### YamlMime:XRefMap
sorted: true
references:
- uid: UnityEditor
  name: UnityEditor
  fullName: UnityEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor
  nameWithType: UnityEditor
  type: Namespace
- uid: UnityEditor.ActionOnDotNetUnhandledException
  name: ActionOnDotNetUnhandledException
  fullName: UnityEditor.ActionOnDotNetUnhandledException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActionOnDotNetUnhandledException.html
  commentId: T:UnityEditor.ActionOnDotNetUnhandledException
  nameWithType: ActionOnDotNetUnhandledException
  type: Enum
- uid: UnityEditor.ActionOnDotNetUnhandledException.Crash
  name: Crash
  fullName: UnityEditor.ActionOnDotNetUnhandledException.Crash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActionOnDotNetUnhandledException.Crash.html
  commentId: F:UnityEditor.ActionOnDotNetUnhandledException.Crash
  nameWithType: ActionOnDotNetUnhandledException.Crash
  type: Field
- uid: UnityEditor.ActionOnDotNetUnhandledException.SilentExit
  name: SilentExit
  fullName: UnityEditor.ActionOnDotNetUnhandledException.SilentExit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActionOnDotNetUnhandledException.SilentExit.html
  commentId: F:UnityEditor.ActionOnDotNetUnhandledException.SilentExit
  nameWithType: ActionOnDotNetUnhandledException.SilentExit
  type: Field
- uid: UnityEditor.ActiveEditorTracker
  name: ActiveEditorTracker
  fullName: UnityEditor.ActiveEditorTracker
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.html
  commentId: T:UnityEditor.ActiveEditorTracker
  nameWithType: ActiveEditorTracker
  type: Class
- uid: UnityEditor.ActiveEditorTracker.#ctor
  name: ActiveEditorTracker()
  fullName: UnityEditor.ActiveEditorTracker.ActiveEditorTracker()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker-ctor.html
  commentId: M:UnityEditor.ActiveEditorTracker.#ctor
  nameWithType: ActiveEditorTracker.ActiveEditorTracker()
  type: Constructor
- uid: UnityEditor.ActiveEditorTracker.activeEditors
  name: activeEditors
  fullName: UnityEditor.ActiveEditorTracker.activeEditors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker-activeEditors.html
  commentId: P:UnityEditor.ActiveEditorTracker.activeEditors
  nameWithType: ActiveEditorTracker.activeEditors
  type: Property
- uid: UnityEditor.ActiveEditorTracker.ClearDirty
  name: ClearDirty()
  fullName: UnityEditor.ActiveEditorTracker.ClearDirty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.ClearDirty.html
  commentId: M:UnityEditor.ActiveEditorTracker.ClearDirty
  nameWithType: ActiveEditorTracker.ClearDirty()
  type: Method
- uid: UnityEditor.ActiveEditorTracker.Destroy
  name: Destroy()
  fullName: UnityEditor.ActiveEditorTracker.Destroy()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.Destroy.html
  commentId: M:UnityEditor.ActiveEditorTracker.Destroy
  nameWithType: ActiveEditorTracker.Destroy()
  type: Method
- uid: UnityEditor.ActiveEditorTracker.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEditor.ActiveEditorTracker.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.Equals.html
  commentId: M:UnityEditor.ActiveEditorTracker.Equals(System.Object)
  nameWithType: ActiveEditorTracker.Equals(object)
  type: Method
- uid: UnityEditor.ActiveEditorTracker.Finalize
  name: ~ActiveEditorTracker()
  fullName: UnityEditor.ActiveEditorTracker.~ActiveEditorTracker()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.Finalize.html
  commentId: M:UnityEditor.ActiveEditorTracker.Finalize
  nameWithType: ActiveEditorTracker.~ActiveEditorTracker()
  type: Method
- uid: UnityEditor.ActiveEditorTracker.ForceRebuild
  name: ForceRebuild()
  fullName: UnityEditor.ActiveEditorTracker.ForceRebuild()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.ForceRebuild.html
  commentId: M:UnityEditor.ActiveEditorTracker.ForceRebuild
  nameWithType: ActiveEditorTracker.ForceRebuild()
  type: Method
- uid: UnityEditor.ActiveEditorTracker.GetHashCode
  name: GetHashCode()
  fullName: UnityEditor.ActiveEditorTracker.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.GetHashCode.html
  commentId: M:UnityEditor.ActiveEditorTracker.GetHashCode
  nameWithType: ActiveEditorTracker.GetHashCode()
  type: Method
- uid: UnityEditor.ActiveEditorTracker.GetVisible(System.Int32)
  name: GetVisible(int)
  fullName: UnityEditor.ActiveEditorTracker.GetVisible(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.GetVisible.html
  commentId: M:UnityEditor.ActiveEditorTracker.GetVisible(System.Int32)
  nameWithType: ActiveEditorTracker.GetVisible(int)
  type: Method
- uid: UnityEditor.ActiveEditorTracker.hasComponentsWhichCannotBeMultiEdited
  name: hasComponentsWhichCannotBeMultiEdited
  fullName: UnityEditor.ActiveEditorTracker.hasComponentsWhichCannotBeMultiEdited
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker-hasComponentsWhichCannotBeMultiEdited.html
  commentId: P:UnityEditor.ActiveEditorTracker.hasComponentsWhichCannotBeMultiEdited
  nameWithType: ActiveEditorTracker.hasComponentsWhichCannotBeMultiEdited
  type: Property
- uid: UnityEditor.ActiveEditorTracker.HasCustomEditor(UnityEngine.Object)
  name: HasCustomEditor(Object)
  fullName: UnityEditor.ActiveEditorTracker.HasCustomEditor(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.HasCustomEditor.html
  commentId: M:UnityEditor.ActiveEditorTracker.HasCustomEditor(UnityEngine.Object)
  nameWithType: ActiveEditorTracker.HasCustomEditor(Object)
  type: Method
- uid: UnityEditor.ActiveEditorTracker.inspectorMode
  name: inspectorMode
  fullName: UnityEditor.ActiveEditorTracker.inspectorMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker-inspectorMode.html
  commentId: P:UnityEditor.ActiveEditorTracker.inspectorMode
  nameWithType: ActiveEditorTracker.inspectorMode
  type: Property
- uid: UnityEditor.ActiveEditorTracker.isDirty
  name: isDirty
  fullName: UnityEditor.ActiveEditorTracker.isDirty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker-isDirty.html
  commentId: P:UnityEditor.ActiveEditorTracker.isDirty
  nameWithType: ActiveEditorTracker.isDirty
  type: Property
- uid: UnityEditor.ActiveEditorTracker.isLocked
  name: isLocked
  fullName: UnityEditor.ActiveEditorTracker.isLocked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker-isLocked.html
  commentId: P:UnityEditor.ActiveEditorTracker.isLocked
  nameWithType: ActiveEditorTracker.isLocked
  type: Property
- uid: UnityEditor.ActiveEditorTracker.MakeCustomEditor(UnityEngine.Object)
  name: MakeCustomEditor(Object)
  fullName: UnityEditor.ActiveEditorTracker.MakeCustomEditor(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.MakeCustomEditor.html
  commentId: M:UnityEditor.ActiveEditorTracker.MakeCustomEditor(UnityEngine.Object)
  nameWithType: ActiveEditorTracker.MakeCustomEditor(Object)
  type: Method
- uid: UnityEditor.ActiveEditorTracker.RebuildIfNecessary
  name: RebuildIfNecessary()
  fullName: UnityEditor.ActiveEditorTracker.RebuildIfNecessary()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.RebuildIfNecessary.html
  commentId: M:UnityEditor.ActiveEditorTracker.RebuildIfNecessary
  nameWithType: ActiveEditorTracker.RebuildIfNecessary()
  type: Method
- uid: UnityEditor.ActiveEditorTracker.SetVisible(System.Int32,System.Int32)
  name: SetVisible(int, int)
  fullName: UnityEditor.ActiveEditorTracker.SetVisible(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.SetVisible.html
  commentId: M:UnityEditor.ActiveEditorTracker.SetVisible(System.Int32,System.Int32)
  nameWithType: ActiveEditorTracker.SetVisible(int, int)
  type: Method
- uid: UnityEditor.ActiveEditorTracker.sharedTracker
  name: sharedTracker
  fullName: UnityEditor.ActiveEditorTracker.sharedTracker
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker-sharedTracker.html
  commentId: P:UnityEditor.ActiveEditorTracker.sharedTracker
  nameWithType: ActiveEditorTracker.sharedTracker
  type: Property
- uid: UnityEditor.ActiveEditorTracker.VerifyModifiedMonoBehaviours
  name: VerifyModifiedMonoBehaviours()
  fullName: UnityEditor.ActiveEditorTracker.VerifyModifiedMonoBehaviours()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ActiveEditorTracker.VerifyModifiedMonoBehaviours.html
  commentId: M:UnityEditor.ActiveEditorTracker.VerifyModifiedMonoBehaviours
  nameWithType: ActiveEditorTracker.VerifyModifiedMonoBehaviours()
  type: Method
- uid: UnityEditor.Advertisements
  name: UnityEditor.Advertisements
  fullName: UnityEditor.Advertisements
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Advertisements
  nameWithType: UnityEditor.Advertisements
  type: Namespace
- uid: UnityEditor.Advertisements.AdvertisementSettings
  name: AdvertisementSettings
  fullName: UnityEditor.Advertisements.AdvertisementSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings.html
  commentId: T:UnityEditor.Advertisements.AdvertisementSettings
  nameWithType: AdvertisementSettings
  type: Class
- uid: UnityEditor.Advertisements.AdvertisementSettings.enabled
  name: enabled
  fullName: UnityEditor.Advertisements.AdvertisementSettings.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings-enabled.html
  commentId: P:UnityEditor.Advertisements.AdvertisementSettings.enabled
  nameWithType: AdvertisementSettings.enabled
  type: Property
- uid: UnityEditor.Advertisements.AdvertisementSettings.GetGameId(UnityEngine.RuntimePlatform)
  name: GetGameId(RuntimePlatform)
  fullName: UnityEditor.Advertisements.AdvertisementSettings.GetGameId(UnityEngine.RuntimePlatform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings.GetGameId.html
  commentId: M:UnityEditor.Advertisements.AdvertisementSettings.GetGameId(UnityEngine.RuntimePlatform)
  nameWithType: AdvertisementSettings.GetGameId(RuntimePlatform)
  type: Method
- uid: UnityEditor.Advertisements.AdvertisementSettings.GetPlatformGameId(System.String)
  name: GetPlatformGameId(string)
  fullName: UnityEditor.Advertisements.AdvertisementSettings.GetPlatformGameId(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings.GetPlatformGameId.html
  commentId: M:UnityEditor.Advertisements.AdvertisementSettings.GetPlatformGameId(System.String)
  nameWithType: AdvertisementSettings.GetPlatformGameId(string)
  type: Method
- uid: UnityEditor.Advertisements.AdvertisementSettings.initializeOnStartup
  name: initializeOnStartup
  fullName: UnityEditor.Advertisements.AdvertisementSettings.initializeOnStartup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings-initializeOnStartup.html
  commentId: P:UnityEditor.Advertisements.AdvertisementSettings.initializeOnStartup
  nameWithType: AdvertisementSettings.initializeOnStartup
  type: Property
- uid: UnityEditor.Advertisements.AdvertisementSettings.IsPlatformEnabled(UnityEngine.RuntimePlatform)
  name: IsPlatformEnabled(RuntimePlatform)
  fullName: UnityEditor.Advertisements.AdvertisementSettings.IsPlatformEnabled(UnityEngine.RuntimePlatform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings.IsPlatformEnabled.html
  commentId: M:UnityEditor.Advertisements.AdvertisementSettings.IsPlatformEnabled(UnityEngine.RuntimePlatform)
  nameWithType: AdvertisementSettings.IsPlatformEnabled(RuntimePlatform)
  type: Method
- uid: UnityEditor.Advertisements.AdvertisementSettings.SetGameId(UnityEngine.RuntimePlatform,System.String)
  name: SetGameId(RuntimePlatform, string)
  fullName: UnityEditor.Advertisements.AdvertisementSettings.SetGameId(UnityEngine.RuntimePlatform, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings.SetGameId.html
  commentId: M:UnityEditor.Advertisements.AdvertisementSettings.SetGameId(UnityEngine.RuntimePlatform,System.String)
  nameWithType: AdvertisementSettings.SetGameId(RuntimePlatform, string)
  type: Method
- uid: UnityEditor.Advertisements.AdvertisementSettings.SetPlatformEnabled(UnityEngine.RuntimePlatform,System.Boolean)
  name: SetPlatformEnabled(RuntimePlatform, bool)
  fullName: UnityEditor.Advertisements.AdvertisementSettings.SetPlatformEnabled(UnityEngine.RuntimePlatform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings.SetPlatformEnabled.html
  commentId: M:UnityEditor.Advertisements.AdvertisementSettings.SetPlatformEnabled(UnityEngine.RuntimePlatform,System.Boolean)
  nameWithType: AdvertisementSettings.SetPlatformEnabled(RuntimePlatform, bool)
  type: Method
- uid: UnityEditor.Advertisements.AdvertisementSettings.SetPlatformGameId(System.String,System.String)
  name: SetPlatformGameId(string, string)
  fullName: UnityEditor.Advertisements.AdvertisementSettings.SetPlatformGameId(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings.SetPlatformGameId.html
  commentId: M:UnityEditor.Advertisements.AdvertisementSettings.SetPlatformGameId(System.String,System.String)
  nameWithType: AdvertisementSettings.SetPlatformGameId(string, string)
  type: Method
- uid: UnityEditor.Advertisements.AdvertisementSettings.testMode
  name: testMode
  fullName: UnityEditor.Advertisements.AdvertisementSettings.testMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Advertisements.AdvertisementSettings-testMode.html
  commentId: P:UnityEditor.Advertisements.AdvertisementSettings.testMode
  nameWithType: AdvertisementSettings.testMode
  type: Property
- uid: UnityEditor.AI
  name: UnityEditor.AI
  fullName: UnityEditor.AI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.AI
  nameWithType: UnityEditor.AI
  type: Namespace
- uid: UnityEditor.AI.NavMeshBuilder
  name: NavMeshBuilder
  fullName: UnityEditor.AI.NavMeshBuilder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.html
  commentId: T:UnityEditor.AI.NavMeshBuilder
  nameWithType: NavMeshBuilder
  type: Class
- uid: UnityEditor.AI.NavMeshBuilder.BuildNavMesh
  name: BuildNavMesh()
  fullName: UnityEditor.AI.NavMeshBuilder.BuildNavMesh()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.BuildNavMesh.html
  commentId: M:UnityEditor.AI.NavMeshBuilder.BuildNavMesh
  nameWithType: NavMeshBuilder.BuildNavMesh()
  type: Method
- uid: UnityEditor.AI.NavMeshBuilder.BuildNavMeshAsync
  name: BuildNavMeshAsync()
  fullName: UnityEditor.AI.NavMeshBuilder.BuildNavMeshAsync()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.BuildNavMeshAsync.html
  commentId: M:UnityEditor.AI.NavMeshBuilder.BuildNavMeshAsync
  nameWithType: NavMeshBuilder.BuildNavMeshAsync()
  type: Method
- uid: UnityEditor.AI.NavMeshBuilder.BuildNavMeshForMultipleScenes(System.String[])
  name: BuildNavMeshForMultipleScenes(string[])
  fullName: UnityEditor.AI.NavMeshBuilder.BuildNavMeshForMultipleScenes(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.BuildNavMeshForMultipleScenes.html
  commentId: M:UnityEditor.AI.NavMeshBuilder.BuildNavMeshForMultipleScenes(System.String[])
  nameWithType: NavMeshBuilder.BuildNavMeshForMultipleScenes(string[])
  type: Method
- uid: UnityEditor.AI.NavMeshBuilder.Cancel
  name: Cancel()
  fullName: UnityEditor.AI.NavMeshBuilder.Cancel()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.Cancel.html
  commentId: M:UnityEditor.AI.NavMeshBuilder.Cancel
  nameWithType: NavMeshBuilder.Cancel()
  type: Method
- uid: UnityEditor.AI.NavMeshBuilder.ClearAllNavMeshes
  name: ClearAllNavMeshes()
  fullName: UnityEditor.AI.NavMeshBuilder.ClearAllNavMeshes()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.ClearAllNavMeshes.html
  commentId: M:UnityEditor.AI.NavMeshBuilder.ClearAllNavMeshes
  nameWithType: NavMeshBuilder.ClearAllNavMeshes()
  type: Method
- uid: UnityEditor.AI.NavMeshBuilder.isRunning
  name: isRunning
  fullName: UnityEditor.AI.NavMeshBuilder.isRunning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder-isRunning.html
  commentId: P:UnityEditor.AI.NavMeshBuilder.isRunning
  nameWithType: NavMeshBuilder.isRunning
  type: Property
- uid: UnityEditor.AI.NavMeshBuilder.navMeshSettingsObject
  name: navMeshSettingsObject
  fullName: UnityEditor.AI.NavMeshBuilder.navMeshSettingsObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder-navMeshSettingsObject.html
  commentId: P:UnityEditor.AI.NavMeshBuilder.navMeshSettingsObject
  nameWithType: NavMeshBuilder.navMeshSettingsObject
  type: Property
- uid: UnityEditor.AI.NavMeshEditorHelpers
  name: NavMeshEditorHelpers
  fullName: UnityEditor.AI.NavMeshEditorHelpers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshEditorHelpers.html
  commentId: T:UnityEditor.AI.NavMeshEditorHelpers
  nameWithType: NavMeshEditorHelpers
  type: Class
- uid: UnityEditor.AI.NavMeshEditorHelpers.DrawAgentDiagram(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single)
  name: DrawAgentDiagram(Rect, float, float, float, float)
  fullName: UnityEditor.AI.NavMeshEditorHelpers.DrawAgentDiagram(UnityEngine.Rect, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshEditorHelpers.DrawAgentDiagram.html
  commentId: M:UnityEditor.AI.NavMeshEditorHelpers.DrawAgentDiagram(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single)
  nameWithType: NavMeshEditorHelpers.DrawAgentDiagram(Rect, float, float, float, float)
  type: Method
- uid: UnityEditor.AI.NavMeshEditorHelpers.DrawBuildDebug(UnityEngine.AI.NavMeshData,UnityEngine.AI.NavMeshBuildDebugFlags)
  name: DrawBuildDebug(NavMeshData, NavMeshBuildDebugFlags)
  fullName: UnityEditor.AI.NavMeshEditorHelpers.DrawBuildDebug(UnityEngine.AI.NavMeshData, UnityEngine.AI.NavMeshBuildDebugFlags)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshEditorHelpers.DrawBuildDebug.html
  commentId: M:UnityEditor.AI.NavMeshEditorHelpers.DrawBuildDebug(UnityEngine.AI.NavMeshData,UnityEngine.AI.NavMeshBuildDebugFlags)
  nameWithType: NavMeshEditorHelpers.DrawBuildDebug(NavMeshData, NavMeshBuildDebugFlags)
  type: Method
- uid: UnityEditor.AI.NavMeshEditorHelpers.DrawBuildDebug(UnityEngine.AI.NavMeshData)
  name: DrawBuildDebug(NavMeshData)
  fullName: UnityEditor.AI.NavMeshEditorHelpers.DrawBuildDebug(UnityEngine.AI.NavMeshData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshEditorHelpers.DrawBuildDebug.html
  commentId: M:UnityEditor.AI.NavMeshEditorHelpers.DrawBuildDebug(UnityEngine.AI.NavMeshData)
  nameWithType: NavMeshEditorHelpers.DrawBuildDebug(NavMeshData)
  type: Method
- uid: UnityEditor.AI.NavMeshEditorHelpers.OpenAgentSettings(System.Int32)
  name: OpenAgentSettings(int)
  fullName: UnityEditor.AI.NavMeshEditorHelpers.OpenAgentSettings(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshEditorHelpers.OpenAgentSettings.html
  commentId: M:UnityEditor.AI.NavMeshEditorHelpers.OpenAgentSettings(System.Int32)
  nameWithType: NavMeshEditorHelpers.OpenAgentSettings(int)
  type: Method
- uid: UnityEditor.AI.NavMeshEditorHelpers.OpenAreaSettings
  name: OpenAreaSettings()
  fullName: UnityEditor.AI.NavMeshEditorHelpers.OpenAreaSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshEditorHelpers.OpenAreaSettings.html
  commentId: M:UnityEditor.AI.NavMeshEditorHelpers.OpenAreaSettings
  nameWithType: NavMeshEditorHelpers.OpenAreaSettings()
  type: Method
- uid: UnityEditor.AI.NavMeshVisualizationSettings
  name: NavMeshVisualizationSettings
  fullName: UnityEditor.AI.NavMeshVisualizationSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshVisualizationSettings.html
  commentId: T:UnityEditor.AI.NavMeshVisualizationSettings
  nameWithType: NavMeshVisualizationSettings
  type: Class
- uid: UnityEditor.AI.NavMeshVisualizationSettings.showNavigation
  name: showNavigation
  fullName: UnityEditor.AI.NavMeshVisualizationSettings.showNavigation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshVisualizationSettings-showNavigation.html
  commentId: P:UnityEditor.AI.NavMeshVisualizationSettings.showNavigation
  nameWithType: NavMeshVisualizationSettings.showNavigation
  type: Property
- uid: UnityEditor.AlphabeticalSort
  name: AlphabeticalSort
  fullName: UnityEditor.AlphabeticalSort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AlphabeticalSort.html
  commentId: T:UnityEditor.AlphabeticalSort
  nameWithType: AlphabeticalSort
  type: Class
- uid: UnityEditor.AlphabeticalSort.content
  name: content
  fullName: UnityEditor.AlphabeticalSort.content
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AlphabeticalSort-content.html
  commentId: P:UnityEditor.AlphabeticalSort.content
  nameWithType: AlphabeticalSort.content
  type: Property
- uid: UnityEditor.Analytics
  name: UnityEditor.Analytics
  fullName: UnityEditor.Analytics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Analytics
  nameWithType: UnityEditor.Analytics
  type: Namespace
- uid: UnityEditor.Analytics.AnalyticsSettings
  name: AnalyticsSettings
  fullName: UnityEditor.Analytics.AnalyticsSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSettings.html
  commentId: T:UnityEditor.Analytics.AnalyticsSettings
  nameWithType: AnalyticsSettings
  type: Class
- uid: UnityEditor.Analytics.AnalyticsSettings.enabled
  name: enabled
  fullName: UnityEditor.Analytics.AnalyticsSettings.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSettings-enabled.html
  commentId: P:UnityEditor.Analytics.AnalyticsSettings.enabled
  nameWithType: AnalyticsSettings.enabled
  type: Property
- uid: UnityEditor.Analytics.AnalyticsSettings.testMode
  name: testMode
  fullName: UnityEditor.Analytics.AnalyticsSettings.testMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSettings-testMode.html
  commentId: P:UnityEditor.Analytics.AnalyticsSettings.testMode
  nameWithType: AnalyticsSettings.testMode
  type: Property
- uid: UnityEditor.Analytics.PerformanceReportingSettings
  name: PerformanceReportingSettings
  fullName: UnityEditor.Analytics.PerformanceReportingSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.PerformanceReportingSettings.html
  commentId: T:UnityEditor.Analytics.PerformanceReportingSettings
  nameWithType: PerformanceReportingSettings
  type: Class
- uid: UnityEditor.Analytics.PerformanceReportingSettings.enabled
  name: enabled
  fullName: UnityEditor.Analytics.PerformanceReportingSettings.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.PerformanceReportingSettings-enabled.html
  commentId: P:UnityEditor.Analytics.PerformanceReportingSettings.enabled
  nameWithType: PerformanceReportingSettings.enabled
  type: Property
- uid: UnityEditor.AndroidBlitType
  name: AndroidBlitType
  fullName: UnityEditor.AndroidBlitType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBlitType.html
  commentId: T:UnityEditor.AndroidBlitType
  nameWithType: AndroidBlitType
  type: Enum
- uid: UnityEditor.AndroidBlitType.Always
  name: Always
  fullName: UnityEditor.AndroidBlitType.Always
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBlitType.Always.html
  commentId: F:UnityEditor.AndroidBlitType.Always
  nameWithType: AndroidBlitType.Always
  type: Field
- uid: UnityEditor.AndroidBlitType.Auto
  name: Auto
  fullName: UnityEditor.AndroidBlitType.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBlitType.Auto.html
  commentId: F:UnityEditor.AndroidBlitType.Auto
  nameWithType: AndroidBlitType.Auto
  type: Field
- uid: UnityEditor.AndroidBlitType.Never
  name: Never
  fullName: UnityEditor.AndroidBlitType.Never
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBlitType.Never.html
  commentId: F:UnityEditor.AndroidBlitType.Never
  nameWithType: AndroidBlitType.Never
  type: Field
- uid: UnityEditor.AndroidBuildSystem
  name: AndroidBuildSystem
  fullName: UnityEditor.AndroidBuildSystem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildSystem.html
  commentId: T:UnityEditor.AndroidBuildSystem
  nameWithType: AndroidBuildSystem
  type: Enum
- uid: UnityEditor.AndroidBuildSystem.ADT
  name: ADT
  fullName: UnityEditor.AndroidBuildSystem.ADT
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildSystem.ADT.html
  commentId: F:UnityEditor.AndroidBuildSystem.ADT
  nameWithType: AndroidBuildSystem.ADT
  type: Field
- uid: UnityEditor.AndroidBuildSystem.Gradle
  name: Gradle
  fullName: UnityEditor.AndroidBuildSystem.Gradle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildSystem.Gradle.html
  commentId: F:UnityEditor.AndroidBuildSystem.Gradle
  nameWithType: AndroidBuildSystem.Gradle
  type: Field
- uid: UnityEditor.AndroidBuildSystem.Internal
  name: Internal
  fullName: UnityEditor.AndroidBuildSystem.Internal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildSystem.Internal.html
  commentId: F:UnityEditor.AndroidBuildSystem.Internal
  nameWithType: AndroidBuildSystem.Internal
  type: Field
- uid: UnityEditor.AndroidBuildSystem.VisualStudio
  name: VisualStudio
  fullName: UnityEditor.AndroidBuildSystem.VisualStudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildSystem.VisualStudio.html
  commentId: F:UnityEditor.AndroidBuildSystem.VisualStudio
  nameWithType: AndroidBuildSystem.VisualStudio
  type: Field
- uid: UnityEditor.AndroidBuildType
  name: AndroidBuildType
  fullName: UnityEditor.AndroidBuildType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildType.html
  commentId: T:UnityEditor.AndroidBuildType
  nameWithType: AndroidBuildType
  type: Enum
- uid: UnityEditor.AndroidBuildType.Debug
  name: Debug
  fullName: UnityEditor.AndroidBuildType.Debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildType.Debug.html
  commentId: F:UnityEditor.AndroidBuildType.Debug
  nameWithType: AndroidBuildType.Debug
  type: Field
- uid: UnityEditor.AndroidBuildType.Development
  name: Development
  fullName: UnityEditor.AndroidBuildType.Development
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildType.Development.html
  commentId: F:UnityEditor.AndroidBuildType.Development
  nameWithType: AndroidBuildType.Development
  type: Field
- uid: UnityEditor.AndroidBuildType.Release
  name: Release
  fullName: UnityEditor.AndroidBuildType.Release
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidBuildType.Release.html
  commentId: F:UnityEditor.AndroidBuildType.Release
  nameWithType: AndroidBuildType.Release
  type: Field
- uid: UnityEditor.AndroidGamepadSupportLevel
  name: AndroidGamepadSupportLevel
  fullName: UnityEditor.AndroidGamepadSupportLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidGamepadSupportLevel.html
  commentId: T:UnityEditor.AndroidGamepadSupportLevel
  nameWithType: AndroidGamepadSupportLevel
  type: Enum
- uid: UnityEditor.AndroidGamepadSupportLevel.RequiresGamepad
  name: RequiresGamepad
  fullName: UnityEditor.AndroidGamepadSupportLevel.RequiresGamepad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidGamepadSupportLevel.RequiresGamepad.html
  commentId: F:UnityEditor.AndroidGamepadSupportLevel.RequiresGamepad
  nameWithType: AndroidGamepadSupportLevel.RequiresGamepad
  type: Field
- uid: UnityEditor.AndroidGamepadSupportLevel.SupportsDPad
  name: SupportsDPad
  fullName: UnityEditor.AndroidGamepadSupportLevel.SupportsDPad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidGamepadSupportLevel.SupportsDPad.html
  commentId: F:UnityEditor.AndroidGamepadSupportLevel.SupportsDPad
  nameWithType: AndroidGamepadSupportLevel.SupportsDPad
  type: Field
- uid: UnityEditor.AndroidGamepadSupportLevel.SupportsGamepad
  name: SupportsGamepad
  fullName: UnityEditor.AndroidGamepadSupportLevel.SupportsGamepad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidGamepadSupportLevel.SupportsGamepad.html
  commentId: F:UnityEditor.AndroidGamepadSupportLevel.SupportsGamepad
  nameWithType: AndroidGamepadSupportLevel.SupportsGamepad
  type: Field
- uid: UnityEditor.AndroidMinification
  name: AndroidMinification
  fullName: UnityEditor.AndroidMinification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidMinification.html
  commentId: T:UnityEditor.AndroidMinification
  nameWithType: AndroidMinification
  type: Enum
- uid: UnityEditor.AndroidMinification.Gradle
  name: Gradle
  fullName: UnityEditor.AndroidMinification.Gradle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidMinification.Gradle.html
  commentId: F:UnityEditor.AndroidMinification.Gradle
  nameWithType: AndroidMinification.Gradle
  type: Field
- uid: UnityEditor.AndroidMinification.None
  name: None
  fullName: UnityEditor.AndroidMinification.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidMinification.None.html
  commentId: F:UnityEditor.AndroidMinification.None
  nameWithType: AndroidMinification.None
  type: Field
- uid: UnityEditor.AndroidMinification.Proguard
  name: Proguard
  fullName: UnityEditor.AndroidMinification.Proguard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidMinification.Proguard.html
  commentId: F:UnityEditor.AndroidMinification.Proguard
  nameWithType: AndroidMinification.Proguard
  type: Field
- uid: UnityEditor.AndroidPreferredInstallLocation
  name: AndroidPreferredInstallLocation
  fullName: UnityEditor.AndroidPreferredInstallLocation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidPreferredInstallLocation.html
  commentId: T:UnityEditor.AndroidPreferredInstallLocation
  nameWithType: AndroidPreferredInstallLocation
  type: Enum
- uid: UnityEditor.AndroidPreferredInstallLocation.Auto
  name: Auto
  fullName: UnityEditor.AndroidPreferredInstallLocation.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidPreferredInstallLocation.Auto.html
  commentId: F:UnityEditor.AndroidPreferredInstallLocation.Auto
  nameWithType: AndroidPreferredInstallLocation.Auto
  type: Field
- uid: UnityEditor.AndroidPreferredInstallLocation.ForceInternal
  name: ForceInternal
  fullName: UnityEditor.AndroidPreferredInstallLocation.ForceInternal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidPreferredInstallLocation.ForceInternal.html
  commentId: F:UnityEditor.AndroidPreferredInstallLocation.ForceInternal
  nameWithType: AndroidPreferredInstallLocation.ForceInternal
  type: Field
- uid: UnityEditor.AndroidPreferredInstallLocation.PreferExternal
  name: PreferExternal
  fullName: UnityEditor.AndroidPreferredInstallLocation.PreferExternal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidPreferredInstallLocation.PreferExternal.html
  commentId: F:UnityEditor.AndroidPreferredInstallLocation.PreferExternal
  nameWithType: AndroidPreferredInstallLocation.PreferExternal
  type: Field
- uid: UnityEditor.AndroidSdkVersions
  name: AndroidSdkVersions
  fullName: UnityEditor.AndroidSdkVersions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.html
  commentId: T:UnityEditor.AndroidSdkVersions
  nameWithType: AndroidSdkVersions
  type: Enum
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel16
  name: AndroidApiLevel16
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel16.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel16
  nameWithType: AndroidSdkVersions.AndroidApiLevel16
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel17
  name: AndroidApiLevel17
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel17.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel17
  nameWithType: AndroidSdkVersions.AndroidApiLevel17
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel18
  name: AndroidApiLevel18
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel18.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel18
  nameWithType: AndroidSdkVersions.AndroidApiLevel18
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel19
  name: AndroidApiLevel19
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel19.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel19
  nameWithType: AndroidSdkVersions.AndroidApiLevel19
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel21
  name: AndroidApiLevel21
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel21
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel21.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel21
  nameWithType: AndroidSdkVersions.AndroidApiLevel21
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel22
  name: AndroidApiLevel22
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel22
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel22.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel22
  nameWithType: AndroidSdkVersions.AndroidApiLevel22
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel23
  name: AndroidApiLevel23
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel23
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel23.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel23
  nameWithType: AndroidSdkVersions.AndroidApiLevel23
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel24
  name: AndroidApiLevel24
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel24
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel24.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel24
  nameWithType: AndroidSdkVersions.AndroidApiLevel24
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel25
  name: AndroidApiLevel25
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel25
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel25.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel25
  nameWithType: AndroidSdkVersions.AndroidApiLevel25
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel26
  name: AndroidApiLevel26
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel26
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel26.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel26
  nameWithType: AndroidSdkVersions.AndroidApiLevel26
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevel27
  name: AndroidApiLevel27
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevel27
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevel27.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevel27
  nameWithType: AndroidSdkVersions.AndroidApiLevel27
  type: Field
- uid: UnityEditor.AndroidSdkVersions.AndroidApiLevelAuto
  name: AndroidApiLevelAuto
  fullName: UnityEditor.AndroidSdkVersions.AndroidApiLevelAuto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSdkVersions.AndroidApiLevelAuto.html
  commentId: F:UnityEditor.AndroidSdkVersions.AndroidApiLevelAuto
  nameWithType: AndroidSdkVersions.AndroidApiLevelAuto
  type: Field
- uid: UnityEditor.AndroidShowActivityIndicatorOnLoading
  name: AndroidShowActivityIndicatorOnLoading
  fullName: UnityEditor.AndroidShowActivityIndicatorOnLoading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidShowActivityIndicatorOnLoading.html
  commentId: T:UnityEditor.AndroidShowActivityIndicatorOnLoading
  nameWithType: AndroidShowActivityIndicatorOnLoading
  type: Enum
- uid: UnityEditor.AndroidShowActivityIndicatorOnLoading.DontShow
  name: DontShow
  fullName: UnityEditor.AndroidShowActivityIndicatorOnLoading.DontShow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidShowActivityIndicatorOnLoading.DontShow.html
  commentId: F:UnityEditor.AndroidShowActivityIndicatorOnLoading.DontShow
  nameWithType: AndroidShowActivityIndicatorOnLoading.DontShow
  type: Field
- uid: UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedLarge
  name: InversedLarge
  fullName: UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedLarge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidShowActivityIndicatorOnLoading.InversedLarge.html
  commentId: F:UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedLarge
  nameWithType: AndroidShowActivityIndicatorOnLoading.InversedLarge
  type: Field
- uid: UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedSmall
  name: InversedSmall
  fullName: UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedSmall
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidShowActivityIndicatorOnLoading.InversedSmall.html
  commentId: F:UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedSmall
  nameWithType: AndroidShowActivityIndicatorOnLoading.InversedSmall
  type: Field
- uid: UnityEditor.AndroidShowActivityIndicatorOnLoading.Large
  name: Large
  fullName: UnityEditor.AndroidShowActivityIndicatorOnLoading.Large
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidShowActivityIndicatorOnLoading.Large.html
  commentId: F:UnityEditor.AndroidShowActivityIndicatorOnLoading.Large
  nameWithType: AndroidShowActivityIndicatorOnLoading.Large
  type: Field
- uid: UnityEditor.AndroidShowActivityIndicatorOnLoading.Small
  name: Small
  fullName: UnityEditor.AndroidShowActivityIndicatorOnLoading.Small
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidShowActivityIndicatorOnLoading.Small.html
  commentId: F:UnityEditor.AndroidShowActivityIndicatorOnLoading.Small
  nameWithType: AndroidShowActivityIndicatorOnLoading.Small
  type: Field
- uid: UnityEditor.AndroidSplashScreenScale
  name: AndroidSplashScreenScale
  fullName: UnityEditor.AndroidSplashScreenScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSplashScreenScale.html
  commentId: T:UnityEditor.AndroidSplashScreenScale
  nameWithType: AndroidSplashScreenScale
  type: Enum
- uid: UnityEditor.AndroidSplashScreenScale.Center
  name: Center
  fullName: UnityEditor.AndroidSplashScreenScale.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSplashScreenScale.Center.html
  commentId: F:UnityEditor.AndroidSplashScreenScale.Center
  nameWithType: AndroidSplashScreenScale.Center
  type: Field
- uid: UnityEditor.AndroidSplashScreenScale.ScaleToFill
  name: ScaleToFill
  fullName: UnityEditor.AndroidSplashScreenScale.ScaleToFill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSplashScreenScale.ScaleToFill.html
  commentId: F:UnityEditor.AndroidSplashScreenScale.ScaleToFill
  nameWithType: AndroidSplashScreenScale.ScaleToFill
  type: Field
- uid: UnityEditor.AndroidSplashScreenScale.ScaleToFit
  name: ScaleToFit
  fullName: UnityEditor.AndroidSplashScreenScale.ScaleToFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidSplashScreenScale.ScaleToFit.html
  commentId: F:UnityEditor.AndroidSplashScreenScale.ScaleToFit
  nameWithType: AndroidSplashScreenScale.ScaleToFit
  type: Field
- uid: UnityEditor.AndroidTargetDevice
  name: AndroidTargetDevice
  fullName: UnityEditor.AndroidTargetDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidTargetDevice.html
  commentId: T:UnityEditor.AndroidTargetDevice
  nameWithType: AndroidTargetDevice
  type: Enum
- uid: UnityEditor.AndroidTargetDevice.ARMv7
  name: ARMv7
  fullName: UnityEditor.AndroidTargetDevice.ARMv7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidTargetDevice.ARMv7.html
  commentId: F:UnityEditor.AndroidTargetDevice.ARMv7
  nameWithType: AndroidTargetDevice.ARMv7
  type: Field
- uid: UnityEditor.AndroidTargetDevice.FAT
  name: FAT
  fullName: UnityEditor.AndroidTargetDevice.FAT
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidTargetDevice.FAT.html
  commentId: F:UnityEditor.AndroidTargetDevice.FAT
  nameWithType: AndroidTargetDevice.FAT
  type: Field
- uid: UnityEditor.AndroidTargetDevice.x86
  name: x86
  fullName: UnityEditor.AndroidTargetDevice.x86
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidTargetDevice-x86.html
  commentId: F:UnityEditor.AndroidTargetDevice.x86
  nameWithType: AndroidTargetDevice.x86
  type: Field
- uid: UnityEditor.AnimatedValues
  name: UnityEditor.AnimatedValues
  fullName: UnityEditor.AnimatedValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.AnimatedValues
  nameWithType: UnityEditor.AnimatedValues
  type: Namespace
- uid: UnityEditor.AnimatedValues.AnimBool
  name: AnimBool
  fullName: UnityEditor.AnimatedValues.AnimBool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimBool.html
  commentId: T:UnityEditor.AnimatedValues.AnimBool
  nameWithType: AnimBool
  type: Class
- uid: UnityEditor.AnimatedValues.AnimBool.#ctor
  name: AnimBool()
  fullName: UnityEditor.AnimatedValues.AnimBool.AnimBool()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimBool-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimBool.#ctor
  nameWithType: AnimBool.AnimBool()
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimBool.#ctor(System.Boolean,UnityEngine.Events.UnityAction)
  name: AnimBool(bool, UnityAction)
  fullName: UnityEditor.AnimatedValues.AnimBool.AnimBool(bool, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimBool-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimBool.#ctor(System.Boolean,UnityEngine.Events.UnityAction)
  nameWithType: AnimBool.AnimBool(bool, UnityAction)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimBool.#ctor(System.Boolean)
  name: AnimBool(bool)
  fullName: UnityEditor.AnimatedValues.AnimBool.AnimBool(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimBool-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimBool.#ctor(System.Boolean)
  nameWithType: AnimBool.AnimBool(bool)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimBool.#ctor(UnityEngine.Events.UnityAction)
  name: AnimBool(UnityAction)
  fullName: UnityEditor.AnimatedValues.AnimBool.AnimBool(UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimBool-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimBool.#ctor(UnityEngine.Events.UnityAction)
  nameWithType: AnimBool.AnimBool(UnityAction)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimBool.Fade(System.Single,System.Single)
  name: Fade(float, float)
  fullName: UnityEditor.AnimatedValues.AnimBool.Fade(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimBool.Fade.html
  commentId: M:UnityEditor.AnimatedValues.AnimBool.Fade(System.Single,System.Single)
  nameWithType: AnimBool.Fade(float, float)
  type: Method
- uid: UnityEditor.AnimatedValues.AnimBool.faded
  name: faded
  fullName: UnityEditor.AnimatedValues.AnimBool.faded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimBool-faded.html
  commentId: P:UnityEditor.AnimatedValues.AnimBool.faded
  nameWithType: AnimBool.faded
  type: Property
- uid: UnityEditor.AnimatedValues.AnimBool.GetValue
  name: GetValue()
  fullName: UnityEditor.AnimatedValues.AnimBool.GetValue()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimBool.GetValue.html
  commentId: M:UnityEditor.AnimatedValues.AnimBool.GetValue
  nameWithType: AnimBool.GetValue()
  type: Method
- uid: UnityEditor.AnimatedValues.AnimFloat
  name: AnimFloat
  fullName: UnityEditor.AnimatedValues.AnimFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimFloat.html
  commentId: T:UnityEditor.AnimatedValues.AnimFloat
  nameWithType: AnimFloat
  type: Class
- uid: UnityEditor.AnimatedValues.AnimFloat.#ctor(System.Single,UnityEngine.Events.UnityAction)
  name: AnimFloat(float, UnityAction)
  fullName: UnityEditor.AnimatedValues.AnimFloat.AnimFloat(float, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimFloat-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimFloat.#ctor(System.Single,UnityEngine.Events.UnityAction)
  nameWithType: AnimFloat.AnimFloat(float, UnityAction)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimFloat.#ctor(System.Single)
  name: AnimFloat(float)
  fullName: UnityEditor.AnimatedValues.AnimFloat.AnimFloat(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimFloat-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimFloat.#ctor(System.Single)
  nameWithType: AnimFloat.AnimFloat(float)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimFloat.GetValue
  name: GetValue()
  fullName: UnityEditor.AnimatedValues.AnimFloat.GetValue()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimFloat.GetValue.html
  commentId: M:UnityEditor.AnimatedValues.AnimFloat.GetValue
  nameWithType: AnimFloat.GetValue()
  type: Method
- uid: UnityEditor.AnimatedValues.AnimQuaternion
  name: AnimQuaternion
  fullName: UnityEditor.AnimatedValues.AnimQuaternion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimQuaternion.html
  commentId: T:UnityEditor.AnimatedValues.AnimQuaternion
  nameWithType: AnimQuaternion
  type: Class
- uid: UnityEditor.AnimatedValues.AnimQuaternion.#ctor(UnityEngine.Quaternion,UnityEngine.Events.UnityAction)
  name: AnimQuaternion(Quaternion, UnityAction)
  fullName: UnityEditor.AnimatedValues.AnimQuaternion.AnimQuaternion(UnityEngine.Quaternion, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimQuaternion-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimQuaternion.#ctor(UnityEngine.Quaternion,UnityEngine.Events.UnityAction)
  nameWithType: AnimQuaternion.AnimQuaternion(Quaternion, UnityAction)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimQuaternion.#ctor(UnityEngine.Quaternion)
  name: AnimQuaternion(Quaternion)
  fullName: UnityEditor.AnimatedValues.AnimQuaternion.AnimQuaternion(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimQuaternion-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimQuaternion.#ctor(UnityEngine.Quaternion)
  nameWithType: AnimQuaternion.AnimQuaternion(Quaternion)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimQuaternion.GetValue
  name: GetValue()
  fullName: UnityEditor.AnimatedValues.AnimQuaternion.GetValue()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimQuaternion.GetValue.html
  commentId: M:UnityEditor.AnimatedValues.AnimQuaternion.GetValue
  nameWithType: AnimQuaternion.GetValue()
  type: Method
- uid: UnityEditor.AnimatedValues.AnimVector3
  name: AnimVector3
  fullName: UnityEditor.AnimatedValues.AnimVector3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimVector3.html
  commentId: T:UnityEditor.AnimatedValues.AnimVector3
  nameWithType: AnimVector3
  type: Class
- uid: UnityEditor.AnimatedValues.AnimVector3.#ctor
  name: AnimVector3()
  fullName: UnityEditor.AnimatedValues.AnimVector3.AnimVector3()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimVector3-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimVector3.#ctor
  nameWithType: AnimVector3.AnimVector3()
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimVector3.#ctor(UnityEngine.Vector3,UnityEngine.Events.UnityAction)
  name: AnimVector3(Vector3, UnityAction)
  fullName: UnityEditor.AnimatedValues.AnimVector3.AnimVector3(UnityEngine.Vector3, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimVector3-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimVector3.#ctor(UnityEngine.Vector3,UnityEngine.Events.UnityAction)
  nameWithType: AnimVector3.AnimVector3(Vector3, UnityAction)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimVector3.#ctor(UnityEngine.Vector3)
  name: AnimVector3(Vector3)
  fullName: UnityEditor.AnimatedValues.AnimVector3.AnimVector3(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimVector3-ctor.html
  commentId: M:UnityEditor.AnimatedValues.AnimVector3.#ctor(UnityEngine.Vector3)
  nameWithType: AnimVector3.AnimVector3(Vector3)
  type: Constructor
- uid: UnityEditor.AnimatedValues.AnimVector3.GetValue
  name: GetValue()
  fullName: UnityEditor.AnimatedValues.AnimVector3.GetValue()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.AnimVector3.GetValue.html
  commentId: M:UnityEditor.AnimatedValues.AnimVector3.GetValue
  nameWithType: AnimVector3.GetValue()
  type: Method
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1
  name: BaseAnimValue<T>
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1.html
  commentId: T:UnityEditor.AnimatedValues.BaseAnimValue`1
  nameWithType: BaseAnimValue<T>
  type: Class
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.#ctor(`0,UnityEngine.Events.UnityAction)
  name: BaseAnimValue(T, UnityAction)
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.BaseAnimValue(T, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-ctor.html
  commentId: M:UnityEditor.AnimatedValues.BaseAnimValue`1.#ctor(`0,UnityEngine.Events.UnityAction)
  nameWithType: BaseAnimValue<T>.BaseAnimValue(T, UnityAction)
  type: Constructor
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.#ctor(`0)
  name: BaseAnimValue(T)
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.BaseAnimValue(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-ctor.html
  commentId: M:UnityEditor.AnimatedValues.BaseAnimValue`1.#ctor(`0)
  nameWithType: BaseAnimValue<T>.BaseAnimValue(T)
  type: Constructor
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.BeginAnimating(`0,`0)
  name: BeginAnimating(T, T)
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.BeginAnimating(T, T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1.BeginAnimating.html
  commentId: M:UnityEditor.AnimatedValues.BaseAnimValue`1.BeginAnimating(`0,`0)
  nameWithType: BaseAnimValue<T>.BeginAnimating(T, T)
  type: Method
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.GetValue
  name: GetValue()
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.GetValue()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1.GetValue.html
  commentId: M:UnityEditor.AnimatedValues.BaseAnimValue`1.GetValue
  nameWithType: BaseAnimValue<T>.GetValue()
  type: Method
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.isAnimating
  name: isAnimating
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.isAnimating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-isAnimating.html
  commentId: P:UnityEditor.AnimatedValues.BaseAnimValue`1.isAnimating
  nameWithType: BaseAnimValue<T>.isAnimating
  type: Property
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.lerpPosition
  name: lerpPosition
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.lerpPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-lerpPosition.html
  commentId: P:UnityEditor.AnimatedValues.BaseAnimValue`1.lerpPosition
  nameWithType: BaseAnimValue<T>.lerpPosition
  type: Property
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.speed
  name: speed
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-speed.html
  commentId: F:UnityEditor.AnimatedValues.BaseAnimValue`1.speed
  nameWithType: BaseAnimValue<T>.speed
  type: Field
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.start
  name: start
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.start
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-start.html
  commentId: P:UnityEditor.AnimatedValues.BaseAnimValue`1.start
  nameWithType: BaseAnimValue<T>.start
  type: Property
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.StopAnim(`0)
  name: StopAnim(T)
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.StopAnim(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1.StopAnim.html
  commentId: M:UnityEditor.AnimatedValues.BaseAnimValue`1.StopAnim(`0)
  nameWithType: BaseAnimValue<T>.StopAnim(T)
  type: Method
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.target
  name: target
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-target.html
  commentId: P:UnityEditor.AnimatedValues.BaseAnimValue`1.target
  nameWithType: BaseAnimValue<T>.target
  type: Property
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.value
  name: value
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-value.html
  commentId: P:UnityEditor.AnimatedValues.BaseAnimValue`1.value
  nameWithType: BaseAnimValue<T>.value
  type: Property
- uid: UnityEditor.AnimatedValues.BaseAnimValue`1.valueChanged
  name: valueChanged
  fullName: UnityEditor.AnimatedValues.BaseAnimValue<T>.valueChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatedValues.BaseAnimValue_1-valueChanged.html
  commentId: F:UnityEditor.AnimatedValues.BaseAnimValue`1.valueChanged
  nameWithType: BaseAnimValue<T>.valueChanged
  type: Field
- uid: UnityEditor.AnimationClipCurveData
  name: AnimationClipCurveData
  fullName: UnityEditor.AnimationClipCurveData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipCurveData.html
  commentId: T:UnityEditor.AnimationClipCurveData
  nameWithType: AnimationClipCurveData
  type: Class
- uid: UnityEditor.AnimationClipCurveData.#ctor
  name: AnimationClipCurveData()
  fullName: UnityEditor.AnimationClipCurveData.AnimationClipCurveData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipCurveData-ctor.html
  commentId: M:UnityEditor.AnimationClipCurveData.#ctor
  nameWithType: AnimationClipCurveData.AnimationClipCurveData()
  type: Constructor
- uid: UnityEditor.AnimationClipCurveData.#ctor(UnityEditor.EditorCurveBinding)
  name: AnimationClipCurveData(EditorCurveBinding)
  fullName: UnityEditor.AnimationClipCurveData.AnimationClipCurveData(UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipCurveData-ctor.html
  commentId: M:UnityEditor.AnimationClipCurveData.#ctor(UnityEditor.EditorCurveBinding)
  nameWithType: AnimationClipCurveData.AnimationClipCurveData(EditorCurveBinding)
  type: Constructor
- uid: UnityEditor.AnimationClipCurveData.curve
  name: curve
  fullName: UnityEditor.AnimationClipCurveData.curve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipCurveData-curve.html
  commentId: F:UnityEditor.AnimationClipCurveData.curve
  nameWithType: AnimationClipCurveData.curve
  type: Field
- uid: UnityEditor.AnimationClipCurveData.path
  name: path
  fullName: UnityEditor.AnimationClipCurveData.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipCurveData-path.html
  commentId: F:UnityEditor.AnimationClipCurveData.path
  nameWithType: AnimationClipCurveData.path
  type: Field
- uid: UnityEditor.AnimationClipCurveData.propertyName
  name: propertyName
  fullName: UnityEditor.AnimationClipCurveData.propertyName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipCurveData-propertyName.html
  commentId: F:UnityEditor.AnimationClipCurveData.propertyName
  nameWithType: AnimationClipCurveData.propertyName
  type: Field
- uid: UnityEditor.AnimationClipCurveData.type
  name: type
  fullName: UnityEditor.AnimationClipCurveData.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipCurveData-type.html
  commentId: F:UnityEditor.AnimationClipCurveData.type
  nameWithType: AnimationClipCurveData.type
  type: Field
- uid: UnityEditor.AnimationClipSettings
  name: AnimationClipSettings
  fullName: UnityEditor.AnimationClipSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings.html
  commentId: T:UnityEditor.AnimationClipSettings
  nameWithType: AnimationClipSettings
  type: Class
- uid: UnityEditor.AnimationClipSettings.additiveReferencePoseClip
  name: additiveReferencePoseClip
  fullName: UnityEditor.AnimationClipSettings.additiveReferencePoseClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-additiveReferencePoseClip.html
  commentId: F:UnityEditor.AnimationClipSettings.additiveReferencePoseClip
  nameWithType: AnimationClipSettings.additiveReferencePoseClip
  type: Field
- uid: UnityEditor.AnimationClipSettings.additiveReferencePoseTime
  name: additiveReferencePoseTime
  fullName: UnityEditor.AnimationClipSettings.additiveReferencePoseTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-additiveReferencePoseTime.html
  commentId: F:UnityEditor.AnimationClipSettings.additiveReferencePoseTime
  nameWithType: AnimationClipSettings.additiveReferencePoseTime
  type: Field
- uid: UnityEditor.AnimationClipSettings.cycleOffset
  name: cycleOffset
  fullName: UnityEditor.AnimationClipSettings.cycleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-cycleOffset.html
  commentId: F:UnityEditor.AnimationClipSettings.cycleOffset
  nameWithType: AnimationClipSettings.cycleOffset
  type: Field
- uid: UnityEditor.AnimationClipSettings.hasAdditiveReferencePose
  name: hasAdditiveReferencePose
  fullName: UnityEditor.AnimationClipSettings.hasAdditiveReferencePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-hasAdditiveReferencePose.html
  commentId: F:UnityEditor.AnimationClipSettings.hasAdditiveReferencePose
  nameWithType: AnimationClipSettings.hasAdditiveReferencePose
  type: Field
- uid: UnityEditor.AnimationClipSettings.heightFromFeet
  name: heightFromFeet
  fullName: UnityEditor.AnimationClipSettings.heightFromFeet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-heightFromFeet.html
  commentId: F:UnityEditor.AnimationClipSettings.heightFromFeet
  nameWithType: AnimationClipSettings.heightFromFeet
  type: Field
- uid: UnityEditor.AnimationClipSettings.keepOriginalOrientation
  name: keepOriginalOrientation
  fullName: UnityEditor.AnimationClipSettings.keepOriginalOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-keepOriginalOrientation.html
  commentId: F:UnityEditor.AnimationClipSettings.keepOriginalOrientation
  nameWithType: AnimationClipSettings.keepOriginalOrientation
  type: Field
- uid: UnityEditor.AnimationClipSettings.keepOriginalPositionXZ
  name: keepOriginalPositionXZ
  fullName: UnityEditor.AnimationClipSettings.keepOriginalPositionXZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-keepOriginalPositionXZ.html
  commentId: F:UnityEditor.AnimationClipSettings.keepOriginalPositionXZ
  nameWithType: AnimationClipSettings.keepOriginalPositionXZ
  type: Field
- uid: UnityEditor.AnimationClipSettings.keepOriginalPositionY
  name: keepOriginalPositionY
  fullName: UnityEditor.AnimationClipSettings.keepOriginalPositionY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-keepOriginalPositionY.html
  commentId: F:UnityEditor.AnimationClipSettings.keepOriginalPositionY
  nameWithType: AnimationClipSettings.keepOriginalPositionY
  type: Field
- uid: UnityEditor.AnimationClipSettings.level
  name: level
  fullName: UnityEditor.AnimationClipSettings.level
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-level.html
  commentId: F:UnityEditor.AnimationClipSettings.level
  nameWithType: AnimationClipSettings.level
  type: Field
- uid: UnityEditor.AnimationClipSettings.loopBlend
  name: loopBlend
  fullName: UnityEditor.AnimationClipSettings.loopBlend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-loopBlend.html
  commentId: F:UnityEditor.AnimationClipSettings.loopBlend
  nameWithType: AnimationClipSettings.loopBlend
  type: Field
- uid: UnityEditor.AnimationClipSettings.loopBlendOrientation
  name: loopBlendOrientation
  fullName: UnityEditor.AnimationClipSettings.loopBlendOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-loopBlendOrientation.html
  commentId: F:UnityEditor.AnimationClipSettings.loopBlendOrientation
  nameWithType: AnimationClipSettings.loopBlendOrientation
  type: Field
- uid: UnityEditor.AnimationClipSettings.loopBlendPositionXZ
  name: loopBlendPositionXZ
  fullName: UnityEditor.AnimationClipSettings.loopBlendPositionXZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-loopBlendPositionXZ.html
  commentId: F:UnityEditor.AnimationClipSettings.loopBlendPositionXZ
  nameWithType: AnimationClipSettings.loopBlendPositionXZ
  type: Field
- uid: UnityEditor.AnimationClipSettings.loopBlendPositionY
  name: loopBlendPositionY
  fullName: UnityEditor.AnimationClipSettings.loopBlendPositionY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-loopBlendPositionY.html
  commentId: F:UnityEditor.AnimationClipSettings.loopBlendPositionY
  nameWithType: AnimationClipSettings.loopBlendPositionY
  type: Field
- uid: UnityEditor.AnimationClipSettings.loopTime
  name: loopTime
  fullName: UnityEditor.AnimationClipSettings.loopTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-loopTime.html
  commentId: F:UnityEditor.AnimationClipSettings.loopTime
  nameWithType: AnimationClipSettings.loopTime
  type: Field
- uid: UnityEditor.AnimationClipSettings.mirror
  name: mirror
  fullName: UnityEditor.AnimationClipSettings.mirror
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-mirror.html
  commentId: F:UnityEditor.AnimationClipSettings.mirror
  nameWithType: AnimationClipSettings.mirror
  type: Field
- uid: UnityEditor.AnimationClipSettings.orientationOffsetY
  name: orientationOffsetY
  fullName: UnityEditor.AnimationClipSettings.orientationOffsetY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-orientationOffsetY.html
  commentId: F:UnityEditor.AnimationClipSettings.orientationOffsetY
  nameWithType: AnimationClipSettings.orientationOffsetY
  type: Field
- uid: UnityEditor.AnimationClipSettings.startTime
  name: startTime
  fullName: UnityEditor.AnimationClipSettings.startTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-startTime.html
  commentId: F:UnityEditor.AnimationClipSettings.startTime
  nameWithType: AnimationClipSettings.startTime
  type: Field
- uid: UnityEditor.AnimationClipSettings.stopTime
  name: stopTime
  fullName: UnityEditor.AnimationClipSettings.stopTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipSettings-stopTime.html
  commentId: F:UnityEditor.AnimationClipSettings.stopTime
  nameWithType: AnimationClipSettings.stopTime
  type: Field
- uid: UnityEditor.AnimationMode
  name: AnimationMode
  fullName: UnityEditor.AnimationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.html
  commentId: T:UnityEditor.AnimationMode
  nameWithType: AnimationMode
  type: Class
- uid: UnityEditor.AnimationMode.AddPropertyModification(UnityEditor.EditorCurveBinding,UnityEditor.PropertyModification,System.Boolean)
  name: AddPropertyModification(EditorCurveBinding, PropertyModification, bool)
  fullName: UnityEditor.AnimationMode.AddPropertyModification(UnityEditor.EditorCurveBinding, UnityEditor.PropertyModification, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.AddPropertyModification.html
  commentId: M:UnityEditor.AnimationMode.AddPropertyModification(UnityEditor.EditorCurveBinding,UnityEditor.PropertyModification,System.Boolean)
  nameWithType: AnimationMode.AddPropertyModification(EditorCurveBinding, PropertyModification, bool)
  type: Method
- uid: UnityEditor.AnimationMode.animatedPropertyColor
  name: animatedPropertyColor
  fullName: UnityEditor.AnimationMode.animatedPropertyColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode-animatedPropertyColor.html
  commentId: P:UnityEditor.AnimationMode.animatedPropertyColor
  nameWithType: AnimationMode.animatedPropertyColor
  type: Property
- uid: UnityEditor.AnimationMode.BeginSampling
  name: BeginSampling()
  fullName: UnityEditor.AnimationMode.BeginSampling()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.BeginSampling.html
  commentId: M:UnityEditor.AnimationMode.BeginSampling
  nameWithType: AnimationMode.BeginSampling()
  type: Method
- uid: UnityEditor.AnimationMode.candidatePropertyColor
  name: candidatePropertyColor
  fullName: UnityEditor.AnimationMode.candidatePropertyColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode-candidatePropertyColor.html
  commentId: P:UnityEditor.AnimationMode.candidatePropertyColor
  nameWithType: AnimationMode.candidatePropertyColor
  type: Property
- uid: UnityEditor.AnimationMode.EndSampling
  name: EndSampling()
  fullName: UnityEditor.AnimationMode.EndSampling()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.EndSampling.html
  commentId: M:UnityEditor.AnimationMode.EndSampling
  nameWithType: AnimationMode.EndSampling()
  type: Method
- uid: UnityEditor.AnimationMode.InAnimationMode
  name: InAnimationMode()
  fullName: UnityEditor.AnimationMode.InAnimationMode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.InAnimationMode.html
  commentId: M:UnityEditor.AnimationMode.InAnimationMode
  nameWithType: AnimationMode.InAnimationMode()
  type: Method
- uid: UnityEditor.AnimationMode.IsPropertyAnimated(UnityEngine.Object,System.String)
  name: IsPropertyAnimated(Object, string)
  fullName: UnityEditor.AnimationMode.IsPropertyAnimated(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.IsPropertyAnimated.html
  commentId: M:UnityEditor.AnimationMode.IsPropertyAnimated(UnityEngine.Object,System.String)
  nameWithType: AnimationMode.IsPropertyAnimated(Object, string)
  type: Method
- uid: UnityEditor.AnimationMode.recordedPropertyColor
  name: recordedPropertyColor
  fullName: UnityEditor.AnimationMode.recordedPropertyColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode-recordedPropertyColor.html
  commentId: P:UnityEditor.AnimationMode.recordedPropertyColor
  nameWithType: AnimationMode.recordedPropertyColor
  type: Property
- uid: UnityEditor.AnimationMode.SampleAnimationClip(UnityEngine.GameObject,UnityEngine.AnimationClip,System.Single)
  name: SampleAnimationClip(GameObject, AnimationClip, float)
  fullName: UnityEditor.AnimationMode.SampleAnimationClip(UnityEngine.GameObject, UnityEngine.AnimationClip, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.SampleAnimationClip.html
  commentId: M:UnityEditor.AnimationMode.SampleAnimationClip(UnityEngine.GameObject,UnityEngine.AnimationClip,System.Single)
  nameWithType: AnimationMode.SampleAnimationClip(GameObject, AnimationClip, float)
  type: Method
- uid: UnityEditor.AnimationMode.StartAnimationMode
  name: StartAnimationMode()
  fullName: UnityEditor.AnimationMode.StartAnimationMode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.StartAnimationMode.html
  commentId: M:UnityEditor.AnimationMode.StartAnimationMode
  nameWithType: AnimationMode.StartAnimationMode()
  type: Method
- uid: UnityEditor.AnimationMode.StopAnimationMode
  name: StopAnimationMode()
  fullName: UnityEditor.AnimationMode.StopAnimationMode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationMode.StopAnimationMode.html
  commentId: M:UnityEditor.AnimationMode.StopAnimationMode
  nameWithType: AnimationMode.StopAnimationMode()
  type: Method
- uid: UnityEditor.Animations
  name: UnityEditor.Animations
  fullName: UnityEditor.Animations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Animations
  nameWithType: UnityEditor.Animations
  type: Namespace
- uid: UnityEditor.Animations.AnimatorCondition
  name: AnimatorCondition
  fullName: UnityEditor.Animations.AnimatorCondition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorCondition.html
  commentId: T:UnityEditor.Animations.AnimatorCondition
  nameWithType: AnimatorCondition
  type: Struct
- uid: UnityEditor.Animations.AnimatorCondition.mode
  name: mode
  fullName: UnityEditor.Animations.AnimatorCondition.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorCondition-mode.html
  commentId: P:UnityEditor.Animations.AnimatorCondition.mode
  nameWithType: AnimatorCondition.mode
  type: Property
- uid: UnityEditor.Animations.AnimatorCondition.parameter
  name: parameter
  fullName: UnityEditor.Animations.AnimatorCondition.parameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorCondition-parameter.html
  commentId: P:UnityEditor.Animations.AnimatorCondition.parameter
  nameWithType: AnimatorCondition.parameter
  type: Property
- uid: UnityEditor.Animations.AnimatorCondition.threshold
  name: threshold
  fullName: UnityEditor.Animations.AnimatorCondition.threshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorCondition-threshold.html
  commentId: P:UnityEditor.Animations.AnimatorCondition.threshold
  nameWithType: AnimatorCondition.threshold
  type: Property
- uid: UnityEditor.Animations.AnimatorConditionMode
  name: AnimatorConditionMode
  fullName: UnityEditor.Animations.AnimatorConditionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorConditionMode.html
  commentId: T:UnityEditor.Animations.AnimatorConditionMode
  nameWithType: AnimatorConditionMode
  type: Enum
- uid: UnityEditor.Animations.AnimatorConditionMode.Equals
  name: Equals
  fullName: UnityEditor.Animations.AnimatorConditionMode.Equals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorConditionMode.Equals.html
  commentId: F:UnityEditor.Animations.AnimatorConditionMode.Equals
  nameWithType: AnimatorConditionMode.Equals
  type: Field
- uid: UnityEditor.Animations.AnimatorConditionMode.Greater
  name: Greater
  fullName: UnityEditor.Animations.AnimatorConditionMode.Greater
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorConditionMode.Greater.html
  commentId: F:UnityEditor.Animations.AnimatorConditionMode.Greater
  nameWithType: AnimatorConditionMode.Greater
  type: Field
- uid: UnityEditor.Animations.AnimatorConditionMode.If
  name: If
  fullName: UnityEditor.Animations.AnimatorConditionMode.If
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorConditionMode.If.html
  commentId: F:UnityEditor.Animations.AnimatorConditionMode.If
  nameWithType: AnimatorConditionMode.If
  type: Field
- uid: UnityEditor.Animations.AnimatorConditionMode.IfNot
  name: IfNot
  fullName: UnityEditor.Animations.AnimatorConditionMode.IfNot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorConditionMode.IfNot.html
  commentId: F:UnityEditor.Animations.AnimatorConditionMode.IfNot
  nameWithType: AnimatorConditionMode.IfNot
  type: Field
- uid: UnityEditor.Animations.AnimatorConditionMode.Less
  name: Less
  fullName: UnityEditor.Animations.AnimatorConditionMode.Less
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorConditionMode.Less.html
  commentId: F:UnityEditor.Animations.AnimatorConditionMode.Less
  nameWithType: AnimatorConditionMode.Less
  type: Field
- uid: UnityEditor.Animations.AnimatorConditionMode.NotEqual
  name: NotEqual
  fullName: UnityEditor.Animations.AnimatorConditionMode.NotEqual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorConditionMode.NotEqual.html
  commentId: F:UnityEditor.Animations.AnimatorConditionMode.NotEqual
  nameWithType: AnimatorConditionMode.NotEqual
  type: Field
- uid: UnityEditor.Animations.AnimatorController
  name: AnimatorController
  fullName: UnityEditor.Animations.AnimatorController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.html
  commentId: T:UnityEditor.Animations.AnimatorController
  nameWithType: AnimatorController
  type: Class
- uid: UnityEditor.Animations.AnimatorController.#ctor
  name: AnimatorController()
  fullName: UnityEditor.Animations.AnimatorController.AnimatorController()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController-ctor.html
  commentId: M:UnityEditor.Animations.AnimatorController.#ctor
  nameWithType: AnimatorController.AnimatorController()
  type: Constructor
- uid: UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour(System.Type,UnityEditor.Animations.AnimatorState,System.Int32)
  name: AddEffectiveStateMachineBehaviour(Type, AnimatorState, int)
  fullName: UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour(System.Type, UnityEditor.Animations.AnimatorState, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AddEffectiveStateMachineBehaviour.html
  commentId: M:UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour(System.Type,UnityEditor.Animations.AnimatorState,System.Int32)
  nameWithType: AnimatorController.AddEffectiveStateMachineBehaviour(Type, AnimatorState, int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour``1(UnityEditor.Animations.AnimatorState,System.Int32)
  name: AddEffectiveStateMachineBehaviour<T>(AnimatorState, int)
  fullName: UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour<T>(UnityEditor.Animations.AnimatorState, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AddEffectiveStateMachineBehaviour.html
  commentId: M:UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour``1(UnityEditor.Animations.AnimatorState,System.Int32)
  nameWithType: AnimatorController.AddEffectiveStateMachineBehaviour<T>(AnimatorState, int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.AddLayer(System.String)
  name: AddLayer(string)
  fullName: UnityEditor.Animations.AnimatorController.AddLayer(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AddLayer.html
  commentId: M:UnityEditor.Animations.AnimatorController.AddLayer(System.String)
  nameWithType: AnimatorController.AddLayer(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.AddLayer(UnityEditor.Animations.AnimatorControllerLayer)
  name: AddLayer(AnimatorControllerLayer)
  fullName: UnityEditor.Animations.AnimatorController.AddLayer(UnityEditor.Animations.AnimatorControllerLayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AddLayer.html
  commentId: M:UnityEditor.Animations.AnimatorController.AddLayer(UnityEditor.Animations.AnimatorControllerLayer)
  nameWithType: AnimatorController.AddLayer(AnimatorControllerLayer)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion,System.Int32)
  name: AddMotion(Motion, int)
  fullName: UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AddMotion.html
  commentId: M:UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion,System.Int32)
  nameWithType: AnimatorController.AddMotion(Motion, int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion)
  name: AddMotion(Motion)
  fullName: UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AddMotion.html
  commentId: M:UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion)
  nameWithType: AnimatorController.AddMotion(Motion)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.AddParameter(System.String,UnityEngine.AnimatorControllerParameterType)
  name: AddParameter(string, AnimatorControllerParameterType)
  fullName: UnityEditor.Animations.AnimatorController.AddParameter(string, UnityEngine.AnimatorControllerParameterType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AddParameter.html
  commentId: M:UnityEditor.Animations.AnimatorController.AddParameter(System.String,UnityEngine.AnimatorControllerParameterType)
  nameWithType: AnimatorController.AddParameter(string, AnimatorControllerParameterType)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.AddParameter(UnityEngine.AnimatorControllerParameter)
  name: AddParameter(AnimatorControllerParameter)
  fullName: UnityEditor.Animations.AnimatorController.AddParameter(UnityEngine.AnimatorControllerParameter)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AddParameter.html
  commentId: M:UnityEditor.Animations.AnimatorController.AddParameter(UnityEngine.AnimatorControllerParameter)
  nameWithType: AnimatorController.AddParameter(AnimatorControllerParameter)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.AllocateAnimatorClip(System.String)
  name: AllocateAnimatorClip(string)
  fullName: UnityEditor.Animations.AnimatorController.AllocateAnimatorClip(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.AllocateAnimatorClip.html
  commentId: M:UnityEditor.Animations.AnimatorController.AllocateAnimatorClip(System.String)
  nameWithType: AnimatorController.AllocateAnimatorClip(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPath(System.String)
  name: CreateAnimatorControllerAtPath(string)
  fullName: UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.CreateAnimatorControllerAtPath.html
  commentId: M:UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPath(System.String)
  nameWithType: AnimatorController.CreateAnimatorControllerAtPath(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPathWithClip(System.String,UnityEngine.AnimationClip)
  name: CreateAnimatorControllerAtPathWithClip(string, AnimationClip)
  fullName: UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPathWithClip(string, UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.CreateAnimatorControllerAtPathWithClip.html
  commentId: M:UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPathWithClip(System.String,UnityEngine.AnimationClip)
  nameWithType: AnimatorController.CreateAnimatorControllerAtPathWithClip(string, AnimationClip)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(System.String,UnityEditor.Animations.BlendTree@,System.Int32)
  name: CreateBlendTreeInController(string, out BlendTree, int)
  fullName: UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(string, out UnityEditor.Animations.BlendTree, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.CreateBlendTreeInController.html
  commentId: M:UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(System.String,UnityEditor.Animations.BlendTree@,System.Int32)
  nameWithType: AnimatorController.CreateBlendTreeInController(string, out BlendTree, int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(System.String,UnityEditor.Animations.BlendTree@)
  name: CreateBlendTreeInController(string, out BlendTree)
  fullName: UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(string, out UnityEditor.Animations.BlendTree)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.CreateBlendTreeInController.html
  commentId: M:UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(System.String,UnityEditor.Animations.BlendTree@)
  nameWithType: AnimatorController.CreateBlendTreeInController(string, out BlendTree)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.CreateStateMachineBehaviour(UnityEditor.MonoScript)
  name: CreateStateMachineBehaviour(MonoScript)
  fullName: UnityEditor.Animations.AnimatorController.CreateStateMachineBehaviour(UnityEditor.MonoScript)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.CreateStateMachineBehaviour.html
  commentId: M:UnityEditor.Animations.AnimatorController.CreateStateMachineBehaviour(UnityEditor.MonoScript)
  nameWithType: AnimatorController.CreateStateMachineBehaviour(MonoScript)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.FindStateMachineBehaviourContext(UnityEngine.StateMachineBehaviour)
  name: FindStateMachineBehaviourContext(StateMachineBehaviour)
  fullName: UnityEditor.Animations.AnimatorController.FindStateMachineBehaviourContext(UnityEngine.StateMachineBehaviour)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.FindStateMachineBehaviourContext.html
  commentId: M:UnityEditor.Animations.AnimatorController.FindStateMachineBehaviourContext(UnityEngine.StateMachineBehaviour)
  nameWithType: AnimatorController.FindStateMachineBehaviourContext(StateMachineBehaviour)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.GetBehaviours``1
  name: GetBehaviours<T>()
  fullName: UnityEditor.Animations.AnimatorController.GetBehaviours<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.GetBehaviours.html
  commentId: M:UnityEditor.Animations.AnimatorController.GetBehaviours``1
  nameWithType: AnimatorController.GetBehaviours<T>()
  type: Method
- uid: UnityEditor.Animations.AnimatorController.GetStateEffectiveBehaviours(UnityEditor.Animations.AnimatorState,System.Int32)
  name: GetStateEffectiveBehaviours(AnimatorState, int)
  fullName: UnityEditor.Animations.AnimatorController.GetStateEffectiveBehaviours(UnityEditor.Animations.AnimatorState, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.GetStateEffectiveBehaviours.html
  commentId: M:UnityEditor.Animations.AnimatorController.GetStateEffectiveBehaviours(UnityEditor.Animations.AnimatorState,System.Int32)
  nameWithType: AnimatorController.GetStateEffectiveBehaviours(AnimatorState, int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,System.Int32)
  name: GetStateEffectiveMotion(AnimatorState, int)
  fullName: UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.GetStateEffectiveMotion.html
  commentId: M:UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,System.Int32)
  nameWithType: AnimatorController.GetStateEffectiveMotion(AnimatorState, int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState)
  name: GetStateEffectiveMotion(AnimatorState)
  fullName: UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.GetStateEffectiveMotion.html
  commentId: M:UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState)
  nameWithType: AnimatorController.GetStateEffectiveMotion(AnimatorState)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.layers
  name: layers
  fullName: UnityEditor.Animations.AnimatorController.layers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController-layers.html
  commentId: P:UnityEditor.Animations.AnimatorController.layers
  nameWithType: AnimatorController.layers
  type: Property
- uid: UnityEditor.Animations.AnimatorController.MakeUniqueLayerName(System.String)
  name: MakeUniqueLayerName(string)
  fullName: UnityEditor.Animations.AnimatorController.MakeUniqueLayerName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.MakeUniqueLayerName.html
  commentId: M:UnityEditor.Animations.AnimatorController.MakeUniqueLayerName(System.String)
  nameWithType: AnimatorController.MakeUniqueLayerName(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.MakeUniqueParameterName(System.String)
  name: MakeUniqueParameterName(string)
  fullName: UnityEditor.Animations.AnimatorController.MakeUniqueParameterName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.MakeUniqueParameterName.html
  commentId: M:UnityEditor.Animations.AnimatorController.MakeUniqueParameterName(System.String)
  nameWithType: AnimatorController.MakeUniqueParameterName(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.parameters
  name: parameters
  fullName: UnityEditor.Animations.AnimatorController.parameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController-parameters.html
  commentId: P:UnityEditor.Animations.AnimatorController.parameters
  nameWithType: AnimatorController.parameters
  type: Property
- uid: UnityEditor.Animations.AnimatorController.RemoveLayer(System.Int32)
  name: RemoveLayer(int)
  fullName: UnityEditor.Animations.AnimatorController.RemoveLayer(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.RemoveLayer.html
  commentId: M:UnityEditor.Animations.AnimatorController.RemoveLayer(System.Int32)
  nameWithType: AnimatorController.RemoveLayer(int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.RemoveParameter(System.Int32)
  name: RemoveParameter(int)
  fullName: UnityEditor.Animations.AnimatorController.RemoveParameter(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.RemoveParameter.html
  commentId: M:UnityEditor.Animations.AnimatorController.RemoveParameter(System.Int32)
  nameWithType: AnimatorController.RemoveParameter(int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.RemoveParameter(UnityEngine.AnimatorControllerParameter)
  name: RemoveParameter(AnimatorControllerParameter)
  fullName: UnityEditor.Animations.AnimatorController.RemoveParameter(UnityEngine.AnimatorControllerParameter)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.RemoveParameter.html
  commentId: M:UnityEditor.Animations.AnimatorController.RemoveParameter(UnityEngine.AnimatorControllerParameter)
  nameWithType: AnimatorController.RemoveParameter(AnimatorControllerParameter)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.SetAnimatorController(UnityEngine.Animator,UnityEditor.Animations.AnimatorController)
  name: SetAnimatorController(Animator, AnimatorController)
  fullName: UnityEditor.Animations.AnimatorController.SetAnimatorController(UnityEngine.Animator, UnityEditor.Animations.AnimatorController)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.SetAnimatorController.html
  commentId: M:UnityEditor.Animations.AnimatorController.SetAnimatorController(UnityEngine.Animator,UnityEditor.Animations.AnimatorController)
  nameWithType: AnimatorController.SetAnimatorController(Animator, AnimatorController)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.SetStateEffectiveBehaviours(UnityEditor.Animations.AnimatorState,System.Int32,UnityEngine.StateMachineBehaviour[])
  name: SetStateEffectiveBehaviours(AnimatorState, int, StateMachineBehaviour[])
  fullName: UnityEditor.Animations.AnimatorController.SetStateEffectiveBehaviours(UnityEditor.Animations.AnimatorState, int, UnityEngine.StateMachineBehaviour[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.SetStateEffectiveBehaviours.html
  commentId: M:UnityEditor.Animations.AnimatorController.SetStateEffectiveBehaviours(UnityEditor.Animations.AnimatorState,System.Int32,UnityEngine.StateMachineBehaviour[])
  nameWithType: AnimatorController.SetStateEffectiveBehaviours(AnimatorState, int, StateMachineBehaviour[])
  type: Method
- uid: UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion,System.Int32)
  name: SetStateEffectiveMotion(AnimatorState, Motion, int)
  fullName: UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState, UnityEngine.Motion, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.SetStateEffectiveMotion.html
  commentId: M:UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion,System.Int32)
  nameWithType: AnimatorController.SetStateEffectiveMotion(AnimatorState, Motion, int)
  type: Method
- uid: UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion)
  name: SetStateEffectiveMotion(AnimatorState, Motion)
  fullName: UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState, UnityEngine.Motion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorController.SetStateEffectiveMotion.html
  commentId: M:UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion)
  nameWithType: AnimatorController.SetStateEffectiveMotion(AnimatorState, Motion)
  type: Method
- uid: UnityEditor.Animations.AnimatorControllerLayer
  name: AnimatorControllerLayer
  fullName: UnityEditor.Animations.AnimatorControllerLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer.html
  commentId: T:UnityEditor.Animations.AnimatorControllerLayer
  nameWithType: AnimatorControllerLayer
  type: Class
- uid: UnityEditor.Animations.AnimatorControllerLayer.avatarMask
  name: avatarMask
  fullName: UnityEditor.Animations.AnimatorControllerLayer.avatarMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer-avatarMask.html
  commentId: P:UnityEditor.Animations.AnimatorControllerLayer.avatarMask
  nameWithType: AnimatorControllerLayer.avatarMask
  type: Property
- uid: UnityEditor.Animations.AnimatorControllerLayer.blendingMode
  name: blendingMode
  fullName: UnityEditor.Animations.AnimatorControllerLayer.blendingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer-blendingMode.html
  commentId: P:UnityEditor.Animations.AnimatorControllerLayer.blendingMode
  nameWithType: AnimatorControllerLayer.blendingMode
  type: Property
- uid: UnityEditor.Animations.AnimatorControllerLayer.defaultWeight
  name: defaultWeight
  fullName: UnityEditor.Animations.AnimatorControllerLayer.defaultWeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer-defaultWeight.html
  commentId: P:UnityEditor.Animations.AnimatorControllerLayer.defaultWeight
  nameWithType: AnimatorControllerLayer.defaultWeight
  type: Property
- uid: UnityEditor.Animations.AnimatorControllerLayer.GetOverrideBehaviours(UnityEditor.Animations.AnimatorState)
  name: GetOverrideBehaviours(AnimatorState)
  fullName: UnityEditor.Animations.AnimatorControllerLayer.GetOverrideBehaviours(UnityEditor.Animations.AnimatorState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer.GetOverrideBehaviours.html
  commentId: M:UnityEditor.Animations.AnimatorControllerLayer.GetOverrideBehaviours(UnityEditor.Animations.AnimatorState)
  nameWithType: AnimatorControllerLayer.GetOverrideBehaviours(AnimatorState)
  type: Method
- uid: UnityEditor.Animations.AnimatorControllerLayer.GetOverrideMotion(UnityEditor.Animations.AnimatorState)
  name: GetOverrideMotion(AnimatorState)
  fullName: UnityEditor.Animations.AnimatorControllerLayer.GetOverrideMotion(UnityEditor.Animations.AnimatorState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer.GetOverrideMotion.html
  commentId: M:UnityEditor.Animations.AnimatorControllerLayer.GetOverrideMotion(UnityEditor.Animations.AnimatorState)
  nameWithType: AnimatorControllerLayer.GetOverrideMotion(AnimatorState)
  type: Method
- uid: UnityEditor.Animations.AnimatorControllerLayer.iKPass
  name: iKPass
  fullName: UnityEditor.Animations.AnimatorControllerLayer.iKPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer-iKPass.html
  commentId: P:UnityEditor.Animations.AnimatorControllerLayer.iKPass
  nameWithType: AnimatorControllerLayer.iKPass
  type: Property
- uid: UnityEditor.Animations.AnimatorControllerLayer.name
  name: name
  fullName: UnityEditor.Animations.AnimatorControllerLayer.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer-name.html
  commentId: P:UnityEditor.Animations.AnimatorControllerLayer.name
  nameWithType: AnimatorControllerLayer.name
  type: Property
- uid: UnityEditor.Animations.AnimatorControllerLayer.SetOverrideBehaviours(UnityEditor.Animations.AnimatorState,UnityEngine.StateMachineBehaviour[])
  name: SetOverrideBehaviours(AnimatorState, StateMachineBehaviour[])
  fullName: UnityEditor.Animations.AnimatorControllerLayer.SetOverrideBehaviours(UnityEditor.Animations.AnimatorState, UnityEngine.StateMachineBehaviour[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer.SetOverrideBehaviours.html
  commentId: M:UnityEditor.Animations.AnimatorControllerLayer.SetOverrideBehaviours(UnityEditor.Animations.AnimatorState,UnityEngine.StateMachineBehaviour[])
  nameWithType: AnimatorControllerLayer.SetOverrideBehaviours(AnimatorState, StateMachineBehaviour[])
  type: Method
- uid: UnityEditor.Animations.AnimatorControllerLayer.SetOverrideMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion)
  name: SetOverrideMotion(AnimatorState, Motion)
  fullName: UnityEditor.Animations.AnimatorControllerLayer.SetOverrideMotion(UnityEditor.Animations.AnimatorState, UnityEngine.Motion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer.SetOverrideMotion.html
  commentId: M:UnityEditor.Animations.AnimatorControllerLayer.SetOverrideMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion)
  nameWithType: AnimatorControllerLayer.SetOverrideMotion(AnimatorState, Motion)
  type: Method
- uid: UnityEditor.Animations.AnimatorControllerLayer.stateMachine
  name: stateMachine
  fullName: UnityEditor.Animations.AnimatorControllerLayer.stateMachine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer-stateMachine.html
  commentId: P:UnityEditor.Animations.AnimatorControllerLayer.stateMachine
  nameWithType: AnimatorControllerLayer.stateMachine
  type: Property
- uid: UnityEditor.Animations.AnimatorControllerLayer.syncedLayerAffectsTiming
  name: syncedLayerAffectsTiming
  fullName: UnityEditor.Animations.AnimatorControllerLayer.syncedLayerAffectsTiming
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer-syncedLayerAffectsTiming.html
  commentId: P:UnityEditor.Animations.AnimatorControllerLayer.syncedLayerAffectsTiming
  nameWithType: AnimatorControllerLayer.syncedLayerAffectsTiming
  type: Property
- uid: UnityEditor.Animations.AnimatorControllerLayer.syncedLayerIndex
  name: syncedLayerIndex
  fullName: UnityEditor.Animations.AnimatorControllerLayer.syncedLayerIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerLayer-syncedLayerIndex.html
  commentId: P:UnityEditor.Animations.AnimatorControllerLayer.syncedLayerIndex
  nameWithType: AnimatorControllerLayer.syncedLayerIndex
  type: Property
- uid: UnityEditor.Animations.AnimatorLayerBlendingMode
  name: AnimatorLayerBlendingMode
  fullName: UnityEditor.Animations.AnimatorLayerBlendingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorLayerBlendingMode.html
  commentId: T:UnityEditor.Animations.AnimatorLayerBlendingMode
  nameWithType: AnimatorLayerBlendingMode
  type: Enum
- uid: UnityEditor.Animations.AnimatorLayerBlendingMode.Additive
  name: Additive
  fullName: UnityEditor.Animations.AnimatorLayerBlendingMode.Additive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorLayerBlendingMode.Additive.html
  commentId: F:UnityEditor.Animations.AnimatorLayerBlendingMode.Additive
  nameWithType: AnimatorLayerBlendingMode.Additive
  type: Field
- uid: UnityEditor.Animations.AnimatorLayerBlendingMode.Override
  name: Override
  fullName: UnityEditor.Animations.AnimatorLayerBlendingMode.Override
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorLayerBlendingMode.Override.html
  commentId: F:UnityEditor.Animations.AnimatorLayerBlendingMode.Override
  nameWithType: AnimatorLayerBlendingMode.Override
  type: Field
- uid: UnityEditor.Animations.AnimatorState
  name: AnimatorState
  fullName: UnityEditor.Animations.AnimatorState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.html
  commentId: T:UnityEditor.Animations.AnimatorState
  nameWithType: AnimatorState
  type: Class
- uid: UnityEditor.Animations.AnimatorState.#ctor
  name: AnimatorState()
  fullName: UnityEditor.Animations.AnimatorState.AnimatorState()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-ctor.html
  commentId: M:UnityEditor.Animations.AnimatorState.#ctor
  nameWithType: AnimatorState.AnimatorState()
  type: Constructor
- uid: UnityEditor.Animations.AnimatorState.AddExitTransition
  name: AddExitTransition()
  fullName: UnityEditor.Animations.AnimatorState.AddExitTransition()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddExitTransition.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddExitTransition
  nameWithType: AnimatorState.AddExitTransition()
  type: Method
- uid: UnityEditor.Animations.AnimatorState.AddExitTransition(System.Boolean)
  name: AddExitTransition(bool)
  fullName: UnityEditor.Animations.AnimatorState.AddExitTransition(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddExitTransition.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddExitTransition(System.Boolean)
  nameWithType: AnimatorState.AddExitTransition(bool)
  type: Method
- uid: UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour(System.Type)
  name: AddStateMachineBehaviour(Type)
  fullName: UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddStateMachineBehaviour.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour(System.Type)
  nameWithType: AnimatorState.AddStateMachineBehaviour(Type)
  type: Method
- uid: UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour``1
  name: AddStateMachineBehaviour<T>()
  fullName: UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddStateMachineBehaviour.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour``1
  nameWithType: AnimatorState.AddStateMachineBehaviour<T>()
  type: Method
- uid: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState,System.Boolean)
  name: AddTransition(AnimatorState, bool)
  fullName: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddTransition.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState,System.Boolean)
  nameWithType: AnimatorState.AddTransition(AnimatorState, bool)
  type: Method
- uid: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState)
  name: AddTransition(AnimatorState)
  fullName: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddTransition.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState)
  nameWithType: AnimatorState.AddTransition(AnimatorState)
  type: Method
- uid: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine,System.Boolean)
  name: AddTransition(AnimatorStateMachine, bool)
  fullName: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddTransition.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine,System.Boolean)
  nameWithType: AnimatorState.AddTransition(AnimatorStateMachine, bool)
  type: Method
- uid: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine)
  name: AddTransition(AnimatorStateMachine)
  fullName: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddTransition.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine)
  nameWithType: AnimatorState.AddTransition(AnimatorStateMachine)
  type: Method
- uid: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateTransition)
  name: AddTransition(AnimatorStateTransition)
  fullName: UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateTransition)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.AddTransition.html
  commentId: M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateTransition)
  nameWithType: AnimatorState.AddTransition(AnimatorStateTransition)
  type: Method
- uid: UnityEditor.Animations.AnimatorState.behaviours
  name: behaviours
  fullName: UnityEditor.Animations.AnimatorState.behaviours
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-behaviours.html
  commentId: P:UnityEditor.Animations.AnimatorState.behaviours
  nameWithType: AnimatorState.behaviours
  type: Property
- uid: UnityEditor.Animations.AnimatorState.cycleOffset
  name: cycleOffset
  fullName: UnityEditor.Animations.AnimatorState.cycleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-cycleOffset.html
  commentId: P:UnityEditor.Animations.AnimatorState.cycleOffset
  nameWithType: AnimatorState.cycleOffset
  type: Property
- uid: UnityEditor.Animations.AnimatorState.cycleOffsetParameter
  name: cycleOffsetParameter
  fullName: UnityEditor.Animations.AnimatorState.cycleOffsetParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-cycleOffsetParameter.html
  commentId: P:UnityEditor.Animations.AnimatorState.cycleOffsetParameter
  nameWithType: AnimatorState.cycleOffsetParameter
  type: Property
- uid: UnityEditor.Animations.AnimatorState.cycleOffsetParameterActive
  name: cycleOffsetParameterActive
  fullName: UnityEditor.Animations.AnimatorState.cycleOffsetParameterActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-cycleOffsetParameterActive.html
  commentId: P:UnityEditor.Animations.AnimatorState.cycleOffsetParameterActive
  nameWithType: AnimatorState.cycleOffsetParameterActive
  type: Property
- uid: UnityEditor.Animations.AnimatorState.GetMotion
  name: GetMotion()
  fullName: UnityEditor.Animations.AnimatorState.GetMotion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.GetMotion.html
  commentId: M:UnityEditor.Animations.AnimatorState.GetMotion
  nameWithType: AnimatorState.GetMotion()
  type: Method
- uid: UnityEditor.Animations.AnimatorState.iKOnFeet
  name: iKOnFeet
  fullName: UnityEditor.Animations.AnimatorState.iKOnFeet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-iKOnFeet.html
  commentId: P:UnityEditor.Animations.AnimatorState.iKOnFeet
  nameWithType: AnimatorState.iKOnFeet
  type: Property
- uid: UnityEditor.Animations.AnimatorState.mirror
  name: mirror
  fullName: UnityEditor.Animations.AnimatorState.mirror
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-mirror.html
  commentId: P:UnityEditor.Animations.AnimatorState.mirror
  nameWithType: AnimatorState.mirror
  type: Property
- uid: UnityEditor.Animations.AnimatorState.mirrorParameter
  name: mirrorParameter
  fullName: UnityEditor.Animations.AnimatorState.mirrorParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-mirrorParameter.html
  commentId: P:UnityEditor.Animations.AnimatorState.mirrorParameter
  nameWithType: AnimatorState.mirrorParameter
  type: Property
- uid: UnityEditor.Animations.AnimatorState.mirrorParameterActive
  name: mirrorParameterActive
  fullName: UnityEditor.Animations.AnimatorState.mirrorParameterActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-mirrorParameterActive.html
  commentId: P:UnityEditor.Animations.AnimatorState.mirrorParameterActive
  nameWithType: AnimatorState.mirrorParameterActive
  type: Property
- uid: UnityEditor.Animations.AnimatorState.motion
  name: motion
  fullName: UnityEditor.Animations.AnimatorState.motion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-motion.html
  commentId: P:UnityEditor.Animations.AnimatorState.motion
  nameWithType: AnimatorState.motion
  type: Property
- uid: UnityEditor.Animations.AnimatorState.nameHash
  name: nameHash
  fullName: UnityEditor.Animations.AnimatorState.nameHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-nameHash.html
  commentId: P:UnityEditor.Animations.AnimatorState.nameHash
  nameWithType: AnimatorState.nameHash
  type: Property
- uid: UnityEditor.Animations.AnimatorState.RemoveTransition(UnityEditor.Animations.AnimatorStateTransition)
  name: RemoveTransition(AnimatorStateTransition)
  fullName: UnityEditor.Animations.AnimatorState.RemoveTransition(UnityEditor.Animations.AnimatorStateTransition)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState.RemoveTransition.html
  commentId: M:UnityEditor.Animations.AnimatorState.RemoveTransition(UnityEditor.Animations.AnimatorStateTransition)
  nameWithType: AnimatorState.RemoveTransition(AnimatorStateTransition)
  type: Method
- uid: UnityEditor.Animations.AnimatorState.speed
  name: speed
  fullName: UnityEditor.Animations.AnimatorState.speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-speed.html
  commentId: P:UnityEditor.Animations.AnimatorState.speed
  nameWithType: AnimatorState.speed
  type: Property
- uid: UnityEditor.Animations.AnimatorState.speedParameter
  name: speedParameter
  fullName: UnityEditor.Animations.AnimatorState.speedParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-speedParameter.html
  commentId: P:UnityEditor.Animations.AnimatorState.speedParameter
  nameWithType: AnimatorState.speedParameter
  type: Property
- uid: UnityEditor.Animations.AnimatorState.speedParameterActive
  name: speedParameterActive
  fullName: UnityEditor.Animations.AnimatorState.speedParameterActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-speedParameterActive.html
  commentId: P:UnityEditor.Animations.AnimatorState.speedParameterActive
  nameWithType: AnimatorState.speedParameterActive
  type: Property
- uid: UnityEditor.Animations.AnimatorState.tag
  name: tag
  fullName: UnityEditor.Animations.AnimatorState.tag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-tag.html
  commentId: P:UnityEditor.Animations.AnimatorState.tag
  nameWithType: AnimatorState.tag
  type: Property
- uid: UnityEditor.Animations.AnimatorState.timeParameter
  name: timeParameter
  fullName: UnityEditor.Animations.AnimatorState.timeParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-timeParameter.html
  commentId: P:UnityEditor.Animations.AnimatorState.timeParameter
  nameWithType: AnimatorState.timeParameter
  type: Property
- uid: UnityEditor.Animations.AnimatorState.timeParameterActive
  name: timeParameterActive
  fullName: UnityEditor.Animations.AnimatorState.timeParameterActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-timeParameterActive.html
  commentId: P:UnityEditor.Animations.AnimatorState.timeParameterActive
  nameWithType: AnimatorState.timeParameterActive
  type: Property
- uid: UnityEditor.Animations.AnimatorState.transitions
  name: transitions
  fullName: UnityEditor.Animations.AnimatorState.transitions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-transitions.html
  commentId: P:UnityEditor.Animations.AnimatorState.transitions
  nameWithType: AnimatorState.transitions
  type: Property
- uid: UnityEditor.Animations.AnimatorState.uniqueName
  name: uniqueName
  fullName: UnityEditor.Animations.AnimatorState.uniqueName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-uniqueName.html
  commentId: P:UnityEditor.Animations.AnimatorState.uniqueName
  nameWithType: AnimatorState.uniqueName
  type: Property
- uid: UnityEditor.Animations.AnimatorState.uniqueNameHash
  name: uniqueNameHash
  fullName: UnityEditor.Animations.AnimatorState.uniqueNameHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-uniqueNameHash.html
  commentId: P:UnityEditor.Animations.AnimatorState.uniqueNameHash
  nameWithType: AnimatorState.uniqueNameHash
  type: Property
- uid: UnityEditor.Animations.AnimatorState.writeDefaultValues
  name: writeDefaultValues
  fullName: UnityEditor.Animations.AnimatorState.writeDefaultValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorState-writeDefaultValues.html
  commentId: P:UnityEditor.Animations.AnimatorState.writeDefaultValues
  nameWithType: AnimatorState.writeDefaultValues
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine
  name: AnimatorStateMachine
  fullName: UnityEditor.Animations.AnimatorStateMachine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.html
  commentId: T:UnityEditor.Animations.AnimatorStateMachine
  nameWithType: AnimatorStateMachine
  type: Class
- uid: UnityEditor.Animations.AnimatorStateMachine.#ctor
  name: AnimatorStateMachine()
  fullName: UnityEditor.Animations.AnimatorStateMachine.AnimatorStateMachine()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-ctor.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.#ctor
  nameWithType: AnimatorStateMachine.AnimatorStateMachine()
  type: Constructor
- uid: UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorState)
  name: AddAnyStateTransition(AnimatorState)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddAnyStateTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorState)
  nameWithType: AnimatorStateMachine.AddAnyStateTransition(AnimatorState)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorStateMachine)
  name: AddAnyStateTransition(AnimatorStateMachine)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorStateMachine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddAnyStateTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorStateMachine)
  nameWithType: AnimatorStateMachine.AddAnyStateTransition(AnimatorStateMachine)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorState)
  name: AddEntryTransition(AnimatorState)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddEntryTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorState)
  nameWithType: AnimatorStateMachine.AddEntryTransition(AnimatorState)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorStateMachine)
  name: AddEntryTransition(AnimatorStateMachine)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorStateMachine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddEntryTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorStateMachine)
  nameWithType: AnimatorStateMachine.AddEntryTransition(AnimatorStateMachine)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddState(System.String,UnityEngine.Vector3)
  name: AddState(string, Vector3)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddState(string, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddState.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddState(System.String,UnityEngine.Vector3)
  nameWithType: AnimatorStateMachine.AddState(string, Vector3)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddState(System.String)
  name: AddState(string)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddState(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddState.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddState(System.String)
  nameWithType: AnimatorStateMachine.AddState(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddState(UnityEditor.Animations.AnimatorState,UnityEngine.Vector3)
  name: AddState(AnimatorState, Vector3)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddState(UnityEditor.Animations.AnimatorState, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddState.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddState(UnityEditor.Animations.AnimatorState,UnityEngine.Vector3)
  nameWithType: AnimatorStateMachine.AddState(AnimatorState, Vector3)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(System.String,UnityEngine.Vector3)
  name: AddStateMachine(string, Vector3)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(string, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachine.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(System.String,UnityEngine.Vector3)
  nameWithType: AnimatorStateMachine.AddStateMachine(string, Vector3)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(System.String)
  name: AddStateMachine(string)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachine.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(System.String)
  nameWithType: AnimatorStateMachine.AddStateMachine(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(UnityEditor.Animations.AnimatorStateMachine,UnityEngine.Vector3)
  name: AddStateMachine(AnimatorStateMachine, Vector3)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(UnityEditor.Animations.AnimatorStateMachine, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachine.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(UnityEditor.Animations.AnimatorStateMachine,UnityEngine.Vector3)
  nameWithType: AnimatorStateMachine.AddStateMachine(AnimatorStateMachine, Vector3)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour(System.Type)
  name: AddStateMachineBehaviour(Type)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachineBehaviour.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour(System.Type)
  nameWithType: AnimatorStateMachine.AddStateMachineBehaviour(Type)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour``1
  name: AddStateMachineBehaviour<T>()
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachineBehaviour.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour``1
  nameWithType: AnimatorStateMachine.AddStateMachineBehaviour<T>()
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineExitTransition(UnityEditor.Animations.AnimatorStateMachine)
  name: AddStateMachineExitTransition(AnimatorStateMachine)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineExitTransition(UnityEditor.Animations.AnimatorStateMachine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachineExitTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineExitTransition(UnityEditor.Animations.AnimatorStateMachine)
  nameWithType: AnimatorStateMachine.AddStateMachineExitTransition(AnimatorStateMachine)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorState)
  name: AddStateMachineTransition(AnimatorStateMachine, AnimatorState)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine, UnityEditor.Animations.AnimatorState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachineTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorState)
  nameWithType: AnimatorStateMachine.AddStateMachineTransition(AnimatorStateMachine, AnimatorState)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorStateMachine)
  name: AddStateMachineTransition(AnimatorStateMachine, AnimatorStateMachine)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine, UnityEditor.Animations.AnimatorStateMachine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachineTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorStateMachine)
  nameWithType: AnimatorStateMachine.AddStateMachineTransition(AnimatorStateMachine, AnimatorStateMachine)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine)
  name: AddStateMachineTransition(AnimatorStateMachine)
  fullName: UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.AddStateMachineTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine)
  nameWithType: AnimatorStateMachine.AddStateMachineTransition(AnimatorStateMachine)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.anyStatePosition
  name: anyStatePosition
  fullName: UnityEditor.Animations.AnimatorStateMachine.anyStatePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-anyStatePosition.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.anyStatePosition
  nameWithType: AnimatorStateMachine.anyStatePosition
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.anyStateTransitions
  name: anyStateTransitions
  fullName: UnityEditor.Animations.AnimatorStateMachine.anyStateTransitions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-anyStateTransitions.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.anyStateTransitions
  nameWithType: AnimatorStateMachine.anyStateTransitions
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.behaviours
  name: behaviours
  fullName: UnityEditor.Animations.AnimatorStateMachine.behaviours
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-behaviours.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.behaviours
  nameWithType: AnimatorStateMachine.behaviours
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.defaultState
  name: defaultState
  fullName: UnityEditor.Animations.AnimatorStateMachine.defaultState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-defaultState.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.defaultState
  nameWithType: AnimatorStateMachine.defaultState
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.entryPosition
  name: entryPosition
  fullName: UnityEditor.Animations.AnimatorStateMachine.entryPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-entryPosition.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.entryPosition
  nameWithType: AnimatorStateMachine.entryPosition
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.entryTransitions
  name: entryTransitions
  fullName: UnityEditor.Animations.AnimatorStateMachine.entryTransitions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-entryTransitions.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.entryTransitions
  nameWithType: AnimatorStateMachine.entryTransitions
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.exitPosition
  name: exitPosition
  fullName: UnityEditor.Animations.AnimatorStateMachine.exitPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-exitPosition.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.exitPosition
  nameWithType: AnimatorStateMachine.exitPosition
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.GetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine)
  name: GetStateMachineTransitions(AnimatorStateMachine)
  fullName: UnityEditor.Animations.AnimatorStateMachine.GetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.GetStateMachineTransitions.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.GetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine)
  nameWithType: AnimatorStateMachine.GetStateMachineTransitions(AnimatorStateMachine)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateMachineName(System.String)
  name: MakeUniqueStateMachineName(string)
  fullName: UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateMachineName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.MakeUniqueStateMachineName.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateMachineName(System.String)
  nameWithType: AnimatorStateMachine.MakeUniqueStateMachineName(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateName(System.String)
  name: MakeUniqueStateName(string)
  fullName: UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.MakeUniqueStateName.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateName(System.String)
  nameWithType: AnimatorStateMachine.MakeUniqueStateName(string)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.parentStateMachinePosition
  name: parentStateMachinePosition
  fullName: UnityEditor.Animations.AnimatorStateMachine.parentStateMachinePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-parentStateMachinePosition.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.parentStateMachinePosition
  nameWithType: AnimatorStateMachine.parentStateMachinePosition
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.RemoveAnyStateTransition(UnityEditor.Animations.AnimatorStateTransition)
  name: RemoveAnyStateTransition(AnimatorStateTransition)
  fullName: UnityEditor.Animations.AnimatorStateMachine.RemoveAnyStateTransition(UnityEditor.Animations.AnimatorStateTransition)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.RemoveAnyStateTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.RemoveAnyStateTransition(UnityEditor.Animations.AnimatorStateTransition)
  nameWithType: AnimatorStateMachine.RemoveAnyStateTransition(AnimatorStateTransition)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.RemoveEntryTransition(UnityEditor.Animations.AnimatorTransition)
  name: RemoveEntryTransition(AnimatorTransition)
  fullName: UnityEditor.Animations.AnimatorStateMachine.RemoveEntryTransition(UnityEditor.Animations.AnimatorTransition)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.RemoveEntryTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.RemoveEntryTransition(UnityEditor.Animations.AnimatorTransition)
  nameWithType: AnimatorStateMachine.RemoveEntryTransition(AnimatorTransition)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.RemoveState(UnityEditor.Animations.AnimatorState)
  name: RemoveState(AnimatorState)
  fullName: UnityEditor.Animations.AnimatorStateMachine.RemoveState(UnityEditor.Animations.AnimatorState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.RemoveState.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.RemoveState(UnityEditor.Animations.AnimatorState)
  nameWithType: AnimatorStateMachine.RemoveState(AnimatorState)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachine(UnityEditor.Animations.AnimatorStateMachine)
  name: RemoveStateMachine(AnimatorStateMachine)
  fullName: UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachine(UnityEditor.Animations.AnimatorStateMachine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.RemoveStateMachine.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachine(UnityEditor.Animations.AnimatorStateMachine)
  nameWithType: AnimatorStateMachine.RemoveStateMachine(AnimatorStateMachine)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorTransition)
  name: RemoveStateMachineTransition(AnimatorStateMachine, AnimatorTransition)
  fullName: UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine, UnityEditor.Animations.AnimatorTransition)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.RemoveStateMachineTransition.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorTransition)
  nameWithType: AnimatorStateMachine.RemoveStateMachineTransition(AnimatorStateMachine, AnimatorTransition)
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.SetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorTransition[])
  name: SetStateMachineTransitions(AnimatorStateMachine, AnimatorTransition[])
  fullName: UnityEditor.Animations.AnimatorStateMachine.SetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine, UnityEditor.Animations.AnimatorTransition[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine.SetStateMachineTransitions.html
  commentId: M:UnityEditor.Animations.AnimatorStateMachine.SetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorTransition[])
  nameWithType: AnimatorStateMachine.SetStateMachineTransitions(AnimatorStateMachine, AnimatorTransition[])
  type: Method
- uid: UnityEditor.Animations.AnimatorStateMachine.stateMachines
  name: stateMachines
  fullName: UnityEditor.Animations.AnimatorStateMachine.stateMachines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-stateMachines.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.stateMachines
  nameWithType: AnimatorStateMachine.stateMachines
  type: Property
- uid: UnityEditor.Animations.AnimatorStateMachine.states
  name: states
  fullName: UnityEditor.Animations.AnimatorStateMachine.states
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateMachine-states.html
  commentId: P:UnityEditor.Animations.AnimatorStateMachine.states
  nameWithType: AnimatorStateMachine.states
  type: Property
- uid: UnityEditor.Animations.AnimatorStateTransition
  name: AnimatorStateTransition
  fullName: UnityEditor.Animations.AnimatorStateTransition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition.html
  commentId: T:UnityEditor.Animations.AnimatorStateTransition
  nameWithType: AnimatorStateTransition
  type: Class
- uid: UnityEditor.Animations.AnimatorStateTransition.#ctor
  name: AnimatorStateTransition()
  fullName: UnityEditor.Animations.AnimatorStateTransition.AnimatorStateTransition()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-ctor.html
  commentId: M:UnityEditor.Animations.AnimatorStateTransition.#ctor
  nameWithType: AnimatorStateTransition.AnimatorStateTransition()
  type: Constructor
- uid: UnityEditor.Animations.AnimatorStateTransition.canTransitionToSelf
  name: canTransitionToSelf
  fullName: UnityEditor.Animations.AnimatorStateTransition.canTransitionToSelf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-canTransitionToSelf.html
  commentId: P:UnityEditor.Animations.AnimatorStateTransition.canTransitionToSelf
  nameWithType: AnimatorStateTransition.canTransitionToSelf
  type: Property
- uid: UnityEditor.Animations.AnimatorStateTransition.duration
  name: duration
  fullName: UnityEditor.Animations.AnimatorStateTransition.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-duration.html
  commentId: P:UnityEditor.Animations.AnimatorStateTransition.duration
  nameWithType: AnimatorStateTransition.duration
  type: Property
- uid: UnityEditor.Animations.AnimatorStateTransition.exitTime
  name: exitTime
  fullName: UnityEditor.Animations.AnimatorStateTransition.exitTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-exitTime.html
  commentId: P:UnityEditor.Animations.AnimatorStateTransition.exitTime
  nameWithType: AnimatorStateTransition.exitTime
  type: Property
- uid: UnityEditor.Animations.AnimatorStateTransition.hasExitTime
  name: hasExitTime
  fullName: UnityEditor.Animations.AnimatorStateTransition.hasExitTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-hasExitTime.html
  commentId: P:UnityEditor.Animations.AnimatorStateTransition.hasExitTime
  nameWithType: AnimatorStateTransition.hasExitTime
  type: Property
- uid: UnityEditor.Animations.AnimatorStateTransition.hasFixedDuration
  name: hasFixedDuration
  fullName: UnityEditor.Animations.AnimatorStateTransition.hasFixedDuration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-hasFixedDuration.html
  commentId: P:UnityEditor.Animations.AnimatorStateTransition.hasFixedDuration
  nameWithType: AnimatorStateTransition.hasFixedDuration
  type: Property
- uid: UnityEditor.Animations.AnimatorStateTransition.interruptionSource
  name: interruptionSource
  fullName: UnityEditor.Animations.AnimatorStateTransition.interruptionSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-interruptionSource.html
  commentId: P:UnityEditor.Animations.AnimatorStateTransition.interruptionSource
  nameWithType: AnimatorStateTransition.interruptionSource
  type: Property
- uid: UnityEditor.Animations.AnimatorStateTransition.offset
  name: offset
  fullName: UnityEditor.Animations.AnimatorStateTransition.offset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-offset.html
  commentId: P:UnityEditor.Animations.AnimatorStateTransition.offset
  nameWithType: AnimatorStateTransition.offset
  type: Property
- uid: UnityEditor.Animations.AnimatorStateTransition.orderedInterruption
  name: orderedInterruption
  fullName: UnityEditor.Animations.AnimatorStateTransition.orderedInterruption
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorStateTransition-orderedInterruption.html
  commentId: P:UnityEditor.Animations.AnimatorStateTransition.orderedInterruption
  nameWithType: AnimatorStateTransition.orderedInterruption
  type: Property
- uid: UnityEditor.Animations.AnimatorTransition
  name: AnimatorTransition
  fullName: UnityEditor.Animations.AnimatorTransition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransition.html
  commentId: T:UnityEditor.Animations.AnimatorTransition
  nameWithType: AnimatorTransition
  type: Class
- uid: UnityEditor.Animations.AnimatorTransition.#ctor
  name: AnimatorTransition()
  fullName: UnityEditor.Animations.AnimatorTransition.AnimatorTransition()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransition-ctor.html
  commentId: M:UnityEditor.Animations.AnimatorTransition.#ctor
  nameWithType: AnimatorTransition.AnimatorTransition()
  type: Constructor
- uid: UnityEditor.Animations.AnimatorTransitionBase
  name: AnimatorTransitionBase
  fullName: UnityEditor.Animations.AnimatorTransitionBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase.html
  commentId: T:UnityEditor.Animations.AnimatorTransitionBase
  nameWithType: AnimatorTransitionBase
  type: Class
- uid: UnityEditor.Animations.AnimatorTransitionBase.AddCondition(UnityEditor.Animations.AnimatorConditionMode,System.Single,System.String)
  name: AddCondition(AnimatorConditionMode, float, string)
  fullName: UnityEditor.Animations.AnimatorTransitionBase.AddCondition(UnityEditor.Animations.AnimatorConditionMode, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase.AddCondition.html
  commentId: M:UnityEditor.Animations.AnimatorTransitionBase.AddCondition(UnityEditor.Animations.AnimatorConditionMode,System.Single,System.String)
  nameWithType: AnimatorTransitionBase.AddCondition(AnimatorConditionMode, float, string)
  type: Method
- uid: UnityEditor.Animations.AnimatorTransitionBase.conditions
  name: conditions
  fullName: UnityEditor.Animations.AnimatorTransitionBase.conditions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase-conditions.html
  commentId: P:UnityEditor.Animations.AnimatorTransitionBase.conditions
  nameWithType: AnimatorTransitionBase.conditions
  type: Property
- uid: UnityEditor.Animations.AnimatorTransitionBase.destinationState
  name: destinationState
  fullName: UnityEditor.Animations.AnimatorTransitionBase.destinationState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase-destinationState.html
  commentId: P:UnityEditor.Animations.AnimatorTransitionBase.destinationState
  nameWithType: AnimatorTransitionBase.destinationState
  type: Property
- uid: UnityEditor.Animations.AnimatorTransitionBase.destinationStateMachine
  name: destinationStateMachine
  fullName: UnityEditor.Animations.AnimatorTransitionBase.destinationStateMachine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase-destinationStateMachine.html
  commentId: P:UnityEditor.Animations.AnimatorTransitionBase.destinationStateMachine
  nameWithType: AnimatorTransitionBase.destinationStateMachine
  type: Property
- uid: UnityEditor.Animations.AnimatorTransitionBase.GetDisplayName(UnityEngine.Object)
  name: GetDisplayName(Object)
  fullName: UnityEditor.Animations.AnimatorTransitionBase.GetDisplayName(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase.GetDisplayName.html
  commentId: M:UnityEditor.Animations.AnimatorTransitionBase.GetDisplayName(UnityEngine.Object)
  nameWithType: AnimatorTransitionBase.GetDisplayName(Object)
  type: Method
- uid: UnityEditor.Animations.AnimatorTransitionBase.isExit
  name: isExit
  fullName: UnityEditor.Animations.AnimatorTransitionBase.isExit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase-isExit.html
  commentId: P:UnityEditor.Animations.AnimatorTransitionBase.isExit
  nameWithType: AnimatorTransitionBase.isExit
  type: Property
- uid: UnityEditor.Animations.AnimatorTransitionBase.mute
  name: mute
  fullName: UnityEditor.Animations.AnimatorTransitionBase.mute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase-mute.html
  commentId: P:UnityEditor.Animations.AnimatorTransitionBase.mute
  nameWithType: AnimatorTransitionBase.mute
  type: Property
- uid: UnityEditor.Animations.AnimatorTransitionBase.RemoveCondition(UnityEditor.Animations.AnimatorCondition)
  name: RemoveCondition(AnimatorCondition)
  fullName: UnityEditor.Animations.AnimatorTransitionBase.RemoveCondition(UnityEditor.Animations.AnimatorCondition)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase.RemoveCondition.html
  commentId: M:UnityEditor.Animations.AnimatorTransitionBase.RemoveCondition(UnityEditor.Animations.AnimatorCondition)
  nameWithType: AnimatorTransitionBase.RemoveCondition(AnimatorCondition)
  type: Method
- uid: UnityEditor.Animations.AnimatorTransitionBase.solo
  name: solo
  fullName: UnityEditor.Animations.AnimatorTransitionBase.solo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorTransitionBase-solo.html
  commentId: P:UnityEditor.Animations.AnimatorTransitionBase.solo
  nameWithType: AnimatorTransitionBase.solo
  type: Property
- uid: UnityEditor.Animations.BlendTree
  name: BlendTree
  fullName: UnityEditor.Animations.BlendTree
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree.html
  commentId: T:UnityEditor.Animations.BlendTree
  nameWithType: BlendTree
  type: Class
- uid: UnityEditor.Animations.BlendTree.#ctor
  name: BlendTree()
  fullName: UnityEditor.Animations.BlendTree.BlendTree()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree-ctor.html
  commentId: M:UnityEditor.Animations.BlendTree.#ctor
  nameWithType: BlendTree.BlendTree()
  type: Constructor
- uid: UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion,System.Single)
  name: AddChild(Motion, float)
  fullName: UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree.AddChild.html
  commentId: M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion,System.Single)
  nameWithType: BlendTree.AddChild(Motion, float)
  type: Method
- uid: UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion,UnityEngine.Vector2)
  name: AddChild(Motion, Vector2)
  fullName: UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree.AddChild.html
  commentId: M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion,UnityEngine.Vector2)
  nameWithType: BlendTree.AddChild(Motion, Vector2)
  type: Method
- uid: UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion)
  name: AddChild(Motion)
  fullName: UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree.AddChild.html
  commentId: M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion)
  nameWithType: BlendTree.AddChild(Motion)
  type: Method
- uid: UnityEditor.Animations.BlendTree.blendParameter
  name: blendParameter
  fullName: UnityEditor.Animations.BlendTree.blendParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree-blendParameter.html
  commentId: P:UnityEditor.Animations.BlendTree.blendParameter
  nameWithType: BlendTree.blendParameter
  type: Property
- uid: UnityEditor.Animations.BlendTree.blendParameterY
  name: blendParameterY
  fullName: UnityEditor.Animations.BlendTree.blendParameterY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree-blendParameterY.html
  commentId: P:UnityEditor.Animations.BlendTree.blendParameterY
  nameWithType: BlendTree.blendParameterY
  type: Property
- uid: UnityEditor.Animations.BlendTree.blendType
  name: blendType
  fullName: UnityEditor.Animations.BlendTree.blendType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree-blendType.html
  commentId: P:UnityEditor.Animations.BlendTree.blendType
  nameWithType: BlendTree.blendType
  type: Property
- uid: UnityEditor.Animations.BlendTree.children
  name: children
  fullName: UnityEditor.Animations.BlendTree.children
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree-children.html
  commentId: P:UnityEditor.Animations.BlendTree.children
  nameWithType: BlendTree.children
  type: Property
- uid: UnityEditor.Animations.BlendTree.CreateBlendTreeChild(System.Single)
  name: CreateBlendTreeChild(float)
  fullName: UnityEditor.Animations.BlendTree.CreateBlendTreeChild(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree.CreateBlendTreeChild.html
  commentId: M:UnityEditor.Animations.BlendTree.CreateBlendTreeChild(System.Single)
  nameWithType: BlendTree.CreateBlendTreeChild(float)
  type: Method
- uid: UnityEditor.Animations.BlendTree.CreateBlendTreeChild(UnityEngine.Vector2)
  name: CreateBlendTreeChild(Vector2)
  fullName: UnityEditor.Animations.BlendTree.CreateBlendTreeChild(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree.CreateBlendTreeChild.html
  commentId: M:UnityEditor.Animations.BlendTree.CreateBlendTreeChild(UnityEngine.Vector2)
  nameWithType: BlendTree.CreateBlendTreeChild(Vector2)
  type: Method
- uid: UnityEditor.Animations.BlendTree.maxThreshold
  name: maxThreshold
  fullName: UnityEditor.Animations.BlendTree.maxThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree-maxThreshold.html
  commentId: P:UnityEditor.Animations.BlendTree.maxThreshold
  nameWithType: BlendTree.maxThreshold
  type: Property
- uid: UnityEditor.Animations.BlendTree.minThreshold
  name: minThreshold
  fullName: UnityEditor.Animations.BlendTree.minThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree-minThreshold.html
  commentId: P:UnityEditor.Animations.BlendTree.minThreshold
  nameWithType: BlendTree.minThreshold
  type: Property
- uid: UnityEditor.Animations.BlendTree.RemoveChild(System.Int32)
  name: RemoveChild(int)
  fullName: UnityEditor.Animations.BlendTree.RemoveChild(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree.RemoveChild.html
  commentId: M:UnityEditor.Animations.BlendTree.RemoveChild(System.Int32)
  nameWithType: BlendTree.RemoveChild(int)
  type: Method
- uid: UnityEditor.Animations.BlendTree.useAutomaticThresholds
  name: useAutomaticThresholds
  fullName: UnityEditor.Animations.BlendTree.useAutomaticThresholds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTree-useAutomaticThresholds.html
  commentId: P:UnityEditor.Animations.BlendTree.useAutomaticThresholds
  nameWithType: BlendTree.useAutomaticThresholds
  type: Property
- uid: UnityEditor.Animations.BlendTreeType
  name: BlendTreeType
  fullName: UnityEditor.Animations.BlendTreeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTreeType.html
  commentId: T:UnityEditor.Animations.BlendTreeType
  nameWithType: BlendTreeType
  type: Enum
- uid: UnityEditor.Animations.BlendTreeType.Direct
  name: Direct
  fullName: UnityEditor.Animations.BlendTreeType.Direct
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTreeType.Direct.html
  commentId: F:UnityEditor.Animations.BlendTreeType.Direct
  nameWithType: BlendTreeType.Direct
  type: Field
- uid: UnityEditor.Animations.BlendTreeType.FreeformCartesian2D
  name: FreeformCartesian2D
  fullName: UnityEditor.Animations.BlendTreeType.FreeformCartesian2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTreeType.FreeformCartesian2D.html
  commentId: F:UnityEditor.Animations.BlendTreeType.FreeformCartesian2D
  nameWithType: BlendTreeType.FreeformCartesian2D
  type: Field
- uid: UnityEditor.Animations.BlendTreeType.FreeformDirectional2D
  name: FreeformDirectional2D
  fullName: UnityEditor.Animations.BlendTreeType.FreeformDirectional2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTreeType.FreeformDirectional2D.html
  commentId: F:UnityEditor.Animations.BlendTreeType.FreeformDirectional2D
  nameWithType: BlendTreeType.FreeformDirectional2D
  type: Field
- uid: UnityEditor.Animations.BlendTreeType.Simple1D
  name: Simple1D
  fullName: UnityEditor.Animations.BlendTreeType.Simple1D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTreeType.Simple1D.html
  commentId: F:UnityEditor.Animations.BlendTreeType.Simple1D
  nameWithType: BlendTreeType.Simple1D
  type: Field
- uid: UnityEditor.Animations.BlendTreeType.SimpleDirectional2D
  name: SimpleDirectional2D
  fullName: UnityEditor.Animations.BlendTreeType.SimpleDirectional2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.BlendTreeType.SimpleDirectional2D.html
  commentId: F:UnityEditor.Animations.BlendTreeType.SimpleDirectional2D
  nameWithType: BlendTreeType.SimpleDirectional2D
  type: Field
- uid: UnityEditor.Animations.ChildAnimatorState
  name: ChildAnimatorState
  fullName: UnityEditor.Animations.ChildAnimatorState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildAnimatorState.html
  commentId: T:UnityEditor.Animations.ChildAnimatorState
  nameWithType: ChildAnimatorState
  type: Struct
- uid: UnityEditor.Animations.ChildAnimatorState.position
  name: position
  fullName: UnityEditor.Animations.ChildAnimatorState.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildAnimatorState-position.html
  commentId: P:UnityEditor.Animations.ChildAnimatorState.position
  nameWithType: ChildAnimatorState.position
  type: Property
- uid: UnityEditor.Animations.ChildAnimatorState.state
  name: state
  fullName: UnityEditor.Animations.ChildAnimatorState.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildAnimatorState-state.html
  commentId: P:UnityEditor.Animations.ChildAnimatorState.state
  nameWithType: ChildAnimatorState.state
  type: Property
- uid: UnityEditor.Animations.ChildAnimatorStateMachine
  name: ChildAnimatorStateMachine
  fullName: UnityEditor.Animations.ChildAnimatorStateMachine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildAnimatorStateMachine.html
  commentId: T:UnityEditor.Animations.ChildAnimatorStateMachine
  nameWithType: ChildAnimatorStateMachine
  type: Struct
- uid: UnityEditor.Animations.ChildAnimatorStateMachine.position
  name: position
  fullName: UnityEditor.Animations.ChildAnimatorStateMachine.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildAnimatorStateMachine-position.html
  commentId: P:UnityEditor.Animations.ChildAnimatorStateMachine.position
  nameWithType: ChildAnimatorStateMachine.position
  type: Property
- uid: UnityEditor.Animations.ChildAnimatorStateMachine.stateMachine
  name: stateMachine
  fullName: UnityEditor.Animations.ChildAnimatorStateMachine.stateMachine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildAnimatorStateMachine-stateMachine.html
  commentId: P:UnityEditor.Animations.ChildAnimatorStateMachine.stateMachine
  nameWithType: ChildAnimatorStateMachine.stateMachine
  type: Property
- uid: UnityEditor.Animations.ChildMotion
  name: ChildMotion
  fullName: UnityEditor.Animations.ChildMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildMotion.html
  commentId: T:UnityEditor.Animations.ChildMotion
  nameWithType: ChildMotion
  type: Struct
- uid: UnityEditor.Animations.ChildMotion.cycleOffset
  name: cycleOffset
  fullName: UnityEditor.Animations.ChildMotion.cycleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildMotion-cycleOffset.html
  commentId: P:UnityEditor.Animations.ChildMotion.cycleOffset
  nameWithType: ChildMotion.cycleOffset
  type: Property
- uid: UnityEditor.Animations.ChildMotion.directBlendParameter
  name: directBlendParameter
  fullName: UnityEditor.Animations.ChildMotion.directBlendParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildMotion-directBlendParameter.html
  commentId: P:UnityEditor.Animations.ChildMotion.directBlendParameter
  nameWithType: ChildMotion.directBlendParameter
  type: Property
- uid: UnityEditor.Animations.ChildMotion.mirror
  name: mirror
  fullName: UnityEditor.Animations.ChildMotion.mirror
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildMotion-mirror.html
  commentId: P:UnityEditor.Animations.ChildMotion.mirror
  nameWithType: ChildMotion.mirror
  type: Property
- uid: UnityEditor.Animations.ChildMotion.motion
  name: motion
  fullName: UnityEditor.Animations.ChildMotion.motion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildMotion-motion.html
  commentId: P:UnityEditor.Animations.ChildMotion.motion
  nameWithType: ChildMotion.motion
  type: Property
- uid: UnityEditor.Animations.ChildMotion.position
  name: position
  fullName: UnityEditor.Animations.ChildMotion.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildMotion-position.html
  commentId: P:UnityEditor.Animations.ChildMotion.position
  nameWithType: ChildMotion.position
  type: Property
- uid: UnityEditor.Animations.ChildMotion.threshold
  name: threshold
  fullName: UnityEditor.Animations.ChildMotion.threshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildMotion-threshold.html
  commentId: P:UnityEditor.Animations.ChildMotion.threshold
  nameWithType: ChildMotion.threshold
  type: Property
- uid: UnityEditor.Animations.ChildMotion.timeScale
  name: timeScale
  fullName: UnityEditor.Animations.ChildMotion.timeScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.ChildMotion-timeScale.html
  commentId: P:UnityEditor.Animations.ChildMotion.timeScale
  nameWithType: ChildMotion.timeScale
  type: Property
- uid: UnityEditor.Animations.StateMachineBehaviourContext
  name: StateMachineBehaviourContext
  fullName: UnityEditor.Animations.StateMachineBehaviourContext
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.StateMachineBehaviourContext.html
  commentId: T:UnityEditor.Animations.StateMachineBehaviourContext
  nameWithType: StateMachineBehaviourContext
  type: Class
- uid: UnityEditor.Animations.StateMachineBehaviourContext.animatorController
  name: animatorController
  fullName: UnityEditor.Animations.StateMachineBehaviourContext.animatorController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.StateMachineBehaviourContext-animatorController.html
  commentId: F:UnityEditor.Animations.StateMachineBehaviourContext.animatorController
  nameWithType: StateMachineBehaviourContext.animatorController
  type: Field
- uid: UnityEditor.Animations.StateMachineBehaviourContext.animatorObject
  name: animatorObject
  fullName: UnityEditor.Animations.StateMachineBehaviourContext.animatorObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.StateMachineBehaviourContext-animatorObject.html
  commentId: F:UnityEditor.Animations.StateMachineBehaviourContext.animatorObject
  nameWithType: StateMachineBehaviourContext.animatorObject
  type: Field
- uid: UnityEditor.Animations.StateMachineBehaviourContext.layerIndex
  name: layerIndex
  fullName: UnityEditor.Animations.StateMachineBehaviourContext.layerIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.StateMachineBehaviourContext-layerIndex.html
  commentId: F:UnityEditor.Animations.StateMachineBehaviourContext.layerIndex
  nameWithType: StateMachineBehaviourContext.layerIndex
  type: Field
- uid: UnityEditor.Animations.TransitionInterruptionSource
  name: TransitionInterruptionSource
  fullName: UnityEditor.Animations.TransitionInterruptionSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.TransitionInterruptionSource.html
  commentId: T:UnityEditor.Animations.TransitionInterruptionSource
  nameWithType: TransitionInterruptionSource
  type: Enum
- uid: UnityEditor.Animations.TransitionInterruptionSource.Destination
  name: Destination
  fullName: UnityEditor.Animations.TransitionInterruptionSource.Destination
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.TransitionInterruptionSource.Destination.html
  commentId: F:UnityEditor.Animations.TransitionInterruptionSource.Destination
  nameWithType: TransitionInterruptionSource.Destination
  type: Field
- uid: UnityEditor.Animations.TransitionInterruptionSource.DestinationThenSource
  name: DestinationThenSource
  fullName: UnityEditor.Animations.TransitionInterruptionSource.DestinationThenSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.TransitionInterruptionSource.DestinationThenSource.html
  commentId: F:UnityEditor.Animations.TransitionInterruptionSource.DestinationThenSource
  nameWithType: TransitionInterruptionSource.DestinationThenSource
  type: Field
- uid: UnityEditor.Animations.TransitionInterruptionSource.None
  name: None
  fullName: UnityEditor.Animations.TransitionInterruptionSource.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.TransitionInterruptionSource.None.html
  commentId: F:UnityEditor.Animations.TransitionInterruptionSource.None
  nameWithType: TransitionInterruptionSource.None
  type: Field
- uid: UnityEditor.Animations.TransitionInterruptionSource.Source
  name: Source
  fullName: UnityEditor.Animations.TransitionInterruptionSource.Source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.TransitionInterruptionSource.Source.html
  commentId: F:UnityEditor.Animations.TransitionInterruptionSource.Source
  nameWithType: TransitionInterruptionSource.Source
  type: Field
- uid: UnityEditor.Animations.TransitionInterruptionSource.SourceThenDestination
  name: SourceThenDestination
  fullName: UnityEditor.Animations.TransitionInterruptionSource.SourceThenDestination
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.TransitionInterruptionSource.SourceThenDestination.html
  commentId: F:UnityEditor.Animations.TransitionInterruptionSource.SourceThenDestination
  nameWithType: TransitionInterruptionSource.SourceThenDestination
  type: Field
- uid: UnityEditor.AnimationUtility
  name: AnimationUtility
  fullName: UnityEditor.AnimationUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.html
  commentId: T:UnityEditor.AnimationUtility
  nameWithType: AnimationUtility
  type: Class
- uid: UnityEditor.AnimationUtility.CalculateTransformPath(UnityEngine.Transform,UnityEngine.Transform)
  name: CalculateTransformPath(Transform, Transform)
  fullName: UnityEditor.AnimationUtility.CalculateTransformPath(UnityEngine.Transform, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.CalculateTransformPath.html
  commentId: M:UnityEditor.AnimationUtility.CalculateTransformPath(UnityEngine.Transform,UnityEngine.Transform)
  nameWithType: AnimationUtility.CalculateTransformPath(Transform, Transform)
  type: Method
- uid: UnityEditor.AnimationUtility.ConstrainToPolynomialCurve(UnityEngine.AnimationCurve)
  name: ConstrainToPolynomialCurve(AnimationCurve)
  fullName: UnityEditor.AnimationUtility.ConstrainToPolynomialCurve(UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.ConstrainToPolynomialCurve.html
  commentId: M:UnityEditor.AnimationUtility.ConstrainToPolynomialCurve(UnityEngine.AnimationCurve)
  nameWithType: AnimationUtility.ConstrainToPolynomialCurve(AnimationCurve)
  type: Method
- uid: UnityEditor.AnimationUtility.CurveModifiedType
  name: AnimationUtility.CurveModifiedType
  fullName: UnityEditor.AnimationUtility.CurveModifiedType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.CurveModifiedType.html
  commentId: T:UnityEditor.AnimationUtility.CurveModifiedType
  nameWithType: AnimationUtility.CurveModifiedType
  type: Enum
- uid: UnityEditor.AnimationUtility.CurveModifiedType.ClipModified
  name: ClipModified
  fullName: UnityEditor.AnimationUtility.CurveModifiedType.ClipModified
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.CurveModifiedType.ClipModified.html
  commentId: F:UnityEditor.AnimationUtility.CurveModifiedType.ClipModified
  nameWithType: AnimationUtility.CurveModifiedType.ClipModified
  type: Field
- uid: UnityEditor.AnimationUtility.CurveModifiedType.CurveDeleted
  name: CurveDeleted
  fullName: UnityEditor.AnimationUtility.CurveModifiedType.CurveDeleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.CurveModifiedType.CurveDeleted.html
  commentId: F:UnityEditor.AnimationUtility.CurveModifiedType.CurveDeleted
  nameWithType: AnimationUtility.CurveModifiedType.CurveDeleted
  type: Field
- uid: UnityEditor.AnimationUtility.CurveModifiedType.CurveModified
  name: CurveModified
  fullName: UnityEditor.AnimationUtility.CurveModifiedType.CurveModified
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.CurveModifiedType.CurveModified.html
  commentId: F:UnityEditor.AnimationUtility.CurveModifiedType.CurveModified
  nameWithType: AnimationUtility.CurveModifiedType.CurveModified
  type: Field
- uid: UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip,System.Boolean)
  name: GetAllCurves(AnimationClip, bool)
  fullName: UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetAllCurves.html
  commentId: M:UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip,System.Boolean)
  nameWithType: AnimationUtility.GetAllCurves(AnimationClip, bool)
  type: Method
- uid: UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip)
  name: GetAllCurves(AnimationClip)
  fullName: UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetAllCurves.html
  commentId: M:UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip)
  nameWithType: AnimationUtility.GetAllCurves(AnimationClip)
  type: Method
- uid: UnityEditor.AnimationUtility.GetAnimatableBindings(UnityEngine.GameObject,UnityEngine.GameObject)
  name: GetAnimatableBindings(GameObject, GameObject)
  fullName: UnityEditor.AnimationUtility.GetAnimatableBindings(UnityEngine.GameObject, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetAnimatableBindings.html
  commentId: M:UnityEditor.AnimationUtility.GetAnimatableBindings(UnityEngine.GameObject,UnityEngine.GameObject)
  nameWithType: AnimationUtility.GetAnimatableBindings(GameObject, GameObject)
  type: Method
- uid: UnityEditor.AnimationUtility.GetAnimatedObject(UnityEngine.GameObject,UnityEditor.EditorCurveBinding)
  name: GetAnimatedObject(GameObject, EditorCurveBinding)
  fullName: UnityEditor.AnimationUtility.GetAnimatedObject(UnityEngine.GameObject, UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetAnimatedObject.html
  commentId: M:UnityEditor.AnimationUtility.GetAnimatedObject(UnityEngine.GameObject,UnityEditor.EditorCurveBinding)
  nameWithType: AnimationUtility.GetAnimatedObject(GameObject, EditorCurveBinding)
  type: Method
- uid: UnityEditor.AnimationUtility.GetAnimationClips(UnityEngine.Animation)
  name: GetAnimationClips(Animation)
  fullName: UnityEditor.AnimationUtility.GetAnimationClips(UnityEngine.Animation)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetAnimationClips.html
  commentId: M:UnityEditor.AnimationUtility.GetAnimationClips(UnityEngine.Animation)
  nameWithType: AnimationUtility.GetAnimationClips(Animation)
  type: Method
- uid: UnityEditor.AnimationUtility.GetAnimationClips(UnityEngine.GameObject)
  name: GetAnimationClips(GameObject)
  fullName: UnityEditor.AnimationUtility.GetAnimationClips(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetAnimationClips.html
  commentId: M:UnityEditor.AnimationUtility.GetAnimationClips(UnityEngine.GameObject)
  nameWithType: AnimationUtility.GetAnimationClips(GameObject)
  type: Method
- uid: UnityEditor.AnimationUtility.GetAnimationClipSettings(UnityEngine.AnimationClip)
  name: GetAnimationClipSettings(AnimationClip)
  fullName: UnityEditor.AnimationUtility.GetAnimationClipSettings(UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetAnimationClipSettings.html
  commentId: M:UnityEditor.AnimationUtility.GetAnimationClipSettings(UnityEngine.AnimationClip)
  nameWithType: AnimationUtility.GetAnimationClipSettings(AnimationClip)
  type: Method
- uid: UnityEditor.AnimationUtility.GetAnimationEvents(UnityEngine.AnimationClip)
  name: GetAnimationEvents(AnimationClip)
  fullName: UnityEditor.AnimationUtility.GetAnimationEvents(UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetAnimationEvents.html
  commentId: M:UnityEditor.AnimationUtility.GetAnimationEvents(UnityEngine.AnimationClip)
  nameWithType: AnimationUtility.GetAnimationEvents(AnimationClip)
  type: Method
- uid: UnityEditor.AnimationUtility.GetCurveBindings(UnityEngine.AnimationClip)
  name: GetCurveBindings(AnimationClip)
  fullName: UnityEditor.AnimationUtility.GetCurveBindings(UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetCurveBindings.html
  commentId: M:UnityEditor.AnimationUtility.GetCurveBindings(UnityEngine.AnimationClip)
  nameWithType: AnimationUtility.GetCurveBindings(AnimationClip)
  type: Method
- uid: UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip,System.String,System.Type,System.String)
  name: GetEditorCurve(AnimationClip, string, Type, string)
  fullName: UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip, string, System.Type, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetEditorCurve.html
  commentId: M:UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip,System.String,System.Type,System.String)
  nameWithType: AnimationUtility.GetEditorCurve(AnimationClip, string, Type, string)
  type: Method
- uid: UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding)
  name: GetEditorCurve(AnimationClip, EditorCurveBinding)
  fullName: UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip, UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetEditorCurve.html
  commentId: M:UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding)
  nameWithType: AnimationUtility.GetEditorCurve(AnimationClip, EditorCurveBinding)
  type: Method
- uid: UnityEditor.AnimationUtility.GetEditorCurveValueType(UnityEngine.GameObject,UnityEditor.EditorCurveBinding)
  name: GetEditorCurveValueType(GameObject, EditorCurveBinding)
  fullName: UnityEditor.AnimationUtility.GetEditorCurveValueType(UnityEngine.GameObject, UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetEditorCurveValueType.html
  commentId: M:UnityEditor.AnimationUtility.GetEditorCurveValueType(UnityEngine.GameObject,UnityEditor.EditorCurveBinding)
  nameWithType: AnimationUtility.GetEditorCurveValueType(GameObject, EditorCurveBinding)
  type: Method
- uid: UnityEditor.AnimationUtility.GetFloatValue(UnityEngine.GameObject,System.String,System.Type,System.String,System.Single@)
  name: GetFloatValue(GameObject, string, Type, string, out float)
  fullName: UnityEditor.AnimationUtility.GetFloatValue(UnityEngine.GameObject, string, System.Type, string, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetFloatValue.html
  commentId: M:UnityEditor.AnimationUtility.GetFloatValue(UnityEngine.GameObject,System.String,System.Type,System.String,System.Single@)
  nameWithType: AnimationUtility.GetFloatValue(GameObject, string, Type, string, out float)
  type: Method
- uid: UnityEditor.AnimationUtility.GetFloatValue(UnityEngine.GameObject,UnityEditor.EditorCurveBinding,System.Single@)
  name: GetFloatValue(GameObject, EditorCurveBinding, out float)
  fullName: UnityEditor.AnimationUtility.GetFloatValue(UnityEngine.GameObject, UnityEditor.EditorCurveBinding, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetFloatValue.html
  commentId: M:UnityEditor.AnimationUtility.GetFloatValue(UnityEngine.GameObject,UnityEditor.EditorCurveBinding,System.Single@)
  nameWithType: AnimationUtility.GetFloatValue(GameObject, EditorCurveBinding, out float)
  type: Method
- uid: UnityEditor.AnimationUtility.GetKeyBroken(UnityEngine.AnimationCurve,System.Int32)
  name: GetKeyBroken(AnimationCurve, int)
  fullName: UnityEditor.AnimationUtility.GetKeyBroken(UnityEngine.AnimationCurve, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetKeyBroken.html
  commentId: M:UnityEditor.AnimationUtility.GetKeyBroken(UnityEngine.AnimationCurve,System.Int32)
  nameWithType: AnimationUtility.GetKeyBroken(AnimationCurve, int)
  type: Method
- uid: UnityEditor.AnimationUtility.GetKeyLeftTangentMode(UnityEngine.AnimationCurve,System.Int32)
  name: GetKeyLeftTangentMode(AnimationCurve, int)
  fullName: UnityEditor.AnimationUtility.GetKeyLeftTangentMode(UnityEngine.AnimationCurve, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetKeyLeftTangentMode.html
  commentId: M:UnityEditor.AnimationUtility.GetKeyLeftTangentMode(UnityEngine.AnimationCurve,System.Int32)
  nameWithType: AnimationUtility.GetKeyLeftTangentMode(AnimationCurve, int)
  type: Method
- uid: UnityEditor.AnimationUtility.GetKeyRightTangentMode(UnityEngine.AnimationCurve,System.Int32)
  name: GetKeyRightTangentMode(AnimationCurve, int)
  fullName: UnityEditor.AnimationUtility.GetKeyRightTangentMode(UnityEngine.AnimationCurve, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetKeyRightTangentMode.html
  commentId: M:UnityEditor.AnimationUtility.GetKeyRightTangentMode(UnityEngine.AnimationCurve,System.Int32)
  nameWithType: AnimationUtility.GetKeyRightTangentMode(AnimationCurve, int)
  type: Method
- uid: UnityEditor.AnimationUtility.GetObjectReferenceCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding)
  name: GetObjectReferenceCurve(AnimationClip, EditorCurveBinding)
  fullName: UnityEditor.AnimationUtility.GetObjectReferenceCurve(UnityEngine.AnimationClip, UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetObjectReferenceCurve.html
  commentId: M:UnityEditor.AnimationUtility.GetObjectReferenceCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding)
  nameWithType: AnimationUtility.GetObjectReferenceCurve(AnimationClip, EditorCurveBinding)
  type: Method
- uid: UnityEditor.AnimationUtility.GetObjectReferenceCurveBindings(UnityEngine.AnimationClip)
  name: GetObjectReferenceCurveBindings(AnimationClip)
  fullName: UnityEditor.AnimationUtility.GetObjectReferenceCurveBindings(UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetObjectReferenceCurveBindings.html
  commentId: M:UnityEditor.AnimationUtility.GetObjectReferenceCurveBindings(UnityEngine.AnimationClip)
  nameWithType: AnimationUtility.GetObjectReferenceCurveBindings(AnimationClip)
  type: Method
- uid: UnityEditor.AnimationUtility.GetObjectReferenceValue(UnityEngine.GameObject,UnityEditor.EditorCurveBinding,UnityEngine.Object@)
  name: GetObjectReferenceValue(GameObject, EditorCurveBinding, out Object)
  fullName: UnityEditor.AnimationUtility.GetObjectReferenceValue(UnityEngine.GameObject, UnityEditor.EditorCurveBinding, out UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.GetObjectReferenceValue.html
  commentId: M:UnityEditor.AnimationUtility.GetObjectReferenceValue(UnityEngine.GameObject,UnityEditor.EditorCurveBinding,UnityEngine.Object@)
  nameWithType: AnimationUtility.GetObjectReferenceValue(GameObject, EditorCurveBinding, out Object)
  type: Method
- uid: UnityEditor.AnimationUtility.InAnimationMode
  name: InAnimationMode()
  fullName: UnityEditor.AnimationUtility.InAnimationMode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.InAnimationMode.html
  commentId: M:UnityEditor.AnimationUtility.InAnimationMode
  nameWithType: AnimationUtility.InAnimationMode()
  type: Method
- uid: UnityEditor.AnimationUtility.onCurveWasModified
  name: onCurveWasModified
  fullName: UnityEditor.AnimationUtility.onCurveWasModified
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility-onCurveWasModified.html
  commentId: F:UnityEditor.AnimationUtility.onCurveWasModified
  nameWithType: AnimationUtility.onCurveWasModified
  type: Field
- uid: UnityEditor.AnimationUtility.OnCurveWasModified
  name: AnimationUtility.OnCurveWasModified
  fullName: UnityEditor.AnimationUtility.OnCurveWasModified
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.OnCurveWasModified.html
  commentId: T:UnityEditor.AnimationUtility.OnCurveWasModified
  nameWithType: AnimationUtility.OnCurveWasModified
  type: Delegate
- uid: UnityEditor.AnimationUtility.PropertyModificationToEditorCurveBinding(UnityEditor.PropertyModification,UnityEngine.GameObject,UnityEditor.EditorCurveBinding@)
  name: PropertyModificationToEditorCurveBinding(PropertyModification, GameObject, out EditorCurveBinding)
  fullName: UnityEditor.AnimationUtility.PropertyModificationToEditorCurveBinding(UnityEditor.PropertyModification, UnityEngine.GameObject, out UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.PropertyModificationToEditorCurveBinding.html
  commentId: M:UnityEditor.AnimationUtility.PropertyModificationToEditorCurveBinding(UnityEditor.PropertyModification,UnityEngine.GameObject,UnityEditor.EditorCurveBinding@)
  nameWithType: AnimationUtility.PropertyModificationToEditorCurveBinding(PropertyModification, GameObject, out EditorCurveBinding)
  type: Method
- uid: UnityEditor.AnimationUtility.SetAdditiveReferencePose(UnityEngine.AnimationClip,UnityEngine.AnimationClip,System.Single)
  name: SetAdditiveReferencePose(AnimationClip, AnimationClip, float)
  fullName: UnityEditor.AnimationUtility.SetAdditiveReferencePose(UnityEngine.AnimationClip, UnityEngine.AnimationClip, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetAdditiveReferencePose.html
  commentId: M:UnityEditor.AnimationUtility.SetAdditiveReferencePose(UnityEngine.AnimationClip,UnityEngine.AnimationClip,System.Single)
  nameWithType: AnimationUtility.SetAdditiveReferencePose(AnimationClip, AnimationClip, float)
  type: Method
- uid: UnityEditor.AnimationUtility.SetAnimationClips(UnityEngine.Animation,UnityEngine.AnimationClip[])
  name: SetAnimationClips(Animation, AnimationClip[])
  fullName: UnityEditor.AnimationUtility.SetAnimationClips(UnityEngine.Animation, UnityEngine.AnimationClip[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetAnimationClips.html
  commentId: M:UnityEditor.AnimationUtility.SetAnimationClips(UnityEngine.Animation,UnityEngine.AnimationClip[])
  nameWithType: AnimationUtility.SetAnimationClips(Animation, AnimationClip[])
  type: Method
- uid: UnityEditor.AnimationUtility.SetAnimationClipSettings(UnityEngine.AnimationClip,UnityEditor.AnimationClipSettings)
  name: SetAnimationClipSettings(AnimationClip, AnimationClipSettings)
  fullName: UnityEditor.AnimationUtility.SetAnimationClipSettings(UnityEngine.AnimationClip, UnityEditor.AnimationClipSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetAnimationClipSettings.html
  commentId: M:UnityEditor.AnimationUtility.SetAnimationClipSettings(UnityEngine.AnimationClip,UnityEditor.AnimationClipSettings)
  nameWithType: AnimationUtility.SetAnimationClipSettings(AnimationClip, AnimationClipSettings)
  type: Method
- uid: UnityEditor.AnimationUtility.SetAnimationEvents(UnityEngine.AnimationClip,UnityEngine.AnimationEvent[])
  name: SetAnimationEvents(AnimationClip, AnimationEvent[])
  fullName: UnityEditor.AnimationUtility.SetAnimationEvents(UnityEngine.AnimationClip, UnityEngine.AnimationEvent[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetAnimationEvents.html
  commentId: M:UnityEditor.AnimationUtility.SetAnimationEvents(UnityEngine.AnimationClip,UnityEngine.AnimationEvent[])
  nameWithType: AnimationUtility.SetAnimationEvents(AnimationClip, AnimationEvent[])
  type: Method
- uid: UnityEditor.AnimationUtility.SetAnimationType(UnityEngine.AnimationClip,UnityEditor.ModelImporterAnimationType)
  name: SetAnimationType(AnimationClip, ModelImporterAnimationType)
  fullName: UnityEditor.AnimationUtility.SetAnimationType(UnityEngine.AnimationClip, UnityEditor.ModelImporterAnimationType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetAnimationType.html
  commentId: M:UnityEditor.AnimationUtility.SetAnimationType(UnityEngine.AnimationClip,UnityEditor.ModelImporterAnimationType)
  nameWithType: AnimationUtility.SetAnimationType(AnimationClip, ModelImporterAnimationType)
  type: Method
- uid: UnityEditor.AnimationUtility.SetEditorCurve(UnityEngine.AnimationClip,System.String,System.Type,System.String,UnityEngine.AnimationCurve)
  name: SetEditorCurve(AnimationClip, string, Type, string, AnimationCurve)
  fullName: UnityEditor.AnimationUtility.SetEditorCurve(UnityEngine.AnimationClip, string, System.Type, string, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetEditorCurve.html
  commentId: M:UnityEditor.AnimationUtility.SetEditorCurve(UnityEngine.AnimationClip,System.String,System.Type,System.String,UnityEngine.AnimationCurve)
  nameWithType: AnimationUtility.SetEditorCurve(AnimationClip, string, Type, string, AnimationCurve)
  type: Method
- uid: UnityEditor.AnimationUtility.SetEditorCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding,UnityEngine.AnimationCurve)
  name: SetEditorCurve(AnimationClip, EditorCurveBinding, AnimationCurve)
  fullName: UnityEditor.AnimationUtility.SetEditorCurve(UnityEngine.AnimationClip, UnityEditor.EditorCurveBinding, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetEditorCurve.html
  commentId: M:UnityEditor.AnimationUtility.SetEditorCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding,UnityEngine.AnimationCurve)
  nameWithType: AnimationUtility.SetEditorCurve(AnimationClip, EditorCurveBinding, AnimationCurve)
  type: Method
- uid: UnityEditor.AnimationUtility.SetKeyBroken(UnityEngine.AnimationCurve,System.Int32,System.Boolean)
  name: SetKeyBroken(AnimationCurve, int, bool)
  fullName: UnityEditor.AnimationUtility.SetKeyBroken(UnityEngine.AnimationCurve, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetKeyBroken.html
  commentId: M:UnityEditor.AnimationUtility.SetKeyBroken(UnityEngine.AnimationCurve,System.Int32,System.Boolean)
  nameWithType: AnimationUtility.SetKeyBroken(AnimationCurve, int, bool)
  type: Method
- uid: UnityEditor.AnimationUtility.SetKeyLeftTangentMode(UnityEngine.AnimationCurve,System.Int32,UnityEditor.AnimationUtility.TangentMode)
  name: SetKeyLeftTangentMode(AnimationCurve, int, TangentMode)
  fullName: UnityEditor.AnimationUtility.SetKeyLeftTangentMode(UnityEngine.AnimationCurve, int, UnityEditor.AnimationUtility.TangentMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetKeyLeftTangentMode.html
  commentId: M:UnityEditor.AnimationUtility.SetKeyLeftTangentMode(UnityEngine.AnimationCurve,System.Int32,UnityEditor.AnimationUtility.TangentMode)
  nameWithType: AnimationUtility.SetKeyLeftTangentMode(AnimationCurve, int, AnimationUtility.TangentMode)
  type: Method
- uid: UnityEditor.AnimationUtility.SetKeyRightTangentMode(UnityEngine.AnimationCurve,System.Int32,UnityEditor.AnimationUtility.TangentMode)
  name: SetKeyRightTangentMode(AnimationCurve, int, TangentMode)
  fullName: UnityEditor.AnimationUtility.SetKeyRightTangentMode(UnityEngine.AnimationCurve, int, UnityEditor.AnimationUtility.TangentMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetKeyRightTangentMode.html
  commentId: M:UnityEditor.AnimationUtility.SetKeyRightTangentMode(UnityEngine.AnimationCurve,System.Int32,UnityEditor.AnimationUtility.TangentMode)
  nameWithType: AnimationUtility.SetKeyRightTangentMode(AnimationCurve, int, AnimationUtility.TangentMode)
  type: Method
- uid: UnityEditor.AnimationUtility.SetObjectReferenceCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding,UnityEditor.ObjectReferenceKeyframe[])
  name: SetObjectReferenceCurve(AnimationClip, EditorCurveBinding, ObjectReferenceKeyframe[])
  fullName: UnityEditor.AnimationUtility.SetObjectReferenceCurve(UnityEngine.AnimationClip, UnityEditor.EditorCurveBinding, UnityEditor.ObjectReferenceKeyframe[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.SetObjectReferenceCurve.html
  commentId: M:UnityEditor.AnimationUtility.SetObjectReferenceCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding,UnityEditor.ObjectReferenceKeyframe[])
  nameWithType: AnimationUtility.SetObjectReferenceCurve(AnimationClip, EditorCurveBinding, ObjectReferenceKeyframe[])
  type: Method
- uid: UnityEditor.AnimationUtility.StartAnimationMode(UnityEngine.Object[])
  name: StartAnimationMode(Object[])
  fullName: UnityEditor.AnimationUtility.StartAnimationMode(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.StartAnimationMode.html
  commentId: M:UnityEditor.AnimationUtility.StartAnimationMode(UnityEngine.Object[])
  nameWithType: AnimationUtility.StartAnimationMode(Object[])
  type: Method
- uid: UnityEditor.AnimationUtility.StopAnimationMode
  name: StopAnimationMode()
  fullName: UnityEditor.AnimationUtility.StopAnimationMode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.StopAnimationMode.html
  commentId: M:UnityEditor.AnimationUtility.StopAnimationMode
  nameWithType: AnimationUtility.StopAnimationMode()
  type: Method
- uid: UnityEditor.AnimationUtility.TangentMode
  name: AnimationUtility.TangentMode
  fullName: UnityEditor.AnimationUtility.TangentMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.TangentMode.html
  commentId: T:UnityEditor.AnimationUtility.TangentMode
  nameWithType: AnimationUtility.TangentMode
  type: Enum
- uid: UnityEditor.AnimationUtility.TangentMode.Auto
  name: Auto
  fullName: UnityEditor.AnimationUtility.TangentMode.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.TangentMode.Auto.html
  commentId: F:UnityEditor.AnimationUtility.TangentMode.Auto
  nameWithType: AnimationUtility.TangentMode.Auto
  type: Field
- uid: UnityEditor.AnimationUtility.TangentMode.ClampedAuto
  name: ClampedAuto
  fullName: UnityEditor.AnimationUtility.TangentMode.ClampedAuto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.TangentMode.ClampedAuto.html
  commentId: F:UnityEditor.AnimationUtility.TangentMode.ClampedAuto
  nameWithType: AnimationUtility.TangentMode.ClampedAuto
  type: Field
- uid: UnityEditor.AnimationUtility.TangentMode.Constant
  name: Constant
  fullName: UnityEditor.AnimationUtility.TangentMode.Constant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.TangentMode.Constant.html
  commentId: F:UnityEditor.AnimationUtility.TangentMode.Constant
  nameWithType: AnimationUtility.TangentMode.Constant
  type: Field
- uid: UnityEditor.AnimationUtility.TangentMode.Free
  name: Free
  fullName: UnityEditor.AnimationUtility.TangentMode.Free
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.TangentMode.Free.html
  commentId: F:UnityEditor.AnimationUtility.TangentMode.Free
  nameWithType: AnimationUtility.TangentMode.Free
  type: Field
- uid: UnityEditor.AnimationUtility.TangentMode.Linear
  name: Linear
  fullName: UnityEditor.AnimationUtility.TangentMode.Linear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationUtility.TangentMode.Linear.html
  commentId: F:UnityEditor.AnimationUtility.TangentMode.Linear
  nameWithType: AnimationUtility.TangentMode.Linear
  type: Field
- uid: UnityEditor.ApiCompatibilityLevel
  name: ApiCompatibilityLevel
  fullName: UnityEditor.ApiCompatibilityLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApiCompatibilityLevel.html
  commentId: T:UnityEditor.ApiCompatibilityLevel
  nameWithType: ApiCompatibilityLevel
  type: Enum
- uid: UnityEditor.ApiCompatibilityLevel.NET_2_0
  name: NET_2_0
  fullName: UnityEditor.ApiCompatibilityLevel.NET_2_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApiCompatibilityLevel.NET_2_0.html
  commentId: F:UnityEditor.ApiCompatibilityLevel.NET_2_0
  nameWithType: ApiCompatibilityLevel.NET_2_0
  type: Field
- uid: UnityEditor.ApiCompatibilityLevel.NET_2_0_Subset
  name: NET_2_0_Subset
  fullName: UnityEditor.ApiCompatibilityLevel.NET_2_0_Subset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApiCompatibilityLevel.NET_2_0_Subset.html
  commentId: F:UnityEditor.ApiCompatibilityLevel.NET_2_0_Subset
  nameWithType: ApiCompatibilityLevel.NET_2_0_Subset
  type: Field
- uid: UnityEditor.ApiCompatibilityLevel.NET_4_6
  name: NET_4_6
  fullName: UnityEditor.ApiCompatibilityLevel.NET_4_6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApiCompatibilityLevel.NET_4_6.html
  commentId: F:UnityEditor.ApiCompatibilityLevel.NET_4_6
  nameWithType: ApiCompatibilityLevel.NET_4_6
  type: Field
- uid: UnityEditor.ApiCompatibilityLevel.NET_Micro
  name: NET_Micro
  fullName: UnityEditor.ApiCompatibilityLevel.NET_Micro
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApiCompatibilityLevel.NET_Micro.html
  commentId: F:UnityEditor.ApiCompatibilityLevel.NET_Micro
  nameWithType: ApiCompatibilityLevel.NET_Micro
  type: Field
- uid: UnityEditor.ApiCompatibilityLevel.NET_Web
  name: NET_Web
  fullName: UnityEditor.ApiCompatibilityLevel.NET_Web
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApiCompatibilityLevel.NET_Web.html
  commentId: F:UnityEditor.ApiCompatibilityLevel.NET_Web
  nameWithType: ApiCompatibilityLevel.NET_Web
  type: Field
- uid: UnityEditor.ArrayUtility
  name: ArrayUtility
  fullName: UnityEditor.ArrayUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.html
  commentId: T:UnityEditor.ArrayUtility
  nameWithType: ArrayUtility
  type: Class
- uid: UnityEditor.ArrayUtility.Add``1(``0[]@,``0)
  name: Add<T>(ref T[], T)
  fullName: UnityEditor.ArrayUtility.Add<T>(ref T[], T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.Add.html
  commentId: M:UnityEditor.ArrayUtility.Add``1(``0[]@,``0)
  nameWithType: ArrayUtility.Add<T>(ref T[], T)
  type: Method
- uid: UnityEditor.ArrayUtility.AddRange``1(``0[]@,``0[])
  name: AddRange<T>(ref T[], T[])
  fullName: UnityEditor.ArrayUtility.AddRange<T>(ref T[], T[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.AddRange.html
  commentId: M:UnityEditor.ArrayUtility.AddRange``1(``0[]@,``0[])
  nameWithType: ArrayUtility.AddRange<T>(ref T[], T[])
  type: Method
- uid: UnityEditor.ArrayUtility.ArrayEquals``1(``0[],``0[])
  name: ArrayEquals<T>(T[], T[])
  fullName: UnityEditor.ArrayUtility.ArrayEquals<T>(T[], T[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.ArrayEquals.html
  commentId: M:UnityEditor.ArrayUtility.ArrayEquals``1(``0[],``0[])
  nameWithType: ArrayUtility.ArrayEquals<T>(T[], T[])
  type: Method
- uid: UnityEditor.ArrayUtility.ArrayReferenceEquals``1(``0[],``0[])
  name: ArrayReferenceEquals<T>(T[], T[])
  fullName: UnityEditor.ArrayUtility.ArrayReferenceEquals<T>(T[], T[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.ArrayReferenceEquals.html
  commentId: M:UnityEditor.ArrayUtility.ArrayReferenceEquals``1(``0[],``0[])
  nameWithType: ArrayUtility.ArrayReferenceEquals<T>(T[], T[])
  type: Method
- uid: UnityEditor.ArrayUtility.Clear``1(``0[]@)
  name: Clear<T>(ref T[])
  fullName: UnityEditor.ArrayUtility.Clear<T>(ref T[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.Clear.html
  commentId: M:UnityEditor.ArrayUtility.Clear``1(``0[]@)
  nameWithType: ArrayUtility.Clear<T>(ref T[])
  type: Method
- uid: UnityEditor.ArrayUtility.Contains``1(``0[],``0)
  name: Contains<T>(T[], T)
  fullName: UnityEditor.ArrayUtility.Contains<T>(T[], T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.Contains.html
  commentId: M:UnityEditor.ArrayUtility.Contains``1(``0[],``0)
  nameWithType: ArrayUtility.Contains<T>(T[], T)
  type: Method
- uid: UnityEditor.ArrayUtility.Find``1(``0[],System.Predicate{``0})
  name: Find<T>(T[], Predicate<T>)
  fullName: UnityEditor.ArrayUtility.Find<T>(T[], System.Predicate<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.Find.html
  commentId: M:UnityEditor.ArrayUtility.Find``1(``0[],System.Predicate{``0})
  nameWithType: ArrayUtility.Find<T>(T[], Predicate<T>)
  type: Method
- uid: UnityEditor.ArrayUtility.FindAll``1(``0[],System.Predicate{``0})
  name: FindAll<T>(T[], Predicate<T>)
  fullName: UnityEditor.ArrayUtility.FindAll<T>(T[], System.Predicate<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.FindAll.html
  commentId: M:UnityEditor.ArrayUtility.FindAll``1(``0[],System.Predicate{``0})
  nameWithType: ArrayUtility.FindAll<T>(T[], Predicate<T>)
  type: Method
- uid: UnityEditor.ArrayUtility.FindIndex``1(``0[],System.Predicate{``0})
  name: FindIndex<T>(T[], Predicate<T>)
  fullName: UnityEditor.ArrayUtility.FindIndex<T>(T[], System.Predicate<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.FindIndex.html
  commentId: M:UnityEditor.ArrayUtility.FindIndex``1(``0[],System.Predicate{``0})
  nameWithType: ArrayUtility.FindIndex<T>(T[], Predicate<T>)
  type: Method
- uid: UnityEditor.ArrayUtility.IndexOf``1(``0[],``0)
  name: IndexOf<T>(T[], T)
  fullName: UnityEditor.ArrayUtility.IndexOf<T>(T[], T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.IndexOf.html
  commentId: M:UnityEditor.ArrayUtility.IndexOf``1(``0[],``0)
  nameWithType: ArrayUtility.IndexOf<T>(T[], T)
  type: Method
- uid: UnityEditor.ArrayUtility.Insert``1(``0[]@,System.Int32,``0)
  name: Insert<T>(ref T[], int, T)
  fullName: UnityEditor.ArrayUtility.Insert<T>(ref T[], int, T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.Insert.html
  commentId: M:UnityEditor.ArrayUtility.Insert``1(``0[]@,System.Int32,``0)
  nameWithType: ArrayUtility.Insert<T>(ref T[], int, T)
  type: Method
- uid: UnityEditor.ArrayUtility.LastIndexOf``1(``0[],``0)
  name: LastIndexOf<T>(T[], T)
  fullName: UnityEditor.ArrayUtility.LastIndexOf<T>(T[], T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.LastIndexOf.html
  commentId: M:UnityEditor.ArrayUtility.LastIndexOf``1(``0[],``0)
  nameWithType: ArrayUtility.LastIndexOf<T>(T[], T)
  type: Method
- uid: UnityEditor.ArrayUtility.Remove``1(``0[]@,``0)
  name: Remove<T>(ref T[], T)
  fullName: UnityEditor.ArrayUtility.Remove<T>(ref T[], T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.Remove.html
  commentId: M:UnityEditor.ArrayUtility.Remove``1(``0[]@,``0)
  nameWithType: ArrayUtility.Remove<T>(ref T[], T)
  type: Method
- uid: UnityEditor.ArrayUtility.RemoveAt``1(``0[]@,System.Int32)
  name: RemoveAt<T>(ref T[], int)
  fullName: UnityEditor.ArrayUtility.RemoveAt<T>(ref T[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ArrayUtility.RemoveAt.html
  commentId: M:UnityEditor.ArrayUtility.RemoveAt``1(``0[]@,System.Int32)
  nameWithType: ArrayUtility.RemoveAt<T>(ref T[], int)
  type: Method
- uid: UnityEditor.AscentCalculationMode
  name: AscentCalculationMode
  fullName: UnityEditor.AscentCalculationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AscentCalculationMode.html
  commentId: T:UnityEditor.AscentCalculationMode
  nameWithType: AscentCalculationMode
  type: Enum
- uid: UnityEditor.AscentCalculationMode.FaceAscender
  name: FaceAscender
  fullName: UnityEditor.AscentCalculationMode.FaceAscender
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AscentCalculationMode.FaceAscender.html
  commentId: F:UnityEditor.AscentCalculationMode.FaceAscender
  nameWithType: AscentCalculationMode.FaceAscender
  type: Field
- uid: UnityEditor.AscentCalculationMode.FaceBoundingBox
  name: FaceBoundingBox
  fullName: UnityEditor.AscentCalculationMode.FaceBoundingBox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AscentCalculationMode.FaceBoundingBox.html
  commentId: F:UnityEditor.AscentCalculationMode.FaceBoundingBox
  nameWithType: AscentCalculationMode.FaceBoundingBox
  type: Field
- uid: UnityEditor.AscentCalculationMode.Legacy2x
  name: Legacy2x
  fullName: UnityEditor.AscentCalculationMode.Legacy2x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AscentCalculationMode.Legacy2x.html
  commentId: F:UnityEditor.AscentCalculationMode.Legacy2x
  nameWithType: AscentCalculationMode.Legacy2x
  type: Field
- uid: UnityEditor.AspectRatio
  name: AspectRatio
  fullName: UnityEditor.AspectRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AspectRatio.html
  commentId: T:UnityEditor.AspectRatio
  nameWithType: AspectRatio
  type: Enum
- uid: UnityEditor.AspectRatio.Aspect16by10
  name: Aspect16by10
  fullName: UnityEditor.AspectRatio.Aspect16by10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AspectRatio.Aspect16by10.html
  commentId: F:UnityEditor.AspectRatio.Aspect16by10
  nameWithType: AspectRatio.Aspect16by10
  type: Field
- uid: UnityEditor.AspectRatio.Aspect16by9
  name: Aspect16by9
  fullName: UnityEditor.AspectRatio.Aspect16by9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AspectRatio.Aspect16by9.html
  commentId: F:UnityEditor.AspectRatio.Aspect16by9
  nameWithType: AspectRatio.Aspect16by9
  type: Field
- uid: UnityEditor.AspectRatio.Aspect4by3
  name: Aspect4by3
  fullName: UnityEditor.AspectRatio.Aspect4by3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AspectRatio.Aspect4by3.html
  commentId: F:UnityEditor.AspectRatio.Aspect4by3
  nameWithType: AspectRatio.Aspect4by3
  type: Field
- uid: UnityEditor.AspectRatio.Aspect5by4
  name: Aspect5by4
  fullName: UnityEditor.AspectRatio.Aspect5by4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AspectRatio.Aspect5by4.html
  commentId: F:UnityEditor.AspectRatio.Aspect5by4
  nameWithType: AspectRatio.Aspect5by4
  type: Field
- uid: UnityEditor.AspectRatio.AspectOthers
  name: AspectOthers
  fullName: UnityEditor.AspectRatio.AspectOthers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AspectRatio.AspectOthers.html
  commentId: F:UnityEditor.AspectRatio.AspectOthers
  nameWithType: AspectRatio.AspectOthers
  type: Field
- uid: UnityEditor.AssemblyReloadEvents
  name: AssemblyReloadEvents
  fullName: UnityEditor.AssemblyReloadEvents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssemblyReloadEvents.html
  commentId: T:UnityEditor.AssemblyReloadEvents
  nameWithType: AssemblyReloadEvents
  type: Class
- uid: UnityEditor.AssemblyReloadEvents.afterAssemblyReload
  name: afterAssemblyReload
  fullName: UnityEditor.AssemblyReloadEvents.afterAssemblyReload
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssemblyReloadEvents-afterAssemblyReload.html
  commentId: E:UnityEditor.AssemblyReloadEvents.afterAssemblyReload
  nameWithType: AssemblyReloadEvents.afterAssemblyReload
  type: Event
- uid: UnityEditor.AssemblyReloadEvents.AssemblyReloadCallback
  name: AssemblyReloadEvents.AssemblyReloadCallback
  fullName: UnityEditor.AssemblyReloadEvents.AssemblyReloadCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssemblyReloadEvents.AssemblyReloadCallback.html
  commentId: T:UnityEditor.AssemblyReloadEvents.AssemblyReloadCallback
  nameWithType: AssemblyReloadEvents.AssemblyReloadCallback
  type: Delegate
- uid: UnityEditor.AssemblyReloadEvents.beforeAssemblyReload
  name: beforeAssemblyReload
  fullName: UnityEditor.AssemblyReloadEvents.beforeAssemblyReload
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssemblyReloadEvents-beforeAssemblyReload.html
  commentId: E:UnityEditor.AssemblyReloadEvents.beforeAssemblyReload
  nameWithType: AssemblyReloadEvents.beforeAssemblyReload
  type: Event
- uid: UnityEditor.AssetBundleBuild
  name: AssetBundleBuild
  fullName: UnityEditor.AssetBundleBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleBuild.html
  commentId: T:UnityEditor.AssetBundleBuild
  nameWithType: AssetBundleBuild
  type: Struct
- uid: UnityEditor.AssetBundleBuild.addressableNames
  name: addressableNames
  fullName: UnityEditor.AssetBundleBuild.addressableNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleBuild-addressableNames.html
  commentId: F:UnityEditor.AssetBundleBuild.addressableNames
  nameWithType: AssetBundleBuild.addressableNames
  type: Field
- uid: UnityEditor.AssetBundleBuild.assetBundleName
  name: assetBundleName
  fullName: UnityEditor.AssetBundleBuild.assetBundleName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleBuild-assetBundleName.html
  commentId: F:UnityEditor.AssetBundleBuild.assetBundleName
  nameWithType: AssetBundleBuild.assetBundleName
  type: Field
- uid: UnityEditor.AssetBundleBuild.assetBundleVariant
  name: assetBundleVariant
  fullName: UnityEditor.AssetBundleBuild.assetBundleVariant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleBuild-assetBundleVariant.html
  commentId: F:UnityEditor.AssetBundleBuild.assetBundleVariant
  nameWithType: AssetBundleBuild.assetBundleVariant
  type: Field
- uid: UnityEditor.AssetBundleBuild.assetNames
  name: assetNames
  fullName: UnityEditor.AssetBundleBuild.assetNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleBuild-assetNames.html
  commentId: F:UnityEditor.AssetBundleBuild.assetNames
  nameWithType: AssetBundleBuild.assetNames
  type: Field
- uid: UnityEditor.AssetDatabase
  name: AssetDatabase
  fullName: UnityEditor.AssetDatabase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.html
  commentId: T:UnityEditor.AssetDatabase
  nameWithType: AssetDatabase
  type: Class
- uid: UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object,System.String)
  name: AddObjectToAsset(Object, string)
  fullName: UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.AddObjectToAsset.html
  commentId: M:UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object,System.String)
  nameWithType: AssetDatabase.AddObjectToAsset(Object, string)
  type: Method
- uid: UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object,UnityEngine.Object)
  name: AddObjectToAsset(Object, Object)
  fullName: UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.AddObjectToAsset.html
  commentId: M:UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object,UnityEngine.Object)
  nameWithType: AssetDatabase.AddObjectToAsset(Object, Object)
  type: Method
- uid: UnityEditor.AssetDatabase.AssetPathToGUID(System.String)
  name: AssetPathToGUID(string)
  fullName: UnityEditor.AssetDatabase.AssetPathToGUID(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.AssetPathToGUID.html
  commentId: M:UnityEditor.AssetDatabase.AssetPathToGUID(System.String)
  nameWithType: AssetDatabase.AssetPathToGUID(string)
  type: Method
- uid: UnityEditor.AssetDatabase.ClearLabels(UnityEngine.Object)
  name: ClearLabels(Object)
  fullName: UnityEditor.AssetDatabase.ClearLabels(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ClearLabels.html
  commentId: M:UnityEditor.AssetDatabase.ClearLabels(UnityEngine.Object)
  nameWithType: AssetDatabase.ClearLabels(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.Contains(System.Int32)
  name: Contains(int)
  fullName: UnityEditor.AssetDatabase.Contains(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.Contains.html
  commentId: M:UnityEditor.AssetDatabase.Contains(System.Int32)
  nameWithType: AssetDatabase.Contains(int)
  type: Method
- uid: UnityEditor.AssetDatabase.Contains(UnityEngine.Object)
  name: Contains(Object)
  fullName: UnityEditor.AssetDatabase.Contains(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.Contains.html
  commentId: M:UnityEditor.AssetDatabase.Contains(UnityEngine.Object)
  nameWithType: AssetDatabase.Contains(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.CopyAsset(System.String,System.String)
  name: CopyAsset(string, string)
  fullName: UnityEditor.AssetDatabase.CopyAsset(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.CopyAsset.html
  commentId: M:UnityEditor.AssetDatabase.CopyAsset(System.String,System.String)
  nameWithType: AssetDatabase.CopyAsset(string, string)
  type: Method
- uid: UnityEditor.AssetDatabase.CreateAsset(UnityEngine.Object,System.String)
  name: CreateAsset(Object, string)
  fullName: UnityEditor.AssetDatabase.CreateAsset(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.CreateAsset.html
  commentId: M:UnityEditor.AssetDatabase.CreateAsset(UnityEngine.Object,System.String)
  nameWithType: AssetDatabase.CreateAsset(Object, string)
  type: Method
- uid: UnityEditor.AssetDatabase.CreateFolder(System.String,System.String)
  name: CreateFolder(string, string)
  fullName: UnityEditor.AssetDatabase.CreateFolder(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.CreateFolder.html
  commentId: M:UnityEditor.AssetDatabase.CreateFolder(System.String,System.String)
  nameWithType: AssetDatabase.CreateFolder(string, string)
  type: Method
- uid: UnityEditor.AssetDatabase.DeleteAsset(System.String)
  name: DeleteAsset(string)
  fullName: UnityEditor.AssetDatabase.DeleteAsset(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.DeleteAsset.html
  commentId: M:UnityEditor.AssetDatabase.DeleteAsset(System.String)
  nameWithType: AssetDatabase.DeleteAsset(string)
  type: Method
- uid: UnityEditor.AssetDatabase.ExportPackage(System.String,System.String,UnityEditor.ExportPackageOptions)
  name: ExportPackage(string, string, ExportPackageOptions)
  fullName: UnityEditor.AssetDatabase.ExportPackage(string, string, UnityEditor.ExportPackageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ExportPackage.html
  commentId: M:UnityEditor.AssetDatabase.ExportPackage(System.String,System.String,UnityEditor.ExportPackageOptions)
  nameWithType: AssetDatabase.ExportPackage(string, string, ExportPackageOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.ExportPackage(System.String,System.String)
  name: ExportPackage(string, string)
  fullName: UnityEditor.AssetDatabase.ExportPackage(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ExportPackage.html
  commentId: M:UnityEditor.AssetDatabase.ExportPackage(System.String,System.String)
  nameWithType: AssetDatabase.ExportPackage(string, string)
  type: Method
- uid: UnityEditor.AssetDatabase.ExportPackage(System.String[],System.String,UnityEditor.ExportPackageOptions)
  name: ExportPackage(string[], string, ExportPackageOptions)
  fullName: UnityEditor.AssetDatabase.ExportPackage(string[], string, UnityEditor.ExportPackageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ExportPackage.html
  commentId: M:UnityEditor.AssetDatabase.ExportPackage(System.String[],System.String,UnityEditor.ExportPackageOptions)
  nameWithType: AssetDatabase.ExportPackage(string[], string, ExportPackageOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.ExportPackage(System.String[],System.String)
  name: ExportPackage(string[], string)
  fullName: UnityEditor.AssetDatabase.ExportPackage(string[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ExportPackage.html
  commentId: M:UnityEditor.AssetDatabase.ExportPackage(System.String[],System.String)
  nameWithType: AssetDatabase.ExportPackage(string[], string)
  type: Method
- uid: UnityEditor.AssetDatabase.ExtractAsset(UnityEngine.Object,System.String)
  name: ExtractAsset(Object, string)
  fullName: UnityEditor.AssetDatabase.ExtractAsset(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ExtractAsset.html
  commentId: M:UnityEditor.AssetDatabase.ExtractAsset(UnityEngine.Object,System.String)
  nameWithType: AssetDatabase.ExtractAsset(Object, string)
  type: Method
- uid: UnityEditor.AssetDatabase.FindAssets(System.String,System.String[])
  name: FindAssets(string, string[])
  fullName: UnityEditor.AssetDatabase.FindAssets(string, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.FindAssets.html
  commentId: M:UnityEditor.AssetDatabase.FindAssets(System.String,System.String[])
  nameWithType: AssetDatabase.FindAssets(string, string[])
  type: Method
- uid: UnityEditor.AssetDatabase.FindAssets(System.String)
  name: FindAssets(string)
  fullName: UnityEditor.AssetDatabase.FindAssets(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.FindAssets.html
  commentId: M:UnityEditor.AssetDatabase.FindAssets(System.String)
  nameWithType: AssetDatabase.FindAssets(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GenerateUniqueAssetPath(System.String)
  name: GenerateUniqueAssetPath(string)
  fullName: UnityEditor.AssetDatabase.GenerateUniqueAssetPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GenerateUniqueAssetPath.html
  commentId: M:UnityEditor.AssetDatabase.GenerateUniqueAssetPath(System.String)
  nameWithType: AssetDatabase.GenerateUniqueAssetPath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetAllAssetBundleNames
  name: GetAllAssetBundleNames()
  fullName: UnityEditor.AssetDatabase.GetAllAssetBundleNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAllAssetBundleNames.html
  commentId: M:UnityEditor.AssetDatabase.GetAllAssetBundleNames
  nameWithType: AssetDatabase.GetAllAssetBundleNames()
  type: Method
- uid: UnityEditor.AssetDatabase.GetAllAssetPaths
  name: GetAllAssetPaths()
  fullName: UnityEditor.AssetDatabase.GetAllAssetPaths()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAllAssetPaths.html
  commentId: M:UnityEditor.AssetDatabase.GetAllAssetPaths
  nameWithType: AssetDatabase.GetAllAssetPaths()
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetBundleDependencies(System.String,System.Boolean)
  name: GetAssetBundleDependencies(string, bool)
  fullName: UnityEditor.AssetDatabase.GetAssetBundleDependencies(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetBundleDependencies.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetBundleDependencies(System.String,System.Boolean)
  nameWithType: AssetDatabase.GetAssetBundleDependencies(string, bool)
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetBundleNames
  name: GetAssetBundleNames()
  fullName: UnityEditor.AssetDatabase.GetAssetBundleNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetBundleNames.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetBundleNames
  nameWithType: AssetDatabase.GetAssetBundleNames()
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetDependencyHash(System.String)
  name: GetAssetDependencyHash(string)
  fullName: UnityEditor.AssetDatabase.GetAssetDependencyHash(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetDependencyHash.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetDependencyHash(System.String)
  nameWithType: AssetDatabase.GetAssetDependencyHash(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetOrScenePath(UnityEngine.Object)
  name: GetAssetOrScenePath(Object)
  fullName: UnityEditor.AssetDatabase.GetAssetOrScenePath(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetOrScenePath.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetOrScenePath(UnityEngine.Object)
  nameWithType: AssetDatabase.GetAssetOrScenePath(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetPath(System.Int32)
  name: GetAssetPath(int)
  fullName: UnityEditor.AssetDatabase.GetAssetPath(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetPath.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetPath(System.Int32)
  nameWithType: AssetDatabase.GetAssetPath(int)
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetPath(UnityEngine.Object)
  name: GetAssetPath(Object)
  fullName: UnityEditor.AssetDatabase.GetAssetPath(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetPath.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetPath(UnityEngine.Object)
  nameWithType: AssetDatabase.GetAssetPath(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetPathFromTextMetaFilePath(System.String)
  name: GetAssetPathFromTextMetaFilePath(string)
  fullName: UnityEditor.AssetDatabase.GetAssetPathFromTextMetaFilePath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetPathFromTextMetaFilePath.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetPathFromTextMetaFilePath(System.String)
  nameWithType: AssetDatabase.GetAssetPathFromTextMetaFilePath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundle(System.String)
  name: GetAssetPathsFromAssetBundle(string)
  fullName: UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundle(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetPathsFromAssetBundle.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundle(System.String)
  nameWithType: AssetDatabase.GetAssetPathsFromAssetBundle(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundleAndAssetName(System.String,System.String)
  name: GetAssetPathsFromAssetBundleAndAssetName(string, string)
  fullName: UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundleAndAssetName(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetAssetPathsFromAssetBundleAndAssetName.html
  commentId: M:UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundleAndAssetName(System.String,System.String)
  nameWithType: AssetDatabase.GetAssetPathsFromAssetBundleAndAssetName(string, string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetBuiltinExtraResource(System.Type,System.String)
  name: GetBuiltinExtraResource(Type, string)
  fullName: UnityEditor.AssetDatabase.GetBuiltinExtraResource(System.Type, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetBuiltinExtraResource.html
  commentId: M:UnityEditor.AssetDatabase.GetBuiltinExtraResource(System.Type,System.String)
  nameWithType: AssetDatabase.GetBuiltinExtraResource(Type, string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetBuiltinExtraResource``1(System.String)
  name: GetBuiltinExtraResource<T>(string)
  fullName: UnityEditor.AssetDatabase.GetBuiltinExtraResource<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetBuiltinExtraResource.html
  commentId: M:UnityEditor.AssetDatabase.GetBuiltinExtraResource``1(System.String)
  nameWithType: AssetDatabase.GetBuiltinExtraResource<T>(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetCachedIcon(System.String)
  name: GetCachedIcon(string)
  fullName: UnityEditor.AssetDatabase.GetCachedIcon(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetCachedIcon.html
  commentId: M:UnityEditor.AssetDatabase.GetCachedIcon(System.String)
  nameWithType: AssetDatabase.GetCachedIcon(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetDependencies(System.String,System.Boolean)
  name: GetDependencies(string, bool)
  fullName: UnityEditor.AssetDatabase.GetDependencies(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetDependencies.html
  commentId: M:UnityEditor.AssetDatabase.GetDependencies(System.String,System.Boolean)
  nameWithType: AssetDatabase.GetDependencies(string, bool)
  type: Method
- uid: UnityEditor.AssetDatabase.GetDependencies(System.String)
  name: GetDependencies(string)
  fullName: UnityEditor.AssetDatabase.GetDependencies(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetDependencies.html
  commentId: M:UnityEditor.AssetDatabase.GetDependencies(System.String)
  nameWithType: AssetDatabase.GetDependencies(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetDependencies(System.String[],System.Boolean)
  name: GetDependencies(string[], bool)
  fullName: UnityEditor.AssetDatabase.GetDependencies(string[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetDependencies.html
  commentId: M:UnityEditor.AssetDatabase.GetDependencies(System.String[],System.Boolean)
  nameWithType: AssetDatabase.GetDependencies(string[], bool)
  type: Method
- uid: UnityEditor.AssetDatabase.GetDependencies(System.String[])
  name: GetDependencies(string[])
  fullName: UnityEditor.AssetDatabase.GetDependencies(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetDependencies.html
  commentId: M:UnityEditor.AssetDatabase.GetDependencies(System.String[])
  nameWithType: AssetDatabase.GetDependencies(string[])
  type: Method
- uid: UnityEditor.AssetDatabase.GetImplicitAssetBundleName(System.String)
  name: GetImplicitAssetBundleName(string)
  fullName: UnityEditor.AssetDatabase.GetImplicitAssetBundleName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetImplicitAssetBundleName.html
  commentId: M:UnityEditor.AssetDatabase.GetImplicitAssetBundleName(System.String)
  nameWithType: AssetDatabase.GetImplicitAssetBundleName(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetImplicitAssetBundleVariantName(System.String)
  name: GetImplicitAssetBundleVariantName(string)
  fullName: UnityEditor.AssetDatabase.GetImplicitAssetBundleVariantName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetImplicitAssetBundleVariantName.html
  commentId: M:UnityEditor.AssetDatabase.GetImplicitAssetBundleVariantName(System.String)
  nameWithType: AssetDatabase.GetImplicitAssetBundleVariantName(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetLabels(UnityEngine.Object)
  name: GetLabels(Object)
  fullName: UnityEditor.AssetDatabase.GetLabels(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetLabels.html
  commentId: M:UnityEditor.AssetDatabase.GetLabels(UnityEngine.Object)
  nameWithType: AssetDatabase.GetLabels(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.GetMainAssetTypeAtPath(System.String)
  name: GetMainAssetTypeAtPath(string)
  fullName: UnityEditor.AssetDatabase.GetMainAssetTypeAtPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetMainAssetTypeAtPath.html
  commentId: M:UnityEditor.AssetDatabase.GetMainAssetTypeAtPath(System.String)
  nameWithType: AssetDatabase.GetMainAssetTypeAtPath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetSubFolders(System.String)
  name: GetSubFolders(string)
  fullName: UnityEditor.AssetDatabase.GetSubFolders(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetSubFolders.html
  commentId: M:UnityEditor.AssetDatabase.GetSubFolders(System.String)
  nameWithType: AssetDatabase.GetSubFolders(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetTextMetaDataPathFromAssetPath(System.String)
  name: GetTextMetaDataPathFromAssetPath(string)
  fullName: UnityEditor.AssetDatabase.GetTextMetaDataPathFromAssetPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetTextMetaDataPathFromAssetPath.html
  commentId: M:UnityEditor.AssetDatabase.GetTextMetaDataPathFromAssetPath(System.String)
  nameWithType: AssetDatabase.GetTextMetaDataPathFromAssetPath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetTextMetaFilePathFromAssetPath(System.String)
  name: GetTextMetaFilePathFromAssetPath(string)
  fullName: UnityEditor.AssetDatabase.GetTextMetaFilePathFromAssetPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetTextMetaFilePathFromAssetPath.html
  commentId: M:UnityEditor.AssetDatabase.GetTextMetaFilePathFromAssetPath(System.String)
  nameWithType: AssetDatabase.GetTextMetaFilePathFromAssetPath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.GetUnusedAssetBundleNames
  name: GetUnusedAssetBundleNames()
  fullName: UnityEditor.AssetDatabase.GetUnusedAssetBundleNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GetUnusedAssetBundleNames.html
  commentId: M:UnityEditor.AssetDatabase.GetUnusedAssetBundleNames
  nameWithType: AssetDatabase.GetUnusedAssetBundleNames()
  type: Method
- uid: UnityEditor.AssetDatabase.GUIDToAssetPath(System.String)
  name: GUIDToAssetPath(string)
  fullName: UnityEditor.AssetDatabase.GUIDToAssetPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.GUIDToAssetPath.html
  commentId: M:UnityEditor.AssetDatabase.GUIDToAssetPath(System.String)
  nameWithType: AssetDatabase.GUIDToAssetPath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.ImportAsset(System.String,UnityEditor.ImportAssetOptions)
  name: ImportAsset(string, ImportAssetOptions)
  fullName: UnityEditor.AssetDatabase.ImportAsset(string, UnityEditor.ImportAssetOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ImportAsset.html
  commentId: M:UnityEditor.AssetDatabase.ImportAsset(System.String,UnityEditor.ImportAssetOptions)
  nameWithType: AssetDatabase.ImportAsset(string, ImportAssetOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.ImportAsset(System.String)
  name: ImportAsset(string)
  fullName: UnityEditor.AssetDatabase.ImportAsset(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ImportAsset.html
  commentId: M:UnityEditor.AssetDatabase.ImportAsset(System.String)
  nameWithType: AssetDatabase.ImportAsset(string)
  type: Method
- uid: UnityEditor.AssetDatabase.ImportPackage(System.String,System.Boolean)
  name: ImportPackage(string, bool)
  fullName: UnityEditor.AssetDatabase.ImportPackage(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ImportPackage.html
  commentId: M:UnityEditor.AssetDatabase.ImportPackage(System.String,System.Boolean)
  nameWithType: AssetDatabase.ImportPackage(string, bool)
  type: Method
- uid: UnityEditor.AssetDatabase.ImportPackageCallback
  name: AssetDatabase.ImportPackageCallback
  fullName: UnityEditor.AssetDatabase.ImportPackageCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ImportPackageCallback.html
  commentId: T:UnityEditor.AssetDatabase.ImportPackageCallback
  nameWithType: AssetDatabase.ImportPackageCallback
  type: Delegate
- uid: UnityEditor.AssetDatabase.importPackageCancelled
  name: importPackageCancelled
  fullName: UnityEditor.AssetDatabase.importPackageCancelled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase-importPackageCancelled.html
  commentId: E:UnityEditor.AssetDatabase.importPackageCancelled
  nameWithType: AssetDatabase.importPackageCancelled
  type: Event
- uid: UnityEditor.AssetDatabase.importPackageCompleted
  name: importPackageCompleted
  fullName: UnityEditor.AssetDatabase.importPackageCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase-importPackageCompleted.html
  commentId: E:UnityEditor.AssetDatabase.importPackageCompleted
  nameWithType: AssetDatabase.importPackageCompleted
  type: Event
- uid: UnityEditor.AssetDatabase.importPackageFailed
  name: importPackageFailed
  fullName: UnityEditor.AssetDatabase.importPackageFailed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase-importPackageFailed.html
  commentId: E:UnityEditor.AssetDatabase.importPackageFailed
  nameWithType: AssetDatabase.importPackageFailed
  type: Event
- uid: UnityEditor.AssetDatabase.ImportPackageFailedCallback
  name: AssetDatabase.ImportPackageFailedCallback
  fullName: UnityEditor.AssetDatabase.ImportPackageFailedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ImportPackageFailedCallback.html
  commentId: T:UnityEditor.AssetDatabase.ImportPackageFailedCallback
  nameWithType: AssetDatabase.ImportPackageFailedCallback
  type: Delegate
- uid: UnityEditor.AssetDatabase.importPackageStarted
  name: importPackageStarted
  fullName: UnityEditor.AssetDatabase.importPackageStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase-importPackageStarted.html
  commentId: E:UnityEditor.AssetDatabase.importPackageStarted
  nameWithType: AssetDatabase.importPackageStarted
  type: Event
- uid: UnityEditor.AssetDatabase.IsForeignAsset(System.Int32)
  name: IsForeignAsset(int)
  fullName: UnityEditor.AssetDatabase.IsForeignAsset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsForeignAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsForeignAsset(System.Int32)
  nameWithType: AssetDatabase.IsForeignAsset(int)
  type: Method
- uid: UnityEditor.AssetDatabase.IsForeignAsset(UnityEngine.Object)
  name: IsForeignAsset(Object)
  fullName: UnityEditor.AssetDatabase.IsForeignAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsForeignAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsForeignAsset(UnityEngine.Object)
  nameWithType: AssetDatabase.IsForeignAsset(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.IsMainAsset(System.Int32)
  name: IsMainAsset(int)
  fullName: UnityEditor.AssetDatabase.IsMainAsset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsMainAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsMainAsset(System.Int32)
  nameWithType: AssetDatabase.IsMainAsset(int)
  type: Method
- uid: UnityEditor.AssetDatabase.IsMainAsset(UnityEngine.Object)
  name: IsMainAsset(Object)
  fullName: UnityEditor.AssetDatabase.IsMainAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsMainAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsMainAsset(UnityEngine.Object)
  nameWithType: AssetDatabase.IsMainAsset(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.IsMainAssetAtPathLoaded(System.String)
  name: IsMainAssetAtPathLoaded(string)
  fullName: UnityEditor.AssetDatabase.IsMainAssetAtPathLoaded(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsMainAssetAtPathLoaded.html
  commentId: M:UnityEditor.AssetDatabase.IsMainAssetAtPathLoaded(System.String)
  nameWithType: AssetDatabase.IsMainAssetAtPathLoaded(string)
  type: Method
- uid: UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,System.String@,UnityEditor.StatusQueryOptions)
  name: IsMetaFileOpenForEdit(Object, out string, StatusQueryOptions)
  fullName: UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object, out string, UnityEditor.StatusQueryOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsMetaFileOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,System.String@,UnityEditor.StatusQueryOptions)
  nameWithType: AssetDatabase.IsMetaFileOpenForEdit(Object, out string, StatusQueryOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,System.String@)
  name: IsMetaFileOpenForEdit(Object, out string)
  fullName: UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object, out string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsMetaFileOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,System.String@)
  nameWithType: AssetDatabase.IsMetaFileOpenForEdit(Object, out string)
  type: Method
- uid: UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,UnityEditor.StatusQueryOptions)
  name: IsMetaFileOpenForEdit(Object, StatusQueryOptions)
  fullName: UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object, UnityEditor.StatusQueryOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsMetaFileOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,UnityEditor.StatusQueryOptions)
  nameWithType: AssetDatabase.IsMetaFileOpenForEdit(Object, StatusQueryOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object)
  name: IsMetaFileOpenForEdit(Object)
  fullName: UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsMetaFileOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object)
  nameWithType: AssetDatabase.IsMetaFileOpenForEdit(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.IsNativeAsset(System.Int32)
  name: IsNativeAsset(int)
  fullName: UnityEditor.AssetDatabase.IsNativeAsset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsNativeAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsNativeAsset(System.Int32)
  nameWithType: AssetDatabase.IsNativeAsset(int)
  type: Method
- uid: UnityEditor.AssetDatabase.IsNativeAsset(UnityEngine.Object)
  name: IsNativeAsset(Object)
  fullName: UnityEditor.AssetDatabase.IsNativeAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsNativeAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsNativeAsset(UnityEngine.Object)
  nameWithType: AssetDatabase.IsNativeAsset(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.IsOpenForEdit(System.String,System.String@,UnityEditor.StatusQueryOptions)
  name: IsOpenForEdit(string, out string, StatusQueryOptions)
  fullName: UnityEditor.AssetDatabase.IsOpenForEdit(string, out string, UnityEditor.StatusQueryOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String,System.String@,UnityEditor.StatusQueryOptions)
  nameWithType: AssetDatabase.IsOpenForEdit(string, out string, StatusQueryOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.IsOpenForEdit(System.String,System.String@)
  name: IsOpenForEdit(string, out string)
  fullName: UnityEditor.AssetDatabase.IsOpenForEdit(string, out string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String,System.String@)
  nameWithType: AssetDatabase.IsOpenForEdit(string, out string)
  type: Method
- uid: UnityEditor.AssetDatabase.IsOpenForEdit(System.String,UnityEditor.StatusQueryOptions)
  name: IsOpenForEdit(string, StatusQueryOptions)
  fullName: UnityEditor.AssetDatabase.IsOpenForEdit(string, UnityEditor.StatusQueryOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String,UnityEditor.StatusQueryOptions)
  nameWithType: AssetDatabase.IsOpenForEdit(string, StatusQueryOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.IsOpenForEdit(System.String)
  name: IsOpenForEdit(string)
  fullName: UnityEditor.AssetDatabase.IsOpenForEdit(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String)
  nameWithType: AssetDatabase.IsOpenForEdit(string)
  type: Method
- uid: UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,System.String@,UnityEditor.StatusQueryOptions)
  name: IsOpenForEdit(Object, out string, StatusQueryOptions)
  fullName: UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object, out string, UnityEditor.StatusQueryOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,System.String@,UnityEditor.StatusQueryOptions)
  nameWithType: AssetDatabase.IsOpenForEdit(Object, out string, StatusQueryOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,System.String@)
  name: IsOpenForEdit(Object, out string)
  fullName: UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object, out string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,System.String@)
  nameWithType: AssetDatabase.IsOpenForEdit(Object, out string)
  type: Method
- uid: UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,UnityEditor.StatusQueryOptions)
  name: IsOpenForEdit(Object, StatusQueryOptions)
  fullName: UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object, UnityEditor.StatusQueryOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,UnityEditor.StatusQueryOptions)
  nameWithType: AssetDatabase.IsOpenForEdit(Object, StatusQueryOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object)
  name: IsOpenForEdit(Object)
  fullName: UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsOpenForEdit.html
  commentId: M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object)
  nameWithType: AssetDatabase.IsOpenForEdit(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.IsPackagedAsset(System.Int32)
  name: IsPackagedAsset(int)
  fullName: UnityEditor.AssetDatabase.IsPackagedAsset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsPackagedAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsPackagedAsset(System.Int32)
  nameWithType: AssetDatabase.IsPackagedAsset(int)
  type: Method
- uid: UnityEditor.AssetDatabase.IsPackagedAsset(UnityEngine.Object)
  name: IsPackagedAsset(Object)
  fullName: UnityEditor.AssetDatabase.IsPackagedAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsPackagedAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsPackagedAsset(UnityEngine.Object)
  nameWithType: AssetDatabase.IsPackagedAsset(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.IsSubAsset(System.Int32)
  name: IsSubAsset(int)
  fullName: UnityEditor.AssetDatabase.IsSubAsset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsSubAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsSubAsset(System.Int32)
  nameWithType: AssetDatabase.IsSubAsset(int)
  type: Method
- uid: UnityEditor.AssetDatabase.IsSubAsset(UnityEngine.Object)
  name: IsSubAsset(Object)
  fullName: UnityEditor.AssetDatabase.IsSubAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsSubAsset.html
  commentId: M:UnityEditor.AssetDatabase.IsSubAsset(UnityEngine.Object)
  nameWithType: AssetDatabase.IsSubAsset(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.IsValidFolder(System.String)
  name: IsValidFolder(string)
  fullName: UnityEditor.AssetDatabase.IsValidFolder(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.IsValidFolder.html
  commentId: M:UnityEditor.AssetDatabase.IsValidFolder(System.String)
  nameWithType: AssetDatabase.IsValidFolder(string)
  type: Method
- uid: UnityEditor.AssetDatabase.LoadAllAssetRepresentationsAtPath(System.String)
  name: LoadAllAssetRepresentationsAtPath(string)
  fullName: UnityEditor.AssetDatabase.LoadAllAssetRepresentationsAtPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.LoadAllAssetRepresentationsAtPath.html
  commentId: M:UnityEditor.AssetDatabase.LoadAllAssetRepresentationsAtPath(System.String)
  nameWithType: AssetDatabase.LoadAllAssetRepresentationsAtPath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.LoadAllAssetsAtPath(System.String)
  name: LoadAllAssetsAtPath(string)
  fullName: UnityEditor.AssetDatabase.LoadAllAssetsAtPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.LoadAllAssetsAtPath.html
  commentId: M:UnityEditor.AssetDatabase.LoadAllAssetsAtPath(System.String)
  nameWithType: AssetDatabase.LoadAllAssetsAtPath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.LoadAssetAtPath(System.String,System.Type)
  name: LoadAssetAtPath(string, Type)
  fullName: UnityEditor.AssetDatabase.LoadAssetAtPath(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.LoadAssetAtPath.html
  commentId: M:UnityEditor.AssetDatabase.LoadAssetAtPath(System.String,System.Type)
  nameWithType: AssetDatabase.LoadAssetAtPath(string, Type)
  type: Method
- uid: UnityEditor.AssetDatabase.LoadAssetAtPath``1(System.String)
  name: LoadAssetAtPath<T>(string)
  fullName: UnityEditor.AssetDatabase.LoadAssetAtPath<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.LoadAssetAtPath.html
  commentId: M:UnityEditor.AssetDatabase.LoadAssetAtPath``1(System.String)
  nameWithType: AssetDatabase.LoadAssetAtPath<T>(string)
  type: Method
- uid: UnityEditor.AssetDatabase.LoadMainAssetAtPath(System.String)
  name: LoadMainAssetAtPath(string)
  fullName: UnityEditor.AssetDatabase.LoadMainAssetAtPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.LoadMainAssetAtPath.html
  commentId: M:UnityEditor.AssetDatabase.LoadMainAssetAtPath(System.String)
  nameWithType: AssetDatabase.LoadMainAssetAtPath(string)
  type: Method
- uid: UnityEditor.AssetDatabase.MoveAsset(System.String,System.String)
  name: MoveAsset(string, string)
  fullName: UnityEditor.AssetDatabase.MoveAsset(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.MoveAsset.html
  commentId: M:UnityEditor.AssetDatabase.MoveAsset(System.String,System.String)
  nameWithType: AssetDatabase.MoveAsset(string, string)
  type: Method
- uid: UnityEditor.AssetDatabase.MoveAssetToTrash(System.String)
  name: MoveAssetToTrash(string)
  fullName: UnityEditor.AssetDatabase.MoveAssetToTrash(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.MoveAssetToTrash.html
  commentId: M:UnityEditor.AssetDatabase.MoveAssetToTrash(System.String)
  nameWithType: AssetDatabase.MoveAssetToTrash(string)
  type: Method
- uid: UnityEditor.AssetDatabase.OpenAsset(System.Int32,System.Int32)
  name: OpenAsset(int, int)
  fullName: UnityEditor.AssetDatabase.OpenAsset(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.OpenAsset.html
  commentId: M:UnityEditor.AssetDatabase.OpenAsset(System.Int32,System.Int32)
  nameWithType: AssetDatabase.OpenAsset(int, int)
  type: Method
- uid: UnityEditor.AssetDatabase.OpenAsset(System.Int32)
  name: OpenAsset(int)
  fullName: UnityEditor.AssetDatabase.OpenAsset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.OpenAsset.html
  commentId: M:UnityEditor.AssetDatabase.OpenAsset(System.Int32)
  nameWithType: AssetDatabase.OpenAsset(int)
  type: Method
- uid: UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object,System.Int32)
  name: OpenAsset(Object, int)
  fullName: UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.OpenAsset.html
  commentId: M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object,System.Int32)
  nameWithType: AssetDatabase.OpenAsset(Object, int)
  type: Method
- uid: UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object)
  name: OpenAsset(Object)
  fullName: UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.OpenAsset.html
  commentId: M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object)
  nameWithType: AssetDatabase.OpenAsset(Object)
  type: Method
- uid: UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object[])
  name: OpenAsset(Object[])
  fullName: UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.OpenAsset.html
  commentId: M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object[])
  nameWithType: AssetDatabase.OpenAsset(Object[])
  type: Method
- uid: UnityEditor.AssetDatabase.Refresh
  name: Refresh()
  fullName: UnityEditor.AssetDatabase.Refresh()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.Refresh.html
  commentId: M:UnityEditor.AssetDatabase.Refresh
  nameWithType: AssetDatabase.Refresh()
  type: Method
- uid: UnityEditor.AssetDatabase.Refresh(UnityEditor.ImportAssetOptions)
  name: Refresh(ImportAssetOptions)
  fullName: UnityEditor.AssetDatabase.Refresh(UnityEditor.ImportAssetOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.Refresh.html
  commentId: M:UnityEditor.AssetDatabase.Refresh(UnityEditor.ImportAssetOptions)
  nameWithType: AssetDatabase.Refresh(ImportAssetOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.RefreshDelayed
  name: RefreshDelayed()
  fullName: UnityEditor.AssetDatabase.RefreshDelayed()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.RefreshDelayed.html
  commentId: M:UnityEditor.AssetDatabase.RefreshDelayed
  nameWithType: AssetDatabase.RefreshDelayed()
  type: Method
- uid: UnityEditor.AssetDatabase.RefreshDelayed(UnityEditor.ImportAssetOptions)
  name: RefreshDelayed(ImportAssetOptions)
  fullName: UnityEditor.AssetDatabase.RefreshDelayed(UnityEditor.ImportAssetOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.RefreshDelayed.html
  commentId: M:UnityEditor.AssetDatabase.RefreshDelayed(UnityEditor.ImportAssetOptions)
  nameWithType: AssetDatabase.RefreshDelayed(ImportAssetOptions)
  type: Method
- uid: UnityEditor.AssetDatabase.RemoveAssetBundleName(System.String,System.Boolean)
  name: RemoveAssetBundleName(string, bool)
  fullName: UnityEditor.AssetDatabase.RemoveAssetBundleName(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.RemoveAssetBundleName.html
  commentId: M:UnityEditor.AssetDatabase.RemoveAssetBundleName(System.String,System.Boolean)
  nameWithType: AssetDatabase.RemoveAssetBundleName(string, bool)
  type: Method
- uid: UnityEditor.AssetDatabase.RemoveUnusedAssetBundleNames
  name: RemoveUnusedAssetBundleNames()
  fullName: UnityEditor.AssetDatabase.RemoveUnusedAssetBundleNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.RemoveUnusedAssetBundleNames.html
  commentId: M:UnityEditor.AssetDatabase.RemoveUnusedAssetBundleNames
  nameWithType: AssetDatabase.RemoveUnusedAssetBundleNames()
  type: Method
- uid: UnityEditor.AssetDatabase.RenameAsset(System.String,System.String)
  name: RenameAsset(string, string)
  fullName: UnityEditor.AssetDatabase.RenameAsset(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.RenameAsset.html
  commentId: M:UnityEditor.AssetDatabase.RenameAsset(System.String,System.String)
  nameWithType: AssetDatabase.RenameAsset(string, string)
  type: Method
- uid: UnityEditor.AssetDatabase.SaveAssets
  name: SaveAssets()
  fullName: UnityEditor.AssetDatabase.SaveAssets()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.SaveAssets.html
  commentId: M:UnityEditor.AssetDatabase.SaveAssets
  nameWithType: AssetDatabase.SaveAssets()
  type: Method
- uid: UnityEditor.AssetDatabase.SetLabels(UnityEngine.Object,System.String[])
  name: SetLabels(Object, string[])
  fullName: UnityEditor.AssetDatabase.SetLabels(UnityEngine.Object, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.SetLabels.html
  commentId: M:UnityEditor.AssetDatabase.SetLabels(UnityEngine.Object,System.String[])
  nameWithType: AssetDatabase.SetLabels(Object, string[])
  type: Method
- uid: UnityEditor.AssetDatabase.SetMainObject(UnityEngine.Object,System.String)
  name: SetMainObject(Object, string)
  fullName: UnityEditor.AssetDatabase.SetMainObject(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.SetMainObject.html
  commentId: M:UnityEditor.AssetDatabase.SetMainObject(UnityEngine.Object,System.String)
  nameWithType: AssetDatabase.SetMainObject(Object, string)
  type: Method
- uid: UnityEditor.AssetDatabase.StartAssetEditing
  name: StartAssetEditing()
  fullName: UnityEditor.AssetDatabase.StartAssetEditing()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.StartAssetEditing.html
  commentId: M:UnityEditor.AssetDatabase.StartAssetEditing
  nameWithType: AssetDatabase.StartAssetEditing()
  type: Method
- uid: UnityEditor.AssetDatabase.StopAssetEditing
  name: StopAssetEditing()
  fullName: UnityEditor.AssetDatabase.StopAssetEditing()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.StopAssetEditing.html
  commentId: M:UnityEditor.AssetDatabase.StopAssetEditing
  nameWithType: AssetDatabase.StopAssetEditing()
  type: Method
- uid: UnityEditor.AssetDatabase.ValidateMoveAsset(System.String,System.String)
  name: ValidateMoveAsset(string, string)
  fullName: UnityEditor.AssetDatabase.ValidateMoveAsset(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.ValidateMoveAsset.html
  commentId: M:UnityEditor.AssetDatabase.ValidateMoveAsset(System.String,System.String)
  nameWithType: AssetDatabase.ValidateMoveAsset(string, string)
  type: Method
- uid: UnityEditor.AssetDatabase.WriteImportSettingsIfDirty(System.String)
  name: WriteImportSettingsIfDirty(string)
  fullName: UnityEditor.AssetDatabase.WriteImportSettingsIfDirty(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDatabase.WriteImportSettingsIfDirty.html
  commentId: M:UnityEditor.AssetDatabase.WriteImportSettingsIfDirty(System.String)
  nameWithType: AssetDatabase.WriteImportSettingsIfDirty(string)
  type: Method
- uid: UnityEditor.AssetDeleteResult
  name: AssetDeleteResult
  fullName: UnityEditor.AssetDeleteResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDeleteResult.html
  commentId: T:UnityEditor.AssetDeleteResult
  nameWithType: AssetDeleteResult
  type: Enum
- uid: UnityEditor.AssetDeleteResult.DidDelete
  name: DidDelete
  fullName: UnityEditor.AssetDeleteResult.DidDelete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDeleteResult.DidDelete.html
  commentId: F:UnityEditor.AssetDeleteResult.DidDelete
  nameWithType: AssetDeleteResult.DidDelete
  type: Field
- uid: UnityEditor.AssetDeleteResult.DidNotDelete
  name: DidNotDelete
  fullName: UnityEditor.AssetDeleteResult.DidNotDelete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDeleteResult.DidNotDelete.html
  commentId: F:UnityEditor.AssetDeleteResult.DidNotDelete
  nameWithType: AssetDeleteResult.DidNotDelete
  type: Field
- uid: UnityEditor.AssetDeleteResult.FailedDelete
  name: FailedDelete
  fullName: UnityEditor.AssetDeleteResult.FailedDelete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetDeleteResult.FailedDelete.html
  commentId: F:UnityEditor.AssetDeleteResult.FailedDelete
  nameWithType: AssetDeleteResult.FailedDelete
  type: Field
- uid: UnityEditor.AssetImporter
  name: AssetImporter
  fullName: UnityEditor.AssetImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.html
  commentId: T:UnityEditor.AssetImporter
  nameWithType: AssetImporter
  type: Class
- uid: UnityEditor.AssetImporter.AddRemap(UnityEditor.AssetImporter.SourceAssetIdentifier,UnityEngine.Object)
  name: AddRemap(SourceAssetIdentifier, Object)
  fullName: UnityEditor.AssetImporter.AddRemap(UnityEditor.AssetImporter.SourceAssetIdentifier, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.AddRemap.html
  commentId: M:UnityEditor.AssetImporter.AddRemap(UnityEditor.AssetImporter.SourceAssetIdentifier,UnityEngine.Object)
  nameWithType: AssetImporter.AddRemap(AssetImporter.SourceAssetIdentifier, Object)
  type: Method
- uid: UnityEditor.AssetImporter.assetBundleName
  name: assetBundleName
  fullName: UnityEditor.AssetImporter.assetBundleName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter-assetBundleName.html
  commentId: P:UnityEditor.AssetImporter.assetBundleName
  nameWithType: AssetImporter.assetBundleName
  type: Property
- uid: UnityEditor.AssetImporter.assetBundleVariant
  name: assetBundleVariant
  fullName: UnityEditor.AssetImporter.assetBundleVariant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter-assetBundleVariant.html
  commentId: P:UnityEditor.AssetImporter.assetBundleVariant
  nameWithType: AssetImporter.assetBundleVariant
  type: Property
- uid: UnityEditor.AssetImporter.assetPath
  name: assetPath
  fullName: UnityEditor.AssetImporter.assetPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter-assetPath.html
  commentId: P:UnityEditor.AssetImporter.assetPath
  nameWithType: AssetImporter.assetPath
  type: Property
- uid: UnityEditor.AssetImporter.assetTimeStamp
  name: assetTimeStamp
  fullName: UnityEditor.AssetImporter.assetTimeStamp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter-assetTimeStamp.html
  commentId: P:UnityEditor.AssetImporter.assetTimeStamp
  nameWithType: AssetImporter.assetTimeStamp
  type: Property
- uid: UnityEditor.AssetImporter.GetAtPath(System.String)
  name: GetAtPath(string)
  fullName: UnityEditor.AssetImporter.GetAtPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.GetAtPath.html
  commentId: M:UnityEditor.AssetImporter.GetAtPath(System.String)
  nameWithType: AssetImporter.GetAtPath(string)
  type: Method
- uid: UnityEditor.AssetImporter.GetExternalObjectMap
  name: GetExternalObjectMap()
  fullName: UnityEditor.AssetImporter.GetExternalObjectMap()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.GetExternalObjectMap.html
  commentId: M:UnityEditor.AssetImporter.GetExternalObjectMap
  nameWithType: AssetImporter.GetExternalObjectMap()
  type: Method
- uid: UnityEditor.AssetImporter.RemoveRemap(UnityEditor.AssetImporter.SourceAssetIdentifier)
  name: RemoveRemap(SourceAssetIdentifier)
  fullName: UnityEditor.AssetImporter.RemoveRemap(UnityEditor.AssetImporter.SourceAssetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.RemoveRemap.html
  commentId: M:UnityEditor.AssetImporter.RemoveRemap(UnityEditor.AssetImporter.SourceAssetIdentifier)
  nameWithType: AssetImporter.RemoveRemap(AssetImporter.SourceAssetIdentifier)
  type: Method
- uid: UnityEditor.AssetImporter.SaveAndReimport
  name: SaveAndReimport()
  fullName: UnityEditor.AssetImporter.SaveAndReimport()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.SaveAndReimport.html
  commentId: M:UnityEditor.AssetImporter.SaveAndReimport
  nameWithType: AssetImporter.SaveAndReimport()
  type: Method
- uid: UnityEditor.AssetImporter.SetAssetBundleNameAndVariant(System.String,System.String)
  name: SetAssetBundleNameAndVariant(string, string)
  fullName: UnityEditor.AssetImporter.SetAssetBundleNameAndVariant(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.SetAssetBundleNameAndVariant.html
  commentId: M:UnityEditor.AssetImporter.SetAssetBundleNameAndVariant(System.String,System.String)
  nameWithType: AssetImporter.SetAssetBundleNameAndVariant(string, string)
  type: Method
- uid: UnityEditor.AssetImporter.SourceAssetIdentifier
  name: AssetImporter.SourceAssetIdentifier
  fullName: UnityEditor.AssetImporter.SourceAssetIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.SourceAssetIdentifier.html
  commentId: T:UnityEditor.AssetImporter.SourceAssetIdentifier
  nameWithType: AssetImporter.SourceAssetIdentifier
  type: Struct
- uid: UnityEditor.AssetImporter.SourceAssetIdentifier.#ctor(System.Type,System.String)
  name: SourceAssetIdentifier(Type, string)
  fullName: UnityEditor.AssetImporter.SourceAssetIdentifier.SourceAssetIdentifier(System.Type, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.SourceAssetIdentifier-ctor.html
  commentId: M:UnityEditor.AssetImporter.SourceAssetIdentifier.#ctor(System.Type,System.String)
  nameWithType: AssetImporter.SourceAssetIdentifier.SourceAssetIdentifier(Type, string)
  type: Constructor
- uid: UnityEditor.AssetImporter.SourceAssetIdentifier.#ctor(UnityEngine.Object)
  name: SourceAssetIdentifier(Object)
  fullName: UnityEditor.AssetImporter.SourceAssetIdentifier.SourceAssetIdentifier(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.SourceAssetIdentifier-ctor.html
  commentId: M:UnityEditor.AssetImporter.SourceAssetIdentifier.#ctor(UnityEngine.Object)
  nameWithType: AssetImporter.SourceAssetIdentifier.SourceAssetIdentifier(Object)
  type: Constructor
- uid: UnityEditor.AssetImporter.SourceAssetIdentifier.name
  name: name
  fullName: UnityEditor.AssetImporter.SourceAssetIdentifier.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.SourceAssetIdentifier-name.html
  commentId: F:UnityEditor.AssetImporter.SourceAssetIdentifier.name
  nameWithType: AssetImporter.SourceAssetIdentifier.name
  type: Field
- uid: UnityEditor.AssetImporter.SourceAssetIdentifier.type
  name: type
  fullName: UnityEditor.AssetImporter.SourceAssetIdentifier.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter.SourceAssetIdentifier-type.html
  commentId: F:UnityEditor.AssetImporter.SourceAssetIdentifier.type
  nameWithType: AssetImporter.SourceAssetIdentifier.type
  type: Field
- uid: UnityEditor.AssetImporter.userData
  name: userData
  fullName: UnityEditor.AssetImporter.userData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetImporter-userData.html
  commentId: P:UnityEditor.AssetImporter.userData
  nameWithType: AssetImporter.userData
  type: Property
- uid: UnityEditor.AssetModificationProcessor
  name: AssetModificationProcessor
  fullName: UnityEditor.AssetModificationProcessor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetModificationProcessor.html
  commentId: T:UnityEditor.AssetModificationProcessor
  nameWithType: AssetModificationProcessor
  type: Class
- uid: UnityEditor.AssetMoveResult
  name: AssetMoveResult
  fullName: UnityEditor.AssetMoveResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetMoveResult.html
  commentId: T:UnityEditor.AssetMoveResult
  nameWithType: AssetMoveResult
  type: Enum
- uid: UnityEditor.AssetMoveResult.DidMove
  name: DidMove
  fullName: UnityEditor.AssetMoveResult.DidMove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetMoveResult.DidMove.html
  commentId: F:UnityEditor.AssetMoveResult.DidMove
  nameWithType: AssetMoveResult.DidMove
  type: Field
- uid: UnityEditor.AssetMoveResult.DidNotMove
  name: DidNotMove
  fullName: UnityEditor.AssetMoveResult.DidNotMove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetMoveResult.DidNotMove.html
  commentId: F:UnityEditor.AssetMoveResult.DidNotMove
  nameWithType: AssetMoveResult.DidNotMove
  type: Field
- uid: UnityEditor.AssetMoveResult.FailedMove
  name: FailedMove
  fullName: UnityEditor.AssetMoveResult.FailedMove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetMoveResult.FailedMove.html
  commentId: F:UnityEditor.AssetMoveResult.FailedMove
  nameWithType: AssetMoveResult.FailedMove
  type: Field
- uid: UnityEditor.AssetPostprocessor
  name: AssetPostprocessor
  fullName: UnityEditor.AssetPostprocessor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor.html
  commentId: T:UnityEditor.AssetPostprocessor
  nameWithType: AssetPostprocessor
  type: Class
- uid: UnityEditor.AssetPostprocessor.assetImporter
  name: assetImporter
  fullName: UnityEditor.AssetPostprocessor.assetImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor-assetImporter.html
  commentId: P:UnityEditor.AssetPostprocessor.assetImporter
  nameWithType: AssetPostprocessor.assetImporter
  type: Property
- uid: UnityEditor.AssetPostprocessor.assetPath
  name: assetPath
  fullName: UnityEditor.AssetPostprocessor.assetPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor-assetPath.html
  commentId: P:UnityEditor.AssetPostprocessor.assetPath
  nameWithType: AssetPostprocessor.assetPath
  type: Property
- uid: UnityEditor.AssetPostprocessor.GetPostprocessOrder
  name: GetPostprocessOrder()
  fullName: UnityEditor.AssetPostprocessor.GetPostprocessOrder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor.GetPostprocessOrder.html
  commentId: M:UnityEditor.AssetPostprocessor.GetPostprocessOrder
  nameWithType: AssetPostprocessor.GetPostprocessOrder()
  type: Method
- uid: UnityEditor.AssetPostprocessor.GetVersion
  name: GetVersion()
  fullName: UnityEditor.AssetPostprocessor.GetVersion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor.GetVersion.html
  commentId: M:UnityEditor.AssetPostprocessor.GetVersion
  nameWithType: AssetPostprocessor.GetVersion()
  type: Method
- uid: UnityEditor.AssetPostprocessor.LogError(System.String,UnityEngine.Object)
  name: LogError(string, Object)
  fullName: UnityEditor.AssetPostprocessor.LogError(string, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor.LogError.html
  commentId: M:UnityEditor.AssetPostprocessor.LogError(System.String,UnityEngine.Object)
  nameWithType: AssetPostprocessor.LogError(string, Object)
  type: Method
- uid: UnityEditor.AssetPostprocessor.LogError(System.String)
  name: LogError(string)
  fullName: UnityEditor.AssetPostprocessor.LogError(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor.LogError.html
  commentId: M:UnityEditor.AssetPostprocessor.LogError(System.String)
  nameWithType: AssetPostprocessor.LogError(string)
  type: Method
- uid: UnityEditor.AssetPostprocessor.LogWarning(System.String,UnityEngine.Object)
  name: LogWarning(string, Object)
  fullName: UnityEditor.AssetPostprocessor.LogWarning(string, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor.LogWarning.html
  commentId: M:UnityEditor.AssetPostprocessor.LogWarning(System.String,UnityEngine.Object)
  nameWithType: AssetPostprocessor.LogWarning(string, Object)
  type: Method
- uid: UnityEditor.AssetPostprocessor.LogWarning(System.String)
  name: LogWarning(string)
  fullName: UnityEditor.AssetPostprocessor.LogWarning(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor.LogWarning.html
  commentId: M:UnityEditor.AssetPostprocessor.LogWarning(System.String)
  nameWithType: AssetPostprocessor.LogWarning(string)
  type: Method
- uid: UnityEditor.AssetPostprocessor.preview
  name: preview
  fullName: UnityEditor.AssetPostprocessor.preview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPostprocessor-preview.html
  commentId: P:UnityEditor.AssetPostprocessor.preview
  nameWithType: AssetPostprocessor.preview
  type: Property
- uid: UnityEditor.AssetPreview
  name: AssetPreview
  fullName: UnityEditor.AssetPreview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPreview.html
  commentId: T:UnityEditor.AssetPreview
  nameWithType: AssetPreview
  type: Class
- uid: UnityEditor.AssetPreview.GetAssetPreview(UnityEngine.Object)
  name: GetAssetPreview(Object)
  fullName: UnityEditor.AssetPreview.GetAssetPreview(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPreview.GetAssetPreview.html
  commentId: M:UnityEditor.AssetPreview.GetAssetPreview(UnityEngine.Object)
  nameWithType: AssetPreview.GetAssetPreview(Object)
  type: Method
- uid: UnityEditor.AssetPreview.GetMiniThumbnail(UnityEngine.Object)
  name: GetMiniThumbnail(Object)
  fullName: UnityEditor.AssetPreview.GetMiniThumbnail(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPreview.GetMiniThumbnail.html
  commentId: M:UnityEditor.AssetPreview.GetMiniThumbnail(UnityEngine.Object)
  nameWithType: AssetPreview.GetMiniThumbnail(Object)
  type: Method
- uid: UnityEditor.AssetPreview.GetMiniTypeThumbnail(System.Type)
  name: GetMiniTypeThumbnail(Type)
  fullName: UnityEditor.AssetPreview.GetMiniTypeThumbnail(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPreview.GetMiniTypeThumbnail.html
  commentId: M:UnityEditor.AssetPreview.GetMiniTypeThumbnail(System.Type)
  nameWithType: AssetPreview.GetMiniTypeThumbnail(Type)
  type: Method
- uid: UnityEditor.AssetPreview.IsLoadingAssetPreview(System.Int32)
  name: IsLoadingAssetPreview(int)
  fullName: UnityEditor.AssetPreview.IsLoadingAssetPreview(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPreview.IsLoadingAssetPreview.html
  commentId: M:UnityEditor.AssetPreview.IsLoadingAssetPreview(System.Int32)
  nameWithType: AssetPreview.IsLoadingAssetPreview(int)
  type: Method
- uid: UnityEditor.AssetPreview.IsLoadingAssetPreviews
  name: IsLoadingAssetPreviews()
  fullName: UnityEditor.AssetPreview.IsLoadingAssetPreviews()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPreview.IsLoadingAssetPreviews.html
  commentId: M:UnityEditor.AssetPreview.IsLoadingAssetPreviews
  nameWithType: AssetPreview.IsLoadingAssetPreviews()
  type: Method
- uid: UnityEditor.AssetPreview.SetPreviewTextureCacheSize(System.Int32)
  name: SetPreviewTextureCacheSize(int)
  fullName: UnityEditor.AssetPreview.SetPreviewTextureCacheSize(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetPreview.SetPreviewTextureCacheSize.html
  commentId: M:UnityEditor.AssetPreview.SetPreviewTextureCacheSize(System.Int32)
  nameWithType: AssetPreview.SetPreviewTextureCacheSize(int)
  type: Method
- uid: UnityEditor.AssetsItem
  name: AssetsItem
  fullName: UnityEditor.AssetsItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem.html
  commentId: T:UnityEditor.AssetsItem
  nameWithType: AssetsItem
  type: Class
- uid: UnityEditor.AssetsItem.assetIsDir
  name: assetIsDir
  fullName: UnityEditor.AssetsItem.assetIsDir
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-assetIsDir.html
  commentId: F:UnityEditor.AssetsItem.assetIsDir
  nameWithType: AssetsItem.assetIsDir
  type: Field
- uid: UnityEditor.AssetsItem.changeFlags
  name: changeFlags
  fullName: UnityEditor.AssetsItem.changeFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-changeFlags.html
  commentId: F:UnityEditor.AssetsItem.changeFlags
  nameWithType: AssetsItem.changeFlags
  type: Field
- uid: UnityEditor.AssetsItem.enabled
  name: enabled
  fullName: UnityEditor.AssetsItem.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-enabled.html
  commentId: F:UnityEditor.AssetsItem.enabled
  nameWithType: AssetsItem.enabled
  type: Field
- uid: UnityEditor.AssetsItem.exists
  name: exists
  fullName: UnityEditor.AssetsItem.exists
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-exists.html
  commentId: F:UnityEditor.AssetsItem.exists
  nameWithType: AssetsItem.exists
  type: Field
- uid: UnityEditor.AssetsItem.exportedAssetPath
  name: exportedAssetPath
  fullName: UnityEditor.AssetsItem.exportedAssetPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-exportedAssetPath.html
  commentId: F:UnityEditor.AssetsItem.exportedAssetPath
  nameWithType: AssetsItem.exportedAssetPath
  type: Field
- uid: UnityEditor.AssetsItem.guid
  name: guid
  fullName: UnityEditor.AssetsItem.guid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-guid.html
  commentId: F:UnityEditor.AssetsItem.guid
  nameWithType: AssetsItem.guid
  type: Field
- uid: UnityEditor.AssetsItem.guidFolder
  name: guidFolder
  fullName: UnityEditor.AssetsItem.guidFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-guidFolder.html
  commentId: F:UnityEditor.AssetsItem.guidFolder
  nameWithType: AssetsItem.guidFolder
  type: Field
- uid: UnityEditor.AssetsItem.message
  name: message
  fullName: UnityEditor.AssetsItem.message
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-message.html
  commentId: F:UnityEditor.AssetsItem.message
  nameWithType: AssetsItem.message
  type: Field
- uid: UnityEditor.AssetsItem.pathName
  name: pathName
  fullName: UnityEditor.AssetsItem.pathName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-pathName.html
  commentId: F:UnityEditor.AssetsItem.pathName
  nameWithType: AssetsItem.pathName
  type: Field
- uid: UnityEditor.AssetsItem.previewPath
  name: previewPath
  fullName: UnityEditor.AssetsItem.previewPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetsItem-previewPath.html
  commentId: F:UnityEditor.AssetsItem.previewPath
  nameWithType: AssetsItem.previewPath
  type: Field
- uid: UnityEditor.AssetStatus
  name: AssetStatus
  fullName: UnityEditor.AssetStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.html
  commentId: T:UnityEditor.AssetStatus
  nameWithType: AssetStatus
  type: Enum
- uid: UnityEditor.AssetStatus.BadState
  name: BadState
  fullName: UnityEditor.AssetStatus.BadState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.BadState.html
  commentId: F:UnityEditor.AssetStatus.BadState
  nameWithType: AssetStatus.BadState
  type: Field
- uid: UnityEditor.AssetStatus.Calculating
  name: Calculating
  fullName: UnityEditor.AssetStatus.Calculating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.Calculating.html
  commentId: F:UnityEditor.AssetStatus.Calculating
  nameWithType: AssetStatus.Calculating
  type: Field
- uid: UnityEditor.AssetStatus.ClientOnly
  name: ClientOnly
  fullName: UnityEditor.AssetStatus.ClientOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.ClientOnly.html
  commentId: F:UnityEditor.AssetStatus.ClientOnly
  nameWithType: AssetStatus.ClientOnly
  type: Field
- uid: UnityEditor.AssetStatus.Conflict
  name: Conflict
  fullName: UnityEditor.AssetStatus.Conflict
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.Conflict.html
  commentId: F:UnityEditor.AssetStatus.Conflict
  nameWithType: AssetStatus.Conflict
  type: Field
- uid: UnityEditor.AssetStatus.Ignored
  name: Ignored
  fullName: UnityEditor.AssetStatus.Ignored
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.Ignored.html
  commentId: F:UnityEditor.AssetStatus.Ignored
  nameWithType: AssetStatus.Ignored
  type: Field
- uid: UnityEditor.AssetStatus.NewLocalVersion
  name: NewLocalVersion
  fullName: UnityEditor.AssetStatus.NewLocalVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.NewLocalVersion.html
  commentId: F:UnityEditor.AssetStatus.NewLocalVersion
  nameWithType: AssetStatus.NewLocalVersion
  type: Field
- uid: UnityEditor.AssetStatus.NewVersionAvailable
  name: NewVersionAvailable
  fullName: UnityEditor.AssetStatus.NewVersionAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.NewVersionAvailable.html
  commentId: F:UnityEditor.AssetStatus.NewVersionAvailable
  nameWithType: AssetStatus.NewVersionAvailable
  type: Field
- uid: UnityEditor.AssetStatus.RestoredFromTrash
  name: RestoredFromTrash
  fullName: UnityEditor.AssetStatus.RestoredFromTrash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.RestoredFromTrash.html
  commentId: F:UnityEditor.AssetStatus.RestoredFromTrash
  nameWithType: AssetStatus.RestoredFromTrash
  type: Field
- uid: UnityEditor.AssetStatus.Same
  name: Same
  fullName: UnityEditor.AssetStatus.Same
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.Same.html
  commentId: F:UnityEditor.AssetStatus.Same
  nameWithType: AssetStatus.Same
  type: Field
- uid: UnityEditor.AssetStatus.ServerOnly
  name: ServerOnly
  fullName: UnityEditor.AssetStatus.ServerOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.ServerOnly.html
  commentId: F:UnityEditor.AssetStatus.ServerOnly
  nameWithType: AssetStatus.ServerOnly
  type: Field
- uid: UnityEditor.AssetStatus.Unchanged
  name: Unchanged
  fullName: UnityEditor.AssetStatus.Unchanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStatus.Unchanged.html
  commentId: F:UnityEditor.AssetStatus.Unchanged
  nameWithType: AssetStatus.Unchanged
  type: Field
- uid: UnityEditor.AssetStoreAsset
  name: AssetStoreAsset
  fullName: UnityEditor.AssetStoreAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset.html
  commentId: T:UnityEditor.AssetStoreAsset
  nameWithType: AssetStoreAsset
  type: Class
- uid: UnityEditor.AssetStoreAsset.#ctor
  name: AssetStoreAsset()
  fullName: UnityEditor.AssetStoreAsset.AssetStoreAsset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-ctor.html
  commentId: M:UnityEditor.AssetStoreAsset.#ctor
  nameWithType: AssetStoreAsset.AssetStoreAsset()
  type: Constructor
- uid: UnityEditor.AssetStoreAsset.className
  name: className
  fullName: UnityEditor.AssetStoreAsset.className
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-className.html
  commentId: F:UnityEditor.AssetStoreAsset.className
  nameWithType: AssetStoreAsset.className
  type: Field
- uid: UnityEditor.AssetStoreAsset.displayName
  name: displayName
  fullName: UnityEditor.AssetStoreAsset.displayName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-displayName.html
  commentId: F:UnityEditor.AssetStoreAsset.displayName
  nameWithType: AssetStoreAsset.displayName
  type: Field
- uid: UnityEditor.AssetStoreAsset.Dispose
  name: Dispose()
  fullName: UnityEditor.AssetStoreAsset.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset.Dispose.html
  commentId: M:UnityEditor.AssetStoreAsset.Dispose
  nameWithType: AssetStoreAsset.Dispose()
  type: Method
- uid: UnityEditor.AssetStoreAsset.dynamicPreviewURL
  name: dynamicPreviewURL
  fullName: UnityEditor.AssetStoreAsset.dynamicPreviewURL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-dynamicPreviewURL.html
  commentId: F:UnityEditor.AssetStoreAsset.dynamicPreviewURL
  nameWithType: AssetStoreAsset.dynamicPreviewURL
  type: Field
- uid: UnityEditor.AssetStoreAsset.HasLivePreview
  name: HasLivePreview
  fullName: UnityEditor.AssetStoreAsset.HasLivePreview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset.HasLivePreview.html
  commentId: P:UnityEditor.AssetStoreAsset.HasLivePreview
  nameWithType: AssetStoreAsset.HasLivePreview
  type: Property
- uid: UnityEditor.AssetStoreAsset.id
  name: id
  fullName: UnityEditor.AssetStoreAsset.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-id.html
  commentId: F:UnityEditor.AssetStoreAsset.id
  nameWithType: AssetStoreAsset.id
  type: Field
- uid: UnityEditor.AssetStoreAsset.name
  name: name
  fullName: UnityEditor.AssetStoreAsset.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-name.html
  commentId: F:UnityEditor.AssetStoreAsset.name
  nameWithType: AssetStoreAsset.name
  type: Field
- uid: UnityEditor.AssetStoreAsset.packageID
  name: packageID
  fullName: UnityEditor.AssetStoreAsset.packageID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-packageID.html
  commentId: F:UnityEditor.AssetStoreAsset.packageID
  nameWithType: AssetStoreAsset.packageID
  type: Field
- uid: UnityEditor.AssetStoreAsset.Preview
  name: Preview
  fullName: UnityEditor.AssetStoreAsset.Preview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset.Preview.html
  commentId: P:UnityEditor.AssetStoreAsset.Preview
  nameWithType: AssetStoreAsset.Preview
  type: Property
- uid: UnityEditor.AssetStoreAsset.previewImage
  name: previewImage
  fullName: UnityEditor.AssetStoreAsset.previewImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-previewImage.html
  commentId: F:UnityEditor.AssetStoreAsset.previewImage
  nameWithType: AssetStoreAsset.previewImage
  type: Field
- uid: UnityEditor.AssetStoreAsset.price
  name: price
  fullName: UnityEditor.AssetStoreAsset.price
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-price.html
  commentId: F:UnityEditor.AssetStoreAsset.price
  nameWithType: AssetStoreAsset.price
  type: Field
- uid: UnityEditor.AssetStoreAsset.staticPreviewURL
  name: staticPreviewURL
  fullName: UnityEditor.AssetStoreAsset.staticPreviewURL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetStoreAsset-staticPreviewURL.html
  commentId: F:UnityEditor.AssetStoreAsset.staticPreviewURL
  nameWithType: AssetStoreAsset.staticPreviewURL
  type: Field
- uid: UnityEditor.Audio
  name: UnityEditor.Audio
  fullName: UnityEditor.Audio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Audio
  nameWithType: UnityEditor.Audio
  type: Namespace
- uid: UnityEditor.Audio.AudioMixerEffectPlugin
  name: AudioMixerEffectPlugin
  fullName: UnityEditor.Audio.AudioMixerEffectPlugin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerEffectPlugin.html
  commentId: T:UnityEditor.Audio.AudioMixerEffectPlugin
  nameWithType: AudioMixerEffectPlugin
  type: Class
- uid: UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatBuffer(System.String,System.Single[]@,System.Int32)
  name: GetFloatBuffer(string, out float[], int)
  fullName: UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatBuffer(string, out float[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerEffectPlugin.GetFloatBuffer.html
  commentId: M:UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatBuffer(System.String,System.Single[]@,System.Int32)
  nameWithType: AudioMixerEffectPlugin.GetFloatBuffer(string, out float[], int)
  type: Method
- uid: UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatParameter(System.String,System.Single@)
  name: GetFloatParameter(string, out float)
  fullName: UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatParameter(string, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerEffectPlugin.GetFloatParameter.html
  commentId: M:UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatParameter(System.String,System.Single@)
  nameWithType: AudioMixerEffectPlugin.GetFloatParameter(string, out float)
  type: Method
- uid: UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatParameterInfo(System.String,System.Single@,System.Single@,System.Single@)
  name: GetFloatParameterInfo(string, out float, out float, out float)
  fullName: UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatParameterInfo(string, out float, out float, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerEffectPlugin.GetFloatParameterInfo.html
  commentId: M:UnityEditor.Audio.AudioMixerEffectPlugin.GetFloatParameterInfo(System.String,System.Single@,System.Single@,System.Single@)
  nameWithType: AudioMixerEffectPlugin.GetFloatParameterInfo(string, out float, out float, out float)
  type: Method
- uid: UnityEditor.Audio.AudioMixerEffectPlugin.GetSampleRate
  name: GetSampleRate()
  fullName: UnityEditor.Audio.AudioMixerEffectPlugin.GetSampleRate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerEffectPlugin.GetSampleRate.html
  commentId: M:UnityEditor.Audio.AudioMixerEffectPlugin.GetSampleRate
  nameWithType: AudioMixerEffectPlugin.GetSampleRate()
  type: Method
- uid: UnityEditor.Audio.AudioMixerEffectPlugin.IsPluginEditableAndEnabled
  name: IsPluginEditableAndEnabled()
  fullName: UnityEditor.Audio.AudioMixerEffectPlugin.IsPluginEditableAndEnabled()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerEffectPlugin.IsPluginEditableAndEnabled.html
  commentId: M:UnityEditor.Audio.AudioMixerEffectPlugin.IsPluginEditableAndEnabled
  nameWithType: AudioMixerEffectPlugin.IsPluginEditableAndEnabled()
  type: Method
- uid: UnityEditor.Audio.AudioMixerEffectPlugin.SetFloatParameter(System.String,System.Single)
  name: SetFloatParameter(string, float)
  fullName: UnityEditor.Audio.AudioMixerEffectPlugin.SetFloatParameter(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerEffectPlugin.SetFloatParameter.html
  commentId: M:UnityEditor.Audio.AudioMixerEffectPlugin.SetFloatParameter(System.String,System.Single)
  nameWithType: AudioMixerEffectPlugin.SetFloatParameter(string, float)
  type: Method
- uid: UnityEditor.AudioCurveRendering
  name: AudioCurveRendering
  fullName: UnityEditor.AudioCurveRendering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.html
  commentId: T:UnityEditor.AudioCurveRendering
  nameWithType: AudioCurveRendering
  type: Class
- uid: UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator
  name: AudioCurveRendering.AudioCurveAndColorEvaluator
  fullName: UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.AudioCurveAndColorEvaluator.html
  commentId: T:UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator
  nameWithType: AudioCurveRendering.AudioCurveAndColorEvaluator
  type: Delegate
- uid: UnityEditor.AudioCurveRendering.AudioCurveEvaluator
  name: AudioCurveRendering.AudioCurveEvaluator
  fullName: UnityEditor.AudioCurveRendering.AudioCurveEvaluator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.AudioCurveEvaluator.html
  commentId: T:UnityEditor.AudioCurveRendering.AudioCurveEvaluator
  nameWithType: AudioCurveRendering.AudioCurveEvaluator
  type: Delegate
- uid: UnityEditor.AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator
  name: AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator
  fullName: UnityEditor.AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator.html
  commentId: T:UnityEditor.AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator
  nameWithType: AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator
  type: Delegate
- uid: UnityEditor.AudioCurveRendering.BeginCurveFrame(UnityEngine.Rect)
  name: BeginCurveFrame(Rect)
  fullName: UnityEditor.AudioCurveRendering.BeginCurveFrame(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.BeginCurveFrame.html
  commentId: M:UnityEditor.AudioCurveRendering.BeginCurveFrame(UnityEngine.Rect)
  nameWithType: AudioCurveRendering.BeginCurveFrame(Rect)
  type: Method
- uid: UnityEditor.AudioCurveRendering.DrawCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioCurveEvaluator,UnityEngine.Color)
  name: DrawCurve(Rect, AudioCurveEvaluator, Color)
  fullName: UnityEditor.AudioCurveRendering.DrawCurve(UnityEngine.Rect, UnityEditor.AudioCurveRendering.AudioCurveEvaluator, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.DrawCurve.html
  commentId: M:UnityEditor.AudioCurveRendering.DrawCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioCurveEvaluator,UnityEngine.Color)
  nameWithType: AudioCurveRendering.DrawCurve(Rect, AudioCurveRendering.AudioCurveEvaluator, Color)
  type: Method
- uid: UnityEditor.AudioCurveRendering.DrawCurveBackground(UnityEngine.Rect)
  name: DrawCurveBackground(Rect)
  fullName: UnityEditor.AudioCurveRendering.DrawCurveBackground(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.DrawCurveBackground.html
  commentId: M:UnityEditor.AudioCurveRendering.DrawCurveBackground(UnityEngine.Rect)
  nameWithType: AudioCurveRendering.DrawCurveBackground(Rect)
  type: Method
- uid: UnityEditor.AudioCurveRendering.DrawCurveFrame(UnityEngine.Rect)
  name: DrawCurveFrame(Rect)
  fullName: UnityEditor.AudioCurveRendering.DrawCurveFrame(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.DrawCurveFrame.html
  commentId: M:UnityEditor.AudioCurveRendering.DrawCurveFrame(UnityEngine.Rect)
  nameWithType: AudioCurveRendering.DrawCurveFrame(Rect)
  type: Method
- uid: UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator)
  name: DrawFilledCurve(Rect, AudioCurveAndColorEvaluator)
  fullName: UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect, UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.DrawFilledCurve.html
  commentId: M:UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator)
  nameWithType: AudioCurveRendering.DrawFilledCurve(Rect, AudioCurveRendering.AudioCurveAndColorEvaluator)
  type: Method
- uid: UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioCurveEvaluator,UnityEngine.Color)
  name: DrawFilledCurve(Rect, AudioCurveEvaluator, Color)
  fullName: UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect, UnityEditor.AudioCurveRendering.AudioCurveEvaluator, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.DrawFilledCurve.html
  commentId: M:UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioCurveEvaluator,UnityEngine.Color)
  nameWithType: AudioCurveRendering.DrawFilledCurve(Rect, AudioCurveRendering.AudioCurveEvaluator, Color)
  type: Method
- uid: UnityEditor.AudioCurveRendering.DrawGradientRect(UnityEngine.Rect,UnityEngine.Color,UnityEngine.Color,System.Single,System.Boolean)
  name: DrawGradientRect(Rect, Color, Color, float, bool)
  fullName: UnityEditor.AudioCurveRendering.DrawGradientRect(UnityEngine.Rect, UnityEngine.Color, UnityEngine.Color, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.DrawGradientRect.html
  commentId: M:UnityEditor.AudioCurveRendering.DrawGradientRect(UnityEngine.Rect,UnityEngine.Color,UnityEngine.Color,System.Single,System.Boolean)
  nameWithType: AudioCurveRendering.DrawGradientRect(Rect, Color, Color, float, bool)
  type: Method
- uid: UnityEditor.AudioCurveRendering.DrawMinMaxFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator)
  name: DrawMinMaxFilledCurve(Rect, AudioMinMaxCurveAndColorEvaluator)
  fullName: UnityEditor.AudioCurveRendering.DrawMinMaxFilledCurve(UnityEngine.Rect, UnityEditor.AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.DrawMinMaxFilledCurve.html
  commentId: M:UnityEditor.AudioCurveRendering.DrawMinMaxFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator)
  nameWithType: AudioCurveRendering.DrawMinMaxFilledCurve(Rect, AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator)
  type: Method
- uid: UnityEditor.AudioCurveRendering.DrawSymmetricFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator)
  name: DrawSymmetricFilledCurve(Rect, AudioCurveAndColorEvaluator)
  fullName: UnityEditor.AudioCurveRendering.DrawSymmetricFilledCurve(UnityEngine.Rect, UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.DrawSymmetricFilledCurve.html
  commentId: M:UnityEditor.AudioCurveRendering.DrawSymmetricFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator)
  nameWithType: AudioCurveRendering.DrawSymmetricFilledCurve(Rect, AudioCurveRendering.AudioCurveAndColorEvaluator)
  type: Method
- uid: UnityEditor.AudioCurveRendering.EndCurveFrame
  name: EndCurveFrame()
  fullName: UnityEditor.AudioCurveRendering.EndCurveFrame()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering.EndCurveFrame.html
  commentId: M:UnityEditor.AudioCurveRendering.EndCurveFrame
  nameWithType: AudioCurveRendering.EndCurveFrame()
  type: Method
- uid: UnityEditor.AudioCurveRendering.kAudioOrange
  name: kAudioOrange
  fullName: UnityEditor.AudioCurveRendering.kAudioOrange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCurveRendering-kAudioOrange.html
  commentId: F:UnityEditor.AudioCurveRendering.kAudioOrange
  nameWithType: AudioCurveRendering.kAudioOrange
  type: Field
- uid: UnityEditor.AudioImporter
  name: AudioImporter
  fullName: UnityEditor.AudioImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter.html
  commentId: T:UnityEditor.AudioImporter
  nameWithType: AudioImporter
  type: Class
- uid: UnityEditor.AudioImporter.ambisonic
  name: ambisonic
  fullName: UnityEditor.AudioImporter.ambisonic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-ambisonic.html
  commentId: P:UnityEditor.AudioImporter.ambisonic
  nameWithType: AudioImporter.ambisonic
  type: Property
- uid: UnityEditor.AudioImporter.channels
  name: channels
  fullName: UnityEditor.AudioImporter.channels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-channels.html
  commentId: P:UnityEditor.AudioImporter.channels
  nameWithType: AudioImporter.channels
  type: Property
- uid: UnityEditor.AudioImporter.ClearSampleSettingOverride(System.String)
  name: ClearSampleSettingOverride(string)
  fullName: UnityEditor.AudioImporter.ClearSampleSettingOverride(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter.ClearSampleSettingOverride.html
  commentId: M:UnityEditor.AudioImporter.ClearSampleSettingOverride(System.String)
  nameWithType: AudioImporter.ClearSampleSettingOverride(string)
  type: Method
- uid: UnityEditor.AudioImporter.compressionBitrate
  name: compressionBitrate
  fullName: UnityEditor.AudioImporter.compressionBitrate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-compressionBitrate.html
  commentId: P:UnityEditor.AudioImporter.compressionBitrate
  nameWithType: AudioImporter.compressionBitrate
  type: Property
- uid: UnityEditor.AudioImporter.ContainsSampleSettingsOverride(System.String)
  name: ContainsSampleSettingsOverride(string)
  fullName: UnityEditor.AudioImporter.ContainsSampleSettingsOverride(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter.ContainsSampleSettingsOverride.html
  commentId: M:UnityEditor.AudioImporter.ContainsSampleSettingsOverride(System.String)
  nameWithType: AudioImporter.ContainsSampleSettingsOverride(string)
  type: Method
- uid: UnityEditor.AudioImporter.defaultSampleSettings
  name: defaultSampleSettings
  fullName: UnityEditor.AudioImporter.defaultSampleSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-defaultSampleSettings.html
  commentId: P:UnityEditor.AudioImporter.defaultSampleSettings
  nameWithType: AudioImporter.defaultSampleSettings
  type: Property
- uid: UnityEditor.AudioImporter.forceToMono
  name: forceToMono
  fullName: UnityEditor.AudioImporter.forceToMono
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-forceToMono.html
  commentId: P:UnityEditor.AudioImporter.forceToMono
  nameWithType: AudioImporter.forceToMono
  type: Property
- uid: UnityEditor.AudioImporter.GetOverrideSampleSettings(System.String)
  name: GetOverrideSampleSettings(string)
  fullName: UnityEditor.AudioImporter.GetOverrideSampleSettings(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter.GetOverrideSampleSettings.html
  commentId: M:UnityEditor.AudioImporter.GetOverrideSampleSettings(System.String)
  nameWithType: AudioImporter.GetOverrideSampleSettings(string)
  type: Method
- uid: UnityEditor.AudioImporter.hardware
  name: hardware
  fullName: UnityEditor.AudioImporter.hardware
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-hardware.html
  commentId: P:UnityEditor.AudioImporter.hardware
  nameWithType: AudioImporter.hardware
  type: Property
- uid: UnityEditor.AudioImporter.loadInBackground
  name: loadInBackground
  fullName: UnityEditor.AudioImporter.loadInBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-loadInBackground.html
  commentId: P:UnityEditor.AudioImporter.loadInBackground
  nameWithType: AudioImporter.loadInBackground
  type: Property
- uid: UnityEditor.AudioImporter.loopable
  name: loopable
  fullName: UnityEditor.AudioImporter.loopable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-loopable.html
  commentId: P:UnityEditor.AudioImporter.loopable
  nameWithType: AudioImporter.loopable
  type: Property
- uid: UnityEditor.AudioImporter.preloadAudioData
  name: preloadAudioData
  fullName: UnityEditor.AudioImporter.preloadAudioData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-preloadAudioData.html
  commentId: P:UnityEditor.AudioImporter.preloadAudioData
  nameWithType: AudioImporter.preloadAudioData
  type: Property
- uid: UnityEditor.AudioImporter.SetOverrideSampleSettings(System.String,UnityEditor.AudioImporterSampleSettings)
  name: SetOverrideSampleSettings(string, AudioImporterSampleSettings)
  fullName: UnityEditor.AudioImporter.SetOverrideSampleSettings(string, UnityEditor.AudioImporterSampleSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter.SetOverrideSampleSettings.html
  commentId: M:UnityEditor.AudioImporter.SetOverrideSampleSettings(System.String,UnityEditor.AudioImporterSampleSettings)
  nameWithType: AudioImporter.SetOverrideSampleSettings(string, AudioImporterSampleSettings)
  type: Method
- uid: UnityEditor.AudioImporter.threeD
  name: threeD
  fullName: UnityEditor.AudioImporter.threeD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporter-threeD.html
  commentId: P:UnityEditor.AudioImporter.threeD
  nameWithType: AudioImporter.threeD
  type: Property
- uid: UnityEditor.AudioImporterChannels
  name: AudioImporterChannels
  fullName: UnityEditor.AudioImporterChannels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterChannels.html
  commentId: T:UnityEditor.AudioImporterChannels
  nameWithType: AudioImporterChannels
  type: Enum
- uid: UnityEditor.AudioImporterChannels.Automatic
  name: Automatic
  fullName: UnityEditor.AudioImporterChannels.Automatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterChannels.Automatic.html
  commentId: F:UnityEditor.AudioImporterChannels.Automatic
  nameWithType: AudioImporterChannels.Automatic
  type: Field
- uid: UnityEditor.AudioImporterChannels.Mono
  name: Mono
  fullName: UnityEditor.AudioImporterChannels.Mono
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterChannels.Mono.html
  commentId: F:UnityEditor.AudioImporterChannels.Mono
  nameWithType: AudioImporterChannels.Mono
  type: Field
- uid: UnityEditor.AudioImporterChannels.Stereo
  name: Stereo
  fullName: UnityEditor.AudioImporterChannels.Stereo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterChannels.Stereo.html
  commentId: F:UnityEditor.AudioImporterChannels.Stereo
  nameWithType: AudioImporterChannels.Stereo
  type: Field
- uid: UnityEditor.AudioImporterSampleSettings
  name: AudioImporterSampleSettings
  fullName: UnityEditor.AudioImporterSampleSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterSampleSettings.html
  commentId: T:UnityEditor.AudioImporterSampleSettings
  nameWithType: AudioImporterSampleSettings
  type: Struct
- uid: UnityEditor.AudioImporterSampleSettings.compressionFormat
  name: compressionFormat
  fullName: UnityEditor.AudioImporterSampleSettings.compressionFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterSampleSettings-compressionFormat.html
  commentId: F:UnityEditor.AudioImporterSampleSettings.compressionFormat
  nameWithType: AudioImporterSampleSettings.compressionFormat
  type: Field
- uid: UnityEditor.AudioImporterSampleSettings.conversionMode
  name: conversionMode
  fullName: UnityEditor.AudioImporterSampleSettings.conversionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterSampleSettings-conversionMode.html
  commentId: F:UnityEditor.AudioImporterSampleSettings.conversionMode
  nameWithType: AudioImporterSampleSettings.conversionMode
  type: Field
- uid: UnityEditor.AudioImporterSampleSettings.loadType
  name: loadType
  fullName: UnityEditor.AudioImporterSampleSettings.loadType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterSampleSettings-loadType.html
  commentId: F:UnityEditor.AudioImporterSampleSettings.loadType
  nameWithType: AudioImporterSampleSettings.loadType
  type: Field
- uid: UnityEditor.AudioImporterSampleSettings.quality
  name: quality
  fullName: UnityEditor.AudioImporterSampleSettings.quality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterSampleSettings-quality.html
  commentId: F:UnityEditor.AudioImporterSampleSettings.quality
  nameWithType: AudioImporterSampleSettings.quality
  type: Field
- uid: UnityEditor.AudioImporterSampleSettings.sampleRateOverride
  name: sampleRateOverride
  fullName: UnityEditor.AudioImporterSampleSettings.sampleRateOverride
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterSampleSettings-sampleRateOverride.html
  commentId: F:UnityEditor.AudioImporterSampleSettings.sampleRateOverride
  nameWithType: AudioImporterSampleSettings.sampleRateOverride
  type: Field
- uid: UnityEditor.AudioImporterSampleSettings.sampleRateSetting
  name: sampleRateSetting
  fullName: UnityEditor.AudioImporterSampleSettings.sampleRateSetting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioImporterSampleSettings-sampleRateSetting.html
  commentId: F:UnityEditor.AudioImporterSampleSettings.sampleRateSetting
  nameWithType: AudioImporterSampleSettings.sampleRateSetting
  type: Field
- uid: UnityEditor.AudioSampleRateSetting
  name: AudioSampleRateSetting
  fullName: UnityEditor.AudioSampleRateSetting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSampleRateSetting.html
  commentId: T:UnityEditor.AudioSampleRateSetting
  nameWithType: AudioSampleRateSetting
  type: Enum
- uid: UnityEditor.AudioSampleRateSetting.OptimizeSampleRate
  name: OptimizeSampleRate
  fullName: UnityEditor.AudioSampleRateSetting.OptimizeSampleRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSampleRateSetting.OptimizeSampleRate.html
  commentId: F:UnityEditor.AudioSampleRateSetting.OptimizeSampleRate
  nameWithType: AudioSampleRateSetting.OptimizeSampleRate
  type: Field
- uid: UnityEditor.AudioSampleRateSetting.OverrideSampleRate
  name: OverrideSampleRate
  fullName: UnityEditor.AudioSampleRateSetting.OverrideSampleRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSampleRateSetting.OverrideSampleRate.html
  commentId: F:UnityEditor.AudioSampleRateSetting.OverrideSampleRate
  nameWithType: AudioSampleRateSetting.OverrideSampleRate
  type: Field
- uid: UnityEditor.AudioSampleRateSetting.PreserveSampleRate
  name: PreserveSampleRate
  fullName: UnityEditor.AudioSampleRateSetting.PreserveSampleRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSampleRateSetting.PreserveSampleRate.html
  commentId: F:UnityEditor.AudioSampleRateSetting.PreserveSampleRate
  nameWithType: AudioSampleRateSetting.PreserveSampleRate
  type: Field
- uid: UnityEditor.BaseHierarchySort
  name: BaseHierarchySort
  fullName: UnityEditor.BaseHierarchySort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BaseHierarchySort.html
  commentId: T:UnityEditor.BaseHierarchySort
  nameWithType: BaseHierarchySort
  type: Class
- uid: UnityEditor.BaseHierarchySort.Compare(UnityEngine.GameObject,UnityEngine.GameObject)
  name: Compare(GameObject, GameObject)
  fullName: UnityEditor.BaseHierarchySort.Compare(UnityEngine.GameObject, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BaseHierarchySort.Compare.html
  commentId: M:UnityEditor.BaseHierarchySort.Compare(UnityEngine.GameObject,UnityEngine.GameObject)
  nameWithType: BaseHierarchySort.Compare(GameObject, GameObject)
  type: Method
- uid: UnityEditor.BaseHierarchySort.content
  name: content
  fullName: UnityEditor.BaseHierarchySort.content
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BaseHierarchySort-content.html
  commentId: P:UnityEditor.BaseHierarchySort.content
  nameWithType: BaseHierarchySort.content
  type: Property
- uid: UnityEditor.BodyPart
  name: BodyPart
  fullName: UnityEditor.BodyPart
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.html
  commentId: T:UnityEditor.BodyPart
  nameWithType: BodyPart
  type: Enum
- uid: UnityEditor.BodyPart.Avatar
  name: Avatar
  fullName: UnityEditor.BodyPart.Avatar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.Avatar.html
  commentId: F:UnityEditor.BodyPart.Avatar
  nameWithType: BodyPart.Avatar
  type: Field
- uid: UnityEditor.BodyPart.Body
  name: Body
  fullName: UnityEditor.BodyPart.Body
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.Body.html
  commentId: F:UnityEditor.BodyPart.Body
  nameWithType: BodyPart.Body
  type: Field
- uid: UnityEditor.BodyPart.Head
  name: Head
  fullName: UnityEditor.BodyPart.Head
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.Head.html
  commentId: F:UnityEditor.BodyPart.Head
  nameWithType: BodyPart.Head
  type: Field
- uid: UnityEditor.BodyPart.Last
  name: Last
  fullName: UnityEditor.BodyPart.Last
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.Last.html
  commentId: F:UnityEditor.BodyPart.Last
  nameWithType: BodyPart.Last
  type: Field
- uid: UnityEditor.BodyPart.LeftArm
  name: LeftArm
  fullName: UnityEditor.BodyPart.LeftArm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.LeftArm.html
  commentId: F:UnityEditor.BodyPart.LeftArm
  nameWithType: BodyPart.LeftArm
  type: Field
- uid: UnityEditor.BodyPart.LeftFingers
  name: LeftFingers
  fullName: UnityEditor.BodyPart.LeftFingers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.LeftFingers.html
  commentId: F:UnityEditor.BodyPart.LeftFingers
  nameWithType: BodyPart.LeftFingers
  type: Field
- uid: UnityEditor.BodyPart.LeftLeg
  name: LeftLeg
  fullName: UnityEditor.BodyPart.LeftLeg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.LeftLeg.html
  commentId: F:UnityEditor.BodyPart.LeftLeg
  nameWithType: BodyPart.LeftLeg
  type: Field
- uid: UnityEditor.BodyPart.None
  name: None
  fullName: UnityEditor.BodyPart.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.None.html
  commentId: F:UnityEditor.BodyPart.None
  nameWithType: BodyPart.None
  type: Field
- uid: UnityEditor.BodyPart.RightArm
  name: RightArm
  fullName: UnityEditor.BodyPart.RightArm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.RightArm.html
  commentId: F:UnityEditor.BodyPart.RightArm
  nameWithType: BodyPart.RightArm
  type: Field
- uid: UnityEditor.BodyPart.RightFingers
  name: RightFingers
  fullName: UnityEditor.BodyPart.RightFingers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.RightFingers.html
  commentId: F:UnityEditor.BodyPart.RightFingers
  nameWithType: BodyPart.RightFingers
  type: Field
- uid: UnityEditor.BodyPart.RightLeg
  name: RightLeg
  fullName: UnityEditor.BodyPart.RightLeg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BodyPart.RightLeg.html
  commentId: F:UnityEditor.BodyPart.RightLeg
  nameWithType: BodyPart.RightLeg
  type: Field
- uid: UnityEditor.BoneState
  name: BoneState
  fullName: UnityEditor.BoneState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneState.html
  commentId: T:UnityEditor.BoneState
  nameWithType: BoneState
  type: Enum
- uid: UnityEditor.BoneState.BoneLenghtIsZero
  name: BoneLenghtIsZero
  fullName: UnityEditor.BoneState.BoneLenghtIsZero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneState.BoneLenghtIsZero.html
  commentId: F:UnityEditor.BoneState.BoneLenghtIsZero
  nameWithType: BoneState.BoneLenghtIsZero
  type: Field
- uid: UnityEditor.BoneState.Duplicate
  name: Duplicate
  fullName: UnityEditor.BoneState.Duplicate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneState.Duplicate.html
  commentId: F:UnityEditor.BoneState.Duplicate
  nameWithType: BoneState.Duplicate
  type: Field
- uid: UnityEditor.BoneState.InvalidHierarchy
  name: InvalidHierarchy
  fullName: UnityEditor.BoneState.InvalidHierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneState.InvalidHierarchy.html
  commentId: F:UnityEditor.BoneState.InvalidHierarchy
  nameWithType: BoneState.InvalidHierarchy
  type: Field
- uid: UnityEditor.BoneState.None
  name: None
  fullName: UnityEditor.BoneState.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneState.None.html
  commentId: F:UnityEditor.BoneState.None
  nameWithType: BoneState.None
  type: Field
- uid: UnityEditor.BoneState.NotFound
  name: NotFound
  fullName: UnityEditor.BoneState.NotFound
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneState.NotFound.html
  commentId: F:UnityEditor.BoneState.NotFound
  nameWithType: BoneState.NotFound
  type: Field
- uid: UnityEditor.BoneState.Valid
  name: Valid
  fullName: UnityEditor.BoneState.Valid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneState.Valid.html
  commentId: F:UnityEditor.BoneState.Valid
  nameWithType: BoneState.Valid
  type: Field
- uid: UnityEditor.Build
  name: UnityEditor.Build
  fullName: UnityEditor.Build
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Build
  nameWithType: UnityEditor.Build
  type: Namespace
- uid: UnityEditor.Build.BuildFailedException
  name: BuildFailedException
  fullName: UnityEditor.Build.BuildFailedException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.BuildFailedException.html
  commentId: T:UnityEditor.Build.BuildFailedException
  nameWithType: BuildFailedException
  type: Class
- uid: UnityEditor.Build.BuildFailedException.#ctor(System.Exception)
  name: BuildFailedException(Exception)
  fullName: UnityEditor.Build.BuildFailedException.BuildFailedException(System.Exception)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.BuildFailedException-ctor.html
  commentId: M:UnityEditor.Build.BuildFailedException.#ctor(System.Exception)
  nameWithType: BuildFailedException.BuildFailedException(Exception)
  type: Constructor
- uid: UnityEditor.Build.BuildFailedException.#ctor(System.String)
  name: BuildFailedException(string)
  fullName: UnityEditor.Build.BuildFailedException.BuildFailedException(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.BuildFailedException-ctor.html
  commentId: M:UnityEditor.Build.BuildFailedException.#ctor(System.String)
  nameWithType: BuildFailedException.BuildFailedException(string)
  type: Constructor
- uid: UnityEditor.Build.IActiveBuildTargetChanged
  name: IActiveBuildTargetChanged
  fullName: UnityEditor.Build.IActiveBuildTargetChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IActiveBuildTargetChanged.html
  commentId: T:UnityEditor.Build.IActiveBuildTargetChanged
  nameWithType: IActiveBuildTargetChanged
  type: Interface
- uid: UnityEditor.Build.IActiveBuildTargetChanged.OnActiveBuildTargetChanged(UnityEditor.BuildTarget,UnityEditor.BuildTarget)
  name: OnActiveBuildTargetChanged(BuildTarget, BuildTarget)
  fullName: UnityEditor.Build.IActiveBuildTargetChanged.OnActiveBuildTargetChanged(UnityEditor.BuildTarget, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IActiveBuildTargetChanged.OnActiveBuildTargetChanged.html
  commentId: M:UnityEditor.Build.IActiveBuildTargetChanged.OnActiveBuildTargetChanged(UnityEditor.BuildTarget,UnityEditor.BuildTarget)
  nameWithType: IActiveBuildTargetChanged.OnActiveBuildTargetChanged(BuildTarget, BuildTarget)
  type: Method
- uid: UnityEditor.Build.IOrderedCallback
  name: IOrderedCallback
  fullName: UnityEditor.Build.IOrderedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IOrderedCallback.html
  commentId: T:UnityEditor.Build.IOrderedCallback
  nameWithType: IOrderedCallback
  type: Interface
- uid: UnityEditor.Build.IOrderedCallback.callbackOrder
  name: callbackOrder
  fullName: UnityEditor.Build.IOrderedCallback.callbackOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IOrderedCallback-callbackOrder.html
  commentId: P:UnityEditor.Build.IOrderedCallback.callbackOrder
  nameWithType: IOrderedCallback.callbackOrder
  type: Property
- uid: UnityEditor.Build.IPostprocessBuild
  name: IPostprocessBuild
  fullName: UnityEditor.Build.IPostprocessBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IPostprocessBuild.html
  commentId: T:UnityEditor.Build.IPostprocessBuild
  nameWithType: IPostprocessBuild
  type: Interface
- uid: UnityEditor.Build.IPostprocessBuild.OnPostprocessBuild(UnityEditor.BuildTarget,System.String)
  name: OnPostprocessBuild(BuildTarget, string)
  fullName: UnityEditor.Build.IPostprocessBuild.OnPostprocessBuild(UnityEditor.BuildTarget, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IPostprocessBuild.OnPostprocessBuild.html
  commentId: M:UnityEditor.Build.IPostprocessBuild.OnPostprocessBuild(UnityEditor.BuildTarget,System.String)
  nameWithType: IPostprocessBuild.OnPostprocessBuild(BuildTarget, string)
  type: Method
- uid: UnityEditor.Build.IPreprocessBuild
  name: IPreprocessBuild
  fullName: UnityEditor.Build.IPreprocessBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IPreprocessBuild.html
  commentId: T:UnityEditor.Build.IPreprocessBuild
  nameWithType: IPreprocessBuild
  type: Interface
- uid: UnityEditor.Build.IPreprocessBuild.OnPreprocessBuild(UnityEditor.BuildTarget,System.String)
  name: OnPreprocessBuild(BuildTarget, string)
  fullName: UnityEditor.Build.IPreprocessBuild.OnPreprocessBuild(UnityEditor.BuildTarget, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IPreprocessBuild.OnPreprocessBuild.html
  commentId: M:UnityEditor.Build.IPreprocessBuild.OnPreprocessBuild(UnityEditor.BuildTarget,System.String)
  nameWithType: IPreprocessBuild.OnPreprocessBuild(BuildTarget, string)
  type: Method
- uid: UnityEditor.Build.IProcessScene
  name: IProcessScene
  fullName: UnityEditor.Build.IProcessScene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IProcessScene.html
  commentId: T:UnityEditor.Build.IProcessScene
  nameWithType: IProcessScene
  type: Interface
- uid: UnityEditor.Build.IProcessScene.OnProcessScene(UnityEngine.SceneManagement.Scene)
  name: OnProcessScene(Scene)
  fullName: UnityEditor.Build.IProcessScene.OnProcessScene(UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Build.IProcessScene.OnProcessScene.html
  commentId: M:UnityEditor.Build.IProcessScene.OnProcessScene(UnityEngine.SceneManagement.Scene)
  nameWithType: IProcessScene.OnProcessScene(Scene)
  type: Method
- uid: UnityEditor.BuildAssetBundleOptions
  name: BuildAssetBundleOptions
  fullName: UnityEditor.BuildAssetBundleOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.html
  commentId: T:UnityEditor.BuildAssetBundleOptions
  nameWithType: BuildAssetBundleOptions
  type: Enum
- uid: UnityEditor.BuildAssetBundleOptions.AppendHashToAssetBundleName
  name: AppendHashToAssetBundleName
  fullName: UnityEditor.BuildAssetBundleOptions.AppendHashToAssetBundleName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.AppendHashToAssetBundleName.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.AppendHashToAssetBundleName
  nameWithType: BuildAssetBundleOptions.AppendHashToAssetBundleName
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.ChunkBasedCompression
  name: ChunkBasedCompression
  fullName: UnityEditor.BuildAssetBundleOptions.ChunkBasedCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.ChunkBasedCompression.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.ChunkBasedCompression
  nameWithType: BuildAssetBundleOptions.ChunkBasedCompression
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.CollectDependencies
  name: CollectDependencies
  fullName: UnityEditor.BuildAssetBundleOptions.CollectDependencies
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.CollectDependencies.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.CollectDependencies
  nameWithType: BuildAssetBundleOptions.CollectDependencies
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.CompleteAssets
  name: CompleteAssets
  fullName: UnityEditor.BuildAssetBundleOptions.CompleteAssets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.CompleteAssets.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.CompleteAssets
  nameWithType: BuildAssetBundleOptions.CompleteAssets
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.DeterministicAssetBundle
  name: DeterministicAssetBundle
  fullName: UnityEditor.BuildAssetBundleOptions.DeterministicAssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.DeterministicAssetBundle.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.DeterministicAssetBundle
  nameWithType: BuildAssetBundleOptions.DeterministicAssetBundle
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.DisableLoadAssetByFileName
  name: DisableLoadAssetByFileName
  fullName: UnityEditor.BuildAssetBundleOptions.DisableLoadAssetByFileName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.DisableLoadAssetByFileName.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.DisableLoadAssetByFileName
  nameWithType: BuildAssetBundleOptions.DisableLoadAssetByFileName
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.DisableLoadAssetByFileNameWithExtension
  name: DisableLoadAssetByFileNameWithExtension
  fullName: UnityEditor.BuildAssetBundleOptions.DisableLoadAssetByFileNameWithExtension
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.DisableLoadAssetByFileNameWithExtension.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.DisableLoadAssetByFileNameWithExtension
  nameWithType: BuildAssetBundleOptions.DisableLoadAssetByFileNameWithExtension
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.DisableWriteTypeTree
  name: DisableWriteTypeTree
  fullName: UnityEditor.BuildAssetBundleOptions.DisableWriteTypeTree
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.DisableWriteTypeTree.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.DisableWriteTypeTree
  nameWithType: BuildAssetBundleOptions.DisableWriteTypeTree
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.DryRunBuild
  name: DryRunBuild
  fullName: UnityEditor.BuildAssetBundleOptions.DryRunBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.DryRunBuild.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.DryRunBuild
  nameWithType: BuildAssetBundleOptions.DryRunBuild
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.ForceRebuildAssetBundle
  name: ForceRebuildAssetBundle
  fullName: UnityEditor.BuildAssetBundleOptions.ForceRebuildAssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.ForceRebuildAssetBundle.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.ForceRebuildAssetBundle
  nameWithType: BuildAssetBundleOptions.ForceRebuildAssetBundle
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.IgnoreTypeTreeChanges
  name: IgnoreTypeTreeChanges
  fullName: UnityEditor.BuildAssetBundleOptions.IgnoreTypeTreeChanges
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.IgnoreTypeTreeChanges.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.IgnoreTypeTreeChanges
  nameWithType: BuildAssetBundleOptions.IgnoreTypeTreeChanges
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.None
  name: None
  fullName: UnityEditor.BuildAssetBundleOptions.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.None.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.None
  nameWithType: BuildAssetBundleOptions.None
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.StrictMode
  name: StrictMode
  fullName: UnityEditor.BuildAssetBundleOptions.StrictMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.StrictMode.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.StrictMode
  nameWithType: BuildAssetBundleOptions.StrictMode
  type: Field
- uid: UnityEditor.BuildAssetBundleOptions.UncompressedAssetBundle
  name: UncompressedAssetBundle
  fullName: UnityEditor.BuildAssetBundleOptions.UncompressedAssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildAssetBundleOptions.UncompressedAssetBundle.html
  commentId: F:UnityEditor.BuildAssetBundleOptions.UncompressedAssetBundle
  nameWithType: BuildAssetBundleOptions.UncompressedAssetBundle
  type: Field
- uid: UnityEditor.BuildOptions
  name: BuildOptions
  fullName: UnityEditor.BuildOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.html
  commentId: T:UnityEditor.BuildOptions
  nameWithType: BuildOptions
  type: Enum
- uid: UnityEditor.BuildOptions.AcceptExternalModificationsToPlayer
  name: AcceptExternalModificationsToPlayer
  fullName: UnityEditor.BuildOptions.AcceptExternalModificationsToPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.AcceptExternalModificationsToPlayer.html
  commentId: F:UnityEditor.BuildOptions.AcceptExternalModificationsToPlayer
  nameWithType: BuildOptions.AcceptExternalModificationsToPlayer
  type: Field
- uid: UnityEditor.BuildOptions.AllowDebugging
  name: AllowDebugging
  fullName: UnityEditor.BuildOptions.AllowDebugging
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.AllowDebugging.html
  commentId: F:UnityEditor.BuildOptions.AllowDebugging
  nameWithType: BuildOptions.AllowDebugging
  type: Field
- uid: UnityEditor.BuildOptions.AutoRunPlayer
  name: AutoRunPlayer
  fullName: UnityEditor.BuildOptions.AutoRunPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.AutoRunPlayer.html
  commentId: F:UnityEditor.BuildOptions.AutoRunPlayer
  nameWithType: BuildOptions.AutoRunPlayer
  type: Field
- uid: UnityEditor.BuildOptions.BuildAdditionalStreamedScenes
  name: BuildAdditionalStreamedScenes
  fullName: UnityEditor.BuildOptions.BuildAdditionalStreamedScenes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.BuildAdditionalStreamedScenes.html
  commentId: F:UnityEditor.BuildOptions.BuildAdditionalStreamedScenes
  nameWithType: BuildOptions.BuildAdditionalStreamedScenes
  type: Field
- uid: UnityEditor.BuildOptions.BuildScriptsOnly
  name: BuildScriptsOnly
  fullName: UnityEditor.BuildOptions.BuildScriptsOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.BuildScriptsOnly.html
  commentId: F:UnityEditor.BuildOptions.BuildScriptsOnly
  nameWithType: BuildOptions.BuildScriptsOnly
  type: Field
- uid: UnityEditor.BuildOptions.CompressTextures
  name: CompressTextures
  fullName: UnityEditor.BuildOptions.CompressTextures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.CompressTextures.html
  commentId: F:UnityEditor.BuildOptions.CompressTextures
  nameWithType: BuildOptions.CompressTextures
  type: Field
- uid: UnityEditor.BuildOptions.CompressWithLz4
  name: CompressWithLz4
  fullName: UnityEditor.BuildOptions.CompressWithLz4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.CompressWithLz4.html
  commentId: F:UnityEditor.BuildOptions.CompressWithLz4
  nameWithType: BuildOptions.CompressWithLz4
  type: Field
- uid: UnityEditor.BuildOptions.CompressWithLz4HC
  name: CompressWithLz4HC
  fullName: UnityEditor.BuildOptions.CompressWithLz4HC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.CompressWithLz4HC.html
  commentId: F:UnityEditor.BuildOptions.CompressWithLz4HC
  nameWithType: BuildOptions.CompressWithLz4HC
  type: Field
- uid: UnityEditor.BuildOptions.ComputeCRC
  name: ComputeCRC
  fullName: UnityEditor.BuildOptions.ComputeCRC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.ComputeCRC.html
  commentId: F:UnityEditor.BuildOptions.ComputeCRC
  nameWithType: BuildOptions.ComputeCRC
  type: Field
- uid: UnityEditor.BuildOptions.ConnectToHost
  name: ConnectToHost
  fullName: UnityEditor.BuildOptions.ConnectToHost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.ConnectToHost.html
  commentId: F:UnityEditor.BuildOptions.ConnectToHost
  nameWithType: BuildOptions.ConnectToHost
  type: Field
- uid: UnityEditor.BuildOptions.ConnectWithProfiler
  name: ConnectWithProfiler
  fullName: UnityEditor.BuildOptions.ConnectWithProfiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.ConnectWithProfiler.html
  commentId: F:UnityEditor.BuildOptions.ConnectWithProfiler
  nameWithType: BuildOptions.ConnectWithProfiler
  type: Field
- uid: UnityEditor.BuildOptions.Development
  name: Development
  fullName: UnityEditor.BuildOptions.Development
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.Development.html
  commentId: F:UnityEditor.BuildOptions.Development
  nameWithType: BuildOptions.Development
  type: Field
- uid: UnityEditor.BuildOptions.EnableHeadlessMode
  name: EnableHeadlessMode
  fullName: UnityEditor.BuildOptions.EnableHeadlessMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.EnableHeadlessMode.html
  commentId: F:UnityEditor.BuildOptions.EnableHeadlessMode
  nameWithType: BuildOptions.EnableHeadlessMode
  type: Field
- uid: UnityEditor.BuildOptions.ForceEnableAssertions
  name: ForceEnableAssertions
  fullName: UnityEditor.BuildOptions.ForceEnableAssertions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.ForceEnableAssertions.html
  commentId: F:UnityEditor.BuildOptions.ForceEnableAssertions
  nameWithType: BuildOptions.ForceEnableAssertions
  type: Field
- uid: UnityEditor.BuildOptions.ForceOptimizeScriptCompilation
  name: ForceOptimizeScriptCompilation
  fullName: UnityEditor.BuildOptions.ForceOptimizeScriptCompilation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.ForceOptimizeScriptCompilation.html
  commentId: F:UnityEditor.BuildOptions.ForceOptimizeScriptCompilation
  nameWithType: BuildOptions.ForceOptimizeScriptCompilation
  type: Field
- uid: UnityEditor.BuildOptions.Il2CPP
  name: Il2CPP
  fullName: UnityEditor.BuildOptions.Il2CPP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.Il2CPP.html
  commentId: F:UnityEditor.BuildOptions.Il2CPP
  nameWithType: BuildOptions.Il2CPP
  type: Field
- uid: UnityEditor.BuildOptions.InstallInBuildFolder
  name: InstallInBuildFolder
  fullName: UnityEditor.BuildOptions.InstallInBuildFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.InstallInBuildFolder.html
  commentId: F:UnityEditor.BuildOptions.InstallInBuildFolder
  nameWithType: BuildOptions.InstallInBuildFolder
  type: Field
- uid: UnityEditor.BuildOptions.None
  name: None
  fullName: UnityEditor.BuildOptions.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.None.html
  commentId: F:UnityEditor.BuildOptions.None
  nameWithType: BuildOptions.None
  type: Field
- uid: UnityEditor.BuildOptions.NoUniqueIdentifier
  name: NoUniqueIdentifier
  fullName: UnityEditor.BuildOptions.NoUniqueIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.NoUniqueIdentifier.html
  commentId: F:UnityEditor.BuildOptions.NoUniqueIdentifier
  nameWithType: BuildOptions.NoUniqueIdentifier
  type: Field
- uid: UnityEditor.BuildOptions.ShowBuiltPlayer
  name: ShowBuiltPlayer
  fullName: UnityEditor.BuildOptions.ShowBuiltPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.ShowBuiltPlayer.html
  commentId: F:UnityEditor.BuildOptions.ShowBuiltPlayer
  nameWithType: BuildOptions.ShowBuiltPlayer
  type: Field
- uid: UnityEditor.BuildOptions.StrictMode
  name: StrictMode
  fullName: UnityEditor.BuildOptions.StrictMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.StrictMode.html
  commentId: F:UnityEditor.BuildOptions.StrictMode
  nameWithType: BuildOptions.StrictMode
  type: Field
- uid: UnityEditor.BuildOptions.StripDebugSymbols
  name: StripDebugSymbols
  fullName: UnityEditor.BuildOptions.StripDebugSymbols
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.StripDebugSymbols.html
  commentId: F:UnityEditor.BuildOptions.StripDebugSymbols
  nameWithType: BuildOptions.StripDebugSymbols
  type: Field
- uid: UnityEditor.BuildOptions.SymlinkLibraries
  name: SymlinkLibraries
  fullName: UnityEditor.BuildOptions.SymlinkLibraries
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.SymlinkLibraries.html
  commentId: F:UnityEditor.BuildOptions.SymlinkLibraries
  nameWithType: BuildOptions.SymlinkLibraries
  type: Field
- uid: UnityEditor.BuildOptions.UncompressedAssetBundle
  name: UncompressedAssetBundle
  fullName: UnityEditor.BuildOptions.UncompressedAssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.UncompressedAssetBundle.html
  commentId: F:UnityEditor.BuildOptions.UncompressedAssetBundle
  nameWithType: BuildOptions.UncompressedAssetBundle
  type: Field
- uid: UnityEditor.BuildOptions.WebPlayerOfflineDeployment
  name: WebPlayerOfflineDeployment
  fullName: UnityEditor.BuildOptions.WebPlayerOfflineDeployment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildOptions.WebPlayerOfflineDeployment.html
  commentId: F:UnityEditor.BuildOptions.WebPlayerOfflineDeployment
  nameWithType: BuildOptions.WebPlayerOfflineDeployment
  type: Field
- uid: UnityEditor.BuildPipeline
  name: BuildPipeline
  fullName: UnityEditor.BuildPipeline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.html
  commentId: T:UnityEditor.BuildPipeline
  nameWithType: BuildPipeline
  type: Class
- uid: UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,System.UInt32@,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  name: BuildAssetBundle(Object, Object[], string, out uint, BuildAssetBundleOptions, BuildTarget)
  fullName: UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object, UnityEngine.Object[], string, out uint, UnityEditor.BuildAssetBundleOptions, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildAssetBundle.html
  commentId: M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,System.UInt32@,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  nameWithType: BuildPipeline.BuildAssetBundle(Object, Object[], string, out uint, BuildAssetBundleOptions, BuildTarget)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  name: BuildAssetBundle(Object, Object[], string, BuildAssetBundleOptions, BuildTarget)
  fullName: UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object, UnityEngine.Object[], string, UnityEditor.BuildAssetBundleOptions, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildAssetBundle.html
  commentId: M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  nameWithType: BuildPipeline.BuildAssetBundle(Object, Object[], string, BuildAssetBundleOptions, BuildTarget)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,System.UInt32@,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  name: BuildAssetBundleExplicitAssetNames(Object[], string[], string, out uint, BuildAssetBundleOptions, BuildTarget)
  fullName: UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[], string[], string, out uint, UnityEditor.BuildAssetBundleOptions, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildAssetBundleExplicitAssetNames.html
  commentId: M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,System.UInt32@,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  nameWithType: BuildPipeline.BuildAssetBundleExplicitAssetNames(Object[], string[], string, out uint, BuildAssetBundleOptions, BuildTarget)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  name: BuildAssetBundleExplicitAssetNames(Object[], string[], string, BuildAssetBundleOptions, BuildTarget)
  fullName: UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[], string[], string, UnityEditor.BuildAssetBundleOptions, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildAssetBundleExplicitAssetNames.html
  commentId: M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  nameWithType: BuildPipeline.BuildAssetBundleExplicitAssetNames(Object[], string[], string, BuildAssetBundleOptions, BuildTarget)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildAssetBundles(System.String,UnityEditor.AssetBundleBuild[],UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  name: BuildAssetBundles(string, AssetBundleBuild[], BuildAssetBundleOptions, BuildTarget)
  fullName: UnityEditor.BuildPipeline.BuildAssetBundles(string, UnityEditor.AssetBundleBuild[], UnityEditor.BuildAssetBundleOptions, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildAssetBundles.html
  commentId: M:UnityEditor.BuildPipeline.BuildAssetBundles(System.String,UnityEditor.AssetBundleBuild[],UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  nameWithType: BuildPipeline.BuildAssetBundles(string, AssetBundleBuild[], BuildAssetBundleOptions, BuildTarget)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildAssetBundles(System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  name: BuildAssetBundles(string, BuildAssetBundleOptions, BuildTarget)
  fullName: UnityEditor.BuildPipeline.BuildAssetBundles(string, UnityEditor.BuildAssetBundleOptions, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildAssetBundles.html
  commentId: M:UnityEditor.BuildPipeline.BuildAssetBundles(System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)
  nameWithType: BuildPipeline.BuildAssetBundles(string, BuildAssetBundleOptions, BuildTarget)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildPlayer(System.String[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)
  name: BuildPlayer(string[], string, BuildTarget, BuildOptions)
  fullName: UnityEditor.BuildPipeline.BuildPlayer(string[], string, UnityEditor.BuildTarget, UnityEditor.BuildOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildPlayer.html
  commentId: M:UnityEditor.BuildPipeline.BuildPlayer(System.String[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)
  nameWithType: BuildPipeline.BuildPlayer(string[], string, BuildTarget, BuildOptions)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildPlayer(UnityEditor.BuildPlayerOptions)
  name: BuildPlayer(BuildPlayerOptions)
  fullName: UnityEditor.BuildPipeline.BuildPlayer(UnityEditor.BuildPlayerOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildPlayer.html
  commentId: M:UnityEditor.BuildPipeline.BuildPlayer(UnityEditor.BuildPlayerOptions)
  nameWithType: BuildPipeline.BuildPlayer(BuildPlayerOptions)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildPlayer(UnityEditor.EditorBuildSettingsScene[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)
  name: BuildPlayer(EditorBuildSettingsScene[], string, BuildTarget, BuildOptions)
  fullName: UnityEditor.BuildPipeline.BuildPlayer(UnityEditor.EditorBuildSettingsScene[], string, UnityEditor.BuildTarget, UnityEditor.BuildOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildPlayer.html
  commentId: M:UnityEditor.BuildPipeline.BuildPlayer(UnityEditor.EditorBuildSettingsScene[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)
  nameWithType: BuildPipeline.BuildPlayer(EditorBuildSettingsScene[], string, BuildTarget, BuildOptions)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,System.UInt32@,UnityEditor.BuildOptions)
  name: BuildStreamedSceneAssetBundle(string[], string, BuildTarget, out uint, BuildOptions)
  fullName: UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(string[], string, UnityEditor.BuildTarget, out uint, UnityEditor.BuildOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildStreamedSceneAssetBundle.html
  commentId: M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,System.UInt32@,UnityEditor.BuildOptions)
  nameWithType: BuildPipeline.BuildStreamedSceneAssetBundle(string[], string, BuildTarget, out uint, BuildOptions)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,System.UInt32@)
  name: BuildStreamedSceneAssetBundle(string[], string, BuildTarget, out uint)
  fullName: UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(string[], string, UnityEditor.BuildTarget, out uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildStreamedSceneAssetBundle.html
  commentId: M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,System.UInt32@)
  nameWithType: BuildPipeline.BuildStreamedSceneAssetBundle(string[], string, BuildTarget, out uint)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)
  name: BuildStreamedSceneAssetBundle(string[], string, BuildTarget, BuildOptions)
  fullName: UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(string[], string, UnityEditor.BuildTarget, UnityEditor.BuildOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildStreamedSceneAssetBundle.html
  commentId: M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)
  nameWithType: BuildPipeline.BuildStreamedSceneAssetBundle(string[], string, BuildTarget, BuildOptions)
  type: Method
- uid: UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget)
  name: BuildStreamedSceneAssetBundle(string[], string, BuildTarget)
  fullName: UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(string[], string, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.BuildStreamedSceneAssetBundle.html
  commentId: M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget)
  nameWithType: BuildPipeline.BuildStreamedSceneAssetBundle(string[], string, BuildTarget)
  type: Method
- uid: UnityEditor.BuildPipeline.GetBuildTargetGroup(UnityEditor.BuildTarget)
  name: GetBuildTargetGroup(BuildTarget)
  fullName: UnityEditor.BuildPipeline.GetBuildTargetGroup(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.GetBuildTargetGroup.html
  commentId: M:UnityEditor.BuildPipeline.GetBuildTargetGroup(UnityEditor.BuildTarget)
  nameWithType: BuildPipeline.GetBuildTargetGroup(BuildTarget)
  type: Method
- uid: UnityEditor.BuildPipeline.GetCRCForAssetBundle(System.String,System.UInt32@)
  name: GetCRCForAssetBundle(string, out uint)
  fullName: UnityEditor.BuildPipeline.GetCRCForAssetBundle(string, out uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.GetCRCForAssetBundle.html
  commentId: M:UnityEditor.BuildPipeline.GetCRCForAssetBundle(System.String,System.UInt32@)
  nameWithType: BuildPipeline.GetCRCForAssetBundle(string, out uint)
  type: Method
- uid: UnityEditor.BuildPipeline.GetHashForAssetBundle(System.String,UnityEngine.Hash128@)
  name: GetHashForAssetBundle(string, out Hash128)
  fullName: UnityEditor.BuildPipeline.GetHashForAssetBundle(string, out UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.GetHashForAssetBundle.html
  commentId: M:UnityEditor.BuildPipeline.GetHashForAssetBundle(System.String,UnityEngine.Hash128@)
  nameWithType: BuildPipeline.GetHashForAssetBundle(string, out Hash128)
  type: Method
- uid: UnityEditor.BuildPipeline.isBuildingPlayer
  name: isBuildingPlayer
  fullName: UnityEditor.BuildPipeline.isBuildingPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline-isBuildingPlayer.html
  commentId: P:UnityEditor.BuildPipeline.isBuildingPlayer
  nameWithType: BuildPipeline.isBuildingPlayer
  type: Property
- uid: UnityEditor.BuildPipeline.PopAssetDependencies
  name: PopAssetDependencies()
  fullName: UnityEditor.BuildPipeline.PopAssetDependencies()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.PopAssetDependencies.html
  commentId: M:UnityEditor.BuildPipeline.PopAssetDependencies
  nameWithType: BuildPipeline.PopAssetDependencies()
  type: Method
- uid: UnityEditor.BuildPipeline.PushAssetDependencies
  name: PushAssetDependencies()
  fullName: UnityEditor.BuildPipeline.PushAssetDependencies()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPipeline.PushAssetDependencies.html
  commentId: M:UnityEditor.BuildPipeline.PushAssetDependencies
  nameWithType: BuildPipeline.PushAssetDependencies()
  type: Method
- uid: UnityEditor.BuildPlayerOptions
  name: BuildPlayerOptions
  fullName: UnityEditor.BuildPlayerOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerOptions.html
  commentId: T:UnityEditor.BuildPlayerOptions
  nameWithType: BuildPlayerOptions
  type: Struct
- uid: UnityEditor.BuildPlayerOptions.assetBundleManifestPath
  name: assetBundleManifestPath
  fullName: UnityEditor.BuildPlayerOptions.assetBundleManifestPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerOptions-assetBundleManifestPath.html
  commentId: P:UnityEditor.BuildPlayerOptions.assetBundleManifestPath
  nameWithType: BuildPlayerOptions.assetBundleManifestPath
  type: Property
- uid: UnityEditor.BuildPlayerOptions.locationPathName
  name: locationPathName
  fullName: UnityEditor.BuildPlayerOptions.locationPathName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerOptions-locationPathName.html
  commentId: P:UnityEditor.BuildPlayerOptions.locationPathName
  nameWithType: BuildPlayerOptions.locationPathName
  type: Property
- uid: UnityEditor.BuildPlayerOptions.options
  name: options
  fullName: UnityEditor.BuildPlayerOptions.options
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerOptions-options.html
  commentId: P:UnityEditor.BuildPlayerOptions.options
  nameWithType: BuildPlayerOptions.options
  type: Property
- uid: UnityEditor.BuildPlayerOptions.scenes
  name: scenes
  fullName: UnityEditor.BuildPlayerOptions.scenes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerOptions-scenes.html
  commentId: P:UnityEditor.BuildPlayerOptions.scenes
  nameWithType: BuildPlayerOptions.scenes
  type: Property
- uid: UnityEditor.BuildPlayerOptions.target
  name: target
  fullName: UnityEditor.BuildPlayerOptions.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerOptions-target.html
  commentId: P:UnityEditor.BuildPlayerOptions.target
  nameWithType: BuildPlayerOptions.target
  type: Property
- uid: UnityEditor.BuildPlayerOptions.targetGroup
  name: targetGroup
  fullName: UnityEditor.BuildPlayerOptions.targetGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerOptions-targetGroup.html
  commentId: P:UnityEditor.BuildPlayerOptions.targetGroup
  nameWithType: BuildPlayerOptions.targetGroup
  type: Property
- uid: UnityEditor.BuildPlayerWindow
  name: BuildPlayerWindow
  fullName: UnityEditor.BuildPlayerWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.html
  commentId: T:UnityEditor.BuildPlayerWindow
  nameWithType: BuildPlayerWindow
  type: Class
- uid: UnityEditor.BuildPlayerWindow.#ctor
  name: BuildPlayerWindow()
  fullName: UnityEditor.BuildPlayerWindow.BuildPlayerWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow-ctor.html
  commentId: M:UnityEditor.BuildPlayerWindow.#ctor
  nameWithType: BuildPlayerWindow.BuildPlayerWindow()
  type: Constructor
- uid: UnityEditor.BuildPlayerWindow.BuildMethodException
  name: BuildPlayerWindow.BuildMethodException
  fullName: UnityEditor.BuildPlayerWindow.BuildMethodException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.BuildMethodException.html
  commentId: T:UnityEditor.BuildPlayerWindow.BuildMethodException
  nameWithType: BuildPlayerWindow.BuildMethodException
  type: Class
- uid: UnityEditor.BuildPlayerWindow.BuildMethodException.#ctor
  name: BuildMethodException()
  fullName: UnityEditor.BuildPlayerWindow.BuildMethodException.BuildMethodException()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.BuildMethodException-ctor.html
  commentId: M:UnityEditor.BuildPlayerWindow.BuildMethodException.#ctor
  nameWithType: BuildPlayerWindow.BuildMethodException.BuildMethodException()
  type: Constructor
- uid: UnityEditor.BuildPlayerWindow.BuildMethodException.#ctor(System.String)
  name: BuildMethodException(string)
  fullName: UnityEditor.BuildPlayerWindow.BuildMethodException.BuildMethodException(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.BuildMethodException-ctor.html
  commentId: M:UnityEditor.BuildPlayerWindow.BuildMethodException.#ctor(System.String)
  nameWithType: BuildPlayerWindow.BuildMethodException.BuildMethodException(string)
  type: Constructor
- uid: UnityEditor.BuildPlayerWindow.DefaultBuildMethods
  name: BuildPlayerWindow.DefaultBuildMethods
  fullName: UnityEditor.BuildPlayerWindow.DefaultBuildMethods
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.DefaultBuildMethods.html
  commentId: T:UnityEditor.BuildPlayerWindow.DefaultBuildMethods
  nameWithType: BuildPlayerWindow.DefaultBuildMethods
  type: Class
- uid: UnityEditor.BuildPlayerWindow.DefaultBuildMethods.BuildPlayer(UnityEditor.BuildPlayerOptions)
  name: BuildPlayer(BuildPlayerOptions)
  fullName: UnityEditor.BuildPlayerWindow.DefaultBuildMethods.BuildPlayer(UnityEditor.BuildPlayerOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.DefaultBuildMethods.BuildPlayer.html
  commentId: M:UnityEditor.BuildPlayerWindow.DefaultBuildMethods.BuildPlayer(UnityEditor.BuildPlayerOptions)
  nameWithType: BuildPlayerWindow.DefaultBuildMethods.BuildPlayer(BuildPlayerOptions)
  type: Method
- uid: UnityEditor.BuildPlayerWindow.DefaultBuildMethods.GetBuildPlayerOptions(UnityEditor.BuildPlayerOptions)
  name: GetBuildPlayerOptions(BuildPlayerOptions)
  fullName: UnityEditor.BuildPlayerWindow.DefaultBuildMethods.GetBuildPlayerOptions(UnityEditor.BuildPlayerOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.DefaultBuildMethods.GetBuildPlayerOptions.html
  commentId: M:UnityEditor.BuildPlayerWindow.DefaultBuildMethods.GetBuildPlayerOptions(UnityEditor.BuildPlayerOptions)
  nameWithType: BuildPlayerWindow.DefaultBuildMethods.GetBuildPlayerOptions(BuildPlayerOptions)
  type: Method
- uid: UnityEditor.BuildPlayerWindow.GetPlaybackEngineDownloadURL(System.String)
  name: GetPlaybackEngineDownloadURL(string)
  fullName: UnityEditor.BuildPlayerWindow.GetPlaybackEngineDownloadURL(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.GetPlaybackEngineDownloadURL.html
  commentId: M:UnityEditor.BuildPlayerWindow.GetPlaybackEngineDownloadURL(System.String)
  nameWithType: BuildPlayerWindow.GetPlaybackEngineDownloadURL(string)
  type: Method
- uid: UnityEditor.BuildPlayerWindow.RegisterBuildPlayerHandler(System.Action{UnityEditor.BuildPlayerOptions})
  name: RegisterBuildPlayerHandler(Action<BuildPlayerOptions>)
  fullName: UnityEditor.BuildPlayerWindow.RegisterBuildPlayerHandler(System.Action<UnityEditor.BuildPlayerOptions>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.RegisterBuildPlayerHandler.html
  commentId: M:UnityEditor.BuildPlayerWindow.RegisterBuildPlayerHandler(System.Action{UnityEditor.BuildPlayerOptions})
  nameWithType: BuildPlayerWindow.RegisterBuildPlayerHandler(Action<BuildPlayerOptions>)
  type: Method
- uid: UnityEditor.BuildPlayerWindow.RegisterGetBuildPlayerOptionsHandler(System.Func{UnityEditor.BuildPlayerOptions,UnityEditor.BuildPlayerOptions})
  name: RegisterGetBuildPlayerOptionsHandler(Func<BuildPlayerOptions, BuildPlayerOptions>)
  fullName: UnityEditor.BuildPlayerWindow.RegisterGetBuildPlayerOptionsHandler(System.Func<UnityEditor.BuildPlayerOptions, UnityEditor.BuildPlayerOptions>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.RegisterGetBuildPlayerOptionsHandler.html
  commentId: M:UnityEditor.BuildPlayerWindow.RegisterGetBuildPlayerOptionsHandler(System.Func{UnityEditor.BuildPlayerOptions,UnityEditor.BuildPlayerOptions})
  nameWithType: BuildPlayerWindow.RegisterGetBuildPlayerOptionsHandler(Func<BuildPlayerOptions, BuildPlayerOptions>)
  type: Method
- uid: UnityEditor.BuildPlayerWindow.ShowBuildPlayerWindow
  name: ShowBuildPlayerWindow()
  fullName: UnityEditor.BuildPlayerWindow.ShowBuildPlayerWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildPlayerWindow.ShowBuildPlayerWindow.html
  commentId: M:UnityEditor.BuildPlayerWindow.ShowBuildPlayerWindow
  nameWithType: BuildPlayerWindow.ShowBuildPlayerWindow()
  type: Method
- uid: UnityEditor.BuildTarget
  name: BuildTarget
  fullName: UnityEditor.BuildTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.html
  commentId: T:UnityEditor.BuildTarget
  nameWithType: BuildTarget
  type: Enum
- uid: UnityEditor.BuildTarget.Android
  name: Android
  fullName: UnityEditor.BuildTarget.Android
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.Android.html
  commentId: F:UnityEditor.BuildTarget.Android
  nameWithType: BuildTarget.Android
  type: Field
- uid: UnityEditor.BuildTarget.BB10
  name: BB10
  fullName: UnityEditor.BuildTarget.BB10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.BB10.html
  commentId: F:UnityEditor.BuildTarget.BB10
  nameWithType: BuildTarget.BB10
  type: Field
- uid: UnityEditor.BuildTarget.BlackBerry
  name: BlackBerry
  fullName: UnityEditor.BuildTarget.BlackBerry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.BlackBerry.html
  commentId: F:UnityEditor.BuildTarget.BlackBerry
  nameWithType: BuildTarget.BlackBerry
  type: Field
- uid: UnityEditor.BuildTarget.iOS
  name: iOS
  fullName: UnityEditor.BuildTarget.iOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget-iOS.html
  commentId: F:UnityEditor.BuildTarget.iOS
  nameWithType: BuildTarget.iOS
  type: Field
- uid: UnityEditor.BuildTarget.iPhone
  name: iPhone
  fullName: UnityEditor.BuildTarget.iPhone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget-iPhone.html
  commentId: F:UnityEditor.BuildTarget.iPhone
  nameWithType: BuildTarget.iPhone
  type: Field
- uid: UnityEditor.BuildTarget.MetroPlayer
  name: MetroPlayer
  fullName: UnityEditor.BuildTarget.MetroPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.MetroPlayer.html
  commentId: F:UnityEditor.BuildTarget.MetroPlayer
  nameWithType: BuildTarget.MetroPlayer
  type: Field
- uid: UnityEditor.BuildTarget.N3DS
  name: N3DS
  fullName: UnityEditor.BuildTarget.N3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.N3DS.html
  commentId: F:UnityEditor.BuildTarget.N3DS
  nameWithType: BuildTarget.N3DS
  type: Field
- uid: UnityEditor.BuildTarget.NoTarget
  name: NoTarget
  fullName: UnityEditor.BuildTarget.NoTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.NoTarget.html
  commentId: F:UnityEditor.BuildTarget.NoTarget
  nameWithType: BuildTarget.NoTarget
  type: Field
- uid: UnityEditor.BuildTarget.PS3
  name: PS3
  fullName: UnityEditor.BuildTarget.PS3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.PS3.html
  commentId: F:UnityEditor.BuildTarget.PS3
  nameWithType: BuildTarget.PS3
  type: Field
- uid: UnityEditor.BuildTarget.PS4
  name: PS4
  fullName: UnityEditor.BuildTarget.PS4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.PS4.html
  commentId: F:UnityEditor.BuildTarget.PS4
  nameWithType: BuildTarget.PS4
  type: Field
- uid: UnityEditor.BuildTarget.PSM
  name: PSM
  fullName: UnityEditor.BuildTarget.PSM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.PSM.html
  commentId: F:UnityEditor.BuildTarget.PSM
  nameWithType: BuildTarget.PSM
  type: Field
- uid: UnityEditor.BuildTarget.PSP2
  name: PSP2
  fullName: UnityEditor.BuildTarget.PSP2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.PSP2.html
  commentId: F:UnityEditor.BuildTarget.PSP2
  nameWithType: BuildTarget.PSP2
  type: Field
- uid: UnityEditor.BuildTarget.SamsungTV
  name: SamsungTV
  fullName: UnityEditor.BuildTarget.SamsungTV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.SamsungTV.html
  commentId: F:UnityEditor.BuildTarget.SamsungTV
  nameWithType: BuildTarget.SamsungTV
  type: Field
- uid: UnityEditor.BuildTarget.StandaloneLinux
  name: StandaloneLinux
  fullName: UnityEditor.BuildTarget.StandaloneLinux
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.StandaloneLinux.html
  commentId: F:UnityEditor.BuildTarget.StandaloneLinux
  nameWithType: BuildTarget.StandaloneLinux
  type: Field
- uid: UnityEditor.BuildTarget.StandaloneLinux64
  name: StandaloneLinux64
  fullName: UnityEditor.BuildTarget.StandaloneLinux64
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.StandaloneLinux64.html
  commentId: F:UnityEditor.BuildTarget.StandaloneLinux64
  nameWithType: BuildTarget.StandaloneLinux64
  type: Field
- uid: UnityEditor.BuildTarget.StandaloneLinuxUniversal
  name: StandaloneLinuxUniversal
  fullName: UnityEditor.BuildTarget.StandaloneLinuxUniversal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.StandaloneLinuxUniversal.html
  commentId: F:UnityEditor.BuildTarget.StandaloneLinuxUniversal
  nameWithType: BuildTarget.StandaloneLinuxUniversal
  type: Field
- uid: UnityEditor.BuildTarget.StandaloneOSXIntel
  name: StandaloneOSXIntel
  fullName: UnityEditor.BuildTarget.StandaloneOSXIntel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.StandaloneOSXIntel.html
  commentId: F:UnityEditor.BuildTarget.StandaloneOSXIntel
  nameWithType: BuildTarget.StandaloneOSXIntel
  type: Field
- uid: UnityEditor.BuildTarget.StandaloneOSXIntel64
  name: StandaloneOSXIntel64
  fullName: UnityEditor.BuildTarget.StandaloneOSXIntel64
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.StandaloneOSXIntel64.html
  commentId: F:UnityEditor.BuildTarget.StandaloneOSXIntel64
  nameWithType: BuildTarget.StandaloneOSXIntel64
  type: Field
- uid: UnityEditor.BuildTarget.StandaloneOSXUniversal
  name: StandaloneOSXUniversal
  fullName: UnityEditor.BuildTarget.StandaloneOSXUniversal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.StandaloneOSXUniversal.html
  commentId: F:UnityEditor.BuildTarget.StandaloneOSXUniversal
  nameWithType: BuildTarget.StandaloneOSXUniversal
  type: Field
- uid: UnityEditor.BuildTarget.StandaloneWindows
  name: StandaloneWindows
  fullName: UnityEditor.BuildTarget.StandaloneWindows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.StandaloneWindows.html
  commentId: F:UnityEditor.BuildTarget.StandaloneWindows
  nameWithType: BuildTarget.StandaloneWindows
  type: Field
- uid: UnityEditor.BuildTarget.StandaloneWindows64
  name: StandaloneWindows64
  fullName: UnityEditor.BuildTarget.StandaloneWindows64
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.StandaloneWindows64.html
  commentId: F:UnityEditor.BuildTarget.StandaloneWindows64
  nameWithType: BuildTarget.StandaloneWindows64
  type: Field
- uid: UnityEditor.BuildTarget.Switch
  name: Switch
  fullName: UnityEditor.BuildTarget.Switch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.Switch.html
  commentId: F:UnityEditor.BuildTarget.Switch
  nameWithType: BuildTarget.Switch
  type: Field
- uid: UnityEditor.BuildTarget.Tizen
  name: Tizen
  fullName: UnityEditor.BuildTarget.Tizen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.Tizen.html
  commentId: F:UnityEditor.BuildTarget.Tizen
  nameWithType: BuildTarget.Tizen
  type: Field
- uid: UnityEditor.BuildTarget.tvOS
  name: tvOS
  fullName: UnityEditor.BuildTarget.tvOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget-tvOS.html
  commentId: F:UnityEditor.BuildTarget.tvOS
  nameWithType: BuildTarget.tvOS
  type: Field
- uid: UnityEditor.BuildTarget.WebGL
  name: WebGL
  fullName: UnityEditor.BuildTarget.WebGL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.WebGL.html
  commentId: F:UnityEditor.BuildTarget.WebGL
  nameWithType: BuildTarget.WebGL
  type: Field
- uid: UnityEditor.BuildTarget.WebPlayer
  name: WebPlayer
  fullName: UnityEditor.BuildTarget.WebPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.WebPlayer.html
  commentId: F:UnityEditor.BuildTarget.WebPlayer
  nameWithType: BuildTarget.WebPlayer
  type: Field
- uid: UnityEditor.BuildTarget.WebPlayerStreamed
  name: WebPlayerStreamed
  fullName: UnityEditor.BuildTarget.WebPlayerStreamed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.WebPlayerStreamed.html
  commentId: F:UnityEditor.BuildTarget.WebPlayerStreamed
  nameWithType: BuildTarget.WebPlayerStreamed
  type: Field
- uid: UnityEditor.BuildTarget.WiiU
  name: WiiU
  fullName: UnityEditor.BuildTarget.WiiU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.WiiU.html
  commentId: F:UnityEditor.BuildTarget.WiiU
  nameWithType: BuildTarget.WiiU
  type: Field
- uid: UnityEditor.BuildTarget.WP8Player
  name: WP8Player
  fullName: UnityEditor.BuildTarget.WP8Player
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.WP8Player.html
  commentId: F:UnityEditor.BuildTarget.WP8Player
  nameWithType: BuildTarget.WP8Player
  type: Field
- uid: UnityEditor.BuildTarget.WSAPlayer
  name: WSAPlayer
  fullName: UnityEditor.BuildTarget.WSAPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.WSAPlayer.html
  commentId: F:UnityEditor.BuildTarget.WSAPlayer
  nameWithType: BuildTarget.WSAPlayer
  type: Field
- uid: UnityEditor.BuildTarget.XBOX360
  name: XBOX360
  fullName: UnityEditor.BuildTarget.XBOX360
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.XBOX360.html
  commentId: F:UnityEditor.BuildTarget.XBOX360
  nameWithType: BuildTarget.XBOX360
  type: Field
- uid: UnityEditor.BuildTarget.XboxOne
  name: XboxOne
  fullName: UnityEditor.BuildTarget.XboxOne
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTarget.XboxOne.html
  commentId: F:UnityEditor.BuildTarget.XboxOne
  nameWithType: BuildTarget.XboxOne
  type: Field
- uid: UnityEditor.BuildTargetGroup
  name: BuildTargetGroup
  fullName: UnityEditor.BuildTargetGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.html
  commentId: T:UnityEditor.BuildTargetGroup
  nameWithType: BuildTargetGroup
  type: Enum
- uid: UnityEditor.BuildTargetGroup.Android
  name: Android
  fullName: UnityEditor.BuildTargetGroup.Android
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.Android.html
  commentId: F:UnityEditor.BuildTargetGroup.Android
  nameWithType: BuildTargetGroup.Android
  type: Field
- uid: UnityEditor.BuildTargetGroup.BlackBerry
  name: BlackBerry
  fullName: UnityEditor.BuildTargetGroup.BlackBerry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.BlackBerry.html
  commentId: F:UnityEditor.BuildTargetGroup.BlackBerry
  nameWithType: BuildTargetGroup.BlackBerry
  type: Field
- uid: UnityEditor.BuildTargetGroup.Facebook
  name: Facebook
  fullName: UnityEditor.BuildTargetGroup.Facebook
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.Facebook.html
  commentId: F:UnityEditor.BuildTargetGroup.Facebook
  nameWithType: BuildTargetGroup.Facebook
  type: Field
- uid: UnityEditor.BuildTargetGroup.iOS
  name: iOS
  fullName: UnityEditor.BuildTargetGroup.iOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup-iOS.html
  commentId: F:UnityEditor.BuildTargetGroup.iOS
  nameWithType: BuildTargetGroup.iOS
  type: Field
- uid: UnityEditor.BuildTargetGroup.iPhone
  name: iPhone
  fullName: UnityEditor.BuildTargetGroup.iPhone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup-iPhone.html
  commentId: F:UnityEditor.BuildTargetGroup.iPhone
  nameWithType: BuildTargetGroup.iPhone
  type: Field
- uid: UnityEditor.BuildTargetGroup.Metro
  name: Metro
  fullName: UnityEditor.BuildTargetGroup.Metro
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.Metro.html
  commentId: F:UnityEditor.BuildTargetGroup.Metro
  nameWithType: BuildTargetGroup.Metro
  type: Field
- uid: UnityEditor.BuildTargetGroup.N3DS
  name: N3DS
  fullName: UnityEditor.BuildTargetGroup.N3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.N3DS.html
  commentId: F:UnityEditor.BuildTargetGroup.N3DS
  nameWithType: BuildTargetGroup.N3DS
  type: Field
- uid: UnityEditor.BuildTargetGroup.PS3
  name: PS3
  fullName: UnityEditor.BuildTargetGroup.PS3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.PS3.html
  commentId: F:UnityEditor.BuildTargetGroup.PS3
  nameWithType: BuildTargetGroup.PS3
  type: Field
- uid: UnityEditor.BuildTargetGroup.PS4
  name: PS4
  fullName: UnityEditor.BuildTargetGroup.PS4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.PS4.html
  commentId: F:UnityEditor.BuildTargetGroup.PS4
  nameWithType: BuildTargetGroup.PS4
  type: Field
- uid: UnityEditor.BuildTargetGroup.PSM
  name: PSM
  fullName: UnityEditor.BuildTargetGroup.PSM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.PSM.html
  commentId: F:UnityEditor.BuildTargetGroup.PSM
  nameWithType: BuildTargetGroup.PSM
  type: Field
- uid: UnityEditor.BuildTargetGroup.PSP2
  name: PSP2
  fullName: UnityEditor.BuildTargetGroup.PSP2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.PSP2.html
  commentId: F:UnityEditor.BuildTargetGroup.PSP2
  nameWithType: BuildTargetGroup.PSP2
  type: Field
- uid: UnityEditor.BuildTargetGroup.SamsungTV
  name: SamsungTV
  fullName: UnityEditor.BuildTargetGroup.SamsungTV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.SamsungTV.html
  commentId: F:UnityEditor.BuildTargetGroup.SamsungTV
  nameWithType: BuildTargetGroup.SamsungTV
  type: Field
- uid: UnityEditor.BuildTargetGroup.Standalone
  name: Standalone
  fullName: UnityEditor.BuildTargetGroup.Standalone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.Standalone.html
  commentId: F:UnityEditor.BuildTargetGroup.Standalone
  nameWithType: BuildTargetGroup.Standalone
  type: Field
- uid: UnityEditor.BuildTargetGroup.Switch
  name: Switch
  fullName: UnityEditor.BuildTargetGroup.Switch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.Switch.html
  commentId: F:UnityEditor.BuildTargetGroup.Switch
  nameWithType: BuildTargetGroup.Switch
  type: Field
- uid: UnityEditor.BuildTargetGroup.Tizen
  name: Tizen
  fullName: UnityEditor.BuildTargetGroup.Tizen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.Tizen.html
  commentId: F:UnityEditor.BuildTargetGroup.Tizen
  nameWithType: BuildTargetGroup.Tizen
  type: Field
- uid: UnityEditor.BuildTargetGroup.tvOS
  name: tvOS
  fullName: UnityEditor.BuildTargetGroup.tvOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup-tvOS.html
  commentId: F:UnityEditor.BuildTargetGroup.tvOS
  nameWithType: BuildTargetGroup.tvOS
  type: Field
- uid: UnityEditor.BuildTargetGroup.Unknown
  name: Unknown
  fullName: UnityEditor.BuildTargetGroup.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.Unknown.html
  commentId: F:UnityEditor.BuildTargetGroup.Unknown
  nameWithType: BuildTargetGroup.Unknown
  type: Field
- uid: UnityEditor.BuildTargetGroup.WebGL
  name: WebGL
  fullName: UnityEditor.BuildTargetGroup.WebGL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.WebGL.html
  commentId: F:UnityEditor.BuildTargetGroup.WebGL
  nameWithType: BuildTargetGroup.WebGL
  type: Field
- uid: UnityEditor.BuildTargetGroup.WebPlayer
  name: WebPlayer
  fullName: UnityEditor.BuildTargetGroup.WebPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.WebPlayer.html
  commentId: F:UnityEditor.BuildTargetGroup.WebPlayer
  nameWithType: BuildTargetGroup.WebPlayer
  type: Field
- uid: UnityEditor.BuildTargetGroup.WiiU
  name: WiiU
  fullName: UnityEditor.BuildTargetGroup.WiiU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.WiiU.html
  commentId: F:UnityEditor.BuildTargetGroup.WiiU
  nameWithType: BuildTargetGroup.WiiU
  type: Field
- uid: UnityEditor.BuildTargetGroup.WP8
  name: WP8
  fullName: UnityEditor.BuildTargetGroup.WP8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.WP8.html
  commentId: F:UnityEditor.BuildTargetGroup.WP8
  nameWithType: BuildTargetGroup.WP8
  type: Field
- uid: UnityEditor.BuildTargetGroup.WSA
  name: WSA
  fullName: UnityEditor.BuildTargetGroup.WSA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.WSA.html
  commentId: F:UnityEditor.BuildTargetGroup.WSA
  nameWithType: BuildTargetGroup.WSA
  type: Field
- uid: UnityEditor.BuildTargetGroup.XBOX360
  name: XBOX360
  fullName: UnityEditor.BuildTargetGroup.XBOX360
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.XBOX360.html
  commentId: F:UnityEditor.BuildTargetGroup.XBOX360
  nameWithType: BuildTargetGroup.XBOX360
  type: Field
- uid: UnityEditor.BuildTargetGroup.XboxOne
  name: XboxOne
  fullName: UnityEditor.BuildTargetGroup.XboxOne
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuildTargetGroup.XboxOne.html
  commentId: F:UnityEditor.BuildTargetGroup.XboxOne
  nameWithType: BuildTargetGroup.XboxOne
  type: Field
- uid: UnityEditor.CallbackOrderAttribute
  name: CallbackOrderAttribute
  fullName: UnityEditor.CallbackOrderAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CallbackOrderAttribute.html
  commentId: T:UnityEditor.CallbackOrderAttribute
  nameWithType: CallbackOrderAttribute
  type: Class
- uid: UnityEditor.CallbackOrderAttribute.m_CallbackOrder
  name: m_CallbackOrder
  fullName: UnityEditor.CallbackOrderAttribute.m_CallbackOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CallbackOrderAttribute-m_CallbackOrder.html
  commentId: F:UnityEditor.CallbackOrderAttribute.m_CallbackOrder
  nameWithType: CallbackOrderAttribute.m_CallbackOrder
  type: Field
- uid: UnityEditor.Callbacks
  name: UnityEditor.Callbacks
  fullName: UnityEditor.Callbacks
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Callbacks
  nameWithType: UnityEditor.Callbacks
  type: Namespace
- uid: UnityEditor.Callbacks.DidReloadScripts
  name: DidReloadScripts
  fullName: UnityEditor.Callbacks.DidReloadScripts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.DidReloadScripts.html
  commentId: T:UnityEditor.Callbacks.DidReloadScripts
  nameWithType: DidReloadScripts
  type: Class
- uid: UnityEditor.Callbacks.DidReloadScripts.#ctor
  name: DidReloadScripts()
  fullName: UnityEditor.Callbacks.DidReloadScripts.DidReloadScripts()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.DidReloadScripts-ctor.html
  commentId: M:UnityEditor.Callbacks.DidReloadScripts.#ctor
  nameWithType: DidReloadScripts.DidReloadScripts()
  type: Constructor
- uid: UnityEditor.Callbacks.DidReloadScripts.#ctor(System.Int32)
  name: DidReloadScripts(int)
  fullName: UnityEditor.Callbacks.DidReloadScripts.DidReloadScripts(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.DidReloadScripts-ctor.html
  commentId: M:UnityEditor.Callbacks.DidReloadScripts.#ctor(System.Int32)
  nameWithType: DidReloadScripts.DidReloadScripts(int)
  type: Constructor
- uid: UnityEditor.Callbacks.OnOpenAssetAttribute
  name: OnOpenAssetAttribute
  fullName: UnityEditor.Callbacks.OnOpenAssetAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.OnOpenAssetAttribute.html
  commentId: T:UnityEditor.Callbacks.OnOpenAssetAttribute
  nameWithType: OnOpenAssetAttribute
  type: Class
- uid: UnityEditor.Callbacks.OnOpenAssetAttribute.#ctor
  name: OnOpenAssetAttribute()
  fullName: UnityEditor.Callbacks.OnOpenAssetAttribute.OnOpenAssetAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.OnOpenAssetAttribute-ctor.html
  commentId: M:UnityEditor.Callbacks.OnOpenAssetAttribute.#ctor
  nameWithType: OnOpenAssetAttribute.OnOpenAssetAttribute()
  type: Constructor
- uid: UnityEditor.Callbacks.OnOpenAssetAttribute.#ctor(System.Int32)
  name: OnOpenAssetAttribute(int)
  fullName: UnityEditor.Callbacks.OnOpenAssetAttribute.OnOpenAssetAttribute(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.OnOpenAssetAttribute-ctor.html
  commentId: M:UnityEditor.Callbacks.OnOpenAssetAttribute.#ctor(System.Int32)
  nameWithType: OnOpenAssetAttribute.OnOpenAssetAttribute(int)
  type: Constructor
- uid: UnityEditor.Callbacks.PostProcessBuildAttribute
  name: PostProcessBuildAttribute
  fullName: UnityEditor.Callbacks.PostProcessBuildAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.PostProcessBuildAttribute.html
  commentId: T:UnityEditor.Callbacks.PostProcessBuildAttribute
  nameWithType: PostProcessBuildAttribute
  type: Class
- uid: UnityEditor.Callbacks.PostProcessBuildAttribute.#ctor
  name: PostProcessBuildAttribute()
  fullName: UnityEditor.Callbacks.PostProcessBuildAttribute.PostProcessBuildAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.PostProcessBuildAttribute-ctor.html
  commentId: M:UnityEditor.Callbacks.PostProcessBuildAttribute.#ctor
  nameWithType: PostProcessBuildAttribute.PostProcessBuildAttribute()
  type: Constructor
- uid: UnityEditor.Callbacks.PostProcessBuildAttribute.#ctor(System.Int32)
  name: PostProcessBuildAttribute(int)
  fullName: UnityEditor.Callbacks.PostProcessBuildAttribute.PostProcessBuildAttribute(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.PostProcessBuildAttribute-ctor.html
  commentId: M:UnityEditor.Callbacks.PostProcessBuildAttribute.#ctor(System.Int32)
  nameWithType: PostProcessBuildAttribute.PostProcessBuildAttribute(int)
  type: Constructor
- uid: UnityEditor.Callbacks.PostProcessSceneAttribute
  name: PostProcessSceneAttribute
  fullName: UnityEditor.Callbacks.PostProcessSceneAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.PostProcessSceneAttribute.html
  commentId: T:UnityEditor.Callbacks.PostProcessSceneAttribute
  nameWithType: PostProcessSceneAttribute
  type: Class
- uid: UnityEditor.Callbacks.PostProcessSceneAttribute.#ctor
  name: PostProcessSceneAttribute()
  fullName: UnityEditor.Callbacks.PostProcessSceneAttribute.PostProcessSceneAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.PostProcessSceneAttribute-ctor.html
  commentId: M:UnityEditor.Callbacks.PostProcessSceneAttribute.#ctor
  nameWithType: PostProcessSceneAttribute.PostProcessSceneAttribute()
  type: Constructor
- uid: UnityEditor.Callbacks.PostProcessSceneAttribute.#ctor(System.Int32,System.Int32)
  name: PostProcessSceneAttribute(int, int)
  fullName: UnityEditor.Callbacks.PostProcessSceneAttribute.PostProcessSceneAttribute(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.PostProcessSceneAttribute-ctor.html
  commentId: M:UnityEditor.Callbacks.PostProcessSceneAttribute.#ctor(System.Int32,System.Int32)
  nameWithType: PostProcessSceneAttribute.PostProcessSceneAttribute(int, int)
  type: Constructor
- uid: UnityEditor.Callbacks.PostProcessSceneAttribute.#ctor(System.Int32)
  name: PostProcessSceneAttribute(int)
  fullName: UnityEditor.Callbacks.PostProcessSceneAttribute.PostProcessSceneAttribute(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Callbacks.PostProcessSceneAttribute-ctor.html
  commentId: M:UnityEditor.Callbacks.PostProcessSceneAttribute.#ctor(System.Int32)
  nameWithType: PostProcessSceneAttribute.PostProcessSceneAttribute(int)
  type: Constructor
- uid: UnityEditor.CanEditMultipleObjects
  name: CanEditMultipleObjects
  fullName: UnityEditor.CanEditMultipleObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanEditMultipleObjects.html
  commentId: T:UnityEditor.CanEditMultipleObjects
  nameWithType: CanEditMultipleObjects
  type: Class
- uid: UnityEditor.ClipAnimationInfoCurve
  name: ClipAnimationInfoCurve
  fullName: UnityEditor.ClipAnimationInfoCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClipAnimationInfoCurve.html
  commentId: T:UnityEditor.ClipAnimationInfoCurve
  nameWithType: ClipAnimationInfoCurve
  type: Struct
- uid: UnityEditor.ClipAnimationInfoCurve.curve
  name: curve
  fullName: UnityEditor.ClipAnimationInfoCurve.curve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClipAnimationInfoCurve-curve.html
  commentId: F:UnityEditor.ClipAnimationInfoCurve.curve
  nameWithType: ClipAnimationInfoCurve.curve
  type: Field
- uid: UnityEditor.ClipAnimationInfoCurve.name
  name: name
  fullName: UnityEditor.ClipAnimationInfoCurve.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClipAnimationInfoCurve-name.html
  commentId: F:UnityEditor.ClipAnimationInfoCurve.name
  nameWithType: ClipAnimationInfoCurve.name
  type: Field
- uid: UnityEditor.ClipAnimationMaskType
  name: ClipAnimationMaskType
  fullName: UnityEditor.ClipAnimationMaskType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClipAnimationMaskType.html
  commentId: T:UnityEditor.ClipAnimationMaskType
  nameWithType: ClipAnimationMaskType
  type: Enum
- uid: UnityEditor.ClipAnimationMaskType.CopyFromOther
  name: CopyFromOther
  fullName: UnityEditor.ClipAnimationMaskType.CopyFromOther
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClipAnimationMaskType.CopyFromOther.html
  commentId: F:UnityEditor.ClipAnimationMaskType.CopyFromOther
  nameWithType: ClipAnimationMaskType.CopyFromOther
  type: Field
- uid: UnityEditor.ClipAnimationMaskType.CreateFromThisModel
  name: CreateFromThisModel
  fullName: UnityEditor.ClipAnimationMaskType.CreateFromThisModel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClipAnimationMaskType.CreateFromThisModel.html
  commentId: F:UnityEditor.ClipAnimationMaskType.CreateFromThisModel
  nameWithType: ClipAnimationMaskType.CreateFromThisModel
  type: Field
- uid: UnityEditor.ClipAnimationMaskType.None
  name: None
  fullName: UnityEditor.ClipAnimationMaskType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClipAnimationMaskType.None.html
  commentId: F:UnityEditor.ClipAnimationMaskType.None
  nameWithType: ClipAnimationMaskType.None
  type: Field
- uid: UnityEditor.ColorPickerHDRConfig
  name: ColorPickerHDRConfig
  fullName: UnityEditor.ColorPickerHDRConfig
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorPickerHDRConfig.html
  commentId: T:UnityEditor.ColorPickerHDRConfig
  nameWithType: ColorPickerHDRConfig
  type: Class
- uid: UnityEditor.ColorPickerHDRConfig.#ctor(System.Single,System.Single,System.Single,System.Single)
  name: ColorPickerHDRConfig(float, float, float, float)
  fullName: UnityEditor.ColorPickerHDRConfig.ColorPickerHDRConfig(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorPickerHDRConfig-ctor.html
  commentId: M:UnityEditor.ColorPickerHDRConfig.#ctor(System.Single,System.Single,System.Single,System.Single)
  nameWithType: ColorPickerHDRConfig.ColorPickerHDRConfig(float, float, float, float)
  type: Constructor
- uid: UnityEditor.ColorPickerHDRConfig.maxBrightness
  name: maxBrightness
  fullName: UnityEditor.ColorPickerHDRConfig.maxBrightness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorPickerHDRConfig-maxBrightness.html
  commentId: F:UnityEditor.ColorPickerHDRConfig.maxBrightness
  nameWithType: ColorPickerHDRConfig.maxBrightness
  type: Field
- uid: UnityEditor.ColorPickerHDRConfig.maxExposureValue
  name: maxExposureValue
  fullName: UnityEditor.ColorPickerHDRConfig.maxExposureValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorPickerHDRConfig-maxExposureValue.html
  commentId: F:UnityEditor.ColorPickerHDRConfig.maxExposureValue
  nameWithType: ColorPickerHDRConfig.maxExposureValue
  type: Field
- uid: UnityEditor.ColorPickerHDRConfig.minBrightness
  name: minBrightness
  fullName: UnityEditor.ColorPickerHDRConfig.minBrightness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorPickerHDRConfig-minBrightness.html
  commentId: F:UnityEditor.ColorPickerHDRConfig.minBrightness
  nameWithType: ColorPickerHDRConfig.minBrightness
  type: Field
- uid: UnityEditor.ColorPickerHDRConfig.minExposureValue
  name: minExposureValue
  fullName: UnityEditor.ColorPickerHDRConfig.minExposureValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorPickerHDRConfig-minExposureValue.html
  commentId: F:UnityEditor.ColorPickerHDRConfig.minExposureValue
  nameWithType: ColorPickerHDRConfig.minExposureValue
  type: Field
- uid: UnityEditor.Compilation
  name: UnityEditor.Compilation
  fullName: UnityEditor.Compilation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Compilation
  nameWithType: UnityEditor.Compilation
  type: Namespace
- uid: UnityEditor.Compilation.AssemblyBuilder
  name: AssemblyBuilder
  fullName: UnityEditor.Compilation.AssemblyBuilder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder.html
  commentId: T:UnityEditor.Compilation.AssemblyBuilder
  nameWithType: AssemblyBuilder
  type: Class
- uid: UnityEditor.Compilation.AssemblyBuilder.#ctor(System.String,System.String[])
  name: AssemblyBuilder(string, params string[])
  fullName: UnityEditor.Compilation.AssemblyBuilder.AssemblyBuilder(string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-ctor.html
  commentId: M:UnityEditor.Compilation.AssemblyBuilder.#ctor(System.String,System.String[])
  nameWithType: AssemblyBuilder.AssemblyBuilder(string, params string[])
  type: Constructor
- uid: UnityEditor.Compilation.AssemblyBuilder.additionalDefines
  name: additionalDefines
  fullName: UnityEditor.Compilation.AssemblyBuilder.additionalDefines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-additionalDefines.html
  commentId: P:UnityEditor.Compilation.AssemblyBuilder.additionalDefines
  nameWithType: AssemblyBuilder.additionalDefines
  type: Property
- uid: UnityEditor.Compilation.AssemblyBuilder.additionalReferences
  name: additionalReferences
  fullName: UnityEditor.Compilation.AssemblyBuilder.additionalReferences
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-additionalReferences.html
  commentId: P:UnityEditor.Compilation.AssemblyBuilder.additionalReferences
  nameWithType: AssemblyBuilder.additionalReferences
  type: Property
- uid: UnityEditor.Compilation.AssemblyBuilder.assemblyPath
  name: assemblyPath
  fullName: UnityEditor.Compilation.AssemblyBuilder.assemblyPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-assemblyPath.html
  commentId: P:UnityEditor.Compilation.AssemblyBuilder.assemblyPath
  nameWithType: AssemblyBuilder.assemblyPath
  type: Property
- uid: UnityEditor.Compilation.AssemblyBuilder.Build
  name: Build()
  fullName: UnityEditor.Compilation.AssemblyBuilder.Build()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder.Build.html
  commentId: M:UnityEditor.Compilation.AssemblyBuilder.Build
  nameWithType: AssemblyBuilder.Build()
  type: Method
- uid: UnityEditor.Compilation.AssemblyBuilder.buildFinished
  name: buildFinished
  fullName: UnityEditor.Compilation.AssemblyBuilder.buildFinished
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-buildFinished.html
  commentId: E:UnityEditor.Compilation.AssemblyBuilder.buildFinished
  nameWithType: AssemblyBuilder.buildFinished
  type: Event
- uid: UnityEditor.Compilation.AssemblyBuilder.buildStarted
  name: buildStarted
  fullName: UnityEditor.Compilation.AssemblyBuilder.buildStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-buildStarted.html
  commentId: E:UnityEditor.Compilation.AssemblyBuilder.buildStarted
  nameWithType: AssemblyBuilder.buildStarted
  type: Event
- uid: UnityEditor.Compilation.AssemblyBuilder.buildTarget
  name: buildTarget
  fullName: UnityEditor.Compilation.AssemblyBuilder.buildTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-buildTarget.html
  commentId: P:UnityEditor.Compilation.AssemblyBuilder.buildTarget
  nameWithType: AssemblyBuilder.buildTarget
  type: Property
- uid: UnityEditor.Compilation.AssemblyBuilder.buildTargetGroup
  name: buildTargetGroup
  fullName: UnityEditor.Compilation.AssemblyBuilder.buildTargetGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-buildTargetGroup.html
  commentId: P:UnityEditor.Compilation.AssemblyBuilder.buildTargetGroup
  nameWithType: AssemblyBuilder.buildTargetGroup
  type: Property
- uid: UnityEditor.Compilation.AssemblyBuilder.flags
  name: flags
  fullName: UnityEditor.Compilation.AssemblyBuilder.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-flags.html
  commentId: P:UnityEditor.Compilation.AssemblyBuilder.flags
  nameWithType: AssemblyBuilder.flags
  type: Property
- uid: UnityEditor.Compilation.AssemblyBuilder.scriptPaths
  name: scriptPaths
  fullName: UnityEditor.Compilation.AssemblyBuilder.scriptPaths
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-scriptPaths.html
  commentId: P:UnityEditor.Compilation.AssemblyBuilder.scriptPaths
  nameWithType: AssemblyBuilder.scriptPaths
  type: Property
- uid: UnityEditor.Compilation.AssemblyBuilder.status
  name: status
  fullName: UnityEditor.Compilation.AssemblyBuilder.status
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilder-status.html
  commentId: P:UnityEditor.Compilation.AssemblyBuilder.status
  nameWithType: AssemblyBuilder.status
  type: Property
- uid: UnityEditor.Compilation.AssemblyBuilderFlags
  name: AssemblyBuilderFlags
  fullName: UnityEditor.Compilation.AssemblyBuilderFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilderFlags.html
  commentId: T:UnityEditor.Compilation.AssemblyBuilderFlags
  nameWithType: AssemblyBuilderFlags
  type: Enum
- uid: UnityEditor.Compilation.AssemblyBuilderFlags.DevelopmentBuild
  name: DevelopmentBuild
  fullName: UnityEditor.Compilation.AssemblyBuilderFlags.DevelopmentBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilderFlags.DevelopmentBuild.html
  commentId: F:UnityEditor.Compilation.AssemblyBuilderFlags.DevelopmentBuild
  nameWithType: AssemblyBuilderFlags.DevelopmentBuild
  type: Field
- uid: UnityEditor.Compilation.AssemblyBuilderFlags.EditorAssembly
  name: EditorAssembly
  fullName: UnityEditor.Compilation.AssemblyBuilderFlags.EditorAssembly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilderFlags.EditorAssembly.html
  commentId: F:UnityEditor.Compilation.AssemblyBuilderFlags.EditorAssembly
  nameWithType: AssemblyBuilderFlags.EditorAssembly
  type: Field
- uid: UnityEditor.Compilation.AssemblyBuilderFlags.None
  name: None
  fullName: UnityEditor.Compilation.AssemblyBuilderFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilderFlags.None.html
  commentId: F:UnityEditor.Compilation.AssemblyBuilderFlags.None
  nameWithType: AssemblyBuilderFlags.None
  type: Field
- uid: UnityEditor.Compilation.AssemblyBuilderStatus
  name: AssemblyBuilderStatus
  fullName: UnityEditor.Compilation.AssemblyBuilderStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilderStatus.html
  commentId: T:UnityEditor.Compilation.AssemblyBuilderStatus
  nameWithType: AssemblyBuilderStatus
  type: Enum
- uid: UnityEditor.Compilation.AssemblyBuilderStatus.Finished
  name: Finished
  fullName: UnityEditor.Compilation.AssemblyBuilderStatus.Finished
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilderStatus.Finished.html
  commentId: F:UnityEditor.Compilation.AssemblyBuilderStatus.Finished
  nameWithType: AssemblyBuilderStatus.Finished
  type: Field
- uid: UnityEditor.Compilation.AssemblyBuilderStatus.IsCompiling
  name: IsCompiling
  fullName: UnityEditor.Compilation.AssemblyBuilderStatus.IsCompiling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilderStatus.IsCompiling.html
  commentId: F:UnityEditor.Compilation.AssemblyBuilderStatus.IsCompiling
  nameWithType: AssemblyBuilderStatus.IsCompiling
  type: Field
- uid: UnityEditor.Compilation.AssemblyBuilderStatus.NotStarted
  name: NotStarted
  fullName: UnityEditor.Compilation.AssemblyBuilderStatus.NotStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.AssemblyBuilderStatus.NotStarted.html
  commentId: F:UnityEditor.Compilation.AssemblyBuilderStatus.NotStarted
  nameWithType: AssemblyBuilderStatus.NotStarted
  type: Field
- uid: UnityEditor.Compilation.CompilerMessage
  name: CompilerMessage
  fullName: UnityEditor.Compilation.CompilerMessage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessage.html
  commentId: T:UnityEditor.Compilation.CompilerMessage
  nameWithType: CompilerMessage
  type: Struct
- uid: UnityEditor.Compilation.CompilerMessage.column
  name: column
  fullName: UnityEditor.Compilation.CompilerMessage.column
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessage-column.html
  commentId: F:UnityEditor.Compilation.CompilerMessage.column
  nameWithType: CompilerMessage.column
  type: Field
- uid: UnityEditor.Compilation.CompilerMessage.file
  name: file
  fullName: UnityEditor.Compilation.CompilerMessage.file
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessage-file.html
  commentId: F:UnityEditor.Compilation.CompilerMessage.file
  nameWithType: CompilerMessage.file
  type: Field
- uid: UnityEditor.Compilation.CompilerMessage.line
  name: line
  fullName: UnityEditor.Compilation.CompilerMessage.line
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessage-line.html
  commentId: F:UnityEditor.Compilation.CompilerMessage.line
  nameWithType: CompilerMessage.line
  type: Field
- uid: UnityEditor.Compilation.CompilerMessage.message
  name: message
  fullName: UnityEditor.Compilation.CompilerMessage.message
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessage-message.html
  commentId: F:UnityEditor.Compilation.CompilerMessage.message
  nameWithType: CompilerMessage.message
  type: Field
- uid: UnityEditor.Compilation.CompilerMessage.type
  name: type
  fullName: UnityEditor.Compilation.CompilerMessage.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessage-type.html
  commentId: F:UnityEditor.Compilation.CompilerMessage.type
  nameWithType: CompilerMessage.type
  type: Field
- uid: UnityEditor.Compilation.CompilerMessageType
  name: CompilerMessageType
  fullName: UnityEditor.Compilation.CompilerMessageType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessageType.html
  commentId: T:UnityEditor.Compilation.CompilerMessageType
  nameWithType: CompilerMessageType
  type: Enum
- uid: UnityEditor.Compilation.CompilerMessageType.Error
  name: Error
  fullName: UnityEditor.Compilation.CompilerMessageType.Error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessageType.Error.html
  commentId: F:UnityEditor.Compilation.CompilerMessageType.Error
  nameWithType: CompilerMessageType.Error
  type: Field
- uid: UnityEditor.Compilation.CompilerMessageType.Warning
  name: Warning
  fullName: UnityEditor.Compilation.CompilerMessageType.Warning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compilation.CompilerMessageType.Warning.html
  commentId: F:UnityEditor.Compilation.CompilerMessageType.Warning
  nameWithType: CompilerMessageType.Warning
  type: Field
- uid: UnityEditor.Connect
  name: UnityEditor.Connect
  fullName: UnityEditor.Connect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Connect
  nameWithType: UnityEditor.Connect
  type: Namespace
- uid: UnityEditor.Connect.UnityOAuth
  name: UnityOAuth
  fullName: UnityEditor.Connect.UnityOAuth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Connect.UnityOAuth.html
  commentId: T:UnityEditor.Connect.UnityOAuth
  nameWithType: UnityOAuth
  type: Class
- uid: UnityEditor.Connect.UnityOAuth.AuthCodeResponse
  name: UnityOAuth.AuthCodeResponse
  fullName: UnityEditor.Connect.UnityOAuth.AuthCodeResponse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Connect.UnityOAuth.AuthCodeResponse.html
  commentId: T:UnityEditor.Connect.UnityOAuth.AuthCodeResponse
  nameWithType: UnityOAuth.AuthCodeResponse
  type: Struct
- uid: UnityEditor.Connect.UnityOAuth.AuthCodeResponse.AuthCode
  name: AuthCode
  fullName: UnityEditor.Connect.UnityOAuth.AuthCodeResponse.AuthCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Connect.UnityOAuth.AuthCodeResponse.AuthCode.html
  commentId: P:UnityEditor.Connect.UnityOAuth.AuthCodeResponse.AuthCode
  nameWithType: UnityOAuth.AuthCodeResponse.AuthCode
  type: Property
- uid: UnityEditor.Connect.UnityOAuth.AuthCodeResponse.Exception
  name: Exception
  fullName: UnityEditor.Connect.UnityOAuth.AuthCodeResponse.Exception
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Connect.UnityOAuth.AuthCodeResponse.Exception.html
  commentId: P:UnityEditor.Connect.UnityOAuth.AuthCodeResponse.Exception
  nameWithType: UnityOAuth.AuthCodeResponse.Exception
  type: Property
- uid: UnityEditor.Connect.UnityOAuth.GetAuthorizationCodeAsync(System.String,System.Action{UnityEditor.Connect.UnityOAuth.AuthCodeResponse})
  name: GetAuthorizationCodeAsync(string, Action<AuthCodeResponse>)
  fullName: UnityEditor.Connect.UnityOAuth.GetAuthorizationCodeAsync(string, System.Action<UnityEditor.Connect.UnityOAuth.AuthCodeResponse>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Connect.UnityOAuth.GetAuthorizationCodeAsync.html
  commentId: M:UnityEditor.Connect.UnityOAuth.GetAuthorizationCodeAsync(System.String,System.Action{UnityEditor.Connect.UnityOAuth.AuthCodeResponse})
  nameWithType: UnityOAuth.GetAuthorizationCodeAsync(string, Action<UnityOAuth.AuthCodeResponse>)
  type: Method
- uid: UnityEditor.Connect.UnityOAuth.UserLoggedIn
  name: UserLoggedIn
  fullName: UnityEditor.Connect.UnityOAuth.UserLoggedIn
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Connect.UnityOAuth.UserLoggedIn.html
  commentId: E:UnityEditor.Connect.UnityOAuth.UserLoggedIn
  nameWithType: UnityOAuth.UserLoggedIn
  type: Event
- uid: UnityEditor.Connect.UnityOAuth.UserLoggedOut
  name: UserLoggedOut
  fullName: UnityEditor.Connect.UnityOAuth.UserLoggedOut
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Connect.UnityOAuth.UserLoggedOut.html
  commentId: E:UnityEditor.Connect.UnityOAuth.UserLoggedOut
  nameWithType: UnityOAuth.UserLoggedOut
  type: Event
- uid: UnityEditor.CrashReporting
  name: UnityEditor.CrashReporting
  fullName: UnityEditor.CrashReporting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.CrashReporting
  nameWithType: UnityEditor.CrashReporting
  type: Namespace
- uid: UnityEditor.CrashReporting.CrashReportingSettings
  name: CrashReportingSettings
  fullName: UnityEditor.CrashReporting.CrashReportingSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReporting.CrashReportingSettings.html
  commentId: T:UnityEditor.CrashReporting.CrashReportingSettings
  nameWithType: CrashReportingSettings
  type: Class
- uid: UnityEditor.CrashReporting.CrashReportingSettings.captureEditorExceptions
  name: captureEditorExceptions
  fullName: UnityEditor.CrashReporting.CrashReportingSettings.captureEditorExceptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReporting.CrashReportingSettings-captureEditorExceptions.html
  commentId: P:UnityEditor.CrashReporting.CrashReportingSettings.captureEditorExceptions
  nameWithType: CrashReportingSettings.captureEditorExceptions
  type: Property
- uid: UnityEditor.CrashReporting.CrashReportingSettings.enabled
  name: enabled
  fullName: UnityEditor.CrashReporting.CrashReportingSettings.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReporting.CrashReportingSettings-enabled.html
  commentId: P:UnityEditor.CrashReporting.CrashReportingSettings.enabled
  nameWithType: CrashReportingSettings.enabled
  type: Property
- uid: UnityEditor.CustomEditor
  name: CustomEditor
  fullName: UnityEditor.CustomEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomEditor.html
  commentId: T:UnityEditor.CustomEditor
  nameWithType: CustomEditor
  type: Class
- uid: UnityEditor.CustomEditor.#ctor(System.Type,System.Boolean)
  name: CustomEditor(Type, bool)
  fullName: UnityEditor.CustomEditor.CustomEditor(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomEditor-ctor.html
  commentId: M:UnityEditor.CustomEditor.#ctor(System.Type,System.Boolean)
  nameWithType: CustomEditor.CustomEditor(Type, bool)
  type: Constructor
- uid: UnityEditor.CustomEditor.#ctor(System.Type)
  name: CustomEditor(Type)
  fullName: UnityEditor.CustomEditor.CustomEditor(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomEditor-ctor.html
  commentId: M:UnityEditor.CustomEditor.#ctor(System.Type)
  nameWithType: CustomEditor.CustomEditor(Type)
  type: Constructor
- uid: UnityEditor.CustomEditor.isFallback
  name: isFallback
  fullName: UnityEditor.CustomEditor.isFallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomEditor-isFallback.html
  commentId: P:UnityEditor.CustomEditor.isFallback
  nameWithType: CustomEditor.isFallback
  type: Property
- uid: UnityEditor.CustomPreviewAttribute
  name: CustomPreviewAttribute
  fullName: UnityEditor.CustomPreviewAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomPreviewAttribute.html
  commentId: T:UnityEditor.CustomPreviewAttribute
  nameWithType: CustomPreviewAttribute
  type: Class
- uid: UnityEditor.CustomPreviewAttribute.#ctor(System.Type)
  name: CustomPreviewAttribute(Type)
  fullName: UnityEditor.CustomPreviewAttribute.CustomPreviewAttribute(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomPreviewAttribute-ctor.html
  commentId: M:UnityEditor.CustomPreviewAttribute.#ctor(System.Type)
  nameWithType: CustomPreviewAttribute.CustomPreviewAttribute(Type)
  type: Constructor
- uid: UnityEditor.CustomPropertyDrawer
  name: CustomPropertyDrawer
  fullName: UnityEditor.CustomPropertyDrawer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomPropertyDrawer.html
  commentId: T:UnityEditor.CustomPropertyDrawer
  nameWithType: CustomPropertyDrawer
  type: Class
- uid: UnityEditor.CustomPropertyDrawer.#ctor(System.Type,System.Boolean)
  name: CustomPropertyDrawer(Type, bool)
  fullName: UnityEditor.CustomPropertyDrawer.CustomPropertyDrawer(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomPropertyDrawer-ctor.html
  commentId: M:UnityEditor.CustomPropertyDrawer.#ctor(System.Type,System.Boolean)
  nameWithType: CustomPropertyDrawer.CustomPropertyDrawer(Type, bool)
  type: Constructor
- uid: UnityEditor.CustomPropertyDrawer.#ctor(System.Type)
  name: CustomPropertyDrawer(Type)
  fullName: UnityEditor.CustomPropertyDrawer.CustomPropertyDrawer(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomPropertyDrawer-ctor.html
  commentId: M:UnityEditor.CustomPropertyDrawer.#ctor(System.Type)
  nameWithType: CustomPropertyDrawer.CustomPropertyDrawer(Type)
  type: Constructor
- uid: UnityEditor.D3D11FullscreenMode
  name: D3D11FullscreenMode
  fullName: UnityEditor.D3D11FullscreenMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/D3D11FullscreenMode.html
  commentId: T:UnityEditor.D3D11FullscreenMode
  nameWithType: D3D11FullscreenMode
  type: Enum
- uid: UnityEditor.D3D11FullscreenMode.ExclusiveMode
  name: ExclusiveMode
  fullName: UnityEditor.D3D11FullscreenMode.ExclusiveMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/D3D11FullscreenMode.ExclusiveMode.html
  commentId: F:UnityEditor.D3D11FullscreenMode.ExclusiveMode
  nameWithType: D3D11FullscreenMode.ExclusiveMode
  type: Field
- uid: UnityEditor.D3D11FullscreenMode.FullscreenWindow
  name: FullscreenWindow
  fullName: UnityEditor.D3D11FullscreenMode.FullscreenWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/D3D11FullscreenMode.FullscreenWindow.html
  commentId: F:UnityEditor.D3D11FullscreenMode.FullscreenWindow
  nameWithType: D3D11FullscreenMode.FullscreenWindow
  type: Field
- uid: UnityEditor.D3D9FullscreenMode
  name: D3D9FullscreenMode
  fullName: UnityEditor.D3D9FullscreenMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/D3D9FullscreenMode.html
  commentId: T:UnityEditor.D3D9FullscreenMode
  nameWithType: D3D9FullscreenMode
  type: Enum
- uid: UnityEditor.D3D9FullscreenMode.ExclusiveMode
  name: ExclusiveMode
  fullName: UnityEditor.D3D9FullscreenMode.ExclusiveMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/D3D9FullscreenMode.ExclusiveMode.html
  commentId: F:UnityEditor.D3D9FullscreenMode.ExclusiveMode
  nameWithType: D3D9FullscreenMode.ExclusiveMode
  type: Field
- uid: UnityEditor.D3D9FullscreenMode.FullscreenWindow
  name: FullscreenWindow
  fullName: UnityEditor.D3D9FullscreenMode.FullscreenWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/D3D9FullscreenMode.FullscreenWindow.html
  commentId: F:UnityEditor.D3D9FullscreenMode.FullscreenWindow
  nameWithType: D3D9FullscreenMode.FullscreenWindow
  type: Field
- uid: UnityEditor.DDSImporter
  name: DDSImporter
  fullName: UnityEditor.DDSImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DDSImporter.html
  commentId: T:UnityEditor.DDSImporter
  nameWithType: DDSImporter
  type: Class
- uid: UnityEditor.DDSImporter.isReadable
  name: isReadable
  fullName: UnityEditor.DDSImporter.isReadable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DDSImporter-isReadable.html
  commentId: P:UnityEditor.DDSImporter.isReadable
  nameWithType: DDSImporter.isReadable
  type: Property
- uid: UnityEditor.DecoratorDrawer
  name: DecoratorDrawer
  fullName: UnityEditor.DecoratorDrawer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DecoratorDrawer.html
  commentId: T:UnityEditor.DecoratorDrawer
  nameWithType: DecoratorDrawer
  type: Class
- uid: UnityEditor.DecoratorDrawer.attribute
  name: attribute
  fullName: UnityEditor.DecoratorDrawer.attribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DecoratorDrawer-attribute.html
  commentId: P:UnityEditor.DecoratorDrawer.attribute
  nameWithType: DecoratorDrawer.attribute
  type: Property
- uid: UnityEditor.DecoratorDrawer.GetHeight
  name: GetHeight()
  fullName: UnityEditor.DecoratorDrawer.GetHeight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DecoratorDrawer.GetHeight.html
  commentId: M:UnityEditor.DecoratorDrawer.GetHeight
  nameWithType: DecoratorDrawer.GetHeight()
  type: Method
- uid: UnityEditor.DecoratorDrawer.OnGUI(UnityEngine.Rect)
  name: OnGUI(Rect)
  fullName: UnityEditor.DecoratorDrawer.OnGUI(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DecoratorDrawer.OnGUI.html
  commentId: M:UnityEditor.DecoratorDrawer.OnGUI(UnityEngine.Rect)
  nameWithType: DecoratorDrawer.OnGUI(Rect)
  type: Method
- uid: UnityEditor.DefaultAsset
  name: DefaultAsset
  fullName: UnityEditor.DefaultAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DefaultAsset.html
  commentId: T:UnityEditor.DefaultAsset
  nameWithType: DefaultAsset
  type: Class
- uid: UnityEditor.DragAndDrop
  name: DragAndDrop
  fullName: UnityEditor.DragAndDrop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop.html
  commentId: T:UnityEditor.DragAndDrop
  nameWithType: DragAndDrop
  type: Class
- uid: UnityEditor.DragAndDrop.AcceptDrag
  name: AcceptDrag()
  fullName: UnityEditor.DragAndDrop.AcceptDrag()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop.AcceptDrag.html
  commentId: M:UnityEditor.DragAndDrop.AcceptDrag
  nameWithType: DragAndDrop.AcceptDrag()
  type: Method
- uid: UnityEditor.DragAndDrop.activeControlID
  name: activeControlID
  fullName: UnityEditor.DragAndDrop.activeControlID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop-activeControlID.html
  commentId: P:UnityEditor.DragAndDrop.activeControlID
  nameWithType: DragAndDrop.activeControlID
  type: Property
- uid: UnityEditor.DragAndDrop.GetGenericData(System.String)
  name: GetGenericData(string)
  fullName: UnityEditor.DragAndDrop.GetGenericData(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop.GetGenericData.html
  commentId: M:UnityEditor.DragAndDrop.GetGenericData(System.String)
  nameWithType: DragAndDrop.GetGenericData(string)
  type: Method
- uid: UnityEditor.DragAndDrop.objectReferences
  name: objectReferences
  fullName: UnityEditor.DragAndDrop.objectReferences
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop-objectReferences.html
  commentId: P:UnityEditor.DragAndDrop.objectReferences
  nameWithType: DragAndDrop.objectReferences
  type: Property
- uid: UnityEditor.DragAndDrop.paths
  name: paths
  fullName: UnityEditor.DragAndDrop.paths
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop-paths.html
  commentId: P:UnityEditor.DragAndDrop.paths
  nameWithType: DragAndDrop.paths
  type: Property
- uid: UnityEditor.DragAndDrop.PrepareStartDrag
  name: PrepareStartDrag()
  fullName: UnityEditor.DragAndDrop.PrepareStartDrag()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop.PrepareStartDrag.html
  commentId: M:UnityEditor.DragAndDrop.PrepareStartDrag
  nameWithType: DragAndDrop.PrepareStartDrag()
  type: Method
- uid: UnityEditor.DragAndDrop.SetGenericData(System.String,System.Object)
  name: SetGenericData(string, object)
  fullName: UnityEditor.DragAndDrop.SetGenericData(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop.SetGenericData.html
  commentId: M:UnityEditor.DragAndDrop.SetGenericData(System.String,System.Object)
  nameWithType: DragAndDrop.SetGenericData(string, object)
  type: Method
- uid: UnityEditor.DragAndDrop.StartDrag(System.String)
  name: StartDrag(string)
  fullName: UnityEditor.DragAndDrop.StartDrag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop.StartDrag.html
  commentId: M:UnityEditor.DragAndDrop.StartDrag(System.String)
  nameWithType: DragAndDrop.StartDrag(string)
  type: Method
- uid: UnityEditor.DragAndDrop.visualMode
  name: visualMode
  fullName: UnityEditor.DragAndDrop.visualMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDrop-visualMode.html
  commentId: P:UnityEditor.DragAndDrop.visualMode
  nameWithType: DragAndDrop.visualMode
  type: Property
- uid: UnityEditor.DragAndDropVisualMode
  name: DragAndDropVisualMode
  fullName: UnityEditor.DragAndDropVisualMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDropVisualMode.html
  commentId: T:UnityEditor.DragAndDropVisualMode
  nameWithType: DragAndDropVisualMode
  type: Enum
- uid: UnityEditor.DragAndDropVisualMode.Copy
  name: Copy
  fullName: UnityEditor.DragAndDropVisualMode.Copy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDropVisualMode.Copy.html
  commentId: F:UnityEditor.DragAndDropVisualMode.Copy
  nameWithType: DragAndDropVisualMode.Copy
  type: Field
- uid: UnityEditor.DragAndDropVisualMode.Generic
  name: Generic
  fullName: UnityEditor.DragAndDropVisualMode.Generic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDropVisualMode.Generic.html
  commentId: F:UnityEditor.DragAndDropVisualMode.Generic
  nameWithType: DragAndDropVisualMode.Generic
  type: Field
- uid: UnityEditor.DragAndDropVisualMode.Link
  name: Link
  fullName: UnityEditor.DragAndDropVisualMode.Link
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDropVisualMode.Link.html
  commentId: F:UnityEditor.DragAndDropVisualMode.Link
  nameWithType: DragAndDropVisualMode.Link
  type: Field
- uid: UnityEditor.DragAndDropVisualMode.Move
  name: Move
  fullName: UnityEditor.DragAndDropVisualMode.Move
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDropVisualMode.Move.html
  commentId: F:UnityEditor.DragAndDropVisualMode.Move
  nameWithType: DragAndDropVisualMode.Move
  type: Field
- uid: UnityEditor.DragAndDropVisualMode.None
  name: None
  fullName: UnityEditor.DragAndDropVisualMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDropVisualMode.None.html
  commentId: F:UnityEditor.DragAndDropVisualMode.None
  nameWithType: DragAndDropVisualMode.None
  type: Field
- uid: UnityEditor.DragAndDropVisualMode.Rejected
  name: Rejected
  fullName: UnityEditor.DragAndDropVisualMode.Rejected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DragAndDropVisualMode.Rejected.html
  commentId: F:UnityEditor.DragAndDropVisualMode.Rejected
  nameWithType: DragAndDropVisualMode.Rejected
  type: Field
- uid: UnityEditor.DrawCameraMode
  name: DrawCameraMode
  fullName: UnityEditor.DrawCameraMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.html
  commentId: T:UnityEditor.DrawCameraMode
  nameWithType: DrawCameraMode
  type: Enum
- uid: UnityEditor.DrawCameraMode.Albedo
  name: Albedo
  fullName: UnityEditor.DrawCameraMode.Albedo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Albedo.html
  commentId: F:UnityEditor.DrawCameraMode.Albedo
  nameWithType: DrawCameraMode.Albedo
  type: Field
- uid: UnityEditor.DrawCameraMode.AlphaChannel
  name: AlphaChannel
  fullName: UnityEditor.DrawCameraMode.AlphaChannel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.AlphaChannel.html
  commentId: F:UnityEditor.DrawCameraMode.AlphaChannel
  nameWithType: DrawCameraMode.AlphaChannel
  type: Field
- uid: UnityEditor.DrawCameraMode.Baked
  name: Baked
  fullName: UnityEditor.DrawCameraMode.Baked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Baked.html
  commentId: F:UnityEditor.DrawCameraMode.Baked
  nameWithType: DrawCameraMode.Baked
  type: Field
- uid: UnityEditor.DrawCameraMode.BakedAlbedo
  name: BakedAlbedo
  fullName: UnityEditor.DrawCameraMode.BakedAlbedo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.BakedAlbedo.html
  commentId: F:UnityEditor.DrawCameraMode.BakedAlbedo
  nameWithType: DrawCameraMode.BakedAlbedo
  type: Field
- uid: UnityEditor.DrawCameraMode.BakedCharting
  name: BakedCharting
  fullName: UnityEditor.DrawCameraMode.BakedCharting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.BakedCharting.html
  commentId: F:UnityEditor.DrawCameraMode.BakedCharting
  nameWithType: DrawCameraMode.BakedCharting
  type: Field
- uid: UnityEditor.DrawCameraMode.BakedDirectionality
  name: BakedDirectionality
  fullName: UnityEditor.DrawCameraMode.BakedDirectionality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.BakedDirectionality.html
  commentId: F:UnityEditor.DrawCameraMode.BakedDirectionality
  nameWithType: DrawCameraMode.BakedDirectionality
  type: Field
- uid: UnityEditor.DrawCameraMode.BakedEmissive
  name: BakedEmissive
  fullName: UnityEditor.DrawCameraMode.BakedEmissive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.BakedEmissive.html
  commentId: F:UnityEditor.DrawCameraMode.BakedEmissive
  nameWithType: DrawCameraMode.BakedEmissive
  type: Field
- uid: UnityEditor.DrawCameraMode.BakedIndices
  name: BakedIndices
  fullName: UnityEditor.DrawCameraMode.BakedIndices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.BakedIndices.html
  commentId: F:UnityEditor.DrawCameraMode.BakedIndices
  nameWithType: DrawCameraMode.BakedIndices
  type: Field
- uid: UnityEditor.DrawCameraMode.BakedLightmap
  name: BakedLightmap
  fullName: UnityEditor.DrawCameraMode.BakedLightmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.BakedLightmap.html
  commentId: F:UnityEditor.DrawCameraMode.BakedLightmap
  nameWithType: DrawCameraMode.BakedLightmap
  type: Field
- uid: UnityEditor.DrawCameraMode.BakedTexelValidity
  name: BakedTexelValidity
  fullName: UnityEditor.DrawCameraMode.BakedTexelValidity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.BakedTexelValidity.html
  commentId: F:UnityEditor.DrawCameraMode.BakedTexelValidity
  nameWithType: DrawCameraMode.BakedTexelValidity
  type: Field
- uid: UnityEditor.DrawCameraMode.Charting
  name: Charting
  fullName: UnityEditor.DrawCameraMode.Charting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Charting.html
  commentId: F:UnityEditor.DrawCameraMode.Charting
  nameWithType: DrawCameraMode.Charting
  type: Field
- uid: UnityEditor.DrawCameraMode.Clustering
  name: Clustering
  fullName: UnityEditor.DrawCameraMode.Clustering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Clustering.html
  commentId: F:UnityEditor.DrawCameraMode.Clustering
  nameWithType: DrawCameraMode.Clustering
  type: Field
- uid: UnityEditor.DrawCameraMode.DeferredDiffuse
  name: DeferredDiffuse
  fullName: UnityEditor.DrawCameraMode.DeferredDiffuse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.DeferredDiffuse.html
  commentId: F:UnityEditor.DrawCameraMode.DeferredDiffuse
  nameWithType: DrawCameraMode.DeferredDiffuse
  type: Field
- uid: UnityEditor.DrawCameraMode.DeferredNormal
  name: DeferredNormal
  fullName: UnityEditor.DrawCameraMode.DeferredNormal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.DeferredNormal.html
  commentId: F:UnityEditor.DrawCameraMode.DeferredNormal
  nameWithType: DrawCameraMode.DeferredNormal
  type: Field
- uid: UnityEditor.DrawCameraMode.DeferredSmoothness
  name: DeferredSmoothness
  fullName: UnityEditor.DrawCameraMode.DeferredSmoothness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.DeferredSmoothness.html
  commentId: F:UnityEditor.DrawCameraMode.DeferredSmoothness
  nameWithType: DrawCameraMode.DeferredSmoothness
  type: Field
- uid: UnityEditor.DrawCameraMode.DeferredSpecular
  name: DeferredSpecular
  fullName: UnityEditor.DrawCameraMode.DeferredSpecular
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.DeferredSpecular.html
  commentId: F:UnityEditor.DrawCameraMode.DeferredSpecular
  nameWithType: DrawCameraMode.DeferredSpecular
  type: Field
- uid: UnityEditor.DrawCameraMode.Directionality
  name: Directionality
  fullName: UnityEditor.DrawCameraMode.Directionality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Directionality.html
  commentId: F:UnityEditor.DrawCameraMode.Directionality
  nameWithType: DrawCameraMode.Directionality
  type: Field
- uid: UnityEditor.DrawCameraMode.Emissive
  name: Emissive
  fullName: UnityEditor.DrawCameraMode.Emissive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Emissive.html
  commentId: F:UnityEditor.DrawCameraMode.Emissive
  nameWithType: DrawCameraMode.Emissive
  type: Field
- uid: UnityEditor.DrawCameraMode.Irradiance
  name: Irradiance
  fullName: UnityEditor.DrawCameraMode.Irradiance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Irradiance.html
  commentId: F:UnityEditor.DrawCameraMode.Irradiance
  nameWithType: DrawCameraMode.Irradiance
  type: Field
- uid: UnityEditor.DrawCameraMode.LightOverlap
  name: LightOverlap
  fullName: UnityEditor.DrawCameraMode.LightOverlap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.LightOverlap.html
  commentId: F:UnityEditor.DrawCameraMode.LightOverlap
  nameWithType: DrawCameraMode.LightOverlap
  type: Field
- uid: UnityEditor.DrawCameraMode.LitClustering
  name: LitClustering
  fullName: UnityEditor.DrawCameraMode.LitClustering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.LitClustering.html
  commentId: F:UnityEditor.DrawCameraMode.LitClustering
  nameWithType: DrawCameraMode.LitClustering
  type: Field
- uid: UnityEditor.DrawCameraMode.Mipmaps
  name: Mipmaps
  fullName: UnityEditor.DrawCameraMode.Mipmaps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Mipmaps.html
  commentId: F:UnityEditor.DrawCameraMode.Mipmaps
  nameWithType: DrawCameraMode.Mipmaps
  type: Field
- uid: UnityEditor.DrawCameraMode.Normal
  name: Normal
  fullName: UnityEditor.DrawCameraMode.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Normal.html
  commentId: F:UnityEditor.DrawCameraMode.Normal
  nameWithType: DrawCameraMode.Normal
  type: Field
- uid: UnityEditor.DrawCameraMode.Overdraw
  name: Overdraw
  fullName: UnityEditor.DrawCameraMode.Overdraw
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Overdraw.html
  commentId: F:UnityEditor.DrawCameraMode.Overdraw
  nameWithType: DrawCameraMode.Overdraw
  type: Field
- uid: UnityEditor.DrawCameraMode.RealtimeAlbedo
  name: RealtimeAlbedo
  fullName: UnityEditor.DrawCameraMode.RealtimeAlbedo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.RealtimeAlbedo.html
  commentId: F:UnityEditor.DrawCameraMode.RealtimeAlbedo
  nameWithType: DrawCameraMode.RealtimeAlbedo
  type: Field
- uid: UnityEditor.DrawCameraMode.RealtimeCharting
  name: RealtimeCharting
  fullName: UnityEditor.DrawCameraMode.RealtimeCharting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.RealtimeCharting.html
  commentId: F:UnityEditor.DrawCameraMode.RealtimeCharting
  nameWithType: DrawCameraMode.RealtimeCharting
  type: Field
- uid: UnityEditor.DrawCameraMode.RealtimeDirectionality
  name: RealtimeDirectionality
  fullName: UnityEditor.DrawCameraMode.RealtimeDirectionality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.RealtimeDirectionality.html
  commentId: F:UnityEditor.DrawCameraMode.RealtimeDirectionality
  nameWithType: DrawCameraMode.RealtimeDirectionality
  type: Field
- uid: UnityEditor.DrawCameraMode.RealtimeEmissive
  name: RealtimeEmissive
  fullName: UnityEditor.DrawCameraMode.RealtimeEmissive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.RealtimeEmissive.html
  commentId: F:UnityEditor.DrawCameraMode.RealtimeEmissive
  nameWithType: DrawCameraMode.RealtimeEmissive
  type: Field
- uid: UnityEditor.DrawCameraMode.RealtimeIndirect
  name: RealtimeIndirect
  fullName: UnityEditor.DrawCameraMode.RealtimeIndirect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.RealtimeIndirect.html
  commentId: F:UnityEditor.DrawCameraMode.RealtimeIndirect
  nameWithType: DrawCameraMode.RealtimeIndirect
  type: Field
- uid: UnityEditor.DrawCameraMode.RenderPaths
  name: RenderPaths
  fullName: UnityEditor.DrawCameraMode.RenderPaths
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.RenderPaths.html
  commentId: F:UnityEditor.DrawCameraMode.RenderPaths
  nameWithType: DrawCameraMode.RenderPaths
  type: Field
- uid: UnityEditor.DrawCameraMode.ShadowCascades
  name: ShadowCascades
  fullName: UnityEditor.DrawCameraMode.ShadowCascades
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.ShadowCascades.html
  commentId: F:UnityEditor.DrawCameraMode.ShadowCascades
  nameWithType: DrawCameraMode.ShadowCascades
  type: Field
- uid: UnityEditor.DrawCameraMode.ShadowMasks
  name: ShadowMasks
  fullName: UnityEditor.DrawCameraMode.ShadowMasks
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.ShadowMasks.html
  commentId: F:UnityEditor.DrawCameraMode.ShadowMasks
  nameWithType: DrawCameraMode.ShadowMasks
  type: Field
- uid: UnityEditor.DrawCameraMode.SpriteMask
  name: SpriteMask
  fullName: UnityEditor.DrawCameraMode.SpriteMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.SpriteMask.html
  commentId: F:UnityEditor.DrawCameraMode.SpriteMask
  nameWithType: DrawCameraMode.SpriteMask
  type: Field
- uid: UnityEditor.DrawCameraMode.Systems
  name: Systems
  fullName: UnityEditor.DrawCameraMode.Systems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Systems.html
  commentId: F:UnityEditor.DrawCameraMode.Systems
  nameWithType: DrawCameraMode.Systems
  type: Field
- uid: UnityEditor.DrawCameraMode.Textured
  name: Textured
  fullName: UnityEditor.DrawCameraMode.Textured
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Textured.html
  commentId: F:UnityEditor.DrawCameraMode.Textured
  nameWithType: DrawCameraMode.Textured
  type: Field
- uid: UnityEditor.DrawCameraMode.TexturedWire
  name: TexturedWire
  fullName: UnityEditor.DrawCameraMode.TexturedWire
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.TexturedWire.html
  commentId: F:UnityEditor.DrawCameraMode.TexturedWire
  nameWithType: DrawCameraMode.TexturedWire
  type: Field
- uid: UnityEditor.DrawCameraMode.ValidateAlbedo
  name: ValidateAlbedo
  fullName: UnityEditor.DrawCameraMode.ValidateAlbedo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.ValidateAlbedo.html
  commentId: F:UnityEditor.DrawCameraMode.ValidateAlbedo
  nameWithType: DrawCameraMode.ValidateAlbedo
  type: Field
- uid: UnityEditor.DrawCameraMode.ValidateMetalSpecular
  name: ValidateMetalSpecular
  fullName: UnityEditor.DrawCameraMode.ValidateMetalSpecular
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.ValidateMetalSpecular.html
  commentId: F:UnityEditor.DrawCameraMode.ValidateMetalSpecular
  nameWithType: DrawCameraMode.ValidateMetalSpecular
  type: Field
- uid: UnityEditor.DrawCameraMode.Wireframe
  name: Wireframe
  fullName: UnityEditor.DrawCameraMode.Wireframe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawCameraMode.Wireframe.html
  commentId: F:UnityEditor.DrawCameraMode.Wireframe
  nameWithType: DrawCameraMode.Wireframe
  type: Field
- uid: UnityEditor.DrawGizmo
  name: DrawGizmo
  fullName: UnityEditor.DrawGizmo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawGizmo.html
  commentId: T:UnityEditor.DrawGizmo
  nameWithType: DrawGizmo
  type: Class
- uid: UnityEditor.DrawGizmo.#ctor(UnityEditor.GizmoType,System.Type)
  name: DrawGizmo(GizmoType, Type)
  fullName: UnityEditor.DrawGizmo.DrawGizmo(UnityEditor.GizmoType, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawGizmo-ctor.html
  commentId: M:UnityEditor.DrawGizmo.#ctor(UnityEditor.GizmoType,System.Type)
  nameWithType: DrawGizmo.DrawGizmo(GizmoType, Type)
  type: Constructor
- uid: UnityEditor.DrawGizmo.#ctor(UnityEditor.GizmoType)
  name: DrawGizmo(GizmoType)
  fullName: UnityEditor.DrawGizmo.DrawGizmo(UnityEditor.GizmoType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawGizmo-ctor.html
  commentId: M:UnityEditor.DrawGizmo.#ctor(UnityEditor.GizmoType)
  nameWithType: DrawGizmo.DrawGizmo(GizmoType)
  type: Constructor
- uid: UnityEditor.DrawGizmo.drawnType
  name: drawnType
  fullName: UnityEditor.DrawGizmo.drawnType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawGizmo-drawnType.html
  commentId: F:UnityEditor.DrawGizmo.drawnType
  nameWithType: DrawGizmo.drawnType
  type: Field
- uid: UnityEditor.DrawGizmo.drawOptions
  name: drawOptions
  fullName: UnityEditor.DrawGizmo.drawOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrawGizmo-drawOptions.html
  commentId: F:UnityEditor.DrawGizmo.drawOptions
  nameWithType: DrawGizmo.drawOptions
  type: Field
- uid: UnityEditor.Editor
  name: Editor
  fullName: UnityEditor.Editor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.html
  commentId: T:UnityEditor.Editor
  nameWithType: Editor
  type: Class
- uid: UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object,System.Type,UnityEditor.Editor@)
  name: CreateCachedEditor(Object, Type, ref Editor)
  fullName: UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object, System.Type, ref UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateCachedEditor.html
  commentId: M:UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object,System.Type,UnityEditor.Editor@)
  nameWithType: Editor.CreateCachedEditor(Object, Type, ref Editor)
  type: Method
- uid: UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object[],System.Type,UnityEditor.Editor@)
  name: CreateCachedEditor(Object[], Type, ref Editor)
  fullName: UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object[], System.Type, ref UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateCachedEditor.html
  commentId: M:UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object[],System.Type,UnityEditor.Editor@)
  nameWithType: Editor.CreateCachedEditor(Object[], Type, ref Editor)
  type: Method
- uid: UnityEditor.Editor.CreateCachedEditorWithContext(UnityEngine.Object,UnityEngine.Object,System.Type,UnityEditor.Editor@)
  name: CreateCachedEditorWithContext(Object, Object, Type, ref Editor)
  fullName: UnityEditor.Editor.CreateCachedEditorWithContext(UnityEngine.Object, UnityEngine.Object, System.Type, ref UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateCachedEditorWithContext.html
  commentId: M:UnityEditor.Editor.CreateCachedEditorWithContext(UnityEngine.Object,UnityEngine.Object,System.Type,UnityEditor.Editor@)
  nameWithType: Editor.CreateCachedEditorWithContext(Object, Object, Type, ref Editor)
  type: Method
- uid: UnityEditor.Editor.CreateCachedEditorWithContext(UnityEngine.Object[],UnityEngine.Object,System.Type,UnityEditor.Editor@)
  name: CreateCachedEditorWithContext(Object[], Object, Type, ref Editor)
  fullName: UnityEditor.Editor.CreateCachedEditorWithContext(UnityEngine.Object[], UnityEngine.Object, System.Type, ref UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateCachedEditorWithContext.html
  commentId: M:UnityEditor.Editor.CreateCachedEditorWithContext(UnityEngine.Object[],UnityEngine.Object,System.Type,UnityEditor.Editor@)
  nameWithType: Editor.CreateCachedEditorWithContext(Object[], Object, Type, ref Editor)
  type: Method
- uid: UnityEditor.Editor.CreateEditor(UnityEngine.Object,System.Type)
  name: CreateEditor(Object, Type)
  fullName: UnityEditor.Editor.CreateEditor(UnityEngine.Object, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateEditor.html
  commentId: M:UnityEditor.Editor.CreateEditor(UnityEngine.Object,System.Type)
  nameWithType: Editor.CreateEditor(Object, Type)
  type: Method
- uid: UnityEditor.Editor.CreateEditor(UnityEngine.Object)
  name: CreateEditor(Object)
  fullName: UnityEditor.Editor.CreateEditor(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateEditor.html
  commentId: M:UnityEditor.Editor.CreateEditor(UnityEngine.Object)
  nameWithType: Editor.CreateEditor(Object)
  type: Method
- uid: UnityEditor.Editor.CreateEditor(UnityEngine.Object[],System.Type)
  name: CreateEditor(Object[], Type)
  fullName: UnityEditor.Editor.CreateEditor(UnityEngine.Object[], System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateEditor.html
  commentId: M:UnityEditor.Editor.CreateEditor(UnityEngine.Object[],System.Type)
  nameWithType: Editor.CreateEditor(Object[], Type)
  type: Method
- uid: UnityEditor.Editor.CreateEditor(UnityEngine.Object[])
  name: CreateEditor(Object[])
  fullName: UnityEditor.Editor.CreateEditor(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateEditor.html
  commentId: M:UnityEditor.Editor.CreateEditor(UnityEngine.Object[])
  nameWithType: Editor.CreateEditor(Object[])
  type: Method
- uid: UnityEditor.Editor.CreateEditorWithContext(UnityEngine.Object[],UnityEngine.Object,System.Type)
  name: CreateEditorWithContext(Object[], Object, Type)
  fullName: UnityEditor.Editor.CreateEditorWithContext(UnityEngine.Object[], UnityEngine.Object, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateEditorWithContext.html
  commentId: M:UnityEditor.Editor.CreateEditorWithContext(UnityEngine.Object[],UnityEngine.Object,System.Type)
  nameWithType: Editor.CreateEditorWithContext(Object[], Object, Type)
  type: Method
- uid: UnityEditor.Editor.CreateEditorWithContext(UnityEngine.Object[],UnityEngine.Object)
  name: CreateEditorWithContext(Object[], Object)
  fullName: UnityEditor.Editor.CreateEditorWithContext(UnityEngine.Object[], UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.CreateEditorWithContext.html
  commentId: M:UnityEditor.Editor.CreateEditorWithContext(UnityEngine.Object[],UnityEngine.Object)
  nameWithType: Editor.CreateEditorWithContext(Object[], Object)
  type: Method
- uid: UnityEditor.Editor.DrawDefaultInspector
  name: DrawDefaultInspector()
  fullName: UnityEditor.Editor.DrawDefaultInspector()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.DrawDefaultInspector.html
  commentId: M:UnityEditor.Editor.DrawDefaultInspector
  nameWithType: Editor.DrawDefaultInspector()
  type: Method
- uid: UnityEditor.Editor.DrawHeader
  name: DrawHeader()
  fullName: UnityEditor.Editor.DrawHeader()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.DrawHeader.html
  commentId: M:UnityEditor.Editor.DrawHeader
  nameWithType: Editor.DrawHeader()
  type: Method
- uid: UnityEditor.Editor.DrawPreview(UnityEngine.Rect)
  name: DrawPreview(Rect)
  fullName: UnityEditor.Editor.DrawPreview(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.DrawPreview.html
  commentId: M:UnityEditor.Editor.DrawPreview(UnityEngine.Rect)
  nameWithType: Editor.DrawPreview(Rect)
  type: Method
- uid: UnityEditor.Editor.DrawPropertiesExcluding(UnityEditor.SerializedObject,System.String[])
  name: DrawPropertiesExcluding(SerializedObject, params string[])
  fullName: UnityEditor.Editor.DrawPropertiesExcluding(UnityEditor.SerializedObject, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.DrawPropertiesExcluding.html
  commentId: M:UnityEditor.Editor.DrawPropertiesExcluding(UnityEditor.SerializedObject,System.String[])
  nameWithType: Editor.DrawPropertiesExcluding(SerializedObject, params string[])
  type: Method
- uid: UnityEditor.Editor.GetInfoString
  name: GetInfoString()
  fullName: UnityEditor.Editor.GetInfoString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.GetInfoString.html
  commentId: M:UnityEditor.Editor.GetInfoString
  nameWithType: Editor.GetInfoString()
  type: Method
- uid: UnityEditor.Editor.GetPreviewTitle
  name: GetPreviewTitle()
  fullName: UnityEditor.Editor.GetPreviewTitle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.GetPreviewTitle.html
  commentId: M:UnityEditor.Editor.GetPreviewTitle
  nameWithType: Editor.GetPreviewTitle()
  type: Method
- uid: UnityEditor.Editor.HasPreviewGUI
  name: HasPreviewGUI()
  fullName: UnityEditor.Editor.HasPreviewGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.HasPreviewGUI.html
  commentId: M:UnityEditor.Editor.HasPreviewGUI
  nameWithType: Editor.HasPreviewGUI()
  type: Method
- uid: UnityEditor.Editor.Initialize(UnityEngine.Object[])
  name: Initialize(Object[])
  fullName: UnityEditor.Editor.Initialize(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.Initialize.html
  commentId: M:UnityEditor.Editor.Initialize(UnityEngine.Object[])
  nameWithType: Editor.Initialize(Object[])
  type: Method
- uid: UnityEditor.Editor.MoveNextTarget
  name: MoveNextTarget()
  fullName: UnityEditor.Editor.MoveNextTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.MoveNextTarget.html
  commentId: M:UnityEditor.Editor.MoveNextTarget
  nameWithType: Editor.MoveNextTarget()
  type: Method
- uid: UnityEditor.Editor.OnHeaderGUI
  name: OnHeaderGUI()
  fullName: UnityEditor.Editor.OnHeaderGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.OnHeaderGUI.html
  commentId: M:UnityEditor.Editor.OnHeaderGUI
  nameWithType: Editor.OnHeaderGUI()
  type: Method
- uid: UnityEditor.Editor.OnInspectorGUI
  name: OnInspectorGUI()
  fullName: UnityEditor.Editor.OnInspectorGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.OnInspectorGUI.html
  commentId: M:UnityEditor.Editor.OnInspectorGUI
  nameWithType: Editor.OnInspectorGUI()
  type: Method
- uid: UnityEditor.Editor.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: OnInteractivePreviewGUI(Rect, GUIStyle)
  fullName: UnityEditor.Editor.OnInteractivePreviewGUI(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.OnInteractivePreviewGUI.html
  commentId: M:UnityEditor.Editor.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: Editor.OnInteractivePreviewGUI(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.Editor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: OnPreviewGUI(Rect, GUIStyle)
  fullName: UnityEditor.Editor.OnPreviewGUI(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.OnPreviewGUI.html
  commentId: M:UnityEditor.Editor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: Editor.OnPreviewGUI(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.Editor.OnPreviewSettings
  name: OnPreviewSettings()
  fullName: UnityEditor.Editor.OnPreviewSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.OnPreviewSettings.html
  commentId: M:UnityEditor.Editor.OnPreviewSettings
  nameWithType: Editor.OnPreviewSettings()
  type: Method
- uid: UnityEditor.Editor.ReloadPreviewInstances
  name: ReloadPreviewInstances()
  fullName: UnityEditor.Editor.ReloadPreviewInstances()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.ReloadPreviewInstances.html
  commentId: M:UnityEditor.Editor.ReloadPreviewInstances
  nameWithType: Editor.ReloadPreviewInstances()
  type: Method
- uid: UnityEditor.Editor.RenderStaticPreview(System.String,UnityEngine.Object[],System.Int32,System.Int32)
  name: RenderStaticPreview(string, Object[], int, int)
  fullName: UnityEditor.Editor.RenderStaticPreview(string, UnityEngine.Object[], int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.RenderStaticPreview.html
  commentId: M:UnityEditor.Editor.RenderStaticPreview(System.String,UnityEngine.Object[],System.Int32,System.Int32)
  nameWithType: Editor.RenderStaticPreview(string, Object[], int, int)
  type: Method
- uid: UnityEditor.Editor.Repaint
  name: Repaint()
  fullName: UnityEditor.Editor.Repaint()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.Repaint.html
  commentId: M:UnityEditor.Editor.Repaint
  nameWithType: Editor.Repaint()
  type: Method
- uid: UnityEditor.Editor.RequiresConstantRepaint
  name: RequiresConstantRepaint()
  fullName: UnityEditor.Editor.RequiresConstantRepaint()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.RequiresConstantRepaint.html
  commentId: M:UnityEditor.Editor.RequiresConstantRepaint
  nameWithType: Editor.RequiresConstantRepaint()
  type: Method
- uid: UnityEditor.Editor.ResetTarget
  name: ResetTarget()
  fullName: UnityEditor.Editor.ResetTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.ResetTarget.html
  commentId: M:UnityEditor.Editor.ResetTarget
  nameWithType: Editor.ResetTarget()
  type: Method
- uid: UnityEditor.Editor.serializedObject
  name: serializedObject
  fullName: UnityEditor.Editor.serializedObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor-serializedObject.html
  commentId: P:UnityEditor.Editor.serializedObject
  nameWithType: Editor.serializedObject
  type: Property
- uid: UnityEditor.Editor.target
  name: target
  fullName: UnityEditor.Editor.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor-target.html
  commentId: P:UnityEditor.Editor.target
  nameWithType: Editor.target
  type: Property
- uid: UnityEditor.Editor.targets
  name: targets
  fullName: UnityEditor.Editor.targets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor-targets.html
  commentId: P:UnityEditor.Editor.targets
  nameWithType: Editor.targets
  type: Property
- uid: UnityEditor.Editor.UseDefaultMargins
  name: UseDefaultMargins()
  fullName: UnityEditor.Editor.UseDefaultMargins()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Editor.UseDefaultMargins.html
  commentId: M:UnityEditor.Editor.UseDefaultMargins
  nameWithType: Editor.UseDefaultMargins()
  type: Method
- uid: UnityEditor.EditorApplication
  name: EditorApplication
  fullName: UnityEditor.EditorApplication
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.html
  commentId: T:UnityEditor.EditorApplication
  nameWithType: EditorApplication
  type: Class
- uid: UnityEditor.EditorApplication.applicationContentsPath
  name: applicationContentsPath
  fullName: UnityEditor.EditorApplication.applicationContentsPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-applicationContentsPath.html
  commentId: P:UnityEditor.EditorApplication.applicationContentsPath
  nameWithType: EditorApplication.applicationContentsPath
  type: Property
- uid: UnityEditor.EditorApplication.applicationPath
  name: applicationPath
  fullName: UnityEditor.EditorApplication.applicationPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-applicationPath.html
  commentId: P:UnityEditor.EditorApplication.applicationPath
  nameWithType: EditorApplication.applicationPath
  type: Property
- uid: UnityEditor.EditorApplication.Beep
  name: Beep()
  fullName: UnityEditor.EditorApplication.Beep()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.Beep.html
  commentId: M:UnityEditor.EditorApplication.Beep
  nameWithType: EditorApplication.Beep()
  type: Method
- uid: UnityEditor.EditorApplication.CallbackFunction
  name: EditorApplication.CallbackFunction
  fullName: UnityEditor.EditorApplication.CallbackFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.CallbackFunction.html
  commentId: T:UnityEditor.EditorApplication.CallbackFunction
  nameWithType: EditorApplication.CallbackFunction
  type: Delegate
- uid: UnityEditor.EditorApplication.contextualPropertyMenu
  name: contextualPropertyMenu
  fullName: UnityEditor.EditorApplication.contextualPropertyMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-contextualPropertyMenu.html
  commentId: F:UnityEditor.EditorApplication.contextualPropertyMenu
  nameWithType: EditorApplication.contextualPropertyMenu
  type: Field
- uid: UnityEditor.EditorApplication.currentScene
  name: currentScene
  fullName: UnityEditor.EditorApplication.currentScene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-currentScene.html
  commentId: P:UnityEditor.EditorApplication.currentScene
  nameWithType: EditorApplication.currentScene
  type: Property
- uid: UnityEditor.EditorApplication.delayCall
  name: delayCall
  fullName: UnityEditor.EditorApplication.delayCall
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-delayCall.html
  commentId: F:UnityEditor.EditorApplication.delayCall
  nameWithType: EditorApplication.delayCall
  type: Field
- uid: UnityEditor.EditorApplication.DirtyHierarchyWindowSorting
  name: DirtyHierarchyWindowSorting()
  fullName: UnityEditor.EditorApplication.DirtyHierarchyWindowSorting()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.DirtyHierarchyWindowSorting.html
  commentId: M:UnityEditor.EditorApplication.DirtyHierarchyWindowSorting
  nameWithType: EditorApplication.DirtyHierarchyWindowSorting()
  type: Method
- uid: UnityEditor.EditorApplication.ExecuteMenuItem(System.String)
  name: ExecuteMenuItem(string)
  fullName: UnityEditor.EditorApplication.ExecuteMenuItem(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.ExecuteMenuItem.html
  commentId: M:UnityEditor.EditorApplication.ExecuteMenuItem(System.String)
  nameWithType: EditorApplication.ExecuteMenuItem(string)
  type: Method
- uid: UnityEditor.EditorApplication.Exit(System.Int32)
  name: Exit(int)
  fullName: UnityEditor.EditorApplication.Exit(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.Exit.html
  commentId: M:UnityEditor.EditorApplication.Exit(System.Int32)
  nameWithType: EditorApplication.Exit(int)
  type: Method
- uid: UnityEditor.EditorApplication.hierarchyWindowChanged
  name: hierarchyWindowChanged
  fullName: UnityEditor.EditorApplication.hierarchyWindowChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-hierarchyWindowChanged.html
  commentId: F:UnityEditor.EditorApplication.hierarchyWindowChanged
  nameWithType: EditorApplication.hierarchyWindowChanged
  type: Field
- uid: UnityEditor.EditorApplication.HierarchyWindowItemCallback
  name: EditorApplication.HierarchyWindowItemCallback
  fullName: UnityEditor.EditorApplication.HierarchyWindowItemCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.HierarchyWindowItemCallback.html
  commentId: T:UnityEditor.EditorApplication.HierarchyWindowItemCallback
  nameWithType: EditorApplication.HierarchyWindowItemCallback
  type: Delegate
- uid: UnityEditor.EditorApplication.hierarchyWindowItemOnGUI
  name: hierarchyWindowItemOnGUI
  fullName: UnityEditor.EditorApplication.hierarchyWindowItemOnGUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-hierarchyWindowItemOnGUI.html
  commentId: F:UnityEditor.EditorApplication.hierarchyWindowItemOnGUI
  nameWithType: EditorApplication.hierarchyWindowItemOnGUI
  type: Field
- uid: UnityEditor.EditorApplication.isCompiling
  name: isCompiling
  fullName: UnityEditor.EditorApplication.isCompiling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-isCompiling.html
  commentId: P:UnityEditor.EditorApplication.isCompiling
  nameWithType: EditorApplication.isCompiling
  type: Property
- uid: UnityEditor.EditorApplication.isPaused
  name: isPaused
  fullName: UnityEditor.EditorApplication.isPaused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-isPaused.html
  commentId: P:UnityEditor.EditorApplication.isPaused
  nameWithType: EditorApplication.isPaused
  type: Property
- uid: UnityEditor.EditorApplication.isPlaying
  name: isPlaying
  fullName: UnityEditor.EditorApplication.isPlaying
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-isPlaying.html
  commentId: P:UnityEditor.EditorApplication.isPlaying
  nameWithType: EditorApplication.isPlaying
  type: Property
- uid: UnityEditor.EditorApplication.isPlayingOrWillChangePlaymode
  name: isPlayingOrWillChangePlaymode
  fullName: UnityEditor.EditorApplication.isPlayingOrWillChangePlaymode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-isPlayingOrWillChangePlaymode.html
  commentId: P:UnityEditor.EditorApplication.isPlayingOrWillChangePlaymode
  nameWithType: EditorApplication.isPlayingOrWillChangePlaymode
  type: Property
- uid: UnityEditor.EditorApplication.isRemoteConnected
  name: isRemoteConnected
  fullName: UnityEditor.EditorApplication.isRemoteConnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-isRemoteConnected.html
  commentId: P:UnityEditor.EditorApplication.isRemoteConnected
  nameWithType: EditorApplication.isRemoteConnected
  type: Property
- uid: UnityEditor.EditorApplication.isSceneDirty
  name: isSceneDirty
  fullName: UnityEditor.EditorApplication.isSceneDirty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-isSceneDirty.html
  commentId: P:UnityEditor.EditorApplication.isSceneDirty
  nameWithType: EditorApplication.isSceneDirty
  type: Property
- uid: UnityEditor.EditorApplication.isTemporaryProject
  name: isTemporaryProject
  fullName: UnityEditor.EditorApplication.isTemporaryProject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-isTemporaryProject.html
  commentId: P:UnityEditor.EditorApplication.isTemporaryProject
  nameWithType: EditorApplication.isTemporaryProject
  type: Property
- uid: UnityEditor.EditorApplication.isUpdating
  name: isUpdating
  fullName: UnityEditor.EditorApplication.isUpdating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-isUpdating.html
  commentId: P:UnityEditor.EditorApplication.isUpdating
  nameWithType: EditorApplication.isUpdating
  type: Property
- uid: UnityEditor.EditorApplication.LoadLevelAdditiveAsyncInPlayMode(System.String)
  name: LoadLevelAdditiveAsyncInPlayMode(string)
  fullName: UnityEditor.EditorApplication.LoadLevelAdditiveAsyncInPlayMode(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.LoadLevelAdditiveAsyncInPlayMode.html
  commentId: M:UnityEditor.EditorApplication.LoadLevelAdditiveAsyncInPlayMode(System.String)
  nameWithType: EditorApplication.LoadLevelAdditiveAsyncInPlayMode(string)
  type: Method
- uid: UnityEditor.EditorApplication.LoadLevelAdditiveInPlayMode(System.String)
  name: LoadLevelAdditiveInPlayMode(string)
  fullName: UnityEditor.EditorApplication.LoadLevelAdditiveInPlayMode(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.LoadLevelAdditiveInPlayMode.html
  commentId: M:UnityEditor.EditorApplication.LoadLevelAdditiveInPlayMode(System.String)
  nameWithType: EditorApplication.LoadLevelAdditiveInPlayMode(string)
  type: Method
- uid: UnityEditor.EditorApplication.LoadLevelAsyncInPlayMode(System.String)
  name: LoadLevelAsyncInPlayMode(string)
  fullName: UnityEditor.EditorApplication.LoadLevelAsyncInPlayMode(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.LoadLevelAsyncInPlayMode.html
  commentId: M:UnityEditor.EditorApplication.LoadLevelAsyncInPlayMode(System.String)
  nameWithType: EditorApplication.LoadLevelAsyncInPlayMode(string)
  type: Method
- uid: UnityEditor.EditorApplication.LoadLevelInPlayMode(System.String)
  name: LoadLevelInPlayMode(string)
  fullName: UnityEditor.EditorApplication.LoadLevelInPlayMode(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.LoadLevelInPlayMode.html
  commentId: M:UnityEditor.EditorApplication.LoadLevelInPlayMode(System.String)
  nameWithType: EditorApplication.LoadLevelInPlayMode(string)
  type: Method
- uid: UnityEditor.EditorApplication.LockReloadAssemblies
  name: LockReloadAssemblies()
  fullName: UnityEditor.EditorApplication.LockReloadAssemblies()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.LockReloadAssemblies.html
  commentId: M:UnityEditor.EditorApplication.LockReloadAssemblies
  nameWithType: EditorApplication.LockReloadAssemblies()
  type: Method
- uid: UnityEditor.EditorApplication.MarkSceneDirty
  name: MarkSceneDirty()
  fullName: UnityEditor.EditorApplication.MarkSceneDirty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.MarkSceneDirty.html
  commentId: M:UnityEditor.EditorApplication.MarkSceneDirty
  nameWithType: EditorApplication.MarkSceneDirty()
  type: Method
- uid: UnityEditor.EditorApplication.modifierKeysChanged
  name: modifierKeysChanged
  fullName: UnityEditor.EditorApplication.modifierKeysChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-modifierKeysChanged.html
  commentId: F:UnityEditor.EditorApplication.modifierKeysChanged
  nameWithType: EditorApplication.modifierKeysChanged
  type: Field
- uid: UnityEditor.EditorApplication.NewEmptyScene
  name: NewEmptyScene()
  fullName: UnityEditor.EditorApplication.NewEmptyScene()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.NewEmptyScene.html
  commentId: M:UnityEditor.EditorApplication.NewEmptyScene
  nameWithType: EditorApplication.NewEmptyScene()
  type: Method
- uid: UnityEditor.EditorApplication.NewScene
  name: NewScene()
  fullName: UnityEditor.EditorApplication.NewScene()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.NewScene.html
  commentId: M:UnityEditor.EditorApplication.NewScene
  nameWithType: EditorApplication.NewScene()
  type: Method
- uid: UnityEditor.EditorApplication.OpenProject(System.String,System.String[])
  name: OpenProject(string, params string[])
  fullName: UnityEditor.EditorApplication.OpenProject(string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.OpenProject.html
  commentId: M:UnityEditor.EditorApplication.OpenProject(System.String,System.String[])
  nameWithType: EditorApplication.OpenProject(string, params string[])
  type: Method
- uid: UnityEditor.EditorApplication.OpenScene(System.String)
  name: OpenScene(string)
  fullName: UnityEditor.EditorApplication.OpenScene(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.OpenScene.html
  commentId: M:UnityEditor.EditorApplication.OpenScene(System.String)
  nameWithType: EditorApplication.OpenScene(string)
  type: Method
- uid: UnityEditor.EditorApplication.OpenSceneAdditive(System.String)
  name: OpenSceneAdditive(string)
  fullName: UnityEditor.EditorApplication.OpenSceneAdditive(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.OpenSceneAdditive.html
  commentId: M:UnityEditor.EditorApplication.OpenSceneAdditive(System.String)
  nameWithType: EditorApplication.OpenSceneAdditive(string)
  type: Method
- uid: UnityEditor.EditorApplication.pauseStateChanged
  name: pauseStateChanged
  fullName: UnityEditor.EditorApplication.pauseStateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-pauseStateChanged.html
  commentId: E:UnityEditor.EditorApplication.pauseStateChanged
  nameWithType: EditorApplication.pauseStateChanged
  type: Event
- uid: UnityEditor.EditorApplication.playmodeStateChanged
  name: playmodeStateChanged
  fullName: UnityEditor.EditorApplication.playmodeStateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-playmodeStateChanged.html
  commentId: F:UnityEditor.EditorApplication.playmodeStateChanged
  nameWithType: EditorApplication.playmodeStateChanged
  type: Field
- uid: UnityEditor.EditorApplication.playModeStateChanged
  name: playModeStateChanged
  fullName: UnityEditor.EditorApplication.playModeStateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-playModeStateChanged.html
  commentId: E:UnityEditor.EditorApplication.playModeStateChanged
  nameWithType: EditorApplication.playModeStateChanged
  type: Event
- uid: UnityEditor.EditorApplication.projectWindowChanged
  name: projectWindowChanged
  fullName: UnityEditor.EditorApplication.projectWindowChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-projectWindowChanged.html
  commentId: F:UnityEditor.EditorApplication.projectWindowChanged
  nameWithType: EditorApplication.projectWindowChanged
  type: Field
- uid: UnityEditor.EditorApplication.ProjectWindowItemCallback
  name: EditorApplication.ProjectWindowItemCallback
  fullName: UnityEditor.EditorApplication.ProjectWindowItemCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.ProjectWindowItemCallback.html
  commentId: T:UnityEditor.EditorApplication.ProjectWindowItemCallback
  nameWithType: EditorApplication.ProjectWindowItemCallback
  type: Delegate
- uid: UnityEditor.EditorApplication.projectWindowItemOnGUI
  name: projectWindowItemOnGUI
  fullName: UnityEditor.EditorApplication.projectWindowItemOnGUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-projectWindowItemOnGUI.html
  commentId: F:UnityEditor.EditorApplication.projectWindowItemOnGUI
  nameWithType: EditorApplication.projectWindowItemOnGUI
  type: Field
- uid: UnityEditor.EditorApplication.QueuePlayerLoopUpdate
  name: QueuePlayerLoopUpdate()
  fullName: UnityEditor.EditorApplication.QueuePlayerLoopUpdate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.QueuePlayerLoopUpdate.html
  commentId: M:UnityEditor.EditorApplication.QueuePlayerLoopUpdate
  nameWithType: EditorApplication.QueuePlayerLoopUpdate()
  type: Method
- uid: UnityEditor.EditorApplication.RepaintAnimationWindow
  name: RepaintAnimationWindow()
  fullName: UnityEditor.EditorApplication.RepaintAnimationWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.RepaintAnimationWindow.html
  commentId: M:UnityEditor.EditorApplication.RepaintAnimationWindow
  nameWithType: EditorApplication.RepaintAnimationWindow()
  type: Method
- uid: UnityEditor.EditorApplication.RepaintHierarchyWindow
  name: RepaintHierarchyWindow()
  fullName: UnityEditor.EditorApplication.RepaintHierarchyWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.RepaintHierarchyWindow.html
  commentId: M:UnityEditor.EditorApplication.RepaintHierarchyWindow
  nameWithType: EditorApplication.RepaintHierarchyWindow()
  type: Method
- uid: UnityEditor.EditorApplication.RepaintProjectWindow
  name: RepaintProjectWindow()
  fullName: UnityEditor.EditorApplication.RepaintProjectWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.RepaintProjectWindow.html
  commentId: M:UnityEditor.EditorApplication.RepaintProjectWindow
  nameWithType: EditorApplication.RepaintProjectWindow()
  type: Method
- uid: UnityEditor.EditorApplication.SaveAssets
  name: SaveAssets()
  fullName: UnityEditor.EditorApplication.SaveAssets()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.SaveAssets.html
  commentId: M:UnityEditor.EditorApplication.SaveAssets
  nameWithType: EditorApplication.SaveAssets()
  type: Method
- uid: UnityEditor.EditorApplication.SaveCurrentSceneIfUserWantsTo
  name: SaveCurrentSceneIfUserWantsTo()
  fullName: UnityEditor.EditorApplication.SaveCurrentSceneIfUserWantsTo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.SaveCurrentSceneIfUserWantsTo.html
  commentId: M:UnityEditor.EditorApplication.SaveCurrentSceneIfUserWantsTo
  nameWithType: EditorApplication.SaveCurrentSceneIfUserWantsTo()
  type: Method
- uid: UnityEditor.EditorApplication.SaveScene
  name: SaveScene()
  fullName: UnityEditor.EditorApplication.SaveScene()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.SaveScene.html
  commentId: M:UnityEditor.EditorApplication.SaveScene
  nameWithType: EditorApplication.SaveScene()
  type: Method
- uid: UnityEditor.EditorApplication.SaveScene(System.String,System.Boolean)
  name: SaveScene(string, bool)
  fullName: UnityEditor.EditorApplication.SaveScene(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.SaveScene.html
  commentId: M:UnityEditor.EditorApplication.SaveScene(System.String,System.Boolean)
  nameWithType: EditorApplication.SaveScene(string, bool)
  type: Method
- uid: UnityEditor.EditorApplication.SaveScene(System.String)
  name: SaveScene(string)
  fullName: UnityEditor.EditorApplication.SaveScene(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.SaveScene.html
  commentId: M:UnityEditor.EditorApplication.SaveScene(System.String)
  nameWithType: EditorApplication.SaveScene(string)
  type: Method
- uid: UnityEditor.EditorApplication.scriptingRuntimeVersion
  name: scriptingRuntimeVersion
  fullName: UnityEditor.EditorApplication.scriptingRuntimeVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-scriptingRuntimeVersion.html
  commentId: P:UnityEditor.EditorApplication.scriptingRuntimeVersion
  nameWithType: EditorApplication.scriptingRuntimeVersion
  type: Property
- uid: UnityEditor.EditorApplication.searchChanged
  name: searchChanged
  fullName: UnityEditor.EditorApplication.searchChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-searchChanged.html
  commentId: F:UnityEditor.EditorApplication.searchChanged
  nameWithType: EditorApplication.searchChanged
  type: Field
- uid: UnityEditor.EditorApplication.SerializedPropertyCallbackFunction
  name: EditorApplication.SerializedPropertyCallbackFunction
  fullName: UnityEditor.EditorApplication.SerializedPropertyCallbackFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.SerializedPropertyCallbackFunction.html
  commentId: T:UnityEditor.EditorApplication.SerializedPropertyCallbackFunction
  nameWithType: EditorApplication.SerializedPropertyCallbackFunction
  type: Delegate
- uid: UnityEditor.EditorApplication.SetTemporaryProjectKeepPath(System.String)
  name: SetTemporaryProjectKeepPath(string)
  fullName: UnityEditor.EditorApplication.SetTemporaryProjectKeepPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.SetTemporaryProjectKeepPath.html
  commentId: M:UnityEditor.EditorApplication.SetTemporaryProjectKeepPath(System.String)
  nameWithType: EditorApplication.SetTemporaryProjectKeepPath(string)
  type: Method
- uid: UnityEditor.EditorApplication.Step
  name: Step()
  fullName: UnityEditor.EditorApplication.Step()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.Step.html
  commentId: M:UnityEditor.EditorApplication.Step
  nameWithType: EditorApplication.Step()
  type: Method
- uid: UnityEditor.EditorApplication.timeSinceStartup
  name: timeSinceStartup
  fullName: UnityEditor.EditorApplication.timeSinceStartup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-timeSinceStartup.html
  commentId: P:UnityEditor.EditorApplication.timeSinceStartup
  nameWithType: EditorApplication.timeSinceStartup
  type: Property
- uid: UnityEditor.EditorApplication.UnlockReloadAssemblies
  name: UnlockReloadAssemblies()
  fullName: UnityEditor.EditorApplication.UnlockReloadAssemblies()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication.UnlockReloadAssemblies.html
  commentId: M:UnityEditor.EditorApplication.UnlockReloadAssemblies
  nameWithType: EditorApplication.UnlockReloadAssemblies()
  type: Method
- uid: UnityEditor.EditorApplication.update
  name: update
  fullName: UnityEditor.EditorApplication.update
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorApplication-update.html
  commentId: F:UnityEditor.EditorApplication.update
  nameWithType: EditorApplication.update
  type: Field
- uid: UnityEditor.EditorBehaviorMode
  name: EditorBehaviorMode
  fullName: UnityEditor.EditorBehaviorMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBehaviorMode.html
  commentId: T:UnityEditor.EditorBehaviorMode
  nameWithType: EditorBehaviorMode
  type: Enum
- uid: UnityEditor.EditorBehaviorMode.Mode2D
  name: Mode2D
  fullName: UnityEditor.EditorBehaviorMode.Mode2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBehaviorMode.Mode2D.html
  commentId: F:UnityEditor.EditorBehaviorMode.Mode2D
  nameWithType: EditorBehaviorMode.Mode2D
  type: Field
- uid: UnityEditor.EditorBehaviorMode.Mode3D
  name: Mode3D
  fullName: UnityEditor.EditorBehaviorMode.Mode3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBehaviorMode.Mode3D.html
  commentId: F:UnityEditor.EditorBehaviorMode.Mode3D
  nameWithType: EditorBehaviorMode.Mode3D
  type: Field
- uid: UnityEditor.EditorBuildSettings
  name: EditorBuildSettings
  fullName: UnityEditor.EditorBuildSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettings.html
  commentId: T:UnityEditor.EditorBuildSettings
  nameWithType: EditorBuildSettings
  type: Class
- uid: UnityEditor.EditorBuildSettings.scenes
  name: scenes
  fullName: UnityEditor.EditorBuildSettings.scenes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettings-scenes.html
  commentId: P:UnityEditor.EditorBuildSettings.scenes
  nameWithType: EditorBuildSettings.scenes
  type: Property
- uid: UnityEditor.EditorBuildSettingsScene
  name: EditorBuildSettingsScene
  fullName: UnityEditor.EditorBuildSettingsScene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene.html
  commentId: T:UnityEditor.EditorBuildSettingsScene
  nameWithType: EditorBuildSettingsScene
  type: Class
- uid: UnityEditor.EditorBuildSettingsScene.#ctor
  name: EditorBuildSettingsScene()
  fullName: UnityEditor.EditorBuildSettingsScene.EditorBuildSettingsScene()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene-ctor.html
  commentId: M:UnityEditor.EditorBuildSettingsScene.#ctor
  nameWithType: EditorBuildSettingsScene.EditorBuildSettingsScene()
  type: Constructor
- uid: UnityEditor.EditorBuildSettingsScene.#ctor(System.String,System.Boolean)
  name: EditorBuildSettingsScene(string, bool)
  fullName: UnityEditor.EditorBuildSettingsScene.EditorBuildSettingsScene(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene-ctor.html
  commentId: M:UnityEditor.EditorBuildSettingsScene.#ctor(System.String,System.Boolean)
  nameWithType: EditorBuildSettingsScene.EditorBuildSettingsScene(string, bool)
  type: Constructor
- uid: UnityEditor.EditorBuildSettingsScene.#ctor(UnityEditor.GUID,System.Boolean)
  name: EditorBuildSettingsScene(GUID, bool)
  fullName: UnityEditor.EditorBuildSettingsScene.EditorBuildSettingsScene(UnityEditor.GUID, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene-ctor.html
  commentId: M:UnityEditor.EditorBuildSettingsScene.#ctor(UnityEditor.GUID,System.Boolean)
  nameWithType: EditorBuildSettingsScene.EditorBuildSettingsScene(GUID, bool)
  type: Constructor
- uid: UnityEditor.EditorBuildSettingsScene.CompareTo(System.Object)
  name: CompareTo(object)
  fullName: UnityEditor.EditorBuildSettingsScene.CompareTo(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene.CompareTo.html
  commentId: M:UnityEditor.EditorBuildSettingsScene.CompareTo(System.Object)
  nameWithType: EditorBuildSettingsScene.CompareTo(object)
  type: Method
- uid: UnityEditor.EditorBuildSettingsScene.enabled
  name: enabled
  fullName: UnityEditor.EditorBuildSettingsScene.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene-enabled.html
  commentId: P:UnityEditor.EditorBuildSettingsScene.enabled
  nameWithType: EditorBuildSettingsScene.enabled
  type: Property
- uid: UnityEditor.EditorBuildSettingsScene.GetActiveSceneList(UnityEditor.EditorBuildSettingsScene[])
  name: GetActiveSceneList(EditorBuildSettingsScene[])
  fullName: UnityEditor.EditorBuildSettingsScene.GetActiveSceneList(UnityEditor.EditorBuildSettingsScene[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene.GetActiveSceneList.html
  commentId: M:UnityEditor.EditorBuildSettingsScene.GetActiveSceneList(UnityEditor.EditorBuildSettingsScene[])
  nameWithType: EditorBuildSettingsScene.GetActiveSceneList(EditorBuildSettingsScene[])
  type: Method
- uid: UnityEditor.EditorBuildSettingsScene.guid
  name: guid
  fullName: UnityEditor.EditorBuildSettingsScene.guid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene-guid.html
  commentId: P:UnityEditor.EditorBuildSettingsScene.guid
  nameWithType: EditorBuildSettingsScene.guid
  type: Property
- uid: UnityEditor.EditorBuildSettingsScene.path
  name: path
  fullName: UnityEditor.EditorBuildSettingsScene.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorBuildSettingsScene-path.html
  commentId: P:UnityEditor.EditorBuildSettingsScene.path
  nameWithType: EditorBuildSettingsScene.path
  type: Property
- uid: UnityEditor.EditorCurveBinding
  name: EditorCurveBinding
  fullName: UnityEditor.EditorCurveBinding
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding.html
  commentId: T:UnityEditor.EditorCurveBinding
  nameWithType: EditorCurveBinding
  type: Struct
- uid: UnityEditor.EditorCurveBinding.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEditor.EditorCurveBinding.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding.Equals.html
  commentId: M:UnityEditor.EditorCurveBinding.Equals(System.Object)
  nameWithType: EditorCurveBinding.Equals(object)
  type: Method
- uid: UnityEditor.EditorCurveBinding.FloatCurve(System.String,System.Type,System.String)
  name: FloatCurve(string, Type, string)
  fullName: UnityEditor.EditorCurveBinding.FloatCurve(string, System.Type, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding.FloatCurve.html
  commentId: M:UnityEditor.EditorCurveBinding.FloatCurve(System.String,System.Type,System.String)
  nameWithType: EditorCurveBinding.FloatCurve(string, Type, string)
  type: Method
- uid: UnityEditor.EditorCurveBinding.GetHashCode
  name: GetHashCode()
  fullName: UnityEditor.EditorCurveBinding.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding.GetHashCode.html
  commentId: M:UnityEditor.EditorCurveBinding.GetHashCode
  nameWithType: EditorCurveBinding.GetHashCode()
  type: Method
- uid: UnityEditor.EditorCurveBinding.isPPtrCurve
  name: isPPtrCurve
  fullName: UnityEditor.EditorCurveBinding.isPPtrCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding-isPPtrCurve.html
  commentId: P:UnityEditor.EditorCurveBinding.isPPtrCurve
  nameWithType: EditorCurveBinding.isPPtrCurve
  type: Property
- uid: UnityEditor.EditorCurveBinding.op_Equality(UnityEditor.EditorCurveBinding,UnityEditor.EditorCurveBinding)
  name: operator ==(EditorCurveBinding, EditorCurveBinding)
  fullName: UnityEditor.EditorCurveBinding.operator ==(UnityEditor.EditorCurveBinding, UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding-op_Equality.html
  commentId: M:UnityEditor.EditorCurveBinding.op_Equality(UnityEditor.EditorCurveBinding,UnityEditor.EditorCurveBinding)
  nameWithType: EditorCurveBinding.operator ==(EditorCurveBinding, EditorCurveBinding)
  type: Operator
- uid: UnityEditor.EditorCurveBinding.op_Inequality(UnityEditor.EditorCurveBinding,UnityEditor.EditorCurveBinding)
  name: operator !=(EditorCurveBinding, EditorCurveBinding)
  fullName: UnityEditor.EditorCurveBinding.operator !=(UnityEditor.EditorCurveBinding, UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding-op_Inequality.html
  commentId: M:UnityEditor.EditorCurveBinding.op_Inequality(UnityEditor.EditorCurveBinding,UnityEditor.EditorCurveBinding)
  nameWithType: EditorCurveBinding.operator !=(EditorCurveBinding, EditorCurveBinding)
  type: Operator
- uid: UnityEditor.EditorCurveBinding.path
  name: path
  fullName: UnityEditor.EditorCurveBinding.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding-path.html
  commentId: F:UnityEditor.EditorCurveBinding.path
  nameWithType: EditorCurveBinding.path
  type: Field
- uid: UnityEditor.EditorCurveBinding.PPtrCurve(System.String,System.Type,System.String)
  name: PPtrCurve(string, Type, string)
  fullName: UnityEditor.EditorCurveBinding.PPtrCurve(string, System.Type, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding.PPtrCurve.html
  commentId: M:UnityEditor.EditorCurveBinding.PPtrCurve(System.String,System.Type,System.String)
  nameWithType: EditorCurveBinding.PPtrCurve(string, Type, string)
  type: Method
- uid: UnityEditor.EditorCurveBinding.propertyName
  name: propertyName
  fullName: UnityEditor.EditorCurveBinding.propertyName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding-propertyName.html
  commentId: F:UnityEditor.EditorCurveBinding.propertyName
  nameWithType: EditorCurveBinding.propertyName
  type: Field
- uid: UnityEditor.EditorCurveBinding.type
  name: type
  fullName: UnityEditor.EditorCurveBinding.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorCurveBinding-type.html
  commentId: P:UnityEditor.EditorCurveBinding.type
  nameWithType: EditorCurveBinding.type
  type: Property
- uid: UnityEditor.EditorGUI
  name: EditorGUI
  fullName: UnityEditor.EditorGUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.html
  commentId: T:UnityEditor.EditorGUI
  nameWithType: EditorGUI
  type: Class
- uid: UnityEditor.EditorGUI.actionKey
  name: actionKey
  fullName: UnityEditor.EditorGUI.actionKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI-actionKey.html
  commentId: P:UnityEditor.EditorGUI.actionKey
  nameWithType: EditorGUI.actionKey
  type: Property
- uid: UnityEditor.EditorGUI.BeginChangeCheck
  name: BeginChangeCheck()
  fullName: UnityEditor.EditorGUI.BeginChangeCheck()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BeginChangeCheck.html
  commentId: M:UnityEditor.EditorGUI.BeginChangeCheck
  nameWithType: EditorGUI.BeginChangeCheck()
  type: Method
- uid: UnityEditor.EditorGUI.BeginDisabledGroup(System.Boolean)
  name: BeginDisabledGroup(bool)
  fullName: UnityEditor.EditorGUI.BeginDisabledGroup(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BeginDisabledGroup.html
  commentId: M:UnityEditor.EditorGUI.BeginDisabledGroup(System.Boolean)
  nameWithType: EditorGUI.BeginDisabledGroup(bool)
  type: Method
- uid: UnityEditor.EditorGUI.BeginProperty(UnityEngine.Rect,UnityEngine.GUIContent,UnityEditor.SerializedProperty)
  name: BeginProperty(Rect, GUIContent, SerializedProperty)
  fullName: UnityEditor.EditorGUI.BeginProperty(UnityEngine.Rect, UnityEngine.GUIContent, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BeginProperty.html
  commentId: M:UnityEditor.EditorGUI.BeginProperty(UnityEngine.Rect,UnityEngine.GUIContent,UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.BeginProperty(Rect, GUIContent, SerializedProperty)
  type: Method
- uid: UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,System.String,UnityEngine.Bounds)
  name: BoundsField(Rect, string, Bounds)
  fullName: UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect, string, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BoundsField.html
  commentId: M:UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,System.String,UnityEngine.Bounds)
  nameWithType: EditorGUI.BoundsField(Rect, string, Bounds)
  type: Method
- uid: UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,UnityEngine.Bounds)
  name: BoundsField(Rect, Bounds)
  fullName: UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BoundsField.html
  commentId: M:UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,UnityEngine.Bounds)
  nameWithType: EditorGUI.BoundsField(Rect, Bounds)
  type: Method
- uid: UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Bounds)
  name: BoundsField(Rect, GUIContent, Bounds)
  fullName: UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BoundsField.html
  commentId: M:UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Bounds)
  nameWithType: EditorGUI.BoundsField(Rect, GUIContent, Bounds)
  type: Method
- uid: UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect,System.String,UnityEngine.BoundsInt)
  name: BoundsIntField(Rect, string, BoundsInt)
  fullName: UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect, string, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BoundsIntField.html
  commentId: M:UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect,System.String,UnityEngine.BoundsInt)
  nameWithType: EditorGUI.BoundsIntField(Rect, string, BoundsInt)
  type: Method
- uid: UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect,UnityEngine.BoundsInt)
  name: BoundsIntField(Rect, BoundsInt)
  fullName: UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BoundsIntField.html
  commentId: M:UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect,UnityEngine.BoundsInt)
  nameWithType: EditorGUI.BoundsIntField(Rect, BoundsInt)
  type: Method
- uid: UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.BoundsInt)
  name: BoundsIntField(Rect, GUIContent, BoundsInt)
  fullName: UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.BoundsIntField.html
  commentId: M:UnityEditor.EditorGUI.BoundsIntField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.BoundsInt)
  nameWithType: EditorGUI.BoundsIntField(Rect, GUIContent, BoundsInt)
  type: Method
- uid: UnityEditor.EditorGUI.ChangeCheckScope
  name: EditorGUI.ChangeCheckScope
  fullName: UnityEditor.EditorGUI.ChangeCheckScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ChangeCheckScope.html
  commentId: T:UnityEditor.EditorGUI.ChangeCheckScope
  nameWithType: EditorGUI.ChangeCheckScope
  type: Class
- uid: UnityEditor.EditorGUI.ChangeCheckScope.#ctor
  name: ChangeCheckScope()
  fullName: UnityEditor.EditorGUI.ChangeCheckScope.ChangeCheckScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ChangeCheckScope-ctor.html
  commentId: M:UnityEditor.EditorGUI.ChangeCheckScope.#ctor
  nameWithType: EditorGUI.ChangeCheckScope.ChangeCheckScope()
  type: Constructor
- uid: UnityEditor.EditorGUI.ChangeCheckScope.changed
  name: changed
  fullName: UnityEditor.EditorGUI.ChangeCheckScope.changed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ChangeCheckScope-changed.html
  commentId: P:UnityEditor.EditorGUI.ChangeCheckScope.changed
  nameWithType: EditorGUI.ChangeCheckScope.changed
  type: Property
- uid: UnityEditor.EditorGUI.ChangeCheckScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUI.ChangeCheckScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ChangeCheckScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUI.ChangeCheckScope.CloseScope
  nameWithType: EditorGUI.ChangeCheckScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,System.String,UnityEngine.Color)
  name: ColorField(Rect, string, Color)
  fullName: UnityEditor.EditorGUI.ColorField(UnityEngine.Rect, string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ColorField.html
  commentId: M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,System.String,UnityEngine.Color)
  nameWithType: EditorGUI.ColorField(Rect, string, Color)
  type: Method
- uid: UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.Color)
  name: ColorField(Rect, Color)
  fullName: UnityEditor.EditorGUI.ColorField(UnityEngine.Rect, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ColorField.html
  commentId: M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.Color)
  nameWithType: EditorGUI.ColorField(Rect, Color)
  type: Method
- uid: UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Color,System.Boolean,System.Boolean,System.Boolean,UnityEditor.ColorPickerHDRConfig)
  name: ColorField(Rect, GUIContent, Color, bool, bool, bool, ColorPickerHDRConfig)
  fullName: UnityEditor.EditorGUI.ColorField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Color, bool, bool, bool, UnityEditor.ColorPickerHDRConfig)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ColorField.html
  commentId: M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Color,System.Boolean,System.Boolean,System.Boolean,UnityEditor.ColorPickerHDRConfig)
  nameWithType: EditorGUI.ColorField(Rect, GUIContent, Color, bool, bool, bool, ColorPickerHDRConfig)
  type: Method
- uid: UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Color)
  name: ColorField(Rect, GUIContent, Color)
  fullName: UnityEditor.EditorGUI.ColorField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ColorField.html
  commentId: M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Color)
  nameWithType: EditorGUI.ColorField(Rect, GUIContent, Color)
  type: Method
- uid: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,System.String,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)
  name: CurveField(Rect, string, AnimationCurve, Color, Rect)
  fullName: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect, string, UnityEngine.AnimationCurve, UnityEngine.Color, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.CurveField.html
  commentId: M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,System.String,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)
  nameWithType: EditorGUI.CurveField(Rect, string, AnimationCurve, Color, Rect)
  type: Method
- uid: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,System.String,UnityEngine.AnimationCurve)
  name: CurveField(Rect, string, AnimationCurve)
  fullName: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect, string, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.CurveField.html
  commentId: M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,System.String,UnityEngine.AnimationCurve)
  nameWithType: EditorGUI.CurveField(Rect, string, AnimationCurve)
  type: Method
- uid: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUIContent)
  name: CurveField(Rect, SerializedProperty, Color, Rect, GUIContent)
  fullName: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.CurveField.html
  commentId: M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: EditorGUI.CurveField(Rect, SerializedProperty, Color, Rect, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect)
  name: CurveField(Rect, SerializedProperty, Color, Rect)
  fullName: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.CurveField.html
  commentId: M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect)
  nameWithType: EditorGUI.CurveField(Rect, SerializedProperty, Color, Rect)
  type: Method
- uid: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)
  name: CurveField(Rect, AnimationCurve, Color, Rect)
  fullName: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect, UnityEngine.AnimationCurve, UnityEngine.Color, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.CurveField.html
  commentId: M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)
  nameWithType: EditorGUI.CurveField(Rect, AnimationCurve, Color, Rect)
  type: Method
- uid: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.AnimationCurve)
  name: CurveField(Rect, AnimationCurve)
  fullName: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.CurveField.html
  commentId: M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.AnimationCurve)
  nameWithType: EditorGUI.CurveField(Rect, AnimationCurve)
  type: Method
- uid: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)
  name: CurveField(Rect, GUIContent, AnimationCurve, Color, Rect)
  fullName: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.AnimationCurve, UnityEngine.Color, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.CurveField.html
  commentId: M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)
  nameWithType: EditorGUI.CurveField(Rect, GUIContent, AnimationCurve, Color, Rect)
  type: Method
- uid: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.AnimationCurve)
  name: CurveField(Rect, GUIContent, AnimationCurve)
  fullName: UnityEditor.EditorGUI.CurveField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.CurveField.html
  commentId: M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.AnimationCurve)
  nameWithType: EditorGUI.CurveField(Rect, GUIContent, AnimationCurve)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.Double,UnityEngine.GUIStyle)
  name: DelayedDoubleField(Rect, double, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect, double, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.Double,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedDoubleField(Rect, double, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.Double)
  name: DelayedDoubleField(Rect, double)
  fullName: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.Double)
  nameWithType: EditorGUI.DelayedDoubleField(Rect, double)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.String,System.Double,UnityEngine.GUIStyle)
  name: DelayedDoubleField(Rect, string, double, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect, string, double, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.String,System.Double,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedDoubleField(Rect, string, double, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.String,System.Double)
  name: DelayedDoubleField(Rect, string, double)
  fullName: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect, string, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.String,System.Double)
  nameWithType: EditorGUI.DelayedDoubleField(Rect, string, double)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle)
  name: DelayedDoubleField(Rect, GUIContent, double, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect, UnityEngine.GUIContent, double, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedDoubleField(Rect, GUIContent, double, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double)
  name: DelayedDoubleField(Rect, GUIContent, double)
  fullName: UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect, UnityEngine.GUIContent, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double)
  nameWithType: EditorGUI.DelayedDoubleField(Rect, GUIContent, double)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.Single,UnityEngine.GUIStyle)
  name: DelayedFloatField(Rect, float, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.Single,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedFloatField(Rect, float, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.Single)
  name: DelayedFloatField(Rect, float)
  fullName: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.Single)
  nameWithType: EditorGUI.DelayedFloatField(Rect, float)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.String,System.Single,UnityEngine.GUIStyle)
  name: DelayedFloatField(Rect, string, float, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect, string, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.String,System.Single,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedFloatField(Rect, string, float, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.String,System.Single)
  name: DelayedFloatField(Rect, string, float)
  fullName: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect, string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.String,System.Single)
  nameWithType: EditorGUI.DelayedFloatField(Rect, string, float)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: DelayedFloatField(Rect, SerializedProperty, GUIContent)
  fullName: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: EditorGUI.DelayedFloatField(Rect, SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  name: DelayedFloatField(Rect, SerializedProperty)
  fullName: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.DelayedFloatField(Rect, SerializedProperty)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle)
  name: DelayedFloatField(Rect, GUIContent, float, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect, UnityEngine.GUIContent, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedFloatField(Rect, GUIContent, float, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single)
  name: DelayedFloatField(Rect, GUIContent, float)
  fullName: UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect, UnityEngine.GUIContent, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single)
  nameWithType: EditorGUI.DelayedFloatField(Rect, GUIContent, float)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)
  name: DelayedIntField(Rect, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedIntField(Rect, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.Int32)
  name: DelayedIntField(Rect, int)
  fullName: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.Int32)
  nameWithType: EditorGUI.DelayedIntField(Rect, int)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  name: DelayedIntField(Rect, string, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect, string, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedIntField(Rect, string, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.String,System.Int32)
  name: DelayedIntField(Rect, string, int)
  fullName: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.String,System.Int32)
  nameWithType: EditorGUI.DelayedIntField(Rect, string, int)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: DelayedIntField(Rect, SerializedProperty, GUIContent)
  fullName: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: EditorGUI.DelayedIntField(Rect, SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  name: DelayedIntField(Rect, SerializedProperty)
  fullName: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.DelayedIntField(Rect, SerializedProperty)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)
  name: DelayedIntField(Rect, GUIContent, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect, UnityEngine.GUIContent, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedIntField(Rect, GUIContent, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  name: DelayedIntField(Rect, GUIContent, int)
  fullName: UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect, UnityEngine.GUIContent, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  nameWithType: EditorGUI.DelayedIntField(Rect, GUIContent, int)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  name: DelayedTextField(Rect, string, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, string, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedTextField(Rect, string, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,System.String)
  name: DelayedTextField(Rect, string, string)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,System.String)
  nameWithType: EditorGUI.DelayedTextField(Rect, string, string)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: DelayedTextField(Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedTextField(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String)
  name: DelayedTextField(Rect, string)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String)
  nameWithType: EditorGUI.DelayedTextField(Rect, string)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: DelayedTextField(Rect, SerializedProperty, GUIContent)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: EditorGUI.DelayedTextField(Rect, SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  name: DelayedTextField(Rect, SerializedProperty)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.DelayedTextField(Rect, SerializedProperty)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String,UnityEngine.GUIStyle)
  name: DelayedTextField(Rect, GUIContent, int, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, UnityEngine.GUIContent, int, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedTextField(Rect, GUIContent, int, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String)
  name: DelayedTextField(Rect, GUIContent, int, string)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, UnityEngine.GUIContent, int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String)
  nameWithType: EditorGUI.DelayedTextField(Rect, GUIContent, int, string)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  name: DelayedTextField(Rect, GUIContent, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, UnityEngine.GUIContent, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DelayedTextField(Rect, GUIContent, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)
  name: DelayedTextField(Rect, GUIContent, string)
  fullName: UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect, UnityEngine.GUIContent, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)
  nameWithType: EditorGUI.DelayedTextField(Rect, GUIContent, string)
  type: Method
- uid: UnityEditor.EditorGUI.DisabledGroupScope
  name: EditorGUI.DisabledGroupScope
  fullName: UnityEditor.EditorGUI.DisabledGroupScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DisabledGroupScope.html
  commentId: T:UnityEditor.EditorGUI.DisabledGroupScope
  nameWithType: EditorGUI.DisabledGroupScope
  type: Class
- uid: UnityEditor.EditorGUI.DisabledGroupScope.#ctor(System.Boolean)
  name: DisabledGroupScope(bool)
  fullName: UnityEditor.EditorGUI.DisabledGroupScope.DisabledGroupScope(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DisabledGroupScope-ctor.html
  commentId: M:UnityEditor.EditorGUI.DisabledGroupScope.#ctor(System.Boolean)
  nameWithType: EditorGUI.DisabledGroupScope.DisabledGroupScope(bool)
  type: Constructor
- uid: UnityEditor.EditorGUI.DisabledGroupScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUI.DisabledGroupScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DisabledGroupScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUI.DisabledGroupScope.CloseScope
  nameWithType: EditorGUI.DisabledGroupScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUI.DisabledScope
  name: EditorGUI.DisabledScope
  fullName: UnityEditor.EditorGUI.DisabledScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DisabledScope.html
  commentId: T:UnityEditor.EditorGUI.DisabledScope
  nameWithType: EditorGUI.DisabledScope
  type: Struct
- uid: UnityEditor.EditorGUI.DisabledScope.#ctor(System.Boolean)
  name: DisabledScope(bool)
  fullName: UnityEditor.EditorGUI.DisabledScope.DisabledScope(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DisabledScope-ctor.html
  commentId: M:UnityEditor.EditorGUI.DisabledScope.#ctor(System.Boolean)
  nameWithType: EditorGUI.DisabledScope.DisabledScope(bool)
  type: Constructor
- uid: UnityEditor.EditorGUI.DisabledScope.Dispose
  name: Dispose()
  fullName: UnityEditor.EditorGUI.DisabledScope.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DisabledScope.Dispose.html
  commentId: M:UnityEditor.EditorGUI.DisabledScope.Dispose
  nameWithType: EditorGUI.DisabledScope.Dispose()
  type: Method
- uid: UnityEditor.EditorGUI.DoPasswordField(System.Int32,UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: DoPasswordField(int, Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.DoPasswordField(int, UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DoPasswordField.html
  commentId: M:UnityEditor.EditorGUI.DoPasswordField(System.Int32,UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DoPasswordField(int, Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DoPasswordField(System.Int32,UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  name: DoPasswordField(int, Rect, GUIContent, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.DoPasswordField(int, UnityEngine.Rect, UnityEngine.GUIContent, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DoPasswordField.html
  commentId: M:UnityEditor.EditorGUI.DoPasswordField(System.Int32,UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DoPasswordField(int, Rect, GUIContent, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.Double,UnityEngine.GUIStyle)
  name: DoubleField(Rect, double, GUIStyle)
  fullName: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect, double, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DoubleField.html
  commentId: M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.Double,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DoubleField(Rect, double, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.Double)
  name: DoubleField(Rect, double)
  fullName: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DoubleField.html
  commentId: M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.Double)
  nameWithType: EditorGUI.DoubleField(Rect, double)
  type: Method
- uid: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.String,System.Double,UnityEngine.GUIStyle)
  name: DoubleField(Rect, string, double, GUIStyle)
  fullName: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect, string, double, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DoubleField.html
  commentId: M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.String,System.Double,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DoubleField(Rect, string, double, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.String,System.Double)
  name: DoubleField(Rect, string, double)
  fullName: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect, string, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DoubleField.html
  commentId: M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.String,System.Double)
  nameWithType: EditorGUI.DoubleField(Rect, string, double)
  type: Method
- uid: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle)
  name: DoubleField(Rect, GUIContent, double, GUIStyle)
  fullName: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect, UnityEngine.GUIContent, double, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DoubleField.html
  commentId: M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DoubleField(Rect, GUIContent, double, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double)
  name: DoubleField(Rect, GUIContent, double)
  fullName: UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect, UnityEngine.GUIContent, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DoubleField.html
  commentId: M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double)
  nameWithType: EditorGUI.DoubleField(Rect, GUIContent, double)
  type: Method
- uid: UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,UnityEngine.ScaleMode,System.Single)
  name: DrawPreviewTexture(Rect, Texture, Material, ScaleMode, float)
  fullName: UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Material, UnityEngine.ScaleMode, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawPreviewTexture.html
  commentId: M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,UnityEngine.ScaleMode,System.Single)
  nameWithType: EditorGUI.DrawPreviewTexture(Rect, Texture, Material, ScaleMode, float)
  type: Method
- uid: UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,UnityEngine.ScaleMode)
  name: DrawPreviewTexture(Rect, Texture, Material, ScaleMode)
  fullName: UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Material, UnityEngine.ScaleMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawPreviewTexture.html
  commentId: M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,UnityEngine.ScaleMode)
  nameWithType: EditorGUI.DrawPreviewTexture(Rect, Texture, Material, ScaleMode)
  type: Method
- uid: UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material)
  name: DrawPreviewTexture(Rect, Texture, Material)
  fullName: UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawPreviewTexture.html
  commentId: M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material)
  nameWithType: EditorGUI.DrawPreviewTexture(Rect, Texture, Material)
  type: Method
- uid: UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture)
  name: DrawPreviewTexture(Rect, Texture)
  fullName: UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawPreviewTexture.html
  commentId: M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: EditorGUI.DrawPreviewTexture(Rect, Texture)
  type: Method
- uid: UnityEditor.EditorGUI.DrawRect(UnityEngine.Rect,UnityEngine.Color)
  name: DrawRect(Rect, Color)
  fullName: UnityEditor.EditorGUI.DrawRect(UnityEngine.Rect, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawRect.html
  commentId: M:UnityEditor.EditorGUI.DrawRect(UnityEngine.Rect,UnityEngine.Color)
  nameWithType: EditorGUI.DrawRect(Rect, Color)
  type: Method
- uid: UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Single)
  name: DrawTextureAlpha(Rect, Texture, ScaleMode, float)
  fullName: UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawTextureAlpha.html
  commentId: M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Single)
  nameWithType: EditorGUI.DrawTextureAlpha(Rect, Texture, ScaleMode, float)
  type: Method
- uid: UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)
  name: DrawTextureAlpha(Rect, Texture, ScaleMode)
  fullName: UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawTextureAlpha.html
  commentId: M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)
  nameWithType: EditorGUI.DrawTextureAlpha(Rect, Texture, ScaleMode)
  type: Method
- uid: UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture)
  name: DrawTextureAlpha(Rect, Texture)
  fullName: UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawTextureAlpha.html
  commentId: M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: EditorGUI.DrawTextureAlpha(Rect, Texture)
  type: Method
- uid: UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Single)
  name: DrawTextureTransparent(Rect, Texture, ScaleMode, float)
  fullName: UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawTextureTransparent.html
  commentId: M:UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Single)
  nameWithType: EditorGUI.DrawTextureTransparent(Rect, Texture, ScaleMode, float)
  type: Method
- uid: UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)
  name: DrawTextureTransparent(Rect, Texture, ScaleMode)
  fullName: UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawTextureTransparent.html
  commentId: M:UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)
  nameWithType: EditorGUI.DrawTextureTransparent(Rect, Texture, ScaleMode)
  type: Method
- uid: UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect,UnityEngine.Texture)
  name: DrawTextureTransparent(Rect, Texture)
  fullName: UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DrawTextureTransparent.html
  commentId: M:UnityEditor.EditorGUI.DrawTextureTransparent(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: EditorGUI.DrawTextureTransparent(Rect, Texture)
  type: Method
- uid: UnityEditor.EditorGUI.DropdownButton(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUIStyle)
  name: DropdownButton(Rect, GUIContent, FocusType, GUIStyle)
  fullName: UnityEditor.EditorGUI.DropdownButton(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.FocusType, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DropdownButton.html
  commentId: M:UnityEditor.EditorGUI.DropdownButton(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DropdownButton(Rect, GUIContent, FocusType, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DropdownButton(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.FocusType)
  name: DropdownButton(Rect, GUIContent, FocusType)
  fullName: UnityEditor.EditorGUI.DropdownButton(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.FocusType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DropdownButton.html
  commentId: M:UnityEditor.EditorGUI.DropdownButton(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.FocusType)
  nameWithType: EditorGUI.DropdownButton(Rect, GUIContent, FocusType)
  type: Method
- uid: UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: DropShadowLabel(Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DropShadowLabel.html
  commentId: M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DropShadowLabel(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,System.String)
  name: DropShadowLabel(Rect, string)
  fullName: UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DropShadowLabel.html
  commentId: M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,System.String)
  nameWithType: EditorGUI.DropShadowLabel(Rect, string)
  type: Method
- uid: UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: DropShadowLabel(Rect, GUIContent, GUIStyle)
  fullName: UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DropShadowLabel.html
  commentId: M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.DropShadowLabel(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,UnityEngine.GUIContent)
  name: DropShadowLabel(Rect, GUIContent)
  fullName: UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.DropShadowLabel.html
  commentId: M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: EditorGUI.DropShadowLabel(Rect, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.EndChangeCheck
  name: EndChangeCheck()
  fullName: UnityEditor.EditorGUI.EndChangeCheck()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EndChangeCheck.html
  commentId: M:UnityEditor.EditorGUI.EndChangeCheck
  nameWithType: EditorGUI.EndChangeCheck()
  type: Method
- uid: UnityEditor.EditorGUI.EndDisabledGroup
  name: EndDisabledGroup()
  fullName: UnityEditor.EditorGUI.EndDisabledGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EndDisabledGroup.html
  commentId: M:UnityEditor.EditorGUI.EndDisabledGroup
  nameWithType: EditorGUI.EndDisabledGroup()
  type: Method
- uid: UnityEditor.EditorGUI.EndProperty
  name: EndProperty()
  fullName: UnityEditor.EditorGUI.EndProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EndProperty.html
  commentId: M:UnityEditor.EditorGUI.EndProperty
  nameWithType: EditorGUI.EndProperty()
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.Enum,UnityEngine.GUIStyle)
  name: EnumMaskField(Rect, Enum, GUIStyle)
  fullName: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect, System.Enum, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.Enum,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.EnumMaskField(Rect, Enum, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.Enum)
  name: EnumMaskField(Rect, Enum)
  fullName: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect, System.Enum)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.Enum)
  nameWithType: EditorGUI.EnumMaskField(Rect, Enum)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)
  name: EnumMaskField(Rect, string, Enum, GUIStyle)
  fullName: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect, string, System.Enum, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.EnumMaskField(Rect, string, Enum, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.String,System.Enum)
  name: EnumMaskField(Rect, string, Enum)
  fullName: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect, string, System.Enum)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.String,System.Enum)
  nameWithType: EditorGUI.EnumMaskField(Rect, string, Enum)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)
  name: EnumMaskField(Rect, GUIContent, Enum, GUIStyle)
  fullName: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect, UnityEngine.GUIContent, System.Enum, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.EnumMaskField(Rect, GUIContent, Enum, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)
  name: EnumMaskField(Rect, GUIContent, Enum)
  fullName: UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect, UnityEngine.GUIContent, System.Enum)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)
  nameWithType: EditorGUI.EnumMaskField(Rect, GUIContent, Enum)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)
  name: EnumMaskPopup(Rect, string, Enum, GUIStyle)
  fullName: UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect, string, System.Enum, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.EnumMaskPopup(Rect, string, Enum, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,System.String,System.Enum)
  name: EnumMaskPopup(Rect, string, Enum)
  fullName: UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect, string, System.Enum)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,System.String,System.Enum)
  nameWithType: EditorGUI.EnumMaskPopup(Rect, string, Enum)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)
  name: EnumMaskPopup(Rect, GUIContent, Enum, GUIStyle)
  fullName: UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect, UnityEngine.GUIContent, System.Enum, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.EnumMaskPopup(Rect, GUIContent, Enum, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)
  name: EnumMaskPopup(Rect, GUIContent, Enum)
  fullName: UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect, UnityEngine.GUIContent, System.Enum)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumMaskPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)
  nameWithType: EditorGUI.EnumMaskPopup(Rect, GUIContent, Enum)
  type: Method
- uid: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.Enum,UnityEngine.GUIStyle)
  name: EnumPopup(Rect, Enum, GUIStyle)
  fullName: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect, System.Enum, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.Enum,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.EnumPopup(Rect, Enum, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.Enum)
  name: EnumPopup(Rect, Enum)
  fullName: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect, System.Enum)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.Enum)
  nameWithType: EditorGUI.EnumPopup(Rect, Enum)
  type: Method
- uid: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)
  name: EnumPopup(Rect, string, Enum, GUIStyle)
  fullName: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect, string, System.Enum, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.EnumPopup(Rect, string, Enum, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.String,System.Enum)
  name: EnumPopup(Rect, string, Enum)
  fullName: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect, string, System.Enum)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.String,System.Enum)
  nameWithType: EditorGUI.EnumPopup(Rect, string, Enum)
  type: Method
- uid: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)
  name: EnumPopup(Rect, GUIContent, Enum, GUIStyle)
  fullName: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect, UnityEngine.GUIContent, System.Enum, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.EnumPopup(Rect, GUIContent, Enum, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)
  name: EnumPopup(Rect, GUIContent, Enum)
  fullName: UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect, UnityEngine.GUIContent, System.Enum)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.EnumPopup.html
  commentId: M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)
  nameWithType: EditorGUI.EnumPopup(Rect, GUIContent, Enum)
  type: Method
- uid: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.Single,UnityEngine.GUIStyle)
  name: FloatField(Rect, float, GUIStyle)
  fullName: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.FloatField.html
  commentId: M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.Single,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.FloatField(Rect, float, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.Single)
  name: FloatField(Rect, float)
  fullName: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.FloatField.html
  commentId: M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.Single)
  nameWithType: EditorGUI.FloatField(Rect, float)
  type: Method
- uid: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.String,System.Single,UnityEngine.GUIStyle)
  name: FloatField(Rect, string, float, GUIStyle)
  fullName: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect, string, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.FloatField.html
  commentId: M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.String,System.Single,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.FloatField(Rect, string, float, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.String,System.Single)
  name: FloatField(Rect, string, float)
  fullName: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect, string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.FloatField.html
  commentId: M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.String,System.Single)
  nameWithType: EditorGUI.FloatField(Rect, string, float)
  type: Method
- uid: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle)
  name: FloatField(Rect, GUIContent, float, GUIStyle)
  fullName: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect, UnityEngine.GUIContent, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.FloatField.html
  commentId: M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.FloatField(Rect, GUIContent, float, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single)
  name: FloatField(Rect, GUIContent, float)
  fullName: UnityEditor.EditorGUI.FloatField(UnityEngine.Rect, UnityEngine.GUIContent, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.FloatField.html
  commentId: M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single)
  nameWithType: EditorGUI.FloatField(Rect, GUIContent, float)
  type: Method
- uid: UnityEditor.EditorGUI.FocusTextInControl(System.String)
  name: FocusTextInControl(string)
  fullName: UnityEditor.EditorGUI.FocusTextInControl(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.FocusTextInControl.html
  commentId: M:UnityEditor.EditorGUI.FocusTextInControl(System.String)
  nameWithType: EditorGUI.FocusTextInControl(string)
  type: Method
- uid: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,System.Boolean,UnityEngine.GUIStyle)
  name: Foldout(Rect, bool, string, bool, GUIStyle)
  fullName: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect, bool, string, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Foldout.html
  commentId: M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Foldout(Rect, bool, string, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,System.Boolean)
  name: Foldout(Rect, bool, string, bool)
  fullName: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect, bool, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Foldout.html
  commentId: M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,System.Boolean)
  nameWithType: EditorGUI.Foldout(Rect, bool, string, bool)
  type: Method
- uid: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,UnityEngine.GUIStyle)
  name: Foldout(Rect, bool, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect, bool, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Foldout.html
  commentId: M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Foldout(Rect, bool, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String)
  name: Foldout(Rect, bool, string)
  fullName: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Foldout.html
  commentId: M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String)
  nameWithType: EditorGUI.Foldout(Rect, bool, string)
  type: Method
- uid: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)
  name: Foldout(Rect, bool, GUIContent, bool, GUIStyle)
  fullName: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect, bool, UnityEngine.GUIContent, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Foldout.html
  commentId: M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Foldout(Rect, bool, GUIContent, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,System.Boolean)
  name: Foldout(Rect, bool, GUIContent, bool)
  fullName: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect, bool, UnityEngine.GUIContent, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Foldout.html
  commentId: M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,System.Boolean)
  nameWithType: EditorGUI.Foldout(Rect, bool, GUIContent, bool)
  type: Method
- uid: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Foldout(Rect, bool, GUIContent, GUIStyle)
  fullName: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect, bool, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Foldout.html
  commentId: M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Foldout(Rect, bool, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent)
  name: Foldout(Rect, bool, GUIContent)
  fullName: UnityEditor.EditorGUI.Foldout(UnityEngine.Rect, bool, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Foldout.html
  commentId: M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent)
  nameWithType: EditorGUI.Foldout(Rect, bool, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,System.Boolean)
  name: GetPropertyHeight(SerializedProperty, bool)
  fullName: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.GetPropertyHeight.html
  commentId: M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,System.Boolean)
  nameWithType: EditorGUI.GetPropertyHeight(SerializedProperty, bool)
  type: Method
- uid: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean)
  name: GetPropertyHeight(SerializedProperty, GUIContent, bool)
  fullName: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty, UnityEngine.GUIContent, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.GetPropertyHeight.html
  commentId: M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean)
  nameWithType: EditorGUI.GetPropertyHeight(SerializedProperty, GUIContent, bool)
  type: Method
- uid: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: GetPropertyHeight(SerializedProperty, GUIContent)
  fullName: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.GetPropertyHeight.html
  commentId: M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: EditorGUI.GetPropertyHeight(SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty)
  name: GetPropertyHeight(SerializedProperty)
  fullName: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.GetPropertyHeight.html
  commentId: M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.GetPropertyHeight(SerializedProperty)
  type: Method
- uid: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedPropertyType,UnityEngine.GUIContent)
  name: GetPropertyHeight(SerializedPropertyType, GUIContent)
  fullName: UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedPropertyType, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.GetPropertyHeight.html
  commentId: M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedPropertyType,UnityEngine.GUIContent)
  nameWithType: EditorGUI.GetPropertyHeight(SerializedPropertyType, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)
  name: HandlePrefixLabel(Rect, Rect, GUIContent, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect, UnityEngine.Rect, UnityEngine.GUIContent, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.HandlePrefixLabel.html
  commentId: M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.HandlePrefixLabel(Rect, Rect, GUIContent, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  name: HandlePrefixLabel(Rect, Rect, GUIContent, int)
  fullName: UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect, UnityEngine.Rect, UnityEngine.GUIContent, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.HandlePrefixLabel.html
  commentId: M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  nameWithType: EditorGUI.HandlePrefixLabel(Rect, Rect, GUIContent, int)
  type: Method
- uid: UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent)
  name: HandlePrefixLabel(Rect, Rect, GUIContent)
  fullName: UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect, UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.HandlePrefixLabel.html
  commentId: M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: EditorGUI.HandlePrefixLabel(Rect, Rect, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.HelpBox(UnityEngine.Rect,System.String,UnityEditor.MessageType)
  name: HelpBox(Rect, string, MessageType)
  fullName: UnityEditor.EditorGUI.HelpBox(UnityEngine.Rect, string, UnityEditor.MessageType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.HelpBox.html
  commentId: M:UnityEditor.EditorGUI.HelpBox(UnityEngine.Rect,System.String,UnityEditor.MessageType)
  nameWithType: EditorGUI.HelpBox(Rect, string, MessageType)
  type: Method
- uid: UnityEditor.EditorGUI.IndentedRect(UnityEngine.Rect)
  name: IndentedRect(Rect)
  fullName: UnityEditor.EditorGUI.IndentedRect(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IndentedRect.html
  commentId: M:UnityEditor.EditorGUI.IndentedRect(UnityEngine.Rect)
  nameWithType: EditorGUI.IndentedRect(Rect)
  type: Method
- uid: UnityEditor.EditorGUI.indentLevel
  name: indentLevel
  fullName: UnityEditor.EditorGUI.indentLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI-indentLevel.html
  commentId: P:UnityEditor.EditorGUI.indentLevel
  nameWithType: EditorGUI.indentLevel
  type: Property
- uid: UnityEditor.EditorGUI.IndentLevelScope
  name: EditorGUI.IndentLevelScope
  fullName: UnityEditor.EditorGUI.IndentLevelScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IndentLevelScope.html
  commentId: T:UnityEditor.EditorGUI.IndentLevelScope
  nameWithType: EditorGUI.IndentLevelScope
  type: Class
- uid: UnityEditor.EditorGUI.IndentLevelScope.#ctor
  name: IndentLevelScope()
  fullName: UnityEditor.EditorGUI.IndentLevelScope.IndentLevelScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IndentLevelScope-ctor.html
  commentId: M:UnityEditor.EditorGUI.IndentLevelScope.#ctor
  nameWithType: EditorGUI.IndentLevelScope.IndentLevelScope()
  type: Constructor
- uid: UnityEditor.EditorGUI.IndentLevelScope.#ctor(System.Int32)
  name: IndentLevelScope(int)
  fullName: UnityEditor.EditorGUI.IndentLevelScope.IndentLevelScope(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IndentLevelScope-ctor.html
  commentId: M:UnityEditor.EditorGUI.IndentLevelScope.#ctor(System.Int32)
  nameWithType: EditorGUI.IndentLevelScope.IndentLevelScope(int)
  type: Constructor
- uid: UnityEditor.EditorGUI.IndentLevelScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUI.IndentLevelScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IndentLevelScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUI.IndentLevelScope.CloseScope
  nameWithType: EditorGUI.IndentLevelScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,System.Boolean,UnityEngine.Object,System.Boolean)
  name: InspectorTitlebar(Rect, bool, Object, bool)
  fullName: UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect, bool, UnityEngine.Object, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.InspectorTitlebar.html
  commentId: M:UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,System.Boolean,UnityEngine.Object,System.Boolean)
  nameWithType: EditorGUI.InspectorTitlebar(Rect, bool, Object, bool)
  type: Method
- uid: UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,System.Boolean,UnityEngine.Object[],System.Boolean)
  name: InspectorTitlebar(Rect, bool, Object[], bool)
  fullName: UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect, bool, UnityEngine.Object[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.InspectorTitlebar.html
  commentId: M:UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,System.Boolean,UnityEngine.Object[],System.Boolean)
  nameWithType: EditorGUI.InspectorTitlebar(Rect, bool, Object[], bool)
  type: Method
- uid: UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,UnityEngine.Object[])
  name: InspectorTitlebar(Rect, Object[])
  fullName: UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect, UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.InspectorTitlebar.html
  commentId: M:UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,UnityEngine.Object[])
  nameWithType: EditorGUI.InspectorTitlebar(Rect, Object[])
  type: Method
- uid: UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)
  name: IntField(Rect, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.IntField(UnityEngine.Rect, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntField.html
  commentId: M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.IntField(Rect, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.Int32)
  name: IntField(Rect, int)
  fullName: UnityEditor.EditorGUI.IntField(UnityEngine.Rect, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntField.html
  commentId: M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.Int32)
  nameWithType: EditorGUI.IntField(Rect, int)
  type: Method
- uid: UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  name: IntField(Rect, string, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.IntField(UnityEngine.Rect, string, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntField.html
  commentId: M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.IntField(Rect, string, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.String,System.Int32)
  name: IntField(Rect, string, int)
  fullName: UnityEditor.EditorGUI.IntField(UnityEngine.Rect, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntField.html
  commentId: M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.String,System.Int32)
  nameWithType: EditorGUI.IntField(Rect, string, int)
  type: Method
- uid: UnityEditor.EditorGUI.IntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)
  name: IntField(Rect, GUIContent, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.IntField(UnityEngine.Rect, UnityEngine.GUIContent, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntField.html
  commentId: M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.IntField(Rect, GUIContent, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.IntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  name: IntField(Rect, GUIContent, int)
  fullName: UnityEditor.EditorGUI.IntField(UnityEngine.Rect, UnityEngine.GUIContent, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntField.html
  commentId: M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  nameWithType: EditorGUI.IntField(Rect, GUIContent, int)
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle)
  name: IntPopup(Rect, int, string[], int[], GUIStyle)
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, int, string[], int[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.IntPopup(Rect, int, string[], int[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,System.String[],System.Int32[])
  name: IntPopup(Rect, int, string[], int[])
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, int, string[], int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,System.String[],System.Int32[])
  nameWithType: EditorGUI.IntPopup(Rect, int, string[], int[])
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle)
  name: IntPopup(Rect, int, GUIContent[], int[], GUIStyle)
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, int, UnityEngine.GUIContent[], int[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.IntPopup(Rect, int, GUIContent[], int[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32[])
  name: IntPopup(Rect, int, GUIContent[], int[])
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, int, UnityEngine.GUIContent[], int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32[])
  nameWithType: EditorGUI.IntPopup(Rect, int, GUIContent[], int[])
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle)
  name: IntPopup(Rect, string, int, string[], int[], GUIStyle)
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, string, int, string[], int[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.IntPopup(Rect, string, int, string[], int[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.String,System.Int32,System.String[],System.Int32[])
  name: IntPopup(Rect, string, int, string[], int[])
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, string, int, string[], int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.String,System.Int32,System.String[],System.Int32[])
  nameWithType: EditorGUI.IntPopup(Rect, string, int, string[], int[])
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent)
  name: IntPopup(Rect, SerializedProperty, GUIContent[], int[], GUIContent)
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent[], int[], UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent)
  nameWithType: EditorGUI.IntPopup(Rect, SerializedProperty, GUIContent[], int[], GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[])
  name: IntPopup(Rect, SerializedProperty, GUIContent[], int[])
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent[], int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[])
  nameWithType: EditorGUI.IntPopup(Rect, SerializedProperty, GUIContent[], int[])
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle)
  name: IntPopup(Rect, GUIContent, int, GUIContent[], int[], GUIStyle)
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, UnityEngine.GUIContent, int, UnityEngine.GUIContent[], int[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.IntPopup(Rect, GUIContent, int, GUIContent[], int[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[])
  name: IntPopup(Rect, GUIContent, int, GUIContent[], int[])
  fullName: UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect, UnityEngine.GUIContent, int, UnityEngine.GUIContent[], int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntPopup.html
  commentId: M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[])
  nameWithType: EditorGUI.IntPopup(Rect, GUIContent, int, GUIContent[], int[])
  type: Method
- uid: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,System.Int32,System.Int32,System.Int32)
  name: IntSlider(Rect, int, int, int)
  fullName: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntSlider.html
  commentId: M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,System.Int32,System.Int32,System.Int32)
  nameWithType: EditorGUI.IntSlider(Rect, int, int, int)
  type: Method
- uid: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,System.String,System.Int32,System.Int32,System.Int32)
  name: IntSlider(Rect, string, int, int, int)
  fullName: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect, string, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntSlider.html
  commentId: M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,System.String,System.Int32,System.Int32,System.Int32)
  nameWithType: EditorGUI.IntSlider(Rect, string, int, int, int)
  type: Method
- uid: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32,System.String)
  name: IntSlider(Rect, SerializedProperty, int, int, string)
  fullName: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect, UnityEditor.SerializedProperty, int, int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntSlider.html
  commentId: M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32,System.String)
  nameWithType: EditorGUI.IntSlider(Rect, SerializedProperty, int, int, string)
  type: Method
- uid: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUIContent)
  name: IntSlider(Rect, SerializedProperty, int, int, GUIContent)
  fullName: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect, UnityEditor.SerializedProperty, int, int, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntSlider.html
  commentId: M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUIContent)
  nameWithType: EditorGUI.IntSlider(Rect, SerializedProperty, int, int, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32)
  name: IntSlider(Rect, SerializedProperty, int, int)
  fullName: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect, UnityEditor.SerializedProperty, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntSlider.html
  commentId: M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32)
  nameWithType: EditorGUI.IntSlider(Rect, SerializedProperty, int, int)
  type: Method
- uid: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32)
  name: IntSlider(Rect, GUIContent, int, int, int)
  fullName: UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect, UnityEngine.GUIContent, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.IntSlider.html
  commentId: M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32)
  nameWithType: EditorGUI.IntSlider(Rect, GUIContent, int, int, int)
  type: Method
- uid: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  name: LabelField(Rect, string, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect, string, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LabelField.html
  commentId: M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LabelField(Rect, string, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,System.String)
  name: LabelField(Rect, string, string)
  fullName: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LabelField.html
  commentId: M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,System.String)
  nameWithType: EditorGUI.LabelField(Rect, string, string)
  type: Method
- uid: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: LabelField(Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LabelField.html
  commentId: M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LabelField(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String)
  name: LabelField(Rect, string)
  fullName: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LabelField.html
  commentId: M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String)
  nameWithType: EditorGUI.LabelField(Rect, string)
  type: Method
- uid: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: LabelField(Rect, GUIContent, GUIContent, GUIStyle)
  fullName: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LabelField.html
  commentId: M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LabelField(Rect, GUIContent, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent)
  name: LabelField(Rect, GUIContent, GUIContent)
  fullName: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LabelField.html
  commentId: M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent)
  nameWithType: EditorGUI.LabelField(Rect, GUIContent, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: LabelField(Rect, GUIContent, GUIStyle)
  fullName: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LabelField.html
  commentId: M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LabelField(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent)
  name: LabelField(Rect, GUIContent)
  fullName: UnityEditor.EditorGUI.LabelField(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LabelField.html
  commentId: M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: EditorGUI.LabelField(Rect, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)
  name: LayerField(Rect, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LayerField.html
  commentId: M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LayerField(Rect, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.Int32)
  name: LayerField(Rect, int)
  fullName: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LayerField.html
  commentId: M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.Int32)
  nameWithType: EditorGUI.LayerField(Rect, int)
  type: Method
- uid: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  name: LayerField(Rect, string, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect, string, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LayerField.html
  commentId: M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LayerField(Rect, string, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.String,System.Int32)
  name: LayerField(Rect, string, int)
  fullName: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LayerField.html
  commentId: M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.String,System.Int32)
  nameWithType: EditorGUI.LayerField(Rect, string, int)
  type: Method
- uid: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)
  name: LayerField(Rect, GUIContent, int, GUIStyle)
  fullName: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect, UnityEngine.GUIContent, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LayerField.html
  commentId: M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LayerField(Rect, GUIContent, int, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  name: LayerField(Rect, GUIContent, int)
  fullName: UnityEditor.EditorGUI.LayerField(UnityEngine.Rect, UnityEngine.GUIContent, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LayerField.html
  commentId: M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  nameWithType: EditorGUI.LayerField(Rect, GUIContent, int)
  type: Method
- uid: UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.Int64,UnityEngine.GUIStyle)
  name: LongField(Rect, long, GUIStyle)
  fullName: UnityEditor.EditorGUI.LongField(UnityEngine.Rect, long, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LongField.html
  commentId: M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.Int64,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LongField(Rect, long, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.Int64)
  name: LongField(Rect, long)
  fullName: UnityEditor.EditorGUI.LongField(UnityEngine.Rect, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LongField.html
  commentId: M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.Int64)
  nameWithType: EditorGUI.LongField(Rect, long)
  type: Method
- uid: UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.String,System.Int64,UnityEngine.GUIStyle)
  name: LongField(Rect, string, long, GUIStyle)
  fullName: UnityEditor.EditorGUI.LongField(UnityEngine.Rect, string, long, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LongField.html
  commentId: M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.String,System.Int64,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LongField(Rect, string, long, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.String,System.Int64)
  name: LongField(Rect, string, long)
  fullName: UnityEditor.EditorGUI.LongField(UnityEngine.Rect, string, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LongField.html
  commentId: M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.String,System.Int64)
  nameWithType: EditorGUI.LongField(Rect, string, long)
  type: Method
- uid: UnityEditor.EditorGUI.LongField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int64,UnityEngine.GUIStyle)
  name: LongField(Rect, GUIContent, long, GUIStyle)
  fullName: UnityEditor.EditorGUI.LongField(UnityEngine.Rect, UnityEngine.GUIContent, long, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LongField.html
  commentId: M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int64,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.LongField(Rect, GUIContent, long, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.LongField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int64)
  name: LongField(Rect, GUIContent, long)
  fullName: UnityEditor.EditorGUI.LongField(UnityEngine.Rect, UnityEngine.GUIContent, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.LongField.html
  commentId: M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int64)
  nameWithType: EditorGUI.LongField(Rect, GUIContent, long)
  type: Method
- uid: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)
  name: MaskField(Rect, int, string[], GUIStyle)
  fullName: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect, int, string[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MaskField.html
  commentId: M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.MaskField(Rect, int, string[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.Int32,System.String[])
  name: MaskField(Rect, int, string[])
  fullName: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect, int, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MaskField.html
  commentId: M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.Int32,System.String[])
  nameWithType: EditorGUI.MaskField(Rect, int, string[])
  type: Method
- uid: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.String,System.Int32,System.String[],UnityEngine.GUIStyle)
  name: MaskField(Rect, string, int, string[], GUIStyle)
  fullName: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect, string, int, string[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MaskField.html
  commentId: M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.String,System.Int32,System.String[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.MaskField(Rect, string, int, string[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.String,System.Int32,System.String[])
  name: MaskField(Rect, string, int, string[])
  fullName: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect, string, int, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MaskField.html
  commentId: M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.String,System.Int32,System.String[])
  nameWithType: EditorGUI.MaskField(Rect, string, int, string[])
  type: Method
- uid: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUIStyle)
  name: MaskField(Rect, GUIContent, int, string[], GUIStyle)
  fullName: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect, UnityEngine.GUIContent, int, string[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MaskField.html
  commentId: M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.MaskField(Rect, GUIContent, int, string[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String[])
  name: MaskField(Rect, GUIContent, int, string[])
  fullName: UnityEditor.EditorGUI.MaskField(UnityEngine.Rect, UnityEngine.GUIContent, int, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MaskField.html
  commentId: M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String[])
  nameWithType: EditorGUI.MaskField(Rect, GUIContent, int, string[])
  type: Method
- uid: UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.GUIContent,UnityEngine.Rect,System.Single@,System.Single@,System.Single,System.Single)
  name: MinMaxSlider(GUIContent, Rect, ref float, ref float, float, float)
  fullName: UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.GUIContent, UnityEngine.Rect, ref float, ref float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MinMaxSlider.html
  commentId: M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.GUIContent,UnityEngine.Rect,System.Single@,System.Single@,System.Single,System.Single)
  nameWithType: EditorGUI.MinMaxSlider(GUIContent, Rect, ref float, ref float, float, float)
  type: Method
- uid: UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,System.Single@,System.Single@,System.Single,System.Single)
  name: MinMaxSlider(Rect, ref float, ref float, float, float)
  fullName: UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect, ref float, ref float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MinMaxSlider.html
  commentId: M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,System.Single@,System.Single@,System.Single,System.Single)
  nameWithType: EditorGUI.MinMaxSlider(Rect, ref float, ref float, float, float)
  type: Method
- uid: UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,System.String,System.Single@,System.Single@,System.Single,System.Single)
  name: MinMaxSlider(Rect, string, ref float, ref float, float, float)
  fullName: UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect, string, ref float, ref float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MinMaxSlider.html
  commentId: M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,System.String,System.Single@,System.Single@,System.Single,System.Single)
  nameWithType: EditorGUI.MinMaxSlider(Rect, string, ref float, ref float, float, float)
  type: Method
- uid: UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,UnityEngine.GUIContent,System.Single@,System.Single@,System.Single,System.Single)
  name: MinMaxSlider(Rect, GUIContent, ref float, ref float, float, float)
  fullName: UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect, UnityEngine.GUIContent, ref float, ref float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MinMaxSlider.html
  commentId: M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,UnityEngine.GUIContent,System.Single@,System.Single@,System.Single,System.Single)
  nameWithType: EditorGUI.MinMaxSlider(Rect, GUIContent, ref float, ref float, float, float)
  type: Method
- uid: UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent[],System.Single[])
  name: MultiFloatField(Rect, GUIContent, GUIContent[], float[])
  fullName: UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIContent[], float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MultiFloatField.html
  commentId: M:UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent[],System.Single[])
  nameWithType: EditorGUI.MultiFloatField(Rect, GUIContent, GUIContent[], float[])
  type: Method
- uid: UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect,UnityEngine.GUIContent[],System.Single[])
  name: MultiFloatField(Rect, GUIContent[], float[])
  fullName: UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect, UnityEngine.GUIContent[], float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MultiFloatField.html
  commentId: M:UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect,UnityEngine.GUIContent[],System.Single[])
  nameWithType: EditorGUI.MultiFloatField(Rect, GUIContent[], float[])
  type: Method
- uid: UnityEditor.EditorGUI.MultiIntField(UnityEngine.Rect,UnityEngine.GUIContent[],System.Int32[])
  name: MultiIntField(Rect, GUIContent[], int[])
  fullName: UnityEditor.EditorGUI.MultiIntField(UnityEngine.Rect, UnityEngine.GUIContent[], int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MultiIntField.html
  commentId: M:UnityEditor.EditorGUI.MultiIntField(UnityEngine.Rect,UnityEngine.GUIContent[],System.Int32[])
  nameWithType: EditorGUI.MultiIntField(Rect, GUIContent[], int[])
  type: Method
- uid: UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect,UnityEngine.GUIContent[],UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: MultiPropertyField(Rect, GUIContent[], SerializedProperty, GUIContent)
  fullName: UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect, UnityEngine.GUIContent[], UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MultiPropertyField.html
  commentId: M:UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect,UnityEngine.GUIContent[],UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: EditorGUI.MultiPropertyField(Rect, GUIContent[], SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect,UnityEngine.GUIContent[],UnityEditor.SerializedProperty)
  name: MultiPropertyField(Rect, GUIContent[], SerializedProperty)
  fullName: UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect, UnityEngine.GUIContent[], UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.MultiPropertyField.html
  commentId: M:UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect,UnityEngine.GUIContent[],UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.MultiPropertyField(Rect, GUIContent[], SerializedProperty)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,System.String,UnityEngine.Object,System.Type,System.Boolean)
  name: ObjectField(Rect, string, Object, Type, bool)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, string, UnityEngine.Object, System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,System.String,UnityEngine.Object,System.Type,System.Boolean)
  nameWithType: EditorGUI.ObjectField(Rect, string, Object, Type, bool)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,System.String,UnityEngine.Object,System.Type)
  name: ObjectField(Rect, string, Object, Type)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, string, UnityEngine.Object, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,System.String,UnityEngine.Object,System.Type)
  nameWithType: EditorGUI.ObjectField(Rect, string, Object, Type)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Type,UnityEngine.GUIContent)
  name: ObjectField(Rect, SerializedProperty, Type, GUIContent)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, UnityEditor.SerializedProperty, System.Type, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Type,UnityEngine.GUIContent)
  nameWithType: EditorGUI.ObjectField(Rect, SerializedProperty, Type, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Type)
  name: ObjectField(Rect, SerializedProperty, Type)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, UnityEditor.SerializedProperty, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Type)
  nameWithType: EditorGUI.ObjectField(Rect, SerializedProperty, Type)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: ObjectField(Rect, SerializedProperty, GUIContent)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: EditorGUI.ObjectField(Rect, SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  name: ObjectField(Rect, SerializedProperty)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.ObjectField(Rect, SerializedProperty)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Object,System.Type,System.Boolean)
  name: ObjectField(Rect, GUIContent, Object, Type, bool)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Object, System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Object,System.Type,System.Boolean)
  nameWithType: EditorGUI.ObjectField(Rect, GUIContent, Object, Type, bool)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Object,System.Type)
  name: ObjectField(Rect, GUIContent, Object, Type)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Object, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Object,System.Type)
  nameWithType: EditorGUI.ObjectField(Rect, GUIContent, Object, Type)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.Object,System.Type,System.Boolean)
  name: ObjectField(Rect, Object, Type, bool)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, UnityEngine.Object, System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.Object,System.Type,System.Boolean)
  nameWithType: EditorGUI.ObjectField(Rect, Object, Type, bool)
  type: Method
- uid: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.Object,System.Type)
  name: ObjectField(Rect, Object, Type)
  fullName: UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect, UnityEngine.Object, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ObjectField.html
  commentId: M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.Object,System.Type)
  nameWithType: EditorGUI.ObjectField(Rect, Object, Type)
  type: Method
- uid: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  name: PasswordField(Rect, string, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect, string, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PasswordField.html
  commentId: M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.PasswordField(Rect, string, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,System.String)
  name: PasswordField(Rect, string, string)
  fullName: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PasswordField.html
  commentId: M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,System.String)
  nameWithType: EditorGUI.PasswordField(Rect, string, string)
  type: Method
- uid: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: PasswordField(Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PasswordField.html
  commentId: M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.PasswordField(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String)
  name: PasswordField(Rect, string)
  fullName: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PasswordField.html
  commentId: M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String)
  nameWithType: EditorGUI.PasswordField(Rect, string)
  type: Method
- uid: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  name: PasswordField(Rect, GUIContent, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect, UnityEngine.GUIContent, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PasswordField.html
  commentId: M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.PasswordField(Rect, GUIContent, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)
  name: PasswordField(Rect, GUIContent, string)
  fullName: UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect, UnityEngine.GUIContent, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PasswordField.html
  commentId: M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)
  nameWithType: EditorGUI.PasswordField(Rect, GUIContent, string)
  type: Method
- uid: UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)
  name: Popup(Rect, int, string[], GUIStyle)
  fullName: UnityEditor.EditorGUI.Popup(UnityEngine.Rect, int, string[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Popup.html
  commentId: M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Popup(Rect, int, string[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,System.String[])
  name: Popup(Rect, int, string[])
  fullName: UnityEditor.EditorGUI.Popup(UnityEngine.Rect, int, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Popup.html
  commentId: M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,System.String[])
  nameWithType: EditorGUI.Popup(Rect, int, string[])
  type: Method
- uid: UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)
  name: Popup(Rect, int, GUIContent[], GUIStyle)
  fullName: UnityEditor.EditorGUI.Popup(UnityEngine.Rect, int, UnityEngine.GUIContent[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Popup.html
  commentId: M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Popup(Rect, int, GUIContent[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[])
  name: Popup(Rect, int, GUIContent[])
  fullName: UnityEditor.EditorGUI.Popup(UnityEngine.Rect, int, UnityEngine.GUIContent[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Popup.html
  commentId: M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[])
  nameWithType: EditorGUI.Popup(Rect, int, GUIContent[])
  type: Method
- uid: UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.String,System.Int32,System.String[],UnityEngine.GUIStyle)
  name: Popup(Rect, string, int, string[], GUIStyle)
  fullName: UnityEditor.EditorGUI.Popup(UnityEngine.Rect, string, int, string[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Popup.html
  commentId: M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.String,System.Int32,System.String[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Popup(Rect, string, int, string[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.String,System.Int32,System.String[])
  name: Popup(Rect, string, int, string[])
  fullName: UnityEditor.EditorGUI.Popup(UnityEngine.Rect, string, int, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Popup.html
  commentId: M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.String,System.Int32,System.String[])
  nameWithType: EditorGUI.Popup(Rect, string, int, string[])
  type: Method
- uid: UnityEditor.EditorGUI.Popup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)
  name: Popup(Rect, GUIContent, int, GUIContent[], GUIStyle)
  fullName: UnityEditor.EditorGUI.Popup(UnityEngine.Rect, UnityEngine.GUIContent, int, UnityEngine.GUIContent[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Popup.html
  commentId: M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Popup(Rect, GUIContent, int, GUIContent[], GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Popup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[])
  name: Popup(Rect, GUIContent, int, GUIContent[])
  fullName: UnityEditor.EditorGUI.Popup(UnityEngine.Rect, UnityEngine.GUIContent, int, UnityEngine.GUIContent[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Popup.html
  commentId: M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[])
  nameWithType: EditorGUI.Popup(Rect, GUIContent, int, GUIContent[])
  type: Method
- uid: UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: PrefixLabel(Rect, int, GUIContent, GUIStyle)
  fullName: UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect, int, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.PrefixLabel(Rect, int, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent)
  name: PrefixLabel(Rect, int, GUIContent)
  fullName: UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect, int, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent)
  nameWithType: EditorGUI.PrefixLabel(Rect, int, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: PrefixLabel(Rect, GUIContent, GUIStyle)
  fullName: UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.PrefixLabel(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,UnityEngine.GUIContent)
  name: PrefixLabel(Rect, GUIContent)
  fullName: UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: EditorGUI.PrefixLabel(Rect, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.ProgressBar(UnityEngine.Rect,System.Single,System.String)
  name: ProgressBar(Rect, float, string)
  fullName: UnityEditor.EditorGUI.ProgressBar(UnityEngine.Rect, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ProgressBar.html
  commentId: M:UnityEditor.EditorGUI.ProgressBar(UnityEngine.Rect,System.Single,System.String)
  nameWithType: EditorGUI.ProgressBar(Rect, float, string)
  type: Method
- uid: UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Boolean)
  name: PropertyField(Rect, SerializedProperty, bool)
  fullName: UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect, UnityEditor.SerializedProperty, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PropertyField.html
  commentId: M:UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Boolean)
  nameWithType: EditorGUI.PropertyField(Rect, SerializedProperty, bool)
  type: Method
- uid: UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean)
  name: PropertyField(Rect, SerializedProperty, GUIContent, bool)
  fullName: UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PropertyField.html
  commentId: M:UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean)
  nameWithType: EditorGUI.PropertyField(Rect, SerializedProperty, GUIContent, bool)
  type: Method
- uid: UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: PropertyField(Rect, SerializedProperty, GUIContent)
  fullName: UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PropertyField.html
  commentId: M:UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: EditorGUI.PropertyField(Rect, SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  name: PropertyField(Rect, SerializedProperty)
  fullName: UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PropertyField.html
  commentId: M:UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.PropertyField(Rect, SerializedProperty)
  type: Method
- uid: UnityEditor.EditorGUI.PropertyScope
  name: EditorGUI.PropertyScope
  fullName: UnityEditor.EditorGUI.PropertyScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PropertyScope.html
  commentId: T:UnityEditor.EditorGUI.PropertyScope
  nameWithType: EditorGUI.PropertyScope
  type: Class
- uid: UnityEditor.EditorGUI.PropertyScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent,UnityEditor.SerializedProperty)
  name: PropertyScope(Rect, GUIContent, SerializedProperty)
  fullName: UnityEditor.EditorGUI.PropertyScope.PropertyScope(UnityEngine.Rect, UnityEngine.GUIContent, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PropertyScope-ctor.html
  commentId: M:UnityEditor.EditorGUI.PropertyScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent,UnityEditor.SerializedProperty)
  nameWithType: EditorGUI.PropertyScope.PropertyScope(Rect, GUIContent, SerializedProperty)
  type: Constructor
- uid: UnityEditor.EditorGUI.PropertyScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUI.PropertyScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PropertyScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUI.PropertyScope.CloseScope
  nameWithType: EditorGUI.PropertyScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUI.PropertyScope.content
  name: content
  fullName: UnityEditor.EditorGUI.PropertyScope.content
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.PropertyScope-content.html
  commentId: P:UnityEditor.EditorGUI.PropertyScope.content
  nameWithType: EditorGUI.PropertyScope.content
  type: Property
- uid: UnityEditor.EditorGUI.RectField(UnityEngine.Rect,System.String,UnityEngine.Rect)
  name: RectField(Rect, string, Rect)
  fullName: UnityEditor.EditorGUI.RectField(UnityEngine.Rect, string, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.RectField.html
  commentId: M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,System.String,UnityEngine.Rect)
  nameWithType: EditorGUI.RectField(Rect, string, Rect)
  type: Method
- uid: UnityEditor.EditorGUI.RectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Rect)
  name: RectField(Rect, GUIContent, Rect)
  fullName: UnityEditor.EditorGUI.RectField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.RectField.html
  commentId: M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Rect)
  nameWithType: EditorGUI.RectField(Rect, GUIContent, Rect)
  type: Method
- uid: UnityEditor.EditorGUI.RectField(UnityEngine.Rect,UnityEngine.Rect)
  name: RectField(Rect, Rect)
  fullName: UnityEditor.EditorGUI.RectField(UnityEngine.Rect, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.RectField.html
  commentId: M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,UnityEngine.Rect)
  nameWithType: EditorGUI.RectField(Rect, Rect)
  type: Method
- uid: UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect,System.String,UnityEngine.RectInt)
  name: RectIntField(Rect, string, RectInt)
  fullName: UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect, string, UnityEngine.RectInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.RectIntField.html
  commentId: M:UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect,System.String,UnityEngine.RectInt)
  nameWithType: EditorGUI.RectIntField(Rect, string, RectInt)
  type: Method
- uid: UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.RectInt)
  name: RectIntField(Rect, GUIContent, RectInt)
  fullName: UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.RectInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.RectIntField.html
  commentId: M:UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.RectInt)
  nameWithType: EditorGUI.RectIntField(Rect, GUIContent, RectInt)
  type: Method
- uid: UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect,UnityEngine.RectInt)
  name: RectIntField(Rect, RectInt)
  fullName: UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect, UnityEngine.RectInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.RectIntField.html
  commentId: M:UnityEditor.EditorGUI.RectIntField(UnityEngine.Rect,UnityEngine.RectInt)
  nameWithType: EditorGUI.RectIntField(Rect, RectInt)
  type: Method
- uid: UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: SelectableLabel(Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.SelectableLabel.html
  commentId: M:UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.SelectableLabel(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect,System.String)
  name: SelectableLabel(Rect, string)
  fullName: UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.SelectableLabel.html
  commentId: M:UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect,System.String)
  nameWithType: EditorGUI.SelectableLabel(Rect, string)
  type: Method
- uid: UnityEditor.EditorGUI.showMixedValue
  name: showMixedValue
  fullName: UnityEditor.EditorGUI.showMixedValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI-showMixedValue.html
  commentId: P:UnityEditor.EditorGUI.showMixedValue
  nameWithType: EditorGUI.showMixedValue
  type: Property
- uid: UnityEditor.EditorGUI.Slider(UnityEngine.Rect,System.Single,System.Single,System.Single)
  name: Slider(Rect, float, float, float)
  fullName: UnityEditor.EditorGUI.Slider(UnityEngine.Rect, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Slider.html
  commentId: M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,System.Single,System.Single,System.Single)
  nameWithType: EditorGUI.Slider(Rect, float, float, float)
  type: Method
- uid: UnityEditor.EditorGUI.Slider(UnityEngine.Rect,System.String,System.Single,System.Single,System.Single)
  name: Slider(Rect, string, float, float, float)
  fullName: UnityEditor.EditorGUI.Slider(UnityEngine.Rect, string, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Slider.html
  commentId: M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,System.String,System.Single,System.Single,System.Single)
  nameWithType: EditorGUI.Slider(Rect, string, float, float, float)
  type: Method
- uid: UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single,System.String)
  name: Slider(Rect, SerializedProperty, float, float, string)
  fullName: UnityEditor.EditorGUI.Slider(UnityEngine.Rect, UnityEditor.SerializedProperty, float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Slider.html
  commentId: M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single,System.String)
  nameWithType: EditorGUI.Slider(Rect, SerializedProperty, float, float, string)
  type: Method
- uid: UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUIContent)
  name: Slider(Rect, SerializedProperty, float, float, GUIContent)
  fullName: UnityEditor.EditorGUI.Slider(UnityEngine.Rect, UnityEditor.SerializedProperty, float, float, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Slider.html
  commentId: M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUIContent)
  nameWithType: EditorGUI.Slider(Rect, SerializedProperty, float, float, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single)
  name: Slider(Rect, SerializedProperty, float, float)
  fullName: UnityEditor.EditorGUI.Slider(UnityEngine.Rect, UnityEditor.SerializedProperty, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Slider.html
  commentId: M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single)
  nameWithType: EditorGUI.Slider(Rect, SerializedProperty, float, float)
  type: Method
- uid: UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,System.Single,System.Single)
  name: Slider(Rect, GUIContent, float, float, float)
  fullName: UnityEditor.EditorGUI.Slider(UnityEngine.Rect, UnityEngine.GUIContent, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Slider.html
  commentId: M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,System.Single,System.Single)
  nameWithType: EditorGUI.Slider(Rect, GUIContent, float, float, float)
  type: Method
- uid: UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  name: TagField(Rect, string, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.TagField(UnityEngine.Rect, string, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TagField.html
  commentId: M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.TagField(Rect, string, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,System.String)
  name: TagField(Rect, string, string)
  fullName: UnityEditor.EditorGUI.TagField(UnityEngine.Rect, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TagField.html
  commentId: M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,System.String)
  nameWithType: EditorGUI.TagField(Rect, string, string)
  type: Method
- uid: UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: TagField(Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.TagField(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TagField.html
  commentId: M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.TagField(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String)
  name: TagField(Rect, string)
  fullName: UnityEditor.EditorGUI.TagField(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TagField.html
  commentId: M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String)
  nameWithType: EditorGUI.TagField(Rect, string)
  type: Method
- uid: UnityEditor.EditorGUI.TagField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  name: TagField(Rect, GUIContent, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.TagField(UnityEngine.Rect, UnityEngine.GUIContent, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TagField.html
  commentId: M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.TagField(Rect, GUIContent, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.TagField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)
  name: TagField(Rect, GUIContent, string)
  fullName: UnityEditor.EditorGUI.TagField(UnityEngine.Rect, UnityEngine.GUIContent, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TagField.html
  commentId: M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)
  nameWithType: EditorGUI.TagField(Rect, GUIContent, string)
  type: Method
- uid: UnityEditor.EditorGUI.TextArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: TextArea(Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.TextArea(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TextArea.html
  commentId: M:UnityEditor.EditorGUI.TextArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.TextArea(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.TextArea(UnityEngine.Rect,System.String)
  name: TextArea(Rect, string)
  fullName: UnityEditor.EditorGUI.TextArea(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TextArea.html
  commentId: M:UnityEditor.EditorGUI.TextArea(UnityEngine.Rect,System.String)
  nameWithType: EditorGUI.TextArea(Rect, string)
  type: Method
- uid: UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  name: TextField(Rect, string, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.TextField(UnityEngine.Rect, string, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TextField.html
  commentId: M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.TextField(Rect, string, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,System.String)
  name: TextField(Rect, string, string)
  fullName: UnityEditor.EditorGUI.TextField(UnityEngine.Rect, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TextField.html
  commentId: M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,System.String)
  nameWithType: EditorGUI.TextField(Rect, string, string)
  type: Method
- uid: UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: TextField(Rect, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.TextField(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TextField.html
  commentId: M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.TextField(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String)
  name: TextField(Rect, string)
  fullName: UnityEditor.EditorGUI.TextField(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TextField.html
  commentId: M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String)
  nameWithType: EditorGUI.TextField(Rect, string)
  type: Method
- uid: UnityEditor.EditorGUI.TextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  name: TextField(Rect, GUIContent, string, GUIStyle)
  fullName: UnityEditor.EditorGUI.TextField(UnityEngine.Rect, UnityEngine.GUIContent, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TextField.html
  commentId: M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.TextField(Rect, GUIContent, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.TextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)
  name: TextField(Rect, GUIContent, string)
  fullName: UnityEditor.EditorGUI.TextField(UnityEngine.Rect, UnityEngine.GUIContent, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.TextField.html
  commentId: M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)
  nameWithType: EditorGUI.TextField(Rect, GUIContent, string)
  type: Method
- uid: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.GUIStyle)
  name: Toggle(Rect, bool, GUIStyle)
  fullName: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Toggle.html
  commentId: M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Toggle(Rect, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.Boolean)
  name: Toggle(Rect, bool)
  fullName: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Toggle.html
  commentId: M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.Boolean)
  nameWithType: EditorGUI.Toggle(Rect, bool)
  type: Method
- uid: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.String,System.Boolean,UnityEngine.GUIStyle)
  name: Toggle(Rect, string, bool, GUIStyle)
  fullName: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect, string, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Toggle.html
  commentId: M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.String,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Toggle(Rect, string, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.String,System.Boolean)
  name: Toggle(Rect, string, bool)
  fullName: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Toggle.html
  commentId: M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.String,System.Boolean)
  nameWithType: EditorGUI.Toggle(Rect, string, bool)
  type: Method
- uid: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)
  name: Toggle(Rect, GUIContent, bool, GUIStyle)
  fullName: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect, UnityEngine.GUIContent, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Toggle.html
  commentId: M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.Toggle(Rect, GUIContent, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean)
  name: Toggle(Rect, GUIContent, bool)
  fullName: UnityEditor.EditorGUI.Toggle(UnityEngine.Rect, UnityEngine.GUIContent, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Toggle.html
  commentId: M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean)
  nameWithType: EditorGUI.Toggle(Rect, GUIContent, bool)
  type: Method
- uid: UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,System.String,System.Boolean,UnityEngine.GUIStyle)
  name: ToggleLeft(Rect, string, bool, GUIStyle)
  fullName: UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect, string, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ToggleLeft.html
  commentId: M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,System.String,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.ToggleLeft(Rect, string, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,System.String,System.Boolean)
  name: ToggleLeft(Rect, string, bool)
  fullName: UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ToggleLeft.html
  commentId: M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,System.String,System.Boolean)
  nameWithType: EditorGUI.ToggleLeft(Rect, string, bool)
  type: Method
- uid: UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)
  name: ToggleLeft(Rect, GUIContent, bool, GUIStyle)
  fullName: UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect, UnityEngine.GUIContent, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ToggleLeft.html
  commentId: M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUI.ToggleLeft(Rect, GUIContent, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean)
  name: ToggleLeft(Rect, GUIContent, bool)
  fullName: UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect, UnityEngine.GUIContent, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.ToggleLeft.html
  commentId: M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean)
  nameWithType: EditorGUI.ToggleLeft(Rect, GUIContent, bool)
  type: Method
- uid: UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect,System.String,UnityEngine.Vector2)
  name: Vector2Field(Rect, string, Vector2)
  fullName: UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect, string, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector2Field.html
  commentId: M:UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect,System.String,UnityEngine.Vector2)
  nameWithType: EditorGUI.Vector2Field(Rect, string, Vector2)
  type: Method
- uid: UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)
  name: Vector2Field(Rect, GUIContent, Vector2)
  fullName: UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector2Field.html
  commentId: M:UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)
  nameWithType: EditorGUI.Vector2Field(Rect, GUIContent, Vector2)
  type: Method
- uid: UnityEditor.EditorGUI.Vector2IntField(UnityEngine.Rect,System.String,UnityEngine.Vector2Int)
  name: Vector2IntField(Rect, string, Vector2Int)
  fullName: UnityEditor.EditorGUI.Vector2IntField(UnityEngine.Rect, string, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector2IntField.html
  commentId: M:UnityEditor.EditorGUI.Vector2IntField(UnityEngine.Rect,System.String,UnityEngine.Vector2Int)
  nameWithType: EditorGUI.Vector2IntField(Rect, string, Vector2Int)
  type: Method
- uid: UnityEditor.EditorGUI.Vector2IntField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2Int)
  name: Vector2IntField(Rect, GUIContent, Vector2Int)
  fullName: UnityEditor.EditorGUI.Vector2IntField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector2IntField.html
  commentId: M:UnityEditor.EditorGUI.Vector2IntField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2Int)
  nameWithType: EditorGUI.Vector2IntField(Rect, GUIContent, Vector2Int)
  type: Method
- uid: UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect,System.String,UnityEngine.Vector3)
  name: Vector3Field(Rect, string, Vector3)
  fullName: UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect, string, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector3Field.html
  commentId: M:UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect,System.String,UnityEngine.Vector3)
  nameWithType: EditorGUI.Vector3Field(Rect, string, Vector3)
  type: Method
- uid: UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector3)
  name: Vector3Field(Rect, GUIContent, Vector3)
  fullName: UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector3Field.html
  commentId: M:UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector3)
  nameWithType: EditorGUI.Vector3Field(Rect, GUIContent, Vector3)
  type: Method
- uid: UnityEditor.EditorGUI.Vector3IntField(UnityEngine.Rect,System.String,UnityEngine.Vector3Int)
  name: Vector3IntField(Rect, string, Vector3Int)
  fullName: UnityEditor.EditorGUI.Vector3IntField(UnityEngine.Rect, string, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector3IntField.html
  commentId: M:UnityEditor.EditorGUI.Vector3IntField(UnityEngine.Rect,System.String,UnityEngine.Vector3Int)
  nameWithType: EditorGUI.Vector3IntField(Rect, string, Vector3Int)
  type: Method
- uid: UnityEditor.EditorGUI.Vector3IntField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector3Int)
  name: Vector3IntField(Rect, GUIContent, Vector3Int)
  fullName: UnityEditor.EditorGUI.Vector3IntField(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector3IntField.html
  commentId: M:UnityEditor.EditorGUI.Vector3IntField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector3Int)
  nameWithType: EditorGUI.Vector3IntField(Rect, GUIContent, Vector3Int)
  type: Method
- uid: UnityEditor.EditorGUI.Vector4Field(UnityEngine.Rect,System.String,UnityEngine.Vector4)
  name: Vector4Field(Rect, string, Vector4)
  fullName: UnityEditor.EditorGUI.Vector4Field(UnityEngine.Rect, string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector4Field.html
  commentId: M:UnityEditor.EditorGUI.Vector4Field(UnityEngine.Rect,System.String,UnityEngine.Vector4)
  nameWithType: EditorGUI.Vector4Field(Rect, string, Vector4)
  type: Method
- uid: UnityEditor.EditorGUI.Vector4Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector4)
  name: Vector4Field(Rect, GUIContent, Vector4)
  fullName: UnityEditor.EditorGUI.Vector4Field(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUI.Vector4Field.html
  commentId: M:UnityEditor.EditorGUI.Vector4Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector4)
  nameWithType: EditorGUI.Vector4Field(Rect, GUIContent, Vector4)
  type: Method
- uid: UnityEditor.EditorGUILayout
  name: EditorGUILayout
  fullName: UnityEditor.EditorGUILayout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.html
  commentId: T:UnityEditor.EditorGUILayout
  nameWithType: EditorGUILayout
  type: Class
- uid: UnityEditor.EditorGUILayout.BeginFadeGroup(System.Single)
  name: BeginFadeGroup(float)
  fullName: UnityEditor.EditorGUILayout.BeginFadeGroup(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginFadeGroup.html
  commentId: M:UnityEditor.EditorGUILayout.BeginFadeGroup(System.Single)
  nameWithType: EditorGUILayout.BeginFadeGroup(float)
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUILayoutOption[])
  name: BeginHorizontal(params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginHorizontal(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginHorizontal.html
  commentId: M:UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginHorizontal(params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginHorizontal(GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginHorizontal.html
  commentId: M:UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginHorizontal(GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, bool, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2, bool, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginScrollView.html
  commentId: M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginScrollView(Vector2, bool, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, bool, bool, GUIStyle, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginScrollView.html
  commentId: M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginScrollView(Vector2, bool, bool, GUIStyle, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginScrollView.html
  commentId: M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginScrollView(Vector2, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginScrollView.html
  commentId: M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginScrollView(Vector2, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginScrollView.html
  commentId: M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginScrollView(Vector2, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginToggleGroup(System.String,System.Boolean)
  name: BeginToggleGroup(string, bool)
  fullName: UnityEditor.EditorGUILayout.BeginToggleGroup(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginToggleGroup.html
  commentId: M:UnityEditor.EditorGUILayout.BeginToggleGroup(System.String,System.Boolean)
  nameWithType: EditorGUILayout.BeginToggleGroup(string, bool)
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginToggleGroup(UnityEngine.GUIContent,System.Boolean)
  name: BeginToggleGroup(GUIContent, bool)
  fullName: UnityEditor.EditorGUILayout.BeginToggleGroup(UnityEngine.GUIContent, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginToggleGroup.html
  commentId: M:UnityEditor.EditorGUILayout.BeginToggleGroup(UnityEngine.GUIContent,System.Boolean)
  nameWithType: EditorGUILayout.BeginToggleGroup(GUIContent, bool)
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUILayoutOption[])
  name: BeginVertical(params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginVertical(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginVertical.html
  commentId: M:UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginVertical(params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginVertical(GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BeginVertical.html
  commentId: M:UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BeginVertical(GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BoundsField(System.String,UnityEngine.Bounds,UnityEngine.GUILayoutOption[])
  name: BoundsField(string, Bounds, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BoundsField(string, UnityEngine.Bounds, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BoundsField.html
  commentId: M:UnityEditor.EditorGUILayout.BoundsField(System.String,UnityEngine.Bounds,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BoundsField(string, Bounds, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BoundsField(UnityEngine.Bounds,UnityEngine.GUILayoutOption[])
  name: BoundsField(Bounds, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BoundsField(UnityEngine.Bounds, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BoundsField.html
  commentId: M:UnityEditor.EditorGUILayout.BoundsField(UnityEngine.Bounds,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BoundsField(Bounds, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BoundsField(UnityEngine.GUIContent,UnityEngine.Bounds,UnityEngine.GUILayoutOption[])
  name: BoundsField(GUIContent, Bounds, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BoundsField(UnityEngine.GUIContent, UnityEngine.Bounds, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BoundsField.html
  commentId: M:UnityEditor.EditorGUILayout.BoundsField(UnityEngine.GUIContent,UnityEngine.Bounds,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BoundsField(GUIContent, Bounds, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BoundsIntField(System.String,UnityEngine.BoundsInt,UnityEngine.GUILayoutOption[])
  name: BoundsIntField(string, BoundsInt, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BoundsIntField(string, UnityEngine.BoundsInt, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BoundsIntField.html
  commentId: M:UnityEditor.EditorGUILayout.BoundsIntField(System.String,UnityEngine.BoundsInt,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BoundsIntField(string, BoundsInt, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BoundsIntField(UnityEngine.BoundsInt,UnityEngine.GUILayoutOption[])
  name: BoundsIntField(BoundsInt, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BoundsIntField(UnityEngine.BoundsInt, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BoundsIntField.html
  commentId: M:UnityEditor.EditorGUILayout.BoundsIntField(UnityEngine.BoundsInt,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BoundsIntField(BoundsInt, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.BoundsIntField(UnityEngine.GUIContent,UnityEngine.BoundsInt,UnityEngine.GUILayoutOption[])
  name: BoundsIntField(GUIContent, BoundsInt, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.BoundsIntField(UnityEngine.GUIContent, UnityEngine.BoundsInt, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.BoundsIntField.html
  commentId: M:UnityEditor.EditorGUILayout.BoundsIntField(UnityEngine.GUIContent,UnityEngine.BoundsInt,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.BoundsIntField(GUIContent, BoundsInt, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ColorField(System.String,UnityEngine.Color,UnityEngine.GUILayoutOption[])
  name: ColorField(string, Color, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ColorField(string, UnityEngine.Color, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ColorField.html
  commentId: M:UnityEditor.EditorGUILayout.ColorField(System.String,UnityEngine.Color,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ColorField(string, Color, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ColorField(UnityEngine.Color,UnityEngine.GUILayoutOption[])
  name: ColorField(Color, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ColorField(UnityEngine.Color, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ColorField.html
  commentId: M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.Color,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ColorField(Color, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent,UnityEngine.Color,System.Boolean,System.Boolean,System.Boolean,UnityEditor.ColorPickerHDRConfig,UnityEngine.GUILayoutOption[])
  name: ColorField(GUIContent, Color, bool, bool, bool, ColorPickerHDRConfig, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent, UnityEngine.Color, bool, bool, bool, UnityEditor.ColorPickerHDRConfig, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ColorField.html
  commentId: M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent,UnityEngine.Color,System.Boolean,System.Boolean,System.Boolean,UnityEditor.ColorPickerHDRConfig,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ColorField(GUIContent, Color, bool, bool, bool, ColorPickerHDRConfig, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent,UnityEngine.Color,UnityEngine.GUILayoutOption[])
  name: ColorField(GUIContent, Color, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent, UnityEngine.Color, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ColorField.html
  commentId: M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent,UnityEngine.Color,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ColorField(GUIContent, Color, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.CurveField(System.String,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  name: CurveField(string, AnimationCurve, Color, Rect, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.CurveField(string, UnityEngine.AnimationCurve, UnityEngine.Color, UnityEngine.Rect, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.CurveField.html
  commentId: M:UnityEditor.EditorGUILayout.CurveField(System.String,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.CurveField(string, AnimationCurve, Color, Rect, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.CurveField(System.String,UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])
  name: CurveField(string, AnimationCurve, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.CurveField(string, UnityEngine.AnimationCurve, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.CurveField.html
  commentId: M:UnityEditor.EditorGUILayout.CurveField(System.String,UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.CurveField(string, AnimationCurve, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.CurveField(UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: CurveField(SerializedProperty, Color, Rect, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.CurveField(UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Rect, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.CurveField.html
  commentId: M:UnityEditor.EditorGUILayout.CurveField(UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.CurveField(SerializedProperty, Color, Rect, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.CurveField(UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  name: CurveField(SerializedProperty, Color, Rect, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.CurveField(UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Rect, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.CurveField.html
  commentId: M:UnityEditor.EditorGUILayout.CurveField(UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.CurveField(SerializedProperty, Color, Rect, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  name: CurveField(AnimationCurve, Color, Rect, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve, UnityEngine.Color, UnityEngine.Rect, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.CurveField.html
  commentId: M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.CurveField(AnimationCurve, Color, Rect, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])
  name: CurveField(AnimationCurve, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.CurveField.html
  commentId: M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.CurveField(AnimationCurve, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  name: CurveField(GUIContent, AnimationCurve, Color, Rect, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent, UnityEngine.AnimationCurve, UnityEngine.Color, UnityEngine.Rect, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.CurveField.html
  commentId: M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.CurveField(GUIContent, AnimationCurve, Color, Rect, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])
  name: CurveField(GUIContent, AnimationCurve, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent, UnityEngine.AnimationCurve, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.CurveField.html
  commentId: M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.CurveField(GUIContent, AnimationCurve, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedDoubleField(System.Double,UnityEngine.GUILayoutOption[])
  name: DelayedDoubleField(double, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedDoubleField(double, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.Double,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedDoubleField(double, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedDoubleField(System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedDoubleField(double, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedDoubleField(double, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedDoubleField(double, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedDoubleField(System.String,System.Double,UnityEngine.GUILayoutOption[])
  name: DelayedDoubleField(string, double, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedDoubleField(string, double, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.String,System.Double,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedDoubleField(string, double, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedDoubleField(System.String,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedDoubleField(string, double, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedDoubleField(string, double, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.String,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedDoubleField(string, double, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUILayoutOption[])
  name: DelayedDoubleField(GUIContent, double, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent, double, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedDoubleField(GUIContent, double, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedDoubleField(GUIContent, double, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent, double, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedDoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedDoubleField(GUIContent, double, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedFloatField(System.Single,UnityEngine.GUILayoutOption[])
  name: DelayedFloatField(float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedFloatField(float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedFloatField(System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedFloatField(float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedFloatField(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedFloatField(float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedFloatField(float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedFloatField(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedFloatField(float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedFloatField(System.String,System.Single,UnityEngine.GUILayoutOption[])
  name: DelayedFloatField(string, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedFloatField(string, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedFloatField(System.String,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedFloatField(string, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedFloatField(System.String,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedFloatField(string, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedFloatField(string, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedFloatField(System.String,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedFloatField(string, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: DelayedFloatField(SerializedProperty, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedFloatField(SerializedProperty, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  name: DelayedFloatField(SerializedProperty, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedFloatField(SerializedProperty, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUILayoutOption[])
  name: DelayedFloatField(GUIContent, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedFloatField(GUIContent, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedFloatField(GUIContent, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedFloatField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedFloatField(GUIContent, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedIntField(System.Int32,UnityEngine.GUILayoutOption[])
  name: DelayedIntField(int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedIntField(int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedIntField(System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedIntField(int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedIntField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedIntField(int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedIntField(int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedIntField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedIntField(int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedIntField(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  name: DelayedIntField(string, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedIntField(string, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedIntField(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedIntField(string, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedIntField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedIntField(string, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedIntField(string, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedIntField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedIntField(string, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: DelayedIntField(SerializedProperty, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedIntField(SerializedProperty, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  name: DelayedIntField(SerializedProperty, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedIntField(SerializedProperty, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])
  name: DelayedIntField(GUIContent, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedIntField(GUIContent, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedIntField(GUIContent, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedIntField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedIntField(GUIContent, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedTextField(System.String,System.String,UnityEngine.GUILayoutOption[])
  name: DelayedTextField(string, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedTextField(string, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedTextField(string, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedTextField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedTextField(string, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedTextField(string, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedTextField(string, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedTextField(System.String,UnityEngine.GUILayoutOption[])
  name: DelayedTextField(string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedTextField(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedTextField(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedTextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedTextField(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedTextField(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedTextField(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: DelayedTextField(SerializedProperty, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedTextField(SerializedProperty, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  name: DelayedTextField(SerializedProperty, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedTextField(SerializedProperty, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])
  name: DelayedTextField(GUIContent, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedTextField(GUIContent, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DelayedTextField(GUIContent, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DelayedTextField.html
  commentId: M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DelayedTextField(GUIContent, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DoubleField(System.Double,UnityEngine.GUILayoutOption[])
  name: DoubleField(double, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DoubleField(double, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DoubleField(System.Double,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DoubleField(double, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DoubleField(System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DoubleField(double, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DoubleField(double, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DoubleField(System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DoubleField(double, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DoubleField(System.String,System.Double,UnityEngine.GUILayoutOption[])
  name: DoubleField(string, double, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DoubleField(string, double, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DoubleField(System.String,System.Double,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DoubleField(string, double, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DoubleField(System.String,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DoubleField(string, double, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DoubleField(string, double, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DoubleField(System.String,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DoubleField(string, double, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUILayoutOption[])
  name: DoubleField(GUIContent, double, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent, double, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DoubleField(GUIContent, double, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DoubleField(GUIContent, double, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent, double, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DoubleField.html
  commentId: M:UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DoubleField(GUIContent, double, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DropdownButton(UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUILayoutOption[])
  name: DropdownButton(GUIContent, FocusType, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DropdownButton(UnityEngine.GUIContent, UnityEngine.FocusType, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DropdownButton.html
  commentId: M:UnityEditor.EditorGUILayout.DropdownButton(UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DropdownButton(GUIContent, FocusType, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.DropdownButton(UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: DropdownButton(GUIContent, FocusType, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.DropdownButton(UnityEngine.GUIContent, UnityEngine.FocusType, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.DropdownButton.html
  commentId: M:UnityEditor.EditorGUILayout.DropdownButton(UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.DropdownButton(GUIContent, FocusType, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EndFadeGroup
  name: EndFadeGroup()
  fullName: UnityEditor.EditorGUILayout.EndFadeGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EndFadeGroup.html
  commentId: M:UnityEditor.EditorGUILayout.EndFadeGroup
  nameWithType: EditorGUILayout.EndFadeGroup()
  type: Method
- uid: UnityEditor.EditorGUILayout.EndHorizontal
  name: EndHorizontal()
  fullName: UnityEditor.EditorGUILayout.EndHorizontal()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EndHorizontal.html
  commentId: M:UnityEditor.EditorGUILayout.EndHorizontal
  nameWithType: EditorGUILayout.EndHorizontal()
  type: Method
- uid: UnityEditor.EditorGUILayout.EndScrollView
  name: EndScrollView()
  fullName: UnityEditor.EditorGUILayout.EndScrollView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EndScrollView.html
  commentId: M:UnityEditor.EditorGUILayout.EndScrollView
  nameWithType: EditorGUILayout.EndScrollView()
  type: Method
- uid: UnityEditor.EditorGUILayout.EndToggleGroup
  name: EndToggleGroup()
  fullName: UnityEditor.EditorGUILayout.EndToggleGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EndToggleGroup.html
  commentId: M:UnityEditor.EditorGUILayout.EndToggleGroup
  nameWithType: EditorGUILayout.EndToggleGroup()
  type: Method
- uid: UnityEditor.EditorGUILayout.EndVertical
  name: EndVertical()
  fullName: UnityEditor.EditorGUILayout.EndVertical()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EndVertical.html
  commentId: M:UnityEditor.EditorGUILayout.EndVertical
  nameWithType: EditorGUILayout.EndVertical()
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskField(System.Enum,UnityEngine.GUILayoutOption[])
  name: EnumMaskField(Enum, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskField(System.Enum, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskField(System.Enum,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskField(Enum, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskField(System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: EnumMaskField(Enum, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskField(System.Enum, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskField(System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskField(Enum, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskField(System.String,System.Enum,UnityEngine.GUILayoutOption[])
  name: EnumMaskField(string, Enum, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskField(string, System.Enum, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskField(System.String,System.Enum,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskField(string, Enum, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskField(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: EnumMaskField(string, Enum, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskField(string, System.Enum, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskField(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskField(string, Enum, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])
  name: EnumMaskField(GUIContent, Enum, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent, System.Enum, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskField(GUIContent, Enum, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: EnumMaskField(GUIContent, Enum, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent, System.Enum, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskField.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskField(GUIContent, Enum, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskPopup(System.String,System.Enum,UnityEngine.GUILayoutOption[])
  name: EnumMaskPopup(string, Enum, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskPopup(string, System.Enum, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskPopup(System.String,System.Enum,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskPopup(string, Enum, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskPopup(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: EnumMaskPopup(string, Enum, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskPopup(string, System.Enum, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskPopup(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskPopup(string, Enum, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])
  name: EnumMaskPopup(GUIContent, Enum, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent, System.Enum, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskPopup(GUIContent, Enum, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: EnumMaskPopup(GUIContent, Enum, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent, System.Enum, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumMaskPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumMaskPopup(GUIContent, Enum, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumPopup(System.Enum,UnityEngine.GUILayoutOption[])
  name: EnumPopup(Enum, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumPopup(System.Enum, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumPopup(System.Enum,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumPopup(Enum, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumPopup(System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: EnumPopup(Enum, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumPopup(System.Enum, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumPopup(System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumPopup(Enum, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumPopup(System.String,System.Enum,UnityEngine.GUILayoutOption[])
  name: EnumPopup(string, Enum, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumPopup(string, System.Enum, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumPopup(System.String,System.Enum,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumPopup(string, Enum, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumPopup(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: EnumPopup(string, Enum, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumPopup(string, System.Enum, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumPopup(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumPopup(string, Enum, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])
  name: EnumPopup(GUIContent, Enum, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent, System.Enum, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumPopup(GUIContent, Enum, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: EnumPopup(GUIContent, Enum, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent, System.Enum, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.EnumPopup.html
  commentId: M:UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.EnumPopup(GUIContent, Enum, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.FadeGroupScope
  name: EditorGUILayout.FadeGroupScope
  fullName: UnityEditor.EditorGUILayout.FadeGroupScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FadeGroupScope.html
  commentId: T:UnityEditor.EditorGUILayout.FadeGroupScope
  nameWithType: EditorGUILayout.FadeGroupScope
  type: Class
- uid: UnityEditor.EditorGUILayout.FadeGroupScope.#ctor(System.Single)
  name: FadeGroupScope(float)
  fullName: UnityEditor.EditorGUILayout.FadeGroupScope.FadeGroupScope(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FadeGroupScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.FadeGroupScope.#ctor(System.Single)
  nameWithType: EditorGUILayout.FadeGroupScope.FadeGroupScope(float)
  type: Constructor
- uid: UnityEditor.EditorGUILayout.FadeGroupScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUILayout.FadeGroupScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FadeGroupScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUILayout.FadeGroupScope.CloseScope
  nameWithType: EditorGUILayout.FadeGroupScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUILayout.FadeGroupScope.visible
  name: visible
  fullName: UnityEditor.EditorGUILayout.FadeGroupScope.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FadeGroupScope-visible.html
  commentId: P:UnityEditor.EditorGUILayout.FadeGroupScope.visible
  nameWithType: EditorGUILayout.FadeGroupScope.visible
  type: Property
- uid: UnityEditor.EditorGUILayout.FloatField(System.Single,UnityEngine.GUILayoutOption[])
  name: FloatField(float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.FloatField(float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FloatField.html
  commentId: M:UnityEditor.EditorGUILayout.FloatField(System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.FloatField(float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.FloatField(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: FloatField(float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.FloatField(float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FloatField.html
  commentId: M:UnityEditor.EditorGUILayout.FloatField(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.FloatField(float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.FloatField(System.String,System.Single,UnityEngine.GUILayoutOption[])
  name: FloatField(string, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.FloatField(string, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FloatField.html
  commentId: M:UnityEditor.EditorGUILayout.FloatField(System.String,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.FloatField(string, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.FloatField(System.String,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: FloatField(string, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.FloatField(string, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FloatField.html
  commentId: M:UnityEditor.EditorGUILayout.FloatField(System.String,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.FloatField(string, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUILayoutOption[])
  name: FloatField(GUIContent, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FloatField.html
  commentId: M:UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.FloatField(GUIContent, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: FloatField(GUIContent, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.FloatField.html
  commentId: M:UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.FloatField(GUIContent, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,System.Boolean,UnityEngine.GUIStyle)
  name: Foldout(bool, string, bool, GUIStyle)
  fullName: UnityEditor.EditorGUILayout.Foldout(bool, string, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Foldout.html
  commentId: M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUILayout.Foldout(bool, string, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,System.Boolean)
  name: Foldout(bool, string, bool)
  fullName: UnityEditor.EditorGUILayout.Foldout(bool, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Foldout.html
  commentId: M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,System.Boolean)
  nameWithType: EditorGUILayout.Foldout(bool, string, bool)
  type: Method
- uid: UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,UnityEngine.GUIStyle)
  name: Foldout(bool, string, GUIStyle)
  fullName: UnityEditor.EditorGUILayout.Foldout(bool, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Foldout.html
  commentId: M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUILayout.Foldout(bool, string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String)
  name: Foldout(bool, string)
  fullName: UnityEditor.EditorGUILayout.Foldout(bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Foldout.html
  commentId: M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String)
  nameWithType: EditorGUILayout.Foldout(bool, string)
  type: Method
- uid: UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)
  name: Foldout(bool, GUIContent, bool, GUIStyle)
  fullName: UnityEditor.EditorGUILayout.Foldout(bool, UnityEngine.GUIContent, bool, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Foldout.html
  commentId: M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)
  nameWithType: EditorGUILayout.Foldout(bool, GUIContent, bool, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,System.Boolean)
  name: Foldout(bool, GUIContent, bool)
  fullName: UnityEditor.EditorGUILayout.Foldout(bool, UnityEngine.GUIContent, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Foldout.html
  commentId: M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,System.Boolean)
  nameWithType: EditorGUILayout.Foldout(bool, GUIContent, bool)
  type: Method
- uid: UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Foldout(bool, GUIContent, GUIStyle)
  fullName: UnityEditor.EditorGUILayout.Foldout(bool, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Foldout.html
  commentId: M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: EditorGUILayout.Foldout(bool, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent)
  name: Foldout(bool, GUIContent)
  fullName: UnityEditor.EditorGUILayout.Foldout(bool, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Foldout.html
  commentId: M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent)
  nameWithType: EditorGUILayout.Foldout(bool, GUIContent)
  type: Method
- uid: UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,System.Single,UnityEngine.GUILayoutOption[])
  name: GetControlRect(bool, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.GetControlRect(bool, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.GetControlRect.html
  commentId: M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.GetControlRect(bool, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: GetControlRect(bool, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.GetControlRect(bool, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.GetControlRect.html
  commentId: M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.GetControlRect(bool, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,UnityEngine.GUILayoutOption[])
  name: GetControlRect(bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.GetControlRect(bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.GetControlRect.html
  commentId: M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.GetControlRect(bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.GetControlRect(UnityEngine.GUILayoutOption[])
  name: GetControlRect(params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.GetControlRect(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.GetControlRect.html
  commentId: M:UnityEditor.EditorGUILayout.GetControlRect(UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.GetControlRect(params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.HelpBox(System.String,UnityEditor.MessageType,System.Boolean)
  name: HelpBox(string, MessageType, bool)
  fullName: UnityEditor.EditorGUILayout.HelpBox(string, UnityEditor.MessageType, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.HelpBox.html
  commentId: M:UnityEditor.EditorGUILayout.HelpBox(System.String,UnityEditor.MessageType,System.Boolean)
  nameWithType: EditorGUILayout.HelpBox(string, MessageType, bool)
  type: Method
- uid: UnityEditor.EditorGUILayout.HelpBox(System.String,UnityEditor.MessageType)
  name: HelpBox(string, MessageType)
  fullName: UnityEditor.EditorGUILayout.HelpBox(string, UnityEditor.MessageType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.HelpBox.html
  commentId: M:UnityEditor.EditorGUILayout.HelpBox(System.String,UnityEditor.MessageType)
  nameWithType: EditorGUILayout.HelpBox(string, MessageType)
  type: Method
- uid: UnityEditor.EditorGUILayout.HorizontalScope
  name: EditorGUILayout.HorizontalScope
  fullName: UnityEditor.EditorGUILayout.HorizontalScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.HorizontalScope.html
  commentId: T:UnityEditor.EditorGUILayout.HorizontalScope
  nameWithType: EditorGUILayout.HorizontalScope
  type: Class
- uid: UnityEditor.EditorGUILayout.HorizontalScope.#ctor(UnityEngine.GUILayoutOption[])
  name: HorizontalScope(params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.HorizontalScope.HorizontalScope(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.HorizontalScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.HorizontalScope.#ctor(UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.HorizontalScope.HorizontalScope(params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.HorizontalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: HorizontalScope(GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.HorizontalScope.HorizontalScope(UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.HorizontalScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.HorizontalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.HorizontalScope.HorizontalScope(GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.HorizontalScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUILayout.HorizontalScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.HorizontalScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUILayout.HorizontalScope.CloseScope
  nameWithType: EditorGUILayout.HorizontalScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUILayout.HorizontalScope.rect
  name: rect
  fullName: UnityEditor.EditorGUILayout.HorizontalScope.rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.HorizontalScope-rect.html
  commentId: P:UnityEditor.EditorGUILayout.HorizontalScope.rect
  nameWithType: EditorGUILayout.HorizontalScope.rect
  type: Property
- uid: UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object,System.Boolean)
  name: InspectorTitlebar(bool, Object, bool)
  fullName: UnityEditor.EditorGUILayout.InspectorTitlebar(bool, UnityEngine.Object, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.InspectorTitlebar.html
  commentId: M:UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object,System.Boolean)
  nameWithType: EditorGUILayout.InspectorTitlebar(bool, Object, bool)
  type: Method
- uid: UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object)
  name: InspectorTitlebar(bool, Object)
  fullName: UnityEditor.EditorGUILayout.InspectorTitlebar(bool, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.InspectorTitlebar.html
  commentId: M:UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object)
  nameWithType: EditorGUILayout.InspectorTitlebar(bool, Object)
  type: Method
- uid: UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object[],System.Boolean)
  name: InspectorTitlebar(bool, Object[], bool)
  fullName: UnityEditor.EditorGUILayout.InspectorTitlebar(bool, UnityEngine.Object[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.InspectorTitlebar.html
  commentId: M:UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object[],System.Boolean)
  nameWithType: EditorGUILayout.InspectorTitlebar(bool, Object[], bool)
  type: Method
- uid: UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object[])
  name: InspectorTitlebar(bool, Object[])
  fullName: UnityEditor.EditorGUILayout.InspectorTitlebar(bool, UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.InspectorTitlebar.html
  commentId: M:UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object[])
  nameWithType: EditorGUILayout.InspectorTitlebar(bool, Object[])
  type: Method
- uid: UnityEditor.EditorGUILayout.InspectorTitlebar(UnityEngine.Object[])
  name: InspectorTitlebar(Object[])
  fullName: UnityEditor.EditorGUILayout.InspectorTitlebar(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.InspectorTitlebar.html
  commentId: M:UnityEditor.EditorGUILayout.InspectorTitlebar(UnityEngine.Object[])
  nameWithType: EditorGUILayout.InspectorTitlebar(Object[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntField(System.Int32,UnityEngine.GUILayoutOption[])
  name: IntField(int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntField(int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntField.html
  commentId: M:UnityEditor.EditorGUILayout.IntField(System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntField(int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: IntField(int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntField(int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntField.html
  commentId: M:UnityEditor.EditorGUILayout.IntField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntField(int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntField(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  name: IntField(string, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntField(string, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntField.html
  commentId: M:UnityEditor.EditorGUILayout.IntField(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntField(string, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: IntField(string, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntField(string, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntField.html
  commentId: M:UnityEditor.EditorGUILayout.IntField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntField(string, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])
  name: IntField(GUIContent, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntField.html
  commentId: M:UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntField(GUIContent, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: IntField(GUIContent, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntField.html
  commentId: M:UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntField(GUIContent, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(System.Int32,System.String[],System.Int32[],UnityEngine.GUILayoutOption[])
  name: IntPopup(int, string[], int[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(int, string[], int[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,System.String[],System.Int32[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(int, string[], int[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: IntPopup(int, string[], int[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(int, string[], int[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(int, string[], int[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])
  name: IntPopup(int, GUIContent[], int[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(int, UnityEngine.GUIContent[], int[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(int, GUIContent[], int[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: IntPopup(int, GUIContent[], int[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(int, UnityEngine.GUIContent[], int[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(int, GUIContent[], int[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUILayoutOption[])
  name: IntPopup(string, int, string[], int[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(string, int, string[], int[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(string, int, string[], int[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: IntPopup(string, int, string[], int[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(string, int, string[], int[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(string, int, string[], int[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: IntPopup(SerializedProperty, GUIContent[], int[], GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty, UnityEngine.GUIContent[], int[], UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(SerializedProperty, GUIContent[], int[], GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: IntPopup(SerializedProperty, GUIContent[], int[], GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty, UnityEngine.GUIContent[], int[], UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(SerializedProperty, GUIContent[], int[], GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])
  name: IntPopup(SerializedProperty, GUIContent[], int[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty, UnityEngine.GUIContent[], int[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(SerializedProperty, GUIContent[], int[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])
  name: IntPopup(GUIContent, int, GUIContent[], int[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent, int, UnityEngine.GUIContent[], int[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(GUIContent, int, GUIContent[], int[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: IntPopup(GUIContent, int, GUIContent[], int[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent, int, UnityEngine.GUIContent[], int[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntPopup.html
  commentId: M:UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntPopup(GUIContent, int, GUIContent[], int[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntSlider(System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])
  name: IntSlider(int, int, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntSlider(int, int, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntSlider.html
  commentId: M:UnityEditor.EditorGUILayout.IntSlider(System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntSlider(int, int, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntSlider(System.String,System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])
  name: IntSlider(string, int, int, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntSlider(string, int, int, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntSlider.html
  commentId: M:UnityEditor.EditorGUILayout.IntSlider(System.String,System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntSlider(string, int, int, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,System.String,UnityEngine.GUILayoutOption[])
  name: IntSlider(SerializedProperty, int, int, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty, int, int, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntSlider.html
  commentId: M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntSlider(SerializedProperty, int, int, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: IntSlider(SerializedProperty, int, int, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty, int, int, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntSlider.html
  commentId: M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntSlider(SerializedProperty, int, int, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])
  name: IntSlider(SerializedProperty, int, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty, int, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntSlider.html
  commentId: M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntSlider(SerializedProperty, int, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.IntSlider(UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])
  name: IntSlider(GUIContent, int, int, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.IntSlider(UnityEngine.GUIContent, int, int, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.IntSlider.html
  commentId: M:UnityEditor.EditorGUILayout.IntSlider(UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.IntSlider(GUIContent, int, int, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Knob(UnityEngine.Vector2,System.Single,System.Single,System.Single,System.String,UnityEngine.Color,UnityEngine.Color,System.Boolean,UnityEngine.GUILayoutOption[])
  name: Knob(Vector2, float, float, float, string, Color, Color, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Knob(UnityEngine.Vector2, float, float, float, string, UnityEngine.Color, UnityEngine.Color, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Knob.html
  commentId: M:UnityEditor.EditorGUILayout.Knob(UnityEngine.Vector2,System.Single,System.Single,System.Single,System.String,UnityEngine.Color,UnityEngine.Color,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Knob(Vector2, float, float, float, string, Color, Color, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LabelField(System.String,System.String,UnityEngine.GUILayoutOption[])
  name: LabelField(string, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LabelField(string, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LabelField.html
  commentId: M:UnityEditor.EditorGUILayout.LabelField(System.String,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LabelField(string, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LabelField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LabelField(string, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LabelField(string, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LabelField.html
  commentId: M:UnityEditor.EditorGUILayout.LabelField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LabelField(string, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LabelField(System.String,UnityEngine.GUILayoutOption[])
  name: LabelField(string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LabelField(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LabelField.html
  commentId: M:UnityEditor.EditorGUILayout.LabelField(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LabelField(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LabelField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LabelField(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LabelField(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LabelField.html
  commentId: M:UnityEditor.EditorGUILayout.LabelField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LabelField(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: LabelField(GUIContent, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LabelField.html
  commentId: M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LabelField(GUIContent, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LabelField(GUIContent, GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent, UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LabelField.html
  commentId: M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LabelField(GUIContent, GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: LabelField(GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LabelField.html
  commentId: M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LabelField(GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LabelField(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LabelField.html
  commentId: M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LabelField(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LayerField(System.Int32,UnityEngine.GUILayoutOption[])
  name: LayerField(int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LayerField(int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LayerField.html
  commentId: M:UnityEditor.EditorGUILayout.LayerField(System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LayerField(int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LayerField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LayerField(int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LayerField(int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LayerField.html
  commentId: M:UnityEditor.EditorGUILayout.LayerField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LayerField(int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LayerField(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  name: LayerField(string, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LayerField(string, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LayerField.html
  commentId: M:UnityEditor.EditorGUILayout.LayerField(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LayerField(string, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LayerField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LayerField(string, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LayerField(string, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LayerField.html
  commentId: M:UnityEditor.EditorGUILayout.LayerField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LayerField(string, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])
  name: LayerField(GUIContent, int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LayerField.html
  commentId: M:UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LayerField(GUIContent, int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LayerField(GUIContent, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LayerField.html
  commentId: M:UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LayerField(GUIContent, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LongField(System.Int64,UnityEngine.GUILayoutOption[])
  name: LongField(long, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LongField(long, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LongField.html
  commentId: M:UnityEditor.EditorGUILayout.LongField(System.Int64,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LongField(long, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LongField(System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LongField(long, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LongField(long, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LongField.html
  commentId: M:UnityEditor.EditorGUILayout.LongField(System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LongField(long, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LongField(System.String,System.Int64,UnityEngine.GUILayoutOption[])
  name: LongField(string, long, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LongField(string, long, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LongField.html
  commentId: M:UnityEditor.EditorGUILayout.LongField(System.String,System.Int64,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LongField(string, long, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LongField(System.String,System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LongField(string, long, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LongField(string, long, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LongField.html
  commentId: M:UnityEditor.EditorGUILayout.LongField(System.String,System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LongField(string, long, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent,System.Int64,UnityEngine.GUILayoutOption[])
  name: LongField(GUIContent, long, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent, long, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LongField.html
  commentId: M:UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent,System.Int64,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LongField(GUIContent, long, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent,System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: LongField(GUIContent, long, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent, long, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.LongField.html
  commentId: M:UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent,System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.LongField(GUIContent, long, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MaskField(System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  name: MaskField(int, string[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MaskField(int, string[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MaskField.html
  commentId: M:UnityEditor.EditorGUILayout.MaskField(System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MaskField(int, string[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MaskField(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: MaskField(int, string[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MaskField(int, string[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MaskField.html
  commentId: M:UnityEditor.EditorGUILayout.MaskField(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MaskField(int, string[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MaskField(System.String,System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  name: MaskField(string, int, string[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MaskField(string, int, string[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MaskField.html
  commentId: M:UnityEditor.EditorGUILayout.MaskField(System.String,System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MaskField(string, int, string[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MaskField(System.String,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: MaskField(string, int, string[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MaskField(string, int, string[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MaskField.html
  commentId: M:UnityEditor.EditorGUILayout.MaskField(System.String,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MaskField(string, int, string[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  name: MaskField(GUIContent, int, string[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent, int, string[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MaskField.html
  commentId: M:UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MaskField(GUIContent, int, string[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: MaskField(GUIContent, int, string[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent, int, string[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MaskField.html
  commentId: M:UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MaskField(GUIContent, int, string[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MinMaxSlider(System.Single@,System.Single@,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: MinMaxSlider(ref float, ref float, float, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MinMaxSlider(ref float, ref float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MinMaxSlider.html
  commentId: M:UnityEditor.EditorGUILayout.MinMaxSlider(System.Single@,System.Single@,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MinMaxSlider(ref float, ref float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MinMaxSlider(System.String,System.Single@,System.Single@,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: MinMaxSlider(string, ref float, ref float, float, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MinMaxSlider(string, ref float, ref float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MinMaxSlider.html
  commentId: M:UnityEditor.EditorGUILayout.MinMaxSlider(System.String,System.Single@,System.Single@,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MinMaxSlider(string, ref float, ref float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.MinMaxSlider(UnityEngine.GUIContent,System.Single@,System.Single@,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: MinMaxSlider(GUIContent, ref float, ref float, float, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.MinMaxSlider(UnityEngine.GUIContent, ref float, ref float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.MinMaxSlider.html
  commentId: M:UnityEditor.EditorGUILayout.MinMaxSlider(UnityEngine.GUIContent,System.Single@,System.Single@,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.MinMaxSlider(GUIContent, ref float, ref float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(System.String,UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])
  name: ObjectField(string, Object, Type, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(string, UnityEngine.Object, System.Type, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(System.String,UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(string, Object, Type, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(System.String,UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])
  name: ObjectField(string, Object, Type, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(string, UnityEngine.Object, System.Type, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(System.String,UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(string, Object, Type, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,System.Type,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: ObjectField(SerializedProperty, Type, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty, System.Type, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,System.Type,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(SerializedProperty, Type, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,System.Type,UnityEngine.GUILayoutOption[])
  name: ObjectField(SerializedProperty, Type, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty, System.Type, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,System.Type,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(SerializedProperty, Type, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: ObjectField(SerializedProperty, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(SerializedProperty, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  name: ObjectField(SerializedProperty, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(SerializedProperty, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent,UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])
  name: ObjectField(GUIContent, Object, Type, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent, UnityEngine.Object, System.Type, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent,UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(GUIContent, Object, Type, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent,UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])
  name: ObjectField(GUIContent, Object, Type, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent, UnityEngine.Object, System.Type, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent,UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(GUIContent, Object, Type, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])
  name: ObjectField(Object, Type, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object, System.Type, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(Object, Type, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])
  name: ObjectField(Object, Type, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object, System.Type, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ObjectField.html
  commentId: M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ObjectField(Object, Type, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PasswordField(System.String,System.String,UnityEngine.GUILayoutOption[])
  name: PasswordField(string, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PasswordField(string, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PasswordField.html
  commentId: M:UnityEditor.EditorGUILayout.PasswordField(System.String,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PasswordField(string, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PasswordField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: PasswordField(string, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PasswordField(string, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PasswordField.html
  commentId: M:UnityEditor.EditorGUILayout.PasswordField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PasswordField(string, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PasswordField(System.String,UnityEngine.GUILayoutOption[])
  name: PasswordField(string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PasswordField(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PasswordField.html
  commentId: M:UnityEditor.EditorGUILayout.PasswordField(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PasswordField(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PasswordField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: PasswordField(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PasswordField(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PasswordField.html
  commentId: M:UnityEditor.EditorGUILayout.PasswordField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PasswordField(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])
  name: PasswordField(GUIContent, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PasswordField.html
  commentId: M:UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PasswordField(GUIContent, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: PasswordField(GUIContent, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PasswordField.html
  commentId: M:UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PasswordField(GUIContent, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Popup(System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  name: Popup(int, string[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Popup(int, string[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Popup.html
  commentId: M:UnityEditor.EditorGUILayout.Popup(System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Popup(int, string[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Popup(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Popup(int, string[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Popup(int, string[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Popup.html
  commentId: M:UnityEditor.EditorGUILayout.Popup(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Popup(int, string[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Popup(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])
  name: Popup(int, GUIContent[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Popup(int, UnityEngine.GUIContent[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Popup.html
  commentId: M:UnityEditor.EditorGUILayout.Popup(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Popup(int, GUIContent[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Popup(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Popup(int, GUIContent[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Popup(int, UnityEngine.GUIContent[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Popup.html
  commentId: M:UnityEditor.EditorGUILayout.Popup(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Popup(int, GUIContent[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Popup(System.String,System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  name: Popup(string, int, string[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Popup(string, int, string[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Popup.html
  commentId: M:UnityEditor.EditorGUILayout.Popup(System.String,System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Popup(string, int, string[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Popup(System.String,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Popup(string, int, string[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Popup(string, int, string[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Popup.html
  commentId: M:UnityEditor.EditorGUILayout.Popup(System.String,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Popup(string, int, string[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])
  name: Popup(GUIContent, int, GUIContent[], params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent, int, UnityEngine.GUIContent[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Popup.html
  commentId: M:UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Popup(GUIContent, int, GUIContent[], params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Popup(GUIContent, int, GUIContent[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent, int, UnityEngine.GUIContent[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Popup.html
  commentId: M:UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Popup(GUIContent, int, GUIContent[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PrefixLabel(System.String,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: PrefixLabel(string, GUIStyle, GUIStyle)
  fullName: UnityEditor.EditorGUILayout.PrefixLabel(string, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUILayout.PrefixLabel(System.String,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: EditorGUILayout.PrefixLabel(string, GUIStyle, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUILayout.PrefixLabel(System.String,UnityEngine.GUIStyle)
  name: PrefixLabel(string, GUIStyle)
  fullName: UnityEditor.EditorGUILayout.PrefixLabel(string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUILayout.PrefixLabel(System.String,UnityEngine.GUIStyle)
  nameWithType: EditorGUILayout.PrefixLabel(string, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUILayout.PrefixLabel(System.String)
  name: PrefixLabel(string)
  fullName: UnityEditor.EditorGUILayout.PrefixLabel(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUILayout.PrefixLabel(System.String)
  nameWithType: EditorGUILayout.PrefixLabel(string)
  type: Method
- uid: UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: PrefixLabel(GUIContent, GUIStyle, GUIStyle)
  fullName: UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: EditorGUILayout.PrefixLabel(GUIContent, GUIStyle, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: PrefixLabel(GUIContent, GUIStyle)
  fullName: UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: EditorGUILayout.PrefixLabel(GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent)
  name: PrefixLabel(GUIContent)
  fullName: UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PrefixLabel.html
  commentId: M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent)
  nameWithType: EditorGUILayout.PrefixLabel(GUIContent)
  type: Method
- uid: UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,System.Boolean,UnityEngine.GUILayoutOption[])
  name: PropertyField(SerializedProperty, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PropertyField.html
  commentId: M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PropertyField(SerializedProperty, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])
  name: PropertyField(SerializedProperty, GUIContent, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty, UnityEngine.GUIContent, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PropertyField.html
  commentId: M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PropertyField(SerializedProperty, GUIContent, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: PropertyField(SerializedProperty, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PropertyField.html
  commentId: M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PropertyField(SerializedProperty, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  name: PropertyField(SerializedProperty, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.PropertyField.html
  commentId: M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.PropertyField(SerializedProperty, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.RectField(System.String,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  name: RectField(string, Rect, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.RectField(string, UnityEngine.Rect, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.RectField.html
  commentId: M:UnityEditor.EditorGUILayout.RectField(System.String,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.RectField(string, Rect, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.RectField(UnityEngine.GUIContent,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  name: RectField(GUIContent, Rect, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.RectField(UnityEngine.GUIContent, UnityEngine.Rect, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.RectField.html
  commentId: M:UnityEditor.EditorGUILayout.RectField(UnityEngine.GUIContent,UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.RectField(GUIContent, Rect, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.RectField(UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  name: RectField(Rect, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.RectField(UnityEngine.Rect, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.RectField.html
  commentId: M:UnityEditor.EditorGUILayout.RectField(UnityEngine.Rect,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.RectField(Rect, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.RectIntField(System.String,UnityEngine.RectInt,UnityEngine.GUILayoutOption[])
  name: RectIntField(string, RectInt, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.RectIntField(string, UnityEngine.RectInt, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.RectIntField.html
  commentId: M:UnityEditor.EditorGUILayout.RectIntField(System.String,UnityEngine.RectInt,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.RectIntField(string, RectInt, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.RectIntField(UnityEngine.GUIContent,UnityEngine.RectInt,UnityEngine.GUILayoutOption[])
  name: RectIntField(GUIContent, RectInt, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.RectIntField(UnityEngine.GUIContent, UnityEngine.RectInt, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.RectIntField.html
  commentId: M:UnityEditor.EditorGUILayout.RectIntField(UnityEngine.GUIContent,UnityEngine.RectInt,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.RectIntField(GUIContent, RectInt, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.RectIntField(UnityEngine.RectInt,UnityEngine.GUILayoutOption[])
  name: RectIntField(RectInt, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.RectIntField(UnityEngine.RectInt, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.RectIntField.html
  commentId: M:UnityEditor.EditorGUILayout.RectIntField(UnityEngine.RectInt,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.RectIntField(RectInt, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ScrollViewScope
  name: EditorGUILayout.ScrollViewScope
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope.html
  commentId: T:UnityEditor.EditorGUILayout.ScrollViewScope
  nameWithType: EditorGUILayout.ScrollViewScope
  type: Class
- uid: UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, bool, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, bool, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ScrollViewScope.ScrollViewScope(Vector2, bool, bool, params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, bool, bool, GUIStyle, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ScrollViewScope.ScrollViewScope(Vector2, bool, bool, GUIStyle, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ScrollViewScope.ScrollViewScope(Vector2, params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ScrollViewScope.ScrollViewScope(Vector2, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ScrollViewScope.ScrollViewScope(Vector2, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.ScrollViewScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUILayout.ScrollViewScope.CloseScope
  nameWithType: EditorGUILayout.ScrollViewScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUILayout.ScrollViewScope.handleScrollWheel
  name: handleScrollWheel
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope.handleScrollWheel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope-handleScrollWheel.html
  commentId: P:UnityEditor.EditorGUILayout.ScrollViewScope.handleScrollWheel
  nameWithType: EditorGUILayout.ScrollViewScope.handleScrollWheel
  type: Property
- uid: UnityEditor.EditorGUILayout.ScrollViewScope.scrollPosition
  name: scrollPosition
  fullName: UnityEditor.EditorGUILayout.ScrollViewScope.scrollPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ScrollViewScope-scrollPosition.html
  commentId: P:UnityEditor.EditorGUILayout.ScrollViewScope.scrollPosition
  nameWithType: EditorGUILayout.ScrollViewScope.scrollPosition
  type: Property
- uid: UnityEditor.EditorGUILayout.SelectableLabel(System.String,UnityEngine.GUILayoutOption[])
  name: SelectableLabel(string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.SelectableLabel(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.SelectableLabel.html
  commentId: M:UnityEditor.EditorGUILayout.SelectableLabel(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.SelectableLabel(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.SelectableLabel(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: SelectableLabel(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.SelectableLabel(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.SelectableLabel.html
  commentId: M:UnityEditor.EditorGUILayout.SelectableLabel(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.SelectableLabel(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Separator
  name: Separator()
  fullName: UnityEditor.EditorGUILayout.Separator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Separator.html
  commentId: M:UnityEditor.EditorGUILayout.Separator
  nameWithType: EditorGUILayout.Separator()
  type: Method
- uid: UnityEditor.EditorGUILayout.Slider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: Slider(float, float, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Slider(float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Slider.html
  commentId: M:UnityEditor.EditorGUILayout.Slider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Slider(float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Slider(System.String,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: Slider(string, float, float, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Slider(string, float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Slider.html
  commentId: M:UnityEditor.EditorGUILayout.Slider(System.String,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Slider(string, float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,System.String,UnityEngine.GUILayoutOption[])
  name: Slider(SerializedProperty, float, float, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty, float, float, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Slider.html
  commentId: M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Slider(SerializedProperty, float, float, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: Slider(SerializedProperty, float, float, GUIContent, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty, float, float, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Slider.html
  commentId: M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Slider(SerializedProperty, float, float, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: Slider(SerializedProperty, float, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Slider.html
  commentId: M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Slider(SerializedProperty, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Slider(UnityEngine.GUIContent,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: Slider(GUIContent, float, float, float, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Slider(UnityEngine.GUIContent, float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Slider.html
  commentId: M:UnityEditor.EditorGUILayout.Slider(UnityEngine.GUIContent,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Slider(GUIContent, float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Space
  name: Space()
  fullName: UnityEditor.EditorGUILayout.Space()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Space.html
  commentId: M:UnityEditor.EditorGUILayout.Space
  nameWithType: EditorGUILayout.Space()
  type: Method
- uid: UnityEditor.EditorGUILayout.TagField(System.String,System.String,UnityEngine.GUILayoutOption[])
  name: TagField(string, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TagField(string, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TagField.html
  commentId: M:UnityEditor.EditorGUILayout.TagField(System.String,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TagField(string, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TagField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TagField(string, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TagField(string, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TagField.html
  commentId: M:UnityEditor.EditorGUILayout.TagField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TagField(string, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TagField(System.String,UnityEngine.GUILayoutOption[])
  name: TagField(string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TagField(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TagField.html
  commentId: M:UnityEditor.EditorGUILayout.TagField(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TagField(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TagField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TagField(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TagField(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TagField.html
  commentId: M:UnityEditor.EditorGUILayout.TagField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TagField(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])
  name: TagField(GUIContent, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TagField.html
  commentId: M:UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TagField(GUIContent, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TagField(GUIContent, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TagField.html
  commentId: M:UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TagField(GUIContent, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TextArea(System.String,UnityEngine.GUILayoutOption[])
  name: TextArea(string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TextArea(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TextArea.html
  commentId: M:UnityEditor.EditorGUILayout.TextArea(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TextArea(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TextArea(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TextArea(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TextArea(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TextArea.html
  commentId: M:UnityEditor.EditorGUILayout.TextArea(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TextArea(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TextField(System.String,System.String,UnityEngine.GUILayoutOption[])
  name: TextField(string, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TextField(string, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TextField.html
  commentId: M:UnityEditor.EditorGUILayout.TextField(System.String,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TextField(string, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TextField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TextField(string, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TextField(string, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TextField.html
  commentId: M:UnityEditor.EditorGUILayout.TextField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TextField(string, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TextField(System.String,UnityEngine.GUILayoutOption[])
  name: TextField(string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TextField(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TextField.html
  commentId: M:UnityEditor.EditorGUILayout.TextField(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TextField(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TextField(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TextField(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TextField.html
  commentId: M:UnityEditor.EditorGUILayout.TextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TextField(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])
  name: TextField(GUIContent, string, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TextField.html
  commentId: M:UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TextField(GUIContent, string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TextField(GUIContent, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.TextField.html
  commentId: M:UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.TextField(GUIContent, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Toggle(System.Boolean,UnityEngine.GUILayoutOption[])
  name: Toggle(bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Toggle(bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Toggle.html
  commentId: M:UnityEditor.EditorGUILayout.Toggle(System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Toggle(bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Toggle(System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toggle(bool, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Toggle(bool, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Toggle.html
  commentId: M:UnityEditor.EditorGUILayout.Toggle(System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Toggle(bool, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Toggle(System.String,System.Boolean,UnityEngine.GUILayoutOption[])
  name: Toggle(string, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Toggle(string, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Toggle.html
  commentId: M:UnityEditor.EditorGUILayout.Toggle(System.String,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Toggle(string, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Toggle(System.String,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toggle(string, bool, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Toggle(string, bool, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Toggle.html
  commentId: M:UnityEditor.EditorGUILayout.Toggle(System.String,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Toggle(string, bool, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])
  name: Toggle(GUIContent, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Toggle.html
  commentId: M:UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Toggle(GUIContent, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toggle(GUIContent, bool, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent, bool, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Toggle.html
  commentId: M:UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Toggle(GUIContent, bool, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ToggleGroupScope
  name: EditorGUILayout.ToggleGroupScope
  fullName: UnityEditor.EditorGUILayout.ToggleGroupScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleGroupScope.html
  commentId: T:UnityEditor.EditorGUILayout.ToggleGroupScope
  nameWithType: EditorGUILayout.ToggleGroupScope
  type: Class
- uid: UnityEditor.EditorGUILayout.ToggleGroupScope.#ctor(System.String,System.Boolean)
  name: ToggleGroupScope(string, bool)
  fullName: UnityEditor.EditorGUILayout.ToggleGroupScope.ToggleGroupScope(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleGroupScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.ToggleGroupScope.#ctor(System.String,System.Boolean)
  nameWithType: EditorGUILayout.ToggleGroupScope.ToggleGroupScope(string, bool)
  type: Constructor
- uid: UnityEditor.EditorGUILayout.ToggleGroupScope.#ctor(UnityEngine.GUIContent,System.Boolean)
  name: ToggleGroupScope(GUIContent, bool)
  fullName: UnityEditor.EditorGUILayout.ToggleGroupScope.ToggleGroupScope(UnityEngine.GUIContent, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleGroupScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.ToggleGroupScope.#ctor(UnityEngine.GUIContent,System.Boolean)
  nameWithType: EditorGUILayout.ToggleGroupScope.ToggleGroupScope(GUIContent, bool)
  type: Constructor
- uid: UnityEditor.EditorGUILayout.ToggleGroupScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUILayout.ToggleGroupScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleGroupScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUILayout.ToggleGroupScope.CloseScope
  nameWithType: EditorGUILayout.ToggleGroupScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUILayout.ToggleGroupScope.enabled
  name: enabled
  fullName: UnityEditor.EditorGUILayout.ToggleGroupScope.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleGroupScope-enabled.html
  commentId: P:UnityEditor.EditorGUILayout.ToggleGroupScope.enabled
  nameWithType: EditorGUILayout.ToggleGroupScope.enabled
  type: Property
- uid: UnityEditor.EditorGUILayout.ToggleLeft(System.String,System.Boolean,UnityEngine.GUILayoutOption[])
  name: ToggleLeft(string, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ToggleLeft(string, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleLeft.html
  commentId: M:UnityEditor.EditorGUILayout.ToggleLeft(System.String,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ToggleLeft(string, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ToggleLeft(System.String,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ToggleLeft(string, bool, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ToggleLeft(string, bool, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleLeft.html
  commentId: M:UnityEditor.EditorGUILayout.ToggleLeft(System.String,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ToggleLeft(string, bool, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])
  name: ToggleLeft(GUIContent, bool, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleLeft.html
  commentId: M:UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ToggleLeft(GUIContent, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ToggleLeft(GUIContent, bool, GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent, bool, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.ToggleLeft.html
  commentId: M:UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.ToggleLeft(GUIContent, bool, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector2Field(System.String,UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  name: Vector2Field(string, Vector2, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector2Field(string, UnityEngine.Vector2, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector2Field.html
  commentId: M:UnityEditor.EditorGUILayout.Vector2Field(System.String,UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector2Field(string, Vector2, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector2Field(UnityEngine.GUIContent,UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  name: Vector2Field(GUIContent, Vector2, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector2Field(UnityEngine.GUIContent, UnityEngine.Vector2, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector2Field.html
  commentId: M:UnityEditor.EditorGUILayout.Vector2Field(UnityEngine.GUIContent,UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector2Field(GUIContent, Vector2, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector2IntField(System.String,UnityEngine.Vector2Int,UnityEngine.GUILayoutOption[])
  name: Vector2IntField(string, Vector2Int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector2IntField(string, UnityEngine.Vector2Int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector2IntField.html
  commentId: M:UnityEditor.EditorGUILayout.Vector2IntField(System.String,UnityEngine.Vector2Int,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector2IntField(string, Vector2Int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector2IntField(UnityEngine.GUIContent,UnityEngine.Vector2Int,UnityEngine.GUILayoutOption[])
  name: Vector2IntField(GUIContent, Vector2Int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector2IntField(UnityEngine.GUIContent, UnityEngine.Vector2Int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector2IntField.html
  commentId: M:UnityEditor.EditorGUILayout.Vector2IntField(UnityEngine.GUIContent,UnityEngine.Vector2Int,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector2IntField(GUIContent, Vector2Int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector3Field(System.String,UnityEngine.Vector3,UnityEngine.GUILayoutOption[])
  name: Vector3Field(string, Vector3, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector3Field(string, UnityEngine.Vector3, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector3Field.html
  commentId: M:UnityEditor.EditorGUILayout.Vector3Field(System.String,UnityEngine.Vector3,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector3Field(string, Vector3, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector3Field(UnityEngine.GUIContent,UnityEngine.Vector3,UnityEngine.GUILayoutOption[])
  name: Vector3Field(GUIContent, Vector3, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector3Field(UnityEngine.GUIContent, UnityEngine.Vector3, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector3Field.html
  commentId: M:UnityEditor.EditorGUILayout.Vector3Field(UnityEngine.GUIContent,UnityEngine.Vector3,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector3Field(GUIContent, Vector3, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector3IntField(System.String,UnityEngine.Vector3Int,UnityEngine.GUILayoutOption[])
  name: Vector3IntField(string, Vector3Int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector3IntField(string, UnityEngine.Vector3Int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector3IntField.html
  commentId: M:UnityEditor.EditorGUILayout.Vector3IntField(System.String,UnityEngine.Vector3Int,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector3IntField(string, Vector3Int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector3IntField(UnityEngine.GUIContent,UnityEngine.Vector3Int,UnityEngine.GUILayoutOption[])
  name: Vector3IntField(GUIContent, Vector3Int, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector3IntField(UnityEngine.GUIContent, UnityEngine.Vector3Int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector3IntField.html
  commentId: M:UnityEditor.EditorGUILayout.Vector3IntField(UnityEngine.GUIContent,UnityEngine.Vector3Int,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector3IntField(GUIContent, Vector3Int, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector4Field(System.String,UnityEngine.Vector4,UnityEngine.GUILayoutOption[])
  name: Vector4Field(string, Vector4, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector4Field(string, UnityEngine.Vector4, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector4Field.html
  commentId: M:UnityEditor.EditorGUILayout.Vector4Field(System.String,UnityEngine.Vector4,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector4Field(string, Vector4, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.Vector4Field(UnityEngine.GUIContent,UnityEngine.Vector4,UnityEngine.GUILayoutOption[])
  name: Vector4Field(GUIContent, Vector4, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.Vector4Field(UnityEngine.GUIContent, UnityEngine.Vector4, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.Vector4Field.html
  commentId: M:UnityEditor.EditorGUILayout.Vector4Field(UnityEngine.GUIContent,UnityEngine.Vector4,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.Vector4Field(GUIContent, Vector4, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.EditorGUILayout.VerticalScope
  name: EditorGUILayout.VerticalScope
  fullName: UnityEditor.EditorGUILayout.VerticalScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.VerticalScope.html
  commentId: T:UnityEditor.EditorGUILayout.VerticalScope
  nameWithType: EditorGUILayout.VerticalScope
  type: Class
- uid: UnityEditor.EditorGUILayout.VerticalScope.#ctor(UnityEngine.GUILayoutOption[])
  name: VerticalScope(params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.VerticalScope.VerticalScope(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.VerticalScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.VerticalScope.#ctor(UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.VerticalScope.VerticalScope(params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.VerticalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: VerticalScope(GUIStyle, params GUILayoutOption[])
  fullName: UnityEditor.EditorGUILayout.VerticalScope.VerticalScope(UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.VerticalScope-ctor.html
  commentId: M:UnityEditor.EditorGUILayout.VerticalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: EditorGUILayout.VerticalScope.VerticalScope(GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEditor.EditorGUILayout.VerticalScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUILayout.VerticalScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.VerticalScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUILayout.VerticalScope.CloseScope
  nameWithType: EditorGUILayout.VerticalScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUILayout.VerticalScope.rect
  name: rect
  fullName: UnityEditor.EditorGUILayout.VerticalScope.rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUILayout.VerticalScope-rect.html
  commentId: P:UnityEditor.EditorGUILayout.VerticalScope.rect
  nameWithType: EditorGUILayout.VerticalScope.rect
  type: Property
- uid: UnityEditor.EditorGUIUtility
  name: EditorGUIUtility
  fullName: UnityEditor.EditorGUIUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.html
  commentId: T:UnityEditor.EditorGUIUtility
  nameWithType: EditorGUIUtility
  type: Class
- uid: UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect,UnityEditor.MouseCursor,System.Int32)
  name: AddCursorRect(Rect, MouseCursor, int)
  fullName: UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect, UnityEditor.MouseCursor, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.AddCursorRect.html
  commentId: M:UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect,UnityEditor.MouseCursor,System.Int32)
  nameWithType: EditorGUIUtility.AddCursorRect(Rect, MouseCursor, int)
  type: Method
- uid: UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect,UnityEditor.MouseCursor)
  name: AddCursorRect(Rect, MouseCursor)
  fullName: UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect, UnityEditor.MouseCursor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.AddCursorRect.html
  commentId: M:UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect,UnityEditor.MouseCursor)
  nameWithType: EditorGUIUtility.AddCursorRect(Rect, MouseCursor)
  type: Method
- uid: UnityEditor.EditorGUIUtility.CommandEvent(System.String)
  name: CommandEvent(string)
  fullName: UnityEditor.EditorGUIUtility.CommandEvent(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.CommandEvent.html
  commentId: M:UnityEditor.EditorGUIUtility.CommandEvent(System.String)
  nameWithType: EditorGUIUtility.CommandEvent(string)
  type: Method
- uid: UnityEditor.EditorGUIUtility.currentViewWidth
  name: currentViewWidth
  fullName: UnityEditor.EditorGUIUtility.currentViewWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-currentViewWidth.html
  commentId: P:UnityEditor.EditorGUIUtility.currentViewWidth
  nameWithType: EditorGUIUtility.currentViewWidth
  type: Property
- uid: UnityEditor.EditorGUIUtility.DrawColorSwatch(UnityEngine.Rect,UnityEngine.Color)
  name: DrawColorSwatch(Rect, Color)
  fullName: UnityEditor.EditorGUIUtility.DrawColorSwatch(UnityEngine.Rect, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.DrawColorSwatch.html
  commentId: M:UnityEditor.EditorGUIUtility.DrawColorSwatch(UnityEngine.Rect,UnityEngine.Color)
  nameWithType: EditorGUIUtility.DrawColorSwatch(Rect, Color)
  type: Method
- uid: UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)
  name: DrawCurveSwatch(Rect, AnimationCurve, SerializedProperty, Color, Color, Color, Color, Rect)
  fullName: UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect, UnityEngine.AnimationCurve, UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Color, UnityEngine.Color, UnityEngine.Color, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.DrawCurveSwatch.html
  commentId: M:UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)
  nameWithType: EditorGUIUtility.DrawCurveSwatch(Rect, AnimationCurve, SerializedProperty, Color, Color, Color, Color, Rect)
  type: Method
- uid: UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color)
  name: DrawCurveSwatch(Rect, AnimationCurve, SerializedProperty, Color, Color, Color, Color)
  fullName: UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect, UnityEngine.AnimationCurve, UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Color, UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.DrawCurveSwatch.html
  commentId: M:UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color)
  nameWithType: EditorGUIUtility.DrawCurveSwatch(Rect, AnimationCurve, SerializedProperty, Color, Color, Color, Color)
  type: Method
- uid: UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)
  name: DrawCurveSwatch(Rect, AnimationCurve, SerializedProperty, Color, Color, Rect)
  fullName: UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect, UnityEngine.AnimationCurve, UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Color, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.DrawCurveSwatch.html
  commentId: M:UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)
  nameWithType: EditorGUIUtility.DrawCurveSwatch(Rect, AnimationCurve, SerializedProperty, Color, Color, Rect)
  type: Method
- uid: UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color)
  name: DrawCurveSwatch(Rect, AnimationCurve, SerializedProperty, Color, Color)
  fullName: UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect, UnityEngine.AnimationCurve, UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.DrawCurveSwatch.html
  commentId: M:UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color)
  nameWithType: EditorGUIUtility.DrawCurveSwatch(Rect, AnimationCurve, SerializedProperty, Color, Color)
  type: Method
- uid: UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)
  name: DrawRegionSwatch(Rect, SerializedProperty, SerializedProperty, Color, Color, Rect)
  fullName: UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEditor.SerializedProperty, UnityEngine.Color, UnityEngine.Color, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.DrawRegionSwatch.html
  commentId: M:UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)
  nameWithType: EditorGUIUtility.DrawRegionSwatch(Rect, SerializedProperty, SerializedProperty, Color, Color, Rect)
  type: Method
- uid: UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)
  name: DrawRegionSwatch(Rect, AnimationCurve, AnimationCurve, Color, Color, Rect)
  fullName: UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect, UnityEngine.AnimationCurve, UnityEngine.AnimationCurve, UnityEngine.Color, UnityEngine.Color, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.DrawRegionSwatch.html
  commentId: M:UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)
  nameWithType: EditorGUIUtility.DrawRegionSwatch(Rect, AnimationCurve, AnimationCurve, Color, Color, Rect)
  type: Method
- uid: UnityEditor.EditorGUIUtility.editingTextField
  name: editingTextField
  fullName: UnityEditor.EditorGUIUtility.editingTextField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-editingTextField.html
  commentId: P:UnityEditor.EditorGUIUtility.editingTextField
  nameWithType: EditorGUIUtility.editingTextField
  type: Property
- uid: UnityEditor.EditorGUIUtility.fieldWidth
  name: fieldWidth
  fullName: UnityEditor.EditorGUIUtility.fieldWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-fieldWidth.html
  commentId: P:UnityEditor.EditorGUIUtility.fieldWidth
  nameWithType: EditorGUIUtility.fieldWidth
  type: Property
- uid: UnityEditor.EditorGUIUtility.FindTexture(System.String)
  name: FindTexture(string)
  fullName: UnityEditor.EditorGUIUtility.FindTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.FindTexture.html
  commentId: M:UnityEditor.EditorGUIUtility.FindTexture(System.String)
  nameWithType: EditorGUIUtility.FindTexture(string)
  type: Method
- uid: UnityEditor.EditorGUIUtility.GetBuiltinSkin(UnityEditor.EditorSkin)
  name: GetBuiltinSkin(EditorSkin)
  fullName: UnityEditor.EditorGUIUtility.GetBuiltinSkin(UnityEditor.EditorSkin)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.GetBuiltinSkin.html
  commentId: M:UnityEditor.EditorGUIUtility.GetBuiltinSkin(UnityEditor.EditorSkin)
  nameWithType: EditorGUIUtility.GetBuiltinSkin(EditorSkin)
  type: Method
- uid: UnityEditor.EditorGUIUtility.GetFlowLayoutedRects(UnityEngine.Rect,UnityEngine.GUIStyle,System.Single,System.Single,System.Collections.Generic.List{System.String})
  name: GetFlowLayoutedRects(Rect, GUIStyle, float, float, List<string>)
  fullName: UnityEditor.EditorGUIUtility.GetFlowLayoutedRects(UnityEngine.Rect, UnityEngine.GUIStyle, float, float, System.Collections.Generic.List<string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.GetFlowLayoutedRects.html
  commentId: M:UnityEditor.EditorGUIUtility.GetFlowLayoutedRects(UnityEngine.Rect,UnityEngine.GUIStyle,System.Single,System.Single,System.Collections.Generic.List{System.String})
  nameWithType: EditorGUIUtility.GetFlowLayoutedRects(Rect, GUIStyle, float, float, List<string>)
  type: Method
- uid: UnityEditor.EditorGUIUtility.GetIconSize
  name: GetIconSize()
  fullName: UnityEditor.EditorGUIUtility.GetIconSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.GetIconSize.html
  commentId: M:UnityEditor.EditorGUIUtility.GetIconSize
  nameWithType: EditorGUIUtility.GetIconSize()
  type: Method
- uid: UnityEditor.EditorGUIUtility.GetObjectPickerControlID
  name: GetObjectPickerControlID()
  fullName: UnityEditor.EditorGUIUtility.GetObjectPickerControlID()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.GetObjectPickerControlID.html
  commentId: M:UnityEditor.EditorGUIUtility.GetObjectPickerControlID
  nameWithType: EditorGUIUtility.GetObjectPickerControlID()
  type: Method
- uid: UnityEditor.EditorGUIUtility.GetObjectPickerObject
  name: GetObjectPickerObject()
  fullName: UnityEditor.EditorGUIUtility.GetObjectPickerObject()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.GetObjectPickerObject.html
  commentId: M:UnityEditor.EditorGUIUtility.GetObjectPickerObject
  nameWithType: EditorGUIUtility.GetObjectPickerObject()
  type: Method
- uid: UnityEditor.EditorGUIUtility.HasObjectThumbnail(System.Type)
  name: HasObjectThumbnail(Type)
  fullName: UnityEditor.EditorGUIUtility.HasObjectThumbnail(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.HasObjectThumbnail.html
  commentId: M:UnityEditor.EditorGUIUtility.HasObjectThumbnail(System.Type)
  nameWithType: EditorGUIUtility.HasObjectThumbnail(Type)
  type: Method
- uid: UnityEditor.EditorGUIUtility.hierarchyMode
  name: hierarchyMode
  fullName: UnityEditor.EditorGUIUtility.hierarchyMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-hierarchyMode.html
  commentId: P:UnityEditor.EditorGUIUtility.hierarchyMode
  nameWithType: EditorGUIUtility.hierarchyMode
  type: Property
- uid: UnityEditor.EditorGUIUtility.HSVToRGB(System.Single,System.Single,System.Single,System.Boolean)
  name: HSVToRGB(float, float, float, bool)
  fullName: UnityEditor.EditorGUIUtility.HSVToRGB(float, float, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.HSVToRGB.html
  commentId: M:UnityEditor.EditorGUIUtility.HSVToRGB(System.Single,System.Single,System.Single,System.Boolean)
  nameWithType: EditorGUIUtility.HSVToRGB(float, float, float, bool)
  type: Method
- uid: UnityEditor.EditorGUIUtility.HSVToRGB(System.Single,System.Single,System.Single)
  name: HSVToRGB(float, float, float)
  fullName: UnityEditor.EditorGUIUtility.HSVToRGB(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.HSVToRGB.html
  commentId: M:UnityEditor.EditorGUIUtility.HSVToRGB(System.Single,System.Single,System.Single)
  nameWithType: EditorGUIUtility.HSVToRGB(float, float, float)
  type: Method
- uid: UnityEditor.EditorGUIUtility.IconContent(System.String,System.String)
  name: IconContent(string, string)
  fullName: UnityEditor.EditorGUIUtility.IconContent(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.IconContent.html
  commentId: M:UnityEditor.EditorGUIUtility.IconContent(System.String,System.String)
  nameWithType: EditorGUIUtility.IconContent(string, string)
  type: Method
- uid: UnityEditor.EditorGUIUtility.IconContent(System.String)
  name: IconContent(string)
  fullName: UnityEditor.EditorGUIUtility.IconContent(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.IconContent.html
  commentId: M:UnityEditor.EditorGUIUtility.IconContent(System.String)
  nameWithType: EditorGUIUtility.IconContent(string)
  type: Method
- uid: UnityEditor.EditorGUIUtility.IconSizeScope
  name: EditorGUIUtility.IconSizeScope
  fullName: UnityEditor.EditorGUIUtility.IconSizeScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.IconSizeScope.html
  commentId: T:UnityEditor.EditorGUIUtility.IconSizeScope
  nameWithType: EditorGUIUtility.IconSizeScope
  type: Class
- uid: UnityEditor.EditorGUIUtility.IconSizeScope.#ctor(UnityEngine.Vector2)
  name: IconSizeScope(Vector2)
  fullName: UnityEditor.EditorGUIUtility.IconSizeScope.IconSizeScope(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.IconSizeScope-ctor.html
  commentId: M:UnityEditor.EditorGUIUtility.IconSizeScope.#ctor(UnityEngine.Vector2)
  nameWithType: EditorGUIUtility.IconSizeScope.IconSizeScope(Vector2)
  type: Constructor
- uid: UnityEditor.EditorGUIUtility.IconSizeScope.CloseScope
  name: CloseScope()
  fullName: UnityEditor.EditorGUIUtility.IconSizeScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.IconSizeScope.CloseScope.html
  commentId: M:UnityEditor.EditorGUIUtility.IconSizeScope.CloseScope
  nameWithType: EditorGUIUtility.IconSizeScope.CloseScope()
  type: Method
- uid: UnityEditor.EditorGUIUtility.IsDisplayReferencedByCameras(System.Int32)
  name: IsDisplayReferencedByCameras(int)
  fullName: UnityEditor.EditorGUIUtility.IsDisplayReferencedByCameras(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.IsDisplayReferencedByCameras.html
  commentId: M:UnityEditor.EditorGUIUtility.IsDisplayReferencedByCameras(System.Int32)
  nameWithType: EditorGUIUtility.IsDisplayReferencedByCameras(int)
  type: Method
- uid: UnityEditor.EditorGUIUtility.isProSkin
  name: isProSkin
  fullName: UnityEditor.EditorGUIUtility.isProSkin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-isProSkin.html
  commentId: P:UnityEditor.EditorGUIUtility.isProSkin
  nameWithType: EditorGUIUtility.isProSkin
  type: Property
- uid: UnityEditor.EditorGUIUtility.labelWidth
  name: labelWidth
  fullName: UnityEditor.EditorGUIUtility.labelWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-labelWidth.html
  commentId: P:UnityEditor.EditorGUIUtility.labelWidth
  nameWithType: EditorGUIUtility.labelWidth
  type: Property
- uid: UnityEditor.EditorGUIUtility.Load(System.String)
  name: Load(string)
  fullName: UnityEditor.EditorGUIUtility.Load(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.Load.html
  commentId: M:UnityEditor.EditorGUIUtility.Load(System.String)
  nameWithType: EditorGUIUtility.Load(string)
  type: Method
- uid: UnityEditor.EditorGUIUtility.LoadRequired(System.String)
  name: LoadRequired(string)
  fullName: UnityEditor.EditorGUIUtility.LoadRequired(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.LoadRequired.html
  commentId: M:UnityEditor.EditorGUIUtility.LoadRequired(System.String)
  nameWithType: EditorGUIUtility.LoadRequired(string)
  type: Method
- uid: UnityEditor.EditorGUIUtility.LookLikeControls
  name: LookLikeControls()
  fullName: UnityEditor.EditorGUIUtility.LookLikeControls()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.LookLikeControls.html
  commentId: M:UnityEditor.EditorGUIUtility.LookLikeControls
  nameWithType: EditorGUIUtility.LookLikeControls()
  type: Method
- uid: UnityEditor.EditorGUIUtility.LookLikeControls(System.Single,System.Single)
  name: LookLikeControls(float, float)
  fullName: UnityEditor.EditorGUIUtility.LookLikeControls(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.LookLikeControls.html
  commentId: M:UnityEditor.EditorGUIUtility.LookLikeControls(System.Single,System.Single)
  nameWithType: EditorGUIUtility.LookLikeControls(float, float)
  type: Method
- uid: UnityEditor.EditorGUIUtility.LookLikeControls(System.Single)
  name: LookLikeControls(float)
  fullName: UnityEditor.EditorGUIUtility.LookLikeControls(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.LookLikeControls.html
  commentId: M:UnityEditor.EditorGUIUtility.LookLikeControls(System.Single)
  nameWithType: EditorGUIUtility.LookLikeControls(float)
  type: Method
- uid: UnityEditor.EditorGUIUtility.LookLikeInspector
  name: LookLikeInspector()
  fullName: UnityEditor.EditorGUIUtility.LookLikeInspector()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.LookLikeInspector.html
  commentId: M:UnityEditor.EditorGUIUtility.LookLikeInspector
  nameWithType: EditorGUIUtility.LookLikeInspector()
  type: Method
- uid: UnityEditor.EditorGUIUtility.native
  name: native
  fullName: UnityEditor.EditorGUIUtility.native
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-native.html
  commentId: F:UnityEditor.EditorGUIUtility.native
  nameWithType: EditorGUIUtility.native
  type: Field
- uid: UnityEditor.EditorGUIUtility.ObjectContent(UnityEngine.Object,System.Type)
  name: ObjectContent(Object, Type)
  fullName: UnityEditor.EditorGUIUtility.ObjectContent(UnityEngine.Object, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.ObjectContent.html
  commentId: M:UnityEditor.EditorGUIUtility.ObjectContent(UnityEngine.Object,System.Type)
  nameWithType: EditorGUIUtility.ObjectContent(Object, Type)
  type: Method
- uid: UnityEditor.EditorGUIUtility.PingObject(System.Int32)
  name: PingObject(int)
  fullName: UnityEditor.EditorGUIUtility.PingObject(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.PingObject.html
  commentId: M:UnityEditor.EditorGUIUtility.PingObject(System.Int32)
  nameWithType: EditorGUIUtility.PingObject(int)
  type: Method
- uid: UnityEditor.EditorGUIUtility.PingObject(UnityEngine.Object)
  name: PingObject(Object)
  fullName: UnityEditor.EditorGUIUtility.PingObject(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.PingObject.html
  commentId: M:UnityEditor.EditorGUIUtility.PingObject(UnityEngine.Object)
  nameWithType: EditorGUIUtility.PingObject(Object)
  type: Method
- uid: UnityEditor.EditorGUIUtility.pixelsPerPoint
  name: pixelsPerPoint
  fullName: UnityEditor.EditorGUIUtility.pixelsPerPoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-pixelsPerPoint.html
  commentId: P:UnityEditor.EditorGUIUtility.pixelsPerPoint
  nameWithType: EditorGUIUtility.pixelsPerPoint
  type: Property
- uid: UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Rect)
  name: PixelsToPoints(Rect)
  fullName: UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.PixelsToPoints.html
  commentId: M:UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Rect)
  nameWithType: EditorGUIUtility.PixelsToPoints(Rect)
  type: Method
- uid: UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Vector2)
  name: PixelsToPoints(Vector2)
  fullName: UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.PixelsToPoints.html
  commentId: M:UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Vector2)
  nameWithType: EditorGUIUtility.PixelsToPoints(Vector2)
  type: Method
- uid: UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Rect)
  name: PointsToPixels(Rect)
  fullName: UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.PointsToPixels.html
  commentId: M:UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Rect)
  nameWithType: EditorGUIUtility.PointsToPixels(Rect)
  type: Method
- uid: UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Vector2)
  name: PointsToPixels(Vector2)
  fullName: UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.PointsToPixels.html
  commentId: M:UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Vector2)
  nameWithType: EditorGUIUtility.PointsToPixels(Vector2)
  type: Method
- uid: UnityEditor.EditorGUIUtility.QueueGameViewInputEvent(UnityEngine.Event)
  name: QueueGameViewInputEvent(Event)
  fullName: UnityEditor.EditorGUIUtility.QueueGameViewInputEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.QueueGameViewInputEvent.html
  commentId: M:UnityEditor.EditorGUIUtility.QueueGameViewInputEvent(UnityEngine.Event)
  nameWithType: EditorGUIUtility.QueueGameViewInputEvent(Event)
  type: Method
- uid: UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect,System.Boolean,System.Boolean)
  name: RenderGameViewCameras(Rect, bool, bool)
  fullName: UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.RenderGameViewCameras.html
  commentId: M:UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect,System.Boolean,System.Boolean)
  nameWithType: EditorGUIUtility.RenderGameViewCameras(Rect, bool, bool)
  type: Method
- uid: UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect,UnityEngine.Rect,System.Boolean,System.Boolean)
  name: RenderGameViewCameras(Rect, Rect, bool, bool)
  fullName: UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect, UnityEngine.Rect, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.RenderGameViewCameras.html
  commentId: M:UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect,UnityEngine.Rect,System.Boolean,System.Boolean)
  nameWithType: EditorGUIUtility.RenderGameViewCameras(Rect, Rect, bool, bool)
  type: Method
- uid: UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.RenderTexture,System.Int32,UnityEngine.Rect,UnityEngine.Vector2,System.Boolean)
  name: RenderGameViewCameras(RenderTexture, int, Rect, Vector2, bool)
  fullName: UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.RenderTexture, int, UnityEngine.Rect, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.RenderGameViewCameras.html
  commentId: M:UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.RenderTexture,System.Int32,UnityEngine.Rect,UnityEngine.Vector2,System.Boolean)
  nameWithType: EditorGUIUtility.RenderGameViewCameras(RenderTexture, int, Rect, Vector2, bool)
  type: Method
- uid: UnityEditor.EditorGUIUtility.RGBToHSV(UnityEngine.Color,System.Single@,System.Single@,System.Single@)
  name: RGBToHSV(Color, out float, out float, out float)
  fullName: UnityEditor.EditorGUIUtility.RGBToHSV(UnityEngine.Color, out float, out float, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.RGBToHSV.html
  commentId: M:UnityEditor.EditorGUIUtility.RGBToHSV(UnityEngine.Color,System.Single@,System.Single@,System.Single@)
  nameWithType: EditorGUIUtility.RGBToHSV(Color, out float, out float, out float)
  type: Method
- uid: UnityEditor.EditorGUIUtility.SerializeMainMenuToString
  name: SerializeMainMenuToString()
  fullName: UnityEditor.EditorGUIUtility.SerializeMainMenuToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.SerializeMainMenuToString.html
  commentId: M:UnityEditor.EditorGUIUtility.SerializeMainMenuToString
  nameWithType: EditorGUIUtility.SerializeMainMenuToString()
  type: Method
- uid: UnityEditor.EditorGUIUtility.SetIconSize(UnityEngine.Vector2)
  name: SetIconSize(Vector2)
  fullName: UnityEditor.EditorGUIUtility.SetIconSize(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.SetIconSize.html
  commentId: M:UnityEditor.EditorGUIUtility.SetIconSize(UnityEngine.Vector2)
  nameWithType: EditorGUIUtility.SetIconSize(Vector2)
  type: Method
- uid: UnityEditor.EditorGUIUtility.SetMenuLocalizationTestMode(System.Boolean)
  name: SetMenuLocalizationTestMode(bool)
  fullName: UnityEditor.EditorGUIUtility.SetMenuLocalizationTestMode(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.SetMenuLocalizationTestMode.html
  commentId: M:UnityEditor.EditorGUIUtility.SetMenuLocalizationTestMode(System.Boolean)
  nameWithType: EditorGUIUtility.SetMenuLocalizationTestMode(bool)
  type: Method
- uid: UnityEditor.EditorGUIUtility.SetWantsMouseJumping(System.Int32)
  name: SetWantsMouseJumping(int)
  fullName: UnityEditor.EditorGUIUtility.SetWantsMouseJumping(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.SetWantsMouseJumping.html
  commentId: M:UnityEditor.EditorGUIUtility.SetWantsMouseJumping(System.Int32)
  nameWithType: EditorGUIUtility.SetWantsMouseJumping(int)
  type: Method
- uid: UnityEditor.EditorGUIUtility.ShowObjectPicker``1(UnityEngine.Object,System.Boolean,System.String,System.Int32)
  name: ShowObjectPicker<T>(Object, bool, string, int)
  fullName: UnityEditor.EditorGUIUtility.ShowObjectPicker<T>(UnityEngine.Object, bool, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility.ShowObjectPicker.html
  commentId: M:UnityEditor.EditorGUIUtility.ShowObjectPicker``1(UnityEngine.Object,System.Boolean,System.String,System.Int32)
  nameWithType: EditorGUIUtility.ShowObjectPicker<T>(Object, bool, string, int)
  type: Method
- uid: UnityEditor.EditorGUIUtility.singleLineHeight
  name: singleLineHeight
  fullName: UnityEditor.EditorGUIUtility.singleLineHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-singleLineHeight.html
  commentId: P:UnityEditor.EditorGUIUtility.singleLineHeight
  nameWithType: EditorGUIUtility.singleLineHeight
  type: Property
- uid: UnityEditor.EditorGUIUtility.standardVerticalSpacing
  name: standardVerticalSpacing
  fullName: UnityEditor.EditorGUIUtility.standardVerticalSpacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-standardVerticalSpacing.html
  commentId: P:UnityEditor.EditorGUIUtility.standardVerticalSpacing
  nameWithType: EditorGUIUtility.standardVerticalSpacing
  type: Property
- uid: UnityEditor.EditorGUIUtility.systemCopyBuffer
  name: systemCopyBuffer
  fullName: UnityEditor.EditorGUIUtility.systemCopyBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-systemCopyBuffer.html
  commentId: P:UnityEditor.EditorGUIUtility.systemCopyBuffer
  nameWithType: EditorGUIUtility.systemCopyBuffer
  type: Property
- uid: UnityEditor.EditorGUIUtility.whiteTexture
  name: whiteTexture
  fullName: UnityEditor.EditorGUIUtility.whiteTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-whiteTexture.html
  commentId: P:UnityEditor.EditorGUIUtility.whiteTexture
  nameWithType: EditorGUIUtility.whiteTexture
  type: Property
- uid: UnityEditor.EditorGUIUtility.wideMode
  name: wideMode
  fullName: UnityEditor.EditorGUIUtility.wideMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorGUIUtility-wideMode.html
  commentId: P:UnityEditor.EditorGUIUtility.wideMode
  nameWithType: EditorGUIUtility.wideMode
  type: Property
- uid: UnityEditor.EditorJsonUtility
  name: EditorJsonUtility
  fullName: UnityEditor.EditorJsonUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorJsonUtility.html
  commentId: T:UnityEditor.EditorJsonUtility
  nameWithType: EditorJsonUtility
  type: Class
- uid: UnityEditor.EditorJsonUtility.FromJsonOverwrite(System.String,System.Object)
  name: FromJsonOverwrite(string, object)
  fullName: UnityEditor.EditorJsonUtility.FromJsonOverwrite(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorJsonUtility.FromJsonOverwrite.html
  commentId: M:UnityEditor.EditorJsonUtility.FromJsonOverwrite(System.String,System.Object)
  nameWithType: EditorJsonUtility.FromJsonOverwrite(string, object)
  type: Method
- uid: UnityEditor.EditorJsonUtility.ToJson(System.Object,System.Boolean)
  name: ToJson(object, bool)
  fullName: UnityEditor.EditorJsonUtility.ToJson(object, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorJsonUtility.ToJson.html
  commentId: M:UnityEditor.EditorJsonUtility.ToJson(System.Object,System.Boolean)
  nameWithType: EditorJsonUtility.ToJson(object, bool)
  type: Method
- uid: UnityEditor.EditorJsonUtility.ToJson(System.Object)
  name: ToJson(object)
  fullName: UnityEditor.EditorJsonUtility.ToJson(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorJsonUtility.ToJson.html
  commentId: M:UnityEditor.EditorJsonUtility.ToJson(System.Object)
  nameWithType: EditorJsonUtility.ToJson(object)
  type: Method
- uid: UnityEditor.EditorMaterialUtility
  name: EditorMaterialUtility
  fullName: UnityEditor.EditorMaterialUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorMaterialUtility.html
  commentId: T:UnityEditor.EditorMaterialUtility
  nameWithType: EditorMaterialUtility
  type: Class
- uid: UnityEditor.EditorMaterialUtility.IsBackgroundMaterial(UnityEngine.Material)
  name: IsBackgroundMaterial(Material)
  fullName: UnityEditor.EditorMaterialUtility.IsBackgroundMaterial(UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorMaterialUtility.IsBackgroundMaterial.html
  commentId: M:UnityEditor.EditorMaterialUtility.IsBackgroundMaterial(UnityEngine.Material)
  nameWithType: EditorMaterialUtility.IsBackgroundMaterial(Material)
  type: Method
- uid: UnityEditor.EditorMaterialUtility.ResetDefaultTextures(UnityEngine.Material,System.Boolean)
  name: ResetDefaultTextures(Material, bool)
  fullName: UnityEditor.EditorMaterialUtility.ResetDefaultTextures(UnityEngine.Material, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorMaterialUtility.ResetDefaultTextures.html
  commentId: M:UnityEditor.EditorMaterialUtility.ResetDefaultTextures(UnityEngine.Material,System.Boolean)
  nameWithType: EditorMaterialUtility.ResetDefaultTextures(Material, bool)
  type: Method
- uid: UnityEditor.EditorMaterialUtility.SetShaderDefaults(UnityEngine.Shader,System.String[],UnityEngine.Texture[])
  name: SetShaderDefaults(Shader, string[], Texture[])
  fullName: UnityEditor.EditorMaterialUtility.SetShaderDefaults(UnityEngine.Shader, string[], UnityEngine.Texture[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorMaterialUtility.SetShaderDefaults.html
  commentId: M:UnityEditor.EditorMaterialUtility.SetShaderDefaults(UnityEngine.Shader,System.String[],UnityEngine.Texture[])
  nameWithType: EditorMaterialUtility.SetShaderDefaults(Shader, string[], Texture[])
  type: Method
- uid: UnityEditor.EditorPrefs
  name: EditorPrefs
  fullName: UnityEditor.EditorPrefs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.html
  commentId: T:UnityEditor.EditorPrefs
  nameWithType: EditorPrefs
  type: Class
- uid: UnityEditor.EditorPrefs.DeleteAll
  name: DeleteAll()
  fullName: UnityEditor.EditorPrefs.DeleteAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.DeleteAll.html
  commentId: M:UnityEditor.EditorPrefs.DeleteAll
  nameWithType: EditorPrefs.DeleteAll()
  type: Method
- uid: UnityEditor.EditorPrefs.DeleteKey(System.String)
  name: DeleteKey(string)
  fullName: UnityEditor.EditorPrefs.DeleteKey(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.DeleteKey.html
  commentId: M:UnityEditor.EditorPrefs.DeleteKey(System.String)
  nameWithType: EditorPrefs.DeleteKey(string)
  type: Method
- uid: UnityEditor.EditorPrefs.GetBool(System.String,System.Boolean)
  name: GetBool(string, bool)
  fullName: UnityEditor.EditorPrefs.GetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.GetBool.html
  commentId: M:UnityEditor.EditorPrefs.GetBool(System.String,System.Boolean)
  nameWithType: EditorPrefs.GetBool(string, bool)
  type: Method
- uid: UnityEditor.EditorPrefs.GetBool(System.String)
  name: GetBool(string)
  fullName: UnityEditor.EditorPrefs.GetBool(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.GetBool.html
  commentId: M:UnityEditor.EditorPrefs.GetBool(System.String)
  nameWithType: EditorPrefs.GetBool(string)
  type: Method
- uid: UnityEditor.EditorPrefs.GetFloat(System.String,System.Single)
  name: GetFloat(string, float)
  fullName: UnityEditor.EditorPrefs.GetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.GetFloat.html
  commentId: M:UnityEditor.EditorPrefs.GetFloat(System.String,System.Single)
  nameWithType: EditorPrefs.GetFloat(string, float)
  type: Method
- uid: UnityEditor.EditorPrefs.GetFloat(System.String)
  name: GetFloat(string)
  fullName: UnityEditor.EditorPrefs.GetFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.GetFloat.html
  commentId: M:UnityEditor.EditorPrefs.GetFloat(System.String)
  nameWithType: EditorPrefs.GetFloat(string)
  type: Method
- uid: UnityEditor.EditorPrefs.GetInt(System.String,System.Int32)
  name: GetInt(string, int)
  fullName: UnityEditor.EditorPrefs.GetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.GetInt.html
  commentId: M:UnityEditor.EditorPrefs.GetInt(System.String,System.Int32)
  nameWithType: EditorPrefs.GetInt(string, int)
  type: Method
- uid: UnityEditor.EditorPrefs.GetInt(System.String)
  name: GetInt(string)
  fullName: UnityEditor.EditorPrefs.GetInt(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.GetInt.html
  commentId: M:UnityEditor.EditorPrefs.GetInt(System.String)
  nameWithType: EditorPrefs.GetInt(string)
  type: Method
- uid: UnityEditor.EditorPrefs.GetString(System.String,System.String)
  name: GetString(string, string)
  fullName: UnityEditor.EditorPrefs.GetString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.GetString.html
  commentId: M:UnityEditor.EditorPrefs.GetString(System.String,System.String)
  nameWithType: EditorPrefs.GetString(string, string)
  type: Method
- uid: UnityEditor.EditorPrefs.GetString(System.String)
  name: GetString(string)
  fullName: UnityEditor.EditorPrefs.GetString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.GetString.html
  commentId: M:UnityEditor.EditorPrefs.GetString(System.String)
  nameWithType: EditorPrefs.GetString(string)
  type: Method
- uid: UnityEditor.EditorPrefs.HasKey(System.String)
  name: HasKey(string)
  fullName: UnityEditor.EditorPrefs.HasKey(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.HasKey.html
  commentId: M:UnityEditor.EditorPrefs.HasKey(System.String)
  nameWithType: EditorPrefs.HasKey(string)
  type: Method
- uid: UnityEditor.EditorPrefs.SetBool(System.String,System.Boolean)
  name: SetBool(string, bool)
  fullName: UnityEditor.EditorPrefs.SetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.SetBool.html
  commentId: M:UnityEditor.EditorPrefs.SetBool(System.String,System.Boolean)
  nameWithType: EditorPrefs.SetBool(string, bool)
  type: Method
- uid: UnityEditor.EditorPrefs.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEditor.EditorPrefs.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.SetFloat.html
  commentId: M:UnityEditor.EditorPrefs.SetFloat(System.String,System.Single)
  nameWithType: EditorPrefs.SetFloat(string, float)
  type: Method
- uid: UnityEditor.EditorPrefs.SetInt(System.String,System.Int32)
  name: SetInt(string, int)
  fullName: UnityEditor.EditorPrefs.SetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.SetInt.html
  commentId: M:UnityEditor.EditorPrefs.SetInt(System.String,System.Int32)
  nameWithType: EditorPrefs.SetInt(string, int)
  type: Method
- uid: UnityEditor.EditorPrefs.SetString(System.String,System.String)
  name: SetString(string, string)
  fullName: UnityEditor.EditorPrefs.SetString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorPrefs.SetString.html
  commentId: M:UnityEditor.EditorPrefs.SetString(System.String,System.String)
  nameWithType: EditorPrefs.SetString(string, string)
  type: Method
- uid: UnityEditor.EditorSelectedRenderState
  name: EditorSelectedRenderState
  fullName: UnityEditor.EditorSelectedRenderState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSelectedRenderState.html
  commentId: T:UnityEditor.EditorSelectedRenderState
  nameWithType: EditorSelectedRenderState
  type: Enum
- uid: UnityEditor.EditorSelectedRenderState.Hidden
  name: Hidden
  fullName: UnityEditor.EditorSelectedRenderState.Hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSelectedRenderState.Hidden.html
  commentId: F:UnityEditor.EditorSelectedRenderState.Hidden
  nameWithType: EditorSelectedRenderState.Hidden
  type: Field
- uid: UnityEditor.EditorSelectedRenderState.Highlight
  name: Highlight
  fullName: UnityEditor.EditorSelectedRenderState.Highlight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSelectedRenderState.Highlight.html
  commentId: F:UnityEditor.EditorSelectedRenderState.Highlight
  nameWithType: EditorSelectedRenderState.Highlight
  type: Field
- uid: UnityEditor.EditorSelectedRenderState.Wireframe
  name: Wireframe
  fullName: UnityEditor.EditorSelectedRenderState.Wireframe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSelectedRenderState.Wireframe.html
  commentId: F:UnityEditor.EditorSelectedRenderState.Wireframe
  nameWithType: EditorSelectedRenderState.Wireframe
  type: Field
- uid: UnityEditor.EditorSettings
  name: EditorSettings
  fullName: UnityEditor.EditorSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings.html
  commentId: T:UnityEditor.EditorSettings
  nameWithType: EditorSettings
  type: Class
- uid: UnityEditor.EditorSettings.defaultBehaviorMode
  name: defaultBehaviorMode
  fullName: UnityEditor.EditorSettings.defaultBehaviorMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-defaultBehaviorMode.html
  commentId: P:UnityEditor.EditorSettings.defaultBehaviorMode
  nameWithType: EditorSettings.defaultBehaviorMode
  type: Property
- uid: UnityEditor.EditorSettings.etcTextureBestCompressor
  name: etcTextureBestCompressor
  fullName: UnityEditor.EditorSettings.etcTextureBestCompressor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-etcTextureBestCompressor.html
  commentId: P:UnityEditor.EditorSettings.etcTextureBestCompressor
  nameWithType: EditorSettings.etcTextureBestCompressor
  type: Property
- uid: UnityEditor.EditorSettings.etcTextureCompressorBehavior
  name: etcTextureCompressorBehavior
  fullName: UnityEditor.EditorSettings.etcTextureCompressorBehavior
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-etcTextureCompressorBehavior.html
  commentId: P:UnityEditor.EditorSettings.etcTextureCompressorBehavior
  nameWithType: EditorSettings.etcTextureCompressorBehavior
  type: Property
- uid: UnityEditor.EditorSettings.etcTextureFastCompressor
  name: etcTextureFastCompressor
  fullName: UnityEditor.EditorSettings.etcTextureFastCompressor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-etcTextureFastCompressor.html
  commentId: P:UnityEditor.EditorSettings.etcTextureFastCompressor
  nameWithType: EditorSettings.etcTextureFastCompressor
  type: Property
- uid: UnityEditor.EditorSettings.etcTextureNormalCompressor
  name: etcTextureNormalCompressor
  fullName: UnityEditor.EditorSettings.etcTextureNormalCompressor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-etcTextureNormalCompressor.html
  commentId: P:UnityEditor.EditorSettings.etcTextureNormalCompressor
  nameWithType: EditorSettings.etcTextureNormalCompressor
  type: Property
- uid: UnityEditor.EditorSettings.externalVersionControl
  name: externalVersionControl
  fullName: UnityEditor.EditorSettings.externalVersionControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-externalVersionControl.html
  commentId: P:UnityEditor.EditorSettings.externalVersionControl
  nameWithType: EditorSettings.externalVersionControl
  type: Property
- uid: UnityEditor.EditorSettings.projectGenerationBuiltinExtensions
  name: projectGenerationBuiltinExtensions
  fullName: UnityEditor.EditorSettings.projectGenerationBuiltinExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-projectGenerationBuiltinExtensions.html
  commentId: P:UnityEditor.EditorSettings.projectGenerationBuiltinExtensions
  nameWithType: EditorSettings.projectGenerationBuiltinExtensions
  type: Property
- uid: UnityEditor.EditorSettings.projectGenerationRootNamespace
  name: projectGenerationRootNamespace
  fullName: UnityEditor.EditorSettings.projectGenerationRootNamespace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-projectGenerationRootNamespace.html
  commentId: P:UnityEditor.EditorSettings.projectGenerationRootNamespace
  nameWithType: EditorSettings.projectGenerationRootNamespace
  type: Property
- uid: UnityEditor.EditorSettings.projectGenerationUserExtensions
  name: projectGenerationUserExtensions
  fullName: UnityEditor.EditorSettings.projectGenerationUserExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-projectGenerationUserExtensions.html
  commentId: P:UnityEditor.EditorSettings.projectGenerationUserExtensions
  nameWithType: EditorSettings.projectGenerationUserExtensions
  type: Property
- uid: UnityEditor.EditorSettings.serializationMode
  name: serializationMode
  fullName: UnityEditor.EditorSettings.serializationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-serializationMode.html
  commentId: P:UnityEditor.EditorSettings.serializationMode
  nameWithType: EditorSettings.serializationMode
  type: Property
- uid: UnityEditor.EditorSettings.spritePackerMode
  name: spritePackerMode
  fullName: UnityEditor.EditorSettings.spritePackerMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-spritePackerMode.html
  commentId: P:UnityEditor.EditorSettings.spritePackerMode
  nameWithType: EditorSettings.spritePackerMode
  type: Property
- uid: UnityEditor.EditorSettings.spritePackerPaddingPower
  name: spritePackerPaddingPower
  fullName: UnityEditor.EditorSettings.spritePackerPaddingPower
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-spritePackerPaddingPower.html
  commentId: P:UnityEditor.EditorSettings.spritePackerPaddingPower
  nameWithType: EditorSettings.spritePackerPaddingPower
  type: Property
- uid: UnityEditor.EditorSettings.unityRemoteCompression
  name: unityRemoteCompression
  fullName: UnityEditor.EditorSettings.unityRemoteCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-unityRemoteCompression.html
  commentId: P:UnityEditor.EditorSettings.unityRemoteCompression
  nameWithType: EditorSettings.unityRemoteCompression
  type: Property
- uid: UnityEditor.EditorSettings.unityRemoteDevice
  name: unityRemoteDevice
  fullName: UnityEditor.EditorSettings.unityRemoteDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-unityRemoteDevice.html
  commentId: P:UnityEditor.EditorSettings.unityRemoteDevice
  nameWithType: EditorSettings.unityRemoteDevice
  type: Property
- uid: UnityEditor.EditorSettings.unityRemoteJoystickSource
  name: unityRemoteJoystickSource
  fullName: UnityEditor.EditorSettings.unityRemoteJoystickSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-unityRemoteJoystickSource.html
  commentId: P:UnityEditor.EditorSettings.unityRemoteJoystickSource
  nameWithType: EditorSettings.unityRemoteJoystickSource
  type: Property
- uid: UnityEditor.EditorSettings.unityRemoteResolution
  name: unityRemoteResolution
  fullName: UnityEditor.EditorSettings.unityRemoteResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-unityRemoteResolution.html
  commentId: P:UnityEditor.EditorSettings.unityRemoteResolution
  nameWithType: EditorSettings.unityRemoteResolution
  type: Property
- uid: UnityEditor.EditorSettings.webSecurityEmulationEnabled
  name: webSecurityEmulationEnabled
  fullName: UnityEditor.EditorSettings.webSecurityEmulationEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-webSecurityEmulationEnabled.html
  commentId: P:UnityEditor.EditorSettings.webSecurityEmulationEnabled
  nameWithType: EditorSettings.webSecurityEmulationEnabled
  type: Property
- uid: UnityEditor.EditorSettings.webSecurityEmulationHostUrl
  name: webSecurityEmulationHostUrl
  fullName: UnityEditor.EditorSettings.webSecurityEmulationHostUrl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSettings-webSecurityEmulationHostUrl.html
  commentId: P:UnityEditor.EditorSettings.webSecurityEmulationHostUrl
  nameWithType: EditorSettings.webSecurityEmulationHostUrl
  type: Property
- uid: UnityEditor.EditorSkin
  name: EditorSkin
  fullName: UnityEditor.EditorSkin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSkin.html
  commentId: T:UnityEditor.EditorSkin
  nameWithType: EditorSkin
  type: Enum
- uid: UnityEditor.EditorSkin.Game
  name: Game
  fullName: UnityEditor.EditorSkin.Game
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSkin.Game.html
  commentId: F:UnityEditor.EditorSkin.Game
  nameWithType: EditorSkin.Game
  type: Field
- uid: UnityEditor.EditorSkin.Inspector
  name: Inspector
  fullName: UnityEditor.EditorSkin.Inspector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSkin.Inspector.html
  commentId: F:UnityEditor.EditorSkin.Inspector
  nameWithType: EditorSkin.Inspector
  type: Field
- uid: UnityEditor.EditorSkin.Scene
  name: Scene
  fullName: UnityEditor.EditorSkin.Scene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorSkin.Scene.html
  commentId: F:UnityEditor.EditorSkin.Scene
  nameWithType: EditorSkin.Scene
  type: Field
- uid: UnityEditor.EditorStyles
  name: EditorStyles
  fullName: UnityEditor.EditorStyles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles.html
  commentId: T:UnityEditor.EditorStyles
  nameWithType: EditorStyles
  type: Class
- uid: UnityEditor.EditorStyles.boldFont
  name: boldFont
  fullName: UnityEditor.EditorStyles.boldFont
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-boldFont.html
  commentId: P:UnityEditor.EditorStyles.boldFont
  nameWithType: EditorStyles.boldFont
  type: Property
- uid: UnityEditor.EditorStyles.boldLabel
  name: boldLabel
  fullName: UnityEditor.EditorStyles.boldLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-boldLabel.html
  commentId: P:UnityEditor.EditorStyles.boldLabel
  nameWithType: EditorStyles.boldLabel
  type: Property
- uid: UnityEditor.EditorStyles.centeredGreyMiniLabel
  name: centeredGreyMiniLabel
  fullName: UnityEditor.EditorStyles.centeredGreyMiniLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-centeredGreyMiniLabel.html
  commentId: P:UnityEditor.EditorStyles.centeredGreyMiniLabel
  nameWithType: EditorStyles.centeredGreyMiniLabel
  type: Property
- uid: UnityEditor.EditorStyles.colorField
  name: colorField
  fullName: UnityEditor.EditorStyles.colorField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-colorField.html
  commentId: P:UnityEditor.EditorStyles.colorField
  nameWithType: EditorStyles.colorField
  type: Property
- uid: UnityEditor.EditorStyles.foldout
  name: foldout
  fullName: UnityEditor.EditorStyles.foldout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-foldout.html
  commentId: P:UnityEditor.EditorStyles.foldout
  nameWithType: EditorStyles.foldout
  type: Property
- uid: UnityEditor.EditorStyles.foldoutPreDrop
  name: foldoutPreDrop
  fullName: UnityEditor.EditorStyles.foldoutPreDrop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-foldoutPreDrop.html
  commentId: P:UnityEditor.EditorStyles.foldoutPreDrop
  nameWithType: EditorStyles.foldoutPreDrop
  type: Property
- uid: UnityEditor.EditorStyles.helpBox
  name: helpBox
  fullName: UnityEditor.EditorStyles.helpBox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-helpBox.html
  commentId: P:UnityEditor.EditorStyles.helpBox
  nameWithType: EditorStyles.helpBox
  type: Property
- uid: UnityEditor.EditorStyles.inspectorDefaultMargins
  name: inspectorDefaultMargins
  fullName: UnityEditor.EditorStyles.inspectorDefaultMargins
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-inspectorDefaultMargins.html
  commentId: P:UnityEditor.EditorStyles.inspectorDefaultMargins
  nameWithType: EditorStyles.inspectorDefaultMargins
  type: Property
- uid: UnityEditor.EditorStyles.inspectorFullWidthMargins
  name: inspectorFullWidthMargins
  fullName: UnityEditor.EditorStyles.inspectorFullWidthMargins
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-inspectorFullWidthMargins.html
  commentId: P:UnityEditor.EditorStyles.inspectorFullWidthMargins
  nameWithType: EditorStyles.inspectorFullWidthMargins
  type: Property
- uid: UnityEditor.EditorStyles.label
  name: label
  fullName: UnityEditor.EditorStyles.label
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-label.html
  commentId: P:UnityEditor.EditorStyles.label
  nameWithType: EditorStyles.label
  type: Property
- uid: UnityEditor.EditorStyles.largeLabel
  name: largeLabel
  fullName: UnityEditor.EditorStyles.largeLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-largeLabel.html
  commentId: P:UnityEditor.EditorStyles.largeLabel
  nameWithType: EditorStyles.largeLabel
  type: Property
- uid: UnityEditor.EditorStyles.layerMaskField
  name: layerMaskField
  fullName: UnityEditor.EditorStyles.layerMaskField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-layerMaskField.html
  commentId: P:UnityEditor.EditorStyles.layerMaskField
  nameWithType: EditorStyles.layerMaskField
  type: Property
- uid: UnityEditor.EditorStyles.miniBoldFont
  name: miniBoldFont
  fullName: UnityEditor.EditorStyles.miniBoldFont
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniBoldFont.html
  commentId: P:UnityEditor.EditorStyles.miniBoldFont
  nameWithType: EditorStyles.miniBoldFont
  type: Property
- uid: UnityEditor.EditorStyles.miniBoldLabel
  name: miniBoldLabel
  fullName: UnityEditor.EditorStyles.miniBoldLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniBoldLabel.html
  commentId: P:UnityEditor.EditorStyles.miniBoldLabel
  nameWithType: EditorStyles.miniBoldLabel
  type: Property
- uid: UnityEditor.EditorStyles.miniButton
  name: miniButton
  fullName: UnityEditor.EditorStyles.miniButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniButton.html
  commentId: P:UnityEditor.EditorStyles.miniButton
  nameWithType: EditorStyles.miniButton
  type: Property
- uid: UnityEditor.EditorStyles.miniButtonLeft
  name: miniButtonLeft
  fullName: UnityEditor.EditorStyles.miniButtonLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniButtonLeft.html
  commentId: P:UnityEditor.EditorStyles.miniButtonLeft
  nameWithType: EditorStyles.miniButtonLeft
  type: Property
- uid: UnityEditor.EditorStyles.miniButtonMid
  name: miniButtonMid
  fullName: UnityEditor.EditorStyles.miniButtonMid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniButtonMid.html
  commentId: P:UnityEditor.EditorStyles.miniButtonMid
  nameWithType: EditorStyles.miniButtonMid
  type: Property
- uid: UnityEditor.EditorStyles.miniButtonRight
  name: miniButtonRight
  fullName: UnityEditor.EditorStyles.miniButtonRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniButtonRight.html
  commentId: P:UnityEditor.EditorStyles.miniButtonRight
  nameWithType: EditorStyles.miniButtonRight
  type: Property
- uid: UnityEditor.EditorStyles.miniFont
  name: miniFont
  fullName: UnityEditor.EditorStyles.miniFont
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniFont.html
  commentId: P:UnityEditor.EditorStyles.miniFont
  nameWithType: EditorStyles.miniFont
  type: Property
- uid: UnityEditor.EditorStyles.miniLabel
  name: miniLabel
  fullName: UnityEditor.EditorStyles.miniLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniLabel.html
  commentId: P:UnityEditor.EditorStyles.miniLabel
  nameWithType: EditorStyles.miniLabel
  type: Property
- uid: UnityEditor.EditorStyles.miniTextField
  name: miniTextField
  fullName: UnityEditor.EditorStyles.miniTextField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-miniTextField.html
  commentId: P:UnityEditor.EditorStyles.miniTextField
  nameWithType: EditorStyles.miniTextField
  type: Property
- uid: UnityEditor.EditorStyles.numberField
  name: numberField
  fullName: UnityEditor.EditorStyles.numberField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-numberField.html
  commentId: P:UnityEditor.EditorStyles.numberField
  nameWithType: EditorStyles.numberField
  type: Property
- uid: UnityEditor.EditorStyles.objectField
  name: objectField
  fullName: UnityEditor.EditorStyles.objectField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-objectField.html
  commentId: P:UnityEditor.EditorStyles.objectField
  nameWithType: EditorStyles.objectField
  type: Property
- uid: UnityEditor.EditorStyles.objectFieldMiniThumb
  name: objectFieldMiniThumb
  fullName: UnityEditor.EditorStyles.objectFieldMiniThumb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-objectFieldMiniThumb.html
  commentId: P:UnityEditor.EditorStyles.objectFieldMiniThumb
  nameWithType: EditorStyles.objectFieldMiniThumb
  type: Property
- uid: UnityEditor.EditorStyles.objectFieldThumb
  name: objectFieldThumb
  fullName: UnityEditor.EditorStyles.objectFieldThumb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-objectFieldThumb.html
  commentId: P:UnityEditor.EditorStyles.objectFieldThumb
  nameWithType: EditorStyles.objectFieldThumb
  type: Property
- uid: UnityEditor.EditorStyles.popup
  name: popup
  fullName: UnityEditor.EditorStyles.popup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-popup.html
  commentId: P:UnityEditor.EditorStyles.popup
  nameWithType: EditorStyles.popup
  type: Property
- uid: UnityEditor.EditorStyles.radioButton
  name: radioButton
  fullName: UnityEditor.EditorStyles.radioButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-radioButton.html
  commentId: P:UnityEditor.EditorStyles.radioButton
  nameWithType: EditorStyles.radioButton
  type: Property
- uid: UnityEditor.EditorStyles.standardFont
  name: standardFont
  fullName: UnityEditor.EditorStyles.standardFont
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-standardFont.html
  commentId: P:UnityEditor.EditorStyles.standardFont
  nameWithType: EditorStyles.standardFont
  type: Property
- uid: UnityEditor.EditorStyles.structHeadingLabel
  name: structHeadingLabel
  fullName: UnityEditor.EditorStyles.structHeadingLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-structHeadingLabel.html
  commentId: P:UnityEditor.EditorStyles.structHeadingLabel
  nameWithType: EditorStyles.structHeadingLabel
  type: Property
- uid: UnityEditor.EditorStyles.textArea
  name: textArea
  fullName: UnityEditor.EditorStyles.textArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-textArea.html
  commentId: P:UnityEditor.EditorStyles.textArea
  nameWithType: EditorStyles.textArea
  type: Property
- uid: UnityEditor.EditorStyles.textField
  name: textField
  fullName: UnityEditor.EditorStyles.textField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-textField.html
  commentId: P:UnityEditor.EditorStyles.textField
  nameWithType: EditorStyles.textField
  type: Property
- uid: UnityEditor.EditorStyles.toggle
  name: toggle
  fullName: UnityEditor.EditorStyles.toggle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-toggle.html
  commentId: P:UnityEditor.EditorStyles.toggle
  nameWithType: EditorStyles.toggle
  type: Property
- uid: UnityEditor.EditorStyles.toggleGroup
  name: toggleGroup
  fullName: UnityEditor.EditorStyles.toggleGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-toggleGroup.html
  commentId: P:UnityEditor.EditorStyles.toggleGroup
  nameWithType: EditorStyles.toggleGroup
  type: Property
- uid: UnityEditor.EditorStyles.toolbar
  name: toolbar
  fullName: UnityEditor.EditorStyles.toolbar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-toolbar.html
  commentId: P:UnityEditor.EditorStyles.toolbar
  nameWithType: EditorStyles.toolbar
  type: Property
- uid: UnityEditor.EditorStyles.toolbarButton
  name: toolbarButton
  fullName: UnityEditor.EditorStyles.toolbarButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-toolbarButton.html
  commentId: P:UnityEditor.EditorStyles.toolbarButton
  nameWithType: EditorStyles.toolbarButton
  type: Property
- uid: UnityEditor.EditorStyles.toolbarDropDown
  name: toolbarDropDown
  fullName: UnityEditor.EditorStyles.toolbarDropDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-toolbarDropDown.html
  commentId: P:UnityEditor.EditorStyles.toolbarDropDown
  nameWithType: EditorStyles.toolbarDropDown
  type: Property
- uid: UnityEditor.EditorStyles.toolbarPopup
  name: toolbarPopup
  fullName: UnityEditor.EditorStyles.toolbarPopup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-toolbarPopup.html
  commentId: P:UnityEditor.EditorStyles.toolbarPopup
  nameWithType: EditorStyles.toolbarPopup
  type: Property
- uid: UnityEditor.EditorStyles.toolbarTextField
  name: toolbarTextField
  fullName: UnityEditor.EditorStyles.toolbarTextField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-toolbarTextField.html
  commentId: P:UnityEditor.EditorStyles.toolbarTextField
  nameWithType: EditorStyles.toolbarTextField
  type: Property
- uid: UnityEditor.EditorStyles.whiteBoldLabel
  name: whiteBoldLabel
  fullName: UnityEditor.EditorStyles.whiteBoldLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-whiteBoldLabel.html
  commentId: P:UnityEditor.EditorStyles.whiteBoldLabel
  nameWithType: EditorStyles.whiteBoldLabel
  type: Property
- uid: UnityEditor.EditorStyles.whiteLabel
  name: whiteLabel
  fullName: UnityEditor.EditorStyles.whiteLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-whiteLabel.html
  commentId: P:UnityEditor.EditorStyles.whiteLabel
  nameWithType: EditorStyles.whiteLabel
  type: Property
- uid: UnityEditor.EditorStyles.whiteLargeLabel
  name: whiteLargeLabel
  fullName: UnityEditor.EditorStyles.whiteLargeLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-whiteLargeLabel.html
  commentId: P:UnityEditor.EditorStyles.whiteLargeLabel
  nameWithType: EditorStyles.whiteLargeLabel
  type: Property
- uid: UnityEditor.EditorStyles.whiteMiniLabel
  name: whiteMiniLabel
  fullName: UnityEditor.EditorStyles.whiteMiniLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-whiteMiniLabel.html
  commentId: P:UnityEditor.EditorStyles.whiteMiniLabel
  nameWithType: EditorStyles.whiteMiniLabel
  type: Property
- uid: UnityEditor.EditorStyles.wordWrappedLabel
  name: wordWrappedLabel
  fullName: UnityEditor.EditorStyles.wordWrappedLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-wordWrappedLabel.html
  commentId: P:UnityEditor.EditorStyles.wordWrappedLabel
  nameWithType: EditorStyles.wordWrappedLabel
  type: Property
- uid: UnityEditor.EditorStyles.wordWrappedMiniLabel
  name: wordWrappedMiniLabel
  fullName: UnityEditor.EditorStyles.wordWrappedMiniLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorStyles-wordWrappedMiniLabel.html
  commentId: P:UnityEditor.EditorStyles.wordWrappedMiniLabel
  nameWithType: EditorStyles.wordWrappedMiniLabel
  type: Property
- uid: UnityEditor.EditorUserBuildSettings
  name: EditorUserBuildSettings
  fullName: UnityEditor.EditorUserBuildSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.html
  commentId: T:UnityEditor.EditorUserBuildSettings
  nameWithType: EditorUserBuildSettings
  type: Class
- uid: UnityEditor.EditorUserBuildSettings.activeBuildTarget
  name: activeBuildTarget
  fullName: UnityEditor.EditorUserBuildSettings.activeBuildTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-activeBuildTarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.activeBuildTarget
  nameWithType: EditorUserBuildSettings.activeBuildTarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.activeBuildTargetChanged
  name: activeBuildTargetChanged
  fullName: UnityEditor.EditorUserBuildSettings.activeBuildTargetChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-activeBuildTargetChanged.html
  commentId: F:UnityEditor.EditorUserBuildSettings.activeBuildTargetChanged
  nameWithType: EditorUserBuildSettings.activeBuildTargetChanged
  type: Field
- uid: UnityEditor.EditorUserBuildSettings.activeScriptCompilationDefines
  name: activeScriptCompilationDefines
  fullName: UnityEditor.EditorUserBuildSettings.activeScriptCompilationDefines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-activeScriptCompilationDefines.html
  commentId: P:UnityEditor.EditorUserBuildSettings.activeScriptCompilationDefines
  nameWithType: EditorUserBuildSettings.activeScriptCompilationDefines
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.allowDebugging
  name: allowDebugging
  fullName: UnityEditor.EditorUserBuildSettings.allowDebugging
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-allowDebugging.html
  commentId: P:UnityEditor.EditorUserBuildSettings.allowDebugging
  nameWithType: EditorUserBuildSettings.allowDebugging
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.androidBuildSubtarget
  name: androidBuildSubtarget
  fullName: UnityEditor.EditorUserBuildSettings.androidBuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-androidBuildSubtarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.androidBuildSubtarget
  nameWithType: EditorUserBuildSettings.androidBuildSubtarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.androidBuildSystem
  name: androidBuildSystem
  fullName: UnityEditor.EditorUserBuildSettings.androidBuildSystem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-androidBuildSystem.html
  commentId: P:UnityEditor.EditorUserBuildSettings.androidBuildSystem
  nameWithType: EditorUserBuildSettings.androidBuildSystem
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.androidBuildType
  name: androidBuildType
  fullName: UnityEditor.EditorUserBuildSettings.androidBuildType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-androidBuildType.html
  commentId: P:UnityEditor.EditorUserBuildSettings.androidBuildType
  nameWithType: EditorUserBuildSettings.androidBuildType
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.androidDebugMinification
  name: androidDebugMinification
  fullName: UnityEditor.EditorUserBuildSettings.androidDebugMinification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-androidDebugMinification.html
  commentId: P:UnityEditor.EditorUserBuildSettings.androidDebugMinification
  nameWithType: EditorUserBuildSettings.androidDebugMinification
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.androidDeviceSocketAddress
  name: androidDeviceSocketAddress
  fullName: UnityEditor.EditorUserBuildSettings.androidDeviceSocketAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-androidDeviceSocketAddress.html
  commentId: P:UnityEditor.EditorUserBuildSettings.androidDeviceSocketAddress
  nameWithType: EditorUserBuildSettings.androidDeviceSocketAddress
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.androidReleaseMinification
  name: androidReleaseMinification
  fullName: UnityEditor.EditorUserBuildSettings.androidReleaseMinification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-androidReleaseMinification.html
  commentId: P:UnityEditor.EditorUserBuildSettings.androidReleaseMinification
  nameWithType: EditorUserBuildSettings.androidReleaseMinification
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.buildScriptsOnly
  name: buildScriptsOnly
  fullName: UnityEditor.EditorUserBuildSettings.buildScriptsOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-buildScriptsOnly.html
  commentId: P:UnityEditor.EditorUserBuildSettings.buildScriptsOnly
  nameWithType: EditorUserBuildSettings.buildScriptsOnly
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.compressFilesInPackage
  name: compressFilesInPackage
  fullName: UnityEditor.EditorUserBuildSettings.compressFilesInPackage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-compressFilesInPackage.html
  commentId: P:UnityEditor.EditorUserBuildSettings.compressFilesInPackage
  nameWithType: EditorUserBuildSettings.compressFilesInPackage
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.compressWithPsArc
  name: compressWithPsArc
  fullName: UnityEditor.EditorUserBuildSettings.compressWithPsArc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-compressWithPsArc.html
  commentId: P:UnityEditor.EditorUserBuildSettings.compressWithPsArc
  nameWithType: EditorUserBuildSettings.compressWithPsArc
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.connectProfiler
  name: connectProfiler
  fullName: UnityEditor.EditorUserBuildSettings.connectProfiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-connectProfiler.html
  commentId: P:UnityEditor.EditorUserBuildSettings.connectProfiler
  nameWithType: EditorUserBuildSettings.connectProfiler
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.development
  name: development
  fullName: UnityEditor.EditorUserBuildSettings.development
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-development.html
  commentId: P:UnityEditor.EditorUserBuildSettings.development
  nameWithType: EditorUserBuildSettings.development
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.enableHeadlessMode
  name: enableHeadlessMode
  fullName: UnityEditor.EditorUserBuildSettings.enableHeadlessMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-enableHeadlessMode.html
  commentId: P:UnityEditor.EditorUserBuildSettings.enableHeadlessMode
  nameWithType: EditorUserBuildSettings.enableHeadlessMode
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.explicitDivideByZeroChecks
  name: explicitDivideByZeroChecks
  fullName: UnityEditor.EditorUserBuildSettings.explicitDivideByZeroChecks
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-explicitDivideByZeroChecks.html
  commentId: P:UnityEditor.EditorUserBuildSettings.explicitDivideByZeroChecks
  nameWithType: EditorUserBuildSettings.explicitDivideByZeroChecks
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.explicitNullChecks
  name: explicitNullChecks
  fullName: UnityEditor.EditorUserBuildSettings.explicitNullChecks
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-explicitNullChecks.html
  commentId: P:UnityEditor.EditorUserBuildSettings.explicitNullChecks
  nameWithType: EditorUserBuildSettings.explicitNullChecks
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.exportAsGoogleAndroidProject
  name: exportAsGoogleAndroidProject
  fullName: UnityEditor.EditorUserBuildSettings.exportAsGoogleAndroidProject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-exportAsGoogleAndroidProject.html
  commentId: P:UnityEditor.EditorUserBuildSettings.exportAsGoogleAndroidProject
  nameWithType: EditorUserBuildSettings.exportAsGoogleAndroidProject
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.forceInstallation
  name: forceInstallation
  fullName: UnityEditor.EditorUserBuildSettings.forceInstallation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-forceInstallation.html
  commentId: P:UnityEditor.EditorUserBuildSettings.forceInstallation
  nameWithType: EditorUserBuildSettings.forceInstallation
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.forceOptimizeScriptCompilation
  name: forceOptimizeScriptCompilation
  fullName: UnityEditor.EditorUserBuildSettings.forceOptimizeScriptCompilation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-forceOptimizeScriptCompilation.html
  commentId: P:UnityEditor.EditorUserBuildSettings.forceOptimizeScriptCompilation
  nameWithType: EditorUserBuildSettings.forceOptimizeScriptCompilation
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.GetBuildLocation(UnityEditor.BuildTarget)
  name: GetBuildLocation(BuildTarget)
  fullName: UnityEditor.EditorUserBuildSettings.GetBuildLocation(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.GetBuildLocation.html
  commentId: M:UnityEditor.EditorUserBuildSettings.GetBuildLocation(UnityEditor.BuildTarget)
  nameWithType: EditorUserBuildSettings.GetBuildLocation(BuildTarget)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.GetPlatformSettings(System.String,System.String,System.String)
  name: GetPlatformSettings(string, string, string)
  fullName: UnityEditor.EditorUserBuildSettings.GetPlatformSettings(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.GetPlatformSettings.html
  commentId: M:UnityEditor.EditorUserBuildSettings.GetPlatformSettings(System.String,System.String,System.String)
  nameWithType: EditorUserBuildSettings.GetPlatformSettings(string, string, string)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.GetPlatformSettings(System.String,System.String)
  name: GetPlatformSettings(string, string)
  fullName: UnityEditor.EditorUserBuildSettings.GetPlatformSettings(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.GetPlatformSettings.html
  commentId: M:UnityEditor.EditorUserBuildSettings.GetPlatformSettings(System.String,System.String)
  nameWithType: EditorUserBuildSettings.GetPlatformSettings(string, string)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.GetWSADotNetNative(UnityEditor.WSABuildType)
  name: GetWSADotNetNative(WSABuildType)
  fullName: UnityEditor.EditorUserBuildSettings.GetWSADotNetNative(UnityEditor.WSABuildType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.GetWSADotNetNative.html
  commentId: M:UnityEditor.EditorUserBuildSettings.GetWSADotNetNative(UnityEditor.WSABuildType)
  nameWithType: EditorUserBuildSettings.GetWSADotNetNative(WSABuildType)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.installInBuildFolder
  name: installInBuildFolder
  fullName: UnityEditor.EditorUserBuildSettings.installInBuildFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-installInBuildFolder.html
  commentId: P:UnityEditor.EditorUserBuildSettings.installInBuildFolder
  nameWithType: EditorUserBuildSettings.installInBuildFolder
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.iOSBuildConfigType
  name: iOSBuildConfigType
  fullName: UnityEditor.EditorUserBuildSettings.iOSBuildConfigType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-iOSBuildConfigType.html
  commentId: P:UnityEditor.EditorUserBuildSettings.iOSBuildConfigType
  nameWithType: EditorUserBuildSettings.iOSBuildConfigType
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.n3dsCreateCIAFile
  name: n3dsCreateCIAFile
  fullName: UnityEditor.EditorUserBuildSettings.n3dsCreateCIAFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-n3dsCreateCIAFile.html
  commentId: P:UnityEditor.EditorUserBuildSettings.n3dsCreateCIAFile
  nameWithType: EditorUserBuildSettings.n3dsCreateCIAFile
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.needSubmissionMaterials
  name: needSubmissionMaterials
  fullName: UnityEditor.EditorUserBuildSettings.needSubmissionMaterials
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-needSubmissionMaterials.html
  commentId: P:UnityEditor.EditorUserBuildSettings.needSubmissionMaterials
  nameWithType: EditorUserBuildSettings.needSubmissionMaterials
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.ps4BuildSubtarget
  name: ps4BuildSubtarget
  fullName: UnityEditor.EditorUserBuildSettings.ps4BuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-ps4BuildSubtarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.ps4BuildSubtarget
  nameWithType: EditorUserBuildSettings.ps4BuildSubtarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.ps4HardwareTarget
  name: ps4HardwareTarget
  fullName: UnityEditor.EditorUserBuildSettings.ps4HardwareTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-ps4HardwareTarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.ps4HardwareTarget
  nameWithType: EditorUserBuildSettings.ps4HardwareTarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.psmBuildSubtarget
  name: psmBuildSubtarget
  fullName: UnityEditor.EditorUserBuildSettings.psmBuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-psmBuildSubtarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.psmBuildSubtarget
  nameWithType: EditorUserBuildSettings.psmBuildSubtarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.psp2BuildSubtarget
  name: psp2BuildSubtarget
  fullName: UnityEditor.EditorUserBuildSettings.psp2BuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-psp2BuildSubtarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.psp2BuildSubtarget
  nameWithType: EditorUserBuildSettings.psp2BuildSubtarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.selectedBuildTargetGroup
  name: selectedBuildTargetGroup
  fullName: UnityEditor.EditorUserBuildSettings.selectedBuildTargetGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-selectedBuildTargetGroup.html
  commentId: P:UnityEditor.EditorUserBuildSettings.selectedBuildTargetGroup
  nameWithType: EditorUserBuildSettings.selectedBuildTargetGroup
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.selectedStandaloneTarget
  name: selectedStandaloneTarget
  fullName: UnityEditor.EditorUserBuildSettings.selectedStandaloneTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-selectedStandaloneTarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.selectedStandaloneTarget
  nameWithType: EditorUserBuildSettings.selectedStandaloneTarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.SetBuildLocation(UnityEditor.BuildTarget,System.String)
  name: SetBuildLocation(BuildTarget, string)
  fullName: UnityEditor.EditorUserBuildSettings.SetBuildLocation(UnityEditor.BuildTarget, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.SetBuildLocation.html
  commentId: M:UnityEditor.EditorUserBuildSettings.SetBuildLocation(UnityEditor.BuildTarget,System.String)
  nameWithType: EditorUserBuildSettings.SetBuildLocation(BuildTarget, string)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.SetPlatformSettings(System.String,System.String,System.String,System.String)
  name: SetPlatformSettings(string, string, string, string)
  fullName: UnityEditor.EditorUserBuildSettings.SetPlatformSettings(string, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.SetPlatformSettings.html
  commentId: M:UnityEditor.EditorUserBuildSettings.SetPlatformSettings(System.String,System.String,System.String,System.String)
  nameWithType: EditorUserBuildSettings.SetPlatformSettings(string, string, string, string)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.SetPlatformSettings(System.String,System.String,System.String)
  name: SetPlatformSettings(string, string, string)
  fullName: UnityEditor.EditorUserBuildSettings.SetPlatformSettings(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.SetPlatformSettings.html
  commentId: M:UnityEditor.EditorUserBuildSettings.SetPlatformSettings(System.String,System.String,System.String)
  nameWithType: EditorUserBuildSettings.SetPlatformSettings(string, string, string)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.SetWSADotNetNative(UnityEditor.WSABuildType,System.Boolean)
  name: SetWSADotNetNative(WSABuildType, bool)
  fullName: UnityEditor.EditorUserBuildSettings.SetWSADotNetNative(UnityEditor.WSABuildType, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.SetWSADotNetNative.html
  commentId: M:UnityEditor.EditorUserBuildSettings.SetWSADotNetNative(UnityEditor.WSABuildType,System.Boolean)
  nameWithType: EditorUserBuildSettings.SetWSADotNetNative(WSABuildType, bool)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.streamingInstallLaunchRange
  name: streamingInstallLaunchRange
  fullName: UnityEditor.EditorUserBuildSettings.streamingInstallLaunchRange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-streamingInstallLaunchRange.html
  commentId: P:UnityEditor.EditorUserBuildSettings.streamingInstallLaunchRange
  nameWithType: EditorUserBuildSettings.streamingInstallLaunchRange
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTarget)
  name: SwitchActiveBuildTarget(BuildTarget)
  fullName: UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.SwitchActiveBuildTarget.html
  commentId: M:UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTarget)
  nameWithType: EditorUserBuildSettings.SwitchActiveBuildTarget(BuildTarget)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget)
  name: SwitchActiveBuildTarget(BuildTargetGroup, BuildTarget)
  fullName: UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTargetGroup, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.SwitchActiveBuildTarget.html
  commentId: M:UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget)
  nameWithType: EditorUserBuildSettings.SwitchActiveBuildTarget(BuildTargetGroup, BuildTarget)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTargetAsync(UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget)
  name: SwitchActiveBuildTargetAsync(BuildTargetGroup, BuildTarget)
  fullName: UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTargetAsync(UnityEditor.BuildTargetGroup, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings.SwitchActiveBuildTargetAsync.html
  commentId: M:UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTargetAsync(UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget)
  nameWithType: EditorUserBuildSettings.SwitchActiveBuildTargetAsync(BuildTargetGroup, BuildTarget)
  type: Method
- uid: UnityEditor.EditorUserBuildSettings.switchCreateRomFile
  name: switchCreateRomFile
  fullName: UnityEditor.EditorUserBuildSettings.switchCreateRomFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-switchCreateRomFile.html
  commentId: P:UnityEditor.EditorUserBuildSettings.switchCreateRomFile
  nameWithType: EditorUserBuildSettings.switchCreateRomFile
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.switchCreateSolutionFile
  name: switchCreateSolutionFile
  fullName: UnityEditor.EditorUserBuildSettings.switchCreateSolutionFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-switchCreateSolutionFile.html
  commentId: P:UnityEditor.EditorUserBuildSettings.switchCreateSolutionFile
  nameWithType: EditorUserBuildSettings.switchCreateSolutionFile
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.switchEnableDebugPad
  name: switchEnableDebugPad
  fullName: UnityEditor.EditorUserBuildSettings.switchEnableDebugPad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-switchEnableDebugPad.html
  commentId: P:UnityEditor.EditorUserBuildSettings.switchEnableDebugPad
  nameWithType: EditorUserBuildSettings.switchEnableDebugPad
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.switchNVNGraphicsDebugger
  name: switchNVNGraphicsDebugger
  fullName: UnityEditor.EditorUserBuildSettings.switchNVNGraphicsDebugger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-switchNVNGraphicsDebugger.html
  commentId: P:UnityEditor.EditorUserBuildSettings.switchNVNGraphicsDebugger
  nameWithType: EditorUserBuildSettings.switchNVNGraphicsDebugger
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.switchRedirectWritesToHostMount
  name: switchRedirectWritesToHostMount
  fullName: UnityEditor.EditorUserBuildSettings.switchRedirectWritesToHostMount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-switchRedirectWritesToHostMount.html
  commentId: P:UnityEditor.EditorUserBuildSettings.switchRedirectWritesToHostMount
  nameWithType: EditorUserBuildSettings.switchRedirectWritesToHostMount
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.symlinkLibraries
  name: symlinkLibraries
  fullName: UnityEditor.EditorUserBuildSettings.symlinkLibraries
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-symlinkLibraries.html
  commentId: P:UnityEditor.EditorUserBuildSettings.symlinkLibraries
  nameWithType: EditorUserBuildSettings.symlinkLibraries
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.tizenBuildSubtarget
  name: tizenBuildSubtarget
  fullName: UnityEditor.EditorUserBuildSettings.tizenBuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-tizenBuildSubtarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.tizenBuildSubtarget
  nameWithType: EditorUserBuildSettings.tizenBuildSubtarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.webGLUsePreBuiltUnityEngine
  name: webGLUsePreBuiltUnityEngine
  fullName: UnityEditor.EditorUserBuildSettings.webGLUsePreBuiltUnityEngine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-webGLUsePreBuiltUnityEngine.html
  commentId: P:UnityEditor.EditorUserBuildSettings.webGLUsePreBuiltUnityEngine
  nameWithType: EditorUserBuildSettings.webGLUsePreBuiltUnityEngine
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.webPlayerOfflineDeployment
  name: webPlayerOfflineDeployment
  fullName: UnityEditor.EditorUserBuildSettings.webPlayerOfflineDeployment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-webPlayerOfflineDeployment.html
  commentId: P:UnityEditor.EditorUserBuildSettings.webPlayerOfflineDeployment
  nameWithType: EditorUserBuildSettings.webPlayerOfflineDeployment
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.webPlayerStreamed
  name: webPlayerStreamed
  fullName: UnityEditor.EditorUserBuildSettings.webPlayerStreamed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-webPlayerStreamed.html
  commentId: P:UnityEditor.EditorUserBuildSettings.webPlayerStreamed
  nameWithType: EditorUserBuildSettings.webPlayerStreamed
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wiiUBootMode
  name: wiiUBootMode
  fullName: UnityEditor.EditorUserBuildSettings.wiiUBootMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wiiUBootMode.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wiiUBootMode
  nameWithType: EditorUserBuildSettings.wiiUBootMode
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wiiUBuildDebugLevel
  name: wiiUBuildDebugLevel
  fullName: UnityEditor.EditorUserBuildSettings.wiiUBuildDebugLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wiiUBuildDebugLevel.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wiiUBuildDebugLevel
  nameWithType: EditorUserBuildSettings.wiiUBuildDebugLevel
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wiiuBuildOutput
  name: wiiuBuildOutput
  fullName: UnityEditor.EditorUserBuildSettings.wiiuBuildOutput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wiiuBuildOutput.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wiiuBuildOutput
  nameWithType: EditorUserBuildSettings.wiiuBuildOutput
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wiiUEnableNetAPI
  name: wiiUEnableNetAPI
  fullName: UnityEditor.EditorUserBuildSettings.wiiUEnableNetAPI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wiiUEnableNetAPI.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wiiUEnableNetAPI
  nameWithType: EditorUserBuildSettings.wiiUEnableNetAPI
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wsaBuildAndRunDeployTarget
  name: wsaBuildAndRunDeployTarget
  fullName: UnityEditor.EditorUserBuildSettings.wsaBuildAndRunDeployTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wsaBuildAndRunDeployTarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wsaBuildAndRunDeployTarget
  nameWithType: EditorUserBuildSettings.wsaBuildAndRunDeployTarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wsaGenerateReferenceProjects
  name: wsaGenerateReferenceProjects
  fullName: UnityEditor.EditorUserBuildSettings.wsaGenerateReferenceProjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wsaGenerateReferenceProjects.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wsaGenerateReferenceProjects
  nameWithType: EditorUserBuildSettings.wsaGenerateReferenceProjects
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wsaSDK
  name: wsaSDK
  fullName: UnityEditor.EditorUserBuildSettings.wsaSDK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wsaSDK.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wsaSDK
  nameWithType: EditorUserBuildSettings.wsaSDK
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wsaSubtarget
  name: wsaSubtarget
  fullName: UnityEditor.EditorUserBuildSettings.wsaSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wsaSubtarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wsaSubtarget
  nameWithType: EditorUserBuildSettings.wsaSubtarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wsaUWPBuildType
  name: wsaUWPBuildType
  fullName: UnityEditor.EditorUserBuildSettings.wsaUWPBuildType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wsaUWPBuildType.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wsaUWPBuildType
  nameWithType: EditorUserBuildSettings.wsaUWPBuildType
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.wsaUWPSDK
  name: wsaUWPSDK
  fullName: UnityEditor.EditorUserBuildSettings.wsaUWPSDK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-wsaUWPSDK.html
  commentId: P:UnityEditor.EditorUserBuildSettings.wsaUWPSDK
  nameWithType: EditorUserBuildSettings.wsaUWPSDK
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.xboxBuildSubtarget
  name: xboxBuildSubtarget
  fullName: UnityEditor.EditorUserBuildSettings.xboxBuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-xboxBuildSubtarget.html
  commentId: P:UnityEditor.EditorUserBuildSettings.xboxBuildSubtarget
  nameWithType: EditorUserBuildSettings.xboxBuildSubtarget
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.xboxOneAdditionalDebugPorts
  name: xboxOneAdditionalDebugPorts
  fullName: UnityEditor.EditorUserBuildSettings.xboxOneAdditionalDebugPorts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-xboxOneAdditionalDebugPorts.html
  commentId: P:UnityEditor.EditorUserBuildSettings.xboxOneAdditionalDebugPorts
  nameWithType: EditorUserBuildSettings.xboxOneAdditionalDebugPorts
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.xboxOneDeployMethod
  name: xboxOneDeployMethod
  fullName: UnityEditor.EditorUserBuildSettings.xboxOneDeployMethod
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-xboxOneDeployMethod.html
  commentId: P:UnityEditor.EditorUserBuildSettings.xboxOneDeployMethod
  nameWithType: EditorUserBuildSettings.xboxOneDeployMethod
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.xboxOneNetworkSharePath
  name: xboxOneNetworkSharePath
  fullName: UnityEditor.EditorUserBuildSettings.xboxOneNetworkSharePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-xboxOneNetworkSharePath.html
  commentId: P:UnityEditor.EditorUserBuildSettings.xboxOneNetworkSharePath
  nameWithType: EditorUserBuildSettings.xboxOneNetworkSharePath
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.xboxOneRebootIfDeployFailsAndRetry
  name: xboxOneRebootIfDeployFailsAndRetry
  fullName: UnityEditor.EditorUserBuildSettings.xboxOneRebootIfDeployFailsAndRetry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-xboxOneRebootIfDeployFailsAndRetry.html
  commentId: P:UnityEditor.EditorUserBuildSettings.xboxOneRebootIfDeployFailsAndRetry
  nameWithType: EditorUserBuildSettings.xboxOneRebootIfDeployFailsAndRetry
  type: Property
- uid: UnityEditor.EditorUserBuildSettings.xboxOneUsername
  name: xboxOneUsername
  fullName: UnityEditor.EditorUserBuildSettings.xboxOneUsername
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserBuildSettings-xboxOneUsername.html
  commentId: P:UnityEditor.EditorUserBuildSettings.xboxOneUsername
  nameWithType: EditorUserBuildSettings.xboxOneUsername
  type: Property
- uid: UnityEditor.EditorUserSettings
  name: EditorUserSettings
  fullName: UnityEditor.EditorUserSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserSettings.html
  commentId: T:UnityEditor.EditorUserSettings
  nameWithType: EditorUserSettings
  type: Class
- uid: UnityEditor.EditorUserSettings.allowAsyncStatusUpdate
  name: allowAsyncStatusUpdate
  fullName: UnityEditor.EditorUserSettings.allowAsyncStatusUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserSettings-allowAsyncStatusUpdate.html
  commentId: P:UnityEditor.EditorUserSettings.allowAsyncStatusUpdate
  nameWithType: EditorUserSettings.allowAsyncStatusUpdate
  type: Property
- uid: UnityEditor.EditorUserSettings.AutomaticAdd
  name: AutomaticAdd
  fullName: UnityEditor.EditorUserSettings.AutomaticAdd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserSettings.AutomaticAdd.html
  commentId: P:UnityEditor.EditorUserSettings.AutomaticAdd
  nameWithType: EditorUserSettings.AutomaticAdd
  type: Property
- uid: UnityEditor.EditorUserSettings.GetConfigValue(System.String)
  name: GetConfigValue(string)
  fullName: UnityEditor.EditorUserSettings.GetConfigValue(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserSettings.GetConfigValue.html
  commentId: M:UnityEditor.EditorUserSettings.GetConfigValue(System.String)
  nameWithType: EditorUserSettings.GetConfigValue(string)
  type: Method
- uid: UnityEditor.EditorUserSettings.semanticMergeMode
  name: semanticMergeMode
  fullName: UnityEditor.EditorUserSettings.semanticMergeMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserSettings-semanticMergeMode.html
  commentId: P:UnityEditor.EditorUserSettings.semanticMergeMode
  nameWithType: EditorUserSettings.semanticMergeMode
  type: Property
- uid: UnityEditor.EditorUserSettings.SetConfigValue(System.String,System.String)
  name: SetConfigValue(string, string)
  fullName: UnityEditor.EditorUserSettings.SetConfigValue(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserSettings.SetConfigValue.html
  commentId: M:UnityEditor.EditorUserSettings.SetConfigValue(System.String,System.String)
  nameWithType: EditorUserSettings.SetConfigValue(string, string)
  type: Method
- uid: UnityEditor.EditorUserSettings.showFailedCheckout
  name: showFailedCheckout
  fullName: UnityEditor.EditorUserSettings.showFailedCheckout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserSettings-showFailedCheckout.html
  commentId: P:UnityEditor.EditorUserSettings.showFailedCheckout
  nameWithType: EditorUserSettings.showFailedCheckout
  type: Property
- uid: UnityEditor.EditorUserSettings.WorkOffline
  name: WorkOffline
  fullName: UnityEditor.EditorUserSettings.WorkOffline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUserSettings.WorkOffline.html
  commentId: P:UnityEditor.EditorUserSettings.WorkOffline
  nameWithType: EditorUserSettings.WorkOffline
  type: Property
- uid: UnityEditor.EditorUtility
  name: EditorUtility
  fullName: UnityEditor.EditorUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.html
  commentId: T:UnityEditor.EditorUtility
  nameWithType: EditorUtility
  type: Class
- uid: UnityEditor.EditorUtility.audioMasterMute
  name: audioMasterMute
  fullName: UnityEditor.EditorUtility.audioMasterMute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility-audioMasterMute.html
  commentId: P:UnityEditor.EditorUtility.audioMasterMute
  nameWithType: EditorUtility.audioMasterMute
  type: Property
- uid: UnityEditor.EditorUtility.BuildResourceFile(UnityEngine.Object[],System.String)
  name: BuildResourceFile(Object[], string)
  fullName: UnityEditor.EditorUtility.BuildResourceFile(UnityEngine.Object[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.BuildResourceFile.html
  commentId: M:UnityEditor.EditorUtility.BuildResourceFile(UnityEngine.Object[],System.String)
  nameWithType: EditorUtility.BuildResourceFile(Object[], string)
  type: Method
- uid: UnityEditor.EditorUtility.ClearProgressBar
  name: ClearProgressBar()
  fullName: UnityEditor.EditorUtility.ClearProgressBar()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.ClearProgressBar.html
  commentId: M:UnityEditor.EditorUtility.ClearProgressBar
  nameWithType: EditorUtility.ClearProgressBar()
  type: Method
- uid: UnityEditor.EditorUtility.CollectDeepHierarchy(UnityEngine.Object[])
  name: CollectDeepHierarchy(Object[])
  fullName: UnityEditor.EditorUtility.CollectDeepHierarchy(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CollectDeepHierarchy.html
  commentId: M:UnityEditor.EditorUtility.CollectDeepHierarchy(UnityEngine.Object[])
  nameWithType: EditorUtility.CollectDeepHierarchy(Object[])
  type: Method
- uid: UnityEditor.EditorUtility.CollectDependencies(UnityEngine.Object[])
  name: CollectDependencies(Object[])
  fullName: UnityEditor.EditorUtility.CollectDependencies(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CollectDependencies.html
  commentId: M:UnityEditor.EditorUtility.CollectDependencies(UnityEngine.Object[])
  nameWithType: EditorUtility.CollectDependencies(Object[])
  type: Method
- uid: UnityEditor.EditorUtility.CompileCSharp(System.String[],System.String[],System.String[],System.String)
  name: CompileCSharp(string[], string[], string[], string)
  fullName: UnityEditor.EditorUtility.CompileCSharp(string[], string[], string[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CompileCSharp.html
  commentId: M:UnityEditor.EditorUtility.CompileCSharp(System.String[],System.String[],System.String[],System.String)
  nameWithType: EditorUtility.CompileCSharp(string[], string[], string[], string)
  type: Method
- uid: UnityEditor.EditorUtility.CompressCubemapTexture(UnityEngine.Cubemap,UnityEngine.TextureFormat,System.Int32)
  name: CompressCubemapTexture(Cubemap, TextureFormat, int)
  fullName: UnityEditor.EditorUtility.CompressCubemapTexture(UnityEngine.Cubemap, UnityEngine.TextureFormat, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CompressCubemapTexture.html
  commentId: M:UnityEditor.EditorUtility.CompressCubemapTexture(UnityEngine.Cubemap,UnityEngine.TextureFormat,System.Int32)
  nameWithType: EditorUtility.CompressCubemapTexture(Cubemap, TextureFormat, int)
  type: Method
- uid: UnityEditor.EditorUtility.CompressCubemapTexture(UnityEngine.Cubemap,UnityEngine.TextureFormat,UnityEngine.TextureCompressionQuality)
  name: CompressCubemapTexture(Cubemap, TextureFormat, TextureCompressionQuality)
  fullName: UnityEditor.EditorUtility.CompressCubemapTexture(UnityEngine.Cubemap, UnityEngine.TextureFormat, UnityEngine.TextureCompressionQuality)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CompressCubemapTexture.html
  commentId: M:UnityEditor.EditorUtility.CompressCubemapTexture(UnityEngine.Cubemap,UnityEngine.TextureFormat,UnityEngine.TextureCompressionQuality)
  nameWithType: EditorUtility.CompressCubemapTexture(Cubemap, TextureFormat, TextureCompressionQuality)
  type: Method
- uid: UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D,UnityEngine.TextureFormat,System.Int32)
  name: CompressTexture(Texture2D, TextureFormat, int)
  fullName: UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D, UnityEngine.TextureFormat, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CompressTexture.html
  commentId: M:UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D,UnityEngine.TextureFormat,System.Int32)
  nameWithType: EditorUtility.CompressTexture(Texture2D, TextureFormat, int)
  type: Method
- uid: UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D,UnityEngine.TextureFormat,UnityEngine.TextureCompressionQuality)
  name: CompressTexture(Texture2D, TextureFormat, TextureCompressionQuality)
  fullName: UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D, UnityEngine.TextureFormat, UnityEngine.TextureCompressionQuality)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CompressTexture.html
  commentId: M:UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D,UnityEngine.TextureFormat,UnityEngine.TextureCompressionQuality)
  nameWithType: EditorUtility.CompressTexture(Texture2D, TextureFormat, TextureCompressionQuality)
  type: Method
- uid: UnityEditor.EditorUtility.CopySerialized(UnityEngine.Object,UnityEngine.Object)
  name: CopySerialized(Object, Object)
  fullName: UnityEditor.EditorUtility.CopySerialized(UnityEngine.Object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CopySerialized.html
  commentId: M:UnityEditor.EditorUtility.CopySerialized(UnityEngine.Object,UnityEngine.Object)
  nameWithType: EditorUtility.CopySerialized(Object, Object)
  type: Method
- uid: UnityEditor.EditorUtility.CopySerializedIfDifferent(UnityEngine.Object,UnityEngine.Object)
  name: CopySerializedIfDifferent(Object, Object)
  fullName: UnityEditor.EditorUtility.CopySerializedIfDifferent(UnityEngine.Object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CopySerializedIfDifferent.html
  commentId: M:UnityEditor.EditorUtility.CopySerializedIfDifferent(UnityEngine.Object,UnityEngine.Object)
  nameWithType: EditorUtility.CopySerializedIfDifferent(Object, Object)
  type: Method
- uid: UnityEditor.EditorUtility.CreateEmptyPrefab(System.String)
  name: CreateEmptyPrefab(string)
  fullName: UnityEditor.EditorUtility.CreateEmptyPrefab(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CreateEmptyPrefab.html
  commentId: M:UnityEditor.EditorUtility.CreateEmptyPrefab(System.String)
  nameWithType: EditorUtility.CreateEmptyPrefab(string)
  type: Method
- uid: UnityEditor.EditorUtility.CreateGameObjectWithHideFlags(System.String,UnityEngine.HideFlags,System.Type[])
  name: CreateGameObjectWithHideFlags(string, HideFlags, params Type[])
  fullName: UnityEditor.EditorUtility.CreateGameObjectWithHideFlags(string, UnityEngine.HideFlags, params System.Type[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.CreateGameObjectWithHideFlags.html
  commentId: M:UnityEditor.EditorUtility.CreateGameObjectWithHideFlags(System.String,UnityEngine.HideFlags,System.Type[])
  nameWithType: EditorUtility.CreateGameObjectWithHideFlags(string, HideFlags, params Type[])
  type: Method
- uid: UnityEditor.EditorUtility.DisplayCancelableProgressBar(System.String,System.String,System.Single)
  name: DisplayCancelableProgressBar(string, string, float)
  fullName: UnityEditor.EditorUtility.DisplayCancelableProgressBar(string, string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.DisplayCancelableProgressBar.html
  commentId: M:UnityEditor.EditorUtility.DisplayCancelableProgressBar(System.String,System.String,System.Single)
  nameWithType: EditorUtility.DisplayCancelableProgressBar(string, string, float)
  type: Method
- uid: UnityEditor.EditorUtility.DisplayCustomMenu(UnityEngine.Rect,UnityEngine.GUIContent[],System.Int32,UnityEditor.EditorUtility.SelectMenuItemFunction,System.Object,System.Boolean)
  name: DisplayCustomMenu(Rect, GUIContent[], int, SelectMenuItemFunction, object, bool)
  fullName: UnityEditor.EditorUtility.DisplayCustomMenu(UnityEngine.Rect, UnityEngine.GUIContent[], int, UnityEditor.EditorUtility.SelectMenuItemFunction, object, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.DisplayCustomMenu.html
  commentId: M:UnityEditor.EditorUtility.DisplayCustomMenu(UnityEngine.Rect,UnityEngine.GUIContent[],System.Int32,UnityEditor.EditorUtility.SelectMenuItemFunction,System.Object,System.Boolean)
  nameWithType: EditorUtility.DisplayCustomMenu(Rect, GUIContent[], int, EditorUtility.SelectMenuItemFunction, object, bool)
  type: Method
- uid: UnityEditor.EditorUtility.DisplayCustomMenu(UnityEngine.Rect,UnityEngine.GUIContent[],System.Int32,UnityEditor.EditorUtility.SelectMenuItemFunction,System.Object)
  name: DisplayCustomMenu(Rect, GUIContent[], int, SelectMenuItemFunction, object)
  fullName: UnityEditor.EditorUtility.DisplayCustomMenu(UnityEngine.Rect, UnityEngine.GUIContent[], int, UnityEditor.EditorUtility.SelectMenuItemFunction, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.DisplayCustomMenu.html
  commentId: M:UnityEditor.EditorUtility.DisplayCustomMenu(UnityEngine.Rect,UnityEngine.GUIContent[],System.Int32,UnityEditor.EditorUtility.SelectMenuItemFunction,System.Object)
  nameWithType: EditorUtility.DisplayCustomMenu(Rect, GUIContent[], int, EditorUtility.SelectMenuItemFunction, object)
  type: Method
- uid: UnityEditor.EditorUtility.DisplayDialog(System.String,System.String,System.String,System.String)
  name: DisplayDialog(string, string, string, string)
  fullName: UnityEditor.EditorUtility.DisplayDialog(string, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.DisplayDialog.html
  commentId: M:UnityEditor.EditorUtility.DisplayDialog(System.String,System.String,System.String,System.String)
  nameWithType: EditorUtility.DisplayDialog(string, string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.DisplayDialog(System.String,System.String,System.String)
  name: DisplayDialog(string, string, string)
  fullName: UnityEditor.EditorUtility.DisplayDialog(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.DisplayDialog.html
  commentId: M:UnityEditor.EditorUtility.DisplayDialog(System.String,System.String,System.String)
  nameWithType: EditorUtility.DisplayDialog(string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.DisplayDialogComplex(System.String,System.String,System.String,System.String,System.String)
  name: DisplayDialogComplex(string, string, string, string, string)
  fullName: UnityEditor.EditorUtility.DisplayDialogComplex(string, string, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.DisplayDialogComplex.html
  commentId: M:UnityEditor.EditorUtility.DisplayDialogComplex(System.String,System.String,System.String,System.String,System.String)
  nameWithType: EditorUtility.DisplayDialogComplex(string, string, string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.DisplayPopupMenu(UnityEngine.Rect,System.String,UnityEditor.MenuCommand)
  name: DisplayPopupMenu(Rect, string, MenuCommand)
  fullName: UnityEditor.EditorUtility.DisplayPopupMenu(UnityEngine.Rect, string, UnityEditor.MenuCommand)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.DisplayPopupMenu.html
  commentId: M:UnityEditor.EditorUtility.DisplayPopupMenu(UnityEngine.Rect,System.String,UnityEditor.MenuCommand)
  nameWithType: EditorUtility.DisplayPopupMenu(Rect, string, MenuCommand)
  type: Method
- uid: UnityEditor.EditorUtility.DisplayProgressBar(System.String,System.String,System.Single)
  name: DisplayProgressBar(string, string, float)
  fullName: UnityEditor.EditorUtility.DisplayProgressBar(string, string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.DisplayProgressBar.html
  commentId: M:UnityEditor.EditorUtility.DisplayProgressBar(System.String,System.String,System.Single)
  nameWithType: EditorUtility.DisplayProgressBar(string, string, float)
  type: Method
- uid: UnityEditor.EditorUtility.ExtractOggFile(UnityEngine.Object,System.String)
  name: ExtractOggFile(Object, string)
  fullName: UnityEditor.EditorUtility.ExtractOggFile(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.ExtractOggFile.html
  commentId: M:UnityEditor.EditorUtility.ExtractOggFile(UnityEngine.Object,System.String)
  nameWithType: EditorUtility.ExtractOggFile(Object, string)
  type: Method
- uid: UnityEditor.EditorUtility.FindAsset(System.String,System.Type)
  name: FindAsset(string, Type)
  fullName: UnityEditor.EditorUtility.FindAsset(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.FindAsset.html
  commentId: M:UnityEditor.EditorUtility.FindAsset(System.String,System.Type)
  nameWithType: EditorUtility.FindAsset(string, Type)
  type: Method
- uid: UnityEditor.EditorUtility.FindPrefabRoot(UnityEngine.GameObject)
  name: FindPrefabRoot(GameObject)
  fullName: UnityEditor.EditorUtility.FindPrefabRoot(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.FindPrefabRoot.html
  commentId: M:UnityEditor.EditorUtility.FindPrefabRoot(UnityEngine.GameObject)
  nameWithType: EditorUtility.FindPrefabRoot(GameObject)
  type: Method
- uid: UnityEditor.EditorUtility.FocusProjectWindow
  name: FocusProjectWindow()
  fullName: UnityEditor.EditorUtility.FocusProjectWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.FocusProjectWindow.html
  commentId: M:UnityEditor.EditorUtility.FocusProjectWindow
  nameWithType: EditorUtility.FocusProjectWindow()
  type: Method
- uid: UnityEditor.EditorUtility.FormatBytes(System.Int32)
  name: FormatBytes(int)
  fullName: UnityEditor.EditorUtility.FormatBytes(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.FormatBytes.html
  commentId: M:UnityEditor.EditorUtility.FormatBytes(System.Int32)
  nameWithType: EditorUtility.FormatBytes(int)
  type: Method
- uid: UnityEditor.EditorUtility.FormatBytes(System.Int64)
  name: FormatBytes(long)
  fullName: UnityEditor.EditorUtility.FormatBytes(long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.FormatBytes.html
  commentId: M:UnityEditor.EditorUtility.FormatBytes(System.Int64)
  nameWithType: EditorUtility.FormatBytes(long)
  type: Method
- uid: UnityEditor.EditorUtility.GetAssetPath(UnityEngine.Object)
  name: GetAssetPath(Object)
  fullName: UnityEditor.EditorUtility.GetAssetPath(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.GetAssetPath.html
  commentId: M:UnityEditor.EditorUtility.GetAssetPath(UnityEngine.Object)
  nameWithType: EditorUtility.GetAssetPath(Object)
  type: Method
- uid: UnityEditor.EditorUtility.GetObjectEnabled(UnityEngine.Object)
  name: GetObjectEnabled(Object)
  fullName: UnityEditor.EditorUtility.GetObjectEnabled(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.GetObjectEnabled.html
  commentId: M:UnityEditor.EditorUtility.GetObjectEnabled(UnityEngine.Object)
  nameWithType: EditorUtility.GetObjectEnabled(Object)
  type: Method
- uid: UnityEditor.EditorUtility.GetPrefabParent(UnityEngine.Object)
  name: GetPrefabParent(Object)
  fullName: UnityEditor.EditorUtility.GetPrefabParent(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.GetPrefabParent.html
  commentId: M:UnityEditor.EditorUtility.GetPrefabParent(UnityEngine.Object)
  nameWithType: EditorUtility.GetPrefabParent(Object)
  type: Method
- uid: UnityEditor.EditorUtility.GetPrefabType(UnityEngine.Object)
  name: GetPrefabType(Object)
  fullName: UnityEditor.EditorUtility.GetPrefabType(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.GetPrefabType.html
  commentId: M:UnityEditor.EditorUtility.GetPrefabType(UnityEngine.Object)
  nameWithType: EditorUtility.GetPrefabType(Object)
  type: Method
- uid: UnityEditor.EditorUtility.InstanceIDToObject(System.Int32)
  name: InstanceIDToObject(int)
  fullName: UnityEditor.EditorUtility.InstanceIDToObject(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.InstanceIDToObject.html
  commentId: M:UnityEditor.EditorUtility.InstanceIDToObject(System.Int32)
  nameWithType: EditorUtility.InstanceIDToObject(int)
  type: Method
- uid: UnityEditor.EditorUtility.InstantiatePrefab(UnityEngine.Object)
  name: InstantiatePrefab(Object)
  fullName: UnityEditor.EditorUtility.InstantiatePrefab(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.InstantiatePrefab.html
  commentId: M:UnityEditor.EditorUtility.InstantiatePrefab(UnityEngine.Object)
  nameWithType: EditorUtility.InstantiatePrefab(Object)
  type: Method
- uid: UnityEditor.EditorUtility.InvokeDiffTool(System.String,System.String,System.String,System.String,System.String,System.String)
  name: InvokeDiffTool(string, string, string, string, string, string)
  fullName: UnityEditor.EditorUtility.InvokeDiffTool(string, string, string, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.InvokeDiffTool.html
  commentId: M:UnityEditor.EditorUtility.InvokeDiffTool(System.String,System.String,System.String,System.String,System.String,System.String)
  nameWithType: EditorUtility.InvokeDiffTool(string, string, string, string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.IsPersistent(UnityEngine.Object)
  name: IsPersistent(Object)
  fullName: UnityEditor.EditorUtility.IsPersistent(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.IsPersistent.html
  commentId: M:UnityEditor.EditorUtility.IsPersistent(UnityEngine.Object)
  nameWithType: EditorUtility.IsPersistent(Object)
  type: Method
- uid: UnityEditor.EditorUtility.LoadWindowLayout(System.String)
  name: LoadWindowLayout(string)
  fullName: UnityEditor.EditorUtility.LoadWindowLayout(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.LoadWindowLayout.html
  commentId: M:UnityEditor.EditorUtility.LoadWindowLayout(System.String)
  nameWithType: EditorUtility.LoadWindowLayout(string)
  type: Method
- uid: UnityEditor.EditorUtility.NaturalCompare(System.String,System.String)
  name: NaturalCompare(string, string)
  fullName: UnityEditor.EditorUtility.NaturalCompare(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.NaturalCompare.html
  commentId: M:UnityEditor.EditorUtility.NaturalCompare(System.String,System.String)
  nameWithType: EditorUtility.NaturalCompare(string, string)
  type: Method
- uid: UnityEditor.EditorUtility.OpenFilePanel(System.String,System.String,System.String)
  name: OpenFilePanel(string, string, string)
  fullName: UnityEditor.EditorUtility.OpenFilePanel(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.OpenFilePanel.html
  commentId: M:UnityEditor.EditorUtility.OpenFilePanel(System.String,System.String,System.String)
  nameWithType: EditorUtility.OpenFilePanel(string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.OpenFilePanelWithFilters(System.String,System.String,System.String[])
  name: OpenFilePanelWithFilters(string, string, string[])
  fullName: UnityEditor.EditorUtility.OpenFilePanelWithFilters(string, string, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.OpenFilePanelWithFilters.html
  commentId: M:UnityEditor.EditorUtility.OpenFilePanelWithFilters(System.String,System.String,System.String[])
  nameWithType: EditorUtility.OpenFilePanelWithFilters(string, string, string[])
  type: Method
- uid: UnityEditor.EditorUtility.OpenFolderPanel(System.String,System.String,System.String)
  name: OpenFolderPanel(string, string, string)
  fullName: UnityEditor.EditorUtility.OpenFolderPanel(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.OpenFolderPanel.html
  commentId: M:UnityEditor.EditorUtility.OpenFolderPanel(System.String,System.String,System.String)
  nameWithType: EditorUtility.OpenFolderPanel(string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.OpenWithDefaultApp(System.String)
  name: OpenWithDefaultApp(string)
  fullName: UnityEditor.EditorUtility.OpenWithDefaultApp(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.OpenWithDefaultApp.html
  commentId: M:UnityEditor.EditorUtility.OpenWithDefaultApp(System.String)
  nameWithType: EditorUtility.OpenWithDefaultApp(string)
  type: Method
- uid: UnityEditor.EditorUtility.ReconnectToLastPrefab(UnityEngine.GameObject)
  name: ReconnectToLastPrefab(GameObject)
  fullName: UnityEditor.EditorUtility.ReconnectToLastPrefab(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.ReconnectToLastPrefab.html
  commentId: M:UnityEditor.EditorUtility.ReconnectToLastPrefab(UnityEngine.GameObject)
  nameWithType: EditorUtility.ReconnectToLastPrefab(GameObject)
  type: Method
- uid: UnityEditor.EditorUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object,UnityEditor.ReplacePrefabOptions)
  name: ReplacePrefab(GameObject, Object, ReplacePrefabOptions)
  fullName: UnityEditor.EditorUtility.ReplacePrefab(UnityEngine.GameObject, UnityEngine.Object, UnityEditor.ReplacePrefabOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.ReplacePrefab.html
  commentId: M:UnityEditor.EditorUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object,UnityEditor.ReplacePrefabOptions)
  nameWithType: EditorUtility.ReplacePrefab(GameObject, Object, ReplacePrefabOptions)
  type: Method
- uid: UnityEditor.EditorUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object)
  name: ReplacePrefab(GameObject, Object)
  fullName: UnityEditor.EditorUtility.ReplacePrefab(UnityEngine.GameObject, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.ReplacePrefab.html
  commentId: M:UnityEditor.EditorUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object)
  nameWithType: EditorUtility.ReplacePrefab(GameObject, Object)
  type: Method
- uid: UnityEditor.EditorUtility.ResetToPrefabState(UnityEngine.Object)
  name: ResetToPrefabState(Object)
  fullName: UnityEditor.EditorUtility.ResetToPrefabState(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.ResetToPrefabState.html
  commentId: M:UnityEditor.EditorUtility.ResetToPrefabState(UnityEngine.Object)
  nameWithType: EditorUtility.ResetToPrefabState(Object)
  type: Method
- uid: UnityEditor.EditorUtility.RevealInFinder(System.String)
  name: RevealInFinder(string)
  fullName: UnityEditor.EditorUtility.RevealInFinder(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.RevealInFinder.html
  commentId: M:UnityEditor.EditorUtility.RevealInFinder(System.String)
  nameWithType: EditorUtility.RevealInFinder(string)
  type: Method
- uid: UnityEditor.EditorUtility.SaveFilePanel(System.String,System.String,System.String,System.String)
  name: SaveFilePanel(string, string, string, string)
  fullName: UnityEditor.EditorUtility.SaveFilePanel(string, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SaveFilePanel.html
  commentId: M:UnityEditor.EditorUtility.SaveFilePanel(System.String,System.String,System.String,System.String)
  nameWithType: EditorUtility.SaveFilePanel(string, string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.SaveFilePanelInProject(System.String,System.String,System.String,System.String,System.String)
  name: SaveFilePanelInProject(string, string, string, string, string)
  fullName: UnityEditor.EditorUtility.SaveFilePanelInProject(string, string, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SaveFilePanelInProject.html
  commentId: M:UnityEditor.EditorUtility.SaveFilePanelInProject(System.String,System.String,System.String,System.String,System.String)
  nameWithType: EditorUtility.SaveFilePanelInProject(string, string, string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.SaveFilePanelInProject(System.String,System.String,System.String,System.String)
  name: SaveFilePanelInProject(string, string, string, string)
  fullName: UnityEditor.EditorUtility.SaveFilePanelInProject(string, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SaveFilePanelInProject.html
  commentId: M:UnityEditor.EditorUtility.SaveFilePanelInProject(System.String,System.String,System.String,System.String)
  nameWithType: EditorUtility.SaveFilePanelInProject(string, string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.SaveFolderPanel(System.String,System.String,System.String)
  name: SaveFolderPanel(string, string, string)
  fullName: UnityEditor.EditorUtility.SaveFolderPanel(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SaveFolderPanel.html
  commentId: M:UnityEditor.EditorUtility.SaveFolderPanel(System.String,System.String,System.String)
  nameWithType: EditorUtility.SaveFolderPanel(string, string, string)
  type: Method
- uid: UnityEditor.EditorUtility.scriptCompilationFailed
  name: scriptCompilationFailed
  fullName: UnityEditor.EditorUtility.scriptCompilationFailed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility-scriptCompilationFailed.html
  commentId: P:UnityEditor.EditorUtility.scriptCompilationFailed
  nameWithType: EditorUtility.scriptCompilationFailed
  type: Property
- uid: UnityEditor.EditorUtility.SelectMenuItemFunction
  name: EditorUtility.SelectMenuItemFunction
  fullName: UnityEditor.EditorUtility.SelectMenuItemFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SelectMenuItemFunction.html
  commentId: T:UnityEditor.EditorUtility.SelectMenuItemFunction
  nameWithType: EditorUtility.SelectMenuItemFunction
  type: Delegate
- uid: UnityEditor.EditorUtility.SetDirty(UnityEngine.Object)
  name: SetDirty(Object)
  fullName: UnityEditor.EditorUtility.SetDirty(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SetDirty.html
  commentId: M:UnityEditor.EditorUtility.SetDirty(UnityEngine.Object)
  nameWithType: EditorUtility.SetDirty(Object)
  type: Method
- uid: UnityEditor.EditorUtility.SetObjectEnabled(UnityEngine.Object,System.Boolean)
  name: SetObjectEnabled(Object, bool)
  fullName: UnityEditor.EditorUtility.SetObjectEnabled(UnityEngine.Object, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SetObjectEnabled.html
  commentId: M:UnityEditor.EditorUtility.SetObjectEnabled(UnityEngine.Object,System.Boolean)
  nameWithType: EditorUtility.SetObjectEnabled(Object, bool)
  type: Method
- uid: UnityEditor.EditorUtility.SetSelectedRenderState(UnityEngine.Renderer,UnityEditor.EditorSelectedRenderState)
  name: SetSelectedRenderState(Renderer, EditorSelectedRenderState)
  fullName: UnityEditor.EditorUtility.SetSelectedRenderState(UnityEngine.Renderer, UnityEditor.EditorSelectedRenderState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SetSelectedRenderState.html
  commentId: M:UnityEditor.EditorUtility.SetSelectedRenderState(UnityEngine.Renderer,UnityEditor.EditorSelectedRenderState)
  nameWithType: EditorUtility.SetSelectedRenderState(Renderer, EditorSelectedRenderState)
  type: Method
- uid: UnityEditor.EditorUtility.SetSelectedWireframeHidden(UnityEngine.Renderer,System.Boolean)
  name: SetSelectedWireframeHidden(Renderer, bool)
  fullName: UnityEditor.EditorUtility.SetSelectedWireframeHidden(UnityEngine.Renderer, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.SetSelectedWireframeHidden.html
  commentId: M:UnityEditor.EditorUtility.SetSelectedWireframeHidden(UnityEngine.Renderer,System.Boolean)
  nameWithType: EditorUtility.SetSelectedWireframeHidden(Renderer, bool)
  type: Method
- uid: UnityEditor.EditorUtility.UnloadUnusedAssets
  name: UnloadUnusedAssets()
  fullName: UnityEditor.EditorUtility.UnloadUnusedAssets()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.UnloadUnusedAssets.html
  commentId: M:UnityEditor.EditorUtility.UnloadUnusedAssets
  nameWithType: EditorUtility.UnloadUnusedAssets()
  type: Method
- uid: UnityEditor.EditorUtility.UnloadUnusedAssetsIgnoreManagedReferences
  name: UnloadUnusedAssetsIgnoreManagedReferences()
  fullName: UnityEditor.EditorUtility.UnloadUnusedAssetsIgnoreManagedReferences()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.UnloadUnusedAssetsIgnoreManagedReferences.html
  commentId: M:UnityEditor.EditorUtility.UnloadUnusedAssetsIgnoreManagedReferences
  nameWithType: EditorUtility.UnloadUnusedAssetsIgnoreManagedReferences()
  type: Method
- uid: UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate
  name: UnloadUnusedAssetsImmediate()
  fullName: UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.UnloadUnusedAssetsImmediate.html
  commentId: M:UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate
  nameWithType: EditorUtility.UnloadUnusedAssetsImmediate()
  type: Method
- uid: UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate(System.Boolean)
  name: UnloadUnusedAssetsImmediate(bool)
  fullName: UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.UnloadUnusedAssetsImmediate.html
  commentId: M:UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate(System.Boolean)
  nameWithType: EditorUtility.UnloadUnusedAssetsImmediate(bool)
  type: Method
- uid: UnityEditor.EditorUtility.WarnPrefab(UnityEngine.Object,System.String,System.String,System.String)
  name: WarnPrefab(Object, string, string, string)
  fullName: UnityEditor.EditorUtility.WarnPrefab(UnityEngine.Object, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorUtility.WarnPrefab.html
  commentId: M:UnityEditor.EditorUtility.WarnPrefab(UnityEngine.Object,System.String,System.String,System.String)
  nameWithType: EditorUtility.WarnPrefab(Object, string, string, string)
  type: Method
- uid: UnityEditor.EditorWindow
  name: EditorWindow
  fullName: UnityEditor.EditorWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.html
  commentId: T:UnityEditor.EditorWindow
  nameWithType: EditorWindow
  type: Class
- uid: UnityEditor.EditorWindow.#ctor
  name: EditorWindow()
  fullName: UnityEditor.EditorWindow.EditorWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-ctor.html
  commentId: M:UnityEditor.EditorWindow.#ctor
  nameWithType: EditorWindow.EditorWindow()
  type: Constructor
- uid: UnityEditor.EditorWindow.antiAlias
  name: antiAlias
  fullName: UnityEditor.EditorWindow.antiAlias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-antiAlias.html
  commentId: P:UnityEditor.EditorWindow.antiAlias
  nameWithType: EditorWindow.antiAlias
  type: Property
- uid: UnityEditor.EditorWindow.autoRepaintOnSceneChange
  name: autoRepaintOnSceneChange
  fullName: UnityEditor.EditorWindow.autoRepaintOnSceneChange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-autoRepaintOnSceneChange.html
  commentId: P:UnityEditor.EditorWindow.autoRepaintOnSceneChange
  nameWithType: EditorWindow.autoRepaintOnSceneChange
  type: Property
- uid: UnityEditor.EditorWindow.BeginWindows
  name: BeginWindows()
  fullName: UnityEditor.EditorWindow.BeginWindows()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.BeginWindows.html
  commentId: M:UnityEditor.EditorWindow.BeginWindows
  nameWithType: EditorWindow.BeginWindows()
  type: Method
- uid: UnityEditor.EditorWindow.Close
  name: Close()
  fullName: UnityEditor.EditorWindow.Close()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.Close.html
  commentId: M:UnityEditor.EditorWindow.Close
  nameWithType: EditorWindow.Close()
  type: Method
- uid: UnityEditor.EditorWindow.depthBufferBits
  name: depthBufferBits
  fullName: UnityEditor.EditorWindow.depthBufferBits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-depthBufferBits.html
  commentId: P:UnityEditor.EditorWindow.depthBufferBits
  nameWithType: EditorWindow.depthBufferBits
  type: Property
- uid: UnityEditor.EditorWindow.EndWindows
  name: EndWindows()
  fullName: UnityEditor.EditorWindow.EndWindows()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.EndWindows.html
  commentId: M:UnityEditor.EditorWindow.EndWindows
  nameWithType: EditorWindow.EndWindows()
  type: Method
- uid: UnityEditor.EditorWindow.Focus
  name: Focus()
  fullName: UnityEditor.EditorWindow.Focus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.Focus.html
  commentId: M:UnityEditor.EditorWindow.Focus
  nameWithType: EditorWindow.Focus()
  type: Method
- uid: UnityEditor.EditorWindow.focusedWindow
  name: focusedWindow
  fullName: UnityEditor.EditorWindow.focusedWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-focusedWindow.html
  commentId: P:UnityEditor.EditorWindow.focusedWindow
  nameWithType: EditorWindow.focusedWindow
  type: Property
- uid: UnityEditor.EditorWindow.FocusWindowIfItsOpen(System.Type)
  name: FocusWindowIfItsOpen(Type)
  fullName: UnityEditor.EditorWindow.FocusWindowIfItsOpen(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.FocusWindowIfItsOpen.html
  commentId: M:UnityEditor.EditorWindow.FocusWindowIfItsOpen(System.Type)
  nameWithType: EditorWindow.FocusWindowIfItsOpen(Type)
  type: Method
- uid: UnityEditor.EditorWindow.FocusWindowIfItsOpen``1
  name: FocusWindowIfItsOpen<T>()
  fullName: UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.FocusWindowIfItsOpen.html
  commentId: M:UnityEditor.EditorWindow.FocusWindowIfItsOpen``1
  nameWithType: EditorWindow.FocusWindowIfItsOpen<T>()
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean,System.String,System.Boolean)
  name: GetWindow(Type, bool, string, bool)
  fullName: UnityEditor.EditorWindow.GetWindow(System.Type, bool, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean,System.String,System.Boolean)
  nameWithType: EditorWindow.GetWindow(Type, bool, string, bool)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean,System.String)
  name: GetWindow(Type, bool, string)
  fullName: UnityEditor.EditorWindow.GetWindow(System.Type, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean,System.String)
  nameWithType: EditorWindow.GetWindow(Type, bool, string)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean)
  name: GetWindow(Type, bool)
  fullName: UnityEditor.EditorWindow.GetWindow(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean)
  nameWithType: EditorWindow.GetWindow(Type, bool)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow(System.Type)
  name: GetWindow(Type)
  fullName: UnityEditor.EditorWindow.GetWindow(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow(System.Type)
  nameWithType: EditorWindow.GetWindow(Type)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1
  name: GetWindow<T>()
  fullName: UnityEditor.EditorWindow.GetWindow<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1
  nameWithType: EditorWindow.GetWindow<T>()
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1(System.Boolean,System.String,System.Boolean)
  name: GetWindow<T>(bool, string, bool)
  fullName: UnityEditor.EditorWindow.GetWindow<T>(bool, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1(System.Boolean,System.String,System.Boolean)
  nameWithType: EditorWindow.GetWindow<T>(bool, string, bool)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1(System.Boolean,System.String)
  name: GetWindow<T>(bool, string)
  fullName: UnityEditor.EditorWindow.GetWindow<T>(bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1(System.Boolean,System.String)
  nameWithType: EditorWindow.GetWindow<T>(bool, string)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1(System.Boolean)
  name: GetWindow<T>(bool)
  fullName: UnityEditor.EditorWindow.GetWindow<T>(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1(System.Boolean)
  nameWithType: EditorWindow.GetWindow<T>(bool)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1(System.String,System.Boolean,System.Type[])
  name: GetWindow<T>(string, bool, params Type[])
  fullName: UnityEditor.EditorWindow.GetWindow<T>(string, bool, params System.Type[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1(System.String,System.Boolean,System.Type[])
  nameWithType: EditorWindow.GetWindow<T>(string, bool, params Type[])
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1(System.String,System.Boolean)
  name: GetWindow<T>(string, bool)
  fullName: UnityEditor.EditorWindow.GetWindow<T>(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1(System.String,System.Boolean)
  nameWithType: EditorWindow.GetWindow<T>(string, bool)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1(System.String,System.Type[])
  name: GetWindow<T>(string, params Type[])
  fullName: UnityEditor.EditorWindow.GetWindow<T>(string, params System.Type[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1(System.String,System.Type[])
  nameWithType: EditorWindow.GetWindow<T>(string, params Type[])
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1(System.String)
  name: GetWindow<T>(string)
  fullName: UnityEditor.EditorWindow.GetWindow<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1(System.String)
  nameWithType: EditorWindow.GetWindow<T>(string)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindow``1(System.Type[])
  name: GetWindow<T>(params Type[])
  fullName: UnityEditor.EditorWindow.GetWindow<T>(params System.Type[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindow.html
  commentId: M:UnityEditor.EditorWindow.GetWindow``1(System.Type[])
  nameWithType: EditorWindow.GetWindow<T>(params Type[])
  type: Method
- uid: UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect,System.Boolean,System.String)
  name: GetWindowWithRect(Type, Rect, bool, string)
  fullName: UnityEditor.EditorWindow.GetWindowWithRect(System.Type, UnityEngine.Rect, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindowWithRect.html
  commentId: M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect,System.Boolean,System.String)
  nameWithType: EditorWindow.GetWindowWithRect(Type, Rect, bool, string)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect,System.Boolean)
  name: GetWindowWithRect(Type, Rect, bool)
  fullName: UnityEditor.EditorWindow.GetWindowWithRect(System.Type, UnityEngine.Rect, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindowWithRect.html
  commentId: M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect,System.Boolean)
  nameWithType: EditorWindow.GetWindowWithRect(Type, Rect, bool)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect)
  name: GetWindowWithRect(Type, Rect)
  fullName: UnityEditor.EditorWindow.GetWindowWithRect(System.Type, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindowWithRect.html
  commentId: M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect)
  nameWithType: EditorWindow.GetWindowWithRect(Type, Rect)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindowWithRect``1(UnityEngine.Rect,System.Boolean,System.String,System.Boolean)
  name: GetWindowWithRect<T>(Rect, bool, string, bool)
  fullName: UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, bool, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindowWithRect.html
  commentId: M:UnityEditor.EditorWindow.GetWindowWithRect``1(UnityEngine.Rect,System.Boolean,System.String,System.Boolean)
  nameWithType: EditorWindow.GetWindowWithRect<T>(Rect, bool, string, bool)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindowWithRect``1(UnityEngine.Rect,System.Boolean,System.String)
  name: GetWindowWithRect<T>(Rect, bool, string)
  fullName: UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindowWithRect.html
  commentId: M:UnityEditor.EditorWindow.GetWindowWithRect``1(UnityEngine.Rect,System.Boolean,System.String)
  nameWithType: EditorWindow.GetWindowWithRect<T>(Rect, bool, string)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindowWithRect``1(UnityEngine.Rect,System.Boolean)
  name: GetWindowWithRect<T>(Rect, bool)
  fullName: UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindowWithRect.html
  commentId: M:UnityEditor.EditorWindow.GetWindowWithRect``1(UnityEngine.Rect,System.Boolean)
  nameWithType: EditorWindow.GetWindowWithRect<T>(Rect, bool)
  type: Method
- uid: UnityEditor.EditorWindow.GetWindowWithRect``1(UnityEngine.Rect)
  name: GetWindowWithRect<T>(Rect)
  fullName: UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.GetWindowWithRect.html
  commentId: M:UnityEditor.EditorWindow.GetWindowWithRect``1(UnityEngine.Rect)
  nameWithType: EditorWindow.GetWindowWithRect<T>(Rect)
  type: Method
- uid: UnityEditor.EditorWindow.maximized
  name: maximized
  fullName: UnityEditor.EditorWindow.maximized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-maximized.html
  commentId: P:UnityEditor.EditorWindow.maximized
  nameWithType: EditorWindow.maximized
  type: Property
- uid: UnityEditor.EditorWindow.maxSize
  name: maxSize
  fullName: UnityEditor.EditorWindow.maxSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-maxSize.html
  commentId: P:UnityEditor.EditorWindow.maxSize
  nameWithType: EditorWindow.maxSize
  type: Property
- uid: UnityEditor.EditorWindow.minSize
  name: minSize
  fullName: UnityEditor.EditorWindow.minSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-minSize.html
  commentId: P:UnityEditor.EditorWindow.minSize
  nameWithType: EditorWindow.minSize
  type: Property
- uid: UnityEditor.EditorWindow.mouseOverWindow
  name: mouseOverWindow
  fullName: UnityEditor.EditorWindow.mouseOverWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-mouseOverWindow.html
  commentId: P:UnityEditor.EditorWindow.mouseOverWindow
  nameWithType: EditorWindow.mouseOverWindow
  type: Property
- uid: UnityEditor.EditorWindow.position
  name: position
  fullName: UnityEditor.EditorWindow.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-position.html
  commentId: P:UnityEditor.EditorWindow.position
  nameWithType: EditorWindow.position
  type: Property
- uid: UnityEditor.EditorWindow.RemoveNotification
  name: RemoveNotification()
  fullName: UnityEditor.EditorWindow.RemoveNotification()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.RemoveNotification.html
  commentId: M:UnityEditor.EditorWindow.RemoveNotification
  nameWithType: EditorWindow.RemoveNotification()
  type: Method
- uid: UnityEditor.EditorWindow.Repaint
  name: Repaint()
  fullName: UnityEditor.EditorWindow.Repaint()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.Repaint.html
  commentId: M:UnityEditor.EditorWindow.Repaint
  nameWithType: EditorWindow.Repaint()
  type: Method
- uid: UnityEditor.EditorWindow.SendEvent(UnityEngine.Event)
  name: SendEvent(Event)
  fullName: UnityEditor.EditorWindow.SendEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.SendEvent.html
  commentId: M:UnityEditor.EditorWindow.SendEvent(UnityEngine.Event)
  nameWithType: EditorWindow.SendEvent(Event)
  type: Method
- uid: UnityEditor.EditorWindow.Show
  name: Show()
  fullName: UnityEditor.EditorWindow.Show()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.Show.html
  commentId: M:UnityEditor.EditorWindow.Show
  nameWithType: EditorWindow.Show()
  type: Method
- uid: UnityEditor.EditorWindow.Show(System.Boolean)
  name: Show(bool)
  fullName: UnityEditor.EditorWindow.Show(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.Show.html
  commentId: M:UnityEditor.EditorWindow.Show(System.Boolean)
  nameWithType: EditorWindow.Show(bool)
  type: Method
- uid: UnityEditor.EditorWindow.ShowAsDropDown(UnityEngine.Rect,UnityEngine.Vector2)
  name: ShowAsDropDown(Rect, Vector2)
  fullName: UnityEditor.EditorWindow.ShowAsDropDown(UnityEngine.Rect, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.ShowAsDropDown.html
  commentId: M:UnityEditor.EditorWindow.ShowAsDropDown(UnityEngine.Rect,UnityEngine.Vector2)
  nameWithType: EditorWindow.ShowAsDropDown(Rect, Vector2)
  type: Method
- uid: UnityEditor.EditorWindow.ShowAuxWindow
  name: ShowAuxWindow()
  fullName: UnityEditor.EditorWindow.ShowAuxWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.ShowAuxWindow.html
  commentId: M:UnityEditor.EditorWindow.ShowAuxWindow
  nameWithType: EditorWindow.ShowAuxWindow()
  type: Method
- uid: UnityEditor.EditorWindow.ShowNotification(UnityEngine.GUIContent)
  name: ShowNotification(GUIContent)
  fullName: UnityEditor.EditorWindow.ShowNotification(UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.ShowNotification.html
  commentId: M:UnityEditor.EditorWindow.ShowNotification(UnityEngine.GUIContent)
  nameWithType: EditorWindow.ShowNotification(GUIContent)
  type: Method
- uid: UnityEditor.EditorWindow.ShowPopup
  name: ShowPopup()
  fullName: UnityEditor.EditorWindow.ShowPopup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.ShowPopup.html
  commentId: M:UnityEditor.EditorWindow.ShowPopup
  nameWithType: EditorWindow.ShowPopup()
  type: Method
- uid: UnityEditor.EditorWindow.ShowTab
  name: ShowTab()
  fullName: UnityEditor.EditorWindow.ShowTab()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.ShowTab.html
  commentId: M:UnityEditor.EditorWindow.ShowTab
  nameWithType: EditorWindow.ShowTab()
  type: Method
- uid: UnityEditor.EditorWindow.ShowUtility
  name: ShowUtility()
  fullName: UnityEditor.EditorWindow.ShowUtility()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow.ShowUtility.html
  commentId: M:UnityEditor.EditorWindow.ShowUtility
  nameWithType: EditorWindow.ShowUtility()
  type: Method
- uid: UnityEditor.EditorWindow.title
  name: title
  fullName: UnityEditor.EditorWindow.title
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-title.html
  commentId: P:UnityEditor.EditorWindow.title
  nameWithType: EditorWindow.title
  type: Property
- uid: UnityEditor.EditorWindow.titleContent
  name: titleContent
  fullName: UnityEditor.EditorWindow.titleContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-titleContent.html
  commentId: P:UnityEditor.EditorWindow.titleContent
  nameWithType: EditorWindow.titleContent
  type: Property
- uid: UnityEditor.EditorWindow.wantsMouseEnterLeaveWindow
  name: wantsMouseEnterLeaveWindow
  fullName: UnityEditor.EditorWindow.wantsMouseEnterLeaveWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-wantsMouseEnterLeaveWindow.html
  commentId: P:UnityEditor.EditorWindow.wantsMouseEnterLeaveWindow
  nameWithType: EditorWindow.wantsMouseEnterLeaveWindow
  type: Property
- uid: UnityEditor.EditorWindow.wantsMouseMove
  name: wantsMouseMove
  fullName: UnityEditor.EditorWindow.wantsMouseMove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EditorWindow-wantsMouseMove.html
  commentId: P:UnityEditor.EditorWindow.wantsMouseMove
  nameWithType: EditorWindow.wantsMouseMove
  type: Property
- uid: UnityEditor.Events
  name: UnityEditor.Events
  fullName: UnityEditor.Events
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Events
  nameWithType: UnityEditor.Events
  type: Namespace
- uid: UnityEditor.Events.UnityEventTools
  name: UnityEventTools
  fullName: UnityEditor.Events.UnityEventTools
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.html
  commentId: T:UnityEditor.Events.UnityEventTools
  nameWithType: UnityEventTools
  type: Class
- uid: UnityEditor.Events.UnityEventTools.AddBoolPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{System.Boolean},System.Boolean)
  name: AddBoolPersistentListener(UnityEventBase, UnityAction<bool>, bool)
  fullName: UnityEditor.Events.UnityEventTools.AddBoolPersistentListener(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<bool>, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddBoolPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddBoolPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{System.Boolean},System.Boolean)
  nameWithType: UnityEventTools.AddBoolPersistentListener(UnityEventBase, UnityAction<bool>, bool)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddFloatPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{System.Single},System.Single)
  name: AddFloatPersistentListener(UnityEventBase, UnityAction<float>, float)
  fullName: UnityEditor.Events.UnityEventTools.AddFloatPersistentListener(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<float>, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddFloatPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddFloatPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{System.Single},System.Single)
  nameWithType: UnityEventTools.AddFloatPersistentListener(UnityEventBase, UnityAction<float>, float)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddIntPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{System.Int32},System.Int32)
  name: AddIntPersistentListener(UnityEventBase, UnityAction<int>, int)
  fullName: UnityEditor.Events.UnityEventTools.AddIntPersistentListener(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<int>, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddIntPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddIntPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{System.Int32},System.Int32)
  nameWithType: UnityEventTools.AddIntPersistentListener(UnityEventBase, UnityAction<int>, int)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddObjectPersistentListener``1(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0},``0)
  name: AddObjectPersistentListener<T>(UnityEventBase, UnityAction<T>, T)
  fullName: UnityEditor.Events.UnityEventTools.AddObjectPersistentListener<T>(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<T>, T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddObjectPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddObjectPersistentListener``1(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0},``0)
  nameWithType: UnityEventTools.AddObjectPersistentListener<T>(UnityEventBase, UnityAction<T>, T)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent,UnityEngine.Events.UnityAction)
  name: AddPersistentListener(UnityEvent, UnityAction)
  fullName: UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent,UnityEngine.Events.UnityAction)
  nameWithType: UnityEventTools.AddPersistentListener(UnityEvent, UnityAction)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEventBase)
  name: AddPersistentListener(UnityEventBase)
  fullName: UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEventBase)
  nameWithType: UnityEventTools.AddPersistentListener(UnityEventBase)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddPersistentListener``1(UnityEngine.Events.UnityEvent{``0},UnityEngine.Events.UnityAction{``0})
  name: AddPersistentListener<T0>(UnityEvent<T0>, UnityAction<T0>)
  fullName: UnityEditor.Events.UnityEventTools.AddPersistentListener<T0>(UnityEngine.Events.UnityEvent<T0>, UnityEngine.Events.UnityAction<T0>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddPersistentListener``1(UnityEngine.Events.UnityEvent{``0},UnityEngine.Events.UnityAction{``0})
  nameWithType: UnityEventTools.AddPersistentListener<T0>(UnityEvent<T0>, UnityAction<T0>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddPersistentListener``2(UnityEngine.Events.UnityEvent{``0,``1},UnityEngine.Events.UnityAction{``0,``1})
  name: AddPersistentListener<T0, T1>(UnityEvent<T0, T1>, UnityAction<T0, T1>)
  fullName: UnityEditor.Events.UnityEventTools.AddPersistentListener<T0, T1>(UnityEngine.Events.UnityEvent<T0, T1>, UnityEngine.Events.UnityAction<T0, T1>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddPersistentListener``2(UnityEngine.Events.UnityEvent{``0,``1},UnityEngine.Events.UnityAction{``0,``1})
  nameWithType: UnityEventTools.AddPersistentListener<T0, T1>(UnityEvent<T0, T1>, UnityAction<T0, T1>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddPersistentListener``3(UnityEngine.Events.UnityEvent{``0,``1,``2},UnityEngine.Events.UnityAction{``0,``1,``2})
  name: AddPersistentListener<T0, T1, T2>(UnityEvent<T0, T1, T2>, UnityAction<T0, T1, T2>)
  fullName: UnityEditor.Events.UnityEventTools.AddPersistentListener<T0, T1, T2>(UnityEngine.Events.UnityEvent<T0, T1, T2>, UnityEngine.Events.UnityAction<T0, T1, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddPersistentListener``3(UnityEngine.Events.UnityEvent{``0,``1,``2},UnityEngine.Events.UnityAction{``0,``1,``2})
  nameWithType: UnityEventTools.AddPersistentListener<T0, T1, T2>(UnityEvent<T0, T1, T2>, UnityAction<T0, T1, T2>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddPersistentListener``4(UnityEngine.Events.UnityEvent{``0,``1,``2,``3},UnityEngine.Events.UnityAction{``0,``1,``2,``3})
  name: AddPersistentListener<T0, T1, T2, T3>(UnityEvent<T0, T1, T2, T3>, UnityAction<T0, T1, T2, T3>)
  fullName: UnityEditor.Events.UnityEventTools.AddPersistentListener<T0, T1, T2, T3>(UnityEngine.Events.UnityEvent<T0, T1, T2, T3>, UnityEngine.Events.UnityAction<T0, T1, T2, T3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddPersistentListener``4(UnityEngine.Events.UnityEvent{``0,``1,``2,``3},UnityEngine.Events.UnityAction{``0,``1,``2,``3})
  nameWithType: UnityEventTools.AddPersistentListener<T0, T1, T2, T3>(UnityEvent<T0, T1, T2, T3>, UnityAction<T0, T1, T2, T3>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddStringPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{System.String},System.String)
  name: AddStringPersistentListener(UnityEventBase, UnityAction<string>, string)
  fullName: UnityEditor.Events.UnityEventTools.AddStringPersistentListener(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<string>, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddStringPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddStringPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{System.String},System.String)
  nameWithType: UnityEventTools.AddStringPersistentListener(UnityEventBase, UnityAction<string>, string)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.AddVoidPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction)
  name: AddVoidPersistentListener(UnityEventBase, UnityAction)
  fullName: UnityEditor.Events.UnityEventTools.AddVoidPersistentListener(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.AddVoidPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.AddVoidPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction)
  nameWithType: UnityEventTools.AddVoidPersistentListener(UnityEventBase, UnityAction)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterBoolPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{System.Boolean},System.Boolean)
  name: RegisterBoolPersistentListener(UnityEventBase, int, UnityAction<bool>, bool)
  fullName: UnityEditor.Events.UnityEventTools.RegisterBoolPersistentListener(UnityEngine.Events.UnityEventBase, int, UnityEngine.Events.UnityAction<bool>, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterBoolPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterBoolPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{System.Boolean},System.Boolean)
  nameWithType: UnityEventTools.RegisterBoolPersistentListener(UnityEventBase, int, UnityAction<bool>, bool)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterFloatPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{System.Single},System.Single)
  name: RegisterFloatPersistentListener(UnityEventBase, int, UnityAction<float>, float)
  fullName: UnityEditor.Events.UnityEventTools.RegisterFloatPersistentListener(UnityEngine.Events.UnityEventBase, int, UnityEngine.Events.UnityAction<float>, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterFloatPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterFloatPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{System.Single},System.Single)
  nameWithType: UnityEventTools.RegisterFloatPersistentListener(UnityEventBase, int, UnityAction<float>, float)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterIntPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{System.Int32},System.Int32)
  name: RegisterIntPersistentListener(UnityEventBase, int, UnityAction<int>, int)
  fullName: UnityEditor.Events.UnityEventTools.RegisterIntPersistentListener(UnityEngine.Events.UnityEventBase, int, UnityEngine.Events.UnityAction<int>, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterIntPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterIntPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{System.Int32},System.Int32)
  nameWithType: UnityEventTools.RegisterIntPersistentListener(UnityEventBase, int, UnityAction<int>, int)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterObjectPersistentListener``1(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{``0},``0)
  name: RegisterObjectPersistentListener<T>(UnityEventBase, int, UnityAction<T>, T)
  fullName: UnityEditor.Events.UnityEventTools.RegisterObjectPersistentListener<T>(UnityEngine.Events.UnityEventBase, int, UnityEngine.Events.UnityAction<T>, T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterObjectPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterObjectPersistentListener``1(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{``0},``0)
  nameWithType: UnityEventTools.RegisterObjectPersistentListener<T>(UnityEventBase, int, UnityAction<T>, T)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent,System.Int32,UnityEngine.Events.UnityAction)
  name: RegisterPersistentListener(UnityEvent, int, UnityAction)
  fullName: UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent, int, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent,System.Int32,UnityEngine.Events.UnityAction)
  nameWithType: UnityEventTools.RegisterPersistentListener(UnityEvent, int, UnityAction)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterPersistentListener``1(UnityEngine.Events.UnityEvent{``0},System.Int32,UnityEngine.Events.UnityAction{``0})
  name: RegisterPersistentListener<T0>(UnityEvent<T0>, int, UnityAction<T0>)
  fullName: UnityEditor.Events.UnityEventTools.RegisterPersistentListener<T0>(UnityEngine.Events.UnityEvent<T0>, int, UnityEngine.Events.UnityAction<T0>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener``1(UnityEngine.Events.UnityEvent{``0},System.Int32,UnityEngine.Events.UnityAction{``0})
  nameWithType: UnityEventTools.RegisterPersistentListener<T0>(UnityEvent<T0>, int, UnityAction<T0>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterPersistentListener``2(UnityEngine.Events.UnityEvent{``0,``1},System.Int32,UnityEngine.Events.UnityAction{``0,``1})
  name: RegisterPersistentListener<T0, T1>(UnityEvent<T0, T1>, int, UnityAction<T0, T1>)
  fullName: UnityEditor.Events.UnityEventTools.RegisterPersistentListener<T0, T1>(UnityEngine.Events.UnityEvent<T0, T1>, int, UnityEngine.Events.UnityAction<T0, T1>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener``2(UnityEngine.Events.UnityEvent{``0,``1},System.Int32,UnityEngine.Events.UnityAction{``0,``1})
  nameWithType: UnityEventTools.RegisterPersistentListener<T0, T1>(UnityEvent<T0, T1>, int, UnityAction<T0, T1>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterPersistentListener``3(UnityEngine.Events.UnityEvent{``0,``1,``2},System.Int32,UnityEngine.Events.UnityAction{``0,``1,``2})
  name: RegisterPersistentListener<T0, T1, T2>(UnityEvent<T0, T1, T2>, int, UnityAction<T0, T1, T2>)
  fullName: UnityEditor.Events.UnityEventTools.RegisterPersistentListener<T0, T1, T2>(UnityEngine.Events.UnityEvent<T0, T1, T2>, int, UnityEngine.Events.UnityAction<T0, T1, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener``3(UnityEngine.Events.UnityEvent{``0,``1,``2},System.Int32,UnityEngine.Events.UnityAction{``0,``1,``2})
  nameWithType: UnityEventTools.RegisterPersistentListener<T0, T1, T2>(UnityEvent<T0, T1, T2>, int, UnityAction<T0, T1, T2>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterPersistentListener``4(UnityEngine.Events.UnityEvent{``0,``1,``2,``3},System.Int32,UnityEngine.Events.UnityAction{``0,``1,``2,``3})
  name: RegisterPersistentListener<T0, T1, T2, T3>(UnityEvent<T0, T1, T2, T3>, int, UnityAction<T0, T1, T2, T3>)
  fullName: UnityEditor.Events.UnityEventTools.RegisterPersistentListener<T0, T1, T2, T3>(UnityEngine.Events.UnityEvent<T0, T1, T2, T3>, int, UnityEngine.Events.UnityAction<T0, T1, T2, T3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener``4(UnityEngine.Events.UnityEvent{``0,``1,``2,``3},System.Int32,UnityEngine.Events.UnityAction{``0,``1,``2,``3})
  nameWithType: UnityEventTools.RegisterPersistentListener<T0, T1, T2, T3>(UnityEvent<T0, T1, T2, T3>, int, UnityAction<T0, T1, T2, T3>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterStringPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{System.String},System.String)
  name: RegisterStringPersistentListener(UnityEventBase, int, UnityAction<string>, string)
  fullName: UnityEditor.Events.UnityEventTools.RegisterStringPersistentListener(UnityEngine.Events.UnityEventBase, int, UnityEngine.Events.UnityAction<string>, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterStringPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterStringPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction{System.String},System.String)
  nameWithType: UnityEventTools.RegisterStringPersistentListener(UnityEventBase, int, UnityAction<string>, string)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RegisterVoidPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction)
  name: RegisterVoidPersistentListener(UnityEventBase, int, UnityAction)
  fullName: UnityEditor.Events.UnityEventTools.RegisterVoidPersistentListener(UnityEngine.Events.UnityEventBase, int, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RegisterVoidPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RegisterVoidPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction)
  nameWithType: UnityEventTools.RegisterVoidPersistentListener(UnityEventBase, int, UnityAction)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,System.Int32)
  name: RemovePersistentListener(UnityEventBase, int)
  fullName: UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RemovePersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,System.Int32)
  nameWithType: UnityEventTools.RemovePersistentListener(UnityEventBase, int)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction)
  name: RemovePersistentListener(UnityEventBase, UnityAction)
  fullName: UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RemovePersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction)
  nameWithType: UnityEventTools.RemovePersistentListener(UnityEventBase, UnityAction)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RemovePersistentListener``1(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0})
  name: RemovePersistentListener<T0>(UnityEventBase, UnityAction<T0>)
  fullName: UnityEditor.Events.UnityEventTools.RemovePersistentListener<T0>(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<T0>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RemovePersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RemovePersistentListener``1(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0})
  nameWithType: UnityEventTools.RemovePersistentListener<T0>(UnityEventBase, UnityAction<T0>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RemovePersistentListener``2(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0,``1})
  name: RemovePersistentListener<T0, T1>(UnityEventBase, UnityAction<T0, T1>)
  fullName: UnityEditor.Events.UnityEventTools.RemovePersistentListener<T0, T1>(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<T0, T1>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RemovePersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RemovePersistentListener``2(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0,``1})
  nameWithType: UnityEventTools.RemovePersistentListener<T0, T1>(UnityEventBase, UnityAction<T0, T1>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RemovePersistentListener``3(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0,``1,``2})
  name: RemovePersistentListener<T0, T1, T2>(UnityEventBase, UnityAction<T0, T1, T2>)
  fullName: UnityEditor.Events.UnityEventTools.RemovePersistentListener<T0, T1, T2>(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<T0, T1, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RemovePersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RemovePersistentListener``3(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0,``1,``2})
  nameWithType: UnityEventTools.RemovePersistentListener<T0, T1, T2>(UnityEventBase, UnityAction<T0, T1, T2>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.RemovePersistentListener``4(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0,``1,``2,``3})
  name: RemovePersistentListener<T0, T1, T2, T3>(UnityEventBase, UnityAction<T0, T1, T2, T3>)
  fullName: UnityEditor.Events.UnityEventTools.RemovePersistentListener<T0, T1, T2, T3>(UnityEngine.Events.UnityEventBase, UnityEngine.Events.UnityAction<T0, T1, T2, T3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.RemovePersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.RemovePersistentListener``4(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction{``0,``1,``2,``3})
  nameWithType: UnityEventTools.RemovePersistentListener<T0, T1, T2, T3>(UnityEventBase, UnityAction<T0, T1, T2, T3>)
  type: Method
- uid: UnityEditor.Events.UnityEventTools.UnregisterPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32)
  name: UnregisterPersistentListener(UnityEventBase, int)
  fullName: UnityEditor.Events.UnityEventTools.UnregisterPersistentListener(UnityEngine.Events.UnityEventBase, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventTools.UnregisterPersistentListener.html
  commentId: M:UnityEditor.Events.UnityEventTools.UnregisterPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32)
  nameWithType: UnityEventTools.UnregisterPersistentListener(UnityEventBase, int)
  type: Method
- uid: UnityEditor.Experimental
  name: UnityEditor.Experimental
  fullName: UnityEditor.Experimental
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Experimental
  nameWithType: UnityEditor.Experimental
  type: Namespace
- uid: UnityEditor.Experimental.Animations
  name: UnityEditor.Experimental.Animations
  fullName: UnityEditor.Experimental.Animations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Experimental.Animations
  nameWithType: UnityEditor.Experimental.Animations
  type: Namespace
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder
  name: GameObjectRecorder
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.html
  commentId: T:UnityEditor.Experimental.Animations.GameObjectRecorder
  nameWithType: GameObjectRecorder
  type: Class
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.#ctor
  name: GameObjectRecorder()
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.GameObjectRecorder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder-ctor.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.#ctor
  nameWithType: GameObjectRecorder.GameObjectRecorder()
  type: Constructor
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.Bind(UnityEditor.EditorCurveBinding)
  name: Bind(EditorCurveBinding)
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.Bind(UnityEditor.EditorCurveBinding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.Bind.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.Bind(UnityEditor.EditorCurveBinding)
  nameWithType: GameObjectRecorder.Bind(EditorCurveBinding)
  type: Method
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.BindAll(UnityEngine.GameObject,System.Boolean)
  name: BindAll(GameObject, bool)
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.BindAll(UnityEngine.GameObject, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.BindAll.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.BindAll(UnityEngine.GameObject,System.Boolean)
  nameWithType: GameObjectRecorder.BindAll(GameObject, bool)
  type: Method
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.BindComponent(UnityEngine.GameObject,System.Type,System.Boolean)
  name: BindComponent(GameObject, Type, bool)
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.BindComponent(UnityEngine.GameObject, System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.BindComponent.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.BindComponent(UnityEngine.GameObject,System.Type,System.Boolean)
  nameWithType: GameObjectRecorder.BindComponent(GameObject, Type, bool)
  type: Method
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.BindComponent``1(UnityEngine.GameObject,System.Boolean)
  name: BindComponent<T>(GameObject, bool)
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.BindComponent<T>(UnityEngine.GameObject, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.BindComponent.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.BindComponent``1(UnityEngine.GameObject,System.Boolean)
  nameWithType: GameObjectRecorder.BindComponent<T>(GameObject, bool)
  type: Method
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.currentTime
  name: currentTime
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.currentTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder-currentTime.html
  commentId: P:UnityEditor.Experimental.Animations.GameObjectRecorder.currentTime
  nameWithType: GameObjectRecorder.currentTime
  type: Property
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.GetBindings
  name: GetBindings()
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.GetBindings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.GetBindings.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.GetBindings
  nameWithType: GameObjectRecorder.GetBindings()
  type: Method
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.isRecording
  name: isRecording
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.isRecording
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder-isRecording.html
  commentId: P:UnityEditor.Experimental.Animations.GameObjectRecorder.isRecording
  nameWithType: GameObjectRecorder.isRecording
  type: Property
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.ResetRecording
  name: ResetRecording()
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.ResetRecording()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.ResetRecording.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.ResetRecording
  nameWithType: GameObjectRecorder.ResetRecording()
  type: Method
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.root
  name: root
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.root
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder-root.html
  commentId: P:UnityEditor.Experimental.Animations.GameObjectRecorder.root
  nameWithType: GameObjectRecorder.root
  type: Property
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.SaveToClip(UnityEngine.AnimationClip)
  name: SaveToClip(AnimationClip)
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.SaveToClip(UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.SaveToClip.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.SaveToClip(UnityEngine.AnimationClip)
  nameWithType: GameObjectRecorder.SaveToClip(AnimationClip)
  type: Method
- uid: UnityEditor.Experimental.Animations.GameObjectRecorder.TakeSnapshot(System.Single)
  name: TakeSnapshot(float)
  fullName: UnityEditor.Experimental.Animations.GameObjectRecorder.TakeSnapshot(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Animations.GameObjectRecorder.TakeSnapshot.html
  commentId: M:UnityEditor.Experimental.Animations.GameObjectRecorder.TakeSnapshot(System.Single)
  nameWithType: GameObjectRecorder.TakeSnapshot(float)
  type: Method
- uid: UnityEditor.Experimental.AssetImporters
  name: UnityEditor.Experimental.AssetImporters
  fullName: UnityEditor.Experimental.AssetImporters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Experimental.AssetImporters
  nameWithType: UnityEditor.Experimental.AssetImporters
  type: Namespace
- uid: UnityEditor.Experimental.AssetImporters.AssetImportContext
  name: AssetImportContext
  fullName: UnityEditor.Experimental.AssetImporters.AssetImportContext
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImportContext.html
  commentId: T:UnityEditor.Experimental.AssetImporters.AssetImportContext
  nameWithType: AssetImportContext
  type: Class
- uid: UnityEditor.Experimental.AssetImporters.AssetImportContext.AddSubAsset(System.String,UnityEngine.Object,UnityEngine.Texture2D)
  name: AddSubAsset(string, Object, Texture2D)
  fullName: UnityEditor.Experimental.AssetImporters.AssetImportContext.AddSubAsset(string, UnityEngine.Object, UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImportContext.AddSubAsset.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImportContext.AddSubAsset(System.String,UnityEngine.Object,UnityEngine.Texture2D)
  nameWithType: AssetImportContext.AddSubAsset(string, Object, Texture2D)
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImportContext.AddSubAsset(System.String,UnityEngine.Object)
  name: AddSubAsset(string, Object)
  fullName: UnityEditor.Experimental.AssetImporters.AssetImportContext.AddSubAsset(string, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImportContext.AddSubAsset.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImportContext.AddSubAsset(System.String,UnityEngine.Object)
  nameWithType: AssetImportContext.AddSubAsset(string, Object)
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImportContext.assetPath
  name: assetPath
  fullName: UnityEditor.Experimental.AssetImporters.AssetImportContext.assetPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImportContext-assetPath.html
  commentId: P:UnityEditor.Experimental.AssetImporters.AssetImportContext.assetPath
  nameWithType: AssetImportContext.assetPath
  type: Property
- uid: UnityEditor.Experimental.AssetImporters.AssetImportContext.selectedBuildTarget
  name: selectedBuildTarget
  fullName: UnityEditor.Experimental.AssetImporters.AssetImportContext.selectedBuildTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImportContext-selectedBuildTarget.html
  commentId: P:UnityEditor.Experimental.AssetImporters.AssetImportContext.selectedBuildTarget
  nameWithType: AssetImportContext.selectedBuildTarget
  type: Property
- uid: UnityEditor.Experimental.AssetImporters.AssetImportContext.SetMainAsset(System.String,UnityEngine.Object,UnityEngine.Texture2D)
  name: SetMainAsset(string, Object, Texture2D)
  fullName: UnityEditor.Experimental.AssetImporters.AssetImportContext.SetMainAsset(string, UnityEngine.Object, UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImportContext.SetMainAsset.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImportContext.SetMainAsset(System.String,UnityEngine.Object,UnityEngine.Texture2D)
  nameWithType: AssetImportContext.SetMainAsset(string, Object, Texture2D)
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImportContext.SetMainAsset(System.String,UnityEngine.Object)
  name: SetMainAsset(string, Object)
  fullName: UnityEditor.Experimental.AssetImporters.AssetImportContext.SetMainAsset(string, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImportContext.SetMainAsset.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImportContext.SetMainAsset(System.String,UnityEngine.Object)
  nameWithType: AssetImportContext.SetMainAsset(string, Object)
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor
  name: AssetImporterEditor
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.html
  commentId: T:UnityEditor.Experimental.AssetImporters.AssetImporterEditor
  nameWithType: AssetImporterEditor
  type: Class
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.Apply
  name: Apply()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.Apply()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.Apply.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.Apply
  nameWithType: AssetImporterEditor.Apply()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyAndImport
  name: ApplyAndImport()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyAndImport()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.ApplyAndImport.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyAndImport
  nameWithType: AssetImporterEditor.ApplyAndImport()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyButton
  name: ApplyButton()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyButton()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.ApplyButton.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyButton
  nameWithType: AssetImporterEditor.ApplyButton()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyButton(System.String)
  name: ApplyButton(string)
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyButton(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.ApplyButton.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyButton(System.String)
  nameWithType: AssetImporterEditor.ApplyButton(string)
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyRevertGUI
  name: ApplyRevertGUI()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyRevertGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.ApplyRevertGUI.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ApplyRevertGUI
  nameWithType: AssetImporterEditor.ApplyRevertGUI()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.assetEditor
  name: assetEditor
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.assetEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor-assetEditor.html
  commentId: P:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.assetEditor
  nameWithType: AssetImporterEditor.assetEditor
  type: Property
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.Awake
  name: Awake()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.Awake()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.Awake.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.Awake
  nameWithType: AssetImporterEditor.Awake()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.HasModified
  name: HasModified()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.HasModified()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.HasModified.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.HasModified
  nameWithType: AssetImporterEditor.HasModified()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnApplyRevertGUI
  name: OnApplyRevertGUI()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnApplyRevertGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.OnApplyRevertGUI.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnApplyRevertGUI
  nameWithType: AssetImporterEditor.OnApplyRevertGUI()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnDisable
  name: OnDisable()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnDisable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.OnDisable.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnDisable
  nameWithType: AssetImporterEditor.OnDisable()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnEnable
  name: OnEnable()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnEnable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.OnEnable.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.OnEnable
  nameWithType: AssetImporterEditor.OnEnable()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ResetValues
  name: ResetValues()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ResetValues()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.ResetValues.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.ResetValues
  nameWithType: AssetImporterEditor.ResetValues()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.RevertButton
  name: RevertButton()
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.RevertButton()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.RevertButton.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.RevertButton
  nameWithType: AssetImporterEditor.RevertButton()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.RevertButton(System.String)
  name: RevertButton(string)
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.RevertButton(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor.RevertButton.html
  commentId: M:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.RevertButton(System.String)
  nameWithType: AssetImporterEditor.RevertButton(string)
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.showImportedObject
  name: showImportedObject
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.showImportedObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor-showImportedObject.html
  commentId: P:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.showImportedObject
  nameWithType: AssetImporterEditor.showImportedObject
  type: Property
- uid: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.useAssetDrawPreview
  name: useAssetDrawPreview
  fullName: UnityEditor.Experimental.AssetImporters.AssetImporterEditor.useAssetDrawPreview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.AssetImporterEditor-useAssetDrawPreview.html
  commentId: P:UnityEditor.Experimental.AssetImporters.AssetImporterEditor.useAssetDrawPreview
  nameWithType: AssetImporterEditor.useAssetDrawPreview
  type: Property
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporter
  name: ScriptedImporter
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporter.html
  commentId: T:UnityEditor.Experimental.AssetImporters.ScriptedImporter
  nameWithType: ScriptedImporter
  type: Class
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporter.OnImportAsset(UnityEditor.Experimental.AssetImporters.AssetImportContext)
  name: OnImportAsset(AssetImportContext)
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporter.OnImportAsset(UnityEditor.Experimental.AssetImporters.AssetImportContext)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporter.OnImportAsset.html
  commentId: M:UnityEditor.Experimental.AssetImporters.ScriptedImporter.OnImportAsset(UnityEditor.Experimental.AssetImporters.AssetImportContext)
  nameWithType: ScriptedImporter.OnImportAsset(AssetImportContext)
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute
  name: ScriptedImporterAttribute
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterAttribute.html
  commentId: T:UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute
  nameWithType: ScriptedImporterAttribute
  type: Class
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.#ctor(System.Int32,System.String,System.Int32)
  name: ScriptedImporterAttribute(int, string, int)
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.ScriptedImporterAttribute(int, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterAttribute-ctor.html
  commentId: M:UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.#ctor(System.Int32,System.String,System.Int32)
  nameWithType: ScriptedImporterAttribute.ScriptedImporterAttribute(int, string, int)
  type: Constructor
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.#ctor(System.Int32,System.String)
  name: ScriptedImporterAttribute(int, string)
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.ScriptedImporterAttribute(int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterAttribute-ctor.html
  commentId: M:UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.#ctor(System.Int32,System.String)
  nameWithType: ScriptedImporterAttribute.ScriptedImporterAttribute(int, string)
  type: Constructor
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.#ctor(System.Int32,System.String[],System.Int32)
  name: ScriptedImporterAttribute(int, string[], int)
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.ScriptedImporterAttribute(int, string[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterAttribute-ctor.html
  commentId: M:UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.#ctor(System.Int32,System.String[],System.Int32)
  nameWithType: ScriptedImporterAttribute.ScriptedImporterAttribute(int, string[], int)
  type: Constructor
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.#ctor(System.Int32,System.String[])
  name: ScriptedImporterAttribute(int, string[])
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.ScriptedImporterAttribute(int, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterAttribute-ctor.html
  commentId: M:UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.#ctor(System.Int32,System.String[])
  nameWithType: ScriptedImporterAttribute.ScriptedImporterAttribute(int, string[])
  type: Constructor
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.fileExtensions
  name: fileExtensions
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.fileExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterAttribute-fileExtensions.html
  commentId: P:UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.fileExtensions
  nameWithType: ScriptedImporterAttribute.fileExtensions
  type: Property
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.importQueuePriority
  name: importQueuePriority
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.importQueuePriority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterAttribute-importQueuePriority.html
  commentId: P:UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.importQueuePriority
  nameWithType: ScriptedImporterAttribute.importQueuePriority
  type: Property
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.version
  name: version
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.version
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterAttribute-version.html
  commentId: P:UnityEditor.Experimental.AssetImporters.ScriptedImporterAttribute.version
  nameWithType: ScriptedImporterAttribute.version
  type: Property
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor
  name: ScriptedImporterEditor
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterEditor.html
  commentId: T:UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor
  nameWithType: ScriptedImporterEditor
  type: Class
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor.OnApplyRevertGUI
  name: OnApplyRevertGUI()
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor.OnApplyRevertGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterEditor.OnApplyRevertGUI.html
  commentId: M:UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor.OnApplyRevertGUI
  nameWithType: ScriptedImporterEditor.OnApplyRevertGUI()
  type: Method
- uid: UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor.OnInspectorGUI
  name: OnInspectorGUI()
  fullName: UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor.OnInspectorGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.AssetImporters.ScriptedImporterEditor.OnInspectorGUI.html
  commentId: M:UnityEditor.Experimental.AssetImporters.ScriptedImporterEditor.OnInspectorGUI
  nameWithType: ScriptedImporterEditor.OnInspectorGUI()
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle
  name: UnityEditor.Experimental.Build.AssetBundle
  fullName: UnityEditor.Experimental.Build.AssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Experimental.Build.AssetBundle
  nameWithType: UnityEditor.Experimental.Build.AssetBundle
  type: Namespace
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet
  name: BuildCommandSet
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet
  nameWithType: BuildCommandSet
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo
  name: BuildCommandSet.AssetLoadInfo
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo
  nameWithType: BuildCommandSet.AssetLoadInfo
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.address
  name: address
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.address
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo-address.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.address
  nameWithType: BuildCommandSet.AssetLoadInfo.address
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.asset
  name: asset
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.asset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo-asset.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.asset
  nameWithType: BuildCommandSet.AssetLoadInfo.asset
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.includedObjects
  name: includedObjects
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.includedObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo-includedObjects.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.includedObjects
  nameWithType: BuildCommandSet.AssetLoadInfo.includedObjects
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.referencedObjects
  name: referencedObjects
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.referencedObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo-referencedObjects.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.AssetLoadInfo.referencedObjects
  nameWithType: BuildCommandSet.AssetLoadInfo.referencedObjects
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command
  name: BuildCommandSet.Command
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.Command.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command
  nameWithType: BuildCommandSet.Command
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleDependencies
  name: assetBundleDependencies
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleDependencies
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.Command-assetBundleDependencies.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleDependencies
  nameWithType: BuildCommandSet.Command.assetBundleDependencies
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleName
  name: assetBundleName
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.Command-assetBundleName.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleName
  nameWithType: BuildCommandSet.Command.assetBundleName
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleObjects
  name: assetBundleObjects
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.Command-assetBundleObjects.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.assetBundleObjects
  nameWithType: BuildCommandSet.Command.assetBundleObjects
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.explicitAssets
  name: explicitAssets
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.explicitAssets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.Command-explicitAssets.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.Command.explicitAssets
  nameWithType: BuildCommandSet.Command.explicitAssets
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.commands
  name: commands
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.commands
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet-commands.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.commands
  nameWithType: BuildCommandSet.commands
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo
  name: BuildCommandSet.SerializationInfo
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo
  nameWithType: BuildCommandSet.SerializationInfo
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo.serializationIndex
  name: serializationIndex
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo.serializationIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo-serializationIndex.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo.serializationIndex
  nameWithType: BuildCommandSet.SerializationInfo.serializationIndex
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo.serializationObject
  name: serializationObject
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo.serializationObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo-serializationObject.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet.SerializationInfo.serializationObject
  nameWithType: BuildCommandSet.SerializationInfo.serializationObject
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCompression
  name: BuildCompression
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCompression.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildCompression
  nameWithType: BuildCompression
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.blockSize
  name: blockSize
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.blockSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCompression-blockSize.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCompression.blockSize
  nameWithType: BuildCompression.blockSize
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.compression
  name: compression
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.compression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCompression-compression.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCompression.compression
  nameWithType: BuildCompression.compression
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultLZ4
  name: DefaultLZ4
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultLZ4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCompression.DefaultLZ4.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultLZ4
  nameWithType: BuildCompression.DefaultLZ4
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultLZMA
  name: DefaultLZMA
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultLZMA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCompression.DefaultLZMA.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultLZMA
  nameWithType: BuildCompression.DefaultLZMA
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultUncompressed
  name: DefaultUncompressed
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultUncompressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCompression.DefaultUncompressed.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCompression.DefaultUncompressed
  nameWithType: BuildCompression.DefaultUncompressed
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.level
  name: level
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildCompression.level
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildCompression-level.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildCompression.level
  nameWithType: BuildCompression.level
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInput
  name: BuildInput
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInput.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildInput
  nameWithType: BuildInput
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset
  name: BuildInput.AddressableAsset
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInput.AddressableAsset.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset
  nameWithType: BuildInput.AddressableAsset
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset.address
  name: address
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset.address
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInput.AddressableAsset-address.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset.address
  nameWithType: BuildInput.AddressableAsset.address
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset.asset
  name: asset
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset.asset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInput.AddressableAsset-asset.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildInput.AddressableAsset.asset
  nameWithType: BuildInput.AddressableAsset.asset
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition
  name: BuildInput.Definition
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInput.Definition.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition
  nameWithType: BuildInput.Definition
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition.assetBundleName
  name: assetBundleName
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition.assetBundleName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInput.Definition-assetBundleName.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition.assetBundleName
  nameWithType: BuildInput.Definition.assetBundleName
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition.explicitAssets
  name: explicitAssets
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition.explicitAssets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInput.Definition-explicitAssets.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildInput.Definition.explicitAssets
  nameWithType: BuildInput.Definition.explicitAssets
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInput.definitions
  name: definitions
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInput.definitions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInput-definitions.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildInput.definitions
  nameWithType: BuildInput.definitions
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInterface
  name: BuildInterface
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInterface
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInterface.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildInterface
  nameWithType: BuildInterface
  type: Class
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.ArchiveAndCompress(UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile[],System.String,UnityEditor.Experimental.Build.AssetBundle.BuildCompression)
  name: ArchiveAndCompress(ResourceFile[], string, BuildCompression)
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.ArchiveAndCompress(UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile[], string, UnityEditor.Experimental.Build.AssetBundle.BuildCompression)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInterface.ArchiveAndCompress.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.BuildInterface.ArchiveAndCompress(UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile[],System.String,UnityEditor.Experimental.Build.AssetBundle.BuildCompression)
  nameWithType: BuildInterface.ArchiveAndCompress(BuildOutput.ResourceFile[], string, BuildCompression)
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GenerateBuildInput
  name: GenerateBuildInput()
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GenerateBuildInput()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInterface.GenerateBuildInput.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GenerateBuildInput
  nameWithType: BuildInterface.GenerateBuildInput()
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerDependenciesForObject(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.BuildTarget)
  name: GetPlayerDependenciesForObject(ObjectIdentifier, BuildTarget)
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerDependenciesForObject(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInterface.GetPlayerDependenciesForObject.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerDependenciesForObject(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.BuildTarget)
  nameWithType: BuildInterface.GetPlayerDependenciesForObject(ObjectIdentifier, BuildTarget)
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerDependenciesForObjects(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier[],UnityEditor.BuildTarget)
  name: GetPlayerDependenciesForObjects(ObjectIdentifier[], BuildTarget)
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerDependenciesForObjects(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier[], UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInterface.GetPlayerDependenciesForObjects.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerDependenciesForObjects(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier[],UnityEditor.BuildTarget)
  nameWithType: BuildInterface.GetPlayerDependenciesForObjects(ObjectIdentifier[], BuildTarget)
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerObjectIdentifiersInAsset(UnityEditor.GUID,UnityEditor.BuildTarget)
  name: GetPlayerObjectIdentifiersInAsset(GUID, BuildTarget)
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerObjectIdentifiersInAsset(UnityEditor.GUID, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInterface.GetPlayerObjectIdentifiersInAsset.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetPlayerObjectIdentifiersInAsset(UnityEditor.GUID,UnityEditor.BuildTarget)
  nameWithType: BuildInterface.GetPlayerObjectIdentifiersInAsset(GUID, BuildTarget)
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetTypeForObject(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  name: GetTypeForObject(ObjectIdentifier)
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetTypeForObject(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInterface.GetTypeForObject.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.BuildInterface.GetTypeForObject(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  nameWithType: BuildInterface.GetTypeForObject(ObjectIdentifier)
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.WriteResourceFiles(UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet,UnityEditor.Experimental.Build.AssetBundle.BuildSettings)
  name: WriteResourceFiles(BuildCommandSet, BuildSettings)
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildInterface.WriteResourceFiles(UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet, UnityEditor.Experimental.Build.AssetBundle.BuildSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildInterface.WriteResourceFiles.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.BuildInterface.WriteResourceFiles(UnityEditor.Experimental.Build.AssetBundle.BuildCommandSet,UnityEditor.Experimental.Build.AssetBundle.BuildSettings)
  nameWithType: BuildInterface.WriteResourceFiles(BuildCommandSet, BuildSettings)
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput
  name: BuildOutput
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildOutput
  nameWithType: BuildOutput
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation
  name: BuildOutput.ObjectLocation
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation
  nameWithType: BuildOutput.ObjectLocation
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.fileName
  name: fileName
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.fileName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.ObjectLocation-fileName.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.fileName
  nameWithType: BuildOutput.ObjectLocation.fileName
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.offset
  name: offset
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.offset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.ObjectLocation-offset.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.offset
  nameWithType: BuildOutput.ObjectLocation.offset
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.size
  name: size
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.ObjectLocation-size.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ObjectLocation.size
  nameWithType: BuildOutput.ObjectLocation.size
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile
  name: BuildOutput.ResourceFile
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.ResourceFile.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile
  nameWithType: BuildOutput.ResourceFile
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.fileAlias
  name: fileAlias
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.fileAlias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.ResourceFile-fileAlias.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.fileAlias
  nameWithType: BuildOutput.ResourceFile.fileAlias
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.fileName
  name: fileName
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.fileName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.ResourceFile-fileName.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.fileName
  nameWithType: BuildOutput.ResourceFile.fileName
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.serializedFile
  name: serializedFile
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.serializedFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.ResourceFile-serializedFile.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.ResourceFile.serializedFile
  nameWithType: BuildOutput.ResourceFile.serializedFile
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result
  name: BuildOutput.Result
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.Result.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result
  nameWithType: BuildOutput.Result
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.assetBundleName
  name: assetBundleName
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.assetBundleName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.Result-assetBundleName.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.assetBundleName
  nameWithType: BuildOutput.Result.assetBundleName
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.assetBundleObjects
  name: assetBundleObjects
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.assetBundleObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.Result-assetBundleObjects.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.assetBundleObjects
  nameWithType: BuildOutput.Result.assetBundleObjects
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.resourceFiles
  name: resourceFiles
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.resourceFiles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.Result-resourceFiles.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.Result.resourceFiles
  nameWithType: BuildOutput.Result.resourceFiles
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.results
  name: results
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.results
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput-results.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.results
  nameWithType: BuildOutput.results
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject
  name: BuildOutput.SerializedObject
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.SerializedObject.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject
  nameWithType: BuildOutput.SerializedObject
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.header
  name: header
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.header
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.SerializedObject-header.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.header
  nameWithType: BuildOutput.SerializedObject.header
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.rawData
  name: rawData
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.rawData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.SerializedObject-rawData.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.rawData
  nameWithType: BuildOutput.SerializedObject.rawData
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.serializedObject
  name: serializedObject
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.serializedObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildOutput.SerializedObject-serializedObject.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildOutput.SerializedObject.serializedObject
  nameWithType: BuildOutput.SerializedObject.serializedObject
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildSettings
  name: BuildSettings
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildSettings.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.BuildSettings
  nameWithType: BuildSettings
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildSettings.group
  name: group
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildSettings.group
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildSettings-group.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildSettings.group
  nameWithType: BuildSettings.group
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildSettings.outputFolder
  name: outputFolder
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildSettings.outputFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildSettings-outputFolder.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildSettings.outputFolder
  nameWithType: BuildSettings.outputFolder
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildSettings.target
  name: target
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildSettings.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildSettings-target.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildSettings.target
  nameWithType: BuildSettings.target
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.BuildSettings.typeDB
  name: typeDB
  fullName: UnityEditor.Experimental.Build.AssetBundle.BuildSettings.typeDB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.BuildSettings-typeDB.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.BuildSettings.typeDB
  nameWithType: BuildSettings.typeDB
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel
  name: CompressionLevel
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionLevel.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.CompressionLevel
  nameWithType: CompressionLevel
  type: Enum
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Fast
  name: Fast
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Fast
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionLevel.Fast.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Fast
  nameWithType: CompressionLevel.Fast
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Fastest
  name: Fastest
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Fastest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionLevel.Fastest.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Fastest
  nameWithType: CompressionLevel.Fastest
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.High
  name: High
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionLevel.High.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.High
  nameWithType: CompressionLevel.High
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Maximum
  name: Maximum
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Maximum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionLevel.Maximum.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Maximum
  nameWithType: CompressionLevel.Maximum
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.None
  name: None
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionLevel.None.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.None
  nameWithType: CompressionLevel.None
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Normal
  name: Normal
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionLevel.Normal.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionLevel.Normal
  nameWithType: CompressionLevel.Normal
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionType
  name: CompressionType
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionType.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.CompressionType
  nameWithType: CompressionType
  type: Enum
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lz4
  name: Lz4
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lz4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionType.Lz4.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lz4
  nameWithType: CompressionType.Lz4
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lz4HC
  name: Lz4HC
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lz4HC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionType.Lz4HC.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lz4HC
  nameWithType: CompressionType.Lz4HC
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lzma
  name: Lzma
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lzma
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionType.Lzma.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionType.Lzma
  nameWithType: CompressionType.Lzma
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.CompressionType.None
  name: None
  fullName: UnityEditor.Experimental.Build.AssetBundle.CompressionType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.CompressionType.None.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.CompressionType.None
  nameWithType: CompressionType.None
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.FileType
  name: FileType
  fullName: UnityEditor.Experimental.Build.AssetBundle.FileType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.FileType.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.FileType
  nameWithType: FileType
  type: Enum
- uid: UnityEditor.Experimental.Build.AssetBundle.FileType.DeprecatedCachedAssetType
  name: DeprecatedCachedAssetType
  fullName: UnityEditor.Experimental.Build.AssetBundle.FileType.DeprecatedCachedAssetType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.FileType.DeprecatedCachedAssetType.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.FileType.DeprecatedCachedAssetType
  nameWithType: FileType.DeprecatedCachedAssetType
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.FileType.MetaAssetType
  name: MetaAssetType
  fullName: UnityEditor.Experimental.Build.AssetBundle.FileType.MetaAssetType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.FileType.MetaAssetType.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.FileType.MetaAssetType
  nameWithType: FileType.MetaAssetType
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.FileType.NonAssetType
  name: NonAssetType
  fullName: UnityEditor.Experimental.Build.AssetBundle.FileType.NonAssetType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.FileType.NonAssetType.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.FileType.NonAssetType
  nameWithType: FileType.NonAssetType
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.FileType.SerializedAssetType
  name: SerializedAssetType
  fullName: UnityEditor.Experimental.Build.AssetBundle.FileType.SerializedAssetType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.FileType.SerializedAssetType.html
  commentId: F:UnityEditor.Experimental.Build.AssetBundle.FileType.SerializedAssetType
  nameWithType: FileType.SerializedAssetType
  type: Field
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier
  name: ObjectIdentifier
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier.html
  commentId: T:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier
  nameWithType: ObjectIdentifier
  type: Struct
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier.Equals.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.Equals(System.Object)
  nameWithType: ObjectIdentifier.Equals(object)
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.filePath
  name: filePath
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.filePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier-filePath.html
  commentId: P:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.filePath
  nameWithType: ObjectIdentifier.filePath
  type: Property
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.fileType
  name: fileType
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.fileType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier-fileType.html
  commentId: P:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.fileType
  nameWithType: ObjectIdentifier.fileType
  type: Property
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.GetHashCode
  name: GetHashCode()
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier.GetHashCode.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.GetHashCode
  nameWithType: ObjectIdentifier.GetHashCode()
  type: Method
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.guid
  name: guid
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.guid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier-guid.html
  commentId: P:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.guid
  nameWithType: ObjectIdentifier.guid
  type: Property
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.localIdentifierInFile
  name: localIdentifierInFile
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.localIdentifierInFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier-localIdentifierInFile.html
  commentId: P:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.localIdentifierInFile
  nameWithType: ObjectIdentifier.localIdentifierInFile
  type: Property
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.op_Equality(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  name: operator ==(ObjectIdentifier, ObjectIdentifier)
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.operator ==(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier, UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier-op_Equality.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.op_Equality(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  nameWithType: ObjectIdentifier.operator ==(ObjectIdentifier, ObjectIdentifier)
  type: Operator
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.op_GreaterThan(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  name: operator >(ObjectIdentifier, ObjectIdentifier)
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.operator >(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier, UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier-op_GreaterThan.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.op_GreaterThan(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  nameWithType: ObjectIdentifier.operator >(ObjectIdentifier, ObjectIdentifier)
  type: Operator
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.op_Inequality(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  name: operator !=(ObjectIdentifier, ObjectIdentifier)
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.operator !=(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier, UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier-op_Inequality.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.op_Inequality(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  nameWithType: ObjectIdentifier.operator !=(ObjectIdentifier, ObjectIdentifier)
  type: Operator
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.op_LessThan(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  name: operator <(ObjectIdentifier, ObjectIdentifier)
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.operator <(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier, UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier-op_LessThan.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.op_LessThan(UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier,UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier)
  nameWithType: ObjectIdentifier.operator <(ObjectIdentifier, ObjectIdentifier)
  type: Operator
- uid: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.ToString
  name: ToString()
  fullName: UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.AssetBundle.ObjectIdentifier.ToString.html
  commentId: M:UnityEditor.Experimental.Build.AssetBundle.ObjectIdentifier.ToString
  nameWithType: ObjectIdentifier.ToString()
  type: Method
- uid: UnityEditor.Experimental.Build.Player
  name: UnityEditor.Experimental.Build.Player
  fullName: UnityEditor.Experimental.Build.Player
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Experimental.Build.Player
  nameWithType: UnityEditor.Experimental.Build.Player
  type: Namespace
- uid: UnityEditor.Experimental.Build.Player.PlayerBuildInterface
  name: PlayerBuildInterface
  fullName: UnityEditor.Experimental.Build.Player.PlayerBuildInterface
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.PlayerBuildInterface.html
  commentId: T:UnityEditor.Experimental.Build.Player.PlayerBuildInterface
  nameWithType: PlayerBuildInterface
  type: Class
- uid: UnityEditor.Experimental.Build.Player.PlayerBuildInterface.CompilePlayerScripts(UnityEditor.Experimental.Build.Player.ScriptCompilationSettings)
  name: CompilePlayerScripts(ScriptCompilationSettings)
  fullName: UnityEditor.Experimental.Build.Player.PlayerBuildInterface.CompilePlayerScripts(UnityEditor.Experimental.Build.Player.ScriptCompilationSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.PlayerBuildInterface.CompilePlayerScripts.html
  commentId: M:UnityEditor.Experimental.Build.Player.PlayerBuildInterface.CompilePlayerScripts(UnityEditor.Experimental.Build.Player.ScriptCompilationSettings)
  nameWithType: PlayerBuildInterface.CompilePlayerScripts(ScriptCompilationSettings)
  type: Method
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationOptions
  name: ScriptCompilationOptions
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationOptions.html
  commentId: T:UnityEditor.Experimental.Build.Player.ScriptCompilationOptions
  nameWithType: ScriptCompilationOptions
  type: Enum
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.Assertions
  name: Assertions
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.Assertions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationOptions.Assertions.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.Assertions
  nameWithType: ScriptCompilationOptions.Assertions
  type: Field
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.DevelopmentBuild
  name: DevelopmentBuild
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.DevelopmentBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationOptions.DevelopmentBuild.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.DevelopmentBuild
  nameWithType: ScriptCompilationOptions.DevelopmentBuild
  type: Field
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.None
  name: None
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationOptions.None.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationOptions.None
  nameWithType: ScriptCompilationOptions.None
  type: Field
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationResult
  name: ScriptCompilationResult
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationResult.html
  commentId: T:UnityEditor.Experimental.Build.Player.ScriptCompilationResult
  nameWithType: ScriptCompilationResult
  type: Struct
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationResult.assemblies
  name: assemblies
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationResult.assemblies
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationResult-assemblies.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationResult.assemblies
  nameWithType: ScriptCompilationResult.assemblies
  type: Field
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationResult.typeDB
  name: typeDB
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationResult.typeDB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationResult-typeDB.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationResult.typeDB
  nameWithType: ScriptCompilationResult.typeDB
  type: Field
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings
  name: ScriptCompilationSettings
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationSettings.html
  commentId: T:UnityEditor.Experimental.Build.Player.ScriptCompilationSettings
  nameWithType: ScriptCompilationSettings
  type: Struct
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.options
  name: options
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.options
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationSettings-options.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.options
  nameWithType: ScriptCompilationSettings.options
  type: Field
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.outputFolder
  name: outputFolder
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.outputFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationSettings-outputFolder.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.outputFolder
  nameWithType: ScriptCompilationSettings.outputFolder
  type: Field
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.target
  name: target
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationSettings-target.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.target
  nameWithType: ScriptCompilationSettings.target
  type: Field
- uid: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.targetGroup
  name: targetGroup
  fullName: UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.targetGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.ScriptCompilationSettings-targetGroup.html
  commentId: F:UnityEditor.Experimental.Build.Player.ScriptCompilationSettings.targetGroup
  nameWithType: ScriptCompilationSettings.targetGroup
  type: Field
- uid: UnityEditor.Experimental.Build.Player.TypeDB
  name: TypeDB
  fullName: UnityEditor.Experimental.Build.Player.TypeDB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.TypeDB.html
  commentId: T:UnityEditor.Experimental.Build.Player.TypeDB
  nameWithType: TypeDB
  type: Class
- uid: UnityEditor.Experimental.Build.Player.TypeDB.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  name: TypeDB(SerializationInfo, StreamingContext)
  fullName: UnityEditor.Experimental.Build.Player.TypeDB.TypeDB(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.TypeDB-ctor.html
  commentId: M:UnityEditor.Experimental.Build.Player.TypeDB.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  nameWithType: TypeDB.TypeDB(SerializationInfo, StreamingContext)
  type: Constructor
- uid: UnityEditor.Experimental.Build.Player.TypeDB.Dispose
  name: Dispose()
  fullName: UnityEditor.Experimental.Build.Player.TypeDB.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.TypeDB.Dispose.html
  commentId: M:UnityEditor.Experimental.Build.Player.TypeDB.Dispose
  nameWithType: TypeDB.Dispose()
  type: Method
- uid: UnityEditor.Experimental.Build.Player.TypeDB.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEditor.Experimental.Build.Player.TypeDB.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.TypeDB.Equals.html
  commentId: M:UnityEditor.Experimental.Build.Player.TypeDB.Equals(System.Object)
  nameWithType: TypeDB.Equals(object)
  type: Method
- uid: UnityEditor.Experimental.Build.Player.TypeDB.Finalize
  name: ~TypeDB()
  fullName: UnityEditor.Experimental.Build.Player.TypeDB.~TypeDB()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.TypeDB.Finalize.html
  commentId: M:UnityEditor.Experimental.Build.Player.TypeDB.Finalize
  nameWithType: TypeDB.~TypeDB()
  type: Method
- uid: UnityEditor.Experimental.Build.Player.TypeDB.GetHashCode
  name: GetHashCode()
  fullName: UnityEditor.Experimental.Build.Player.TypeDB.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.TypeDB.GetHashCode.html
  commentId: M:UnityEditor.Experimental.Build.Player.TypeDB.GetHashCode
  nameWithType: TypeDB.GetHashCode()
  type: Method
- uid: UnityEditor.Experimental.Build.Player.TypeDB.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  name: GetObjectData(SerializationInfo, StreamingContext)
  fullName: UnityEditor.Experimental.Build.Player.TypeDB.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Build.Player.TypeDB.GetObjectData.html
  commentId: M:UnityEditor.Experimental.Build.Player.TypeDB.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  nameWithType: TypeDB.GetObjectData(SerializationInfo, StreamingContext)
  type: Method
- uid: UnityEditor.Experimental.CustomLightEditorAttribute
  name: CustomLightEditorAttribute
  fullName: UnityEditor.Experimental.CustomLightEditorAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.CustomLightEditorAttribute.html
  commentId: T:UnityEditor.Experimental.CustomLightEditorAttribute
  nameWithType: CustomLightEditorAttribute
  type: Class
- uid: UnityEditor.Experimental.CustomLightEditorAttribute.#ctor(System.Type)
  name: CustomLightEditorAttribute(Type)
  fullName: UnityEditor.Experimental.CustomLightEditorAttribute.CustomLightEditorAttribute(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.CustomLightEditorAttribute-ctor.html
  commentId: M:UnityEditor.Experimental.CustomLightEditorAttribute.#ctor(System.Type)
  nameWithType: CustomLightEditorAttribute.CustomLightEditorAttribute(Type)
  type: Constructor
- uid: UnityEditor.Experimental.CustomLightEditorAttribute.renderPipelineType
  name: renderPipelineType
  fullName: UnityEditor.Experimental.CustomLightEditorAttribute.renderPipelineType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.CustomLightEditorAttribute-renderPipelineType.html
  commentId: P:UnityEditor.Experimental.CustomLightEditorAttribute.renderPipelineType
  nameWithType: CustomLightEditorAttribute.renderPipelineType
  type: Property
- uid: UnityEditor.Experimental.ICustomLightEditor
  name: ICustomLightEditor
  fullName: UnityEditor.Experimental.ICustomLightEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.ICustomLightEditor.html
  commentId: T:UnityEditor.Experimental.ICustomLightEditor
  nameWithType: ICustomLightEditor
  type: Interface
- uid: UnityEditor.Experimental.ICustomLightEditor.OnInspectorGUI(UnityEditor.LightEditor)
  name: OnInspectorGUI(LightEditor)
  fullName: UnityEditor.Experimental.ICustomLightEditor.OnInspectorGUI(UnityEditor.LightEditor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.ICustomLightEditor.OnInspectorGUI.html
  commentId: M:UnityEditor.Experimental.ICustomLightEditor.OnInspectorGUI(UnityEditor.LightEditor)
  nameWithType: ICustomLightEditor.OnInspectorGUI(LightEditor)
  type: Method
- uid: UnityEditor.Experimental.UIElements
  name: UnityEditor.Experimental.UIElements
  fullName: UnityEditor.Experimental.UIElements
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Experimental.UIElements
  nameWithType: UnityEditor.Experimental.UIElements
  type: Namespace
- uid: UnityEditor.Experimental.UIElements.UIElementsEntryPoint
  name: UIElementsEntryPoint
  fullName: UnityEditor.Experimental.UIElements.UIElementsEntryPoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UIElementsEntryPoint.html
  commentId: T:UnityEditor.Experimental.UIElements.UIElementsEntryPoint
  nameWithType: UIElementsEntryPoint
  type: Class
- uid: UnityEditor.Experimental.UIElements.UIElementsEntryPoint.GetRootVisualContainer(UnityEditor.EditorWindow)
  name: GetRootVisualContainer(EditorWindow)
  fullName: UnityEditor.Experimental.UIElements.UIElementsEntryPoint.GetRootVisualContainer(UnityEditor.EditorWindow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UIElementsEntryPoint.GetRootVisualContainer.html
  commentId: M:UnityEditor.Experimental.UIElements.UIElementsEntryPoint.GetRootVisualContainer(UnityEditor.EditorWindow)
  nameWithType: UIElementsEntryPoint.GetRootVisualContainer(EditorWindow)
  type: Method
- uid: UnityEditor.ExportPackageOptions
  name: ExportPackageOptions
  fullName: UnityEditor.ExportPackageOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExportPackageOptions.html
  commentId: T:UnityEditor.ExportPackageOptions
  nameWithType: ExportPackageOptions
  type: Enum
- uid: UnityEditor.ExportPackageOptions.Default
  name: Default
  fullName: UnityEditor.ExportPackageOptions.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExportPackageOptions.Default.html
  commentId: F:UnityEditor.ExportPackageOptions.Default
  nameWithType: ExportPackageOptions.Default
  type: Field
- uid: UnityEditor.ExportPackageOptions.IncludeDependencies
  name: IncludeDependencies
  fullName: UnityEditor.ExportPackageOptions.IncludeDependencies
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExportPackageOptions.IncludeDependencies.html
  commentId: F:UnityEditor.ExportPackageOptions.IncludeDependencies
  nameWithType: ExportPackageOptions.IncludeDependencies
  type: Field
- uid: UnityEditor.ExportPackageOptions.IncludeLibraryAssets
  name: IncludeLibraryAssets
  fullName: UnityEditor.ExportPackageOptions.IncludeLibraryAssets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExportPackageOptions.IncludeLibraryAssets.html
  commentId: F:UnityEditor.ExportPackageOptions.IncludeLibraryAssets
  nameWithType: ExportPackageOptions.IncludeLibraryAssets
  type: Field
- uid: UnityEditor.ExportPackageOptions.Interactive
  name: Interactive
  fullName: UnityEditor.ExportPackageOptions.Interactive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExportPackageOptions.Interactive.html
  commentId: F:UnityEditor.ExportPackageOptions.Interactive
  nameWithType: ExportPackageOptions.Interactive
  type: Field
- uid: UnityEditor.ExportPackageOptions.Recurse
  name: Recurse
  fullName: UnityEditor.ExportPackageOptions.Recurse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExportPackageOptions.Recurse.html
  commentId: F:UnityEditor.ExportPackageOptions.Recurse
  nameWithType: ExportPackageOptions.Recurse
  type: Field
- uid: UnityEditor.ExpressionEvaluator
  name: ExpressionEvaluator
  fullName: UnityEditor.ExpressionEvaluator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExpressionEvaluator.html
  commentId: T:UnityEditor.ExpressionEvaluator
  nameWithType: ExpressionEvaluator
  type: Class
- uid: UnityEditor.ExpressionEvaluator.Evaluate``1(System.String)
  name: Evaluate<T>(string)
  fullName: UnityEditor.ExpressionEvaluator.Evaluate<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExpressionEvaluator.Evaluate.html
  commentId: M:UnityEditor.ExpressionEvaluator.Evaluate``1(System.String)
  nameWithType: ExpressionEvaluator.Evaluate<T>(string)
  type: Method
- uid: UnityEditor.ExternalVersionControl
  name: ExternalVersionControl
  fullName: UnityEditor.ExternalVersionControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl.html
  commentId: T:UnityEditor.ExternalVersionControl
  nameWithType: ExternalVersionControl
  type: Struct
- uid: UnityEditor.ExternalVersionControl.#ctor(System.String)
  name: ExternalVersionControl(string)
  fullName: UnityEditor.ExternalVersionControl.ExternalVersionControl(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl-ctor.html
  commentId: M:UnityEditor.ExternalVersionControl.#ctor(System.String)
  nameWithType: ExternalVersionControl.ExternalVersionControl(string)
  type: Constructor
- uid: UnityEditor.ExternalVersionControl.AssetServer
  name: AssetServer
  fullName: UnityEditor.ExternalVersionControl.AssetServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl.AssetServer.html
  commentId: F:UnityEditor.ExternalVersionControl.AssetServer
  nameWithType: ExternalVersionControl.AssetServer
  type: Field
- uid: UnityEditor.ExternalVersionControl.AutoDetect
  name: AutoDetect
  fullName: UnityEditor.ExternalVersionControl.AutoDetect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl.AutoDetect.html
  commentId: F:UnityEditor.ExternalVersionControl.AutoDetect
  nameWithType: ExternalVersionControl.AutoDetect
  type: Field
- uid: UnityEditor.ExternalVersionControl.Disabled
  name: Disabled
  fullName: UnityEditor.ExternalVersionControl.Disabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl.Disabled.html
  commentId: F:UnityEditor.ExternalVersionControl.Disabled
  nameWithType: ExternalVersionControl.Disabled
  type: Field
- uid: UnityEditor.ExternalVersionControl.Generic
  name: Generic
  fullName: UnityEditor.ExternalVersionControl.Generic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl.Generic.html
  commentId: F:UnityEditor.ExternalVersionControl.Generic
  nameWithType: ExternalVersionControl.Generic
  type: Field
- uid: UnityEditor.ExternalVersionControl.op_Implicit(System.String)~UnityEditor.ExternalVersionControl
  name: implicit operator ExternalVersionControl(string)
  fullName: UnityEditor.ExternalVersionControl.implicit operator UnityEditor.ExternalVersionControl(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl.op_Implicit~UnityEditor.ExternalVersionControl.html
  commentId: M:UnityEditor.ExternalVersionControl.op_Implicit(System.String)~UnityEditor.ExternalVersionControl
  nameWithType: ExternalVersionControl.implicit operator ExternalVersionControl(string)
  type: Operator
- uid: UnityEditor.ExternalVersionControl.op_Implicit(UnityEditor.ExternalVersionControl)~System.String
  name: implicit operator string(ExternalVersionControl)
  fullName: UnityEditor.ExternalVersionControl.implicit operator string(UnityEditor.ExternalVersionControl)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl.op_Implicit~System.String.html
  commentId: M:UnityEditor.ExternalVersionControl.op_Implicit(UnityEditor.ExternalVersionControl)~System.String
  nameWithType: ExternalVersionControl.implicit operator string(ExternalVersionControl)
  type: Operator
- uid: UnityEditor.ExternalVersionControl.ToString
  name: ToString()
  fullName: UnityEditor.ExternalVersionControl.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExternalVersionControl.ToString.html
  commentId: M:UnityEditor.ExternalVersionControl.ToString
  nameWithType: ExternalVersionControl.ToString()
  type: Method
- uid: UnityEditor.FileUtil
  name: FileUtil
  fullName: UnityEditor.FileUtil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.html
  commentId: T:UnityEditor.FileUtil
  nameWithType: FileUtil
  type: Class
- uid: UnityEditor.FileUtil.CopyFileOrDirectory(System.String,System.String)
  name: CopyFileOrDirectory(string, string)
  fullName: UnityEditor.FileUtil.CopyFileOrDirectory(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.CopyFileOrDirectory.html
  commentId: M:UnityEditor.FileUtil.CopyFileOrDirectory(System.String,System.String)
  nameWithType: FileUtil.CopyFileOrDirectory(string, string)
  type: Method
- uid: UnityEditor.FileUtil.CopyFileOrDirectoryFollowSymlinks(System.String,System.String)
  name: CopyFileOrDirectoryFollowSymlinks(string, string)
  fullName: UnityEditor.FileUtil.CopyFileOrDirectoryFollowSymlinks(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.CopyFileOrDirectoryFollowSymlinks.html
  commentId: M:UnityEditor.FileUtil.CopyFileOrDirectoryFollowSymlinks(System.String,System.String)
  nameWithType: FileUtil.CopyFileOrDirectoryFollowSymlinks(string, string)
  type: Method
- uid: UnityEditor.FileUtil.DeleteFileOrDirectory(System.String)
  name: DeleteFileOrDirectory(string)
  fullName: UnityEditor.FileUtil.DeleteFileOrDirectory(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.DeleteFileOrDirectory.html
  commentId: M:UnityEditor.FileUtil.DeleteFileOrDirectory(System.String)
  nameWithType: FileUtil.DeleteFileOrDirectory(string)
  type: Method
- uid: UnityEditor.FileUtil.GetProjectRelativePath(System.String)
  name: GetProjectRelativePath(string)
  fullName: UnityEditor.FileUtil.GetProjectRelativePath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.GetProjectRelativePath.html
  commentId: M:UnityEditor.FileUtil.GetProjectRelativePath(System.String)
  nameWithType: FileUtil.GetProjectRelativePath(string)
  type: Method
- uid: UnityEditor.FileUtil.GetUniqueTempPathInProject
  name: GetUniqueTempPathInProject()
  fullName: UnityEditor.FileUtil.GetUniqueTempPathInProject()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.GetUniqueTempPathInProject.html
  commentId: M:UnityEditor.FileUtil.GetUniqueTempPathInProject
  nameWithType: FileUtil.GetUniqueTempPathInProject()
  type: Method
- uid: UnityEditor.FileUtil.MoveFileOrDirectory(System.String,System.String)
  name: MoveFileOrDirectory(string, string)
  fullName: UnityEditor.FileUtil.MoveFileOrDirectory(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.MoveFileOrDirectory.html
  commentId: M:UnityEditor.FileUtil.MoveFileOrDirectory(System.String,System.String)
  nameWithType: FileUtil.MoveFileOrDirectory(string, string)
  type: Method
- uid: UnityEditor.FileUtil.ReplaceDirectory(System.String,System.String)
  name: ReplaceDirectory(string, string)
  fullName: UnityEditor.FileUtil.ReplaceDirectory(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.ReplaceDirectory.html
  commentId: M:UnityEditor.FileUtil.ReplaceDirectory(System.String,System.String)
  nameWithType: FileUtil.ReplaceDirectory(string, string)
  type: Method
- uid: UnityEditor.FileUtil.ReplaceFile(System.String,System.String)
  name: ReplaceFile(string, string)
  fullName: UnityEditor.FileUtil.ReplaceFile(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FileUtil.ReplaceFile.html
  commentId: M:UnityEditor.FileUtil.ReplaceFile(System.String,System.String)
  nameWithType: FileUtil.ReplaceFile(string, string)
  type: Method
- uid: UnityEditor.FontRenderingMode
  name: FontRenderingMode
  fullName: UnityEditor.FontRenderingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontRenderingMode.html
  commentId: T:UnityEditor.FontRenderingMode
  nameWithType: FontRenderingMode
  type: Enum
- uid: UnityEditor.FontRenderingMode.HintedRaster
  name: HintedRaster
  fullName: UnityEditor.FontRenderingMode.HintedRaster
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontRenderingMode.HintedRaster.html
  commentId: F:UnityEditor.FontRenderingMode.HintedRaster
  nameWithType: FontRenderingMode.HintedRaster
  type: Field
- uid: UnityEditor.FontRenderingMode.HintedSmooth
  name: HintedSmooth
  fullName: UnityEditor.FontRenderingMode.HintedSmooth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontRenderingMode.HintedSmooth.html
  commentId: F:UnityEditor.FontRenderingMode.HintedSmooth
  nameWithType: FontRenderingMode.HintedSmooth
  type: Field
- uid: UnityEditor.FontRenderingMode.OSDefault
  name: OSDefault
  fullName: UnityEditor.FontRenderingMode.OSDefault
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontRenderingMode.OSDefault.html
  commentId: F:UnityEditor.FontRenderingMode.OSDefault
  nameWithType: FontRenderingMode.OSDefault
  type: Field
- uid: UnityEditor.FontRenderingMode.Smooth
  name: Smooth
  fullName: UnityEditor.FontRenderingMode.Smooth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontRenderingMode.Smooth.html
  commentId: F:UnityEditor.FontRenderingMode.Smooth
  nameWithType: FontRenderingMode.Smooth
  type: Field
- uid: UnityEditor.FontTextureCase
  name: FontTextureCase
  fullName: UnityEditor.FontTextureCase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontTextureCase.html
  commentId: T:UnityEditor.FontTextureCase
  nameWithType: FontTextureCase
  type: Enum
- uid: UnityEditor.FontTextureCase.ASCII
  name: ASCII
  fullName: UnityEditor.FontTextureCase.ASCII
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontTextureCase.ASCII.html
  commentId: F:UnityEditor.FontTextureCase.ASCII
  nameWithType: FontTextureCase.ASCII
  type: Field
- uid: UnityEditor.FontTextureCase.ASCIILowerCase
  name: ASCIILowerCase
  fullName: UnityEditor.FontTextureCase.ASCIILowerCase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontTextureCase.ASCIILowerCase.html
  commentId: F:UnityEditor.FontTextureCase.ASCIILowerCase
  nameWithType: FontTextureCase.ASCIILowerCase
  type: Field
- uid: UnityEditor.FontTextureCase.ASCIIUpperCase
  name: ASCIIUpperCase
  fullName: UnityEditor.FontTextureCase.ASCIIUpperCase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontTextureCase.ASCIIUpperCase.html
  commentId: F:UnityEditor.FontTextureCase.ASCIIUpperCase
  nameWithType: FontTextureCase.ASCIIUpperCase
  type: Field
- uid: UnityEditor.FontTextureCase.CustomSet
  name: CustomSet
  fullName: UnityEditor.FontTextureCase.CustomSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontTextureCase.CustomSet.html
  commentId: F:UnityEditor.FontTextureCase.CustomSet
  nameWithType: FontTextureCase.CustomSet
  type: Field
- uid: UnityEditor.FontTextureCase.Dynamic
  name: Dynamic
  fullName: UnityEditor.FontTextureCase.Dynamic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontTextureCase.Dynamic.html
  commentId: F:UnityEditor.FontTextureCase.Dynamic
  nameWithType: FontTextureCase.Dynamic
  type: Field
- uid: UnityEditor.FontTextureCase.Unicode
  name: Unicode
  fullName: UnityEditor.FontTextureCase.Unicode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontTextureCase.Unicode.html
  commentId: F:UnityEditor.FontTextureCase.Unicode
  nameWithType: FontTextureCase.Unicode
  type: Field
- uid: UnityEditor.GameObjectUtility
  name: GameObjectUtility
  fullName: UnityEditor.GameObjectUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.html
  commentId: T:UnityEditor.GameObjectUtility
  nameWithType: GameObjectUtility
  type: Class
- uid: UnityEditor.GameObjectUtility.AreStaticEditorFlagsSet(UnityEngine.GameObject,UnityEditor.StaticEditorFlags)
  name: AreStaticEditorFlagsSet(GameObject, StaticEditorFlags)
  fullName: UnityEditor.GameObjectUtility.AreStaticEditorFlagsSet(UnityEngine.GameObject, UnityEditor.StaticEditorFlags)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.AreStaticEditorFlagsSet.html
  commentId: M:UnityEditor.GameObjectUtility.AreStaticEditorFlagsSet(UnityEngine.GameObject,UnityEditor.StaticEditorFlags)
  nameWithType: GameObjectUtility.AreStaticEditorFlagsSet(GameObject, StaticEditorFlags)
  type: Method
- uid: UnityEditor.GameObjectUtility.GetNavMeshArea(UnityEngine.GameObject)
  name: GetNavMeshArea(GameObject)
  fullName: UnityEditor.GameObjectUtility.GetNavMeshArea(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.GetNavMeshArea.html
  commentId: M:UnityEditor.GameObjectUtility.GetNavMeshArea(UnityEngine.GameObject)
  nameWithType: GameObjectUtility.GetNavMeshArea(GameObject)
  type: Method
- uid: UnityEditor.GameObjectUtility.GetNavMeshAreaFromName(System.String)
  name: GetNavMeshAreaFromName(string)
  fullName: UnityEditor.GameObjectUtility.GetNavMeshAreaFromName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.GetNavMeshAreaFromName.html
  commentId: M:UnityEditor.GameObjectUtility.GetNavMeshAreaFromName(System.String)
  nameWithType: GameObjectUtility.GetNavMeshAreaFromName(string)
  type: Method
- uid: UnityEditor.GameObjectUtility.GetNavMeshAreaNames
  name: GetNavMeshAreaNames()
  fullName: UnityEditor.GameObjectUtility.GetNavMeshAreaNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.GetNavMeshAreaNames.html
  commentId: M:UnityEditor.GameObjectUtility.GetNavMeshAreaNames
  nameWithType: GameObjectUtility.GetNavMeshAreaNames()
  type: Method
- uid: UnityEditor.GameObjectUtility.GetNavMeshLayer(UnityEngine.GameObject)
  name: GetNavMeshLayer(GameObject)
  fullName: UnityEditor.GameObjectUtility.GetNavMeshLayer(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.GetNavMeshLayer.html
  commentId: M:UnityEditor.GameObjectUtility.GetNavMeshLayer(UnityEngine.GameObject)
  nameWithType: GameObjectUtility.GetNavMeshLayer(GameObject)
  type: Method
- uid: UnityEditor.GameObjectUtility.GetNavMeshLayerFromName(System.String)
  name: GetNavMeshLayerFromName(string)
  fullName: UnityEditor.GameObjectUtility.GetNavMeshLayerFromName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.GetNavMeshLayerFromName.html
  commentId: M:UnityEditor.GameObjectUtility.GetNavMeshLayerFromName(System.String)
  nameWithType: GameObjectUtility.GetNavMeshLayerFromName(string)
  type: Method
- uid: UnityEditor.GameObjectUtility.GetNavMeshLayerNames
  name: GetNavMeshLayerNames()
  fullName: UnityEditor.GameObjectUtility.GetNavMeshLayerNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.GetNavMeshLayerNames.html
  commentId: M:UnityEditor.GameObjectUtility.GetNavMeshLayerNames
  nameWithType: GameObjectUtility.GetNavMeshLayerNames()
  type: Method
- uid: UnityEditor.GameObjectUtility.GetStaticEditorFlags(UnityEngine.GameObject)
  name: GetStaticEditorFlags(GameObject)
  fullName: UnityEditor.GameObjectUtility.GetStaticEditorFlags(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.GetStaticEditorFlags.html
  commentId: M:UnityEditor.GameObjectUtility.GetStaticEditorFlags(UnityEngine.GameObject)
  nameWithType: GameObjectUtility.GetStaticEditorFlags(GameObject)
  type: Method
- uid: UnityEditor.GameObjectUtility.GetUniqueNameForSibling(UnityEngine.Transform,System.String)
  name: GetUniqueNameForSibling(Transform, string)
  fullName: UnityEditor.GameObjectUtility.GetUniqueNameForSibling(UnityEngine.Transform, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.GetUniqueNameForSibling.html
  commentId: M:UnityEditor.GameObjectUtility.GetUniqueNameForSibling(UnityEngine.Transform,System.String)
  nameWithType: GameObjectUtility.GetUniqueNameForSibling(Transform, string)
  type: Method
- uid: UnityEditor.GameObjectUtility.SetNavMeshArea(UnityEngine.GameObject,System.Int32)
  name: SetNavMeshArea(GameObject, int)
  fullName: UnityEditor.GameObjectUtility.SetNavMeshArea(UnityEngine.GameObject, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.SetNavMeshArea.html
  commentId: M:UnityEditor.GameObjectUtility.SetNavMeshArea(UnityEngine.GameObject,System.Int32)
  nameWithType: GameObjectUtility.SetNavMeshArea(GameObject, int)
  type: Method
- uid: UnityEditor.GameObjectUtility.SetNavMeshLayer(UnityEngine.GameObject,System.Int32)
  name: SetNavMeshLayer(GameObject, int)
  fullName: UnityEditor.GameObjectUtility.SetNavMeshLayer(UnityEngine.GameObject, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.SetNavMeshLayer.html
  commentId: M:UnityEditor.GameObjectUtility.SetNavMeshLayer(UnityEngine.GameObject,System.Int32)
  nameWithType: GameObjectUtility.SetNavMeshLayer(GameObject, int)
  type: Method
- uid: UnityEditor.GameObjectUtility.SetParentAndAlign(UnityEngine.GameObject,UnityEngine.GameObject)
  name: SetParentAndAlign(GameObject, GameObject)
  fullName: UnityEditor.GameObjectUtility.SetParentAndAlign(UnityEngine.GameObject, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.SetParentAndAlign.html
  commentId: M:UnityEditor.GameObjectUtility.SetParentAndAlign(UnityEngine.GameObject,UnityEngine.GameObject)
  nameWithType: GameObjectUtility.SetParentAndAlign(GameObject, GameObject)
  type: Method
- uid: UnityEditor.GameObjectUtility.SetStaticEditorFlags(UnityEngine.GameObject,UnityEditor.StaticEditorFlags)
  name: SetStaticEditorFlags(GameObject, StaticEditorFlags)
  fullName: UnityEditor.GameObjectUtility.SetStaticEditorFlags(UnityEngine.GameObject, UnityEditor.StaticEditorFlags)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObjectUtility.SetStaticEditorFlags.html
  commentId: M:UnityEditor.GameObjectUtility.SetStaticEditorFlags(UnityEngine.GameObject,UnityEditor.StaticEditorFlags)
  nameWithType: GameObjectUtility.SetStaticEditorFlags(GameObject, StaticEditorFlags)
  type: Method
- uid: UnityEditor.GameViewSizeGroupType
  name: GameViewSizeGroupType
  fullName: UnityEditor.GameViewSizeGroupType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.html
  commentId: T:UnityEditor.GameViewSizeGroupType
  nameWithType: GameViewSizeGroupType
  type: Enum
- uid: UnityEditor.GameViewSizeGroupType.Android
  name: Android
  fullName: UnityEditor.GameViewSizeGroupType.Android
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.Android.html
  commentId: F:UnityEditor.GameViewSizeGroupType.Android
  nameWithType: GameViewSizeGroupType.Android
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.HMD
  name: HMD
  fullName: UnityEditor.GameViewSizeGroupType.HMD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.HMD.html
  commentId: F:UnityEditor.GameViewSizeGroupType.HMD
  nameWithType: GameViewSizeGroupType.HMD
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.iOS
  name: iOS
  fullName: UnityEditor.GameViewSizeGroupType.iOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType-iOS.html
  commentId: F:UnityEditor.GameViewSizeGroupType.iOS
  nameWithType: GameViewSizeGroupType.iOS
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.N3DS
  name: N3DS
  fullName: UnityEditor.GameViewSizeGroupType.N3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.N3DS.html
  commentId: F:UnityEditor.GameViewSizeGroupType.N3DS
  nameWithType: GameViewSizeGroupType.N3DS
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.PS3
  name: PS3
  fullName: UnityEditor.GameViewSizeGroupType.PS3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.PS3.html
  commentId: F:UnityEditor.GameViewSizeGroupType.PS3
  nameWithType: GameViewSizeGroupType.PS3
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.Standalone
  name: Standalone
  fullName: UnityEditor.GameViewSizeGroupType.Standalone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.Standalone.html
  commentId: F:UnityEditor.GameViewSizeGroupType.Standalone
  nameWithType: GameViewSizeGroupType.Standalone
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.Tizen
  name: Tizen
  fullName: UnityEditor.GameViewSizeGroupType.Tizen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.Tizen.html
  commentId: F:UnityEditor.GameViewSizeGroupType.Tizen
  nameWithType: GameViewSizeGroupType.Tizen
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.WebPlayer
  name: WebPlayer
  fullName: UnityEditor.GameViewSizeGroupType.WebPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.WebPlayer.html
  commentId: F:UnityEditor.GameViewSizeGroupType.WebPlayer
  nameWithType: GameViewSizeGroupType.WebPlayer
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.WiiU
  name: WiiU
  fullName: UnityEditor.GameViewSizeGroupType.WiiU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.WiiU.html
  commentId: F:UnityEditor.GameViewSizeGroupType.WiiU
  nameWithType: GameViewSizeGroupType.WiiU
  type: Field
- uid: UnityEditor.GameViewSizeGroupType.WP8
  name: WP8
  fullName: UnityEditor.GameViewSizeGroupType.WP8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameViewSizeGroupType.WP8.html
  commentId: F:UnityEditor.GameViewSizeGroupType.WP8
  nameWithType: GameViewSizeGroupType.WP8
  type: Field
- uid: UnityEditor.GenericMenu
  name: GenericMenu
  fullName: UnityEditor.GenericMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.html
  commentId: T:UnityEditor.GenericMenu
  nameWithType: GenericMenu
  type: Class
- uid: UnityEditor.GenericMenu.AddDisabledItem(UnityEngine.GUIContent)
  name: AddDisabledItem(GUIContent)
  fullName: UnityEditor.GenericMenu.AddDisabledItem(UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.AddDisabledItem.html
  commentId: M:UnityEditor.GenericMenu.AddDisabledItem(UnityEngine.GUIContent)
  nameWithType: GenericMenu.AddDisabledItem(GUIContent)
  type: Method
- uid: UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent,System.Boolean,UnityEditor.GenericMenu.MenuFunction)
  name: AddItem(GUIContent, bool, MenuFunction)
  fullName: UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent, bool, UnityEditor.GenericMenu.MenuFunction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.AddItem.html
  commentId: M:UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent,System.Boolean,UnityEditor.GenericMenu.MenuFunction)
  nameWithType: GenericMenu.AddItem(GUIContent, bool, GenericMenu.MenuFunction)
  type: Method
- uid: UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent,System.Boolean,UnityEditor.GenericMenu.MenuFunction2,System.Object)
  name: AddItem(GUIContent, bool, MenuFunction2, object)
  fullName: UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent, bool, UnityEditor.GenericMenu.MenuFunction2, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.AddItem.html
  commentId: M:UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent,System.Boolean,UnityEditor.GenericMenu.MenuFunction2,System.Object)
  nameWithType: GenericMenu.AddItem(GUIContent, bool, GenericMenu.MenuFunction2, object)
  type: Method
- uid: UnityEditor.GenericMenu.AddSeparator(System.String)
  name: AddSeparator(string)
  fullName: UnityEditor.GenericMenu.AddSeparator(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.AddSeparator.html
  commentId: M:UnityEditor.GenericMenu.AddSeparator(System.String)
  nameWithType: GenericMenu.AddSeparator(string)
  type: Method
- uid: UnityEditor.GenericMenu.DropDown(UnityEngine.Rect)
  name: DropDown(Rect)
  fullName: UnityEditor.GenericMenu.DropDown(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.DropDown.html
  commentId: M:UnityEditor.GenericMenu.DropDown(UnityEngine.Rect)
  nameWithType: GenericMenu.DropDown(Rect)
  type: Method
- uid: UnityEditor.GenericMenu.GetItemCount
  name: GetItemCount()
  fullName: UnityEditor.GenericMenu.GetItemCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.GetItemCount.html
  commentId: M:UnityEditor.GenericMenu.GetItemCount
  nameWithType: GenericMenu.GetItemCount()
  type: Method
- uid: UnityEditor.GenericMenu.MenuFunction
  name: GenericMenu.MenuFunction
  fullName: UnityEditor.GenericMenu.MenuFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.MenuFunction.html
  commentId: T:UnityEditor.GenericMenu.MenuFunction
  nameWithType: GenericMenu.MenuFunction
  type: Delegate
- uid: UnityEditor.GenericMenu.MenuFunction2
  name: GenericMenu.MenuFunction2
  fullName: UnityEditor.GenericMenu.MenuFunction2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.MenuFunction2.html
  commentId: T:UnityEditor.GenericMenu.MenuFunction2
  nameWithType: GenericMenu.MenuFunction2
  type: Delegate
- uid: UnityEditor.GenericMenu.ShowAsContext
  name: ShowAsContext()
  fullName: UnityEditor.GenericMenu.ShowAsContext()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GenericMenu.ShowAsContext.html
  commentId: M:UnityEditor.GenericMenu.ShowAsContext
  nameWithType: GenericMenu.ShowAsContext()
  type: Method
- uid: UnityEditor.GizmoType
  name: GizmoType
  fullName: UnityEditor.GizmoType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.html
  commentId: T:UnityEditor.GizmoType
  nameWithType: GizmoType
  type: Enum
- uid: UnityEditor.GizmoType.Active
  name: Active
  fullName: UnityEditor.GizmoType.Active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.Active.html
  commentId: F:UnityEditor.GizmoType.Active
  nameWithType: GizmoType.Active
  type: Field
- uid: UnityEditor.GizmoType.InSelectionHierarchy
  name: InSelectionHierarchy
  fullName: UnityEditor.GizmoType.InSelectionHierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.InSelectionHierarchy.html
  commentId: F:UnityEditor.GizmoType.InSelectionHierarchy
  nameWithType: GizmoType.InSelectionHierarchy
  type: Field
- uid: UnityEditor.GizmoType.NonSelected
  name: NonSelected
  fullName: UnityEditor.GizmoType.NonSelected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.NonSelected.html
  commentId: F:UnityEditor.GizmoType.NonSelected
  nameWithType: GizmoType.NonSelected
  type: Field
- uid: UnityEditor.GizmoType.NotInSelectionHierarchy
  name: NotInSelectionHierarchy
  fullName: UnityEditor.GizmoType.NotInSelectionHierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.NotInSelectionHierarchy.html
  commentId: F:UnityEditor.GizmoType.NotInSelectionHierarchy
  nameWithType: GizmoType.NotInSelectionHierarchy
  type: Field
- uid: UnityEditor.GizmoType.NotSelected
  name: NotSelected
  fullName: UnityEditor.GizmoType.NotSelected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.NotSelected.html
  commentId: F:UnityEditor.GizmoType.NotSelected
  nameWithType: GizmoType.NotSelected
  type: Field
- uid: UnityEditor.GizmoType.Pickable
  name: Pickable
  fullName: UnityEditor.GizmoType.Pickable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.Pickable.html
  commentId: F:UnityEditor.GizmoType.Pickable
  nameWithType: GizmoType.Pickable
  type: Field
- uid: UnityEditor.GizmoType.Selected
  name: Selected
  fullName: UnityEditor.GizmoType.Selected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.Selected.html
  commentId: F:UnityEditor.GizmoType.Selected
  nameWithType: GizmoType.Selected
  type: Field
- uid: UnityEditor.GizmoType.SelectedOrChild
  name: SelectedOrChild
  fullName: UnityEditor.GizmoType.SelectedOrChild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GizmoType.SelectedOrChild.html
  commentId: F:UnityEditor.GizmoType.SelectedOrChild
  nameWithType: GizmoType.SelectedOrChild
  type: Field
- uid: UnityEditor.GraphicsJobMode
  name: GraphicsJobMode
  fullName: UnityEditor.GraphicsJobMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GraphicsJobMode.html
  commentId: T:UnityEditor.GraphicsJobMode
  nameWithType: GraphicsJobMode
  type: Enum
- uid: UnityEditor.GraphicsJobMode.Legacy
  name: Legacy
  fullName: UnityEditor.GraphicsJobMode.Legacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GraphicsJobMode.Legacy.html
  commentId: F:UnityEditor.GraphicsJobMode.Legacy
  nameWithType: GraphicsJobMode.Legacy
  type: Field
- uid: UnityEditor.GraphicsJobMode.Native
  name: Native
  fullName: UnityEditor.GraphicsJobMode.Native
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GraphicsJobMode.Native.html
  commentId: F:UnityEditor.GraphicsJobMode.Native
  nameWithType: GraphicsJobMode.Native
  type: Field
- uid: UnityEditor.GridBrush
  name: GridBrush
  fullName: UnityEditor.GridBrush
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.html
  commentId: T:UnityEditor.GridBrush
  nameWithType: GridBrush
  type: Class
- uid: UnityEditor.GridBrush.#ctor
  name: GridBrush()
  fullName: UnityEditor.GridBrush.GridBrush()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush-ctor.html
  commentId: M:UnityEditor.GridBrush.#ctor
  nameWithType: GridBrush.GridBrush()
  type: Constructor
- uid: UnityEditor.GridBrush.BoxErase(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: BoxErase(GridLayout, GameObject, BoundsInt)
  fullName: UnityEditor.GridBrush.BoxErase(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.BoxErase.html
  commentId: M:UnityEditor.GridBrush.BoxErase(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrush.BoxErase(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEditor.GridBrush.BoxFill(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: BoxFill(GridLayout, GameObject, BoundsInt)
  fullName: UnityEditor.GridBrush.BoxFill(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.BoxFill.html
  commentId: M:UnityEditor.GridBrush.BoxFill(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrush.BoxFill(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEditor.GridBrush.BrushCell
  name: GridBrush.BrushCell
  fullName: UnityEditor.GridBrush.BrushCell
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.BrushCell.html
  commentId: T:UnityEditor.GridBrush.BrushCell
  nameWithType: GridBrush.BrushCell
  type: Class
- uid: UnityEditor.GridBrush.BrushCell.color
  name: color
  fullName: UnityEditor.GridBrush.BrushCell.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.BrushCell-color.html
  commentId: P:UnityEditor.GridBrush.BrushCell.color
  nameWithType: GridBrush.BrushCell.color
  type: Property
- uid: UnityEditor.GridBrush.BrushCell.GetHashCode
  name: GetHashCode()
  fullName: UnityEditor.GridBrush.BrushCell.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.BrushCell.GetHashCode.html
  commentId: M:UnityEditor.GridBrush.BrushCell.GetHashCode
  nameWithType: GridBrush.BrushCell.GetHashCode()
  type: Method
- uid: UnityEditor.GridBrush.BrushCell.matrix
  name: matrix
  fullName: UnityEditor.GridBrush.BrushCell.matrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.BrushCell-matrix.html
  commentId: P:UnityEditor.GridBrush.BrushCell.matrix
  nameWithType: GridBrush.BrushCell.matrix
  type: Property
- uid: UnityEditor.GridBrush.BrushCell.tile
  name: tile
  fullName: UnityEditor.GridBrush.BrushCell.tile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.BrushCell-tile.html
  commentId: P:UnityEditor.GridBrush.BrushCell.tile
  nameWithType: GridBrush.BrushCell.tile
  type: Property
- uid: UnityEditor.GridBrush.cellCount
  name: cellCount
  fullName: UnityEditor.GridBrush.cellCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush-cellCount.html
  commentId: P:UnityEditor.GridBrush.cellCount
  nameWithType: GridBrush.cellCount
  type: Property
- uid: UnityEditor.GridBrush.cells
  name: cells
  fullName: UnityEditor.GridBrush.cells
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush-cells.html
  commentId: P:UnityEditor.GridBrush.cells
  nameWithType: GridBrush.cells
  type: Property
- uid: UnityEditor.GridBrush.Erase(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  name: Erase(GridLayout, GameObject, Vector3Int)
  fullName: UnityEditor.GridBrush.Erase(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.Erase.html
  commentId: M:UnityEditor.GridBrush.Erase(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  nameWithType: GridBrush.Erase(GridLayout, GameObject, Vector3Int)
  type: Method
- uid: UnityEditor.GridBrush.Flip(UnityEngine.GridBrushBase.FlipAxis,UnityEngine.GridLayout.CellLayout)
  name: Flip(FlipAxis, CellLayout)
  fullName: UnityEditor.GridBrush.Flip(UnityEngine.GridBrushBase.FlipAxis, UnityEngine.GridLayout.CellLayout)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.Flip.html
  commentId: M:UnityEditor.GridBrush.Flip(UnityEngine.GridBrushBase.FlipAxis,UnityEngine.GridLayout.CellLayout)
  nameWithType: GridBrush.Flip(GridBrushBase.FlipAxis, GridLayout.CellLayout)
  type: Method
- uid: UnityEditor.GridBrush.FloodFill(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  name: FloodFill(GridLayout, GameObject, Vector3Int)
  fullName: UnityEditor.GridBrush.FloodFill(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.FloodFill.html
  commentId: M:UnityEditor.GridBrush.FloodFill(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  nameWithType: GridBrush.FloodFill(GridLayout, GameObject, Vector3Int)
  type: Method
- uid: UnityEditor.GridBrush.GetCellIndex(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetCellIndex(int, int, int, int, int, int)
  fullName: UnityEditor.GridBrush.GetCellIndex(int, int, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.GetCellIndex.html
  commentId: M:UnityEditor.GridBrush.GetCellIndex(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: GridBrush.GetCellIndex(int, int, int, int, int, int)
  type: Method
- uid: UnityEditor.GridBrush.GetCellIndex(System.Int32,System.Int32,System.Int32)
  name: GetCellIndex(int, int, int)
  fullName: UnityEditor.GridBrush.GetCellIndex(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.GetCellIndex.html
  commentId: M:UnityEditor.GridBrush.GetCellIndex(System.Int32,System.Int32,System.Int32)
  nameWithType: GridBrush.GetCellIndex(int, int, int)
  type: Method
- uid: UnityEditor.GridBrush.GetCellIndex(UnityEngine.Vector3Int)
  name: GetCellIndex(Vector3Int)
  fullName: UnityEditor.GridBrush.GetCellIndex(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.GetCellIndex.html
  commentId: M:UnityEditor.GridBrush.GetCellIndex(UnityEngine.Vector3Int)
  nameWithType: GridBrush.GetCellIndex(Vector3Int)
  type: Method
- uid: UnityEditor.GridBrush.GetCellIndexWrapAround(System.Int32,System.Int32,System.Int32)
  name: GetCellIndexWrapAround(int, int, int)
  fullName: UnityEditor.GridBrush.GetCellIndexWrapAround(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.GetCellIndexWrapAround.html
  commentId: M:UnityEditor.GridBrush.GetCellIndexWrapAround(System.Int32,System.Int32,System.Int32)
  nameWithType: GridBrush.GetCellIndexWrapAround(int, int, int)
  type: Method
- uid: UnityEditor.GridBrush.GetHashCode
  name: GetHashCode()
  fullName: UnityEditor.GridBrush.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.GetHashCode.html
  commentId: M:UnityEditor.GridBrush.GetHashCode
  nameWithType: GridBrush.GetHashCode()
  type: Method
- uid: UnityEditor.GridBrush.Init(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: Init(Vector3Int, Vector3Int)
  fullName: UnityEditor.GridBrush.Init(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.Init.html
  commentId: M:UnityEditor.GridBrush.Init(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: GridBrush.Init(Vector3Int, Vector3Int)
  type: Method
- uid: UnityEditor.GridBrush.Init(UnityEngine.Vector3Int)
  name: Init(Vector3Int)
  fullName: UnityEditor.GridBrush.Init(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.Init.html
  commentId: M:UnityEditor.GridBrush.Init(UnityEngine.Vector3Int)
  nameWithType: GridBrush.Init(Vector3Int)
  type: Method
- uid: UnityEditor.GridBrush.MoveEnd(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: MoveEnd(GridLayout, GameObject, BoundsInt)
  fullName: UnityEditor.GridBrush.MoveEnd(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.MoveEnd.html
  commentId: M:UnityEditor.GridBrush.MoveEnd(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrush.MoveEnd(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEditor.GridBrush.MoveStart(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: MoveStart(GridLayout, GameObject, BoundsInt)
  fullName: UnityEditor.GridBrush.MoveStart(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.MoveStart.html
  commentId: M:UnityEditor.GridBrush.MoveStart(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrush.MoveStart(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEditor.GridBrush.Paint(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  name: Paint(GridLayout, GameObject, Vector3Int)
  fullName: UnityEditor.GridBrush.Paint(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.Paint.html
  commentId: M:UnityEditor.GridBrush.Paint(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  nameWithType: GridBrush.Paint(GridLayout, GameObject, Vector3Int)
  type: Method
- uid: UnityEditor.GridBrush.Pick(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.Vector3Int)
  name: Pick(GridLayout, GameObject, BoundsInt, Vector3Int)
  fullName: UnityEditor.GridBrush.Pick(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.Pick.html
  commentId: M:UnityEditor.GridBrush.Pick(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.Vector3Int)
  nameWithType: GridBrush.Pick(GridLayout, GameObject, BoundsInt, Vector3Int)
  type: Method
- uid: UnityEditor.GridBrush.pivot
  name: pivot
  fullName: UnityEditor.GridBrush.pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush-pivot.html
  commentId: P:UnityEditor.GridBrush.pivot
  nameWithType: GridBrush.pivot
  type: Property
- uid: UnityEditor.GridBrush.Reset
  name: Reset()
  fullName: UnityEditor.GridBrush.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.Reset.html
  commentId: M:UnityEditor.GridBrush.Reset
  nameWithType: GridBrush.Reset()
  type: Method
- uid: UnityEditor.GridBrush.Rotate(UnityEngine.GridBrushBase.RotationDirection,UnityEngine.GridLayout.CellLayout)
  name: Rotate(RotationDirection, CellLayout)
  fullName: UnityEditor.GridBrush.Rotate(UnityEngine.GridBrushBase.RotationDirection, UnityEngine.GridLayout.CellLayout)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.Rotate.html
  commentId: M:UnityEditor.GridBrush.Rotate(UnityEngine.GridBrushBase.RotationDirection,UnityEngine.GridLayout.CellLayout)
  nameWithType: GridBrush.Rotate(GridBrushBase.RotationDirection, GridLayout.CellLayout)
  type: Method
- uid: UnityEditor.GridBrush.SetColor(UnityEngine.Vector3Int,UnityEngine.Color)
  name: SetColor(Vector3Int, Color)
  fullName: UnityEditor.GridBrush.SetColor(UnityEngine.Vector3Int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.SetColor.html
  commentId: M:UnityEditor.GridBrush.SetColor(UnityEngine.Vector3Int,UnityEngine.Color)
  nameWithType: GridBrush.SetColor(Vector3Int, Color)
  type: Method
- uid: UnityEditor.GridBrush.SetMatrix(UnityEngine.Vector3Int,UnityEngine.Matrix4x4)
  name: SetMatrix(Vector3Int, Matrix4x4)
  fullName: UnityEditor.GridBrush.SetMatrix(UnityEngine.Vector3Int, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.SetMatrix.html
  commentId: M:UnityEditor.GridBrush.SetMatrix(UnityEngine.Vector3Int,UnityEngine.Matrix4x4)
  nameWithType: GridBrush.SetMatrix(Vector3Int, Matrix4x4)
  type: Method
- uid: UnityEditor.GridBrush.SetTile(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileBase)
  name: SetTile(Vector3Int, TileBase)
  fullName: UnityEditor.GridBrush.SetTile(UnityEngine.Vector3Int, UnityEngine.Tilemaps.TileBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.SetTile.html
  commentId: M:UnityEditor.GridBrush.SetTile(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileBase)
  nameWithType: GridBrush.SetTile(Vector3Int, TileBase)
  type: Method
- uid: UnityEditor.GridBrush.size
  name: size
  fullName: UnityEditor.GridBrush.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush-size.html
  commentId: P:UnityEditor.GridBrush.size
  nameWithType: GridBrush.size
  type: Property
- uid: UnityEditor.GridBrush.UpdateSizeAndPivot(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: UpdateSizeAndPivot(Vector3Int, Vector3Int)
  fullName: UnityEditor.GridBrush.UpdateSizeAndPivot(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrush.UpdateSizeAndPivot.html
  commentId: M:UnityEditor.GridBrush.UpdateSizeAndPivot(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: GridBrush.UpdateSizeAndPivot(Vector3Int, Vector3Int)
  type: Method
- uid: UnityEditor.GridBrushEditor
  name: GridBrushEditor
  fullName: UnityEditor.GridBrushEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.html
  commentId: T:UnityEditor.GridBrushEditor
  nameWithType: GridBrushEditor
  type: Class
- uid: UnityEditor.GridBrushEditor.BoxFillPreview(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: BoxFillPreview(GridLayout, GameObject, BoundsInt)
  fullName: UnityEditor.GridBrushEditor.BoxFillPreview(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.BoxFillPreview.html
  commentId: M:UnityEditor.GridBrushEditor.BoxFillPreview(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrushEditor.BoxFillPreview(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEditor.GridBrushEditor.brush
  name: brush
  fullName: UnityEditor.GridBrushEditor.brush
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor-brush.html
  commentId: P:UnityEditor.GridBrushEditor.brush
  nameWithType: GridBrushEditor.brush
  type: Property
- uid: UnityEditor.GridBrushEditor.ClearPreview
  name: ClearPreview()
  fullName: UnityEditor.GridBrushEditor.ClearPreview()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.ClearPreview.html
  commentId: M:UnityEditor.GridBrushEditor.ClearPreview
  nameWithType: GridBrushEditor.ClearPreview()
  type: Method
- uid: UnityEditor.GridBrushEditor.FloodFillPreview(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  name: FloodFillPreview(GridLayout, GameObject, Vector3Int)
  fullName: UnityEditor.GridBrushEditor.FloodFillPreview(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.FloodFillPreview.html
  commentId: M:UnityEditor.GridBrushEditor.FloodFillPreview(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  nameWithType: GridBrushEditor.FloodFillPreview(GridLayout, GameObject, Vector3Int)
  type: Method
- uid: UnityEditor.GridBrushEditor.OnDisable
  name: OnDisable()
  fullName: UnityEditor.GridBrushEditor.OnDisable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.OnDisable.html
  commentId: M:UnityEditor.GridBrushEditor.OnDisable
  nameWithType: GridBrushEditor.OnDisable()
  type: Method
- uid: UnityEditor.GridBrushEditor.OnEnable
  name: OnEnable()
  fullName: UnityEditor.GridBrushEditor.OnEnable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.OnEnable.html
  commentId: M:UnityEditor.GridBrushEditor.OnEnable
  nameWithType: GridBrushEditor.OnEnable()
  type: Method
- uid: UnityEditor.GridBrushEditor.OnMouseLeave
  name: OnMouseLeave()
  fullName: UnityEditor.GridBrushEditor.OnMouseLeave()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.OnMouseLeave.html
  commentId: M:UnityEditor.GridBrushEditor.OnMouseLeave
  nameWithType: GridBrushEditor.OnMouseLeave()
  type: Method
- uid: UnityEditor.GridBrushEditor.OnPaintSceneGUI(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.GridBrushBase.Tool,System.Boolean)
  name: OnPaintSceneGUI(GridLayout, GameObject, BoundsInt, Tool, bool)
  fullName: UnityEditor.GridBrushEditor.OnPaintSceneGUI(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt, UnityEngine.GridBrushBase.Tool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.OnPaintSceneGUI.html
  commentId: M:UnityEditor.GridBrushEditor.OnPaintSceneGUI(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.GridBrushBase.Tool,System.Boolean)
  nameWithType: GridBrushEditor.OnPaintSceneGUI(GridLayout, GameObject, BoundsInt, GridBrushBase.Tool, bool)
  type: Method
- uid: UnityEditor.GridBrushEditor.OnSelectionInspectorGUI
  name: OnSelectionInspectorGUI()
  fullName: UnityEditor.GridBrushEditor.OnSelectionInspectorGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.OnSelectionInspectorGUI.html
  commentId: M:UnityEditor.GridBrushEditor.OnSelectionInspectorGUI
  nameWithType: GridBrushEditor.OnSelectionInspectorGUI()
  type: Method
- uid: UnityEditor.GridBrushEditor.OnToolDeactivated(UnityEngine.GridBrushBase.Tool)
  name: OnToolDeactivated(Tool)
  fullName: UnityEditor.GridBrushEditor.OnToolDeactivated(UnityEngine.GridBrushBase.Tool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.OnToolDeactivated.html
  commentId: M:UnityEditor.GridBrushEditor.OnToolDeactivated(UnityEngine.GridBrushBase.Tool)
  nameWithType: GridBrushEditor.OnToolDeactivated(GridBrushBase.Tool)
  type: Method
- uid: UnityEditor.GridBrushEditor.PaintPreview(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  name: PaintPreview(GridLayout, GameObject, Vector3Int)
  fullName: UnityEditor.GridBrushEditor.PaintPreview(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.PaintPreview.html
  commentId: M:UnityEditor.GridBrushEditor.PaintPreview(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  nameWithType: GridBrushEditor.PaintPreview(GridLayout, GameObject, Vector3Int)
  type: Method
- uid: UnityEditor.GridBrushEditor.RegisterUndo(UnityEngine.GameObject,UnityEngine.GridBrushBase.Tool)
  name: RegisterUndo(GameObject, Tool)
  fullName: UnityEditor.GridBrushEditor.RegisterUndo(UnityEngine.GameObject, UnityEngine.GridBrushBase.Tool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor.RegisterUndo.html
  commentId: M:UnityEditor.GridBrushEditor.RegisterUndo(UnityEngine.GameObject,UnityEngine.GridBrushBase.Tool)
  nameWithType: GridBrushEditor.RegisterUndo(GameObject, GridBrushBase.Tool)
  type: Method
- uid: UnityEditor.GridBrushEditor.validTargets
  name: validTargets
  fullName: UnityEditor.GridBrushEditor.validTargets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditor-validTargets.html
  commentId: P:UnityEditor.GridBrushEditor.validTargets
  nameWithType: GridBrushEditor.validTargets
  type: Property
- uid: UnityEditor.GridBrushEditorBase
  name: GridBrushEditorBase
  fullName: UnityEditor.GridBrushEditorBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.html
  commentId: T:UnityEditor.GridBrushEditorBase
  nameWithType: GridBrushEditorBase
  type: Class
- uid: UnityEditor.GridBrushEditorBase.OnMouseEnter
  name: OnMouseEnter()
  fullName: UnityEditor.GridBrushEditorBase.OnMouseEnter()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.OnMouseEnter.html
  commentId: M:UnityEditor.GridBrushEditorBase.OnMouseEnter
  nameWithType: GridBrushEditorBase.OnMouseEnter()
  type: Method
- uid: UnityEditor.GridBrushEditorBase.OnMouseLeave
  name: OnMouseLeave()
  fullName: UnityEditor.GridBrushEditorBase.OnMouseLeave()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.OnMouseLeave.html
  commentId: M:UnityEditor.GridBrushEditorBase.OnMouseLeave
  nameWithType: GridBrushEditorBase.OnMouseLeave()
  type: Method
- uid: UnityEditor.GridBrushEditorBase.OnPaintInspectorGUI
  name: OnPaintInspectorGUI()
  fullName: UnityEditor.GridBrushEditorBase.OnPaintInspectorGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.OnPaintInspectorGUI.html
  commentId: M:UnityEditor.GridBrushEditorBase.OnPaintInspectorGUI
  nameWithType: GridBrushEditorBase.OnPaintInspectorGUI()
  type: Method
- uid: UnityEditor.GridBrushEditorBase.OnPaintSceneGUI(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.GridBrushBase.Tool,System.Boolean)
  name: OnPaintSceneGUI(GridLayout, GameObject, BoundsInt, Tool, bool)
  fullName: UnityEditor.GridBrushEditorBase.OnPaintSceneGUI(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt, UnityEngine.GridBrushBase.Tool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.OnPaintSceneGUI.html
  commentId: M:UnityEditor.GridBrushEditorBase.OnPaintSceneGUI(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.GridBrushBase.Tool,System.Boolean)
  nameWithType: GridBrushEditorBase.OnPaintSceneGUI(GridLayout, GameObject, BoundsInt, GridBrushBase.Tool, bool)
  type: Method
- uid: UnityEditor.GridBrushEditorBase.OnSelectionInspectorGUI
  name: OnSelectionInspectorGUI()
  fullName: UnityEditor.GridBrushEditorBase.OnSelectionInspectorGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.OnSelectionInspectorGUI.html
  commentId: M:UnityEditor.GridBrushEditorBase.OnSelectionInspectorGUI
  nameWithType: GridBrushEditorBase.OnSelectionInspectorGUI()
  type: Method
- uid: UnityEditor.GridBrushEditorBase.OnToolActivated(UnityEngine.GridBrushBase.Tool)
  name: OnToolActivated(Tool)
  fullName: UnityEditor.GridBrushEditorBase.OnToolActivated(UnityEngine.GridBrushBase.Tool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.OnToolActivated.html
  commentId: M:UnityEditor.GridBrushEditorBase.OnToolActivated(UnityEngine.GridBrushBase.Tool)
  nameWithType: GridBrushEditorBase.OnToolActivated(GridBrushBase.Tool)
  type: Method
- uid: UnityEditor.GridBrushEditorBase.OnToolDeactivated(UnityEngine.GridBrushBase.Tool)
  name: OnToolDeactivated(Tool)
  fullName: UnityEditor.GridBrushEditorBase.OnToolDeactivated(UnityEngine.GridBrushBase.Tool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.OnToolDeactivated.html
  commentId: M:UnityEditor.GridBrushEditorBase.OnToolDeactivated(UnityEngine.GridBrushBase.Tool)
  nameWithType: GridBrushEditorBase.OnToolDeactivated(GridBrushBase.Tool)
  type: Method
- uid: UnityEditor.GridBrushEditorBase.RegisterUndo(UnityEngine.GameObject,UnityEngine.GridBrushBase.Tool)
  name: RegisterUndo(GameObject, Tool)
  fullName: UnityEditor.GridBrushEditorBase.RegisterUndo(UnityEngine.GameObject, UnityEngine.GridBrushBase.Tool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase.RegisterUndo.html
  commentId: M:UnityEditor.GridBrushEditorBase.RegisterUndo(UnityEngine.GameObject,UnityEngine.GridBrushBase.Tool)
  nameWithType: GridBrushEditorBase.RegisterUndo(GameObject, GridBrushBase.Tool)
  type: Method
- uid: UnityEditor.GridBrushEditorBase.validTargets
  name: validTargets
  fullName: UnityEditor.GridBrushEditorBase.validTargets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushEditorBase-validTargets.html
  commentId: P:UnityEditor.GridBrushEditorBase.validTargets
  nameWithType: GridBrushEditorBase.validTargets
  type: Property
- uid: UnityEditor.GridPalette
  name: GridPalette
  fullName: UnityEditor.GridPalette
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridPalette.html
  commentId: T:UnityEditor.GridPalette
  nameWithType: GridPalette
  type: Class
- uid: UnityEditor.GridPalette.cellSizing
  name: cellSizing
  fullName: UnityEditor.GridPalette.cellSizing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridPalette-cellSizing.html
  commentId: F:UnityEditor.GridPalette.cellSizing
  nameWithType: GridPalette.cellSizing
  type: Field
- uid: UnityEditor.GridPalette.CellSizing
  name: GridPalette.CellSizing
  fullName: UnityEditor.GridPalette.CellSizing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridPalette.CellSizing.html
  commentId: T:UnityEditor.GridPalette.CellSizing
  nameWithType: GridPalette.CellSizing
  type: Enum
- uid: UnityEditor.GridPalette.CellSizing.Automatic
  name: Automatic
  fullName: UnityEditor.GridPalette.CellSizing.Automatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridPalette.CellSizing.Automatic.html
  commentId: F:UnityEditor.GridPalette.CellSizing.Automatic
  nameWithType: GridPalette.CellSizing.Automatic
  type: Field
- uid: UnityEditor.GridPalette.CellSizing.Manual
  name: Manual
  fullName: UnityEditor.GridPalette.CellSizing.Manual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridPalette.CellSizing.Manual.html
  commentId: F:UnityEditor.GridPalette.CellSizing.Manual
  nameWithType: GridPalette.CellSizing.Manual
  type: Field
- uid: UnityEditor.GridSelection
  name: GridSelection
  fullName: UnityEditor.GridSelection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridSelection.html
  commentId: T:UnityEditor.GridSelection
  nameWithType: GridSelection
  type: Class
- uid: UnityEditor.GridSelection.active
  name: active
  fullName: UnityEditor.GridSelection.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridSelection-active.html
  commentId: P:UnityEditor.GridSelection.active
  nameWithType: GridSelection.active
  type: Property
- uid: UnityEditor.GridSelection.Clear
  name: Clear()
  fullName: UnityEditor.GridSelection.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridSelection.Clear.html
  commentId: M:UnityEditor.GridSelection.Clear
  nameWithType: GridSelection.Clear()
  type: Method
- uid: UnityEditor.GridSelection.grid
  name: grid
  fullName: UnityEditor.GridSelection.grid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridSelection-grid.html
  commentId: P:UnityEditor.GridSelection.grid
  nameWithType: GridSelection.grid
  type: Property
- uid: UnityEditor.GridSelection.gridSelectionChanged
  name: gridSelectionChanged
  fullName: UnityEditor.GridSelection.gridSelectionChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridSelection-gridSelectionChanged.html
  commentId: E:UnityEditor.GridSelection.gridSelectionChanged
  nameWithType: GridSelection.gridSelectionChanged
  type: Event
- uid: UnityEditor.GridSelection.position
  name: position
  fullName: UnityEditor.GridSelection.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridSelection-position.html
  commentId: P:UnityEditor.GridSelection.position
  nameWithType: GridSelection.position
  type: Property
- uid: UnityEditor.GridSelection.Select(UnityEngine.Object,UnityEngine.BoundsInt)
  name: Select(Object, BoundsInt)
  fullName: UnityEditor.GridSelection.Select(UnityEngine.Object, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridSelection.Select.html
  commentId: M:UnityEditor.GridSelection.Select(UnityEngine.Object,UnityEngine.BoundsInt)
  nameWithType: GridSelection.Select(Object, BoundsInt)
  type: Method
- uid: UnityEditor.GridSelection.target
  name: target
  fullName: UnityEditor.GridSelection.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridSelection-target.html
  commentId: P:UnityEditor.GridSelection.target
  nameWithType: GridSelection.target
  type: Property
- uid: UnityEditor.GUID
  name: GUID
  fullName: UnityEditor.GUID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.html
  commentId: T:UnityEditor.GUID
  nameWithType: GUID
  type: Struct
- uid: UnityEditor.GUID.#ctor(System.String)
  name: GUID(string)
  fullName: UnityEditor.GUID.GUID(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID-ctor.html
  commentId: M:UnityEditor.GUID.#ctor(System.String)
  nameWithType: GUID.GUID(string)
  type: Constructor
- uid: UnityEditor.GUID.CompareTo(System.Object)
  name: CompareTo(object)
  fullName: UnityEditor.GUID.CompareTo(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.CompareTo.html
  commentId: M:UnityEditor.GUID.CompareTo(System.Object)
  nameWithType: GUID.CompareTo(object)
  type: Method
- uid: UnityEditor.GUID.CompareTo(UnityEditor.GUID)
  name: CompareTo(GUID)
  fullName: UnityEditor.GUID.CompareTo(UnityEditor.GUID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.CompareTo.html
  commentId: M:UnityEditor.GUID.CompareTo(UnityEditor.GUID)
  nameWithType: GUID.CompareTo(GUID)
  type: Method
- uid: UnityEditor.GUID.Empty
  name: Empty()
  fullName: UnityEditor.GUID.Empty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.Empty.html
  commentId: M:UnityEditor.GUID.Empty
  nameWithType: GUID.Empty()
  type: Method
- uid: UnityEditor.GUID.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEditor.GUID.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.Equals.html
  commentId: M:UnityEditor.GUID.Equals(System.Object)
  nameWithType: GUID.Equals(object)
  type: Method
- uid: UnityEditor.GUID.Generate
  name: Generate()
  fullName: UnityEditor.GUID.Generate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.Generate.html
  commentId: M:UnityEditor.GUID.Generate
  nameWithType: GUID.Generate()
  type: Method
- uid: UnityEditor.GUID.GetHashCode
  name: GetHashCode()
  fullName: UnityEditor.GUID.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.GetHashCode.html
  commentId: M:UnityEditor.GUID.GetHashCode
  nameWithType: GUID.GetHashCode()
  type: Method
- uid: UnityEditor.GUID.op_Equality(UnityEditor.GUID,UnityEditor.GUID)
  name: operator ==(GUID, GUID)
  fullName: UnityEditor.GUID.operator ==(UnityEditor.GUID, UnityEditor.GUID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID-op_Equality.html
  commentId: M:UnityEditor.GUID.op_Equality(UnityEditor.GUID,UnityEditor.GUID)
  nameWithType: GUID.operator ==(GUID, GUID)
  type: Operator
- uid: UnityEditor.GUID.op_GreaterThan(UnityEditor.GUID,UnityEditor.GUID)
  name: operator >(GUID, GUID)
  fullName: UnityEditor.GUID.operator >(UnityEditor.GUID, UnityEditor.GUID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID-op_GreaterThan.html
  commentId: M:UnityEditor.GUID.op_GreaterThan(UnityEditor.GUID,UnityEditor.GUID)
  nameWithType: GUID.operator >(GUID, GUID)
  type: Operator
- uid: UnityEditor.GUID.op_Inequality(UnityEditor.GUID,UnityEditor.GUID)
  name: operator !=(GUID, GUID)
  fullName: UnityEditor.GUID.operator !=(UnityEditor.GUID, UnityEditor.GUID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID-op_Inequality.html
  commentId: M:UnityEditor.GUID.op_Inequality(UnityEditor.GUID,UnityEditor.GUID)
  nameWithType: GUID.operator !=(GUID, GUID)
  type: Operator
- uid: UnityEditor.GUID.op_LessThan(UnityEditor.GUID,UnityEditor.GUID)
  name: operator <(GUID, GUID)
  fullName: UnityEditor.GUID.operator <(UnityEditor.GUID, UnityEditor.GUID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID-op_LessThan.html
  commentId: M:UnityEditor.GUID.op_LessThan(UnityEditor.GUID,UnityEditor.GUID)
  nameWithType: GUID.operator <(GUID, GUID)
  type: Operator
- uid: UnityEditor.GUID.ParseExact(System.String)
  name: ParseExact(string)
  fullName: UnityEditor.GUID.ParseExact(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.ParseExact.html
  commentId: M:UnityEditor.GUID.ParseExact(System.String)
  nameWithType: GUID.ParseExact(string)
  type: Method
- uid: UnityEditor.GUID.ToString
  name: ToString()
  fullName: UnityEditor.GUID.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.ToString.html
  commentId: M:UnityEditor.GUID.ToString
  nameWithType: GUID.ToString()
  type: Method
- uid: UnityEditor.GUID.TryParse(System.String,UnityEditor.GUID@)
  name: TryParse(string, out GUID)
  fullName: UnityEditor.GUID.TryParse(string, out UnityEditor.GUID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUID.TryParse.html
  commentId: M:UnityEditor.GUID.TryParse(System.String,UnityEditor.GUID@)
  nameWithType: GUID.TryParse(string, out GUID)
  type: Method
- uid: UnityEditor.GUIDrawer
  name: GUIDrawer
  fullName: UnityEditor.GUIDrawer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIDrawer.html
  commentId: T:UnityEditor.GUIDrawer
  nameWithType: GUIDrawer
  type: Class
- uid: UnityEditor.Handles
  name: Handles
  fullName: UnityEditor.Handles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.html
  commentId: T:UnityEditor.Handles
  nameWithType: Handles
  type: Class
- uid: UnityEditor.Handles.ArrowCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: ArrowCap(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.ArrowCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ArrowCap.html
  commentId: M:UnityEditor.Handles.ArrowCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.ArrowCap(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.ArrowHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: ArrowHandleCap(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.ArrowHandleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ArrowHandleCap.html
  commentId: M:UnityEditor.Handles.ArrowHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.ArrowHandleCap(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.BeginGUI
  name: BeginGUI()
  fullName: UnityEditor.Handles.BeginGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.BeginGUI.html
  commentId: M:UnityEditor.Handles.BeginGUI
  nameWithType: Handles.BeginGUI()
  type: Method
- uid: UnityEditor.Handles.BeginGUI(UnityEngine.Rect)
  name: BeginGUI(Rect)
  fullName: UnityEditor.Handles.BeginGUI(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.BeginGUI.html
  commentId: M:UnityEditor.Handles.BeginGUI(UnityEngine.Rect)
  nameWithType: Handles.BeginGUI(Rect)
  type: Method
- uid: UnityEditor.Handles.Button(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single,UnityEditor.Handles.CapFunction)
  name: Button(Vector3, Quaternion, float, float, CapFunction)
  fullName: UnityEditor.Handles.Button(UnityEngine.Vector3, UnityEngine.Quaternion, float, float, UnityEditor.Handles.CapFunction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Button.html
  commentId: M:UnityEditor.Handles.Button(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single,UnityEditor.Handles.CapFunction)
  nameWithType: Handles.Button(Vector3, Quaternion, float, float, Handles.CapFunction)
  type: Method
- uid: UnityEditor.Handles.Button(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single,UnityEditor.Handles.DrawCapFunction)
  name: Button(Vector3, Quaternion, float, float, DrawCapFunction)
  fullName: UnityEditor.Handles.Button(UnityEngine.Vector3, UnityEngine.Quaternion, float, float, UnityEditor.Handles.DrawCapFunction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Button.html
  commentId: M:UnityEditor.Handles.Button(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single,UnityEditor.Handles.DrawCapFunction)
  nameWithType: Handles.Button(Vector3, Quaternion, float, float, Handles.DrawCapFunction)
  type: Method
- uid: UnityEditor.Handles.CapFunction
  name: Handles.CapFunction
  fullName: UnityEditor.Handles.CapFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.CapFunction.html
  commentId: T:UnityEditor.Handles.CapFunction
  nameWithType: Handles.CapFunction
  type: Delegate
- uid: UnityEditor.Handles.centerColor
  name: centerColor
  fullName: UnityEditor.Handles.centerColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-centerColor.html
  commentId: P:UnityEditor.Handles.centerColor
  nameWithType: Handles.centerColor
  type: Property
- uid: UnityEditor.Handles.CircleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: CircleCap(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.CircleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.CircleCap.html
  commentId: M:UnityEditor.Handles.CircleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.CircleCap(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.CircleHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: CircleHandleCap(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.CircleHandleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.CircleHandleCap.html
  commentId: M:UnityEditor.Handles.CircleHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.CircleHandleCap(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.ClearCamera(UnityEngine.Rect,UnityEngine.Camera)
  name: ClearCamera(Rect, Camera)
  fullName: UnityEditor.Handles.ClearCamera(UnityEngine.Rect, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ClearCamera.html
  commentId: M:UnityEditor.Handles.ClearCamera(UnityEngine.Rect,UnityEngine.Camera)
  nameWithType: Handles.ClearCamera(Rect, Camera)
  type: Method
- uid: UnityEditor.Handles.color
  name: color
  fullName: UnityEditor.Handles.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-color.html
  commentId: P:UnityEditor.Handles.color
  nameWithType: Handles.color
  type: Property
- uid: UnityEditor.Handles.ConeCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: ConeCap(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.ConeCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ConeCap.html
  commentId: M:UnityEditor.Handles.ConeCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.ConeCap(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.ConeHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: ConeHandleCap(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.ConeHandleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ConeHandleCap.html
  commentId: M:UnityEditor.Handles.ConeHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.ConeHandleCap(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.CubeCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: CubeCap(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.CubeCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.CubeCap.html
  commentId: M:UnityEditor.Handles.CubeCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.CubeCap(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.CubeHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: CubeHandleCap(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.CubeHandleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.CubeHandleCap.html
  commentId: M:UnityEditor.Handles.CubeHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.CubeHandleCap(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.currentCamera
  name: currentCamera
  fullName: UnityEditor.Handles.currentCamera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-currentCamera.html
  commentId: P:UnityEditor.Handles.currentCamera
  nameWithType: Handles.currentCamera
  type: Property
- uid: UnityEditor.Handles.CylinderCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: CylinderCap(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.CylinderCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.CylinderCap.html
  commentId: M:UnityEditor.Handles.CylinderCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.CylinderCap(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.CylinderHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: CylinderHandleCap(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.CylinderHandleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.CylinderHandleCap.html
  commentId: M:UnityEditor.Handles.CylinderHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.CylinderHandleCap(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.Disc(UnityEngine.Quaternion,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Boolean,System.Single)
  name: Disc(Quaternion, Vector3, Vector3, float, bool, float)
  fullName: UnityEditor.Handles.Disc(UnityEngine.Quaternion, UnityEngine.Vector3, UnityEngine.Vector3, float, bool, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Disc.html
  commentId: M:UnityEditor.Handles.Disc(UnityEngine.Quaternion,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Boolean,System.Single)
  nameWithType: Handles.Disc(Quaternion, Vector3, Vector3, float, bool, float)
  type: Method
- uid: UnityEditor.Handles.DoPositionHandle(UnityEngine.Vector3,UnityEngine.Quaternion)
  name: DoPositionHandle(Vector3, Quaternion)
  fullName: UnityEditor.Handles.DoPositionHandle(UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DoPositionHandle.html
  commentId: M:UnityEditor.Handles.DoPositionHandle(UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Handles.DoPositionHandle(Vector3, Quaternion)
  type: Method
- uid: UnityEditor.Handles.DoRotationHandle(UnityEngine.Quaternion,UnityEngine.Vector3)
  name: DoRotationHandle(Quaternion, Vector3)
  fullName: UnityEditor.Handles.DoRotationHandle(UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DoRotationHandle.html
  commentId: M:UnityEditor.Handles.DoRotationHandle(UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Handles.DoRotationHandle(Quaternion, Vector3)
  type: Method
- uid: UnityEditor.Handles.DoScaleHandle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DoScaleHandle(Vector3, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.DoScaleHandle(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DoScaleHandle.html
  commentId: M:UnityEditor.Handles.DoScaleHandle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.DoScaleHandle(Vector3, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.DotCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DotCap(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.DotCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DotCap.html
  commentId: M:UnityEditor.Handles.DotCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.DotCap(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.DotHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: DotHandleCap(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.DotHandleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DotHandleCap.html
  commentId: M:UnityEditor.Handles.DotHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.DotHandleCap(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.DrawAAConvexPolygon(UnityEngine.Vector3[])
  name: DrawAAConvexPolygon(params Vector3[])
  fullName: UnityEditor.Handles.DrawAAConvexPolygon(params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawAAConvexPolygon.html
  commentId: M:UnityEditor.Handles.DrawAAConvexPolygon(UnityEngine.Vector3[])
  nameWithType: Handles.DrawAAConvexPolygon(params Vector3[])
  type: Method
- uid: UnityEditor.Handles.DrawAAPolyLine(System.Single,System.Int32,UnityEngine.Vector3[])
  name: DrawAAPolyLine(float, int, params Vector3[])
  fullName: UnityEditor.Handles.DrawAAPolyLine(float, int, params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawAAPolyLine.html
  commentId: M:UnityEditor.Handles.DrawAAPolyLine(System.Single,System.Int32,UnityEngine.Vector3[])
  nameWithType: Handles.DrawAAPolyLine(float, int, params Vector3[])
  type: Method
- uid: UnityEditor.Handles.DrawAAPolyLine(System.Single,UnityEngine.Vector3[])
  name: DrawAAPolyLine(float, params Vector3[])
  fullName: UnityEditor.Handles.DrawAAPolyLine(float, params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawAAPolyLine.html
  commentId: M:UnityEditor.Handles.DrawAAPolyLine(System.Single,UnityEngine.Vector3[])
  nameWithType: Handles.DrawAAPolyLine(float, params Vector3[])
  type: Method
- uid: UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D,System.Single,UnityEngine.Vector3[])
  name: DrawAAPolyLine(Texture2D, float, params Vector3[])
  fullName: UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D, float, params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawAAPolyLine.html
  commentId: M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D,System.Single,UnityEngine.Vector3[])
  nameWithType: Handles.DrawAAPolyLine(Texture2D, float, params Vector3[])
  type: Method
- uid: UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D,UnityEngine.Vector3[])
  name: DrawAAPolyLine(Texture2D, params Vector3[])
  fullName: UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D, params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawAAPolyLine.html
  commentId: M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D,UnityEngine.Vector3[])
  nameWithType: Handles.DrawAAPolyLine(Texture2D, params Vector3[])
  type: Method
- uid: UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Vector3[])
  name: DrawAAPolyLine(params Vector3[])
  fullName: UnityEditor.Handles.DrawAAPolyLine(params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawAAPolyLine.html
  commentId: M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Vector3[])
  nameWithType: Handles.DrawAAPolyLine(params Vector3[])
  type: Method
- uid: UnityEditor.Handles.DrawArrow(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DrawArrow(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.DrawArrow(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawArrow.html
  commentId: M:UnityEditor.Handles.DrawArrow(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.DrawArrow(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.DrawBezier(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,UnityEngine.Texture2D,System.Single)
  name: DrawBezier(Vector3, Vector3, Vector3, Vector3, Color, Texture2D, float)
  fullName: UnityEditor.Handles.DrawBezier(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Color, UnityEngine.Texture2D, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawBezier.html
  commentId: M:UnityEditor.Handles.DrawBezier(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,UnityEngine.Texture2D,System.Single)
  nameWithType: Handles.DrawBezier(Vector3, Vector3, Vector3, Vector3, Color, Texture2D, float)
  type: Method
- uid: UnityEditor.Handles.DrawCamera(UnityEngine.Rect,UnityEngine.Camera,UnityEditor.DrawCameraMode)
  name: DrawCamera(Rect, Camera, DrawCameraMode)
  fullName: UnityEditor.Handles.DrawCamera(UnityEngine.Rect, UnityEngine.Camera, UnityEditor.DrawCameraMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawCamera.html
  commentId: M:UnityEditor.Handles.DrawCamera(UnityEngine.Rect,UnityEngine.Camera,UnityEditor.DrawCameraMode)
  nameWithType: Handles.DrawCamera(Rect, Camera, DrawCameraMode)
  type: Method
- uid: UnityEditor.Handles.DrawCamera(UnityEngine.Rect,UnityEngine.Camera)
  name: DrawCamera(Rect, Camera)
  fullName: UnityEditor.Handles.DrawCamera(UnityEngine.Rect, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawCamera.html
  commentId: M:UnityEditor.Handles.DrawCamera(UnityEngine.Rect,UnityEngine.Camera)
  nameWithType: Handles.DrawCamera(Rect, Camera)
  type: Method
- uid: UnityEditor.Handles.DrawCapFunction
  name: Handles.DrawCapFunction
  fullName: UnityEditor.Handles.DrawCapFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawCapFunction.html
  commentId: T:UnityEditor.Handles.DrawCapFunction
  nameWithType: Handles.DrawCapFunction
  type: Delegate
- uid: UnityEditor.Handles.DrawCone(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DrawCone(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.DrawCone(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawCone.html
  commentId: M:UnityEditor.Handles.DrawCone(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.DrawCone(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.DrawCube(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DrawCube(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.DrawCube(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawCube.html
  commentId: M:UnityEditor.Handles.DrawCube(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.DrawCube(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.DrawCylinder(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DrawCylinder(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.DrawCylinder(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawCylinder.html
  commentId: M:UnityEditor.Handles.DrawCylinder(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.DrawCylinder(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.DrawDottedLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: DrawDottedLine(Vector3, Vector3, float)
  fullName: UnityEditor.Handles.DrawDottedLine(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawDottedLine.html
  commentId: M:UnityEditor.Handles.DrawDottedLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Handles.DrawDottedLine(Vector3, Vector3, float)
  type: Method
- uid: UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[],System.Int32[],System.Single)
  name: DrawDottedLines(Vector3[], int[], float)
  fullName: UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[], int[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawDottedLines.html
  commentId: M:UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[],System.Int32[],System.Single)
  nameWithType: Handles.DrawDottedLines(Vector3[], int[], float)
  type: Method
- uid: UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[],System.Single)
  name: DrawDottedLines(Vector3[], float)
  fullName: UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawDottedLines.html
  commentId: M:UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[],System.Single)
  nameWithType: Handles.DrawDottedLines(Vector3[], float)
  type: Method
- uid: UnityEditor.Handles.DrawingScope
  name: Handles.DrawingScope
  fullName: UnityEditor.Handles.DrawingScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawingScope.html
  commentId: T:UnityEditor.Handles.DrawingScope
  nameWithType: Handles.DrawingScope
  type: Struct
- uid: UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Color,UnityEngine.Matrix4x4)
  name: DrawingScope(Color, Matrix4x4)
  fullName: UnityEditor.Handles.DrawingScope.DrawingScope(UnityEngine.Color, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawingScope-ctor.html
  commentId: M:UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Color,UnityEngine.Matrix4x4)
  nameWithType: Handles.DrawingScope.DrawingScope(Color, Matrix4x4)
  type: Constructor
- uid: UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Color)
  name: DrawingScope(Color)
  fullName: UnityEditor.Handles.DrawingScope.DrawingScope(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawingScope-ctor.html
  commentId: M:UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Color)
  nameWithType: Handles.DrawingScope.DrawingScope(Color)
  type: Constructor
- uid: UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Matrix4x4)
  name: DrawingScope(Matrix4x4)
  fullName: UnityEditor.Handles.DrawingScope.DrawingScope(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawingScope-ctor.html
  commentId: M:UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Matrix4x4)
  nameWithType: Handles.DrawingScope.DrawingScope(Matrix4x4)
  type: Constructor
- uid: UnityEditor.Handles.DrawingScope.Dispose
  name: Dispose()
  fullName: UnityEditor.Handles.DrawingScope.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawingScope.Dispose.html
  commentId: M:UnityEditor.Handles.DrawingScope.Dispose
  nameWithType: Handles.DrawingScope.Dispose()
  type: Method
- uid: UnityEditor.Handles.DrawingScope.originalColor
  name: originalColor
  fullName: UnityEditor.Handles.DrawingScope.originalColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawingScope-originalColor.html
  commentId: P:UnityEditor.Handles.DrawingScope.originalColor
  nameWithType: Handles.DrawingScope.originalColor
  type: Property
- uid: UnityEditor.Handles.DrawingScope.originalMatrix
  name: originalMatrix
  fullName: UnityEditor.Handles.DrawingScope.originalMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawingScope-originalMatrix.html
  commentId: P:UnityEditor.Handles.DrawingScope.originalMatrix
  nameWithType: Handles.DrawingScope.originalMatrix
  type: Property
- uid: UnityEditor.Handles.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DrawLine(Vector3, Vector3)
  fullName: UnityEditor.Handles.DrawLine(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawLine.html
  commentId: M:UnityEditor.Handles.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Handles.DrawLine(Vector3, Vector3)
  type: Method
- uid: UnityEditor.Handles.DrawLines(UnityEngine.Vector3[],System.Int32[])
  name: DrawLines(Vector3[], int[])
  fullName: UnityEditor.Handles.DrawLines(UnityEngine.Vector3[], int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawLines.html
  commentId: M:UnityEditor.Handles.DrawLines(UnityEngine.Vector3[],System.Int32[])
  nameWithType: Handles.DrawLines(Vector3[], int[])
  type: Method
- uid: UnityEditor.Handles.DrawLines(UnityEngine.Vector3[])
  name: DrawLines(Vector3[])
  fullName: UnityEditor.Handles.DrawLines(UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawLines.html
  commentId: M:UnityEditor.Handles.DrawLines(UnityEngine.Vector3[])
  nameWithType: Handles.DrawLines(Vector3[])
  type: Method
- uid: UnityEditor.Handles.DrawPolyLine(UnityEngine.Vector3[])
  name: DrawPolyLine(params Vector3[])
  fullName: UnityEditor.Handles.DrawPolyLine(params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawPolyLine.html
  commentId: M:UnityEditor.Handles.DrawPolyLine(UnityEngine.Vector3[])
  nameWithType: Handles.DrawPolyLine(params Vector3[])
  type: Method
- uid: UnityEditor.Handles.DrawRectangle(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DrawRectangle(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.DrawRectangle(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawRectangle.html
  commentId: M:UnityEditor.Handles.DrawRectangle(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.DrawRectangle(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.DrawSelectionFrame(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: DrawSelectionFrame(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.DrawSelectionFrame(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawSelectionFrame.html
  commentId: M:UnityEditor.Handles.DrawSelectionFrame(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.DrawSelectionFrame(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.DrawSolidArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  name: DrawSolidArc(Vector3, Vector3, Vector3, float, float)
  fullName: UnityEditor.Handles.DrawSolidArc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawSolidArc.html
  commentId: M:UnityEditor.Handles.DrawSolidArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  nameWithType: Handles.DrawSolidArc(Vector3, Vector3, Vector3, float, float)
  type: Method
- uid: UnityEditor.Handles.DrawSolidDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: DrawSolidDisc(Vector3, Vector3, float)
  fullName: UnityEditor.Handles.DrawSolidDisc(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawSolidDisc.html
  commentId: M:UnityEditor.Handles.DrawSolidDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Handles.DrawSolidDisc(Vector3, Vector3, float)
  type: Method
- uid: UnityEditor.Handles.DrawSolidRectangleWithOutline(UnityEngine.Rect,UnityEngine.Color,UnityEngine.Color)
  name: DrawSolidRectangleWithOutline(Rect, Color, Color)
  fullName: UnityEditor.Handles.DrawSolidRectangleWithOutline(UnityEngine.Rect, UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawSolidRectangleWithOutline.html
  commentId: M:UnityEditor.Handles.DrawSolidRectangleWithOutline(UnityEngine.Rect,UnityEngine.Color,UnityEngine.Color)
  nameWithType: Handles.DrawSolidRectangleWithOutline(Rect, Color, Color)
  type: Method
- uid: UnityEditor.Handles.DrawSolidRectangleWithOutline(UnityEngine.Vector3[],UnityEngine.Color,UnityEngine.Color)
  name: DrawSolidRectangleWithOutline(Vector3[], Color, Color)
  fullName: UnityEditor.Handles.DrawSolidRectangleWithOutline(UnityEngine.Vector3[], UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawSolidRectangleWithOutline.html
  commentId: M:UnityEditor.Handles.DrawSolidRectangleWithOutline(UnityEngine.Vector3[],UnityEngine.Color,UnityEngine.Color)
  nameWithType: Handles.DrawSolidRectangleWithOutline(Vector3[], Color, Color)
  type: Method
- uid: UnityEditor.Handles.DrawSphere(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DrawSphere(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.DrawSphere(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawSphere.html
  commentId: M:UnityEditor.Handles.DrawSphere(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.DrawSphere(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.DrawWireArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  name: DrawWireArc(Vector3, Vector3, Vector3, float, float)
  fullName: UnityEditor.Handles.DrawWireArc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawWireArc.html
  commentId: M:UnityEditor.Handles.DrawWireArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  nameWithType: Handles.DrawWireArc(Vector3, Vector3, Vector3, float, float)
  type: Method
- uid: UnityEditor.Handles.DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DrawWireCube(Vector3, Vector3)
  fullName: UnityEditor.Handles.DrawWireCube(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawWireCube.html
  commentId: M:UnityEditor.Handles.DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Handles.DrawWireCube(Vector3, Vector3)
  type: Method
- uid: UnityEditor.Handles.DrawWireDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: DrawWireDisc(Vector3, Vector3, float)
  fullName: UnityEditor.Handles.DrawWireDisc(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.DrawWireDisc.html
  commentId: M:UnityEditor.Handles.DrawWireDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Handles.DrawWireDisc(Vector3, Vector3, float)
  type: Method
- uid: UnityEditor.Handles.EndGUI
  name: EndGUI()
  fullName: UnityEditor.Handles.EndGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.EndGUI.html
  commentId: M:UnityEditor.Handles.EndGUI
  nameWithType: Handles.EndGUI()
  type: Method
- uid: UnityEditor.Handles.FreeMoveHandle(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.Vector3,UnityEditor.Handles.CapFunction)
  name: FreeMoveHandle(int, Vector3, Quaternion, float, Vector3, CapFunction)
  fullName: UnityEditor.Handles.FreeMoveHandle(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.Vector3, UnityEditor.Handles.CapFunction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.FreeMoveHandle.html
  commentId: M:UnityEditor.Handles.FreeMoveHandle(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.Vector3,UnityEditor.Handles.CapFunction)
  nameWithType: Handles.FreeMoveHandle(int, Vector3, Quaternion, float, Vector3, Handles.CapFunction)
  type: Method
- uid: UnityEditor.Handles.FreeMoveHandle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.Vector3,UnityEditor.Handles.CapFunction)
  name: FreeMoveHandle(Vector3, Quaternion, float, Vector3, CapFunction)
  fullName: UnityEditor.Handles.FreeMoveHandle(UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.Vector3, UnityEditor.Handles.CapFunction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.FreeMoveHandle.html
  commentId: M:UnityEditor.Handles.FreeMoveHandle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.Vector3,UnityEditor.Handles.CapFunction)
  nameWithType: Handles.FreeMoveHandle(Vector3, Quaternion, float, Vector3, Handles.CapFunction)
  type: Method
- uid: UnityEditor.Handles.FreeMoveHandle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.Vector3,UnityEditor.Handles.DrawCapFunction)
  name: FreeMoveHandle(Vector3, Quaternion, float, Vector3, DrawCapFunction)
  fullName: UnityEditor.Handles.FreeMoveHandle(UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.Vector3, UnityEditor.Handles.DrawCapFunction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.FreeMoveHandle.html
  commentId: M:UnityEditor.Handles.FreeMoveHandle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.Vector3,UnityEditor.Handles.DrawCapFunction)
  nameWithType: Handles.FreeMoveHandle(Vector3, Quaternion, float, Vector3, Handles.DrawCapFunction)
  type: Method
- uid: UnityEditor.Handles.FreeRotateHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single)
  name: FreeRotateHandle(Quaternion, Vector3, float)
  fullName: UnityEditor.Handles.FreeRotateHandle(UnityEngine.Quaternion, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.FreeRotateHandle.html
  commentId: M:UnityEditor.Handles.FreeRotateHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single)
  nameWithType: Handles.FreeRotateHandle(Quaternion, Vector3, float)
  type: Method
- uid: UnityEditor.Handles.GetMainGameViewSize
  name: GetMainGameViewSize()
  fullName: UnityEditor.Handles.GetMainGameViewSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.GetMainGameViewSize.html
  commentId: M:UnityEditor.Handles.GetMainGameViewSize
  nameWithType: Handles.GetMainGameViewSize()
  type: Method
- uid: UnityEditor.Handles.inverseMatrix
  name: inverseMatrix
  fullName: UnityEditor.Handles.inverseMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-inverseMatrix.html
  commentId: P:UnityEditor.Handles.inverseMatrix
  nameWithType: Handles.inverseMatrix
  type: Property
- uid: UnityEditor.Handles.Label(UnityEngine.Vector3,System.String,UnityEngine.GUIStyle)
  name: Label(Vector3, string, GUIStyle)
  fullName: UnityEditor.Handles.Label(UnityEngine.Vector3, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Label.html
  commentId: M:UnityEditor.Handles.Label(UnityEngine.Vector3,System.String,UnityEngine.GUIStyle)
  nameWithType: Handles.Label(Vector3, string, GUIStyle)
  type: Method
- uid: UnityEditor.Handles.Label(UnityEngine.Vector3,System.String)
  name: Label(Vector3, string)
  fullName: UnityEditor.Handles.Label(UnityEngine.Vector3, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Label.html
  commentId: M:UnityEditor.Handles.Label(UnityEngine.Vector3,System.String)
  nameWithType: Handles.Label(Vector3, string)
  type: Method
- uid: UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Label(Vector3, GUIContent, GUIStyle)
  fullName: UnityEditor.Handles.Label(UnityEngine.Vector3, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Label.html
  commentId: M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: Handles.Label(Vector3, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.GUIContent)
  name: Label(Vector3, GUIContent)
  fullName: UnityEditor.Handles.Label(UnityEngine.Vector3, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Label.html
  commentId: M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.GUIContent)
  nameWithType: Handles.Label(Vector3, GUIContent)
  type: Method
- uid: UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.Texture)
  name: Label(Vector3, Texture)
  fullName: UnityEditor.Handles.Label(UnityEngine.Vector3, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Label.html
  commentId: M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.Texture)
  nameWithType: Handles.Label(Vector3, Texture)
  type: Method
- uid: UnityEditor.Handles.lighting
  name: lighting
  fullName: UnityEditor.Handles.lighting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-lighting.html
  commentId: P:UnityEditor.Handles.lighting
  nameWithType: Handles.lighting
  type: Property
- uid: UnityEditor.Handles.MakeBezierPoints(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int32)
  name: MakeBezierPoints(Vector3, Vector3, Vector3, Vector3, int)
  fullName: UnityEditor.Handles.MakeBezierPoints(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.MakeBezierPoints.html
  commentId: M:UnityEditor.Handles.MakeBezierPoints(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int32)
  nameWithType: Handles.MakeBezierPoints(Vector3, Vector3, Vector3, Vector3, int)
  type: Method
- uid: UnityEditor.Handles.matrix
  name: matrix
  fullName: UnityEditor.Handles.matrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-matrix.html
  commentId: P:UnityEditor.Handles.matrix
  nameWithType: Handles.matrix
  type: Property
- uid: UnityEditor.Handles.PositionHandle(UnityEngine.Vector3,UnityEngine.Quaternion)
  name: PositionHandle(Vector3, Quaternion)
  fullName: UnityEditor.Handles.PositionHandle(UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.PositionHandle.html
  commentId: M:UnityEditor.Handles.PositionHandle(UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Handles.PositionHandle(Vector3, Quaternion)
  type: Method
- uid: UnityEditor.Handles.preselectionColor
  name: preselectionColor
  fullName: UnityEditor.Handles.preselectionColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-preselectionColor.html
  commentId: P:UnityEditor.Handles.preselectionColor
  nameWithType: Handles.preselectionColor
  type: Property
- uid: UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single,System.Boolean)
  name: RadiusHandle(Quaternion, Vector3, float, bool)
  fullName: UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion, UnityEngine.Vector3, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.RadiusHandle.html
  commentId: M:UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single,System.Boolean)
  nameWithType: Handles.RadiusHandle(Quaternion, Vector3, float, bool)
  type: Method
- uid: UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single)
  name: RadiusHandle(Quaternion, Vector3, float)
  fullName: UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.RadiusHandle.html
  commentId: M:UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single)
  nameWithType: Handles.RadiusHandle(Quaternion, Vector3, float)
  type: Method
- uid: UnityEditor.Handles.RectangleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: RectangleCap(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.RectangleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.RectangleCap.html
  commentId: M:UnityEditor.Handles.RectangleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.RectangleCap(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.RectangleHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: RectangleHandleCap(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.RectangleHandleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.RectangleHandleCap.html
  commentId: M:UnityEditor.Handles.RectangleHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.RectangleHandleCap(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.RotationHandle(UnityEngine.Quaternion,UnityEngine.Vector3)
  name: RotationHandle(Quaternion, Vector3)
  fullName: UnityEditor.Handles.RotationHandle(UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.RotationHandle.html
  commentId: M:UnityEditor.Handles.RotationHandle(UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Handles.RotationHandle(Quaternion, Vector3)
  type: Method
- uid: UnityEditor.Handles.ScaleHandle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: ScaleHandle(Vector3, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.ScaleHandle(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ScaleHandle.html
  commentId: M:UnityEditor.Handles.ScaleHandle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.ScaleHandle(Vector3, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.ScaleSlider(System.Single,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single)
  name: ScaleSlider(float, Vector3, Vector3, Quaternion, float, float)
  fullName: UnityEditor.Handles.ScaleSlider(float, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ScaleSlider.html
  commentId: M:UnityEditor.Handles.ScaleSlider(System.Single,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single)
  nameWithType: Handles.ScaleSlider(float, Vector3, Vector3, Quaternion, float, float)
  type: Method
- uid: UnityEditor.Handles.ScaleValueHandle(System.Int32,System.Single,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  name: ScaleValueHandle(int, float, Vector3, Quaternion, float, CapFunction, float)
  fullName: UnityEditor.Handles.ScaleValueHandle(int, float, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEditor.Handles.CapFunction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ScaleValueHandle.html
  commentId: M:UnityEditor.Handles.ScaleValueHandle(System.Int32,System.Single,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  nameWithType: Handles.ScaleValueHandle(int, float, Vector3, Quaternion, float, Handles.CapFunction, float)
  type: Method
- uid: UnityEditor.Handles.ScaleValueHandle(System.Single,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  name: ScaleValueHandle(float, Vector3, Quaternion, float, CapFunction, float)
  fullName: UnityEditor.Handles.ScaleValueHandle(float, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEditor.Handles.CapFunction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ScaleValueHandle.html
  commentId: M:UnityEditor.Handles.ScaleValueHandle(System.Single,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  nameWithType: Handles.ScaleValueHandle(float, Vector3, Quaternion, float, Handles.CapFunction, float)
  type: Method
- uid: UnityEditor.Handles.ScaleValueHandle(System.Single,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEditor.Handles.DrawCapFunction,System.Single)
  name: ScaleValueHandle(float, Vector3, Quaternion, float, DrawCapFunction, float)
  fullName: UnityEditor.Handles.ScaleValueHandle(float, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEditor.Handles.DrawCapFunction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.ScaleValueHandle.html
  commentId: M:UnityEditor.Handles.ScaleValueHandle(System.Single,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEditor.Handles.DrawCapFunction,System.Single)
  nameWithType: Handles.ScaleValueHandle(float, Vector3, Quaternion, float, Handles.DrawCapFunction, float)
  type: Method
- uid: UnityEditor.Handles.secondaryColor
  name: secondaryColor
  fullName: UnityEditor.Handles.secondaryColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-secondaryColor.html
  commentId: P:UnityEditor.Handles.secondaryColor
  nameWithType: Handles.secondaryColor
  type: Property
- uid: UnityEditor.Handles.selectedColor
  name: selectedColor
  fullName: UnityEditor.Handles.selectedColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-selectedColor.html
  commentId: P:UnityEditor.Handles.selectedColor
  nameWithType: Handles.selectedColor
  type: Property
- uid: UnityEditor.Handles.SelectionFrame(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: SelectionFrame(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.SelectionFrame(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.SelectionFrame.html
  commentId: M:UnityEditor.Handles.SelectionFrame(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.SelectionFrame(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.SetCamera(UnityEngine.Camera)
  name: SetCamera(Camera)
  fullName: UnityEditor.Handles.SetCamera(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.SetCamera.html
  commentId: M:UnityEditor.Handles.SetCamera(UnityEngine.Camera)
  nameWithType: Handles.SetCamera(Camera)
  type: Method
- uid: UnityEditor.Handles.SetCamera(UnityEngine.Rect,UnityEngine.Camera)
  name: SetCamera(Rect, Camera)
  fullName: UnityEditor.Handles.SetCamera(UnityEngine.Rect, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.SetCamera.html
  commentId: M:UnityEditor.Handles.SetCamera(UnityEngine.Rect,UnityEngine.Camera)
  nameWithType: Handles.SetCamera(Rect, Camera)
  type: Method
- uid: UnityEditor.Handles.SizeFunction
  name: Handles.SizeFunction
  fullName: UnityEditor.Handles.SizeFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.SizeFunction.html
  commentId: T:UnityEditor.Handles.SizeFunction
  nameWithType: Handles.SizeFunction
  type: Delegate
- uid: UnityEditor.Handles.Slider(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  name: Slider(int, Vector3, Vector3, float, CapFunction, float)
  fullName: UnityEditor.Handles.Slider(int, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider.html
  commentId: M:UnityEditor.Handles.Slider(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  nameWithType: Handles.Slider(int, Vector3, Vector3, float, Handles.CapFunction, float)
  type: Method
- uid: UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  name: Slider(Vector3, Vector3, float, CapFunction, float)
  fullName: UnityEditor.Handles.Slider(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider.html
  commentId: M:UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  nameWithType: Handles.Slider(Vector3, Vector3, float, Handles.CapFunction, float)
  type: Method
- uid: UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,System.Single)
  name: Slider(Vector3, Vector3, float, DrawCapFunction, float)
  fullName: UnityEditor.Handles.Slider(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider.html
  commentId: M:UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,System.Single)
  nameWithType: Handles.Slider(Vector3, Vector3, float, Handles.DrawCapFunction, float)
  type: Method
- uid: UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Slider(Vector3, Vector3)
  fullName: UnityEditor.Handles.Slider(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider.html
  commentId: M:UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Handles.Slider(Vector3, Vector3)
  type: Method
- uid: UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2,System.Boolean)
  name: Slider2D(int, Vector3, Vector3, Vector3, Vector3, float, CapFunction, Vector2, bool)
  fullName: UnityEditor.Handles.Slider2D(int, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2,System.Boolean)
  nameWithType: Handles.Slider2D(int, Vector3, Vector3, Vector3, Vector3, float, Handles.CapFunction, Vector2, bool)
  type: Method
- uid: UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2)
  name: Slider2D(int, Vector3, Vector3, Vector3, Vector3, float, CapFunction, Vector2)
  fullName: UnityEditor.Handles.Slider2D(int, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2)
  nameWithType: Handles.Slider2D(int, Vector3, Vector3, Vector3, Vector3, float, Handles.CapFunction, Vector2)
  type: Method
- uid: UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2,System.Boolean)
  name: Slider2D(int, Vector3, Vector3, Vector3, Vector3, float, DrawCapFunction, Vector2, bool)
  fullName: UnityEditor.Handles.Slider2D(int, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2,System.Boolean)
  nameWithType: Handles.Slider2D(int, Vector3, Vector3, Vector3, Vector3, float, Handles.DrawCapFunction, Vector2, bool)
  type: Method
- uid: UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2)
  name: Slider2D(int, Vector3, Vector3, Vector3, Vector3, float, DrawCapFunction, Vector2)
  fullName: UnityEditor.Handles.Slider2D(int, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2)
  nameWithType: Handles.Slider2D(int, Vector3, Vector3, Vector3, Vector3, float, Handles.DrawCapFunction, Vector2)
  type: Method
- uid: UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2,System.Boolean)
  name: Slider2D(int, Vector3, Vector3, Vector3, Vector3, Vector3, float, CapFunction, Vector2, bool)
  fullName: UnityEditor.Handles.Slider2D(int, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2,System.Boolean)
  nameWithType: Handles.Slider2D(int, Vector3, Vector3, Vector3, Vector3, Vector3, float, Handles.CapFunction, Vector2, bool)
  type: Method
- uid: UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2)
  name: Slider2D(int, Vector3, Vector3, Vector3, Vector3, Vector3, float, CapFunction, Vector2)
  fullName: UnityEditor.Handles.Slider2D(int, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2)
  nameWithType: Handles.Slider2D(int, Vector3, Vector3, Vector3, Vector3, Vector3, float, Handles.CapFunction, Vector2)
  type: Method
- uid: UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2,System.Boolean)
  name: Slider2D(int, Vector3, Vector3, Vector3, Vector3, Vector3, float, DrawCapFunction, Vector2, bool)
  fullName: UnityEditor.Handles.Slider2D(int, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2,System.Boolean)
  nameWithType: Handles.Slider2D(int, Vector3, Vector3, Vector3, Vector3, Vector3, float, Handles.DrawCapFunction, Vector2, bool)
  type: Method
- uid: UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2)
  name: Slider2D(int, Vector3, Vector3, Vector3, Vector3, Vector3, float, DrawCapFunction, Vector2)
  fullName: UnityEditor.Handles.Slider2D(int, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2)
  nameWithType: Handles.Slider2D(int, Vector3, Vector3, Vector3, Vector3, Vector3, float, Handles.DrawCapFunction, Vector2)
  type: Method
- uid: UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,System.Single,System.Boolean)
  name: Slider2D(Vector3, Vector3, Vector3, Vector3, float, CapFunction, float, bool)
  fullName: UnityEditor.Handles.Slider2D(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,System.Single,System.Boolean)
  nameWithType: Handles.Slider2D(Vector3, Vector3, Vector3, Vector3, float, Handles.CapFunction, float, bool)
  type: Method
- uid: UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  name: Slider2D(Vector3, Vector3, Vector3, Vector3, float, CapFunction, float)
  fullName: UnityEditor.Handles.Slider2D(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,System.Single)
  nameWithType: Handles.Slider2D(Vector3, Vector3, Vector3, Vector3, float, Handles.CapFunction, float)
  type: Method
- uid: UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2,System.Boolean)
  name: Slider2D(Vector3, Vector3, Vector3, Vector3, float, CapFunction, Vector2, bool)
  fullName: UnityEditor.Handles.Slider2D(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2,System.Boolean)
  nameWithType: Handles.Slider2D(Vector3, Vector3, Vector3, Vector3, float, Handles.CapFunction, Vector2, bool)
  type: Method
- uid: UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2)
  name: Slider2D(Vector3, Vector3, Vector3, Vector3, float, CapFunction, Vector2)
  fullName: UnityEditor.Handles.Slider2D(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.CapFunction, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.CapFunction,UnityEngine.Vector2)
  nameWithType: Handles.Slider2D(Vector3, Vector3, Vector3, Vector3, float, Handles.CapFunction, Vector2)
  type: Method
- uid: UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,System.Single,System.Boolean)
  name: Slider2D(Vector3, Vector3, Vector3, Vector3, float, DrawCapFunction, float, bool)
  fullName: UnityEditor.Handles.Slider2D(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,System.Single,System.Boolean)
  nameWithType: Handles.Slider2D(Vector3, Vector3, Vector3, Vector3, float, Handles.DrawCapFunction, float, bool)
  type: Method
- uid: UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,System.Single)
  name: Slider2D(Vector3, Vector3, Vector3, Vector3, float, DrawCapFunction, float)
  fullName: UnityEditor.Handles.Slider2D(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,System.Single)
  nameWithType: Handles.Slider2D(Vector3, Vector3, Vector3, Vector3, float, Handles.DrawCapFunction, float)
  type: Method
- uid: UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2,System.Boolean)
  name: Slider2D(Vector3, Vector3, Vector3, Vector3, float, DrawCapFunction, Vector2, bool)
  fullName: UnityEditor.Handles.Slider2D(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2,System.Boolean)
  nameWithType: Handles.Slider2D(Vector3, Vector3, Vector3, Vector3, float, Handles.DrawCapFunction, Vector2, bool)
  type: Method
- uid: UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2)
  name: Slider2D(Vector3, Vector3, Vector3, Vector3, float, DrawCapFunction, Vector2)
  fullName: UnityEditor.Handles.Slider2D(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEditor.Handles.DrawCapFunction, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.Slider2D.html
  commentId: M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles.DrawCapFunction,UnityEngine.Vector2)
  nameWithType: Handles.Slider2D(Vector3, Vector3, Vector3, Vector3, float, Handles.DrawCapFunction, Vector2)
  type: Method
- uid: UnityEditor.Handles.SnapValue(System.Single,System.Single)
  name: SnapValue(float, float)
  fullName: UnityEditor.Handles.SnapValue(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.SnapValue.html
  commentId: M:UnityEditor.Handles.SnapValue(System.Single,System.Single)
  nameWithType: Handles.SnapValue(float, float)
  type: Method
- uid: UnityEditor.Handles.SphereCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: SphereCap(int, Vector3, Quaternion, float)
  fullName: UnityEditor.Handles.SphereCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.SphereCap.html
  commentId: M:UnityEditor.Handles.SphereCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Handles.SphereCap(int, Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.Handles.SphereHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  name: SphereHandleCap(int, Vector3, Quaternion, float, EventType)
  fullName: UnityEditor.Handles.SphereHandleCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float, UnityEngine.EventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles.SphereHandleCap.html
  commentId: M:UnityEditor.Handles.SphereHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)
  nameWithType: Handles.SphereHandleCap(int, Vector3, Quaternion, float, EventType)
  type: Method
- uid: UnityEditor.Handles.xAxisColor
  name: xAxisColor
  fullName: UnityEditor.Handles.xAxisColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-xAxisColor.html
  commentId: P:UnityEditor.Handles.xAxisColor
  nameWithType: Handles.xAxisColor
  type: Property
- uid: UnityEditor.Handles.yAxisColor
  name: yAxisColor
  fullName: UnityEditor.Handles.yAxisColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-yAxisColor.html
  commentId: P:UnityEditor.Handles.yAxisColor
  nameWithType: Handles.yAxisColor
  type: Property
- uid: UnityEditor.Handles.zAxisColor
  name: zAxisColor
  fullName: UnityEditor.Handles.zAxisColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-zAxisColor.html
  commentId: P:UnityEditor.Handles.zAxisColor
  nameWithType: Handles.zAxisColor
  type: Property
- uid: UnityEditor.Handles.zTest
  name: zTest
  fullName: UnityEditor.Handles.zTest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handles-zTest.html
  commentId: P:UnityEditor.Handles.zTest
  nameWithType: Handles.zTest
  type: Property
- uid: UnityEditor.HandleUtility
  name: HandleUtility
  fullName: UnityEditor.HandleUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.html
  commentId: T:UnityEditor.HandleUtility
  nameWithType: HandleUtility
  type: Class
- uid: UnityEditor.HandleUtility.acceleration
  name: acceleration
  fullName: UnityEditor.HandleUtility.acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility-acceleration.html
  commentId: P:UnityEditor.HandleUtility.acceleration
  nameWithType: HandleUtility.acceleration
  type: Property
- uid: UnityEditor.HandleUtility.AddControl(System.Int32,System.Single)
  name: AddControl(int, float)
  fullName: UnityEditor.HandleUtility.AddControl(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.AddControl.html
  commentId: M:UnityEditor.HandleUtility.AddControl(System.Int32,System.Single)
  nameWithType: HandleUtility.AddControl(int, float)
  type: Method
- uid: UnityEditor.HandleUtility.AddDefaultControl(System.Int32)
  name: AddDefaultControl(int)
  fullName: UnityEditor.HandleUtility.AddDefaultControl(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.AddDefaultControl.html
  commentId: M:UnityEditor.HandleUtility.AddDefaultControl(System.Int32)
  nameWithType: HandleUtility.AddDefaultControl(int)
  type: Method
- uid: UnityEditor.HandleUtility.CalcLineTranslation(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector3,UnityEngine.Vector3)
  name: CalcLineTranslation(Vector2, Vector2, Vector3, Vector3)
  fullName: UnityEditor.HandleUtility.CalcLineTranslation(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.CalcLineTranslation.html
  commentId: M:UnityEditor.HandleUtility.CalcLineTranslation(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HandleUtility.CalcLineTranslation(Vector2, Vector2, Vector3, Vector3)
  type: Method
- uid: UnityEditor.HandleUtility.ClosestPointToArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  name: ClosestPointToArc(Vector3, Vector3, Vector3, float, float)
  fullName: UnityEditor.HandleUtility.ClosestPointToArc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.ClosestPointToArc.html
  commentId: M:UnityEditor.HandleUtility.ClosestPointToArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  nameWithType: HandleUtility.ClosestPointToArc(Vector3, Vector3, Vector3, float, float)
  type: Method
- uid: UnityEditor.HandleUtility.ClosestPointToDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: ClosestPointToDisc(Vector3, Vector3, float)
  fullName: UnityEditor.HandleUtility.ClosestPointToDisc(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.ClosestPointToDisc.html
  commentId: M:UnityEditor.HandleUtility.ClosestPointToDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: HandleUtility.ClosestPointToDisc(Vector3, Vector3, float)
  type: Method
- uid: UnityEditor.HandleUtility.ClosestPointToPolyLine(UnityEngine.Vector3[])
  name: ClosestPointToPolyLine(params Vector3[])
  fullName: UnityEditor.HandleUtility.ClosestPointToPolyLine(params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.ClosestPointToPolyLine.html
  commentId: M:UnityEditor.HandleUtility.ClosestPointToPolyLine(UnityEngine.Vector3[])
  nameWithType: HandleUtility.ClosestPointToPolyLine(params Vector3[])
  type: Method
- uid: UnityEditor.HandleUtility.DistancePointBezier(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: DistancePointBezier(Vector3, Vector3, Vector3, Vector3, Vector3)
  fullName: UnityEditor.HandleUtility.DistancePointBezier(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistancePointBezier.html
  commentId: M:UnityEditor.HandleUtility.DistancePointBezier(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HandleUtility.DistancePointBezier(Vector3, Vector3, Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEditor.HandleUtility.DistancePointLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: DistancePointLine(Vector3, Vector3, Vector3)
  fullName: UnityEditor.HandleUtility.DistancePointLine(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistancePointLine.html
  commentId: M:UnityEditor.HandleUtility.DistancePointLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HandleUtility.DistancePointLine(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEditor.HandleUtility.DistancePointToLine(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)
  name: DistancePointToLine(Vector2, Vector2, Vector2)
  fullName: UnityEditor.HandleUtility.DistancePointToLine(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistancePointToLine.html
  commentId: M:UnityEditor.HandleUtility.DistancePointToLine(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: HandleUtility.DistancePointToLine(Vector2, Vector2, Vector2)
  type: Method
- uid: UnityEditor.HandleUtility.DistancePointToLineSegment(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)
  name: DistancePointToLineSegment(Vector2, Vector2, Vector2)
  fullName: UnityEditor.HandleUtility.DistancePointToLineSegment(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistancePointToLineSegment.html
  commentId: M:UnityEditor.HandleUtility.DistancePointToLineSegment(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: HandleUtility.DistancePointToLineSegment(Vector2, Vector2, Vector2)
  type: Method
- uid: UnityEditor.HandleUtility.DistanceToArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  name: DistanceToArc(Vector3, Vector3, Vector3, float, float)
  fullName: UnityEditor.HandleUtility.DistanceToArc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistanceToArc.html
  commentId: M:UnityEditor.HandleUtility.DistanceToArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  nameWithType: HandleUtility.DistanceToArc(Vector3, Vector3, Vector3, float, float)
  type: Method
- uid: UnityEditor.HandleUtility.DistanceToCircle(UnityEngine.Vector3,System.Single)
  name: DistanceToCircle(Vector3, float)
  fullName: UnityEditor.HandleUtility.DistanceToCircle(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistanceToCircle.html
  commentId: M:UnityEditor.HandleUtility.DistanceToCircle(UnityEngine.Vector3,System.Single)
  nameWithType: HandleUtility.DistanceToCircle(Vector3, float)
  type: Method
- uid: UnityEditor.HandleUtility.DistanceToDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: DistanceToDisc(Vector3, Vector3, float)
  fullName: UnityEditor.HandleUtility.DistanceToDisc(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistanceToDisc.html
  commentId: M:UnityEditor.HandleUtility.DistanceToDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: HandleUtility.DistanceToDisc(Vector3, Vector3, float)
  type: Method
- uid: UnityEditor.HandleUtility.DistanceToLine(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DistanceToLine(Vector3, Vector3)
  fullName: UnityEditor.HandleUtility.DistanceToLine(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistanceToLine.html
  commentId: M:UnityEditor.HandleUtility.DistanceToLine(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HandleUtility.DistanceToLine(Vector3, Vector3)
  type: Method
- uid: UnityEditor.HandleUtility.DistanceToPolyLine(UnityEngine.Vector3[])
  name: DistanceToPolyLine(params Vector3[])
  fullName: UnityEditor.HandleUtility.DistanceToPolyLine(params UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistanceToPolyLine.html
  commentId: M:UnityEditor.HandleUtility.DistanceToPolyLine(UnityEngine.Vector3[])
  nameWithType: HandleUtility.DistanceToPolyLine(params Vector3[])
  type: Method
- uid: UnityEditor.HandleUtility.DistanceToRectangle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: DistanceToRectangle(Vector3, Quaternion, float)
  fullName: UnityEditor.HandleUtility.DistanceToRectangle(UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.DistanceToRectangle.html
  commentId: M:UnityEditor.HandleUtility.DistanceToRectangle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: HandleUtility.DistanceToRectangle(Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.HandleUtility.GetHandleSize(UnityEngine.Vector3)
  name: GetHandleSize(Vector3)
  fullName: UnityEditor.HandleUtility.GetHandleSize(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.GetHandleSize.html
  commentId: M:UnityEditor.HandleUtility.GetHandleSize(UnityEngine.Vector3)
  nameWithType: HandleUtility.GetHandleSize(Vector3)
  type: Method
- uid: UnityEditor.HandleUtility.GUIPointToScreenPixelCoordinate(UnityEngine.Vector2)
  name: GUIPointToScreenPixelCoordinate(Vector2)
  fullName: UnityEditor.HandleUtility.GUIPointToScreenPixelCoordinate(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.GUIPointToScreenPixelCoordinate.html
  commentId: M:UnityEditor.HandleUtility.GUIPointToScreenPixelCoordinate(UnityEngine.Vector2)
  nameWithType: HandleUtility.GUIPointToScreenPixelCoordinate(Vector2)
  type: Method
- uid: UnityEditor.HandleUtility.GUIPointToWorldRay(UnityEngine.Vector2)
  name: GUIPointToWorldRay(Vector2)
  fullName: UnityEditor.HandleUtility.GUIPointToWorldRay(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.GUIPointToWorldRay.html
  commentId: M:UnityEditor.HandleUtility.GUIPointToWorldRay(UnityEngine.Vector2)
  nameWithType: HandleUtility.GUIPointToWorldRay(Vector2)
  type: Method
- uid: UnityEditor.HandleUtility.handleMaterial
  name: handleMaterial
  fullName: UnityEditor.HandleUtility.handleMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility-handleMaterial.html
  commentId: P:UnityEditor.HandleUtility.handleMaterial
  nameWithType: HandleUtility.handleMaterial
  type: Property
- uid: UnityEditor.HandleUtility.nearestControl
  name: nearestControl
  fullName: UnityEditor.HandleUtility.nearestControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility-nearestControl.html
  commentId: P:UnityEditor.HandleUtility.nearestControl
  nameWithType: HandleUtility.nearestControl
  type: Property
- uid: UnityEditor.HandleUtility.niceMouseDelta
  name: niceMouseDelta
  fullName: UnityEditor.HandleUtility.niceMouseDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility-niceMouseDelta.html
  commentId: P:UnityEditor.HandleUtility.niceMouseDelta
  nameWithType: HandleUtility.niceMouseDelta
  type: Property
- uid: UnityEditor.HandleUtility.niceMouseDeltaZoom
  name: niceMouseDeltaZoom
  fullName: UnityEditor.HandleUtility.niceMouseDeltaZoom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility-niceMouseDeltaZoom.html
  commentId: P:UnityEditor.HandleUtility.niceMouseDeltaZoom
  nameWithType: HandleUtility.niceMouseDeltaZoom
  type: Property
- uid: UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Boolean,UnityEngine.GameObject[])
  name: PickGameObject(Vector2, bool, GameObject[])
  fullName: UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2, bool, UnityEngine.GameObject[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PickGameObject.html
  commentId: M:UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Boolean,UnityEngine.GameObject[])
  nameWithType: HandleUtility.PickGameObject(Vector2, bool, GameObject[])
  type: Method
- uid: UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Boolean)
  name: PickGameObject(Vector2, bool)
  fullName: UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PickGameObject.html
  commentId: M:UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Boolean)
  nameWithType: HandleUtility.PickGameObject(Vector2, bool)
  type: Method
- uid: UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Int32@)
  name: PickGameObject(Vector2, out int)
  fullName: UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2, out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PickGameObject.html
  commentId: M:UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Int32@)
  nameWithType: HandleUtility.PickGameObject(Vector2, out int)
  type: Method
- uid: UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,UnityEngine.GameObject[],System.Int32@)
  name: PickGameObject(Vector2, GameObject[], out int)
  fullName: UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2, UnityEngine.GameObject[], out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PickGameObject.html
  commentId: M:UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,UnityEngine.GameObject[],System.Int32@)
  nameWithType: HandleUtility.PickGameObject(Vector2, GameObject[], out int)
  type: Method
- uid: UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect,System.Boolean)
  name: PickRectObjects(Rect, bool)
  fullName: UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PickRectObjects.html
  commentId: M:UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect,System.Boolean)
  nameWithType: HandleUtility.PickRectObjects(Rect, bool)
  type: Method
- uid: UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect)
  name: PickRectObjects(Rect)
  fullName: UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PickRectObjects.html
  commentId: M:UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect)
  nameWithType: HandleUtility.PickRectObjects(Rect)
  type: Method
- uid: UnityEditor.HandleUtility.PointOnLineParameter(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: PointOnLineParameter(Vector3, Vector3, Vector3)
  fullName: UnityEditor.HandleUtility.PointOnLineParameter(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PointOnLineParameter.html
  commentId: M:UnityEditor.HandleUtility.PointOnLineParameter(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HandleUtility.PointOnLineParameter(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEditor.HandleUtility.PopCamera(UnityEngine.Camera)
  name: PopCamera(Camera)
  fullName: UnityEditor.HandleUtility.PopCamera(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PopCamera.html
  commentId: M:UnityEditor.HandleUtility.PopCamera(UnityEngine.Camera)
  nameWithType: HandleUtility.PopCamera(Camera)
  type: Method
- uid: UnityEditor.HandleUtility.ProjectPointLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: ProjectPointLine(Vector3, Vector3, Vector3)
  fullName: UnityEditor.HandleUtility.ProjectPointLine(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.ProjectPointLine.html
  commentId: M:UnityEditor.HandleUtility.ProjectPointLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HandleUtility.ProjectPointLine(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEditor.HandleUtility.PushCamera(UnityEngine.Camera)
  name: PushCamera(Camera)
  fullName: UnityEditor.HandleUtility.PushCamera(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.PushCamera.html
  commentId: M:UnityEditor.HandleUtility.PushCamera(UnityEngine.Camera)
  nameWithType: HandleUtility.PushCamera(Camera)
  type: Method
- uid: UnityEditor.HandleUtility.RaySnap(UnityEngine.Ray)
  name: RaySnap(Ray)
  fullName: UnityEditor.HandleUtility.RaySnap(UnityEngine.Ray)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.RaySnap.html
  commentId: M:UnityEditor.HandleUtility.RaySnap(UnityEngine.Ray)
  nameWithType: HandleUtility.RaySnap(Ray)
  type: Method
- uid: UnityEditor.HandleUtility.Repaint
  name: Repaint()
  fullName: UnityEditor.HandleUtility.Repaint()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.Repaint.html
  commentId: M:UnityEditor.HandleUtility.Repaint
  nameWithType: HandleUtility.Repaint()
  type: Method
- uid: UnityEditor.HandleUtility.WorldPointToSizedRect(UnityEngine.Vector3,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: WorldPointToSizedRect(Vector3, GUIContent, GUIStyle)
  fullName: UnityEditor.HandleUtility.WorldPointToSizedRect(UnityEngine.Vector3, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.WorldPointToSizedRect.html
  commentId: M:UnityEditor.HandleUtility.WorldPointToSizedRect(UnityEngine.Vector3,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: HandleUtility.WorldPointToSizedRect(Vector3, GUIContent, GUIStyle)
  type: Method
- uid: UnityEditor.HandleUtility.WorldToGUIPoint(UnityEngine.Vector3)
  name: WorldToGUIPoint(Vector3)
  fullName: UnityEditor.HandleUtility.WorldToGUIPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HandleUtility.WorldToGUIPoint.html
  commentId: M:UnityEditor.HandleUtility.WorldToGUIPoint(UnityEngine.Vector3)
  nameWithType: HandleUtility.WorldToGUIPoint(Vector3)
  type: Method
- uid: UnityEditor.Hardware
  name: UnityEditor.Hardware
  fullName: UnityEditor.Hardware
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Hardware
  nameWithType: UnityEditor.Hardware
  type: Namespace
- uid: UnityEditor.Hardware.DevDevice
  name: DevDevice
  fullName: UnityEditor.Hardware.DevDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice.html
  commentId: T:UnityEditor.Hardware.DevDevice
  nameWithType: DevDevice
  type: Struct
- uid: UnityEditor.Hardware.DevDevice.#ctor(System.String,System.String,System.String,System.String,UnityEditor.Hardware.DevDeviceState,UnityEditor.Hardware.DevDeviceFeatures)
  name: DevDevice(string, string, string, string, DevDeviceState, DevDeviceFeatures)
  fullName: UnityEditor.Hardware.DevDevice.DevDevice(string, string, string, string, UnityEditor.Hardware.DevDeviceState, UnityEditor.Hardware.DevDeviceFeatures)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-ctor.html
  commentId: M:UnityEditor.Hardware.DevDevice.#ctor(System.String,System.String,System.String,System.String,UnityEditor.Hardware.DevDeviceState,UnityEditor.Hardware.DevDeviceFeatures)
  nameWithType: DevDevice.DevDevice(string, string, string, string, DevDeviceState, DevDeviceFeatures)
  type: Constructor
- uid: UnityEditor.Hardware.DevDevice.features
  name: features
  fullName: UnityEditor.Hardware.DevDevice.features
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-features.html
  commentId: F:UnityEditor.Hardware.DevDevice.features
  nameWithType: DevDevice.features
  type: Field
- uid: UnityEditor.Hardware.DevDevice.id
  name: id
  fullName: UnityEditor.Hardware.DevDevice.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-id.html
  commentId: F:UnityEditor.Hardware.DevDevice.id
  nameWithType: DevDevice.id
  type: Field
- uid: UnityEditor.Hardware.DevDevice.isConnected
  name: isConnected
  fullName: UnityEditor.Hardware.DevDevice.isConnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-isConnected.html
  commentId: P:UnityEditor.Hardware.DevDevice.isConnected
  nameWithType: DevDevice.isConnected
  type: Property
- uid: UnityEditor.Hardware.DevDevice.module
  name: module
  fullName: UnityEditor.Hardware.DevDevice.module
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-module.html
  commentId: F:UnityEditor.Hardware.DevDevice.module
  nameWithType: DevDevice.module
  type: Field
- uid: UnityEditor.Hardware.DevDevice.name
  name: name
  fullName: UnityEditor.Hardware.DevDevice.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-name.html
  commentId: F:UnityEditor.Hardware.DevDevice.name
  nameWithType: DevDevice.name
  type: Field
- uid: UnityEditor.Hardware.DevDevice.none
  name: none
  fullName: UnityEditor.Hardware.DevDevice.none
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-none.html
  commentId: P:UnityEditor.Hardware.DevDevice.none
  nameWithType: DevDevice.none
  type: Property
- uid: UnityEditor.Hardware.DevDevice.state
  name: state
  fullName: UnityEditor.Hardware.DevDevice.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-state.html
  commentId: F:UnityEditor.Hardware.DevDevice.state
  nameWithType: DevDevice.state
  type: Field
- uid: UnityEditor.Hardware.DevDevice.ToString
  name: ToString()
  fullName: UnityEditor.Hardware.DevDevice.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice.ToString.html
  commentId: M:UnityEditor.Hardware.DevDevice.ToString
  nameWithType: DevDevice.ToString()
  type: Method
- uid: UnityEditor.Hardware.DevDevice.type
  name: type
  fullName: UnityEditor.Hardware.DevDevice.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDevice-type.html
  commentId: F:UnityEditor.Hardware.DevDevice.type
  nameWithType: DevDevice.type
  type: Field
- uid: UnityEditor.Hardware.DevDeviceFeatures
  name: DevDeviceFeatures
  fullName: UnityEditor.Hardware.DevDeviceFeatures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceFeatures.html
  commentId: T:UnityEditor.Hardware.DevDeviceFeatures
  nameWithType: DevDeviceFeatures
  type: Enum
- uid: UnityEditor.Hardware.DevDeviceFeatures.None
  name: None
  fullName: UnityEditor.Hardware.DevDeviceFeatures.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceFeatures.None.html
  commentId: F:UnityEditor.Hardware.DevDeviceFeatures.None
  nameWithType: DevDeviceFeatures.None
  type: Field
- uid: UnityEditor.Hardware.DevDeviceFeatures.PlayerConnection
  name: PlayerConnection
  fullName: UnityEditor.Hardware.DevDeviceFeatures.PlayerConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceFeatures.PlayerConnection.html
  commentId: F:UnityEditor.Hardware.DevDeviceFeatures.PlayerConnection
  nameWithType: DevDeviceFeatures.PlayerConnection
  type: Field
- uid: UnityEditor.Hardware.DevDeviceFeatures.RemoteConnection
  name: RemoteConnection
  fullName: UnityEditor.Hardware.DevDeviceFeatures.RemoteConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceFeatures.RemoteConnection.html
  commentId: F:UnityEditor.Hardware.DevDeviceFeatures.RemoteConnection
  nameWithType: DevDeviceFeatures.RemoteConnection
  type: Field
- uid: UnityEditor.Hardware.DevDeviceList
  name: DevDeviceList
  fullName: UnityEditor.Hardware.DevDeviceList
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceList.html
  commentId: T:UnityEditor.Hardware.DevDeviceList
  nameWithType: DevDeviceList
  type: Class
- uid: UnityEditor.Hardware.DevDeviceList.Changed
  name: Changed
  fullName: UnityEditor.Hardware.DevDeviceList.Changed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceList.Changed.html
  commentId: E:UnityEditor.Hardware.DevDeviceList.Changed
  nameWithType: DevDeviceList.Changed
  type: Event
- uid: UnityEditor.Hardware.DevDeviceList.FindDevice(System.String,UnityEditor.Hardware.DevDevice@)
  name: FindDevice(string, out DevDevice)
  fullName: UnityEditor.Hardware.DevDeviceList.FindDevice(string, out UnityEditor.Hardware.DevDevice)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceList.FindDevice.html
  commentId: M:UnityEditor.Hardware.DevDeviceList.FindDevice(System.String,UnityEditor.Hardware.DevDevice@)
  nameWithType: DevDeviceList.FindDevice(string, out DevDevice)
  type: Method
- uid: UnityEditor.Hardware.DevDeviceList.GetDevices
  name: GetDevices()
  fullName: UnityEditor.Hardware.DevDeviceList.GetDevices()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceList.GetDevices.html
  commentId: M:UnityEditor.Hardware.DevDeviceList.GetDevices
  nameWithType: DevDeviceList.GetDevices()
  type: Method
- uid: UnityEditor.Hardware.DevDeviceList.OnChanged
  name: OnChanged()
  fullName: UnityEditor.Hardware.DevDeviceList.OnChanged()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceList.OnChanged.html
  commentId: M:UnityEditor.Hardware.DevDeviceList.OnChanged
  nameWithType: DevDeviceList.OnChanged()
  type: Method
- uid: UnityEditor.Hardware.DevDeviceList.OnChangedHandler
  name: DevDeviceList.OnChangedHandler
  fullName: UnityEditor.Hardware.DevDeviceList.OnChangedHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceList.OnChangedHandler.html
  commentId: T:UnityEditor.Hardware.DevDeviceList.OnChangedHandler
  nameWithType: DevDeviceList.OnChangedHandler
  type: Delegate
- uid: UnityEditor.Hardware.DevDeviceState
  name: DevDeviceState
  fullName: UnityEditor.Hardware.DevDeviceState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceState.html
  commentId: T:UnityEditor.Hardware.DevDeviceState
  nameWithType: DevDeviceState
  type: Enum
- uid: UnityEditor.Hardware.DevDeviceState.Connected
  name: Connected
  fullName: UnityEditor.Hardware.DevDeviceState.Connected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceState.Connected.html
  commentId: F:UnityEditor.Hardware.DevDeviceState.Connected
  nameWithType: DevDeviceState.Connected
  type: Field
- uid: UnityEditor.Hardware.DevDeviceState.Disconnected
  name: Disconnected
  fullName: UnityEditor.Hardware.DevDeviceState.Disconnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.DevDeviceState.Disconnected.html
  commentId: F:UnityEditor.Hardware.DevDeviceState.Disconnected
  nameWithType: DevDeviceState.Disconnected
  type: Field
- uid: UnityEditor.Hardware.Usb
  name: Usb
  fullName: UnityEditor.Hardware.Usb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.Usb.html
  commentId: T:UnityEditor.Hardware.Usb
  nameWithType: Usb
  type: Class
- uid: UnityEditor.Hardware.Usb.DevicesChanged
  name: DevicesChanged
  fullName: UnityEditor.Hardware.Usb.DevicesChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.Usb.DevicesChanged.html
  commentId: E:UnityEditor.Hardware.Usb.DevicesChanged
  nameWithType: Usb.DevicesChanged
  type: Event
- uid: UnityEditor.Hardware.Usb.OnDevicesChanged(UnityEditor.Hardware.UsbDevice[])
  name: OnDevicesChanged(UsbDevice[])
  fullName: UnityEditor.Hardware.Usb.OnDevicesChanged(UnityEditor.Hardware.UsbDevice[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.Usb.OnDevicesChanged.html
  commentId: M:UnityEditor.Hardware.Usb.OnDevicesChanged(UnityEditor.Hardware.UsbDevice[])
  nameWithType: Usb.OnDevicesChanged(UsbDevice[])
  type: Method
- uid: UnityEditor.Hardware.Usb.OnDevicesChangedHandler
  name: Usb.OnDevicesChangedHandler
  fullName: UnityEditor.Hardware.Usb.OnDevicesChangedHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.Usb.OnDevicesChangedHandler.html
  commentId: T:UnityEditor.Hardware.Usb.OnDevicesChangedHandler
  nameWithType: Usb.OnDevicesChangedHandler
  type: Delegate
- uid: UnityEditor.Hardware.UsbDevice
  name: UsbDevice
  fullName: UnityEditor.Hardware.UsbDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.UsbDevice.html
  commentId: T:UnityEditor.Hardware.UsbDevice
  nameWithType: UsbDevice
  type: Struct
- uid: UnityEditor.Hardware.UsbDevice.name
  name: name
  fullName: UnityEditor.Hardware.UsbDevice.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.UsbDevice-name.html
  commentId: F:UnityEditor.Hardware.UsbDevice.name
  nameWithType: UsbDevice.name
  type: Field
- uid: UnityEditor.Hardware.UsbDevice.productId
  name: productId
  fullName: UnityEditor.Hardware.UsbDevice.productId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.UsbDevice-productId.html
  commentId: F:UnityEditor.Hardware.UsbDevice.productId
  nameWithType: UsbDevice.productId
  type: Field
- uid: UnityEditor.Hardware.UsbDevice.revision
  name: revision
  fullName: UnityEditor.Hardware.UsbDevice.revision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.UsbDevice-revision.html
  commentId: F:UnityEditor.Hardware.UsbDevice.revision
  nameWithType: UsbDevice.revision
  type: Field
- uid: UnityEditor.Hardware.UsbDevice.ToString
  name: ToString()
  fullName: UnityEditor.Hardware.UsbDevice.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.UsbDevice.ToString.html
  commentId: M:UnityEditor.Hardware.UsbDevice.ToString
  nameWithType: UsbDevice.ToString()
  type: Method
- uid: UnityEditor.Hardware.UsbDevice.udid
  name: udid
  fullName: UnityEditor.Hardware.UsbDevice.udid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.UsbDevice-udid.html
  commentId: F:UnityEditor.Hardware.UsbDevice.udid
  nameWithType: UsbDevice.udid
  type: Field
- uid: UnityEditor.Hardware.UsbDevice.vendorId
  name: vendorId
  fullName: UnityEditor.Hardware.UsbDevice.vendorId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hardware.UsbDevice-vendorId.html
  commentId: F:UnityEditor.Hardware.UsbDevice.vendorId
  nameWithType: UsbDevice.vendorId
  type: Field
- uid: UnityEditor.Help
  name: Help
  fullName: UnityEditor.Help
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Help.html
  commentId: T:UnityEditor.Help
  nameWithType: Help
  type: Class
- uid: UnityEditor.Help.BrowseURL(System.String)
  name: BrowseURL(string)
  fullName: UnityEditor.Help.BrowseURL(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Help.BrowseURL.html
  commentId: M:UnityEditor.Help.BrowseURL(System.String)
  nameWithType: Help.BrowseURL(string)
  type: Method
- uid: UnityEditor.Help.GetHelpURLForObject(UnityEngine.Object)
  name: GetHelpURLForObject(Object)
  fullName: UnityEditor.Help.GetHelpURLForObject(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Help.GetHelpURLForObject.html
  commentId: M:UnityEditor.Help.GetHelpURLForObject(UnityEngine.Object)
  nameWithType: Help.GetHelpURLForObject(Object)
  type: Method
- uid: UnityEditor.Help.HasHelpForObject(UnityEngine.Object)
  name: HasHelpForObject(Object)
  fullName: UnityEditor.Help.HasHelpForObject(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Help.HasHelpForObject.html
  commentId: M:UnityEditor.Help.HasHelpForObject(UnityEngine.Object)
  nameWithType: Help.HasHelpForObject(Object)
  type: Method
- uid: UnityEditor.Help.ShowHelpForObject(UnityEngine.Object)
  name: ShowHelpForObject(Object)
  fullName: UnityEditor.Help.ShowHelpForObject(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Help.ShowHelpForObject.html
  commentId: M:UnityEditor.Help.ShowHelpForObject(UnityEngine.Object)
  nameWithType: Help.ShowHelpForObject(Object)
  type: Method
- uid: UnityEditor.Help.ShowHelpPage(System.String)
  name: ShowHelpPage(string)
  fullName: UnityEditor.Help.ShowHelpPage(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Help.ShowHelpPage.html
  commentId: M:UnityEditor.Help.ShowHelpPage(System.String)
  nameWithType: Help.ShowHelpPage(string)
  type: Method
- uid: UnityEditor.HierarchyProperty
  name: HierarchyProperty
  fullName: UnityEditor.HierarchyProperty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.html
  commentId: T:UnityEditor.HierarchyProperty
  nameWithType: HierarchyProperty
  type: Class
- uid: UnityEditor.HierarchyProperty.#ctor(UnityEditor.HierarchyType)
  name: HierarchyProperty(HierarchyType)
  fullName: UnityEditor.HierarchyProperty.HierarchyProperty(UnityEditor.HierarchyType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-ctor.html
  commentId: M:UnityEditor.HierarchyProperty.#ctor(UnityEditor.HierarchyType)
  nameWithType: HierarchyProperty.HierarchyProperty(HierarchyType)
  type: Constructor
- uid: UnityEditor.HierarchyProperty.alphaSorted
  name: alphaSorted
  fullName: UnityEditor.HierarchyProperty.alphaSorted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-alphaSorted.html
  commentId: P:UnityEditor.HierarchyProperty.alphaSorted
  nameWithType: HierarchyProperty.alphaSorted
  type: Property
- uid: UnityEditor.HierarchyProperty.ancestors
  name: ancestors
  fullName: UnityEditor.HierarchyProperty.ancestors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-ancestors.html
  commentId: P:UnityEditor.HierarchyProperty.ancestors
  nameWithType: HierarchyProperty.ancestors
  type: Property
- uid: UnityEditor.HierarchyProperty.ClearSceneObjectsFilter
  name: ClearSceneObjectsFilter()
  fullName: UnityEditor.HierarchyProperty.ClearSceneObjectsFilter()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.ClearSceneObjectsFilter.html
  commentId: M:UnityEditor.HierarchyProperty.ClearSceneObjectsFilter
  nameWithType: HierarchyProperty.ClearSceneObjectsFilter()
  type: Method
- uid: UnityEditor.HierarchyProperty.colorCode
  name: colorCode
  fullName: UnityEditor.HierarchyProperty.colorCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-colorCode.html
  commentId: P:UnityEditor.HierarchyProperty.colorCode
  nameWithType: HierarchyProperty.colorCode
  type: Property
- uid: UnityEditor.HierarchyProperty.CountRemaining(System.Int32[])
  name: CountRemaining(int[])
  fullName: UnityEditor.HierarchyProperty.CountRemaining(int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.CountRemaining.html
  commentId: M:UnityEditor.HierarchyProperty.CountRemaining(System.Int32[])
  nameWithType: HierarchyProperty.CountRemaining(int[])
  type: Method
- uid: UnityEditor.HierarchyProperty.depth
  name: depth
  fullName: UnityEditor.HierarchyProperty.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-depth.html
  commentId: P:UnityEditor.HierarchyProperty.depth
  nameWithType: HierarchyProperty.depth
  type: Property
- uid: UnityEditor.HierarchyProperty.FilterSingleSceneObject(System.Int32,System.Boolean)
  name: FilterSingleSceneObject(int, bool)
  fullName: UnityEditor.HierarchyProperty.FilterSingleSceneObject(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.FilterSingleSceneObject.html
  commentId: M:UnityEditor.HierarchyProperty.FilterSingleSceneObject(System.Int32,System.Boolean)
  nameWithType: HierarchyProperty.FilterSingleSceneObject(int, bool)
  type: Method
- uid: UnityEditor.HierarchyProperty.Finalize
  name: ~HierarchyProperty()
  fullName: UnityEditor.HierarchyProperty.~HierarchyProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.Finalize.html
  commentId: M:UnityEditor.HierarchyProperty.Finalize
  nameWithType: HierarchyProperty.~HierarchyProperty()
  type: Method
- uid: UnityEditor.HierarchyProperty.Find(System.Int32,System.Int32[])
  name: Find(int, int[])
  fullName: UnityEditor.HierarchyProperty.Find(int, int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.Find.html
  commentId: M:UnityEditor.HierarchyProperty.Find(System.Int32,System.Int32[])
  nameWithType: HierarchyProperty.Find(int, int[])
  type: Method
- uid: UnityEditor.HierarchyProperty.FindAllAncestors(System.Int32[])
  name: FindAllAncestors(int[])
  fullName: UnityEditor.HierarchyProperty.FindAllAncestors(int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.FindAllAncestors.html
  commentId: M:UnityEditor.HierarchyProperty.FindAllAncestors(System.Int32[])
  nameWithType: HierarchyProperty.FindAllAncestors(int[])
  type: Method
- uid: UnityEditor.HierarchyProperty.GetScene
  name: GetScene()
  fullName: UnityEditor.HierarchyProperty.GetScene()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.GetScene.html
  commentId: M:UnityEditor.HierarchyProperty.GetScene
  nameWithType: HierarchyProperty.GetScene()
  type: Method
- uid: UnityEditor.HierarchyProperty.guid
  name: guid
  fullName: UnityEditor.HierarchyProperty.guid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-guid.html
  commentId: P:UnityEditor.HierarchyProperty.guid
  nameWithType: HierarchyProperty.guid
  type: Property
- uid: UnityEditor.HierarchyProperty.hasChildren
  name: hasChildren
  fullName: UnityEditor.HierarchyProperty.hasChildren
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-hasChildren.html
  commentId: P:UnityEditor.HierarchyProperty.hasChildren
  nameWithType: HierarchyProperty.hasChildren
  type: Property
- uid: UnityEditor.HierarchyProperty.hasFullPreviewImage
  name: hasFullPreviewImage
  fullName: UnityEditor.HierarchyProperty.hasFullPreviewImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-hasFullPreviewImage.html
  commentId: P:UnityEditor.HierarchyProperty.hasFullPreviewImage
  nameWithType: HierarchyProperty.hasFullPreviewImage
  type: Property
- uid: UnityEditor.HierarchyProperty.icon
  name: icon
  fullName: UnityEditor.HierarchyProperty.icon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-icon.html
  commentId: P:UnityEditor.HierarchyProperty.icon
  nameWithType: HierarchyProperty.icon
  type: Property
- uid: UnityEditor.HierarchyProperty.iconDrawStyle
  name: iconDrawStyle
  fullName: UnityEditor.HierarchyProperty.iconDrawStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-iconDrawStyle.html
  commentId: P:UnityEditor.HierarchyProperty.iconDrawStyle
  nameWithType: HierarchyProperty.iconDrawStyle
  type: Property
- uid: UnityEditor.HierarchyProperty.instanceID
  name: instanceID
  fullName: UnityEditor.HierarchyProperty.instanceID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-instanceID.html
  commentId: P:UnityEditor.HierarchyProperty.instanceID
  nameWithType: HierarchyProperty.instanceID
  type: Property
- uid: UnityEditor.HierarchyProperty.IsExpanded(System.Int32[])
  name: IsExpanded(int[])
  fullName: UnityEditor.HierarchyProperty.IsExpanded(int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.IsExpanded.html
  commentId: M:UnityEditor.HierarchyProperty.IsExpanded(System.Int32[])
  nameWithType: HierarchyProperty.IsExpanded(int[])
  type: Method
- uid: UnityEditor.HierarchyProperty.isFolder
  name: isFolder
  fullName: UnityEditor.HierarchyProperty.isFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-isFolder.html
  commentId: P:UnityEditor.HierarchyProperty.isFolder
  nameWithType: HierarchyProperty.isFolder
  type: Property
- uid: UnityEditor.HierarchyProperty.isMainRepresentation
  name: isMainRepresentation
  fullName: UnityEditor.HierarchyProperty.isMainRepresentation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-isMainRepresentation.html
  commentId: P:UnityEditor.HierarchyProperty.isMainRepresentation
  nameWithType: HierarchyProperty.isMainRepresentation
  type: Property
- uid: UnityEditor.HierarchyProperty.isValid
  name: isValid
  fullName: UnityEditor.HierarchyProperty.isValid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-isValid.html
  commentId: P:UnityEditor.HierarchyProperty.isValid
  nameWithType: HierarchyProperty.isValid
  type: Property
- uid: UnityEditor.HierarchyProperty.name
  name: name
  fullName: UnityEditor.HierarchyProperty.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-name.html
  commentId: P:UnityEditor.HierarchyProperty.name
  nameWithType: HierarchyProperty.name
  type: Property
- uid: UnityEditor.HierarchyProperty.Next(System.Int32[])
  name: Next(int[])
  fullName: UnityEditor.HierarchyProperty.Next(int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.Next.html
  commentId: M:UnityEditor.HierarchyProperty.Next(System.Int32[])
  nameWithType: HierarchyProperty.Next(int[])
  type: Method
- uid: UnityEditor.HierarchyProperty.NextWithDepthCheck(System.Int32[],System.Int32)
  name: NextWithDepthCheck(int[], int)
  fullName: UnityEditor.HierarchyProperty.NextWithDepthCheck(int[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.NextWithDepthCheck.html
  commentId: M:UnityEditor.HierarchyProperty.NextWithDepthCheck(System.Int32[],System.Int32)
  nameWithType: HierarchyProperty.NextWithDepthCheck(int[], int)
  type: Method
- uid: UnityEditor.HierarchyProperty.Parent
  name: Parent()
  fullName: UnityEditor.HierarchyProperty.Parent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.Parent.html
  commentId: M:UnityEditor.HierarchyProperty.Parent
  nameWithType: HierarchyProperty.Parent()
  type: Method
- uid: UnityEditor.HierarchyProperty.pptrValue
  name: pptrValue
  fullName: UnityEditor.HierarchyProperty.pptrValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-pptrValue.html
  commentId: P:UnityEditor.HierarchyProperty.pptrValue
  nameWithType: HierarchyProperty.pptrValue
  type: Property
- uid: UnityEditor.HierarchyProperty.Previous(System.Int32[])
  name: Previous(int[])
  fullName: UnityEditor.HierarchyProperty.Previous(int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.Previous.html
  commentId: M:UnityEditor.HierarchyProperty.Previous(System.Int32[])
  nameWithType: HierarchyProperty.Previous(int[])
  type: Method
- uid: UnityEditor.HierarchyProperty.Reset
  name: Reset()
  fullName: UnityEditor.HierarchyProperty.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.Reset.html
  commentId: M:UnityEditor.HierarchyProperty.Reset
  nameWithType: HierarchyProperty.Reset()
  type: Method
- uid: UnityEditor.HierarchyProperty.row
  name: row
  fullName: UnityEditor.HierarchyProperty.row
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty-row.html
  commentId: P:UnityEditor.HierarchyProperty.row
  nameWithType: HierarchyProperty.row
  type: Property
- uid: UnityEditor.HierarchyProperty.SetSearchFilter(System.String,System.Int32)
  name: SetSearchFilter(string, int)
  fullName: UnityEditor.HierarchyProperty.SetSearchFilter(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.SetSearchFilter.html
  commentId: M:UnityEditor.HierarchyProperty.SetSearchFilter(System.String,System.Int32)
  nameWithType: HierarchyProperty.SetSearchFilter(string, int)
  type: Method
- uid: UnityEditor.HierarchyProperty.Skip(System.Int32,System.Int32[])
  name: Skip(int, int[])
  fullName: UnityEditor.HierarchyProperty.Skip(int, int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyProperty.Skip.html
  commentId: M:UnityEditor.HierarchyProperty.Skip(System.Int32,System.Int32[])
  nameWithType: HierarchyProperty.Skip(int, int[])
  type: Method
- uid: UnityEditor.HierarchyType
  name: HierarchyType
  fullName: UnityEditor.HierarchyType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyType.html
  commentId: T:UnityEditor.HierarchyType
  nameWithType: HierarchyType
  type: Enum
- uid: UnityEditor.HierarchyType.Assets
  name: Assets
  fullName: UnityEditor.HierarchyType.Assets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyType.Assets.html
  commentId: F:UnityEditor.HierarchyType.Assets
  nameWithType: HierarchyType.Assets
  type: Field
- uid: UnityEditor.HierarchyType.GameObjects
  name: GameObjects
  fullName: UnityEditor.HierarchyType.GameObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyType.GameObjects.html
  commentId: F:UnityEditor.HierarchyType.GameObjects
  nameWithType: HierarchyType.GameObjects
  type: Field
- uid: UnityEditor.HierarchyType.Packages
  name: Packages
  fullName: UnityEditor.HierarchyType.Packages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HierarchyType.Packages.html
  commentId: F:UnityEditor.HierarchyType.Packages
  nameWithType: HierarchyType.Packages
  type: Field
- uid: UnityEditor.Highlighter
  name: Highlighter
  fullName: UnityEditor.Highlighter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter.html
  commentId: T:UnityEditor.Highlighter
  nameWithType: Highlighter
  type: Class
- uid: UnityEditor.Highlighter.active
  name: active
  fullName: UnityEditor.Highlighter.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter-active.html
  commentId: P:UnityEditor.Highlighter.active
  nameWithType: Highlighter.active
  type: Property
- uid: UnityEditor.Highlighter.activeRect
  name: activeRect
  fullName: UnityEditor.Highlighter.activeRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter-activeRect.html
  commentId: P:UnityEditor.Highlighter.activeRect
  nameWithType: Highlighter.activeRect
  type: Property
- uid: UnityEditor.Highlighter.activeText
  name: activeText
  fullName: UnityEditor.Highlighter.activeText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter-activeText.html
  commentId: P:UnityEditor.Highlighter.activeText
  nameWithType: Highlighter.activeText
  type: Property
- uid: UnityEditor.Highlighter.activeVisible
  name: activeVisible
  fullName: UnityEditor.Highlighter.activeVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter-activeVisible.html
  commentId: P:UnityEditor.Highlighter.activeVisible
  nameWithType: Highlighter.activeVisible
  type: Property
- uid: UnityEditor.Highlighter.Highlight(System.String,System.String,UnityEditor.HighlightSearchMode)
  name: Highlight(string, string, HighlightSearchMode)
  fullName: UnityEditor.Highlighter.Highlight(string, string, UnityEditor.HighlightSearchMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter.Highlight.html
  commentId: M:UnityEditor.Highlighter.Highlight(System.String,System.String,UnityEditor.HighlightSearchMode)
  nameWithType: Highlighter.Highlight(string, string, HighlightSearchMode)
  type: Method
- uid: UnityEditor.Highlighter.Highlight(System.String,System.String)
  name: Highlight(string, string)
  fullName: UnityEditor.Highlighter.Highlight(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter.Highlight.html
  commentId: M:UnityEditor.Highlighter.Highlight(System.String,System.String)
  nameWithType: Highlighter.Highlight(string, string)
  type: Method
- uid: UnityEditor.Highlighter.HighlightIdentifier(UnityEngine.Rect,System.String)
  name: HighlightIdentifier(Rect, string)
  fullName: UnityEditor.Highlighter.HighlightIdentifier(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter.HighlightIdentifier.html
  commentId: M:UnityEditor.Highlighter.HighlightIdentifier(UnityEngine.Rect,System.String)
  nameWithType: Highlighter.HighlightIdentifier(Rect, string)
  type: Method
- uid: UnityEditor.Highlighter.Stop
  name: Stop()
  fullName: UnityEditor.Highlighter.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Highlighter.Stop.html
  commentId: M:UnityEditor.Highlighter.Stop
  nameWithType: Highlighter.Stop()
  type: Method
- uid: UnityEditor.HighlightSearchMode
  name: HighlightSearchMode
  fullName: UnityEditor.HighlightSearchMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HighlightSearchMode.html
  commentId: T:UnityEditor.HighlightSearchMode
  nameWithType: HighlightSearchMode
  type: Enum
- uid: UnityEditor.HighlightSearchMode.Auto
  name: Auto
  fullName: UnityEditor.HighlightSearchMode.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HighlightSearchMode.Auto.html
  commentId: F:UnityEditor.HighlightSearchMode.Auto
  nameWithType: HighlightSearchMode.Auto
  type: Field
- uid: UnityEditor.HighlightSearchMode.Content
  name: Content
  fullName: UnityEditor.HighlightSearchMode.Content
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HighlightSearchMode.Content.html
  commentId: F:UnityEditor.HighlightSearchMode.Content
  nameWithType: HighlightSearchMode.Content
  type: Field
- uid: UnityEditor.HighlightSearchMode.Identifier
  name: Identifier
  fullName: UnityEditor.HighlightSearchMode.Identifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HighlightSearchMode.Identifier.html
  commentId: F:UnityEditor.HighlightSearchMode.Identifier
  nameWithType: HighlightSearchMode.Identifier
  type: Field
- uid: UnityEditor.HighlightSearchMode.None
  name: None
  fullName: UnityEditor.HighlightSearchMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HighlightSearchMode.None.html
  commentId: F:UnityEditor.HighlightSearchMode.None
  nameWithType: HighlightSearchMode.None
  type: Field
- uid: UnityEditor.HighlightSearchMode.PrefixLabel
  name: PrefixLabel
  fullName: UnityEditor.HighlightSearchMode.PrefixLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HighlightSearchMode.PrefixLabel.html
  commentId: F:UnityEditor.HighlightSearchMode.PrefixLabel
  nameWithType: HighlightSearchMode.PrefixLabel
  type: Field
- uid: UnityEditor.HumanTemplate
  name: HumanTemplate
  fullName: UnityEditor.HumanTemplate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTemplate.html
  commentId: T:UnityEditor.HumanTemplate
  nameWithType: HumanTemplate
  type: Class
- uid: UnityEditor.HumanTemplate.#ctor
  name: HumanTemplate()
  fullName: UnityEditor.HumanTemplate.HumanTemplate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTemplate-ctor.html
  commentId: M:UnityEditor.HumanTemplate.#ctor
  nameWithType: HumanTemplate.HumanTemplate()
  type: Constructor
- uid: UnityEditor.HumanTemplate.ClearTemplate
  name: ClearTemplate()
  fullName: UnityEditor.HumanTemplate.ClearTemplate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTemplate.ClearTemplate.html
  commentId: M:UnityEditor.HumanTemplate.ClearTemplate
  nameWithType: HumanTemplate.ClearTemplate()
  type: Method
- uid: UnityEditor.HumanTemplate.Find(System.String)
  name: Find(string)
  fullName: UnityEditor.HumanTemplate.Find(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTemplate.Find.html
  commentId: M:UnityEditor.HumanTemplate.Find(System.String)
  nameWithType: HumanTemplate.Find(string)
  type: Method
- uid: UnityEditor.HumanTemplate.Insert(System.String,System.String)
  name: Insert(string, string)
  fullName: UnityEditor.HumanTemplate.Insert(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTemplate.Insert.html
  commentId: M:UnityEditor.HumanTemplate.Insert(System.String,System.String)
  nameWithType: HumanTemplate.Insert(string, string)
  type: Method
- uid: UnityEditor.IAudioEffectPlugin
  name: IAudioEffectPlugin
  fullName: UnityEditor.IAudioEffectPlugin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPlugin.html
  commentId: T:UnityEditor.IAudioEffectPlugin
  nameWithType: IAudioEffectPlugin
  type: Class
- uid: UnityEditor.IAudioEffectPlugin.GetFloatBuffer(System.String,System.Single[]@,System.Int32)
  name: GetFloatBuffer(string, out float[], int)
  fullName: UnityEditor.IAudioEffectPlugin.GetFloatBuffer(string, out float[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPlugin.GetFloatBuffer.html
  commentId: M:UnityEditor.IAudioEffectPlugin.GetFloatBuffer(System.String,System.Single[]@,System.Int32)
  nameWithType: IAudioEffectPlugin.GetFloatBuffer(string, out float[], int)
  type: Method
- uid: UnityEditor.IAudioEffectPlugin.GetFloatParameter(System.String,System.Single@)
  name: GetFloatParameter(string, out float)
  fullName: UnityEditor.IAudioEffectPlugin.GetFloatParameter(string, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPlugin.GetFloatParameter.html
  commentId: M:UnityEditor.IAudioEffectPlugin.GetFloatParameter(System.String,System.Single@)
  nameWithType: IAudioEffectPlugin.GetFloatParameter(string, out float)
  type: Method
- uid: UnityEditor.IAudioEffectPlugin.GetFloatParameterInfo(System.String,System.Single@,System.Single@,System.Single@)
  name: GetFloatParameterInfo(string, out float, out float, out float)
  fullName: UnityEditor.IAudioEffectPlugin.GetFloatParameterInfo(string, out float, out float, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPlugin.GetFloatParameterInfo.html
  commentId: M:UnityEditor.IAudioEffectPlugin.GetFloatParameterInfo(System.String,System.Single@,System.Single@,System.Single@)
  nameWithType: IAudioEffectPlugin.GetFloatParameterInfo(string, out float, out float, out float)
  type: Method
- uid: UnityEditor.IAudioEffectPlugin.GetSampleRate
  name: GetSampleRate()
  fullName: UnityEditor.IAudioEffectPlugin.GetSampleRate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPlugin.GetSampleRate.html
  commentId: M:UnityEditor.IAudioEffectPlugin.GetSampleRate
  nameWithType: IAudioEffectPlugin.GetSampleRate()
  type: Method
- uid: UnityEditor.IAudioEffectPlugin.IsPluginEditableAndEnabled
  name: IsPluginEditableAndEnabled()
  fullName: UnityEditor.IAudioEffectPlugin.IsPluginEditableAndEnabled()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPlugin.IsPluginEditableAndEnabled.html
  commentId: M:UnityEditor.IAudioEffectPlugin.IsPluginEditableAndEnabled
  nameWithType: IAudioEffectPlugin.IsPluginEditableAndEnabled()
  type: Method
- uid: UnityEditor.IAudioEffectPlugin.SetFloatParameter(System.String,System.Single)
  name: SetFloatParameter(string, float)
  fullName: UnityEditor.IAudioEffectPlugin.SetFloatParameter(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPlugin.SetFloatParameter.html
  commentId: M:UnityEditor.IAudioEffectPlugin.SetFloatParameter(System.String,System.Single)
  nameWithType: IAudioEffectPlugin.SetFloatParameter(string, float)
  type: Method
- uid: UnityEditor.IAudioEffectPluginGUI
  name: IAudioEffectPluginGUI
  fullName: UnityEditor.IAudioEffectPluginGUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPluginGUI.html
  commentId: T:UnityEditor.IAudioEffectPluginGUI
  nameWithType: IAudioEffectPluginGUI
  type: Class
- uid: UnityEditor.IAudioEffectPluginGUI.Description
  name: Description
  fullName: UnityEditor.IAudioEffectPluginGUI.Description
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPluginGUI.Description.html
  commentId: P:UnityEditor.IAudioEffectPluginGUI.Description
  nameWithType: IAudioEffectPluginGUI.Description
  type: Property
- uid: UnityEditor.IAudioEffectPluginGUI.Name
  name: Name
  fullName: UnityEditor.IAudioEffectPluginGUI.Name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPluginGUI.Name.html
  commentId: P:UnityEditor.IAudioEffectPluginGUI.Name
  nameWithType: IAudioEffectPluginGUI.Name
  type: Property
- uid: UnityEditor.IAudioEffectPluginGUI.OnGUI(UnityEditor.IAudioEffectPlugin)
  name: OnGUI(IAudioEffectPlugin)
  fullName: UnityEditor.IAudioEffectPluginGUI.OnGUI(UnityEditor.IAudioEffectPlugin)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPluginGUI.OnGUI.html
  commentId: M:UnityEditor.IAudioEffectPluginGUI.OnGUI(UnityEditor.IAudioEffectPlugin)
  nameWithType: IAudioEffectPluginGUI.OnGUI(IAudioEffectPlugin)
  type: Method
- uid: UnityEditor.IAudioEffectPluginGUI.Vendor
  name: Vendor
  fullName: UnityEditor.IAudioEffectPluginGUI.Vendor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IAudioEffectPluginGUI.Vendor.html
  commentId: P:UnityEditor.IAudioEffectPluginGUI.Vendor
  nameWithType: IAudioEffectPluginGUI.Vendor
  type: Property
- uid: UnityEditor.IconDrawStyle
  name: IconDrawStyle
  fullName: UnityEditor.IconDrawStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconDrawStyle.html
  commentId: T:UnityEditor.IconDrawStyle
  nameWithType: IconDrawStyle
  type: Enum
- uid: UnityEditor.IconDrawStyle.NonTexture
  name: NonTexture
  fullName: UnityEditor.IconDrawStyle.NonTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconDrawStyle.NonTexture.html
  commentId: F:UnityEditor.IconDrawStyle.NonTexture
  nameWithType: IconDrawStyle.NonTexture
  type: Field
- uid: UnityEditor.IconDrawStyle.Texture
  name: Texture
  fullName: UnityEditor.IconDrawStyle.Texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconDrawStyle.Texture.html
  commentId: F:UnityEditor.IconDrawStyle.Texture
  nameWithType: IconDrawStyle.Texture
  type: Field
- uid: UnityEditor.IconKind
  name: IconKind
  fullName: UnityEditor.IconKind
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconKind.html
  commentId: T:UnityEditor.IconKind
  nameWithType: IconKind
  type: Enum
- uid: UnityEditor.IconKind.Any
  name: Any
  fullName: UnityEditor.IconKind.Any
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconKind.Any.html
  commentId: F:UnityEditor.IconKind.Any
  nameWithType: IconKind.Any
  type: Field
- uid: UnityEditor.IconKind.Application
  name: Application
  fullName: UnityEditor.IconKind.Application
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconKind.Application.html
  commentId: F:UnityEditor.IconKind.Application
  nameWithType: IconKind.Application
  type: Field
- uid: UnityEditor.IconKind.Notification
  name: Notification
  fullName: UnityEditor.IconKind.Notification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconKind.Notification.html
  commentId: F:UnityEditor.IconKind.Notification
  nameWithType: IconKind.Notification
  type: Field
- uid: UnityEditor.IconKind.Settings
  name: Settings
  fullName: UnityEditor.IconKind.Settings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconKind.Settings.html
  commentId: F:UnityEditor.IconKind.Settings
  nameWithType: IconKind.Settings
  type: Field
- uid: UnityEditor.IconKind.Spotlight
  name: Spotlight
  fullName: UnityEditor.IconKind.Spotlight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconKind.Spotlight.html
  commentId: F:UnityEditor.IconKind.Spotlight
  nameWithType: IconKind.Spotlight
  type: Field
- uid: UnityEditor.IconKind.Store
  name: Store
  fullName: UnityEditor.IconKind.Store
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IconKind.Store.html
  commentId: F:UnityEditor.IconKind.Store
  nameWithType: IconKind.Store
  type: Field
- uid: UnityEditor.IHasCustomMenu
  name: IHasCustomMenu
  fullName: UnityEditor.IHasCustomMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHasCustomMenu.html
  commentId: T:UnityEditor.IHasCustomMenu
  nameWithType: IHasCustomMenu
  type: Interface
- uid: UnityEditor.IHasCustomMenu.AddItemsToMenu(UnityEditor.GenericMenu)
  name: AddItemsToMenu(GenericMenu)
  fullName: UnityEditor.IHasCustomMenu.AddItemsToMenu(UnityEditor.GenericMenu)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHasCustomMenu.AddItemsToMenu.html
  commentId: M:UnityEditor.IHasCustomMenu.AddItemsToMenu(UnityEditor.GenericMenu)
  nameWithType: IHasCustomMenu.AddItemsToMenu(GenericMenu)
  type: Method
- uid: UnityEditor.IHVImageFormatImporter
  name: IHVImageFormatImporter
  fullName: UnityEditor.IHVImageFormatImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHVImageFormatImporter.html
  commentId: T:UnityEditor.IHVImageFormatImporter
  nameWithType: IHVImageFormatImporter
  type: Class
- uid: UnityEditor.IHVImageFormatImporter.filterMode
  name: filterMode
  fullName: UnityEditor.IHVImageFormatImporter.filterMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHVImageFormatImporter-filterMode.html
  commentId: P:UnityEditor.IHVImageFormatImporter.filterMode
  nameWithType: IHVImageFormatImporter.filterMode
  type: Property
- uid: UnityEditor.IHVImageFormatImporter.isReadable
  name: isReadable
  fullName: UnityEditor.IHVImageFormatImporter.isReadable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHVImageFormatImporter-isReadable.html
  commentId: P:UnityEditor.IHVImageFormatImporter.isReadable
  nameWithType: IHVImageFormatImporter.isReadable
  type: Property
- uid: UnityEditor.IHVImageFormatImporter.wrapMode
  name: wrapMode
  fullName: UnityEditor.IHVImageFormatImporter.wrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHVImageFormatImporter-wrapMode.html
  commentId: P:UnityEditor.IHVImageFormatImporter.wrapMode
  nameWithType: IHVImageFormatImporter.wrapMode
  type: Property
- uid: UnityEditor.IHVImageFormatImporter.wrapModeU
  name: wrapModeU
  fullName: UnityEditor.IHVImageFormatImporter.wrapModeU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHVImageFormatImporter-wrapModeU.html
  commentId: P:UnityEditor.IHVImageFormatImporter.wrapModeU
  nameWithType: IHVImageFormatImporter.wrapModeU
  type: Property
- uid: UnityEditor.IHVImageFormatImporter.wrapModeV
  name: wrapModeV
  fullName: UnityEditor.IHVImageFormatImporter.wrapModeV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHVImageFormatImporter-wrapModeV.html
  commentId: P:UnityEditor.IHVImageFormatImporter.wrapModeV
  nameWithType: IHVImageFormatImporter.wrapModeV
  type: Property
- uid: UnityEditor.IHVImageFormatImporter.wrapModeW
  name: wrapModeW
  fullName: UnityEditor.IHVImageFormatImporter.wrapModeW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IHVImageFormatImporter-wrapModeW.html
  commentId: P:UnityEditor.IHVImageFormatImporter.wrapModeW
  nameWithType: IHVImageFormatImporter.wrapModeW
  type: Property
- uid: UnityEditor.IMGUI.Controls
  name: UnityEditor.IMGUI.Controls
  fullName: UnityEditor.IMGUI.Controls
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.IMGUI.Controls
  nameWithType: UnityEditor.IMGUI.Controls
  type: Namespace
- uid: UnityEditor.IMGUI.Controls.ArcHandle
  name: ArcHandle
  fullName: UnityEditor.IMGUI.Controls.ArcHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle.html
  commentId: T:UnityEditor.IMGUI.Controls.ArcHandle
  nameWithType: ArcHandle
  type: Class
- uid: UnityEditor.IMGUI.Controls.ArcHandle.#ctor
  name: ArcHandle()
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.ArcHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.ArcHandle.#ctor
  nameWithType: ArcHandle.ArcHandle()
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.ArcHandle.angle
  name: angle
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.angle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-angle.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.angle
  nameWithType: ArcHandle.angle
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.angleHandleColor
  name: angleHandleColor
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.angleHandleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-angleHandleColor.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.angleHandleColor
  nameWithType: ArcHandle.angleHandleColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.angleHandleDrawFunction
  name: angleHandleDrawFunction
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.angleHandleDrawFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-angleHandleDrawFunction.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.angleHandleDrawFunction
  nameWithType: ArcHandle.angleHandleDrawFunction
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.angleHandleSizeFunction
  name: angleHandleSizeFunction
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.angleHandleSizeFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-angleHandleSizeFunction.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.angleHandleSizeFunction
  nameWithType: ArcHandle.angleHandleSizeFunction
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.DrawHandle
  name: DrawHandle()
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.DrawHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle.DrawHandle.html
  commentId: M:UnityEditor.IMGUI.Controls.ArcHandle.DrawHandle
  nameWithType: ArcHandle.DrawHandle()
  type: Method
- uid: UnityEditor.IMGUI.Controls.ArcHandle.fillColor
  name: fillColor
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.fillColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-fillColor.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.fillColor
  nameWithType: ArcHandle.fillColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.radius
  name: radius
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-radius.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.radius
  nameWithType: ArcHandle.radius
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleColor
  name: radiusHandleColor
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-radiusHandleColor.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleColor
  nameWithType: ArcHandle.radiusHandleColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleDrawFunction
  name: radiusHandleDrawFunction
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleDrawFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-radiusHandleDrawFunction.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleDrawFunction
  nameWithType: ArcHandle.radiusHandleDrawFunction
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleSizeFunction
  name: radiusHandleSizeFunction
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleSizeFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-radiusHandleSizeFunction.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.radiusHandleSizeFunction
  nameWithType: ArcHandle.radiusHandleSizeFunction
  type: Property
- uid: UnityEditor.IMGUI.Controls.ArcHandle.SetColorWithoutRadiusHandle(UnityEngine.Color,System.Single)
  name: SetColorWithoutRadiusHandle(Color, float)
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.SetColorWithoutRadiusHandle(UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle.SetColorWithoutRadiusHandle.html
  commentId: M:UnityEditor.IMGUI.Controls.ArcHandle.SetColorWithoutRadiusHandle(UnityEngine.Color,System.Single)
  nameWithType: ArcHandle.SetColorWithoutRadiusHandle(Color, float)
  type: Method
- uid: UnityEditor.IMGUI.Controls.ArcHandle.SetColorWithRadiusHandle(UnityEngine.Color,System.Single)
  name: SetColorWithRadiusHandle(Color, float)
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.SetColorWithRadiusHandle(UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle.SetColorWithRadiusHandle.html
  commentId: M:UnityEditor.IMGUI.Controls.ArcHandle.SetColorWithRadiusHandle(UnityEngine.Color,System.Single)
  nameWithType: ArcHandle.SetColorWithRadiusHandle(Color, float)
  type: Method
- uid: UnityEditor.IMGUI.Controls.ArcHandle.wireframeColor
  name: wireframeColor
  fullName: UnityEditor.IMGUI.Controls.ArcHandle.wireframeColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.ArcHandle-wireframeColor.html
  commentId: P:UnityEditor.IMGUI.Controls.ArcHandle.wireframeColor
  nameWithType: ArcHandle.wireframeColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.BoxBoundsHandle
  name: BoxBoundsHandle
  fullName: UnityEditor.IMGUI.Controls.BoxBoundsHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.BoxBoundsHandle.html
  commentId: T:UnityEditor.IMGUI.Controls.BoxBoundsHandle
  nameWithType: BoxBoundsHandle
  type: Class
- uid: UnityEditor.IMGUI.Controls.BoxBoundsHandle.#ctor
  name: BoxBoundsHandle()
  fullName: UnityEditor.IMGUI.Controls.BoxBoundsHandle.BoxBoundsHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.BoxBoundsHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.BoxBoundsHandle.#ctor
  nameWithType: BoxBoundsHandle.BoxBoundsHandle()
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.BoxBoundsHandle.#ctor(System.Int32)
  name: BoxBoundsHandle(int)
  fullName: UnityEditor.IMGUI.Controls.BoxBoundsHandle.BoxBoundsHandle(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.BoxBoundsHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.BoxBoundsHandle.#ctor(System.Int32)
  nameWithType: BoxBoundsHandle.BoxBoundsHandle(int)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.BoxBoundsHandle.DrawWireframe
  name: DrawWireframe()
  fullName: UnityEditor.IMGUI.Controls.BoxBoundsHandle.DrawWireframe()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.BoxBoundsHandle.DrawWireframe.html
  commentId: M:UnityEditor.IMGUI.Controls.BoxBoundsHandle.DrawWireframe
  nameWithType: BoxBoundsHandle.DrawWireframe()
  type: Method
- uid: UnityEditor.IMGUI.Controls.BoxBoundsHandle.size
  name: size
  fullName: UnityEditor.IMGUI.Controls.BoxBoundsHandle.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.BoxBoundsHandle-size.html
  commentId: P:UnityEditor.IMGUI.Controls.BoxBoundsHandle.size
  nameWithType: BoxBoundsHandle.size
  type: Property
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle
  name: CapsuleBoundsHandle
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle.html
  commentId: T:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle
  nameWithType: CapsuleBoundsHandle
  type: Class
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.#ctor
  name: CapsuleBoundsHandle()
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.CapsuleBoundsHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.#ctor
  nameWithType: CapsuleBoundsHandle.CapsuleBoundsHandle()
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.#ctor(System.Int32)
  name: CapsuleBoundsHandle(int)
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.CapsuleBoundsHandle(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.#ctor(System.Int32)
  nameWithType: CapsuleBoundsHandle.CapsuleBoundsHandle(int)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.DrawWireframe
  name: DrawWireframe()
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.DrawWireframe()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle.DrawWireframe.html
  commentId: M:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.DrawWireframe
  nameWithType: CapsuleBoundsHandle.DrawWireframe()
  type: Method
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.height
  name: height
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle-height.html
  commentId: P:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.height
  nameWithType: CapsuleBoundsHandle.height
  type: Property
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.heightAxis
  name: heightAxis
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.heightAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle-heightAxis.html
  commentId: P:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.heightAxis
  nameWithType: CapsuleBoundsHandle.heightAxis
  type: Property
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis
  name: CapsuleBoundsHandle.HeightAxis
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.html
  commentId: T:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis
  nameWithType: CapsuleBoundsHandle.HeightAxis
  type: Enum
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.X
  name: X
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.X
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.X.html
  commentId: F:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.X
  nameWithType: CapsuleBoundsHandle.HeightAxis.X
  type: Field
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Y
  name: Y
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Y.html
  commentId: F:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Y
  nameWithType: CapsuleBoundsHandle.HeightAxis.Y
  type: Field
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Z
  name: Z
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Z.html
  commentId: F:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Z
  nameWithType: CapsuleBoundsHandle.HeightAxis.Z
  type: Field
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)
  name: OnHandleChanged(HandleDirection, Bounds, Bounds)
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection, UnityEngine.Bounds, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle.OnHandleChanged.html
  commentId: M:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)
  nameWithType: CapsuleBoundsHandle.OnHandleChanged(PrimitiveBoundsHandle.HandleDirection, Bounds, Bounds)
  type: Method
- uid: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.radius
  name: radius
  fullName: UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.CapsuleBoundsHandle-radius.html
  commentId: P:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.radius
  nameWithType: CapsuleBoundsHandle.radius
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle
  name: JointAngularLimitHandle
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle.html
  commentId: T:UnityEditor.IMGUI.Controls.JointAngularLimitHandle
  nameWithType: JointAngularLimitHandle
  type: Class
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.#ctor
  name: JointAngularLimitHandle()
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.JointAngularLimitHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.#ctor
  nameWithType: JointAngularLimitHandle.JointAngularLimitHandle()
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.angleHandleDrawFunction
  name: angleHandleDrawFunction
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.angleHandleDrawFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-angleHandleDrawFunction.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.angleHandleDrawFunction
  nameWithType: JointAngularLimitHandle.angleHandleDrawFunction
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.angleHandleSizeFunction
  name: angleHandleSizeFunction
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.angleHandleSizeFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-angleHandleSizeFunction.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.angleHandleSizeFunction
  nameWithType: JointAngularLimitHandle.angleHandleSizeFunction
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.DrawHandle
  name: DrawHandle()
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.DrawHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle.DrawHandle.html
  commentId: M:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.DrawHandle
  nameWithType: JointAngularLimitHandle.DrawHandle()
  type: Method
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.fillAlpha
  name: fillAlpha
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.fillAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-fillAlpha.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.fillAlpha
  nameWithType: JointAngularLimitHandle.fillAlpha
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.radius
  name: radius
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-radius.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.radius
  nameWithType: JointAngularLimitHandle.radius
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.wireframeAlpha
  name: wireframeAlpha
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.wireframeAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-wireframeAlpha.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.wireframeAlpha
  nameWithType: JointAngularLimitHandle.wireframeAlpha
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xHandleColor
  name: xHandleColor
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xHandleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-xHandleColor.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xHandleColor
  nameWithType: JointAngularLimitHandle.xHandleColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMax
  name: xMax
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-xMax.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMax
  nameWithType: JointAngularLimitHandle.xMax
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMin
  name: xMin
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-xMin.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMin
  nameWithType: JointAngularLimitHandle.xMin
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMotion
  name: xMotion
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-xMotion.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xMotion
  nameWithType: JointAngularLimitHandle.xMotion
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xRange
  name: xRange
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xRange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-xRange.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.xRange
  nameWithType: JointAngularLimitHandle.xRange
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yHandleColor
  name: yHandleColor
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yHandleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-yHandleColor.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yHandleColor
  nameWithType: JointAngularLimitHandle.yHandleColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMax
  name: yMax
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-yMax.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMax
  nameWithType: JointAngularLimitHandle.yMax
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMin
  name: yMin
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-yMin.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMin
  nameWithType: JointAngularLimitHandle.yMin
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMotion
  name: yMotion
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-yMotion.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yMotion
  nameWithType: JointAngularLimitHandle.yMotion
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yRange
  name: yRange
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yRange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-yRange.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.yRange
  nameWithType: JointAngularLimitHandle.yRange
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zHandleColor
  name: zHandleColor
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zHandleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-zHandleColor.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zHandleColor
  nameWithType: JointAngularLimitHandle.zHandleColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMax
  name: zMax
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-zMax.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMax
  nameWithType: JointAngularLimitHandle.zMax
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMin
  name: zMin
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-zMin.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMin
  nameWithType: JointAngularLimitHandle.zMin
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMotion
  name: zMotion
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-zMotion.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zMotion
  nameWithType: JointAngularLimitHandle.zMotion
  type: Property
- uid: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zRange
  name: zRange
  fullName: UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zRange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.JointAngularLimitHandle-zRange.html
  commentId: P:UnityEditor.IMGUI.Controls.JointAngularLimitHandle.zRange
  nameWithType: JointAngularLimitHandle.zRange
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader
  name: MultiColumnHeader
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.html
  commentId: T:UnityEditor.IMGUI.Controls.MultiColumnHeader
  nameWithType: MultiColumnHeader
  type: Class
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.#ctor(UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  name: MultiColumnHeader(MultiColumnHeaderState)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.MultiColumnHeader(UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.#ctor(UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  nameWithType: MultiColumnHeader.MultiColumnHeader(MultiColumnHeaderState)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.AddColumnHeaderContextMenuItems(UnityEditor.GenericMenu)
  name: AddColumnHeaderContextMenuItems(GenericMenu)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.AddColumnHeaderContextMenuItems(UnityEditor.GenericMenu)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.AddColumnHeaderContextMenuItems.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.AddColumnHeaderContextMenuItems(UnityEditor.GenericMenu)
  nameWithType: MultiColumnHeader.AddColumnHeaderContextMenuItems(GenericMenu)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.canSort
  name: canSort
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.canSort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader-canSort.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeader.canSort
  nameWithType: MultiColumnHeader.canSort
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.ColumnHeaderClicked(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column,System.Int32)
  name: ColumnHeaderClicked(Column, int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.ColumnHeaderClicked(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.ColumnHeaderClicked.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.ColumnHeaderClicked(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column,System.Int32)
  nameWithType: MultiColumnHeader.ColumnHeaderClicked(MultiColumnHeaderState.Column, int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.ColumnHeaderGUI(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column,UnityEngine.Rect,System.Int32)
  name: ColumnHeaderGUI(Column, Rect, int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.ColumnHeaderGUI(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column, UnityEngine.Rect, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.ColumnHeaderGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.ColumnHeaderGUI(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column,UnityEngine.Rect,System.Int32)
  nameWithType: MultiColumnHeader.ColumnHeaderGUI(MultiColumnHeaderState.Column, Rect, int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI
  name: MultiColumnHeader.DefaultGUI
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultGUI.html
  commentId: T:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI
  nameWithType: MultiColumnHeader.DefaultGUI
  type: Class
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.columnContentMargin
  name: columnContentMargin
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.columnContentMargin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultGUI-columnContentMargin.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.columnContentMargin
  nameWithType: MultiColumnHeader.DefaultGUI.columnContentMargin
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.defaultHeight
  name: defaultHeight
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.defaultHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultGUI-defaultHeight.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.defaultHeight
  nameWithType: MultiColumnHeader.DefaultGUI.defaultHeight
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.minimumHeight
  name: minimumHeight
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.minimumHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultGUI-minimumHeight.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.minimumHeight
  nameWithType: MultiColumnHeader.DefaultGUI.minimumHeight
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles
  name: MultiColumnHeader.DefaultStyles
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultStyles.html
  commentId: T:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles
  nameWithType: MultiColumnHeader.DefaultStyles
  type: Class
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.background
  name: background
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.background
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultStyles-background.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.background
  nameWithType: MultiColumnHeader.DefaultStyles.background
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeader
  name: columnHeader
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultStyles-columnHeader.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeader
  nameWithType: MultiColumnHeader.DefaultStyles.columnHeader
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeaderCenterAligned
  name: columnHeaderCenterAligned
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeaderCenterAligned
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultStyles-columnHeaderCenterAligned.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeaderCenterAligned
  nameWithType: MultiColumnHeader.DefaultStyles.columnHeaderCenterAligned
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeaderRightAligned
  name: columnHeaderRightAligned
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeaderRightAligned
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.DefaultStyles-columnHeaderRightAligned.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeaderRightAligned
  nameWithType: MultiColumnHeader.DefaultStyles.columnHeaderRightAligned
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.GetCellRect(System.Int32,UnityEngine.Rect)
  name: GetCellRect(int, Rect)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.GetCellRect(int, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.GetCellRect.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.GetCellRect(System.Int32,UnityEngine.Rect)
  nameWithType: MultiColumnHeader.GetCellRect(int, Rect)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.GetColumn(System.Int32)
  name: GetColumn(int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.GetColumn(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.GetColumn.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.GetColumn(System.Int32)
  nameWithType: MultiColumnHeader.GetColumn(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.GetColumnRect(System.Int32)
  name: GetColumnRect(int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.GetColumnRect(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.GetColumnRect.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.GetColumnRect(System.Int32)
  nameWithType: MultiColumnHeader.GetColumnRect(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.GetVisibleColumnIndex(System.Int32)
  name: GetVisibleColumnIndex(int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.GetVisibleColumnIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.GetVisibleColumnIndex.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.GetVisibleColumnIndex(System.Int32)
  nameWithType: MultiColumnHeader.GetVisibleColumnIndex(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.HeaderCallback
  name: MultiColumnHeader.HeaderCallback
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.HeaderCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.HeaderCallback.html
  commentId: T:UnityEditor.IMGUI.Controls.MultiColumnHeader.HeaderCallback
  nameWithType: MultiColumnHeader.HeaderCallback
  type: Delegate
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.height
  name: height
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader-height.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeader.height
  nameWithType: MultiColumnHeader.height
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.IsColumnVisible(System.Int32)
  name: IsColumnVisible(int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.IsColumnVisible(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.IsColumnVisible.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.IsColumnVisible(System.Int32)
  nameWithType: MultiColumnHeader.IsColumnVisible(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.IsSortedAscending(System.Int32)
  name: IsSortedAscending(int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.IsSortedAscending(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.IsSortedAscending.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.IsSortedAscending(System.Int32)
  nameWithType: MultiColumnHeader.IsSortedAscending(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.OnGUI(UnityEngine.Rect,System.Single)
  name: OnGUI(Rect, float)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.OnGUI(UnityEngine.Rect, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.OnGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.OnGUI(UnityEngine.Rect,System.Single)
  nameWithType: MultiColumnHeader.OnGUI(Rect, float)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.OnSortingChanged
  name: OnSortingChanged()
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.OnSortingChanged()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.OnSortingChanged.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.OnSortingChanged
  nameWithType: MultiColumnHeader.OnSortingChanged()
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.OnVisibleColumnsChanged
  name: OnVisibleColumnsChanged()
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.OnVisibleColumnsChanged()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.OnVisibleColumnsChanged.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.OnVisibleColumnsChanged
  nameWithType: MultiColumnHeader.OnVisibleColumnsChanged()
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.Repaint
  name: Repaint()
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.Repaint()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.Repaint.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.Repaint
  nameWithType: MultiColumnHeader.Repaint()
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.ResizeToFit
  name: ResizeToFit()
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.ResizeToFit()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.ResizeToFit.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.ResizeToFit
  nameWithType: MultiColumnHeader.ResizeToFit()
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSortDirection(System.Int32,System.Boolean)
  name: SetSortDirection(int, bool)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSortDirection(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.SetSortDirection.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSortDirection(System.Int32,System.Boolean)
  nameWithType: MultiColumnHeader.SetSortDirection(int, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSorting(System.Int32,System.Boolean)
  name: SetSorting(int, bool)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSorting(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.SetSorting.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSorting(System.Int32,System.Boolean)
  nameWithType: MultiColumnHeader.SetSorting(int, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSortingColumns(System.Int32[],System.Boolean[])
  name: SetSortingColumns(int[], bool[])
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSortingColumns(int[], bool[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.SetSortingColumns.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSortingColumns(System.Int32[],System.Boolean[])
  nameWithType: MultiColumnHeader.SetSortingColumns(int[], bool[])
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.sortedColumnIndex
  name: sortedColumnIndex
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.sortedColumnIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader-sortedColumnIndex.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeader.sortedColumnIndex
  nameWithType: MultiColumnHeader.sortedColumnIndex
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.SortingButton(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column,UnityEngine.Rect,System.Int32)
  name: SortingButton(Column, Rect, int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.SortingButton(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column, UnityEngine.Rect, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.SortingButton.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.SortingButton(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column,UnityEngine.Rect,System.Int32)
  nameWithType: MultiColumnHeader.SortingButton(MultiColumnHeaderState.Column, Rect, int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.sortingChanged
  name: sortingChanged
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.sortingChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader-sortingChanged.html
  commentId: E:UnityEditor.IMGUI.Controls.MultiColumnHeader.sortingChanged
  nameWithType: MultiColumnHeader.sortingChanged
  type: Event
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.state
  name: state
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader-state.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeader.state
  nameWithType: MultiColumnHeader.state
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.ToggleVisibility(System.Int32)
  name: ToggleVisibility(int)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.ToggleVisibility(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader.ToggleVisibility.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeader.ToggleVisibility(System.Int32)
  nameWithType: MultiColumnHeader.ToggleVisibility(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeader.visibleColumnsChanged
  name: visibleColumnsChanged
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeader.visibleColumnsChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeader-visibleColumnsChanged.html
  commentId: E:UnityEditor.IMGUI.Controls.MultiColumnHeader.visibleColumnsChanged
  nameWithType: MultiColumnHeader.visibleColumnsChanged
  type: Event
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState
  name: MultiColumnHeaderState
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.html
  commentId: T:UnityEditor.IMGUI.Controls.MultiColumnHeaderState
  nameWithType: MultiColumnHeaderState
  type: Class
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.#ctor(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column[])
  name: MultiColumnHeaderState(Column[])
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.MultiColumnHeaderState(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.#ctor(UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column[])
  nameWithType: MultiColumnHeaderState.MultiColumnHeaderState(MultiColumnHeaderState.Column[])
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.CanOverwriteSerializedFields(UnityEditor.IMGUI.Controls.MultiColumnHeaderState,UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  name: CanOverwriteSerializedFields(MultiColumnHeaderState, MultiColumnHeaderState)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.CanOverwriteSerializedFields(UnityEditor.IMGUI.Controls.MultiColumnHeaderState, UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.CanOverwriteSerializedFields.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.CanOverwriteSerializedFields(UnityEditor.IMGUI.Controls.MultiColumnHeaderState,UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  nameWithType: MultiColumnHeaderState.CanOverwriteSerializedFields(MultiColumnHeaderState, MultiColumnHeaderState)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column
  name: MultiColumnHeaderState.Column
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column.html
  commentId: T:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column
  nameWithType: MultiColumnHeaderState.Column
  type: Class
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.allowToggleVisibility
  name: allowToggleVisibility
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.allowToggleVisibility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-allowToggleVisibility.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.allowToggleVisibility
  nameWithType: MultiColumnHeaderState.Column.allowToggleVisibility
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.autoResize
  name: autoResize
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.autoResize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-autoResize.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.autoResize
  nameWithType: MultiColumnHeaderState.Column.autoResize
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.canSort
  name: canSort
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.canSort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-canSort.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.canSort
  nameWithType: MultiColumnHeaderState.Column.canSort
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.contextMenuText
  name: contextMenuText
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.contextMenuText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-contextMenuText.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.contextMenuText
  nameWithType: MultiColumnHeaderState.Column.contextMenuText
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.headerContent
  name: headerContent
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.headerContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-headerContent.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.headerContent
  nameWithType: MultiColumnHeaderState.Column.headerContent
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.headerTextAlignment
  name: headerTextAlignment
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.headerTextAlignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-headerTextAlignment.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.headerTextAlignment
  nameWithType: MultiColumnHeaderState.Column.headerTextAlignment
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.maxWidth
  name: maxWidth
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.maxWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-maxWidth.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.maxWidth
  nameWithType: MultiColumnHeaderState.Column.maxWidth
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.minWidth
  name: minWidth
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.minWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-minWidth.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.minWidth
  nameWithType: MultiColumnHeaderState.Column.minWidth
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.sortedAscending
  name: sortedAscending
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.sortedAscending
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-sortedAscending.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.sortedAscending
  nameWithType: MultiColumnHeaderState.Column.sortedAscending
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.sortingArrowAlignment
  name: sortingArrowAlignment
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.sortingArrowAlignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-sortingArrowAlignment.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.sortingArrowAlignment
  nameWithType: MultiColumnHeaderState.Column.sortingArrowAlignment
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.width
  name: width
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.Column-width.html
  commentId: F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.width
  nameWithType: MultiColumnHeaderState.Column.width
  type: Field
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.columns
  name: columns
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.columns
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState-columns.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.columns
  nameWithType: MultiColumnHeaderState.columns
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.maximumNumberOfSortedColumns
  name: maximumNumberOfSortedColumns
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.maximumNumberOfSortedColumns
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState-maximumNumberOfSortedColumns.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.maximumNumberOfSortedColumns
  nameWithType: MultiColumnHeaderState.maximumNumberOfSortedColumns
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.OverwriteSerializedFields(UnityEditor.IMGUI.Controls.MultiColumnHeaderState,UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  name: OverwriteSerializedFields(MultiColumnHeaderState, MultiColumnHeaderState)
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.OverwriteSerializedFields(UnityEditor.IMGUI.Controls.MultiColumnHeaderState, UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState.OverwriteSerializedFields.html
  commentId: M:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.OverwriteSerializedFields(UnityEditor.IMGUI.Controls.MultiColumnHeaderState,UnityEditor.IMGUI.Controls.MultiColumnHeaderState)
  nameWithType: MultiColumnHeaderState.OverwriteSerializedFields(MultiColumnHeaderState, MultiColumnHeaderState)
  type: Method
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.sortedColumnIndex
  name: sortedColumnIndex
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.sortedColumnIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState-sortedColumnIndex.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.sortedColumnIndex
  nameWithType: MultiColumnHeaderState.sortedColumnIndex
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.sortedColumns
  name: sortedColumns
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.sortedColumns
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState-sortedColumns.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.sortedColumns
  nameWithType: MultiColumnHeaderState.sortedColumns
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.visibleColumns
  name: visibleColumns
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.visibleColumns
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState-visibleColumns.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.visibleColumns
  nameWithType: MultiColumnHeaderState.visibleColumns
  type: Property
- uid: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.widthOfAllVisibleColumns
  name: widthOfAllVisibleColumns
  fullName: UnityEditor.IMGUI.Controls.MultiColumnHeaderState.widthOfAllVisibleColumns
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.MultiColumnHeaderState-widthOfAllVisibleColumns.html
  commentId: P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.widthOfAllVisibleColumns
  nameWithType: MultiColumnHeaderState.widthOfAllVisibleColumns
  type: Property
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle
  name: PrimitiveBoundsHandle
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.html
  commentId: T:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle
  nameWithType: PrimitiveBoundsHandle
  type: Class
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.#ctor
  name: PrimitiveBoundsHandle()
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.PrimitiveBoundsHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.#ctor
  nameWithType: PrimitiveBoundsHandle.PrimitiveBoundsHandle()
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.#ctor(System.Int32)
  name: PrimitiveBoundsHandle(int)
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.PrimitiveBoundsHandle(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.#ctor(System.Int32)
  nameWithType: PrimitiveBoundsHandle.PrimitiveBoundsHandle(int)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.axes
  name: axes
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.axes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle-axes.html
  commentId: P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.axes
  nameWithType: PrimitiveBoundsHandle.axes
  type: Property
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes
  name: PrimitiveBoundsHandle.Axes
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.Axes.html
  commentId: T:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes
  nameWithType: PrimitiveBoundsHandle.Axes
  type: Enum
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.All
  name: All
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.Axes.All.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.All
  nameWithType: PrimitiveBoundsHandle.Axes.All
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.None
  name: None
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.Axes.None.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.None
  nameWithType: PrimitiveBoundsHandle.Axes.None
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.X
  name: X
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.X
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.Axes.X.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.X
  nameWithType: PrimitiveBoundsHandle.Axes.X
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.Y
  name: Y
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.Y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.Axes.Y.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.Y
  nameWithType: PrimitiveBoundsHandle.Axes.Y
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.Z
  name: Z
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.Z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.Axes.Z.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.Z
  nameWithType: PrimitiveBoundsHandle.Axes.Z
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.center
  name: center
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle-center.html
  commentId: P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.center
  nameWithType: PrimitiveBoundsHandle.center
  type: Property
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.DrawHandle
  name: DrawHandle()
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.DrawHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.DrawHandle.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.DrawHandle
  nameWithType: PrimitiveBoundsHandle.DrawHandle()
  type: Method
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.DrawWireframe
  name: DrawWireframe()
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.DrawWireframe()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.DrawWireframe.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.DrawWireframe
  nameWithType: PrimitiveBoundsHandle.DrawWireframe()
  type: Method
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.GetSize
  name: GetSize()
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.GetSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.GetSize.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.GetSize
  nameWithType: PrimitiveBoundsHandle.GetSize()
  type: Method
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.handleColor
  name: handleColor
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.handleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle-handleColor.html
  commentId: P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.handleColor
  nameWithType: PrimitiveBoundsHandle.handleColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection
  name: PrimitiveBoundsHandle.HandleDirection
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.html
  commentId: T:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection
  nameWithType: PrimitiveBoundsHandle.HandleDirection
  type: Enum
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeX
  name: NegativeX
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeX.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeX
  nameWithType: PrimitiveBoundsHandle.HandleDirection.NegativeX
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeY
  name: NegativeY
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeY.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeY
  nameWithType: PrimitiveBoundsHandle.HandleDirection.NegativeY
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeZ
  name: NegativeZ
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeZ.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeZ
  nameWithType: PrimitiveBoundsHandle.HandleDirection.NegativeZ
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveX
  name: PositiveX
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveX.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveX
  nameWithType: PrimitiveBoundsHandle.HandleDirection.PositiveX
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveY
  name: PositiveY
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveY.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveY
  nameWithType: PrimitiveBoundsHandle.HandleDirection.PositiveY
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveZ
  name: PositiveZ
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveZ.html
  commentId: F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveZ
  nameWithType: PrimitiveBoundsHandle.HandleDirection.PositiveZ
  type: Field
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled(System.Int32)
  name: IsAxisEnabled(int)
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled(System.Int32)
  nameWithType: PrimitiveBoundsHandle.IsAxisEnabled(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes)
  name: IsAxisEnabled(Axes)
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes)
  nameWithType: PrimitiveBoundsHandle.IsAxisEnabled(PrimitiveBoundsHandle.Axes)
  type: Method
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.midpointHandleDrawFunction
  name: midpointHandleDrawFunction
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.midpointHandleDrawFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle-midpointHandleDrawFunction.html
  commentId: P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.midpointHandleDrawFunction
  nameWithType: PrimitiveBoundsHandle.midpointHandleDrawFunction
  type: Property
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.midpointHandleSizeFunction
  name: midpointHandleSizeFunction
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.midpointHandleSizeFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle-midpointHandleSizeFunction.html
  commentId: P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.midpointHandleSizeFunction
  nameWithType: PrimitiveBoundsHandle.midpointHandleSizeFunction
  type: Property
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)
  name: OnHandleChanged(HandleDirection, Bounds, Bounds)
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection, UnityEngine.Bounds, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.OnHandleChanged.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)
  nameWithType: PrimitiveBoundsHandle.OnHandleChanged(PrimitiveBoundsHandle.HandleDirection, Bounds, Bounds)
  type: Method
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.SetColor(UnityEngine.Color)
  name: SetColor(Color)
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.SetColor(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.SetColor.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.SetColor(UnityEngine.Color)
  nameWithType: PrimitiveBoundsHandle.SetColor(Color)
  type: Method
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.SetSize(UnityEngine.Vector3)
  name: SetSize(Vector3)
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.SetSize(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle.SetSize.html
  commentId: M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.SetSize(UnityEngine.Vector3)
  nameWithType: PrimitiveBoundsHandle.SetSize(Vector3)
  type: Method
- uid: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.wireframeColor
  name: wireframeColor
  fullName: UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.wireframeColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.PrimitiveBoundsHandle-wireframeColor.html
  commentId: P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.wireframeColor
  nameWithType: PrimitiveBoundsHandle.wireframeColor
  type: Property
- uid: UnityEditor.IMGUI.Controls.SearchField
  name: SearchField
  fullName: UnityEditor.IMGUI.Controls.SearchField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.html
  commentId: T:UnityEditor.IMGUI.Controls.SearchField
  nameWithType: SearchField
  type: Class
- uid: UnityEditor.IMGUI.Controls.SearchField.#ctor
  name: SearchField()
  fullName: UnityEditor.IMGUI.Controls.SearchField.SearchField()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.SearchField.#ctor
  nameWithType: SearchField.SearchField()
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.SearchField.autoSetFocusOnFindCommand
  name: autoSetFocusOnFindCommand
  fullName: UnityEditor.IMGUI.Controls.SearchField.autoSetFocusOnFindCommand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField-autoSetFocusOnFindCommand.html
  commentId: P:UnityEditor.IMGUI.Controls.SearchField.autoSetFocusOnFindCommand
  nameWithType: SearchField.autoSetFocusOnFindCommand
  type: Property
- uid: UnityEditor.IMGUI.Controls.SearchField.downOrUpArrowKeyPressed
  name: downOrUpArrowKeyPressed
  fullName: UnityEditor.IMGUI.Controls.SearchField.downOrUpArrowKeyPressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField-downOrUpArrowKeyPressed.html
  commentId: E:UnityEditor.IMGUI.Controls.SearchField.downOrUpArrowKeyPressed
  nameWithType: SearchField.downOrUpArrowKeyPressed
  type: Event
- uid: UnityEditor.IMGUI.Controls.SearchField.HasFocus
  name: HasFocus()
  fullName: UnityEditor.IMGUI.Controls.SearchField.HasFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.HasFocus.html
  commentId: M:UnityEditor.IMGUI.Controls.SearchField.HasFocus
  nameWithType: SearchField.HasFocus()
  type: Method
- uid: UnityEditor.IMGUI.Controls.SearchField.OnGUI(System.String,UnityEngine.GUILayoutOption[])
  name: OnGUI(string, params GUILayoutOption[])
  fullName: UnityEditor.IMGUI.Controls.SearchField.OnGUI(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.OnGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.SearchField.OnGUI(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: SearchField.OnGUI(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.IMGUI.Controls.SearchField.OnGUI(UnityEngine.Rect,System.String,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: OnGUI(Rect, string, GUIStyle, GUIStyle, GUIStyle)
  fullName: UnityEditor.IMGUI.Controls.SearchField.OnGUI(UnityEngine.Rect, string, UnityEngine.GUIStyle, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.OnGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.SearchField.OnGUI(UnityEngine.Rect,System.String,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: SearchField.OnGUI(Rect, string, GUIStyle, GUIStyle, GUIStyle)
  type: Method
- uid: UnityEditor.IMGUI.Controls.SearchField.OnGUI(UnityEngine.Rect,System.String)
  name: OnGUI(Rect, string)
  fullName: UnityEditor.IMGUI.Controls.SearchField.OnGUI(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.OnGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.SearchField.OnGUI(UnityEngine.Rect,System.String)
  nameWithType: SearchField.OnGUI(Rect, string)
  type: Method
- uid: UnityEditor.IMGUI.Controls.SearchField.OnToolbarGUI(System.String,UnityEngine.GUILayoutOption[])
  name: OnToolbarGUI(string, params GUILayoutOption[])
  fullName: UnityEditor.IMGUI.Controls.SearchField.OnToolbarGUI(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.OnToolbarGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.SearchField.OnToolbarGUI(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: SearchField.OnToolbarGUI(string, params GUILayoutOption[])
  type: Method
- uid: UnityEditor.IMGUI.Controls.SearchField.OnToolbarGUI(UnityEngine.Rect,System.String)
  name: OnToolbarGUI(Rect, string)
  fullName: UnityEditor.IMGUI.Controls.SearchField.OnToolbarGUI(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.OnToolbarGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.SearchField.OnToolbarGUI(UnityEngine.Rect,System.String)
  nameWithType: SearchField.OnToolbarGUI(Rect, string)
  type: Method
- uid: UnityEditor.IMGUI.Controls.SearchField.SearchFieldCallback
  name: SearchField.SearchFieldCallback
  fullName: UnityEditor.IMGUI.Controls.SearchField.SearchFieldCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.SearchFieldCallback.html
  commentId: T:UnityEditor.IMGUI.Controls.SearchField.SearchFieldCallback
  nameWithType: SearchField.SearchFieldCallback
  type: Delegate
- uid: UnityEditor.IMGUI.Controls.SearchField.searchFieldControlID
  name: searchFieldControlID
  fullName: UnityEditor.IMGUI.Controls.SearchField.searchFieldControlID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField-searchFieldControlID.html
  commentId: P:UnityEditor.IMGUI.Controls.SearchField.searchFieldControlID
  nameWithType: SearchField.searchFieldControlID
  type: Property
- uid: UnityEditor.IMGUI.Controls.SearchField.SetFocus
  name: SetFocus()
  fullName: UnityEditor.IMGUI.Controls.SearchField.SetFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SearchField.SetFocus.html
  commentId: M:UnityEditor.IMGUI.Controls.SearchField.SetFocus
  nameWithType: SearchField.SetFocus()
  type: Method
- uid: UnityEditor.IMGUI.Controls.SphereBoundsHandle
  name: SphereBoundsHandle
  fullName: UnityEditor.IMGUI.Controls.SphereBoundsHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SphereBoundsHandle.html
  commentId: T:UnityEditor.IMGUI.Controls.SphereBoundsHandle
  nameWithType: SphereBoundsHandle
  type: Class
- uid: UnityEditor.IMGUI.Controls.SphereBoundsHandle.#ctor
  name: SphereBoundsHandle()
  fullName: UnityEditor.IMGUI.Controls.SphereBoundsHandle.SphereBoundsHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SphereBoundsHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.SphereBoundsHandle.#ctor
  nameWithType: SphereBoundsHandle.SphereBoundsHandle()
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.SphereBoundsHandle.#ctor(System.Int32)
  name: SphereBoundsHandle(int)
  fullName: UnityEditor.IMGUI.Controls.SphereBoundsHandle.SphereBoundsHandle(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SphereBoundsHandle-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.SphereBoundsHandle.#ctor(System.Int32)
  nameWithType: SphereBoundsHandle.SphereBoundsHandle(int)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.SphereBoundsHandle.DrawWireframe
  name: DrawWireframe()
  fullName: UnityEditor.IMGUI.Controls.SphereBoundsHandle.DrawWireframe()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SphereBoundsHandle.DrawWireframe.html
  commentId: M:UnityEditor.IMGUI.Controls.SphereBoundsHandle.DrawWireframe
  nameWithType: SphereBoundsHandle.DrawWireframe()
  type: Method
- uid: UnityEditor.IMGUI.Controls.SphereBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)
  name: OnHandleChanged(HandleDirection, Bounds, Bounds)
  fullName: UnityEditor.IMGUI.Controls.SphereBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection, UnityEngine.Bounds, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SphereBoundsHandle.OnHandleChanged.html
  commentId: M:UnityEditor.IMGUI.Controls.SphereBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)
  nameWithType: SphereBoundsHandle.OnHandleChanged(PrimitiveBoundsHandle.HandleDirection, Bounds, Bounds)
  type: Method
- uid: UnityEditor.IMGUI.Controls.SphereBoundsHandle.radius
  name: radius
  fullName: UnityEditor.IMGUI.Controls.SphereBoundsHandle.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.SphereBoundsHandle-radius.html
  commentId: P:UnityEditor.IMGUI.Controls.SphereBoundsHandle.radius
  nameWithType: SphereBoundsHandle.radius
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView
  name: TreeView
  fullName: UnityEditor.IMGUI.Controls.TreeView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView
  nameWithType: TreeView
  type: Class
- uid: UnityEditor.IMGUI.Controls.TreeView.#ctor(UnityEditor.IMGUI.Controls.TreeViewState,UnityEditor.IMGUI.Controls.MultiColumnHeader)
  name: TreeView(TreeViewState, MultiColumnHeader)
  fullName: UnityEditor.IMGUI.Controls.TreeView.TreeView(UnityEditor.IMGUI.Controls.TreeViewState, UnityEditor.IMGUI.Controls.MultiColumnHeader)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.#ctor(UnityEditor.IMGUI.Controls.TreeViewState,UnityEditor.IMGUI.Controls.MultiColumnHeader)
  nameWithType: TreeView.TreeView(TreeViewState, MultiColumnHeader)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.TreeView.#ctor(UnityEditor.IMGUI.Controls.TreeViewState)
  name: TreeView(TreeViewState)
  fullName: UnityEditor.IMGUI.Controls.TreeView.TreeView(UnityEditor.IMGUI.Controls.TreeViewState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.#ctor(UnityEditor.IMGUI.Controls.TreeViewState)
  nameWithType: TreeView.TreeView(TreeViewState)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.TreeView.AddExpandedRows(UnityEditor.IMGUI.Controls.TreeViewItem,System.Collections.Generic.IList{UnityEditor.IMGUI.Controls.TreeViewItem})
  name: AddExpandedRows(TreeViewItem, IList<TreeViewItem>)
  fullName: UnityEditor.IMGUI.Controls.TreeView.AddExpandedRows(UnityEditor.IMGUI.Controls.TreeViewItem, System.Collections.Generic.IList<UnityEditor.IMGUI.Controls.TreeViewItem>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.AddExpandedRows.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.AddExpandedRows(UnityEditor.IMGUI.Controls.TreeViewItem,System.Collections.Generic.IList{UnityEditor.IMGUI.Controls.TreeViewItem})
  nameWithType: TreeView.AddExpandedRows(TreeViewItem, IList<TreeViewItem>)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.AfterRowsGUI
  name: AfterRowsGUI()
  fullName: UnityEditor.IMGUI.Controls.TreeView.AfterRowsGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.AfterRowsGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.AfterRowsGUI
  nameWithType: TreeView.AfterRowsGUI()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.baseIndent
  name: baseIndent
  fullName: UnityEditor.IMGUI.Controls.TreeView.baseIndent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-baseIndent.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.baseIndent
  nameWithType: TreeView.baseIndent
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.BeforeRowsGUI
  name: BeforeRowsGUI()
  fullName: UnityEditor.IMGUI.Controls.TreeView.BeforeRowsGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.BeforeRowsGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.BeforeRowsGUI
  nameWithType: TreeView.BeforeRowsGUI()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.BeginRename(UnityEditor.IMGUI.Controls.TreeViewItem,System.Single)
  name: BeginRename(TreeViewItem, float)
  fullName: UnityEditor.IMGUI.Controls.TreeView.BeginRename(UnityEditor.IMGUI.Controls.TreeViewItem, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.BeginRename.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.BeginRename(UnityEditor.IMGUI.Controls.TreeViewItem,System.Single)
  nameWithType: TreeView.BeginRename(TreeViewItem, float)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.BeginRename(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: BeginRename(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.BeginRename(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.BeginRename.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.BeginRename(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.BeginRename(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.BuildRoot
  name: BuildRoot()
  fullName: UnityEditor.IMGUI.Controls.TreeView.BuildRoot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.BuildRoot.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.BuildRoot
  nameWithType: TreeView.BuildRoot()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.BuildRows(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: BuildRows(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.BuildRows(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.BuildRows.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.BuildRows(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.BuildRows(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.CanBeParent(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: CanBeParent(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.CanBeParent(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CanBeParent.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CanBeParent(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.CanBeParent(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.CanChangeExpandedState(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: CanChangeExpandedState(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.CanChangeExpandedState(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CanChangeExpandedState.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CanChangeExpandedState(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.CanChangeExpandedState(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.CanMultiSelect(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: CanMultiSelect(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.CanMultiSelect(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CanMultiSelect.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CanMultiSelect(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.CanMultiSelect(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.CanRename(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: CanRename(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.CanRename(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CanRename.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CanRename(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.CanRename(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.CanStartDrag(UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs)
  name: CanStartDrag(CanStartDragArgs)
  fullName: UnityEditor.IMGUI.Controls.TreeView.CanStartDrag(UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CanStartDrag.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CanStartDrag(UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs)
  nameWithType: TreeView.CanStartDrag(TreeView.CanStartDragArgs)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs
  name: TreeView.CanStartDragArgs
  fullName: UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CanStartDragArgs.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs
  nameWithType: TreeView.CanStartDragArgs
  type: Struct
- uid: UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs.draggedItem
  name: draggedItem
  fullName: UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs.draggedItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CanStartDragArgs-draggedItem.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs.draggedItem
  nameWithType: TreeView.CanStartDragArgs.draggedItem
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs.draggedItemIDs
  name: draggedItemIDs
  fullName: UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs.draggedItemIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CanStartDragArgs-draggedItemIDs.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs.draggedItemIDs
  nameWithType: TreeView.CanStartDragArgs.draggedItemIDs
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.cellMargin
  name: cellMargin
  fullName: UnityEditor.IMGUI.Controls.TreeView.cellMargin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-cellMargin.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.cellMargin
  nameWithType: TreeView.cellMargin
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.CenterRectUsingSingleLineHeight(UnityEngine.Rect@)
  name: CenterRectUsingSingleLineHeight(ref Rect)
  fullName: UnityEditor.IMGUI.Controls.TreeView.CenterRectUsingSingleLineHeight(ref UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CenterRectUsingSingleLineHeight.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CenterRectUsingSingleLineHeight(UnityEngine.Rect@)
  nameWithType: TreeView.CenterRectUsingSingleLineHeight(ref Rect)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.CollapseAll
  name: CollapseAll()
  fullName: UnityEditor.IMGUI.Controls.TreeView.CollapseAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CollapseAll.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CollapseAll
  nameWithType: TreeView.CollapseAll()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.columnIndexForTreeFoldouts
  name: columnIndexForTreeFoldouts
  fullName: UnityEditor.IMGUI.Controls.TreeView.columnIndexForTreeFoldouts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-columnIndexForTreeFoldouts.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.columnIndexForTreeFoldouts
  nameWithType: TreeView.columnIndexForTreeFoldouts
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.CommandEventHandling
  name: CommandEventHandling()
  fullName: UnityEditor.IMGUI.Controls.TreeView.CommandEventHandling()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CommandEventHandling.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CommandEventHandling
  nameWithType: TreeView.CommandEventHandling()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.ContextClicked
  name: ContextClicked()
  fullName: UnityEditor.IMGUI.Controls.TreeView.ContextClicked()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.ContextClicked.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.ContextClicked
  nameWithType: TreeView.ContextClicked()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.ContextClickedItem(System.Int32)
  name: ContextClickedItem(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.ContextClickedItem(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.ContextClickedItem.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.ContextClickedItem(System.Int32)
  nameWithType: TreeView.ContextClickedItem(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.CreateChildListForCollapsedParent
  name: CreateChildListForCollapsedParent()
  fullName: UnityEditor.IMGUI.Controls.TreeView.CreateChildListForCollapsedParent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.CreateChildListForCollapsedParent.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.CreateChildListForCollapsedParent
  nameWithType: TreeView.CreateChildListForCollapsedParent()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.customFoldoutYOffset
  name: customFoldoutYOffset
  fullName: UnityEditor.IMGUI.Controls.TreeView.customFoldoutYOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-customFoldoutYOffset.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.customFoldoutYOffset
  nameWithType: TreeView.customFoldoutYOffset
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI
  name: TreeView.DefaultGUI
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultGUI.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI
  nameWithType: TreeView.DefaultGUI
  type: Class
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.BoldLabel(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  name: BoldLabel(Rect, string, bool, bool)
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.BoldLabel(UnityEngine.Rect, string, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultGUI.BoldLabel.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.BoldLabel(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  nameWithType: TreeView.DefaultGUI.BoldLabel(Rect, string, bool, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.BoldLabelRightAligned(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  name: BoldLabelRightAligned(Rect, string, bool, bool)
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.BoldLabelRightAligned(UnityEngine.Rect, string, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultGUI.BoldLabelRightAligned.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.BoldLabelRightAligned(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  nameWithType: TreeView.DefaultGUI.BoldLabelRightAligned(Rect, string, bool, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.FoldoutLabel(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  name: FoldoutLabel(Rect, string, bool, bool)
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.FoldoutLabel(UnityEngine.Rect, string, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultGUI.FoldoutLabel.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.FoldoutLabel(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  nameWithType: TreeView.DefaultGUI.FoldoutLabel(Rect, string, bool, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.Label(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  name: Label(Rect, string, bool, bool)
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.Label(UnityEngine.Rect, string, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultGUI.Label.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.Label(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  nameWithType: TreeView.DefaultGUI.Label(Rect, string, bool, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.LabelRightAligned(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  name: LabelRightAligned(Rect, string, bool, bool)
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.LabelRightAligned(UnityEngine.Rect, string, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultGUI.LabelRightAligned.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.LabelRightAligned(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)
  nameWithType: TreeView.DefaultGUI.LabelRightAligned(Rect, string, bool, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles
  name: TreeView.DefaultStyles
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultStyles.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles
  nameWithType: TreeView.DefaultStyles
  type: Class
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.backgroundEven
  name: backgroundEven
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.backgroundEven
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultStyles-backgroundEven.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.backgroundEven
  nameWithType: TreeView.DefaultStyles.backgroundEven
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.backgroundOdd
  name: backgroundOdd
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.backgroundOdd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultStyles-backgroundOdd.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.backgroundOdd
  nameWithType: TreeView.DefaultStyles.backgroundOdd
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.boldLabel
  name: boldLabel
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.boldLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultStyles-boldLabel.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.boldLabel
  nameWithType: TreeView.DefaultStyles.boldLabel
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.boldLabelRightAligned
  name: boldLabelRightAligned
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.boldLabelRightAligned
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultStyles-boldLabelRightAligned.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.boldLabelRightAligned
  nameWithType: TreeView.DefaultStyles.boldLabelRightAligned
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.foldoutLabel
  name: foldoutLabel
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.foldoutLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultStyles-foldoutLabel.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.foldoutLabel
  nameWithType: TreeView.DefaultStyles.foldoutLabel
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.label
  name: label
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.label
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultStyles-label.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.label
  nameWithType: TreeView.DefaultStyles.label
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.labelRightAligned
  name: labelRightAligned
  fullName: UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.labelRightAligned
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DefaultStyles-labelRightAligned.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.labelRightAligned
  nameWithType: TreeView.DefaultStyles.labelRightAligned
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.depthIndentWidth
  name: depthIndentWidth
  fullName: UnityEditor.IMGUI.Controls.TreeView.depthIndentWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-depthIndentWidth.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.depthIndentWidth
  nameWithType: TreeView.depthIndentWidth
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.DoesItemMatchSearch(UnityEditor.IMGUI.Controls.TreeViewItem,System.String)
  name: DoesItemMatchSearch(TreeViewItem, string)
  fullName: UnityEditor.IMGUI.Controls.TreeView.DoesItemMatchSearch(UnityEditor.IMGUI.Controls.TreeViewItem, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DoesItemMatchSearch.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.DoesItemMatchSearch(UnityEditor.IMGUI.Controls.TreeViewItem,System.String)
  nameWithType: TreeView.DoesItemMatchSearch(TreeViewItem, string)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.DoubleClickedItem(System.Int32)
  name: DoubleClickedItem(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.DoubleClickedItem(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DoubleClickedItem.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.DoubleClickedItem(System.Int32)
  nameWithType: TreeView.DoubleClickedItem(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs
  name: TreeView.DragAndDropArgs
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropArgs.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs
  nameWithType: TreeView.DragAndDropArgs
  type: Struct
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.dragAndDropPosition
  name: dragAndDropPosition
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.dragAndDropPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropArgs-dragAndDropPosition.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.dragAndDropPosition
  nameWithType: TreeView.DragAndDropArgs.dragAndDropPosition
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.insertAtIndex
  name: insertAtIndex
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.insertAtIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropArgs-insertAtIndex.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.insertAtIndex
  nameWithType: TreeView.DragAndDropArgs.insertAtIndex
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.parentItem
  name: parentItem
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.parentItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropArgs-parentItem.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.parentItem
  nameWithType: TreeView.DragAndDropArgs.parentItem
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.performDrop
  name: performDrop
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.performDrop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropArgs-performDrop.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.performDrop
  nameWithType: TreeView.DragAndDropArgs.performDrop
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition
  name: TreeView.DragAndDropPosition
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropPosition.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition
  nameWithType: TreeView.DragAndDropPosition
  type: Enum
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.BetweenItems
  name: BetweenItems
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.BetweenItems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropPosition.BetweenItems.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.BetweenItems
  nameWithType: TreeView.DragAndDropPosition.BetweenItems
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.OutsideItems
  name: OutsideItems
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.OutsideItems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropPosition.OutsideItems.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.OutsideItems
  nameWithType: TreeView.DragAndDropPosition.OutsideItems
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.UponItem
  name: UponItem
  fullName: UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.UponItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.DragAndDropPosition.UponItem.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.UponItem
  nameWithType: TreeView.DragAndDropPosition.UponItem
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.EndRename
  name: EndRename()
  fullName: UnityEditor.IMGUI.Controls.TreeView.EndRename()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.EndRename.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.EndRename
  nameWithType: TreeView.EndRename()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.ExpandAll
  name: ExpandAll()
  fullName: UnityEditor.IMGUI.Controls.TreeView.ExpandAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.ExpandAll.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.ExpandAll
  nameWithType: TreeView.ExpandAll()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.ExpandedStateChanged
  name: ExpandedStateChanged()
  fullName: UnityEditor.IMGUI.Controls.TreeView.ExpandedStateChanged()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.ExpandedStateChanged.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.ExpandedStateChanged
  nameWithType: TreeView.ExpandedStateChanged()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.extraSpaceBeforeIconAndLabel
  name: extraSpaceBeforeIconAndLabel
  fullName: UnityEditor.IMGUI.Controls.TreeView.extraSpaceBeforeIconAndLabel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-extraSpaceBeforeIconAndLabel.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.extraSpaceBeforeIconAndLabel
  nameWithType: TreeView.extraSpaceBeforeIconAndLabel
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.FindItem(System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)
  name: FindItem(int, TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.FindItem(int, UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.FindItem.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.FindItem(System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.FindItem(int, TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.FindRows(System.Collections.Generic.IList{System.Int32})
  name: FindRows(IList<int>)
  fullName: UnityEditor.IMGUI.Controls.TreeView.FindRows(System.Collections.Generic.IList<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.FindRows.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.FindRows(System.Collections.Generic.IList{System.Int32})
  nameWithType: TreeView.FindRows(IList<int>)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.foldoutWidth
  name: foldoutWidth
  fullName: UnityEditor.IMGUI.Controls.TreeView.foldoutWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-foldoutWidth.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.foldoutWidth
  nameWithType: TreeView.foldoutWidth
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.FrameItem(System.Int32)
  name: FrameItem(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.FrameItem(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.FrameItem.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.FrameItem(System.Int32)
  nameWithType: TreeView.FrameItem(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetAncestors(System.Int32)
  name: GetAncestors(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetAncestors(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetAncestors.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetAncestors(System.Int32)
  nameWithType: TreeView.GetAncestors(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetCellRectForTreeFoldouts(UnityEngine.Rect)
  name: GetCellRectForTreeFoldouts(Rect)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetCellRectForTreeFoldouts(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetCellRectForTreeFoldouts.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetCellRectForTreeFoldouts(UnityEngine.Rect)
  nameWithType: TreeView.GetCellRectForTreeFoldouts(Rect)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetContentIndent(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: GetContentIndent(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetContentIndent(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetContentIndent.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetContentIndent(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.GetContentIndent(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetCustomRowHeight(System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)
  name: GetCustomRowHeight(int, TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetCustomRowHeight(int, UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetCustomRowHeight.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetCustomRowHeight(System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.GetCustomRowHeight(int, TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetDescendantsThatHaveChildren(System.Int32)
  name: GetDescendantsThatHaveChildren(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetDescendantsThatHaveChildren(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetDescendantsThatHaveChildren.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetDescendantsThatHaveChildren(System.Int32)
  nameWithType: TreeView.GetDescendantsThatHaveChildren(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetExpanded
  name: GetExpanded()
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetExpanded()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetExpanded.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetExpanded
  nameWithType: TreeView.GetExpanded()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetFirstAndLastVisibleRows(System.Int32@,System.Int32@)
  name: GetFirstAndLastVisibleRows(out int, out int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetFirstAndLastVisibleRows(out int, out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetFirstAndLastVisibleRows.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetFirstAndLastVisibleRows(System.Int32@,System.Int32@)
  nameWithType: TreeView.GetFirstAndLastVisibleRows(out int, out int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetFoldoutIndent(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: GetFoldoutIndent(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetFoldoutIndent(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetFoldoutIndent.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetFoldoutIndent(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.GetFoldoutIndent(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetRenameRect(UnityEngine.Rect,System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)
  name: GetRenameRect(Rect, int, TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetRenameRect(UnityEngine.Rect, int, UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetRenameRect.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetRenameRect(UnityEngine.Rect,System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.GetRenameRect(Rect, int, TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetRowRect(System.Int32)
  name: GetRowRect(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetRowRect(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetRowRect.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetRowRect(System.Int32)
  nameWithType: TreeView.GetRowRect(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetRows
  name: GetRows()
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetRows()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetRows.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetRows
  nameWithType: TreeView.GetRows()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.GetSelection
  name: GetSelection()
  fullName: UnityEditor.IMGUI.Controls.TreeView.GetSelection()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.GetSelection.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.GetSelection
  nameWithType: TreeView.GetSelection()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.HandleDragAndDrop(UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs)
  name: HandleDragAndDrop(DragAndDropArgs)
  fullName: UnityEditor.IMGUI.Controls.TreeView.HandleDragAndDrop(UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.HandleDragAndDrop.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.HandleDragAndDrop(UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs)
  nameWithType: TreeView.HandleDragAndDrop(TreeView.DragAndDropArgs)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.HasFocus
  name: HasFocus()
  fullName: UnityEditor.IMGUI.Controls.TreeView.HasFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.HasFocus.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.HasFocus
  nameWithType: TreeView.HasFocus()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.hasSearch
  name: hasSearch
  fullName: UnityEditor.IMGUI.Controls.TreeView.hasSearch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-hasSearch.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.hasSearch
  nameWithType: TreeView.hasSearch
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.HasSelection
  name: HasSelection()
  fullName: UnityEditor.IMGUI.Controls.TreeView.HasSelection()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.HasSelection.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.HasSelection
  nameWithType: TreeView.HasSelection()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.IsChildListForACollapsedParent(System.Collections.Generic.IList{UnityEditor.IMGUI.Controls.TreeViewItem})
  name: IsChildListForACollapsedParent(IList<TreeViewItem>)
  fullName: UnityEditor.IMGUI.Controls.TreeView.IsChildListForACollapsedParent(System.Collections.Generic.IList<UnityEditor.IMGUI.Controls.TreeViewItem>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.IsChildListForACollapsedParent.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.IsChildListForACollapsedParent(System.Collections.Generic.IList{UnityEditor.IMGUI.Controls.TreeViewItem})
  nameWithType: TreeView.IsChildListForACollapsedParent(IList<TreeViewItem>)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.isDragging
  name: isDragging
  fullName: UnityEditor.IMGUI.Controls.TreeView.isDragging
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-isDragging.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.isDragging
  nameWithType: TreeView.isDragging
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.IsExpanded(System.Int32)
  name: IsExpanded(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.IsExpanded(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.IsExpanded.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.IsExpanded(System.Int32)
  nameWithType: TreeView.IsExpanded(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.isInitialized
  name: isInitialized
  fullName: UnityEditor.IMGUI.Controls.TreeView.isInitialized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-isInitialized.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.isInitialized
  nameWithType: TreeView.isInitialized
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.IsSelected(System.Int32)
  name: IsSelected(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.IsSelected(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.IsSelected.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.IsSelected(System.Int32)
  nameWithType: TreeView.IsSelected(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.KeyEvent
  name: KeyEvent()
  fullName: UnityEditor.IMGUI.Controls.TreeView.KeyEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.KeyEvent.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.KeyEvent
  nameWithType: TreeView.KeyEvent()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.multiColumnHeader
  name: multiColumnHeader
  fullName: UnityEditor.IMGUI.Controls.TreeView.multiColumnHeader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-multiColumnHeader.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.multiColumnHeader
  nameWithType: TreeView.multiColumnHeader
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.OnGUI(UnityEngine.Rect)
  name: OnGUI(Rect)
  fullName: UnityEditor.IMGUI.Controls.TreeView.OnGUI(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.OnGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.OnGUI(UnityEngine.Rect)
  nameWithType: TreeView.OnGUI(Rect)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.RefreshCustomRowHeights
  name: RefreshCustomRowHeights()
  fullName: UnityEditor.IMGUI.Controls.TreeView.RefreshCustomRowHeights()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RefreshCustomRowHeights.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.RefreshCustomRowHeights
  nameWithType: TreeView.RefreshCustomRowHeights()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.Reload
  name: Reload()
  fullName: UnityEditor.IMGUI.Controls.TreeView.Reload()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.Reload.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.Reload
  nameWithType: TreeView.Reload()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.RenameEnded(UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs)
  name: RenameEnded(RenameEndedArgs)
  fullName: UnityEditor.IMGUI.Controls.TreeView.RenameEnded(UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RenameEnded.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.RenameEnded(UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs)
  nameWithType: TreeView.RenameEnded(TreeView.RenameEndedArgs)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs
  name: TreeView.RenameEndedArgs
  fullName: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RenameEndedArgs.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs
  nameWithType: TreeView.RenameEndedArgs
  type: Struct
- uid: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.acceptedRename
  name: acceptedRename
  fullName: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.acceptedRename
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RenameEndedArgs-acceptedRename.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.acceptedRename
  nameWithType: TreeView.RenameEndedArgs.acceptedRename
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.itemID
  name: itemID
  fullName: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.itemID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RenameEndedArgs-itemID.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.itemID
  nameWithType: TreeView.RenameEndedArgs.itemID
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.newName
  name: newName
  fullName: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.newName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RenameEndedArgs-newName.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.newName
  nameWithType: TreeView.RenameEndedArgs.newName
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.originalName
  name: originalName
  fullName: UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.originalName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RenameEndedArgs-originalName.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.originalName
  nameWithType: TreeView.RenameEndedArgs.originalName
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.Repaint
  name: Repaint()
  fullName: UnityEditor.IMGUI.Controls.TreeView.Repaint()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.Repaint.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.Repaint
  nameWithType: TreeView.Repaint()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.rootItem
  name: rootItem
  fullName: UnityEditor.IMGUI.Controls.TreeView.rootItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-rootItem.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.rootItem
  nameWithType: TreeView.rootItem
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUI(UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs)
  name: RowGUI(RowGUIArgs)
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUI(UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUI.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.RowGUI(UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs)
  nameWithType: TreeView.RowGUI(TreeView.RowGUIArgs)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs
  name: TreeView.RowGUIArgs
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs
  nameWithType: TreeView.RowGUIArgs
  type: Struct
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.focused
  name: focused
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.focused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs-focused.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.focused
  nameWithType: TreeView.RowGUIArgs.focused
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetCellRect(System.Int32)
  name: GetCellRect(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetCellRect(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs.GetCellRect.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetCellRect(System.Int32)
  nameWithType: TreeView.RowGUIArgs.GetCellRect(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetColumn(System.Int32)
  name: GetColumn(int)
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetColumn(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs.GetColumn.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetColumn(System.Int32)
  nameWithType: TreeView.RowGUIArgs.GetColumn(int)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetNumVisibleColumns
  name: GetNumVisibleColumns()
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetNumVisibleColumns()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs.GetNumVisibleColumns.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetNumVisibleColumns
  nameWithType: TreeView.RowGUIArgs.GetNumVisibleColumns()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.isRenaming
  name: isRenaming
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.isRenaming
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs-isRenaming.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.isRenaming
  nameWithType: TreeView.RowGUIArgs.isRenaming
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.item
  name: item
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.item
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs-item.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.item
  nameWithType: TreeView.RowGUIArgs.item
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.label
  name: label
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.label
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs-label.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.label
  nameWithType: TreeView.RowGUIArgs.label
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.row
  name: row
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.row
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs-row.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.row
  nameWithType: TreeView.RowGUIArgs.row
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.rowRect
  name: rowRect
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.rowRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs-rowRect.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.rowRect
  nameWithType: TreeView.RowGUIArgs.rowRect
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.selected
  name: selected
  fullName: UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.selected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.RowGUIArgs-selected.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.selected
  nameWithType: TreeView.RowGUIArgs.selected
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.rowHeight
  name: rowHeight
  fullName: UnityEditor.IMGUI.Controls.TreeView.rowHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-rowHeight.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.rowHeight
  nameWithType: TreeView.rowHeight
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.SearchChanged(System.String)
  name: SearchChanged(string)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SearchChanged(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SearchChanged.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SearchChanged(System.String)
  nameWithType: TreeView.SearchChanged(string)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.searchString
  name: searchString
  fullName: UnityEditor.IMGUI.Controls.TreeView.searchString
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-searchString.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.searchString
  nameWithType: TreeView.searchString
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.SelectAllRows
  name: SelectAllRows()
  fullName: UnityEditor.IMGUI.Controls.TreeView.SelectAllRows()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SelectAllRows.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SelectAllRows
  nameWithType: TreeView.SelectAllRows()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SelectionChanged(System.Collections.Generic.IList{System.Int32})
  name: SelectionChanged(IList<int>)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SelectionChanged(System.Collections.Generic.IList<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SelectionChanged.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SelectionChanged(System.Collections.Generic.IList{System.Int32})
  nameWithType: TreeView.SelectionChanged(IList<int>)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SelectionClick(UnityEditor.IMGUI.Controls.TreeViewItem,System.Boolean)
  name: SelectionClick(TreeViewItem, bool)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SelectionClick(UnityEditor.IMGUI.Controls.TreeViewItem, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SelectionClick.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SelectionClick(UnityEditor.IMGUI.Controls.TreeViewItem,System.Boolean)
  nameWithType: TreeView.SelectionClick(TreeViewItem, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetExpanded(System.Collections.Generic.IList{System.Int32})
  name: SetExpanded(IList<int>)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetExpanded(System.Collections.Generic.IList<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetExpanded.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetExpanded(System.Collections.Generic.IList{System.Int32})
  nameWithType: TreeView.SetExpanded(IList<int>)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetExpanded(System.Int32,System.Boolean)
  name: SetExpanded(int, bool)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetExpanded(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetExpanded.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetExpanded(System.Int32,System.Boolean)
  nameWithType: TreeView.SetExpanded(int, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetExpandedRecursive(System.Int32,System.Boolean)
  name: SetExpandedRecursive(int, bool)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetExpandedRecursive(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetExpandedRecursive.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetExpandedRecursive(System.Int32,System.Boolean)
  nameWithType: TreeView.SetExpandedRecursive(int, bool)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetFocus
  name: SetFocus()
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetFocus.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetFocus
  nameWithType: TreeView.SetFocus()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetFocusAndEnsureSelectedItem
  name: SetFocusAndEnsureSelectedItem()
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetFocusAndEnsureSelectedItem()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetFocusAndEnsureSelectedItem.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetFocusAndEnsureSelectedItem
  nameWithType: TreeView.SetFocusAndEnsureSelectedItem()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetSelection(System.Collections.Generic.IList{System.Int32},UnityEditor.IMGUI.Controls.TreeViewSelectionOptions)
  name: SetSelection(IList<int>, TreeViewSelectionOptions)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetSelection(System.Collections.Generic.IList<int>, UnityEditor.IMGUI.Controls.TreeViewSelectionOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetSelection.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetSelection(System.Collections.Generic.IList{System.Int32},UnityEditor.IMGUI.Controls.TreeViewSelectionOptions)
  nameWithType: TreeView.SetSelection(IList<int>, TreeViewSelectionOptions)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetSelection(System.Collections.Generic.IList{System.Int32})
  name: SetSelection(IList<int>)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetSelection(System.Collections.Generic.IList<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetSelection.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetSelection(System.Collections.Generic.IList{System.Int32})
  nameWithType: TreeView.SetSelection(IList<int>)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetupDepthsFromParentsAndChildren(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: SetupDepthsFromParentsAndChildren(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetupDepthsFromParentsAndChildren(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetupDepthsFromParentsAndChildren.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetupDepthsFromParentsAndChildren(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeView.SetupDepthsFromParentsAndChildren(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDrop(UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs)
  name: SetupDragAndDrop(SetupDragAndDropArgs)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDrop(UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetupDragAndDrop.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDrop(UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs)
  nameWithType: TreeView.SetupDragAndDrop(TreeView.SetupDragAndDropArgs)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs
  name: TreeView.SetupDragAndDropArgs
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetupDragAndDropArgs.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs
  nameWithType: TreeView.SetupDragAndDropArgs
  type: Struct
- uid: UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs.draggedItemIDs
  name: draggedItemIDs
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs.draggedItemIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetupDragAndDropArgs-draggedItemIDs.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs.draggedItemIDs
  nameWithType: TreeView.SetupDragAndDropArgs.draggedItemIDs
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeView.SetupParentsAndChildrenFromDepths(UnityEditor.IMGUI.Controls.TreeViewItem,System.Collections.Generic.IList{UnityEditor.IMGUI.Controls.TreeViewItem})
  name: SetupParentsAndChildrenFromDepths(TreeViewItem, IList<TreeViewItem>)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SetupParentsAndChildrenFromDepths(UnityEditor.IMGUI.Controls.TreeViewItem, System.Collections.Generic.IList<UnityEditor.IMGUI.Controls.TreeViewItem>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SetupParentsAndChildrenFromDepths.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SetupParentsAndChildrenFromDepths(UnityEditor.IMGUI.Controls.TreeViewItem,System.Collections.Generic.IList{UnityEditor.IMGUI.Controls.TreeViewItem})
  nameWithType: TreeView.SetupParentsAndChildrenFromDepths(TreeViewItem, IList<TreeViewItem>)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.showAlternatingRowBackgrounds
  name: showAlternatingRowBackgrounds
  fullName: UnityEditor.IMGUI.Controls.TreeView.showAlternatingRowBackgrounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-showAlternatingRowBackgrounds.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.showAlternatingRowBackgrounds
  nameWithType: TreeView.showAlternatingRowBackgrounds
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.showBorder
  name: showBorder
  fullName: UnityEditor.IMGUI.Controls.TreeView.showBorder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-showBorder.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.showBorder
  nameWithType: TreeView.showBorder
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.showingHorizontalScrollBar
  name: showingHorizontalScrollBar
  fullName: UnityEditor.IMGUI.Controls.TreeView.showingHorizontalScrollBar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-showingHorizontalScrollBar.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.showingHorizontalScrollBar
  nameWithType: TreeView.showingHorizontalScrollBar
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.showingVerticalScrollBar
  name: showingVerticalScrollBar
  fullName: UnityEditor.IMGUI.Controls.TreeView.showingVerticalScrollBar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-showingVerticalScrollBar.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.showingVerticalScrollBar
  nameWithType: TreeView.showingVerticalScrollBar
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.SortItemIDsInRowOrder(System.Collections.Generic.IList{System.Int32})
  name: SortItemIDsInRowOrder(IList<int>)
  fullName: UnityEditor.IMGUI.Controls.TreeView.SortItemIDsInRowOrder(System.Collections.Generic.IList<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView.SortItemIDsInRowOrder.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeView.SortItemIDsInRowOrder(System.Collections.Generic.IList{System.Int32})
  nameWithType: TreeView.SortItemIDsInRowOrder(IList<int>)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeView.state
  name: state
  fullName: UnityEditor.IMGUI.Controls.TreeView.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-state.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.state
  nameWithType: TreeView.state
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.totalHeight
  name: totalHeight
  fullName: UnityEditor.IMGUI.Controls.TreeView.totalHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-totalHeight.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.totalHeight
  nameWithType: TreeView.totalHeight
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.treeViewControlID
  name: treeViewControlID
  fullName: UnityEditor.IMGUI.Controls.TreeView.treeViewControlID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-treeViewControlID.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.treeViewControlID
  nameWithType: TreeView.treeViewControlID
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeView.treeViewRect
  name: treeViewRect
  fullName: UnityEditor.IMGUI.Controls.TreeView.treeViewRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeView-treeViewRect.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeView.treeViewRect
  nameWithType: TreeView.treeViewRect
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewItem
  name: TreeViewItem
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeViewItem
  nameWithType: TreeViewItem
  type: Class
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.#ctor
  name: TreeViewItem()
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.TreeViewItem()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeViewItem.#ctor
  nameWithType: TreeViewItem.TreeViewItem()
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32,System.Int32,System.String)
  name: TreeViewItem(int, int, string)
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.TreeViewItem(int, int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32,System.Int32,System.String)
  nameWithType: TreeViewItem.TreeViewItem(int, int, string)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32,System.Int32)
  name: TreeViewItem(int, int)
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.TreeViewItem(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32,System.Int32)
  nameWithType: TreeViewItem.TreeViewItem(int, int)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32)
  name: TreeViewItem(int)
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.TreeViewItem(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-ctor.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32)
  nameWithType: TreeViewItem.TreeViewItem(int)
  type: Constructor
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.AddChild(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: AddChild(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.AddChild(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem.AddChild.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeViewItem.AddChild(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeViewItem.AddChild(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.children
  name: children
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.children
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-children.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewItem.children
  nameWithType: TreeViewItem.children
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.CompareTo(UnityEditor.IMGUI.Controls.TreeViewItem)
  name: CompareTo(TreeViewItem)
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.CompareTo(UnityEditor.IMGUI.Controls.TreeViewItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem.CompareTo.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeViewItem.CompareTo(UnityEditor.IMGUI.Controls.TreeViewItem)
  nameWithType: TreeViewItem.CompareTo(TreeViewItem)
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.depth
  name: depth
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-depth.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewItem.depth
  nameWithType: TreeViewItem.depth
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.displayName
  name: displayName
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.displayName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-displayName.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewItem.displayName
  nameWithType: TreeViewItem.displayName
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.hasChildren
  name: hasChildren
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.hasChildren
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-hasChildren.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewItem.hasChildren
  nameWithType: TreeViewItem.hasChildren
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.icon
  name: icon
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.icon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-icon.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewItem.icon
  nameWithType: TreeViewItem.icon
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.id
  name: id
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-id.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewItem.id
  nameWithType: TreeViewItem.id
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.parent
  name: parent
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.parent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem-parent.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewItem.parent
  nameWithType: TreeViewItem.parent
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewItem.ToString
  name: ToString()
  fullName: UnityEditor.IMGUI.Controls.TreeViewItem.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewItem.ToString.html
  commentId: M:UnityEditor.IMGUI.Controls.TreeViewItem.ToString
  nameWithType: TreeViewItem.ToString()
  type: Method
- uid: UnityEditor.IMGUI.Controls.TreeViewSelectionOptions
  name: TreeViewSelectionOptions
  fullName: UnityEditor.IMGUI.Controls.TreeViewSelectionOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewSelectionOptions.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeViewSelectionOptions
  nameWithType: TreeViewSelectionOptions
  type: Enum
- uid: UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.FireSelectionChanged
  name: FireSelectionChanged
  fullName: UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.FireSelectionChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewSelectionOptions.FireSelectionChanged.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.FireSelectionChanged
  nameWithType: TreeViewSelectionOptions.FireSelectionChanged
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.None
  name: None
  fullName: UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewSelectionOptions.None.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.None
  nameWithType: TreeViewSelectionOptions.None
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.RevealAndFrame
  name: RevealAndFrame
  fullName: UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.RevealAndFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewSelectionOptions.RevealAndFrame.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.RevealAndFrame
  nameWithType: TreeViewSelectionOptions.RevealAndFrame
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeViewState
  name: TreeViewState
  fullName: UnityEditor.IMGUI.Controls.TreeViewState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewState.html
  commentId: T:UnityEditor.IMGUI.Controls.TreeViewState
  nameWithType: TreeViewState
  type: Class
- uid: UnityEditor.IMGUI.Controls.TreeViewState.expandedIDs
  name: expandedIDs
  fullName: UnityEditor.IMGUI.Controls.TreeViewState.expandedIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewState-expandedIDs.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewState.expandedIDs
  nameWithType: TreeViewState.expandedIDs
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewState.lastClickedID
  name: lastClickedID
  fullName: UnityEditor.IMGUI.Controls.TreeViewState.lastClickedID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewState-lastClickedID.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewState.lastClickedID
  nameWithType: TreeViewState.lastClickedID
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewState.scrollPos
  name: scrollPos
  fullName: UnityEditor.IMGUI.Controls.TreeViewState.scrollPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewState-scrollPos.html
  commentId: F:UnityEditor.IMGUI.Controls.TreeViewState.scrollPos
  nameWithType: TreeViewState.scrollPos
  type: Field
- uid: UnityEditor.IMGUI.Controls.TreeViewState.searchString
  name: searchString
  fullName: UnityEditor.IMGUI.Controls.TreeViewState.searchString
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewState-searchString.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewState.searchString
  nameWithType: TreeViewState.searchString
  type: Property
- uid: UnityEditor.IMGUI.Controls.TreeViewState.selectedIDs
  name: selectedIDs
  fullName: UnityEditor.IMGUI.Controls.TreeViewState.selectedIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMGUI.Controls.TreeViewState-selectedIDs.html
  commentId: P:UnityEditor.IMGUI.Controls.TreeViewState.selectedIDs
  nameWithType: TreeViewState.selectedIDs
  type: Property
- uid: UnityEditor.ImportAssetOptions
  name: ImportAssetOptions
  fullName: UnityEditor.ImportAssetOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImportAssetOptions.html
  commentId: T:UnityEditor.ImportAssetOptions
  nameWithType: ImportAssetOptions
  type: Enum
- uid: UnityEditor.ImportAssetOptions.Default
  name: Default
  fullName: UnityEditor.ImportAssetOptions.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImportAssetOptions.Default.html
  commentId: F:UnityEditor.ImportAssetOptions.Default
  nameWithType: ImportAssetOptions.Default
  type: Field
- uid: UnityEditor.ImportAssetOptions.DontDownloadFromCacheServer
  name: DontDownloadFromCacheServer
  fullName: UnityEditor.ImportAssetOptions.DontDownloadFromCacheServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImportAssetOptions.DontDownloadFromCacheServer.html
  commentId: F:UnityEditor.ImportAssetOptions.DontDownloadFromCacheServer
  nameWithType: ImportAssetOptions.DontDownloadFromCacheServer
  type: Field
- uid: UnityEditor.ImportAssetOptions.ForceSynchronousImport
  name: ForceSynchronousImport
  fullName: UnityEditor.ImportAssetOptions.ForceSynchronousImport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImportAssetOptions.ForceSynchronousImport.html
  commentId: F:UnityEditor.ImportAssetOptions.ForceSynchronousImport
  nameWithType: ImportAssetOptions.ForceSynchronousImport
  type: Field
- uid: UnityEditor.ImportAssetOptions.ForceUncompressedImport
  name: ForceUncompressedImport
  fullName: UnityEditor.ImportAssetOptions.ForceUncompressedImport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImportAssetOptions.ForceUncompressedImport.html
  commentId: F:UnityEditor.ImportAssetOptions.ForceUncompressedImport
  nameWithType: ImportAssetOptions.ForceUncompressedImport
  type: Field
- uid: UnityEditor.ImportAssetOptions.ForceUpdate
  name: ForceUpdate
  fullName: UnityEditor.ImportAssetOptions.ForceUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImportAssetOptions.ForceUpdate.html
  commentId: F:UnityEditor.ImportAssetOptions.ForceUpdate
  nameWithType: ImportAssetOptions.ForceUpdate
  type: Field
- uid: UnityEditor.ImportAssetOptions.ImportRecursive
  name: ImportRecursive
  fullName: UnityEditor.ImportAssetOptions.ImportRecursive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImportAssetOptions.ImportRecursive.html
  commentId: F:UnityEditor.ImportAssetOptions.ImportRecursive
  nameWithType: ImportAssetOptions.ImportRecursive
  type: Field
- uid: UnityEditor.InitializeOnLoadAttribute
  name: InitializeOnLoadAttribute
  fullName: UnityEditor.InitializeOnLoadAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/InitializeOnLoadAttribute.html
  commentId: T:UnityEditor.InitializeOnLoadAttribute
  nameWithType: InitializeOnLoadAttribute
  type: Class
- uid: UnityEditor.InitializeOnLoadMethodAttribute
  name: InitializeOnLoadMethodAttribute
  fullName: UnityEditor.InitializeOnLoadMethodAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/InitializeOnLoadMethodAttribute.html
  commentId: T:UnityEditor.InitializeOnLoadMethodAttribute
  nameWithType: InitializeOnLoadMethodAttribute
  type: Class
- uid: UnityEditor.InspectorMode
  name: InspectorMode
  fullName: UnityEditor.InspectorMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/InspectorMode.html
  commentId: T:UnityEditor.InspectorMode
  nameWithType: InspectorMode
  type: Enum
- uid: UnityEditor.InspectorMode.Debug
  name: Debug
  fullName: UnityEditor.InspectorMode.Debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/InspectorMode.Debug.html
  commentId: F:UnityEditor.InspectorMode.Debug
  nameWithType: InspectorMode.Debug
  type: Field
- uid: UnityEditor.InspectorMode.DebugInternal
  name: DebugInternal
  fullName: UnityEditor.InspectorMode.DebugInternal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/InspectorMode.DebugInternal.html
  commentId: F:UnityEditor.InspectorMode.DebugInternal
  nameWithType: InspectorMode.DebugInternal
  type: Field
- uid: UnityEditor.InspectorMode.Normal
  name: Normal
  fullName: UnityEditor.InspectorMode.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/InspectorMode.Normal.html
  commentId: F:UnityEditor.InspectorMode.Normal
  nameWithType: InspectorMode.Normal
  type: Field
- uid: UnityEditor.iOSAppInBackgroundBehavior
  name: iOSAppInBackgroundBehavior
  fullName: UnityEditor.iOSAppInBackgroundBehavior
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSAppInBackgroundBehavior.html
  commentId: T:UnityEditor.iOSAppInBackgroundBehavior
  nameWithType: iOSAppInBackgroundBehavior
  type: Enum
- uid: UnityEditor.iOSAppInBackgroundBehavior.Custom
  name: Custom
  fullName: UnityEditor.iOSAppInBackgroundBehavior.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSAppInBackgroundBehavior.Custom.html
  commentId: F:UnityEditor.iOSAppInBackgroundBehavior.Custom
  nameWithType: iOSAppInBackgroundBehavior.Custom
  type: Field
- uid: UnityEditor.iOSAppInBackgroundBehavior.Exit
  name: Exit
  fullName: UnityEditor.iOSAppInBackgroundBehavior.Exit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSAppInBackgroundBehavior.Exit.html
  commentId: F:UnityEditor.iOSAppInBackgroundBehavior.Exit
  nameWithType: iOSAppInBackgroundBehavior.Exit
  type: Field
- uid: UnityEditor.iOSAppInBackgroundBehavior.Suspend
  name: Suspend
  fullName: UnityEditor.iOSAppInBackgroundBehavior.Suspend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSAppInBackgroundBehavior.Suspend.html
  commentId: F:UnityEditor.iOSAppInBackgroundBehavior.Suspend
  nameWithType: iOSAppInBackgroundBehavior.Suspend
  type: Field
- uid: UnityEditor.iOSBackgroundMode
  name: iOSBackgroundMode
  fullName: UnityEditor.iOSBackgroundMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.html
  commentId: T:UnityEditor.iOSBackgroundMode
  nameWithType: iOSBackgroundMode
  type: Enum
- uid: UnityEditor.iOSBackgroundMode.Audio
  name: Audio
  fullName: UnityEditor.iOSBackgroundMode.Audio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.Audio.html
  commentId: F:UnityEditor.iOSBackgroundMode.Audio
  nameWithType: iOSBackgroundMode.Audio
  type: Field
- uid: UnityEditor.iOSBackgroundMode.BluetoothCentral
  name: BluetoothCentral
  fullName: UnityEditor.iOSBackgroundMode.BluetoothCentral
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.BluetoothCentral.html
  commentId: F:UnityEditor.iOSBackgroundMode.BluetoothCentral
  nameWithType: iOSBackgroundMode.BluetoothCentral
  type: Field
- uid: UnityEditor.iOSBackgroundMode.BluetoothPeripheral
  name: BluetoothPeripheral
  fullName: UnityEditor.iOSBackgroundMode.BluetoothPeripheral
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.BluetoothPeripheral.html
  commentId: F:UnityEditor.iOSBackgroundMode.BluetoothPeripheral
  nameWithType: iOSBackgroundMode.BluetoothPeripheral
  type: Field
- uid: UnityEditor.iOSBackgroundMode.ExternalAccessory
  name: ExternalAccessory
  fullName: UnityEditor.iOSBackgroundMode.ExternalAccessory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.ExternalAccessory.html
  commentId: F:UnityEditor.iOSBackgroundMode.ExternalAccessory
  nameWithType: iOSBackgroundMode.ExternalAccessory
  type: Field
- uid: UnityEditor.iOSBackgroundMode.Fetch
  name: Fetch
  fullName: UnityEditor.iOSBackgroundMode.Fetch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.Fetch.html
  commentId: F:UnityEditor.iOSBackgroundMode.Fetch
  nameWithType: iOSBackgroundMode.Fetch
  type: Field
- uid: UnityEditor.iOSBackgroundMode.Location
  name: Location
  fullName: UnityEditor.iOSBackgroundMode.Location
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.Location.html
  commentId: F:UnityEditor.iOSBackgroundMode.Location
  nameWithType: iOSBackgroundMode.Location
  type: Field
- uid: UnityEditor.iOSBackgroundMode.NewsstandContent
  name: NewsstandContent
  fullName: UnityEditor.iOSBackgroundMode.NewsstandContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.NewsstandContent.html
  commentId: F:UnityEditor.iOSBackgroundMode.NewsstandContent
  nameWithType: iOSBackgroundMode.NewsstandContent
  type: Field
- uid: UnityEditor.iOSBackgroundMode.None
  name: None
  fullName: UnityEditor.iOSBackgroundMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.None.html
  commentId: F:UnityEditor.iOSBackgroundMode.None
  nameWithType: iOSBackgroundMode.None
  type: Field
- uid: UnityEditor.iOSBackgroundMode.RemoteNotification
  name: RemoteNotification
  fullName: UnityEditor.iOSBackgroundMode.RemoteNotification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.RemoteNotification.html
  commentId: F:UnityEditor.iOSBackgroundMode.RemoteNotification
  nameWithType: iOSBackgroundMode.RemoteNotification
  type: Field
- uid: UnityEditor.iOSBackgroundMode.VOIP
  name: VOIP
  fullName: UnityEditor.iOSBackgroundMode.VOIP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBackgroundMode.VOIP.html
  commentId: F:UnityEditor.iOSBackgroundMode.VOIP
  nameWithType: iOSBackgroundMode.VOIP
  type: Field
- uid: UnityEditor.iOSBuildType
  name: iOSBuildType
  fullName: UnityEditor.iOSBuildType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBuildType.html
  commentId: T:UnityEditor.iOSBuildType
  nameWithType: iOSBuildType
  type: Enum
- uid: UnityEditor.iOSBuildType.Debug
  name: Debug
  fullName: UnityEditor.iOSBuildType.Debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBuildType.Debug.html
  commentId: F:UnityEditor.iOSBuildType.Debug
  nameWithType: iOSBuildType.Debug
  type: Field
- uid: UnityEditor.iOSBuildType.Release
  name: Release
  fullName: UnityEditor.iOSBuildType.Release
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSBuildType.Release.html
  commentId: F:UnityEditor.iOSBuildType.Release
  nameWithType: iOSBuildType.Release
  type: Field
- uid: UnityEditor.iOSDeviceRequirement
  name: iOSDeviceRequirement
  fullName: UnityEditor.iOSDeviceRequirement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSDeviceRequirement.html
  commentId: T:UnityEditor.iOSDeviceRequirement
  nameWithType: iOSDeviceRequirement
  type: Class
- uid: UnityEditor.iOSDeviceRequirement.values
  name: values
  fullName: UnityEditor.iOSDeviceRequirement.values
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSDeviceRequirement-values.html
  commentId: P:UnityEditor.iOSDeviceRequirement.values
  nameWithType: iOSDeviceRequirement.values
  type: Property
- uid: UnityEditor.iOSLaunchScreenImageType
  name: iOSLaunchScreenImageType
  fullName: UnityEditor.iOSLaunchScreenImageType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenImageType.html
  commentId: T:UnityEditor.iOSLaunchScreenImageType
  nameWithType: iOSLaunchScreenImageType
  type: Enum
- uid: UnityEditor.iOSLaunchScreenImageType.iPadImage
  name: iPadImage
  fullName: UnityEditor.iOSLaunchScreenImageType.iPadImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenImageType-iPadImage.html
  commentId: F:UnityEditor.iOSLaunchScreenImageType.iPadImage
  nameWithType: iOSLaunchScreenImageType.iPadImage
  type: Field
- uid: UnityEditor.iOSLaunchScreenImageType.iPhoneLandscapeImage
  name: iPhoneLandscapeImage
  fullName: UnityEditor.iOSLaunchScreenImageType.iPhoneLandscapeImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenImageType-iPhoneLandscapeImage.html
  commentId: F:UnityEditor.iOSLaunchScreenImageType.iPhoneLandscapeImage
  nameWithType: iOSLaunchScreenImageType.iPhoneLandscapeImage
  type: Field
- uid: UnityEditor.iOSLaunchScreenImageType.iPhonePortraitImage
  name: iPhonePortraitImage
  fullName: UnityEditor.iOSLaunchScreenImageType.iPhonePortraitImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenImageType-iPhonePortraitImage.html
  commentId: F:UnityEditor.iOSLaunchScreenImageType.iPhonePortraitImage
  nameWithType: iOSLaunchScreenImageType.iPhonePortraitImage
  type: Field
- uid: UnityEditor.iOSLaunchScreenType
  name: iOSLaunchScreenType
  fullName: UnityEditor.iOSLaunchScreenType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenType.html
  commentId: T:UnityEditor.iOSLaunchScreenType
  nameWithType: iOSLaunchScreenType
  type: Enum
- uid: UnityEditor.iOSLaunchScreenType.CustomXib
  name: CustomXib
  fullName: UnityEditor.iOSLaunchScreenType.CustomXib
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenType.CustomXib.html
  commentId: F:UnityEditor.iOSLaunchScreenType.CustomXib
  nameWithType: iOSLaunchScreenType.CustomXib
  type: Field
- uid: UnityEditor.iOSLaunchScreenType.Default
  name: Default
  fullName: UnityEditor.iOSLaunchScreenType.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenType.Default.html
  commentId: F:UnityEditor.iOSLaunchScreenType.Default
  nameWithType: iOSLaunchScreenType.Default
  type: Field
- uid: UnityEditor.iOSLaunchScreenType.ImageAndBackgroundConstant
  name: ImageAndBackgroundConstant
  fullName: UnityEditor.iOSLaunchScreenType.ImageAndBackgroundConstant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenType.ImageAndBackgroundConstant.html
  commentId: F:UnityEditor.iOSLaunchScreenType.ImageAndBackgroundConstant
  nameWithType: iOSLaunchScreenType.ImageAndBackgroundConstant
  type: Field
- uid: UnityEditor.iOSLaunchScreenType.ImageAndBackgroundRelative
  name: ImageAndBackgroundRelative
  fullName: UnityEditor.iOSLaunchScreenType.ImageAndBackgroundRelative
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenType.ImageAndBackgroundRelative.html
  commentId: F:UnityEditor.iOSLaunchScreenType.ImageAndBackgroundRelative
  nameWithType: iOSLaunchScreenType.ImageAndBackgroundRelative
  type: Field
- uid: UnityEditor.iOSLaunchScreenType.None
  name: None
  fullName: UnityEditor.iOSLaunchScreenType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSLaunchScreenType.None.html
  commentId: F:UnityEditor.iOSLaunchScreenType.None
  nameWithType: iOSLaunchScreenType.None
  type: Field
- uid: UnityEditor.iOSSdkVersion
  name: iOSSdkVersion
  fullName: UnityEditor.iOSSdkVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSdkVersion.html
  commentId: T:UnityEditor.iOSSdkVersion
  nameWithType: iOSSdkVersion
  type: Enum
- uid: UnityEditor.iOSSdkVersion.DeviceSDK
  name: DeviceSDK
  fullName: UnityEditor.iOSSdkVersion.DeviceSDK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSdkVersion.DeviceSDK.html
  commentId: F:UnityEditor.iOSSdkVersion.DeviceSDK
  nameWithType: iOSSdkVersion.DeviceSDK
  type: Field
- uid: UnityEditor.iOSSdkVersion.SimulatorSDK
  name: SimulatorSDK
  fullName: UnityEditor.iOSSdkVersion.SimulatorSDK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSdkVersion.SimulatorSDK.html
  commentId: F:UnityEditor.iOSSdkVersion.SimulatorSDK
  nameWithType: iOSSdkVersion.SimulatorSDK
  type: Field
- uid: UnityEditor.iOSShowActivityIndicatorOnLoading
  name: iOSShowActivityIndicatorOnLoading
  fullName: UnityEditor.iOSShowActivityIndicatorOnLoading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSShowActivityIndicatorOnLoading.html
  commentId: T:UnityEditor.iOSShowActivityIndicatorOnLoading
  nameWithType: iOSShowActivityIndicatorOnLoading
  type: Enum
- uid: UnityEditor.iOSShowActivityIndicatorOnLoading.DontShow
  name: DontShow
  fullName: UnityEditor.iOSShowActivityIndicatorOnLoading.DontShow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSShowActivityIndicatorOnLoading.DontShow.html
  commentId: F:UnityEditor.iOSShowActivityIndicatorOnLoading.DontShow
  nameWithType: iOSShowActivityIndicatorOnLoading.DontShow
  type: Field
- uid: UnityEditor.iOSShowActivityIndicatorOnLoading.Gray
  name: Gray
  fullName: UnityEditor.iOSShowActivityIndicatorOnLoading.Gray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSShowActivityIndicatorOnLoading.Gray.html
  commentId: F:UnityEditor.iOSShowActivityIndicatorOnLoading.Gray
  nameWithType: iOSShowActivityIndicatorOnLoading.Gray
  type: Field
- uid: UnityEditor.iOSShowActivityIndicatorOnLoading.White
  name: White
  fullName: UnityEditor.iOSShowActivityIndicatorOnLoading.White
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSShowActivityIndicatorOnLoading.White.html
  commentId: F:UnityEditor.iOSShowActivityIndicatorOnLoading.White
  nameWithType: iOSShowActivityIndicatorOnLoading.White
  type: Field
- uid: UnityEditor.iOSShowActivityIndicatorOnLoading.WhiteLarge
  name: WhiteLarge
  fullName: UnityEditor.iOSShowActivityIndicatorOnLoading.WhiteLarge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSShowActivityIndicatorOnLoading.WhiteLarge.html
  commentId: F:UnityEditor.iOSShowActivityIndicatorOnLoading.WhiteLarge
  nameWithType: iOSShowActivityIndicatorOnLoading.WhiteLarge
  type: Field
- uid: UnityEditor.iOSStatusBarStyle
  name: iOSStatusBarStyle
  fullName: UnityEditor.iOSStatusBarStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSStatusBarStyle.html
  commentId: T:UnityEditor.iOSStatusBarStyle
  nameWithType: iOSStatusBarStyle
  type: Enum
- uid: UnityEditor.iOSStatusBarStyle.BlackOpaque
  name: BlackOpaque
  fullName: UnityEditor.iOSStatusBarStyle.BlackOpaque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSStatusBarStyle.BlackOpaque.html
  commentId: F:UnityEditor.iOSStatusBarStyle.BlackOpaque
  nameWithType: iOSStatusBarStyle.BlackOpaque
  type: Field
- uid: UnityEditor.iOSStatusBarStyle.BlackTranslucent
  name: BlackTranslucent
  fullName: UnityEditor.iOSStatusBarStyle.BlackTranslucent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSStatusBarStyle.BlackTranslucent.html
  commentId: F:UnityEditor.iOSStatusBarStyle.BlackTranslucent
  nameWithType: iOSStatusBarStyle.BlackTranslucent
  type: Field
- uid: UnityEditor.iOSStatusBarStyle.Default
  name: Default
  fullName: UnityEditor.iOSStatusBarStyle.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSStatusBarStyle.Default.html
  commentId: F:UnityEditor.iOSStatusBarStyle.Default
  nameWithType: iOSStatusBarStyle.Default
  type: Field
- uid: UnityEditor.iOSStatusBarStyle.LightContent
  name: LightContent
  fullName: UnityEditor.iOSStatusBarStyle.LightContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSStatusBarStyle.LightContent.html
  commentId: F:UnityEditor.iOSStatusBarStyle.LightContent
  nameWithType: iOSStatusBarStyle.LightContent
  type: Field
- uid: UnityEditor.iOSSystemGestureDeferMode
  name: iOSSystemGestureDeferMode
  fullName: UnityEditor.iOSSystemGestureDeferMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSystemGestureDeferMode.html
  commentId: T:UnityEditor.iOSSystemGestureDeferMode
  nameWithType: iOSSystemGestureDeferMode
  type: Enum
- uid: UnityEditor.iOSSystemGestureDeferMode.All
  name: All
  fullName: UnityEditor.iOSSystemGestureDeferMode.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSystemGestureDeferMode.All.html
  commentId: F:UnityEditor.iOSSystemGestureDeferMode.All
  nameWithType: iOSSystemGestureDeferMode.All
  type: Field
- uid: UnityEditor.iOSSystemGestureDeferMode.BottomEdge
  name: BottomEdge
  fullName: UnityEditor.iOSSystemGestureDeferMode.BottomEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSystemGestureDeferMode.BottomEdge.html
  commentId: F:UnityEditor.iOSSystemGestureDeferMode.BottomEdge
  nameWithType: iOSSystemGestureDeferMode.BottomEdge
  type: Field
- uid: UnityEditor.iOSSystemGestureDeferMode.LeftEdge
  name: LeftEdge
  fullName: UnityEditor.iOSSystemGestureDeferMode.LeftEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSystemGestureDeferMode.LeftEdge.html
  commentId: F:UnityEditor.iOSSystemGestureDeferMode.LeftEdge
  nameWithType: iOSSystemGestureDeferMode.LeftEdge
  type: Field
- uid: UnityEditor.iOSSystemGestureDeferMode.None
  name: None
  fullName: UnityEditor.iOSSystemGestureDeferMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSystemGestureDeferMode.None.html
  commentId: F:UnityEditor.iOSSystemGestureDeferMode.None
  nameWithType: iOSSystemGestureDeferMode.None
  type: Field
- uid: UnityEditor.iOSSystemGestureDeferMode.RightEdge
  name: RightEdge
  fullName: UnityEditor.iOSSystemGestureDeferMode.RightEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSystemGestureDeferMode.RightEdge.html
  commentId: F:UnityEditor.iOSSystemGestureDeferMode.RightEdge
  nameWithType: iOSSystemGestureDeferMode.RightEdge
  type: Field
- uid: UnityEditor.iOSSystemGestureDeferMode.TopEdge
  name: TopEdge
  fullName: UnityEditor.iOSSystemGestureDeferMode.TopEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSSystemGestureDeferMode.TopEdge.html
  commentId: F:UnityEditor.iOSSystemGestureDeferMode.TopEdge
  nameWithType: iOSSystemGestureDeferMode.TopEdge
  type: Field
- uid: UnityEditor.iOSTargetDevice
  name: iOSTargetDevice
  fullName: UnityEditor.iOSTargetDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetDevice.html
  commentId: T:UnityEditor.iOSTargetDevice
  nameWithType: iOSTargetDevice
  type: Enum
- uid: UnityEditor.iOSTargetDevice.iPadOnly
  name: iPadOnly
  fullName: UnityEditor.iOSTargetDevice.iPadOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetDevice-iPadOnly.html
  commentId: F:UnityEditor.iOSTargetDevice.iPadOnly
  nameWithType: iOSTargetDevice.iPadOnly
  type: Field
- uid: UnityEditor.iOSTargetDevice.iPhoneAndiPad
  name: iPhoneAndiPad
  fullName: UnityEditor.iOSTargetDevice.iPhoneAndiPad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetDevice-iPhoneAndiPad.html
  commentId: F:UnityEditor.iOSTargetDevice.iPhoneAndiPad
  nameWithType: iOSTargetDevice.iPhoneAndiPad
  type: Field
- uid: UnityEditor.iOSTargetDevice.iPhoneOnly
  name: iPhoneOnly
  fullName: UnityEditor.iOSTargetDevice.iPhoneOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetDevice-iPhoneOnly.html
  commentId: F:UnityEditor.iOSTargetDevice.iPhoneOnly
  nameWithType: iOSTargetDevice.iPhoneOnly
  type: Field
- uid: UnityEditor.iOSTargetOSVersion
  name: iOSTargetOSVersion
  fullName: UnityEditor.iOSTargetOSVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion.html
  commentId: T:UnityEditor.iOSTargetOSVersion
  nameWithType: iOSTargetOSVersion
  type: Enum
- uid: UnityEditor.iOSTargetOSVersion.iOS_4_0
  name: iOS_4_0
  fullName: UnityEditor.iOSTargetOSVersion.iOS_4_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_4_0.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_4_0
  nameWithType: iOSTargetOSVersion.iOS_4_0
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_4_1
  name: iOS_4_1
  fullName: UnityEditor.iOSTargetOSVersion.iOS_4_1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_4_1.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_4_1
  nameWithType: iOSTargetOSVersion.iOS_4_1
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_4_2
  name: iOS_4_2
  fullName: UnityEditor.iOSTargetOSVersion.iOS_4_2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_4_2.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_4_2
  nameWithType: iOSTargetOSVersion.iOS_4_2
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_4_3
  name: iOS_4_3
  fullName: UnityEditor.iOSTargetOSVersion.iOS_4_3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_4_3.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_4_3
  nameWithType: iOSTargetOSVersion.iOS_4_3
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_5_0
  name: iOS_5_0
  fullName: UnityEditor.iOSTargetOSVersion.iOS_5_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_5_0.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_5_0
  nameWithType: iOSTargetOSVersion.iOS_5_0
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_5_1
  name: iOS_5_1
  fullName: UnityEditor.iOSTargetOSVersion.iOS_5_1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_5_1.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_5_1
  nameWithType: iOSTargetOSVersion.iOS_5_1
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_6_0
  name: iOS_6_0
  fullName: UnityEditor.iOSTargetOSVersion.iOS_6_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_6_0.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_6_0
  nameWithType: iOSTargetOSVersion.iOS_6_0
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_7_0
  name: iOS_7_0
  fullName: UnityEditor.iOSTargetOSVersion.iOS_7_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_7_0.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_7_0
  nameWithType: iOSTargetOSVersion.iOS_7_0
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_7_1
  name: iOS_7_1
  fullName: UnityEditor.iOSTargetOSVersion.iOS_7_1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_7_1.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_7_1
  nameWithType: iOSTargetOSVersion.iOS_7_1
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_8_0
  name: iOS_8_0
  fullName: UnityEditor.iOSTargetOSVersion.iOS_8_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_8_0.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_8_0
  nameWithType: iOSTargetOSVersion.iOS_8_0
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.iOS_8_1
  name: iOS_8_1
  fullName: UnityEditor.iOSTargetOSVersion.iOS_8_1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion-iOS_8_1.html
  commentId: F:UnityEditor.iOSTargetOSVersion.iOS_8_1
  nameWithType: iOSTargetOSVersion.iOS_8_1
  type: Field
- uid: UnityEditor.iOSTargetOSVersion.Unknown
  name: Unknown
  fullName: UnityEditor.iOSTargetOSVersion.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetOSVersion.Unknown.html
  commentId: F:UnityEditor.iOSTargetOSVersion.Unknown
  nameWithType: iOSTargetOSVersion.Unknown
  type: Field
- uid: UnityEditor.iOSTargetResolution
  name: iOSTargetResolution
  fullName: UnityEditor.iOSTargetResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetResolution.html
  commentId: T:UnityEditor.iOSTargetResolution
  nameWithType: iOSTargetResolution
  type: Enum
- uid: UnityEditor.iOSTargetResolution.Native
  name: Native
  fullName: UnityEditor.iOSTargetResolution.Native
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetResolution.Native.html
  commentId: F:UnityEditor.iOSTargetResolution.Native
  nameWithType: iOSTargetResolution.Native
  type: Field
- uid: UnityEditor.iOSTargetResolution.Resolution320p
  name: Resolution320p
  fullName: UnityEditor.iOSTargetResolution.Resolution320p
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetResolution.Resolution320p.html
  commentId: F:UnityEditor.iOSTargetResolution.Resolution320p
  nameWithType: iOSTargetResolution.Resolution320p
  type: Field
- uid: UnityEditor.iOSTargetResolution.Resolution640p
  name: Resolution640p
  fullName: UnityEditor.iOSTargetResolution.Resolution640p
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetResolution.Resolution640p.html
  commentId: F:UnityEditor.iOSTargetResolution.Resolution640p
  nameWithType: iOSTargetResolution.Resolution640p
  type: Field
- uid: UnityEditor.iOSTargetResolution.Resolution768p
  name: Resolution768p
  fullName: UnityEditor.iOSTargetResolution.Resolution768p
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetResolution.Resolution768p.html
  commentId: F:UnityEditor.iOSTargetResolution.Resolution768p
  nameWithType: iOSTargetResolution.Resolution768p
  type: Field
- uid: UnityEditor.iOSTargetResolution.ResolutionAutoPerformance
  name: ResolutionAutoPerformance
  fullName: UnityEditor.iOSTargetResolution.ResolutionAutoPerformance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetResolution.ResolutionAutoPerformance.html
  commentId: F:UnityEditor.iOSTargetResolution.ResolutionAutoPerformance
  nameWithType: iOSTargetResolution.ResolutionAutoPerformance
  type: Field
- uid: UnityEditor.iOSTargetResolution.ResolutionAutoQuality
  name: ResolutionAutoQuality
  fullName: UnityEditor.iOSTargetResolution.ResolutionAutoQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSTargetResolution.ResolutionAutoQuality.html
  commentId: F:UnityEditor.iOSTargetResolution.ResolutionAutoQuality
  nameWithType: iOSTargetResolution.ResolutionAutoQuality
  type: Field
- uid: UnityEditor.LightEditor
  name: LightEditor
  fullName: UnityEditor.LightEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightEditor.html
  commentId: T:UnityEditor.LightEditor
  nameWithType: LightEditor
  type: Class
- uid: UnityEditor.LightEditor.DefaultOnInspectorGUI
  name: DefaultOnInspectorGUI()
  fullName: UnityEditor.LightEditor.DefaultOnInspectorGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightEditor.DefaultOnInspectorGUI.html
  commentId: M:UnityEditor.LightEditor.DefaultOnInspectorGUI
  nameWithType: LightEditor.DefaultOnInspectorGUI()
  type: Method
- uid: UnityEditor.LightEditor.OnInspectorGUI
  name: OnInspectorGUI()
  fullName: UnityEditor.LightEditor.OnInspectorGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightEditor.OnInspectorGUI.html
  commentId: M:UnityEditor.LightEditor.OnInspectorGUI
  nameWithType: LightEditor.OnInspectorGUI()
  type: Method
- uid: UnityEditor.LightingDataAsset
  name: LightingDataAsset
  fullName: UnityEditor.LightingDataAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightingDataAsset.html
  commentId: T:UnityEditor.LightingDataAsset
  nameWithType: LightingDataAsset
  type: Class
- uid: UnityEditor.LightmapBakeQuality
  name: LightmapBakeQuality
  fullName: UnityEditor.LightmapBakeQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapBakeQuality.html
  commentId: T:UnityEditor.LightmapBakeQuality
  nameWithType: LightmapBakeQuality
  type: Enum
- uid: UnityEditor.LightmapBakeQuality.High
  name: High
  fullName: UnityEditor.LightmapBakeQuality.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapBakeQuality.High.html
  commentId: F:UnityEditor.LightmapBakeQuality.High
  nameWithType: LightmapBakeQuality.High
  type: Field
- uid: UnityEditor.LightmapBakeQuality.Low
  name: Low
  fullName: UnityEditor.LightmapBakeQuality.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapBakeQuality.Low.html
  commentId: F:UnityEditor.LightmapBakeQuality.Low
  nameWithType: LightmapBakeQuality.Low
  type: Field
- uid: UnityEditor.LightmapEditorSettings
  name: LightmapEditorSettings
  fullName: UnityEditor.LightmapEditorSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.html
  commentId: T:UnityEditor.LightmapEditorSettings
  nameWithType: LightmapEditorSettings
  type: Class
- uid: UnityEditor.LightmapEditorSettings.aoAmount
  name: aoAmount
  fullName: UnityEditor.LightmapEditorSettings.aoAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-aoAmount.html
  commentId: P:UnityEditor.LightmapEditorSettings.aoAmount
  nameWithType: LightmapEditorSettings.aoAmount
  type: Property
- uid: UnityEditor.LightmapEditorSettings.aoContrast
  name: aoContrast
  fullName: UnityEditor.LightmapEditorSettings.aoContrast
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-aoContrast.html
  commentId: P:UnityEditor.LightmapEditorSettings.aoContrast
  nameWithType: LightmapEditorSettings.aoContrast
  type: Property
- uid: UnityEditor.LightmapEditorSettings.aoExponentDirect
  name: aoExponentDirect
  fullName: UnityEditor.LightmapEditorSettings.aoExponentDirect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-aoExponentDirect.html
  commentId: P:UnityEditor.LightmapEditorSettings.aoExponentDirect
  nameWithType: LightmapEditorSettings.aoExponentDirect
  type: Property
- uid: UnityEditor.LightmapEditorSettings.aoExponentIndirect
  name: aoExponentIndirect
  fullName: UnityEditor.LightmapEditorSettings.aoExponentIndirect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-aoExponentIndirect.html
  commentId: P:UnityEditor.LightmapEditorSettings.aoExponentIndirect
  nameWithType: LightmapEditorSettings.aoExponentIndirect
  type: Property
- uid: UnityEditor.LightmapEditorSettings.aoMaxDistance
  name: aoMaxDistance
  fullName: UnityEditor.LightmapEditorSettings.aoMaxDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-aoMaxDistance.html
  commentId: P:UnityEditor.LightmapEditorSettings.aoMaxDistance
  nameWithType: LightmapEditorSettings.aoMaxDistance
  type: Property
- uid: UnityEditor.LightmapEditorSettings.bakeResolution
  name: bakeResolution
  fullName: UnityEditor.LightmapEditorSettings.bakeResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-bakeResolution.html
  commentId: P:UnityEditor.LightmapEditorSettings.bakeResolution
  nameWithType: LightmapEditorSettings.bakeResolution
  type: Property
- uid: UnityEditor.LightmapEditorSettings.bounceBoost
  name: bounceBoost
  fullName: UnityEditor.LightmapEditorSettings.bounceBoost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-bounceBoost.html
  commentId: P:UnityEditor.LightmapEditorSettings.bounceBoost
  nameWithType: LightmapEditorSettings.bounceBoost
  type: Property
- uid: UnityEditor.LightmapEditorSettings.bounceIntensity
  name: bounceIntensity
  fullName: UnityEditor.LightmapEditorSettings.bounceIntensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-bounceIntensity.html
  commentId: P:UnityEditor.LightmapEditorSettings.bounceIntensity
  nameWithType: LightmapEditorSettings.bounceIntensity
  type: Property
- uid: UnityEditor.LightmapEditorSettings.bounces
  name: bounces
  fullName: UnityEditor.LightmapEditorSettings.bounces
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-bounces.html
  commentId: P:UnityEditor.LightmapEditorSettings.bounces
  nameWithType: LightmapEditorSettings.bounces
  type: Property
- uid: UnityEditor.LightmapEditorSettings.enableAmbientOcclusion
  name: enableAmbientOcclusion
  fullName: UnityEditor.LightmapEditorSettings.enableAmbientOcclusion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-enableAmbientOcclusion.html
  commentId: P:UnityEditor.LightmapEditorSettings.enableAmbientOcclusion
  nameWithType: LightmapEditorSettings.enableAmbientOcclusion
  type: Property
- uid: UnityEditor.LightmapEditorSettings.FilterMode
  name: LightmapEditorSettings.FilterMode
  fullName: UnityEditor.LightmapEditorSettings.FilterMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.FilterMode.html
  commentId: T:UnityEditor.LightmapEditorSettings.FilterMode
  nameWithType: LightmapEditorSettings.FilterMode
  type: Enum
- uid: UnityEditor.LightmapEditorSettings.FilterMode.Advanced
  name: Advanced
  fullName: UnityEditor.LightmapEditorSettings.FilterMode.Advanced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.FilterMode.Advanced.html
  commentId: F:UnityEditor.LightmapEditorSettings.FilterMode.Advanced
  nameWithType: LightmapEditorSettings.FilterMode.Advanced
  type: Field
- uid: UnityEditor.LightmapEditorSettings.FilterMode.Auto
  name: Auto
  fullName: UnityEditor.LightmapEditorSettings.FilterMode.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.FilterMode.Auto.html
  commentId: F:UnityEditor.LightmapEditorSettings.FilterMode.Auto
  nameWithType: LightmapEditorSettings.FilterMode.Auto
  type: Field
- uid: UnityEditor.LightmapEditorSettings.FilterMode.None
  name: None
  fullName: UnityEditor.LightmapEditorSettings.FilterMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.FilterMode.None.html
  commentId: F:UnityEditor.LightmapEditorSettings.FilterMode.None
  nameWithType: LightmapEditorSettings.FilterMode.None
  type: Field
- uid: UnityEditor.LightmapEditorSettings.FilterType
  name: LightmapEditorSettings.FilterType
  fullName: UnityEditor.LightmapEditorSettings.FilterType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.FilterType.html
  commentId: T:UnityEditor.LightmapEditorSettings.FilterType
  nameWithType: LightmapEditorSettings.FilterType
  type: Enum
- uid: UnityEditor.LightmapEditorSettings.FilterType.ATrous
  name: ATrous
  fullName: UnityEditor.LightmapEditorSettings.FilterType.ATrous
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.FilterType.ATrous.html
  commentId: F:UnityEditor.LightmapEditorSettings.FilterType.ATrous
  nameWithType: LightmapEditorSettings.FilterType.ATrous
  type: Field
- uid: UnityEditor.LightmapEditorSettings.FilterType.Gaussian
  name: Gaussian
  fullName: UnityEditor.LightmapEditorSettings.FilterType.Gaussian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.FilterType.Gaussian.html
  commentId: F:UnityEditor.LightmapEditorSettings.FilterType.Gaussian
  nameWithType: LightmapEditorSettings.FilterType.Gaussian
  type: Field
- uid: UnityEditor.LightmapEditorSettings.FilterType.None
  name: None
  fullName: UnityEditor.LightmapEditorSettings.FilterType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.FilterType.None.html
  commentId: F:UnityEditor.LightmapEditorSettings.FilterType.None
  nameWithType: LightmapEditorSettings.FilterType.None
  type: Field
- uid: UnityEditor.LightmapEditorSettings.filterTypeAO
  name: filterTypeAO
  fullName: UnityEditor.LightmapEditorSettings.filterTypeAO
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-filterTypeAO.html
  commentId: P:UnityEditor.LightmapEditorSettings.filterTypeAO
  nameWithType: LightmapEditorSettings.filterTypeAO
  type: Property
- uid: UnityEditor.LightmapEditorSettings.filterTypeDirect
  name: filterTypeDirect
  fullName: UnityEditor.LightmapEditorSettings.filterTypeDirect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-filterTypeDirect.html
  commentId: P:UnityEditor.LightmapEditorSettings.filterTypeDirect
  nameWithType: LightmapEditorSettings.filterTypeDirect
  type: Property
- uid: UnityEditor.LightmapEditorSettings.filterTypeIndirect
  name: filterTypeIndirect
  fullName: UnityEditor.LightmapEditorSettings.filterTypeIndirect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-filterTypeIndirect.html
  commentId: P:UnityEditor.LightmapEditorSettings.filterTypeIndirect
  nameWithType: LightmapEditorSettings.filterTypeIndirect
  type: Property
- uid: UnityEditor.LightmapEditorSettings.finalGatherContrastThreshold
  name: finalGatherContrastThreshold
  fullName: UnityEditor.LightmapEditorSettings.finalGatherContrastThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-finalGatherContrastThreshold.html
  commentId: P:UnityEditor.LightmapEditorSettings.finalGatherContrastThreshold
  nameWithType: LightmapEditorSettings.finalGatherContrastThreshold
  type: Property
- uid: UnityEditor.LightmapEditorSettings.finalGatherGradientThreshold
  name: finalGatherGradientThreshold
  fullName: UnityEditor.LightmapEditorSettings.finalGatherGradientThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-finalGatherGradientThreshold.html
  commentId: P:UnityEditor.LightmapEditorSettings.finalGatherGradientThreshold
  nameWithType: LightmapEditorSettings.finalGatherGradientThreshold
  type: Property
- uid: UnityEditor.LightmapEditorSettings.finalGatherInterpolationPoints
  name: finalGatherInterpolationPoints
  fullName: UnityEditor.LightmapEditorSettings.finalGatherInterpolationPoints
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-finalGatherInterpolationPoints.html
  commentId: P:UnityEditor.LightmapEditorSettings.finalGatherInterpolationPoints
  nameWithType: LightmapEditorSettings.finalGatherInterpolationPoints
  type: Property
- uid: UnityEditor.LightmapEditorSettings.finalGatherRays
  name: finalGatherRays
  fullName: UnityEditor.LightmapEditorSettings.finalGatherRays
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-finalGatherRays.html
  commentId: P:UnityEditor.LightmapEditorSettings.finalGatherRays
  nameWithType: LightmapEditorSettings.finalGatherRays
  type: Property
- uid: UnityEditor.LightmapEditorSettings.giBakeBackend
  name: giBakeBackend
  fullName: UnityEditor.LightmapEditorSettings.giBakeBackend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-giBakeBackend.html
  commentId: P:UnityEditor.LightmapEditorSettings.giBakeBackend
  nameWithType: LightmapEditorSettings.giBakeBackend
  type: Property
- uid: UnityEditor.LightmapEditorSettings.GIBakeBackend
  name: LightmapEditorSettings.GIBakeBackend
  fullName: UnityEditor.LightmapEditorSettings.GIBakeBackend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.GIBakeBackend.html
  commentId: T:UnityEditor.LightmapEditorSettings.GIBakeBackend
  nameWithType: LightmapEditorSettings.GIBakeBackend
  type: Enum
- uid: UnityEditor.LightmapEditorSettings.GIBakeBackend.PathTracer
  name: PathTracer
  fullName: UnityEditor.LightmapEditorSettings.GIBakeBackend.PathTracer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.GIBakeBackend.PathTracer.html
  commentId: F:UnityEditor.LightmapEditorSettings.GIBakeBackend.PathTracer
  nameWithType: LightmapEditorSettings.GIBakeBackend.PathTracer
  type: Field
- uid: UnityEditor.LightmapEditorSettings.GIBakeBackend.Radiosity
  name: Radiosity
  fullName: UnityEditor.LightmapEditorSettings.GIBakeBackend.Radiosity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.GIBakeBackend.Radiosity.html
  commentId: F:UnityEditor.LightmapEditorSettings.GIBakeBackend.Radiosity
  nameWithType: LightmapEditorSettings.GIBakeBackend.Radiosity
  type: Field
- uid: UnityEditor.LightmapEditorSettings.giPathTracerFilter
  name: giPathTracerFilter
  fullName: UnityEditor.LightmapEditorSettings.giPathTracerFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-giPathTracerFilter.html
  commentId: P:UnityEditor.LightmapEditorSettings.giPathTracerFilter
  nameWithType: LightmapEditorSettings.giPathTracerFilter
  type: Property
- uid: UnityEditor.LightmapEditorSettings.giPathTracerSampling
  name: giPathTracerSampling
  fullName: UnityEditor.LightmapEditorSettings.giPathTracerSampling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-giPathTracerSampling.html
  commentId: P:UnityEditor.LightmapEditorSettings.giPathTracerSampling
  nameWithType: LightmapEditorSettings.giPathTracerSampling
  type: Property
- uid: UnityEditor.LightmapEditorSettings.lastUsedResolution
  name: lastUsedResolution
  fullName: UnityEditor.LightmapEditorSettings.lastUsedResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-lastUsedResolution.html
  commentId: P:UnityEditor.LightmapEditorSettings.lastUsedResolution
  nameWithType: LightmapEditorSettings.lastUsedResolution
  type: Property
- uid: UnityEditor.LightmapEditorSettings.lightmapper
  name: lightmapper
  fullName: UnityEditor.LightmapEditorSettings.lightmapper
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-lightmapper.html
  commentId: P:UnityEditor.LightmapEditorSettings.lightmapper
  nameWithType: LightmapEditorSettings.lightmapper
  type: Property
- uid: UnityEditor.LightmapEditorSettings.Lightmapper
  name: LightmapEditorSettings.Lightmapper
  fullName: UnityEditor.LightmapEditorSettings.Lightmapper
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.Lightmapper.html
  commentId: T:UnityEditor.LightmapEditorSettings.Lightmapper
  nameWithType: LightmapEditorSettings.Lightmapper
  type: Enum
- uid: UnityEditor.LightmapEditorSettings.Lightmapper.PathTracer
  name: PathTracer
  fullName: UnityEditor.LightmapEditorSettings.Lightmapper.PathTracer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.Lightmapper.PathTracer.html
  commentId: F:UnityEditor.LightmapEditorSettings.Lightmapper.PathTracer
  nameWithType: LightmapEditorSettings.Lightmapper.PathTracer
  type: Field
- uid: UnityEditor.LightmapEditorSettings.Lightmapper.Radiosity
  name: Radiosity
  fullName: UnityEditor.LightmapEditorSettings.Lightmapper.Radiosity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.Lightmapper.Radiosity.html
  commentId: F:UnityEditor.LightmapEditorSettings.Lightmapper.Radiosity
  nameWithType: LightmapEditorSettings.Lightmapper.Radiosity
  type: Field
- uid: UnityEditor.LightmapEditorSettings.lockAtlas
  name: lockAtlas
  fullName: UnityEditor.LightmapEditorSettings.lockAtlas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-lockAtlas.html
  commentId: P:UnityEditor.LightmapEditorSettings.lockAtlas
  nameWithType: LightmapEditorSettings.lockAtlas
  type: Property
- uid: UnityEditor.LightmapEditorSettings.maxAtlasHeight
  name: maxAtlasHeight
  fullName: UnityEditor.LightmapEditorSettings.maxAtlasHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-maxAtlasHeight.html
  commentId: P:UnityEditor.LightmapEditorSettings.maxAtlasHeight
  nameWithType: LightmapEditorSettings.maxAtlasHeight
  type: Property
- uid: UnityEditor.LightmapEditorSettings.maxAtlasWidth
  name: maxAtlasWidth
  fullName: UnityEditor.LightmapEditorSettings.maxAtlasWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-maxAtlasWidth.html
  commentId: P:UnityEditor.LightmapEditorSettings.maxAtlasWidth
  nameWithType: LightmapEditorSettings.maxAtlasWidth
  type: Property
- uid: UnityEditor.LightmapEditorSettings.padding
  name: padding
  fullName: UnityEditor.LightmapEditorSettings.padding
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-padding.html
  commentId: P:UnityEditor.LightmapEditorSettings.padding
  nameWithType: LightmapEditorSettings.padding
  type: Property
- uid: UnityEditor.LightmapEditorSettings.PathTracerFilter
  name: LightmapEditorSettings.PathTracerFilter
  fullName: UnityEditor.LightmapEditorSettings.PathTracerFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.PathTracerFilter.html
  commentId: T:UnityEditor.LightmapEditorSettings.PathTracerFilter
  nameWithType: LightmapEditorSettings.PathTracerFilter
  type: Enum
- uid: UnityEditor.LightmapEditorSettings.PathTracerFilter.ATrous
  name: ATrous
  fullName: UnityEditor.LightmapEditorSettings.PathTracerFilter.ATrous
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.PathTracerFilter.ATrous.html
  commentId: F:UnityEditor.LightmapEditorSettings.PathTracerFilter.ATrous
  nameWithType: LightmapEditorSettings.PathTracerFilter.ATrous
  type: Field
- uid: UnityEditor.LightmapEditorSettings.PathTracerFilter.Gaussian
  name: Gaussian
  fullName: UnityEditor.LightmapEditorSettings.PathTracerFilter.Gaussian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.PathTracerFilter.Gaussian.html
  commentId: F:UnityEditor.LightmapEditorSettings.PathTracerFilter.Gaussian
  nameWithType: LightmapEditorSettings.PathTracerFilter.Gaussian
  type: Field
- uid: UnityEditor.LightmapEditorSettings.PathTracerSampling
  name: LightmapEditorSettings.PathTracerSampling
  fullName: UnityEditor.LightmapEditorSettings.PathTracerSampling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.PathTracerSampling.html
  commentId: T:UnityEditor.LightmapEditorSettings.PathTracerSampling
  nameWithType: LightmapEditorSettings.PathTracerSampling
  type: Enum
- uid: UnityEditor.LightmapEditorSettings.PathTracerSampling.Auto
  name: Auto
  fullName: UnityEditor.LightmapEditorSettings.PathTracerSampling.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.PathTracerSampling.Auto.html
  commentId: F:UnityEditor.LightmapEditorSettings.PathTracerSampling.Auto
  nameWithType: LightmapEditorSettings.PathTracerSampling.Auto
  type: Field
- uid: UnityEditor.LightmapEditorSettings.PathTracerSampling.Fixed
  name: Fixed
  fullName: UnityEditor.LightmapEditorSettings.PathTracerSampling.Fixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.PathTracerSampling.Fixed.html
  commentId: F:UnityEditor.LightmapEditorSettings.PathTracerSampling.Fixed
  nameWithType: LightmapEditorSettings.PathTracerSampling.Fixed
  type: Field
- uid: UnityEditor.LightmapEditorSettings.quality
  name: quality
  fullName: UnityEditor.LightmapEditorSettings.quality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-quality.html
  commentId: P:UnityEditor.LightmapEditorSettings.quality
  nameWithType: LightmapEditorSettings.quality
  type: Property
- uid: UnityEditor.LightmapEditorSettings.realtimeResolution
  name: realtimeResolution
  fullName: UnityEditor.LightmapEditorSettings.realtimeResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-realtimeResolution.html
  commentId: P:UnityEditor.LightmapEditorSettings.realtimeResolution
  nameWithType: LightmapEditorSettings.realtimeResolution
  type: Property
- uid: UnityEditor.LightmapEditorSettings.reflectionCubemapCompression
  name: reflectionCubemapCompression
  fullName: UnityEditor.LightmapEditorSettings.reflectionCubemapCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-reflectionCubemapCompression.html
  commentId: P:UnityEditor.LightmapEditorSettings.reflectionCubemapCompression
  nameWithType: LightmapEditorSettings.reflectionCubemapCompression
  type: Property
- uid: UnityEditor.LightmapEditorSettings.resolution
  name: resolution
  fullName: UnityEditor.LightmapEditorSettings.resolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-resolution.html
  commentId: P:UnityEditor.LightmapEditorSettings.resolution
  nameWithType: LightmapEditorSettings.resolution
  type: Property
- uid: UnityEditor.LightmapEditorSettings.sampling
  name: sampling
  fullName: UnityEditor.LightmapEditorSettings.sampling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-sampling.html
  commentId: P:UnityEditor.LightmapEditorSettings.sampling
  nameWithType: LightmapEditorSettings.sampling
  type: Property
- uid: UnityEditor.LightmapEditorSettings.Sampling
  name: LightmapEditorSettings.Sampling
  fullName: UnityEditor.LightmapEditorSettings.Sampling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.Sampling.html
  commentId: T:UnityEditor.LightmapEditorSettings.Sampling
  nameWithType: LightmapEditorSettings.Sampling
  type: Enum
- uid: UnityEditor.LightmapEditorSettings.Sampling.Auto
  name: Auto
  fullName: UnityEditor.LightmapEditorSettings.Sampling.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.Sampling.Auto.html
  commentId: F:UnityEditor.LightmapEditorSettings.Sampling.Auto
  nameWithType: LightmapEditorSettings.Sampling.Auto
  type: Field
- uid: UnityEditor.LightmapEditorSettings.Sampling.Fixed
  name: Fixed
  fullName: UnityEditor.LightmapEditorSettings.Sampling.Fixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings.Sampling.Fixed.html
  commentId: F:UnityEditor.LightmapEditorSettings.Sampling.Fixed
  nameWithType: LightmapEditorSettings.Sampling.Fixed
  type: Field
- uid: UnityEditor.LightmapEditorSettings.skyLightColor
  name: skyLightColor
  fullName: UnityEditor.LightmapEditorSettings.skyLightColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-skyLightColor.html
  commentId: P:UnityEditor.LightmapEditorSettings.skyLightColor
  nameWithType: LightmapEditorSettings.skyLightColor
  type: Property
- uid: UnityEditor.LightmapEditorSettings.skyLightIntensity
  name: skyLightIntensity
  fullName: UnityEditor.LightmapEditorSettings.skyLightIntensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-skyLightIntensity.html
  commentId: P:UnityEditor.LightmapEditorSettings.skyLightIntensity
  nameWithType: LightmapEditorSettings.skyLightIntensity
  type: Property
- uid: UnityEditor.LightmapEditorSettings.textureCompression
  name: textureCompression
  fullName: UnityEditor.LightmapEditorSettings.textureCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapEditorSettings-textureCompression.html
  commentId: P:UnityEditor.LightmapEditorSettings.textureCompression
  nameWithType: LightmapEditorSettings.textureCompression
  type: Property
- uid: UnityEditor.LightmapParameters
  name: LightmapParameters
  fullName: UnityEditor.LightmapParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters.html
  commentId: T:UnityEditor.LightmapParameters
  nameWithType: LightmapParameters
  type: Class
- uid: UnityEditor.LightmapParameters.#ctor
  name: LightmapParameters()
  fullName: UnityEditor.LightmapParameters.LightmapParameters()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-ctor.html
  commentId: M:UnityEditor.LightmapParameters.#ctor
  nameWithType: LightmapParameters.LightmapParameters()
  type: Constructor
- uid: UnityEditor.LightmapParameters.antiAliasingSamples
  name: antiAliasingSamples
  fullName: UnityEditor.LightmapParameters.antiAliasingSamples
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-antiAliasingSamples.html
  commentId: P:UnityEditor.LightmapParameters.antiAliasingSamples
  nameWithType: LightmapParameters.antiAliasingSamples
  type: Property
- uid: UnityEditor.LightmapParameters.AOAntiAliasingSamples
  name: AOAntiAliasingSamples
  fullName: UnityEditor.LightmapParameters.AOAntiAliasingSamples
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters.AOAntiAliasingSamples.html
  commentId: P:UnityEditor.LightmapParameters.AOAntiAliasingSamples
  nameWithType: LightmapParameters.AOAntiAliasingSamples
  type: Property
- uid: UnityEditor.LightmapParameters.AOQuality
  name: AOQuality
  fullName: UnityEditor.LightmapParameters.AOQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters.AOQuality.html
  commentId: P:UnityEditor.LightmapParameters.AOQuality
  nameWithType: LightmapParameters.AOQuality
  type: Property
- uid: UnityEditor.LightmapParameters.backFaceTolerance
  name: backFaceTolerance
  fullName: UnityEditor.LightmapParameters.backFaceTolerance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-backFaceTolerance.html
  commentId: P:UnityEditor.LightmapParameters.backFaceTolerance
  nameWithType: LightmapParameters.backFaceTolerance
  type: Property
- uid: UnityEditor.LightmapParameters.bakedLightmapTag
  name: bakedLightmapTag
  fullName: UnityEditor.LightmapParameters.bakedLightmapTag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-bakedLightmapTag.html
  commentId: P:UnityEditor.LightmapParameters.bakedLightmapTag
  nameWithType: LightmapParameters.bakedLightmapTag
  type: Property
- uid: UnityEditor.LightmapParameters.blurRadius
  name: blurRadius
  fullName: UnityEditor.LightmapParameters.blurRadius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-blurRadius.html
  commentId: P:UnityEditor.LightmapParameters.blurRadius
  nameWithType: LightmapParameters.blurRadius
  type: Property
- uid: UnityEditor.LightmapParameters.clusterResolution
  name: clusterResolution
  fullName: UnityEditor.LightmapParameters.clusterResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-clusterResolution.html
  commentId: P:UnityEditor.LightmapParameters.clusterResolution
  nameWithType: LightmapParameters.clusterResolution
  type: Property
- uid: UnityEditor.LightmapParameters.directLightQuality
  name: directLightQuality
  fullName: UnityEditor.LightmapParameters.directLightQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-directLightQuality.html
  commentId: P:UnityEditor.LightmapParameters.directLightQuality
  nameWithType: LightmapParameters.directLightQuality
  type: Property
- uid: UnityEditor.LightmapParameters.edgeStitching
  name: edgeStitching
  fullName: UnityEditor.LightmapParameters.edgeStitching
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-edgeStitching.html
  commentId: P:UnityEditor.LightmapParameters.edgeStitching
  nameWithType: LightmapParameters.edgeStitching
  type: Property
- uid: UnityEditor.LightmapParameters.irradianceBudget
  name: irradianceBudget
  fullName: UnityEditor.LightmapParameters.irradianceBudget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-irradianceBudget.html
  commentId: P:UnityEditor.LightmapParameters.irradianceBudget
  nameWithType: LightmapParameters.irradianceBudget
  type: Property
- uid: UnityEditor.LightmapParameters.irradianceQuality
  name: irradianceQuality
  fullName: UnityEditor.LightmapParameters.irradianceQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-irradianceQuality.html
  commentId: P:UnityEditor.LightmapParameters.irradianceQuality
  nameWithType: LightmapParameters.irradianceQuality
  type: Property
- uid: UnityEditor.LightmapParameters.isTransparent
  name: isTransparent
  fullName: UnityEditor.LightmapParameters.isTransparent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-isTransparent.html
  commentId: P:UnityEditor.LightmapParameters.isTransparent
  nameWithType: LightmapParameters.isTransparent
  type: Property
- uid: UnityEditor.LightmapParameters.modellingTolerance
  name: modellingTolerance
  fullName: UnityEditor.LightmapParameters.modellingTolerance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-modellingTolerance.html
  commentId: P:UnityEditor.LightmapParameters.modellingTolerance
  nameWithType: LightmapParameters.modellingTolerance
  type: Property
- uid: UnityEditor.LightmapParameters.resolution
  name: resolution
  fullName: UnityEditor.LightmapParameters.resolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-resolution.html
  commentId: P:UnityEditor.LightmapParameters.resolution
  nameWithType: LightmapParameters.resolution
  type: Property
- uid: UnityEditor.LightmapParameters.stitchEdges
  name: stitchEdges
  fullName: UnityEditor.LightmapParameters.stitchEdges
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-stitchEdges.html
  commentId: P:UnityEditor.LightmapParameters.stitchEdges
  nameWithType: LightmapParameters.stitchEdges
  type: Property
- uid: UnityEditor.LightmapParameters.systemTag
  name: systemTag
  fullName: UnityEditor.LightmapParameters.systemTag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapParameters-systemTag.html
  commentId: P:UnityEditor.LightmapParameters.systemTag
  nameWithType: LightmapParameters.systemTag
  type: Property
- uid: UnityEditor.Lightmapping
  name: Lightmapping
  fullName: UnityEditor.Lightmapping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.html
  commentId: T:UnityEditor.Lightmapping
  nameWithType: Lightmapping
  type: Class
- uid: UnityEditor.Lightmapping.Bake
  name: Bake()
  fullName: UnityEditor.Lightmapping.Bake()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.Bake.html
  commentId: M:UnityEditor.Lightmapping.Bake
  nameWithType: Lightmapping.Bake()
  type: Method
- uid: UnityEditor.Lightmapping.BakeAsync
  name: BakeAsync()
  fullName: UnityEditor.Lightmapping.BakeAsync()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.BakeAsync.html
  commentId: M:UnityEditor.Lightmapping.BakeAsync
  nameWithType: Lightmapping.BakeAsync()
  type: Method
- uid: UnityEditor.Lightmapping.bakedGI
  name: bakedGI
  fullName: UnityEditor.Lightmapping.bakedGI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-bakedGI.html
  commentId: P:UnityEditor.Lightmapping.bakedGI
  nameWithType: Lightmapping.bakedGI
  type: Property
- uid: UnityEditor.Lightmapping.BakeLightProbesOnly
  name: BakeLightProbesOnly()
  fullName: UnityEditor.Lightmapping.BakeLightProbesOnly()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.BakeLightProbesOnly.html
  commentId: M:UnityEditor.Lightmapping.BakeLightProbesOnly
  nameWithType: Lightmapping.BakeLightProbesOnly()
  type: Method
- uid: UnityEditor.Lightmapping.BakeLightProbesOnlyAsync
  name: BakeLightProbesOnlyAsync()
  fullName: UnityEditor.Lightmapping.BakeLightProbesOnlyAsync()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.BakeLightProbesOnlyAsync.html
  commentId: M:UnityEditor.Lightmapping.BakeLightProbesOnlyAsync
  nameWithType: Lightmapping.BakeLightProbesOnlyAsync()
  type: Method
- uid: UnityEditor.Lightmapping.BakeMultipleScenes(System.String[])
  name: BakeMultipleScenes(string[])
  fullName: UnityEditor.Lightmapping.BakeMultipleScenes(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.BakeMultipleScenes.html
  commentId: M:UnityEditor.Lightmapping.BakeMultipleScenes(System.String[])
  nameWithType: Lightmapping.BakeMultipleScenes(string[])
  type: Method
- uid: UnityEditor.Lightmapping.BakeReflectionProbe(UnityEngine.ReflectionProbe,System.String)
  name: BakeReflectionProbe(ReflectionProbe, string)
  fullName: UnityEditor.Lightmapping.BakeReflectionProbe(UnityEngine.ReflectionProbe, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.BakeReflectionProbe.html
  commentId: M:UnityEditor.Lightmapping.BakeReflectionProbe(UnityEngine.ReflectionProbe,System.String)
  nameWithType: Lightmapping.BakeReflectionProbe(ReflectionProbe, string)
  type: Method
- uid: UnityEditor.Lightmapping.BakeSelected
  name: BakeSelected()
  fullName: UnityEditor.Lightmapping.BakeSelected()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.BakeSelected.html
  commentId: M:UnityEditor.Lightmapping.BakeSelected
  nameWithType: Lightmapping.BakeSelected()
  type: Method
- uid: UnityEditor.Lightmapping.BakeSelectedAsync
  name: BakeSelectedAsync()
  fullName: UnityEditor.Lightmapping.BakeSelectedAsync()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.BakeSelectedAsync.html
  commentId: M:UnityEditor.Lightmapping.BakeSelectedAsync
  nameWithType: Lightmapping.BakeSelectedAsync()
  type: Method
- uid: UnityEditor.Lightmapping.bounceBoost
  name: bounceBoost
  fullName: UnityEditor.Lightmapping.bounceBoost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-bounceBoost.html
  commentId: P:UnityEditor.Lightmapping.bounceBoost
  nameWithType: Lightmapping.bounceBoost
  type: Property
- uid: UnityEditor.Lightmapping.buildProgress
  name: buildProgress
  fullName: UnityEditor.Lightmapping.buildProgress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-buildProgress.html
  commentId: P:UnityEditor.Lightmapping.buildProgress
  nameWithType: Lightmapping.buildProgress
  type: Property
- uid: UnityEditor.Lightmapping.Cancel
  name: Cancel()
  fullName: UnityEditor.Lightmapping.Cancel()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.Cancel.html
  commentId: M:UnityEditor.Lightmapping.Cancel
  nameWithType: Lightmapping.Cancel()
  type: Method
- uid: UnityEditor.Lightmapping.Clear
  name: Clear()
  fullName: UnityEditor.Lightmapping.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.Clear.html
  commentId: M:UnityEditor.Lightmapping.Clear
  nameWithType: Lightmapping.Clear()
  type: Method
- uid: UnityEditor.Lightmapping.ClearDiskCache
  name: ClearDiskCache()
  fullName: UnityEditor.Lightmapping.ClearDiskCache()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.ClearDiskCache.html
  commentId: M:UnityEditor.Lightmapping.ClearDiskCache
  nameWithType: Lightmapping.ClearDiskCache()
  type: Method
- uid: UnityEditor.Lightmapping.ClearLightingDataAsset
  name: ClearLightingDataAsset()
  fullName: UnityEditor.Lightmapping.ClearLightingDataAsset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.ClearLightingDataAsset.html
  commentId: M:UnityEditor.Lightmapping.ClearLightingDataAsset
  nameWithType: Lightmapping.ClearLightingDataAsset()
  type: Method
- uid: UnityEditor.Lightmapping.completed
  name: completed
  fullName: UnityEditor.Lightmapping.completed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-completed.html
  commentId: F:UnityEditor.Lightmapping.completed
  nameWithType: Lightmapping.completed
  type: Field
- uid: UnityEditor.Lightmapping.ForceStop
  name: ForceStop()
  fullName: UnityEditor.Lightmapping.ForceStop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.ForceStop.html
  commentId: M:UnityEditor.Lightmapping.ForceStop
  nameWithType: Lightmapping.ForceStop()
  type: Method
- uid: UnityEditor.Lightmapping.GetTerrainGIChunks(UnityEngine.Terrain,System.Int32@,System.Int32@)
  name: GetTerrainGIChunks(Terrain, ref int, ref int)
  fullName: UnityEditor.Lightmapping.GetTerrainGIChunks(UnityEngine.Terrain, ref int, ref int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.GetTerrainGIChunks.html
  commentId: M:UnityEditor.Lightmapping.GetTerrainGIChunks(UnityEngine.Terrain,System.Int32@,System.Int32@)
  nameWithType: Lightmapping.GetTerrainGIChunks(Terrain, ref int, ref int)
  type: Method
- uid: UnityEditor.Lightmapping.giWorkflowMode
  name: giWorkflowMode
  fullName: UnityEditor.Lightmapping.giWorkflowMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-giWorkflowMode.html
  commentId: P:UnityEditor.Lightmapping.giWorkflowMode
  nameWithType: Lightmapping.giWorkflowMode
  type: Property
- uid: UnityEditor.Lightmapping.GIWorkflowMode
  name: Lightmapping.GIWorkflowMode
  fullName: UnityEditor.Lightmapping.GIWorkflowMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.GIWorkflowMode.html
  commentId: T:UnityEditor.Lightmapping.GIWorkflowMode
  nameWithType: Lightmapping.GIWorkflowMode
  type: Enum
- uid: UnityEditor.Lightmapping.GIWorkflowMode.Iterative
  name: Iterative
  fullName: UnityEditor.Lightmapping.GIWorkflowMode.Iterative
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.GIWorkflowMode.Iterative.html
  commentId: F:UnityEditor.Lightmapping.GIWorkflowMode.Iterative
  nameWithType: Lightmapping.GIWorkflowMode.Iterative
  type: Field
- uid: UnityEditor.Lightmapping.GIWorkflowMode.Legacy
  name: Legacy
  fullName: UnityEditor.Lightmapping.GIWorkflowMode.Legacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.GIWorkflowMode.Legacy.html
  commentId: F:UnityEditor.Lightmapping.GIWorkflowMode.Legacy
  nameWithType: Lightmapping.GIWorkflowMode.Legacy
  type: Field
- uid: UnityEditor.Lightmapping.GIWorkflowMode.OnDemand
  name: OnDemand
  fullName: UnityEditor.Lightmapping.GIWorkflowMode.OnDemand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.GIWorkflowMode.OnDemand.html
  commentId: F:UnityEditor.Lightmapping.GIWorkflowMode.OnDemand
  nameWithType: Lightmapping.GIWorkflowMode.OnDemand
  type: Field
- uid: UnityEditor.Lightmapping.indirectOutputScale
  name: indirectOutputScale
  fullName: UnityEditor.Lightmapping.indirectOutputScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-indirectOutputScale.html
  commentId: P:UnityEditor.Lightmapping.indirectOutputScale
  nameWithType: Lightmapping.indirectOutputScale
  type: Property
- uid: UnityEditor.Lightmapping.isRunning
  name: isRunning
  fullName: UnityEditor.Lightmapping.isRunning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-isRunning.html
  commentId: P:UnityEditor.Lightmapping.isRunning
  nameWithType: Lightmapping.isRunning
  type: Property
- uid: UnityEditor.Lightmapping.lightingDataAsset
  name: lightingDataAsset
  fullName: UnityEditor.Lightmapping.lightingDataAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-lightingDataAsset.html
  commentId: P:UnityEditor.Lightmapping.lightingDataAsset
  nameWithType: Lightmapping.lightingDataAsset
  type: Property
- uid: UnityEditor.Lightmapping.lightmapSnapshot
  name: lightmapSnapshot
  fullName: UnityEditor.Lightmapping.lightmapSnapshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-lightmapSnapshot.html
  commentId: P:UnityEditor.Lightmapping.lightmapSnapshot
  nameWithType: Lightmapping.lightmapSnapshot
  type: Property
- uid: UnityEditor.Lightmapping.OnCompletedFunction
  name: Lightmapping.OnCompletedFunction
  fullName: UnityEditor.Lightmapping.OnCompletedFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.OnCompletedFunction.html
  commentId: T:UnityEditor.Lightmapping.OnCompletedFunction
  nameWithType: Lightmapping.OnCompletedFunction
  type: Delegate
- uid: UnityEditor.Lightmapping.realtimeGI
  name: realtimeGI
  fullName: UnityEditor.Lightmapping.realtimeGI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping-realtimeGI.html
  commentId: P:UnityEditor.Lightmapping.realtimeGI
  nameWithType: Lightmapping.realtimeGI
  type: Property
- uid: UnityEditor.Lightmapping.Tetrahedralize(UnityEngine.Vector3[],System.Int32[]@,UnityEngine.Vector3[]@)
  name: Tetrahedralize(Vector3[], out int[], out Vector3[])
  fullName: UnityEditor.Lightmapping.Tetrahedralize(UnityEngine.Vector3[], out int[], out UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Lightmapping.Tetrahedralize.html
  commentId: M:UnityEditor.Lightmapping.Tetrahedralize(UnityEngine.Vector3[],System.Int32[]@,UnityEngine.Vector3[]@)
  nameWithType: Lightmapping.Tetrahedralize(Vector3[], out int[], out Vector3[])
  type: Method
- uid: UnityEditor.LightmapSnapshot
  name: LightmapSnapshot
  fullName: UnityEditor.LightmapSnapshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapSnapshot.html
  commentId: T:UnityEditor.LightmapSnapshot
  nameWithType: LightmapSnapshot
  type: Class
- uid: UnityEditor.LocalizationDatabase
  name: LocalizationDatabase
  fullName: UnityEditor.LocalizationDatabase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalizationDatabase.html
  commentId: T:UnityEditor.LocalizationDatabase
  nameWithType: LocalizationDatabase
  type: Class
- uid: UnityEditor.LocalizationDatabase.GetLocalizedString(System.String)
  name: GetLocalizedString(string)
  fullName: UnityEditor.LocalizationDatabase.GetLocalizedString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalizationDatabase.GetLocalizedString.html
  commentId: M:UnityEditor.LocalizationDatabase.GetLocalizedString(System.String)
  nameWithType: LocalizationDatabase.GetLocalizedString(string)
  type: Method
- uid: UnityEditor.LocalizationDatabase.MarkForTranslation(System.String)
  name: MarkForTranslation(string)
  fullName: UnityEditor.LocalizationDatabase.MarkForTranslation(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalizationDatabase.MarkForTranslation.html
  commentId: M:UnityEditor.LocalizationDatabase.MarkForTranslation(System.String)
  nameWithType: LocalizationDatabase.MarkForTranslation(string)
  type: Method
- uid: UnityEditor.LODUtility
  name: LODUtility
  fullName: UnityEditor.LODUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODUtility.html
  commentId: T:UnityEditor.LODUtility
  nameWithType: LODUtility
  type: Class
- uid: UnityEditor.LODUtility.CalculateLODGroupBoundingBox(UnityEngine.LODGroup)
  name: CalculateLODGroupBoundingBox(LODGroup)
  fullName: UnityEditor.LODUtility.CalculateLODGroupBoundingBox(UnityEngine.LODGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODUtility.CalculateLODGroupBoundingBox.html
  commentId: M:UnityEditor.LODUtility.CalculateLODGroupBoundingBox(UnityEngine.LODGroup)
  nameWithType: LODUtility.CalculateLODGroupBoundingBox(LODGroup)
  type: Method
- uid: UnityEditor.MacFullscreenMode
  name: MacFullscreenMode
  fullName: UnityEditor.MacFullscreenMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MacFullscreenMode.html
  commentId: T:UnityEditor.MacFullscreenMode
  nameWithType: MacFullscreenMode
  type: Enum
- uid: UnityEditor.MacFullscreenMode.CaptureDisplay
  name: CaptureDisplay
  fullName: UnityEditor.MacFullscreenMode.CaptureDisplay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MacFullscreenMode.CaptureDisplay.html
  commentId: F:UnityEditor.MacFullscreenMode.CaptureDisplay
  nameWithType: MacFullscreenMode.CaptureDisplay
  type: Field
- uid: UnityEditor.MacFullscreenMode.FullscreenWindow
  name: FullscreenWindow
  fullName: UnityEditor.MacFullscreenMode.FullscreenWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MacFullscreenMode.FullscreenWindow.html
  commentId: F:UnityEditor.MacFullscreenMode.FullscreenWindow
  nameWithType: MacFullscreenMode.FullscreenWindow
  type: Field
- uid: UnityEditor.MacFullscreenMode.FullscreenWindowWithDockAndMenuBar
  name: FullscreenWindowWithDockAndMenuBar
  fullName: UnityEditor.MacFullscreenMode.FullscreenWindowWithDockAndMenuBar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MacFullscreenMode.FullscreenWindowWithDockAndMenuBar.html
  commentId: F:UnityEditor.MacFullscreenMode.FullscreenWindowWithDockAndMenuBar
  nameWithType: MacFullscreenMode.FullscreenWindowWithDockAndMenuBar
  type: Field
- uid: UnityEditor.Macros
  name: UnityEditor.Macros
  fullName: UnityEditor.Macros
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Macros
  nameWithType: UnityEditor.Macros
  type: Namespace
- uid: UnityEditor.Macros.MacroEvaluator
  name: MacroEvaluator
  fullName: UnityEditor.Macros.MacroEvaluator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Macros.MacroEvaluator.html
  commentId: T:UnityEditor.Macros.MacroEvaluator
  nameWithType: MacroEvaluator
  type: Class
- uid: UnityEditor.Macros.MacroEvaluator.Eval(System.String)
  name: Eval(string)
  fullName: UnityEditor.Macros.MacroEvaluator.Eval(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Macros.MacroEvaluator.Eval.html
  commentId: M:UnityEditor.Macros.MacroEvaluator.Eval(System.String)
  nameWithType: MacroEvaluator.Eval(string)
  type: Method
- uid: UnityEditor.Macros.MethodEvaluator
  name: MethodEvaluator
  fullName: UnityEditor.Macros.MethodEvaluator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Macros.MethodEvaluator.html
  commentId: T:UnityEditor.Macros.MethodEvaluator
  nameWithType: MethodEvaluator
  type: Class
- uid: UnityEditor.Macros.MethodEvaluator.Eval(System.String,System.String,System.String,System.Type[],System.Object[])
  name: Eval(string, string, string, Type[], object[])
  fullName: UnityEditor.Macros.MethodEvaluator.Eval(string, string, string, System.Type[], object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Macros.MethodEvaluator.Eval.html
  commentId: M:UnityEditor.Macros.MethodEvaluator.Eval(System.String,System.String,System.String,System.Type[],System.Object[])
  nameWithType: MethodEvaluator.Eval(string, string, string, Type[], object[])
  type: Method
- uid: UnityEditor.Macros.MethodEvaluator.ExecuteExternalCode(System.String)
  name: ExecuteExternalCode(string)
  fullName: UnityEditor.Macros.MethodEvaluator.ExecuteExternalCode(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Macros.MethodEvaluator.ExecuteExternalCode.html
  commentId: M:UnityEditor.Macros.MethodEvaluator.ExecuteExternalCode(System.String)
  nameWithType: MethodEvaluator.ExecuteExternalCode(string)
  type: Method
- uid: UnityEditor.MaterialEditor
  name: MaterialEditor
  fullName: UnityEditor.MaterialEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.html
  commentId: T:UnityEditor.MaterialEditor
  nameWithType: MaterialEditor
  type: Class
- uid: UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Material)
  name: ApplyMaterialPropertyDrawers(Material)
  fullName: UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ApplyMaterialPropertyDrawers.html
  commentId: M:UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Material)
  nameWithType: MaterialEditor.ApplyMaterialPropertyDrawers(Material)
  type: Method
- uid: UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Object[])
  name: ApplyMaterialPropertyDrawers(Object[])
  fullName: UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ApplyMaterialPropertyDrawers.html
  commentId: M:UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Object[])
  nameWithType: MaterialEditor.ApplyMaterialPropertyDrawers(Object[])
  type: Method
- uid: UnityEditor.MaterialEditor.Awake
  name: Awake()
  fullName: UnityEditor.MaterialEditor.Awake()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.Awake.html
  commentId: M:UnityEditor.MaterialEditor.Awake
  nameWithType: MaterialEditor.Awake()
  type: Method
- uid: UnityEditor.MaterialEditor.BeginAnimatedCheck(UnityEditor.MaterialProperty)
  name: BeginAnimatedCheck(MaterialProperty)
  fullName: UnityEditor.MaterialEditor.BeginAnimatedCheck(UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.BeginAnimatedCheck.html
  commentId: M:UnityEditor.MaterialEditor.BeginAnimatedCheck(UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.BeginAnimatedCheck(MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.BeginAnimatedCheck(UnityEngine.Rect,UnityEditor.MaterialProperty)
  name: BeginAnimatedCheck(Rect, MaterialProperty)
  fullName: UnityEditor.MaterialEditor.BeginAnimatedCheck(UnityEngine.Rect, UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.BeginAnimatedCheck.html
  commentId: M:UnityEditor.MaterialEditor.BeginAnimatedCheck(UnityEngine.Rect,UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.BeginAnimatedCheck(Rect, MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.ColorProperty(System.String,System.String)
  name: ColorProperty(string, string)
  fullName: UnityEditor.MaterialEditor.ColorProperty(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ColorProperty.html
  commentId: M:UnityEditor.MaterialEditor.ColorProperty(System.String,System.String)
  nameWithType: MaterialEditor.ColorProperty(string, string)
  type: Method
- uid: UnityEditor.MaterialEditor.ColorProperty(UnityEditor.MaterialProperty,System.String)
  name: ColorProperty(MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.ColorProperty(UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ColorProperty.html
  commentId: M:UnityEditor.MaterialEditor.ColorProperty(UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.ColorProperty(MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.ColorProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  name: ColorProperty(Rect, MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.ColorProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ColorProperty.html
  commentId: M:UnityEditor.MaterialEditor.ColorProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.ColorProperty(Rect, MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.DefaultPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: DefaultPreviewGUI(Rect, GUIStyle)
  fullName: UnityEditor.MaterialEditor.DefaultPreviewGUI(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.DefaultPreviewGUI.html
  commentId: M:UnityEditor.MaterialEditor.DefaultPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: MaterialEditor.DefaultPreviewGUI(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.MaterialEditor.DefaultPreviewSettingsGUI
  name: DefaultPreviewSettingsGUI()
  fullName: UnityEditor.MaterialEditor.DefaultPreviewSettingsGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.DefaultPreviewSettingsGUI.html
  commentId: M:UnityEditor.MaterialEditor.DefaultPreviewSettingsGUI
  nameWithType: MaterialEditor.DefaultPreviewSettingsGUI()
  type: Method
- uid: UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEditor.MaterialProperty,System.String)
  name: DefaultShaderProperty(MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.DefaultShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.DefaultShaderProperty(MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  name: DefaultShaderProperty(Rect, MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.DefaultShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.DefaultShaderProperty(Rect, MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.DoubleSidedGIField
  name: DoubleSidedGIField()
  fullName: UnityEditor.MaterialEditor.DoubleSidedGIField()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.DoubleSidedGIField.html
  commentId: M:UnityEditor.MaterialEditor.DoubleSidedGIField
  nameWithType: MaterialEditor.DoubleSidedGIField()
  type: Method
- uid: UnityEditor.MaterialEditor.EmissionEnabledProperty
  name: EmissionEnabledProperty()
  fullName: UnityEditor.MaterialEditor.EmissionEnabledProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.EmissionEnabledProperty.html
  commentId: M:UnityEditor.MaterialEditor.EmissionEnabledProperty
  nameWithType: MaterialEditor.EmissionEnabledProperty()
  type: Method
- uid: UnityEditor.MaterialEditor.EnableInstancingField
  name: EnableInstancingField()
  fullName: UnityEditor.MaterialEditor.EnableInstancingField()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.EnableInstancingField.html
  commentId: M:UnityEditor.MaterialEditor.EnableInstancingField
  nameWithType: MaterialEditor.EnableInstancingField()
  type: Method
- uid: UnityEditor.MaterialEditor.EnableInstancingField(UnityEngine.Rect)
  name: EnableInstancingField(Rect)
  fullName: UnityEditor.MaterialEditor.EnableInstancingField(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.EnableInstancingField.html
  commentId: M:UnityEditor.MaterialEditor.EnableInstancingField(UnityEngine.Rect)
  nameWithType: MaterialEditor.EnableInstancingField(Rect)
  type: Method
- uid: UnityEditor.MaterialEditor.EndAnimatedCheck
  name: EndAnimatedCheck()
  fullName: UnityEditor.MaterialEditor.EndAnimatedCheck()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.EndAnimatedCheck.html
  commentId: M:UnityEditor.MaterialEditor.EndAnimatedCheck
  nameWithType: MaterialEditor.EndAnimatedCheck()
  type: Method
- uid: UnityEditor.MaterialEditor.FixupEmissiveFlag(UnityEngine.Color,UnityEngine.MaterialGlobalIlluminationFlags)
  name: FixupEmissiveFlag(Color, MaterialGlobalIlluminationFlags)
  fullName: UnityEditor.MaterialEditor.FixupEmissiveFlag(UnityEngine.Color, UnityEngine.MaterialGlobalIlluminationFlags)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.FixupEmissiveFlag.html
  commentId: M:UnityEditor.MaterialEditor.FixupEmissiveFlag(UnityEngine.Color,UnityEngine.MaterialGlobalIlluminationFlags)
  nameWithType: MaterialEditor.FixupEmissiveFlag(Color, MaterialGlobalIlluminationFlags)
  type: Method
- uid: UnityEditor.MaterialEditor.FixupEmissiveFlag(UnityEngine.Material)
  name: FixupEmissiveFlag(Material)
  fullName: UnityEditor.MaterialEditor.FixupEmissiveFlag(UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.FixupEmissiveFlag.html
  commentId: M:UnityEditor.MaterialEditor.FixupEmissiveFlag(UnityEngine.Material)
  nameWithType: MaterialEditor.FixupEmissiveFlag(Material)
  type: Method
- uid: UnityEditor.MaterialEditor.FloatProperty(System.String,System.String)
  name: FloatProperty(string, string)
  fullName: UnityEditor.MaterialEditor.FloatProperty(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.FloatProperty.html
  commentId: M:UnityEditor.MaterialEditor.FloatProperty(System.String,System.String)
  nameWithType: MaterialEditor.FloatProperty(string, string)
  type: Method
- uid: UnityEditor.MaterialEditor.FloatProperty(UnityEditor.MaterialProperty,System.String)
  name: FloatProperty(MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.FloatProperty(UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.FloatProperty.html
  commentId: M:UnityEditor.MaterialEditor.FloatProperty(UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.FloatProperty(MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.FloatProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  name: FloatProperty(Rect, MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.FloatProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.FloatProperty.html
  commentId: M:UnityEditor.MaterialEditor.FloatProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.FloatProperty(Rect, MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.GetColor(System.String,System.Boolean@)
  name: GetColor(string, out bool)
  fullName: UnityEditor.MaterialEditor.GetColor(string, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetColor.html
  commentId: M:UnityEditor.MaterialEditor.GetColor(System.String,System.Boolean@)
  nameWithType: MaterialEditor.GetColor(string, out bool)
  type: Method
- uid: UnityEditor.MaterialEditor.GetDefaultPropertyHeight(UnityEditor.MaterialProperty)
  name: GetDefaultPropertyHeight(MaterialProperty)
  fullName: UnityEditor.MaterialEditor.GetDefaultPropertyHeight(UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetDefaultPropertyHeight.html
  commentId: M:UnityEditor.MaterialEditor.GetDefaultPropertyHeight(UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.GetDefaultPropertyHeight(MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.GetFlexibleRectBetweenFieldAndRightEdge(UnityEngine.Rect)
  name: GetFlexibleRectBetweenFieldAndRightEdge(Rect)
  fullName: UnityEditor.MaterialEditor.GetFlexibleRectBetweenFieldAndRightEdge(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetFlexibleRectBetweenFieldAndRightEdge.html
  commentId: M:UnityEditor.MaterialEditor.GetFlexibleRectBetweenFieldAndRightEdge(UnityEngine.Rect)
  nameWithType: MaterialEditor.GetFlexibleRectBetweenFieldAndRightEdge(Rect)
  type: Method
- uid: UnityEditor.MaterialEditor.GetFlexibleRectBetweenLabelAndField(UnityEngine.Rect)
  name: GetFlexibleRectBetweenLabelAndField(Rect)
  fullName: UnityEditor.MaterialEditor.GetFlexibleRectBetweenLabelAndField(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetFlexibleRectBetweenLabelAndField.html
  commentId: M:UnityEditor.MaterialEditor.GetFlexibleRectBetweenLabelAndField(UnityEngine.Rect)
  nameWithType: MaterialEditor.GetFlexibleRectBetweenLabelAndField(Rect)
  type: Method
- uid: UnityEditor.MaterialEditor.GetFloat(System.String,System.Boolean@)
  name: GetFloat(string, out bool)
  fullName: UnityEditor.MaterialEditor.GetFloat(string, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetFloat.html
  commentId: M:UnityEditor.MaterialEditor.GetFloat(System.String,System.Boolean@)
  nameWithType: MaterialEditor.GetFloat(string, out bool)
  type: Method
- uid: UnityEditor.MaterialEditor.GetLeftAlignedFieldRect(UnityEngine.Rect)
  name: GetLeftAlignedFieldRect(Rect)
  fullName: UnityEditor.MaterialEditor.GetLeftAlignedFieldRect(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetLeftAlignedFieldRect.html
  commentId: M:UnityEditor.MaterialEditor.GetLeftAlignedFieldRect(UnityEngine.Rect)
  nameWithType: MaterialEditor.GetLeftAlignedFieldRect(Rect)
  type: Method
- uid: UnityEditor.MaterialEditor.GetMaterialProperties(UnityEngine.Object[])
  name: GetMaterialProperties(Object[])
  fullName: UnityEditor.MaterialEditor.GetMaterialProperties(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetMaterialProperties.html
  commentId: M:UnityEditor.MaterialEditor.GetMaterialProperties(UnityEngine.Object[])
  nameWithType: MaterialEditor.GetMaterialProperties(Object[])
  type: Method
- uid: UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[],System.Int32)
  name: GetMaterialProperty(Object[], int)
  fullName: UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetMaterialProperty.html
  commentId: M:UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[],System.Int32)
  nameWithType: MaterialEditor.GetMaterialProperty(Object[], int)
  type: Method
- uid: UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[],System.String)
  name: GetMaterialProperty(Object[], string)
  fullName: UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetMaterialProperty.html
  commentId: M:UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[],System.String)
  nameWithType: MaterialEditor.GetMaterialProperty(Object[], string)
  type: Method
- uid: UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty,System.String)
  name: GetPropertyHeight(MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetPropertyHeight.html
  commentId: M:UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.GetPropertyHeight(MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty)
  name: GetPropertyHeight(MaterialProperty)
  fullName: UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetPropertyHeight.html
  commentId: M:UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.GetPropertyHeight(MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.GetRectAfterLabelWidth(UnityEngine.Rect)
  name: GetRectAfterLabelWidth(Rect)
  fullName: UnityEditor.MaterialEditor.GetRectAfterLabelWidth(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetRectAfterLabelWidth.html
  commentId: M:UnityEditor.MaterialEditor.GetRectAfterLabelWidth(UnityEngine.Rect)
  nameWithType: MaterialEditor.GetRectAfterLabelWidth(Rect)
  type: Method
- uid: UnityEditor.MaterialEditor.GetRightAlignedFieldRect(UnityEngine.Rect)
  name: GetRightAlignedFieldRect(Rect)
  fullName: UnityEditor.MaterialEditor.GetRightAlignedFieldRect(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetRightAlignedFieldRect.html
  commentId: M:UnityEditor.MaterialEditor.GetRightAlignedFieldRect(UnityEngine.Rect)
  nameWithType: MaterialEditor.GetRightAlignedFieldRect(Rect)
  type: Method
- uid: UnityEditor.MaterialEditor.GetTexture(System.String,System.Boolean@)
  name: GetTexture(string, out bool)
  fullName: UnityEditor.MaterialEditor.GetTexture(string, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetTexture.html
  commentId: M:UnityEditor.MaterialEditor.GetTexture(System.String,System.Boolean@)
  nameWithType: MaterialEditor.GetTexture(string, out bool)
  type: Method
- uid: UnityEditor.MaterialEditor.GetTextureOffset(System.String,System.Boolean@,System.Boolean@)
  name: GetTextureOffset(string, out bool, out bool)
  fullName: UnityEditor.MaterialEditor.GetTextureOffset(string, out bool, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetTextureOffset.html
  commentId: M:UnityEditor.MaterialEditor.GetTextureOffset(System.String,System.Boolean@,System.Boolean@)
  nameWithType: MaterialEditor.GetTextureOffset(string, out bool, out bool)
  type: Method
- uid: UnityEditor.MaterialEditor.GetTexturePropertyCustomArea(UnityEngine.Rect)
  name: GetTexturePropertyCustomArea(Rect)
  fullName: UnityEditor.MaterialEditor.GetTexturePropertyCustomArea(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetTexturePropertyCustomArea.html
  commentId: M:UnityEditor.MaterialEditor.GetTexturePropertyCustomArea(UnityEngine.Rect)
  nameWithType: MaterialEditor.GetTexturePropertyCustomArea(Rect)
  type: Method
- uid: UnityEditor.MaterialEditor.GetTextureScale(System.String,System.Boolean@,System.Boolean@)
  name: GetTextureScale(string, out bool, out bool)
  fullName: UnityEditor.MaterialEditor.GetTextureScale(string, out bool, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetTextureScale.html
  commentId: M:UnityEditor.MaterialEditor.GetTextureScale(System.String,System.Boolean@,System.Boolean@)
  nameWithType: MaterialEditor.GetTextureScale(string, out bool, out bool)
  type: Method
- uid: UnityEditor.MaterialEditor.GetVector(System.String,System.Boolean@)
  name: GetVector(string, out bool)
  fullName: UnityEditor.MaterialEditor.GetVector(string, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.GetVector.html
  commentId: M:UnityEditor.MaterialEditor.GetVector(System.String,System.Boolean@)
  nameWithType: MaterialEditor.GetVector(string, out bool)
  type: Method
- uid: UnityEditor.MaterialEditor.HasPreviewGUI
  name: HasPreviewGUI()
  fullName: UnityEditor.MaterialEditor.HasPreviewGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.HasPreviewGUI.html
  commentId: M:UnityEditor.MaterialEditor.HasPreviewGUI
  nameWithType: MaterialEditor.HasPreviewGUI()
  type: Method
- uid: UnityEditor.MaterialEditor.HelpBoxWithButton(UnityEngine.GUIContent,UnityEngine.GUIContent)
  name: HelpBoxWithButton(GUIContent, GUIContent)
  fullName: UnityEditor.MaterialEditor.HelpBoxWithButton(UnityEngine.GUIContent, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.HelpBoxWithButton.html
  commentId: M:UnityEditor.MaterialEditor.HelpBoxWithButton(UnityEngine.GUIContent,UnityEngine.GUIContent)
  nameWithType: MaterialEditor.HelpBoxWithButton(GUIContent, GUIContent)
  type: Method
- uid: UnityEditor.MaterialEditor.isVisible
  name: isVisible
  fullName: UnityEditor.MaterialEditor.isVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor-isVisible.html
  commentId: P:UnityEditor.MaterialEditor.isVisible
  nameWithType: MaterialEditor.isVisible
  type: Property
- uid: UnityEditor.MaterialEditor.kMiniTextureFieldLabelIndentLevel
  name: kMiniTextureFieldLabelIndentLevel
  fullName: UnityEditor.MaterialEditor.kMiniTextureFieldLabelIndentLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor-kMiniTextureFieldLabelIndentLevel.html
  commentId: F:UnityEditor.MaterialEditor.kMiniTextureFieldLabelIndentLevel
  nameWithType: MaterialEditor.kMiniTextureFieldLabelIndentLevel
  type: Field
- uid: UnityEditor.MaterialEditor.LightmapEmissionFlagsProperty(System.Int32,System.Boolean)
  name: LightmapEmissionFlagsProperty(int, bool)
  fullName: UnityEditor.MaterialEditor.LightmapEmissionFlagsProperty(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.LightmapEmissionFlagsProperty.html
  commentId: M:UnityEditor.MaterialEditor.LightmapEmissionFlagsProperty(System.Int32,System.Boolean)
  nameWithType: MaterialEditor.LightmapEmissionFlagsProperty(int, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.LightmapEmissionProperty
  name: LightmapEmissionProperty()
  fullName: UnityEditor.MaterialEditor.LightmapEmissionProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.LightmapEmissionProperty.html
  commentId: M:UnityEditor.MaterialEditor.LightmapEmissionProperty
  nameWithType: MaterialEditor.LightmapEmissionProperty()
  type: Method
- uid: UnityEditor.MaterialEditor.LightmapEmissionProperty(System.Int32)
  name: LightmapEmissionProperty(int)
  fullName: UnityEditor.MaterialEditor.LightmapEmissionProperty(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.LightmapEmissionProperty.html
  commentId: M:UnityEditor.MaterialEditor.LightmapEmissionProperty(System.Int32)
  nameWithType: MaterialEditor.LightmapEmissionProperty(int)
  type: Method
- uid: UnityEditor.MaterialEditor.LightmapEmissionProperty(UnityEngine.Rect,System.Int32)
  name: LightmapEmissionProperty(Rect, int)
  fullName: UnityEditor.MaterialEditor.LightmapEmissionProperty(UnityEngine.Rect, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.LightmapEmissionProperty.html
  commentId: M:UnityEditor.MaterialEditor.LightmapEmissionProperty(UnityEngine.Rect,System.Int32)
  nameWithType: MaterialEditor.LightmapEmissionProperty(Rect, int)
  type: Method
- uid: UnityEditor.MaterialEditor.OnDisable
  name: OnDisable()
  fullName: UnityEditor.MaterialEditor.OnDisable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.OnDisable.html
  commentId: M:UnityEditor.MaterialEditor.OnDisable
  nameWithType: MaterialEditor.OnDisable()
  type: Method
- uid: UnityEditor.MaterialEditor.OnEnable
  name: OnEnable()
  fullName: UnityEditor.MaterialEditor.OnEnable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.OnEnable.html
  commentId: M:UnityEditor.MaterialEditor.OnEnable
  nameWithType: MaterialEditor.OnEnable()
  type: Method
- uid: UnityEditor.MaterialEditor.OnHeaderGUI
  name: OnHeaderGUI()
  fullName: UnityEditor.MaterialEditor.OnHeaderGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.OnHeaderGUI.html
  commentId: M:UnityEditor.MaterialEditor.OnHeaderGUI
  nameWithType: MaterialEditor.OnHeaderGUI()
  type: Method
- uid: UnityEditor.MaterialEditor.OnInspectorGUI
  name: OnInspectorGUI()
  fullName: UnityEditor.MaterialEditor.OnInspectorGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.OnInspectorGUI.html
  commentId: M:UnityEditor.MaterialEditor.OnInspectorGUI
  nameWithType: MaterialEditor.OnInspectorGUI()
  type: Method
- uid: UnityEditor.MaterialEditor.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: OnInteractivePreviewGUI(Rect, GUIStyle)
  fullName: UnityEditor.MaterialEditor.OnInteractivePreviewGUI(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.OnInteractivePreviewGUI.html
  commentId: M:UnityEditor.MaterialEditor.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: MaterialEditor.OnInteractivePreviewGUI(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.MaterialEditor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: OnPreviewGUI(Rect, GUIStyle)
  fullName: UnityEditor.MaterialEditor.OnPreviewGUI(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.OnPreviewGUI.html
  commentId: M:UnityEditor.MaterialEditor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: MaterialEditor.OnPreviewGUI(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.MaterialEditor.OnPreviewSettings
  name: OnPreviewSettings()
  fullName: UnityEditor.MaterialEditor.OnPreviewSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.OnPreviewSettings.html
  commentId: M:UnityEditor.MaterialEditor.OnPreviewSettings
  nameWithType: MaterialEditor.OnPreviewSettings()
  type: Method
- uid: UnityEditor.MaterialEditor.OnShaderChanged
  name: OnShaderChanged()
  fullName: UnityEditor.MaterialEditor.OnShaderChanged()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.OnShaderChanged.html
  commentId: M:UnityEditor.MaterialEditor.OnShaderChanged
  nameWithType: MaterialEditor.OnShaderChanged()
  type: Method
- uid: UnityEditor.MaterialEditor.PrepareMaterialPropertiesForAnimationMode(UnityEditor.MaterialProperty[],System.Boolean)
  name: PrepareMaterialPropertiesForAnimationMode(MaterialProperty[], bool)
  fullName: UnityEditor.MaterialEditor.PrepareMaterialPropertiesForAnimationMode(UnityEditor.MaterialProperty[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.PrepareMaterialPropertiesForAnimationMode.html
  commentId: M:UnityEditor.MaterialEditor.PrepareMaterialPropertiesForAnimationMode(UnityEditor.MaterialProperty[],System.Boolean)
  nameWithType: MaterialEditor.PrepareMaterialPropertiesForAnimationMode(MaterialProperty[], bool)
  type: Method
- uid: UnityEditor.MaterialEditor.PropertiesChanged
  name: PropertiesChanged()
  fullName: UnityEditor.MaterialEditor.PropertiesChanged()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.PropertiesChanged.html
  commentId: M:UnityEditor.MaterialEditor.PropertiesChanged
  nameWithType: MaterialEditor.PropertiesChanged()
  type: Method
- uid: UnityEditor.MaterialEditor.PropertiesDefaultGUI(UnityEditor.MaterialProperty[])
  name: PropertiesDefaultGUI(MaterialProperty[])
  fullName: UnityEditor.MaterialEditor.PropertiesDefaultGUI(UnityEditor.MaterialProperty[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.PropertiesDefaultGUI.html
  commentId: M:UnityEditor.MaterialEditor.PropertiesDefaultGUI(UnityEditor.MaterialProperty[])
  nameWithType: MaterialEditor.PropertiesDefaultGUI(MaterialProperty[])
  type: Method
- uid: UnityEditor.MaterialEditor.PropertiesGUI
  name: PropertiesGUI()
  fullName: UnityEditor.MaterialEditor.PropertiesGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.PropertiesGUI.html
  commentId: M:UnityEditor.MaterialEditor.PropertiesGUI
  nameWithType: MaterialEditor.PropertiesGUI()
  type: Method
- uid: UnityEditor.MaterialEditor.RangeProperty(System.String,System.String,System.Single,System.Single)
  name: RangeProperty(string, string, float, float)
  fullName: UnityEditor.MaterialEditor.RangeProperty(string, string, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.RangeProperty.html
  commentId: M:UnityEditor.MaterialEditor.RangeProperty(System.String,System.String,System.Single,System.Single)
  nameWithType: MaterialEditor.RangeProperty(string, string, float, float)
  type: Method
- uid: UnityEditor.MaterialEditor.RangeProperty(UnityEditor.MaterialProperty,System.String)
  name: RangeProperty(MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.RangeProperty(UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.RangeProperty.html
  commentId: M:UnityEditor.MaterialEditor.RangeProperty(UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.RangeProperty(MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.RangeProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  name: RangeProperty(Rect, MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.RangeProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.RangeProperty.html
  commentId: M:UnityEditor.MaterialEditor.RangeProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.RangeProperty(Rect, MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.RegisterPropertyChangeUndo(System.String)
  name: RegisterPropertyChangeUndo(string)
  fullName: UnityEditor.MaterialEditor.RegisterPropertyChangeUndo(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.RegisterPropertyChangeUndo.html
  commentId: M:UnityEditor.MaterialEditor.RegisterPropertyChangeUndo(System.String)
  nameWithType: MaterialEditor.RegisterPropertyChangeUndo(string)
  type: Method
- uid: UnityEditor.MaterialEditor.RenderQueueField
  name: RenderQueueField()
  fullName: UnityEditor.MaterialEditor.RenderQueueField()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.RenderQueueField.html
  commentId: M:UnityEditor.MaterialEditor.RenderQueueField
  nameWithType: MaterialEditor.RenderQueueField()
  type: Method
- uid: UnityEditor.MaterialEditor.RenderQueueField(UnityEngine.Rect)
  name: RenderQueueField(Rect)
  fullName: UnityEditor.MaterialEditor.RenderQueueField(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.RenderQueueField.html
  commentId: M:UnityEditor.MaterialEditor.RenderQueueField(UnityEngine.Rect)
  nameWithType: MaterialEditor.RenderQueueField(Rect)
  type: Method
- uid: UnityEditor.MaterialEditor.RenderStaticPreview(System.String,UnityEngine.Object[],System.Int32,System.Int32)
  name: RenderStaticPreview(string, Object[], int, int)
  fullName: UnityEditor.MaterialEditor.RenderStaticPreview(string, UnityEngine.Object[], int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.RenderStaticPreview.html
  commentId: M:UnityEditor.MaterialEditor.RenderStaticPreview(System.String,UnityEngine.Object[],System.Int32,System.Int32)
  nameWithType: MaterialEditor.RenderStaticPreview(string, Object[], int, int)
  type: Method
- uid: UnityEditor.MaterialEditor.RequiresConstantRepaint
  name: RequiresConstantRepaint()
  fullName: UnityEditor.MaterialEditor.RequiresConstantRepaint()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.RequiresConstantRepaint.html
  commentId: M:UnityEditor.MaterialEditor.RequiresConstantRepaint
  nameWithType: MaterialEditor.RequiresConstantRepaint()
  type: Method
- uid: UnityEditor.MaterialEditor.SetColor(System.String,UnityEngine.Color)
  name: SetColor(string, Color)
  fullName: UnityEditor.MaterialEditor.SetColor(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetColor.html
  commentId: M:UnityEditor.MaterialEditor.SetColor(System.String,UnityEngine.Color)
  nameWithType: MaterialEditor.SetColor(string, Color)
  type: Method
- uid: UnityEditor.MaterialEditor.SetDefaultGUIWidths
  name: SetDefaultGUIWidths()
  fullName: UnityEditor.MaterialEditor.SetDefaultGUIWidths()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetDefaultGUIWidths.html
  commentId: M:UnityEditor.MaterialEditor.SetDefaultGUIWidths
  nameWithType: MaterialEditor.SetDefaultGUIWidths()
  type: Method
- uid: UnityEditor.MaterialEditor.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEditor.MaterialEditor.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetFloat.html
  commentId: M:UnityEditor.MaterialEditor.SetFloat(System.String,System.Single)
  nameWithType: MaterialEditor.SetFloat(string, float)
  type: Method
- uid: UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader,System.Boolean)
  name: SetShader(Shader, bool)
  fullName: UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetShader.html
  commentId: M:UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader,System.Boolean)
  nameWithType: MaterialEditor.SetShader(Shader, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader)
  name: SetShader(Shader)
  fullName: UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetShader.html
  commentId: M:UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader)
  nameWithType: MaterialEditor.SetShader(Shader)
  type: Method
- uid: UnityEditor.MaterialEditor.SetTexture(System.String,UnityEngine.Texture)
  name: SetTexture(string, Texture)
  fullName: UnityEditor.MaterialEditor.SetTexture(string, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetTexture.html
  commentId: M:UnityEditor.MaterialEditor.SetTexture(System.String,UnityEngine.Texture)
  nameWithType: MaterialEditor.SetTexture(string, Texture)
  type: Method
- uid: UnityEditor.MaterialEditor.SetTextureOffset(System.String,UnityEngine.Vector2,System.Int32)
  name: SetTextureOffset(string, Vector2, int)
  fullName: UnityEditor.MaterialEditor.SetTextureOffset(string, UnityEngine.Vector2, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetTextureOffset.html
  commentId: M:UnityEditor.MaterialEditor.SetTextureOffset(System.String,UnityEngine.Vector2,System.Int32)
  nameWithType: MaterialEditor.SetTextureOffset(string, Vector2, int)
  type: Method
- uid: UnityEditor.MaterialEditor.SetTextureScale(System.String,UnityEngine.Vector2,System.Int32)
  name: SetTextureScale(string, Vector2, int)
  fullName: UnityEditor.MaterialEditor.SetTextureScale(string, UnityEngine.Vector2, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetTextureScale.html
  commentId: M:UnityEditor.MaterialEditor.SetTextureScale(System.String,UnityEngine.Vector2,System.Int32)
  nameWithType: MaterialEditor.SetTextureScale(string, Vector2, int)
  type: Method
- uid: UnityEditor.MaterialEditor.SetVector(System.String,UnityEngine.Vector4)
  name: SetVector(string, Vector4)
  fullName: UnityEditor.MaterialEditor.SetVector(string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.SetVector.html
  commentId: M:UnityEditor.MaterialEditor.SetVector(System.String,UnityEngine.Vector4)
  nameWithType: MaterialEditor.SetVector(string, Vector4)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,System.String,System.Int32)
  name: ShaderProperty(MaterialProperty, string, int)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,System.String,System.Int32)
  nameWithType: MaterialEditor.ShaderProperty(MaterialProperty, string, int)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,System.String)
  name: ShaderProperty(MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.ShaderProperty(MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,UnityEngine.GUIContent,System.Int32)
  name: ShaderProperty(MaterialProperty, GUIContent, int)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty, UnityEngine.GUIContent, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,UnityEngine.GUIContent,System.Int32)
  nameWithType: MaterialEditor.ShaderProperty(MaterialProperty, GUIContent, int)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,UnityEngine.GUIContent)
  name: ShaderProperty(MaterialProperty, GUIContent)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,UnityEngine.GUIContent)
  nameWithType: MaterialEditor.ShaderProperty(MaterialProperty, GUIContent)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.Int32)
  name: ShaderProperty(Rect, MaterialProperty, string, int)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.Int32)
  nameWithType: MaterialEditor.ShaderProperty(Rect, MaterialProperty, string, int)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  name: ShaderProperty(Rect, MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.ShaderProperty(Rect, MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,UnityEngine.GUIContent,System.Int32)
  name: ShaderProperty(Rect, MaterialProperty, GUIContent, int)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, UnityEngine.GUIContent, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,UnityEngine.GUIContent,System.Int32)
  nameWithType: MaterialEditor.ShaderProperty(Rect, MaterialProperty, GUIContent, int)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,UnityEngine.GUIContent)
  name: ShaderProperty(Rect, MaterialProperty, GUIContent)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,UnityEngine.GUIContent)
  nameWithType: MaterialEditor.ShaderProperty(Rect, MaterialProperty, GUIContent)
  type: Method
- uid: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Shader,System.Int32)
  name: ShaderProperty(Shader, int)
  fullName: UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Shader, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.ShaderProperty.html
  commentId: M:UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Shader,System.Int32)
  nameWithType: MaterialEditor.ShaderProperty(Shader, int)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureCompatibilityWarning(UnityEditor.MaterialProperty)
  name: TextureCompatibilityWarning(MaterialProperty)
  fullName: UnityEditor.MaterialEditor.TextureCompatibilityWarning(UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureCompatibilityWarning.html
  commentId: M:UnityEditor.MaterialEditor.TextureCompatibilityWarning(UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.TextureCompatibilityWarning(MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureProperty(System.String,System.String,UnityEditor.ShaderUtil.ShaderPropertyTexDim,System.Boolean)
  name: TextureProperty(string, string, ShaderPropertyTexDim, bool)
  fullName: UnityEditor.MaterialEditor.TextureProperty(string, string, UnityEditor.ShaderUtil.ShaderPropertyTexDim, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureProperty(System.String,System.String,UnityEditor.ShaderUtil.ShaderPropertyTexDim,System.Boolean)
  nameWithType: MaterialEditor.TextureProperty(string, string, ShaderUtil.ShaderPropertyTexDim, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureProperty(System.String,System.String,UnityEditor.ShaderUtil.ShaderPropertyTexDim)
  name: TextureProperty(string, string, ShaderPropertyTexDim)
  fullName: UnityEditor.MaterialEditor.TextureProperty(string, string, UnityEditor.ShaderUtil.ShaderPropertyTexDim)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureProperty(System.String,System.String,UnityEditor.ShaderUtil.ShaderPropertyTexDim)
  nameWithType: MaterialEditor.TextureProperty(string, string, ShaderUtil.ShaderPropertyTexDim)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty,System.String,System.Boolean)
  name: TextureProperty(MaterialProperty, string, bool)
  fullName: UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty,System.String,System.Boolean)
  nameWithType: MaterialEditor.TextureProperty(MaterialProperty, string, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty,System.String)
  name: TextureProperty(MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.TextureProperty(MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.Boolean)
  name: TextureProperty(Rect, MaterialProperty, string, bool)
  fullName: UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.Boolean)
  nameWithType: MaterialEditor.TextureProperty(Rect, MaterialProperty, string, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.String,System.Boolean)
  name: TextureProperty(Rect, MaterialProperty, string, string, bool)
  fullName: UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.String,System.Boolean)
  nameWithType: MaterialEditor.TextureProperty(Rect, MaterialProperty, string, string, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  name: TextureProperty(Rect, MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.TextureProperty(Rect, MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.TexturePropertyMiniThumbnail(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.String)
  name: TexturePropertyMiniThumbnail(Rect, MaterialProperty, string, string)
  fullName: UnityEditor.MaterialEditor.TexturePropertyMiniThumbnail(UnityEngine.Rect, UnityEditor.MaterialProperty, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TexturePropertyMiniThumbnail.html
  commentId: M:UnityEditor.MaterialEditor.TexturePropertyMiniThumbnail(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.String)
  nameWithType: MaterialEditor.TexturePropertyMiniThumbnail(Rect, MaterialProperty, string, string)
  type: Method
- uid: UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty)
  name: TexturePropertySingleLine(GUIContent, MaterialProperty, MaterialProperty, MaterialProperty)
  fullName: UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent, UnityEditor.MaterialProperty, UnityEditor.MaterialProperty, UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TexturePropertySingleLine.html
  commentId: M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.TexturePropertySingleLine(GUIContent, MaterialProperty, MaterialProperty, MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty)
  name: TexturePropertySingleLine(GUIContent, MaterialProperty, MaterialProperty)
  fullName: UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent, UnityEditor.MaterialProperty, UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TexturePropertySingleLine.html
  commentId: M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.TexturePropertySingleLine(GUIContent, MaterialProperty, MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty)
  name: TexturePropertySingleLine(GUIContent, MaterialProperty)
  fullName: UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent, UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TexturePropertySingleLine.html
  commentId: M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.TexturePropertySingleLine(GUIContent, MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.TexturePropertyTwoLines(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEngine.GUIContent,UnityEditor.MaterialProperty)
  name: TexturePropertyTwoLines(GUIContent, MaterialProperty, MaterialProperty, GUIContent, MaterialProperty)
  fullName: UnityEditor.MaterialEditor.TexturePropertyTwoLines(UnityEngine.GUIContent, UnityEditor.MaterialProperty, UnityEditor.MaterialProperty, UnityEngine.GUIContent, UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TexturePropertyTwoLines.html
  commentId: M:UnityEditor.MaterialEditor.TexturePropertyTwoLines(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEngine.GUIContent,UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.TexturePropertyTwoLines(GUIContent, MaterialProperty, MaterialProperty, GUIContent, MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.TexturePropertyWithHDRColor(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEditor.ColorPickerHDRConfig,System.Boolean)
  name: TexturePropertyWithHDRColor(GUIContent, MaterialProperty, MaterialProperty, ColorPickerHDRConfig, bool)
  fullName: UnityEditor.MaterialEditor.TexturePropertyWithHDRColor(UnityEngine.GUIContent, UnityEditor.MaterialProperty, UnityEditor.MaterialProperty, UnityEditor.ColorPickerHDRConfig, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TexturePropertyWithHDRColor.html
  commentId: M:UnityEditor.MaterialEditor.TexturePropertyWithHDRColor(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEditor.ColorPickerHDRConfig,System.Boolean)
  nameWithType: MaterialEditor.TexturePropertyWithHDRColor(GUIContent, MaterialProperty, MaterialProperty, ColorPickerHDRConfig, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEditor.MaterialProperty)
  name: TextureScaleOffsetProperty(MaterialProperty)
  fullName: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureScaleOffsetProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.TextureScaleOffsetProperty(MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.Boolean)
  name: TextureScaleOffsetProperty(Rect, MaterialProperty, bool)
  fullName: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureScaleOffsetProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.Boolean)
  nameWithType: MaterialEditor.TextureScaleOffsetProperty(Rect, MaterialProperty, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEditor.MaterialProperty)
  name: TextureScaleOffsetProperty(Rect, MaterialProperty)
  fullName: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect, UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureScaleOffsetProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEditor.MaterialProperty)
  nameWithType: MaterialEditor.TextureScaleOffsetProperty(Rect, MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEngine.Vector4,System.Boolean)
  name: TextureScaleOffsetProperty(Rect, Vector4, bool)
  fullName: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect, UnityEngine.Vector4, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureScaleOffsetProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEngine.Vector4,System.Boolean)
  nameWithType: MaterialEditor.TextureScaleOffsetProperty(Rect, Vector4, bool)
  type: Method
- uid: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEngine.Vector4)
  name: TextureScaleOffsetProperty(Rect, Vector4)
  fullName: UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.TextureScaleOffsetProperty.html
  commentId: M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEngine.Vector4)
  nameWithType: MaterialEditor.TextureScaleOffsetProperty(Rect, Vector4)
  type: Method
- uid: UnityEditor.MaterialEditor.UndoRedoPerformed
  name: UndoRedoPerformed()
  fullName: UnityEditor.MaterialEditor.UndoRedoPerformed()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.UndoRedoPerformed.html
  commentId: M:UnityEditor.MaterialEditor.UndoRedoPerformed
  nameWithType: MaterialEditor.UndoRedoPerformed()
  type: Method
- uid: UnityEditor.MaterialEditor.VectorProperty(System.String,System.String)
  name: VectorProperty(string, string)
  fullName: UnityEditor.MaterialEditor.VectorProperty(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.VectorProperty.html
  commentId: M:UnityEditor.MaterialEditor.VectorProperty(System.String,System.String)
  nameWithType: MaterialEditor.VectorProperty(string, string)
  type: Method
- uid: UnityEditor.MaterialEditor.VectorProperty(UnityEditor.MaterialProperty,System.String)
  name: VectorProperty(MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.VectorProperty(UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.VectorProperty.html
  commentId: M:UnityEditor.MaterialEditor.VectorProperty(UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.VectorProperty(MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialEditor.VectorProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  name: VectorProperty(Rect, MaterialProperty, string)
  fullName: UnityEditor.MaterialEditor.VectorProperty(UnityEngine.Rect, UnityEditor.MaterialProperty, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialEditor.VectorProperty.html
  commentId: M:UnityEditor.MaterialEditor.VectorProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)
  nameWithType: MaterialEditor.VectorProperty(Rect, MaterialProperty, string)
  type: Method
- uid: UnityEditor.MaterialProperty
  name: MaterialProperty
  fullName: UnityEditor.MaterialProperty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.html
  commentId: T:UnityEditor.MaterialProperty
  nameWithType: MaterialProperty
  type: Class
- uid: UnityEditor.MaterialProperty.applyPropertyCallback
  name: applyPropertyCallback
  fullName: UnityEditor.MaterialProperty.applyPropertyCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-applyPropertyCallback.html
  commentId: P:UnityEditor.MaterialProperty.applyPropertyCallback
  nameWithType: MaterialProperty.applyPropertyCallback
  type: Property
- uid: UnityEditor.MaterialProperty.ApplyPropertyCallback
  name: MaterialProperty.ApplyPropertyCallback
  fullName: UnityEditor.MaterialProperty.ApplyPropertyCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.ApplyPropertyCallback.html
  commentId: T:UnityEditor.MaterialProperty.ApplyPropertyCallback
  nameWithType: MaterialProperty.ApplyPropertyCallback
  type: Delegate
- uid: UnityEditor.MaterialProperty.colorValue
  name: colorValue
  fullName: UnityEditor.MaterialProperty.colorValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-colorValue.html
  commentId: P:UnityEditor.MaterialProperty.colorValue
  nameWithType: MaterialProperty.colorValue
  type: Property
- uid: UnityEditor.MaterialProperty.displayName
  name: displayName
  fullName: UnityEditor.MaterialProperty.displayName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-displayName.html
  commentId: P:UnityEditor.MaterialProperty.displayName
  nameWithType: MaterialProperty.displayName
  type: Property
- uid: UnityEditor.MaterialProperty.flags
  name: flags
  fullName: UnityEditor.MaterialProperty.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-flags.html
  commentId: P:UnityEditor.MaterialProperty.flags
  nameWithType: MaterialProperty.flags
  type: Property
- uid: UnityEditor.MaterialProperty.floatValue
  name: floatValue
  fullName: UnityEditor.MaterialProperty.floatValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-floatValue.html
  commentId: P:UnityEditor.MaterialProperty.floatValue
  nameWithType: MaterialProperty.floatValue
  type: Property
- uid: UnityEditor.MaterialProperty.hasMixedValue
  name: hasMixedValue
  fullName: UnityEditor.MaterialProperty.hasMixedValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-hasMixedValue.html
  commentId: P:UnityEditor.MaterialProperty.hasMixedValue
  nameWithType: MaterialProperty.hasMixedValue
  type: Property
- uid: UnityEditor.MaterialProperty.name
  name: name
  fullName: UnityEditor.MaterialProperty.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-name.html
  commentId: P:UnityEditor.MaterialProperty.name
  nameWithType: MaterialProperty.name
  type: Property
- uid: UnityEditor.MaterialProperty.PropFlags
  name: MaterialProperty.PropFlags
  fullName: UnityEditor.MaterialProperty.PropFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropFlags.html
  commentId: T:UnityEditor.MaterialProperty.PropFlags
  nameWithType: MaterialProperty.PropFlags
  type: Enum
- uid: UnityEditor.MaterialProperty.PropFlags.HDR
  name: HDR
  fullName: UnityEditor.MaterialProperty.PropFlags.HDR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropFlags.HDR.html
  commentId: F:UnityEditor.MaterialProperty.PropFlags.HDR
  nameWithType: MaterialProperty.PropFlags.HDR
  type: Field
- uid: UnityEditor.MaterialProperty.PropFlags.HideInInspector
  name: HideInInspector
  fullName: UnityEditor.MaterialProperty.PropFlags.HideInInspector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropFlags.HideInInspector.html
  commentId: F:UnityEditor.MaterialProperty.PropFlags.HideInInspector
  nameWithType: MaterialProperty.PropFlags.HideInInspector
  type: Field
- uid: UnityEditor.MaterialProperty.PropFlags.None
  name: None
  fullName: UnityEditor.MaterialProperty.PropFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropFlags.None.html
  commentId: F:UnityEditor.MaterialProperty.PropFlags.None
  nameWithType: MaterialProperty.PropFlags.None
  type: Field
- uid: UnityEditor.MaterialProperty.PropFlags.Normal
  name: Normal
  fullName: UnityEditor.MaterialProperty.PropFlags.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropFlags.Normal.html
  commentId: F:UnityEditor.MaterialProperty.PropFlags.Normal
  nameWithType: MaterialProperty.PropFlags.Normal
  type: Field
- uid: UnityEditor.MaterialProperty.PropFlags.NoScaleOffset
  name: NoScaleOffset
  fullName: UnityEditor.MaterialProperty.PropFlags.NoScaleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropFlags.NoScaleOffset.html
  commentId: F:UnityEditor.MaterialProperty.PropFlags.NoScaleOffset
  nameWithType: MaterialProperty.PropFlags.NoScaleOffset
  type: Field
- uid: UnityEditor.MaterialProperty.PropFlags.PerRendererData
  name: PerRendererData
  fullName: UnityEditor.MaterialProperty.PropFlags.PerRendererData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropFlags.PerRendererData.html
  commentId: F:UnityEditor.MaterialProperty.PropFlags.PerRendererData
  nameWithType: MaterialProperty.PropFlags.PerRendererData
  type: Field
- uid: UnityEditor.MaterialProperty.PropType
  name: MaterialProperty.PropType
  fullName: UnityEditor.MaterialProperty.PropType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropType.html
  commentId: T:UnityEditor.MaterialProperty.PropType
  nameWithType: MaterialProperty.PropType
  type: Enum
- uid: UnityEditor.MaterialProperty.PropType.Color
  name: Color
  fullName: UnityEditor.MaterialProperty.PropType.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropType.Color.html
  commentId: F:UnityEditor.MaterialProperty.PropType.Color
  nameWithType: MaterialProperty.PropType.Color
  type: Field
- uid: UnityEditor.MaterialProperty.PropType.Float
  name: Float
  fullName: UnityEditor.MaterialProperty.PropType.Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropType.Float.html
  commentId: F:UnityEditor.MaterialProperty.PropType.Float
  nameWithType: MaterialProperty.PropType.Float
  type: Field
- uid: UnityEditor.MaterialProperty.PropType.Range
  name: Range
  fullName: UnityEditor.MaterialProperty.PropType.Range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropType.Range.html
  commentId: F:UnityEditor.MaterialProperty.PropType.Range
  nameWithType: MaterialProperty.PropType.Range
  type: Field
- uid: UnityEditor.MaterialProperty.PropType.Texture
  name: Texture
  fullName: UnityEditor.MaterialProperty.PropType.Texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropType.Texture.html
  commentId: F:UnityEditor.MaterialProperty.PropType.Texture
  nameWithType: MaterialProperty.PropType.Texture
  type: Field
- uid: UnityEditor.MaterialProperty.PropType.Vector
  name: Vector
  fullName: UnityEditor.MaterialProperty.PropType.Vector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.PropType.Vector.html
  commentId: F:UnityEditor.MaterialProperty.PropType.Vector
  nameWithType: MaterialProperty.PropType.Vector
  type: Field
- uid: UnityEditor.MaterialProperty.rangeLimits
  name: rangeLimits
  fullName: UnityEditor.MaterialProperty.rangeLimits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-rangeLimits.html
  commentId: P:UnityEditor.MaterialProperty.rangeLimits
  nameWithType: MaterialProperty.rangeLimits
  type: Property
- uid: UnityEditor.MaterialProperty.ReadFromMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  name: ReadFromMaterialPropertyBlock(MaterialPropertyBlock)
  fullName: UnityEditor.MaterialProperty.ReadFromMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.ReadFromMaterialPropertyBlock.html
  commentId: M:UnityEditor.MaterialProperty.ReadFromMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  nameWithType: MaterialProperty.ReadFromMaterialPropertyBlock(MaterialPropertyBlock)
  type: Method
- uid: UnityEditor.MaterialProperty.targets
  name: targets
  fullName: UnityEditor.MaterialProperty.targets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-targets.html
  commentId: P:UnityEditor.MaterialProperty.targets
  nameWithType: MaterialProperty.targets
  type: Property
- uid: UnityEditor.MaterialProperty.TexDim
  name: MaterialProperty.TexDim
  fullName: UnityEditor.MaterialProperty.TexDim
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.TexDim.html
  commentId: T:UnityEditor.MaterialProperty.TexDim
  nameWithType: MaterialProperty.TexDim
  type: Enum
- uid: UnityEditor.MaterialProperty.TexDim.Any
  name: Any
  fullName: UnityEditor.MaterialProperty.TexDim.Any
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.TexDim.Any.html
  commentId: F:UnityEditor.MaterialProperty.TexDim.Any
  nameWithType: MaterialProperty.TexDim.Any
  type: Field
- uid: UnityEditor.MaterialProperty.TexDim.Cube
  name: Cube
  fullName: UnityEditor.MaterialProperty.TexDim.Cube
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.TexDim.Cube.html
  commentId: F:UnityEditor.MaterialProperty.TexDim.Cube
  nameWithType: MaterialProperty.TexDim.Cube
  type: Field
- uid: UnityEditor.MaterialProperty.TexDim.None
  name: None
  fullName: UnityEditor.MaterialProperty.TexDim.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.TexDim.None.html
  commentId: F:UnityEditor.MaterialProperty.TexDim.None
  nameWithType: MaterialProperty.TexDim.None
  type: Field
- uid: UnityEditor.MaterialProperty.TexDim.Tex2D
  name: Tex2D
  fullName: UnityEditor.MaterialProperty.TexDim.Tex2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.TexDim.Tex2D.html
  commentId: F:UnityEditor.MaterialProperty.TexDim.Tex2D
  nameWithType: MaterialProperty.TexDim.Tex2D
  type: Field
- uid: UnityEditor.MaterialProperty.TexDim.Tex3D
  name: Tex3D
  fullName: UnityEditor.MaterialProperty.TexDim.Tex3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.TexDim.Tex3D.html
  commentId: F:UnityEditor.MaterialProperty.TexDim.Tex3D
  nameWithType: MaterialProperty.TexDim.Tex3D
  type: Field
- uid: UnityEditor.MaterialProperty.TexDim.Unknown
  name: Unknown
  fullName: UnityEditor.MaterialProperty.TexDim.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.TexDim.Unknown.html
  commentId: F:UnityEditor.MaterialProperty.TexDim.Unknown
  nameWithType: MaterialProperty.TexDim.Unknown
  type: Field
- uid: UnityEditor.MaterialProperty.textureDimension
  name: textureDimension
  fullName: UnityEditor.MaterialProperty.textureDimension
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-textureDimension.html
  commentId: P:UnityEditor.MaterialProperty.textureDimension
  nameWithType: MaterialProperty.textureDimension
  type: Property
- uid: UnityEditor.MaterialProperty.textureScaleAndOffset
  name: textureScaleAndOffset
  fullName: UnityEditor.MaterialProperty.textureScaleAndOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-textureScaleAndOffset.html
  commentId: P:UnityEditor.MaterialProperty.textureScaleAndOffset
  nameWithType: MaterialProperty.textureScaleAndOffset
  type: Property
- uid: UnityEditor.MaterialProperty.textureValue
  name: textureValue
  fullName: UnityEditor.MaterialProperty.textureValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-textureValue.html
  commentId: P:UnityEditor.MaterialProperty.textureValue
  nameWithType: MaterialProperty.textureValue
  type: Property
- uid: UnityEditor.MaterialProperty.type
  name: type
  fullName: UnityEditor.MaterialProperty.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-type.html
  commentId: P:UnityEditor.MaterialProperty.type
  nameWithType: MaterialProperty.type
  type: Property
- uid: UnityEditor.MaterialProperty.vectorValue
  name: vectorValue
  fullName: UnityEditor.MaterialProperty.vectorValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty-vectorValue.html
  commentId: P:UnityEditor.MaterialProperty.vectorValue
  nameWithType: MaterialProperty.vectorValue
  type: Property
- uid: UnityEditor.MaterialProperty.WriteToMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock,System.Int32)
  name: WriteToMaterialPropertyBlock(MaterialPropertyBlock, int)
  fullName: UnityEditor.MaterialProperty.WriteToMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialProperty.WriteToMaterialPropertyBlock.html
  commentId: M:UnityEditor.MaterialProperty.WriteToMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock,System.Int32)
  nameWithType: MaterialProperty.WriteToMaterialPropertyBlock(MaterialPropertyBlock, int)
  type: Method
- uid: UnityEditor.MaterialPropertyDrawer
  name: MaterialPropertyDrawer
  fullName: UnityEditor.MaterialPropertyDrawer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyDrawer.html
  commentId: T:UnityEditor.MaterialPropertyDrawer
  nameWithType: MaterialPropertyDrawer
  type: Class
- uid: UnityEditor.MaterialPropertyDrawer.Apply(UnityEditor.MaterialProperty)
  name: Apply(MaterialProperty)
  fullName: UnityEditor.MaterialPropertyDrawer.Apply(UnityEditor.MaterialProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyDrawer.Apply.html
  commentId: M:UnityEditor.MaterialPropertyDrawer.Apply(UnityEditor.MaterialProperty)
  nameWithType: MaterialPropertyDrawer.Apply(MaterialProperty)
  type: Method
- uid: UnityEditor.MaterialPropertyDrawer.GetPropertyHeight(UnityEditor.MaterialProperty,System.String,UnityEditor.MaterialEditor)
  name: GetPropertyHeight(MaterialProperty, string, MaterialEditor)
  fullName: UnityEditor.MaterialPropertyDrawer.GetPropertyHeight(UnityEditor.MaterialProperty, string, UnityEditor.MaterialEditor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyDrawer.GetPropertyHeight.html
  commentId: M:UnityEditor.MaterialPropertyDrawer.GetPropertyHeight(UnityEditor.MaterialProperty,System.String,UnityEditor.MaterialEditor)
  nameWithType: MaterialPropertyDrawer.GetPropertyHeight(MaterialProperty, string, MaterialEditor)
  type: Method
- uid: UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,UnityEditor.MaterialEditor)
  name: OnGUI(Rect, MaterialProperty, string, MaterialEditor)
  fullName: UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect, UnityEditor.MaterialProperty, string, UnityEditor.MaterialEditor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyDrawer.OnGUI.html
  commentId: M:UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,UnityEditor.MaterialEditor)
  nameWithType: MaterialPropertyDrawer.OnGUI(Rect, MaterialProperty, string, MaterialEditor)
  type: Method
- uid: UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.MaterialProperty,UnityEngine.GUIContent,UnityEditor.MaterialEditor)
  name: OnGUI(Rect, MaterialProperty, GUIContent, MaterialEditor)
  fullName: UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect, UnityEditor.MaterialProperty, UnityEngine.GUIContent, UnityEditor.MaterialEditor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyDrawer.OnGUI.html
  commentId: M:UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.MaterialProperty,UnityEngine.GUIContent,UnityEditor.MaterialEditor)
  nameWithType: MaterialPropertyDrawer.OnGUI(Rect, MaterialProperty, GUIContent, MaterialEditor)
  type: Method
- uid: UnityEditor.MathUtils
  name: MathUtils
  fullName: UnityEditor.MathUtils
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.html
  commentId: T:UnityEditor.MathUtils
  nameWithType: MathUtils
  type: Class
- uid: UnityEditor.MathUtils.ClosestPtRaySphere(UnityEngine.Ray,UnityEngine.Vector3,System.Single,System.Single@,UnityEngine.Vector3@)
  name: ClosestPtRaySphere(Ray, Vector3, float, ref float, ref Vector3)
  fullName: UnityEditor.MathUtils.ClosestPtRaySphere(UnityEngine.Ray, UnityEngine.Vector3, float, ref float, ref UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.ClosestPtRaySphere.html
  commentId: M:UnityEditor.MathUtils.ClosestPtRaySphere(UnityEngine.Ray,UnityEngine.Vector3,System.Single,System.Single@,UnityEngine.Vector3@)
  nameWithType: MathUtils.ClosestPtRaySphere(Ray, Vector3, float, ref float, ref Vector3)
  type: Method
- uid: UnityEditor.MathUtils.ClosestPtSegmentRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Ray,System.Single@,System.Single@,UnityEngine.Vector3@)
  name: ClosestPtSegmentRay(Vector3, Vector3, Ray, out float, out float, out Vector3)
  fullName: UnityEditor.MathUtils.ClosestPtSegmentRay(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Ray, out float, out float, out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.ClosestPtSegmentRay.html
  commentId: M:UnityEditor.MathUtils.ClosestPtSegmentRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Ray,System.Single@,System.Single@,UnityEngine.Vector3@)
  nameWithType: MathUtils.ClosestPtSegmentRay(Vector3, Vector3, Ray, out float, out float, out Vector3)
  type: Method
- uid: UnityEditor.MathUtils.Ease(System.Single,System.Single,System.Single)
  name: Ease(float, float, float)
  fullName: UnityEditor.MathUtils.Ease(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.Ease.html
  commentId: M:UnityEditor.MathUtils.Ease(System.Single,System.Single,System.Single)
  nameWithType: MathUtils.Ease(float, float, float)
  type: Method
- uid: UnityEditor.MathUtils.GetQuatConjugate(UnityEngine.Quaternion)
  name: GetQuatConjugate(Quaternion)
  fullName: UnityEditor.MathUtils.GetQuatConjugate(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.GetQuatConjugate.html
  commentId: M:UnityEditor.MathUtils.GetQuatConjugate(UnityEngine.Quaternion)
  nameWithType: MathUtils.GetQuatConjugate(Quaternion)
  type: Method
- uid: UnityEditor.MathUtils.GetQuatExp(UnityEngine.Quaternion)
  name: GetQuatExp(Quaternion)
  fullName: UnityEditor.MathUtils.GetQuatExp(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.GetQuatExp.html
  commentId: M:UnityEditor.MathUtils.GetQuatExp(UnityEngine.Quaternion)
  nameWithType: MathUtils.GetQuatExp(Quaternion)
  type: Method
- uid: UnityEditor.MathUtils.GetQuatLength(UnityEngine.Quaternion)
  name: GetQuatLength(Quaternion)
  fullName: UnityEditor.MathUtils.GetQuatLength(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.GetQuatLength.html
  commentId: M:UnityEditor.MathUtils.GetQuatLength(UnityEngine.Quaternion)
  nameWithType: MathUtils.GetQuatLength(Quaternion)
  type: Method
- uid: UnityEditor.MathUtils.GetQuatLog(UnityEngine.Quaternion)
  name: GetQuatLog(Quaternion)
  fullName: UnityEditor.MathUtils.GetQuatLog(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.GetQuatLog.html
  commentId: M:UnityEditor.MathUtils.GetQuatLog(UnityEngine.Quaternion)
  nameWithType: MathUtils.GetQuatLog(Quaternion)
  type: Method
- uid: UnityEditor.MathUtils.GetQuatSquad(System.Single,UnityEngine.Quaternion,UnityEngine.Quaternion,UnityEngine.Quaternion,UnityEngine.Quaternion)
  name: GetQuatSquad(float, Quaternion, Quaternion, Quaternion, Quaternion)
  fullName: UnityEditor.MathUtils.GetQuatSquad(float, UnityEngine.Quaternion, UnityEngine.Quaternion, UnityEngine.Quaternion, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.GetQuatSquad.html
  commentId: M:UnityEditor.MathUtils.GetQuatSquad(System.Single,UnityEngine.Quaternion,UnityEngine.Quaternion,UnityEngine.Quaternion,UnityEngine.Quaternion)
  nameWithType: MathUtils.GetQuatSquad(float, Quaternion, Quaternion, Quaternion, Quaternion)
  type: Method
- uid: UnityEditor.MathUtils.GetSquadIntermediate(UnityEngine.Quaternion,UnityEngine.Quaternion,UnityEngine.Quaternion)
  name: GetSquadIntermediate(Quaternion, Quaternion, Quaternion)
  fullName: UnityEditor.MathUtils.GetSquadIntermediate(UnityEngine.Quaternion, UnityEngine.Quaternion, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.GetSquadIntermediate.html
  commentId: M:UnityEditor.MathUtils.GetSquadIntermediate(UnityEngine.Quaternion,UnityEngine.Quaternion,UnityEngine.Quaternion)
  nameWithType: MathUtils.GetSquadIntermediate(Quaternion, Quaternion, Quaternion)
  type: Method
- uid: UnityEditor.MathUtils.IntersectRaySphere(UnityEngine.Ray,UnityEngine.Vector3,System.Single,System.Single@,UnityEngine.Vector3@)
  name: IntersectRaySphere(Ray, Vector3, float, ref float, ref Vector3)
  fullName: UnityEditor.MathUtils.IntersectRaySphere(UnityEngine.Ray, UnityEngine.Vector3, float, ref float, ref UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.IntersectRaySphere.html
  commentId: M:UnityEditor.MathUtils.IntersectRaySphere(UnityEngine.Ray,UnityEngine.Vector3,System.Single,System.Single@,UnityEngine.Vector3@)
  nameWithType: MathUtils.IntersectRaySphere(Ray, Vector3, float, ref float, ref Vector3)
  type: Method
- uid: UnityEditor.MathUtils.IntersectRayTriangle(UnityEngine.Ray,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Boolean)
  name: IntersectRayTriangle(Ray, Vector3, Vector3, Vector3, bool)
  fullName: UnityEditor.MathUtils.IntersectRayTriangle(UnityEngine.Ray, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.IntersectRayTriangle.html
  commentId: M:UnityEditor.MathUtils.IntersectRayTriangle(UnityEngine.Ray,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Boolean)
  nameWithType: MathUtils.IntersectRayTriangle(Ray, Vector3, Vector3, Vector3, bool)
  type: Method
- uid: UnityEditor.MathUtils.OrthogonalizeMatrix(UnityEngine.Matrix4x4)
  name: OrthogonalizeMatrix(Matrix4x4)
  fullName: UnityEditor.MathUtils.OrthogonalizeMatrix(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.OrthogonalizeMatrix.html
  commentId: M:UnityEditor.MathUtils.OrthogonalizeMatrix(UnityEngine.Matrix4x4)
  nameWithType: MathUtils.OrthogonalizeMatrix(Matrix4x4)
  type: Method
- uid: UnityEditor.MathUtils.QuaternionFromMatrix(UnityEngine.Matrix4x4)
  name: QuaternionFromMatrix(Matrix4x4)
  fullName: UnityEditor.MathUtils.QuaternionFromMatrix(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.QuaternionFromMatrix.html
  commentId: M:UnityEditor.MathUtils.QuaternionFromMatrix(UnityEngine.Matrix4x4)
  nameWithType: MathUtils.QuaternionFromMatrix(Matrix4x4)
  type: Method
- uid: UnityEditor.MathUtils.QuaternionNormalize(UnityEngine.Quaternion@)
  name: QuaternionNormalize(ref Quaternion)
  fullName: UnityEditor.MathUtils.QuaternionNormalize(ref UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.QuaternionNormalize.html
  commentId: M:UnityEditor.MathUtils.QuaternionNormalize(UnityEngine.Quaternion@)
  nameWithType: MathUtils.QuaternionNormalize(ref Quaternion)
  type: Method
- uid: UnityEditor.MathUtils.Slerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  name: Slerp(Quaternion, Quaternion, float)
  fullName: UnityEditor.MathUtils.Slerp(UnityEngine.Quaternion, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MathUtils.Slerp.html
  commentId: M:UnityEditor.MathUtils.Slerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  nameWithType: MathUtils.Slerp(Quaternion, Quaternion, float)
  type: Method
- uid: UnityEditor.MemoryProfiler
  name: UnityEditor.MemoryProfiler
  fullName: UnityEditor.MemoryProfiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.MemoryProfiler
  nameWithType: UnityEditor.MemoryProfiler
  type: Namespace
- uid: UnityEditor.MemoryProfiler.Connection
  name: Connection
  fullName: UnityEditor.MemoryProfiler.Connection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.Connection.html
  commentId: T:UnityEditor.MemoryProfiler.Connection
  nameWithType: Connection
  type: Struct
- uid: UnityEditor.MemoryProfiler.Connection.from
  name: from
  fullName: UnityEditor.MemoryProfiler.Connection.from
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.Connection-from.html
  commentId: P:UnityEditor.MemoryProfiler.Connection.from
  nameWithType: Connection.from
  type: Property
- uid: UnityEditor.MemoryProfiler.Connection.to
  name: to
  fullName: UnityEditor.MemoryProfiler.Connection.to
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.Connection-to.html
  commentId: P:UnityEditor.MemoryProfiler.Connection.to
  nameWithType: Connection.to
  type: Property
- uid: UnityEditor.MemoryProfiler.FieldDescription
  name: FieldDescription
  fullName: UnityEditor.MemoryProfiler.FieldDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.FieldDescription.html
  commentId: T:UnityEditor.MemoryProfiler.FieldDescription
  nameWithType: FieldDescription
  type: Struct
- uid: UnityEditor.MemoryProfiler.FieldDescription.isStatic
  name: isStatic
  fullName: UnityEditor.MemoryProfiler.FieldDescription.isStatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.FieldDescription-isStatic.html
  commentId: P:UnityEditor.MemoryProfiler.FieldDescription.isStatic
  nameWithType: FieldDescription.isStatic
  type: Property
- uid: UnityEditor.MemoryProfiler.FieldDescription.name
  name: name
  fullName: UnityEditor.MemoryProfiler.FieldDescription.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.FieldDescription-name.html
  commentId: P:UnityEditor.MemoryProfiler.FieldDescription.name
  nameWithType: FieldDescription.name
  type: Property
- uid: UnityEditor.MemoryProfiler.FieldDescription.offset
  name: offset
  fullName: UnityEditor.MemoryProfiler.FieldDescription.offset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.FieldDescription-offset.html
  commentId: P:UnityEditor.MemoryProfiler.FieldDescription.offset
  nameWithType: FieldDescription.offset
  type: Property
- uid: UnityEditor.MemoryProfiler.FieldDescription.typeIndex
  name: typeIndex
  fullName: UnityEditor.MemoryProfiler.FieldDescription.typeIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.FieldDescription-typeIndex.html
  commentId: P:UnityEditor.MemoryProfiler.FieldDescription.typeIndex
  nameWithType: FieldDescription.typeIndex
  type: Property
- uid: UnityEditor.MemoryProfiler.MemorySection
  name: MemorySection
  fullName: UnityEditor.MemoryProfiler.MemorySection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.MemorySection.html
  commentId: T:UnityEditor.MemoryProfiler.MemorySection
  nameWithType: MemorySection
  type: Struct
- uid: UnityEditor.MemoryProfiler.MemorySection.bytes
  name: bytes
  fullName: UnityEditor.MemoryProfiler.MemorySection.bytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.MemorySection-bytes.html
  commentId: P:UnityEditor.MemoryProfiler.MemorySection.bytes
  nameWithType: MemorySection.bytes
  type: Property
- uid: UnityEditor.MemoryProfiler.MemorySection.startAddress
  name: startAddress
  fullName: UnityEditor.MemoryProfiler.MemorySection.startAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.MemorySection-startAddress.html
  commentId: P:UnityEditor.MemoryProfiler.MemorySection.startAddress
  nameWithType: MemorySection.startAddress
  type: Property
- uid: UnityEditor.MemoryProfiler.MemorySnapshot
  name: MemorySnapshot
  fullName: UnityEditor.MemoryProfiler.MemorySnapshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.MemorySnapshot.html
  commentId: T:UnityEditor.MemoryProfiler.MemorySnapshot
  nameWithType: MemorySnapshot
  type: Class
- uid: UnityEditor.MemoryProfiler.MemorySnapshot.OnSnapshotReceived
  name: OnSnapshotReceived
  fullName: UnityEditor.MemoryProfiler.MemorySnapshot.OnSnapshotReceived
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.MemorySnapshot.OnSnapshotReceived.html
  commentId: E:UnityEditor.MemoryProfiler.MemorySnapshot.OnSnapshotReceived
  nameWithType: MemorySnapshot.OnSnapshotReceived
  type: Event
- uid: UnityEditor.MemoryProfiler.MemorySnapshot.RequestNewSnapshot
  name: RequestNewSnapshot()
  fullName: UnityEditor.MemoryProfiler.MemorySnapshot.RequestNewSnapshot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.MemorySnapshot.RequestNewSnapshot.html
  commentId: M:UnityEditor.MemoryProfiler.MemorySnapshot.RequestNewSnapshot
  nameWithType: MemorySnapshot.RequestNewSnapshot()
  type: Method
- uid: UnityEditor.MemoryProfiler.PackedGCHandle
  name: PackedGCHandle
  fullName: UnityEditor.MemoryProfiler.PackedGCHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedGCHandle.html
  commentId: T:UnityEditor.MemoryProfiler.PackedGCHandle
  nameWithType: PackedGCHandle
  type: Struct
- uid: UnityEditor.MemoryProfiler.PackedGCHandle.target
  name: target
  fullName: UnityEditor.MemoryProfiler.PackedGCHandle.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedGCHandle-target.html
  commentId: P:UnityEditor.MemoryProfiler.PackedGCHandle.target
  nameWithType: PackedGCHandle.target
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedMemorySnapshot
  name: PackedMemorySnapshot
  fullName: UnityEditor.MemoryProfiler.PackedMemorySnapshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedMemorySnapshot.html
  commentId: T:UnityEditor.MemoryProfiler.PackedMemorySnapshot
  nameWithType: PackedMemorySnapshot
  type: Class
- uid: UnityEditor.MemoryProfiler.PackedMemorySnapshot.connections
  name: connections
  fullName: UnityEditor.MemoryProfiler.PackedMemorySnapshot.connections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedMemorySnapshot-connections.html
  commentId: P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.connections
  nameWithType: PackedMemorySnapshot.connections
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedMemorySnapshot.gcHandles
  name: gcHandles
  fullName: UnityEditor.MemoryProfiler.PackedMemorySnapshot.gcHandles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedMemorySnapshot-gcHandles.html
  commentId: P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.gcHandles
  nameWithType: PackedMemorySnapshot.gcHandles
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedMemorySnapshot.managedHeapSections
  name: managedHeapSections
  fullName: UnityEditor.MemoryProfiler.PackedMemorySnapshot.managedHeapSections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedMemorySnapshot-managedHeapSections.html
  commentId: P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.managedHeapSections
  nameWithType: PackedMemorySnapshot.managedHeapSections
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeObjects
  name: nativeObjects
  fullName: UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedMemorySnapshot-nativeObjects.html
  commentId: P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeObjects
  nameWithType: PackedMemorySnapshot.nativeObjects
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeTypes
  name: nativeTypes
  fullName: UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeTypes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedMemorySnapshot-nativeTypes.html
  commentId: P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeTypes
  nameWithType: PackedMemorySnapshot.nativeTypes
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedMemorySnapshot.typeDescriptions
  name: typeDescriptions
  fullName: UnityEditor.MemoryProfiler.PackedMemorySnapshot.typeDescriptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedMemorySnapshot-typeDescriptions.html
  commentId: P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.typeDescriptions
  nameWithType: PackedMemorySnapshot.typeDescriptions
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedMemorySnapshot.virtualMachineInformation
  name: virtualMachineInformation
  fullName: UnityEditor.MemoryProfiler.PackedMemorySnapshot.virtualMachineInformation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedMemorySnapshot-virtualMachineInformation.html
  commentId: P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.virtualMachineInformation
  nameWithType: PackedMemorySnapshot.virtualMachineInformation
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeType
  name: PackedNativeType
  fullName: UnityEditor.MemoryProfiler.PackedNativeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeType.html
  commentId: T:UnityEditor.MemoryProfiler.PackedNativeType
  nameWithType: PackedNativeType
  type: Struct
- uid: UnityEditor.MemoryProfiler.PackedNativeType.baseClassId
  name: baseClassId
  fullName: UnityEditor.MemoryProfiler.PackedNativeType.baseClassId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeType-baseClassId.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeType.baseClassId
  nameWithType: PackedNativeType.baseClassId
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeType.name
  name: name
  fullName: UnityEditor.MemoryProfiler.PackedNativeType.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeType-name.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeType.name
  nameWithType: PackedNativeType.name
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeType.nativeBaseTypeArrayIndex
  name: nativeBaseTypeArrayIndex
  fullName: UnityEditor.MemoryProfiler.PackedNativeType.nativeBaseTypeArrayIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeType-nativeBaseTypeArrayIndex.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeType.nativeBaseTypeArrayIndex
  nameWithType: PackedNativeType.nativeBaseTypeArrayIndex
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject
  name: PackedNativeUnityEngineObject
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject.html
  commentId: T:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject
  nameWithType: PackedNativeUnityEngineObject
  type: Struct
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.classId
  name: classId
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.classId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-classId.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.classId
  nameWithType: PackedNativeUnityEngineObject.classId
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.hideFlags
  name: hideFlags
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.hideFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-hideFlags.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.hideFlags
  nameWithType: PackedNativeUnityEngineObject.hideFlags
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.instanceId
  name: instanceId
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.instanceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-instanceId.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.instanceId
  nameWithType: PackedNativeUnityEngineObject.instanceId
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isDontDestroyOnLoad
  name: isDontDestroyOnLoad
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isDontDestroyOnLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-isDontDestroyOnLoad.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isDontDestroyOnLoad
  nameWithType: PackedNativeUnityEngineObject.isDontDestroyOnLoad
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isManager
  name: isManager
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-isManager.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isManager
  nameWithType: PackedNativeUnityEngineObject.isManager
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isPersistent
  name: isPersistent
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isPersistent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-isPersistent.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isPersistent
  nameWithType: PackedNativeUnityEngineObject.isPersistent
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.name
  name: name
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-name.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.name
  nameWithType: PackedNativeUnityEngineObject.name
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeObjectAddress
  name: nativeObjectAddress
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeObjectAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-nativeObjectAddress.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeObjectAddress
  nameWithType: PackedNativeUnityEngineObject.nativeObjectAddress
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeTypeArrayIndex
  name: nativeTypeArrayIndex
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeTypeArrayIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-nativeTypeArrayIndex.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeTypeArrayIndex
  nameWithType: PackedNativeUnityEngineObject.nativeTypeArrayIndex
  type: Property
- uid: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.size
  name: size
  fullName: UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.PackedNativeUnityEngineObject-size.html
  commentId: P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.size
  nameWithType: PackedNativeUnityEngineObject.size
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription
  name: TypeDescription
  fullName: UnityEditor.MemoryProfiler.TypeDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription.html
  commentId: T:UnityEditor.MemoryProfiler.TypeDescription
  nameWithType: TypeDescription
  type: Struct
- uid: UnityEditor.MemoryProfiler.TypeDescription.arrayRank
  name: arrayRank
  fullName: UnityEditor.MemoryProfiler.TypeDescription.arrayRank
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-arrayRank.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.arrayRank
  nameWithType: TypeDescription.arrayRank
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.assembly
  name: assembly
  fullName: UnityEditor.MemoryProfiler.TypeDescription.assembly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-assembly.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.assembly
  nameWithType: TypeDescription.assembly
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.baseOrElementTypeIndex
  name: baseOrElementTypeIndex
  fullName: UnityEditor.MemoryProfiler.TypeDescription.baseOrElementTypeIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-baseOrElementTypeIndex.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.baseOrElementTypeIndex
  nameWithType: TypeDescription.baseOrElementTypeIndex
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.fields
  name: fields
  fullName: UnityEditor.MemoryProfiler.TypeDescription.fields
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-fields.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.fields
  nameWithType: TypeDescription.fields
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.isArray
  name: isArray
  fullName: UnityEditor.MemoryProfiler.TypeDescription.isArray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-isArray.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.isArray
  nameWithType: TypeDescription.isArray
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.isValueType
  name: isValueType
  fullName: UnityEditor.MemoryProfiler.TypeDescription.isValueType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-isValueType.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.isValueType
  nameWithType: TypeDescription.isValueType
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.name
  name: name
  fullName: UnityEditor.MemoryProfiler.TypeDescription.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-name.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.name
  nameWithType: TypeDescription.name
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.size
  name: size
  fullName: UnityEditor.MemoryProfiler.TypeDescription.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-size.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.size
  nameWithType: TypeDescription.size
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.staticFieldBytes
  name: staticFieldBytes
  fullName: UnityEditor.MemoryProfiler.TypeDescription.staticFieldBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-staticFieldBytes.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.staticFieldBytes
  nameWithType: TypeDescription.staticFieldBytes
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.typeIndex
  name: typeIndex
  fullName: UnityEditor.MemoryProfiler.TypeDescription.typeIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-typeIndex.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.typeIndex
  nameWithType: TypeDescription.typeIndex
  type: Property
- uid: UnityEditor.MemoryProfiler.TypeDescription.typeInfoAddress
  name: typeInfoAddress
  fullName: UnityEditor.MemoryProfiler.TypeDescription.typeInfoAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.TypeDescription-typeInfoAddress.html
  commentId: P:UnityEditor.MemoryProfiler.TypeDescription.typeInfoAddress
  nameWithType: TypeDescription.typeInfoAddress
  type: Property
- uid: UnityEditor.MemoryProfiler.VirtualMachineInformation
  name: VirtualMachineInformation
  fullName: UnityEditor.MemoryProfiler.VirtualMachineInformation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.VirtualMachineInformation.html
  commentId: T:UnityEditor.MemoryProfiler.VirtualMachineInformation
  nameWithType: VirtualMachineInformation
  type: Struct
- uid: UnityEditor.MemoryProfiler.VirtualMachineInformation.allocationGranularity
  name: allocationGranularity
  fullName: UnityEditor.MemoryProfiler.VirtualMachineInformation.allocationGranularity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.VirtualMachineInformation-allocationGranularity.html
  commentId: P:UnityEditor.MemoryProfiler.VirtualMachineInformation.allocationGranularity
  nameWithType: VirtualMachineInformation.allocationGranularity
  type: Property
- uid: UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayBoundsOffsetInHeader
  name: arrayBoundsOffsetInHeader
  fullName: UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayBoundsOffsetInHeader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.VirtualMachineInformation-arrayBoundsOffsetInHeader.html
  commentId: P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayBoundsOffsetInHeader
  nameWithType: VirtualMachineInformation.arrayBoundsOffsetInHeader
  type: Property
- uid: UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayHeaderSize
  name: arrayHeaderSize
  fullName: UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayHeaderSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.VirtualMachineInformation-arrayHeaderSize.html
  commentId: P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayHeaderSize
  nameWithType: VirtualMachineInformation.arrayHeaderSize
  type: Property
- uid: UnityEditor.MemoryProfiler.VirtualMachineInformation.arraySizeOffsetInHeader
  name: arraySizeOffsetInHeader
  fullName: UnityEditor.MemoryProfiler.VirtualMachineInformation.arraySizeOffsetInHeader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.VirtualMachineInformation-arraySizeOffsetInHeader.html
  commentId: P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arraySizeOffsetInHeader
  nameWithType: VirtualMachineInformation.arraySizeOffsetInHeader
  type: Property
- uid: UnityEditor.MemoryProfiler.VirtualMachineInformation.heapFormatVersion
  name: heapFormatVersion
  fullName: UnityEditor.MemoryProfiler.VirtualMachineInformation.heapFormatVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.VirtualMachineInformation-heapFormatVersion.html
  commentId: P:UnityEditor.MemoryProfiler.VirtualMachineInformation.heapFormatVersion
  nameWithType: VirtualMachineInformation.heapFormatVersion
  type: Property
- uid: UnityEditor.MemoryProfiler.VirtualMachineInformation.objectHeaderSize
  name: objectHeaderSize
  fullName: UnityEditor.MemoryProfiler.VirtualMachineInformation.objectHeaderSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.VirtualMachineInformation-objectHeaderSize.html
  commentId: P:UnityEditor.MemoryProfiler.VirtualMachineInformation.objectHeaderSize
  nameWithType: VirtualMachineInformation.objectHeaderSize
  type: Property
- uid: UnityEditor.MemoryProfiler.VirtualMachineInformation.pointerSize
  name: pointerSize
  fullName: UnityEditor.MemoryProfiler.VirtualMachineInformation.pointerSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MemoryProfiler.VirtualMachineInformation-pointerSize.html
  commentId: P:UnityEditor.MemoryProfiler.VirtualMachineInformation.pointerSize
  nameWithType: VirtualMachineInformation.pointerSize
  type: Property
- uid: UnityEditor.Menu
  name: Menu
  fullName: UnityEditor.Menu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Menu.html
  commentId: T:UnityEditor.Menu
  nameWithType: Menu
  type: Class
- uid: UnityEditor.Menu.GetChecked(System.String)
  name: GetChecked(string)
  fullName: UnityEditor.Menu.GetChecked(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Menu.GetChecked.html
  commentId: M:UnityEditor.Menu.GetChecked(System.String)
  nameWithType: Menu.GetChecked(string)
  type: Method
- uid: UnityEditor.Menu.SetChecked(System.String,System.Boolean)
  name: SetChecked(string, bool)
  fullName: UnityEditor.Menu.SetChecked(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Menu.SetChecked.html
  commentId: M:UnityEditor.Menu.SetChecked(System.String,System.Boolean)
  nameWithType: Menu.SetChecked(string, bool)
  type: Method
- uid: UnityEditor.MenuCommand
  name: MenuCommand
  fullName: UnityEditor.MenuCommand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuCommand.html
  commentId: T:UnityEditor.MenuCommand
  nameWithType: MenuCommand
  type: Class
- uid: UnityEditor.MenuCommand.#ctor(UnityEngine.Object,System.Int32)
  name: MenuCommand(Object, int)
  fullName: UnityEditor.MenuCommand.MenuCommand(UnityEngine.Object, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuCommand-ctor.html
  commentId: M:UnityEditor.MenuCommand.#ctor(UnityEngine.Object,System.Int32)
  nameWithType: MenuCommand.MenuCommand(Object, int)
  type: Constructor
- uid: UnityEditor.MenuCommand.#ctor(UnityEngine.Object)
  name: MenuCommand(Object)
  fullName: UnityEditor.MenuCommand.MenuCommand(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuCommand-ctor.html
  commentId: M:UnityEditor.MenuCommand.#ctor(UnityEngine.Object)
  nameWithType: MenuCommand.MenuCommand(Object)
  type: Constructor
- uid: UnityEditor.MenuCommand.context
  name: context
  fullName: UnityEditor.MenuCommand.context
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuCommand-context.html
  commentId: F:UnityEditor.MenuCommand.context
  nameWithType: MenuCommand.context
  type: Field
- uid: UnityEditor.MenuCommand.userData
  name: userData
  fullName: UnityEditor.MenuCommand.userData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuCommand-userData.html
  commentId: F:UnityEditor.MenuCommand.userData
  nameWithType: MenuCommand.userData
  type: Field
- uid: UnityEditor.MenuItem
  name: MenuItem
  fullName: UnityEditor.MenuItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuItem.html
  commentId: T:UnityEditor.MenuItem
  nameWithType: MenuItem
  type: Class
- uid: UnityEditor.MenuItem.#ctor(System.String,System.Boolean,System.Int32)
  name: MenuItem(string, bool, int)
  fullName: UnityEditor.MenuItem.MenuItem(string, bool, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuItem-ctor.html
  commentId: M:UnityEditor.MenuItem.#ctor(System.String,System.Boolean,System.Int32)
  nameWithType: MenuItem.MenuItem(string, bool, int)
  type: Constructor
- uid: UnityEditor.MenuItem.#ctor(System.String,System.Boolean)
  name: MenuItem(string, bool)
  fullName: UnityEditor.MenuItem.MenuItem(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuItem-ctor.html
  commentId: M:UnityEditor.MenuItem.#ctor(System.String,System.Boolean)
  nameWithType: MenuItem.MenuItem(string, bool)
  type: Constructor
- uid: UnityEditor.MenuItem.#ctor(System.String)
  name: MenuItem(string)
  fullName: UnityEditor.MenuItem.MenuItem(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuItem-ctor.html
  commentId: M:UnityEditor.MenuItem.#ctor(System.String)
  nameWithType: MenuItem.MenuItem(string)
  type: Constructor
- uid: UnityEditor.MenuItem.menuItem
  name: menuItem
  fullName: UnityEditor.MenuItem.menuItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuItem-menuItem.html
  commentId: F:UnityEditor.MenuItem.menuItem
  nameWithType: MenuItem.menuItem
  type: Field
- uid: UnityEditor.MenuItem.priority
  name: priority
  fullName: UnityEditor.MenuItem.priority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuItem-priority.html
  commentId: F:UnityEditor.MenuItem.priority
  nameWithType: MenuItem.priority
  type: Field
- uid: UnityEditor.MenuItem.validate
  name: validate
  fullName: UnityEditor.MenuItem.validate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MenuItem-validate.html
  commentId: F:UnityEditor.MenuItem.validate
  nameWithType: MenuItem.validate
  type: Field
- uid: UnityEditor.MeshUtility
  name: MeshUtility
  fullName: UnityEditor.MeshUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshUtility.html
  commentId: T:UnityEditor.MeshUtility
  nameWithType: MeshUtility
  type: Class
- uid: UnityEditor.MeshUtility.GetMeshCompression(UnityEngine.Mesh)
  name: GetMeshCompression(Mesh)
  fullName: UnityEditor.MeshUtility.GetMeshCompression(UnityEngine.Mesh)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshUtility.GetMeshCompression.html
  commentId: M:UnityEditor.MeshUtility.GetMeshCompression(UnityEngine.Mesh)
  nameWithType: MeshUtility.GetMeshCompression(Mesh)
  type: Method
- uid: UnityEditor.MeshUtility.Optimize(UnityEngine.Mesh)
  name: Optimize(Mesh)
  fullName: UnityEditor.MeshUtility.Optimize(UnityEngine.Mesh)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshUtility.Optimize.html
  commentId: M:UnityEditor.MeshUtility.Optimize(UnityEngine.Mesh)
  nameWithType: MeshUtility.Optimize(Mesh)
  type: Method
- uid: UnityEditor.MeshUtility.SetMeshCompression(UnityEngine.Mesh,UnityEditor.ModelImporterMeshCompression)
  name: SetMeshCompression(Mesh, ModelImporterMeshCompression)
  fullName: UnityEditor.MeshUtility.SetMeshCompression(UnityEngine.Mesh, UnityEditor.ModelImporterMeshCompression)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshUtility.SetMeshCompression.html
  commentId: M:UnityEditor.MeshUtility.SetMeshCompression(UnityEngine.Mesh,UnityEditor.ModelImporterMeshCompression)
  nameWithType: MeshUtility.SetMeshCompression(Mesh, ModelImporterMeshCompression)
  type: Method
- uid: UnityEditor.MeshUtility.SetPerTriangleUV2(UnityEngine.Mesh,UnityEngine.Vector2[])
  name: SetPerTriangleUV2(Mesh, Vector2[])
  fullName: UnityEditor.MeshUtility.SetPerTriangleUV2(UnityEngine.Mesh, UnityEngine.Vector2[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshUtility.SetPerTriangleUV2.html
  commentId: M:UnityEditor.MeshUtility.SetPerTriangleUV2(UnityEngine.Mesh,UnityEngine.Vector2[])
  nameWithType: MeshUtility.SetPerTriangleUV2(Mesh, Vector2[])
  type: Method
- uid: UnityEditor.MessageType
  name: MessageType
  fullName: UnityEditor.MessageType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MessageType.html
  commentId: T:UnityEditor.MessageType
  nameWithType: MessageType
  type: Enum
- uid: UnityEditor.MessageType.Error
  name: Error
  fullName: UnityEditor.MessageType.Error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MessageType.Error.html
  commentId: F:UnityEditor.MessageType.Error
  nameWithType: MessageType.Error
  type: Field
- uid: UnityEditor.MessageType.Info
  name: Info
  fullName: UnityEditor.MessageType.Info
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MessageType.Info.html
  commentId: F:UnityEditor.MessageType.Info
  nameWithType: MessageType.Info
  type: Field
- uid: UnityEditor.MessageType.None
  name: None
  fullName: UnityEditor.MessageType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MessageType.None.html
  commentId: F:UnityEditor.MessageType.None
  nameWithType: MessageType.None
  type: Field
- uid: UnityEditor.MessageType.Warning
  name: Warning
  fullName: UnityEditor.MessageType.Warning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MessageType.Warning.html
  commentId: F:UnityEditor.MessageType.Warning
  nameWithType: MessageType.Warning
  type: Field
- uid: UnityEditor.MobileTextureSubtarget
  name: MobileTextureSubtarget
  fullName: UnityEditor.MobileTextureSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MobileTextureSubtarget.html
  commentId: T:UnityEditor.MobileTextureSubtarget
  nameWithType: MobileTextureSubtarget
  type: Enum
- uid: UnityEditor.MobileTextureSubtarget.ASTC
  name: ASTC
  fullName: UnityEditor.MobileTextureSubtarget.ASTC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MobileTextureSubtarget.ASTC.html
  commentId: F:UnityEditor.MobileTextureSubtarget.ASTC
  nameWithType: MobileTextureSubtarget.ASTC
  type: Field
- uid: UnityEditor.MobileTextureSubtarget.ATC
  name: ATC
  fullName: UnityEditor.MobileTextureSubtarget.ATC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MobileTextureSubtarget.ATC.html
  commentId: F:UnityEditor.MobileTextureSubtarget.ATC
  nameWithType: MobileTextureSubtarget.ATC
  type: Field
- uid: UnityEditor.MobileTextureSubtarget.DXT
  name: DXT
  fullName: UnityEditor.MobileTextureSubtarget.DXT
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MobileTextureSubtarget.DXT.html
  commentId: F:UnityEditor.MobileTextureSubtarget.DXT
  nameWithType: MobileTextureSubtarget.DXT
  type: Field
- uid: UnityEditor.MobileTextureSubtarget.ETC
  name: ETC
  fullName: UnityEditor.MobileTextureSubtarget.ETC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MobileTextureSubtarget.ETC.html
  commentId: F:UnityEditor.MobileTextureSubtarget.ETC
  nameWithType: MobileTextureSubtarget.ETC
  type: Field
- uid: UnityEditor.MobileTextureSubtarget.ETC2
  name: ETC2
  fullName: UnityEditor.MobileTextureSubtarget.ETC2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MobileTextureSubtarget.ETC2.html
  commentId: F:UnityEditor.MobileTextureSubtarget.ETC2
  nameWithType: MobileTextureSubtarget.ETC2
  type: Field
- uid: UnityEditor.MobileTextureSubtarget.Generic
  name: Generic
  fullName: UnityEditor.MobileTextureSubtarget.Generic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MobileTextureSubtarget.Generic.html
  commentId: F:UnityEditor.MobileTextureSubtarget.Generic
  nameWithType: MobileTextureSubtarget.Generic
  type: Field
- uid: UnityEditor.MobileTextureSubtarget.PVRTC
  name: PVRTC
  fullName: UnityEditor.MobileTextureSubtarget.PVRTC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MobileTextureSubtarget.PVRTC.html
  commentId: F:UnityEditor.MobileTextureSubtarget.PVRTC
  nameWithType: MobileTextureSubtarget.PVRTC
  type: Field
- uid: UnityEditor.ModelImporter
  name: ModelImporter
  fullName: UnityEditor.ModelImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter.html
  commentId: T:UnityEditor.ModelImporter
  nameWithType: ModelImporter
  type: Class
- uid: UnityEditor.ModelImporter.addCollider
  name: addCollider
  fullName: UnityEditor.ModelImporter.addCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-addCollider.html
  commentId: P:UnityEditor.ModelImporter.addCollider
  nameWithType: ModelImporter.addCollider
  type: Property
- uid: UnityEditor.ModelImporter.animationCompression
  name: animationCompression
  fullName: UnityEditor.ModelImporter.animationCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-animationCompression.html
  commentId: P:UnityEditor.ModelImporter.animationCompression
  nameWithType: ModelImporter.animationCompression
  type: Property
- uid: UnityEditor.ModelImporter.animationPositionError
  name: animationPositionError
  fullName: UnityEditor.ModelImporter.animationPositionError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-animationPositionError.html
  commentId: P:UnityEditor.ModelImporter.animationPositionError
  nameWithType: ModelImporter.animationPositionError
  type: Property
- uid: UnityEditor.ModelImporter.animationRotationError
  name: animationRotationError
  fullName: UnityEditor.ModelImporter.animationRotationError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-animationRotationError.html
  commentId: P:UnityEditor.ModelImporter.animationRotationError
  nameWithType: ModelImporter.animationRotationError
  type: Property
- uid: UnityEditor.ModelImporter.animationScaleError
  name: animationScaleError
  fullName: UnityEditor.ModelImporter.animationScaleError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-animationScaleError.html
  commentId: P:UnityEditor.ModelImporter.animationScaleError
  nameWithType: ModelImporter.animationScaleError
  type: Property
- uid: UnityEditor.ModelImporter.animationType
  name: animationType
  fullName: UnityEditor.ModelImporter.animationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-animationType.html
  commentId: P:UnityEditor.ModelImporter.animationType
  nameWithType: ModelImporter.animationType
  type: Property
- uid: UnityEditor.ModelImporter.animationWrapMode
  name: animationWrapMode
  fullName: UnityEditor.ModelImporter.animationWrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-animationWrapMode.html
  commentId: P:UnityEditor.ModelImporter.animationWrapMode
  nameWithType: ModelImporter.animationWrapMode
  type: Property
- uid: UnityEditor.ModelImporter.bakeIK
  name: bakeIK
  fullName: UnityEditor.ModelImporter.bakeIK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-bakeIK.html
  commentId: P:UnityEditor.ModelImporter.bakeIK
  nameWithType: ModelImporter.bakeIK
  type: Property
- uid: UnityEditor.ModelImporter.clipAnimations
  name: clipAnimations
  fullName: UnityEditor.ModelImporter.clipAnimations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-clipAnimations.html
  commentId: P:UnityEditor.ModelImporter.clipAnimations
  nameWithType: ModelImporter.clipAnimations
  type: Property
- uid: UnityEditor.ModelImporter.CreateDefaultMaskForClip(UnityEditor.ModelImporterClipAnimation)
  name: CreateDefaultMaskForClip(ModelImporterClipAnimation)
  fullName: UnityEditor.ModelImporter.CreateDefaultMaskForClip(UnityEditor.ModelImporterClipAnimation)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter.CreateDefaultMaskForClip.html
  commentId: M:UnityEditor.ModelImporter.CreateDefaultMaskForClip(UnityEditor.ModelImporterClipAnimation)
  nameWithType: ModelImporter.CreateDefaultMaskForClip(ModelImporterClipAnimation)
  type: Method
- uid: UnityEditor.ModelImporter.defaultClipAnimations
  name: defaultClipAnimations
  fullName: UnityEditor.ModelImporter.defaultClipAnimations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-defaultClipAnimations.html
  commentId: P:UnityEditor.ModelImporter.defaultClipAnimations
  nameWithType: ModelImporter.defaultClipAnimations
  type: Property
- uid: UnityEditor.ModelImporter.ExtractTextures(System.String)
  name: ExtractTextures(string)
  fullName: UnityEditor.ModelImporter.ExtractTextures(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter.ExtractTextures.html
  commentId: M:UnityEditor.ModelImporter.ExtractTextures(System.String)
  nameWithType: ModelImporter.ExtractTextures(string)
  type: Method
- uid: UnityEditor.ModelImporter.extraExposedTransformPaths
  name: extraExposedTransformPaths
  fullName: UnityEditor.ModelImporter.extraExposedTransformPaths
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-extraExposedTransformPaths.html
  commentId: P:UnityEditor.ModelImporter.extraExposedTransformPaths
  nameWithType: ModelImporter.extraExposedTransformPaths
  type: Property
- uid: UnityEditor.ModelImporter.extraUserProperties
  name: extraUserProperties
  fullName: UnityEditor.ModelImporter.extraUserProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-extraUserProperties.html
  commentId: P:UnityEditor.ModelImporter.extraUserProperties
  nameWithType: ModelImporter.extraUserProperties
  type: Property
- uid: UnityEditor.ModelImporter.generateAnimations
  name: generateAnimations
  fullName: UnityEditor.ModelImporter.generateAnimations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-generateAnimations.html
  commentId: P:UnityEditor.ModelImporter.generateAnimations
  nameWithType: ModelImporter.generateAnimations
  type: Property
- uid: UnityEditor.ModelImporter.generateMaterials
  name: generateMaterials
  fullName: UnityEditor.ModelImporter.generateMaterials
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-generateMaterials.html
  commentId: P:UnityEditor.ModelImporter.generateMaterials
  nameWithType: ModelImporter.generateMaterials
  type: Property
- uid: UnityEditor.ModelImporter.generateSecondaryUV
  name: generateSecondaryUV
  fullName: UnityEditor.ModelImporter.generateSecondaryUV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-generateSecondaryUV.html
  commentId: P:UnityEditor.ModelImporter.generateSecondaryUV
  nameWithType: ModelImporter.generateSecondaryUV
  type: Property
- uid: UnityEditor.ModelImporter.globalScale
  name: globalScale
  fullName: UnityEditor.ModelImporter.globalScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-globalScale.html
  commentId: P:UnityEditor.ModelImporter.globalScale
  nameWithType: ModelImporter.globalScale
  type: Property
- uid: UnityEditor.ModelImporter.humanDescription
  name: humanDescription
  fullName: UnityEditor.ModelImporter.humanDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-humanDescription.html
  commentId: P:UnityEditor.ModelImporter.humanDescription
  nameWithType: ModelImporter.humanDescription
  type: Property
- uid: UnityEditor.ModelImporter.humanoidOversampling
  name: humanoidOversampling
  fullName: UnityEditor.ModelImporter.humanoidOversampling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-humanoidOversampling.html
  commentId: P:UnityEditor.ModelImporter.humanoidOversampling
  nameWithType: ModelImporter.humanoidOversampling
  type: Property
- uid: UnityEditor.ModelImporter.importAnimatedCustomProperties
  name: importAnimatedCustomProperties
  fullName: UnityEditor.ModelImporter.importAnimatedCustomProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importAnimatedCustomProperties.html
  commentId: P:UnityEditor.ModelImporter.importAnimatedCustomProperties
  nameWithType: ModelImporter.importAnimatedCustomProperties
  type: Property
- uid: UnityEditor.ModelImporter.importAnimation
  name: importAnimation
  fullName: UnityEditor.ModelImporter.importAnimation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importAnimation.html
  commentId: P:UnityEditor.ModelImporter.importAnimation
  nameWithType: ModelImporter.importAnimation
  type: Property
- uid: UnityEditor.ModelImporter.importBlendShapes
  name: importBlendShapes
  fullName: UnityEditor.ModelImporter.importBlendShapes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importBlendShapes.html
  commentId: P:UnityEditor.ModelImporter.importBlendShapes
  nameWithType: ModelImporter.importBlendShapes
  type: Property
- uid: UnityEditor.ModelImporter.importCameras
  name: importCameras
  fullName: UnityEditor.ModelImporter.importCameras
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importCameras.html
  commentId: P:UnityEditor.ModelImporter.importCameras
  nameWithType: ModelImporter.importCameras
  type: Property
- uid: UnityEditor.ModelImporter.importedTakeInfos
  name: importedTakeInfos
  fullName: UnityEditor.ModelImporter.importedTakeInfos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importedTakeInfos.html
  commentId: P:UnityEditor.ModelImporter.importedTakeInfos
  nameWithType: ModelImporter.importedTakeInfos
  type: Property
- uid: UnityEditor.ModelImporter.importLights
  name: importLights
  fullName: UnityEditor.ModelImporter.importLights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importLights.html
  commentId: P:UnityEditor.ModelImporter.importLights
  nameWithType: ModelImporter.importLights
  type: Property
- uid: UnityEditor.ModelImporter.importMaterials
  name: importMaterials
  fullName: UnityEditor.ModelImporter.importMaterials
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importMaterials.html
  commentId: P:UnityEditor.ModelImporter.importMaterials
  nameWithType: ModelImporter.importMaterials
  type: Property
- uid: UnityEditor.ModelImporter.importNormals
  name: importNormals
  fullName: UnityEditor.ModelImporter.importNormals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importNormals.html
  commentId: P:UnityEditor.ModelImporter.importNormals
  nameWithType: ModelImporter.importNormals
  type: Property
- uid: UnityEditor.ModelImporter.importTangents
  name: importTangents
  fullName: UnityEditor.ModelImporter.importTangents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importTangents.html
  commentId: P:UnityEditor.ModelImporter.importTangents
  nameWithType: ModelImporter.importTangents
  type: Property
- uid: UnityEditor.ModelImporter.importVisibility
  name: importVisibility
  fullName: UnityEditor.ModelImporter.importVisibility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-importVisibility.html
  commentId: P:UnityEditor.ModelImporter.importVisibility
  nameWithType: ModelImporter.importVisibility
  type: Property
- uid: UnityEditor.ModelImporter.isBakeIKSupported
  name: isBakeIKSupported
  fullName: UnityEditor.ModelImporter.isBakeIKSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-isBakeIKSupported.html
  commentId: P:UnityEditor.ModelImporter.isBakeIKSupported
  nameWithType: ModelImporter.isBakeIKSupported
  type: Property
- uid: UnityEditor.ModelImporter.isFileScaleUsed
  name: isFileScaleUsed
  fullName: UnityEditor.ModelImporter.isFileScaleUsed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-isFileScaleUsed.html
  commentId: P:UnityEditor.ModelImporter.isFileScaleUsed
  nameWithType: ModelImporter.isFileScaleUsed
  type: Property
- uid: UnityEditor.ModelImporter.isReadable
  name: isReadable
  fullName: UnityEditor.ModelImporter.isReadable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-isReadable.html
  commentId: P:UnityEditor.ModelImporter.isReadable
  nameWithType: ModelImporter.isReadable
  type: Property
- uid: UnityEditor.ModelImporter.isTangentImportSupported
  name: isTangentImportSupported
  fullName: UnityEditor.ModelImporter.isTangentImportSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-isTangentImportSupported.html
  commentId: P:UnityEditor.ModelImporter.isTangentImportSupported
  nameWithType: ModelImporter.isTangentImportSupported
  type: Property
- uid: UnityEditor.ModelImporter.isUseFileUnitsSupported
  name: isUseFileUnitsSupported
  fullName: UnityEditor.ModelImporter.isUseFileUnitsSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-isUseFileUnitsSupported.html
  commentId: P:UnityEditor.ModelImporter.isUseFileUnitsSupported
  nameWithType: ModelImporter.isUseFileUnitsSupported
  type: Property
- uid: UnityEditor.ModelImporter.keepQuads
  name: keepQuads
  fullName: UnityEditor.ModelImporter.keepQuads
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-keepQuads.html
  commentId: P:UnityEditor.ModelImporter.keepQuads
  nameWithType: ModelImporter.keepQuads
  type: Property
- uid: UnityEditor.ModelImporter.materialName
  name: materialName
  fullName: UnityEditor.ModelImporter.materialName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-materialName.html
  commentId: P:UnityEditor.ModelImporter.materialName
  nameWithType: ModelImporter.materialName
  type: Property
- uid: UnityEditor.ModelImporter.materialSearch
  name: materialSearch
  fullName: UnityEditor.ModelImporter.materialSearch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-materialSearch.html
  commentId: P:UnityEditor.ModelImporter.materialSearch
  nameWithType: ModelImporter.materialSearch
  type: Property
- uid: UnityEditor.ModelImporter.meshCompression
  name: meshCompression
  fullName: UnityEditor.ModelImporter.meshCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-meshCompression.html
  commentId: P:UnityEditor.ModelImporter.meshCompression
  nameWithType: ModelImporter.meshCompression
  type: Property
- uid: UnityEditor.ModelImporter.motionNodeName
  name: motionNodeName
  fullName: UnityEditor.ModelImporter.motionNodeName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-motionNodeName.html
  commentId: P:UnityEditor.ModelImporter.motionNodeName
  nameWithType: ModelImporter.motionNodeName
  type: Property
- uid: UnityEditor.ModelImporter.normalCalculationMode
  name: normalCalculationMode
  fullName: UnityEditor.ModelImporter.normalCalculationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-normalCalculationMode.html
  commentId: P:UnityEditor.ModelImporter.normalCalculationMode
  nameWithType: ModelImporter.normalCalculationMode
  type: Property
- uid: UnityEditor.ModelImporter.normalImportMode
  name: normalImportMode
  fullName: UnityEditor.ModelImporter.normalImportMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-normalImportMode.html
  commentId: P:UnityEditor.ModelImporter.normalImportMode
  nameWithType: ModelImporter.normalImportMode
  type: Property
- uid: UnityEditor.ModelImporter.normalSmoothingAngle
  name: normalSmoothingAngle
  fullName: UnityEditor.ModelImporter.normalSmoothingAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-normalSmoothingAngle.html
  commentId: P:UnityEditor.ModelImporter.normalSmoothingAngle
  nameWithType: ModelImporter.normalSmoothingAngle
  type: Property
- uid: UnityEditor.ModelImporter.optimizeGameObjects
  name: optimizeGameObjects
  fullName: UnityEditor.ModelImporter.optimizeGameObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-optimizeGameObjects.html
  commentId: P:UnityEditor.ModelImporter.optimizeGameObjects
  nameWithType: ModelImporter.optimizeGameObjects
  type: Property
- uid: UnityEditor.ModelImporter.optimizeMesh
  name: optimizeMesh
  fullName: UnityEditor.ModelImporter.optimizeMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-optimizeMesh.html
  commentId: P:UnityEditor.ModelImporter.optimizeMesh
  nameWithType: ModelImporter.optimizeMesh
  type: Property
- uid: UnityEditor.ModelImporter.referencedClips
  name: referencedClips
  fullName: UnityEditor.ModelImporter.referencedClips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-referencedClips.html
  commentId: P:UnityEditor.ModelImporter.referencedClips
  nameWithType: ModelImporter.referencedClips
  type: Property
- uid: UnityEditor.ModelImporter.resampleCurves
  name: resampleCurves
  fullName: UnityEditor.ModelImporter.resampleCurves
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-resampleCurves.html
  commentId: P:UnityEditor.ModelImporter.resampleCurves
  nameWithType: ModelImporter.resampleCurves
  type: Property
- uid: UnityEditor.ModelImporter.resampleRotations
  name: resampleRotations
  fullName: UnityEditor.ModelImporter.resampleRotations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-resampleRotations.html
  commentId: P:UnityEditor.ModelImporter.resampleRotations
  nameWithType: ModelImporter.resampleRotations
  type: Property
- uid: UnityEditor.ModelImporter.secondaryUVAngleDistortion
  name: secondaryUVAngleDistortion
  fullName: UnityEditor.ModelImporter.secondaryUVAngleDistortion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-secondaryUVAngleDistortion.html
  commentId: P:UnityEditor.ModelImporter.secondaryUVAngleDistortion
  nameWithType: ModelImporter.secondaryUVAngleDistortion
  type: Property
- uid: UnityEditor.ModelImporter.secondaryUVAreaDistortion
  name: secondaryUVAreaDistortion
  fullName: UnityEditor.ModelImporter.secondaryUVAreaDistortion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-secondaryUVAreaDistortion.html
  commentId: P:UnityEditor.ModelImporter.secondaryUVAreaDistortion
  nameWithType: ModelImporter.secondaryUVAreaDistortion
  type: Property
- uid: UnityEditor.ModelImporter.secondaryUVHardAngle
  name: secondaryUVHardAngle
  fullName: UnityEditor.ModelImporter.secondaryUVHardAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-secondaryUVHardAngle.html
  commentId: P:UnityEditor.ModelImporter.secondaryUVHardAngle
  nameWithType: ModelImporter.secondaryUVHardAngle
  type: Property
- uid: UnityEditor.ModelImporter.secondaryUVPackMargin
  name: secondaryUVPackMargin
  fullName: UnityEditor.ModelImporter.secondaryUVPackMargin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-secondaryUVPackMargin.html
  commentId: P:UnityEditor.ModelImporter.secondaryUVPackMargin
  nameWithType: ModelImporter.secondaryUVPackMargin
  type: Property
- uid: UnityEditor.ModelImporter.sourceAvatar
  name: sourceAvatar
  fullName: UnityEditor.ModelImporter.sourceAvatar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-sourceAvatar.html
  commentId: P:UnityEditor.ModelImporter.sourceAvatar
  nameWithType: ModelImporter.sourceAvatar
  type: Property
- uid: UnityEditor.ModelImporter.splitAnimations
  name: splitAnimations
  fullName: UnityEditor.ModelImporter.splitAnimations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-splitAnimations.html
  commentId: P:UnityEditor.ModelImporter.splitAnimations
  nameWithType: ModelImporter.splitAnimations
  type: Property
- uid: UnityEditor.ModelImporter.splitTangentsAcrossSeams
  name: splitTangentsAcrossSeams
  fullName: UnityEditor.ModelImporter.splitTangentsAcrossSeams
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-splitTangentsAcrossSeams.html
  commentId: P:UnityEditor.ModelImporter.splitTangentsAcrossSeams
  nameWithType: ModelImporter.splitTangentsAcrossSeams
  type: Property
- uid: UnityEditor.ModelImporter.swapUVChannels
  name: swapUVChannels
  fullName: UnityEditor.ModelImporter.swapUVChannels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-swapUVChannels.html
  commentId: P:UnityEditor.ModelImporter.swapUVChannels
  nameWithType: ModelImporter.swapUVChannels
  type: Property
- uid: UnityEditor.ModelImporter.tangentImportMode
  name: tangentImportMode
  fullName: UnityEditor.ModelImporter.tangentImportMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-tangentImportMode.html
  commentId: P:UnityEditor.ModelImporter.tangentImportMode
  nameWithType: ModelImporter.tangentImportMode
  type: Property
- uid: UnityEditor.ModelImporter.transformPaths
  name: transformPaths
  fullName: UnityEditor.ModelImporter.transformPaths
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-transformPaths.html
  commentId: P:UnityEditor.ModelImporter.transformPaths
  nameWithType: ModelImporter.transformPaths
  type: Property
- uid: UnityEditor.ModelImporter.useFileScale
  name: useFileScale
  fullName: UnityEditor.ModelImporter.useFileScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-useFileScale.html
  commentId: P:UnityEditor.ModelImporter.useFileScale
  nameWithType: ModelImporter.useFileScale
  type: Property
- uid: UnityEditor.ModelImporter.useFileUnits
  name: useFileUnits
  fullName: UnityEditor.ModelImporter.useFileUnits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-useFileUnits.html
  commentId: P:UnityEditor.ModelImporter.useFileUnits
  nameWithType: ModelImporter.useFileUnits
  type: Property
- uid: UnityEditor.ModelImporter.weldVertices
  name: weldVertices
  fullName: UnityEditor.ModelImporter.weldVertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporter-weldVertices.html
  commentId: P:UnityEditor.ModelImporter.weldVertices
  nameWithType: ModelImporter.weldVertices
  type: Property
- uid: UnityEditor.ModelImporterAnimationCompression
  name: ModelImporterAnimationCompression
  fullName: UnityEditor.ModelImporterAnimationCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationCompression.html
  commentId: T:UnityEditor.ModelImporterAnimationCompression
  nameWithType: ModelImporterAnimationCompression
  type: Enum
- uid: UnityEditor.ModelImporterAnimationCompression.KeyframeReduction
  name: KeyframeReduction
  fullName: UnityEditor.ModelImporterAnimationCompression.KeyframeReduction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationCompression.KeyframeReduction.html
  commentId: F:UnityEditor.ModelImporterAnimationCompression.KeyframeReduction
  nameWithType: ModelImporterAnimationCompression.KeyframeReduction
  type: Field
- uid: UnityEditor.ModelImporterAnimationCompression.KeyframeReductionAndCompression
  name: KeyframeReductionAndCompression
  fullName: UnityEditor.ModelImporterAnimationCompression.KeyframeReductionAndCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationCompression.KeyframeReductionAndCompression.html
  commentId: F:UnityEditor.ModelImporterAnimationCompression.KeyframeReductionAndCompression
  nameWithType: ModelImporterAnimationCompression.KeyframeReductionAndCompression
  type: Field
- uid: UnityEditor.ModelImporterAnimationCompression.Off
  name: Off
  fullName: UnityEditor.ModelImporterAnimationCompression.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationCompression.Off.html
  commentId: F:UnityEditor.ModelImporterAnimationCompression.Off
  nameWithType: ModelImporterAnimationCompression.Off
  type: Field
- uid: UnityEditor.ModelImporterAnimationCompression.Optimal
  name: Optimal
  fullName: UnityEditor.ModelImporterAnimationCompression.Optimal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationCompression.Optimal.html
  commentId: F:UnityEditor.ModelImporterAnimationCompression.Optimal
  nameWithType: ModelImporterAnimationCompression.Optimal
  type: Field
- uid: UnityEditor.ModelImporterAnimationType
  name: ModelImporterAnimationType
  fullName: UnityEditor.ModelImporterAnimationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationType.html
  commentId: T:UnityEditor.ModelImporterAnimationType
  nameWithType: ModelImporterAnimationType
  type: Enum
- uid: UnityEditor.ModelImporterAnimationType.Generic
  name: Generic
  fullName: UnityEditor.ModelImporterAnimationType.Generic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationType.Generic.html
  commentId: F:UnityEditor.ModelImporterAnimationType.Generic
  nameWithType: ModelImporterAnimationType.Generic
  type: Field
- uid: UnityEditor.ModelImporterAnimationType.Human
  name: Human
  fullName: UnityEditor.ModelImporterAnimationType.Human
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationType.Human.html
  commentId: F:UnityEditor.ModelImporterAnimationType.Human
  nameWithType: ModelImporterAnimationType.Human
  type: Field
- uid: UnityEditor.ModelImporterAnimationType.Legacy
  name: Legacy
  fullName: UnityEditor.ModelImporterAnimationType.Legacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationType.Legacy.html
  commentId: F:UnityEditor.ModelImporterAnimationType.Legacy
  nameWithType: ModelImporterAnimationType.Legacy
  type: Field
- uid: UnityEditor.ModelImporterAnimationType.None
  name: None
  fullName: UnityEditor.ModelImporterAnimationType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterAnimationType.None.html
  commentId: F:UnityEditor.ModelImporterAnimationType.None
  nameWithType: ModelImporterAnimationType.None
  type: Field
- uid: UnityEditor.ModelImporterClipAnimation
  name: ModelImporterClipAnimation
  fullName: UnityEditor.ModelImporterClipAnimation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation.html
  commentId: T:UnityEditor.ModelImporterClipAnimation
  nameWithType: ModelImporterClipAnimation
  type: Class
- uid: UnityEditor.ModelImporterClipAnimation.additiveReferencePoseFrame
  name: additiveReferencePoseFrame
  fullName: UnityEditor.ModelImporterClipAnimation.additiveReferencePoseFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-additiveReferencePoseFrame.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.additiveReferencePoseFrame
  nameWithType: ModelImporterClipAnimation.additiveReferencePoseFrame
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.ConfigureClipFromMask(UnityEngine.AvatarMask)
  name: ConfigureClipFromMask(AvatarMask)
  fullName: UnityEditor.ModelImporterClipAnimation.ConfigureClipFromMask(UnityEngine.AvatarMask)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation.ConfigureClipFromMask.html
  commentId: M:UnityEditor.ModelImporterClipAnimation.ConfigureClipFromMask(UnityEngine.AvatarMask)
  nameWithType: ModelImporterClipAnimation.ConfigureClipFromMask(AvatarMask)
  type: Method
- uid: UnityEditor.ModelImporterClipAnimation.ConfigureMaskFromClip(UnityEngine.AvatarMask@)
  name: ConfigureMaskFromClip(ref AvatarMask)
  fullName: UnityEditor.ModelImporterClipAnimation.ConfigureMaskFromClip(ref UnityEngine.AvatarMask)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation.ConfigureMaskFromClip.html
  commentId: M:UnityEditor.ModelImporterClipAnimation.ConfigureMaskFromClip(UnityEngine.AvatarMask@)
  nameWithType: ModelImporterClipAnimation.ConfigureMaskFromClip(ref AvatarMask)
  type: Method
- uid: UnityEditor.ModelImporterClipAnimation.curves
  name: curves
  fullName: UnityEditor.ModelImporterClipAnimation.curves
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-curves.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.curves
  nameWithType: ModelImporterClipAnimation.curves
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.cycleOffset
  name: cycleOffset
  fullName: UnityEditor.ModelImporterClipAnimation.cycleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-cycleOffset.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.cycleOffset
  nameWithType: ModelImporterClipAnimation.cycleOffset
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEditor.ModelImporterClipAnimation.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation.Equals.html
  commentId: M:UnityEditor.ModelImporterClipAnimation.Equals(System.Object)
  nameWithType: ModelImporterClipAnimation.Equals(object)
  type: Method
- uid: UnityEditor.ModelImporterClipAnimation.events
  name: events
  fullName: UnityEditor.ModelImporterClipAnimation.events
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-events.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.events
  nameWithType: ModelImporterClipAnimation.events
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.firstFrame
  name: firstFrame
  fullName: UnityEditor.ModelImporterClipAnimation.firstFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-firstFrame.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.firstFrame
  nameWithType: ModelImporterClipAnimation.firstFrame
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.GetHashCode
  name: GetHashCode()
  fullName: UnityEditor.ModelImporterClipAnimation.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation.GetHashCode.html
  commentId: M:UnityEditor.ModelImporterClipAnimation.GetHashCode
  nameWithType: ModelImporterClipAnimation.GetHashCode()
  type: Method
- uid: UnityEditor.ModelImporterClipAnimation.hasAdditiveReferencePose
  name: hasAdditiveReferencePose
  fullName: UnityEditor.ModelImporterClipAnimation.hasAdditiveReferencePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-hasAdditiveReferencePose.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.hasAdditiveReferencePose
  nameWithType: ModelImporterClipAnimation.hasAdditiveReferencePose
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.heightFromFeet
  name: heightFromFeet
  fullName: UnityEditor.ModelImporterClipAnimation.heightFromFeet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-heightFromFeet.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.heightFromFeet
  nameWithType: ModelImporterClipAnimation.heightFromFeet
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.heightOffset
  name: heightOffset
  fullName: UnityEditor.ModelImporterClipAnimation.heightOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-heightOffset.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.heightOffset
  nameWithType: ModelImporterClipAnimation.heightOffset
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.keepOriginalOrientation
  name: keepOriginalOrientation
  fullName: UnityEditor.ModelImporterClipAnimation.keepOriginalOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-keepOriginalOrientation.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.keepOriginalOrientation
  nameWithType: ModelImporterClipAnimation.keepOriginalOrientation
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.keepOriginalPositionXZ
  name: keepOriginalPositionXZ
  fullName: UnityEditor.ModelImporterClipAnimation.keepOriginalPositionXZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-keepOriginalPositionXZ.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.keepOriginalPositionXZ
  nameWithType: ModelImporterClipAnimation.keepOriginalPositionXZ
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.keepOriginalPositionY
  name: keepOriginalPositionY
  fullName: UnityEditor.ModelImporterClipAnimation.keepOriginalPositionY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-keepOriginalPositionY.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.keepOriginalPositionY
  nameWithType: ModelImporterClipAnimation.keepOriginalPositionY
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.lastFrame
  name: lastFrame
  fullName: UnityEditor.ModelImporterClipAnimation.lastFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-lastFrame.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.lastFrame
  nameWithType: ModelImporterClipAnimation.lastFrame
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.lockRootHeightY
  name: lockRootHeightY
  fullName: UnityEditor.ModelImporterClipAnimation.lockRootHeightY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-lockRootHeightY.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.lockRootHeightY
  nameWithType: ModelImporterClipAnimation.lockRootHeightY
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.lockRootPositionXZ
  name: lockRootPositionXZ
  fullName: UnityEditor.ModelImporterClipAnimation.lockRootPositionXZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-lockRootPositionXZ.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.lockRootPositionXZ
  nameWithType: ModelImporterClipAnimation.lockRootPositionXZ
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.lockRootRotation
  name: lockRootRotation
  fullName: UnityEditor.ModelImporterClipAnimation.lockRootRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-lockRootRotation.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.lockRootRotation
  nameWithType: ModelImporterClipAnimation.lockRootRotation
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.loop
  name: loop
  fullName: UnityEditor.ModelImporterClipAnimation.loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-loop.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.loop
  nameWithType: ModelImporterClipAnimation.loop
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.loopPose
  name: loopPose
  fullName: UnityEditor.ModelImporterClipAnimation.loopPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-loopPose.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.loopPose
  nameWithType: ModelImporterClipAnimation.loopPose
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.loopTime
  name: loopTime
  fullName: UnityEditor.ModelImporterClipAnimation.loopTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-loopTime.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.loopTime
  nameWithType: ModelImporterClipAnimation.loopTime
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.maskNeedsUpdating
  name: maskNeedsUpdating
  fullName: UnityEditor.ModelImporterClipAnimation.maskNeedsUpdating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-maskNeedsUpdating.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.maskNeedsUpdating
  nameWithType: ModelImporterClipAnimation.maskNeedsUpdating
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.maskSource
  name: maskSource
  fullName: UnityEditor.ModelImporterClipAnimation.maskSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-maskSource.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.maskSource
  nameWithType: ModelImporterClipAnimation.maskSource
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.maskType
  name: maskType
  fullName: UnityEditor.ModelImporterClipAnimation.maskType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-maskType.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.maskType
  nameWithType: ModelImporterClipAnimation.maskType
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.mirror
  name: mirror
  fullName: UnityEditor.ModelImporterClipAnimation.mirror
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-mirror.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.mirror
  nameWithType: ModelImporterClipAnimation.mirror
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.name
  name: name
  fullName: UnityEditor.ModelImporterClipAnimation.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-name.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.name
  nameWithType: ModelImporterClipAnimation.name
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.rotationOffset
  name: rotationOffset
  fullName: UnityEditor.ModelImporterClipAnimation.rotationOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-rotationOffset.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.rotationOffset
  nameWithType: ModelImporterClipAnimation.rotationOffset
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.takeName
  name: takeName
  fullName: UnityEditor.ModelImporterClipAnimation.takeName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-takeName.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.takeName
  nameWithType: ModelImporterClipAnimation.takeName
  type: Property
- uid: UnityEditor.ModelImporterClipAnimation.wrapMode
  name: wrapMode
  fullName: UnityEditor.ModelImporterClipAnimation.wrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterClipAnimation-wrapMode.html
  commentId: P:UnityEditor.ModelImporterClipAnimation.wrapMode
  nameWithType: ModelImporterClipAnimation.wrapMode
  type: Property
- uid: UnityEditor.ModelImporterGenerateAnimations
  name: ModelImporterGenerateAnimations
  fullName: UnityEditor.ModelImporterGenerateAnimations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateAnimations.html
  commentId: T:UnityEditor.ModelImporterGenerateAnimations
  nameWithType: ModelImporterGenerateAnimations
  type: Enum
- uid: UnityEditor.ModelImporterGenerateAnimations.GenerateAnimations
  name: GenerateAnimations
  fullName: UnityEditor.ModelImporterGenerateAnimations.GenerateAnimations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateAnimations.GenerateAnimations.html
  commentId: F:UnityEditor.ModelImporterGenerateAnimations.GenerateAnimations
  nameWithType: ModelImporterGenerateAnimations.GenerateAnimations
  type: Field
- uid: UnityEditor.ModelImporterGenerateAnimations.InNodes
  name: InNodes
  fullName: UnityEditor.ModelImporterGenerateAnimations.InNodes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateAnimations.InNodes.html
  commentId: F:UnityEditor.ModelImporterGenerateAnimations.InNodes
  nameWithType: ModelImporterGenerateAnimations.InNodes
  type: Field
- uid: UnityEditor.ModelImporterGenerateAnimations.InOriginalRoots
  name: InOriginalRoots
  fullName: UnityEditor.ModelImporterGenerateAnimations.InOriginalRoots
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateAnimations.InOriginalRoots.html
  commentId: F:UnityEditor.ModelImporterGenerateAnimations.InOriginalRoots
  nameWithType: ModelImporterGenerateAnimations.InOriginalRoots
  type: Field
- uid: UnityEditor.ModelImporterGenerateAnimations.InRoot
  name: InRoot
  fullName: UnityEditor.ModelImporterGenerateAnimations.InRoot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateAnimations.InRoot.html
  commentId: F:UnityEditor.ModelImporterGenerateAnimations.InRoot
  nameWithType: ModelImporterGenerateAnimations.InRoot
  type: Field
- uid: UnityEditor.ModelImporterGenerateAnimations.None
  name: None
  fullName: UnityEditor.ModelImporterGenerateAnimations.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateAnimations.None.html
  commentId: F:UnityEditor.ModelImporterGenerateAnimations.None
  nameWithType: ModelImporterGenerateAnimations.None
  type: Field
- uid: UnityEditor.ModelImporterGenerateMaterials
  name: ModelImporterGenerateMaterials
  fullName: UnityEditor.ModelImporterGenerateMaterials
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateMaterials.html
  commentId: T:UnityEditor.ModelImporterGenerateMaterials
  nameWithType: ModelImporterGenerateMaterials
  type: Enum
- uid: UnityEditor.ModelImporterGenerateMaterials.None
  name: None
  fullName: UnityEditor.ModelImporterGenerateMaterials.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateMaterials.None.html
  commentId: F:UnityEditor.ModelImporterGenerateMaterials.None
  nameWithType: ModelImporterGenerateMaterials.None
  type: Field
- uid: UnityEditor.ModelImporterGenerateMaterials.PerSourceMaterial
  name: PerSourceMaterial
  fullName: UnityEditor.ModelImporterGenerateMaterials.PerSourceMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateMaterials.PerSourceMaterial.html
  commentId: F:UnityEditor.ModelImporterGenerateMaterials.PerSourceMaterial
  nameWithType: ModelImporterGenerateMaterials.PerSourceMaterial
  type: Field
- uid: UnityEditor.ModelImporterGenerateMaterials.PerTexture
  name: PerTexture
  fullName: UnityEditor.ModelImporterGenerateMaterials.PerTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterGenerateMaterials.PerTexture.html
  commentId: F:UnityEditor.ModelImporterGenerateMaterials.PerTexture
  nameWithType: ModelImporterGenerateMaterials.PerTexture
  type: Field
- uid: UnityEditor.ModelImporterHumanoidOversampling
  name: ModelImporterHumanoidOversampling
  fullName: UnityEditor.ModelImporterHumanoidOversampling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterHumanoidOversampling.html
  commentId: T:UnityEditor.ModelImporterHumanoidOversampling
  nameWithType: ModelImporterHumanoidOversampling
  type: Enum
- uid: UnityEditor.ModelImporterHumanoidOversampling.X1
  name: X1
  fullName: UnityEditor.ModelImporterHumanoidOversampling.X1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterHumanoidOversampling.X1.html
  commentId: F:UnityEditor.ModelImporterHumanoidOversampling.X1
  nameWithType: ModelImporterHumanoidOversampling.X1
  type: Field
- uid: UnityEditor.ModelImporterHumanoidOversampling.X2
  name: X2
  fullName: UnityEditor.ModelImporterHumanoidOversampling.X2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterHumanoidOversampling.X2.html
  commentId: F:UnityEditor.ModelImporterHumanoidOversampling.X2
  nameWithType: ModelImporterHumanoidOversampling.X2
  type: Field
- uid: UnityEditor.ModelImporterHumanoidOversampling.X4
  name: X4
  fullName: UnityEditor.ModelImporterHumanoidOversampling.X4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterHumanoidOversampling.X4.html
  commentId: F:UnityEditor.ModelImporterHumanoidOversampling.X4
  nameWithType: ModelImporterHumanoidOversampling.X4
  type: Field
- uid: UnityEditor.ModelImporterHumanoidOversampling.X8
  name: X8
  fullName: UnityEditor.ModelImporterHumanoidOversampling.X8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterHumanoidOversampling.X8.html
  commentId: F:UnityEditor.ModelImporterHumanoidOversampling.X8
  nameWithType: ModelImporterHumanoidOversampling.X8
  type: Field
- uid: UnityEditor.ModelImporterMaterialName
  name: ModelImporterMaterialName
  fullName: UnityEditor.ModelImporterMaterialName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialName.html
  commentId: T:UnityEditor.ModelImporterMaterialName
  nameWithType: ModelImporterMaterialName
  type: Enum
- uid: UnityEditor.ModelImporterMaterialName.BasedOnMaterialName
  name: BasedOnMaterialName
  fullName: UnityEditor.ModelImporterMaterialName.BasedOnMaterialName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialName.BasedOnMaterialName.html
  commentId: F:UnityEditor.ModelImporterMaterialName.BasedOnMaterialName
  nameWithType: ModelImporterMaterialName.BasedOnMaterialName
  type: Field
- uid: UnityEditor.ModelImporterMaterialName.BasedOnModelNameAndMaterialName
  name: BasedOnModelNameAndMaterialName
  fullName: UnityEditor.ModelImporterMaterialName.BasedOnModelNameAndMaterialName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialName.BasedOnModelNameAndMaterialName.html
  commentId: F:UnityEditor.ModelImporterMaterialName.BasedOnModelNameAndMaterialName
  nameWithType: ModelImporterMaterialName.BasedOnModelNameAndMaterialName
  type: Field
- uid: UnityEditor.ModelImporterMaterialName.BasedOnTextureName
  name: BasedOnTextureName
  fullName: UnityEditor.ModelImporterMaterialName.BasedOnTextureName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialName.BasedOnTextureName.html
  commentId: F:UnityEditor.ModelImporterMaterialName.BasedOnTextureName
  nameWithType: ModelImporterMaterialName.BasedOnTextureName
  type: Field
- uid: UnityEditor.ModelImporterMaterialName.BasedOnTextureName_Or_ModelNameAndMaterialName
  name: BasedOnTextureName_Or_ModelNameAndMaterialName
  fullName: UnityEditor.ModelImporterMaterialName.BasedOnTextureName_Or_ModelNameAndMaterialName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialName.BasedOnTextureName_Or_ModelNameAndMaterialName.html
  commentId: F:UnityEditor.ModelImporterMaterialName.BasedOnTextureName_Or_ModelNameAndMaterialName
  nameWithType: ModelImporterMaterialName.BasedOnTextureName_Or_ModelNameAndMaterialName
  type: Field
- uid: UnityEditor.ModelImporterMaterialSearch
  name: ModelImporterMaterialSearch
  fullName: UnityEditor.ModelImporterMaterialSearch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialSearch.html
  commentId: T:UnityEditor.ModelImporterMaterialSearch
  nameWithType: ModelImporterMaterialSearch
  type: Enum
- uid: UnityEditor.ModelImporterMaterialSearch.Everywhere
  name: Everywhere
  fullName: UnityEditor.ModelImporterMaterialSearch.Everywhere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialSearch.Everywhere.html
  commentId: F:UnityEditor.ModelImporterMaterialSearch.Everywhere
  nameWithType: ModelImporterMaterialSearch.Everywhere
  type: Field
- uid: UnityEditor.ModelImporterMaterialSearch.Local
  name: Local
  fullName: UnityEditor.ModelImporterMaterialSearch.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialSearch.Local.html
  commentId: F:UnityEditor.ModelImporterMaterialSearch.Local
  nameWithType: ModelImporterMaterialSearch.Local
  type: Field
- uid: UnityEditor.ModelImporterMaterialSearch.RecursiveUp
  name: RecursiveUp
  fullName: UnityEditor.ModelImporterMaterialSearch.RecursiveUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMaterialSearch.RecursiveUp.html
  commentId: F:UnityEditor.ModelImporterMaterialSearch.RecursiveUp
  nameWithType: ModelImporterMaterialSearch.RecursiveUp
  type: Field
- uid: UnityEditor.ModelImporterMeshCompression
  name: ModelImporterMeshCompression
  fullName: UnityEditor.ModelImporterMeshCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMeshCompression.html
  commentId: T:UnityEditor.ModelImporterMeshCompression
  nameWithType: ModelImporterMeshCompression
  type: Enum
- uid: UnityEditor.ModelImporterMeshCompression.High
  name: High
  fullName: UnityEditor.ModelImporterMeshCompression.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMeshCompression.High.html
  commentId: F:UnityEditor.ModelImporterMeshCompression.High
  nameWithType: ModelImporterMeshCompression.High
  type: Field
- uid: UnityEditor.ModelImporterMeshCompression.Low
  name: Low
  fullName: UnityEditor.ModelImporterMeshCompression.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMeshCompression.Low.html
  commentId: F:UnityEditor.ModelImporterMeshCompression.Low
  nameWithType: ModelImporterMeshCompression.Low
  type: Field
- uid: UnityEditor.ModelImporterMeshCompression.Medium
  name: Medium
  fullName: UnityEditor.ModelImporterMeshCompression.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMeshCompression.Medium.html
  commentId: F:UnityEditor.ModelImporterMeshCompression.Medium
  nameWithType: ModelImporterMeshCompression.Medium
  type: Field
- uid: UnityEditor.ModelImporterMeshCompression.Off
  name: Off
  fullName: UnityEditor.ModelImporterMeshCompression.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterMeshCompression.Off.html
  commentId: F:UnityEditor.ModelImporterMeshCompression.Off
  nameWithType: ModelImporterMeshCompression.Off
  type: Field
- uid: UnityEditor.ModelImporterNormalCalculationMode
  name: ModelImporterNormalCalculationMode
  fullName: UnityEditor.ModelImporterNormalCalculationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormalCalculationMode.html
  commentId: T:UnityEditor.ModelImporterNormalCalculationMode
  nameWithType: ModelImporterNormalCalculationMode
  type: Enum
- uid: UnityEditor.ModelImporterNormalCalculationMode.AngleWeighted
  name: AngleWeighted
  fullName: UnityEditor.ModelImporterNormalCalculationMode.AngleWeighted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormalCalculationMode.AngleWeighted.html
  commentId: F:UnityEditor.ModelImporterNormalCalculationMode.AngleWeighted
  nameWithType: ModelImporterNormalCalculationMode.AngleWeighted
  type: Field
- uid: UnityEditor.ModelImporterNormalCalculationMode.AreaAndAngleWeighted
  name: AreaAndAngleWeighted
  fullName: UnityEditor.ModelImporterNormalCalculationMode.AreaAndAngleWeighted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormalCalculationMode.AreaAndAngleWeighted.html
  commentId: F:UnityEditor.ModelImporterNormalCalculationMode.AreaAndAngleWeighted
  nameWithType: ModelImporterNormalCalculationMode.AreaAndAngleWeighted
  type: Field
- uid: UnityEditor.ModelImporterNormalCalculationMode.AreaWeighted
  name: AreaWeighted
  fullName: UnityEditor.ModelImporterNormalCalculationMode.AreaWeighted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormalCalculationMode.AreaWeighted.html
  commentId: F:UnityEditor.ModelImporterNormalCalculationMode.AreaWeighted
  nameWithType: ModelImporterNormalCalculationMode.AreaWeighted
  type: Field
- uid: UnityEditor.ModelImporterNormalCalculationMode.Unweighted
  name: Unweighted
  fullName: UnityEditor.ModelImporterNormalCalculationMode.Unweighted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormalCalculationMode.Unweighted.html
  commentId: F:UnityEditor.ModelImporterNormalCalculationMode.Unweighted
  nameWithType: ModelImporterNormalCalculationMode.Unweighted
  type: Field
- uid: UnityEditor.ModelImporterNormalCalculationMode.Unweighted_Legacy
  name: Unweighted_Legacy
  fullName: UnityEditor.ModelImporterNormalCalculationMode.Unweighted_Legacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormalCalculationMode.Unweighted_Legacy.html
  commentId: F:UnityEditor.ModelImporterNormalCalculationMode.Unweighted_Legacy
  nameWithType: ModelImporterNormalCalculationMode.Unweighted_Legacy
  type: Field
- uid: UnityEditor.ModelImporterNormals
  name: ModelImporterNormals
  fullName: UnityEditor.ModelImporterNormals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormals.html
  commentId: T:UnityEditor.ModelImporterNormals
  nameWithType: ModelImporterNormals
  type: Enum
- uid: UnityEditor.ModelImporterNormals.Calculate
  name: Calculate
  fullName: UnityEditor.ModelImporterNormals.Calculate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormals.Calculate.html
  commentId: F:UnityEditor.ModelImporterNormals.Calculate
  nameWithType: ModelImporterNormals.Calculate
  type: Field
- uid: UnityEditor.ModelImporterNormals.Import
  name: Import
  fullName: UnityEditor.ModelImporterNormals.Import
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormals.Import.html
  commentId: F:UnityEditor.ModelImporterNormals.Import
  nameWithType: ModelImporterNormals.Import
  type: Field
- uid: UnityEditor.ModelImporterNormals.None
  name: None
  fullName: UnityEditor.ModelImporterNormals.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterNormals.None.html
  commentId: F:UnityEditor.ModelImporterNormals.None
  nameWithType: ModelImporterNormals.None
  type: Field
- uid: UnityEditor.ModelImporterTangents
  name: ModelImporterTangents
  fullName: UnityEditor.ModelImporterTangents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangents.html
  commentId: T:UnityEditor.ModelImporterTangents
  nameWithType: ModelImporterTangents
  type: Enum
- uid: UnityEditor.ModelImporterTangents.CalculateLegacy
  name: CalculateLegacy
  fullName: UnityEditor.ModelImporterTangents.CalculateLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangents.CalculateLegacy.html
  commentId: F:UnityEditor.ModelImporterTangents.CalculateLegacy
  nameWithType: ModelImporterTangents.CalculateLegacy
  type: Field
- uid: UnityEditor.ModelImporterTangents.CalculateLegacyWithSplitTangents
  name: CalculateLegacyWithSplitTangents
  fullName: UnityEditor.ModelImporterTangents.CalculateLegacyWithSplitTangents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangents.CalculateLegacyWithSplitTangents.html
  commentId: F:UnityEditor.ModelImporterTangents.CalculateLegacyWithSplitTangents
  nameWithType: ModelImporterTangents.CalculateLegacyWithSplitTangents
  type: Field
- uid: UnityEditor.ModelImporterTangents.CalculateMikk
  name: CalculateMikk
  fullName: UnityEditor.ModelImporterTangents.CalculateMikk
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangents.CalculateMikk.html
  commentId: F:UnityEditor.ModelImporterTangents.CalculateMikk
  nameWithType: ModelImporterTangents.CalculateMikk
  type: Field
- uid: UnityEditor.ModelImporterTangents.Import
  name: Import
  fullName: UnityEditor.ModelImporterTangents.Import
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangents.Import.html
  commentId: F:UnityEditor.ModelImporterTangents.Import
  nameWithType: ModelImporterTangents.Import
  type: Field
- uid: UnityEditor.ModelImporterTangents.None
  name: None
  fullName: UnityEditor.ModelImporterTangents.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangents.None.html
  commentId: F:UnityEditor.ModelImporterTangents.None
  nameWithType: ModelImporterTangents.None
  type: Field
- uid: UnityEditor.ModelImporterTangentSpaceMode
  name: ModelImporterTangentSpaceMode
  fullName: UnityEditor.ModelImporterTangentSpaceMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangentSpaceMode.html
  commentId: T:UnityEditor.ModelImporterTangentSpaceMode
  nameWithType: ModelImporterTangentSpaceMode
  type: Enum
- uid: UnityEditor.ModelImporterTangentSpaceMode.Calculate
  name: Calculate
  fullName: UnityEditor.ModelImporterTangentSpaceMode.Calculate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangentSpaceMode.Calculate.html
  commentId: F:UnityEditor.ModelImporterTangentSpaceMode.Calculate
  nameWithType: ModelImporterTangentSpaceMode.Calculate
  type: Field
- uid: UnityEditor.ModelImporterTangentSpaceMode.Import
  name: Import
  fullName: UnityEditor.ModelImporterTangentSpaceMode.Import
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangentSpaceMode.Import.html
  commentId: F:UnityEditor.ModelImporterTangentSpaceMode.Import
  nameWithType: ModelImporterTangentSpaceMode.Import
  type: Field
- uid: UnityEditor.ModelImporterTangentSpaceMode.None
  name: None
  fullName: UnityEditor.ModelImporterTangentSpaceMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ModelImporterTangentSpaceMode.None.html
  commentId: F:UnityEditor.ModelImporterTangentSpaceMode.None
  nameWithType: ModelImporterTangentSpaceMode.None
  type: Field
- uid: UnityEditor.MonoImporter
  name: MonoImporter
  fullName: UnityEditor.MonoImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoImporter.html
  commentId: T:UnityEditor.MonoImporter
  nameWithType: MonoImporter
  type: Class
- uid: UnityEditor.MonoImporter.GetAllRuntimeMonoScripts
  name: GetAllRuntimeMonoScripts()
  fullName: UnityEditor.MonoImporter.GetAllRuntimeMonoScripts()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoImporter.GetAllRuntimeMonoScripts.html
  commentId: M:UnityEditor.MonoImporter.GetAllRuntimeMonoScripts
  nameWithType: MonoImporter.GetAllRuntimeMonoScripts()
  type: Method
- uid: UnityEditor.MonoImporter.GetDefaultReference(System.String)
  name: GetDefaultReference(string)
  fullName: UnityEditor.MonoImporter.GetDefaultReference(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoImporter.GetDefaultReference.html
  commentId: M:UnityEditor.MonoImporter.GetDefaultReference(System.String)
  nameWithType: MonoImporter.GetDefaultReference(string)
  type: Method
- uid: UnityEditor.MonoImporter.GetExecutionOrder(UnityEditor.MonoScript)
  name: GetExecutionOrder(MonoScript)
  fullName: UnityEditor.MonoImporter.GetExecutionOrder(UnityEditor.MonoScript)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoImporter.GetExecutionOrder.html
  commentId: M:UnityEditor.MonoImporter.GetExecutionOrder(UnityEditor.MonoScript)
  nameWithType: MonoImporter.GetExecutionOrder(MonoScript)
  type: Method
- uid: UnityEditor.MonoImporter.GetScript
  name: GetScript()
  fullName: UnityEditor.MonoImporter.GetScript()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoImporter.GetScript.html
  commentId: M:UnityEditor.MonoImporter.GetScript
  nameWithType: MonoImporter.GetScript()
  type: Method
- uid: UnityEditor.MonoImporter.SetDefaultReferences(System.String[],UnityEngine.Object[])
  name: SetDefaultReferences(string[], Object[])
  fullName: UnityEditor.MonoImporter.SetDefaultReferences(string[], UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoImporter.SetDefaultReferences.html
  commentId: M:UnityEditor.MonoImporter.SetDefaultReferences(System.String[],UnityEngine.Object[])
  nameWithType: MonoImporter.SetDefaultReferences(string[], Object[])
  type: Method
- uid: UnityEditor.MonoImporter.SetExecutionOrder(UnityEditor.MonoScript,System.Int32)
  name: SetExecutionOrder(MonoScript, int)
  fullName: UnityEditor.MonoImporter.SetExecutionOrder(UnityEditor.MonoScript, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoImporter.SetExecutionOrder.html
  commentId: M:UnityEditor.MonoImporter.SetExecutionOrder(UnityEditor.MonoScript,System.Int32)
  nameWithType: MonoImporter.SetExecutionOrder(MonoScript, int)
  type: Method
- uid: UnityEditor.MonoScript
  name: MonoScript
  fullName: UnityEditor.MonoScript
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoScript.html
  commentId: T:UnityEditor.MonoScript
  nameWithType: MonoScript
  type: Class
- uid: UnityEditor.MonoScript.#ctor
  name: MonoScript()
  fullName: UnityEditor.MonoScript.MonoScript()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoScript-ctor.html
  commentId: M:UnityEditor.MonoScript.#ctor
  nameWithType: MonoScript.MonoScript()
  type: Constructor
- uid: UnityEditor.MonoScript.FromMonoBehaviour(UnityEngine.MonoBehaviour)
  name: FromMonoBehaviour(MonoBehaviour)
  fullName: UnityEditor.MonoScript.FromMonoBehaviour(UnityEngine.MonoBehaviour)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoScript.FromMonoBehaviour.html
  commentId: M:UnityEditor.MonoScript.FromMonoBehaviour(UnityEngine.MonoBehaviour)
  nameWithType: MonoScript.FromMonoBehaviour(MonoBehaviour)
  type: Method
- uid: UnityEditor.MonoScript.FromScriptableObject(UnityEngine.ScriptableObject)
  name: FromScriptableObject(ScriptableObject)
  fullName: UnityEditor.MonoScript.FromScriptableObject(UnityEngine.ScriptableObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoScript.FromScriptableObject.html
  commentId: M:UnityEditor.MonoScript.FromScriptableObject(UnityEngine.ScriptableObject)
  nameWithType: MonoScript.FromScriptableObject(ScriptableObject)
  type: Method
- uid: UnityEditor.MonoScript.GetClass
  name: GetClass()
  fullName: UnityEditor.MonoScript.GetClass()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoScript.GetClass.html
  commentId: M:UnityEditor.MonoScript.GetClass
  nameWithType: MonoScript.GetClass()
  type: Method
- uid: UnityEditor.MouseCursor
  name: MouseCursor
  fullName: UnityEditor.MouseCursor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.html
  commentId: T:UnityEditor.MouseCursor
  nameWithType: MouseCursor
  type: Enum
- uid: UnityEditor.MouseCursor.Arrow
  name: Arrow
  fullName: UnityEditor.MouseCursor.Arrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.Arrow.html
  commentId: F:UnityEditor.MouseCursor.Arrow
  nameWithType: MouseCursor.Arrow
  type: Field
- uid: UnityEditor.MouseCursor.ArrowMinus
  name: ArrowMinus
  fullName: UnityEditor.MouseCursor.ArrowMinus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.ArrowMinus.html
  commentId: F:UnityEditor.MouseCursor.ArrowMinus
  nameWithType: MouseCursor.ArrowMinus
  type: Field
- uid: UnityEditor.MouseCursor.ArrowPlus
  name: ArrowPlus
  fullName: UnityEditor.MouseCursor.ArrowPlus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.ArrowPlus.html
  commentId: F:UnityEditor.MouseCursor.ArrowPlus
  nameWithType: MouseCursor.ArrowPlus
  type: Field
- uid: UnityEditor.MouseCursor.CustomCursor
  name: CustomCursor
  fullName: UnityEditor.MouseCursor.CustomCursor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.CustomCursor.html
  commentId: F:UnityEditor.MouseCursor.CustomCursor
  nameWithType: MouseCursor.CustomCursor
  type: Field
- uid: UnityEditor.MouseCursor.FPS
  name: FPS
  fullName: UnityEditor.MouseCursor.FPS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.FPS.html
  commentId: F:UnityEditor.MouseCursor.FPS
  nameWithType: MouseCursor.FPS
  type: Field
- uid: UnityEditor.MouseCursor.Link
  name: Link
  fullName: UnityEditor.MouseCursor.Link
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.Link.html
  commentId: F:UnityEditor.MouseCursor.Link
  nameWithType: MouseCursor.Link
  type: Field
- uid: UnityEditor.MouseCursor.MoveArrow
  name: MoveArrow
  fullName: UnityEditor.MouseCursor.MoveArrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.MoveArrow.html
  commentId: F:UnityEditor.MouseCursor.MoveArrow
  nameWithType: MouseCursor.MoveArrow
  type: Field
- uid: UnityEditor.MouseCursor.Orbit
  name: Orbit
  fullName: UnityEditor.MouseCursor.Orbit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.Orbit.html
  commentId: F:UnityEditor.MouseCursor.Orbit
  nameWithType: MouseCursor.Orbit
  type: Field
- uid: UnityEditor.MouseCursor.Pan
  name: Pan
  fullName: UnityEditor.MouseCursor.Pan
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.Pan.html
  commentId: F:UnityEditor.MouseCursor.Pan
  nameWithType: MouseCursor.Pan
  type: Field
- uid: UnityEditor.MouseCursor.ResizeHorizontal
  name: ResizeHorizontal
  fullName: UnityEditor.MouseCursor.ResizeHorizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.ResizeHorizontal.html
  commentId: F:UnityEditor.MouseCursor.ResizeHorizontal
  nameWithType: MouseCursor.ResizeHorizontal
  type: Field
- uid: UnityEditor.MouseCursor.ResizeUpLeft
  name: ResizeUpLeft
  fullName: UnityEditor.MouseCursor.ResizeUpLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.ResizeUpLeft.html
  commentId: F:UnityEditor.MouseCursor.ResizeUpLeft
  nameWithType: MouseCursor.ResizeUpLeft
  type: Field
- uid: UnityEditor.MouseCursor.ResizeUpRight
  name: ResizeUpRight
  fullName: UnityEditor.MouseCursor.ResizeUpRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.ResizeUpRight.html
  commentId: F:UnityEditor.MouseCursor.ResizeUpRight
  nameWithType: MouseCursor.ResizeUpRight
  type: Field
- uid: UnityEditor.MouseCursor.ResizeVertical
  name: ResizeVertical
  fullName: UnityEditor.MouseCursor.ResizeVertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.ResizeVertical.html
  commentId: F:UnityEditor.MouseCursor.ResizeVertical
  nameWithType: MouseCursor.ResizeVertical
  type: Field
- uid: UnityEditor.MouseCursor.RotateArrow
  name: RotateArrow
  fullName: UnityEditor.MouseCursor.RotateArrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.RotateArrow.html
  commentId: F:UnityEditor.MouseCursor.RotateArrow
  nameWithType: MouseCursor.RotateArrow
  type: Field
- uid: UnityEditor.MouseCursor.ScaleArrow
  name: ScaleArrow
  fullName: UnityEditor.MouseCursor.ScaleArrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.ScaleArrow.html
  commentId: F:UnityEditor.MouseCursor.ScaleArrow
  nameWithType: MouseCursor.ScaleArrow
  type: Field
- uid: UnityEditor.MouseCursor.SlideArrow
  name: SlideArrow
  fullName: UnityEditor.MouseCursor.SlideArrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.SlideArrow.html
  commentId: F:UnityEditor.MouseCursor.SlideArrow
  nameWithType: MouseCursor.SlideArrow
  type: Field
- uid: UnityEditor.MouseCursor.SplitResizeLeftRight
  name: SplitResizeLeftRight
  fullName: UnityEditor.MouseCursor.SplitResizeLeftRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.SplitResizeLeftRight.html
  commentId: F:UnityEditor.MouseCursor.SplitResizeLeftRight
  nameWithType: MouseCursor.SplitResizeLeftRight
  type: Field
- uid: UnityEditor.MouseCursor.SplitResizeUpDown
  name: SplitResizeUpDown
  fullName: UnityEditor.MouseCursor.SplitResizeUpDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.SplitResizeUpDown.html
  commentId: F:UnityEditor.MouseCursor.SplitResizeUpDown
  nameWithType: MouseCursor.SplitResizeUpDown
  type: Field
- uid: UnityEditor.MouseCursor.Text
  name: Text
  fullName: UnityEditor.MouseCursor.Text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.Text.html
  commentId: F:UnityEditor.MouseCursor.Text
  nameWithType: MouseCursor.Text
  type: Field
- uid: UnityEditor.MouseCursor.Zoom
  name: Zoom
  fullName: UnityEditor.MouseCursor.Zoom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MouseCursor.Zoom.html
  commentId: F:UnityEditor.MouseCursor.Zoom
  nameWithType: MouseCursor.Zoom
  type: Field
- uid: UnityEditor.MovieImporter
  name: MovieImporter
  fullName: UnityEditor.MovieImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieImporter.html
  commentId: T:UnityEditor.MovieImporter
  nameWithType: MovieImporter
  type: Class
- uid: UnityEditor.MovieImporter.duration
  name: duration
  fullName: UnityEditor.MovieImporter.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieImporter-duration.html
  commentId: P:UnityEditor.MovieImporter.duration
  nameWithType: MovieImporter.duration
  type: Property
- uid: UnityEditor.MovieImporter.linearTexture
  name: linearTexture
  fullName: UnityEditor.MovieImporter.linearTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieImporter-linearTexture.html
  commentId: P:UnityEditor.MovieImporter.linearTexture
  nameWithType: MovieImporter.linearTexture
  type: Property
- uid: UnityEditor.MovieImporter.quality
  name: quality
  fullName: UnityEditor.MovieImporter.quality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieImporter-quality.html
  commentId: P:UnityEditor.MovieImporter.quality
  nameWithType: MovieImporter.quality
  type: Property
- uid: UnityEditor.Networking.PlayerConnection
  name: UnityEditor.Networking.PlayerConnection
  fullName: UnityEditor.Networking.PlayerConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Networking.PlayerConnection
  nameWithType: UnityEditor.Networking.PlayerConnection
  type: Namespace
- uid: UnityEditor.Networking.PlayerConnection.ConnectedPlayer
  name: ConnectedPlayer
  fullName: UnityEditor.Networking.PlayerConnection.ConnectedPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.ConnectedPlayer.html
  commentId: T:UnityEditor.Networking.PlayerConnection.ConnectedPlayer
  nameWithType: ConnectedPlayer
  type: Class
- uid: UnityEditor.Networking.PlayerConnection.ConnectedPlayer.#ctor
  name: ConnectedPlayer()
  fullName: UnityEditor.Networking.PlayerConnection.ConnectedPlayer.ConnectedPlayer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.ConnectedPlayer-ctor.html
  commentId: M:UnityEditor.Networking.PlayerConnection.ConnectedPlayer.#ctor
  nameWithType: ConnectedPlayer.ConnectedPlayer()
  type: Constructor
- uid: UnityEditor.Networking.PlayerConnection.ConnectedPlayer.#ctor(System.Int32)
  name: ConnectedPlayer(int)
  fullName: UnityEditor.Networking.PlayerConnection.ConnectedPlayer.ConnectedPlayer(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.ConnectedPlayer-ctor.html
  commentId: M:UnityEditor.Networking.PlayerConnection.ConnectedPlayer.#ctor(System.Int32)
  nameWithType: ConnectedPlayer.ConnectedPlayer(int)
  type: Constructor
- uid: UnityEditor.Networking.PlayerConnection.ConnectedPlayer.PlayerId
  name: PlayerId
  fullName: UnityEditor.Networking.PlayerConnection.ConnectedPlayer.PlayerId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.ConnectedPlayer.PlayerId.html
  commentId: P:UnityEditor.Networking.PlayerConnection.ConnectedPlayer.PlayerId
  nameWithType: ConnectedPlayer.PlayerId
  type: Property
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection
  name: EditorConnection
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.html
  commentId: T:UnityEditor.Networking.PlayerConnection.EditorConnection
  nameWithType: EditorConnection
  type: Class
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.ConnectedPlayers
  name: ConnectedPlayers
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.ConnectedPlayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.ConnectedPlayers.html
  commentId: P:UnityEditor.Networking.PlayerConnection.EditorConnection.ConnectedPlayers
  nameWithType: EditorConnection.ConnectedPlayers
  type: Property
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.DisconnectAll
  name: DisconnectAll()
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.DisconnectAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.DisconnectAll.html
  commentId: M:UnityEditor.Networking.PlayerConnection.EditorConnection.DisconnectAll
  nameWithType: EditorConnection.DisconnectAll()
  type: Method
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.Initialize
  name: Initialize()
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.Initialize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.Initialize.html
  commentId: M:UnityEditor.Networking.PlayerConnection.EditorConnection.Initialize
  nameWithType: EditorConnection.Initialize()
  type: Method
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.Register(System.Guid,UnityEngine.Events.UnityAction{UnityEngine.Networking.PlayerConnection.MessageEventArgs})
  name: Register(Guid, UnityAction<MessageEventArgs>)
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.Register(System.Guid, UnityEngine.Events.UnityAction<UnityEngine.Networking.PlayerConnection.MessageEventArgs>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.Register.html
  commentId: M:UnityEditor.Networking.PlayerConnection.EditorConnection.Register(System.Guid,UnityEngine.Events.UnityAction{UnityEngine.Networking.PlayerConnection.MessageEventArgs})
  nameWithType: EditorConnection.Register(Guid, UnityAction<MessageEventArgs>)
  type: Method
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.RegisterConnection(UnityEngine.Events.UnityAction{System.Int32})
  name: RegisterConnection(UnityAction<int>)
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.RegisterConnection(UnityEngine.Events.UnityAction<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.RegisterConnection.html
  commentId: M:UnityEditor.Networking.PlayerConnection.EditorConnection.RegisterConnection(UnityEngine.Events.UnityAction{System.Int32})
  nameWithType: EditorConnection.RegisterConnection(UnityAction<int>)
  type: Method
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.RegisterDisconnection(UnityEngine.Events.UnityAction{System.Int32})
  name: RegisterDisconnection(UnityAction<int>)
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.RegisterDisconnection(UnityEngine.Events.UnityAction<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.RegisterDisconnection.html
  commentId: M:UnityEditor.Networking.PlayerConnection.EditorConnection.RegisterDisconnection(UnityEngine.Events.UnityAction{System.Int32})
  nameWithType: EditorConnection.RegisterDisconnection(UnityAction<int>)
  type: Method
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.Send(System.Guid,System.Byte[],System.Int32)
  name: Send(Guid, byte[], int)
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.Send(System.Guid, byte[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.Send.html
  commentId: M:UnityEditor.Networking.PlayerConnection.EditorConnection.Send(System.Guid,System.Byte[],System.Int32)
  nameWithType: EditorConnection.Send(Guid, byte[], int)
  type: Method
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.Send(System.Guid,System.Byte[])
  name: Send(Guid, byte[])
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.Send(System.Guid, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.Send.html
  commentId: M:UnityEditor.Networking.PlayerConnection.EditorConnection.Send(System.Guid,System.Byte[])
  nameWithType: EditorConnection.Send(Guid, byte[])
  type: Method
- uid: UnityEditor.Networking.PlayerConnection.EditorConnection.Unregister(System.Guid,UnityEngine.Events.UnityAction{UnityEngine.Networking.PlayerConnection.MessageEventArgs})
  name: Unregister(Guid, UnityAction<MessageEventArgs>)
  fullName: UnityEditor.Networking.PlayerConnection.EditorConnection.Unregister(System.Guid, UnityEngine.Events.UnityAction<UnityEngine.Networking.PlayerConnection.MessageEventArgs>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.EditorConnection.Unregister.html
  commentId: M:UnityEditor.Networking.PlayerConnection.EditorConnection.Unregister(System.Guid,UnityEngine.Events.UnityAction{UnityEngine.Networking.PlayerConnection.MessageEventArgs})
  nameWithType: EditorConnection.Unregister(Guid, UnityAction<MessageEventArgs>)
  type: Method
- uid: UnityEditor.ObjectNames
  name: ObjectNames
  fullName: UnityEditor.ObjectNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.html
  commentId: T:UnityEditor.ObjectNames
  nameWithType: ObjectNames
  type: Class
- uid: UnityEditor.ObjectNames.GetClassName(UnityEngine.Object)
  name: GetClassName(Object)
  fullName: UnityEditor.ObjectNames.GetClassName(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.GetClassName.html
  commentId: M:UnityEditor.ObjectNames.GetClassName(UnityEngine.Object)
  nameWithType: ObjectNames.GetClassName(Object)
  type: Method
- uid: UnityEditor.ObjectNames.GetDragAndDropTitle(UnityEngine.Object)
  name: GetDragAndDropTitle(Object)
  fullName: UnityEditor.ObjectNames.GetDragAndDropTitle(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.GetDragAndDropTitle.html
  commentId: M:UnityEditor.ObjectNames.GetDragAndDropTitle(UnityEngine.Object)
  nameWithType: ObjectNames.GetDragAndDropTitle(Object)
  type: Method
- uid: UnityEditor.ObjectNames.GetInspectorTitle(UnityEngine.Object)
  name: GetInspectorTitle(Object)
  fullName: UnityEditor.ObjectNames.GetInspectorTitle(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.GetInspectorTitle.html
  commentId: M:UnityEditor.ObjectNames.GetInspectorTitle(UnityEngine.Object)
  nameWithType: ObjectNames.GetInspectorTitle(Object)
  type: Method
- uid: UnityEditor.ObjectNames.GetPropertyEditorTitle(UnityEngine.Object)
  name: GetPropertyEditorTitle(Object)
  fullName: UnityEditor.ObjectNames.GetPropertyEditorTitle(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.GetPropertyEditorTitle.html
  commentId: M:UnityEditor.ObjectNames.GetPropertyEditorTitle(UnityEngine.Object)
  nameWithType: ObjectNames.GetPropertyEditorTitle(Object)
  type: Method
- uid: UnityEditor.ObjectNames.GetUniqueName(System.String[],System.String)
  name: GetUniqueName(string[], string)
  fullName: UnityEditor.ObjectNames.GetUniqueName(string[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.GetUniqueName.html
  commentId: M:UnityEditor.ObjectNames.GetUniqueName(System.String[],System.String)
  nameWithType: ObjectNames.GetUniqueName(string[], string)
  type: Method
- uid: UnityEditor.ObjectNames.MangleVariableName(System.String)
  name: MangleVariableName(string)
  fullName: UnityEditor.ObjectNames.MangleVariableName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.MangleVariableName.html
  commentId: M:UnityEditor.ObjectNames.MangleVariableName(System.String)
  nameWithType: ObjectNames.MangleVariableName(string)
  type: Method
- uid: UnityEditor.ObjectNames.NicifyVariableName(System.String)
  name: NicifyVariableName(string)
  fullName: UnityEditor.ObjectNames.NicifyVariableName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.NicifyVariableName.html
  commentId: M:UnityEditor.ObjectNames.NicifyVariableName(System.String)
  nameWithType: ObjectNames.NicifyVariableName(string)
  type: Method
- uid: UnityEditor.ObjectNames.SetNameSmart(UnityEngine.Object,System.String)
  name: SetNameSmart(Object, string)
  fullName: UnityEditor.ObjectNames.SetNameSmart(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectNames.SetNameSmart.html
  commentId: M:UnityEditor.ObjectNames.SetNameSmart(UnityEngine.Object,System.String)
  nameWithType: ObjectNames.SetNameSmart(Object, string)
  type: Method
- uid: UnityEditor.ObjectPreview
  name: ObjectPreview
  fullName: UnityEditor.ObjectPreview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.html
  commentId: T:UnityEditor.ObjectPreview
  nameWithType: ObjectPreview
  type: Class
- uid: UnityEditor.ObjectPreview.DrawPreview(UnityEngine.Rect)
  name: DrawPreview(Rect)
  fullName: UnityEditor.ObjectPreview.DrawPreview(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.DrawPreview.html
  commentId: M:UnityEditor.ObjectPreview.DrawPreview(UnityEngine.Rect)
  nameWithType: ObjectPreview.DrawPreview(Rect)
  type: Method
- uid: UnityEditor.ObjectPreview.GetInfoString
  name: GetInfoString()
  fullName: UnityEditor.ObjectPreview.GetInfoString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.GetInfoString.html
  commentId: M:UnityEditor.ObjectPreview.GetInfoString
  nameWithType: ObjectPreview.GetInfoString()
  type: Method
- uid: UnityEditor.ObjectPreview.GetPreviewTitle
  name: GetPreviewTitle()
  fullName: UnityEditor.ObjectPreview.GetPreviewTitle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.GetPreviewTitle.html
  commentId: M:UnityEditor.ObjectPreview.GetPreviewTitle
  nameWithType: ObjectPreview.GetPreviewTitle()
  type: Method
- uid: UnityEditor.ObjectPreview.HasPreviewGUI
  name: HasPreviewGUI()
  fullName: UnityEditor.ObjectPreview.HasPreviewGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.HasPreviewGUI.html
  commentId: M:UnityEditor.ObjectPreview.HasPreviewGUI
  nameWithType: ObjectPreview.HasPreviewGUI()
  type: Method
- uid: UnityEditor.ObjectPreview.Initialize(UnityEngine.Object[])
  name: Initialize(Object[])
  fullName: UnityEditor.ObjectPreview.Initialize(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.Initialize.html
  commentId: M:UnityEditor.ObjectPreview.Initialize(UnityEngine.Object[])
  nameWithType: ObjectPreview.Initialize(Object[])
  type: Method
- uid: UnityEditor.ObjectPreview.m_ReferenceTargetIndex
  name: m_ReferenceTargetIndex
  fullName: UnityEditor.ObjectPreview.m_ReferenceTargetIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview-m_ReferenceTargetIndex.html
  commentId: F:UnityEditor.ObjectPreview.m_ReferenceTargetIndex
  nameWithType: ObjectPreview.m_ReferenceTargetIndex
  type: Field
- uid: UnityEditor.ObjectPreview.m_Targets
  name: m_Targets
  fullName: UnityEditor.ObjectPreview.m_Targets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview-m_Targets.html
  commentId: F:UnityEditor.ObjectPreview.m_Targets
  nameWithType: ObjectPreview.m_Targets
  type: Field
- uid: UnityEditor.ObjectPreview.MoveNextTarget
  name: MoveNextTarget()
  fullName: UnityEditor.ObjectPreview.MoveNextTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.MoveNextTarget.html
  commentId: M:UnityEditor.ObjectPreview.MoveNextTarget
  nameWithType: ObjectPreview.MoveNextTarget()
  type: Method
- uid: UnityEditor.ObjectPreview.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: OnInteractivePreviewGUI(Rect, GUIStyle)
  fullName: UnityEditor.ObjectPreview.OnInteractivePreviewGUI(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.OnInteractivePreviewGUI.html
  commentId: M:UnityEditor.ObjectPreview.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: ObjectPreview.OnInteractivePreviewGUI(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.ObjectPreview.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: OnPreviewGUI(Rect, GUIStyle)
  fullName: UnityEditor.ObjectPreview.OnPreviewGUI(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.OnPreviewGUI.html
  commentId: M:UnityEditor.ObjectPreview.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: ObjectPreview.OnPreviewGUI(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.ObjectPreview.OnPreviewSettings
  name: OnPreviewSettings()
  fullName: UnityEditor.ObjectPreview.OnPreviewSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.OnPreviewSettings.html
  commentId: M:UnityEditor.ObjectPreview.OnPreviewSettings
  nameWithType: ObjectPreview.OnPreviewSettings()
  type: Method
- uid: UnityEditor.ObjectPreview.ReloadPreviewInstances
  name: ReloadPreviewInstances()
  fullName: UnityEditor.ObjectPreview.ReloadPreviewInstances()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.ReloadPreviewInstances.html
  commentId: M:UnityEditor.ObjectPreview.ReloadPreviewInstances
  nameWithType: ObjectPreview.ReloadPreviewInstances()
  type: Method
- uid: UnityEditor.ObjectPreview.ResetTarget
  name: ResetTarget()
  fullName: UnityEditor.ObjectPreview.ResetTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview.ResetTarget.html
  commentId: M:UnityEditor.ObjectPreview.ResetTarget
  nameWithType: ObjectPreview.ResetTarget()
  type: Method
- uid: UnityEditor.ObjectPreview.target
  name: target
  fullName: UnityEditor.ObjectPreview.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectPreview-target.html
  commentId: P:UnityEditor.ObjectPreview.target
  nameWithType: ObjectPreview.target
  type: Property
- uid: UnityEditor.ObjectReferenceKeyframe
  name: ObjectReferenceKeyframe
  fullName: UnityEditor.ObjectReferenceKeyframe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectReferenceKeyframe.html
  commentId: T:UnityEditor.ObjectReferenceKeyframe
  nameWithType: ObjectReferenceKeyframe
  type: Struct
- uid: UnityEditor.ObjectReferenceKeyframe.time
  name: time
  fullName: UnityEditor.ObjectReferenceKeyframe.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectReferenceKeyframe-time.html
  commentId: F:UnityEditor.ObjectReferenceKeyframe.time
  nameWithType: ObjectReferenceKeyframe.time
  type: Field
- uid: UnityEditor.ObjectReferenceKeyframe.value
  name: value
  fullName: UnityEditor.ObjectReferenceKeyframe.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ObjectReferenceKeyframe-value.html
  commentId: F:UnityEditor.ObjectReferenceKeyframe.value
  nameWithType: ObjectReferenceKeyframe.value
  type: Field
- uid: UnityEditor.PackageInfo
  name: PackageInfo
  fullName: UnityEditor.PackageInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PackageInfo.html
  commentId: T:UnityEditor.PackageInfo
  nameWithType: PackageInfo
  type: Struct
- uid: UnityEditor.PackageInfo.iconURL
  name: iconURL
  fullName: UnityEditor.PackageInfo.iconURL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PackageInfo-iconURL.html
  commentId: F:UnityEditor.PackageInfo.iconURL
  nameWithType: PackageInfo.iconURL
  type: Field
- uid: UnityEditor.PackageInfo.jsonInfo
  name: jsonInfo
  fullName: UnityEditor.PackageInfo.jsonInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PackageInfo-jsonInfo.html
  commentId: F:UnityEditor.PackageInfo.jsonInfo
  nameWithType: PackageInfo.jsonInfo
  type: Field
- uid: UnityEditor.PackageInfo.packagePath
  name: packagePath
  fullName: UnityEditor.PackageInfo.packagePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PackageInfo-packagePath.html
  commentId: F:UnityEditor.PackageInfo.packagePath
  nameWithType: PackageInfo.packagePath
  type: Field
- uid: UnityEditor.PauseState
  name: PauseState
  fullName: UnityEditor.PauseState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PauseState.html
  commentId: T:UnityEditor.PauseState
  nameWithType: PauseState
  type: Enum
- uid: UnityEditor.PauseState.Paused
  name: Paused
  fullName: UnityEditor.PauseState.Paused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PauseState.Paused.html
  commentId: F:UnityEditor.PauseState.Paused
  nameWithType: PauseState.Paused
  type: Field
- uid: UnityEditor.PauseState.Unpaused
  name: Unpaused
  fullName: UnityEditor.PauseState.Unpaused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PauseState.Unpaused.html
  commentId: F:UnityEditor.PauseState.Unpaused
  nameWithType: PauseState.Unpaused
  type: Field
- uid: UnityEditor.PhysicsDebugWindow
  name: PhysicsDebugWindow
  fullName: UnityEditor.PhysicsDebugWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsDebugWindow.html
  commentId: T:UnityEditor.PhysicsDebugWindow
  nameWithType: PhysicsDebugWindow
  type: Class
- uid: UnityEditor.PhysicsDebugWindow.ShowWindow
  name: ShowWindow()
  fullName: UnityEditor.PhysicsDebugWindow.ShowWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsDebugWindow.ShowWindow.html
  commentId: M:UnityEditor.PhysicsDebugWindow.ShowWindow
  nameWithType: PhysicsDebugWindow.ShowWindow()
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings
  name: PhysicsVisualizationSettings
  fullName: UnityEditor.PhysicsVisualizationSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.html
  commentId: T:UnityEditor.PhysicsVisualizationSettings
  nameWithType: PhysicsVisualizationSettings
  type: Class
- uid: UnityEditor.PhysicsVisualizationSettings.baseAlpha
  name: baseAlpha
  fullName: UnityEditor.PhysicsVisualizationSettings.baseAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-baseAlpha.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.baseAlpha
  nameWithType: PhysicsVisualizationSettings.baseAlpha
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.ClearMouseHighlight
  name: ClearMouseHighlight()
  fullName: UnityEditor.PhysicsVisualizationSettings.ClearMouseHighlight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.ClearMouseHighlight.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.ClearMouseHighlight
  nameWithType: PhysicsVisualizationSettings.ClearMouseHighlight()
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.colorVariance
  name: colorVariance
  fullName: UnityEditor.PhysicsVisualizationSettings.colorVariance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-colorVariance.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.colorVariance
  nameWithType: PhysicsVisualizationSettings.colorVariance
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.DeinitDebugDraw
  name: DeinitDebugDraw()
  fullName: UnityEditor.PhysicsVisualizationSettings.DeinitDebugDraw()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.DeinitDebugDraw.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.DeinitDebugDraw
  nameWithType: PhysicsVisualizationSettings.DeinitDebugDraw()
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.devOptions
  name: devOptions
  fullName: UnityEditor.PhysicsVisualizationSettings.devOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-devOptions.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.devOptions
  nameWithType: PhysicsVisualizationSettings.devOptions
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.dirtyCount
  name: dirtyCount
  fullName: UnityEditor.PhysicsVisualizationSettings.dirtyCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-dirtyCount.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.dirtyCount
  nameWithType: PhysicsVisualizationSettings.dirtyCount
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.dotAlpha
  name: dotAlpha
  fullName: UnityEditor.PhysicsVisualizationSettings.dotAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-dotAlpha.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.dotAlpha
  nameWithType: PhysicsVisualizationSettings.dotAlpha
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.enableMouseSelect
  name: enableMouseSelect
  fullName: UnityEditor.PhysicsVisualizationSettings.enableMouseSelect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-enableMouseSelect.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.enableMouseSelect
  nameWithType: PhysicsVisualizationSettings.enableMouseSelect
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.filterWorkflow
  name: filterWorkflow
  fullName: UnityEditor.PhysicsVisualizationSettings.filterWorkflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-filterWorkflow.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.filterWorkflow
  nameWithType: PhysicsVisualizationSettings.filterWorkflow
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.FilterWorkflow
  name: PhysicsVisualizationSettings.FilterWorkflow
  fullName: UnityEditor.PhysicsVisualizationSettings.FilterWorkflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.FilterWorkflow.html
  commentId: T:UnityEditor.PhysicsVisualizationSettings.FilterWorkflow
  nameWithType: PhysicsVisualizationSettings.FilterWorkflow
  type: Enum
- uid: UnityEditor.PhysicsVisualizationSettings.FilterWorkflow.HideSelectedItems
  name: HideSelectedItems
  fullName: UnityEditor.PhysicsVisualizationSettings.FilterWorkflow.HideSelectedItems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.FilterWorkflow.HideSelectedItems.html
  commentId: F:UnityEditor.PhysicsVisualizationSettings.FilterWorkflow.HideSelectedItems
  nameWithType: PhysicsVisualizationSettings.FilterWorkflow.HideSelectedItems
  type: Field
- uid: UnityEditor.PhysicsVisualizationSettings.FilterWorkflow.ShowSelectedItems
  name: ShowSelectedItems
  fullName: UnityEditor.PhysicsVisualizationSettings.FilterWorkflow.ShowSelectedItems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.FilterWorkflow.ShowSelectedItems.html
  commentId: F:UnityEditor.PhysicsVisualizationSettings.FilterWorkflow.ShowSelectedItems
  nameWithType: PhysicsVisualizationSettings.FilterWorkflow.ShowSelectedItems
  type: Field
- uid: UnityEditor.PhysicsVisualizationSettings.forceDot
  name: forceDot
  fullName: UnityEditor.PhysicsVisualizationSettings.forceDot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-forceDot.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.forceDot
  nameWithType: PhysicsVisualizationSettings.forceDot
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.forceOverdraw
  name: forceOverdraw
  fullName: UnityEditor.PhysicsVisualizationSettings.forceOverdraw
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-forceOverdraw.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.forceOverdraw
  nameWithType: PhysicsVisualizationSettings.forceOverdraw
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowBoxColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowBoxColliders(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowBoxColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowBoxColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowBoxColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowBoxColliders(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowCapsuleColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowCapsuleColliders(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowCapsuleColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowCapsuleColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowCapsuleColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowCapsuleColliders(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowCollisionLayer(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Int32)
  name: GetShowCollisionLayer(FilterWorkflow, int)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowCollisionLayer(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowCollisionLayer.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowCollisionLayer(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Int32)
  nameWithType: PhysicsVisualizationSettings.GetShowCollisionLayer(PhysicsVisualizationSettings.FilterWorkflow, int)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowCollisionLayerMask(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowCollisionLayerMask(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowCollisionLayerMask(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowCollisionLayerMask.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowCollisionLayerMask(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowCollisionLayerMask(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowKinematicBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowKinematicBodies(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowKinematicBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowKinematicBodies.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowKinematicBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowKinematicBodies(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowMeshColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,UnityEditor.PhysicsVisualizationSettings.MeshColliderType)
  name: GetShowMeshColliders(FilterWorkflow, MeshColliderType)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowMeshColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, UnityEditor.PhysicsVisualizationSettings.MeshColliderType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowMeshColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowMeshColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,UnityEditor.PhysicsVisualizationSettings.MeshColliderType)
  nameWithType: PhysicsVisualizationSettings.GetShowMeshColliders(PhysicsVisualizationSettings.FilterWorkflow, PhysicsVisualizationSettings.MeshColliderType)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowRigidbodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowRigidbodies(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowRigidbodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowRigidbodies.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowRigidbodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowRigidbodies(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowSleepingBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowSleepingBodies(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowSleepingBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowSleepingBodies.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowSleepingBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowSleepingBodies(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowSphereColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowSphereColliders(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowSphereColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowSphereColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowSphereColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowSphereColliders(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowStaticColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowStaticColliders(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowStaticColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowStaticColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowStaticColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowStaticColliders(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowTerrainColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowTerrainColliders(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowTerrainColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowTerrainColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowTerrainColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowTerrainColliders(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.GetShowTriggers(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  name: GetShowTriggers(FilterWorkflow)
  fullName: UnityEditor.PhysicsVisualizationSettings.GetShowTriggers(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.GetShowTriggers.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.GetShowTriggers(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow)
  nameWithType: PhysicsVisualizationSettings.GetShowTriggers(PhysicsVisualizationSettings.FilterWorkflow)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.HasMouseHighlight
  name: HasMouseHighlight()
  fullName: UnityEditor.PhysicsVisualizationSettings.HasMouseHighlight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.HasMouseHighlight.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.HasMouseHighlight
  nameWithType: PhysicsVisualizationSettings.HasMouseHighlight()
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.InitDebugDraw
  name: InitDebugDraw()
  fullName: UnityEditor.PhysicsVisualizationSettings.InitDebugDraw()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.InitDebugDraw.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.InitDebugDraw
  nameWithType: PhysicsVisualizationSettings.InitDebugDraw()
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.kinematicColor
  name: kinematicColor
  fullName: UnityEditor.PhysicsVisualizationSettings.kinematicColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-kinematicColor.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.kinematicColor
  nameWithType: PhysicsVisualizationSettings.kinematicColor
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.MeshColliderType
  name: PhysicsVisualizationSettings.MeshColliderType
  fullName: UnityEditor.PhysicsVisualizationSettings.MeshColliderType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.MeshColliderType.html
  commentId: T:UnityEditor.PhysicsVisualizationSettings.MeshColliderType
  nameWithType: PhysicsVisualizationSettings.MeshColliderType
  type: Enum
- uid: UnityEditor.PhysicsVisualizationSettings.MeshColliderType.Convex
  name: Convex
  fullName: UnityEditor.PhysicsVisualizationSettings.MeshColliderType.Convex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.MeshColliderType.Convex.html
  commentId: F:UnityEditor.PhysicsVisualizationSettings.MeshColliderType.Convex
  nameWithType: PhysicsVisualizationSettings.MeshColliderType.Convex
  type: Field
- uid: UnityEditor.PhysicsVisualizationSettings.MeshColliderType.NonConvex
  name: NonConvex
  fullName: UnityEditor.PhysicsVisualizationSettings.MeshColliderType.NonConvex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.MeshColliderType.NonConvex.html
  commentId: F:UnityEditor.PhysicsVisualizationSettings.MeshColliderType.NonConvex
  nameWithType: PhysicsVisualizationSettings.MeshColliderType.NonConvex
  type: Field
- uid: UnityEditor.PhysicsVisualizationSettings.PickClosestGameObject(UnityEngine.Camera,System.Int32,UnityEngine.Vector2,UnityEngine.GameObject[],UnityEngine.GameObject[],System.Int32@)
  name: PickClosestGameObject(Camera, int, Vector2, GameObject[], GameObject[], out int)
  fullName: UnityEditor.PhysicsVisualizationSettings.PickClosestGameObject(UnityEngine.Camera, int, UnityEngine.Vector2, UnityEngine.GameObject[], UnityEngine.GameObject[], out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.PickClosestGameObject.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.PickClosestGameObject(UnityEngine.Camera,System.Int32,UnityEngine.Vector2,UnityEngine.GameObject[],UnityEngine.GameObject[],System.Int32@)
  nameWithType: PhysicsVisualizationSettings.PickClosestGameObject(Camera, int, Vector2, GameObject[], GameObject[], out int)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.Reset
  name: Reset()
  fullName: UnityEditor.PhysicsVisualizationSettings.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.Reset.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.Reset
  nameWithType: PhysicsVisualizationSettings.Reset()
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.rigidbodyColor
  name: rigidbodyColor
  fullName: UnityEditor.PhysicsVisualizationSettings.rigidbodyColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-rigidbodyColor.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.rigidbodyColor
  nameWithType: PhysicsVisualizationSettings.rigidbodyColor
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowBoxColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowBoxColliders(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowBoxColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowBoxColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowBoxColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowBoxColliders(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowCapsuleColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowCapsuleColliders(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowCapsuleColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowCapsuleColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowCapsuleColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowCapsuleColliders(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowCollisionLayer(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Int32,System.Boolean)
  name: SetShowCollisionLayer(FilterWorkflow, int, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowCollisionLayer(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowCollisionLayer.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowCollisionLayer(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Int32,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowCollisionLayer(PhysicsVisualizationSettings.FilterWorkflow, int, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowCollisionLayerMask(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Int32)
  name: SetShowCollisionLayerMask(FilterWorkflow, int)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowCollisionLayerMask(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowCollisionLayerMask.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowCollisionLayerMask(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Int32)
  nameWithType: PhysicsVisualizationSettings.SetShowCollisionLayerMask(PhysicsVisualizationSettings.FilterWorkflow, int)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowForAllFilters(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowForAllFilters(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowForAllFilters(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowForAllFilters.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowForAllFilters(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowForAllFilters(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowKinematicBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowKinematicBodies(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowKinematicBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowKinematicBodies.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowKinematicBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowKinematicBodies(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowMeshColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,UnityEditor.PhysicsVisualizationSettings.MeshColliderType,System.Boolean)
  name: SetShowMeshColliders(FilterWorkflow, MeshColliderType, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowMeshColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, UnityEditor.PhysicsVisualizationSettings.MeshColliderType, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowMeshColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowMeshColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,UnityEditor.PhysicsVisualizationSettings.MeshColliderType,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowMeshColliders(PhysicsVisualizationSettings.FilterWorkflow, PhysicsVisualizationSettings.MeshColliderType, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowRigidbodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowRigidbodies(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowRigidbodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowRigidbodies.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowRigidbodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowRigidbodies(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowSleepingBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowSleepingBodies(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowSleepingBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowSleepingBodies.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowSleepingBodies(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowSleepingBodies(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowSphereColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowSphereColliders(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowSphereColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowSphereColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowSphereColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowSphereColliders(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowStaticColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowStaticColliders(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowStaticColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowStaticColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowStaticColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowStaticColliders(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowTerrainColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowTerrainColliders(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowTerrainColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowTerrainColliders.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowTerrainColliders(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowTerrainColliders(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.SetShowTriggers(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  name: SetShowTriggers(FilterWorkflow, bool)
  fullName: UnityEditor.PhysicsVisualizationSettings.SetShowTriggers(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.SetShowTriggers.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.SetShowTriggers(UnityEditor.PhysicsVisualizationSettings.FilterWorkflow,System.Boolean)
  nameWithType: PhysicsVisualizationSettings.SetShowTriggers(PhysicsVisualizationSettings.FilterWorkflow, bool)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.showCollisionGeometry
  name: showCollisionGeometry
  fullName: UnityEditor.PhysicsVisualizationSettings.showCollisionGeometry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-showCollisionGeometry.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.showCollisionGeometry
  nameWithType: PhysicsVisualizationSettings.showCollisionGeometry
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.sleepingBodyColor
  name: sleepingBodyColor
  fullName: UnityEditor.PhysicsVisualizationSettings.sleepingBodyColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-sleepingBodyColor.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.sleepingBodyColor
  nameWithType: PhysicsVisualizationSettings.sleepingBodyColor
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.staticColor
  name: staticColor
  fullName: UnityEditor.PhysicsVisualizationSettings.staticColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-staticColor.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.staticColor
  nameWithType: PhysicsVisualizationSettings.staticColor
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.terrainTilesMax
  name: terrainTilesMax
  fullName: UnityEditor.PhysicsVisualizationSettings.terrainTilesMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-terrainTilesMax.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.terrainTilesMax
  nameWithType: PhysicsVisualizationSettings.terrainTilesMax
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.triggerColor
  name: triggerColor
  fullName: UnityEditor.PhysicsVisualizationSettings.triggerColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-triggerColor.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.triggerColor
  nameWithType: PhysicsVisualizationSettings.triggerColor
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.UpdateMouseHighlight(UnityEngine.Vector2)
  name: UpdateMouseHighlight(Vector2)
  fullName: UnityEditor.PhysicsVisualizationSettings.UpdateMouseHighlight(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings.UpdateMouseHighlight.html
  commentId: M:UnityEditor.PhysicsVisualizationSettings.UpdateMouseHighlight(UnityEngine.Vector2)
  nameWithType: PhysicsVisualizationSettings.UpdateMouseHighlight(Vector2)
  type: Method
- uid: UnityEditor.PhysicsVisualizationSettings.useSceneCam
  name: useSceneCam
  fullName: UnityEditor.PhysicsVisualizationSettings.useSceneCam
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-useSceneCam.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.useSceneCam
  nameWithType: PhysicsVisualizationSettings.useSceneCam
  type: Property
- uid: UnityEditor.PhysicsVisualizationSettings.viewDistance
  name: viewDistance
  fullName: UnityEditor.PhysicsVisualizationSettings.viewDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsVisualizationSettings-viewDistance.html
  commentId: P:UnityEditor.PhysicsVisualizationSettings.viewDistance
  nameWithType: PhysicsVisualizationSettings.viewDistance
  type: Property
- uid: UnityEditor.PivotMode
  name: PivotMode
  fullName: UnityEditor.PivotMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PivotMode.html
  commentId: T:UnityEditor.PivotMode
  nameWithType: PivotMode
  type: Enum
- uid: UnityEditor.PivotMode.Center
  name: Center
  fullName: UnityEditor.PivotMode.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PivotMode.Center.html
  commentId: F:UnityEditor.PivotMode.Center
  nameWithType: PivotMode.Center
  type: Field
- uid: UnityEditor.PivotMode.Pivot
  name: Pivot
  fullName: UnityEditor.PivotMode.Pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PivotMode.Pivot.html
  commentId: F:UnityEditor.PivotMode.Pivot
  nameWithType: PivotMode.Pivot
  type: Field
- uid: UnityEditor.PivotRotation
  name: PivotRotation
  fullName: UnityEditor.PivotRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PivotRotation.html
  commentId: T:UnityEditor.PivotRotation
  nameWithType: PivotRotation
  type: Enum
- uid: UnityEditor.PivotRotation.Global
  name: Global
  fullName: UnityEditor.PivotRotation.Global
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PivotRotation.Global.html
  commentId: F:UnityEditor.PivotRotation.Global
  nameWithType: PivotRotation.Global
  type: Field
- uid: UnityEditor.PivotRotation.Local
  name: Local
  fullName: UnityEditor.PivotRotation.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PivotRotation.Local.html
  commentId: F:UnityEditor.PivotRotation.Local
  nameWithType: PivotRotation.Local
  type: Field
- uid: UnityEditor.PlayerSettings
  name: PlayerSettings
  fullName: UnityEditor.PlayerSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.html
  commentId: T:UnityEditor.PlayerSettings
  nameWithType: PlayerSettings
  type: Class
- uid: UnityEditor.PlayerSettings.accelerometerFrequency
  name: accelerometerFrequency
  fullName: UnityEditor.PlayerSettings.accelerometerFrequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-accelerometerFrequency.html
  commentId: P:UnityEditor.PlayerSettings.accelerometerFrequency
  nameWithType: PlayerSettings.accelerometerFrequency
  type: Property
- uid: UnityEditor.PlayerSettings.actionOnDotNetUnhandledException
  name: actionOnDotNetUnhandledException
  fullName: UnityEditor.PlayerSettings.actionOnDotNetUnhandledException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-actionOnDotNetUnhandledException.html
  commentId: P:UnityEditor.PlayerSettings.actionOnDotNetUnhandledException
  nameWithType: PlayerSettings.actionOnDotNetUnhandledException
  type: Property
- uid: UnityEditor.PlayerSettings.advancedLicense
  name: advancedLicense
  fullName: UnityEditor.PlayerSettings.advancedLicense
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-advancedLicense.html
  commentId: P:UnityEditor.PlayerSettings.advancedLicense
  nameWithType: PlayerSettings.advancedLicense
  type: Property
- uid: UnityEditor.PlayerSettings.allowedAutorotateToLandscapeLeft
  name: allowedAutorotateToLandscapeLeft
  fullName: UnityEditor.PlayerSettings.allowedAutorotateToLandscapeLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-allowedAutorotateToLandscapeLeft.html
  commentId: P:UnityEditor.PlayerSettings.allowedAutorotateToLandscapeLeft
  nameWithType: PlayerSettings.allowedAutorotateToLandscapeLeft
  type: Property
- uid: UnityEditor.PlayerSettings.allowedAutorotateToLandscapeRight
  name: allowedAutorotateToLandscapeRight
  fullName: UnityEditor.PlayerSettings.allowedAutorotateToLandscapeRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-allowedAutorotateToLandscapeRight.html
  commentId: P:UnityEditor.PlayerSettings.allowedAutorotateToLandscapeRight
  nameWithType: PlayerSettings.allowedAutorotateToLandscapeRight
  type: Property
- uid: UnityEditor.PlayerSettings.allowedAutorotateToPortrait
  name: allowedAutorotateToPortrait
  fullName: UnityEditor.PlayerSettings.allowedAutorotateToPortrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-allowedAutorotateToPortrait.html
  commentId: P:UnityEditor.PlayerSettings.allowedAutorotateToPortrait
  nameWithType: PlayerSettings.allowedAutorotateToPortrait
  type: Property
- uid: UnityEditor.PlayerSettings.allowedAutorotateToPortraitUpsideDown
  name: allowedAutorotateToPortraitUpsideDown
  fullName: UnityEditor.PlayerSettings.allowedAutorotateToPortraitUpsideDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-allowedAutorotateToPortraitUpsideDown.html
  commentId: P:UnityEditor.PlayerSettings.allowedAutorotateToPortraitUpsideDown
  nameWithType: PlayerSettings.allowedAutorotateToPortraitUpsideDown
  type: Property
- uid: UnityEditor.PlayerSettings.allowFullscreenSwitch
  name: allowFullscreenSwitch
  fullName: UnityEditor.PlayerSettings.allowFullscreenSwitch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-allowFullscreenSwitch.html
  commentId: P:UnityEditor.PlayerSettings.allowFullscreenSwitch
  nameWithType: PlayerSettings.allowFullscreenSwitch
  type: Property
- uid: UnityEditor.PlayerSettings.alwaysDisplayWatermark
  name: alwaysDisplayWatermark
  fullName: UnityEditor.PlayerSettings.alwaysDisplayWatermark
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-alwaysDisplayWatermark.html
  commentId: P:UnityEditor.PlayerSettings.alwaysDisplayWatermark
  nameWithType: PlayerSettings.alwaysDisplayWatermark
  type: Property
- uid: UnityEditor.PlayerSettings.Android
  name: PlayerSettings.Android
  fullName: UnityEditor.PlayerSettings.Android
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android.html
  commentId: T:UnityEditor.PlayerSettings.Android
  nameWithType: PlayerSettings.Android
  type: Class
- uid: UnityEditor.PlayerSettings.Android.androidIsGame
  name: androidIsGame
  fullName: UnityEditor.PlayerSettings.Android.androidIsGame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-androidIsGame.html
  commentId: P:UnityEditor.PlayerSettings.Android.androidIsGame
  nameWithType: PlayerSettings.Android.androidIsGame
  type: Property
- uid: UnityEditor.PlayerSettings.Android.androidTVCompatibility
  name: androidTVCompatibility
  fullName: UnityEditor.PlayerSettings.Android.androidTVCompatibility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-androidTVCompatibility.html
  commentId: P:UnityEditor.PlayerSettings.Android.androidTVCompatibility
  nameWithType: PlayerSettings.Android.androidTVCompatibility
  type: Property
- uid: UnityEditor.PlayerSettings.Android.blitType
  name: blitType
  fullName: UnityEditor.PlayerSettings.Android.blitType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-blitType.html
  commentId: P:UnityEditor.PlayerSettings.Android.blitType
  nameWithType: PlayerSettings.Android.blitType
  type: Property
- uid: UnityEditor.PlayerSettings.Android.bundleVersionCode
  name: bundleVersionCode
  fullName: UnityEditor.PlayerSettings.Android.bundleVersionCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-bundleVersionCode.html
  commentId: P:UnityEditor.PlayerSettings.Android.bundleVersionCode
  nameWithType: PlayerSettings.Android.bundleVersionCode
  type: Property
- uid: UnityEditor.PlayerSettings.Android.disableDepthAndStencilBuffers
  name: disableDepthAndStencilBuffers
  fullName: UnityEditor.PlayerSettings.Android.disableDepthAndStencilBuffers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-disableDepthAndStencilBuffers.html
  commentId: P:UnityEditor.PlayerSettings.Android.disableDepthAndStencilBuffers
  nameWithType: PlayerSettings.Android.disableDepthAndStencilBuffers
  type: Property
- uid: UnityEditor.PlayerSettings.Android.forceInternetPermission
  name: forceInternetPermission
  fullName: UnityEditor.PlayerSettings.Android.forceInternetPermission
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-forceInternetPermission.html
  commentId: P:UnityEditor.PlayerSettings.Android.forceInternetPermission
  nameWithType: PlayerSettings.Android.forceInternetPermission
  type: Property
- uid: UnityEditor.PlayerSettings.Android.forceSDCardPermission
  name: forceSDCardPermission
  fullName: UnityEditor.PlayerSettings.Android.forceSDCardPermission
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-forceSDCardPermission.html
  commentId: P:UnityEditor.PlayerSettings.Android.forceSDCardPermission
  nameWithType: PlayerSettings.Android.forceSDCardPermission
  type: Property
- uid: UnityEditor.PlayerSettings.Android.keyaliasName
  name: keyaliasName
  fullName: UnityEditor.PlayerSettings.Android.keyaliasName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-keyaliasName.html
  commentId: P:UnityEditor.PlayerSettings.Android.keyaliasName
  nameWithType: PlayerSettings.Android.keyaliasName
  type: Property
- uid: UnityEditor.PlayerSettings.Android.keyaliasPass
  name: keyaliasPass
  fullName: UnityEditor.PlayerSettings.Android.keyaliasPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-keyaliasPass.html
  commentId: P:UnityEditor.PlayerSettings.Android.keyaliasPass
  nameWithType: PlayerSettings.Android.keyaliasPass
  type: Property
- uid: UnityEditor.PlayerSettings.Android.keystoreName
  name: keystoreName
  fullName: UnityEditor.PlayerSettings.Android.keystoreName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-keystoreName.html
  commentId: P:UnityEditor.PlayerSettings.Android.keystoreName
  nameWithType: PlayerSettings.Android.keystoreName
  type: Property
- uid: UnityEditor.PlayerSettings.Android.keystorePass
  name: keystorePass
  fullName: UnityEditor.PlayerSettings.Android.keystorePass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-keystorePass.html
  commentId: P:UnityEditor.PlayerSettings.Android.keystorePass
  nameWithType: PlayerSettings.Android.keystorePass
  type: Property
- uid: UnityEditor.PlayerSettings.Android.licenseVerification
  name: licenseVerification
  fullName: UnityEditor.PlayerSettings.Android.licenseVerification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-licenseVerification.html
  commentId: P:UnityEditor.PlayerSettings.Android.licenseVerification
  nameWithType: PlayerSettings.Android.licenseVerification
  type: Property
- uid: UnityEditor.PlayerSettings.Android.maxAspectRatio
  name: maxAspectRatio
  fullName: UnityEditor.PlayerSettings.Android.maxAspectRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-maxAspectRatio.html
  commentId: P:UnityEditor.PlayerSettings.Android.maxAspectRatio
  nameWithType: PlayerSettings.Android.maxAspectRatio
  type: Property
- uid: UnityEditor.PlayerSettings.Android.minSdkVersion
  name: minSdkVersion
  fullName: UnityEditor.PlayerSettings.Android.minSdkVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-minSdkVersion.html
  commentId: P:UnityEditor.PlayerSettings.Android.minSdkVersion
  nameWithType: PlayerSettings.Android.minSdkVersion
  type: Property
- uid: UnityEditor.PlayerSettings.Android.preferredInstallLocation
  name: preferredInstallLocation
  fullName: UnityEditor.PlayerSettings.Android.preferredInstallLocation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-preferredInstallLocation.html
  commentId: P:UnityEditor.PlayerSettings.Android.preferredInstallLocation
  nameWithType: PlayerSettings.Android.preferredInstallLocation
  type: Property
- uid: UnityEditor.PlayerSettings.Android.showActivityIndicatorOnLoading
  name: showActivityIndicatorOnLoading
  fullName: UnityEditor.PlayerSettings.Android.showActivityIndicatorOnLoading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-showActivityIndicatorOnLoading.html
  commentId: P:UnityEditor.PlayerSettings.Android.showActivityIndicatorOnLoading
  nameWithType: PlayerSettings.Android.showActivityIndicatorOnLoading
  type: Property
- uid: UnityEditor.PlayerSettings.Android.splashScreenScale
  name: splashScreenScale
  fullName: UnityEditor.PlayerSettings.Android.splashScreenScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-splashScreenScale.html
  commentId: P:UnityEditor.PlayerSettings.Android.splashScreenScale
  nameWithType: PlayerSettings.Android.splashScreenScale
  type: Property
- uid: UnityEditor.PlayerSettings.Android.targetDevice
  name: targetDevice
  fullName: UnityEditor.PlayerSettings.Android.targetDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-targetDevice.html
  commentId: P:UnityEditor.PlayerSettings.Android.targetDevice
  nameWithType: PlayerSettings.Android.targetDevice
  type: Property
- uid: UnityEditor.PlayerSettings.Android.targetSdkVersion
  name: targetSdkVersion
  fullName: UnityEditor.PlayerSettings.Android.targetSdkVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-targetSdkVersion.html
  commentId: P:UnityEditor.PlayerSettings.Android.targetSdkVersion
  nameWithType: PlayerSettings.Android.targetSdkVersion
  type: Property
- uid: UnityEditor.PlayerSettings.Android.use24BitDepthBuffer
  name: use24BitDepthBuffer
  fullName: UnityEditor.PlayerSettings.Android.use24BitDepthBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-use24BitDepthBuffer.html
  commentId: P:UnityEditor.PlayerSettings.Android.use24BitDepthBuffer
  nameWithType: PlayerSettings.Android.use24BitDepthBuffer
  type: Property
- uid: UnityEditor.PlayerSettings.Android.useAPKExpansionFiles
  name: useAPKExpansionFiles
  fullName: UnityEditor.PlayerSettings.Android.useAPKExpansionFiles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Android-useAPKExpansionFiles.html
  commentId: P:UnityEditor.PlayerSettings.Android.useAPKExpansionFiles
  nameWithType: PlayerSettings.Android.useAPKExpansionFiles
  type: Property
- uid: UnityEditor.PlayerSettings.aotOptions
  name: aotOptions
  fullName: UnityEditor.PlayerSettings.aotOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-aotOptions.html
  commentId: P:UnityEditor.PlayerSettings.aotOptions
  nameWithType: PlayerSettings.aotOptions
  type: Property
- uid: UnityEditor.PlayerSettings.apiCompatibilityLevel
  name: apiCompatibilityLevel
  fullName: UnityEditor.PlayerSettings.apiCompatibilityLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-apiCompatibilityLevel.html
  commentId: P:UnityEditor.PlayerSettings.apiCompatibilityLevel
  nameWithType: PlayerSettings.apiCompatibilityLevel
  type: Property
- uid: UnityEditor.PlayerSettings.applicationIdentifier
  name: applicationIdentifier
  fullName: UnityEditor.PlayerSettings.applicationIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-applicationIdentifier.html
  commentId: P:UnityEditor.PlayerSettings.applicationIdentifier
  nameWithType: PlayerSettings.applicationIdentifier
  type: Property
- uid: UnityEditor.PlayerSettings.bakeCollisionMeshes
  name: bakeCollisionMeshes
  fullName: UnityEditor.PlayerSettings.bakeCollisionMeshes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-bakeCollisionMeshes.html
  commentId: P:UnityEditor.PlayerSettings.bakeCollisionMeshes
  nameWithType: PlayerSettings.bakeCollisionMeshes
  type: Property
- uid: UnityEditor.PlayerSettings.bundleIdentifier
  name: bundleIdentifier
  fullName: UnityEditor.PlayerSettings.bundleIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-bundleIdentifier.html
  commentId: P:UnityEditor.PlayerSettings.bundleIdentifier
  nameWithType: PlayerSettings.bundleIdentifier
  type: Property
- uid: UnityEditor.PlayerSettings.bundleVersion
  name: bundleVersion
  fullName: UnityEditor.PlayerSettings.bundleVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-bundleVersion.html
  commentId: P:UnityEditor.PlayerSettings.bundleVersion
  nameWithType: PlayerSettings.bundleVersion
  type: Property
- uid: UnityEditor.PlayerSettings.captureSingleScreen
  name: captureSingleScreen
  fullName: UnityEditor.PlayerSettings.captureSingleScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-captureSingleScreen.html
  commentId: P:UnityEditor.PlayerSettings.captureSingleScreen
  nameWithType: PlayerSettings.captureSingleScreen
  type: Property
- uid: UnityEditor.PlayerSettings.cloudProjectId
  name: cloudProjectId
  fullName: UnityEditor.PlayerSettings.cloudProjectId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-cloudProjectId.html
  commentId: P:UnityEditor.PlayerSettings.cloudProjectId
  nameWithType: PlayerSettings.cloudProjectId
  type: Property
- uid: UnityEditor.PlayerSettings.colorSpace
  name: colorSpace
  fullName: UnityEditor.PlayerSettings.colorSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-colorSpace.html
  commentId: P:UnityEditor.PlayerSettings.colorSpace
  nameWithType: PlayerSettings.colorSpace
  type: Property
- uid: UnityEditor.PlayerSettings.companyName
  name: companyName
  fullName: UnityEditor.PlayerSettings.companyName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-companyName.html
  commentId: P:UnityEditor.PlayerSettings.companyName
  nameWithType: PlayerSettings.companyName
  type: Property
- uid: UnityEditor.PlayerSettings.cursorHotspot
  name: cursorHotspot
  fullName: UnityEditor.PlayerSettings.cursorHotspot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-cursorHotspot.html
  commentId: P:UnityEditor.PlayerSettings.cursorHotspot
  nameWithType: PlayerSettings.cursorHotspot
  type: Property
- uid: UnityEditor.PlayerSettings.d3d11FullscreenMode
  name: d3d11FullscreenMode
  fullName: UnityEditor.PlayerSettings.d3d11FullscreenMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-d3d11FullscreenMode.html
  commentId: P:UnityEditor.PlayerSettings.d3d11FullscreenMode
  nameWithType: PlayerSettings.d3d11FullscreenMode
  type: Property
- uid: UnityEditor.PlayerSettings.d3d9FullscreenMode
  name: d3d9FullscreenMode
  fullName: UnityEditor.PlayerSettings.d3d9FullscreenMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-d3d9FullscreenMode.html
  commentId: P:UnityEditor.PlayerSettings.d3d9FullscreenMode
  nameWithType: PlayerSettings.d3d9FullscreenMode
  type: Property
- uid: UnityEditor.PlayerSettings.defaultCursor
  name: defaultCursor
  fullName: UnityEditor.PlayerSettings.defaultCursor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-defaultCursor.html
  commentId: P:UnityEditor.PlayerSettings.defaultCursor
  nameWithType: PlayerSettings.defaultCursor
  type: Property
- uid: UnityEditor.PlayerSettings.defaultInterfaceOrientation
  name: defaultInterfaceOrientation
  fullName: UnityEditor.PlayerSettings.defaultInterfaceOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-defaultInterfaceOrientation.html
  commentId: P:UnityEditor.PlayerSettings.defaultInterfaceOrientation
  nameWithType: PlayerSettings.defaultInterfaceOrientation
  type: Property
- uid: UnityEditor.PlayerSettings.defaultIsFullScreen
  name: defaultIsFullScreen
  fullName: UnityEditor.PlayerSettings.defaultIsFullScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-defaultIsFullScreen.html
  commentId: P:UnityEditor.PlayerSettings.defaultIsFullScreen
  nameWithType: PlayerSettings.defaultIsFullScreen
  type: Property
- uid: UnityEditor.PlayerSettings.defaultIsNativeResolution
  name: defaultIsNativeResolution
  fullName: UnityEditor.PlayerSettings.defaultIsNativeResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-defaultIsNativeResolution.html
  commentId: P:UnityEditor.PlayerSettings.defaultIsNativeResolution
  nameWithType: PlayerSettings.defaultIsNativeResolution
  type: Property
- uid: UnityEditor.PlayerSettings.defaultScreenHeight
  name: defaultScreenHeight
  fullName: UnityEditor.PlayerSettings.defaultScreenHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-defaultScreenHeight.html
  commentId: P:UnityEditor.PlayerSettings.defaultScreenHeight
  nameWithType: PlayerSettings.defaultScreenHeight
  type: Property
- uid: UnityEditor.PlayerSettings.defaultScreenWidth
  name: defaultScreenWidth
  fullName: UnityEditor.PlayerSettings.defaultScreenWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-defaultScreenWidth.html
  commentId: P:UnityEditor.PlayerSettings.defaultScreenWidth
  nameWithType: PlayerSettings.defaultScreenWidth
  type: Property
- uid: UnityEditor.PlayerSettings.defaultWebScreenHeight
  name: defaultWebScreenHeight
  fullName: UnityEditor.PlayerSettings.defaultWebScreenHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-defaultWebScreenHeight.html
  commentId: P:UnityEditor.PlayerSettings.defaultWebScreenHeight
  nameWithType: PlayerSettings.defaultWebScreenHeight
  type: Property
- uid: UnityEditor.PlayerSettings.defaultWebScreenWidth
  name: defaultWebScreenWidth
  fullName: UnityEditor.PlayerSettings.defaultWebScreenWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-defaultWebScreenWidth.html
  commentId: P:UnityEditor.PlayerSettings.defaultWebScreenWidth
  nameWithType: PlayerSettings.defaultWebScreenWidth
  type: Property
- uid: UnityEditor.PlayerSettings.displayResolutionDialog
  name: displayResolutionDialog
  fullName: UnityEditor.PlayerSettings.displayResolutionDialog
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-displayResolutionDialog.html
  commentId: P:UnityEditor.PlayerSettings.displayResolutionDialog
  nameWithType: PlayerSettings.displayResolutionDialog
  type: Property
- uid: UnityEditor.PlayerSettings.enableCrashReportAPI
  name: enableCrashReportAPI
  fullName: UnityEditor.PlayerSettings.enableCrashReportAPI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-enableCrashReportAPI.html
  commentId: P:UnityEditor.PlayerSettings.enableCrashReportAPI
  nameWithType: PlayerSettings.enableCrashReportAPI
  type: Property
- uid: UnityEditor.PlayerSettings.enableInternalProfiler
  name: enableInternalProfiler
  fullName: UnityEditor.PlayerSettings.enableInternalProfiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-enableInternalProfiler.html
  commentId: P:UnityEditor.PlayerSettings.enableInternalProfiler
  nameWithType: PlayerSettings.enableInternalProfiler
  type: Property
- uid: UnityEditor.PlayerSettings.Facebook
  name: PlayerSettings.Facebook
  fullName: UnityEditor.PlayerSettings.Facebook
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Facebook.html
  commentId: T:UnityEditor.PlayerSettings.Facebook
  nameWithType: PlayerSettings.Facebook
  type: Class
- uid: UnityEditor.PlayerSettings.Facebook.sdkVersion
  name: sdkVersion
  fullName: UnityEditor.PlayerSettings.Facebook.sdkVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Facebook-sdkVersion.html
  commentId: P:UnityEditor.PlayerSettings.Facebook.sdkVersion
  nameWithType: PlayerSettings.Facebook.sdkVersion
  type: Property
- uid: UnityEditor.PlayerSettings.firstStreamedLevelWithResources
  name: firstStreamedLevelWithResources
  fullName: UnityEditor.PlayerSettings.firstStreamedLevelWithResources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-firstStreamedLevelWithResources.html
  commentId: P:UnityEditor.PlayerSettings.firstStreamedLevelWithResources
  nameWithType: PlayerSettings.firstStreamedLevelWithResources
  type: Property
- uid: UnityEditor.PlayerSettings.forceSingleInstance
  name: forceSingleInstance
  fullName: UnityEditor.PlayerSettings.forceSingleInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-forceSingleInstance.html
  commentId: P:UnityEditor.PlayerSettings.forceSingleInstance
  nameWithType: PlayerSettings.forceSingleInstance
  type: Property
- uid: UnityEditor.PlayerSettings.GetAdditionalIl2CppArgs
  name: GetAdditionalIl2CppArgs()
  fullName: UnityEditor.PlayerSettings.GetAdditionalIl2CppArgs()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetAdditionalIl2CppArgs.html
  commentId: M:UnityEditor.PlayerSettings.GetAdditionalIl2CppArgs
  nameWithType: PlayerSettings.GetAdditionalIl2CppArgs()
  type: Method
- uid: UnityEditor.PlayerSettings.GetApiCompatibilityLevel(UnityEditor.BuildTargetGroup)
  name: GetApiCompatibilityLevel(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetApiCompatibilityLevel(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetApiCompatibilityLevel.html
  commentId: M:UnityEditor.PlayerSettings.GetApiCompatibilityLevel(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetApiCompatibilityLevel(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetApplicationIdentifier(UnityEditor.BuildTargetGroup)
  name: GetApplicationIdentifier(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetApplicationIdentifier(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetApplicationIdentifier.html
  commentId: M:UnityEditor.PlayerSettings.GetApplicationIdentifier(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetApplicationIdentifier(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetArchitecture(UnityEditor.BuildTargetGroup)
  name: GetArchitecture(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetArchitecture(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetArchitecture.html
  commentId: M:UnityEditor.PlayerSettings.GetArchitecture(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetArchitecture(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetAvailableVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  name: GetAvailableVirtualRealitySDKs(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetAvailableVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetAvailableVirtualRealitySDKs.html
  commentId: M:UnityEditor.PlayerSettings.GetAvailableVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetAvailableVirtualRealitySDKs(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetGraphicsAPIs(UnityEditor.BuildTarget)
  name: GetGraphicsAPIs(BuildTarget)
  fullName: UnityEditor.PlayerSettings.GetGraphicsAPIs(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetGraphicsAPIs.html
  commentId: M:UnityEditor.PlayerSettings.GetGraphicsAPIs(UnityEditor.BuildTarget)
  nameWithType: PlayerSettings.GetGraphicsAPIs(BuildTarget)
  type: Method
- uid: UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEditor.IconKind)
  name: GetIconsForTargetGroup(BuildTargetGroup, IconKind)
  fullName: UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup, UnityEditor.IconKind)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetIconsForTargetGroup.html
  commentId: M:UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEditor.IconKind)
  nameWithType: PlayerSettings.GetIconsForTargetGroup(BuildTargetGroup, IconKind)
  type: Method
- uid: UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup)
  name: GetIconsForTargetGroup(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetIconsForTargetGroup.html
  commentId: M:UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetIconsForTargetGroup(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup,UnityEditor.IconKind)
  name: GetIconSizesForTargetGroup(BuildTargetGroup, IconKind)
  fullName: UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup, UnityEditor.IconKind)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetIconSizesForTargetGroup.html
  commentId: M:UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup,UnityEditor.IconKind)
  nameWithType: PlayerSettings.GetIconSizesForTargetGroup(BuildTargetGroup, IconKind)
  type: Method
- uid: UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup)
  name: GetIconSizesForTargetGroup(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetIconSizesForTargetGroup.html
  commentId: M:UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetIconSizesForTargetGroup(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetIncrementalIl2CppBuild(UnityEditor.BuildTargetGroup)
  name: GetIncrementalIl2CppBuild(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetIncrementalIl2CppBuild(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetIncrementalIl2CppBuild.html
  commentId: M:UnityEditor.PlayerSettings.GetIncrementalIl2CppBuild(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetIncrementalIl2CppBuild(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetMobileMTRendering(UnityEditor.BuildTargetGroup)
  name: GetMobileMTRendering(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetMobileMTRendering(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetMobileMTRendering.html
  commentId: M:UnityEditor.PlayerSettings.GetMobileMTRendering(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetMobileMTRendering(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPlatformVuforiaEnabled(UnityEditor.BuildTargetGroup)
  name: GetPlatformVuforiaEnabled(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetPlatformVuforiaEnabled(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPlatformVuforiaEnabled.html
  commentId: M:UnityEditor.PlayerSettings.GetPlatformVuforiaEnabled(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetPlatformVuforiaEnabled(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyBool(System.String,UnityEditor.BuildTargetGroup)
  name: GetPropertyBool(string, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetPropertyBool(string, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyBool.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyBool(System.String,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetPropertyBool(string, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyBool(System.String)
  name: GetPropertyBool(string)
  fullName: UnityEditor.PlayerSettings.GetPropertyBool(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyBool.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyBool(System.String)
  nameWithType: PlayerSettings.GetPropertyBool(string)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyInt(System.String,UnityEditor.BuildTargetGroup)
  name: GetPropertyInt(string, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetPropertyInt(string, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyInt.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyInt(System.String,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetPropertyInt(string, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyInt(System.String)
  name: GetPropertyInt(string)
  fullName: UnityEditor.PlayerSettings.GetPropertyInt(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyInt.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyInt(System.String)
  nameWithType: PlayerSettings.GetPropertyInt(string)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyOptionalBool(System.String,System.Boolean@,UnityEditor.BuildTargetGroup)
  name: GetPropertyOptionalBool(string, ref bool, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetPropertyOptionalBool(string, ref bool, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyOptionalBool.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyOptionalBool(System.String,System.Boolean@,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetPropertyOptionalBool(string, ref bool, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyOptionalBool(System.String,System.Boolean@)
  name: GetPropertyOptionalBool(string, ref bool)
  fullName: UnityEditor.PlayerSettings.GetPropertyOptionalBool(string, ref bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyOptionalBool.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyOptionalBool(System.String,System.Boolean@)
  nameWithType: PlayerSettings.GetPropertyOptionalBool(string, ref bool)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyOptionalInt(System.String,System.Int32@,UnityEditor.BuildTargetGroup)
  name: GetPropertyOptionalInt(string, ref int, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetPropertyOptionalInt(string, ref int, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyOptionalInt.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyOptionalInt(System.String,System.Int32@,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetPropertyOptionalInt(string, ref int, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyOptionalInt(System.String,System.Int32@)
  name: GetPropertyOptionalInt(string, ref int)
  fullName: UnityEditor.PlayerSettings.GetPropertyOptionalInt(string, ref int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyOptionalInt.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyOptionalInt(System.String,System.Int32@)
  nameWithType: PlayerSettings.GetPropertyOptionalInt(string, ref int)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyOptionalString(System.String,System.String@,UnityEditor.BuildTargetGroup)
  name: GetPropertyOptionalString(string, ref string, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetPropertyOptionalString(string, ref string, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyOptionalString.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyOptionalString(System.String,System.String@,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetPropertyOptionalString(string, ref string, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyOptionalString(System.String,System.String@)
  name: GetPropertyOptionalString(string, ref string)
  fullName: UnityEditor.PlayerSettings.GetPropertyOptionalString(string, ref string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyOptionalString.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyOptionalString(System.String,System.String@)
  nameWithType: PlayerSettings.GetPropertyOptionalString(string, ref string)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyString(System.String,UnityEditor.BuildTargetGroup)
  name: GetPropertyString(string, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetPropertyString(string, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyString.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyString(System.String,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetPropertyString(string, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetPropertyString(System.String)
  name: GetPropertyString(string)
  fullName: UnityEditor.PlayerSettings.GetPropertyString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetPropertyString.html
  commentId: M:UnityEditor.PlayerSettings.GetPropertyString(System.String)
  nameWithType: PlayerSettings.GetPropertyString(string)
  type: Method
- uid: UnityEditor.PlayerSettings.GetScriptingBackend(UnityEditor.BuildTargetGroup)
  name: GetScriptingBackend(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetScriptingBackend(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetScriptingBackend.html
  commentId: M:UnityEditor.PlayerSettings.GetScriptingBackend(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetScriptingBackend(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup)
  name: GetScriptingDefineSymbolsForGroup(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetScriptingDefineSymbolsForGroup.html
  commentId: M:UnityEditor.PlayerSettings.GetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetScriptingDefineSymbolsForGroup(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetStackTraceLogType(UnityEngine.LogType)
  name: GetStackTraceLogType(LogType)
  fullName: UnityEditor.PlayerSettings.GetStackTraceLogType(UnityEngine.LogType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetStackTraceLogType.html
  commentId: M:UnityEditor.PlayerSettings.GetStackTraceLogType(UnityEngine.LogType)
  nameWithType: PlayerSettings.GetStackTraceLogType(LogType)
  type: Method
- uid: UnityEditor.PlayerSettings.GetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget)
  name: GetUseDefaultGraphicsAPIs(BuildTarget)
  fullName: UnityEditor.PlayerSettings.GetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetUseDefaultGraphicsAPIs.html
  commentId: M:UnityEditor.PlayerSettings.GetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget)
  nameWithType: PlayerSettings.GetUseDefaultGraphicsAPIs(BuildTarget)
  type: Method
- uid: UnityEditor.PlayerSettings.GetVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  name: GetVirtualRealitySDKs(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetVirtualRealitySDKs.html
  commentId: M:UnityEditor.PlayerSettings.GetVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetVirtualRealitySDKs(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.GetVirtualRealitySupported(UnityEditor.BuildTargetGroup)
  name: GetVirtualRealitySupported(BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.GetVirtualRealitySupported(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.GetVirtualRealitySupported.html
  commentId: M:UnityEditor.PlayerSettings.GetVirtualRealitySupported(UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.GetVirtualRealitySupported(BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.gpuSkinning
  name: gpuSkinning
  fullName: UnityEditor.PlayerSettings.gpuSkinning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-gpuSkinning.html
  commentId: P:UnityEditor.PlayerSettings.gpuSkinning
  nameWithType: PlayerSettings.gpuSkinning
  type: Property
- uid: UnityEditor.PlayerSettings.graphicsJobMode
  name: graphicsJobMode
  fullName: UnityEditor.PlayerSettings.graphicsJobMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-graphicsJobMode.html
  commentId: P:UnityEditor.PlayerSettings.graphicsJobMode
  nameWithType: PlayerSettings.graphicsJobMode
  type: Property
- uid: UnityEditor.PlayerSettings.graphicsJobs
  name: graphicsJobs
  fullName: UnityEditor.PlayerSettings.graphicsJobs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-graphicsJobs.html
  commentId: P:UnityEditor.PlayerSettings.graphicsJobs
  nameWithType: PlayerSettings.graphicsJobs
  type: Property
- uid: UnityEditor.PlayerSettings.HasAspectRatio(UnityEditor.AspectRatio)
  name: HasAspectRatio(AspectRatio)
  fullName: UnityEditor.PlayerSettings.HasAspectRatio(UnityEditor.AspectRatio)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.HasAspectRatio.html
  commentId: M:UnityEditor.PlayerSettings.HasAspectRatio(UnityEditor.AspectRatio)
  nameWithType: PlayerSettings.HasAspectRatio(AspectRatio)
  type: Method
- uid: UnityEditor.PlayerSettings.iOS
  name: PlayerSettings.iOS
  fullName: UnityEditor.PlayerSettings.iOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-iOS.html
  commentId: T:UnityEditor.PlayerSettings.iOS
  nameWithType: PlayerSettings.iOS
  type: Class
- uid: UnityEditor.PlayerSettings.iOS.allowHTTPDownload
  name: allowHTTPDownload
  fullName: UnityEditor.PlayerSettings.iOS.allowHTTPDownload
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-allowHTTPDownload.html
  commentId: P:UnityEditor.PlayerSettings.iOS.allowHTTPDownload
  nameWithType: PlayerSettings.iOS.allowHTTPDownload
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.appInBackgroundBehavior
  name: appInBackgroundBehavior
  fullName: UnityEditor.PlayerSettings.iOS.appInBackgroundBehavior
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-appInBackgroundBehavior.html
  commentId: P:UnityEditor.PlayerSettings.iOS.appInBackgroundBehavior
  nameWithType: PlayerSettings.iOS.appInBackgroundBehavior
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.appleDeveloperTeamID
  name: appleDeveloperTeamID
  fullName: UnityEditor.PlayerSettings.iOS.appleDeveloperTeamID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-appleDeveloperTeamID.html
  commentId: P:UnityEditor.PlayerSettings.iOS.appleDeveloperTeamID
  nameWithType: PlayerSettings.iOS.appleDeveloperTeamID
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.appleEnableAutomaticSigning
  name: appleEnableAutomaticSigning
  fullName: UnityEditor.PlayerSettings.iOS.appleEnableAutomaticSigning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-appleEnableAutomaticSigning.html
  commentId: P:UnityEditor.PlayerSettings.iOS.appleEnableAutomaticSigning
  nameWithType: PlayerSettings.iOS.appleEnableAutomaticSigning
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.applicationDisplayName
  name: applicationDisplayName
  fullName: UnityEditor.PlayerSettings.iOS.applicationDisplayName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-applicationDisplayName.html
  commentId: P:UnityEditor.PlayerSettings.iOS.applicationDisplayName
  nameWithType: PlayerSettings.iOS.applicationDisplayName
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.backgroundModes
  name: backgroundModes
  fullName: UnityEditor.PlayerSettings.iOS.backgroundModes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-backgroundModes.html
  commentId: P:UnityEditor.PlayerSettings.iOS.backgroundModes
  nameWithType: PlayerSettings.iOS.backgroundModes
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.buildNumber
  name: buildNumber
  fullName: UnityEditor.PlayerSettings.iOS.buildNumber
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-buildNumber.html
  commentId: P:UnityEditor.PlayerSettings.iOS.buildNumber
  nameWithType: PlayerSettings.iOS.buildNumber
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.cameraUsageDescription
  name: cameraUsageDescription
  fullName: UnityEditor.PlayerSettings.iOS.cameraUsageDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-cameraUsageDescription.html
  commentId: P:UnityEditor.PlayerSettings.iOS.cameraUsageDescription
  nameWithType: PlayerSettings.iOS.cameraUsageDescription
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.deferSystemGesturesMode
  name: deferSystemGesturesMode
  fullName: UnityEditor.PlayerSettings.iOS.deferSystemGesturesMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-deferSystemGesturesMode.html
  commentId: P:UnityEditor.PlayerSettings.iOS.deferSystemGesturesMode
  nameWithType: PlayerSettings.iOS.deferSystemGesturesMode
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.exitOnSuspend
  name: exitOnSuspend
  fullName: UnityEditor.PlayerSettings.iOS.exitOnSuspend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-exitOnSuspend.html
  commentId: P:UnityEditor.PlayerSettings.iOS.exitOnSuspend
  nameWithType: PlayerSettings.iOS.exitOnSuspend
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.forceHardShadowsOnMetal
  name: forceHardShadowsOnMetal
  fullName: UnityEditor.PlayerSettings.iOS.forceHardShadowsOnMetal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-forceHardShadowsOnMetal.html
  commentId: P:UnityEditor.PlayerSettings.iOS.forceHardShadowsOnMetal
  nameWithType: PlayerSettings.iOS.forceHardShadowsOnMetal
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.hideHomeButton
  name: hideHomeButton
  fullName: UnityEditor.PlayerSettings.iOS.hideHomeButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-hideHomeButton.html
  commentId: P:UnityEditor.PlayerSettings.iOS.hideHomeButton
  nameWithType: PlayerSettings.iOS.hideHomeButton
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.iOSManualProvisioningProfileID
  name: iOSManualProvisioningProfileID
  fullName: UnityEditor.PlayerSettings.iOS.iOSManualProvisioningProfileID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-iOSManualProvisioningProfileID.html
  commentId: P:UnityEditor.PlayerSettings.iOS.iOSManualProvisioningProfileID
  nameWithType: PlayerSettings.iOS.iOSManualProvisioningProfileID
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.locationUsageDescription
  name: locationUsageDescription
  fullName: UnityEditor.PlayerSettings.iOS.locationUsageDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-locationUsageDescription.html
  commentId: P:UnityEditor.PlayerSettings.iOS.locationUsageDescription
  nameWithType: PlayerSettings.iOS.locationUsageDescription
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.microphoneUsageDescription
  name: microphoneUsageDescription
  fullName: UnityEditor.PlayerSettings.iOS.microphoneUsageDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-microphoneUsageDescription.html
  commentId: P:UnityEditor.PlayerSettings.iOS.microphoneUsageDescription
  nameWithType: PlayerSettings.iOS.microphoneUsageDescription
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.overrideIPodMusic
  name: overrideIPodMusic
  fullName: UnityEditor.PlayerSettings.iOS.overrideIPodMusic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-overrideIPodMusic.html
  commentId: P:UnityEditor.PlayerSettings.iOS.overrideIPodMusic
  nameWithType: PlayerSettings.iOS.overrideIPodMusic
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.prerenderedIcon
  name: prerenderedIcon
  fullName: UnityEditor.PlayerSettings.iOS.prerenderedIcon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-prerenderedIcon.html
  commentId: P:UnityEditor.PlayerSettings.iOS.prerenderedIcon
  nameWithType: PlayerSettings.iOS.prerenderedIcon
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.requiresFullScreen
  name: requiresFullScreen
  fullName: UnityEditor.PlayerSettings.iOS.requiresFullScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-requiresFullScreen.html
  commentId: P:UnityEditor.PlayerSettings.iOS.requiresFullScreen
  nameWithType: PlayerSettings.iOS.requiresFullScreen
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.requiresPersistentWiFi
  name: requiresPersistentWiFi
  fullName: UnityEditor.PlayerSettings.iOS.requiresPersistentWiFi
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-requiresPersistentWiFi.html
  commentId: P:UnityEditor.PlayerSettings.iOS.requiresPersistentWiFi
  nameWithType: PlayerSettings.iOS.requiresPersistentWiFi
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.scriptCallOptimization
  name: scriptCallOptimization
  fullName: UnityEditor.PlayerSettings.iOS.scriptCallOptimization
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-scriptCallOptimization.html
  commentId: P:UnityEditor.PlayerSettings.iOS.scriptCallOptimization
  nameWithType: PlayerSettings.iOS.scriptCallOptimization
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.sdkVersion
  name: sdkVersion
  fullName: UnityEditor.PlayerSettings.iOS.sdkVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-sdkVersion.html
  commentId: P:UnityEditor.PlayerSettings.iOS.sdkVersion
  nameWithType: PlayerSettings.iOS.sdkVersion
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.SetiPadLaunchScreenType(UnityEditor.iOSLaunchScreenType)
  name: SetiPadLaunchScreenType(iOSLaunchScreenType)
  fullName: UnityEditor.PlayerSettings.iOS.SetiPadLaunchScreenType(UnityEditor.iOSLaunchScreenType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS.SetiPadLaunchScreenType.html
  commentId: M:UnityEditor.PlayerSettings.iOS.SetiPadLaunchScreenType(UnityEditor.iOSLaunchScreenType)
  nameWithType: PlayerSettings.iOS.SetiPadLaunchScreenType(iOSLaunchScreenType)
  type: Method
- uid: UnityEditor.PlayerSettings.iOS.SetiPhoneLaunchScreenType(UnityEditor.iOSLaunchScreenType)
  name: SetiPhoneLaunchScreenType(iOSLaunchScreenType)
  fullName: UnityEditor.PlayerSettings.iOS.SetiPhoneLaunchScreenType(UnityEditor.iOSLaunchScreenType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS.SetiPhoneLaunchScreenType.html
  commentId: M:UnityEditor.PlayerSettings.iOS.SetiPhoneLaunchScreenType(UnityEditor.iOSLaunchScreenType)
  nameWithType: PlayerSettings.iOS.SetiPhoneLaunchScreenType(iOSLaunchScreenType)
  type: Method
- uid: UnityEditor.PlayerSettings.iOS.SetLaunchScreenImage(UnityEngine.Texture2D,UnityEditor.iOSLaunchScreenImageType)
  name: SetLaunchScreenImage(Texture2D, iOSLaunchScreenImageType)
  fullName: UnityEditor.PlayerSettings.iOS.SetLaunchScreenImage(UnityEngine.Texture2D, UnityEditor.iOSLaunchScreenImageType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS.SetLaunchScreenImage.html
  commentId: M:UnityEditor.PlayerSettings.iOS.SetLaunchScreenImage(UnityEngine.Texture2D,UnityEditor.iOSLaunchScreenImageType)
  nameWithType: PlayerSettings.iOS.SetLaunchScreenImage(Texture2D, iOSLaunchScreenImageType)
  type: Method
- uid: UnityEditor.PlayerSettings.iOS.showActivityIndicatorOnLoading
  name: showActivityIndicatorOnLoading
  fullName: UnityEditor.PlayerSettings.iOS.showActivityIndicatorOnLoading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-showActivityIndicatorOnLoading.html
  commentId: P:UnityEditor.PlayerSettings.iOS.showActivityIndicatorOnLoading
  nameWithType: PlayerSettings.iOS.showActivityIndicatorOnLoading
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.statusBarStyle
  name: statusBarStyle
  fullName: UnityEditor.PlayerSettings.iOS.statusBarStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-statusBarStyle.html
  commentId: P:UnityEditor.PlayerSettings.iOS.statusBarStyle
  nameWithType: PlayerSettings.iOS.statusBarStyle
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.targetDevice
  name: targetDevice
  fullName: UnityEditor.PlayerSettings.iOS.targetDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-targetDevice.html
  commentId: P:UnityEditor.PlayerSettings.iOS.targetDevice
  nameWithType: PlayerSettings.iOS.targetDevice
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.targetOSVersion
  name: targetOSVersion
  fullName: UnityEditor.PlayerSettings.iOS.targetOSVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-targetOSVersion.html
  commentId: P:UnityEditor.PlayerSettings.iOS.targetOSVersion
  nameWithType: PlayerSettings.iOS.targetOSVersion
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.targetOSVersionString
  name: targetOSVersionString
  fullName: UnityEditor.PlayerSettings.iOS.targetOSVersionString
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-targetOSVersionString.html
  commentId: P:UnityEditor.PlayerSettings.iOS.targetOSVersionString
  nameWithType: PlayerSettings.iOS.targetOSVersionString
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.targetResolution
  name: targetResolution
  fullName: UnityEditor.PlayerSettings.iOS.targetResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-targetResolution.html
  commentId: P:UnityEditor.PlayerSettings.iOS.targetResolution
  nameWithType: PlayerSettings.iOS.targetResolution
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.tvOSManualProvisioningProfileID
  name: tvOSManualProvisioningProfileID
  fullName: UnityEditor.PlayerSettings.iOS.tvOSManualProvisioningProfileID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-tvOSManualProvisioningProfileID.html
  commentId: P:UnityEditor.PlayerSettings.iOS.tvOSManualProvisioningProfileID
  nameWithType: PlayerSettings.iOS.tvOSManualProvisioningProfileID
  type: Property
- uid: UnityEditor.PlayerSettings.iOS.useOnDemandResources
  name: useOnDemandResources
  fullName: UnityEditor.PlayerSettings.iOS.useOnDemandResources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.iOS-useOnDemandResources.html
  commentId: P:UnityEditor.PlayerSettings.iOS.useOnDemandResources
  nameWithType: PlayerSettings.iOS.useOnDemandResources
  type: Property
- uid: UnityEditor.PlayerSettings.iPhoneBundleIdentifier
  name: iPhoneBundleIdentifier
  fullName: UnityEditor.PlayerSettings.iPhoneBundleIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-iPhoneBundleIdentifier.html
  commentId: P:UnityEditor.PlayerSettings.iPhoneBundleIdentifier
  nameWithType: PlayerSettings.iPhoneBundleIdentifier
  type: Property
- uid: UnityEditor.PlayerSettings.keyaliasPass
  name: keyaliasPass
  fullName: UnityEditor.PlayerSettings.keyaliasPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-keyaliasPass.html
  commentId: P:UnityEditor.PlayerSettings.keyaliasPass
  nameWithType: PlayerSettings.keyaliasPass
  type: Property
- uid: UnityEditor.PlayerSettings.keystorePass
  name: keystorePass
  fullName: UnityEditor.PlayerSettings.keystorePass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-keystorePass.html
  commentId: P:UnityEditor.PlayerSettings.keystorePass
  nameWithType: PlayerSettings.keystorePass
  type: Property
- uid: UnityEditor.PlayerSettings.locationUsageDescription
  name: locationUsageDescription
  fullName: UnityEditor.PlayerSettings.locationUsageDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-locationUsageDescription.html
  commentId: P:UnityEditor.PlayerSettings.locationUsageDescription
  nameWithType: PlayerSettings.locationUsageDescription
  type: Property
- uid: UnityEditor.PlayerSettings.logObjCUncaughtExceptions
  name: logObjCUncaughtExceptions
  fullName: UnityEditor.PlayerSettings.logObjCUncaughtExceptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-logObjCUncaughtExceptions.html
  commentId: P:UnityEditor.PlayerSettings.logObjCUncaughtExceptions
  nameWithType: PlayerSettings.logObjCUncaughtExceptions
  type: Property
- uid: UnityEditor.PlayerSettings.macFullscreenMode
  name: macFullscreenMode
  fullName: UnityEditor.PlayerSettings.macFullscreenMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-macFullscreenMode.html
  commentId: P:UnityEditor.PlayerSettings.macFullscreenMode
  nameWithType: PlayerSettings.macFullscreenMode
  type: Property
- uid: UnityEditor.PlayerSettings.macOS
  name: PlayerSettings.macOS
  fullName: UnityEditor.PlayerSettings.macOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-macOS.html
  commentId: T:UnityEditor.PlayerSettings.macOS
  nameWithType: PlayerSettings.macOS
  type: Class
- uid: UnityEditor.PlayerSettings.macOS.buildNumber
  name: buildNumber
  fullName: UnityEditor.PlayerSettings.macOS.buildNumber
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.macOS-buildNumber.html
  commentId: P:UnityEditor.PlayerSettings.macOS.buildNumber
  nameWithType: PlayerSettings.macOS.buildNumber
  type: Property
- uid: UnityEditor.PlayerSettings.macRetinaSupport
  name: macRetinaSupport
  fullName: UnityEditor.PlayerSettings.macRetinaSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-macRetinaSupport.html
  commentId: P:UnityEditor.PlayerSettings.macRetinaSupport
  nameWithType: PlayerSettings.macRetinaSupport
  type: Property
- uid: UnityEditor.PlayerSettings.mobileRenderingPath
  name: mobileRenderingPath
  fullName: UnityEditor.PlayerSettings.mobileRenderingPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-mobileRenderingPath.html
  commentId: P:UnityEditor.PlayerSettings.mobileRenderingPath
  nameWithType: PlayerSettings.mobileRenderingPath
  type: Property
- uid: UnityEditor.PlayerSettings.MTRendering
  name: MTRendering
  fullName: UnityEditor.PlayerSettings.MTRendering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.MTRendering.html
  commentId: P:UnityEditor.PlayerSettings.MTRendering
  nameWithType: PlayerSettings.MTRendering
  type: Property
- uid: UnityEditor.PlayerSettings.muteOtherAudioSources
  name: muteOtherAudioSources
  fullName: UnityEditor.PlayerSettings.muteOtherAudioSources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-muteOtherAudioSources.html
  commentId: P:UnityEditor.PlayerSettings.muteOtherAudioSources
  nameWithType: PlayerSettings.muteOtherAudioSources
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS
  name: PlayerSettings.N3DS
  fullName: UnityEditor.PlayerSettings.N3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.html
  commentId: T:UnityEditor.PlayerSettings.N3DS
  nameWithType: PlayerSettings.N3DS
  type: Class
- uid: UnityEditor.PlayerSettings.N3DS.applicationId
  name: applicationId
  fullName: UnityEditor.PlayerSettings.N3DS.applicationId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-applicationId.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.applicationId
  nameWithType: PlayerSettings.N3DS.applicationId
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.compressStaticMem
  name: compressStaticMem
  fullName: UnityEditor.PlayerSettings.N3DS.compressStaticMem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-compressStaticMem.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.compressStaticMem
  nameWithType: PlayerSettings.N3DS.compressStaticMem
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.disableDepthAndStencilBuffers
  name: disableDepthAndStencilBuffers
  fullName: UnityEditor.PlayerSettings.N3DS.disableDepthAndStencilBuffers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-disableDepthAndStencilBuffers.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.disableDepthAndStencilBuffers
  nameWithType: PlayerSettings.N3DS.disableDepthAndStencilBuffers
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.disableStereoscopicView
  name: disableStereoscopicView
  fullName: UnityEditor.PlayerSettings.N3DS.disableStereoscopicView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-disableStereoscopicView.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.disableStereoscopicView
  nameWithType: PlayerSettings.N3DS.disableStereoscopicView
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.enableSharedListOpt
  name: enableSharedListOpt
  fullName: UnityEditor.PlayerSettings.N3DS.enableSharedListOpt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-enableSharedListOpt.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.enableSharedListOpt
  nameWithType: PlayerSettings.N3DS.enableSharedListOpt
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.enableVSync
  name: enableVSync
  fullName: UnityEditor.PlayerSettings.N3DS.enableVSync
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-enableVSync.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.enableVSync
  nameWithType: PlayerSettings.N3DS.enableVSync
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.extSaveDataNumber
  name: extSaveDataNumber
  fullName: UnityEditor.PlayerSettings.N3DS.extSaveDataNumber
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-extSaveDataNumber.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.extSaveDataNumber
  nameWithType: PlayerSettings.N3DS.extSaveDataNumber
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.logoStyle
  name: logoStyle
  fullName: UnityEditor.PlayerSettings.N3DS.logoStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-logoStyle.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.logoStyle
  nameWithType: PlayerSettings.N3DS.logoStyle
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.LogoStyle
  name: PlayerSettings.N3DS.LogoStyle
  fullName: UnityEditor.PlayerSettings.N3DS.LogoStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.LogoStyle.html
  commentId: T:UnityEditor.PlayerSettings.N3DS.LogoStyle
  nameWithType: PlayerSettings.N3DS.LogoStyle
  type: Enum
- uid: UnityEditor.PlayerSettings.N3DS.LogoStyle.Distributed
  name: Distributed
  fullName: UnityEditor.PlayerSettings.N3DS.LogoStyle.Distributed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.LogoStyle.Distributed.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.LogoStyle.Distributed
  nameWithType: PlayerSettings.N3DS.LogoStyle.Distributed
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.LogoStyle.iQue
  name: iQue
  fullName: UnityEditor.PlayerSettings.N3DS.LogoStyle.iQue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.LogoStyle-iQue.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.LogoStyle.iQue
  nameWithType: PlayerSettings.N3DS.LogoStyle.iQue
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.LogoStyle.Licensed
  name: Licensed
  fullName: UnityEditor.PlayerSettings.N3DS.LogoStyle.Licensed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.LogoStyle.Licensed.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.LogoStyle.Licensed
  nameWithType: PlayerSettings.N3DS.LogoStyle.Licensed
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.LogoStyle.Nintendo
  name: Nintendo
  fullName: UnityEditor.PlayerSettings.N3DS.LogoStyle.Nintendo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.LogoStyle.Nintendo.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.LogoStyle.Nintendo
  nameWithType: PlayerSettings.N3DS.LogoStyle.Nintendo
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.mediaSize
  name: mediaSize
  fullName: UnityEditor.PlayerSettings.N3DS.mediaSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-mediaSize.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.mediaSize
  nameWithType: PlayerSettings.N3DS.mediaSize
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.MediaSize
  name: PlayerSettings.N3DS.MediaSize
  fullName: UnityEditor.PlayerSettings.N3DS.MediaSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.MediaSize.html
  commentId: T:UnityEditor.PlayerSettings.N3DS.MediaSize
  nameWithType: PlayerSettings.N3DS.MediaSize
  type: Enum
- uid: UnityEditor.PlayerSettings.N3DS.MediaSize._128MB
  name: _128MB
  fullName: UnityEditor.PlayerSettings.N3DS.MediaSize._128MB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.MediaSize._128MB.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.MediaSize._128MB
  nameWithType: PlayerSettings.N3DS.MediaSize._128MB
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.MediaSize._1GB
  name: _1GB
  fullName: UnityEditor.PlayerSettings.N3DS.MediaSize._1GB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.MediaSize._1GB.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.MediaSize._1GB
  nameWithType: PlayerSettings.N3DS.MediaSize._1GB
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.MediaSize._256MB
  name: _256MB
  fullName: UnityEditor.PlayerSettings.N3DS.MediaSize._256MB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.MediaSize._256MB.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.MediaSize._256MB
  nameWithType: PlayerSettings.N3DS.MediaSize._256MB
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.MediaSize._2GB
  name: _2GB
  fullName: UnityEditor.PlayerSettings.N3DS.MediaSize._2GB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.MediaSize._2GB.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.MediaSize._2GB
  nameWithType: PlayerSettings.N3DS.MediaSize._2GB
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.MediaSize._512MB
  name: _512MB
  fullName: UnityEditor.PlayerSettings.N3DS.MediaSize._512MB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.MediaSize._512MB.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.MediaSize._512MB
  nameWithType: PlayerSettings.N3DS.MediaSize._512MB
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.productCode
  name: productCode
  fullName: UnityEditor.PlayerSettings.N3DS.productCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-productCode.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.productCode
  nameWithType: PlayerSettings.N3DS.productCode
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.region
  name: region
  fullName: UnityEditor.PlayerSettings.N3DS.region
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-region.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.region
  nameWithType: PlayerSettings.N3DS.region
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.Region
  name: PlayerSettings.N3DS.Region
  fullName: UnityEditor.PlayerSettings.N3DS.Region
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.Region.html
  commentId: T:UnityEditor.PlayerSettings.N3DS.Region
  nameWithType: PlayerSettings.N3DS.Region
  type: Enum
- uid: UnityEditor.PlayerSettings.N3DS.Region.All
  name: All
  fullName: UnityEditor.PlayerSettings.N3DS.Region.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.Region.All.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.Region.All
  nameWithType: PlayerSettings.N3DS.Region.All
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.Region.America
  name: America
  fullName: UnityEditor.PlayerSettings.N3DS.Region.America
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.Region.America.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.Region.America
  nameWithType: PlayerSettings.N3DS.Region.America
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.Region.China
  name: China
  fullName: UnityEditor.PlayerSettings.N3DS.Region.China
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.Region.China.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.Region.China
  nameWithType: PlayerSettings.N3DS.Region.China
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.Region.Europe
  name: Europe
  fullName: UnityEditor.PlayerSettings.N3DS.Region.Europe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.Region.Europe.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.Region.Europe
  nameWithType: PlayerSettings.N3DS.Region.Europe
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.Region.Japan
  name: Japan
  fullName: UnityEditor.PlayerSettings.N3DS.Region.Japan
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.Region.Japan.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.Region.Japan
  nameWithType: PlayerSettings.N3DS.Region.Japan
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.Region.Korea
  name: Korea
  fullName: UnityEditor.PlayerSettings.N3DS.Region.Korea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.Region.Korea.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.Region.Korea
  nameWithType: PlayerSettings.N3DS.Region.Korea
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.Region.Taiwan
  name: Taiwan
  fullName: UnityEditor.PlayerSettings.N3DS.Region.Taiwan
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.Region.Taiwan.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.Region.Taiwan
  nameWithType: PlayerSettings.N3DS.Region.Taiwan
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.stackSize
  name: stackSize
  fullName: UnityEditor.PlayerSettings.N3DS.stackSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-stackSize.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.stackSize
  nameWithType: PlayerSettings.N3DS.stackSize
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.targetPlatform
  name: targetPlatform
  fullName: UnityEditor.PlayerSettings.N3DS.targetPlatform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-targetPlatform.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.targetPlatform
  nameWithType: PlayerSettings.N3DS.targetPlatform
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.TargetPlatform
  name: PlayerSettings.N3DS.TargetPlatform
  fullName: UnityEditor.PlayerSettings.N3DS.TargetPlatform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.TargetPlatform.html
  commentId: T:UnityEditor.PlayerSettings.N3DS.TargetPlatform
  nameWithType: PlayerSettings.N3DS.TargetPlatform
  type: Enum
- uid: UnityEditor.PlayerSettings.N3DS.TargetPlatform.NewNintendo3DS
  name: NewNintendo3DS
  fullName: UnityEditor.PlayerSettings.N3DS.TargetPlatform.NewNintendo3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.TargetPlatform.NewNintendo3DS.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.TargetPlatform.NewNintendo3DS
  nameWithType: PlayerSettings.N3DS.TargetPlatform.NewNintendo3DS
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.TargetPlatform.Nintendo3DS
  name: Nintendo3DS
  fullName: UnityEditor.PlayerSettings.N3DS.TargetPlatform.Nintendo3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS.TargetPlatform.Nintendo3DS.html
  commentId: F:UnityEditor.PlayerSettings.N3DS.TargetPlatform.Nintendo3DS
  nameWithType: PlayerSettings.N3DS.TargetPlatform.Nintendo3DS
  type: Field
- uid: UnityEditor.PlayerSettings.N3DS.title
  name: title
  fullName: UnityEditor.PlayerSettings.N3DS.title
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-title.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.title
  nameWithType: PlayerSettings.N3DS.title
  type: Property
- uid: UnityEditor.PlayerSettings.N3DS.useExtSaveData
  name: useExtSaveData
  fullName: UnityEditor.PlayerSettings.N3DS.useExtSaveData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.N3DS-useExtSaveData.html
  commentId: P:UnityEditor.PlayerSettings.N3DS.useExtSaveData
  nameWithType: PlayerSettings.N3DS.useExtSaveData
  type: Property
- uid: UnityEditor.PlayerSettings.openGLRequireES31
  name: openGLRequireES31
  fullName: UnityEditor.PlayerSettings.openGLRequireES31
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-openGLRequireES31.html
  commentId: P:UnityEditor.PlayerSettings.openGLRequireES31
  nameWithType: PlayerSettings.openGLRequireES31
  type: Property
- uid: UnityEditor.PlayerSettings.openGLRequireES31AEP
  name: openGLRequireES31AEP
  fullName: UnityEditor.PlayerSettings.openGLRequireES31AEP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-openGLRequireES31AEP.html
  commentId: P:UnityEditor.PlayerSettings.openGLRequireES31AEP
  nameWithType: PlayerSettings.openGLRequireES31AEP
  type: Property
- uid: UnityEditor.PlayerSettings.productGUID
  name: productGUID
  fullName: UnityEditor.PlayerSettings.productGUID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-productGUID.html
  commentId: P:UnityEditor.PlayerSettings.productGUID
  nameWithType: PlayerSettings.productGUID
  type: Property
- uid: UnityEditor.PlayerSettings.productName
  name: productName
  fullName: UnityEditor.PlayerSettings.productName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-productName.html
  commentId: P:UnityEditor.PlayerSettings.productName
  nameWithType: PlayerSettings.productName
  type: Property
- uid: UnityEditor.PlayerSettings.protectGraphicsMemory
  name: protectGraphicsMemory
  fullName: UnityEditor.PlayerSettings.protectGraphicsMemory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-protectGraphicsMemory.html
  commentId: P:UnityEditor.PlayerSettings.protectGraphicsMemory
  nameWithType: PlayerSettings.protectGraphicsMemory
  type: Property
- uid: UnityEditor.PlayerSettings.PS4
  name: PlayerSettings.PS4
  fullName: UnityEditor.PlayerSettings.PS4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.html
  commentId: T:UnityEditor.PlayerSettings.PS4
  nameWithType: PlayerSettings.PS4
  type: Class
- uid: UnityEditor.PlayerSettings.PS4.applicationParameter1
  name: applicationParameter1
  fullName: UnityEditor.PlayerSettings.PS4.applicationParameter1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-applicationParameter1.html
  commentId: P:UnityEditor.PlayerSettings.PS4.applicationParameter1
  nameWithType: PlayerSettings.PS4.applicationParameter1
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.applicationParameter2
  name: applicationParameter2
  fullName: UnityEditor.PlayerSettings.PS4.applicationParameter2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-applicationParameter2.html
  commentId: P:UnityEditor.PlayerSettings.PS4.applicationParameter2
  nameWithType: PlayerSettings.PS4.applicationParameter2
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.applicationParameter3
  name: applicationParameter3
  fullName: UnityEditor.PlayerSettings.PS4.applicationParameter3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-applicationParameter3.html
  commentId: P:UnityEditor.PlayerSettings.PS4.applicationParameter3
  nameWithType: PlayerSettings.PS4.applicationParameter3
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.applicationParameter4
  name: applicationParameter4
  fullName: UnityEditor.PlayerSettings.PS4.applicationParameter4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-applicationParameter4.html
  commentId: P:UnityEditor.PlayerSettings.PS4.applicationParameter4
  nameWithType: PlayerSettings.PS4.applicationParameter4
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.appType
  name: appType
  fullName: UnityEditor.PlayerSettings.PS4.appType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-appType.html
  commentId: P:UnityEditor.PlayerSettings.PS4.appType
  nameWithType: PlayerSettings.PS4.appType
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.appVersion
  name: appVersion
  fullName: UnityEditor.PlayerSettings.PS4.appVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-appVersion.html
  commentId: P:UnityEditor.PlayerSettings.PS4.appVersion
  nameWithType: PlayerSettings.PS4.appVersion
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.attrib3DSupport
  name: attrib3DSupport
  fullName: UnityEditor.PlayerSettings.PS4.attrib3DSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-attrib3DSupport.html
  commentId: P:UnityEditor.PlayerSettings.PS4.attrib3DSupport
  nameWithType: PlayerSettings.PS4.attrib3DSupport
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.attribCpuUsage
  name: attribCpuUsage
  fullName: UnityEditor.PlayerSettings.PS4.attribCpuUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-attribCpuUsage.html
  commentId: P:UnityEditor.PlayerSettings.PS4.attribCpuUsage
  nameWithType: PlayerSettings.PS4.attribCpuUsage
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.attribExclusiveVR
  name: attribExclusiveVR
  fullName: UnityEditor.PlayerSettings.PS4.attribExclusiveVR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-attribExclusiveVR.html
  commentId: P:UnityEditor.PlayerSettings.PS4.attribExclusiveVR
  nameWithType: PlayerSettings.PS4.attribExclusiveVR
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.attribEyeToEyeDistanceSettingVR
  name: attribEyeToEyeDistanceSettingVR
  fullName: UnityEditor.PlayerSettings.PS4.attribEyeToEyeDistanceSettingVR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-attribEyeToEyeDistanceSettingVR.html
  commentId: P:UnityEditor.PlayerSettings.PS4.attribEyeToEyeDistanceSettingVR
  nameWithType: PlayerSettings.PS4.attribEyeToEyeDistanceSettingVR
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.attribMoveSupport
  name: attribMoveSupport
  fullName: UnityEditor.PlayerSettings.PS4.attribMoveSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-attribMoveSupport.html
  commentId: P:UnityEditor.PlayerSettings.PS4.attribMoveSupport
  nameWithType: PlayerSettings.PS4.attribMoveSupport
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.attribShareSupport
  name: attribShareSupport
  fullName: UnityEditor.PlayerSettings.PS4.attribShareSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-attribShareSupport.html
  commentId: P:UnityEditor.PlayerSettings.PS4.attribShareSupport
  nameWithType: PlayerSettings.PS4.attribShareSupport
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.attribUserManagement
  name: attribUserManagement
  fullName: UnityEditor.PlayerSettings.PS4.attribUserManagement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-attribUserManagement.html
  commentId: P:UnityEditor.PlayerSettings.PS4.attribUserManagement
  nameWithType: PlayerSettings.PS4.attribUserManagement
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.audio3dVirtualSpeakerCount
  name: audio3dVirtualSpeakerCount
  fullName: UnityEditor.PlayerSettings.PS4.audio3dVirtualSpeakerCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-audio3dVirtualSpeakerCount.html
  commentId: P:UnityEditor.PlayerSettings.PS4.audio3dVirtualSpeakerCount
  nameWithType: PlayerSettings.PS4.audio3dVirtualSpeakerCount
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.BackgroundImagePath
  name: BackgroundImagePath
  fullName: UnityEditor.PlayerSettings.PS4.BackgroundImagePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.BackgroundImagePath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.BackgroundImagePath
  nameWithType: PlayerSettings.PS4.BackgroundImagePath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.BGMPath
  name: BGMPath
  fullName: UnityEditor.PlayerSettings.PS4.BGMPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.BGMPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.BGMPath
  nameWithType: PlayerSettings.PS4.BGMPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.category
  name: category
  fullName: UnityEditor.PlayerSettings.PS4.category
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-category.html
  commentId: P:UnityEditor.PlayerSettings.PS4.category
  nameWithType: PlayerSettings.PS4.category
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.contentID
  name: contentID
  fullName: UnityEditor.PlayerSettings.PS4.contentID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-contentID.html
  commentId: P:UnityEditor.PlayerSettings.PS4.contentID
  nameWithType: PlayerSettings.PS4.contentID
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.contentSearchFeaturesUsed
  name: contentSearchFeaturesUsed
  fullName: UnityEditor.PlayerSettings.PS4.contentSearchFeaturesUsed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-contentSearchFeaturesUsed.html
  commentId: P:UnityEditor.PlayerSettings.PS4.contentSearchFeaturesUsed
  nameWithType: PlayerSettings.PS4.contentSearchFeaturesUsed
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.disableAutoHideSplash
  name: disableAutoHideSplash
  fullName: UnityEditor.PlayerSettings.PS4.disableAutoHideSplash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-disableAutoHideSplash.html
  commentId: P:UnityEditor.PlayerSettings.PS4.disableAutoHideSplash
  nameWithType: PlayerSettings.PS4.disableAutoHideSplash
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.downloadDataSize
  name: downloadDataSize
  fullName: UnityEditor.PlayerSettings.PS4.downloadDataSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-downloadDataSize.html
  commentId: P:UnityEditor.PlayerSettings.PS4.downloadDataSize
  nameWithType: PlayerSettings.PS4.downloadDataSize
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.enterButtonAssignment
  name: enterButtonAssignment
  fullName: UnityEditor.PlayerSettings.PS4.enterButtonAssignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-enterButtonAssignment.html
  commentId: P:UnityEditor.PlayerSettings.PS4.enterButtonAssignment
  nameWithType: PlayerSettings.PS4.enterButtonAssignment
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.garlicHeapSize
  name: garlicHeapSize
  fullName: UnityEditor.PlayerSettings.PS4.garlicHeapSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-garlicHeapSize.html
  commentId: P:UnityEditor.PlayerSettings.PS4.garlicHeapSize
  nameWithType: PlayerSettings.PS4.garlicHeapSize
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.includedModules
  name: includedModules
  fullName: UnityEditor.PlayerSettings.PS4.includedModules
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-includedModules.html
  commentId: P:UnityEditor.PlayerSettings.PS4.includedModules
  nameWithType: PlayerSettings.PS4.includedModules
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.masterVersion
  name: masterVersion
  fullName: UnityEditor.PlayerSettings.PS4.masterVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-masterVersion.html
  commentId: P:UnityEditor.PlayerSettings.PS4.masterVersion
  nameWithType: PlayerSettings.PS4.masterVersion
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.monoEnv
  name: monoEnv
  fullName: UnityEditor.PlayerSettings.PS4.monoEnv
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-monoEnv.html
  commentId: P:UnityEditor.PlayerSettings.PS4.monoEnv
  nameWithType: PlayerSettings.PS4.monoEnv
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.npAgeRating
  name: npAgeRating
  fullName: UnityEditor.PlayerSettings.PS4.npAgeRating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-npAgeRating.html
  commentId: P:UnityEditor.PlayerSettings.PS4.npAgeRating
  nameWithType: PlayerSettings.PS4.npAgeRating
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.NPtitleDatPath
  name: NPtitleDatPath
  fullName: UnityEditor.PlayerSettings.PS4.NPtitleDatPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.NPtitleDatPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.NPtitleDatPath
  nameWithType: PlayerSettings.PS4.NPtitleDatPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.npTitleSecret
  name: npTitleSecret
  fullName: UnityEditor.PlayerSettings.PS4.npTitleSecret
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-npTitleSecret.html
  commentId: P:UnityEditor.PlayerSettings.PS4.npTitleSecret
  nameWithType: PlayerSettings.PS4.npTitleSecret
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.npTrophyPackPath
  name: npTrophyPackPath
  fullName: UnityEditor.PlayerSettings.PS4.npTrophyPackPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-npTrophyPackPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.npTrophyPackPath
  nameWithType: PlayerSettings.PS4.npTrophyPackPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.paramSfxPath
  name: paramSfxPath
  fullName: UnityEditor.PlayerSettings.PS4.paramSfxPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-paramSfxPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.paramSfxPath
  nameWithType: PlayerSettings.PS4.paramSfxPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.parentalLevel
  name: parentalLevel
  fullName: UnityEditor.PlayerSettings.PS4.parentalLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-parentalLevel.html
  commentId: P:UnityEditor.PlayerSettings.PS4.parentalLevel
  nameWithType: PlayerSettings.PS4.parentalLevel
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.passcode
  name: passcode
  fullName: UnityEditor.PlayerSettings.PS4.passcode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-passcode.html
  commentId: P:UnityEditor.PlayerSettings.PS4.passcode
  nameWithType: PlayerSettings.PS4.passcode
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.PatchChangeinfoPath
  name: PatchChangeinfoPath
  fullName: UnityEditor.PlayerSettings.PS4.PatchChangeinfoPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PatchChangeinfoPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.PatchChangeinfoPath
  nameWithType: PlayerSettings.PS4.PatchChangeinfoPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.patchDayOne
  name: patchDayOne
  fullName: UnityEditor.PlayerSettings.PS4.patchDayOne
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-patchDayOne.html
  commentId: P:UnityEditor.PlayerSettings.PS4.patchDayOne
  nameWithType: PlayerSettings.PS4.patchDayOne
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.PatchLatestPkgPath
  name: PatchLatestPkgPath
  fullName: UnityEditor.PlayerSettings.PS4.PatchLatestPkgPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PatchLatestPkgPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.PatchLatestPkgPath
  nameWithType: PlayerSettings.PS4.PatchLatestPkgPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.PatchPkgPath
  name: PatchPkgPath
  fullName: UnityEditor.PlayerSettings.PS4.PatchPkgPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PatchPkgPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.PatchPkgPath
  nameWithType: PlayerSettings.PS4.PatchPkgPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.playerPrefsSupport
  name: playerPrefsSupport
  fullName: UnityEditor.PlayerSettings.PS4.playerPrefsSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-playerPrefsSupport.html
  commentId: P:UnityEditor.PlayerSettings.PS4.playerPrefsSupport
  nameWithType: PlayerSettings.PS4.playerPrefsSupport
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings
  name: PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings
  fullName: UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.html
  commentId: T:UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings
  nameWithType: PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings
  type: Enum
- uid: UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.DynamicModeAtRuntime
  name: DynamicModeAtRuntime
  fullName: UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.DynamicModeAtRuntime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.DynamicModeAtRuntime.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.DynamicModeAtRuntime
  nameWithType: PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.DynamicModeAtRuntime
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.ForceDefault
  name: ForceDefault
  fullName: UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.ForceDefault
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.ForceDefault.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.ForceDefault
  nameWithType: PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.ForceDefault
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.PerUser
  name: PerUser
  fullName: UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.PerUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.PerUser.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.PerUser
  nameWithType: PlayerSettings.PS4.PlayStationVREyeToEyeDistanceSettings.PerUser
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.playTogetherPlayerCount
  name: playTogetherPlayerCount
  fullName: UnityEditor.PlayerSettings.PS4.playTogetherPlayerCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-playTogetherPlayerCount.html
  commentId: P:UnityEditor.PlayerSettings.PS4.playTogetherPlayerCount
  nameWithType: PlayerSettings.PS4.playTogetherPlayerCount
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.pnFriends
  name: pnFriends
  fullName: UnityEditor.PlayerSettings.PS4.pnFriends
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-pnFriends.html
  commentId: P:UnityEditor.PlayerSettings.PS4.pnFriends
  nameWithType: PlayerSettings.PS4.pnFriends
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.pnGameCustomData
  name: pnGameCustomData
  fullName: UnityEditor.PlayerSettings.PS4.pnGameCustomData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-pnGameCustomData.html
  commentId: P:UnityEditor.PlayerSettings.PS4.pnGameCustomData
  nameWithType: PlayerSettings.PS4.pnGameCustomData
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.pnPresence
  name: pnPresence
  fullName: UnityEditor.PlayerSettings.PS4.pnPresence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-pnPresence.html
  commentId: P:UnityEditor.PlayerSettings.PS4.pnPresence
  nameWithType: PlayerSettings.PS4.pnPresence
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.pnSessions
  name: pnSessions
  fullName: UnityEditor.PlayerSettings.PS4.pnSessions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-pnSessions.html
  commentId: P:UnityEditor.PlayerSettings.PS4.pnSessions
  nameWithType: PlayerSettings.PS4.pnSessions
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.PrivacyGuardImagePath
  name: PrivacyGuardImagePath
  fullName: UnityEditor.PlayerSettings.PS4.PrivacyGuardImagePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PrivacyGuardImagePath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.PrivacyGuardImagePath
  nameWithType: PlayerSettings.PS4.PrivacyGuardImagePath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.proGarlicHeapSize
  name: proGarlicHeapSize
  fullName: UnityEditor.PlayerSettings.PS4.proGarlicHeapSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-proGarlicHeapSize.html
  commentId: P:UnityEditor.PlayerSettings.PS4.proGarlicHeapSize
  nameWithType: PlayerSettings.PS4.proGarlicHeapSize
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.PronunciationSIGPath
  name: PronunciationSIGPath
  fullName: UnityEditor.PlayerSettings.PS4.PronunciationSIGPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PronunciationSIGPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.PronunciationSIGPath
  nameWithType: PlayerSettings.PS4.PronunciationSIGPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.PronunciationXMLPath
  name: PronunciationXMLPath
  fullName: UnityEditor.PlayerSettings.PS4.PronunciationXMLPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PronunciationXMLPath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.PronunciationXMLPath
  nameWithType: PlayerSettings.PS4.PronunciationXMLPath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.PS4AppCategory
  name: PlayerSettings.PS4.PS4AppCategory
  fullName: UnityEditor.PlayerSettings.PS4.PS4AppCategory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4AppCategory.html
  commentId: T:UnityEditor.PlayerSettings.PS4.PS4AppCategory
  nameWithType: PlayerSettings.PS4.PS4AppCategory
  type: Enum
- uid: UnityEditor.PlayerSettings.PS4.PS4AppCategory.Application
  name: Application
  fullName: UnityEditor.PlayerSettings.PS4.PS4AppCategory.Application
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4AppCategory.Application.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4AppCategory.Application
  nameWithType: PlayerSettings.PS4.PS4AppCategory.Application
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4AppCategory.Patch
  name: Patch
  fullName: UnityEditor.PlayerSettings.PS4.PS4AppCategory.Patch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4AppCategory.Patch.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4AppCategory.Patch
  nameWithType: PlayerSettings.PS4.PS4AppCategory.Patch
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4AppCategory.Remaster
  name: Remaster
  fullName: UnityEditor.PlayerSettings.PS4.PS4AppCategory.Remaster
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4AppCategory.Remaster.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4AppCategory.Remaster
  nameWithType: PlayerSettings.PS4.PS4AppCategory.Remaster
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment
  name: PlayerSettings.PS4.PS4EnterButtonAssignment
  fullName: UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4EnterButtonAssignment.html
  commentId: T:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment
  nameWithType: PlayerSettings.PS4.PS4EnterButtonAssignment
  type: Enum
- uid: UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CircleButton
  name: CircleButton
  fullName: UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CircleButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4EnterButtonAssignment.CircleButton.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CircleButton
  nameWithType: PlayerSettings.PS4.PS4EnterButtonAssignment.CircleButton
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CrossButton
  name: CrossButton
  fullName: UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CrossButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4EnterButtonAssignment.CrossButton.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CrossButton
  nameWithType: PlayerSettings.PS4.PS4EnterButtonAssignment.CrossButton
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment
  name: PlayerSettings.PS4.PS4RemotePlayKeyAssignment
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.html
  commentId: T:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment
  type: Enum
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.None
  name: None
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.None.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.None
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.None
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternA
  name: PatternA
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternA.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternA
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternA
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternB
  name: PatternB
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternB.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternB
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternB
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternC
  name: PatternC
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternC.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternC
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternC
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternD
  name: PatternD
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternD.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternD
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternD
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternE
  name: PatternE
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternE
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternE.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternE
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternE
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternF
  name: PatternF
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternF
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternF.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternF
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternF
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternG
  name: PatternG
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternG.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternG
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternG
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternH
  name: PatternH
  fullName: UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternH
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternH.html
  commentId: F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternH
  nameWithType: PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternH
  type: Field
- uid: UnityEditor.PlayerSettings.PS4.remotePlayKeyAssignment
  name: remotePlayKeyAssignment
  fullName: UnityEditor.PlayerSettings.PS4.remotePlayKeyAssignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-remotePlayKeyAssignment.html
  commentId: P:UnityEditor.PlayerSettings.PS4.remotePlayKeyAssignment
  nameWithType: PlayerSettings.PS4.remotePlayKeyAssignment
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.remotePlayKeyMappingDir
  name: remotePlayKeyMappingDir
  fullName: UnityEditor.PlayerSettings.PS4.remotePlayKeyMappingDir
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-remotePlayKeyMappingDir.html
  commentId: P:UnityEditor.PlayerSettings.PS4.remotePlayKeyMappingDir
  nameWithType: PlayerSettings.PS4.remotePlayKeyMappingDir
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.reprojectionSupport
  name: reprojectionSupport
  fullName: UnityEditor.PlayerSettings.PS4.reprojectionSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-reprojectionSupport.html
  commentId: P:UnityEditor.PlayerSettings.PS4.reprojectionSupport
  nameWithType: PlayerSettings.PS4.reprojectionSupport
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.restrictedAudioUsageRights
  name: restrictedAudioUsageRights
  fullName: UnityEditor.PlayerSettings.PS4.restrictedAudioUsageRights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-restrictedAudioUsageRights.html
  commentId: P:UnityEditor.PlayerSettings.PS4.restrictedAudioUsageRights
  nameWithType: PlayerSettings.PS4.restrictedAudioUsageRights
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.SaveDataImagePath
  name: SaveDataImagePath
  fullName: UnityEditor.PlayerSettings.PS4.SaveDataImagePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.SaveDataImagePath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.SaveDataImagePath
  nameWithType: PlayerSettings.PS4.SaveDataImagePath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.scriptOptimizationLevel
  name: scriptOptimizationLevel
  fullName: UnityEditor.PlayerSettings.PS4.scriptOptimizationLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-scriptOptimizationLevel.html
  commentId: P:UnityEditor.PlayerSettings.PS4.scriptOptimizationLevel
  nameWithType: PlayerSettings.PS4.scriptOptimizationLevel
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.SdkOverride
  name: SdkOverride
  fullName: UnityEditor.PlayerSettings.PS4.SdkOverride
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.SdkOverride.html
  commentId: P:UnityEditor.PlayerSettings.PS4.SdkOverride
  nameWithType: PlayerSettings.PS4.SdkOverride
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.ShareFilePath
  name: ShareFilePath
  fullName: UnityEditor.PlayerSettings.PS4.ShareFilePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.ShareFilePath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.ShareFilePath
  nameWithType: PlayerSettings.PS4.ShareFilePath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.ShareOverlayImagePath
  name: ShareOverlayImagePath
  fullName: UnityEditor.PlayerSettings.PS4.ShareOverlayImagePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.ShareOverlayImagePath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.ShareOverlayImagePath
  nameWithType: PlayerSettings.PS4.ShareOverlayImagePath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.socialScreenEnabled
  name: socialScreenEnabled
  fullName: UnityEditor.PlayerSettings.PS4.socialScreenEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-socialScreenEnabled.html
  commentId: P:UnityEditor.PlayerSettings.PS4.socialScreenEnabled
  nameWithType: PlayerSettings.PS4.socialScreenEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.StartupImagePath
  name: StartupImagePath
  fullName: UnityEditor.PlayerSettings.PS4.StartupImagePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4.StartupImagePath.html
  commentId: P:UnityEditor.PlayerSettings.PS4.StartupImagePath
  nameWithType: PlayerSettings.PS4.StartupImagePath
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.useAudio3dBackend
  name: useAudio3dBackend
  fullName: UnityEditor.PlayerSettings.PS4.useAudio3dBackend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-useAudio3dBackend.html
  commentId: P:UnityEditor.PlayerSettings.PS4.useAudio3dBackend
  nameWithType: PlayerSettings.PS4.useAudio3dBackend
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.useResolutionFallback
  name: useResolutionFallback
  fullName: UnityEditor.PlayerSettings.PS4.useResolutionFallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-useResolutionFallback.html
  commentId: P:UnityEditor.PlayerSettings.PS4.useResolutionFallback
  nameWithType: PlayerSettings.PS4.useResolutionFallback
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.videoOutBaseModeInitialWidth
  name: videoOutBaseModeInitialWidth
  fullName: UnityEditor.PlayerSettings.PS4.videoOutBaseModeInitialWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-videoOutBaseModeInitialWidth.html
  commentId: P:UnityEditor.PlayerSettings.PS4.videoOutBaseModeInitialWidth
  nameWithType: PlayerSettings.PS4.videoOutBaseModeInitialWidth
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.videoOutInitialWidth
  name: videoOutInitialWidth
  fullName: UnityEditor.PlayerSettings.PS4.videoOutInitialWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-videoOutInitialWidth.html
  commentId: P:UnityEditor.PlayerSettings.PS4.videoOutInitialWidth
  nameWithType: PlayerSettings.PS4.videoOutInitialWidth
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.videoOutPixelFormat
  name: videoOutPixelFormat
  fullName: UnityEditor.PlayerSettings.PS4.videoOutPixelFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-videoOutPixelFormat.html
  commentId: P:UnityEditor.PlayerSettings.PS4.videoOutPixelFormat
  nameWithType: PlayerSettings.PS4.videoOutPixelFormat
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.videoOutReprojectionRate
  name: videoOutReprojectionRate
  fullName: UnityEditor.PlayerSettings.PS4.videoOutReprojectionRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-videoOutReprojectionRate.html
  commentId: P:UnityEditor.PlayerSettings.PS4.videoOutReprojectionRate
  nameWithType: PlayerSettings.PS4.videoOutReprojectionRate
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.videoOutResolution
  name: videoOutResolution
  fullName: UnityEditor.PlayerSettings.PS4.videoOutResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-videoOutResolution.html
  commentId: P:UnityEditor.PlayerSettings.PS4.videoOutResolution
  nameWithType: PlayerSettings.PS4.videoOutResolution
  type: Property
- uid: UnityEditor.PlayerSettings.PS4.videoRecordingFeaturesUsed
  name: videoRecordingFeaturesUsed
  fullName: UnityEditor.PlayerSettings.PS4.videoRecordingFeaturesUsed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PS4-videoRecordingFeaturesUsed.html
  commentId: P:UnityEditor.PlayerSettings.PS4.videoRecordingFeaturesUsed
  nameWithType: PlayerSettings.PS4.videoRecordingFeaturesUsed
  type: Property
- uid: UnityEditor.PlayerSettings.PSM
  name: PlayerSettings.PSM
  fullName: UnityEditor.PlayerSettings.PSM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSM.html
  commentId: T:UnityEditor.PlayerSettings.PSM
  nameWithType: PlayerSettings.PSM
  type: Class
- uid: UnityEditor.PlayerSettings.PSVita
  name: PlayerSettings.PSVita
  fullName: UnityEditor.PlayerSettings.PSVita
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.html
  commentId: T:UnityEditor.PlayerSettings.PSVita
  nameWithType: PlayerSettings.PSVita
  type: Class
- uid: UnityEditor.PlayerSettings.PSVita.acquireBGM
  name: acquireBGM
  fullName: UnityEditor.PlayerSettings.PSVita.acquireBGM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-acquireBGM.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.acquireBGM
  nameWithType: PlayerSettings.PSVita.acquireBGM
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.AllowTwitterDialog
  name: AllowTwitterDialog
  fullName: UnityEditor.PlayerSettings.PSVita.AllowTwitterDialog
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.AllowTwitterDialog.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.AllowTwitterDialog
  nameWithType: PlayerSettings.PSVita.AllowTwitterDialog
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.appVersion
  name: appVersion
  fullName: UnityEditor.PlayerSettings.PSVita.appVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-appVersion.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.appVersion
  nameWithType: PlayerSettings.PSVita.appVersion
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.category
  name: category
  fullName: UnityEditor.PlayerSettings.PSVita.category
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-category.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.category
  nameWithType: PlayerSettings.PSVita.category
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.contentID
  name: contentID
  fullName: UnityEditor.PlayerSettings.PSVita.contentID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-contentID.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.contentID
  nameWithType: PlayerSettings.PSVita.contentID
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.drmType
  name: drmType
  fullName: UnityEditor.PlayerSettings.PSVita.drmType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-drmType.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.drmType
  nameWithType: PlayerSettings.PSVita.drmType
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.enterButtonAssignment
  name: enterButtonAssignment
  fullName: UnityEditor.PlayerSettings.PSVita.enterButtonAssignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-enterButtonAssignment.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.enterButtonAssignment
  nameWithType: PlayerSettings.PSVita.enterButtonAssignment
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.healthWarning
  name: healthWarning
  fullName: UnityEditor.PlayerSettings.PSVita.healthWarning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-healthWarning.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.healthWarning
  nameWithType: PlayerSettings.PSVita.healthWarning
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.infoBarColor
  name: infoBarColor
  fullName: UnityEditor.PlayerSettings.PSVita.infoBarColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-infoBarColor.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.infoBarColor
  nameWithType: PlayerSettings.PSVita.infoBarColor
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.infoBarOnStartup
  name: infoBarOnStartup
  fullName: UnityEditor.PlayerSettings.PSVita.infoBarOnStartup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-infoBarOnStartup.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.infoBarOnStartup
  nameWithType: PlayerSettings.PSVita.infoBarOnStartup
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.keystoneFile
  name: keystoneFile
  fullName: UnityEditor.PlayerSettings.PSVita.keystoneFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-keystoneFile.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.keystoneFile
  nameWithType: PlayerSettings.PSVita.keystoneFile
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.liveAreaBackroundPath
  name: liveAreaBackroundPath
  fullName: UnityEditor.PlayerSettings.PSVita.liveAreaBackroundPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-liveAreaBackroundPath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.liveAreaBackroundPath
  nameWithType: PlayerSettings.PSVita.liveAreaBackroundPath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.liveAreaGatePath
  name: liveAreaGatePath
  fullName: UnityEditor.PlayerSettings.PSVita.liveAreaGatePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-liveAreaGatePath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.liveAreaGatePath
  nameWithType: PlayerSettings.PSVita.liveAreaGatePath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.liveAreaPath
  name: liveAreaPath
  fullName: UnityEditor.PlayerSettings.PSVita.liveAreaPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-liveAreaPath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.liveAreaPath
  nameWithType: PlayerSettings.PSVita.liveAreaPath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.liveAreaTrialPath
  name: liveAreaTrialPath
  fullName: UnityEditor.PlayerSettings.PSVita.liveAreaTrialPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-liveAreaTrialPath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.liveAreaTrialPath
  nameWithType: PlayerSettings.PSVita.liveAreaTrialPath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.manualPath
  name: manualPath
  fullName: UnityEditor.PlayerSettings.PSVita.manualPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-manualPath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.manualPath
  nameWithType: PlayerSettings.PSVita.manualPath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.masterVersion
  name: masterVersion
  fullName: UnityEditor.PlayerSettings.PSVita.masterVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-masterVersion.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.masterVersion
  nameWithType: PlayerSettings.PSVita.masterVersion
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.mediaCapacity
  name: mediaCapacity
  fullName: UnityEditor.PlayerSettings.PSVita.mediaCapacity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-mediaCapacity.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.mediaCapacity
  nameWithType: PlayerSettings.PSVita.mediaCapacity
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.memoryExpansionMode
  name: memoryExpansionMode
  fullName: UnityEditor.PlayerSettings.PSVita.memoryExpansionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-memoryExpansionMode.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.memoryExpansionMode
  nameWithType: PlayerSettings.PSVita.memoryExpansionMode
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.npAgeRating
  name: npAgeRating
  fullName: UnityEditor.PlayerSettings.PSVita.npAgeRating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-npAgeRating.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.npAgeRating
  nameWithType: PlayerSettings.PSVita.npAgeRating
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.npCommsPassphrase
  name: npCommsPassphrase
  fullName: UnityEditor.PlayerSettings.PSVita.npCommsPassphrase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-npCommsPassphrase.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.npCommsPassphrase
  nameWithType: PlayerSettings.PSVita.npCommsPassphrase
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.npCommsSig
  name: npCommsSig
  fullName: UnityEditor.PlayerSettings.PSVita.npCommsSig
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-npCommsSig.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.npCommsSig
  nameWithType: PlayerSettings.PSVita.npCommsSig
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.npCommunicationsID
  name: npCommunicationsID
  fullName: UnityEditor.PlayerSettings.PSVita.npCommunicationsID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-npCommunicationsID.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.npCommunicationsID
  nameWithType: PlayerSettings.PSVita.npCommunicationsID
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.npSupportGBMorGJP
  name: npSupportGBMorGJP
  fullName: UnityEditor.PlayerSettings.PSVita.npSupportGBMorGJP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-npSupportGBMorGJP.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.npSupportGBMorGJP
  nameWithType: PlayerSettings.PSVita.npSupportGBMorGJP
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.npTitleDatPath
  name: npTitleDatPath
  fullName: UnityEditor.PlayerSettings.PSVita.npTitleDatPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-npTitleDatPath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.npTitleDatPath
  nameWithType: PlayerSettings.PSVita.npTitleDatPath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.npTrophyPackPath
  name: npTrophyPackPath
  fullName: UnityEditor.PlayerSettings.PSVita.npTrophyPackPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-npTrophyPackPath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.npTrophyPackPath
  nameWithType: PlayerSettings.PSVita.npTrophyPackPath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.packagePassword
  name: packagePassword
  fullName: UnityEditor.PlayerSettings.PSVita.packagePassword
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-packagePassword.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.packagePassword
  nameWithType: PlayerSettings.PSVita.packagePassword
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.paramSfxPath
  name: paramSfxPath
  fullName: UnityEditor.PlayerSettings.PSVita.paramSfxPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-paramSfxPath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.paramSfxPath
  nameWithType: PlayerSettings.PSVita.paramSfxPath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.parentalLevel
  name: parentalLevel
  fullName: UnityEditor.PlayerSettings.PSVita.parentalLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-parentalLevel.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.parentalLevel
  nameWithType: PlayerSettings.PSVita.parentalLevel
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.patchChangeInfoPath
  name: patchChangeInfoPath
  fullName: UnityEditor.PlayerSettings.PSVita.patchChangeInfoPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-patchChangeInfoPath.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.patchChangeInfoPath
  nameWithType: PlayerSettings.PSVita.patchChangeInfoPath
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.patchOriginalPackage
  name: patchOriginalPackage
  fullName: UnityEditor.PlayerSettings.PSVita.patchOriginalPackage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-patchOriginalPackage.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.patchOriginalPackage
  nameWithType: PlayerSettings.PSVita.patchOriginalPackage
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.powerMode
  name: powerMode
  fullName: UnityEditor.PlayerSettings.PSVita.powerMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-powerMode.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.powerMode
  nameWithType: PlayerSettings.PSVita.powerMode
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory
  name: PlayerSettings.PSVita.PSVitaAppCategory
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaAppCategory.html
  commentId: T:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory
  nameWithType: PlayerSettings.PSVita.PSVitaAppCategory
  type: Enum
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.Application
  name: Application
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.Application
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaAppCategory.Application.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.Application
  nameWithType: PlayerSettings.PSVita.PSVitaAppCategory.Application
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.ApplicationPatch
  name: ApplicationPatch
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.ApplicationPatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaAppCategory.ApplicationPatch.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.ApplicationPatch
  nameWithType: PlayerSettings.PSVita.PSVitaAppCategory.ApplicationPatch
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaDRMType
  name: PlayerSettings.PSVita.PSVitaDRMType
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaDRMType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaDRMType.html
  commentId: T:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType
  nameWithType: PlayerSettings.PSVita.PSVitaDRMType
  type: Enum
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.Free
  name: Free
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.Free
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaDRMType.Free.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.Free
  nameWithType: PlayerSettings.PSVita.PSVitaDRMType.Free
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.PaidFor
  name: PaidFor
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.PaidFor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaDRMType.PaidFor.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.PaidFor
  nameWithType: PlayerSettings.PSVita.PSVitaDRMType.PaidFor
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment
  name: PlayerSettings.PSVita.PSVitaEnterButtonAssignment
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaEnterButtonAssignment.html
  commentId: T:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment
  nameWithType: PlayerSettings.PSVita.PSVitaEnterButtonAssignment
  type: Enum
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CircleButton
  name: CircleButton
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CircleButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CircleButton.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CircleButton
  nameWithType: PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CircleButton
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CrossButton
  name: CrossButton
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CrossButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CrossButton.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CrossButton
  nameWithType: PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CrossButton
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.Default
  name: Default
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaEnterButtonAssignment.Default.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.Default
  nameWithType: PlayerSettings.PSVita.PSVitaEnterButtonAssignment.Default
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode
  name: PlayerSettings.PSVita.PSVitaMemoryExpansionMode
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaMemoryExpansionMode.html
  commentId: T:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode
  nameWithType: PlayerSettings.PSVita.PSVitaMemoryExpansionMode
  type: Enum
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy109MB
  name: ExpandBy109MB
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy109MB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy109MB.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy109MB
  nameWithType: PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy109MB
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy29MB
  name: ExpandBy29MB
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy29MB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy29MB.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy29MB
  nameWithType: PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy29MB
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy77MB
  name: ExpandBy77MB
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy77MB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy77MB.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy77MB
  nameWithType: PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy77MB
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.None
  name: None
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaMemoryExpansionMode.None.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.None
  nameWithType: PlayerSettings.PSVita.PSVitaMemoryExpansionMode.None
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode
  name: PlayerSettings.PSVita.PSVitaPowerMode
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaPowerMode.html
  commentId: T:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode
  nameWithType: PlayerSettings.PSVita.PSVitaPowerMode
  type: Enum
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeA
  name: ModeA
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaPowerMode.ModeA.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeA
  nameWithType: PlayerSettings.PSVita.PSVitaPowerMode.ModeA
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeB
  name: ModeB
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaPowerMode.ModeB.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeB
  nameWithType: PlayerSettings.PSVita.PSVitaPowerMode.ModeB
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeC
  name: ModeC
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaPowerMode.ModeC.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeC
  nameWithType: PlayerSettings.PSVita.PSVitaPowerMode.ModeC
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode
  name: PlayerSettings.PSVita.PSVitaTvBootMode
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaTvBootMode.html
  commentId: T:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode
  nameWithType: PlayerSettings.PSVita.PSVitaTvBootMode
  type: Enum
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.Default
  name: Default
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaTvBootMode.Default.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.Default
  nameWithType: PlayerSettings.PSVita.PSVitaTvBootMode.Default
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvBootable
  name: PSVitaBootablePSVitaTvBootable
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvBootable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvBootable.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvBootable
  nameWithType: PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvBootable
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvNotBootable
  name: PSVitaBootablePSVitaTvNotBootable
  fullName: UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvNotBootable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvNotBootable.html
  commentId: F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvNotBootable
  nameWithType: PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvNotBootable
  type: Field
- uid: UnityEditor.PlayerSettings.PSVita.saveDataQuota
  name: saveDataQuota
  fullName: UnityEditor.PlayerSettings.PSVita.saveDataQuota
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-saveDataQuota.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.saveDataQuota
  nameWithType: PlayerSettings.PSVita.saveDataQuota
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.scriptOptimizationLevel
  name: scriptOptimizationLevel
  fullName: UnityEditor.PlayerSettings.PSVita.scriptOptimizationLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-scriptOptimizationLevel.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.scriptOptimizationLevel
  nameWithType: PlayerSettings.PSVita.scriptOptimizationLevel
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.shortTitle
  name: shortTitle
  fullName: UnityEditor.PlayerSettings.PSVita.shortTitle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-shortTitle.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.shortTitle
  nameWithType: PlayerSettings.PSVita.shortTitle
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.storageType
  name: storageType
  fullName: UnityEditor.PlayerSettings.PSVita.storageType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-storageType.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.storageType
  nameWithType: PlayerSettings.PSVita.storageType
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.tvBootMode
  name: tvBootMode
  fullName: UnityEditor.PlayerSettings.PSVita.tvBootMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-tvBootMode.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.tvBootMode
  nameWithType: PlayerSettings.PSVita.tvBootMode
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.tvDisableEmu
  name: tvDisableEmu
  fullName: UnityEditor.PlayerSettings.PSVita.tvDisableEmu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-tvDisableEmu.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.tvDisableEmu
  nameWithType: PlayerSettings.PSVita.tvDisableEmu
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.upgradable
  name: upgradable
  fullName: UnityEditor.PlayerSettings.PSVita.upgradable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-upgradable.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.upgradable
  nameWithType: PlayerSettings.PSVita.upgradable
  type: Property
- uid: UnityEditor.PlayerSettings.PSVita.useLibLocation
  name: useLibLocation
  fullName: UnityEditor.PlayerSettings.PSVita.useLibLocation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.PSVita-useLibLocation.html
  commentId: P:UnityEditor.PlayerSettings.PSVita.useLibLocation
  nameWithType: PlayerSettings.PSVita.useLibLocation
  type: Property
- uid: UnityEditor.PlayerSettings.renderingPath
  name: renderingPath
  fullName: UnityEditor.PlayerSettings.renderingPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-renderingPath.html
  commentId: P:UnityEditor.PlayerSettings.renderingPath
  nameWithType: PlayerSettings.renderingPath
  type: Property
- uid: UnityEditor.PlayerSettings.resizableWindow
  name: resizableWindow
  fullName: UnityEditor.PlayerSettings.resizableWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-resizableWindow.html
  commentId: P:UnityEditor.PlayerSettings.resizableWindow
  nameWithType: PlayerSettings.resizableWindow
  type: Property
- uid: UnityEditor.PlayerSettings.resolutionDialogBanner
  name: resolutionDialogBanner
  fullName: UnityEditor.PlayerSettings.resolutionDialogBanner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-resolutionDialogBanner.html
  commentId: P:UnityEditor.PlayerSettings.resolutionDialogBanner
  nameWithType: PlayerSettings.resolutionDialogBanner
  type: Property
- uid: UnityEditor.PlayerSettings.runInBackground
  name: runInBackground
  fullName: UnityEditor.PlayerSettings.runInBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-runInBackground.html
  commentId: P:UnityEditor.PlayerSettings.runInBackground
  nameWithType: PlayerSettings.runInBackground
  type: Property
- uid: UnityEditor.PlayerSettings.SamsungTV
  name: PlayerSettings.SamsungTV
  fullName: UnityEditor.PlayerSettings.SamsungTV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.html
  commentId: T:UnityEditor.PlayerSettings.SamsungTV
  nameWithType: PlayerSettings.SamsungTV
  type: Class
- uid: UnityEditor.PlayerSettings.SamsungTV.deviceAddress
  name: deviceAddress
  fullName: UnityEditor.PlayerSettings.SamsungTV.deviceAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV-deviceAddress.html
  commentId: P:UnityEditor.PlayerSettings.SamsungTV.deviceAddress
  nameWithType: PlayerSettings.SamsungTV.deviceAddress
  type: Property
- uid: UnityEditor.PlayerSettings.SamsungTV.productAuthor
  name: productAuthor
  fullName: UnityEditor.PlayerSettings.SamsungTV.productAuthor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV-productAuthor.html
  commentId: P:UnityEditor.PlayerSettings.SamsungTV.productAuthor
  nameWithType: PlayerSettings.SamsungTV.productAuthor
  type: Property
- uid: UnityEditor.PlayerSettings.SamsungTV.productAuthorEmail
  name: productAuthorEmail
  fullName: UnityEditor.PlayerSettings.SamsungTV.productAuthorEmail
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV-productAuthorEmail.html
  commentId: P:UnityEditor.PlayerSettings.SamsungTV.productAuthorEmail
  nameWithType: PlayerSettings.SamsungTV.productAuthorEmail
  type: Property
- uid: UnityEditor.PlayerSettings.SamsungTV.productCategory
  name: productCategory
  fullName: UnityEditor.PlayerSettings.SamsungTV.productCategory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV-productCategory.html
  commentId: P:UnityEditor.PlayerSettings.SamsungTV.productCategory
  nameWithType: PlayerSettings.SamsungTV.productCategory
  type: Property
- uid: UnityEditor.PlayerSettings.SamsungTV.productDescription
  name: productDescription
  fullName: UnityEditor.PlayerSettings.SamsungTV.productDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV-productDescription.html
  commentId: P:UnityEditor.PlayerSettings.SamsungTV.productDescription
  nameWithType: PlayerSettings.SamsungTV.productDescription
  type: Property
- uid: UnityEditor.PlayerSettings.SamsungTV.productLink
  name: productLink
  fullName: UnityEditor.PlayerSettings.SamsungTV.productLink
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV-productLink.html
  commentId: P:UnityEditor.PlayerSettings.SamsungTV.productLink
  nameWithType: PlayerSettings.SamsungTV.productLink
  type: Property
- uid: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories
  name: PlayerSettings.SamsungTV.SamsungTVProductCategories
  fullName: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.SamsungTVProductCategories.html
  commentId: T:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories
  nameWithType: PlayerSettings.SamsungTV.SamsungTVProductCategories
  type: Enum
- uid: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Education
  name: Education
  fullName: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Education
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.SamsungTVProductCategories.Education.html
  commentId: F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Education
  nameWithType: PlayerSettings.SamsungTV.SamsungTVProductCategories.Education
  type: Field
- uid: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Games
  name: Games
  fullName: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Games
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.SamsungTVProductCategories.Games.html
  commentId: F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Games
  nameWithType: PlayerSettings.SamsungTV.SamsungTVProductCategories.Games
  type: Field
- uid: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Information
  name: Information
  fullName: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Information
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.SamsungTVProductCategories.Information.html
  commentId: F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Information
  nameWithType: PlayerSettings.SamsungTV.SamsungTVProductCategories.Information
  type: Field
- uid: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Kids
  name: Kids
  fullName: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Kids
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.SamsungTVProductCategories.Kids.html
  commentId: F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Kids
  nameWithType: PlayerSettings.SamsungTV.SamsungTVProductCategories.Kids
  type: Field
- uid: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Lifestyle
  name: Lifestyle
  fullName: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Lifestyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.SamsungTVProductCategories.Lifestyle.html
  commentId: F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Lifestyle
  nameWithType: PlayerSettings.SamsungTV.SamsungTVProductCategories.Lifestyle
  type: Field
- uid: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Sports
  name: Sports
  fullName: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Sports
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.SamsungTVProductCategories.Sports.html
  commentId: F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Sports
  nameWithType: PlayerSettings.SamsungTV.SamsungTVProductCategories.Sports
  type: Field
- uid: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Videos
  name: Videos
  fullName: UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Videos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SamsungTV.SamsungTVProductCategories.Videos.html
  commentId: F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Videos
  nameWithType: PlayerSettings.SamsungTV.SamsungTVProductCategories.Videos
  type: Field
- uid: UnityEditor.PlayerSettings.scriptingRuntimeVersion
  name: scriptingRuntimeVersion
  fullName: UnityEditor.PlayerSettings.scriptingRuntimeVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-scriptingRuntimeVersion.html
  commentId: P:UnityEditor.PlayerSettings.scriptingRuntimeVersion
  nameWithType: PlayerSettings.scriptingRuntimeVersion
  type: Property
- uid: UnityEditor.PlayerSettings.SetAdditionalIl2CppArgs(System.String)
  name: SetAdditionalIl2CppArgs(string)
  fullName: UnityEditor.PlayerSettings.SetAdditionalIl2CppArgs(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetAdditionalIl2CppArgs.html
  commentId: M:UnityEditor.PlayerSettings.SetAdditionalIl2CppArgs(System.String)
  nameWithType: PlayerSettings.SetAdditionalIl2CppArgs(string)
  type: Method
- uid: UnityEditor.PlayerSettings.SetApiCompatibilityLevel(UnityEditor.BuildTargetGroup,UnityEditor.ApiCompatibilityLevel)
  name: SetApiCompatibilityLevel(BuildTargetGroup, ApiCompatibilityLevel)
  fullName: UnityEditor.PlayerSettings.SetApiCompatibilityLevel(UnityEditor.BuildTargetGroup, UnityEditor.ApiCompatibilityLevel)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetApiCompatibilityLevel.html
  commentId: M:UnityEditor.PlayerSettings.SetApiCompatibilityLevel(UnityEditor.BuildTargetGroup,UnityEditor.ApiCompatibilityLevel)
  nameWithType: PlayerSettings.SetApiCompatibilityLevel(BuildTargetGroup, ApiCompatibilityLevel)
  type: Method
- uid: UnityEditor.PlayerSettings.SetApplicationIdentifier(UnityEditor.BuildTargetGroup,System.String)
  name: SetApplicationIdentifier(BuildTargetGroup, string)
  fullName: UnityEditor.PlayerSettings.SetApplicationIdentifier(UnityEditor.BuildTargetGroup, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetApplicationIdentifier.html
  commentId: M:UnityEditor.PlayerSettings.SetApplicationIdentifier(UnityEditor.BuildTargetGroup,System.String)
  nameWithType: PlayerSettings.SetApplicationIdentifier(BuildTargetGroup, string)
  type: Method
- uid: UnityEditor.PlayerSettings.SetArchitecture(UnityEditor.BuildTargetGroup,System.Int32)
  name: SetArchitecture(BuildTargetGroup, int)
  fullName: UnityEditor.PlayerSettings.SetArchitecture(UnityEditor.BuildTargetGroup, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetArchitecture.html
  commentId: M:UnityEditor.PlayerSettings.SetArchitecture(UnityEditor.BuildTargetGroup,System.Int32)
  nameWithType: PlayerSettings.SetArchitecture(BuildTargetGroup, int)
  type: Method
- uid: UnityEditor.PlayerSettings.SetAspectRatio(UnityEditor.AspectRatio,System.Boolean)
  name: SetAspectRatio(AspectRatio, bool)
  fullName: UnityEditor.PlayerSettings.SetAspectRatio(UnityEditor.AspectRatio, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetAspectRatio.html
  commentId: M:UnityEditor.PlayerSettings.SetAspectRatio(UnityEditor.AspectRatio,System.Boolean)
  nameWithType: PlayerSettings.SetAspectRatio(AspectRatio, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.SetGraphicsAPIs(UnityEditor.BuildTarget,UnityEngine.Rendering.GraphicsDeviceType[])
  name: SetGraphicsAPIs(BuildTarget, GraphicsDeviceType[])
  fullName: UnityEditor.PlayerSettings.SetGraphicsAPIs(UnityEditor.BuildTarget, UnityEngine.Rendering.GraphicsDeviceType[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetGraphicsAPIs.html
  commentId: M:UnityEditor.PlayerSettings.SetGraphicsAPIs(UnityEditor.BuildTarget,UnityEngine.Rendering.GraphicsDeviceType[])
  nameWithType: PlayerSettings.SetGraphicsAPIs(BuildTarget, GraphicsDeviceType[])
  type: Method
- uid: UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEngine.Texture2D[],UnityEditor.IconKind)
  name: SetIconsForTargetGroup(BuildTargetGroup, Texture2D[], IconKind)
  fullName: UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup, UnityEngine.Texture2D[], UnityEditor.IconKind)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetIconsForTargetGroup.html
  commentId: M:UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEngine.Texture2D[],UnityEditor.IconKind)
  nameWithType: PlayerSettings.SetIconsForTargetGroup(BuildTargetGroup, Texture2D[], IconKind)
  type: Method
- uid: UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEngine.Texture2D[],UnityEditor.IconKind[])
  name: SetIconsForTargetGroup(BuildTargetGroup, Texture2D[], IconKind[])
  fullName: UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup, UnityEngine.Texture2D[], UnityEditor.IconKind[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetIconsForTargetGroup.html
  commentId: M:UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEngine.Texture2D[],UnityEditor.IconKind[])
  nameWithType: PlayerSettings.SetIconsForTargetGroup(BuildTargetGroup, Texture2D[], IconKind[])
  type: Method
- uid: UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEngine.Texture2D[])
  name: SetIconsForTargetGroup(BuildTargetGroup, Texture2D[])
  fullName: UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup, UnityEngine.Texture2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetIconsForTargetGroup.html
  commentId: M:UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEngine.Texture2D[])
  nameWithType: PlayerSettings.SetIconsForTargetGroup(BuildTargetGroup, Texture2D[])
  type: Method
- uid: UnityEditor.PlayerSettings.SetIncrementalIl2CppBuild(UnityEditor.BuildTargetGroup,System.Boolean)
  name: SetIncrementalIl2CppBuild(BuildTargetGroup, bool)
  fullName: UnityEditor.PlayerSettings.SetIncrementalIl2CppBuild(UnityEditor.BuildTargetGroup, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetIncrementalIl2CppBuild.html
  commentId: M:UnityEditor.PlayerSettings.SetIncrementalIl2CppBuild(UnityEditor.BuildTargetGroup,System.Boolean)
  nameWithType: PlayerSettings.SetIncrementalIl2CppBuild(BuildTargetGroup, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.SetMobileMTRendering(UnityEditor.BuildTargetGroup,System.Boolean)
  name: SetMobileMTRendering(BuildTargetGroup, bool)
  fullName: UnityEditor.PlayerSettings.SetMobileMTRendering(UnityEditor.BuildTargetGroup, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetMobileMTRendering.html
  commentId: M:UnityEditor.PlayerSettings.SetMobileMTRendering(UnityEditor.BuildTargetGroup,System.Boolean)
  nameWithType: PlayerSettings.SetMobileMTRendering(BuildTargetGroup, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPlatformVuforiaEnabled(UnityEditor.BuildTargetGroup,System.Boolean)
  name: SetPlatformVuforiaEnabled(BuildTargetGroup, bool)
  fullName: UnityEditor.PlayerSettings.SetPlatformVuforiaEnabled(UnityEditor.BuildTargetGroup, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPlatformVuforiaEnabled.html
  commentId: M:UnityEditor.PlayerSettings.SetPlatformVuforiaEnabled(UnityEditor.BuildTargetGroup,System.Boolean)
  nameWithType: PlayerSettings.SetPlatformVuforiaEnabled(BuildTargetGroup, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyBool(System.String,System.Boolean,UnityEditor.BuildTarget)
  name: SetPropertyBool(string, bool, BuildTarget)
  fullName: UnityEditor.PlayerSettings.SetPropertyBool(string, bool, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyBool.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyBool(System.String,System.Boolean,UnityEditor.BuildTarget)
  nameWithType: PlayerSettings.SetPropertyBool(string, bool, BuildTarget)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyBool(System.String,System.Boolean,UnityEditor.BuildTargetGroup)
  name: SetPropertyBool(string, bool, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.SetPropertyBool(string, bool, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyBool.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyBool(System.String,System.Boolean,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.SetPropertyBool(string, bool, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyBool(System.String,System.Boolean)
  name: SetPropertyBool(string, bool)
  fullName: UnityEditor.PlayerSettings.SetPropertyBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyBool.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyBool(System.String,System.Boolean)
  nameWithType: PlayerSettings.SetPropertyBool(string, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyInt(System.String,System.Int32,UnityEditor.BuildTarget)
  name: SetPropertyInt(string, int, BuildTarget)
  fullName: UnityEditor.PlayerSettings.SetPropertyInt(string, int, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyInt.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyInt(System.String,System.Int32,UnityEditor.BuildTarget)
  nameWithType: PlayerSettings.SetPropertyInt(string, int, BuildTarget)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyInt(System.String,System.Int32,UnityEditor.BuildTargetGroup)
  name: SetPropertyInt(string, int, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.SetPropertyInt(string, int, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyInt.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyInt(System.String,System.Int32,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.SetPropertyInt(string, int, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyInt(System.String,System.Int32)
  name: SetPropertyInt(string, int)
  fullName: UnityEditor.PlayerSettings.SetPropertyInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyInt.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyInt(System.String,System.Int32)
  nameWithType: PlayerSettings.SetPropertyInt(string, int)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyString(System.String,System.String,UnityEditor.BuildTarget)
  name: SetPropertyString(string, string, BuildTarget)
  fullName: UnityEditor.PlayerSettings.SetPropertyString(string, string, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyString.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyString(System.String,System.String,UnityEditor.BuildTarget)
  nameWithType: PlayerSettings.SetPropertyString(string, string, BuildTarget)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyString(System.String,System.String,UnityEditor.BuildTargetGroup)
  name: SetPropertyString(string, string, BuildTargetGroup)
  fullName: UnityEditor.PlayerSettings.SetPropertyString(string, string, UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyString.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyString(System.String,System.String,UnityEditor.BuildTargetGroup)
  nameWithType: PlayerSettings.SetPropertyString(string, string, BuildTargetGroup)
  type: Method
- uid: UnityEditor.PlayerSettings.SetPropertyString(System.String,System.String)
  name: SetPropertyString(string, string)
  fullName: UnityEditor.PlayerSettings.SetPropertyString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetPropertyString.html
  commentId: M:UnityEditor.PlayerSettings.SetPropertyString(System.String,System.String)
  nameWithType: PlayerSettings.SetPropertyString(string, string)
  type: Method
- uid: UnityEditor.PlayerSettings.SetScriptingBackend(UnityEditor.BuildTargetGroup,UnityEditor.ScriptingImplementation)
  name: SetScriptingBackend(BuildTargetGroup, ScriptingImplementation)
  fullName: UnityEditor.PlayerSettings.SetScriptingBackend(UnityEditor.BuildTargetGroup, UnityEditor.ScriptingImplementation)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetScriptingBackend.html
  commentId: M:UnityEditor.PlayerSettings.SetScriptingBackend(UnityEditor.BuildTargetGroup,UnityEditor.ScriptingImplementation)
  nameWithType: PlayerSettings.SetScriptingBackend(BuildTargetGroup, ScriptingImplementation)
  type: Method
- uid: UnityEditor.PlayerSettings.SetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup,System.String)
  name: SetScriptingDefineSymbolsForGroup(BuildTargetGroup, string)
  fullName: UnityEditor.PlayerSettings.SetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetScriptingDefineSymbolsForGroup.html
  commentId: M:UnityEditor.PlayerSettings.SetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup,System.String)
  nameWithType: PlayerSettings.SetScriptingDefineSymbolsForGroup(BuildTargetGroup, string)
  type: Method
- uid: UnityEditor.PlayerSettings.SetStackTraceLogType(UnityEngine.LogType,UnityEngine.StackTraceLogType)
  name: SetStackTraceLogType(LogType, StackTraceLogType)
  fullName: UnityEditor.PlayerSettings.SetStackTraceLogType(UnityEngine.LogType, UnityEngine.StackTraceLogType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetStackTraceLogType.html
  commentId: M:UnityEditor.PlayerSettings.SetStackTraceLogType(UnityEngine.LogType,UnityEngine.StackTraceLogType)
  nameWithType: PlayerSettings.SetStackTraceLogType(LogType, StackTraceLogType)
  type: Method
- uid: UnityEditor.PlayerSettings.SetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget,System.Boolean)
  name: SetUseDefaultGraphicsAPIs(BuildTarget, bool)
  fullName: UnityEditor.PlayerSettings.SetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetUseDefaultGraphicsAPIs.html
  commentId: M:UnityEditor.PlayerSettings.SetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget,System.Boolean)
  nameWithType: PlayerSettings.SetUseDefaultGraphicsAPIs(BuildTarget, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.SetVirtualRealitySDKs(UnityEditor.BuildTargetGroup,System.String[])
  name: SetVirtualRealitySDKs(BuildTargetGroup, string[])
  fullName: UnityEditor.PlayerSettings.SetVirtualRealitySDKs(UnityEditor.BuildTargetGroup, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetVirtualRealitySDKs.html
  commentId: M:UnityEditor.PlayerSettings.SetVirtualRealitySDKs(UnityEditor.BuildTargetGroup,System.String[])
  nameWithType: PlayerSettings.SetVirtualRealitySDKs(BuildTargetGroup, string[])
  type: Method
- uid: UnityEditor.PlayerSettings.SetVirtualRealitySupported(UnityEditor.BuildTargetGroup,System.Boolean)
  name: SetVirtualRealitySupported(BuildTargetGroup, bool)
  fullName: UnityEditor.PlayerSettings.SetVirtualRealitySupported(UnityEditor.BuildTargetGroup, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SetVirtualRealitySupported.html
  commentId: M:UnityEditor.PlayerSettings.SetVirtualRealitySupported(UnityEditor.BuildTargetGroup,System.Boolean)
  nameWithType: PlayerSettings.SetVirtualRealitySupported(BuildTargetGroup, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.showUnitySplashScreen
  name: showUnitySplashScreen
  fullName: UnityEditor.PlayerSettings.showUnitySplashScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-showUnitySplashScreen.html
  commentId: P:UnityEditor.PlayerSettings.showUnitySplashScreen
  nameWithType: PlayerSettings.showUnitySplashScreen
  type: Property
- uid: UnityEditor.PlayerSettings.singlePassStereoRendering
  name: singlePassStereoRendering
  fullName: UnityEditor.PlayerSettings.singlePassStereoRendering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-singlePassStereoRendering.html
  commentId: P:UnityEditor.PlayerSettings.singlePassStereoRendering
  nameWithType: PlayerSettings.singlePassStereoRendering
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen
  name: PlayerSettings.SplashScreen
  fullName: UnityEditor.PlayerSettings.SplashScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.html
  commentId: T:UnityEditor.PlayerSettings.SplashScreen
  nameWithType: PlayerSettings.SplashScreen
  type: Class
- uid: UnityEditor.PlayerSettings.SplashScreen.animationBackgroundZoom
  name: animationBackgroundZoom
  fullName: UnityEditor.PlayerSettings.SplashScreen.animationBackgroundZoom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-animationBackgroundZoom.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.animationBackgroundZoom
  nameWithType: PlayerSettings.SplashScreen.animationBackgroundZoom
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.animationLogoZoom
  name: animationLogoZoom
  fullName: UnityEditor.PlayerSettings.SplashScreen.animationLogoZoom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-animationLogoZoom.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.animationLogoZoom
  nameWithType: PlayerSettings.SplashScreen.animationLogoZoom
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.animationMode
  name: animationMode
  fullName: UnityEditor.PlayerSettings.SplashScreen.animationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-animationMode.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.animationMode
  nameWithType: PlayerSettings.SplashScreen.animationMode
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.AnimationMode
  name: PlayerSettings.SplashScreen.AnimationMode
  fullName: UnityEditor.PlayerSettings.SplashScreen.AnimationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.AnimationMode.html
  commentId: T:UnityEditor.PlayerSettings.SplashScreen.AnimationMode
  nameWithType: PlayerSettings.SplashScreen.AnimationMode
  type: Enum
- uid: UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Custom
  name: Custom
  fullName: UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.AnimationMode.Custom.html
  commentId: F:UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Custom
  nameWithType: PlayerSettings.SplashScreen.AnimationMode.Custom
  type: Field
- uid: UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Dolly
  name: Dolly
  fullName: UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Dolly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.AnimationMode.Dolly.html
  commentId: F:UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Dolly
  nameWithType: PlayerSettings.SplashScreen.AnimationMode.Dolly
  type: Field
- uid: UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Static
  name: Static
  fullName: UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Static
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.AnimationMode.Static.html
  commentId: F:UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Static
  nameWithType: PlayerSettings.SplashScreen.AnimationMode.Static
  type: Field
- uid: UnityEditor.PlayerSettings.SplashScreen.background
  name: background
  fullName: UnityEditor.PlayerSettings.SplashScreen.background
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-background.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.background
  nameWithType: PlayerSettings.SplashScreen.background
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.backgroundColor
  name: backgroundColor
  fullName: UnityEditor.PlayerSettings.SplashScreen.backgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-backgroundColor.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.backgroundColor
  nameWithType: PlayerSettings.SplashScreen.backgroundColor
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.backgroundPortrait
  name: backgroundPortrait
  fullName: UnityEditor.PlayerSettings.SplashScreen.backgroundPortrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-backgroundPortrait.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.backgroundPortrait
  nameWithType: PlayerSettings.SplashScreen.backgroundPortrait
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.drawMode
  name: drawMode
  fullName: UnityEditor.PlayerSettings.SplashScreen.drawMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-drawMode.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.drawMode
  nameWithType: PlayerSettings.SplashScreen.drawMode
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.DrawMode
  name: PlayerSettings.SplashScreen.DrawMode
  fullName: UnityEditor.PlayerSettings.SplashScreen.DrawMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.DrawMode.html
  commentId: T:UnityEditor.PlayerSettings.SplashScreen.DrawMode
  nameWithType: PlayerSettings.SplashScreen.DrawMode
  type: Enum
- uid: UnityEditor.PlayerSettings.SplashScreen.DrawMode.AllSequential
  name: AllSequential
  fullName: UnityEditor.PlayerSettings.SplashScreen.DrawMode.AllSequential
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.DrawMode.AllSequential.html
  commentId: F:UnityEditor.PlayerSettings.SplashScreen.DrawMode.AllSequential
  nameWithType: PlayerSettings.SplashScreen.DrawMode.AllSequential
  type: Field
- uid: UnityEditor.PlayerSettings.SplashScreen.DrawMode.UnityLogoBelow
  name: UnityLogoBelow
  fullName: UnityEditor.PlayerSettings.SplashScreen.DrawMode.UnityLogoBelow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.DrawMode.UnityLogoBelow.html
  commentId: F:UnityEditor.PlayerSettings.SplashScreen.DrawMode.UnityLogoBelow
  nameWithType: PlayerSettings.SplashScreen.DrawMode.UnityLogoBelow
  type: Field
- uid: UnityEditor.PlayerSettings.SplashScreen.logos
  name: logos
  fullName: UnityEditor.PlayerSettings.SplashScreen.logos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-logos.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.logos
  nameWithType: PlayerSettings.SplashScreen.logos
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.overlayOpacity
  name: overlayOpacity
  fullName: UnityEditor.PlayerSettings.SplashScreen.overlayOpacity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-overlayOpacity.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.overlayOpacity
  nameWithType: PlayerSettings.SplashScreen.overlayOpacity
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.show
  name: show
  fullName: UnityEditor.PlayerSettings.SplashScreen.show
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-show.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.show
  nameWithType: PlayerSettings.SplashScreen.show
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.showUnityLogo
  name: showUnityLogo
  fullName: UnityEditor.PlayerSettings.SplashScreen.showUnityLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-showUnityLogo.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.showUnityLogo
  nameWithType: PlayerSettings.SplashScreen.showUnityLogo
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.unityLogoStyle
  name: unityLogoStyle
  fullName: UnityEditor.PlayerSettings.SplashScreen.unityLogoStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen-unityLogoStyle.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreen.unityLogoStyle
  nameWithType: PlayerSettings.SplashScreen.unityLogoStyle
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle
  name: PlayerSettings.SplashScreen.UnityLogoStyle
  fullName: UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.UnityLogoStyle.html
  commentId: T:UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle
  nameWithType: PlayerSettings.SplashScreen.UnityLogoStyle
  type: Enum
- uid: UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle.DarkOnLight
  name: DarkOnLight
  fullName: UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle.DarkOnLight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.UnityLogoStyle.DarkOnLight.html
  commentId: F:UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle.DarkOnLight
  nameWithType: PlayerSettings.SplashScreen.UnityLogoStyle.DarkOnLight
  type: Field
- uid: UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle.LightOnDark
  name: LightOnDark
  fullName: UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle.LightOnDark
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreen.UnityLogoStyle.LightOnDark.html
  commentId: F:UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle.LightOnDark
  nameWithType: PlayerSettings.SplashScreen.UnityLogoStyle.LightOnDark
  type: Field
- uid: UnityEditor.PlayerSettings.SplashScreenLogo
  name: PlayerSettings.SplashScreenLogo
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo.html
  commentId: T:UnityEditor.PlayerSettings.SplashScreenLogo
  nameWithType: PlayerSettings.SplashScreenLogo
  type: Struct
- uid: UnityEditor.PlayerSettings.SplashScreenLogo.Create
  name: Create()
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo.Create()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo.Create.html
  commentId: M:UnityEditor.PlayerSettings.SplashScreenLogo.Create
  nameWithType: PlayerSettings.SplashScreenLogo.Create()
  type: Method
- uid: UnityEditor.PlayerSettings.SplashScreenLogo.Create(System.Single,UnityEngine.Sprite)
  name: Create(float, Sprite)
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo.Create(float, UnityEngine.Sprite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo.Create.html
  commentId: M:UnityEditor.PlayerSettings.SplashScreenLogo.Create(System.Single,UnityEngine.Sprite)
  nameWithType: PlayerSettings.SplashScreenLogo.Create(float, Sprite)
  type: Method
- uid: UnityEditor.PlayerSettings.SplashScreenLogo.Create(System.Single)
  name: Create(float)
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo.Create(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo.Create.html
  commentId: M:UnityEditor.PlayerSettings.SplashScreenLogo.Create(System.Single)
  nameWithType: PlayerSettings.SplashScreenLogo.Create(float)
  type: Method
- uid: UnityEditor.PlayerSettings.SplashScreenLogo.CreateWithUnityLogo
  name: CreateWithUnityLogo()
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo.CreateWithUnityLogo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo.CreateWithUnityLogo.html
  commentId: M:UnityEditor.PlayerSettings.SplashScreenLogo.CreateWithUnityLogo
  nameWithType: PlayerSettings.SplashScreenLogo.CreateWithUnityLogo()
  type: Method
- uid: UnityEditor.PlayerSettings.SplashScreenLogo.CreateWithUnityLogo(System.Single)
  name: CreateWithUnityLogo(float)
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo.CreateWithUnityLogo(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo.CreateWithUnityLogo.html
  commentId: M:UnityEditor.PlayerSettings.SplashScreenLogo.CreateWithUnityLogo(System.Single)
  nameWithType: PlayerSettings.SplashScreenLogo.CreateWithUnityLogo(float)
  type: Method
- uid: UnityEditor.PlayerSettings.SplashScreenLogo.duration
  name: duration
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo-duration.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreenLogo.duration
  nameWithType: PlayerSettings.SplashScreenLogo.duration
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreenLogo.logo
  name: logo
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo.logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo-logo.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreenLogo.logo
  nameWithType: PlayerSettings.SplashScreenLogo.logo
  type: Property
- uid: UnityEditor.PlayerSettings.SplashScreenLogo.unityLogo
  name: unityLogo
  fullName: UnityEditor.PlayerSettings.SplashScreenLogo.unityLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.SplashScreenLogo-unityLogo.html
  commentId: P:UnityEditor.PlayerSettings.SplashScreenLogo.unityLogo
  nameWithType: PlayerSettings.SplashScreenLogo.unityLogo
  type: Property
- uid: UnityEditor.PlayerSettings.splashScreenStyle
  name: splashScreenStyle
  fullName: UnityEditor.PlayerSettings.splashScreenStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-splashScreenStyle.html
  commentId: P:UnityEditor.PlayerSettings.splashScreenStyle
  nameWithType: PlayerSettings.splashScreenStyle
  type: Property
- uid: UnityEditor.PlayerSettings.statusBarHidden
  name: statusBarHidden
  fullName: UnityEditor.PlayerSettings.statusBarHidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-statusBarHidden.html
  commentId: P:UnityEditor.PlayerSettings.statusBarHidden
  nameWithType: PlayerSettings.statusBarHidden
  type: Property
- uid: UnityEditor.PlayerSettings.stereoRenderingPath
  name: stereoRenderingPath
  fullName: UnityEditor.PlayerSettings.stereoRenderingPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-stereoRenderingPath.html
  commentId: P:UnityEditor.PlayerSettings.stereoRenderingPath
  nameWithType: PlayerSettings.stereoRenderingPath
  type: Property
- uid: UnityEditor.PlayerSettings.stereoscopic3D
  name: stereoscopic3D
  fullName: UnityEditor.PlayerSettings.stereoscopic3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-stereoscopic3D.html
  commentId: P:UnityEditor.PlayerSettings.stereoscopic3D
  nameWithType: PlayerSettings.stereoscopic3D
  type: Property
- uid: UnityEditor.PlayerSettings.stripEngineCode
  name: stripEngineCode
  fullName: UnityEditor.PlayerSettings.stripEngineCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-stripEngineCode.html
  commentId: P:UnityEditor.PlayerSettings.stripEngineCode
  nameWithType: PlayerSettings.stripEngineCode
  type: Property
- uid: UnityEditor.PlayerSettings.strippingLevel
  name: strippingLevel
  fullName: UnityEditor.PlayerSettings.strippingLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-strippingLevel.html
  commentId: P:UnityEditor.PlayerSettings.strippingLevel
  nameWithType: PlayerSettings.strippingLevel
  type: Property
- uid: UnityEditor.PlayerSettings.stripUnusedMeshComponents
  name: stripUnusedMeshComponents
  fullName: UnityEditor.PlayerSettings.stripUnusedMeshComponents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-stripUnusedMeshComponents.html
  commentId: P:UnityEditor.PlayerSettings.stripUnusedMeshComponents
  nameWithType: PlayerSettings.stripUnusedMeshComponents
  type: Property
- uid: UnityEditor.PlayerSettings.Switch
  name: PlayerSettings.Switch
  fullName: UnityEditor.PlayerSettings.Switch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.html
  commentId: T:UnityEditor.PlayerSettings.Switch
  nameWithType: PlayerSettings.Switch
  type: Class
- uid: UnityEditor.PlayerSettings.Switch.accessibleURLPath
  name: accessibleURLPath
  fullName: UnityEditor.PlayerSettings.Switch.accessibleURLPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-accessibleURLPath.html
  commentId: P:UnityEditor.PlayerSettings.Switch.accessibleURLPath
  nameWithType: PlayerSettings.Switch.accessibleURLPath
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.applicationAttribute
  name: applicationAttribute
  fullName: UnityEditor.PlayerSettings.Switch.applicationAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-applicationAttribute.html
  commentId: P:UnityEditor.PlayerSettings.Switch.applicationAttribute
  nameWithType: PlayerSettings.Switch.applicationAttribute
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.ApplicationAttribute
  name: PlayerSettings.Switch.ApplicationAttribute
  fullName: UnityEditor.PlayerSettings.Switch.ApplicationAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.ApplicationAttribute.html
  commentId: T:UnityEditor.PlayerSettings.Switch.ApplicationAttribute
  nameWithType: PlayerSettings.Switch.ApplicationAttribute
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.ApplicationAttribute.Demo
  name: Demo
  fullName: UnityEditor.PlayerSettings.Switch.ApplicationAttribute.Demo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.ApplicationAttribute.Demo.html
  commentId: F:UnityEditor.PlayerSettings.Switch.ApplicationAttribute.Demo
  nameWithType: PlayerSettings.Switch.ApplicationAttribute.Demo
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.ApplicationAttribute.None
  name: None
  fullName: UnityEditor.PlayerSettings.Switch.ApplicationAttribute.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.ApplicationAttribute.None.html
  commentId: F:UnityEditor.PlayerSettings.Switch.ApplicationAttribute.None
  nameWithType: PlayerSettings.Switch.ApplicationAttribute.None
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.applicationErrorCodeCategory
  name: applicationErrorCodeCategory
  fullName: UnityEditor.PlayerSettings.Switch.applicationErrorCodeCategory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-applicationErrorCodeCategory.html
  commentId: P:UnityEditor.PlayerSettings.Switch.applicationErrorCodeCategory
  nameWithType: PlayerSettings.Switch.applicationErrorCodeCategory
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.applicationID
  name: applicationID
  fullName: UnityEditor.PlayerSettings.Switch.applicationID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-applicationID.html
  commentId: P:UnityEditor.PlayerSettings.Switch.applicationID
  nameWithType: PlayerSettings.Switch.applicationID
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.cardSpecClock
  name: cardSpecClock
  fullName: UnityEditor.PlayerSettings.Switch.cardSpecClock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-cardSpecClock.html
  commentId: P:UnityEditor.PlayerSettings.Switch.cardSpecClock
  nameWithType: PlayerSettings.Switch.cardSpecClock
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.cardSpecSize
  name: cardSpecSize
  fullName: UnityEditor.PlayerSettings.Switch.cardSpecSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-cardSpecSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.cardSpecSize
  nameWithType: PlayerSettings.Switch.cardSpecSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.displayVersion
  name: displayVersion
  fullName: UnityEditor.PlayerSettings.Switch.displayVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-displayVersion.html
  commentId: P:UnityEditor.PlayerSettings.Switch.displayVersion
  nameWithType: PlayerSettings.Switch.displayVersion
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.GetRatingAge(UnityEditor.PlayerSettings.Switch.RatingCategories)
  name: GetRatingAge(RatingCategories)
  fullName: UnityEditor.PlayerSettings.Switch.GetRatingAge(UnityEditor.PlayerSettings.Switch.RatingCategories)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.GetRatingAge.html
  commentId: M:UnityEditor.PlayerSettings.Switch.GetRatingAge(UnityEditor.PlayerSettings.Switch.RatingCategories)
  nameWithType: PlayerSettings.Switch.GetRatingAge(PlayerSettings.Switch.RatingCategories)
  type: Method
- uid: UnityEditor.PlayerSettings.Switch.icons
  name: icons
  fullName: UnityEditor.PlayerSettings.Switch.icons
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-icons.html
  commentId: P:UnityEditor.PlayerSettings.Switch.icons
  nameWithType: PlayerSettings.Switch.icons
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.isAllowsScreenshot
  name: isAllowsScreenshot
  fullName: UnityEditor.PlayerSettings.Switch.isAllowsScreenshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-isAllowsScreenshot.html
  commentId: P:UnityEditor.PlayerSettings.Switch.isAllowsScreenshot
  nameWithType: PlayerSettings.Switch.isAllowsScreenshot
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.isDataLossConfirmation
  name: isDataLossConfirmation
  fullName: UnityEditor.PlayerSettings.Switch.isDataLossConfirmation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-isDataLossConfirmation.html
  commentId: P:UnityEditor.PlayerSettings.Switch.isDataLossConfirmation
  nameWithType: PlayerSettings.Switch.isDataLossConfirmation
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.isDataLossConfirmationEnabled
  name: isDataLossConfirmationEnabled
  fullName: UnityEditor.PlayerSettings.Switch.isDataLossConfirmationEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-isDataLossConfirmationEnabled.html
  commentId: P:UnityEditor.PlayerSettings.Switch.isDataLossConfirmationEnabled
  nameWithType: PlayerSettings.Switch.isDataLossConfirmationEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.isRuntimeAddOnContentInstallEnabled
  name: isRuntimeAddOnContentInstallEnabled
  fullName: UnityEditor.PlayerSettings.Switch.isRuntimeAddOnContentInstallEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-isRuntimeAddOnContentInstallEnabled.html
  commentId: P:UnityEditor.PlayerSettings.Switch.isRuntimeAddOnContentInstallEnabled
  nameWithType: PlayerSettings.Switch.isRuntimeAddOnContentInstallEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.isScreenshotEnabled
  name: isScreenshotEnabled
  fullName: UnityEditor.PlayerSettings.Switch.isScreenshotEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-isScreenshotEnabled.html
  commentId: P:UnityEditor.PlayerSettings.Switch.isScreenshotEnabled
  nameWithType: PlayerSettings.Switch.isScreenshotEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.isUnderParentalControl
  name: isUnderParentalControl
  fullName: UnityEditor.PlayerSettings.Switch.isUnderParentalControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-isUnderParentalControl.html
  commentId: P:UnityEditor.PlayerSettings.Switch.isUnderParentalControl
  nameWithType: PlayerSettings.Switch.isUnderParentalControl
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.isVideoCapturingEnabled
  name: isVideoCapturingEnabled
  fullName: UnityEditor.PlayerSettings.Switch.isVideoCapturingEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-isVideoCapturingEnabled.html
  commentId: P:UnityEditor.PlayerSettings.Switch.isVideoCapturingEnabled
  nameWithType: PlayerSettings.Switch.isVideoCapturingEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.Languages
  name: PlayerSettings.Switch.Languages
  fullName: UnityEditor.PlayerSettings.Switch.Languages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.html
  commentId: T:UnityEditor.PlayerSettings.Switch.Languages
  nameWithType: PlayerSettings.Switch.Languages
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.Languages.AmericanEnglish
  name: AmericanEnglish
  fullName: UnityEditor.PlayerSettings.Switch.Languages.AmericanEnglish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.AmericanEnglish.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.AmericanEnglish
  nameWithType: PlayerSettings.Switch.Languages.AmericanEnglish
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.BritishEnglish
  name: BritishEnglish
  fullName: UnityEditor.PlayerSettings.Switch.Languages.BritishEnglish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.BritishEnglish.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.BritishEnglish
  nameWithType: PlayerSettings.Switch.Languages.BritishEnglish
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.CanadianFrench
  name: CanadianFrench
  fullName: UnityEditor.PlayerSettings.Switch.Languages.CanadianFrench
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.CanadianFrench.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.CanadianFrench
  nameWithType: PlayerSettings.Switch.Languages.CanadianFrench
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.Dutch
  name: Dutch
  fullName: UnityEditor.PlayerSettings.Switch.Languages.Dutch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.Dutch.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.Dutch
  nameWithType: PlayerSettings.Switch.Languages.Dutch
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.French
  name: French
  fullName: UnityEditor.PlayerSettings.Switch.Languages.French
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.French.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.French
  nameWithType: PlayerSettings.Switch.Languages.French
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.German
  name: German
  fullName: UnityEditor.PlayerSettings.Switch.Languages.German
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.German.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.German
  nameWithType: PlayerSettings.Switch.Languages.German
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.Italian
  name: Italian
  fullName: UnityEditor.PlayerSettings.Switch.Languages.Italian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.Italian.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.Italian
  nameWithType: PlayerSettings.Switch.Languages.Italian
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.Japanese
  name: Japanese
  fullName: UnityEditor.PlayerSettings.Switch.Languages.Japanese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.Japanese.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.Japanese
  nameWithType: PlayerSettings.Switch.Languages.Japanese
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.Korean
  name: Korean
  fullName: UnityEditor.PlayerSettings.Switch.Languages.Korean
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.Korean.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.Korean
  nameWithType: PlayerSettings.Switch.Languages.Korean
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.LatinAmericanSpanish
  name: LatinAmericanSpanish
  fullName: UnityEditor.PlayerSettings.Switch.Languages.LatinAmericanSpanish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.LatinAmericanSpanish.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.LatinAmericanSpanish
  nameWithType: PlayerSettings.Switch.Languages.LatinAmericanSpanish
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.Portuguese
  name: Portuguese
  fullName: UnityEditor.PlayerSettings.Switch.Languages.Portuguese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.Portuguese.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.Portuguese
  nameWithType: PlayerSettings.Switch.Languages.Portuguese
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.Russian
  name: Russian
  fullName: UnityEditor.PlayerSettings.Switch.Languages.Russian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.Russian.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.Russian
  nameWithType: PlayerSettings.Switch.Languages.Russian
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.SimplifiedChinese
  name: SimplifiedChinese
  fullName: UnityEditor.PlayerSettings.Switch.Languages.SimplifiedChinese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.SimplifiedChinese.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.SimplifiedChinese
  nameWithType: PlayerSettings.Switch.Languages.SimplifiedChinese
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.Spanish
  name: Spanish
  fullName: UnityEditor.PlayerSettings.Switch.Languages.Spanish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.Spanish.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.Spanish
  nameWithType: PlayerSettings.Switch.Languages.Spanish
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.Languages.TraditionalChinese
  name: TraditionalChinese
  fullName: UnityEditor.PlayerSettings.Switch.Languages.TraditionalChinese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.Languages.TraditionalChinese.html
  commentId: F:UnityEditor.PlayerSettings.Switch.Languages.TraditionalChinese
  nameWithType: PlayerSettings.Switch.Languages.TraditionalChinese
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.legalInformationPath
  name: legalInformationPath
  fullName: UnityEditor.PlayerSettings.Switch.legalInformationPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-legalInformationPath.html
  commentId: P:UnityEditor.PlayerSettings.Switch.legalInformationPath
  nameWithType: PlayerSettings.Switch.legalInformationPath
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.localCommunicationIds
  name: localCommunicationIds
  fullName: UnityEditor.PlayerSettings.Switch.localCommunicationIds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-localCommunicationIds.html
  commentId: P:UnityEditor.PlayerSettings.Switch.localCommunicationIds
  nameWithType: PlayerSettings.Switch.localCommunicationIds
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.logoHandling
  name: logoHandling
  fullName: UnityEditor.PlayerSettings.Switch.logoHandling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-logoHandling.html
  commentId: P:UnityEditor.PlayerSettings.Switch.logoHandling
  nameWithType: PlayerSettings.Switch.logoHandling
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.LogoHandling
  name: PlayerSettings.Switch.LogoHandling
  fullName: UnityEditor.PlayerSettings.Switch.LogoHandling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.LogoHandling.html
  commentId: T:UnityEditor.PlayerSettings.Switch.LogoHandling
  nameWithType: PlayerSettings.Switch.LogoHandling
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.LogoHandling.Auto
  name: Auto
  fullName: UnityEditor.PlayerSettings.Switch.LogoHandling.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.LogoHandling.Auto.html
  commentId: F:UnityEditor.PlayerSettings.Switch.LogoHandling.Auto
  nameWithType: PlayerSettings.Switch.LogoHandling.Auto
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.LogoHandling.Manual
  name: Manual
  fullName: UnityEditor.PlayerSettings.Switch.LogoHandling.Manual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.LogoHandling.Manual.html
  commentId: F:UnityEditor.PlayerSettings.Switch.LogoHandling.Manual
  nameWithType: PlayerSettings.Switch.LogoHandling.Manual
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.logoType
  name: logoType
  fullName: UnityEditor.PlayerSettings.Switch.logoType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-logoType.html
  commentId: P:UnityEditor.PlayerSettings.Switch.logoType
  nameWithType: PlayerSettings.Switch.logoType
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.LogoType
  name: PlayerSettings.Switch.LogoType
  fullName: UnityEditor.PlayerSettings.Switch.LogoType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.LogoType.html
  commentId: T:UnityEditor.PlayerSettings.Switch.LogoType
  nameWithType: PlayerSettings.Switch.LogoType
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.LogoType.LicensedByNintendo
  name: LicensedByNintendo
  fullName: UnityEditor.PlayerSettings.Switch.LogoType.LicensedByNintendo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.LogoType.LicensedByNintendo.html
  commentId: F:UnityEditor.PlayerSettings.Switch.LogoType.LicensedByNintendo
  nameWithType: PlayerSettings.Switch.LogoType.LicensedByNintendo
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.LogoType.Nintendo
  name: Nintendo
  fullName: UnityEditor.PlayerSettings.Switch.LogoType.Nintendo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.LogoType.Nintendo.html
  commentId: F:UnityEditor.PlayerSettings.Switch.LogoType.Nintendo
  nameWithType: PlayerSettings.Switch.LogoType.Nintendo
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.mainThreadStackSize
  name: mainThreadStackSize
  fullName: UnityEditor.PlayerSettings.Switch.mainThreadStackSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-mainThreadStackSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.mainThreadStackSize
  nameWithType: PlayerSettings.Switch.mainThreadStackSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.manualHTMLPath
  name: manualHTMLPath
  fullName: UnityEditor.PlayerSettings.Switch.manualHTMLPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-manualHTMLPath.html
  commentId: P:UnityEditor.PlayerSettings.Switch.manualHTMLPath
  nameWithType: PlayerSettings.Switch.manualHTMLPath
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.networkInterfaceManagerInitializeEnabled
  name: networkInterfaceManagerInitializeEnabled
  fullName: UnityEditor.PlayerSettings.Switch.networkInterfaceManagerInitializeEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-networkInterfaceManagerInitializeEnabled.html
  commentId: P:UnityEditor.PlayerSettings.Switch.networkInterfaceManagerInitializeEnabled
  nameWithType: PlayerSettings.Switch.networkInterfaceManagerInitializeEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.nsoDependencies
  name: nsoDependencies
  fullName: UnityEditor.PlayerSettings.Switch.nsoDependencies
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-nsoDependencies.html
  commentId: P:UnityEditor.PlayerSettings.Switch.nsoDependencies
  nameWithType: PlayerSettings.Switch.nsoDependencies
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.playerConnectionEnabled
  name: playerConnectionEnabled
  fullName: UnityEditor.PlayerSettings.Switch.playerConnectionEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-playerConnectionEnabled.html
  commentId: P:UnityEditor.PlayerSettings.Switch.playerConnectionEnabled
  nameWithType: PlayerSettings.Switch.playerConnectionEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.presenceGroupId
  name: presenceGroupId
  fullName: UnityEditor.PlayerSettings.Switch.presenceGroupId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-presenceGroupId.html
  commentId: P:UnityEditor.PlayerSettings.Switch.presenceGroupId
  nameWithType: PlayerSettings.Switch.presenceGroupId
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.publisherNames
  name: publisherNames
  fullName: UnityEditor.PlayerSettings.Switch.publisherNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-publisherNames.html
  commentId: P:UnityEditor.PlayerSettings.Switch.publisherNames
  nameWithType: PlayerSettings.Switch.publisherNames
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories
  name: PlayerSettings.Switch.RatingCategories
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.html
  commentId: T:UnityEditor.PlayerSettings.Switch.RatingCategories
  nameWithType: PlayerSettings.Switch.RatingCategories
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.ACB
  name: ACB
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.ACB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.ACB.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.ACB
  nameWithType: PlayerSettings.Switch.RatingCategories.ACB
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.CERO
  name: CERO
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.CERO
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.CERO.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.CERO
  nameWithType: PlayerSettings.Switch.RatingCategories.CERO
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.ClassInd
  name: ClassInd
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.ClassInd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.ClassInd.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.ClassInd
  nameWithType: PlayerSettings.Switch.RatingCategories.ClassInd
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.ESRB
  name: ESRB
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.ESRB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.ESRB.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.ESRB
  nameWithType: PlayerSettings.Switch.RatingCategories.ESRB
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.GRACGCRB
  name: GRACGCRB
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.GRACGCRB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.GRACGCRB.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.GRACGCRB
  nameWithType: PlayerSettings.Switch.RatingCategories.GRACGCRB
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.GSRMR
  name: GSRMR
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.GSRMR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.GSRMR.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.GSRMR
  nameWithType: PlayerSettings.Switch.RatingCategories.GSRMR
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.OFLC
  name: OFLC
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.OFLC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.OFLC.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.OFLC
  nameWithType: PlayerSettings.Switch.RatingCategories.OFLC
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.PEGI
  name: PEGI
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.PEGI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.PEGI.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.PEGI
  nameWithType: PlayerSettings.Switch.RatingCategories.PEGI
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.PEGIBBFC
  name: PEGIBBFC
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.PEGIBBFC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.PEGIBBFC.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.PEGIBBFC
  nameWithType: PlayerSettings.Switch.RatingCategories.PEGIBBFC
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.PEGIPortugal
  name: PEGIPortugal
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.PEGIPortugal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.PEGIPortugal.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.PEGIPortugal
  nameWithType: PlayerSettings.Switch.RatingCategories.PEGIPortugal
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.Russian
  name: Russian
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.Russian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.Russian.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.Russian
  nameWithType: PlayerSettings.Switch.RatingCategories.Russian
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.RatingCategories.USK
  name: USK
  fullName: UnityEditor.PlayerSettings.Switch.RatingCategories.USK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.RatingCategories.USK.html
  commentId: F:UnityEditor.PlayerSettings.Switch.RatingCategories.USK
  nameWithType: PlayerSettings.Switch.RatingCategories.USK
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.ratingsMask
  name: ratingsMask
  fullName: UnityEditor.PlayerSettings.Switch.ratingsMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-ratingsMask.html
  commentId: P:UnityEditor.PlayerSettings.Switch.ratingsMask
  nameWithType: PlayerSettings.Switch.ratingsMask
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.releaseVersion
  name: releaseVersion
  fullName: UnityEditor.PlayerSettings.Switch.releaseVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-releaseVersion.html
  commentId: P:UnityEditor.PlayerSettings.Switch.releaseVersion
  nameWithType: PlayerSettings.Switch.releaseVersion
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.screenResolutionBehavior
  name: screenResolutionBehavior
  fullName: UnityEditor.PlayerSettings.Switch.screenResolutionBehavior
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-screenResolutionBehavior.html
  commentId: P:UnityEditor.PlayerSettings.Switch.screenResolutionBehavior
  nameWithType: PlayerSettings.Switch.screenResolutionBehavior
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior
  name: PlayerSettings.Switch.ScreenResolutionBehavior
  fullName: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.ScreenResolutionBehavior.html
  commentId: T:UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior
  nameWithType: PlayerSettings.Switch.ScreenResolutionBehavior
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.Both
  name: Both
  fullName: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.Both
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.ScreenResolutionBehavior.Both.html
  commentId: F:UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.Both
  nameWithType: PlayerSettings.Switch.ScreenResolutionBehavior.Both
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.Manual
  name: Manual
  fullName: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.Manual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.ScreenResolutionBehavior.Manual.html
  commentId: F:UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.Manual
  nameWithType: PlayerSettings.Switch.ScreenResolutionBehavior.Manual
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.OperationMode
  name: OperationMode
  fullName: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.OperationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.ScreenResolutionBehavior.OperationMode.html
  commentId: F:UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.OperationMode
  nameWithType: PlayerSettings.Switch.ScreenResolutionBehavior.OperationMode
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.PerformanceMode
  name: PerformanceMode
  fullName: UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.PerformanceMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.ScreenResolutionBehavior.PerformanceMode.html
  commentId: F:UnityEditor.PlayerSettings.Switch.ScreenResolutionBehavior.PerformanceMode
  nameWithType: PlayerSettings.Switch.ScreenResolutionBehavior.PerformanceMode
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.smallIcons
  name: smallIcons
  fullName: UnityEditor.PlayerSettings.Switch.smallIcons
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-smallIcons.html
  commentId: P:UnityEditor.PlayerSettings.Switch.smallIcons
  nameWithType: PlayerSettings.Switch.smallIcons
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.socketAllocatorPoolSize
  name: socketAllocatorPoolSize
  fullName: UnityEditor.PlayerSettings.Switch.socketAllocatorPoolSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-socketAllocatorPoolSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.socketAllocatorPoolSize
  nameWithType: PlayerSettings.Switch.socketAllocatorPoolSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.socketBufferEfficiency
  name: socketBufferEfficiency
  fullName: UnityEditor.PlayerSettings.Switch.socketBufferEfficiency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-socketBufferEfficiency.html
  commentId: P:UnityEditor.PlayerSettings.Switch.socketBufferEfficiency
  nameWithType: PlayerSettings.Switch.socketBufferEfficiency
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.socketConcurrencyLimit
  name: socketConcurrencyLimit
  fullName: UnityEditor.PlayerSettings.Switch.socketConcurrencyLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-socketConcurrencyLimit.html
  commentId: P:UnityEditor.PlayerSettings.Switch.socketConcurrencyLimit
  nameWithType: PlayerSettings.Switch.socketConcurrencyLimit
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.socketConfigEnabled
  name: socketConfigEnabled
  fullName: UnityEditor.PlayerSettings.Switch.socketConfigEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-socketConfigEnabled.html
  commentId: P:UnityEditor.PlayerSettings.Switch.socketConfigEnabled
  nameWithType: PlayerSettings.Switch.socketConfigEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.socketInitializeEnabled
  name: socketInitializeEnabled
  fullName: UnityEditor.PlayerSettings.Switch.socketInitializeEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-socketInitializeEnabled.html
  commentId: P:UnityEditor.PlayerSettings.Switch.socketInitializeEnabled
  nameWithType: PlayerSettings.Switch.socketInitializeEnabled
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.socketMemoryPoolSize
  name: socketMemoryPoolSize
  fullName: UnityEditor.PlayerSettings.Switch.socketMemoryPoolSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-socketMemoryPoolSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.socketMemoryPoolSize
  nameWithType: PlayerSettings.Switch.socketMemoryPoolSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.startupUserAccount
  name: startupUserAccount
  fullName: UnityEditor.PlayerSettings.Switch.startupUserAccount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-startupUserAccount.html
  commentId: P:UnityEditor.PlayerSettings.Switch.startupUserAccount
  nameWithType: PlayerSettings.Switch.startupUserAccount
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.StartupUserAccount
  name: PlayerSettings.Switch.StartupUserAccount
  fullName: UnityEditor.PlayerSettings.Switch.StartupUserAccount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.StartupUserAccount.html
  commentId: T:UnityEditor.PlayerSettings.Switch.StartupUserAccount
  nameWithType: PlayerSettings.Switch.StartupUserAccount
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.StartupUserAccount.None
  name: None
  fullName: UnityEditor.PlayerSettings.Switch.StartupUserAccount.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.StartupUserAccount.None.html
  commentId: F:UnityEditor.PlayerSettings.Switch.StartupUserAccount.None
  nameWithType: PlayerSettings.Switch.StartupUserAccount.None
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.StartupUserAccount.Required
  name: Required
  fullName: UnityEditor.PlayerSettings.Switch.StartupUserAccount.Required
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.StartupUserAccount.Required.html
  commentId: F:UnityEditor.PlayerSettings.Switch.StartupUserAccount.Required
  nameWithType: PlayerSettings.Switch.StartupUserAccount.Required
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.StartupUserAccount.RequiredWithNetworkServiceAccountAvailable
  name: RequiredWithNetworkServiceAccountAvailable
  fullName: UnityEditor.PlayerSettings.Switch.StartupUserAccount.RequiredWithNetworkServiceAccountAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.StartupUserAccount.RequiredWithNetworkServiceAccountAvailable.html
  commentId: F:UnityEditor.PlayerSettings.Switch.StartupUserAccount.RequiredWithNetworkServiceAccountAvailable
  nameWithType: PlayerSettings.Switch.StartupUserAccount.RequiredWithNetworkServiceAccountAvailable
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.supportedLanguages
  name: supportedLanguages
  fullName: UnityEditor.PlayerSettings.Switch.supportedLanguages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-supportedLanguages.html
  commentId: P:UnityEditor.PlayerSettings.Switch.supportedLanguages
  nameWithType: PlayerSettings.Switch.supportedLanguages
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle
  name: PlayerSettings.Switch.SupportedNpadStyle
  fullName: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.SupportedNpadStyle.html
  commentId: T:UnityEditor.PlayerSettings.Switch.SupportedNpadStyle
  nameWithType: PlayerSettings.Switch.SupportedNpadStyle
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.FullKey
  name: FullKey
  fullName: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.FullKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.SupportedNpadStyle.FullKey.html
  commentId: F:UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.FullKey
  nameWithType: PlayerSettings.Switch.SupportedNpadStyle.FullKey
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.Handheld
  name: Handheld
  fullName: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.Handheld
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.SupportedNpadStyle.Handheld.html
  commentId: F:UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.Handheld
  nameWithType: PlayerSettings.Switch.SupportedNpadStyle.Handheld
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyDual
  name: JoyDual
  fullName: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyDual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.SupportedNpadStyle.JoyDual.html
  commentId: F:UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyDual
  nameWithType: PlayerSettings.Switch.SupportedNpadStyle.JoyDual
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyLeft
  name: JoyLeft
  fullName: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.SupportedNpadStyle.JoyLeft.html
  commentId: F:UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyLeft
  nameWithType: PlayerSettings.Switch.SupportedNpadStyle.JoyLeft
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyRight
  name: JoyRight
  fullName: UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.SupportedNpadStyle.JoyRight.html
  commentId: F:UnityEditor.PlayerSettings.Switch.SupportedNpadStyle.JoyRight
  nameWithType: PlayerSettings.Switch.SupportedNpadStyle.JoyRight
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.supportedNpadStyles
  name: supportedNpadStyles
  fullName: UnityEditor.PlayerSettings.Switch.supportedNpadStyles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-supportedNpadStyles.html
  commentId: P:UnityEditor.PlayerSettings.Switch.supportedNpadStyles
  nameWithType: PlayerSettings.Switch.supportedNpadStyles
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.tcpAutoReceiveBufferSizeMax
  name: tcpAutoReceiveBufferSizeMax
  fullName: UnityEditor.PlayerSettings.Switch.tcpAutoReceiveBufferSizeMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-tcpAutoReceiveBufferSizeMax.html
  commentId: P:UnityEditor.PlayerSettings.Switch.tcpAutoReceiveBufferSizeMax
  nameWithType: PlayerSettings.Switch.tcpAutoReceiveBufferSizeMax
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.tcpAutoSendBufferSizeMax
  name: tcpAutoSendBufferSizeMax
  fullName: UnityEditor.PlayerSettings.Switch.tcpAutoSendBufferSizeMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-tcpAutoSendBufferSizeMax.html
  commentId: P:UnityEditor.PlayerSettings.Switch.tcpAutoSendBufferSizeMax
  nameWithType: PlayerSettings.Switch.tcpAutoSendBufferSizeMax
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.tcpInitialReceiveBufferSize
  name: tcpInitialReceiveBufferSize
  fullName: UnityEditor.PlayerSettings.Switch.tcpInitialReceiveBufferSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-tcpInitialReceiveBufferSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.tcpInitialReceiveBufferSize
  nameWithType: PlayerSettings.Switch.tcpInitialReceiveBufferSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.tcpInitialSendBufferSize
  name: tcpInitialSendBufferSize
  fullName: UnityEditor.PlayerSettings.Switch.tcpInitialSendBufferSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-tcpInitialSendBufferSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.tcpInitialSendBufferSize
  nameWithType: PlayerSettings.Switch.tcpInitialSendBufferSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.titleNames
  name: titleNames
  fullName: UnityEditor.PlayerSettings.Switch.titleNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-titleNames.html
  commentId: P:UnityEditor.PlayerSettings.Switch.titleNames
  nameWithType: PlayerSettings.Switch.titleNames
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.touchScreenUsage
  name: touchScreenUsage
  fullName: UnityEditor.PlayerSettings.Switch.touchScreenUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-touchScreenUsage.html
  commentId: P:UnityEditor.PlayerSettings.Switch.touchScreenUsage
  nameWithType: PlayerSettings.Switch.touchScreenUsage
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.TouchScreenUsage
  name: PlayerSettings.Switch.TouchScreenUsage
  fullName: UnityEditor.PlayerSettings.Switch.TouchScreenUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.TouchScreenUsage.html
  commentId: T:UnityEditor.PlayerSettings.Switch.TouchScreenUsage
  nameWithType: PlayerSettings.Switch.TouchScreenUsage
  type: Enum
- uid: UnityEditor.PlayerSettings.Switch.TouchScreenUsage.None
  name: None
  fullName: UnityEditor.PlayerSettings.Switch.TouchScreenUsage.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.TouchScreenUsage.None.html
  commentId: F:UnityEditor.PlayerSettings.Switch.TouchScreenUsage.None
  nameWithType: PlayerSettings.Switch.TouchScreenUsage.None
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.TouchScreenUsage.Required
  name: Required
  fullName: UnityEditor.PlayerSettings.Switch.TouchScreenUsage.Required
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.TouchScreenUsage.Required.html
  commentId: F:UnityEditor.PlayerSettings.Switch.TouchScreenUsage.Required
  nameWithType: PlayerSettings.Switch.TouchScreenUsage.Required
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.TouchScreenUsage.Supported
  name: Supported
  fullName: UnityEditor.PlayerSettings.Switch.TouchScreenUsage.Supported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch.TouchScreenUsage.Supported.html
  commentId: F:UnityEditor.PlayerSettings.Switch.TouchScreenUsage.Supported
  nameWithType: PlayerSettings.Switch.TouchScreenUsage.Supported
  type: Field
- uid: UnityEditor.PlayerSettings.Switch.udpReceiveBufferSize
  name: udpReceiveBufferSize
  fullName: UnityEditor.PlayerSettings.Switch.udpReceiveBufferSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-udpReceiveBufferSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.udpReceiveBufferSize
  nameWithType: PlayerSettings.Switch.udpReceiveBufferSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.udpSendBufferSize
  name: udpSendBufferSize
  fullName: UnityEditor.PlayerSettings.Switch.udpSendBufferSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-udpSendBufferSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.udpSendBufferSize
  nameWithType: PlayerSettings.Switch.udpSendBufferSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.userAccountSaveDataJournalSize
  name: userAccountSaveDataJournalSize
  fullName: UnityEditor.PlayerSettings.Switch.userAccountSaveDataJournalSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-userAccountSaveDataJournalSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.userAccountSaveDataJournalSize
  nameWithType: PlayerSettings.Switch.userAccountSaveDataJournalSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.userAccountSaveDataSize
  name: userAccountSaveDataSize
  fullName: UnityEditor.PlayerSettings.Switch.userAccountSaveDataSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-userAccountSaveDataSize.html
  commentId: P:UnityEditor.PlayerSettings.Switch.userAccountSaveDataSize
  nameWithType: PlayerSettings.Switch.userAccountSaveDataSize
  type: Property
- uid: UnityEditor.PlayerSettings.Switch.useSwitchCPUProfiler
  name: useSwitchCPUProfiler
  fullName: UnityEditor.PlayerSettings.Switch.useSwitchCPUProfiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Switch-useSwitchCPUProfiler.html
  commentId: P:UnityEditor.PlayerSettings.Switch.useSwitchCPUProfiler
  nameWithType: PlayerSettings.Switch.useSwitchCPUProfiler
  type: Property
- uid: UnityEditor.PlayerSettings.targetGlesGraphics
  name: targetGlesGraphics
  fullName: UnityEditor.PlayerSettings.targetGlesGraphics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-targetGlesGraphics.html
  commentId: P:UnityEditor.PlayerSettings.targetGlesGraphics
  nameWithType: PlayerSettings.targetGlesGraphics
  type: Property
- uid: UnityEditor.PlayerSettings.targetIOSGraphics
  name: targetIOSGraphics
  fullName: UnityEditor.PlayerSettings.targetIOSGraphics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-targetIOSGraphics.html
  commentId: P:UnityEditor.PlayerSettings.targetIOSGraphics
  nameWithType: PlayerSettings.targetIOSGraphics
  type: Property
- uid: UnityEditor.PlayerSettings.Tizen
  name: PlayerSettings.Tizen
  fullName: UnityEditor.PlayerSettings.Tizen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen.html
  commentId: T:UnityEditor.PlayerSettings.Tizen
  nameWithType: PlayerSettings.Tizen
  type: Class
- uid: UnityEditor.PlayerSettings.Tizen.deploymentTarget
  name: deploymentTarget
  fullName: UnityEditor.PlayerSettings.Tizen.deploymentTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen-deploymentTarget.html
  commentId: P:UnityEditor.PlayerSettings.Tizen.deploymentTarget
  nameWithType: PlayerSettings.Tizen.deploymentTarget
  type: Property
- uid: UnityEditor.PlayerSettings.Tizen.deploymentTargetType
  name: deploymentTargetType
  fullName: UnityEditor.PlayerSettings.Tizen.deploymentTargetType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen-deploymentTargetType.html
  commentId: P:UnityEditor.PlayerSettings.Tizen.deploymentTargetType
  nameWithType: PlayerSettings.Tizen.deploymentTargetType
  type: Property
- uid: UnityEditor.PlayerSettings.Tizen.GetCapability(UnityEditor.PlayerSettings.TizenCapability)
  name: GetCapability(TizenCapability)
  fullName: UnityEditor.PlayerSettings.Tizen.GetCapability(UnityEditor.PlayerSettings.TizenCapability)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen.GetCapability.html
  commentId: M:UnityEditor.PlayerSettings.Tizen.GetCapability(UnityEditor.PlayerSettings.TizenCapability)
  nameWithType: PlayerSettings.Tizen.GetCapability(PlayerSettings.TizenCapability)
  type: Method
- uid: UnityEditor.PlayerSettings.Tizen.minOSVersion
  name: minOSVersion
  fullName: UnityEditor.PlayerSettings.Tizen.minOSVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen-minOSVersion.html
  commentId: P:UnityEditor.PlayerSettings.Tizen.minOSVersion
  nameWithType: PlayerSettings.Tizen.minOSVersion
  type: Property
- uid: UnityEditor.PlayerSettings.Tizen.productDescription
  name: productDescription
  fullName: UnityEditor.PlayerSettings.Tizen.productDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen-productDescription.html
  commentId: P:UnityEditor.PlayerSettings.Tizen.productDescription
  nameWithType: PlayerSettings.Tizen.productDescription
  type: Property
- uid: UnityEditor.PlayerSettings.Tizen.productURL
  name: productURL
  fullName: UnityEditor.PlayerSettings.Tizen.productURL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen-productURL.html
  commentId: P:UnityEditor.PlayerSettings.Tizen.productURL
  nameWithType: PlayerSettings.Tizen.productURL
  type: Property
- uid: UnityEditor.PlayerSettings.Tizen.SetCapability(UnityEditor.PlayerSettings.TizenCapability,System.Boolean)
  name: SetCapability(TizenCapability, bool)
  fullName: UnityEditor.PlayerSettings.Tizen.SetCapability(UnityEditor.PlayerSettings.TizenCapability, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen.SetCapability.html
  commentId: M:UnityEditor.PlayerSettings.Tizen.SetCapability(UnityEditor.PlayerSettings.TizenCapability,System.Boolean)
  nameWithType: PlayerSettings.Tizen.SetCapability(PlayerSettings.TizenCapability, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.Tizen.showActivityIndicatorOnLoading
  name: showActivityIndicatorOnLoading
  fullName: UnityEditor.PlayerSettings.Tizen.showActivityIndicatorOnLoading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen-showActivityIndicatorOnLoading.html
  commentId: P:UnityEditor.PlayerSettings.Tizen.showActivityIndicatorOnLoading
  nameWithType: PlayerSettings.Tizen.showActivityIndicatorOnLoading
  type: Property
- uid: UnityEditor.PlayerSettings.Tizen.signingProfileName
  name: signingProfileName
  fullName: UnityEditor.PlayerSettings.Tizen.signingProfileName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.Tizen-signingProfileName.html
  commentId: P:UnityEditor.PlayerSettings.Tizen.signingProfileName
  nameWithType: PlayerSettings.Tizen.signingProfileName
  type: Property
- uid: UnityEditor.PlayerSettings.TizenCapability
  name: PlayerSettings.TizenCapability
  fullName: UnityEditor.PlayerSettings.TizenCapability
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.html
  commentId: T:UnityEditor.PlayerSettings.TizenCapability
  nameWithType: PlayerSettings.TizenCapability
  type: Enum
- uid: UnityEditor.PlayerSettings.TizenCapability.AccountRead
  name: AccountRead
  fullName: UnityEditor.PlayerSettings.TizenCapability.AccountRead
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.AccountRead.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.AccountRead
  nameWithType: PlayerSettings.TizenCapability.AccountRead
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.AccountWrite
  name: AccountWrite
  fullName: UnityEditor.PlayerSettings.TizenCapability.AccountWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.AccountWrite.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.AccountWrite
  nameWithType: PlayerSettings.TizenCapability.AccountWrite
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.AlarmGet
  name: AlarmGet
  fullName: UnityEditor.PlayerSettings.TizenCapability.AlarmGet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.AlarmGet.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.AlarmGet
  nameWithType: PlayerSettings.TizenCapability.AlarmGet
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.AlarmSet
  name: AlarmSet
  fullName: UnityEditor.PlayerSettings.TizenCapability.AlarmSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.AlarmSet.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.AlarmSet
  nameWithType: PlayerSettings.TizenCapability.AlarmSet
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.AppManagerLaunch
  name: AppManagerLaunch
  fullName: UnityEditor.PlayerSettings.TizenCapability.AppManagerLaunch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.AppManagerLaunch.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.AppManagerLaunch
  nameWithType: PlayerSettings.TizenCapability.AppManagerLaunch
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Bluetooth
  name: Bluetooth
  fullName: UnityEditor.PlayerSettings.TizenCapability.Bluetooth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Bluetooth.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Bluetooth
  nameWithType: PlayerSettings.TizenCapability.Bluetooth
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.CalendarRead
  name: CalendarRead
  fullName: UnityEditor.PlayerSettings.TizenCapability.CalendarRead
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.CalendarRead.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.CalendarRead
  nameWithType: PlayerSettings.TizenCapability.CalendarRead
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.CalendarWrite
  name: CalendarWrite
  fullName: UnityEditor.PlayerSettings.TizenCapability.CalendarWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.CalendarWrite.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.CalendarWrite
  nameWithType: PlayerSettings.TizenCapability.CalendarWrite
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Call
  name: Call
  fullName: UnityEditor.PlayerSettings.TizenCapability.Call
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Call.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Call
  nameWithType: PlayerSettings.TizenCapability.Call
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.CallHistoryRead
  name: CallHistoryRead
  fullName: UnityEditor.PlayerSettings.TizenCapability.CallHistoryRead
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.CallHistoryRead.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.CallHistoryRead
  nameWithType: PlayerSettings.TizenCapability.CallHistoryRead
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.CallHistoryWrite
  name: CallHistoryWrite
  fullName: UnityEditor.PlayerSettings.TizenCapability.CallHistoryWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.CallHistoryWrite.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.CallHistoryWrite
  nameWithType: PlayerSettings.TizenCapability.CallHistoryWrite
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Camera
  name: Camera
  fullName: UnityEditor.PlayerSettings.TizenCapability.Camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Camera.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Camera
  nameWithType: PlayerSettings.TizenCapability.Camera
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.ContactRead
  name: ContactRead
  fullName: UnityEditor.PlayerSettings.TizenCapability.ContactRead
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.ContactRead.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.ContactRead
  nameWithType: PlayerSettings.TizenCapability.ContactRead
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.ContactWrite
  name: ContactWrite
  fullName: UnityEditor.PlayerSettings.TizenCapability.ContactWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.ContactWrite.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.ContactWrite
  nameWithType: PlayerSettings.TizenCapability.ContactWrite
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.ContentWrite
  name: ContentWrite
  fullName: UnityEditor.PlayerSettings.TizenCapability.ContentWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.ContentWrite.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.ContentWrite
  nameWithType: PlayerSettings.TizenCapability.ContentWrite
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.DataSharing
  name: DataSharing
  fullName: UnityEditor.PlayerSettings.TizenCapability.DataSharing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.DataSharing.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.DataSharing
  nameWithType: PlayerSettings.TizenCapability.DataSharing
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Display
  name: Display
  fullName: UnityEditor.PlayerSettings.TizenCapability.Display
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Display.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Display
  nameWithType: PlayerSettings.TizenCapability.Display
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Download
  name: Download
  fullName: UnityEditor.PlayerSettings.TizenCapability.Download
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Download.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Download
  nameWithType: PlayerSettings.TizenCapability.Download
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Email
  name: Email
  fullName: UnityEditor.PlayerSettings.TizenCapability.Email
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Email.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Email
  nameWithType: PlayerSettings.TizenCapability.Email
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.ExternalStorage
  name: ExternalStorage
  fullName: UnityEditor.PlayerSettings.TizenCapability.ExternalStorage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.ExternalStorage.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.ExternalStorage
  nameWithType: PlayerSettings.TizenCapability.ExternalStorage
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.ExternalStorageAppData
  name: ExternalStorageAppData
  fullName: UnityEditor.PlayerSettings.TizenCapability.ExternalStorageAppData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.ExternalStorageAppData.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.ExternalStorageAppData
  nameWithType: PlayerSettings.TizenCapability.ExternalStorageAppData
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Haptic
  name: Haptic
  fullName: UnityEditor.PlayerSettings.TizenCapability.Haptic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Haptic.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Haptic
  nameWithType: PlayerSettings.TizenCapability.Haptic
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Internet
  name: Internet
  fullName: UnityEditor.PlayerSettings.TizenCapability.Internet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Internet.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Internet
  nameWithType: PlayerSettings.TizenCapability.Internet
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.KeyManager
  name: KeyManager
  fullName: UnityEditor.PlayerSettings.TizenCapability.KeyManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.KeyManager.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.KeyManager
  nameWithType: PlayerSettings.TizenCapability.KeyManager
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.LED
  name: LED
  fullName: UnityEditor.PlayerSettings.TizenCapability.LED
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.LED.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.LED
  nameWithType: PlayerSettings.TizenCapability.LED
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Location
  name: Location
  fullName: UnityEditor.PlayerSettings.TizenCapability.Location
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Location.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Location
  nameWithType: PlayerSettings.TizenCapability.Location
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.MediaStorage
  name: MediaStorage
  fullName: UnityEditor.PlayerSettings.TizenCapability.MediaStorage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.MediaStorage.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.MediaStorage
  nameWithType: PlayerSettings.TizenCapability.MediaStorage
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.MessageRead
  name: MessageRead
  fullName: UnityEditor.PlayerSettings.TizenCapability.MessageRead
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.MessageRead.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.MessageRead
  nameWithType: PlayerSettings.TizenCapability.MessageRead
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.MessageWrite
  name: MessageWrite
  fullName: UnityEditor.PlayerSettings.TizenCapability.MessageWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.MessageWrite.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.MessageWrite
  nameWithType: PlayerSettings.TizenCapability.MessageWrite
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.NetworkGet
  name: NetworkGet
  fullName: UnityEditor.PlayerSettings.TizenCapability.NetworkGet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.NetworkGet.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.NetworkGet
  nameWithType: PlayerSettings.TizenCapability.NetworkGet
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.NetworkProfile
  name: NetworkProfile
  fullName: UnityEditor.PlayerSettings.TizenCapability.NetworkProfile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.NetworkProfile.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.NetworkProfile
  nameWithType: PlayerSettings.TizenCapability.NetworkProfile
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.NetworkSet
  name: NetworkSet
  fullName: UnityEditor.PlayerSettings.TizenCapability.NetworkSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.NetworkSet.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.NetworkSet
  nameWithType: PlayerSettings.TizenCapability.NetworkSet
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.NFC
  name: NFC
  fullName: UnityEditor.PlayerSettings.TizenCapability.NFC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.NFC.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.NFC
  nameWithType: PlayerSettings.TizenCapability.NFC
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.NFCCardEmulation
  name: NFCCardEmulation
  fullName: UnityEditor.PlayerSettings.TizenCapability.NFCCardEmulation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.NFCCardEmulation.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.NFCCardEmulation
  nameWithType: PlayerSettings.TizenCapability.NFCCardEmulation
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Notification
  name: Notification
  fullName: UnityEditor.PlayerSettings.TizenCapability.Notification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Notification.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Notification
  nameWithType: PlayerSettings.TizenCapability.Notification
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.PackageManagerInfo
  name: PackageManagerInfo
  fullName: UnityEditor.PlayerSettings.TizenCapability.PackageManagerInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.PackageManagerInfo.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.PackageManagerInfo
  nameWithType: PlayerSettings.TizenCapability.PackageManagerInfo
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Power
  name: Power
  fullName: UnityEditor.PlayerSettings.TizenCapability.Power
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Power.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Power
  nameWithType: PlayerSettings.TizenCapability.Power
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Push
  name: Push
  fullName: UnityEditor.PlayerSettings.TizenCapability.Push
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Push.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Push
  nameWithType: PlayerSettings.TizenCapability.Push
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Recorder
  name: Recorder
  fullName: UnityEditor.PlayerSettings.TizenCapability.Recorder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Recorder.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Recorder
  nameWithType: PlayerSettings.TizenCapability.Recorder
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Shortcut
  name: Shortcut
  fullName: UnityEditor.PlayerSettings.TizenCapability.Shortcut
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Shortcut.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Shortcut
  nameWithType: PlayerSettings.TizenCapability.Shortcut
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.SystemSettings
  name: SystemSettings
  fullName: UnityEditor.PlayerSettings.TizenCapability.SystemSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.SystemSettings.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.SystemSettings
  nameWithType: PlayerSettings.TizenCapability.SystemSettings
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.Telephony
  name: Telephony
  fullName: UnityEditor.PlayerSettings.TizenCapability.Telephony
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.Telephony.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.Telephony
  nameWithType: PlayerSettings.TizenCapability.Telephony
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.VolumeSet
  name: VolumeSet
  fullName: UnityEditor.PlayerSettings.TizenCapability.VolumeSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.VolumeSet.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.VolumeSet
  nameWithType: PlayerSettings.TizenCapability.VolumeSet
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.WifiDirect
  name: WifiDirect
  fullName: UnityEditor.PlayerSettings.TizenCapability.WifiDirect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.WifiDirect.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.WifiDirect
  nameWithType: PlayerSettings.TizenCapability.WifiDirect
  type: Field
- uid: UnityEditor.PlayerSettings.TizenCapability.WindowPrioritySet
  name: WindowPrioritySet
  fullName: UnityEditor.PlayerSettings.TizenCapability.WindowPrioritySet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.TizenCapability.WindowPrioritySet.html
  commentId: F:UnityEditor.PlayerSettings.TizenCapability.WindowPrioritySet
  nameWithType: PlayerSettings.TizenCapability.WindowPrioritySet
  type: Field
- uid: UnityEditor.PlayerSettings.tvOS
  name: PlayerSettings.tvOS
  fullName: UnityEditor.PlayerSettings.tvOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-tvOS.html
  commentId: T:UnityEditor.PlayerSettings.tvOS
  nameWithType: PlayerSettings.tvOS
  type: Class
- uid: UnityEditor.PlayerSettings.tvOS.buildNumber
  name: buildNumber
  fullName: UnityEditor.PlayerSettings.tvOS.buildNumber
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.tvOS-buildNumber.html
  commentId: P:UnityEditor.PlayerSettings.tvOS.buildNumber
  nameWithType: PlayerSettings.tvOS.buildNumber
  type: Property
- uid: UnityEditor.PlayerSettings.tvOS.requireExtendedGameController
  name: requireExtendedGameController
  fullName: UnityEditor.PlayerSettings.tvOS.requireExtendedGameController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.tvOS-requireExtendedGameController.html
  commentId: P:UnityEditor.PlayerSettings.tvOS.requireExtendedGameController
  nameWithType: PlayerSettings.tvOS.requireExtendedGameController
  type: Property
- uid: UnityEditor.PlayerSettings.tvOS.sdkVersion
  name: sdkVersion
  fullName: UnityEditor.PlayerSettings.tvOS.sdkVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.tvOS-sdkVersion.html
  commentId: P:UnityEditor.PlayerSettings.tvOS.sdkVersion
  nameWithType: PlayerSettings.tvOS.sdkVersion
  type: Property
- uid: UnityEditor.PlayerSettings.tvOS.targetOSVersion
  name: targetOSVersion
  fullName: UnityEditor.PlayerSettings.tvOS.targetOSVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.tvOS-targetOSVersion.html
  commentId: P:UnityEditor.PlayerSettings.tvOS.targetOSVersion
  nameWithType: PlayerSettings.tvOS.targetOSVersion
  type: Property
- uid: UnityEditor.PlayerSettings.tvOS.targetOSVersionString
  name: targetOSVersionString
  fullName: UnityEditor.PlayerSettings.tvOS.targetOSVersionString
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.tvOS-targetOSVersionString.html
  commentId: P:UnityEditor.PlayerSettings.tvOS.targetOSVersionString
  nameWithType: PlayerSettings.tvOS.targetOSVersionString
  type: Property
- uid: UnityEditor.PlayerSettings.use32BitDisplayBuffer
  name: use32BitDisplayBuffer
  fullName: UnityEditor.PlayerSettings.use32BitDisplayBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-use32BitDisplayBuffer.html
  commentId: P:UnityEditor.PlayerSettings.use32BitDisplayBuffer
  nameWithType: PlayerSettings.use32BitDisplayBuffer
  type: Property
- uid: UnityEditor.PlayerSettings.useAnimatedAutorotation
  name: useAnimatedAutorotation
  fullName: UnityEditor.PlayerSettings.useAnimatedAutorotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-useAnimatedAutorotation.html
  commentId: P:UnityEditor.PlayerSettings.useAnimatedAutorotation
  nameWithType: PlayerSettings.useAnimatedAutorotation
  type: Property
- uid: UnityEditor.PlayerSettings.useDirect3D11
  name: useDirect3D11
  fullName: UnityEditor.PlayerSettings.useDirect3D11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-useDirect3D11.html
  commentId: P:UnityEditor.PlayerSettings.useDirect3D11
  nameWithType: PlayerSettings.useDirect3D11
  type: Property
- uid: UnityEditor.PlayerSettings.useHDRDisplay
  name: useHDRDisplay
  fullName: UnityEditor.PlayerSettings.useHDRDisplay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-useHDRDisplay.html
  commentId: P:UnityEditor.PlayerSettings.useHDRDisplay
  nameWithType: PlayerSettings.useHDRDisplay
  type: Property
- uid: UnityEditor.PlayerSettings.useMacAppStoreValidation
  name: useMacAppStoreValidation
  fullName: UnityEditor.PlayerSettings.useMacAppStoreValidation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-useMacAppStoreValidation.html
  commentId: P:UnityEditor.PlayerSettings.useMacAppStoreValidation
  nameWithType: PlayerSettings.useMacAppStoreValidation
  type: Property
- uid: UnityEditor.PlayerSettings.usePlayerLog
  name: usePlayerLog
  fullName: UnityEditor.PlayerSettings.usePlayerLog
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-usePlayerLog.html
  commentId: P:UnityEditor.PlayerSettings.usePlayerLog
  nameWithType: PlayerSettings.usePlayerLog
  type: Property
- uid: UnityEditor.PlayerSettings.virtualRealitySplashScreen
  name: virtualRealitySplashScreen
  fullName: UnityEditor.PlayerSettings.virtualRealitySplashScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-virtualRealitySplashScreen.html
  commentId: P:UnityEditor.PlayerSettings.virtualRealitySplashScreen
  nameWithType: PlayerSettings.virtualRealitySplashScreen
  type: Property
- uid: UnityEditor.PlayerSettings.virtualRealitySupported
  name: virtualRealitySupported
  fullName: UnityEditor.PlayerSettings.virtualRealitySupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-virtualRealitySupported.html
  commentId: P:UnityEditor.PlayerSettings.virtualRealitySupported
  nameWithType: PlayerSettings.virtualRealitySupported
  type: Property
- uid: UnityEditor.PlayerSettings.visibleInBackground
  name: visibleInBackground
  fullName: UnityEditor.PlayerSettings.visibleInBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-visibleInBackground.html
  commentId: P:UnityEditor.PlayerSettings.visibleInBackground
  nameWithType: PlayerSettings.visibleInBackground
  type: Property
- uid: UnityEditor.PlayerSettings.VRCardboard
  name: PlayerSettings.VRCardboard
  fullName: UnityEditor.PlayerSettings.VRCardboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.VRCardboard.html
  commentId: T:UnityEditor.PlayerSettings.VRCardboard
  nameWithType: PlayerSettings.VRCardboard
  type: Class
- uid: UnityEditor.PlayerSettings.VRCardboard.depthFormat
  name: depthFormat
  fullName: UnityEditor.PlayerSettings.VRCardboard.depthFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.VRCardboard-depthFormat.html
  commentId: P:UnityEditor.PlayerSettings.VRCardboard.depthFormat
  nameWithType: PlayerSettings.VRCardboard.depthFormat
  type: Property
- uid: UnityEditor.PlayerSettings.VRDaydream
  name: PlayerSettings.VRDaydream
  fullName: UnityEditor.PlayerSettings.VRDaydream
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.VRDaydream.html
  commentId: T:UnityEditor.PlayerSettings.VRDaydream
  nameWithType: PlayerSettings.VRDaydream
  type: Class
- uid: UnityEditor.PlayerSettings.VRDaydream.daydreamIcon
  name: daydreamIcon
  fullName: UnityEditor.PlayerSettings.VRDaydream.daydreamIcon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.VRDaydream-daydreamIcon.html
  commentId: P:UnityEditor.PlayerSettings.VRDaydream.daydreamIcon
  nameWithType: PlayerSettings.VRDaydream.daydreamIcon
  type: Property
- uid: UnityEditor.PlayerSettings.VRDaydream.daydreamIconBackground
  name: daydreamIconBackground
  fullName: UnityEditor.PlayerSettings.VRDaydream.daydreamIconBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.VRDaydream-daydreamIconBackground.html
  commentId: P:UnityEditor.PlayerSettings.VRDaydream.daydreamIconBackground
  nameWithType: PlayerSettings.VRDaydream.daydreamIconBackground
  type: Property
- uid: UnityEditor.PlayerSettings.VRDaydream.depthFormat
  name: depthFormat
  fullName: UnityEditor.PlayerSettings.VRDaydream.depthFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.VRDaydream-depthFormat.html
  commentId: P:UnityEditor.PlayerSettings.VRDaydream.depthFormat
  nameWithType: PlayerSettings.VRDaydream.depthFormat
  type: Property
- uid: UnityEditor.PlayerSettings.VRDaydream.enableVideoSurface
  name: enableVideoSurface
  fullName: UnityEditor.PlayerSettings.VRDaydream.enableVideoSurface
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.VRDaydream-enableVideoSurface.html
  commentId: P:UnityEditor.PlayerSettings.VRDaydream.enableVideoSurface
  nameWithType: PlayerSettings.VRDaydream.enableVideoSurface
  type: Property
- uid: UnityEditor.PlayerSettings.VRDaydream.enableVideoSurfaceProtectedMemory
  name: enableVideoSurfaceProtectedMemory
  fullName: UnityEditor.PlayerSettings.VRDaydream.enableVideoSurfaceProtectedMemory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.VRDaydream-enableVideoSurfaceProtectedMemory.html
  commentId: P:UnityEditor.PlayerSettings.VRDaydream.enableVideoSurfaceProtectedMemory
  nameWithType: PlayerSettings.VRDaydream.enableVideoSurfaceProtectedMemory
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL
  name: PlayerSettings.WebGL
  fullName: UnityEditor.PlayerSettings.WebGL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL.html
  commentId: T:UnityEditor.PlayerSettings.WebGL
  nameWithType: PlayerSettings.WebGL
  type: Class
- uid: UnityEditor.PlayerSettings.WebGL.analyzeBuildSize
  name: analyzeBuildSize
  fullName: UnityEditor.PlayerSettings.WebGL.analyzeBuildSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-analyzeBuildSize.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.analyzeBuildSize
  nameWithType: PlayerSettings.WebGL.analyzeBuildSize
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.compressionFormat
  name: compressionFormat
  fullName: UnityEditor.PlayerSettings.WebGL.compressionFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-compressionFormat.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.compressionFormat
  nameWithType: PlayerSettings.WebGL.compressionFormat
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.dataCaching
  name: dataCaching
  fullName: UnityEditor.PlayerSettings.WebGL.dataCaching
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-dataCaching.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.dataCaching
  nameWithType: PlayerSettings.WebGL.dataCaching
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.debugSymbols
  name: debugSymbols
  fullName: UnityEditor.PlayerSettings.WebGL.debugSymbols
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-debugSymbols.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.debugSymbols
  nameWithType: PlayerSettings.WebGL.debugSymbols
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.emscriptenArgs
  name: emscriptenArgs
  fullName: UnityEditor.PlayerSettings.WebGL.emscriptenArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-emscriptenArgs.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.emscriptenArgs
  nameWithType: PlayerSettings.WebGL.emscriptenArgs
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.exceptionSupport
  name: exceptionSupport
  fullName: UnityEditor.PlayerSettings.WebGL.exceptionSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-exceptionSupport.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.exceptionSupport
  nameWithType: PlayerSettings.WebGL.exceptionSupport
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.memorySize
  name: memorySize
  fullName: UnityEditor.PlayerSettings.WebGL.memorySize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-memorySize.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.memorySize
  nameWithType: PlayerSettings.WebGL.memorySize
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.modulesDirectory
  name: modulesDirectory
  fullName: UnityEditor.PlayerSettings.WebGL.modulesDirectory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-modulesDirectory.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.modulesDirectory
  nameWithType: PlayerSettings.WebGL.modulesDirectory
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.nameFilesAsHashes
  name: nameFilesAsHashes
  fullName: UnityEditor.PlayerSettings.WebGL.nameFilesAsHashes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-nameFilesAsHashes.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.nameFilesAsHashes
  nameWithType: PlayerSettings.WebGL.nameFilesAsHashes
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.template
  name: template
  fullName: UnityEditor.PlayerSettings.WebGL.template
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-template.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.template
  nameWithType: PlayerSettings.WebGL.template
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.useEmbeddedResources
  name: useEmbeddedResources
  fullName: UnityEditor.PlayerSettings.WebGL.useEmbeddedResources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-useEmbeddedResources.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.useEmbeddedResources
  nameWithType: PlayerSettings.WebGL.useEmbeddedResources
  type: Property
- uid: UnityEditor.PlayerSettings.WebGL.useWasm
  name: useWasm
  fullName: UnityEditor.PlayerSettings.WebGL.useWasm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WebGL-useWasm.html
  commentId: P:UnityEditor.PlayerSettings.WebGL.useWasm
  nameWithType: PlayerSettings.WebGL.useWasm
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU
  name: PlayerSettings.WiiU
  fullName: UnityEditor.PlayerSettings.WiiU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU.html
  commentId: T:UnityEditor.PlayerSettings.WiiU
  nameWithType: PlayerSettings.WiiU
  type: Class
- uid: UnityEditor.PlayerSettings.WiiU.accountBossSize
  name: accountBossSize
  fullName: UnityEditor.PlayerSettings.WiiU.accountBossSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-accountBossSize.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.accountBossSize
  nameWithType: PlayerSettings.WiiU.accountBossSize
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.accountSaveSize
  name: accountSaveSize
  fullName: UnityEditor.PlayerSettings.WiiU.accountSaveSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-accountSaveSize.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.accountSaveSize
  nameWithType: PlayerSettings.WiiU.accountSaveSize
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.addOnUniqueIDs
  name: addOnUniqueIDs
  fullName: UnityEditor.PlayerSettings.WiiU.addOnUniqueIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-addOnUniqueIDs.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.addOnUniqueIDs
  nameWithType: PlayerSettings.WiiU.addOnUniqueIDs
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.allowScreenCapture
  name: allowScreenCapture
  fullName: UnityEditor.PlayerSettings.WiiU.allowScreenCapture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-allowScreenCapture.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.allowScreenCapture
  nameWithType: PlayerSettings.WiiU.allowScreenCapture
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.commonBossSize
  name: commonBossSize
  fullName: UnityEditor.PlayerSettings.WiiU.commonBossSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-commonBossSize.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.commonBossSize
  nameWithType: PlayerSettings.WiiU.commonBossSize
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.commonSaveSize
  name: commonSaveSize
  fullName: UnityEditor.PlayerSettings.WiiU.commonSaveSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-commonSaveSize.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.commonSaveSize
  nameWithType: PlayerSettings.WiiU.commonSaveSize
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.controllerCount
  name: controllerCount
  fullName: UnityEditor.PlayerSettings.WiiU.controllerCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-controllerCount.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.controllerCount
  nameWithType: PlayerSettings.WiiU.controllerCount
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.drcBufferDisabled
  name: drcBufferDisabled
  fullName: UnityEditor.PlayerSettings.WiiU.drcBufferDisabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-drcBufferDisabled.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.drcBufferDisabled
  nameWithType: PlayerSettings.WiiU.drcBufferDisabled
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.gamePadMSAA
  name: gamePadMSAA
  fullName: UnityEditor.PlayerSettings.WiiU.gamePadMSAA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-gamePadMSAA.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.gamePadMSAA
  nameWithType: PlayerSettings.WiiU.gamePadMSAA
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.gamePadStartupScreen
  name: gamePadStartupScreen
  fullName: UnityEditor.PlayerSettings.WiiU.gamePadStartupScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-gamePadStartupScreen.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.gamePadStartupScreen
  nameWithType: PlayerSettings.WiiU.gamePadStartupScreen
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.groupID
  name: groupID
  fullName: UnityEditor.PlayerSettings.WiiU.groupID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-groupID.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.groupID
  nameWithType: PlayerSettings.WiiU.groupID
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.joinGameId
  name: joinGameId
  fullName: UnityEditor.PlayerSettings.WiiU.joinGameId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-joinGameId.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.joinGameId
  nameWithType: PlayerSettings.WiiU.joinGameId
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.joinGameModeMask
  name: joinGameModeMask
  fullName: UnityEditor.PlayerSettings.WiiU.joinGameModeMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-joinGameModeMask.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.joinGameModeMask
  nameWithType: PlayerSettings.WiiU.joinGameModeMask
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.loaderThreadStackSize
  name: loaderThreadStackSize
  fullName: UnityEditor.PlayerSettings.WiiU.loaderThreadStackSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-loaderThreadStackSize.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.loaderThreadStackSize
  nameWithType: PlayerSettings.WiiU.loaderThreadStackSize
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.mainThreadStackSize
  name: mainThreadStackSize
  fullName: UnityEditor.PlayerSettings.WiiU.mainThreadStackSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-mainThreadStackSize.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.mainThreadStackSize
  nameWithType: PlayerSettings.WiiU.mainThreadStackSize
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.olvAccessKey
  name: olvAccessKey
  fullName: UnityEditor.PlayerSettings.WiiU.olvAccessKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-olvAccessKey.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.olvAccessKey
  nameWithType: PlayerSettings.WiiU.olvAccessKey
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.profilerLibraryPath
  name: profilerLibraryPath
  fullName: UnityEditor.PlayerSettings.WiiU.profilerLibraryPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-profilerLibraryPath.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.profilerLibraryPath
  nameWithType: PlayerSettings.WiiU.profilerLibraryPath
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.supportsBalanceBoard
  name: supportsBalanceBoard
  fullName: UnityEditor.PlayerSettings.WiiU.supportsBalanceBoard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-supportsBalanceBoard.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.supportsBalanceBoard
  nameWithType: PlayerSettings.WiiU.supportsBalanceBoard
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.supportsClassicController
  name: supportsClassicController
  fullName: UnityEditor.PlayerSettings.WiiU.supportsClassicController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-supportsClassicController.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.supportsClassicController
  nameWithType: PlayerSettings.WiiU.supportsClassicController
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.supportsMotionPlus
  name: supportsMotionPlus
  fullName: UnityEditor.PlayerSettings.WiiU.supportsMotionPlus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-supportsMotionPlus.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.supportsMotionPlus
  nameWithType: PlayerSettings.WiiU.supportsMotionPlus
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.supportsNunchuk
  name: supportsNunchuk
  fullName: UnityEditor.PlayerSettings.WiiU.supportsNunchuk
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-supportsNunchuk.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.supportsNunchuk
  nameWithType: PlayerSettings.WiiU.supportsNunchuk
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.supportsProController
  name: supportsProController
  fullName: UnityEditor.PlayerSettings.WiiU.supportsProController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-supportsProController.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.supportsProController
  nameWithType: PlayerSettings.WiiU.supportsProController
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.systemHeapSize
  name: systemHeapSize
  fullName: UnityEditor.PlayerSettings.WiiU.systemHeapSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-systemHeapSize.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.systemHeapSize
  nameWithType: PlayerSettings.WiiU.systemHeapSize
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.tinCode
  name: tinCode
  fullName: UnityEditor.PlayerSettings.WiiU.tinCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-tinCode.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.tinCode
  nameWithType: PlayerSettings.WiiU.tinCode
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.titleID
  name: titleID
  fullName: UnityEditor.PlayerSettings.WiiU.titleID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-titleID.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.titleID
  nameWithType: PlayerSettings.WiiU.titleID
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.tvResolution
  name: tvResolution
  fullName: UnityEditor.PlayerSettings.WiiU.tvResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-tvResolution.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.tvResolution
  nameWithType: PlayerSettings.WiiU.tvResolution
  type: Property
- uid: UnityEditor.PlayerSettings.WiiU.tvStartupScreen
  name: tvStartupScreen
  fullName: UnityEditor.PlayerSettings.WiiU.tvStartupScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WiiU-tvStartupScreen.html
  commentId: P:UnityEditor.PlayerSettings.WiiU.tvStartupScreen
  nameWithType: PlayerSettings.WiiU.tvStartupScreen
  type: Property
- uid: UnityEditor.PlayerSettings.WSA
  name: PlayerSettings.WSA
  fullName: UnityEditor.PlayerSettings.WSA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.html
  commentId: T:UnityEditor.PlayerSettings.WSA
  nameWithType: PlayerSettings.WSA
  type: Class
- uid: UnityEditor.PlayerSettings.WSA.applicationDescription
  name: applicationDescription
  fullName: UnityEditor.PlayerSettings.WSA.applicationDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-applicationDescription.html
  commentId: P:UnityEditor.PlayerSettings.WSA.applicationDescription
  nameWithType: PlayerSettings.WSA.applicationDescription
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.certificateIssuer
  name: certificateIssuer
  fullName: UnityEditor.PlayerSettings.WSA.certificateIssuer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-certificateIssuer.html
  commentId: P:UnityEditor.PlayerSettings.WSA.certificateIssuer
  nameWithType: PlayerSettings.WSA.certificateIssuer
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.certificateNotAfter
  name: certificateNotAfter
  fullName: UnityEditor.PlayerSettings.WSA.certificateNotAfter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-certificateNotAfter.html
  commentId: P:UnityEditor.PlayerSettings.WSA.certificateNotAfter
  nameWithType: PlayerSettings.WSA.certificateNotAfter
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.certificatePath
  name: certificatePath
  fullName: UnityEditor.PlayerSettings.WSA.certificatePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-certificatePath.html
  commentId: P:UnityEditor.PlayerSettings.WSA.certificatePath
  nameWithType: PlayerSettings.WSA.certificatePath
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.certificateSubject
  name: certificateSubject
  fullName: UnityEditor.PlayerSettings.WSA.certificateSubject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-certificateSubject.html
  commentId: P:UnityEditor.PlayerSettings.WSA.certificateSubject
  nameWithType: PlayerSettings.WSA.certificateSubject
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.commandLineArgsFile
  name: commandLineArgsFile
  fullName: UnityEditor.PlayerSettings.WSA.commandLineArgsFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-commandLineArgsFile.html
  commentId: P:UnityEditor.PlayerSettings.WSA.commandLineArgsFile
  nameWithType: PlayerSettings.WSA.commandLineArgsFile
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.compilationOverrides
  name: compilationOverrides
  fullName: UnityEditor.PlayerSettings.WSA.compilationOverrides
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-compilationOverrides.html
  commentId: P:UnityEditor.PlayerSettings.WSA.compilationOverrides
  nameWithType: PlayerSettings.WSA.compilationOverrides
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.Declarations
  name: PlayerSettings.WSA.Declarations
  fullName: UnityEditor.PlayerSettings.WSA.Declarations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.Declarations.html
  commentId: T:UnityEditor.PlayerSettings.WSA.Declarations
  nameWithType: PlayerSettings.WSA.Declarations
  type: Class
- uid: UnityEditor.PlayerSettings.WSA.Declarations.fileTypeAssociations
  name: fileTypeAssociations
  fullName: UnityEditor.PlayerSettings.WSA.Declarations.fileTypeAssociations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.Declarations-fileTypeAssociations.html
  commentId: P:UnityEditor.PlayerSettings.WSA.Declarations.fileTypeAssociations
  nameWithType: PlayerSettings.WSA.Declarations.fileTypeAssociations
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.Declarations.protocolName
  name: protocolName
  fullName: UnityEditor.PlayerSettings.WSA.Declarations.protocolName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.Declarations-protocolName.html
  commentId: P:UnityEditor.PlayerSettings.WSA.Declarations.protocolName
  nameWithType: PlayerSettings.WSA.Declarations.protocolName
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.defaultTileSize
  name: defaultTileSize
  fullName: UnityEditor.PlayerSettings.WSA.defaultTileSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-defaultTileSize.html
  commentId: P:UnityEditor.PlayerSettings.WSA.defaultTileSize
  nameWithType: PlayerSettings.WSA.defaultTileSize
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.enableIndependentInputSource
  name: enableIndependentInputSource
  fullName: UnityEditor.PlayerSettings.WSA.enableIndependentInputSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-enableIndependentInputSource.html
  commentId: P:UnityEditor.PlayerSettings.WSA.enableIndependentInputSource
  nameWithType: PlayerSettings.WSA.enableIndependentInputSource
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.enableLowLatencyPresentationAPI
  name: enableLowLatencyPresentationAPI
  fullName: UnityEditor.PlayerSettings.WSA.enableLowLatencyPresentationAPI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-enableLowLatencyPresentationAPI.html
  commentId: P:UnityEditor.PlayerSettings.WSA.enableLowLatencyPresentationAPI
  nameWithType: PlayerSettings.WSA.enableLowLatencyPresentationAPI
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.GetCapability(UnityEditor.PlayerSettings.WSACapability)
  name: GetCapability(WSACapability)
  fullName: UnityEditor.PlayerSettings.WSA.GetCapability(UnityEditor.PlayerSettings.WSACapability)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.GetCapability.html
  commentId: M:UnityEditor.PlayerSettings.WSA.GetCapability(UnityEditor.PlayerSettings.WSACapability)
  nameWithType: PlayerSettings.WSA.GetCapability(PlayerSettings.WSACapability)
  type: Method
- uid: UnityEditor.PlayerSettings.WSA.GetVisualAssetsImage(UnityEditor.PlayerSettings.WSAImageType,UnityEditor.PlayerSettings.WSAImageScale)
  name: GetVisualAssetsImage(WSAImageType, WSAImageScale)
  fullName: UnityEditor.PlayerSettings.WSA.GetVisualAssetsImage(UnityEditor.PlayerSettings.WSAImageType, UnityEditor.PlayerSettings.WSAImageScale)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.GetVisualAssetsImage.html
  commentId: M:UnityEditor.PlayerSettings.WSA.GetVisualAssetsImage(UnityEditor.PlayerSettings.WSAImageType,UnityEditor.PlayerSettings.WSAImageScale)
  nameWithType: PlayerSettings.WSA.GetVisualAssetsImage(PlayerSettings.WSAImageType, PlayerSettings.WSAImageScale)
  type: Method
- uid: UnityEditor.PlayerSettings.WSA.inputSource
  name: inputSource
  fullName: UnityEditor.PlayerSettings.WSA.inputSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-inputSource.html
  commentId: P:UnityEditor.PlayerSettings.WSA.inputSource
  nameWithType: PlayerSettings.WSA.inputSource
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.largeTileShowName
  name: largeTileShowName
  fullName: UnityEditor.PlayerSettings.WSA.largeTileShowName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-largeTileShowName.html
  commentId: P:UnityEditor.PlayerSettings.WSA.largeTileShowName
  nameWithType: PlayerSettings.WSA.largeTileShowName
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.mediumTileShowName
  name: mediumTileShowName
  fullName: UnityEditor.PlayerSettings.WSA.mediumTileShowName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-mediumTileShowName.html
  commentId: P:UnityEditor.PlayerSettings.WSA.mediumTileShowName
  nameWithType: PlayerSettings.WSA.mediumTileShowName
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.packageLogo
  name: packageLogo
  fullName: UnityEditor.PlayerSettings.WSA.packageLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-packageLogo.html
  commentId: P:UnityEditor.PlayerSettings.WSA.packageLogo
  nameWithType: PlayerSettings.WSA.packageLogo
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.packageLogo140
  name: packageLogo140
  fullName: UnityEditor.PlayerSettings.WSA.packageLogo140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-packageLogo140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.packageLogo140
  nameWithType: PlayerSettings.WSA.packageLogo140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.packageLogo180
  name: packageLogo180
  fullName: UnityEditor.PlayerSettings.WSA.packageLogo180
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-packageLogo180.html
  commentId: P:UnityEditor.PlayerSettings.WSA.packageLogo180
  nameWithType: PlayerSettings.WSA.packageLogo180
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.packageLogo240
  name: packageLogo240
  fullName: UnityEditor.PlayerSettings.WSA.packageLogo240
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-packageLogo240.html
  commentId: P:UnityEditor.PlayerSettings.WSA.packageLogo240
  nameWithType: PlayerSettings.WSA.packageLogo240
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.packageName
  name: packageName
  fullName: UnityEditor.PlayerSettings.WSA.packageName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-packageName.html
  commentId: P:UnityEditor.PlayerSettings.WSA.packageName
  nameWithType: PlayerSettings.WSA.packageName
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.packageVersion
  name: packageVersion
  fullName: UnityEditor.PlayerSettings.WSA.packageVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-packageVersion.html
  commentId: P:UnityEditor.PlayerSettings.WSA.packageVersion
  nameWithType: PlayerSettings.WSA.packageVersion
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneAppIcon
  name: phoneAppIcon
  fullName: UnityEditor.PlayerSettings.WSA.phoneAppIcon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneAppIcon.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneAppIcon
  nameWithType: PlayerSettings.WSA.phoneAppIcon
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneAppIcon140
  name: phoneAppIcon140
  fullName: UnityEditor.PlayerSettings.WSA.phoneAppIcon140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneAppIcon140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneAppIcon140
  nameWithType: PlayerSettings.WSA.phoneAppIcon140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneAppIcon240
  name: phoneAppIcon240
  fullName: UnityEditor.PlayerSettings.WSA.phoneAppIcon240
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneAppIcon240.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneAppIcon240
  nameWithType: PlayerSettings.WSA.phoneAppIcon240
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneMediumTile
  name: phoneMediumTile
  fullName: UnityEditor.PlayerSettings.WSA.phoneMediumTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneMediumTile.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneMediumTile
  nameWithType: PlayerSettings.WSA.phoneMediumTile
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneMediumTile140
  name: phoneMediumTile140
  fullName: UnityEditor.PlayerSettings.WSA.phoneMediumTile140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneMediumTile140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneMediumTile140
  nameWithType: PlayerSettings.WSA.phoneMediumTile140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneMediumTile240
  name: phoneMediumTile240
  fullName: UnityEditor.PlayerSettings.WSA.phoneMediumTile240
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneMediumTile240.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneMediumTile240
  nameWithType: PlayerSettings.WSA.phoneMediumTile240
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneSmallTile
  name: phoneSmallTile
  fullName: UnityEditor.PlayerSettings.WSA.phoneSmallTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneSmallTile.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneSmallTile
  nameWithType: PlayerSettings.WSA.phoneSmallTile
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneSmallTile140
  name: phoneSmallTile140
  fullName: UnityEditor.PlayerSettings.WSA.phoneSmallTile140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneSmallTile140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneSmallTile140
  nameWithType: PlayerSettings.WSA.phoneSmallTile140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneSmallTile240
  name: phoneSmallTile240
  fullName: UnityEditor.PlayerSettings.WSA.phoneSmallTile240
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneSmallTile240.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneSmallTile240
  nameWithType: PlayerSettings.WSA.phoneSmallTile240
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneSplashScreenImage
  name: phoneSplashScreenImage
  fullName: UnityEditor.PlayerSettings.WSA.phoneSplashScreenImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneSplashScreenImage.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneSplashScreenImage
  nameWithType: PlayerSettings.WSA.phoneSplashScreenImage
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneSplashScreenImageScale140
  name: phoneSplashScreenImageScale140
  fullName: UnityEditor.PlayerSettings.WSA.phoneSplashScreenImageScale140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneSplashScreenImageScale140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneSplashScreenImageScale140
  nameWithType: PlayerSettings.WSA.phoneSplashScreenImageScale140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneSplashScreenImageScale240
  name: phoneSplashScreenImageScale240
  fullName: UnityEditor.PlayerSettings.WSA.phoneSplashScreenImageScale240
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneSplashScreenImageScale240.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneSplashScreenImageScale240
  nameWithType: PlayerSettings.WSA.phoneSplashScreenImageScale240
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneWideTile
  name: phoneWideTile
  fullName: UnityEditor.PlayerSettings.WSA.phoneWideTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneWideTile.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneWideTile
  nameWithType: PlayerSettings.WSA.phoneWideTile
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneWideTile140
  name: phoneWideTile140
  fullName: UnityEditor.PlayerSettings.WSA.phoneWideTile140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneWideTile140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneWideTile140
  nameWithType: PlayerSettings.WSA.phoneWideTile140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.phoneWideTile240
  name: phoneWideTile240
  fullName: UnityEditor.PlayerSettings.WSA.phoneWideTile240
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-phoneWideTile240.html
  commentId: P:UnityEditor.PlayerSettings.WSA.phoneWideTile240
  nameWithType: PlayerSettings.WSA.phoneWideTile240
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.SetCapability(UnityEditor.PlayerSettings.WSACapability,System.Boolean)
  name: SetCapability(WSACapability, bool)
  fullName: UnityEditor.PlayerSettings.WSA.SetCapability(UnityEditor.PlayerSettings.WSACapability, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.SetCapability.html
  commentId: M:UnityEditor.PlayerSettings.WSA.SetCapability(UnityEditor.PlayerSettings.WSACapability,System.Boolean)
  nameWithType: PlayerSettings.WSA.SetCapability(PlayerSettings.WSACapability, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.WSA.SetCertificate(System.String,System.String)
  name: SetCertificate(string, string)
  fullName: UnityEditor.PlayerSettings.WSA.SetCertificate(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.SetCertificate.html
  commentId: M:UnityEditor.PlayerSettings.WSA.SetCertificate(System.String,System.String)
  nameWithType: PlayerSettings.WSA.SetCertificate(string, string)
  type: Method
- uid: UnityEditor.PlayerSettings.WSA.SetVisualAssetsImage(System.String,UnityEditor.PlayerSettings.WSAImageType,UnityEditor.PlayerSettings.WSAImageScale)
  name: SetVisualAssetsImage(string, WSAImageType, WSAImageScale)
  fullName: UnityEditor.PlayerSettings.WSA.SetVisualAssetsImage(string, UnityEditor.PlayerSettings.WSAImageType, UnityEditor.PlayerSettings.WSAImageScale)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA.SetVisualAssetsImage.html
  commentId: M:UnityEditor.PlayerSettings.WSA.SetVisualAssetsImage(System.String,UnityEditor.PlayerSettings.WSAImageType,UnityEditor.PlayerSettings.WSAImageScale)
  nameWithType: PlayerSettings.WSA.SetVisualAssetsImage(string, PlayerSettings.WSAImageType, PlayerSettings.WSAImageScale)
  type: Method
- uid: UnityEditor.PlayerSettings.WSA.splashScreenBackgroundColor
  name: splashScreenBackgroundColor
  fullName: UnityEditor.PlayerSettings.WSA.splashScreenBackgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-splashScreenBackgroundColor.html
  commentId: P:UnityEditor.PlayerSettings.WSA.splashScreenBackgroundColor
  nameWithType: PlayerSettings.WSA.splashScreenBackgroundColor
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeLargeTile
  name: storeLargeTile
  fullName: UnityEditor.PlayerSettings.WSA.storeLargeTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeLargeTile.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeLargeTile
  nameWithType: PlayerSettings.WSA.storeLargeTile
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeLargeTile140
  name: storeLargeTile140
  fullName: UnityEditor.PlayerSettings.WSA.storeLargeTile140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeLargeTile140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeLargeTile140
  nameWithType: PlayerSettings.WSA.storeLargeTile140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeLargeTile180
  name: storeLargeTile180
  fullName: UnityEditor.PlayerSettings.WSA.storeLargeTile180
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeLargeTile180.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeLargeTile180
  nameWithType: PlayerSettings.WSA.storeLargeTile180
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeLargeTile80
  name: storeLargeTile80
  fullName: UnityEditor.PlayerSettings.WSA.storeLargeTile80
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeLargeTile80.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeLargeTile80
  nameWithType: PlayerSettings.WSA.storeLargeTile80
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeSmallTile
  name: storeSmallTile
  fullName: UnityEditor.PlayerSettings.WSA.storeSmallTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeSmallTile.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeSmallTile
  nameWithType: PlayerSettings.WSA.storeSmallTile
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeSmallTile140
  name: storeSmallTile140
  fullName: UnityEditor.PlayerSettings.WSA.storeSmallTile140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeSmallTile140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeSmallTile140
  nameWithType: PlayerSettings.WSA.storeSmallTile140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeSmallTile180
  name: storeSmallTile180
  fullName: UnityEditor.PlayerSettings.WSA.storeSmallTile180
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeSmallTile180.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeSmallTile180
  nameWithType: PlayerSettings.WSA.storeSmallTile180
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeSmallTile80
  name: storeSmallTile80
  fullName: UnityEditor.PlayerSettings.WSA.storeSmallTile80
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeSmallTile80.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeSmallTile80
  nameWithType: PlayerSettings.WSA.storeSmallTile80
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeSplashScreenImage
  name: storeSplashScreenImage
  fullName: UnityEditor.PlayerSettings.WSA.storeSplashScreenImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeSplashScreenImage.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeSplashScreenImage
  nameWithType: PlayerSettings.WSA.storeSplashScreenImage
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeSplashScreenImageScale140
  name: storeSplashScreenImageScale140
  fullName: UnityEditor.PlayerSettings.WSA.storeSplashScreenImageScale140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeSplashScreenImageScale140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeSplashScreenImageScale140
  nameWithType: PlayerSettings.WSA.storeSplashScreenImageScale140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeSplashScreenImageScale180
  name: storeSplashScreenImageScale180
  fullName: UnityEditor.PlayerSettings.WSA.storeSplashScreenImageScale180
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeSplashScreenImageScale180.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeSplashScreenImageScale180
  nameWithType: PlayerSettings.WSA.storeSplashScreenImageScale180
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileLogo
  name: storeTileLogo
  fullName: UnityEditor.PlayerSettings.WSA.storeTileLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileLogo.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileLogo
  nameWithType: PlayerSettings.WSA.storeTileLogo
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileLogo140
  name: storeTileLogo140
  fullName: UnityEditor.PlayerSettings.WSA.storeTileLogo140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileLogo140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileLogo140
  nameWithType: PlayerSettings.WSA.storeTileLogo140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileLogo180
  name: storeTileLogo180
  fullName: UnityEditor.PlayerSettings.WSA.storeTileLogo180
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileLogo180.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileLogo180
  nameWithType: PlayerSettings.WSA.storeTileLogo180
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileLogo80
  name: storeTileLogo80
  fullName: UnityEditor.PlayerSettings.WSA.storeTileLogo80
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileLogo80.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileLogo80
  nameWithType: PlayerSettings.WSA.storeTileLogo80
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileSmallLogo
  name: storeTileSmallLogo
  fullName: UnityEditor.PlayerSettings.WSA.storeTileSmallLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileSmallLogo.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileSmallLogo
  nameWithType: PlayerSettings.WSA.storeTileSmallLogo
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileSmallLogo140
  name: storeTileSmallLogo140
  fullName: UnityEditor.PlayerSettings.WSA.storeTileSmallLogo140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileSmallLogo140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileSmallLogo140
  nameWithType: PlayerSettings.WSA.storeTileSmallLogo140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileSmallLogo180
  name: storeTileSmallLogo180
  fullName: UnityEditor.PlayerSettings.WSA.storeTileSmallLogo180
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileSmallLogo180.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileSmallLogo180
  nameWithType: PlayerSettings.WSA.storeTileSmallLogo180
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileSmallLogo80
  name: storeTileSmallLogo80
  fullName: UnityEditor.PlayerSettings.WSA.storeTileSmallLogo80
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileSmallLogo80.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileSmallLogo80
  nameWithType: PlayerSettings.WSA.storeTileSmallLogo80
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileWideLogo
  name: storeTileWideLogo
  fullName: UnityEditor.PlayerSettings.WSA.storeTileWideLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileWideLogo.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileWideLogo
  nameWithType: PlayerSettings.WSA.storeTileWideLogo
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileWideLogo140
  name: storeTileWideLogo140
  fullName: UnityEditor.PlayerSettings.WSA.storeTileWideLogo140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileWideLogo140.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileWideLogo140
  nameWithType: PlayerSettings.WSA.storeTileWideLogo140
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileWideLogo180
  name: storeTileWideLogo180
  fullName: UnityEditor.PlayerSettings.WSA.storeTileWideLogo180
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileWideLogo180.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileWideLogo180
  nameWithType: PlayerSettings.WSA.storeTileWideLogo180
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.storeTileWideLogo80
  name: storeTileWideLogo80
  fullName: UnityEditor.PlayerSettings.WSA.storeTileWideLogo80
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-storeTileWideLogo80.html
  commentId: P:UnityEditor.PlayerSettings.WSA.storeTileWideLogo80
  nameWithType: PlayerSettings.WSA.storeTileWideLogo80
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.tileBackgroundColor
  name: tileBackgroundColor
  fullName: UnityEditor.PlayerSettings.WSA.tileBackgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-tileBackgroundColor.html
  commentId: P:UnityEditor.PlayerSettings.WSA.tileBackgroundColor
  nameWithType: PlayerSettings.WSA.tileBackgroundColor
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.tileForegroundText
  name: tileForegroundText
  fullName: UnityEditor.PlayerSettings.WSA.tileForegroundText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-tileForegroundText.html
  commentId: P:UnityEditor.PlayerSettings.WSA.tileForegroundText
  nameWithType: PlayerSettings.WSA.tileForegroundText
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.tileShortName
  name: tileShortName
  fullName: UnityEditor.PlayerSettings.WSA.tileShortName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-tileShortName.html
  commentId: P:UnityEditor.PlayerSettings.WSA.tileShortName
  nameWithType: PlayerSettings.WSA.tileShortName
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.tileShowName
  name: tileShowName
  fullName: UnityEditor.PlayerSettings.WSA.tileShowName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-tileShowName.html
  commentId: P:UnityEditor.PlayerSettings.WSA.tileShowName
  nameWithType: PlayerSettings.WSA.tileShowName
  type: Property
- uid: UnityEditor.PlayerSettings.WSA.wideTileShowName
  name: wideTileShowName
  fullName: UnityEditor.PlayerSettings.WSA.wideTileShowName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSA-wideTileShowName.html
  commentId: P:UnityEditor.PlayerSettings.WSA.wideTileShowName
  nameWithType: PlayerSettings.WSA.wideTileShowName
  type: Property
- uid: UnityEditor.PlayerSettings.WSAApplicationForegroundText
  name: PlayerSettings.WSAApplicationForegroundText
  fullName: UnityEditor.PlayerSettings.WSAApplicationForegroundText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationForegroundText.html
  commentId: T:UnityEditor.PlayerSettings.WSAApplicationForegroundText
  nameWithType: PlayerSettings.WSAApplicationForegroundText
  type: Enum
- uid: UnityEditor.PlayerSettings.WSAApplicationForegroundText.Dark
  name: Dark
  fullName: UnityEditor.PlayerSettings.WSAApplicationForegroundText.Dark
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationForegroundText.Dark.html
  commentId: F:UnityEditor.PlayerSettings.WSAApplicationForegroundText.Dark
  nameWithType: PlayerSettings.WSAApplicationForegroundText.Dark
  type: Field
- uid: UnityEditor.PlayerSettings.WSAApplicationForegroundText.Light
  name: Light
  fullName: UnityEditor.PlayerSettings.WSAApplicationForegroundText.Light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationForegroundText.Light.html
  commentId: F:UnityEditor.PlayerSettings.WSAApplicationForegroundText.Light
  nameWithType: PlayerSettings.WSAApplicationForegroundText.Light
  type: Field
- uid: UnityEditor.PlayerSettings.WSAApplicationShowName
  name: PlayerSettings.WSAApplicationShowName
  fullName: UnityEditor.PlayerSettings.WSAApplicationShowName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationShowName.html
  commentId: T:UnityEditor.PlayerSettings.WSAApplicationShowName
  nameWithType: PlayerSettings.WSAApplicationShowName
  type: Enum
- uid: UnityEditor.PlayerSettings.WSAApplicationShowName.AllLogos
  name: AllLogos
  fullName: UnityEditor.PlayerSettings.WSAApplicationShowName.AllLogos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationShowName.AllLogos.html
  commentId: F:UnityEditor.PlayerSettings.WSAApplicationShowName.AllLogos
  nameWithType: PlayerSettings.WSAApplicationShowName.AllLogos
  type: Field
- uid: UnityEditor.PlayerSettings.WSAApplicationShowName.NoLogos
  name: NoLogos
  fullName: UnityEditor.PlayerSettings.WSAApplicationShowName.NoLogos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationShowName.NoLogos.html
  commentId: F:UnityEditor.PlayerSettings.WSAApplicationShowName.NoLogos
  nameWithType: PlayerSettings.WSAApplicationShowName.NoLogos
  type: Field
- uid: UnityEditor.PlayerSettings.WSAApplicationShowName.NotSet
  name: NotSet
  fullName: UnityEditor.PlayerSettings.WSAApplicationShowName.NotSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationShowName.NotSet.html
  commentId: F:UnityEditor.PlayerSettings.WSAApplicationShowName.NotSet
  nameWithType: PlayerSettings.WSAApplicationShowName.NotSet
  type: Field
- uid: UnityEditor.PlayerSettings.WSAApplicationShowName.StandardLogoOnly
  name: StandardLogoOnly
  fullName: UnityEditor.PlayerSettings.WSAApplicationShowName.StandardLogoOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationShowName.StandardLogoOnly.html
  commentId: F:UnityEditor.PlayerSettings.WSAApplicationShowName.StandardLogoOnly
  nameWithType: PlayerSettings.WSAApplicationShowName.StandardLogoOnly
  type: Field
- uid: UnityEditor.PlayerSettings.WSAApplicationShowName.WideLogoOnly
  name: WideLogoOnly
  fullName: UnityEditor.PlayerSettings.WSAApplicationShowName.WideLogoOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAApplicationShowName.WideLogoOnly.html
  commentId: F:UnityEditor.PlayerSettings.WSAApplicationShowName.WideLogoOnly
  nameWithType: PlayerSettings.WSAApplicationShowName.WideLogoOnly
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability
  name: PlayerSettings.WSACapability
  fullName: UnityEditor.PlayerSettings.WSACapability
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.html
  commentId: T:UnityEditor.PlayerSettings.WSACapability
  nameWithType: PlayerSettings.WSACapability
  type: Enum
- uid: UnityEditor.PlayerSettings.WSACapability.AllJoyn
  name: AllJoyn
  fullName: UnityEditor.PlayerSettings.WSACapability.AllJoyn
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.AllJoyn.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.AllJoyn
  nameWithType: PlayerSettings.WSACapability.AllJoyn
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.BlockedChatMessages
  name: BlockedChatMessages
  fullName: UnityEditor.PlayerSettings.WSACapability.BlockedChatMessages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.BlockedChatMessages.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.BlockedChatMessages
  nameWithType: PlayerSettings.WSACapability.BlockedChatMessages
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.Bluetooth
  name: Bluetooth
  fullName: UnityEditor.PlayerSettings.WSACapability.Bluetooth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.Bluetooth.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.Bluetooth
  nameWithType: PlayerSettings.WSACapability.Bluetooth
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.Chat
  name: Chat
  fullName: UnityEditor.PlayerSettings.WSACapability.Chat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.Chat.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.Chat
  nameWithType: PlayerSettings.WSACapability.Chat
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.CodeGeneration
  name: CodeGeneration
  fullName: UnityEditor.PlayerSettings.WSACapability.CodeGeneration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.CodeGeneration.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.CodeGeneration
  nameWithType: PlayerSettings.WSACapability.CodeGeneration
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.EnterpriseAuthentication
  name: EnterpriseAuthentication
  fullName: UnityEditor.PlayerSettings.WSACapability.EnterpriseAuthentication
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.EnterpriseAuthentication.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.EnterpriseAuthentication
  nameWithType: PlayerSettings.WSACapability.EnterpriseAuthentication
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.HumanInterfaceDevice
  name: HumanInterfaceDevice
  fullName: UnityEditor.PlayerSettings.WSACapability.HumanInterfaceDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.HumanInterfaceDevice.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.HumanInterfaceDevice
  nameWithType: PlayerSettings.WSACapability.HumanInterfaceDevice
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.InputInjectionBrokered
  name: InputInjectionBrokered
  fullName: UnityEditor.PlayerSettings.WSACapability.InputInjectionBrokered
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.InputInjectionBrokered.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.InputInjectionBrokered
  nameWithType: PlayerSettings.WSACapability.InputInjectionBrokered
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.InternetClient
  name: InternetClient
  fullName: UnityEditor.PlayerSettings.WSACapability.InternetClient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.InternetClient.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.InternetClient
  nameWithType: PlayerSettings.WSACapability.InternetClient
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.InternetClientServer
  name: InternetClientServer
  fullName: UnityEditor.PlayerSettings.WSACapability.InternetClientServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.InternetClientServer.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.InternetClientServer
  nameWithType: PlayerSettings.WSACapability.InternetClientServer
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.Location
  name: Location
  fullName: UnityEditor.PlayerSettings.WSACapability.Location
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.Location.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.Location
  nameWithType: PlayerSettings.WSACapability.Location
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.Microphone
  name: Microphone
  fullName: UnityEditor.PlayerSettings.WSACapability.Microphone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.Microphone.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.Microphone
  nameWithType: PlayerSettings.WSACapability.Microphone
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.MusicLibrary
  name: MusicLibrary
  fullName: UnityEditor.PlayerSettings.WSACapability.MusicLibrary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.MusicLibrary.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.MusicLibrary
  nameWithType: PlayerSettings.WSACapability.MusicLibrary
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.Objects3D
  name: Objects3D
  fullName: UnityEditor.PlayerSettings.WSACapability.Objects3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.Objects3D.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.Objects3D
  nameWithType: PlayerSettings.WSACapability.Objects3D
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.PhoneCall
  name: PhoneCall
  fullName: UnityEditor.PlayerSettings.WSACapability.PhoneCall
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.PhoneCall.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.PhoneCall
  nameWithType: PlayerSettings.WSACapability.PhoneCall
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.PicturesLibrary
  name: PicturesLibrary
  fullName: UnityEditor.PlayerSettings.WSACapability.PicturesLibrary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.PicturesLibrary.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.PicturesLibrary
  nameWithType: PlayerSettings.WSACapability.PicturesLibrary
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.PrivateNetworkClientServer
  name: PrivateNetworkClientServer
  fullName: UnityEditor.PlayerSettings.WSACapability.PrivateNetworkClientServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.PrivateNetworkClientServer.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.PrivateNetworkClientServer
  nameWithType: PlayerSettings.WSACapability.PrivateNetworkClientServer
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.Proximity
  name: Proximity
  fullName: UnityEditor.PlayerSettings.WSACapability.Proximity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.Proximity.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.Proximity
  nameWithType: PlayerSettings.WSACapability.Proximity
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.RemovableStorage
  name: RemovableStorage
  fullName: UnityEditor.PlayerSettings.WSACapability.RemovableStorage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.RemovableStorage.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.RemovableStorage
  nameWithType: PlayerSettings.WSACapability.RemovableStorage
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.SharedUserCertificates
  name: SharedUserCertificates
  fullName: UnityEditor.PlayerSettings.WSACapability.SharedUserCertificates
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.SharedUserCertificates.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.SharedUserCertificates
  nameWithType: PlayerSettings.WSACapability.SharedUserCertificates
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.SpatialPerception
  name: SpatialPerception
  fullName: UnityEditor.PlayerSettings.WSACapability.SpatialPerception
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.SpatialPerception.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.SpatialPerception
  nameWithType: PlayerSettings.WSACapability.SpatialPerception
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.UserAccountInformation
  name: UserAccountInformation
  fullName: UnityEditor.PlayerSettings.WSACapability.UserAccountInformation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.UserAccountInformation.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.UserAccountInformation
  nameWithType: PlayerSettings.WSACapability.UserAccountInformation
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.VideosLibrary
  name: VideosLibrary
  fullName: UnityEditor.PlayerSettings.WSACapability.VideosLibrary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.VideosLibrary.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.VideosLibrary
  nameWithType: PlayerSettings.WSACapability.VideosLibrary
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.VoipCall
  name: VoipCall
  fullName: UnityEditor.PlayerSettings.WSACapability.VoipCall
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.VoipCall.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.VoipCall
  nameWithType: PlayerSettings.WSACapability.VoipCall
  type: Field
- uid: UnityEditor.PlayerSettings.WSACapability.WebCam
  name: WebCam
  fullName: UnityEditor.PlayerSettings.WSACapability.WebCam
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACapability.WebCam.html
  commentId: F:UnityEditor.PlayerSettings.WSACapability.WebCam
  nameWithType: PlayerSettings.WSACapability.WebCam
  type: Field
- uid: UnityEditor.PlayerSettings.WSACompilationOverrides
  name: PlayerSettings.WSACompilationOverrides
  fullName: UnityEditor.PlayerSettings.WSACompilationOverrides
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACompilationOverrides.html
  commentId: T:UnityEditor.PlayerSettings.WSACompilationOverrides
  nameWithType: PlayerSettings.WSACompilationOverrides
  type: Enum
- uid: UnityEditor.PlayerSettings.WSACompilationOverrides.None
  name: None
  fullName: UnityEditor.PlayerSettings.WSACompilationOverrides.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACompilationOverrides.None.html
  commentId: F:UnityEditor.PlayerSettings.WSACompilationOverrides.None
  nameWithType: PlayerSettings.WSACompilationOverrides.None
  type: Field
- uid: UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCore
  name: UseNetCore
  fullName: UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACompilationOverrides.UseNetCore.html
  commentId: F:UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCore
  nameWithType: PlayerSettings.WSACompilationOverrides.UseNetCore
  type: Field
- uid: UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCorePartially
  name: UseNetCorePartially
  fullName: UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCorePartially
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSACompilationOverrides.UseNetCorePartially.html
  commentId: F:UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCorePartially
  nameWithType: PlayerSettings.WSACompilationOverrides.UseNetCorePartially
  type: Field
- uid: UnityEditor.PlayerSettings.WSADefaultTileSize
  name: PlayerSettings.WSADefaultTileSize
  fullName: UnityEditor.PlayerSettings.WSADefaultTileSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSADefaultTileSize.html
  commentId: T:UnityEditor.PlayerSettings.WSADefaultTileSize
  nameWithType: PlayerSettings.WSADefaultTileSize
  type: Enum
- uid: UnityEditor.PlayerSettings.WSADefaultTileSize.Medium
  name: Medium
  fullName: UnityEditor.PlayerSettings.WSADefaultTileSize.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSADefaultTileSize.Medium.html
  commentId: F:UnityEditor.PlayerSettings.WSADefaultTileSize.Medium
  nameWithType: PlayerSettings.WSADefaultTileSize.Medium
  type: Field
- uid: UnityEditor.PlayerSettings.WSADefaultTileSize.NotSet
  name: NotSet
  fullName: UnityEditor.PlayerSettings.WSADefaultTileSize.NotSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSADefaultTileSize.NotSet.html
  commentId: F:UnityEditor.PlayerSettings.WSADefaultTileSize.NotSet
  nameWithType: PlayerSettings.WSADefaultTileSize.NotSet
  type: Field
- uid: UnityEditor.PlayerSettings.WSADefaultTileSize.Wide
  name: Wide
  fullName: UnityEditor.PlayerSettings.WSADefaultTileSize.Wide
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSADefaultTileSize.Wide.html
  commentId: F:UnityEditor.PlayerSettings.WSADefaultTileSize.Wide
  nameWithType: PlayerSettings.WSADefaultTileSize.Wide
  type: Field
- uid: UnityEditor.PlayerSettings.WSAFileTypeAssociations
  name: PlayerSettings.WSAFileTypeAssociations
  fullName: UnityEditor.PlayerSettings.WSAFileTypeAssociations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAFileTypeAssociations.html
  commentId: T:UnityEditor.PlayerSettings.WSAFileTypeAssociations
  nameWithType: PlayerSettings.WSAFileTypeAssociations
  type: Struct
- uid: UnityEditor.PlayerSettings.WSAFileTypeAssociations.name
  name: name
  fullName: UnityEditor.PlayerSettings.WSAFileTypeAssociations.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAFileTypeAssociations-name.html
  commentId: F:UnityEditor.PlayerSettings.WSAFileTypeAssociations.name
  nameWithType: PlayerSettings.WSAFileTypeAssociations.name
  type: Field
- uid: UnityEditor.PlayerSettings.WSAFileTypeAssociations.supportedFileTypes
  name: supportedFileTypes
  fullName: UnityEditor.PlayerSettings.WSAFileTypeAssociations.supportedFileTypes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAFileTypeAssociations-supportedFileTypes.html
  commentId: F:UnityEditor.PlayerSettings.WSAFileTypeAssociations.supportedFileTypes
  nameWithType: PlayerSettings.WSAFileTypeAssociations.supportedFileTypes
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale
  name: PlayerSettings.WSAImageScale
  fullName: UnityEditor.PlayerSettings.WSAImageScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale.html
  commentId: T:UnityEditor.PlayerSettings.WSAImageScale
  nameWithType: PlayerSettings.WSAImageScale
  type: Enum
- uid: UnityEditor.PlayerSettings.WSAImageScale._100
  name: _100
  fullName: UnityEditor.PlayerSettings.WSAImageScale._100
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._100.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._100
  nameWithType: PlayerSettings.WSAImageScale._100
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale._125
  name: _125
  fullName: UnityEditor.PlayerSettings.WSAImageScale._125
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._125.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._125
  nameWithType: PlayerSettings.WSAImageScale._125
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale._140
  name: _140
  fullName: UnityEditor.PlayerSettings.WSAImageScale._140
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._140.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._140
  nameWithType: PlayerSettings.WSAImageScale._140
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale._150
  name: _150
  fullName: UnityEditor.PlayerSettings.WSAImageScale._150
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._150.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._150
  nameWithType: PlayerSettings.WSAImageScale._150
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale._180
  name: _180
  fullName: UnityEditor.PlayerSettings.WSAImageScale._180
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._180.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._180
  nameWithType: PlayerSettings.WSAImageScale._180
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale._200
  name: _200
  fullName: UnityEditor.PlayerSettings.WSAImageScale._200
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._200.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._200
  nameWithType: PlayerSettings.WSAImageScale._200
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale._240
  name: _240
  fullName: UnityEditor.PlayerSettings.WSAImageScale._240
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._240.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._240
  nameWithType: PlayerSettings.WSAImageScale._240
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale._400
  name: _400
  fullName: UnityEditor.PlayerSettings.WSAImageScale._400
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._400.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._400
  nameWithType: PlayerSettings.WSAImageScale._400
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale._80
  name: _80
  fullName: UnityEditor.PlayerSettings.WSAImageScale._80
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale._80.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale._80
  nameWithType: PlayerSettings.WSAImageScale._80
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale.Target16
  name: Target16
  fullName: UnityEditor.PlayerSettings.WSAImageScale.Target16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale.Target16.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale.Target16
  nameWithType: PlayerSettings.WSAImageScale.Target16
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale.Target24
  name: Target24
  fullName: UnityEditor.PlayerSettings.WSAImageScale.Target24
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale.Target24.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale.Target24
  nameWithType: PlayerSettings.WSAImageScale.Target24
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale.Target256
  name: Target256
  fullName: UnityEditor.PlayerSettings.WSAImageScale.Target256
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale.Target256.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale.Target256
  nameWithType: PlayerSettings.WSAImageScale.Target256
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale.Target32
  name: Target32
  fullName: UnityEditor.PlayerSettings.WSAImageScale.Target32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale.Target32.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale.Target32
  nameWithType: PlayerSettings.WSAImageScale.Target32
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageScale.Target48
  name: Target48
  fullName: UnityEditor.PlayerSettings.WSAImageScale.Target48
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageScale.Target48.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageScale.Target48
  nameWithType: PlayerSettings.WSAImageScale.Target48
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType
  name: PlayerSettings.WSAImageType
  fullName: UnityEditor.PlayerSettings.WSAImageType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.html
  commentId: T:UnityEditor.PlayerSettings.WSAImageType
  nameWithType: PlayerSettings.WSAImageType
  type: Enum
- uid: UnityEditor.PlayerSettings.WSAImageType.PackageLogo
  name: PackageLogo
  fullName: UnityEditor.PlayerSettings.WSAImageType.PackageLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.PackageLogo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.PackageLogo
  nameWithType: PlayerSettings.WSAImageType.PackageLogo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.PhoneAppIcon
  name: PhoneAppIcon
  fullName: UnityEditor.PlayerSettings.WSAImageType.PhoneAppIcon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.PhoneAppIcon.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.PhoneAppIcon
  nameWithType: PlayerSettings.WSAImageType.PhoneAppIcon
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.PhoneMediumTile
  name: PhoneMediumTile
  fullName: UnityEditor.PlayerSettings.WSAImageType.PhoneMediumTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.PhoneMediumTile.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.PhoneMediumTile
  nameWithType: PlayerSettings.WSAImageType.PhoneMediumTile
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.PhoneSmallTile
  name: PhoneSmallTile
  fullName: UnityEditor.PlayerSettings.WSAImageType.PhoneSmallTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.PhoneSmallTile.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.PhoneSmallTile
  nameWithType: PlayerSettings.WSAImageType.PhoneSmallTile
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.PhoneSplashScreen
  name: PhoneSplashScreen
  fullName: UnityEditor.PlayerSettings.WSAImageType.PhoneSplashScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.PhoneSplashScreen.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.PhoneSplashScreen
  nameWithType: PlayerSettings.WSAImageType.PhoneSplashScreen
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.PhoneWideTile
  name: PhoneWideTile
  fullName: UnityEditor.PlayerSettings.WSAImageType.PhoneWideTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.PhoneWideTile.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.PhoneWideTile
  nameWithType: PlayerSettings.WSAImageType.PhoneWideTile
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.SplashScreenImage
  name: SplashScreenImage
  fullName: UnityEditor.PlayerSettings.WSAImageType.SplashScreenImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.SplashScreenImage.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.SplashScreenImage
  nameWithType: PlayerSettings.WSAImageType.SplashScreenImage
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.StoreLargeTile
  name: StoreLargeTile
  fullName: UnityEditor.PlayerSettings.WSAImageType.StoreLargeTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.StoreLargeTile.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.StoreLargeTile
  nameWithType: PlayerSettings.WSAImageType.StoreLargeTile
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.StoreSmallTile
  name: StoreSmallTile
  fullName: UnityEditor.PlayerSettings.WSAImageType.StoreSmallTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.StoreSmallTile.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.StoreSmallTile
  nameWithType: PlayerSettings.WSAImageType.StoreSmallTile
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.StoreTileLogo
  name: StoreTileLogo
  fullName: UnityEditor.PlayerSettings.WSAImageType.StoreTileLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.StoreTileLogo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.StoreTileLogo
  nameWithType: PlayerSettings.WSAImageType.StoreTileLogo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.StoreTileSmallLogo
  name: StoreTileSmallLogo
  fullName: UnityEditor.PlayerSettings.WSAImageType.StoreTileSmallLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.StoreTileSmallLogo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.StoreTileSmallLogo
  nameWithType: PlayerSettings.WSAImageType.StoreTileSmallLogo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.StoreTileWideLogo
  name: StoreTileWideLogo
  fullName: UnityEditor.PlayerSettings.WSAImageType.StoreTileWideLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.StoreTileWideLogo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.StoreTileWideLogo
  nameWithType: PlayerSettings.WSAImageType.StoreTileWideLogo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.UWPSquare150x150Logo
  name: UWPSquare150x150Logo
  fullName: UnityEditor.PlayerSettings.WSAImageType.UWPSquare150x150Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.UWPSquare150x150Logo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.UWPSquare150x150Logo
  nameWithType: PlayerSettings.WSAImageType.UWPSquare150x150Logo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.UWPSquare310x310Logo
  name: UWPSquare310x310Logo
  fullName: UnityEditor.PlayerSettings.WSAImageType.UWPSquare310x310Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.UWPSquare310x310Logo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.UWPSquare310x310Logo
  nameWithType: PlayerSettings.WSAImageType.UWPSquare310x310Logo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.UWPSquare44x44Logo
  name: UWPSquare44x44Logo
  fullName: UnityEditor.PlayerSettings.WSAImageType.UWPSquare44x44Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.UWPSquare44x44Logo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.UWPSquare44x44Logo
  nameWithType: PlayerSettings.WSAImageType.UWPSquare44x44Logo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.UWPSquare71x71Logo
  name: UWPSquare71x71Logo
  fullName: UnityEditor.PlayerSettings.WSAImageType.UWPSquare71x71Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.UWPSquare71x71Logo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.UWPSquare71x71Logo
  nameWithType: PlayerSettings.WSAImageType.UWPSquare71x71Logo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAImageType.UWPWide310x150Logo
  name: UWPWide310x150Logo
  fullName: UnityEditor.PlayerSettings.WSAImageType.UWPWide310x150Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAImageType.UWPWide310x150Logo.html
  commentId: F:UnityEditor.PlayerSettings.WSAImageType.UWPWide310x150Logo
  nameWithType: PlayerSettings.WSAImageType.UWPWide310x150Logo
  type: Field
- uid: UnityEditor.PlayerSettings.WSAInputSource
  name: PlayerSettings.WSAInputSource
  fullName: UnityEditor.PlayerSettings.WSAInputSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAInputSource.html
  commentId: T:UnityEditor.PlayerSettings.WSAInputSource
  nameWithType: PlayerSettings.WSAInputSource
  type: Enum
- uid: UnityEditor.PlayerSettings.WSAInputSource.CoreWindow
  name: CoreWindow
  fullName: UnityEditor.PlayerSettings.WSAInputSource.CoreWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAInputSource.CoreWindow.html
  commentId: F:UnityEditor.PlayerSettings.WSAInputSource.CoreWindow
  nameWithType: PlayerSettings.WSAInputSource.CoreWindow
  type: Field
- uid: UnityEditor.PlayerSettings.WSAInputSource.IndependentInputSource
  name: IndependentInputSource
  fullName: UnityEditor.PlayerSettings.WSAInputSource.IndependentInputSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAInputSource.IndependentInputSource.html
  commentId: F:UnityEditor.PlayerSettings.WSAInputSource.IndependentInputSource
  nameWithType: PlayerSettings.WSAInputSource.IndependentInputSource
  type: Field
- uid: UnityEditor.PlayerSettings.WSAInputSource.SwapChainPanel
  name: SwapChainPanel
  fullName: UnityEditor.PlayerSettings.WSAInputSource.SwapChainPanel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSAInputSource.SwapChainPanel.html
  commentId: F:UnityEditor.PlayerSettings.WSAInputSource.SwapChainPanel
  nameWithType: PlayerSettings.WSAInputSource.SwapChainPanel
  type: Field
- uid: UnityEditor.PlayerSettings.WSASupportedFileType
  name: PlayerSettings.WSASupportedFileType
  fullName: UnityEditor.PlayerSettings.WSASupportedFileType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSASupportedFileType.html
  commentId: T:UnityEditor.PlayerSettings.WSASupportedFileType
  nameWithType: PlayerSettings.WSASupportedFileType
  type: Struct
- uid: UnityEditor.PlayerSettings.WSASupportedFileType.contentType
  name: contentType
  fullName: UnityEditor.PlayerSettings.WSASupportedFileType.contentType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSASupportedFileType-contentType.html
  commentId: F:UnityEditor.PlayerSettings.WSASupportedFileType.contentType
  nameWithType: PlayerSettings.WSASupportedFileType.contentType
  type: Field
- uid: UnityEditor.PlayerSettings.WSASupportedFileType.fileType
  name: fileType
  fullName: UnityEditor.PlayerSettings.WSASupportedFileType.fileType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.WSASupportedFileType-fileType.html
  commentId: F:UnityEditor.PlayerSettings.WSASupportedFileType.fileType
  nameWithType: PlayerSettings.WSASupportedFileType.fileType
  type: Field
- uid: UnityEditor.PlayerSettings.xboxAdditionalTitleMemorySize
  name: xboxAdditionalTitleMemorySize
  fullName: UnityEditor.PlayerSettings.xboxAdditionalTitleMemorySize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxAdditionalTitleMemorySize.html
  commentId: P:UnityEditor.PlayerSettings.xboxAdditionalTitleMemorySize
  nameWithType: PlayerSettings.xboxAdditionalTitleMemorySize
  type: Property
- uid: UnityEditor.PlayerSettings.xboxDeployKinectHeadOrientation
  name: xboxDeployKinectHeadOrientation
  fullName: UnityEditor.PlayerSettings.xboxDeployKinectHeadOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxDeployKinectHeadOrientation.html
  commentId: P:UnityEditor.PlayerSettings.xboxDeployKinectHeadOrientation
  nameWithType: PlayerSettings.xboxDeployKinectHeadOrientation
  type: Property
- uid: UnityEditor.PlayerSettings.xboxDeployKinectHeadPosition
  name: xboxDeployKinectHeadPosition
  fullName: UnityEditor.PlayerSettings.xboxDeployKinectHeadPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxDeployKinectHeadPosition.html
  commentId: P:UnityEditor.PlayerSettings.xboxDeployKinectHeadPosition
  nameWithType: PlayerSettings.xboxDeployKinectHeadPosition
  type: Property
- uid: UnityEditor.PlayerSettings.xboxDeployKinectResources
  name: xboxDeployKinectResources
  fullName: UnityEditor.PlayerSettings.xboxDeployKinectResources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxDeployKinectResources.html
  commentId: P:UnityEditor.PlayerSettings.xboxDeployKinectResources
  nameWithType: PlayerSettings.xboxDeployKinectResources
  type: Property
- uid: UnityEditor.PlayerSettings.xboxEnableAvatar
  name: xboxEnableAvatar
  fullName: UnityEditor.PlayerSettings.xboxEnableAvatar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxEnableAvatar.html
  commentId: P:UnityEditor.PlayerSettings.xboxEnableAvatar
  nameWithType: PlayerSettings.xboxEnableAvatar
  type: Property
- uid: UnityEditor.PlayerSettings.xboxEnableGuest
  name: xboxEnableGuest
  fullName: UnityEditor.PlayerSettings.xboxEnableGuest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxEnableGuest.html
  commentId: P:UnityEditor.PlayerSettings.xboxEnableGuest
  nameWithType: PlayerSettings.xboxEnableGuest
  type: Property
- uid: UnityEditor.PlayerSettings.xboxEnableKinect
  name: xboxEnableKinect
  fullName: UnityEditor.PlayerSettings.xboxEnableKinect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxEnableKinect.html
  commentId: P:UnityEditor.PlayerSettings.xboxEnableKinect
  nameWithType: PlayerSettings.xboxEnableKinect
  type: Property
- uid: UnityEditor.PlayerSettings.xboxEnableKinectAutoTracking
  name: xboxEnableKinectAutoTracking
  fullName: UnityEditor.PlayerSettings.xboxEnableKinectAutoTracking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxEnableKinectAutoTracking.html
  commentId: P:UnityEditor.PlayerSettings.xboxEnableKinectAutoTracking
  nameWithType: PlayerSettings.xboxEnableKinectAutoTracking
  type: Property
- uid: UnityEditor.PlayerSettings.xboxEnableSpeech
  name: xboxEnableSpeech
  fullName: UnityEditor.PlayerSettings.xboxEnableSpeech
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxEnableSpeech.html
  commentId: P:UnityEditor.PlayerSettings.xboxEnableSpeech
  nameWithType: PlayerSettings.xboxEnableSpeech
  type: Property
- uid: UnityEditor.PlayerSettings.xboxGenerateSpa
  name: xboxGenerateSpa
  fullName: UnityEditor.PlayerSettings.xboxGenerateSpa
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxGenerateSpa.html
  commentId: P:UnityEditor.PlayerSettings.xboxGenerateSpa
  nameWithType: PlayerSettings.xboxGenerateSpa
  type: Property
- uid: UnityEditor.PlayerSettings.xboxImageXexFilePath
  name: xboxImageXexFilePath
  fullName: UnityEditor.PlayerSettings.xboxImageXexFilePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxImageXexFilePath.html
  commentId: P:UnityEditor.PlayerSettings.xboxImageXexFilePath
  nameWithType: PlayerSettings.xboxImageXexFilePath
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne
  name: PlayerSettings.XboxOne
  fullName: UnityEditor.PlayerSettings.XboxOne
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.html
  commentId: T:UnityEditor.PlayerSettings.XboxOne
  nameWithType: PlayerSettings.XboxOne
  type: Class
- uid: UnityEditor.PlayerSettings.XboxOne.AddAllowedProductId(System.String)
  name: AddAllowedProductId(string)
  fullName: UnityEditor.PlayerSettings.XboxOne.AddAllowedProductId(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.AddAllowedProductId.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.AddAllowedProductId(System.String)
  nameWithType: PlayerSettings.XboxOne.AddAllowedProductId(string)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.AllowedProductIds
  name: AllowedProductIds
  fullName: UnityEditor.PlayerSettings.XboxOne.AllowedProductIds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.AllowedProductIds.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.AllowedProductIds
  nameWithType: PlayerSettings.XboxOne.AllowedProductIds
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.AppManifestOverridePath
  name: AppManifestOverridePath
  fullName: UnityEditor.PlayerSettings.XboxOne.AppManifestOverridePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.AppManifestOverridePath.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.AppManifestOverridePath
  nameWithType: PlayerSettings.XboxOne.AppManifestOverridePath
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.ContentId
  name: ContentId
  fullName: UnityEditor.PlayerSettings.XboxOne.ContentId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.ContentId.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.ContentId
  nameWithType: PlayerSettings.XboxOne.ContentId
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.defaultLoggingLevel
  name: defaultLoggingLevel
  fullName: UnityEditor.PlayerSettings.XboxOne.defaultLoggingLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne-defaultLoggingLevel.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.defaultLoggingLevel
  nameWithType: PlayerSettings.XboxOne.defaultLoggingLevel
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.Description
  name: Description
  fullName: UnityEditor.PlayerSettings.XboxOne.Description
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.Description.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.Description
  nameWithType: PlayerSettings.XboxOne.Description
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.DisableKinectGpuReservation
  name: DisableKinectGpuReservation
  fullName: UnityEditor.PlayerSettings.XboxOne.DisableKinectGpuReservation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.DisableKinectGpuReservation.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.DisableKinectGpuReservation
  nameWithType: PlayerSettings.XboxOne.DisableKinectGpuReservation
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.Enable7thCore
  name: Enable7thCore
  fullName: UnityEditor.PlayerSettings.XboxOne.Enable7thCore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.Enable7thCore.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.Enable7thCore
  nameWithType: PlayerSettings.XboxOne.Enable7thCore
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.EnablePIXSampling
  name: EnablePIXSampling
  fullName: UnityEditor.PlayerSettings.XboxOne.EnablePIXSampling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.EnablePIXSampling.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.EnablePIXSampling
  nameWithType: PlayerSettings.XboxOne.EnablePIXSampling
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.EnableVariableGPU
  name: EnableVariableGPU
  fullName: UnityEditor.PlayerSettings.XboxOne.EnableVariableGPU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.EnableVariableGPU.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.EnableVariableGPU
  nameWithType: PlayerSettings.XboxOne.EnableVariableGPU
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.GameOsOverridePath
  name: GameOsOverridePath
  fullName: UnityEditor.PlayerSettings.XboxOne.GameOsOverridePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.GameOsOverridePath.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.GameOsOverridePath
  nameWithType: PlayerSettings.XboxOne.GameOsOverridePath
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.GetCapability(System.String)
  name: GetCapability(string)
  fullName: UnityEditor.PlayerSettings.XboxOne.GetCapability(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.GetCapability.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.GetCapability(System.String)
  nameWithType: PlayerSettings.XboxOne.GetCapability(string)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.GetGameRating(System.String)
  name: GetGameRating(string)
  fullName: UnityEditor.PlayerSettings.XboxOne.GetGameRating(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.GetGameRating.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.GetGameRating(System.String)
  nameWithType: PlayerSettings.XboxOne.GetGameRating(string)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.GetSocketDefinition(System.String,System.String@,System.Int32@,System.Int32[]@,System.String@,System.Int32@,System.Int32[]@)
  name: GetSocketDefinition(string, out string, out int, out int[], out string, out int, out int[])
  fullName: UnityEditor.PlayerSettings.XboxOne.GetSocketDefinition(string, out string, out int, out int[], out string, out int, out int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.GetSocketDefinition.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.GetSocketDefinition(System.String,System.String@,System.Int32@,System.Int32[]@,System.String@,System.Int32@,System.Int32[]@)
  nameWithType: PlayerSettings.XboxOne.GetSocketDefinition(string, out string, out int, out int[], out string, out int, out int[])
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.GetSupportedLanguage(System.String)
  name: GetSupportedLanguage(string)
  fullName: UnityEditor.PlayerSettings.XboxOne.GetSupportedLanguage(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.GetSupportedLanguage.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.GetSupportedLanguage(System.String)
  nameWithType: PlayerSettings.XboxOne.GetSupportedLanguage(string)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.IsContentPackage
  name: IsContentPackage
  fullName: UnityEditor.PlayerSettings.XboxOne.IsContentPackage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.IsContentPackage.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.IsContentPackage
  nameWithType: PlayerSettings.XboxOne.IsContentPackage
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.monoLoggingLevel
  name: monoLoggingLevel
  fullName: UnityEditor.PlayerSettings.XboxOne.monoLoggingLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne-monoLoggingLevel.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.monoLoggingLevel
  nameWithType: PlayerSettings.XboxOne.monoLoggingLevel
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.PackageUpdateGranularity
  name: PackageUpdateGranularity
  fullName: UnityEditor.PlayerSettings.XboxOne.PackageUpdateGranularity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.PackageUpdateGranularity.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.PackageUpdateGranularity
  nameWithType: PlayerSettings.XboxOne.PackageUpdateGranularity
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.PackagingEncryption
  name: PackagingEncryption
  fullName: UnityEditor.PlayerSettings.XboxOne.PackagingEncryption
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.PackagingEncryption.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.PackagingEncryption
  nameWithType: PlayerSettings.XboxOne.PackagingEncryption
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.PackagingOverridePath
  name: PackagingOverridePath
  fullName: UnityEditor.PlayerSettings.XboxOne.PackagingOverridePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.PackagingOverridePath.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.PackagingOverridePath
  nameWithType: PlayerSettings.XboxOne.PackagingOverridePath
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.PersistentLocalStorageSize
  name: PersistentLocalStorageSize
  fullName: UnityEditor.PlayerSettings.XboxOne.PersistentLocalStorageSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.PersistentLocalStorageSize.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.PersistentLocalStorageSize
  nameWithType: PlayerSettings.XboxOne.PersistentLocalStorageSize
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.PresentImmediateThreshold
  name: PresentImmediateThreshold
  fullName: UnityEditor.PlayerSettings.XboxOne.PresentImmediateThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.PresentImmediateThreshold.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.PresentImmediateThreshold
  nameWithType: PlayerSettings.XboxOne.PresentImmediateThreshold
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.ProductId
  name: ProductId
  fullName: UnityEditor.PlayerSettings.XboxOne.ProductId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.ProductId.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.ProductId
  nameWithType: PlayerSettings.XboxOne.ProductId
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.RemoveAllowedProductId(System.String)
  name: RemoveAllowedProductId(string)
  fullName: UnityEditor.PlayerSettings.XboxOne.RemoveAllowedProductId(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.RemoveAllowedProductId.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.RemoveAllowedProductId(System.String)
  nameWithType: PlayerSettings.XboxOne.RemoveAllowedProductId(string)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.RemoveSocketDefinition(System.String)
  name: RemoveSocketDefinition(string)
  fullName: UnityEditor.PlayerSettings.XboxOne.RemoveSocketDefinition(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.RemoveSocketDefinition.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.RemoveSocketDefinition(System.String)
  nameWithType: PlayerSettings.XboxOne.RemoveSocketDefinition(string)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.SandboxId
  name: SandboxId
  fullName: UnityEditor.PlayerSettings.XboxOne.SandboxId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.SandboxId.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.SandboxId
  nameWithType: PlayerSettings.XboxOne.SandboxId
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.SCID
  name: SCID
  fullName: UnityEditor.PlayerSettings.XboxOne.SCID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.SCID.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.SCID
  nameWithType: PlayerSettings.XboxOne.SCID
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.scriptCompiler
  name: scriptCompiler
  fullName: UnityEditor.PlayerSettings.XboxOne.scriptCompiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne-scriptCompiler.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.scriptCompiler
  nameWithType: PlayerSettings.XboxOne.scriptCompiler
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.SetCapability(System.String,System.Boolean)
  name: SetCapability(string, bool)
  fullName: UnityEditor.PlayerSettings.XboxOne.SetCapability(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.SetCapability.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.SetCapability(System.String,System.Boolean)
  nameWithType: PlayerSettings.XboxOne.SetCapability(string, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.SetGameRating(System.String,System.Int32)
  name: SetGameRating(string, int)
  fullName: UnityEditor.PlayerSettings.XboxOne.SetGameRating(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.SetGameRating.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.SetGameRating(System.String,System.Int32)
  nameWithType: PlayerSettings.XboxOne.SetGameRating(string, int)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.SetSocketDefinition(System.String,System.String,System.Int32,System.Int32[],System.String,System.Int32,System.Int32[])
  name: SetSocketDefinition(string, string, int, int[], string, int, int[])
  fullName: UnityEditor.PlayerSettings.XboxOne.SetSocketDefinition(string, string, int, int[], string, int, int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.SetSocketDefinition.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.SetSocketDefinition(System.String,System.String,System.Int32,System.Int32[],System.String,System.Int32,System.Int32[])
  nameWithType: PlayerSettings.XboxOne.SetSocketDefinition(string, string, int, int[], string, int, int[])
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.SetSupportedLanguage(System.String,System.Boolean)
  name: SetSupportedLanguage(string, bool)
  fullName: UnityEditor.PlayerSettings.XboxOne.SetSupportedLanguage(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.SetSupportedLanguage.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.SetSupportedLanguage(System.String,System.Boolean)
  nameWithType: PlayerSettings.XboxOne.SetSupportedLanguage(string, bool)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.SocketNames
  name: SocketNames
  fullName: UnityEditor.PlayerSettings.XboxOne.SocketNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.SocketNames.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.SocketNames
  nameWithType: PlayerSettings.XboxOne.SocketNames
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.TitleId
  name: TitleId
  fullName: UnityEditor.PlayerSettings.XboxOne.TitleId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.TitleId.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.TitleId
  nameWithType: PlayerSettings.XboxOne.TitleId
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.UpdateAllowedProductId(System.Int32,System.String)
  name: UpdateAllowedProductId(int, string)
  fullName: UnityEditor.PlayerSettings.XboxOne.UpdateAllowedProductId(int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.UpdateAllowedProductId.html
  commentId: M:UnityEditor.PlayerSettings.XboxOne.UpdateAllowedProductId(System.Int32,System.String)
  nameWithType: PlayerSettings.XboxOne.UpdateAllowedProductId(int, string)
  type: Method
- uid: UnityEditor.PlayerSettings.XboxOne.UpdateKey
  name: UpdateKey
  fullName: UnityEditor.PlayerSettings.XboxOne.UpdateKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.UpdateKey.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.UpdateKey
  nameWithType: PlayerSettings.XboxOne.UpdateKey
  type: Property
- uid: UnityEditor.PlayerSettings.XboxOne.Version
  name: Version
  fullName: UnityEditor.PlayerSettings.XboxOne.Version
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings.XboxOne.Version.html
  commentId: P:UnityEditor.PlayerSettings.XboxOne.Version
  nameWithType: PlayerSettings.XboxOne.Version
  type: Property
- uid: UnityEditor.PlayerSettings.xboxOneResolution
  name: xboxOneResolution
  fullName: UnityEditor.PlayerSettings.xboxOneResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxOneResolution.html
  commentId: P:UnityEditor.PlayerSettings.xboxOneResolution
  nameWithType: PlayerSettings.xboxOneResolution
  type: Property
- uid: UnityEditor.PlayerSettings.xboxPIXTextureCapture
  name: xboxPIXTextureCapture
  fullName: UnityEditor.PlayerSettings.xboxPIXTextureCapture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxPIXTextureCapture.html
  commentId: P:UnityEditor.PlayerSettings.xboxPIXTextureCapture
  nameWithType: PlayerSettings.xboxPIXTextureCapture
  type: Property
- uid: UnityEditor.PlayerSettings.xboxSpaFilePath
  name: xboxSpaFilePath
  fullName: UnityEditor.PlayerSettings.xboxSpaFilePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxSpaFilePath.html
  commentId: P:UnityEditor.PlayerSettings.xboxSpaFilePath
  nameWithType: PlayerSettings.xboxSpaFilePath
  type: Property
- uid: UnityEditor.PlayerSettings.xboxSpeechDB
  name: xboxSpeechDB
  fullName: UnityEditor.PlayerSettings.xboxSpeechDB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxSpeechDB.html
  commentId: P:UnityEditor.PlayerSettings.xboxSpeechDB
  nameWithType: PlayerSettings.xboxSpeechDB
  type: Property
- uid: UnityEditor.PlayerSettings.xboxSplashScreen
  name: xboxSplashScreen
  fullName: UnityEditor.PlayerSettings.xboxSplashScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxSplashScreen.html
  commentId: P:UnityEditor.PlayerSettings.xboxSplashScreen
  nameWithType: PlayerSettings.xboxSplashScreen
  type: Property
- uid: UnityEditor.PlayerSettings.xboxTitleId
  name: xboxTitleId
  fullName: UnityEditor.PlayerSettings.xboxTitleId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerSettings-xboxTitleId.html
  commentId: P:UnityEditor.PlayerSettings.xboxTitleId
  nameWithType: PlayerSettings.xboxTitleId
  type: Property
- uid: UnityEditor.PlayModeStateChange
  name: PlayModeStateChange
  fullName: UnityEditor.PlayModeStateChange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayModeStateChange.html
  commentId: T:UnityEditor.PlayModeStateChange
  nameWithType: PlayModeStateChange
  type: Enum
- uid: UnityEditor.PlayModeStateChange.EnteredEditMode
  name: EnteredEditMode
  fullName: UnityEditor.PlayModeStateChange.EnteredEditMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayModeStateChange.EnteredEditMode.html
  commentId: F:UnityEditor.PlayModeStateChange.EnteredEditMode
  nameWithType: PlayModeStateChange.EnteredEditMode
  type: Field
- uid: UnityEditor.PlayModeStateChange.EnteredPlayMode
  name: EnteredPlayMode
  fullName: UnityEditor.PlayModeStateChange.EnteredPlayMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayModeStateChange.EnteredPlayMode.html
  commentId: F:UnityEditor.PlayModeStateChange.EnteredPlayMode
  nameWithType: PlayModeStateChange.EnteredPlayMode
  type: Field
- uid: UnityEditor.PlayModeStateChange.ExitingEditMode
  name: ExitingEditMode
  fullName: UnityEditor.PlayModeStateChange.ExitingEditMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayModeStateChange.ExitingEditMode.html
  commentId: F:UnityEditor.PlayModeStateChange.ExitingEditMode
  nameWithType: PlayModeStateChange.ExitingEditMode
  type: Field
- uid: UnityEditor.PlayModeStateChange.ExitingPlayMode
  name: ExitingPlayMode
  fullName: UnityEditor.PlayModeStateChange.ExitingPlayMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayModeStateChange.ExitingPlayMode.html
  commentId: F:UnityEditor.PlayModeStateChange.ExitingPlayMode
  nameWithType: PlayModeStateChange.ExitingPlayMode
  type: Field
- uid: UnityEditor.PluginImporter
  name: PluginImporter
  fullName: UnityEditor.PluginImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.html
  commentId: T:UnityEditor.PluginImporter
  nameWithType: PluginImporter
  type: Class
- uid: UnityEditor.PluginImporter.ClearSettings
  name: ClearSettings()
  fullName: UnityEditor.PluginImporter.ClearSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.ClearSettings.html
  commentId: M:UnityEditor.PluginImporter.ClearSettings
  nameWithType: PluginImporter.ClearSettings()
  type: Method
- uid: UnityEditor.PluginImporter.GetAllImporters
  name: GetAllImporters()
  fullName: UnityEditor.PluginImporter.GetAllImporters()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetAllImporters.html
  commentId: M:UnityEditor.PluginImporter.GetAllImporters
  nameWithType: PluginImporter.GetAllImporters()
  type: Method
- uid: UnityEditor.PluginImporter.GetCompatibleWithAnyPlatform
  name: GetCompatibleWithAnyPlatform()
  fullName: UnityEditor.PluginImporter.GetCompatibleWithAnyPlatform()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetCompatibleWithAnyPlatform.html
  commentId: M:UnityEditor.PluginImporter.GetCompatibleWithAnyPlatform
  nameWithType: PluginImporter.GetCompatibleWithAnyPlatform()
  type: Method
- uid: UnityEditor.PluginImporter.GetCompatibleWithEditor
  name: GetCompatibleWithEditor()
  fullName: UnityEditor.PluginImporter.GetCompatibleWithEditor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetCompatibleWithEditor.html
  commentId: M:UnityEditor.PluginImporter.GetCompatibleWithEditor
  nameWithType: PluginImporter.GetCompatibleWithEditor()
  type: Method
- uid: UnityEditor.PluginImporter.GetCompatibleWithEditor(System.String,System.String)
  name: GetCompatibleWithEditor(string, string)
  fullName: UnityEditor.PluginImporter.GetCompatibleWithEditor(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetCompatibleWithEditor.html
  commentId: M:UnityEditor.PluginImporter.GetCompatibleWithEditor(System.String,System.String)
  nameWithType: PluginImporter.GetCompatibleWithEditor(string, string)
  type: Method
- uid: UnityEditor.PluginImporter.GetCompatibleWithPlatform(System.String)
  name: GetCompatibleWithPlatform(string)
  fullName: UnityEditor.PluginImporter.GetCompatibleWithPlatform(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetCompatibleWithPlatform.html
  commentId: M:UnityEditor.PluginImporter.GetCompatibleWithPlatform(System.String)
  nameWithType: PluginImporter.GetCompatibleWithPlatform(string)
  type: Method
- uid: UnityEditor.PluginImporter.GetCompatibleWithPlatform(UnityEditor.BuildTarget)
  name: GetCompatibleWithPlatform(BuildTarget)
  fullName: UnityEditor.PluginImporter.GetCompatibleWithPlatform(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetCompatibleWithPlatform.html
  commentId: M:UnityEditor.PluginImporter.GetCompatibleWithPlatform(UnityEditor.BuildTarget)
  nameWithType: PluginImporter.GetCompatibleWithPlatform(BuildTarget)
  type: Method
- uid: UnityEditor.PluginImporter.GetEditorData(System.String)
  name: GetEditorData(string)
  fullName: UnityEditor.PluginImporter.GetEditorData(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetEditorData.html
  commentId: M:UnityEditor.PluginImporter.GetEditorData(System.String)
  nameWithType: PluginImporter.GetEditorData(string)
  type: Method
- uid: UnityEditor.PluginImporter.GetExcludeEditorFromAnyPlatform
  name: GetExcludeEditorFromAnyPlatform()
  fullName: UnityEditor.PluginImporter.GetExcludeEditorFromAnyPlatform()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetExcludeEditorFromAnyPlatform.html
  commentId: M:UnityEditor.PluginImporter.GetExcludeEditorFromAnyPlatform
  nameWithType: PluginImporter.GetExcludeEditorFromAnyPlatform()
  type: Method
- uid: UnityEditor.PluginImporter.GetExcludeFromAnyPlatform(System.String)
  name: GetExcludeFromAnyPlatform(string)
  fullName: UnityEditor.PluginImporter.GetExcludeFromAnyPlatform(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetExcludeFromAnyPlatform.html
  commentId: M:UnityEditor.PluginImporter.GetExcludeFromAnyPlatform(System.String)
  nameWithType: PluginImporter.GetExcludeFromAnyPlatform(string)
  type: Method
- uid: UnityEditor.PluginImporter.GetExcludeFromAnyPlatform(UnityEditor.BuildTarget)
  name: GetExcludeFromAnyPlatform(BuildTarget)
  fullName: UnityEditor.PluginImporter.GetExcludeFromAnyPlatform(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetExcludeFromAnyPlatform.html
  commentId: M:UnityEditor.PluginImporter.GetExcludeFromAnyPlatform(UnityEditor.BuildTarget)
  nameWithType: PluginImporter.GetExcludeFromAnyPlatform(BuildTarget)
  type: Method
- uid: UnityEditor.PluginImporter.GetImporters(System.String,System.String)
  name: GetImporters(string, string)
  fullName: UnityEditor.PluginImporter.GetImporters(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetImporters.html
  commentId: M:UnityEditor.PluginImporter.GetImporters(System.String,System.String)
  nameWithType: PluginImporter.GetImporters(string, string)
  type: Method
- uid: UnityEditor.PluginImporter.GetImporters(System.String)
  name: GetImporters(string)
  fullName: UnityEditor.PluginImporter.GetImporters(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetImporters.html
  commentId: M:UnityEditor.PluginImporter.GetImporters(System.String)
  nameWithType: PluginImporter.GetImporters(string)
  type: Method
- uid: UnityEditor.PluginImporter.GetImporters(UnityEditor.BuildTarget)
  name: GetImporters(BuildTarget)
  fullName: UnityEditor.PluginImporter.GetImporters(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetImporters.html
  commentId: M:UnityEditor.PluginImporter.GetImporters(UnityEditor.BuildTarget)
  nameWithType: PluginImporter.GetImporters(BuildTarget)
  type: Method
- uid: UnityEditor.PluginImporter.GetImporters(UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget)
  name: GetImporters(BuildTargetGroup, BuildTarget)
  fullName: UnityEditor.PluginImporter.GetImporters(UnityEditor.BuildTargetGroup, UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetImporters.html
  commentId: M:UnityEditor.PluginImporter.GetImporters(UnityEditor.BuildTargetGroup,UnityEditor.BuildTarget)
  nameWithType: PluginImporter.GetImporters(BuildTargetGroup, BuildTarget)
  type: Method
- uid: UnityEditor.PluginImporter.GetIsOverridable
  name: GetIsOverridable()
  fullName: UnityEditor.PluginImporter.GetIsOverridable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetIsOverridable.html
  commentId: M:UnityEditor.PluginImporter.GetIsOverridable
  nameWithType: PluginImporter.GetIsOverridable()
  type: Method
- uid: UnityEditor.PluginImporter.GetPlatformData(System.String,System.String)
  name: GetPlatformData(string, string)
  fullName: UnityEditor.PluginImporter.GetPlatformData(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetPlatformData.html
  commentId: M:UnityEditor.PluginImporter.GetPlatformData(System.String,System.String)
  nameWithType: PluginImporter.GetPlatformData(string, string)
  type: Method
- uid: UnityEditor.PluginImporter.GetPlatformData(UnityEditor.BuildTarget,System.String)
  name: GetPlatformData(BuildTarget, string)
  fullName: UnityEditor.PluginImporter.GetPlatformData(UnityEditor.BuildTarget, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.GetPlatformData.html
  commentId: M:UnityEditor.PluginImporter.GetPlatformData(UnityEditor.BuildTarget,System.String)
  nameWithType: PluginImporter.GetPlatformData(BuildTarget, string)
  type: Method
- uid: UnityEditor.PluginImporter.IncludeInBuildDelegate
  name: PluginImporter.IncludeInBuildDelegate
  fullName: UnityEditor.PluginImporter.IncludeInBuildDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.IncludeInBuildDelegate.html
  commentId: T:UnityEditor.PluginImporter.IncludeInBuildDelegate
  nameWithType: PluginImporter.IncludeInBuildDelegate
  type: Delegate
- uid: UnityEditor.PluginImporter.isNativePlugin
  name: isNativePlugin
  fullName: UnityEditor.PluginImporter.isNativePlugin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter-isNativePlugin.html
  commentId: P:UnityEditor.PluginImporter.isNativePlugin
  nameWithType: PluginImporter.isNativePlugin
  type: Property
- uid: UnityEditor.PluginImporter.SetCompatibleWithAnyPlatform(System.Boolean)
  name: SetCompatibleWithAnyPlatform(bool)
  fullName: UnityEditor.PluginImporter.SetCompatibleWithAnyPlatform(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetCompatibleWithAnyPlatform.html
  commentId: M:UnityEditor.PluginImporter.SetCompatibleWithAnyPlatform(System.Boolean)
  nameWithType: PluginImporter.SetCompatibleWithAnyPlatform(bool)
  type: Method
- uid: UnityEditor.PluginImporter.SetCompatibleWithEditor(System.Boolean)
  name: SetCompatibleWithEditor(bool)
  fullName: UnityEditor.PluginImporter.SetCompatibleWithEditor(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetCompatibleWithEditor.html
  commentId: M:UnityEditor.PluginImporter.SetCompatibleWithEditor(System.Boolean)
  nameWithType: PluginImporter.SetCompatibleWithEditor(bool)
  type: Method
- uid: UnityEditor.PluginImporter.SetCompatibleWithPlatform(System.String,System.Boolean)
  name: SetCompatibleWithPlatform(string, bool)
  fullName: UnityEditor.PluginImporter.SetCompatibleWithPlatform(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetCompatibleWithPlatform.html
  commentId: M:UnityEditor.PluginImporter.SetCompatibleWithPlatform(System.String,System.Boolean)
  nameWithType: PluginImporter.SetCompatibleWithPlatform(string, bool)
  type: Method
- uid: UnityEditor.PluginImporter.SetCompatibleWithPlatform(UnityEditor.BuildTarget,System.Boolean)
  name: SetCompatibleWithPlatform(BuildTarget, bool)
  fullName: UnityEditor.PluginImporter.SetCompatibleWithPlatform(UnityEditor.BuildTarget, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetCompatibleWithPlatform.html
  commentId: M:UnityEditor.PluginImporter.SetCompatibleWithPlatform(UnityEditor.BuildTarget,System.Boolean)
  nameWithType: PluginImporter.SetCompatibleWithPlatform(BuildTarget, bool)
  type: Method
- uid: UnityEditor.PluginImporter.SetEditorData(System.String,System.String)
  name: SetEditorData(string, string)
  fullName: UnityEditor.PluginImporter.SetEditorData(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetEditorData.html
  commentId: M:UnityEditor.PluginImporter.SetEditorData(System.String,System.String)
  nameWithType: PluginImporter.SetEditorData(string, string)
  type: Method
- uid: UnityEditor.PluginImporter.SetExcludeEditorFromAnyPlatform(System.Boolean)
  name: SetExcludeEditorFromAnyPlatform(bool)
  fullName: UnityEditor.PluginImporter.SetExcludeEditorFromAnyPlatform(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetExcludeEditorFromAnyPlatform.html
  commentId: M:UnityEditor.PluginImporter.SetExcludeEditorFromAnyPlatform(System.Boolean)
  nameWithType: PluginImporter.SetExcludeEditorFromAnyPlatform(bool)
  type: Method
- uid: UnityEditor.PluginImporter.SetExcludeFromAnyPlatform(System.String,System.Boolean)
  name: SetExcludeFromAnyPlatform(string, bool)
  fullName: UnityEditor.PluginImporter.SetExcludeFromAnyPlatform(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetExcludeFromAnyPlatform.html
  commentId: M:UnityEditor.PluginImporter.SetExcludeFromAnyPlatform(System.String,System.Boolean)
  nameWithType: PluginImporter.SetExcludeFromAnyPlatform(string, bool)
  type: Method
- uid: UnityEditor.PluginImporter.SetExcludeFromAnyPlatform(UnityEditor.BuildTarget,System.Boolean)
  name: SetExcludeFromAnyPlatform(BuildTarget, bool)
  fullName: UnityEditor.PluginImporter.SetExcludeFromAnyPlatform(UnityEditor.BuildTarget, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetExcludeFromAnyPlatform.html
  commentId: M:UnityEditor.PluginImporter.SetExcludeFromAnyPlatform(UnityEditor.BuildTarget,System.Boolean)
  nameWithType: PluginImporter.SetExcludeFromAnyPlatform(BuildTarget, bool)
  type: Method
- uid: UnityEditor.PluginImporter.SetIncludeInBuildDelegate(UnityEditor.PluginImporter.IncludeInBuildDelegate)
  name: SetIncludeInBuildDelegate(IncludeInBuildDelegate)
  fullName: UnityEditor.PluginImporter.SetIncludeInBuildDelegate(UnityEditor.PluginImporter.IncludeInBuildDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetIncludeInBuildDelegate.html
  commentId: M:UnityEditor.PluginImporter.SetIncludeInBuildDelegate(UnityEditor.PluginImporter.IncludeInBuildDelegate)
  nameWithType: PluginImporter.SetIncludeInBuildDelegate(PluginImporter.IncludeInBuildDelegate)
  type: Method
- uid: UnityEditor.PluginImporter.SetPlatformData(System.String,System.String,System.String)
  name: SetPlatformData(string, string, string)
  fullName: UnityEditor.PluginImporter.SetPlatformData(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetPlatformData.html
  commentId: M:UnityEditor.PluginImporter.SetPlatformData(System.String,System.String,System.String)
  nameWithType: PluginImporter.SetPlatformData(string, string, string)
  type: Method
- uid: UnityEditor.PluginImporter.SetPlatformData(UnityEditor.BuildTarget,System.String,System.String)
  name: SetPlatformData(BuildTarget, string, string)
  fullName: UnityEditor.PluginImporter.SetPlatformData(UnityEditor.BuildTarget, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.SetPlatformData.html
  commentId: M:UnityEditor.PluginImporter.SetPlatformData(UnityEditor.BuildTarget,System.String,System.String)
  nameWithType: PluginImporter.SetPlatformData(BuildTarget, string, string)
  type: Method
- uid: UnityEditor.PluginImporter.ShouldIncludeInBuild
  name: ShouldIncludeInBuild()
  fullName: UnityEditor.PluginImporter.ShouldIncludeInBuild()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PluginImporter.ShouldIncludeInBuild.html
  commentId: M:UnityEditor.PluginImporter.ShouldIncludeInBuild
  nameWithType: PluginImporter.ShouldIncludeInBuild()
  type: Method
- uid: UnityEditor.PopupWindow
  name: PopupWindow
  fullName: UnityEditor.PopupWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PopupWindow.html
  commentId: T:UnityEditor.PopupWindow
  nameWithType: PopupWindow
  type: Class
- uid: UnityEditor.PopupWindow.Show(UnityEngine.Rect,UnityEditor.PopupWindowContent)
  name: Show(Rect, PopupWindowContent)
  fullName: UnityEditor.PopupWindow.Show(UnityEngine.Rect, UnityEditor.PopupWindowContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PopupWindow.Show.html
  commentId: M:UnityEditor.PopupWindow.Show(UnityEngine.Rect,UnityEditor.PopupWindowContent)
  nameWithType: PopupWindow.Show(Rect, PopupWindowContent)
  type: Method
- uid: UnityEditor.PopupWindowContent
  name: PopupWindowContent
  fullName: UnityEditor.PopupWindowContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PopupWindowContent.html
  commentId: T:UnityEditor.PopupWindowContent
  nameWithType: PopupWindowContent
  type: Class
- uid: UnityEditor.PopupWindowContent.editorWindow
  name: editorWindow
  fullName: UnityEditor.PopupWindowContent.editorWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PopupWindowContent-editorWindow.html
  commentId: P:UnityEditor.PopupWindowContent.editorWindow
  nameWithType: PopupWindowContent.editorWindow
  type: Property
- uid: UnityEditor.PopupWindowContent.GetWindowSize
  name: GetWindowSize()
  fullName: UnityEditor.PopupWindowContent.GetWindowSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PopupWindowContent.GetWindowSize.html
  commentId: M:UnityEditor.PopupWindowContent.GetWindowSize
  nameWithType: PopupWindowContent.GetWindowSize()
  type: Method
- uid: UnityEditor.PopupWindowContent.OnClose
  name: OnClose()
  fullName: UnityEditor.PopupWindowContent.OnClose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PopupWindowContent.OnClose.html
  commentId: M:UnityEditor.PopupWindowContent.OnClose
  nameWithType: PopupWindowContent.OnClose()
  type: Method
- uid: UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)
  name: OnGUI(Rect)
  fullName: UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PopupWindowContent.OnGUI.html
  commentId: M:UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)
  nameWithType: PopupWindowContent.OnGUI(Rect)
  type: Method
- uid: UnityEditor.PopupWindowContent.OnOpen
  name: OnOpen()
  fullName: UnityEditor.PopupWindowContent.OnOpen()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PopupWindowContent.OnOpen.html
  commentId: M:UnityEditor.PopupWindowContent.OnOpen
  nameWithType: PopupWindowContent.OnOpen()
  type: Method
- uid: UnityEditor.PostProcessAttribute
  name: PostProcessAttribute
  fullName: UnityEditor.PostProcessAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PostProcessAttribute.html
  commentId: T:UnityEditor.PostProcessAttribute
  nameWithType: PostProcessAttribute
  type: Class
- uid: UnityEditor.PostProcessAttribute.m_PostprocessOrder
  name: m_PostprocessOrder
  fullName: UnityEditor.PostProcessAttribute.m_PostprocessOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PostProcessAttribute-m_PostprocessOrder.html
  commentId: F:UnityEditor.PostProcessAttribute.m_PostprocessOrder
  nameWithType: PostProcessAttribute.m_PostprocessOrder
  type: Field
- uid: UnityEditor.PrefabType
  name: PrefabType
  fullName: UnityEditor.PrefabType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.html
  commentId: T:UnityEditor.PrefabType
  nameWithType: PrefabType
  type: Enum
- uid: UnityEditor.PrefabType.DisconnectedModelPrefabInstance
  name: DisconnectedModelPrefabInstance
  fullName: UnityEditor.PrefabType.DisconnectedModelPrefabInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.DisconnectedModelPrefabInstance.html
  commentId: F:UnityEditor.PrefabType.DisconnectedModelPrefabInstance
  nameWithType: PrefabType.DisconnectedModelPrefabInstance
  type: Field
- uid: UnityEditor.PrefabType.DisconnectedPrefabInstance
  name: DisconnectedPrefabInstance
  fullName: UnityEditor.PrefabType.DisconnectedPrefabInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.DisconnectedPrefabInstance.html
  commentId: F:UnityEditor.PrefabType.DisconnectedPrefabInstance
  nameWithType: PrefabType.DisconnectedPrefabInstance
  type: Field
- uid: UnityEditor.PrefabType.MissingPrefabInstance
  name: MissingPrefabInstance
  fullName: UnityEditor.PrefabType.MissingPrefabInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.MissingPrefabInstance.html
  commentId: F:UnityEditor.PrefabType.MissingPrefabInstance
  nameWithType: PrefabType.MissingPrefabInstance
  type: Field
- uid: UnityEditor.PrefabType.ModelPrefab
  name: ModelPrefab
  fullName: UnityEditor.PrefabType.ModelPrefab
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.ModelPrefab.html
  commentId: F:UnityEditor.PrefabType.ModelPrefab
  nameWithType: PrefabType.ModelPrefab
  type: Field
- uid: UnityEditor.PrefabType.ModelPrefabInstance
  name: ModelPrefabInstance
  fullName: UnityEditor.PrefabType.ModelPrefabInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.ModelPrefabInstance.html
  commentId: F:UnityEditor.PrefabType.ModelPrefabInstance
  nameWithType: PrefabType.ModelPrefabInstance
  type: Field
- uid: UnityEditor.PrefabType.None
  name: None
  fullName: UnityEditor.PrefabType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.None.html
  commentId: F:UnityEditor.PrefabType.None
  nameWithType: PrefabType.None
  type: Field
- uid: UnityEditor.PrefabType.Prefab
  name: Prefab
  fullName: UnityEditor.PrefabType.Prefab
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.Prefab.html
  commentId: F:UnityEditor.PrefabType.Prefab
  nameWithType: PrefabType.Prefab
  type: Field
- uid: UnityEditor.PrefabType.PrefabInstance
  name: PrefabInstance
  fullName: UnityEditor.PrefabType.PrefabInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabType.PrefabInstance.html
  commentId: F:UnityEditor.PrefabType.PrefabInstance
  nameWithType: PrefabType.PrefabInstance
  type: Field
- uid: UnityEditor.PrefabUtility
  name: PrefabUtility
  fullName: UnityEditor.PrefabUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.html
  commentId: T:UnityEditor.PrefabUtility
  nameWithType: PrefabUtility
  type: Class
- uid: UnityEditor.PrefabUtility.ConnectGameObjectToPrefab(UnityEngine.GameObject,UnityEngine.GameObject)
  name: ConnectGameObjectToPrefab(GameObject, GameObject)
  fullName: UnityEditor.PrefabUtility.ConnectGameObjectToPrefab(UnityEngine.GameObject, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.ConnectGameObjectToPrefab.html
  commentId: M:UnityEditor.PrefabUtility.ConnectGameObjectToPrefab(UnityEngine.GameObject,UnityEngine.GameObject)
  nameWithType: PrefabUtility.ConnectGameObjectToPrefab(GameObject, GameObject)
  type: Method
- uid: UnityEditor.PrefabUtility.CreateEmptyPrefab(System.String)
  name: CreateEmptyPrefab(string)
  fullName: UnityEditor.PrefabUtility.CreateEmptyPrefab(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.CreateEmptyPrefab.html
  commentId: M:UnityEditor.PrefabUtility.CreateEmptyPrefab(System.String)
  nameWithType: PrefabUtility.CreateEmptyPrefab(string)
  type: Method
- uid: UnityEditor.PrefabUtility.CreatePrefab(System.String,UnityEngine.GameObject,UnityEditor.ReplacePrefabOptions)
  name: CreatePrefab(string, GameObject, ReplacePrefabOptions)
  fullName: UnityEditor.PrefabUtility.CreatePrefab(string, UnityEngine.GameObject, UnityEditor.ReplacePrefabOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.CreatePrefab.html
  commentId: M:UnityEditor.PrefabUtility.CreatePrefab(System.String,UnityEngine.GameObject,UnityEditor.ReplacePrefabOptions)
  nameWithType: PrefabUtility.CreatePrefab(string, GameObject, ReplacePrefabOptions)
  type: Method
- uid: UnityEditor.PrefabUtility.CreatePrefab(System.String,UnityEngine.GameObject)
  name: CreatePrefab(string, GameObject)
  fullName: UnityEditor.PrefabUtility.CreatePrefab(string, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.CreatePrefab.html
  commentId: M:UnityEditor.PrefabUtility.CreatePrefab(System.String,UnityEngine.GameObject)
  nameWithType: PrefabUtility.CreatePrefab(string, GameObject)
  type: Method
- uid: UnityEditor.PrefabUtility.DisconnectPrefabInstance(UnityEngine.Object)
  name: DisconnectPrefabInstance(Object)
  fullName: UnityEditor.PrefabUtility.DisconnectPrefabInstance(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.DisconnectPrefabInstance.html
  commentId: M:UnityEditor.PrefabUtility.DisconnectPrefabInstance(UnityEngine.Object)
  nameWithType: PrefabUtility.DisconnectPrefabInstance(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.FindPrefabRoot(UnityEngine.GameObject)
  name: FindPrefabRoot(GameObject)
  fullName: UnityEditor.PrefabUtility.FindPrefabRoot(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.FindPrefabRoot.html
  commentId: M:UnityEditor.PrefabUtility.FindPrefabRoot(UnityEngine.GameObject)
  nameWithType: PrefabUtility.FindPrefabRoot(GameObject)
  type: Method
- uid: UnityEditor.PrefabUtility.FindRootGameObjectWithSameParentPrefab(UnityEngine.GameObject)
  name: FindRootGameObjectWithSameParentPrefab(GameObject)
  fullName: UnityEditor.PrefabUtility.FindRootGameObjectWithSameParentPrefab(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.FindRootGameObjectWithSameParentPrefab.html
  commentId: M:UnityEditor.PrefabUtility.FindRootGameObjectWithSameParentPrefab(UnityEngine.GameObject)
  nameWithType: PrefabUtility.FindRootGameObjectWithSameParentPrefab(GameObject)
  type: Method
- uid: UnityEditor.PrefabUtility.FindValidUploadPrefabInstanceRoot(UnityEngine.GameObject)
  name: FindValidUploadPrefabInstanceRoot(GameObject)
  fullName: UnityEditor.PrefabUtility.FindValidUploadPrefabInstanceRoot(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.FindValidUploadPrefabInstanceRoot.html
  commentId: M:UnityEditor.PrefabUtility.FindValidUploadPrefabInstanceRoot(UnityEngine.GameObject)
  nameWithType: PrefabUtility.FindValidUploadPrefabInstanceRoot(GameObject)
  type: Method
- uid: UnityEditor.PrefabUtility.GetPrefabObject(UnityEngine.Object)
  name: GetPrefabObject(Object)
  fullName: UnityEditor.PrefabUtility.GetPrefabObject(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.GetPrefabObject.html
  commentId: M:UnityEditor.PrefabUtility.GetPrefabObject(UnityEngine.Object)
  nameWithType: PrefabUtility.GetPrefabObject(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.GetPrefabParent(UnityEngine.Object)
  name: GetPrefabParent(Object)
  fullName: UnityEditor.PrefabUtility.GetPrefabParent(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.GetPrefabParent.html
  commentId: M:UnityEditor.PrefabUtility.GetPrefabParent(UnityEngine.Object)
  nameWithType: PrefabUtility.GetPrefabParent(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.GetPrefabType(UnityEngine.Object)
  name: GetPrefabType(Object)
  fullName: UnityEditor.PrefabUtility.GetPrefabType(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.GetPrefabType.html
  commentId: M:UnityEditor.PrefabUtility.GetPrefabType(UnityEngine.Object)
  nameWithType: PrefabUtility.GetPrefabType(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.GetPropertyModifications(UnityEngine.Object)
  name: GetPropertyModifications(Object)
  fullName: UnityEditor.PrefabUtility.GetPropertyModifications(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.GetPropertyModifications.html
  commentId: M:UnityEditor.PrefabUtility.GetPropertyModifications(UnityEngine.Object)
  nameWithType: PrefabUtility.GetPropertyModifications(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.InstantiateAttachedAsset(UnityEngine.Object)
  name: InstantiateAttachedAsset(Object)
  fullName: UnityEditor.PrefabUtility.InstantiateAttachedAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.InstantiateAttachedAsset.html
  commentId: M:UnityEditor.PrefabUtility.InstantiateAttachedAsset(UnityEngine.Object)
  nameWithType: PrefabUtility.InstantiateAttachedAsset(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object,UnityEngine.SceneManagement.Scene)
  name: InstantiatePrefab(Object, Scene)
  fullName: UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object, UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.InstantiatePrefab.html
  commentId: M:UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object,UnityEngine.SceneManagement.Scene)
  nameWithType: PrefabUtility.InstantiatePrefab(Object, Scene)
  type: Method
- uid: UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object)
  name: InstantiatePrefab(Object)
  fullName: UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.InstantiatePrefab.html
  commentId: M:UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object)
  nameWithType: PrefabUtility.InstantiatePrefab(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.IsComponentAddedToPrefabInstance(UnityEngine.Object)
  name: IsComponentAddedToPrefabInstance(Object)
  fullName: UnityEditor.PrefabUtility.IsComponentAddedToPrefabInstance(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.IsComponentAddedToPrefabInstance.html
  commentId: M:UnityEditor.PrefabUtility.IsComponentAddedToPrefabInstance(UnityEngine.Object)
  nameWithType: PrefabUtility.IsComponentAddedToPrefabInstance(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.MergeAllPrefabInstances(UnityEngine.Object)
  name: MergeAllPrefabInstances(Object)
  fullName: UnityEditor.PrefabUtility.MergeAllPrefabInstances(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.MergeAllPrefabInstances.html
  commentId: M:UnityEditor.PrefabUtility.MergeAllPrefabInstances(UnityEngine.Object)
  nameWithType: PrefabUtility.MergeAllPrefabInstances(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.prefabInstanceUpdated
  name: prefabInstanceUpdated
  fullName: UnityEditor.PrefabUtility.prefabInstanceUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility-prefabInstanceUpdated.html
  commentId: F:UnityEditor.PrefabUtility.prefabInstanceUpdated
  nameWithType: PrefabUtility.prefabInstanceUpdated
  type: Field
- uid: UnityEditor.PrefabUtility.PrefabInstanceUpdated
  name: PrefabUtility.PrefabInstanceUpdated
  fullName: UnityEditor.PrefabUtility.PrefabInstanceUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.PrefabInstanceUpdated.html
  commentId: T:UnityEditor.PrefabUtility.PrefabInstanceUpdated
  nameWithType: PrefabUtility.PrefabInstanceUpdated
  type: Delegate
- uid: UnityEditor.PrefabUtility.ReconnectToLastPrefab(UnityEngine.GameObject)
  name: ReconnectToLastPrefab(GameObject)
  fullName: UnityEditor.PrefabUtility.ReconnectToLastPrefab(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.ReconnectToLastPrefab.html
  commentId: M:UnityEditor.PrefabUtility.ReconnectToLastPrefab(UnityEngine.GameObject)
  nameWithType: PrefabUtility.ReconnectToLastPrefab(GameObject)
  type: Method
- uid: UnityEditor.PrefabUtility.RecordPrefabInstancePropertyModifications(UnityEngine.Object)
  name: RecordPrefabInstancePropertyModifications(Object)
  fullName: UnityEditor.PrefabUtility.RecordPrefabInstancePropertyModifications(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.RecordPrefabInstancePropertyModifications.html
  commentId: M:UnityEditor.PrefabUtility.RecordPrefabInstancePropertyModifications(UnityEngine.Object)
  nameWithType: PrefabUtility.RecordPrefabInstancePropertyModifications(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object,UnityEditor.ReplacePrefabOptions)
  name: ReplacePrefab(GameObject, Object, ReplacePrefabOptions)
  fullName: UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject, UnityEngine.Object, UnityEditor.ReplacePrefabOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.ReplacePrefab.html
  commentId: M:UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object,UnityEditor.ReplacePrefabOptions)
  nameWithType: PrefabUtility.ReplacePrefab(GameObject, Object, ReplacePrefabOptions)
  type: Method
- uid: UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object)
  name: ReplacePrefab(GameObject, Object)
  fullName: UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.ReplacePrefab.html
  commentId: M:UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object)
  nameWithType: PrefabUtility.ReplacePrefab(GameObject, Object)
  type: Method
- uid: UnityEditor.PrefabUtility.ResetToPrefabState(UnityEngine.Object)
  name: ResetToPrefabState(Object)
  fullName: UnityEditor.PrefabUtility.ResetToPrefabState(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.ResetToPrefabState.html
  commentId: M:UnityEditor.PrefabUtility.ResetToPrefabState(UnityEngine.Object)
  nameWithType: PrefabUtility.ResetToPrefabState(Object)
  type: Method
- uid: UnityEditor.PrefabUtility.RevertPrefabInstance(UnityEngine.GameObject)
  name: RevertPrefabInstance(GameObject)
  fullName: UnityEditor.PrefabUtility.RevertPrefabInstance(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.RevertPrefabInstance.html
  commentId: M:UnityEditor.PrefabUtility.RevertPrefabInstance(UnityEngine.GameObject)
  nameWithType: PrefabUtility.RevertPrefabInstance(GameObject)
  type: Method
- uid: UnityEditor.PrefabUtility.SetPropertyModifications(UnityEngine.Object,UnityEditor.PropertyModification[])
  name: SetPropertyModifications(Object, PropertyModification[])
  fullName: UnityEditor.PrefabUtility.SetPropertyModifications(UnityEngine.Object, UnityEditor.PropertyModification[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrefabUtility.SetPropertyModifications.html
  commentId: M:UnityEditor.PrefabUtility.SetPropertyModifications(UnityEngine.Object,UnityEditor.PropertyModification[])
  nameWithType: PrefabUtility.SetPropertyModifications(Object, PropertyModification[])
  type: Method
- uid: UnityEditor.PreferenceItem
  name: PreferenceItem
  fullName: UnityEditor.PreferenceItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreferenceItem.html
  commentId: T:UnityEditor.PreferenceItem
  nameWithType: PreferenceItem
  type: Class
- uid: UnityEditor.PreferenceItem.#ctor(System.String)
  name: PreferenceItem(string)
  fullName: UnityEditor.PreferenceItem.PreferenceItem(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreferenceItem-ctor.html
  commentId: M:UnityEditor.PreferenceItem.#ctor(System.String)
  nameWithType: PreferenceItem.PreferenceItem(string)
  type: Constructor
- uid: UnityEditor.PreferenceItem.name
  name: name
  fullName: UnityEditor.PreferenceItem.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreferenceItem-name.html
  commentId: F:UnityEditor.PreferenceItem.name
  nameWithType: PreferenceItem.name
  type: Field
- uid: UnityEditor.PreviewRenderUtility
  name: PreviewRenderUtility
  fullName: UnityEditor.PreviewRenderUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.html
  commentId: T:UnityEditor.PreviewRenderUtility
  nameWithType: PreviewRenderUtility
  type: Class
- uid: UnityEditor.PreviewRenderUtility.#ctor
  name: PreviewRenderUtility()
  fullName: UnityEditor.PreviewRenderUtility.PreviewRenderUtility()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-ctor.html
  commentId: M:UnityEditor.PreviewRenderUtility.#ctor
  nameWithType: PreviewRenderUtility.PreviewRenderUtility()
  type: Constructor
- uid: UnityEditor.PreviewRenderUtility.#ctor(System.Boolean,System.Boolean)
  name: PreviewRenderUtility(bool, bool)
  fullName: UnityEditor.PreviewRenderUtility.PreviewRenderUtility(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-ctor.html
  commentId: M:UnityEditor.PreviewRenderUtility.#ctor(System.Boolean,System.Boolean)
  nameWithType: PreviewRenderUtility.PreviewRenderUtility(bool, bool)
  type: Constructor
- uid: UnityEditor.PreviewRenderUtility.#ctor(System.Boolean)
  name: PreviewRenderUtility(bool)
  fullName: UnityEditor.PreviewRenderUtility.PreviewRenderUtility(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-ctor.html
  commentId: M:UnityEditor.PreviewRenderUtility.#ctor(System.Boolean)
  nameWithType: PreviewRenderUtility.PreviewRenderUtility(bool)
  type: Constructor
- uid: UnityEditor.PreviewRenderUtility.AddSingleGO(UnityEngine.GameObject,System.Boolean)
  name: AddSingleGO(GameObject, bool)
  fullName: UnityEditor.PreviewRenderUtility.AddSingleGO(UnityEngine.GameObject, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.AddSingleGO.html
  commentId: M:UnityEditor.PreviewRenderUtility.AddSingleGO(UnityEngine.GameObject,System.Boolean)
  nameWithType: PreviewRenderUtility.AddSingleGO(GameObject, bool)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.AddSingleGO(UnityEngine.GameObject)
  name: AddSingleGO(GameObject)
  fullName: UnityEditor.PreviewRenderUtility.AddSingleGO(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.AddSingleGO.html
  commentId: M:UnityEditor.PreviewRenderUtility.AddSingleGO(UnityEngine.GameObject)
  nameWithType: PreviewRenderUtility.AddSingleGO(GameObject)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.ambientColor
  name: ambientColor
  fullName: UnityEditor.PreviewRenderUtility.ambientColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-ambientColor.html
  commentId: P:UnityEditor.PreviewRenderUtility.ambientColor
  nameWithType: PreviewRenderUtility.ambientColor
  type: Property
- uid: UnityEditor.PreviewRenderUtility.BeginPreview(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: BeginPreview(Rect, GUIStyle)
  fullName: UnityEditor.PreviewRenderUtility.BeginPreview(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.BeginPreview.html
  commentId: M:UnityEditor.PreviewRenderUtility.BeginPreview(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: PreviewRenderUtility.BeginPreview(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.BeginPreviewHDR(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: BeginPreviewHDR(Rect, GUIStyle)
  fullName: UnityEditor.PreviewRenderUtility.BeginPreviewHDR(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.BeginPreviewHDR.html
  commentId: M:UnityEditor.PreviewRenderUtility.BeginPreviewHDR(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: PreviewRenderUtility.BeginPreviewHDR(Rect, GUIStyle)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.BeginStaticPreview(UnityEngine.Rect)
  name: BeginStaticPreview(Rect)
  fullName: UnityEditor.PreviewRenderUtility.BeginStaticPreview(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.BeginStaticPreview.html
  commentId: M:UnityEditor.PreviewRenderUtility.BeginStaticPreview(UnityEngine.Rect)
  nameWithType: PreviewRenderUtility.BeginStaticPreview(Rect)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.BeginStaticPreviewHDR(UnityEngine.Rect)
  name: BeginStaticPreviewHDR(Rect)
  fullName: UnityEditor.PreviewRenderUtility.BeginStaticPreviewHDR(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.BeginStaticPreviewHDR.html
  commentId: M:UnityEditor.PreviewRenderUtility.BeginStaticPreviewHDR(UnityEngine.Rect)
  nameWithType: PreviewRenderUtility.BeginStaticPreviewHDR(Rect)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.camera
  name: camera
  fullName: UnityEditor.PreviewRenderUtility.camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-camera.html
  commentId: P:UnityEditor.PreviewRenderUtility.camera
  nameWithType: PreviewRenderUtility.camera
  type: Property
- uid: UnityEditor.PreviewRenderUtility.cameraFieldOfView
  name: cameraFieldOfView
  fullName: UnityEditor.PreviewRenderUtility.cameraFieldOfView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-cameraFieldOfView.html
  commentId: P:UnityEditor.PreviewRenderUtility.cameraFieldOfView
  nameWithType: PreviewRenderUtility.cameraFieldOfView
  type: Property
- uid: UnityEditor.PreviewRenderUtility.Cleanup
  name: Cleanup()
  fullName: UnityEditor.PreviewRenderUtility.Cleanup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.Cleanup.html
  commentId: M:UnityEditor.PreviewRenderUtility.Cleanup
  nameWithType: PreviewRenderUtility.Cleanup()
  type: Method
- uid: UnityEditor.PreviewRenderUtility.CreateLight
  name: CreateLight()
  fullName: UnityEditor.PreviewRenderUtility.CreateLight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.CreateLight.html
  commentId: M:UnityEditor.PreviewRenderUtility.CreateLight
  nameWithType: PreviewRenderUtility.CreateLight()
  type: Method
- uid: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Transform,System.Boolean)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, MaterialPropertyBlock, Transform, bool)
  fullName: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.DrawMesh.html
  commentId: M:UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Transform,System.Boolean)
  nameWithType: PreviewRenderUtility.DrawMesh(Mesh, Matrix4x4, Material, int, MaterialPropertyBlock, Transform, bool)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, MaterialPropertyBlock)
  fullName: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.DrawMesh.html
  commentId: M:UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: PreviewRenderUtility.DrawMesh(Mesh, Matrix4x4, Material, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32)
  name: DrawMesh(Mesh, Matrix4x4, Material, int)
  fullName: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.DrawMesh.html
  commentId: M:UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32)
  nameWithType: PreviewRenderUtility.DrawMesh(Mesh, Matrix4x4, Material, int)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Transform,System.Boolean)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, MaterialPropertyBlock, Transform, bool)
  fullName: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.DrawMesh.html
  commentId: M:UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Transform,System.Boolean)
  nameWithType: PreviewRenderUtility.DrawMesh(Mesh, Vector3, Quaternion, Material, int, MaterialPropertyBlock, Transform, bool)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Transform)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, MaterialPropertyBlock, Transform)
  fullName: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.DrawMesh.html
  commentId: M:UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Transform)
  nameWithType: PreviewRenderUtility.DrawMesh(Mesh, Vector3, Quaternion, Material, int, MaterialPropertyBlock, Transform)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, MaterialPropertyBlock)
  fullName: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.DrawMesh.html
  commentId: M:UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: PreviewRenderUtility.DrawMesh(Mesh, Vector3, Quaternion, Material, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int)
  fullName: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.DrawMesh.html
  commentId: M:UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32)
  nameWithType: PreviewRenderUtility.DrawMesh(Mesh, Vector3, Quaternion, Material, int)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Transform,System.Boolean)
  name: DrawMesh(Mesh, Vector3, Vector3, Quaternion, Material, int, MaterialPropertyBlock, Transform, bool)
  fullName: UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.DrawMesh.html
  commentId: M:UnityEditor.PreviewRenderUtility.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Transform,System.Boolean)
  nameWithType: PreviewRenderUtility.DrawMesh(Mesh, Vector3, Vector3, Quaternion, Material, int, MaterialPropertyBlock, Transform, bool)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.EndAndDrawPreview(UnityEngine.Rect)
  name: EndAndDrawPreview(Rect)
  fullName: UnityEditor.PreviewRenderUtility.EndAndDrawPreview(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.EndAndDrawPreview.html
  commentId: M:UnityEditor.PreviewRenderUtility.EndAndDrawPreview(UnityEngine.Rect)
  nameWithType: PreviewRenderUtility.EndAndDrawPreview(Rect)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.EndPreview
  name: EndPreview()
  fullName: UnityEditor.PreviewRenderUtility.EndPreview()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.EndPreview.html
  commentId: M:UnityEditor.PreviewRenderUtility.EndPreview
  nameWithType: PreviewRenderUtility.EndPreview()
  type: Method
- uid: UnityEditor.PreviewRenderUtility.EndStaticPreview
  name: EndStaticPreview()
  fullName: UnityEditor.PreviewRenderUtility.EndStaticPreview()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.EndStaticPreview.html
  commentId: M:UnityEditor.PreviewRenderUtility.EndStaticPreview
  nameWithType: PreviewRenderUtility.EndStaticPreview()
  type: Method
- uid: UnityEditor.PreviewRenderUtility.GetScaleFactor(System.Single,System.Single)
  name: GetScaleFactor(float, float)
  fullName: UnityEditor.PreviewRenderUtility.GetScaleFactor(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.GetScaleFactor.html
  commentId: M:UnityEditor.PreviewRenderUtility.GetScaleFactor(System.Single,System.Single)
  nameWithType: PreviewRenderUtility.GetScaleFactor(float, float)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.InstantiatePrefabInScene(UnityEngine.GameObject)
  name: InstantiatePrefabInScene(GameObject)
  fullName: UnityEditor.PreviewRenderUtility.InstantiatePrefabInScene(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.InstantiatePrefabInScene.html
  commentId: M:UnityEditor.PreviewRenderUtility.InstantiatePrefabInScene(UnityEngine.GameObject)
  nameWithType: PreviewRenderUtility.InstantiatePrefabInScene(GameObject)
  type: Method
- uid: UnityEditor.PreviewRenderUtility.lights
  name: lights
  fullName: UnityEditor.PreviewRenderUtility.lights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-lights.html
  commentId: P:UnityEditor.PreviewRenderUtility.lights
  nameWithType: PreviewRenderUtility.lights
  type: Property
- uid: UnityEditor.PreviewRenderUtility.m_Camera
  name: m_Camera
  fullName: UnityEditor.PreviewRenderUtility.m_Camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-m_Camera.html
  commentId: F:UnityEditor.PreviewRenderUtility.m_Camera
  nameWithType: PreviewRenderUtility.m_Camera
  type: Field
- uid: UnityEditor.PreviewRenderUtility.m_CameraFieldOfView
  name: m_CameraFieldOfView
  fullName: UnityEditor.PreviewRenderUtility.m_CameraFieldOfView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-m_CameraFieldOfView.html
  commentId: F:UnityEditor.PreviewRenderUtility.m_CameraFieldOfView
  nameWithType: PreviewRenderUtility.m_CameraFieldOfView
  type: Field
- uid: UnityEditor.PreviewRenderUtility.m_Light
  name: m_Light
  fullName: UnityEditor.PreviewRenderUtility.m_Light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility-m_Light.html
  commentId: F:UnityEditor.PreviewRenderUtility.m_Light
  nameWithType: PreviewRenderUtility.m_Light
  type: Field
- uid: UnityEditor.PreviewRenderUtility.Render(System.Boolean,System.Boolean)
  name: Render(bool, bool)
  fullName: UnityEditor.PreviewRenderUtility.Render(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreviewRenderUtility.Render.html
  commentId: M:UnityEditor.PreviewRenderUtility.Render(System.Boolean,System.Boolean)
  nameWithType: PreviewRenderUtility.Render(bool, bool)
  type: Method
- uid: UnityEditor.ProjectWindowCallback
  name: UnityEditor.ProjectWindowCallback
  fullName: UnityEditor.ProjectWindowCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.ProjectWindowCallback
  nameWithType: UnityEditor.ProjectWindowCallback
  type: Namespace
- uid: UnityEditor.ProjectWindowCallback.EndNameEditAction
  name: EndNameEditAction
  fullName: UnityEditor.ProjectWindowCallback.EndNameEditAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowCallback.EndNameEditAction.html
  commentId: T:UnityEditor.ProjectWindowCallback.EndNameEditAction
  nameWithType: EndNameEditAction
  type: Class
- uid: UnityEditor.ProjectWindowCallback.EndNameEditAction.Action(System.Int32,System.String,System.String)
  name: Action(int, string, string)
  fullName: UnityEditor.ProjectWindowCallback.EndNameEditAction.Action(int, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowCallback.EndNameEditAction.Action.html
  commentId: M:UnityEditor.ProjectWindowCallback.EndNameEditAction.Action(System.Int32,System.String,System.String)
  nameWithType: EndNameEditAction.Action(int, string, string)
  type: Method
- uid: UnityEditor.ProjectWindowCallback.EndNameEditAction.CleanUp
  name: CleanUp()
  fullName: UnityEditor.ProjectWindowCallback.EndNameEditAction.CleanUp()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowCallback.EndNameEditAction.CleanUp.html
  commentId: M:UnityEditor.ProjectWindowCallback.EndNameEditAction.CleanUp
  nameWithType: EndNameEditAction.CleanUp()
  type: Method
- uid: UnityEditor.ProjectWindowCallback.EndNameEditAction.OnEnable
  name: OnEnable()
  fullName: UnityEditor.ProjectWindowCallback.EndNameEditAction.OnEnable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowCallback.EndNameEditAction.OnEnable.html
  commentId: M:UnityEditor.ProjectWindowCallback.EndNameEditAction.OnEnable
  nameWithType: EndNameEditAction.OnEnable()
  type: Method
- uid: UnityEditor.ProjectWindowUtil
  name: ProjectWindowUtil
  fullName: UnityEditor.ProjectWindowUtil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.html
  commentId: T:UnityEditor.ProjectWindowUtil
  nameWithType: ProjectWindowUtil
  type: Class
- uid: UnityEditor.ProjectWindowUtil.CreateAsset(UnityEngine.Object,System.String)
  name: CreateAsset(Object, string)
  fullName: UnityEditor.ProjectWindowUtil.CreateAsset(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.CreateAsset.html
  commentId: M:UnityEditor.ProjectWindowUtil.CreateAsset(UnityEngine.Object,System.String)
  nameWithType: ProjectWindowUtil.CreateAsset(Object, string)
  type: Method
- uid: UnityEditor.ProjectWindowUtil.CreateFolder
  name: CreateFolder()
  fullName: UnityEditor.ProjectWindowUtil.CreateFolder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.CreateFolder.html
  commentId: M:UnityEditor.ProjectWindowUtil.CreateFolder
  nameWithType: ProjectWindowUtil.CreateFolder()
  type: Method
- uid: UnityEditor.ProjectWindowUtil.CreateNewGUISkin
  name: CreateNewGUISkin()
  fullName: UnityEditor.ProjectWindowUtil.CreateNewGUISkin()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.CreateNewGUISkin.html
  commentId: M:UnityEditor.ProjectWindowUtil.CreateNewGUISkin
  nameWithType: ProjectWindowUtil.CreateNewGUISkin()
  type: Method
- uid: UnityEditor.ProjectWindowUtil.CreatePrefab
  name: CreatePrefab()
  fullName: UnityEditor.ProjectWindowUtil.CreatePrefab()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.CreatePrefab.html
  commentId: M:UnityEditor.ProjectWindowUtil.CreatePrefab
  nameWithType: ProjectWindowUtil.CreatePrefab()
  type: Method
- uid: UnityEditor.ProjectWindowUtil.CreateScene
  name: CreateScene()
  fullName: UnityEditor.ProjectWindowUtil.CreateScene()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.CreateScene.html
  commentId: M:UnityEditor.ProjectWindowUtil.CreateScene
  nameWithType: ProjectWindowUtil.CreateScene()
  type: Method
- uid: UnityEditor.ProjectWindowUtil.GetAncestors(System.Int32)
  name: GetAncestors(int)
  fullName: UnityEditor.ProjectWindowUtil.GetAncestors(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.GetAncestors.html
  commentId: M:UnityEditor.ProjectWindowUtil.GetAncestors(System.Int32)
  nameWithType: ProjectWindowUtil.GetAncestors(int)
  type: Method
- uid: UnityEditor.ProjectWindowUtil.GetBaseFolders(System.String[])
  name: GetBaseFolders(string[])
  fullName: UnityEditor.ProjectWindowUtil.GetBaseFolders(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.GetBaseFolders.html
  commentId: M:UnityEditor.ProjectWindowUtil.GetBaseFolders(System.String[])
  nameWithType: ProjectWindowUtil.GetBaseFolders(string[])
  type: Method
- uid: UnityEditor.ProjectWindowUtil.GetContainingFolder(System.String)
  name: GetContainingFolder(string)
  fullName: UnityEditor.ProjectWindowUtil.GetContainingFolder(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.GetContainingFolder.html
  commentId: M:UnityEditor.ProjectWindowUtil.GetContainingFolder(System.String)
  nameWithType: ProjectWindowUtil.GetContainingFolder(string)
  type: Method
- uid: UnityEditor.ProjectWindowUtil.IsFolder(System.Int32)
  name: IsFolder(int)
  fullName: UnityEditor.ProjectWindowUtil.IsFolder(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.IsFolder.html
  commentId: M:UnityEditor.ProjectWindowUtil.IsFolder(System.Int32)
  nameWithType: ProjectWindowUtil.IsFolder(int)
  type: Method
- uid: UnityEditor.ProjectWindowUtil.ShowCreatedAsset(UnityEngine.Object)
  name: ShowCreatedAsset(Object)
  fullName: UnityEditor.ProjectWindowUtil.ShowCreatedAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.ShowCreatedAsset.html
  commentId: M:UnityEditor.ProjectWindowUtil.ShowCreatedAsset(UnityEngine.Object)
  nameWithType: ProjectWindowUtil.ShowCreatedAsset(Object)
  type: Method
- uid: UnityEditor.ProjectWindowUtil.StartNameEditingIfProjectWindowExists(System.Int32,UnityEditor.ProjectWindowCallback.EndNameEditAction,System.String,UnityEngine.Texture2D,System.String)
  name: StartNameEditingIfProjectWindowExists(int, EndNameEditAction, string, Texture2D, string)
  fullName: UnityEditor.ProjectWindowUtil.StartNameEditingIfProjectWindowExists(int, UnityEditor.ProjectWindowCallback.EndNameEditAction, string, UnityEngine.Texture2D, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProjectWindowUtil.StartNameEditingIfProjectWindowExists.html
  commentId: M:UnityEditor.ProjectWindowUtil.StartNameEditingIfProjectWindowExists(System.Int32,UnityEditor.ProjectWindowCallback.EndNameEditAction,System.String,UnityEngine.Texture2D,System.String)
  nameWithType: ProjectWindowUtil.StartNameEditingIfProjectWindowExists(int, EndNameEditAction, string, Texture2D, string)
  type: Method
- uid: UnityEditor.PropertyDrawer
  name: PropertyDrawer
  fullName: UnityEditor.PropertyDrawer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyDrawer.html
  commentId: T:UnityEditor.PropertyDrawer
  nameWithType: PropertyDrawer
  type: Class
- uid: UnityEditor.PropertyDrawer.attribute
  name: attribute
  fullName: UnityEditor.PropertyDrawer.attribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyDrawer-attribute.html
  commentId: P:UnityEditor.PropertyDrawer.attribute
  nameWithType: PropertyDrawer.attribute
  type: Property
- uid: UnityEditor.PropertyDrawer.fieldInfo
  name: fieldInfo
  fullName: UnityEditor.PropertyDrawer.fieldInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyDrawer-fieldInfo.html
  commentId: P:UnityEditor.PropertyDrawer.fieldInfo
  nameWithType: PropertyDrawer.fieldInfo
  type: Property
- uid: UnityEditor.PropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: GetPropertyHeight(SerializedProperty, GUIContent)
  fullName: UnityEditor.PropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyDrawer.GetPropertyHeight.html
  commentId: M:UnityEditor.PropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.PropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: OnGUI(Rect, SerializedProperty, GUIContent)
  fullName: UnityEditor.PropertyDrawer.OnGUI(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyDrawer.OnGUI.html
  commentId: M:UnityEditor.PropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditor.PropertyModification
  name: PropertyModification
  fullName: UnityEditor.PropertyModification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyModification.html
  commentId: T:UnityEditor.PropertyModification
  nameWithType: PropertyModification
  type: Class
- uid: UnityEditor.PropertyModification.objectReference
  name: objectReference
  fullName: UnityEditor.PropertyModification.objectReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyModification-objectReference.html
  commentId: F:UnityEditor.PropertyModification.objectReference
  nameWithType: PropertyModification.objectReference
  type: Field
- uid: UnityEditor.PropertyModification.propertyPath
  name: propertyPath
  fullName: UnityEditor.PropertyModification.propertyPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyModification-propertyPath.html
  commentId: F:UnityEditor.PropertyModification.propertyPath
  nameWithType: PropertyModification.propertyPath
  type: Field
- uid: UnityEditor.PropertyModification.target
  name: target
  fullName: UnityEditor.PropertyModification.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyModification-target.html
  commentId: F:UnityEditor.PropertyModification.target
  nameWithType: PropertyModification.target
  type: Field
- uid: UnityEditor.PropertyModification.value
  name: value
  fullName: UnityEditor.PropertyModification.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyModification-value.html
  commentId: F:UnityEditor.PropertyModification.value
  nameWithType: PropertyModification.value
  type: Field
- uid: UnityEditor.PS4BuildSubtarget
  name: PS4BuildSubtarget
  fullName: UnityEditor.PS4BuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PS4BuildSubtarget.html
  commentId: T:UnityEditor.PS4BuildSubtarget
  nameWithType: PS4BuildSubtarget
  type: Enum
- uid: UnityEditor.PS4BuildSubtarget.Iso
  name: Iso
  fullName: UnityEditor.PS4BuildSubtarget.Iso
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PS4BuildSubtarget.Iso.html
  commentId: F:UnityEditor.PS4BuildSubtarget.Iso
  nameWithType: PS4BuildSubtarget.Iso
  type: Field
- uid: UnityEditor.PS4BuildSubtarget.Package
  name: Package
  fullName: UnityEditor.PS4BuildSubtarget.Package
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PS4BuildSubtarget.Package.html
  commentId: F:UnityEditor.PS4BuildSubtarget.Package
  nameWithType: PS4BuildSubtarget.Package
  type: Field
- uid: UnityEditor.PS4BuildSubtarget.PCHosted
  name: PCHosted
  fullName: UnityEditor.PS4BuildSubtarget.PCHosted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PS4BuildSubtarget.PCHosted.html
  commentId: F:UnityEditor.PS4BuildSubtarget.PCHosted
  nameWithType: PS4BuildSubtarget.PCHosted
  type: Field
- uid: UnityEditor.PS4HardwareTarget
  name: PS4HardwareTarget
  fullName: UnityEditor.PS4HardwareTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PS4HardwareTarget.html
  commentId: T:UnityEditor.PS4HardwareTarget
  nameWithType: PS4HardwareTarget
  type: Enum
- uid: UnityEditor.PS4HardwareTarget.BaseOnly
  name: BaseOnly
  fullName: UnityEditor.PS4HardwareTarget.BaseOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PS4HardwareTarget.BaseOnly.html
  commentId: F:UnityEditor.PS4HardwareTarget.BaseOnly
  nameWithType: PS4HardwareTarget.BaseOnly
  type: Field
- uid: UnityEditor.PS4HardwareTarget.NeoAndBase
  name: NeoAndBase
  fullName: UnityEditor.PS4HardwareTarget.NeoAndBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PS4HardwareTarget.NeoAndBase.html
  commentId: F:UnityEditor.PS4HardwareTarget.NeoAndBase
  nameWithType: PS4HardwareTarget.NeoAndBase
  type: Field
- uid: UnityEditor.PSMBuildSubtarget
  name: PSMBuildSubtarget
  fullName: UnityEditor.PSMBuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PSMBuildSubtarget.html
  commentId: T:UnityEditor.PSMBuildSubtarget
  nameWithType: PSMBuildSubtarget
  type: Enum
- uid: UnityEditor.PSMBuildSubtarget.DevAssistant
  name: DevAssistant
  fullName: UnityEditor.PSMBuildSubtarget.DevAssistant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PSMBuildSubtarget.DevAssistant.html
  commentId: F:UnityEditor.PSMBuildSubtarget.DevAssistant
  nameWithType: PSMBuildSubtarget.DevAssistant
  type: Field
- uid: UnityEditor.PSMBuildSubtarget.Intermediate
  name: Intermediate
  fullName: UnityEditor.PSMBuildSubtarget.Intermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PSMBuildSubtarget.Intermediate.html
  commentId: F:UnityEditor.PSMBuildSubtarget.Intermediate
  nameWithType: PSMBuildSubtarget.Intermediate
  type: Field
- uid: UnityEditor.PSMBuildSubtarget.Master
  name: Master
  fullName: UnityEditor.PSMBuildSubtarget.Master
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PSMBuildSubtarget.Master.html
  commentId: F:UnityEditor.PSMBuildSubtarget.Master
  nameWithType: PSMBuildSubtarget.Master
  type: Field
- uid: UnityEditor.PSP2BuildSubtarget
  name: PSP2BuildSubtarget
  fullName: UnityEditor.PSP2BuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PSP2BuildSubtarget.html
  commentId: T:UnityEditor.PSP2BuildSubtarget
  nameWithType: PSP2BuildSubtarget
  type: Enum
- uid: UnityEditor.PSP2BuildSubtarget.Package
  name: Package
  fullName: UnityEditor.PSP2BuildSubtarget.Package
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PSP2BuildSubtarget.Package.html
  commentId: F:UnityEditor.PSP2BuildSubtarget.Package
  nameWithType: PSP2BuildSubtarget.Package
  type: Field
- uid: UnityEditor.PSP2BuildSubtarget.PCHosted
  name: PCHosted
  fullName: UnityEditor.PSP2BuildSubtarget.PCHosted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PSP2BuildSubtarget.PCHosted.html
  commentId: F:UnityEditor.PSP2BuildSubtarget.PCHosted
  nameWithType: PSP2BuildSubtarget.PCHosted
  type: Field
- uid: UnityEditor.Purchasing
  name: UnityEditor.Purchasing
  fullName: UnityEditor.Purchasing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Purchasing
  nameWithType: UnityEditor.Purchasing
  type: Namespace
- uid: UnityEditor.Purchasing.PurchasingSettings
  name: PurchasingSettings
  fullName: UnityEditor.Purchasing.PurchasingSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Purchasing.PurchasingSettings.html
  commentId: T:UnityEditor.Purchasing.PurchasingSettings
  nameWithType: PurchasingSettings
  type: Class
- uid: UnityEditor.Purchasing.PurchasingSettings.enabled
  name: enabled
  fullName: UnityEditor.Purchasing.PurchasingSettings.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Purchasing.PurchasingSettings-enabled.html
  commentId: P:UnityEditor.Purchasing.PurchasingSettings.enabled
  nameWithType: PurchasingSettings.enabled
  type: Property
- uid: UnityEditor.RemoveAssetOptions
  name: RemoveAssetOptions
  fullName: UnityEditor.RemoveAssetOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoveAssetOptions.html
  commentId: T:UnityEditor.RemoveAssetOptions
  nameWithType: RemoveAssetOptions
  type: Enum
- uid: UnityEditor.RemoveAssetOptions.DeleteAssets
  name: DeleteAssets
  fullName: UnityEditor.RemoveAssetOptions.DeleteAssets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoveAssetOptions.DeleteAssets.html
  commentId: F:UnityEditor.RemoveAssetOptions.DeleteAssets
  nameWithType: RemoveAssetOptions.DeleteAssets
  type: Field
- uid: UnityEditor.RemoveAssetOptions.MoveAssetToTrash
  name: MoveAssetToTrash
  fullName: UnityEditor.RemoveAssetOptions.MoveAssetToTrash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoveAssetOptions.MoveAssetToTrash.html
  commentId: F:UnityEditor.RemoveAssetOptions.MoveAssetToTrash
  nameWithType: RemoveAssetOptions.MoveAssetToTrash
  type: Field
- uid: UnityEditor.Rendering
  name: UnityEditor.Rendering
  fullName: UnityEditor.Rendering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Rendering
  nameWithType: UnityEditor.Rendering
  type: Namespace
- uid: UnityEditor.Rendering.AlbedoSwatchInfo
  name: AlbedoSwatchInfo
  fullName: UnityEditor.Rendering.AlbedoSwatchInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AlbedoSwatchInfo.html
  commentId: T:UnityEditor.Rendering.AlbedoSwatchInfo
  nameWithType: AlbedoSwatchInfo
  type: Struct
- uid: UnityEditor.Rendering.AlbedoSwatchInfo.color
  name: color
  fullName: UnityEditor.Rendering.AlbedoSwatchInfo.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AlbedoSwatchInfo-color.html
  commentId: F:UnityEditor.Rendering.AlbedoSwatchInfo.color
  nameWithType: AlbedoSwatchInfo.color
  type: Field
- uid: UnityEditor.Rendering.AlbedoSwatchInfo.maxLuminance
  name: maxLuminance
  fullName: UnityEditor.Rendering.AlbedoSwatchInfo.maxLuminance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AlbedoSwatchInfo-maxLuminance.html
  commentId: F:UnityEditor.Rendering.AlbedoSwatchInfo.maxLuminance
  nameWithType: AlbedoSwatchInfo.maxLuminance
  type: Field
- uid: UnityEditor.Rendering.AlbedoSwatchInfo.minLuminance
  name: minLuminance
  fullName: UnityEditor.Rendering.AlbedoSwatchInfo.minLuminance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AlbedoSwatchInfo-minLuminance.html
  commentId: F:UnityEditor.Rendering.AlbedoSwatchInfo.minLuminance
  nameWithType: AlbedoSwatchInfo.minLuminance
  type: Field
- uid: UnityEditor.Rendering.AlbedoSwatchInfo.name
  name: name
  fullName: UnityEditor.Rendering.AlbedoSwatchInfo.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AlbedoSwatchInfo-name.html
  commentId: F:UnityEditor.Rendering.AlbedoSwatchInfo.name
  nameWithType: AlbedoSwatchInfo.name
  type: Field
- uid: UnityEditor.Rendering.EditorGraphicsSettings
  name: EditorGraphicsSettings
  fullName: UnityEditor.Rendering.EditorGraphicsSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.EditorGraphicsSettings.html
  commentId: T:UnityEditor.Rendering.EditorGraphicsSettings
  nameWithType: EditorGraphicsSettings
  type: Class
- uid: UnityEditor.Rendering.EditorGraphicsSettings.albedoSwatches
  name: albedoSwatches
  fullName: UnityEditor.Rendering.EditorGraphicsSettings.albedoSwatches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.EditorGraphicsSettings-albedoSwatches.html
  commentId: P:UnityEditor.Rendering.EditorGraphicsSettings.albedoSwatches
  nameWithType: EditorGraphicsSettings.albedoSwatches
  type: Property
- uid: UnityEditor.Rendering.EditorGraphicsSettings.GetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier)
  name: GetShaderSettingsForPlatform(BuildTargetGroup, ShaderHardwareTier)
  fullName: UnityEditor.Rendering.EditorGraphicsSettings.GetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup, UnityEngine.Rendering.ShaderHardwareTier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.EditorGraphicsSettings.GetShaderSettingsForPlatform.html
  commentId: M:UnityEditor.Rendering.EditorGraphicsSettings.GetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier)
  nameWithType: EditorGraphicsSettings.GetShaderSettingsForPlatform(BuildTargetGroup, ShaderHardwareTier)
  type: Method
- uid: UnityEditor.Rendering.EditorGraphicsSettings.GetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.GraphicsTier)
  name: GetTierSettings(BuildTargetGroup, GraphicsTier)
  fullName: UnityEditor.Rendering.EditorGraphicsSettings.GetTierSettings(UnityEditor.BuildTargetGroup, UnityEngine.Rendering.GraphicsTier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.EditorGraphicsSettings.GetTierSettings.html
  commentId: M:UnityEditor.Rendering.EditorGraphicsSettings.GetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.GraphicsTier)
  nameWithType: EditorGraphicsSettings.GetTierSettings(BuildTargetGroup, GraphicsTier)
  type: Method
- uid: UnityEditor.Rendering.EditorGraphicsSettings.GetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier)
  name: GetTierSettings(BuildTargetGroup, ShaderHardwareTier)
  fullName: UnityEditor.Rendering.EditorGraphicsSettings.GetTierSettings(UnityEditor.BuildTargetGroup, UnityEngine.Rendering.ShaderHardwareTier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.EditorGraphicsSettings.GetTierSettings.html
  commentId: M:UnityEditor.Rendering.EditorGraphicsSettings.GetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier)
  nameWithType: EditorGraphicsSettings.GetTierSettings(BuildTargetGroup, ShaderHardwareTier)
  type: Method
- uid: UnityEditor.Rendering.EditorGraphicsSettings.SetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier,UnityEditor.Rendering.PlatformShaderSettings)
  name: SetShaderSettingsForPlatform(BuildTargetGroup, ShaderHardwareTier, PlatformShaderSettings)
  fullName: UnityEditor.Rendering.EditorGraphicsSettings.SetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup, UnityEngine.Rendering.ShaderHardwareTier, UnityEditor.Rendering.PlatformShaderSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.EditorGraphicsSettings.SetShaderSettingsForPlatform.html
  commentId: M:UnityEditor.Rendering.EditorGraphicsSettings.SetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier,UnityEditor.Rendering.PlatformShaderSettings)
  nameWithType: EditorGraphicsSettings.SetShaderSettingsForPlatform(BuildTargetGroup, ShaderHardwareTier, PlatformShaderSettings)
  type: Method
- uid: UnityEditor.Rendering.EditorGraphicsSettings.SetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.GraphicsTier,UnityEditor.Rendering.TierSettings)
  name: SetTierSettings(BuildTargetGroup, GraphicsTier, TierSettings)
  fullName: UnityEditor.Rendering.EditorGraphicsSettings.SetTierSettings(UnityEditor.BuildTargetGroup, UnityEngine.Rendering.GraphicsTier, UnityEditor.Rendering.TierSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.EditorGraphicsSettings.SetTierSettings.html
  commentId: M:UnityEditor.Rendering.EditorGraphicsSettings.SetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.GraphicsTier,UnityEditor.Rendering.TierSettings)
  nameWithType: EditorGraphicsSettings.SetTierSettings(BuildTargetGroup, GraphicsTier, TierSettings)
  type: Method
- uid: UnityEditor.Rendering.EditorGraphicsSettings.SetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier,UnityEditor.Rendering.TierSettings)
  name: SetTierSettings(BuildTargetGroup, ShaderHardwareTier, TierSettings)
  fullName: UnityEditor.Rendering.EditorGraphicsSettings.SetTierSettings(UnityEditor.BuildTargetGroup, UnityEngine.Rendering.ShaderHardwareTier, UnityEditor.Rendering.TierSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.EditorGraphicsSettings.SetTierSettings.html
  commentId: M:UnityEditor.Rendering.EditorGraphicsSettings.SetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier,UnityEditor.Rendering.TierSettings)
  nameWithType: EditorGraphicsSettings.SetTierSettings(BuildTargetGroup, ShaderHardwareTier, TierSettings)
  type: Method
- uid: UnityEditor.Rendering.PlatformShaderSettings
  name: PlatformShaderSettings
  fullName: UnityEditor.Rendering.PlatformShaderSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PlatformShaderSettings.html
  commentId: T:UnityEditor.Rendering.PlatformShaderSettings
  nameWithType: PlatformShaderSettings
  type: Struct
- uid: UnityEditor.Rendering.PlatformShaderSettings.cascadedShadowMaps
  name: cascadedShadowMaps
  fullName: UnityEditor.Rendering.PlatformShaderSettings.cascadedShadowMaps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PlatformShaderSettings-cascadedShadowMaps.html
  commentId: F:UnityEditor.Rendering.PlatformShaderSettings.cascadedShadowMaps
  nameWithType: PlatformShaderSettings.cascadedShadowMaps
  type: Field
- uid: UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBlending
  name: reflectionProbeBlending
  fullName: UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBlending
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PlatformShaderSettings-reflectionProbeBlending.html
  commentId: F:UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBlending
  nameWithType: PlatformShaderSettings.reflectionProbeBlending
  type: Field
- uid: UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBoxProjection
  name: reflectionProbeBoxProjection
  fullName: UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBoxProjection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PlatformShaderSettings-reflectionProbeBoxProjection.html
  commentId: F:UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBoxProjection
  nameWithType: PlatformShaderSettings.reflectionProbeBoxProjection
  type: Field
- uid: UnityEditor.Rendering.PlatformShaderSettings.standardShaderQuality
  name: standardShaderQuality
  fullName: UnityEditor.Rendering.PlatformShaderSettings.standardShaderQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PlatformShaderSettings-standardShaderQuality.html
  commentId: F:UnityEditor.Rendering.PlatformShaderSettings.standardShaderQuality
  nameWithType: PlatformShaderSettings.standardShaderQuality
  type: Field
- uid: UnityEditor.Rendering.ShaderQuality
  name: ShaderQuality
  fullName: UnityEditor.Rendering.ShaderQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShaderQuality.html
  commentId: T:UnityEditor.Rendering.ShaderQuality
  nameWithType: ShaderQuality
  type: Enum
- uid: UnityEditor.Rendering.ShaderQuality.High
  name: High
  fullName: UnityEditor.Rendering.ShaderQuality.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShaderQuality.High.html
  commentId: F:UnityEditor.Rendering.ShaderQuality.High
  nameWithType: ShaderQuality.High
  type: Field
- uid: UnityEditor.Rendering.ShaderQuality.Low
  name: Low
  fullName: UnityEditor.Rendering.ShaderQuality.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShaderQuality.Low.html
  commentId: F:UnityEditor.Rendering.ShaderQuality.Low
  nameWithType: ShaderQuality.Low
  type: Field
- uid: UnityEditor.Rendering.ShaderQuality.Medium
  name: Medium
  fullName: UnityEditor.Rendering.ShaderQuality.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShaderQuality.Medium.html
  commentId: F:UnityEditor.Rendering.ShaderQuality.Medium
  nameWithType: ShaderQuality.Medium
  type: Field
- uid: UnityEditor.Rendering.TierSettings
  name: TierSettings
  fullName: UnityEditor.Rendering.TierSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings.html
  commentId: T:UnityEditor.Rendering.TierSettings
  nameWithType: TierSettings
  type: Struct
- uid: UnityEditor.Rendering.TierSettings.cascadedShadowMaps
  name: cascadedShadowMaps
  fullName: UnityEditor.Rendering.TierSettings.cascadedShadowMaps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-cascadedShadowMaps.html
  commentId: F:UnityEditor.Rendering.TierSettings.cascadedShadowMaps
  nameWithType: TierSettings.cascadedShadowMaps
  type: Field
- uid: UnityEditor.Rendering.TierSettings.detailNormalMap
  name: detailNormalMap
  fullName: UnityEditor.Rendering.TierSettings.detailNormalMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-detailNormalMap.html
  commentId: F:UnityEditor.Rendering.TierSettings.detailNormalMap
  nameWithType: TierSettings.detailNormalMap
  type: Field
- uid: UnityEditor.Rendering.TierSettings.enableLPPV
  name: enableLPPV
  fullName: UnityEditor.Rendering.TierSettings.enableLPPV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-enableLPPV.html
  commentId: F:UnityEditor.Rendering.TierSettings.enableLPPV
  nameWithType: TierSettings.enableLPPV
  type: Field
- uid: UnityEditor.Rendering.TierSettings.hdr
  name: hdr
  fullName: UnityEditor.Rendering.TierSettings.hdr
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-hdr.html
  commentId: F:UnityEditor.Rendering.TierSettings.hdr
  nameWithType: TierSettings.hdr
  type: Field
- uid: UnityEditor.Rendering.TierSettings.hdrMode
  name: hdrMode
  fullName: UnityEditor.Rendering.TierSettings.hdrMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-hdrMode.html
  commentId: F:UnityEditor.Rendering.TierSettings.hdrMode
  nameWithType: TierSettings.hdrMode
  type: Field
- uid: UnityEditor.Rendering.TierSettings.prefer32BitShadowMaps
  name: prefer32BitShadowMaps
  fullName: UnityEditor.Rendering.TierSettings.prefer32BitShadowMaps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-prefer32BitShadowMaps.html
  commentId: F:UnityEditor.Rendering.TierSettings.prefer32BitShadowMaps
  nameWithType: TierSettings.prefer32BitShadowMaps
  type: Field
- uid: UnityEditor.Rendering.TierSettings.realtimeGICPUUsage
  name: realtimeGICPUUsage
  fullName: UnityEditor.Rendering.TierSettings.realtimeGICPUUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-realtimeGICPUUsage.html
  commentId: F:UnityEditor.Rendering.TierSettings.realtimeGICPUUsage
  nameWithType: TierSettings.realtimeGICPUUsage
  type: Field
- uid: UnityEditor.Rendering.TierSettings.reflectionProbeBlending
  name: reflectionProbeBlending
  fullName: UnityEditor.Rendering.TierSettings.reflectionProbeBlending
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-reflectionProbeBlending.html
  commentId: F:UnityEditor.Rendering.TierSettings.reflectionProbeBlending
  nameWithType: TierSettings.reflectionProbeBlending
  type: Field
- uid: UnityEditor.Rendering.TierSettings.reflectionProbeBoxProjection
  name: reflectionProbeBoxProjection
  fullName: UnityEditor.Rendering.TierSettings.reflectionProbeBoxProjection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-reflectionProbeBoxProjection.html
  commentId: F:UnityEditor.Rendering.TierSettings.reflectionProbeBoxProjection
  nameWithType: TierSettings.reflectionProbeBoxProjection
  type: Field
- uid: UnityEditor.Rendering.TierSettings.renderingPath
  name: renderingPath
  fullName: UnityEditor.Rendering.TierSettings.renderingPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-renderingPath.html
  commentId: F:UnityEditor.Rendering.TierSettings.renderingPath
  nameWithType: TierSettings.renderingPath
  type: Field
- uid: UnityEditor.Rendering.TierSettings.semitransparentShadows
  name: semitransparentShadows
  fullName: UnityEditor.Rendering.TierSettings.semitransparentShadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-semitransparentShadows.html
  commentId: F:UnityEditor.Rendering.TierSettings.semitransparentShadows
  nameWithType: TierSettings.semitransparentShadows
  type: Field
- uid: UnityEditor.Rendering.TierSettings.standardShaderQuality
  name: standardShaderQuality
  fullName: UnityEditor.Rendering.TierSettings.standardShaderQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TierSettings-standardShaderQuality.html
  commentId: F:UnityEditor.Rendering.TierSettings.standardShaderQuality
  nameWithType: TierSettings.standardShaderQuality
  type: Field
- uid: UnityEditor.ReplacePrefabOptions
  name: ReplacePrefabOptions
  fullName: UnityEditor.ReplacePrefabOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReplacePrefabOptions.html
  commentId: T:UnityEditor.ReplacePrefabOptions
  nameWithType: ReplacePrefabOptions
  type: Enum
- uid: UnityEditor.ReplacePrefabOptions.ConnectToPrefab
  name: ConnectToPrefab
  fullName: UnityEditor.ReplacePrefabOptions.ConnectToPrefab
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReplacePrefabOptions.ConnectToPrefab.html
  commentId: F:UnityEditor.ReplacePrefabOptions.ConnectToPrefab
  nameWithType: ReplacePrefabOptions.ConnectToPrefab
  type: Field
- uid: UnityEditor.ReplacePrefabOptions.Default
  name: Default
  fullName: UnityEditor.ReplacePrefabOptions.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReplacePrefabOptions.Default.html
  commentId: F:UnityEditor.ReplacePrefabOptions.Default
  nameWithType: ReplacePrefabOptions.Default
  type: Field
- uid: UnityEditor.ReplacePrefabOptions.ReplaceNameBased
  name: ReplaceNameBased
  fullName: UnityEditor.ReplacePrefabOptions.ReplaceNameBased
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReplacePrefabOptions.ReplaceNameBased.html
  commentId: F:UnityEditor.ReplacePrefabOptions.ReplaceNameBased
  nameWithType: ReplacePrefabOptions.ReplaceNameBased
  type: Field
- uid: UnityEditor.ResolutionDialogSetting
  name: ResolutionDialogSetting
  fullName: UnityEditor.ResolutionDialogSetting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ResolutionDialogSetting.html
  commentId: T:UnityEditor.ResolutionDialogSetting
  nameWithType: ResolutionDialogSetting
  type: Enum
- uid: UnityEditor.ResolutionDialogSetting.Disabled
  name: Disabled
  fullName: UnityEditor.ResolutionDialogSetting.Disabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ResolutionDialogSetting.Disabled.html
  commentId: F:UnityEditor.ResolutionDialogSetting.Disabled
  nameWithType: ResolutionDialogSetting.Disabled
  type: Field
- uid: UnityEditor.ResolutionDialogSetting.Enabled
  name: Enabled
  fullName: UnityEditor.ResolutionDialogSetting.Enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ResolutionDialogSetting.Enabled.html
  commentId: F:UnityEditor.ResolutionDialogSetting.Enabled
  nameWithType: ResolutionDialogSetting.Enabled
  type: Field
- uid: UnityEditor.ResolutionDialogSetting.HiddenByDefault
  name: HiddenByDefault
  fullName: UnityEditor.ResolutionDialogSetting.HiddenByDefault
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ResolutionDialogSetting.HiddenByDefault.html
  commentId: F:UnityEditor.ResolutionDialogSetting.HiddenByDefault
  nameWithType: ResolutionDialogSetting.HiddenByDefault
  type: Field
- uid: UnityEditor.SaveAssetsProcessor
  name: SaveAssetsProcessor
  fullName: UnityEditor.SaveAssetsProcessor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SaveAssetsProcessor.html
  commentId: T:UnityEditor.SaveAssetsProcessor
  nameWithType: SaveAssetsProcessor
  type: Class
- uid: UnityEditor.SaveType
  name: SaveType
  fullName: UnityEditor.SaveType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SaveType.html
  commentId: T:UnityEditor.SaveType
  nameWithType: SaveType
  type: Enum
- uid: UnityEditor.SaveType.Binary
  name: Binary
  fullName: UnityEditor.SaveType.Binary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SaveType.Binary.html
  commentId: F:UnityEditor.SaveType.Binary
  nameWithType: SaveType.Binary
  type: Field
- uid: UnityEditor.SaveType.Text
  name: Text
  fullName: UnityEditor.SaveType.Text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SaveType.Text.html
  commentId: F:UnityEditor.SaveType.Text
  nameWithType: SaveType.Text
  type: Field
- uid: UnityEditor.SceneAsset
  name: SceneAsset
  fullName: UnityEditor.SceneAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneAsset.html
  commentId: T:UnityEditor.SceneAsset
  nameWithType: SceneAsset
  type: Class
- uid: UnityEditor.SceneManagement
  name: UnityEditor.SceneManagement
  fullName: UnityEditor.SceneManagement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.SceneManagement
  nameWithType: UnityEditor.SceneManagement
  type: Namespace
- uid: UnityEditor.SceneManagement.EditorSceneManager
  name: EditorSceneManager
  fullName: UnityEditor.SceneManagement.EditorSceneManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.html
  commentId: T:UnityEditor.SceneManagement.EditorSceneManager
  nameWithType: EditorSceneManager
  type: Class
- uid: UnityEditor.SceneManagement.EditorSceneManager.ClosePreviewScene(UnityEngine.SceneManagement.Scene)
  name: ClosePreviewScene(Scene)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.ClosePreviewScene(UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.ClosePreviewScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.ClosePreviewScene(UnityEngine.SceneManagement.Scene)
  nameWithType: EditorSceneManager.ClosePreviewScene(Scene)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.CloseScene(UnityEngine.SceneManagement.Scene,System.Boolean)
  name: CloseScene(Scene, bool)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.CloseScene(UnityEngine.SceneManagement.Scene, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.CloseScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.CloseScene(UnityEngine.SceneManagement.Scene,System.Boolean)
  nameWithType: EditorSceneManager.CloseScene(Scene, bool)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.DetectCrossSceneReferences(UnityEngine.SceneManagement.Scene)
  name: DetectCrossSceneReferences(Scene)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.DetectCrossSceneReferences(UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.DetectCrossSceneReferences.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.DetectCrossSceneReferences(UnityEngine.SceneManagement.Scene)
  nameWithType: EditorSceneManager.DetectCrossSceneReferences(Scene)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.EnsureUntitledSceneHasBeenSaved(System.String)
  name: EnsureUntitledSceneHasBeenSaved(string)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.EnsureUntitledSceneHasBeenSaved(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.EnsureUntitledSceneHasBeenSaved.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.EnsureUntitledSceneHasBeenSaved(System.String)
  nameWithType: EditorSceneManager.EnsureUntitledSceneHasBeenSaved(string)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.GetSceneManagerSetup
  name: GetSceneManagerSetup()
  fullName: UnityEditor.SceneManagement.EditorSceneManager.GetSceneManagerSetup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.GetSceneManagerSetup.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.GetSceneManagerSetup
  nameWithType: EditorSceneManager.GetSceneManagerSetup()
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.loadedSceneCount
  name: loadedSceneCount
  fullName: UnityEditor.SceneManagement.EditorSceneManager.loadedSceneCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-loadedSceneCount.html
  commentId: P:UnityEditor.SceneManagement.EditorSceneManager.loadedSceneCount
  nameWithType: EditorSceneManager.loadedSceneCount
  type: Property
- uid: UnityEditor.SceneManagement.EditorSceneManager.MarkAllScenesDirty
  name: MarkAllScenesDirty()
  fullName: UnityEditor.SceneManagement.EditorSceneManager.MarkAllScenesDirty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.MarkAllScenesDirty.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.MarkAllScenesDirty
  nameWithType: EditorSceneManager.MarkAllScenesDirty()
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.MarkSceneDirty(UnityEngine.SceneManagement.Scene)
  name: MarkSceneDirty(Scene)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.MarkSceneDirty(UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.MarkSceneDirty.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.MarkSceneDirty(UnityEngine.SceneManagement.Scene)
  nameWithType: EditorSceneManager.MarkSceneDirty(Scene)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.MoveSceneAfter(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  name: MoveSceneAfter(Scene, Scene)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.MoveSceneAfter(UnityEngine.SceneManagement.Scene, UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.MoveSceneAfter.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.MoveSceneAfter(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  nameWithType: EditorSceneManager.MoveSceneAfter(Scene, Scene)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.MoveSceneBefore(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  name: MoveSceneBefore(Scene, Scene)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.MoveSceneBefore(UnityEngine.SceneManagement.Scene, UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.MoveSceneBefore.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.MoveSceneBefore(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  nameWithType: EditorSceneManager.MoveSceneBefore(Scene, Scene)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.NewPreviewScene
  name: NewPreviewScene()
  fullName: UnityEditor.SceneManagement.EditorSceneManager.NewPreviewScene()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.NewPreviewScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.NewPreviewScene
  nameWithType: EditorSceneManager.NewPreviewScene()
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup,UnityEditor.SceneManagement.NewSceneMode)
  name: NewScene(NewSceneSetup, NewSceneMode)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup, UnityEditor.SceneManagement.NewSceneMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.NewScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup,UnityEditor.SceneManagement.NewSceneMode)
  nameWithType: EditorSceneManager.NewScene(NewSceneSetup, NewSceneMode)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup)
  name: NewScene(NewSceneSetup)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.NewScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup)
  nameWithType: EditorSceneManager.NewScene(NewSceneSetup)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.newSceneCreated
  name: newSceneCreated
  fullName: UnityEditor.SceneManagement.EditorSceneManager.newSceneCreated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-newSceneCreated.html
  commentId: E:UnityEditor.SceneManagement.EditorSceneManager.newSceneCreated
  nameWithType: EditorSceneManager.newSceneCreated
  type: Event
- uid: UnityEditor.SceneManagement.EditorSceneManager.NewSceneCreatedCallback
  name: EditorSceneManager.NewSceneCreatedCallback
  fullName: UnityEditor.SceneManagement.EditorSceneManager.NewSceneCreatedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.NewSceneCreatedCallback.html
  commentId: T:UnityEditor.SceneManagement.EditorSceneManager.NewSceneCreatedCallback
  nameWithType: EditorSceneManager.NewSceneCreatedCallback
  type: Delegate
- uid: UnityEditor.SceneManagement.EditorSceneManager.OpenScene(System.String,UnityEditor.SceneManagement.OpenSceneMode)
  name: OpenScene(string, OpenSceneMode)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.OpenScene(string, UnityEditor.SceneManagement.OpenSceneMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.OpenScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.OpenScene(System.String,UnityEditor.SceneManagement.OpenSceneMode)
  nameWithType: EditorSceneManager.OpenScene(string, OpenSceneMode)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.OpenScene(System.String)
  name: OpenScene(string)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.OpenScene(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.OpenScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.OpenScene(System.String)
  nameWithType: EditorSceneManager.OpenScene(string)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.playModeStartScene
  name: playModeStartScene
  fullName: UnityEditor.SceneManagement.EditorSceneManager.playModeStartScene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-playModeStartScene.html
  commentId: P:UnityEditor.SceneManagement.EditorSceneManager.playModeStartScene
  nameWithType: EditorSceneManager.playModeStartScene
  type: Property
- uid: UnityEditor.SceneManagement.EditorSceneManager.preventCrossSceneReferences
  name: preventCrossSceneReferences
  fullName: UnityEditor.SceneManagement.EditorSceneManager.preventCrossSceneReferences
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-preventCrossSceneReferences.html
  commentId: P:UnityEditor.SceneManagement.EditorSceneManager.preventCrossSceneReferences
  nameWithType: EditorSceneManager.preventCrossSceneReferences
  type: Property
- uid: UnityEditor.SceneManagement.EditorSceneManager.RestoreSceneManagerSetup(UnityEditor.SceneManagement.SceneSetup[])
  name: RestoreSceneManagerSetup(SceneSetup[])
  fullName: UnityEditor.SceneManagement.EditorSceneManager.RestoreSceneManagerSetup(UnityEditor.SceneManagement.SceneSetup[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.RestoreSceneManagerSetup.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.RestoreSceneManagerSetup(UnityEditor.SceneManagement.SceneSetup[])
  nameWithType: EditorSceneManager.RestoreSceneManagerSetup(SceneSetup[])
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo
  name: SaveCurrentModifiedScenesIfUserWantsTo()
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo
  nameWithType: EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo()
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.SaveModifiedScenesIfUserWantsTo(UnityEngine.SceneManagement.Scene[])
  name: SaveModifiedScenesIfUserWantsTo(Scene[])
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SaveModifiedScenesIfUserWantsTo(UnityEngine.SceneManagement.Scene[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SaveModifiedScenesIfUserWantsTo.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.SaveModifiedScenesIfUserWantsTo(UnityEngine.SceneManagement.Scene[])
  nameWithType: EditorSceneManager.SaveModifiedScenesIfUserWantsTo(Scene[])
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.SaveOpenScenes
  name: SaveOpenScenes()
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SaveOpenScenes()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SaveOpenScenes.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.SaveOpenScenes
  nameWithType: EditorSceneManager.SaveOpenScenes()
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene,System.String,System.Boolean)
  name: SaveScene(Scene, string, bool)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SaveScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene,System.String,System.Boolean)
  nameWithType: EditorSceneManager.SaveScene(Scene, string, bool)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene,System.String)
  name: SaveScene(Scene, string)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SaveScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene,System.String)
  nameWithType: EditorSceneManager.SaveScene(Scene, string)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene)
  name: SaveScene(Scene)
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SaveScene.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene)
  nameWithType: EditorSceneManager.SaveScene(Scene)
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.SaveScenes(UnityEngine.SceneManagement.Scene[])
  name: SaveScenes(Scene[])
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SaveScenes(UnityEngine.SceneManagement.Scene[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SaveScenes.html
  commentId: M:UnityEditor.SceneManagement.EditorSceneManager.SaveScenes(UnityEngine.SceneManagement.Scene[])
  nameWithType: EditorSceneManager.SaveScenes(Scene[])
  type: Method
- uid: UnityEditor.SceneManagement.EditorSceneManager.sceneClosed
  name: sceneClosed
  fullName: UnityEditor.SceneManagement.EditorSceneManager.sceneClosed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-sceneClosed.html
  commentId: E:UnityEditor.SceneManagement.EditorSceneManager.sceneClosed
  nameWithType: EditorSceneManager.sceneClosed
  type: Event
- uid: UnityEditor.SceneManagement.EditorSceneManager.SceneClosedCallback
  name: EditorSceneManager.SceneClosedCallback
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SceneClosedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SceneClosedCallback.html
  commentId: T:UnityEditor.SceneManagement.EditorSceneManager.SceneClosedCallback
  nameWithType: EditorSceneManager.SceneClosedCallback
  type: Delegate
- uid: UnityEditor.SceneManagement.EditorSceneManager.sceneClosing
  name: sceneClosing
  fullName: UnityEditor.SceneManagement.EditorSceneManager.sceneClosing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-sceneClosing.html
  commentId: E:UnityEditor.SceneManagement.EditorSceneManager.sceneClosing
  nameWithType: EditorSceneManager.sceneClosing
  type: Event
- uid: UnityEditor.SceneManagement.EditorSceneManager.SceneClosingCallback
  name: EditorSceneManager.SceneClosingCallback
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SceneClosingCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SceneClosingCallback.html
  commentId: T:UnityEditor.SceneManagement.EditorSceneManager.SceneClosingCallback
  nameWithType: EditorSceneManager.SceneClosingCallback
  type: Delegate
- uid: UnityEditor.SceneManagement.EditorSceneManager.sceneOpened
  name: sceneOpened
  fullName: UnityEditor.SceneManagement.EditorSceneManager.sceneOpened
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-sceneOpened.html
  commentId: E:UnityEditor.SceneManagement.EditorSceneManager.sceneOpened
  nameWithType: EditorSceneManager.sceneOpened
  type: Event
- uid: UnityEditor.SceneManagement.EditorSceneManager.SceneOpenedCallback
  name: EditorSceneManager.SceneOpenedCallback
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SceneOpenedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SceneOpenedCallback.html
  commentId: T:UnityEditor.SceneManagement.EditorSceneManager.SceneOpenedCallback
  nameWithType: EditorSceneManager.SceneOpenedCallback
  type: Delegate
- uid: UnityEditor.SceneManagement.EditorSceneManager.sceneOpening
  name: sceneOpening
  fullName: UnityEditor.SceneManagement.EditorSceneManager.sceneOpening
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-sceneOpening.html
  commentId: E:UnityEditor.SceneManagement.EditorSceneManager.sceneOpening
  nameWithType: EditorSceneManager.sceneOpening
  type: Event
- uid: UnityEditor.SceneManagement.EditorSceneManager.SceneOpeningCallback
  name: EditorSceneManager.SceneOpeningCallback
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SceneOpeningCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SceneOpeningCallback.html
  commentId: T:UnityEditor.SceneManagement.EditorSceneManager.SceneOpeningCallback
  nameWithType: EditorSceneManager.SceneOpeningCallback
  type: Delegate
- uid: UnityEditor.SceneManagement.EditorSceneManager.sceneSaved
  name: sceneSaved
  fullName: UnityEditor.SceneManagement.EditorSceneManager.sceneSaved
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-sceneSaved.html
  commentId: E:UnityEditor.SceneManagement.EditorSceneManager.sceneSaved
  nameWithType: EditorSceneManager.sceneSaved
  type: Event
- uid: UnityEditor.SceneManagement.EditorSceneManager.SceneSavedCallback
  name: EditorSceneManager.SceneSavedCallback
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SceneSavedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SceneSavedCallback.html
  commentId: T:UnityEditor.SceneManagement.EditorSceneManager.SceneSavedCallback
  nameWithType: EditorSceneManager.SceneSavedCallback
  type: Delegate
- uid: UnityEditor.SceneManagement.EditorSceneManager.sceneSaving
  name: sceneSaving
  fullName: UnityEditor.SceneManagement.EditorSceneManager.sceneSaving
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager-sceneSaving.html
  commentId: E:UnityEditor.SceneManagement.EditorSceneManager.sceneSaving
  nameWithType: EditorSceneManager.sceneSaving
  type: Event
- uid: UnityEditor.SceneManagement.EditorSceneManager.SceneSavingCallback
  name: EditorSceneManager.SceneSavingCallback
  fullName: UnityEditor.SceneManagement.EditorSceneManager.SceneSavingCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.EditorSceneManager.SceneSavingCallback.html
  commentId: T:UnityEditor.SceneManagement.EditorSceneManager.SceneSavingCallback
  nameWithType: EditorSceneManager.SceneSavingCallback
  type: Delegate
- uid: UnityEditor.SceneManagement.NewSceneMode
  name: NewSceneMode
  fullName: UnityEditor.SceneManagement.NewSceneMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.NewSceneMode.html
  commentId: T:UnityEditor.SceneManagement.NewSceneMode
  nameWithType: NewSceneMode
  type: Enum
- uid: UnityEditor.SceneManagement.NewSceneMode.Additive
  name: Additive
  fullName: UnityEditor.SceneManagement.NewSceneMode.Additive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.NewSceneMode.Additive.html
  commentId: F:UnityEditor.SceneManagement.NewSceneMode.Additive
  nameWithType: NewSceneMode.Additive
  type: Field
- uid: UnityEditor.SceneManagement.NewSceneMode.Single
  name: Single
  fullName: UnityEditor.SceneManagement.NewSceneMode.Single
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.NewSceneMode.Single.html
  commentId: F:UnityEditor.SceneManagement.NewSceneMode.Single
  nameWithType: NewSceneMode.Single
  type: Field
- uid: UnityEditor.SceneManagement.NewSceneSetup
  name: NewSceneSetup
  fullName: UnityEditor.SceneManagement.NewSceneSetup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.NewSceneSetup.html
  commentId: T:UnityEditor.SceneManagement.NewSceneSetup
  nameWithType: NewSceneSetup
  type: Enum
- uid: UnityEditor.SceneManagement.NewSceneSetup.DefaultGameObjects
  name: DefaultGameObjects
  fullName: UnityEditor.SceneManagement.NewSceneSetup.DefaultGameObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.NewSceneSetup.DefaultGameObjects.html
  commentId: F:UnityEditor.SceneManagement.NewSceneSetup.DefaultGameObjects
  nameWithType: NewSceneSetup.DefaultGameObjects
  type: Field
- uid: UnityEditor.SceneManagement.NewSceneSetup.EmptyScene
  name: EmptyScene
  fullName: UnityEditor.SceneManagement.NewSceneSetup.EmptyScene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.NewSceneSetup.EmptyScene.html
  commentId: F:UnityEditor.SceneManagement.NewSceneSetup.EmptyScene
  nameWithType: NewSceneSetup.EmptyScene
  type: Field
- uid: UnityEditor.SceneManagement.OpenSceneMode
  name: OpenSceneMode
  fullName: UnityEditor.SceneManagement.OpenSceneMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.OpenSceneMode.html
  commentId: T:UnityEditor.SceneManagement.OpenSceneMode
  nameWithType: OpenSceneMode
  type: Enum
- uid: UnityEditor.SceneManagement.OpenSceneMode.Additive
  name: Additive
  fullName: UnityEditor.SceneManagement.OpenSceneMode.Additive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.OpenSceneMode.Additive.html
  commentId: F:UnityEditor.SceneManagement.OpenSceneMode.Additive
  nameWithType: OpenSceneMode.Additive
  type: Field
- uid: UnityEditor.SceneManagement.OpenSceneMode.AdditiveWithoutLoading
  name: AdditiveWithoutLoading
  fullName: UnityEditor.SceneManagement.OpenSceneMode.AdditiveWithoutLoading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.OpenSceneMode.AdditiveWithoutLoading.html
  commentId: F:UnityEditor.SceneManagement.OpenSceneMode.AdditiveWithoutLoading
  nameWithType: OpenSceneMode.AdditiveWithoutLoading
  type: Field
- uid: UnityEditor.SceneManagement.OpenSceneMode.Single
  name: Single
  fullName: UnityEditor.SceneManagement.OpenSceneMode.Single
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.OpenSceneMode.Single.html
  commentId: F:UnityEditor.SceneManagement.OpenSceneMode.Single
  nameWithType: OpenSceneMode.Single
  type: Field
- uid: UnityEditor.SceneManagement.SceneSetup
  name: SceneSetup
  fullName: UnityEditor.SceneManagement.SceneSetup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneSetup.html
  commentId: T:UnityEditor.SceneManagement.SceneSetup
  nameWithType: SceneSetup
  type: Class
- uid: UnityEditor.SceneManagement.SceneSetup.isActive
  name: isActive
  fullName: UnityEditor.SceneManagement.SceneSetup.isActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneSetup-isActive.html
  commentId: P:UnityEditor.SceneManagement.SceneSetup.isActive
  nameWithType: SceneSetup.isActive
  type: Property
- uid: UnityEditor.SceneManagement.SceneSetup.isLoaded
  name: isLoaded
  fullName: UnityEditor.SceneManagement.SceneSetup.isLoaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneSetup-isLoaded.html
  commentId: P:UnityEditor.SceneManagement.SceneSetup.isLoaded
  nameWithType: SceneSetup.isLoaded
  type: Property
- uid: UnityEditor.SceneManagement.SceneSetup.path
  name: path
  fullName: UnityEditor.SceneManagement.SceneSetup.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneSetup-path.html
  commentId: P:UnityEditor.SceneManagement.SceneSetup.path
  nameWithType: SceneSetup.path
  type: Property
- uid: UnityEditor.SceneModeUtility
  name: SceneModeUtility
  fullName: UnityEditor.SceneModeUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneModeUtility.html
  commentId: T:UnityEditor.SceneModeUtility
  nameWithType: SceneModeUtility
  type: Class
- uid: UnityEditor.SceneModeUtility.GetObjects(UnityEngine.Object[],System.Boolean)
  name: GetObjects(Object[], bool)
  fullName: UnityEditor.SceneModeUtility.GetObjects(UnityEngine.Object[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneModeUtility.GetObjects.html
  commentId: M:UnityEditor.SceneModeUtility.GetObjects(UnityEngine.Object[],System.Boolean)
  nameWithType: SceneModeUtility.GetObjects(Object[], bool)
  type: Method
- uid: UnityEditor.SceneModeUtility.GetSelectedObjectsOfType``1(UnityEngine.GameObject[]@,System.Type[])
  name: GetSelectedObjectsOfType<T>(out GameObject[], params Type[])
  fullName: UnityEditor.SceneModeUtility.GetSelectedObjectsOfType<T>(out UnityEngine.GameObject[], params System.Type[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneModeUtility.GetSelectedObjectsOfType.html
  commentId: M:UnityEditor.SceneModeUtility.GetSelectedObjectsOfType``1(UnityEngine.GameObject[]@,System.Type[])
  nameWithType: SceneModeUtility.GetSelectedObjectsOfType<T>(out GameObject[], params Type[])
  type: Method
- uid: UnityEditor.SceneModeUtility.SearchBar(System.Type[])
  name: SearchBar(params Type[])
  fullName: UnityEditor.SceneModeUtility.SearchBar(params System.Type[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneModeUtility.SearchBar.html
  commentId: M:UnityEditor.SceneModeUtility.SearchBar(System.Type[])
  nameWithType: SceneModeUtility.SearchBar(params Type[])
  type: Method
- uid: UnityEditor.SceneModeUtility.SearchForType(System.Type)
  name: SearchForType(Type)
  fullName: UnityEditor.SceneModeUtility.SearchForType(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneModeUtility.SearchForType.html
  commentId: M:UnityEditor.SceneModeUtility.SearchForType(System.Type)
  nameWithType: SceneModeUtility.SearchForType(Type)
  type: Method
- uid: UnityEditor.SceneModeUtility.SetStaticFlags(UnityEngine.Object[],System.Int32,System.Boolean)
  name: SetStaticFlags(Object[], int, bool)
  fullName: UnityEditor.SceneModeUtility.SetStaticFlags(UnityEngine.Object[], int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneModeUtility.SetStaticFlags.html
  commentId: M:UnityEditor.SceneModeUtility.SetStaticFlags(UnityEngine.Object[],System.Int32,System.Boolean)
  nameWithType: SceneModeUtility.SetStaticFlags(Object[], int, bool)
  type: Method
- uid: UnityEditor.SceneModeUtility.StaticFlagField(System.String,UnityEditor.SerializedProperty,System.Int32)
  name: StaticFlagField(string, SerializedProperty, int)
  fullName: UnityEditor.SceneModeUtility.StaticFlagField(string, UnityEditor.SerializedProperty, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneModeUtility.StaticFlagField.html
  commentId: M:UnityEditor.SceneModeUtility.StaticFlagField(System.String,UnityEditor.SerializedProperty,System.Int32)
  nameWithType: SceneModeUtility.StaticFlagField(string, SerializedProperty, int)
  type: Method
- uid: UnityEditor.SceneView
  name: SceneView
  fullName: UnityEditor.SceneView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.html
  commentId: T:UnityEditor.SceneView
  nameWithType: SceneView
  type: Class
- uid: UnityEditor.SceneView.#ctor
  name: SceneView()
  fullName: UnityEditor.SceneView.SceneView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-ctor.html
  commentId: M:UnityEditor.SceneView.#ctor
  nameWithType: SceneView.SceneView()
  type: Constructor
- uid: UnityEditor.SceneView.AddItemsToMenu(UnityEditor.GenericMenu)
  name: AddItemsToMenu(GenericMenu)
  fullName: UnityEditor.SceneView.AddItemsToMenu(UnityEditor.GenericMenu)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.AddItemsToMenu.html
  commentId: M:UnityEditor.SceneView.AddItemsToMenu(UnityEditor.GenericMenu)
  nameWithType: SceneView.AddItemsToMenu(GenericMenu)
  type: Method
- uid: UnityEditor.SceneView.AlignViewToObject(UnityEngine.Transform)
  name: AlignViewToObject(Transform)
  fullName: UnityEditor.SceneView.AlignViewToObject(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.AlignViewToObject.html
  commentId: M:UnityEditor.SceneView.AlignViewToObject(UnityEngine.Transform)
  nameWithType: SceneView.AlignViewToObject(Transform)
  type: Method
- uid: UnityEditor.SceneView.AlignWithView
  name: AlignWithView()
  fullName: UnityEditor.SceneView.AlignWithView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.AlignWithView.html
  commentId: M:UnityEditor.SceneView.AlignWithView
  nameWithType: SceneView.AlignWithView()
  type: Method
- uid: UnityEditor.SceneView.camera
  name: camera
  fullName: UnityEditor.SceneView.camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-camera.html
  commentId: P:UnityEditor.SceneView.camera
  nameWithType: SceneView.camera
  type: Property
- uid: UnityEditor.SceneView.cameraDistance
  name: cameraDistance
  fullName: UnityEditor.SceneView.cameraDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-cameraDistance.html
  commentId: P:UnityEditor.SceneView.cameraDistance
  nameWithType: SceneView.cameraDistance
  type: Property
- uid: UnityEditor.SceneView.currentDrawingSceneView
  name: currentDrawingSceneView
  fullName: UnityEditor.SceneView.currentDrawingSceneView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-currentDrawingSceneView.html
  commentId: P:UnityEditor.SceneView.currentDrawingSceneView
  nameWithType: SceneView.currentDrawingSceneView
  type: Property
- uid: UnityEditor.SceneView.FixNegativeSize
  name: FixNegativeSize()
  fullName: UnityEditor.SceneView.FixNegativeSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.FixNegativeSize.html
  commentId: M:UnityEditor.SceneView.FixNegativeSize
  nameWithType: SceneView.FixNegativeSize()
  type: Method
- uid: UnityEditor.SceneView.Frame(UnityEngine.Bounds,System.Boolean)
  name: Frame(Bounds, bool)
  fullName: UnityEditor.SceneView.Frame(UnityEngine.Bounds, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.Frame.html
  commentId: M:UnityEditor.SceneView.Frame(UnityEngine.Bounds,System.Boolean)
  nameWithType: SceneView.Frame(Bounds, bool)
  type: Method
- uid: UnityEditor.SceneView.FrameLastActiveSceneView
  name: FrameLastActiveSceneView()
  fullName: UnityEditor.SceneView.FrameLastActiveSceneView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.FrameLastActiveSceneView.html
  commentId: M:UnityEditor.SceneView.FrameLastActiveSceneView
  nameWithType: SceneView.FrameLastActiveSceneView()
  type: Method
- uid: UnityEditor.SceneView.FrameLastActiveSceneViewWithLock
  name: FrameLastActiveSceneViewWithLock()
  fullName: UnityEditor.SceneView.FrameLastActiveSceneViewWithLock()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.FrameLastActiveSceneViewWithLock.html
  commentId: M:UnityEditor.SceneView.FrameLastActiveSceneViewWithLock
  nameWithType: SceneView.FrameLastActiveSceneViewWithLock()
  type: Method
- uid: UnityEditor.SceneView.FrameSelected
  name: FrameSelected()
  fullName: UnityEditor.SceneView.FrameSelected()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.FrameSelected.html
  commentId: M:UnityEditor.SceneView.FrameSelected
  nameWithType: SceneView.FrameSelected()
  type: Method
- uid: UnityEditor.SceneView.FrameSelected(System.Boolean)
  name: FrameSelected(bool)
  fullName: UnityEditor.SceneView.FrameSelected(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.FrameSelected.html
  commentId: M:UnityEditor.SceneView.FrameSelected(System.Boolean)
  nameWithType: SceneView.FrameSelected(bool)
  type: Method
- uid: UnityEditor.SceneView.GetAllSceneCameras
  name: GetAllSceneCameras()
  fullName: UnityEditor.SceneView.GetAllSceneCameras()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.GetAllSceneCameras.html
  commentId: M:UnityEditor.SceneView.GetAllSceneCameras
  nameWithType: SceneView.GetAllSceneCameras()
  type: Method
- uid: UnityEditor.SceneView.in2DMode
  name: in2DMode
  fullName: UnityEditor.SceneView.in2DMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-in2DMode.html
  commentId: P:UnityEditor.SceneView.in2DMode
  nameWithType: SceneView.in2DMode
  type: Property
- uid: UnityEditor.SceneView.isRotationLocked
  name: isRotationLocked
  fullName: UnityEditor.SceneView.isRotationLocked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-isRotationLocked.html
  commentId: P:UnityEditor.SceneView.isRotationLocked
  nameWithType: SceneView.isRotationLocked
  type: Property
- uid: UnityEditor.SceneView.lastActiveSceneView
  name: lastActiveSceneView
  fullName: UnityEditor.SceneView.lastActiveSceneView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-lastActiveSceneView.html
  commentId: P:UnityEditor.SceneView.lastActiveSceneView
  nameWithType: SceneView.lastActiveSceneView
  type: Property
- uid: UnityEditor.SceneView.lastFramingTime
  name: lastFramingTime
  fullName: UnityEditor.SceneView.lastFramingTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-lastFramingTime.html
  commentId: F:UnityEditor.SceneView.lastFramingTime
  nameWithType: SceneView.lastFramingTime
  type: Field
- uid: UnityEditor.SceneView.lastSceneViewRotation
  name: lastSceneViewRotation
  fullName: UnityEditor.SceneView.lastSceneViewRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-lastSceneViewRotation.html
  commentId: P:UnityEditor.SceneView.lastSceneViewRotation
  nameWithType: SceneView.lastSceneViewRotation
  type: Property
- uid: UnityEditor.SceneView.LookAt(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Boolean,System.Boolean)
  name: LookAt(Vector3, Quaternion, float, bool, bool)
  fullName: UnityEditor.SceneView.LookAt(UnityEngine.Vector3, UnityEngine.Quaternion, float, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.LookAt.html
  commentId: M:UnityEditor.SceneView.LookAt(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Boolean,System.Boolean)
  nameWithType: SceneView.LookAt(Vector3, Quaternion, float, bool, bool)
  type: Method
- uid: UnityEditor.SceneView.LookAt(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Boolean)
  name: LookAt(Vector3, Quaternion, float, bool)
  fullName: UnityEditor.SceneView.LookAt(UnityEngine.Vector3, UnityEngine.Quaternion, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.LookAt.html
  commentId: M:UnityEditor.SceneView.LookAt(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Boolean)
  nameWithType: SceneView.LookAt(Vector3, Quaternion, float, bool)
  type: Method
- uid: UnityEditor.SceneView.LookAt(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: LookAt(Vector3, Quaternion, float)
  fullName: UnityEditor.SceneView.LookAt(UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.LookAt.html
  commentId: M:UnityEditor.SceneView.LookAt(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: SceneView.LookAt(Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.SceneView.LookAt(UnityEngine.Vector3,UnityEngine.Quaternion)
  name: LookAt(Vector3, Quaternion)
  fullName: UnityEditor.SceneView.LookAt(UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.LookAt.html
  commentId: M:UnityEditor.SceneView.LookAt(UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: SceneView.LookAt(Vector3, Quaternion)
  type: Method
- uid: UnityEditor.SceneView.LookAt(UnityEngine.Vector3)
  name: LookAt(Vector3)
  fullName: UnityEditor.SceneView.LookAt(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.LookAt.html
  commentId: M:UnityEditor.SceneView.LookAt(UnityEngine.Vector3)
  nameWithType: SceneView.LookAt(Vector3)
  type: Method
- uid: UnityEditor.SceneView.LookAtDirect(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: LookAtDirect(Vector3, Quaternion, float)
  fullName: UnityEditor.SceneView.LookAtDirect(UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.LookAtDirect.html
  commentId: M:UnityEditor.SceneView.LookAtDirect(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: SceneView.LookAtDirect(Vector3, Quaternion, float)
  type: Method
- uid: UnityEditor.SceneView.LookAtDirect(UnityEngine.Vector3,UnityEngine.Quaternion)
  name: LookAtDirect(Vector3, Quaternion)
  fullName: UnityEditor.SceneView.LookAtDirect(UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.LookAtDirect.html
  commentId: M:UnityEditor.SceneView.LookAtDirect(UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: SceneView.LookAtDirect(Vector3, Quaternion)
  type: Method
- uid: UnityEditor.SceneView.m_AudioPlay
  name: m_AudioPlay
  fullName: UnityEditor.SceneView.m_AudioPlay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-m_AudioPlay.html
  commentId: F:UnityEditor.SceneView.m_AudioPlay
  nameWithType: SceneView.m_AudioPlay
  type: Field
- uid: UnityEditor.SceneView.m_RenderMode
  name: m_RenderMode
  fullName: UnityEditor.SceneView.m_RenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-m_RenderMode.html
  commentId: F:UnityEditor.SceneView.m_RenderMode
  nameWithType: SceneView.m_RenderMode
  type: Field
- uid: UnityEditor.SceneView.m_SceneLighting
  name: m_SceneLighting
  fullName: UnityEditor.SceneView.m_SceneLighting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-m_SceneLighting.html
  commentId: F:UnityEditor.SceneView.m_SceneLighting
  nameWithType: SceneView.m_SceneLighting
  type: Field
- uid: UnityEditor.SceneView.m_ValidateTrueMetals
  name: m_ValidateTrueMetals
  fullName: UnityEditor.SceneView.m_ValidateTrueMetals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-m_ValidateTrueMetals.html
  commentId: F:UnityEditor.SceneView.m_ValidateTrueMetals
  nameWithType: SceneView.m_ValidateTrueMetals
  type: Field
- uid: UnityEditor.SceneView.MoveToView
  name: MoveToView()
  fullName: UnityEditor.SceneView.MoveToView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.MoveToView.html
  commentId: M:UnityEditor.SceneView.MoveToView
  nameWithType: SceneView.MoveToView()
  type: Method
- uid: UnityEditor.SceneView.MoveToView(UnityEngine.Transform)
  name: MoveToView(Transform)
  fullName: UnityEditor.SceneView.MoveToView(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.MoveToView.html
  commentId: M:UnityEditor.SceneView.MoveToView(UnityEngine.Transform)
  nameWithType: SceneView.MoveToView(Transform)
  type: Method
- uid: UnityEditor.SceneView.OnDestroy
  name: OnDestroy()
  fullName: UnityEditor.SceneView.OnDestroy()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.OnDestroy.html
  commentId: M:UnityEditor.SceneView.OnDestroy
  nameWithType: SceneView.OnDestroy()
  type: Method
- uid: UnityEditor.SceneView.OnDisable
  name: OnDisable()
  fullName: UnityEditor.SceneView.OnDisable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.OnDisable.html
  commentId: M:UnityEditor.SceneView.OnDisable
  nameWithType: SceneView.OnDisable()
  type: Method
- uid: UnityEditor.SceneView.OnEnable
  name: OnEnable()
  fullName: UnityEditor.SceneView.OnEnable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.OnEnable.html
  commentId: M:UnityEditor.SceneView.OnEnable
  nameWithType: SceneView.OnEnable()
  type: Method
- uid: UnityEditor.SceneView.OnSceneFunc
  name: SceneView.OnSceneFunc
  fullName: UnityEditor.SceneView.OnSceneFunc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.OnSceneFunc.html
  commentId: T:UnityEditor.SceneView.OnSceneFunc
  nameWithType: SceneView.OnSceneFunc
  type: Delegate
- uid: UnityEditor.SceneView.onSceneGUIDelegate
  name: onSceneGUIDelegate
  fullName: UnityEditor.SceneView.onSceneGUIDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-onSceneGUIDelegate.html
  commentId: F:UnityEditor.SceneView.onSceneGUIDelegate
  nameWithType: SceneView.onSceneGUIDelegate
  type: Field
- uid: UnityEditor.SceneView.OnSelectionChange
  name: OnSelectionChange()
  fullName: UnityEditor.SceneView.OnSelectionChange()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.OnSelectionChange.html
  commentId: M:UnityEditor.SceneView.OnSelectionChange
  nameWithType: SceneView.OnSelectionChange()
  type: Method
- uid: UnityEditor.SceneView.orthographic
  name: orthographic
  fullName: UnityEditor.SceneView.orthographic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-orthographic.html
  commentId: P:UnityEditor.SceneView.orthographic
  nameWithType: SceneView.orthographic
  type: Property
- uid: UnityEditor.SceneView.pivot
  name: pivot
  fullName: UnityEditor.SceneView.pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-pivot.html
  commentId: P:UnityEditor.SceneView.pivot
  nameWithType: SceneView.pivot
  type: Property
- uid: UnityEditor.SceneView.renderMode
  name: renderMode
  fullName: UnityEditor.SceneView.renderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-renderMode.html
  commentId: P:UnityEditor.SceneView.renderMode
  nameWithType: SceneView.renderMode
  type: Property
- uid: UnityEditor.SceneView.RepaintAll
  name: RepaintAll()
  fullName: UnityEditor.SceneView.RepaintAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.RepaintAll.html
  commentId: M:UnityEditor.SceneView.RepaintAll
  nameWithType: SceneView.RepaintAll()
  type: Method
- uid: UnityEditor.SceneView.rotation
  name: rotation
  fullName: UnityEditor.SceneView.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-rotation.html
  commentId: P:UnityEditor.SceneView.rotation
  nameWithType: SceneView.rotation
  type: Property
- uid: UnityEditor.SceneView.sceneViews
  name: sceneViews
  fullName: UnityEditor.SceneView.sceneViews
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-sceneViews.html
  commentId: P:UnityEditor.SceneView.sceneViews
  nameWithType: SceneView.sceneViews
  type: Property
- uid: UnityEditor.SceneView.sceneViewState
  name: sceneViewState
  fullName: UnityEditor.SceneView.sceneViewState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-sceneViewState.html
  commentId: P:UnityEditor.SceneView.sceneViewState
  nameWithType: SceneView.sceneViewState
  type: Property
- uid: UnityEditor.SceneView.SceneViewState
  name: SceneView.SceneViewState
  fullName: UnityEditor.SceneView.SceneViewState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState.html
  commentId: T:UnityEditor.SceneView.SceneViewState
  nameWithType: SceneView.SceneViewState
  type: Class
- uid: UnityEditor.SceneView.SceneViewState.#ctor
  name: SceneViewState()
  fullName: UnityEditor.SceneView.SceneViewState.SceneViewState()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState-ctor.html
  commentId: M:UnityEditor.SceneView.SceneViewState.#ctor
  nameWithType: SceneView.SceneViewState.SceneViewState()
  type: Constructor
- uid: UnityEditor.SceneView.SceneViewState.#ctor(UnityEditor.SceneView.SceneViewState)
  name: SceneViewState(SceneViewState)
  fullName: UnityEditor.SceneView.SceneViewState.SceneViewState(UnityEditor.SceneView.SceneViewState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState-ctor.html
  commentId: M:UnityEditor.SceneView.SceneViewState.#ctor(UnityEditor.SceneView.SceneViewState)
  nameWithType: SceneView.SceneViewState.SceneViewState(SceneView.SceneViewState)
  type: Constructor
- uid: UnityEditor.SceneView.SceneViewState.IsAllOn
  name: IsAllOn()
  fullName: UnityEditor.SceneView.SceneViewState.IsAllOn()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState.IsAllOn.html
  commentId: M:UnityEditor.SceneView.SceneViewState.IsAllOn
  nameWithType: SceneView.SceneViewState.IsAllOn()
  type: Method
- uid: UnityEditor.SceneView.SceneViewState.showFlares
  name: showFlares
  fullName: UnityEditor.SceneView.SceneViewState.showFlares
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState-showFlares.html
  commentId: F:UnityEditor.SceneView.SceneViewState.showFlares
  nameWithType: SceneView.SceneViewState.showFlares
  type: Field
- uid: UnityEditor.SceneView.SceneViewState.showFog
  name: showFog
  fullName: UnityEditor.SceneView.SceneViewState.showFog
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState-showFog.html
  commentId: F:UnityEditor.SceneView.SceneViewState.showFog
  nameWithType: SceneView.SceneViewState.showFog
  type: Field
- uid: UnityEditor.SceneView.SceneViewState.showImageEffects
  name: showImageEffects
  fullName: UnityEditor.SceneView.SceneViewState.showImageEffects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState-showImageEffects.html
  commentId: F:UnityEditor.SceneView.SceneViewState.showImageEffects
  nameWithType: SceneView.SceneViewState.showImageEffects
  type: Field
- uid: UnityEditor.SceneView.SceneViewState.showMaterialUpdate
  name: showMaterialUpdate
  fullName: UnityEditor.SceneView.SceneViewState.showMaterialUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState-showMaterialUpdate.html
  commentId: F:UnityEditor.SceneView.SceneViewState.showMaterialUpdate
  nameWithType: SceneView.SceneViewState.showMaterialUpdate
  type: Field
- uid: UnityEditor.SceneView.SceneViewState.showSkybox
  name: showSkybox
  fullName: UnityEditor.SceneView.SceneViewState.showSkybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState-showSkybox.html
  commentId: F:UnityEditor.SceneView.SceneViewState.showSkybox
  nameWithType: SceneView.SceneViewState.showSkybox
  type: Field
- uid: UnityEditor.SceneView.SceneViewState.Toggle(System.Boolean)
  name: Toggle(bool)
  fullName: UnityEditor.SceneView.SceneViewState.Toggle(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SceneViewState.Toggle.html
  commentId: M:UnityEditor.SceneView.SceneViewState.Toggle(System.Boolean)
  nameWithType: SceneView.SceneViewState.Toggle(bool)
  type: Method
- uid: UnityEditor.SceneView.SetSceneViewFiltering(System.Boolean)
  name: SetSceneViewFiltering(bool)
  fullName: UnityEditor.SceneView.SetSceneViewFiltering(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SetSceneViewFiltering.html
  commentId: M:UnityEditor.SceneView.SetSceneViewFiltering(System.Boolean)
  nameWithType: SceneView.SetSceneViewFiltering(bool)
  type: Method
- uid: UnityEditor.SceneView.SetSceneViewShaderReplace(UnityEngine.Shader,System.String)
  name: SetSceneViewShaderReplace(Shader, string)
  fullName: UnityEditor.SceneView.SetSceneViewShaderReplace(UnityEngine.Shader, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.SetSceneViewShaderReplace.html
  commentId: M:UnityEditor.SceneView.SetSceneViewShaderReplace(UnityEngine.Shader,System.String)
  nameWithType: SceneView.SetSceneViewShaderReplace(Shader, string)
  type: Method
- uid: UnityEditor.SceneView.ShowCompileErrorNotification
  name: ShowCompileErrorNotification()
  fullName: UnityEditor.SceneView.ShowCompileErrorNotification()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView.ShowCompileErrorNotification.html
  commentId: M:UnityEditor.SceneView.ShowCompileErrorNotification
  nameWithType: SceneView.ShowCompileErrorNotification()
  type: Method
- uid: UnityEditor.SceneView.size
  name: size
  fullName: UnityEditor.SceneView.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneView-size.html
  commentId: P:UnityEditor.SceneView.size
  nameWithType: SceneView.size
  type: Property
- uid: UnityEditor.ScriptableSingleton`1
  name: ScriptableSingleton<T>
  fullName: UnityEditor.ScriptableSingleton<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableSingleton_1.html
  commentId: T:UnityEditor.ScriptableSingleton`1
  nameWithType: ScriptableSingleton<T>
  type: Class
- uid: UnityEditor.ScriptableSingleton`1.#ctor
  name: ScriptableSingleton()
  fullName: UnityEditor.ScriptableSingleton<T>.ScriptableSingleton()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableSingleton_1-ctor.html
  commentId: M:UnityEditor.ScriptableSingleton`1.#ctor
  nameWithType: ScriptableSingleton<T>.ScriptableSingleton()
  type: Constructor
- uid: UnityEditor.ScriptableSingleton`1.instance
  name: instance
  fullName: UnityEditor.ScriptableSingleton<T>.instance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableSingleton_1-instance.html
  commentId: P:UnityEditor.ScriptableSingleton`1.instance
  nameWithType: ScriptableSingleton<T>.instance
  type: Property
- uid: UnityEditor.ScriptableSingleton`1.Save(System.Boolean)
  name: Save(bool)
  fullName: UnityEditor.ScriptableSingleton<T>.Save(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableSingleton_1.Save.html
  commentId: M:UnityEditor.ScriptableSingleton`1.Save(System.Boolean)
  nameWithType: ScriptableSingleton<T>.Save(bool)
  type: Method
- uid: UnityEditor.ScriptableWizard
  name: ScriptableWizard
  fullName: UnityEditor.ScriptableWizard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard.html
  commentId: T:UnityEditor.ScriptableWizard
  nameWithType: ScriptableWizard
  type: Class
- uid: UnityEditor.ScriptableWizard.createButtonName
  name: createButtonName
  fullName: UnityEditor.ScriptableWizard.createButtonName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard-createButtonName.html
  commentId: P:UnityEditor.ScriptableWizard.createButtonName
  nameWithType: ScriptableWizard.createButtonName
  type: Property
- uid: UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.Type,System.String,System.String)
  name: DisplayWizard(string, Type, string, string)
  fullName: UnityEditor.ScriptableWizard.DisplayWizard(string, System.Type, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard.DisplayWizard.html
  commentId: M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.Type,System.String,System.String)
  nameWithType: ScriptableWizard.DisplayWizard(string, Type, string, string)
  type: Method
- uid: UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.Type,System.String)
  name: DisplayWizard(string, Type, string)
  fullName: UnityEditor.ScriptableWizard.DisplayWizard(string, System.Type, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard.DisplayWizard.html
  commentId: M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.Type,System.String)
  nameWithType: ScriptableWizard.DisplayWizard(string, Type, string)
  type: Method
- uid: UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.Type)
  name: DisplayWizard(string, Type)
  fullName: UnityEditor.ScriptableWizard.DisplayWizard(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard.DisplayWizard.html
  commentId: M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.Type)
  nameWithType: ScriptableWizard.DisplayWizard(string, Type)
  type: Method
- uid: UnityEditor.ScriptableWizard.DisplayWizard``1(System.String,System.String,System.String)
  name: DisplayWizard<T>(string, string, string)
  fullName: UnityEditor.ScriptableWizard.DisplayWizard<T>(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard.DisplayWizard.html
  commentId: M:UnityEditor.ScriptableWizard.DisplayWizard``1(System.String,System.String,System.String)
  nameWithType: ScriptableWizard.DisplayWizard<T>(string, string, string)
  type: Method
- uid: UnityEditor.ScriptableWizard.DisplayWizard``1(System.String,System.String)
  name: DisplayWizard<T>(string, string)
  fullName: UnityEditor.ScriptableWizard.DisplayWizard<T>(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard.DisplayWizard.html
  commentId: M:UnityEditor.ScriptableWizard.DisplayWizard``1(System.String,System.String)
  nameWithType: ScriptableWizard.DisplayWizard<T>(string, string)
  type: Method
- uid: UnityEditor.ScriptableWizard.DisplayWizard``1(System.String)
  name: DisplayWizard<T>(string)
  fullName: UnityEditor.ScriptableWizard.DisplayWizard<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard.DisplayWizard.html
  commentId: M:UnityEditor.ScriptableWizard.DisplayWizard``1(System.String)
  nameWithType: ScriptableWizard.DisplayWizard<T>(string)
  type: Method
- uid: UnityEditor.ScriptableWizard.DrawWizardGUI
  name: DrawWizardGUI()
  fullName: UnityEditor.ScriptableWizard.DrawWizardGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard.DrawWizardGUI.html
  commentId: M:UnityEditor.ScriptableWizard.DrawWizardGUI
  nameWithType: ScriptableWizard.DrawWizardGUI()
  type: Method
- uid: UnityEditor.ScriptableWizard.errorString
  name: errorString
  fullName: UnityEditor.ScriptableWizard.errorString
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard-errorString.html
  commentId: P:UnityEditor.ScriptableWizard.errorString
  nameWithType: ScriptableWizard.errorString
  type: Property
- uid: UnityEditor.ScriptableWizard.helpString
  name: helpString
  fullName: UnityEditor.ScriptableWizard.helpString
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard-helpString.html
  commentId: P:UnityEditor.ScriptableWizard.helpString
  nameWithType: ScriptableWizard.helpString
  type: Property
- uid: UnityEditor.ScriptableWizard.isValid
  name: isValid
  fullName: UnityEditor.ScriptableWizard.isValid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard-isValid.html
  commentId: P:UnityEditor.ScriptableWizard.isValid
  nameWithType: ScriptableWizard.isValid
  type: Property
- uid: UnityEditor.ScriptableWizard.otherButtonName
  name: otherButtonName
  fullName: UnityEditor.ScriptableWizard.otherButtonName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableWizard-otherButtonName.html
  commentId: P:UnityEditor.ScriptableWizard.otherButtonName
  nameWithType: ScriptableWizard.otherButtonName
  type: Property
- uid: UnityEditor.ScriptCallOptimizationLevel
  name: ScriptCallOptimizationLevel
  fullName: UnityEditor.ScriptCallOptimizationLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptCallOptimizationLevel.html
  commentId: T:UnityEditor.ScriptCallOptimizationLevel
  nameWithType: ScriptCallOptimizationLevel
  type: Enum
- uid: UnityEditor.ScriptCallOptimizationLevel.FastButNoExceptions
  name: FastButNoExceptions
  fullName: UnityEditor.ScriptCallOptimizationLevel.FastButNoExceptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptCallOptimizationLevel.FastButNoExceptions.html
  commentId: F:UnityEditor.ScriptCallOptimizationLevel.FastButNoExceptions
  nameWithType: ScriptCallOptimizationLevel.FastButNoExceptions
  type: Field
- uid: UnityEditor.ScriptCallOptimizationLevel.SlowAndSafe
  name: SlowAndSafe
  fullName: UnityEditor.ScriptCallOptimizationLevel.SlowAndSafe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptCallOptimizationLevel.SlowAndSafe.html
  commentId: F:UnityEditor.ScriptCallOptimizationLevel.SlowAndSafe
  nameWithType: ScriptCallOptimizationLevel.SlowAndSafe
  type: Field
- uid: UnityEditor.ScriptCompiler
  name: ScriptCompiler
  fullName: UnityEditor.ScriptCompiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptCompiler.html
  commentId: T:UnityEditor.ScriptCompiler
  nameWithType: ScriptCompiler
  type: Enum
- uid: UnityEditor.ScriptCompiler.Mono
  name: Mono
  fullName: UnityEditor.ScriptCompiler.Mono
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptCompiler.Mono.html
  commentId: F:UnityEditor.ScriptCompiler.Mono
  nameWithType: ScriptCompiler.Mono
  type: Field
- uid: UnityEditor.ScriptCompiler.Roslyn
  name: Roslyn
  fullName: UnityEditor.ScriptCompiler.Roslyn
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptCompiler.Roslyn.html
  commentId: F:UnityEditor.ScriptCompiler.Roslyn
  nameWithType: ScriptCompiler.Roslyn
  type: Field
- uid: UnityEditor.ScriptingImplementation
  name: ScriptingImplementation
  fullName: UnityEditor.ScriptingImplementation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptingImplementation.html
  commentId: T:UnityEditor.ScriptingImplementation
  nameWithType: ScriptingImplementation
  type: Enum
- uid: UnityEditor.ScriptingImplementation.IL2CPP
  name: IL2CPP
  fullName: UnityEditor.ScriptingImplementation.IL2CPP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptingImplementation.IL2CPP.html
  commentId: F:UnityEditor.ScriptingImplementation.IL2CPP
  nameWithType: ScriptingImplementation.IL2CPP
  type: Field
- uid: UnityEditor.ScriptingImplementation.Mono2x
  name: Mono2x
  fullName: UnityEditor.ScriptingImplementation.Mono2x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptingImplementation.Mono2x.html
  commentId: F:UnityEditor.ScriptingImplementation.Mono2x
  nameWithType: ScriptingImplementation.Mono2x
  type: Field
- uid: UnityEditor.ScriptingImplementation.WinRTDotNET
  name: WinRTDotNET
  fullName: UnityEditor.ScriptingImplementation.WinRTDotNET
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptingImplementation.WinRTDotNET.html
  commentId: F:UnityEditor.ScriptingImplementation.WinRTDotNET
  nameWithType: ScriptingImplementation.WinRTDotNET
  type: Field
- uid: UnityEditor.ScriptingRuntimeVersion
  name: ScriptingRuntimeVersion
  fullName: UnityEditor.ScriptingRuntimeVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptingRuntimeVersion.html
  commentId: T:UnityEditor.ScriptingRuntimeVersion
  nameWithType: ScriptingRuntimeVersion
  type: Enum
- uid: UnityEditor.ScriptingRuntimeVersion.Latest
  name: Latest
  fullName: UnityEditor.ScriptingRuntimeVersion.Latest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptingRuntimeVersion.Latest.html
  commentId: F:UnityEditor.ScriptingRuntimeVersion.Latest
  nameWithType: ScriptingRuntimeVersion.Latest
  type: Field
- uid: UnityEditor.ScriptingRuntimeVersion.Legacy
  name: Legacy
  fullName: UnityEditor.ScriptingRuntimeVersion.Legacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptingRuntimeVersion.Legacy.html
  commentId: F:UnityEditor.ScriptingRuntimeVersion.Legacy
  nameWithType: ScriptingRuntimeVersion.Legacy
  type: Field
- uid: UnityEditor.SearchableEditorWindow
  name: SearchableEditorWindow
  fullName: UnityEditor.SearchableEditorWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.html
  commentId: T:UnityEditor.SearchableEditorWindow
  nameWithType: SearchableEditorWindow
  type: Class
- uid: UnityEditor.SearchableEditorWindow.OnDisable
  name: OnDisable()
  fullName: UnityEditor.SearchableEditorWindow.OnDisable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.OnDisable.html
  commentId: M:UnityEditor.SearchableEditorWindow.OnDisable
  nameWithType: SearchableEditorWindow.OnDisable()
  type: Method
- uid: UnityEditor.SearchableEditorWindow.OnEnable
  name: OnEnable()
  fullName: UnityEditor.SearchableEditorWindow.OnEnable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.OnEnable.html
  commentId: M:UnityEditor.SearchableEditorWindow.OnEnable
  nameWithType: SearchableEditorWindow.OnEnable()
  type: Method
- uid: UnityEditor.SearchableEditorWindow.SearchMode
  name: SearchableEditorWindow.SearchMode
  fullName: UnityEditor.SearchableEditorWindow.SearchMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchMode.html
  commentId: T:UnityEditor.SearchableEditorWindow.SearchMode
  nameWithType: SearchableEditorWindow.SearchMode
  type: Enum
- uid: UnityEditor.SearchableEditorWindow.SearchMode.All
  name: All
  fullName: UnityEditor.SearchableEditorWindow.SearchMode.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchMode.All.html
  commentId: F:UnityEditor.SearchableEditorWindow.SearchMode.All
  nameWithType: SearchableEditorWindow.SearchMode.All
  type: Field
- uid: UnityEditor.SearchableEditorWindow.SearchMode.AssetBundleName
  name: AssetBundleName
  fullName: UnityEditor.SearchableEditorWindow.SearchMode.AssetBundleName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchMode.AssetBundleName.html
  commentId: F:UnityEditor.SearchableEditorWindow.SearchMode.AssetBundleName
  nameWithType: SearchableEditorWindow.SearchMode.AssetBundleName
  type: Field
- uid: UnityEditor.SearchableEditorWindow.SearchMode.Label
  name: Label
  fullName: UnityEditor.SearchableEditorWindow.SearchMode.Label
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchMode.Label.html
  commentId: F:UnityEditor.SearchableEditorWindow.SearchMode.Label
  nameWithType: SearchableEditorWindow.SearchMode.Label
  type: Field
- uid: UnityEditor.SearchableEditorWindow.SearchMode.Name
  name: Name
  fullName: UnityEditor.SearchableEditorWindow.SearchMode.Name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchMode.Name.html
  commentId: F:UnityEditor.SearchableEditorWindow.SearchMode.Name
  nameWithType: SearchableEditorWindow.SearchMode.Name
  type: Field
- uid: UnityEditor.SearchableEditorWindow.SearchMode.Type
  name: Type
  fullName: UnityEditor.SearchableEditorWindow.SearchMode.Type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchMode.Type.html
  commentId: F:UnityEditor.SearchableEditorWindow.SearchMode.Type
  nameWithType: SearchableEditorWindow.SearchMode.Type
  type: Field
- uid: UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow
  name: SearchableEditorWindow.SearchModeHierarchyWindow
  fullName: UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchModeHierarchyWindow.html
  commentId: T:UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow
  nameWithType: SearchableEditorWindow.SearchModeHierarchyWindow
  type: Enum
- uid: UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.All
  name: All
  fullName: UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchModeHierarchyWindow.All.html
  commentId: F:UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.All
  nameWithType: SearchableEditorWindow.SearchModeHierarchyWindow.All
  type: Field
- uid: UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.Name
  name: Name
  fullName: UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.Name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchModeHierarchyWindow.Name.html
  commentId: F:UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.Name
  nameWithType: SearchableEditorWindow.SearchModeHierarchyWindow.Name
  type: Field
- uid: UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.Type
  name: Type
  fullName: UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.Type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SearchableEditorWindow.SearchModeHierarchyWindow.Type.html
  commentId: F:UnityEditor.SearchableEditorWindow.SearchModeHierarchyWindow.Type
  nameWithType: SearchableEditorWindow.SearchModeHierarchyWindow.Type
  type: Field
- uid: UnityEditor.Selection
  name: Selection
  fullName: UnityEditor.Selection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection.html
  commentId: T:UnityEditor.Selection
  nameWithType: Selection
  type: Class
- uid: UnityEditor.Selection.activeContext
  name: activeContext
  fullName: UnityEditor.Selection.activeContext
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-activeContext.html
  commentId: P:UnityEditor.Selection.activeContext
  nameWithType: Selection.activeContext
  type: Property
- uid: UnityEditor.Selection.activeGameObject
  name: activeGameObject
  fullName: UnityEditor.Selection.activeGameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-activeGameObject.html
  commentId: P:UnityEditor.Selection.activeGameObject
  nameWithType: Selection.activeGameObject
  type: Property
- uid: UnityEditor.Selection.activeInstanceID
  name: activeInstanceID
  fullName: UnityEditor.Selection.activeInstanceID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-activeInstanceID.html
  commentId: P:UnityEditor.Selection.activeInstanceID
  nameWithType: Selection.activeInstanceID
  type: Property
- uid: UnityEditor.Selection.activeObject
  name: activeObject
  fullName: UnityEditor.Selection.activeObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-activeObject.html
  commentId: P:UnityEditor.Selection.activeObject
  nameWithType: Selection.activeObject
  type: Property
- uid: UnityEditor.Selection.activeTransform
  name: activeTransform
  fullName: UnityEditor.Selection.activeTransform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-activeTransform.html
  commentId: P:UnityEditor.Selection.activeTransform
  nameWithType: Selection.activeTransform
  type: Property
- uid: UnityEditor.Selection.assetGUIDs
  name: assetGUIDs
  fullName: UnityEditor.Selection.assetGUIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-assetGUIDs.html
  commentId: P:UnityEditor.Selection.assetGUIDs
  nameWithType: Selection.assetGUIDs
  type: Property
- uid: UnityEditor.Selection.Contains(System.Int32)
  name: Contains(int)
  fullName: UnityEditor.Selection.Contains(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection.Contains.html
  commentId: M:UnityEditor.Selection.Contains(System.Int32)
  nameWithType: Selection.Contains(int)
  type: Method
- uid: UnityEditor.Selection.Contains(UnityEngine.Object)
  name: Contains(Object)
  fullName: UnityEditor.Selection.Contains(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection.Contains.html
  commentId: M:UnityEditor.Selection.Contains(UnityEngine.Object)
  nameWithType: Selection.Contains(Object)
  type: Method
- uid: UnityEditor.Selection.gameObjects
  name: gameObjects
  fullName: UnityEditor.Selection.gameObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-gameObjects.html
  commentId: P:UnityEditor.Selection.gameObjects
  nameWithType: Selection.gameObjects
  type: Property
- uid: UnityEditor.Selection.GetFiltered(System.Type,UnityEditor.SelectionMode)
  name: GetFiltered(Type, SelectionMode)
  fullName: UnityEditor.Selection.GetFiltered(System.Type, UnityEditor.SelectionMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection.GetFiltered.html
  commentId: M:UnityEditor.Selection.GetFiltered(System.Type,UnityEditor.SelectionMode)
  nameWithType: Selection.GetFiltered(Type, SelectionMode)
  type: Method
- uid: UnityEditor.Selection.GetFiltered``1(UnityEditor.SelectionMode)
  name: GetFiltered<T>(SelectionMode)
  fullName: UnityEditor.Selection.GetFiltered<T>(UnityEditor.SelectionMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection.GetFiltered.html
  commentId: M:UnityEditor.Selection.GetFiltered``1(UnityEditor.SelectionMode)
  nameWithType: Selection.GetFiltered<T>(SelectionMode)
  type: Method
- uid: UnityEditor.Selection.GetTransforms(UnityEditor.SelectionMode)
  name: GetTransforms(SelectionMode)
  fullName: UnityEditor.Selection.GetTransforms(UnityEditor.SelectionMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection.GetTransforms.html
  commentId: M:UnityEditor.Selection.GetTransforms(UnityEditor.SelectionMode)
  nameWithType: Selection.GetTransforms(SelectionMode)
  type: Method
- uid: UnityEditor.Selection.instanceIDs
  name: instanceIDs
  fullName: UnityEditor.Selection.instanceIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-instanceIDs.html
  commentId: P:UnityEditor.Selection.instanceIDs
  nameWithType: Selection.instanceIDs
  type: Property
- uid: UnityEditor.Selection.objects
  name: objects
  fullName: UnityEditor.Selection.objects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-objects.html
  commentId: P:UnityEditor.Selection.objects
  nameWithType: Selection.objects
  type: Property
- uid: UnityEditor.Selection.selectionChanged
  name: selectionChanged
  fullName: UnityEditor.Selection.selectionChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-selectionChanged.html
  commentId: F:UnityEditor.Selection.selectionChanged
  nameWithType: Selection.selectionChanged
  type: Field
- uid: UnityEditor.Selection.SetActiveObjectWithContext(UnityEngine.Object,UnityEngine.Object)
  name: SetActiveObjectWithContext(Object, Object)
  fullName: UnityEditor.Selection.SetActiveObjectWithContext(UnityEngine.Object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection.SetActiveObjectWithContext.html
  commentId: M:UnityEditor.Selection.SetActiveObjectWithContext(UnityEngine.Object,UnityEngine.Object)
  nameWithType: Selection.SetActiveObjectWithContext(Object, Object)
  type: Method
- uid: UnityEditor.Selection.transforms
  name: transforms
  fullName: UnityEditor.Selection.transforms
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Selection-transforms.html
  commentId: P:UnityEditor.Selection.transforms
  nameWithType: Selection.transforms
  type: Property
- uid: UnityEditor.SelectionMode
  name: SelectionMode
  fullName: UnityEditor.SelectionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.html
  commentId: T:UnityEditor.SelectionMode
  nameWithType: SelectionMode
  type: Enum
- uid: UnityEditor.SelectionMode.Assets
  name: Assets
  fullName: UnityEditor.SelectionMode.Assets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.Assets.html
  commentId: F:UnityEditor.SelectionMode.Assets
  nameWithType: SelectionMode.Assets
  type: Field
- uid: UnityEditor.SelectionMode.Deep
  name: Deep
  fullName: UnityEditor.SelectionMode.Deep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.Deep.html
  commentId: F:UnityEditor.SelectionMode.Deep
  nameWithType: SelectionMode.Deep
  type: Field
- uid: UnityEditor.SelectionMode.DeepAssets
  name: DeepAssets
  fullName: UnityEditor.SelectionMode.DeepAssets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.DeepAssets.html
  commentId: F:UnityEditor.SelectionMode.DeepAssets
  nameWithType: SelectionMode.DeepAssets
  type: Field
- uid: UnityEditor.SelectionMode.Editable
  name: Editable
  fullName: UnityEditor.SelectionMode.Editable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.Editable.html
  commentId: F:UnityEditor.SelectionMode.Editable
  nameWithType: SelectionMode.Editable
  type: Field
- uid: UnityEditor.SelectionMode.ExcludePrefab
  name: ExcludePrefab
  fullName: UnityEditor.SelectionMode.ExcludePrefab
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.ExcludePrefab.html
  commentId: F:UnityEditor.SelectionMode.ExcludePrefab
  nameWithType: SelectionMode.ExcludePrefab
  type: Field
- uid: UnityEditor.SelectionMode.OnlyUserModifiable
  name: OnlyUserModifiable
  fullName: UnityEditor.SelectionMode.OnlyUserModifiable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.OnlyUserModifiable.html
  commentId: F:UnityEditor.SelectionMode.OnlyUserModifiable
  nameWithType: SelectionMode.OnlyUserModifiable
  type: Field
- uid: UnityEditor.SelectionMode.TopLevel
  name: TopLevel
  fullName: UnityEditor.SelectionMode.TopLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.TopLevel.html
  commentId: F:UnityEditor.SelectionMode.TopLevel
  nameWithType: SelectionMode.TopLevel
  type: Field
- uid: UnityEditor.SelectionMode.Unfiltered
  name: Unfiltered
  fullName: UnityEditor.SelectionMode.Unfiltered
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionMode.Unfiltered.html
  commentId: F:UnityEditor.SelectionMode.Unfiltered
  nameWithType: SelectionMode.Unfiltered
  type: Field
- uid: UnityEditor.SemanticMergeMode
  name: SemanticMergeMode
  fullName: UnityEditor.SemanticMergeMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SemanticMergeMode.html
  commentId: T:UnityEditor.SemanticMergeMode
  nameWithType: SemanticMergeMode
  type: Enum
- uid: UnityEditor.SemanticMergeMode.Ask
  name: Ask
  fullName: UnityEditor.SemanticMergeMode.Ask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SemanticMergeMode.Ask.html
  commentId: F:UnityEditor.SemanticMergeMode.Ask
  nameWithType: SemanticMergeMode.Ask
  type: Field
- uid: UnityEditor.SemanticMergeMode.Off
  name: Off
  fullName: UnityEditor.SemanticMergeMode.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SemanticMergeMode.Off.html
  commentId: F:UnityEditor.SemanticMergeMode.Off
  nameWithType: SemanticMergeMode.Off
  type: Field
- uid: UnityEditor.SemanticMergeMode.Premerge
  name: Premerge
  fullName: UnityEditor.SemanticMergeMode.Premerge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SemanticMergeMode.Premerge.html
  commentId: F:UnityEditor.SemanticMergeMode.Premerge
  nameWithType: SemanticMergeMode.Premerge
  type: Field
- uid: UnityEditor.SerializationMode
  name: SerializationMode
  fullName: UnityEditor.SerializationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializationMode.html
  commentId: T:UnityEditor.SerializationMode
  nameWithType: SerializationMode
  type: Enum
- uid: UnityEditor.SerializationMode.ForceBinary
  name: ForceBinary
  fullName: UnityEditor.SerializationMode.ForceBinary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializationMode.ForceBinary.html
  commentId: F:UnityEditor.SerializationMode.ForceBinary
  nameWithType: SerializationMode.ForceBinary
  type: Field
- uid: UnityEditor.SerializationMode.ForceText
  name: ForceText
  fullName: UnityEditor.SerializationMode.ForceText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializationMode.ForceText.html
  commentId: F:UnityEditor.SerializationMode.ForceText
  nameWithType: SerializationMode.ForceText
  type: Field
- uid: UnityEditor.SerializationMode.Mixed
  name: Mixed
  fullName: UnityEditor.SerializationMode.Mixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializationMode.Mixed.html
  commentId: F:UnityEditor.SerializationMode.Mixed
  nameWithType: SerializationMode.Mixed
  type: Field
- uid: UnityEditor.SerializedObject
  name: SerializedObject
  fullName: UnityEditor.SerializedObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.html
  commentId: T:UnityEditor.SerializedObject
  nameWithType: SerializedObject
  type: Class
- uid: UnityEditor.SerializedObject.#ctor(UnityEngine.Object,UnityEngine.Object)
  name: SerializedObject(Object, Object)
  fullName: UnityEditor.SerializedObject.SerializedObject(UnityEngine.Object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-ctor.html
  commentId: M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object,UnityEngine.Object)
  nameWithType: SerializedObject.SerializedObject(Object, Object)
  type: Constructor
- uid: UnityEditor.SerializedObject.#ctor(UnityEngine.Object)
  name: SerializedObject(Object)
  fullName: UnityEditor.SerializedObject.SerializedObject(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-ctor.html
  commentId: M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object)
  nameWithType: SerializedObject.SerializedObject(Object)
  type: Constructor
- uid: UnityEditor.SerializedObject.#ctor(UnityEngine.Object[],UnityEngine.Object)
  name: SerializedObject(Object[], Object)
  fullName: UnityEditor.SerializedObject.SerializedObject(UnityEngine.Object[], UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-ctor.html
  commentId: M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object[],UnityEngine.Object)
  nameWithType: SerializedObject.SerializedObject(Object[], Object)
  type: Constructor
- uid: UnityEditor.SerializedObject.#ctor(UnityEngine.Object[])
  name: SerializedObject(Object[])
  fullName: UnityEditor.SerializedObject.SerializedObject(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-ctor.html
  commentId: M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object[])
  nameWithType: SerializedObject.SerializedObject(Object[])
  type: Constructor
- uid: UnityEditor.SerializedObject.ApplyModifiedProperties
  name: ApplyModifiedProperties()
  fullName: UnityEditor.SerializedObject.ApplyModifiedProperties()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.ApplyModifiedProperties.html
  commentId: M:UnityEditor.SerializedObject.ApplyModifiedProperties
  nameWithType: SerializedObject.ApplyModifiedProperties()
  type: Method
- uid: UnityEditor.SerializedObject.ApplyModifiedPropertiesWithoutUndo
  name: ApplyModifiedPropertiesWithoutUndo()
  fullName: UnityEditor.SerializedObject.ApplyModifiedPropertiesWithoutUndo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.ApplyModifiedPropertiesWithoutUndo.html
  commentId: M:UnityEditor.SerializedObject.ApplyModifiedPropertiesWithoutUndo
  nameWithType: SerializedObject.ApplyModifiedPropertiesWithoutUndo()
  type: Method
- uid: UnityEditor.SerializedObject.context
  name: context
  fullName: UnityEditor.SerializedObject.context
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-context.html
  commentId: P:UnityEditor.SerializedObject.context
  nameWithType: SerializedObject.context
  type: Property
- uid: UnityEditor.SerializedObject.CopyFromSerializedProperty(UnityEditor.SerializedProperty)
  name: CopyFromSerializedProperty(SerializedProperty)
  fullName: UnityEditor.SerializedObject.CopyFromSerializedProperty(UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.CopyFromSerializedProperty.html
  commentId: M:UnityEditor.SerializedObject.CopyFromSerializedProperty(UnityEditor.SerializedProperty)
  nameWithType: SerializedObject.CopyFromSerializedProperty(SerializedProperty)
  type: Method
- uid: UnityEditor.SerializedObject.Dispose
  name: Dispose()
  fullName: UnityEditor.SerializedObject.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.Dispose.html
  commentId: M:UnityEditor.SerializedObject.Dispose
  nameWithType: SerializedObject.Dispose()
  type: Method
- uid: UnityEditor.SerializedObject.Finalize
  name: ~SerializedObject()
  fullName: UnityEditor.SerializedObject.~SerializedObject()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.Finalize.html
  commentId: M:UnityEditor.SerializedObject.Finalize
  nameWithType: SerializedObject.~SerializedObject()
  type: Method
- uid: UnityEditor.SerializedObject.FindProperty(System.String)
  name: FindProperty(string)
  fullName: UnityEditor.SerializedObject.FindProperty(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.FindProperty.html
  commentId: M:UnityEditor.SerializedObject.FindProperty(System.String)
  nameWithType: SerializedObject.FindProperty(string)
  type: Method
- uid: UnityEditor.SerializedObject.GetIterator
  name: GetIterator()
  fullName: UnityEditor.SerializedObject.GetIterator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.GetIterator.html
  commentId: M:UnityEditor.SerializedObject.GetIterator
  nameWithType: SerializedObject.GetIterator()
  type: Method
- uid: UnityEditor.SerializedObject.isEditingMultipleObjects
  name: isEditingMultipleObjects
  fullName: UnityEditor.SerializedObject.isEditingMultipleObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-isEditingMultipleObjects.html
  commentId: P:UnityEditor.SerializedObject.isEditingMultipleObjects
  nameWithType: SerializedObject.isEditingMultipleObjects
  type: Property
- uid: UnityEditor.SerializedObject.maxArraySizeForMultiEditing
  name: maxArraySizeForMultiEditing
  fullName: UnityEditor.SerializedObject.maxArraySizeForMultiEditing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-maxArraySizeForMultiEditing.html
  commentId: P:UnityEditor.SerializedObject.maxArraySizeForMultiEditing
  nameWithType: SerializedObject.maxArraySizeForMultiEditing
  type: Property
- uid: UnityEditor.SerializedObject.SetIsDifferentCacheDirty
  name: SetIsDifferentCacheDirty()
  fullName: UnityEditor.SerializedObject.SetIsDifferentCacheDirty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.SetIsDifferentCacheDirty.html
  commentId: M:UnityEditor.SerializedObject.SetIsDifferentCacheDirty
  nameWithType: SerializedObject.SetIsDifferentCacheDirty()
  type: Method
- uid: UnityEditor.SerializedObject.targetObject
  name: targetObject
  fullName: UnityEditor.SerializedObject.targetObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-targetObject.html
  commentId: P:UnityEditor.SerializedObject.targetObject
  nameWithType: SerializedObject.targetObject
  type: Property
- uid: UnityEditor.SerializedObject.targetObjects
  name: targetObjects
  fullName: UnityEditor.SerializedObject.targetObjects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject-targetObjects.html
  commentId: P:UnityEditor.SerializedObject.targetObjects
  nameWithType: SerializedObject.targetObjects
  type: Property
- uid: UnityEditor.SerializedObject.Update
  name: Update()
  fullName: UnityEditor.SerializedObject.Update()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.Update.html
  commentId: M:UnityEditor.SerializedObject.Update
  nameWithType: SerializedObject.Update()
  type: Method
- uid: UnityEditor.SerializedObject.UpdateIfDirtyOrScript
  name: UpdateIfDirtyOrScript()
  fullName: UnityEditor.SerializedObject.UpdateIfDirtyOrScript()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.UpdateIfDirtyOrScript.html
  commentId: M:UnityEditor.SerializedObject.UpdateIfDirtyOrScript
  nameWithType: SerializedObject.UpdateIfDirtyOrScript()
  type: Method
- uid: UnityEditor.SerializedObject.UpdateIfRequiredOrScript
  name: UpdateIfRequiredOrScript()
  fullName: UnityEditor.SerializedObject.UpdateIfRequiredOrScript()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedObject.UpdateIfRequiredOrScript.html
  commentId: M:UnityEditor.SerializedObject.UpdateIfRequiredOrScript
  nameWithType: SerializedObject.UpdateIfRequiredOrScript()
  type: Method
- uid: UnityEditor.SerializedProperty
  name: SerializedProperty
  fullName: UnityEditor.SerializedProperty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.html
  commentId: T:UnityEditor.SerializedProperty
  nameWithType: SerializedProperty
  type: Class
- uid: UnityEditor.SerializedProperty.animationCurveValue
  name: animationCurveValue
  fullName: UnityEditor.SerializedProperty.animationCurveValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-animationCurveValue.html
  commentId: P:UnityEditor.SerializedProperty.animationCurveValue
  nameWithType: SerializedProperty.animationCurveValue
  type: Property
- uid: UnityEditor.SerializedProperty.arrayElementType
  name: arrayElementType
  fullName: UnityEditor.SerializedProperty.arrayElementType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-arrayElementType.html
  commentId: P:UnityEditor.SerializedProperty.arrayElementType
  nameWithType: SerializedProperty.arrayElementType
  type: Property
- uid: UnityEditor.SerializedProperty.arraySize
  name: arraySize
  fullName: UnityEditor.SerializedProperty.arraySize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-arraySize.html
  commentId: P:UnityEditor.SerializedProperty.arraySize
  nameWithType: SerializedProperty.arraySize
  type: Property
- uid: UnityEditor.SerializedProperty.boolValue
  name: boolValue
  fullName: UnityEditor.SerializedProperty.boolValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-boolValue.html
  commentId: P:UnityEditor.SerializedProperty.boolValue
  nameWithType: SerializedProperty.boolValue
  type: Property
- uid: UnityEditor.SerializedProperty.boundsIntValue
  name: boundsIntValue
  fullName: UnityEditor.SerializedProperty.boundsIntValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-boundsIntValue.html
  commentId: P:UnityEditor.SerializedProperty.boundsIntValue
  nameWithType: SerializedProperty.boundsIntValue
  type: Property
- uid: UnityEditor.SerializedProperty.boundsValue
  name: boundsValue
  fullName: UnityEditor.SerializedProperty.boundsValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-boundsValue.html
  commentId: P:UnityEditor.SerializedProperty.boundsValue
  nameWithType: SerializedProperty.boundsValue
  type: Property
- uid: UnityEditor.SerializedProperty.ClearArray
  name: ClearArray()
  fullName: UnityEditor.SerializedProperty.ClearArray()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.ClearArray.html
  commentId: M:UnityEditor.SerializedProperty.ClearArray
  nameWithType: SerializedProperty.ClearArray()
  type: Method
- uid: UnityEditor.SerializedProperty.colorValue
  name: colorValue
  fullName: UnityEditor.SerializedProperty.colorValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-colorValue.html
  commentId: P:UnityEditor.SerializedProperty.colorValue
  nameWithType: SerializedProperty.colorValue
  type: Property
- uid: UnityEditor.SerializedProperty.Copy
  name: Copy()
  fullName: UnityEditor.SerializedProperty.Copy()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.Copy.html
  commentId: M:UnityEditor.SerializedProperty.Copy
  nameWithType: SerializedProperty.Copy()
  type: Method
- uid: UnityEditor.SerializedProperty.CountInProperty
  name: CountInProperty()
  fullName: UnityEditor.SerializedProperty.CountInProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.CountInProperty.html
  commentId: M:UnityEditor.SerializedProperty.CountInProperty
  nameWithType: SerializedProperty.CountInProperty()
  type: Method
- uid: UnityEditor.SerializedProperty.CountRemaining
  name: CountRemaining()
  fullName: UnityEditor.SerializedProperty.CountRemaining()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.CountRemaining.html
  commentId: M:UnityEditor.SerializedProperty.CountRemaining
  nameWithType: SerializedProperty.CountRemaining()
  type: Method
- uid: UnityEditor.SerializedProperty.DeleteArrayElementAtIndex(System.Int32)
  name: DeleteArrayElementAtIndex(int)
  fullName: UnityEditor.SerializedProperty.DeleteArrayElementAtIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.DeleteArrayElementAtIndex.html
  commentId: M:UnityEditor.SerializedProperty.DeleteArrayElementAtIndex(System.Int32)
  nameWithType: SerializedProperty.DeleteArrayElementAtIndex(int)
  type: Method
- uid: UnityEditor.SerializedProperty.DeleteCommand
  name: DeleteCommand()
  fullName: UnityEditor.SerializedProperty.DeleteCommand()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.DeleteCommand.html
  commentId: M:UnityEditor.SerializedProperty.DeleteCommand
  nameWithType: SerializedProperty.DeleteCommand()
  type: Method
- uid: UnityEditor.SerializedProperty.depth
  name: depth
  fullName: UnityEditor.SerializedProperty.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-depth.html
  commentId: P:UnityEditor.SerializedProperty.depth
  nameWithType: SerializedProperty.depth
  type: Property
- uid: UnityEditor.SerializedProperty.displayName
  name: displayName
  fullName: UnityEditor.SerializedProperty.displayName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-displayName.html
  commentId: P:UnityEditor.SerializedProperty.displayName
  nameWithType: SerializedProperty.displayName
  type: Property
- uid: UnityEditor.SerializedProperty.Dispose
  name: Dispose()
  fullName: UnityEditor.SerializedProperty.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.Dispose.html
  commentId: M:UnityEditor.SerializedProperty.Dispose
  nameWithType: SerializedProperty.Dispose()
  type: Method
- uid: UnityEditor.SerializedProperty.doubleValue
  name: doubleValue
  fullName: UnityEditor.SerializedProperty.doubleValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-doubleValue.html
  commentId: P:UnityEditor.SerializedProperty.doubleValue
  nameWithType: SerializedProperty.doubleValue
  type: Property
- uid: UnityEditor.SerializedProperty.DuplicateCommand
  name: DuplicateCommand()
  fullName: UnityEditor.SerializedProperty.DuplicateCommand()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.DuplicateCommand.html
  commentId: M:UnityEditor.SerializedProperty.DuplicateCommand
  nameWithType: SerializedProperty.DuplicateCommand()
  type: Method
- uid: UnityEditor.SerializedProperty.editable
  name: editable
  fullName: UnityEditor.SerializedProperty.editable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-editable.html
  commentId: P:UnityEditor.SerializedProperty.editable
  nameWithType: SerializedProperty.editable
  type: Property
- uid: UnityEditor.SerializedProperty.enumDisplayNames
  name: enumDisplayNames
  fullName: UnityEditor.SerializedProperty.enumDisplayNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-enumDisplayNames.html
  commentId: P:UnityEditor.SerializedProperty.enumDisplayNames
  nameWithType: SerializedProperty.enumDisplayNames
  type: Property
- uid: UnityEditor.SerializedProperty.enumNames
  name: enumNames
  fullName: UnityEditor.SerializedProperty.enumNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-enumNames.html
  commentId: P:UnityEditor.SerializedProperty.enumNames
  nameWithType: SerializedProperty.enumNames
  type: Property
- uid: UnityEditor.SerializedProperty.enumValueIndex
  name: enumValueIndex
  fullName: UnityEditor.SerializedProperty.enumValueIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-enumValueIndex.html
  commentId: P:UnityEditor.SerializedProperty.enumValueIndex
  nameWithType: SerializedProperty.enumValueIndex
  type: Property
- uid: UnityEditor.SerializedProperty.EqualContents(UnityEditor.SerializedProperty,UnityEditor.SerializedProperty)
  name: EqualContents(SerializedProperty, SerializedProperty)
  fullName: UnityEditor.SerializedProperty.EqualContents(UnityEditor.SerializedProperty, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.EqualContents.html
  commentId: M:UnityEditor.SerializedProperty.EqualContents(UnityEditor.SerializedProperty,UnityEditor.SerializedProperty)
  nameWithType: SerializedProperty.EqualContents(SerializedProperty, SerializedProperty)
  type: Method
- uid: UnityEditor.SerializedProperty.exposedReferenceValue
  name: exposedReferenceValue
  fullName: UnityEditor.SerializedProperty.exposedReferenceValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-exposedReferenceValue.html
  commentId: P:UnityEditor.SerializedProperty.exposedReferenceValue
  nameWithType: SerializedProperty.exposedReferenceValue
  type: Property
- uid: UnityEditor.SerializedProperty.Finalize
  name: ~SerializedProperty()
  fullName: UnityEditor.SerializedProperty.~SerializedProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.Finalize.html
  commentId: M:UnityEditor.SerializedProperty.Finalize
  nameWithType: SerializedProperty.~SerializedProperty()
  type: Method
- uid: UnityEditor.SerializedProperty.FindPropertyRelative(System.String)
  name: FindPropertyRelative(string)
  fullName: UnityEditor.SerializedProperty.FindPropertyRelative(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.FindPropertyRelative.html
  commentId: M:UnityEditor.SerializedProperty.FindPropertyRelative(System.String)
  nameWithType: SerializedProperty.FindPropertyRelative(string)
  type: Method
- uid: UnityEditor.SerializedProperty.fixedBufferSize
  name: fixedBufferSize
  fullName: UnityEditor.SerializedProperty.fixedBufferSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-fixedBufferSize.html
  commentId: P:UnityEditor.SerializedProperty.fixedBufferSize
  nameWithType: SerializedProperty.fixedBufferSize
  type: Property
- uid: UnityEditor.SerializedProperty.floatValue
  name: floatValue
  fullName: UnityEditor.SerializedProperty.floatValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-floatValue.html
  commentId: P:UnityEditor.SerializedProperty.floatValue
  nameWithType: SerializedProperty.floatValue
  type: Property
- uid: UnityEditor.SerializedProperty.GetArrayElementAtIndex(System.Int32)
  name: GetArrayElementAtIndex(int)
  fullName: UnityEditor.SerializedProperty.GetArrayElementAtIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.GetArrayElementAtIndex.html
  commentId: M:UnityEditor.SerializedProperty.GetArrayElementAtIndex(System.Int32)
  nameWithType: SerializedProperty.GetArrayElementAtIndex(int)
  type: Method
- uid: UnityEditor.SerializedProperty.GetEndProperty
  name: GetEndProperty()
  fullName: UnityEditor.SerializedProperty.GetEndProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.GetEndProperty.html
  commentId: M:UnityEditor.SerializedProperty.GetEndProperty
  nameWithType: SerializedProperty.GetEndProperty()
  type: Method
- uid: UnityEditor.SerializedProperty.GetEndProperty(System.Boolean)
  name: GetEndProperty(bool)
  fullName: UnityEditor.SerializedProperty.GetEndProperty(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.GetEndProperty.html
  commentId: M:UnityEditor.SerializedProperty.GetEndProperty(System.Boolean)
  nameWithType: SerializedProperty.GetEndProperty(bool)
  type: Method
- uid: UnityEditor.SerializedProperty.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEditor.SerializedProperty.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.GetEnumerator.html
  commentId: M:UnityEditor.SerializedProperty.GetEnumerator
  nameWithType: SerializedProperty.GetEnumerator()
  type: Method
- uid: UnityEditor.SerializedProperty.GetFixedBufferElementAtIndex(System.Int32)
  name: GetFixedBufferElementAtIndex(int)
  fullName: UnityEditor.SerializedProperty.GetFixedBufferElementAtIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.GetFixedBufferElementAtIndex.html
  commentId: M:UnityEditor.SerializedProperty.GetFixedBufferElementAtIndex(System.Int32)
  nameWithType: SerializedProperty.GetFixedBufferElementAtIndex(int)
  type: Method
- uid: UnityEditor.SerializedProperty.hasChildren
  name: hasChildren
  fullName: UnityEditor.SerializedProperty.hasChildren
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-hasChildren.html
  commentId: P:UnityEditor.SerializedProperty.hasChildren
  nameWithType: SerializedProperty.hasChildren
  type: Property
- uid: UnityEditor.SerializedProperty.hasMultipleDifferentValues
  name: hasMultipleDifferentValues
  fullName: UnityEditor.SerializedProperty.hasMultipleDifferentValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-hasMultipleDifferentValues.html
  commentId: P:UnityEditor.SerializedProperty.hasMultipleDifferentValues
  nameWithType: SerializedProperty.hasMultipleDifferentValues
  type: Property
- uid: UnityEditor.SerializedProperty.hasVisibleChildren
  name: hasVisibleChildren
  fullName: UnityEditor.SerializedProperty.hasVisibleChildren
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-hasVisibleChildren.html
  commentId: P:UnityEditor.SerializedProperty.hasVisibleChildren
  nameWithType: SerializedProperty.hasVisibleChildren
  type: Property
- uid: UnityEditor.SerializedProperty.InsertArrayElementAtIndex(System.Int32)
  name: InsertArrayElementAtIndex(int)
  fullName: UnityEditor.SerializedProperty.InsertArrayElementAtIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.InsertArrayElementAtIndex.html
  commentId: M:UnityEditor.SerializedProperty.InsertArrayElementAtIndex(System.Int32)
  nameWithType: SerializedProperty.InsertArrayElementAtIndex(int)
  type: Method
- uid: UnityEditor.SerializedProperty.intValue
  name: intValue
  fullName: UnityEditor.SerializedProperty.intValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-intValue.html
  commentId: P:UnityEditor.SerializedProperty.intValue
  nameWithType: SerializedProperty.intValue
  type: Property
- uid: UnityEditor.SerializedProperty.isAnimated
  name: isAnimated
  fullName: UnityEditor.SerializedProperty.isAnimated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-isAnimated.html
  commentId: P:UnityEditor.SerializedProperty.isAnimated
  nameWithType: SerializedProperty.isAnimated
  type: Property
- uid: UnityEditor.SerializedProperty.isArray
  name: isArray
  fullName: UnityEditor.SerializedProperty.isArray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-isArray.html
  commentId: P:UnityEditor.SerializedProperty.isArray
  nameWithType: SerializedProperty.isArray
  type: Property
- uid: UnityEditor.SerializedProperty.isExpanded
  name: isExpanded
  fullName: UnityEditor.SerializedProperty.isExpanded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-isExpanded.html
  commentId: P:UnityEditor.SerializedProperty.isExpanded
  nameWithType: SerializedProperty.isExpanded
  type: Property
- uid: UnityEditor.SerializedProperty.isFixedBuffer
  name: isFixedBuffer
  fullName: UnityEditor.SerializedProperty.isFixedBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-isFixedBuffer.html
  commentId: P:UnityEditor.SerializedProperty.isFixedBuffer
  nameWithType: SerializedProperty.isFixedBuffer
  type: Property
- uid: UnityEditor.SerializedProperty.isInstantiatedPrefab
  name: isInstantiatedPrefab
  fullName: UnityEditor.SerializedProperty.isInstantiatedPrefab
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-isInstantiatedPrefab.html
  commentId: P:UnityEditor.SerializedProperty.isInstantiatedPrefab
  nameWithType: SerializedProperty.isInstantiatedPrefab
  type: Property
- uid: UnityEditor.SerializedProperty.longValue
  name: longValue
  fullName: UnityEditor.SerializedProperty.longValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-longValue.html
  commentId: P:UnityEditor.SerializedProperty.longValue
  nameWithType: SerializedProperty.longValue
  type: Property
- uid: UnityEditor.SerializedProperty.MoveArrayElement(System.Int32,System.Int32)
  name: MoveArrayElement(int, int)
  fullName: UnityEditor.SerializedProperty.MoveArrayElement(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.MoveArrayElement.html
  commentId: M:UnityEditor.SerializedProperty.MoveArrayElement(System.Int32,System.Int32)
  nameWithType: SerializedProperty.MoveArrayElement(int, int)
  type: Method
- uid: UnityEditor.SerializedProperty.name
  name: name
  fullName: UnityEditor.SerializedProperty.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-name.html
  commentId: P:UnityEditor.SerializedProperty.name
  nameWithType: SerializedProperty.name
  type: Property
- uid: UnityEditor.SerializedProperty.Next(System.Boolean)
  name: Next(bool)
  fullName: UnityEditor.SerializedProperty.Next(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.Next.html
  commentId: M:UnityEditor.SerializedProperty.Next(System.Boolean)
  nameWithType: SerializedProperty.Next(bool)
  type: Method
- uid: UnityEditor.SerializedProperty.NextVisible(System.Boolean)
  name: NextVisible(bool)
  fullName: UnityEditor.SerializedProperty.NextVisible(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.NextVisible.html
  commentId: M:UnityEditor.SerializedProperty.NextVisible(System.Boolean)
  nameWithType: SerializedProperty.NextVisible(bool)
  type: Method
- uid: UnityEditor.SerializedProperty.objectReferenceInstanceIDValue
  name: objectReferenceInstanceIDValue
  fullName: UnityEditor.SerializedProperty.objectReferenceInstanceIDValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-objectReferenceInstanceIDValue.html
  commentId: P:UnityEditor.SerializedProperty.objectReferenceInstanceIDValue
  nameWithType: SerializedProperty.objectReferenceInstanceIDValue
  type: Property
- uid: UnityEditor.SerializedProperty.objectReferenceValue
  name: objectReferenceValue
  fullName: UnityEditor.SerializedProperty.objectReferenceValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-objectReferenceValue.html
  commentId: P:UnityEditor.SerializedProperty.objectReferenceValue
  nameWithType: SerializedProperty.objectReferenceValue
  type: Property
- uid: UnityEditor.SerializedProperty.prefabOverride
  name: prefabOverride
  fullName: UnityEditor.SerializedProperty.prefabOverride
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-prefabOverride.html
  commentId: P:UnityEditor.SerializedProperty.prefabOverride
  nameWithType: SerializedProperty.prefabOverride
  type: Property
- uid: UnityEditor.SerializedProperty.propertyPath
  name: propertyPath
  fullName: UnityEditor.SerializedProperty.propertyPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-propertyPath.html
  commentId: P:UnityEditor.SerializedProperty.propertyPath
  nameWithType: SerializedProperty.propertyPath
  type: Property
- uid: UnityEditor.SerializedProperty.propertyType
  name: propertyType
  fullName: UnityEditor.SerializedProperty.propertyType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-propertyType.html
  commentId: P:UnityEditor.SerializedProperty.propertyType
  nameWithType: SerializedProperty.propertyType
  type: Property
- uid: UnityEditor.SerializedProperty.quaternionValue
  name: quaternionValue
  fullName: UnityEditor.SerializedProperty.quaternionValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-quaternionValue.html
  commentId: P:UnityEditor.SerializedProperty.quaternionValue
  nameWithType: SerializedProperty.quaternionValue
  type: Property
- uid: UnityEditor.SerializedProperty.rectIntValue
  name: rectIntValue
  fullName: UnityEditor.SerializedProperty.rectIntValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-rectIntValue.html
  commentId: P:UnityEditor.SerializedProperty.rectIntValue
  nameWithType: SerializedProperty.rectIntValue
  type: Property
- uid: UnityEditor.SerializedProperty.rectValue
  name: rectValue
  fullName: UnityEditor.SerializedProperty.rectValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-rectValue.html
  commentId: P:UnityEditor.SerializedProperty.rectValue
  nameWithType: SerializedProperty.rectValue
  type: Property
- uid: UnityEditor.SerializedProperty.Reset
  name: Reset()
  fullName: UnityEditor.SerializedProperty.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty.Reset.html
  commentId: M:UnityEditor.SerializedProperty.Reset
  nameWithType: SerializedProperty.Reset()
  type: Method
- uid: UnityEditor.SerializedProperty.serializedObject
  name: serializedObject
  fullName: UnityEditor.SerializedProperty.serializedObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-serializedObject.html
  commentId: P:UnityEditor.SerializedProperty.serializedObject
  nameWithType: SerializedProperty.serializedObject
  type: Property
- uid: UnityEditor.SerializedProperty.stringValue
  name: stringValue
  fullName: UnityEditor.SerializedProperty.stringValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-stringValue.html
  commentId: P:UnityEditor.SerializedProperty.stringValue
  nameWithType: SerializedProperty.stringValue
  type: Property
- uid: UnityEditor.SerializedProperty.tooltip
  name: tooltip
  fullName: UnityEditor.SerializedProperty.tooltip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-tooltip.html
  commentId: P:UnityEditor.SerializedProperty.tooltip
  nameWithType: SerializedProperty.tooltip
  type: Property
- uid: UnityEditor.SerializedProperty.type
  name: type
  fullName: UnityEditor.SerializedProperty.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-type.html
  commentId: P:UnityEditor.SerializedProperty.type
  nameWithType: SerializedProperty.type
  type: Property
- uid: UnityEditor.SerializedProperty.vector2IntValue
  name: vector2IntValue
  fullName: UnityEditor.SerializedProperty.vector2IntValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-vector2IntValue.html
  commentId: P:UnityEditor.SerializedProperty.vector2IntValue
  nameWithType: SerializedProperty.vector2IntValue
  type: Property
- uid: UnityEditor.SerializedProperty.vector2Value
  name: vector2Value
  fullName: UnityEditor.SerializedProperty.vector2Value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-vector2Value.html
  commentId: P:UnityEditor.SerializedProperty.vector2Value
  nameWithType: SerializedProperty.vector2Value
  type: Property
- uid: UnityEditor.SerializedProperty.vector3IntValue
  name: vector3IntValue
  fullName: UnityEditor.SerializedProperty.vector3IntValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-vector3IntValue.html
  commentId: P:UnityEditor.SerializedProperty.vector3IntValue
  nameWithType: SerializedProperty.vector3IntValue
  type: Property
- uid: UnityEditor.SerializedProperty.vector3Value
  name: vector3Value
  fullName: UnityEditor.SerializedProperty.vector3Value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-vector3Value.html
  commentId: P:UnityEditor.SerializedProperty.vector3Value
  nameWithType: SerializedProperty.vector3Value
  type: Property
- uid: UnityEditor.SerializedProperty.vector4Value
  name: vector4Value
  fullName: UnityEditor.SerializedProperty.vector4Value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedProperty-vector4Value.html
  commentId: P:UnityEditor.SerializedProperty.vector4Value
  nameWithType: SerializedProperty.vector4Value
  type: Property
- uid: UnityEditor.SerializedPropertyType
  name: SerializedPropertyType
  fullName: UnityEditor.SerializedPropertyType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.html
  commentId: T:UnityEditor.SerializedPropertyType
  nameWithType: SerializedPropertyType
  type: Enum
- uid: UnityEditor.SerializedPropertyType.AnimationCurve
  name: AnimationCurve
  fullName: UnityEditor.SerializedPropertyType.AnimationCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.AnimationCurve.html
  commentId: F:UnityEditor.SerializedPropertyType.AnimationCurve
  nameWithType: SerializedPropertyType.AnimationCurve
  type: Field
- uid: UnityEditor.SerializedPropertyType.ArraySize
  name: ArraySize
  fullName: UnityEditor.SerializedPropertyType.ArraySize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.ArraySize.html
  commentId: F:UnityEditor.SerializedPropertyType.ArraySize
  nameWithType: SerializedPropertyType.ArraySize
  type: Field
- uid: UnityEditor.SerializedPropertyType.Boolean
  name: Boolean
  fullName: UnityEditor.SerializedPropertyType.Boolean
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Boolean.html
  commentId: F:UnityEditor.SerializedPropertyType.Boolean
  nameWithType: SerializedPropertyType.Boolean
  type: Field
- uid: UnityEditor.SerializedPropertyType.Bounds
  name: Bounds
  fullName: UnityEditor.SerializedPropertyType.Bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Bounds.html
  commentId: F:UnityEditor.SerializedPropertyType.Bounds
  nameWithType: SerializedPropertyType.Bounds
  type: Field
- uid: UnityEditor.SerializedPropertyType.BoundsInt
  name: BoundsInt
  fullName: UnityEditor.SerializedPropertyType.BoundsInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.BoundsInt.html
  commentId: F:UnityEditor.SerializedPropertyType.BoundsInt
  nameWithType: SerializedPropertyType.BoundsInt
  type: Field
- uid: UnityEditor.SerializedPropertyType.Character
  name: Character
  fullName: UnityEditor.SerializedPropertyType.Character
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Character.html
  commentId: F:UnityEditor.SerializedPropertyType.Character
  nameWithType: SerializedPropertyType.Character
  type: Field
- uid: UnityEditor.SerializedPropertyType.Color
  name: Color
  fullName: UnityEditor.SerializedPropertyType.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Color.html
  commentId: F:UnityEditor.SerializedPropertyType.Color
  nameWithType: SerializedPropertyType.Color
  type: Field
- uid: UnityEditor.SerializedPropertyType.Enum
  name: Enum
  fullName: UnityEditor.SerializedPropertyType.Enum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Enum.html
  commentId: F:UnityEditor.SerializedPropertyType.Enum
  nameWithType: SerializedPropertyType.Enum
  type: Field
- uid: UnityEditor.SerializedPropertyType.ExposedReference
  name: ExposedReference
  fullName: UnityEditor.SerializedPropertyType.ExposedReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.ExposedReference.html
  commentId: F:UnityEditor.SerializedPropertyType.ExposedReference
  nameWithType: SerializedPropertyType.ExposedReference
  type: Field
- uid: UnityEditor.SerializedPropertyType.FixedBufferSize
  name: FixedBufferSize
  fullName: UnityEditor.SerializedPropertyType.FixedBufferSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.FixedBufferSize.html
  commentId: F:UnityEditor.SerializedPropertyType.FixedBufferSize
  nameWithType: SerializedPropertyType.FixedBufferSize
  type: Field
- uid: UnityEditor.SerializedPropertyType.Float
  name: Float
  fullName: UnityEditor.SerializedPropertyType.Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Float.html
  commentId: F:UnityEditor.SerializedPropertyType.Float
  nameWithType: SerializedPropertyType.Float
  type: Field
- uid: UnityEditor.SerializedPropertyType.Generic
  name: Generic
  fullName: UnityEditor.SerializedPropertyType.Generic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Generic.html
  commentId: F:UnityEditor.SerializedPropertyType.Generic
  nameWithType: SerializedPropertyType.Generic
  type: Field
- uid: UnityEditor.SerializedPropertyType.Gradient
  name: Gradient
  fullName: UnityEditor.SerializedPropertyType.Gradient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Gradient.html
  commentId: F:UnityEditor.SerializedPropertyType.Gradient
  nameWithType: SerializedPropertyType.Gradient
  type: Field
- uid: UnityEditor.SerializedPropertyType.Integer
  name: Integer
  fullName: UnityEditor.SerializedPropertyType.Integer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Integer.html
  commentId: F:UnityEditor.SerializedPropertyType.Integer
  nameWithType: SerializedPropertyType.Integer
  type: Field
- uid: UnityEditor.SerializedPropertyType.LayerMask
  name: LayerMask
  fullName: UnityEditor.SerializedPropertyType.LayerMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.LayerMask.html
  commentId: F:UnityEditor.SerializedPropertyType.LayerMask
  nameWithType: SerializedPropertyType.LayerMask
  type: Field
- uid: UnityEditor.SerializedPropertyType.ObjectReference
  name: ObjectReference
  fullName: UnityEditor.SerializedPropertyType.ObjectReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.ObjectReference.html
  commentId: F:UnityEditor.SerializedPropertyType.ObjectReference
  nameWithType: SerializedPropertyType.ObjectReference
  type: Field
- uid: UnityEditor.SerializedPropertyType.Quaternion
  name: Quaternion
  fullName: UnityEditor.SerializedPropertyType.Quaternion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Quaternion.html
  commentId: F:UnityEditor.SerializedPropertyType.Quaternion
  nameWithType: SerializedPropertyType.Quaternion
  type: Field
- uid: UnityEditor.SerializedPropertyType.Rect
  name: Rect
  fullName: UnityEditor.SerializedPropertyType.Rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Rect.html
  commentId: F:UnityEditor.SerializedPropertyType.Rect
  nameWithType: SerializedPropertyType.Rect
  type: Field
- uid: UnityEditor.SerializedPropertyType.RectInt
  name: RectInt
  fullName: UnityEditor.SerializedPropertyType.RectInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.RectInt.html
  commentId: F:UnityEditor.SerializedPropertyType.RectInt
  nameWithType: SerializedPropertyType.RectInt
  type: Field
- uid: UnityEditor.SerializedPropertyType.String
  name: String
  fullName: UnityEditor.SerializedPropertyType.String
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.String.html
  commentId: F:UnityEditor.SerializedPropertyType.String
  nameWithType: SerializedPropertyType.String
  type: Field
- uid: UnityEditor.SerializedPropertyType.Vector2
  name: Vector2
  fullName: UnityEditor.SerializedPropertyType.Vector2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Vector2.html
  commentId: F:UnityEditor.SerializedPropertyType.Vector2
  nameWithType: SerializedPropertyType.Vector2
  type: Field
- uid: UnityEditor.SerializedPropertyType.Vector2Int
  name: Vector2Int
  fullName: UnityEditor.SerializedPropertyType.Vector2Int
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Vector2Int.html
  commentId: F:UnityEditor.SerializedPropertyType.Vector2Int
  nameWithType: SerializedPropertyType.Vector2Int
  type: Field
- uid: UnityEditor.SerializedPropertyType.Vector3
  name: Vector3
  fullName: UnityEditor.SerializedPropertyType.Vector3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Vector3.html
  commentId: F:UnityEditor.SerializedPropertyType.Vector3
  nameWithType: SerializedPropertyType.Vector3
  type: Field
- uid: UnityEditor.SerializedPropertyType.Vector3Int
  name: Vector3Int
  fullName: UnityEditor.SerializedPropertyType.Vector3Int
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Vector3Int.html
  commentId: F:UnityEditor.SerializedPropertyType.Vector3Int
  nameWithType: SerializedPropertyType.Vector3Int
  type: Field
- uid: UnityEditor.SerializedPropertyType.Vector4
  name: Vector4
  fullName: UnityEditor.SerializedPropertyType.Vector4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializedPropertyType.Vector4.html
  commentId: F:UnityEditor.SerializedPropertyType.Vector4
  nameWithType: SerializedPropertyType.Vector4
  type: Field
- uid: UnityEditor.SessionState
  name: SessionState
  fullName: UnityEditor.SessionState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.html
  commentId: T:UnityEditor.SessionState
  nameWithType: SessionState
  type: Class
- uid: UnityEditor.SessionState.EraseBool(System.String)
  name: EraseBool(string)
  fullName: UnityEditor.SessionState.EraseBool(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.EraseBool.html
  commentId: M:UnityEditor.SessionState.EraseBool(System.String)
  nameWithType: SessionState.EraseBool(string)
  type: Method
- uid: UnityEditor.SessionState.EraseFloat(System.String)
  name: EraseFloat(string)
  fullName: UnityEditor.SessionState.EraseFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.EraseFloat.html
  commentId: M:UnityEditor.SessionState.EraseFloat(System.String)
  nameWithType: SessionState.EraseFloat(string)
  type: Method
- uid: UnityEditor.SessionState.EraseInt(System.String)
  name: EraseInt(string)
  fullName: UnityEditor.SessionState.EraseInt(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.EraseInt.html
  commentId: M:UnityEditor.SessionState.EraseInt(System.String)
  nameWithType: SessionState.EraseInt(string)
  type: Method
- uid: UnityEditor.SessionState.EraseIntArray(System.String)
  name: EraseIntArray(string)
  fullName: UnityEditor.SessionState.EraseIntArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.EraseIntArray.html
  commentId: M:UnityEditor.SessionState.EraseIntArray(System.String)
  nameWithType: SessionState.EraseIntArray(string)
  type: Method
- uid: UnityEditor.SessionState.EraseString(System.String)
  name: EraseString(string)
  fullName: UnityEditor.SessionState.EraseString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.EraseString.html
  commentId: M:UnityEditor.SessionState.EraseString(System.String)
  nameWithType: SessionState.EraseString(string)
  type: Method
- uid: UnityEditor.SessionState.EraseVector3(System.String)
  name: EraseVector3(string)
  fullName: UnityEditor.SessionState.EraseVector3(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.EraseVector3.html
  commentId: M:UnityEditor.SessionState.EraseVector3(System.String)
  nameWithType: SessionState.EraseVector3(string)
  type: Method
- uid: UnityEditor.SessionState.GetBool(System.String,System.Boolean)
  name: GetBool(string, bool)
  fullName: UnityEditor.SessionState.GetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.GetBool.html
  commentId: M:UnityEditor.SessionState.GetBool(System.String,System.Boolean)
  nameWithType: SessionState.GetBool(string, bool)
  type: Method
- uid: UnityEditor.SessionState.GetFloat(System.String,System.Single)
  name: GetFloat(string, float)
  fullName: UnityEditor.SessionState.GetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.GetFloat.html
  commentId: M:UnityEditor.SessionState.GetFloat(System.String,System.Single)
  nameWithType: SessionState.GetFloat(string, float)
  type: Method
- uid: UnityEditor.SessionState.GetInt(System.String,System.Int32)
  name: GetInt(string, int)
  fullName: UnityEditor.SessionState.GetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.GetInt.html
  commentId: M:UnityEditor.SessionState.GetInt(System.String,System.Int32)
  nameWithType: SessionState.GetInt(string, int)
  type: Method
- uid: UnityEditor.SessionState.GetIntArray(System.String,System.Int32[])
  name: GetIntArray(string, int[])
  fullName: UnityEditor.SessionState.GetIntArray(string, int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.GetIntArray.html
  commentId: M:UnityEditor.SessionState.GetIntArray(System.String,System.Int32[])
  nameWithType: SessionState.GetIntArray(string, int[])
  type: Method
- uid: UnityEditor.SessionState.GetString(System.String,System.String)
  name: GetString(string, string)
  fullName: UnityEditor.SessionState.GetString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.GetString.html
  commentId: M:UnityEditor.SessionState.GetString(System.String,System.String)
  nameWithType: SessionState.GetString(string, string)
  type: Method
- uid: UnityEditor.SessionState.GetVector3(System.String,UnityEngine.Vector3)
  name: GetVector3(string, Vector3)
  fullName: UnityEditor.SessionState.GetVector3(string, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.GetVector3.html
  commentId: M:UnityEditor.SessionState.GetVector3(System.String,UnityEngine.Vector3)
  nameWithType: SessionState.GetVector3(string, Vector3)
  type: Method
- uid: UnityEditor.SessionState.SetBool(System.String,System.Boolean)
  name: SetBool(string, bool)
  fullName: UnityEditor.SessionState.SetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.SetBool.html
  commentId: M:UnityEditor.SessionState.SetBool(System.String,System.Boolean)
  nameWithType: SessionState.SetBool(string, bool)
  type: Method
- uid: UnityEditor.SessionState.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEditor.SessionState.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.SetFloat.html
  commentId: M:UnityEditor.SessionState.SetFloat(System.String,System.Single)
  nameWithType: SessionState.SetFloat(string, float)
  type: Method
- uid: UnityEditor.SessionState.SetInt(System.String,System.Int32)
  name: SetInt(string, int)
  fullName: UnityEditor.SessionState.SetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.SetInt.html
  commentId: M:UnityEditor.SessionState.SetInt(System.String,System.Int32)
  nameWithType: SessionState.SetInt(string, int)
  type: Method
- uid: UnityEditor.SessionState.SetIntArray(System.String,System.Int32[])
  name: SetIntArray(string, int[])
  fullName: UnityEditor.SessionState.SetIntArray(string, int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.SetIntArray.html
  commentId: M:UnityEditor.SessionState.SetIntArray(System.String,System.Int32[])
  nameWithType: SessionState.SetIntArray(string, int[])
  type: Method
- uid: UnityEditor.SessionState.SetString(System.String,System.String)
  name: SetString(string, string)
  fullName: UnityEditor.SessionState.SetString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.SetString.html
  commentId: M:UnityEditor.SessionState.SetString(System.String,System.String)
  nameWithType: SessionState.SetString(string, string)
  type: Method
- uid: UnityEditor.SessionState.SetVector3(System.String,UnityEngine.Vector3)
  name: SetVector3(string, Vector3)
  fullName: UnityEditor.SessionState.SetVector3(string, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SessionState.SetVector3.html
  commentId: M:UnityEditor.SessionState.SetVector3(System.String,UnityEngine.Vector3)
  nameWithType: SessionState.SetVector3(string, Vector3)
  type: Method
- uid: UnityEditor.ShaderGUI
  name: ShaderGUI
  fullName: UnityEditor.ShaderGUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderGUI.html
  commentId: T:UnityEditor.ShaderGUI
  nameWithType: ShaderGUI
  type: Class
- uid: UnityEditor.ShaderGUI.AssignNewShaderToMaterial(UnityEngine.Material,UnityEngine.Shader,UnityEngine.Shader)
  name: AssignNewShaderToMaterial(Material, Shader, Shader)
  fullName: UnityEditor.ShaderGUI.AssignNewShaderToMaterial(UnityEngine.Material, UnityEngine.Shader, UnityEngine.Shader)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderGUI.AssignNewShaderToMaterial.html
  commentId: M:UnityEditor.ShaderGUI.AssignNewShaderToMaterial(UnityEngine.Material,UnityEngine.Shader,UnityEngine.Shader)
  nameWithType: ShaderGUI.AssignNewShaderToMaterial(Material, Shader, Shader)
  type: Method
- uid: UnityEditor.ShaderGUI.FindProperty(System.String,UnityEditor.MaterialProperty[],System.Boolean)
  name: FindProperty(string, MaterialProperty[], bool)
  fullName: UnityEditor.ShaderGUI.FindProperty(string, UnityEditor.MaterialProperty[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderGUI.FindProperty.html
  commentId: M:UnityEditor.ShaderGUI.FindProperty(System.String,UnityEditor.MaterialProperty[],System.Boolean)
  nameWithType: ShaderGUI.FindProperty(string, MaterialProperty[], bool)
  type: Method
- uid: UnityEditor.ShaderGUI.FindProperty(System.String,UnityEditor.MaterialProperty[])
  name: FindProperty(string, MaterialProperty[])
  fullName: UnityEditor.ShaderGUI.FindProperty(string, UnityEditor.MaterialProperty[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderGUI.FindProperty.html
  commentId: M:UnityEditor.ShaderGUI.FindProperty(System.String,UnityEditor.MaterialProperty[])
  nameWithType: ShaderGUI.FindProperty(string, MaterialProperty[])
  type: Method
- uid: UnityEditor.ShaderGUI.OnGUI(UnityEditor.MaterialEditor,UnityEditor.MaterialProperty[])
  name: OnGUI(MaterialEditor, MaterialProperty[])
  fullName: UnityEditor.ShaderGUI.OnGUI(UnityEditor.MaterialEditor, UnityEditor.MaterialProperty[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderGUI.OnGUI.html
  commentId: M:UnityEditor.ShaderGUI.OnGUI(UnityEditor.MaterialEditor,UnityEditor.MaterialProperty[])
  nameWithType: ShaderGUI.OnGUI(MaterialEditor, MaterialProperty[])
  type: Method
- uid: UnityEditor.ShaderGUI.OnMaterialInteractivePreviewGUI(UnityEditor.MaterialEditor,UnityEngine.Rect,UnityEngine.GUIStyle)
  name: OnMaterialInteractivePreviewGUI(MaterialEditor, Rect, GUIStyle)
  fullName: UnityEditor.ShaderGUI.OnMaterialInteractivePreviewGUI(UnityEditor.MaterialEditor, UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderGUI.OnMaterialInteractivePreviewGUI.html
  commentId: M:UnityEditor.ShaderGUI.OnMaterialInteractivePreviewGUI(UnityEditor.MaterialEditor,UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: ShaderGUI.OnMaterialInteractivePreviewGUI(MaterialEditor, Rect, GUIStyle)
  type: Method
- uid: UnityEditor.ShaderGUI.OnMaterialPreviewGUI(UnityEditor.MaterialEditor,UnityEngine.Rect,UnityEngine.GUIStyle)
  name: OnMaterialPreviewGUI(MaterialEditor, Rect, GUIStyle)
  fullName: UnityEditor.ShaderGUI.OnMaterialPreviewGUI(UnityEditor.MaterialEditor, UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderGUI.OnMaterialPreviewGUI.html
  commentId: M:UnityEditor.ShaderGUI.OnMaterialPreviewGUI(UnityEditor.MaterialEditor,UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: ShaderGUI.OnMaterialPreviewGUI(MaterialEditor, Rect, GUIStyle)
  type: Method
- uid: UnityEditor.ShaderGUI.OnMaterialPreviewSettingsGUI(UnityEditor.MaterialEditor)
  name: OnMaterialPreviewSettingsGUI(MaterialEditor)
  fullName: UnityEditor.ShaderGUI.OnMaterialPreviewSettingsGUI(UnityEditor.MaterialEditor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderGUI.OnMaterialPreviewSettingsGUI.html
  commentId: M:UnityEditor.ShaderGUI.OnMaterialPreviewSettingsGUI(UnityEditor.MaterialEditor)
  nameWithType: ShaderGUI.OnMaterialPreviewSettingsGUI(MaterialEditor)
  type: Method
- uid: UnityEditor.ShaderImporter
  name: ShaderImporter
  fullName: UnityEditor.ShaderImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderImporter.html
  commentId: T:UnityEditor.ShaderImporter
  nameWithType: ShaderImporter
  type: Class
- uid: UnityEditor.ShaderImporter.GetDefaultTexture(System.String)
  name: GetDefaultTexture(string)
  fullName: UnityEditor.ShaderImporter.GetDefaultTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderImporter.GetDefaultTexture.html
  commentId: M:UnityEditor.ShaderImporter.GetDefaultTexture(System.String)
  nameWithType: ShaderImporter.GetDefaultTexture(string)
  type: Method
- uid: UnityEditor.ShaderImporter.GetShader
  name: GetShader()
  fullName: UnityEditor.ShaderImporter.GetShader()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderImporter.GetShader.html
  commentId: M:UnityEditor.ShaderImporter.GetShader
  nameWithType: ShaderImporter.GetShader()
  type: Method
- uid: UnityEditor.ShaderImporter.SetDefaultTextures(System.String[],UnityEngine.Texture[])
  name: SetDefaultTextures(string[], Texture[])
  fullName: UnityEditor.ShaderImporter.SetDefaultTextures(string[], UnityEngine.Texture[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderImporter.SetDefaultTextures.html
  commentId: M:UnityEditor.ShaderImporter.SetDefaultTextures(System.String[],UnityEngine.Texture[])
  nameWithType: ShaderImporter.SetDefaultTextures(string[], Texture[])
  type: Method
- uid: UnityEditor.ShaderUtil
  name: ShaderUtil
  fullName: UnityEditor.ShaderUtil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.html
  commentId: T:UnityEditor.ShaderUtil
  nameWithType: ShaderUtil
  type: Class
- uid: UnityEditor.ShaderUtil.CreateShaderAsset(System.String)
  name: CreateShaderAsset(string)
  fullName: UnityEditor.ShaderUtil.CreateShaderAsset(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.CreateShaderAsset.html
  commentId: M:UnityEditor.ShaderUtil.CreateShaderAsset(System.String)
  nameWithType: ShaderUtil.CreateShaderAsset(string)
  type: Method
- uid: UnityEditor.ShaderUtil.GetPropertyCount(UnityEngine.Shader)
  name: GetPropertyCount(Shader)
  fullName: UnityEditor.ShaderUtil.GetPropertyCount(UnityEngine.Shader)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.GetPropertyCount.html
  commentId: M:UnityEditor.ShaderUtil.GetPropertyCount(UnityEngine.Shader)
  nameWithType: ShaderUtil.GetPropertyCount(Shader)
  type: Method
- uid: UnityEditor.ShaderUtil.GetPropertyDescription(UnityEngine.Shader,System.Int32)
  name: GetPropertyDescription(Shader, int)
  fullName: UnityEditor.ShaderUtil.GetPropertyDescription(UnityEngine.Shader, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.GetPropertyDescription.html
  commentId: M:UnityEditor.ShaderUtil.GetPropertyDescription(UnityEngine.Shader,System.Int32)
  nameWithType: ShaderUtil.GetPropertyDescription(Shader, int)
  type: Method
- uid: UnityEditor.ShaderUtil.GetPropertyName(UnityEngine.Shader,System.Int32)
  name: GetPropertyName(Shader, int)
  fullName: UnityEditor.ShaderUtil.GetPropertyName(UnityEngine.Shader, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.GetPropertyName.html
  commentId: M:UnityEditor.ShaderUtil.GetPropertyName(UnityEngine.Shader,System.Int32)
  nameWithType: ShaderUtil.GetPropertyName(Shader, int)
  type: Method
- uid: UnityEditor.ShaderUtil.GetPropertyType(UnityEngine.Shader,System.Int32)
  name: GetPropertyType(Shader, int)
  fullName: UnityEditor.ShaderUtil.GetPropertyType(UnityEngine.Shader, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.GetPropertyType.html
  commentId: M:UnityEditor.ShaderUtil.GetPropertyType(UnityEngine.Shader,System.Int32)
  nameWithType: ShaderUtil.GetPropertyType(Shader, int)
  type: Method
- uid: UnityEditor.ShaderUtil.GetRangeLimits(UnityEngine.Shader,System.Int32,System.Int32)
  name: GetRangeLimits(Shader, int, int)
  fullName: UnityEditor.ShaderUtil.GetRangeLimits(UnityEngine.Shader, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.GetRangeLimits.html
  commentId: M:UnityEditor.ShaderUtil.GetRangeLimits(UnityEngine.Shader,System.Int32,System.Int32)
  nameWithType: ShaderUtil.GetRangeLimits(Shader, int, int)
  type: Method
- uid: UnityEditor.ShaderUtil.GetTexDim(UnityEngine.Shader,System.Int32)
  name: GetTexDim(Shader, int)
  fullName: UnityEditor.ShaderUtil.GetTexDim(UnityEngine.Shader, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.GetTexDim.html
  commentId: M:UnityEditor.ShaderUtil.GetTexDim(UnityEngine.Shader,System.Int32)
  nameWithType: ShaderUtil.GetTexDim(Shader, int)
  type: Method
- uid: UnityEditor.ShaderUtil.hardwareSupportsRectRenderTexture
  name: hardwareSupportsRectRenderTexture
  fullName: UnityEditor.ShaderUtil.hardwareSupportsRectRenderTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil-hardwareSupportsRectRenderTexture.html
  commentId: P:UnityEditor.ShaderUtil.hardwareSupportsRectRenderTexture
  nameWithType: ShaderUtil.hardwareSupportsRectRenderTexture
  type: Property
- uid: UnityEditor.ShaderUtil.IsShaderPropertyHidden(UnityEngine.Shader,System.Int32)
  name: IsShaderPropertyHidden(Shader, int)
  fullName: UnityEditor.ShaderUtil.IsShaderPropertyHidden(UnityEngine.Shader, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.IsShaderPropertyHidden.html
  commentId: M:UnityEditor.ShaderUtil.IsShaderPropertyHidden(UnityEngine.Shader,System.Int32)
  nameWithType: ShaderUtil.IsShaderPropertyHidden(Shader, int)
  type: Method
- uid: UnityEditor.ShaderUtil.ShaderPropertyTexDim
  name: ShaderUtil.ShaderPropertyTexDim
  fullName: UnityEditor.ShaderUtil.ShaderPropertyTexDim
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyTexDim.html
  commentId: T:UnityEditor.ShaderUtil.ShaderPropertyTexDim
  nameWithType: ShaderUtil.ShaderPropertyTexDim
  type: Enum
- uid: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDim2D
  name: TexDim2D
  fullName: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDim2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyTexDim.TexDim2D.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDim2D
  nameWithType: ShaderUtil.ShaderPropertyTexDim.TexDim2D
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDim3D
  name: TexDim3D
  fullName: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDim3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyTexDim.TexDim3D.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDim3D
  nameWithType: ShaderUtil.ShaderPropertyTexDim.TexDim3D
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimAny
  name: TexDimAny
  fullName: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimAny
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyTexDim.TexDimAny.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimAny
  nameWithType: ShaderUtil.ShaderPropertyTexDim.TexDimAny
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimCUBE
  name: TexDimCUBE
  fullName: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimCUBE
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyTexDim.TexDimCUBE.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimCUBE
  nameWithType: ShaderUtil.ShaderPropertyTexDim.TexDimCUBE
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimNone
  name: TexDimNone
  fullName: UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimNone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyTexDim.TexDimNone.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyTexDim.TexDimNone
  nameWithType: ShaderUtil.ShaderPropertyTexDim.TexDimNone
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyType
  name: ShaderUtil.ShaderPropertyType
  fullName: UnityEditor.ShaderUtil.ShaderPropertyType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyType.html
  commentId: T:UnityEditor.ShaderUtil.ShaderPropertyType
  nameWithType: ShaderUtil.ShaderPropertyType
  type: Enum
- uid: UnityEditor.ShaderUtil.ShaderPropertyType.Color
  name: Color
  fullName: UnityEditor.ShaderUtil.ShaderPropertyType.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyType.Color.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyType.Color
  nameWithType: ShaderUtil.ShaderPropertyType.Color
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyType.Float
  name: Float
  fullName: UnityEditor.ShaderUtil.ShaderPropertyType.Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyType.Float.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyType.Float
  nameWithType: ShaderUtil.ShaderPropertyType.Float
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyType.Range
  name: Range
  fullName: UnityEditor.ShaderUtil.ShaderPropertyType.Range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyType.Range.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyType.Range
  nameWithType: ShaderUtil.ShaderPropertyType.Range
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyType.TexEnv
  name: TexEnv
  fullName: UnityEditor.ShaderUtil.ShaderPropertyType.TexEnv
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyType.TexEnv.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyType.TexEnv
  nameWithType: ShaderUtil.ShaderPropertyType.TexEnv
  type: Field
- uid: UnityEditor.ShaderUtil.ShaderPropertyType.Vector
  name: Vector
  fullName: UnityEditor.ShaderUtil.ShaderPropertyType.Vector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.ShaderPropertyType.Vector.html
  commentId: F:UnityEditor.ShaderUtil.ShaderPropertyType.Vector
  nameWithType: ShaderUtil.ShaderPropertyType.Vector
  type: Field
- uid: UnityEditor.ShaderUtil.UpdateShaderAsset(UnityEngine.Shader,System.String)
  name: UpdateShaderAsset(Shader, string)
  fullName: UnityEditor.ShaderUtil.UpdateShaderAsset(UnityEngine.Shader, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderUtil.UpdateShaderAsset.html
  commentId: M:UnityEditor.ShaderUtil.UpdateShaderAsset(UnityEngine.Shader,System.String)
  nameWithType: ShaderUtil.UpdateShaderAsset(Shader, string)
  type: Method
- uid: UnityEditor.SpeedTreeImporter
  name: SpeedTreeImporter
  fullName: UnityEditor.SpeedTreeImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter.html
  commentId: T:UnityEditor.SpeedTreeImporter
  nameWithType: SpeedTreeImporter
  type: Class
- uid: UnityEditor.SpeedTreeImporter.alphaTestRef
  name: alphaTestRef
  fullName: UnityEditor.SpeedTreeImporter.alphaTestRef
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-alphaTestRef.html
  commentId: P:UnityEditor.SpeedTreeImporter.alphaTestRef
  nameWithType: SpeedTreeImporter.alphaTestRef
  type: Property
- uid: UnityEditor.SpeedTreeImporter.animateCrossFading
  name: animateCrossFading
  fullName: UnityEditor.SpeedTreeImporter.animateCrossFading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-animateCrossFading.html
  commentId: P:UnityEditor.SpeedTreeImporter.animateCrossFading
  nameWithType: SpeedTreeImporter.animateCrossFading
  type: Property
- uid: UnityEditor.SpeedTreeImporter.bestWindQuality
  name: bestWindQuality
  fullName: UnityEditor.SpeedTreeImporter.bestWindQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-bestWindQuality.html
  commentId: P:UnityEditor.SpeedTreeImporter.bestWindQuality
  nameWithType: SpeedTreeImporter.bestWindQuality
  type: Property
- uid: UnityEditor.SpeedTreeImporter.billboardTransitionCrossFadeWidth
  name: billboardTransitionCrossFadeWidth
  fullName: UnityEditor.SpeedTreeImporter.billboardTransitionCrossFadeWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-billboardTransitionCrossFadeWidth.html
  commentId: P:UnityEditor.SpeedTreeImporter.billboardTransitionCrossFadeWidth
  nameWithType: SpeedTreeImporter.billboardTransitionCrossFadeWidth
  type: Property
- uid: UnityEditor.SpeedTreeImporter.castShadows
  name: castShadows
  fullName: UnityEditor.SpeedTreeImporter.castShadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-castShadows.html
  commentId: P:UnityEditor.SpeedTreeImporter.castShadows
  nameWithType: SpeedTreeImporter.castShadows
  type: Property
- uid: UnityEditor.SpeedTreeImporter.enableBump
  name: enableBump
  fullName: UnityEditor.SpeedTreeImporter.enableBump
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-enableBump.html
  commentId: P:UnityEditor.SpeedTreeImporter.enableBump
  nameWithType: SpeedTreeImporter.enableBump
  type: Property
- uid: UnityEditor.SpeedTreeImporter.enableHue
  name: enableHue
  fullName: UnityEditor.SpeedTreeImporter.enableHue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-enableHue.html
  commentId: P:UnityEditor.SpeedTreeImporter.enableHue
  nameWithType: SpeedTreeImporter.enableHue
  type: Property
- uid: UnityEditor.SpeedTreeImporter.enableSmoothLODTransition
  name: enableSmoothLODTransition
  fullName: UnityEditor.SpeedTreeImporter.enableSmoothLODTransition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-enableSmoothLODTransition.html
  commentId: P:UnityEditor.SpeedTreeImporter.enableSmoothLODTransition
  nameWithType: SpeedTreeImporter.enableSmoothLODTransition
  type: Property
- uid: UnityEditor.SpeedTreeImporter.fadeOutWidth
  name: fadeOutWidth
  fullName: UnityEditor.SpeedTreeImporter.fadeOutWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-fadeOutWidth.html
  commentId: P:UnityEditor.SpeedTreeImporter.fadeOutWidth
  nameWithType: SpeedTreeImporter.fadeOutWidth
  type: Property
- uid: UnityEditor.SpeedTreeImporter.GenerateMaterials
  name: GenerateMaterials()
  fullName: UnityEditor.SpeedTreeImporter.GenerateMaterials()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter.GenerateMaterials.html
  commentId: M:UnityEditor.SpeedTreeImporter.GenerateMaterials
  nameWithType: SpeedTreeImporter.GenerateMaterials()
  type: Method
- uid: UnityEditor.SpeedTreeImporter.hasBillboard
  name: hasBillboard
  fullName: UnityEditor.SpeedTreeImporter.hasBillboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-hasBillboard.html
  commentId: P:UnityEditor.SpeedTreeImporter.hasBillboard
  nameWithType: SpeedTreeImporter.hasBillboard
  type: Property
- uid: UnityEditor.SpeedTreeImporter.hasImported
  name: hasImported
  fullName: UnityEditor.SpeedTreeImporter.hasImported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-hasImported.html
  commentId: P:UnityEditor.SpeedTreeImporter.hasImported
  nameWithType: SpeedTreeImporter.hasImported
  type: Property
- uid: UnityEditor.SpeedTreeImporter.hueVariation
  name: hueVariation
  fullName: UnityEditor.SpeedTreeImporter.hueVariation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-hueVariation.html
  commentId: P:UnityEditor.SpeedTreeImporter.hueVariation
  nameWithType: SpeedTreeImporter.hueVariation
  type: Property
- uid: UnityEditor.SpeedTreeImporter.LODHeights
  name: LODHeights
  fullName: UnityEditor.SpeedTreeImporter.LODHeights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter.LODHeights.html
  commentId: P:UnityEditor.SpeedTreeImporter.LODHeights
  nameWithType: SpeedTreeImporter.LODHeights
  type: Property
- uid: UnityEditor.SpeedTreeImporter.mainColor
  name: mainColor
  fullName: UnityEditor.SpeedTreeImporter.mainColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-mainColor.html
  commentId: P:UnityEditor.SpeedTreeImporter.mainColor
  nameWithType: SpeedTreeImporter.mainColor
  type: Property
- uid: UnityEditor.SpeedTreeImporter.materialFolderPath
  name: materialFolderPath
  fullName: UnityEditor.SpeedTreeImporter.materialFolderPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-materialFolderPath.html
  commentId: P:UnityEditor.SpeedTreeImporter.materialFolderPath
  nameWithType: SpeedTreeImporter.materialFolderPath
  type: Property
- uid: UnityEditor.SpeedTreeImporter.receiveShadows
  name: receiveShadows
  fullName: UnityEditor.SpeedTreeImporter.receiveShadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-receiveShadows.html
  commentId: P:UnityEditor.SpeedTreeImporter.receiveShadows
  nameWithType: SpeedTreeImporter.receiveShadows
  type: Property
- uid: UnityEditor.SpeedTreeImporter.reflectionProbeUsages
  name: reflectionProbeUsages
  fullName: UnityEditor.SpeedTreeImporter.reflectionProbeUsages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-reflectionProbeUsages.html
  commentId: P:UnityEditor.SpeedTreeImporter.reflectionProbeUsages
  nameWithType: SpeedTreeImporter.reflectionProbeUsages
  type: Property
- uid: UnityEditor.SpeedTreeImporter.scaleFactor
  name: scaleFactor
  fullName: UnityEditor.SpeedTreeImporter.scaleFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-scaleFactor.html
  commentId: P:UnityEditor.SpeedTreeImporter.scaleFactor
  nameWithType: SpeedTreeImporter.scaleFactor
  type: Property
- uid: UnityEditor.SpeedTreeImporter.shininess
  name: shininess
  fullName: UnityEditor.SpeedTreeImporter.shininess
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-shininess.html
  commentId: P:UnityEditor.SpeedTreeImporter.shininess
  nameWithType: SpeedTreeImporter.shininess
  type: Property
- uid: UnityEditor.SpeedTreeImporter.specColor
  name: specColor
  fullName: UnityEditor.SpeedTreeImporter.specColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-specColor.html
  commentId: P:UnityEditor.SpeedTreeImporter.specColor
  nameWithType: SpeedTreeImporter.specColor
  type: Property
- uid: UnityEditor.SpeedTreeImporter.useLightProbes
  name: useLightProbes
  fullName: UnityEditor.SpeedTreeImporter.useLightProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-useLightProbes.html
  commentId: P:UnityEditor.SpeedTreeImporter.useLightProbes
  nameWithType: SpeedTreeImporter.useLightProbes
  type: Property
- uid: UnityEditor.SpeedTreeImporter.windQualities
  name: windQualities
  fullName: UnityEditor.SpeedTreeImporter.windQualities
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-windQualities.html
  commentId: P:UnityEditor.SpeedTreeImporter.windQualities
  nameWithType: SpeedTreeImporter.windQualities
  type: Property
- uid: UnityEditor.SpeedTreeImporter.windQualityNames
  name: windQualityNames
  fullName: UnityEditor.SpeedTreeImporter.windQualityNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpeedTreeImporter-windQualityNames.html
  commentId: F:UnityEditor.SpeedTreeImporter.windQualityNames
  nameWithType: SpeedTreeImporter.windQualityNames
  type: Field
- uid: UnityEditor.SplashScreenStyle
  name: SplashScreenStyle
  fullName: UnityEditor.SplashScreenStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplashScreenStyle.html
  commentId: T:UnityEditor.SplashScreenStyle
  nameWithType: SplashScreenStyle
  type: Enum
- uid: UnityEditor.SplashScreenStyle.Dark
  name: Dark
  fullName: UnityEditor.SplashScreenStyle.Dark
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplashScreenStyle.Dark.html
  commentId: F:UnityEditor.SplashScreenStyle.Dark
  nameWithType: SplashScreenStyle.Dark
  type: Field
- uid: UnityEditor.SplashScreenStyle.Light
  name: Light
  fullName: UnityEditor.SplashScreenStyle.Light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplashScreenStyle.Light.html
  commentId: F:UnityEditor.SplashScreenStyle.Light
  nameWithType: SplashScreenStyle.Light
  type: Field
- uid: UnityEditor.SpriteImportMode
  name: SpriteImportMode
  fullName: UnityEditor.SpriteImportMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteImportMode.html
  commentId: T:UnityEditor.SpriteImportMode
  nameWithType: SpriteImportMode
  type: Enum
- uid: UnityEditor.SpriteImportMode.Multiple
  name: Multiple
  fullName: UnityEditor.SpriteImportMode.Multiple
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteImportMode.Multiple.html
  commentId: F:UnityEditor.SpriteImportMode.Multiple
  nameWithType: SpriteImportMode.Multiple
  type: Field
- uid: UnityEditor.SpriteImportMode.None
  name: None
  fullName: UnityEditor.SpriteImportMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteImportMode.None.html
  commentId: F:UnityEditor.SpriteImportMode.None
  nameWithType: SpriteImportMode.None
  type: Field
- uid: UnityEditor.SpriteImportMode.Polygon
  name: Polygon
  fullName: UnityEditor.SpriteImportMode.Polygon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteImportMode.Polygon.html
  commentId: F:UnityEditor.SpriteImportMode.Polygon
  nameWithType: SpriteImportMode.Polygon
  type: Field
- uid: UnityEditor.SpriteImportMode.Single
  name: Single
  fullName: UnityEditor.SpriteImportMode.Single
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteImportMode.Single.html
  commentId: F:UnityEditor.SpriteImportMode.Single
  nameWithType: SpriteImportMode.Single
  type: Field
- uid: UnityEditor.SpriteMetaData
  name: SpriteMetaData
  fullName: UnityEditor.SpriteMetaData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMetaData.html
  commentId: T:UnityEditor.SpriteMetaData
  nameWithType: SpriteMetaData
  type: Struct
- uid: UnityEditor.SpriteMetaData.alignment
  name: alignment
  fullName: UnityEditor.SpriteMetaData.alignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMetaData-alignment.html
  commentId: F:UnityEditor.SpriteMetaData.alignment
  nameWithType: SpriteMetaData.alignment
  type: Field
- uid: UnityEditor.SpriteMetaData.border
  name: border
  fullName: UnityEditor.SpriteMetaData.border
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMetaData-border.html
  commentId: F:UnityEditor.SpriteMetaData.border
  nameWithType: SpriteMetaData.border
  type: Field
- uid: UnityEditor.SpriteMetaData.name
  name: name
  fullName: UnityEditor.SpriteMetaData.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMetaData-name.html
  commentId: F:UnityEditor.SpriteMetaData.name
  nameWithType: SpriteMetaData.name
  type: Field
- uid: UnityEditor.SpriteMetaData.pivot
  name: pivot
  fullName: UnityEditor.SpriteMetaData.pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMetaData-pivot.html
  commentId: F:UnityEditor.SpriteMetaData.pivot
  nameWithType: SpriteMetaData.pivot
  type: Field
- uid: UnityEditor.SpriteMetaData.rect
  name: rect
  fullName: UnityEditor.SpriteMetaData.rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMetaData-rect.html
  commentId: F:UnityEditor.SpriteMetaData.rect
  nameWithType: SpriteMetaData.rect
  type: Field
- uid: UnityEditor.SpritePackerMode
  name: SpritePackerMode
  fullName: UnityEditor.SpritePackerMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackerMode.html
  commentId: T:UnityEditor.SpritePackerMode
  nameWithType: SpritePackerMode
  type: Enum
- uid: UnityEditor.SpritePackerMode.AlwaysOn
  name: AlwaysOn
  fullName: UnityEditor.SpritePackerMode.AlwaysOn
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackerMode.AlwaysOn.html
  commentId: F:UnityEditor.SpritePackerMode.AlwaysOn
  nameWithType: SpritePackerMode.AlwaysOn
  type: Field
- uid: UnityEditor.SpritePackerMode.AlwaysOnAtlas
  name: AlwaysOnAtlas
  fullName: UnityEditor.SpritePackerMode.AlwaysOnAtlas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackerMode.AlwaysOnAtlas.html
  commentId: F:UnityEditor.SpritePackerMode.AlwaysOnAtlas
  nameWithType: SpritePackerMode.AlwaysOnAtlas
  type: Field
- uid: UnityEditor.SpritePackerMode.BuildTimeOnly
  name: BuildTimeOnly
  fullName: UnityEditor.SpritePackerMode.BuildTimeOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackerMode.BuildTimeOnly.html
  commentId: F:UnityEditor.SpritePackerMode.BuildTimeOnly
  nameWithType: SpritePackerMode.BuildTimeOnly
  type: Field
- uid: UnityEditor.SpritePackerMode.BuildTimeOnlyAtlas
  name: BuildTimeOnlyAtlas
  fullName: UnityEditor.SpritePackerMode.BuildTimeOnlyAtlas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackerMode.BuildTimeOnlyAtlas.html
  commentId: F:UnityEditor.SpritePackerMode.BuildTimeOnlyAtlas
  nameWithType: SpritePackerMode.BuildTimeOnlyAtlas
  type: Field
- uid: UnityEditor.SpritePackerMode.Disabled
  name: Disabled
  fullName: UnityEditor.SpritePackerMode.Disabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackerMode.Disabled.html
  commentId: F:UnityEditor.SpritePackerMode.Disabled
  nameWithType: SpritePackerMode.Disabled
  type: Field
- uid: UnityEditor.Sprites
  name: UnityEditor.Sprites
  fullName: UnityEditor.Sprites
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.Sprites
  nameWithType: UnityEditor.Sprites
  type: Namespace
- uid: UnityEditor.Sprites.AtlasSettings
  name: AtlasSettings
  fullName: UnityEditor.Sprites.AtlasSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings.html
  commentId: T:UnityEditor.Sprites.AtlasSettings
  nameWithType: AtlasSettings
  type: Struct
- uid: UnityEditor.Sprites.AtlasSettings.allowsAlphaSplitting
  name: allowsAlphaSplitting
  fullName: UnityEditor.Sprites.AtlasSettings.allowsAlphaSplitting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-allowsAlphaSplitting.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.allowsAlphaSplitting
  nameWithType: AtlasSettings.allowsAlphaSplitting
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.anisoLevel
  name: anisoLevel
  fullName: UnityEditor.Sprites.AtlasSettings.anisoLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-anisoLevel.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.anisoLevel
  nameWithType: AtlasSettings.anisoLevel
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.colorSpace
  name: colorSpace
  fullName: UnityEditor.Sprites.AtlasSettings.colorSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-colorSpace.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.colorSpace
  nameWithType: AtlasSettings.colorSpace
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.compressionQuality
  name: compressionQuality
  fullName: UnityEditor.Sprites.AtlasSettings.compressionQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-compressionQuality.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.compressionQuality
  nameWithType: AtlasSettings.compressionQuality
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.enableRotation
  name: enableRotation
  fullName: UnityEditor.Sprites.AtlasSettings.enableRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-enableRotation.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.enableRotation
  nameWithType: AtlasSettings.enableRotation
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.filterMode
  name: filterMode
  fullName: UnityEditor.Sprites.AtlasSettings.filterMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-filterMode.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.filterMode
  nameWithType: AtlasSettings.filterMode
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.format
  name: format
  fullName: UnityEditor.Sprites.AtlasSettings.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-format.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.format
  nameWithType: AtlasSettings.format
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.generateMipMaps
  name: generateMipMaps
  fullName: UnityEditor.Sprites.AtlasSettings.generateMipMaps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-generateMipMaps.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.generateMipMaps
  nameWithType: AtlasSettings.generateMipMaps
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.maxHeight
  name: maxHeight
  fullName: UnityEditor.Sprites.AtlasSettings.maxHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-maxHeight.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.maxHeight
  nameWithType: AtlasSettings.maxHeight
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.maxWidth
  name: maxWidth
  fullName: UnityEditor.Sprites.AtlasSettings.maxWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-maxWidth.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.maxWidth
  nameWithType: AtlasSettings.maxWidth
  type: Field
- uid: UnityEditor.Sprites.AtlasSettings.paddingPower
  name: paddingPower
  fullName: UnityEditor.Sprites.AtlasSettings.paddingPower
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.AtlasSettings-paddingPower.html
  commentId: F:UnityEditor.Sprites.AtlasSettings.paddingPower
  nameWithType: AtlasSettings.paddingPower
  type: Field
- uid: UnityEditor.Sprites.DataUtility
  name: DataUtility
  fullName: UnityEditor.Sprites.DataUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.DataUtility.html
  commentId: T:UnityEditor.Sprites.DataUtility
  nameWithType: DataUtility
  type: Class
- uid: UnityEditor.Sprites.IPackerPolicy
  name: IPackerPolicy
  fullName: UnityEditor.Sprites.IPackerPolicy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.IPackerPolicy.html
  commentId: T:UnityEditor.Sprites.IPackerPolicy
  nameWithType: IPackerPolicy
  type: Interface
- uid: UnityEditor.Sprites.IPackerPolicy.AllowSequentialPacking
  name: AllowSequentialPacking
  fullName: UnityEditor.Sprites.IPackerPolicy.AllowSequentialPacking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.IPackerPolicy.AllowSequentialPacking.html
  commentId: P:UnityEditor.Sprites.IPackerPolicy.AllowSequentialPacking
  nameWithType: IPackerPolicy.AllowSequentialPacking
  type: Property
- uid: UnityEditor.Sprites.IPackerPolicy.GetVersion
  name: GetVersion()
  fullName: UnityEditor.Sprites.IPackerPolicy.GetVersion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.IPackerPolicy.GetVersion.html
  commentId: M:UnityEditor.Sprites.IPackerPolicy.GetVersion
  nameWithType: IPackerPolicy.GetVersion()
  type: Method
- uid: UnityEditor.Sprites.IPackerPolicy.OnGroupAtlases(UnityEditor.BuildTarget,UnityEditor.Sprites.PackerJob,System.Int32[])
  name: OnGroupAtlases(BuildTarget, PackerJob, int[])
  fullName: UnityEditor.Sprites.IPackerPolicy.OnGroupAtlases(UnityEditor.BuildTarget, UnityEditor.Sprites.PackerJob, int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.IPackerPolicy.OnGroupAtlases.html
  commentId: M:UnityEditor.Sprites.IPackerPolicy.OnGroupAtlases(UnityEditor.BuildTarget,UnityEditor.Sprites.PackerJob,System.Int32[])
  nameWithType: IPackerPolicy.OnGroupAtlases(BuildTarget, PackerJob, int[])
  type: Method
- uid: UnityEditor.Sprites.Packer
  name: Packer
  fullName: UnityEditor.Sprites.Packer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.html
  commentId: T:UnityEditor.Sprites.Packer
  nameWithType: Packer
  type: Class
- uid: UnityEditor.Sprites.Packer.atlasNames
  name: atlasNames
  fullName: UnityEditor.Sprites.Packer.atlasNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer-atlasNames.html
  commentId: P:UnityEditor.Sprites.Packer.atlasNames
  nameWithType: Packer.atlasNames
  type: Property
- uid: UnityEditor.Sprites.Packer.Execution
  name: Packer.Execution
  fullName: UnityEditor.Sprites.Packer.Execution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.Execution.html
  commentId: T:UnityEditor.Sprites.Packer.Execution
  nameWithType: Packer.Execution
  type: Enum
- uid: UnityEditor.Sprites.Packer.Execution.ForceRegroup
  name: ForceRegroup
  fullName: UnityEditor.Sprites.Packer.Execution.ForceRegroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.Execution.ForceRegroup.html
  commentId: F:UnityEditor.Sprites.Packer.Execution.ForceRegroup
  nameWithType: Packer.Execution.ForceRegroup
  type: Field
- uid: UnityEditor.Sprites.Packer.Execution.Normal
  name: Normal
  fullName: UnityEditor.Sprites.Packer.Execution.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.Execution.Normal.html
  commentId: F:UnityEditor.Sprites.Packer.Execution.Normal
  nameWithType: Packer.Execution.Normal
  type: Field
- uid: UnityEditor.Sprites.Packer.GetAlphaTexturesForAtlas(System.String)
  name: GetAlphaTexturesForAtlas(string)
  fullName: UnityEditor.Sprites.Packer.GetAlphaTexturesForAtlas(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.GetAlphaTexturesForAtlas.html
  commentId: M:UnityEditor.Sprites.Packer.GetAlphaTexturesForAtlas(System.String)
  nameWithType: Packer.GetAlphaTexturesForAtlas(string)
  type: Method
- uid: UnityEditor.Sprites.Packer.GetAtlasDataForSprite(UnityEngine.Sprite,System.String@,UnityEngine.Texture2D@)
  name: GetAtlasDataForSprite(Sprite, out string, out Texture2D)
  fullName: UnityEditor.Sprites.Packer.GetAtlasDataForSprite(UnityEngine.Sprite, out string, out UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.GetAtlasDataForSprite.html
  commentId: M:UnityEditor.Sprites.Packer.GetAtlasDataForSprite(UnityEngine.Sprite,System.String@,UnityEngine.Texture2D@)
  nameWithType: Packer.GetAtlasDataForSprite(Sprite, out string, out Texture2D)
  type: Method
- uid: UnityEditor.Sprites.Packer.GetTexturesForAtlas(System.String)
  name: GetTexturesForAtlas(string)
  fullName: UnityEditor.Sprites.Packer.GetTexturesForAtlas(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.GetTexturesForAtlas.html
  commentId: M:UnityEditor.Sprites.Packer.GetTexturesForAtlas(System.String)
  nameWithType: Packer.GetTexturesForAtlas(string)
  type: Method
- uid: UnityEditor.Sprites.Packer.kDefaultPolicy
  name: kDefaultPolicy
  fullName: UnityEditor.Sprites.Packer.kDefaultPolicy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer-kDefaultPolicy.html
  commentId: F:UnityEditor.Sprites.Packer.kDefaultPolicy
  nameWithType: Packer.kDefaultPolicy
  type: Field
- uid: UnityEditor.Sprites.Packer.Policies
  name: Policies
  fullName: UnityEditor.Sprites.Packer.Policies
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.Policies.html
  commentId: P:UnityEditor.Sprites.Packer.Policies
  nameWithType: Packer.Policies
  type: Property
- uid: UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget,System.Boolean,UnityEditor.Sprites.Packer.Execution)
  name: RebuildAtlasCacheIfNeeded(BuildTarget, bool, Execution)
  fullName: UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget, bool, UnityEditor.Sprites.Packer.Execution)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.RebuildAtlasCacheIfNeeded.html
  commentId: M:UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget,System.Boolean,UnityEditor.Sprites.Packer.Execution)
  nameWithType: Packer.RebuildAtlasCacheIfNeeded(BuildTarget, bool, Packer.Execution)
  type: Method
- uid: UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget,System.Boolean)
  name: RebuildAtlasCacheIfNeeded(BuildTarget, bool)
  fullName: UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.RebuildAtlasCacheIfNeeded.html
  commentId: M:UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget,System.Boolean)
  nameWithType: Packer.RebuildAtlasCacheIfNeeded(BuildTarget, bool)
  type: Method
- uid: UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget)
  name: RebuildAtlasCacheIfNeeded(BuildTarget)
  fullName: UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.RebuildAtlasCacheIfNeeded.html
  commentId: M:UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget)
  nameWithType: Packer.RebuildAtlasCacheIfNeeded(BuildTarget)
  type: Method
- uid: UnityEditor.Sprites.Packer.SelectedPolicy
  name: SelectedPolicy
  fullName: UnityEditor.Sprites.Packer.SelectedPolicy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.Packer.SelectedPolicy.html
  commentId: P:UnityEditor.Sprites.Packer.SelectedPolicy
  nameWithType: Packer.SelectedPolicy
  type: Property
- uid: UnityEditor.Sprites.PackerJob
  name: PackerJob
  fullName: UnityEditor.Sprites.PackerJob
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.PackerJob.html
  commentId: T:UnityEditor.Sprites.PackerJob
  nameWithType: PackerJob
  type: Class
- uid: UnityEditor.Sprites.PackerJob.AddAtlas(System.String,UnityEditor.Sprites.AtlasSettings)
  name: AddAtlas(string, AtlasSettings)
  fullName: UnityEditor.Sprites.PackerJob.AddAtlas(string, UnityEditor.Sprites.AtlasSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.PackerJob.AddAtlas.html
  commentId: M:UnityEditor.Sprites.PackerJob.AddAtlas(System.String,UnityEditor.Sprites.AtlasSettings)
  nameWithType: PackerJob.AddAtlas(string, AtlasSettings)
  type: Method
- uid: UnityEditor.Sprites.PackerJob.AssignToAtlas(System.String,UnityEngine.Sprite,UnityEngine.SpritePackingMode,UnityEngine.SpritePackingRotation)
  name: AssignToAtlas(string, Sprite, SpritePackingMode, SpritePackingRotation)
  fullName: UnityEditor.Sprites.PackerJob.AssignToAtlas(string, UnityEngine.Sprite, UnityEngine.SpritePackingMode, UnityEngine.SpritePackingRotation)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.PackerJob.AssignToAtlas.html
  commentId: M:UnityEditor.Sprites.PackerJob.AssignToAtlas(System.String,UnityEngine.Sprite,UnityEngine.SpritePackingMode,UnityEngine.SpritePackingRotation)
  nameWithType: PackerJob.AssignToAtlas(string, Sprite, SpritePackingMode, SpritePackingRotation)
  type: Method
- uid: UnityEditor.Sprites.SpriteUtility
  name: SpriteUtility
  fullName: UnityEditor.Sprites.SpriteUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.SpriteUtility.html
  commentId: T:UnityEditor.Sprites.SpriteUtility
  nameWithType: SpriteUtility
  type: Class
- uid: UnityEditor.Sprites.SpriteUtility.GetSpriteIndices(UnityEngine.Sprite,System.Boolean)
  name: GetSpriteIndices(Sprite, bool)
  fullName: UnityEditor.Sprites.SpriteUtility.GetSpriteIndices(UnityEngine.Sprite, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.SpriteUtility.GetSpriteIndices.html
  commentId: M:UnityEditor.Sprites.SpriteUtility.GetSpriteIndices(UnityEngine.Sprite,System.Boolean)
  nameWithType: SpriteUtility.GetSpriteIndices(Sprite, bool)
  type: Method
- uid: UnityEditor.Sprites.SpriteUtility.GetSpriteMesh(UnityEngine.Sprite,System.Boolean)
  name: GetSpriteMesh(Sprite, bool)
  fullName: UnityEditor.Sprites.SpriteUtility.GetSpriteMesh(UnityEngine.Sprite, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.SpriteUtility.GetSpriteMesh.html
  commentId: M:UnityEditor.Sprites.SpriteUtility.GetSpriteMesh(UnityEngine.Sprite,System.Boolean)
  nameWithType: SpriteUtility.GetSpriteMesh(Sprite, bool)
  type: Method
- uid: UnityEditor.Sprites.SpriteUtility.GetSpriteTexture(UnityEngine.Sprite,System.Boolean)
  name: GetSpriteTexture(Sprite, bool)
  fullName: UnityEditor.Sprites.SpriteUtility.GetSpriteTexture(UnityEngine.Sprite, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.SpriteUtility.GetSpriteTexture.html
  commentId: M:UnityEditor.Sprites.SpriteUtility.GetSpriteTexture(UnityEngine.Sprite,System.Boolean)
  nameWithType: SpriteUtility.GetSpriteTexture(Sprite, bool)
  type: Method
- uid: UnityEditor.Sprites.SpriteUtility.GetSpriteUVs(UnityEngine.Sprite,System.Boolean)
  name: GetSpriteUVs(Sprite, bool)
  fullName: UnityEditor.Sprites.SpriteUtility.GetSpriteUVs(UnityEngine.Sprite, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.SpriteUtility.GetSpriteUVs.html
  commentId: M:UnityEditor.Sprites.SpriteUtility.GetSpriteUVs(UnityEngine.Sprite,System.Boolean)
  nameWithType: SpriteUtility.GetSpriteUVs(Sprite, bool)
  type: Method
- uid: UnityEditor.StaticEditorFlags
  name: StaticEditorFlags
  fullName: UnityEditor.StaticEditorFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticEditorFlags.html
  commentId: T:UnityEditor.StaticEditorFlags
  nameWithType: StaticEditorFlags
  type: Enum
- uid: UnityEditor.StaticEditorFlags.BatchingStatic
  name: BatchingStatic
  fullName: UnityEditor.StaticEditorFlags.BatchingStatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticEditorFlags.BatchingStatic.html
  commentId: F:UnityEditor.StaticEditorFlags.BatchingStatic
  nameWithType: StaticEditorFlags.BatchingStatic
  type: Field
- uid: UnityEditor.StaticEditorFlags.LightmapStatic
  name: LightmapStatic
  fullName: UnityEditor.StaticEditorFlags.LightmapStatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticEditorFlags.LightmapStatic.html
  commentId: F:UnityEditor.StaticEditorFlags.LightmapStatic
  nameWithType: StaticEditorFlags.LightmapStatic
  type: Field
- uid: UnityEditor.StaticEditorFlags.NavigationStatic
  name: NavigationStatic
  fullName: UnityEditor.StaticEditorFlags.NavigationStatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticEditorFlags.NavigationStatic.html
  commentId: F:UnityEditor.StaticEditorFlags.NavigationStatic
  nameWithType: StaticEditorFlags.NavigationStatic
  type: Field
- uid: UnityEditor.StaticEditorFlags.OccludeeStatic
  name: OccludeeStatic
  fullName: UnityEditor.StaticEditorFlags.OccludeeStatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticEditorFlags.OccludeeStatic.html
  commentId: F:UnityEditor.StaticEditorFlags.OccludeeStatic
  nameWithType: StaticEditorFlags.OccludeeStatic
  type: Field
- uid: UnityEditor.StaticEditorFlags.OccluderStatic
  name: OccluderStatic
  fullName: UnityEditor.StaticEditorFlags.OccluderStatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticEditorFlags.OccluderStatic.html
  commentId: F:UnityEditor.StaticEditorFlags.OccluderStatic
  nameWithType: StaticEditorFlags.OccluderStatic
  type: Field
- uid: UnityEditor.StaticEditorFlags.OffMeshLinkGeneration
  name: OffMeshLinkGeneration
  fullName: UnityEditor.StaticEditorFlags.OffMeshLinkGeneration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticEditorFlags.OffMeshLinkGeneration.html
  commentId: F:UnityEditor.StaticEditorFlags.OffMeshLinkGeneration
  nameWithType: StaticEditorFlags.OffMeshLinkGeneration
  type: Field
- uid: UnityEditor.StaticEditorFlags.ReflectionProbeStatic
  name: ReflectionProbeStatic
  fullName: UnityEditor.StaticEditorFlags.ReflectionProbeStatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticEditorFlags.ReflectionProbeStatic.html
  commentId: F:UnityEditor.StaticEditorFlags.ReflectionProbeStatic
  nameWithType: StaticEditorFlags.ReflectionProbeStatic
  type: Field
- uid: UnityEditor.StaticOcclusionCulling
  name: StaticOcclusionCulling
  fullName: UnityEditor.StaticOcclusionCulling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling.html
  commentId: T:UnityEditor.StaticOcclusionCulling
  nameWithType: StaticOcclusionCulling
  type: Class
- uid: UnityEditor.StaticOcclusionCulling.backfaceThreshold
  name: backfaceThreshold
  fullName: UnityEditor.StaticOcclusionCulling.backfaceThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling-backfaceThreshold.html
  commentId: P:UnityEditor.StaticOcclusionCulling.backfaceThreshold
  nameWithType: StaticOcclusionCulling.backfaceThreshold
  type: Property
- uid: UnityEditor.StaticOcclusionCulling.Cancel
  name: Cancel()
  fullName: UnityEditor.StaticOcclusionCulling.Cancel()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling.Cancel.html
  commentId: M:UnityEditor.StaticOcclusionCulling.Cancel
  nameWithType: StaticOcclusionCulling.Cancel()
  type: Method
- uid: UnityEditor.StaticOcclusionCulling.Clear
  name: Clear()
  fullName: UnityEditor.StaticOcclusionCulling.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling.Clear.html
  commentId: M:UnityEditor.StaticOcclusionCulling.Clear
  nameWithType: StaticOcclusionCulling.Clear()
  type: Method
- uid: UnityEditor.StaticOcclusionCulling.Compute
  name: Compute()
  fullName: UnityEditor.StaticOcclusionCulling.Compute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling.Compute.html
  commentId: M:UnityEditor.StaticOcclusionCulling.Compute
  nameWithType: StaticOcclusionCulling.Compute()
  type: Method
- uid: UnityEditor.StaticOcclusionCulling.doesSceneHaveManualPortals
  name: doesSceneHaveManualPortals
  fullName: UnityEditor.StaticOcclusionCulling.doesSceneHaveManualPortals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling-doesSceneHaveManualPortals.html
  commentId: P:UnityEditor.StaticOcclusionCulling.doesSceneHaveManualPortals
  nameWithType: StaticOcclusionCulling.doesSceneHaveManualPortals
  type: Property
- uid: UnityEditor.StaticOcclusionCulling.GenerateInBackground
  name: GenerateInBackground()
  fullName: UnityEditor.StaticOcclusionCulling.GenerateInBackground()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling.GenerateInBackground.html
  commentId: M:UnityEditor.StaticOcclusionCulling.GenerateInBackground
  nameWithType: StaticOcclusionCulling.GenerateInBackground()
  type: Method
- uid: UnityEditor.StaticOcclusionCulling.isRunning
  name: isRunning
  fullName: UnityEditor.StaticOcclusionCulling.isRunning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling-isRunning.html
  commentId: P:UnityEditor.StaticOcclusionCulling.isRunning
  nameWithType: StaticOcclusionCulling.isRunning
  type: Property
- uid: UnityEditor.StaticOcclusionCulling.SetDefaultOcclusionBakeSettings
  name: SetDefaultOcclusionBakeSettings()
  fullName: UnityEditor.StaticOcclusionCulling.SetDefaultOcclusionBakeSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling.SetDefaultOcclusionBakeSettings.html
  commentId: M:UnityEditor.StaticOcclusionCulling.SetDefaultOcclusionBakeSettings
  nameWithType: StaticOcclusionCulling.SetDefaultOcclusionBakeSettings()
  type: Method
- uid: UnityEditor.StaticOcclusionCulling.smallestHole
  name: smallestHole
  fullName: UnityEditor.StaticOcclusionCulling.smallestHole
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling-smallestHole.html
  commentId: P:UnityEditor.StaticOcclusionCulling.smallestHole
  nameWithType: StaticOcclusionCulling.smallestHole
  type: Property
- uid: UnityEditor.StaticOcclusionCulling.smallestOccluder
  name: smallestOccluder
  fullName: UnityEditor.StaticOcclusionCulling.smallestOccluder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling-smallestOccluder.html
  commentId: P:UnityEditor.StaticOcclusionCulling.smallestOccluder
  nameWithType: StaticOcclusionCulling.smallestOccluder
  type: Property
- uid: UnityEditor.StaticOcclusionCulling.umbraDataSize
  name: umbraDataSize
  fullName: UnityEditor.StaticOcclusionCulling.umbraDataSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCulling-umbraDataSize.html
  commentId: P:UnityEditor.StaticOcclusionCulling.umbraDataSize
  nameWithType: StaticOcclusionCulling.umbraDataSize
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization
  name: StaticOcclusionCullingVisualization
  fullName: UnityEditor.StaticOcclusionCullingVisualization
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization.html
  commentId: T:UnityEditor.StaticOcclusionCullingVisualization
  nameWithType: StaticOcclusionCullingVisualization
  type: Class
- uid: UnityEditor.StaticOcclusionCullingVisualization.isPreviewOcclusionCullingCameraInPVS
  name: isPreviewOcclusionCullingCameraInPVS
  fullName: UnityEditor.StaticOcclusionCullingVisualization.isPreviewOcclusionCullingCameraInPVS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-isPreviewOcclusionCullingCameraInPVS.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.isPreviewOcclusionCullingCameraInPVS
  nameWithType: StaticOcclusionCullingVisualization.isPreviewOcclusionCullingCameraInPVS
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.previewOcclucionCamera
  name: previewOcclucionCamera
  fullName: UnityEditor.StaticOcclusionCullingVisualization.previewOcclucionCamera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-previewOcclucionCamera.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.previewOcclucionCamera
  nameWithType: StaticOcclusionCullingVisualization.previewOcclucionCamera
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.previewOcclusionCamera
  name: previewOcclusionCamera
  fullName: UnityEditor.StaticOcclusionCullingVisualization.previewOcclusionCamera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-previewOcclusionCamera.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.previewOcclusionCamera
  nameWithType: StaticOcclusionCullingVisualization.previewOcclusionCamera
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.showDynamicObjectBounds
  name: showDynamicObjectBounds
  fullName: UnityEditor.StaticOcclusionCullingVisualization.showDynamicObjectBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-showDynamicObjectBounds.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.showDynamicObjectBounds
  nameWithType: StaticOcclusionCullingVisualization.showDynamicObjectBounds
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.showGeometryCulling
  name: showGeometryCulling
  fullName: UnityEditor.StaticOcclusionCullingVisualization.showGeometryCulling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-showGeometryCulling.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.showGeometryCulling
  nameWithType: StaticOcclusionCullingVisualization.showGeometryCulling
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.showOcclusionCulling
  name: showOcclusionCulling
  fullName: UnityEditor.StaticOcclusionCullingVisualization.showOcclusionCulling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-showOcclusionCulling.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.showOcclusionCulling
  nameWithType: StaticOcclusionCullingVisualization.showOcclusionCulling
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.showPortals
  name: showPortals
  fullName: UnityEditor.StaticOcclusionCullingVisualization.showPortals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-showPortals.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.showPortals
  nameWithType: StaticOcclusionCullingVisualization.showPortals
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.showPreVisualization
  name: showPreVisualization
  fullName: UnityEditor.StaticOcclusionCullingVisualization.showPreVisualization
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-showPreVisualization.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.showPreVisualization
  nameWithType: StaticOcclusionCullingVisualization.showPreVisualization
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.showViewVolumes
  name: showViewVolumes
  fullName: UnityEditor.StaticOcclusionCullingVisualization.showViewVolumes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-showViewVolumes.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.showViewVolumes
  nameWithType: StaticOcclusionCullingVisualization.showViewVolumes
  type: Property
- uid: UnityEditor.StaticOcclusionCullingVisualization.showVisibilityLines
  name: showVisibilityLines
  fullName: UnityEditor.StaticOcclusionCullingVisualization.showVisibilityLines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticOcclusionCullingVisualization-showVisibilityLines.html
  commentId: P:UnityEditor.StaticOcclusionCullingVisualization.showVisibilityLines
  nameWithType: StaticOcclusionCullingVisualization.showVisibilityLines
  type: Property
- uid: UnityEditor.StatusQueryOptions
  name: StatusQueryOptions
  fullName: UnityEditor.StatusQueryOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StatusQueryOptions.html
  commentId: T:UnityEditor.StatusQueryOptions
  nameWithType: StatusQueryOptions
  type: Enum
- uid: UnityEditor.StatusQueryOptions.ForceUpdate
  name: ForceUpdate
  fullName: UnityEditor.StatusQueryOptions.ForceUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StatusQueryOptions.ForceUpdate.html
  commentId: F:UnityEditor.StatusQueryOptions.ForceUpdate
  nameWithType: StatusQueryOptions.ForceUpdate
  type: Field
- uid: UnityEditor.StatusQueryOptions.UseCachedAsync
  name: UseCachedAsync
  fullName: UnityEditor.StatusQueryOptions.UseCachedAsync
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StatusQueryOptions.UseCachedAsync.html
  commentId: F:UnityEditor.StatusQueryOptions.UseCachedAsync
  nameWithType: StatusQueryOptions.UseCachedAsync
  type: Field
- uid: UnityEditor.StatusQueryOptions.UseCachedIfPossible
  name: UseCachedIfPossible
  fullName: UnityEditor.StatusQueryOptions.UseCachedIfPossible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StatusQueryOptions.UseCachedIfPossible.html
  commentId: F:UnityEditor.StatusQueryOptions.UseCachedIfPossible
  nameWithType: StatusQueryOptions.UseCachedIfPossible
  type: Field
- uid: UnityEditor.StereoRenderingPath
  name: StereoRenderingPath
  fullName: UnityEditor.StereoRenderingPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoRenderingPath.html
  commentId: T:UnityEditor.StereoRenderingPath
  nameWithType: StereoRenderingPath
  type: Enum
- uid: UnityEditor.StereoRenderingPath.Instancing
  name: Instancing
  fullName: UnityEditor.StereoRenderingPath.Instancing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoRenderingPath.Instancing.html
  commentId: F:UnityEditor.StereoRenderingPath.Instancing
  nameWithType: StereoRenderingPath.Instancing
  type: Field
- uid: UnityEditor.StereoRenderingPath.MultiPass
  name: MultiPass
  fullName: UnityEditor.StereoRenderingPath.MultiPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoRenderingPath.MultiPass.html
  commentId: F:UnityEditor.StereoRenderingPath.MultiPass
  nameWithType: StereoRenderingPath.MultiPass
  type: Field
- uid: UnityEditor.StereoRenderingPath.SinglePass
  name: SinglePass
  fullName: UnityEditor.StereoRenderingPath.SinglePass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoRenderingPath.SinglePass.html
  commentId: F:UnityEditor.StereoRenderingPath.SinglePass
  nameWithType: StereoRenderingPath.SinglePass
  type: Field
- uid: UnityEditor.StrippingLevel
  name: StrippingLevel
  fullName: UnityEditor.StrippingLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StrippingLevel.html
  commentId: T:UnityEditor.StrippingLevel
  nameWithType: StrippingLevel
  type: Enum
- uid: UnityEditor.StrippingLevel.Disabled
  name: Disabled
  fullName: UnityEditor.StrippingLevel.Disabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StrippingLevel.Disabled.html
  commentId: F:UnityEditor.StrippingLevel.Disabled
  nameWithType: StrippingLevel.Disabled
  type: Field
- uid: UnityEditor.StrippingLevel.StripAssemblies
  name: StripAssemblies
  fullName: UnityEditor.StrippingLevel.StripAssemblies
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StrippingLevel.StripAssemblies.html
  commentId: F:UnityEditor.StrippingLevel.StripAssemblies
  nameWithType: StrippingLevel.StripAssemblies
  type: Field
- uid: UnityEditor.StrippingLevel.StripByteCode
  name: StripByteCode
  fullName: UnityEditor.StrippingLevel.StripByteCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StrippingLevel.StripByteCode.html
  commentId: F:UnityEditor.StrippingLevel.StripByteCode
  nameWithType: StrippingLevel.StripByteCode
  type: Field
- uid: UnityEditor.StrippingLevel.UseMicroMSCorlib
  name: UseMicroMSCorlib
  fullName: UnityEditor.StrippingLevel.UseMicroMSCorlib
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StrippingLevel.UseMicroMSCorlib.html
  commentId: F:UnityEditor.StrippingLevel.UseMicroMSCorlib
  nameWithType: StrippingLevel.UseMicroMSCorlib
  type: Field
- uid: UnityEditor.SubstanceArchive
  name: SubstanceArchive
  fullName: UnityEditor.SubstanceArchive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceArchive.html
  commentId: T:UnityEditor.SubstanceArchive
  nameWithType: SubstanceArchive
  type: Class
- uid: UnityEditor.SubstanceImporter
  name: SubstanceImporter
  fullName: UnityEditor.SubstanceImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.html
  commentId: T:UnityEditor.SubstanceImporter
  nameWithType: SubstanceImporter
  type: Class
- uid: UnityEditor.SubstanceImporter.CloneMaterial(UnityEngine.ProceduralMaterial)
  name: CloneMaterial(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.CloneMaterial(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.CloneMaterial.html
  commentId: M:UnityEditor.SubstanceImporter.CloneMaterial(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.CloneMaterial(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.DestroyMaterial(UnityEngine.ProceduralMaterial)
  name: DestroyMaterial(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.DestroyMaterial(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.DestroyMaterial.html
  commentId: M:UnityEditor.SubstanceImporter.DestroyMaterial(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.DestroyMaterial(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.ExportBitmaps(UnityEngine.ProceduralMaterial,System.String,System.Boolean)
  name: ExportBitmaps(ProceduralMaterial, string, bool)
  fullName: UnityEditor.SubstanceImporter.ExportBitmaps(UnityEngine.ProceduralMaterial, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.ExportBitmaps.html
  commentId: M:UnityEditor.SubstanceImporter.ExportBitmaps(UnityEngine.ProceduralMaterial,System.String,System.Boolean)
  nameWithType: SubstanceImporter.ExportBitmaps(ProceduralMaterial, string, bool)
  type: Method
- uid: UnityEditor.SubstanceImporter.ExportPreset(UnityEngine.ProceduralMaterial,System.String)
  name: ExportPreset(ProceduralMaterial, string)
  fullName: UnityEditor.SubstanceImporter.ExportPreset(UnityEngine.ProceduralMaterial, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.ExportPreset.html
  commentId: M:UnityEditor.SubstanceImporter.ExportPreset(UnityEngine.ProceduralMaterial,System.String)
  nameWithType: SubstanceImporter.ExportPreset(ProceduralMaterial, string)
  type: Method
- uid: UnityEditor.SubstanceImporter.GetAnimationUpdateRate(UnityEngine.ProceduralMaterial)
  name: GetAnimationUpdateRate(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.GetAnimationUpdateRate(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetAnimationUpdateRate.html
  commentId: M:UnityEditor.SubstanceImporter.GetAnimationUpdateRate(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.GetAnimationUpdateRate(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.GetGenerateAllOutputs(UnityEngine.ProceduralMaterial)
  name: GetGenerateAllOutputs(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.GetGenerateAllOutputs(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetGenerateAllOutputs.html
  commentId: M:UnityEditor.SubstanceImporter.GetGenerateAllOutputs(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.GetGenerateAllOutputs(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.GetGenerateMipMaps(UnityEngine.ProceduralMaterial)
  name: GetGenerateMipMaps(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.GetGenerateMipMaps(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetGenerateMipMaps.html
  commentId: M:UnityEditor.SubstanceImporter.GetGenerateMipMaps(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.GetGenerateMipMaps(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.GetMaterialCount
  name: GetMaterialCount()
  fullName: UnityEditor.SubstanceImporter.GetMaterialCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetMaterialCount.html
  commentId: M:UnityEditor.SubstanceImporter.GetMaterialCount
  nameWithType: SubstanceImporter.GetMaterialCount()
  type: Method
- uid: UnityEditor.SubstanceImporter.GetMaterialOffset(UnityEngine.ProceduralMaterial)
  name: GetMaterialOffset(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.GetMaterialOffset(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetMaterialOffset.html
  commentId: M:UnityEditor.SubstanceImporter.GetMaterialOffset(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.GetMaterialOffset(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.GetMaterials
  name: GetMaterials()
  fullName: UnityEditor.SubstanceImporter.GetMaterials()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetMaterials.html
  commentId: M:UnityEditor.SubstanceImporter.GetMaterials
  nameWithType: SubstanceImporter.GetMaterials()
  type: Method
- uid: UnityEditor.SubstanceImporter.GetMaterialScale(UnityEngine.ProceduralMaterial)
  name: GetMaterialScale(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.GetMaterialScale(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetMaterialScale.html
  commentId: M:UnityEditor.SubstanceImporter.GetMaterialScale(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.GetMaterialScale(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.GetPlatformTextureSettings(System.String,System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32@)
  name: GetPlatformTextureSettings(string, string, out int, out int, out int, out int)
  fullName: UnityEditor.SubstanceImporter.GetPlatformTextureSettings(string, string, out int, out int, out int, out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetPlatformTextureSettings.html
  commentId: M:UnityEditor.SubstanceImporter.GetPlatformTextureSettings(System.String,System.String,System.Int32@,System.Int32@,System.Int32@,System.Int32@)
  nameWithType: SubstanceImporter.GetPlatformTextureSettings(string, string, out int, out int, out int, out int)
  type: Method
- uid: UnityEditor.SubstanceImporter.GetPrototypeNames
  name: GetPrototypeNames()
  fullName: UnityEditor.SubstanceImporter.GetPrototypeNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetPrototypeNames.html
  commentId: M:UnityEditor.SubstanceImporter.GetPrototypeNames
  nameWithType: SubstanceImporter.GetPrototypeNames()
  type: Method
- uid: UnityEditor.SubstanceImporter.GetTextureAlphaSource(UnityEngine.ProceduralMaterial,System.String)
  name: GetTextureAlphaSource(ProceduralMaterial, string)
  fullName: UnityEditor.SubstanceImporter.GetTextureAlphaSource(UnityEngine.ProceduralMaterial, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.GetTextureAlphaSource.html
  commentId: M:UnityEditor.SubstanceImporter.GetTextureAlphaSource(UnityEngine.ProceduralMaterial,System.String)
  nameWithType: SubstanceImporter.GetTextureAlphaSource(ProceduralMaterial, string)
  type: Method
- uid: UnityEditor.SubstanceImporter.InstantiateMaterial(System.String)
  name: InstantiateMaterial(string)
  fullName: UnityEditor.SubstanceImporter.InstantiateMaterial(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.InstantiateMaterial.html
  commentId: M:UnityEditor.SubstanceImporter.InstantiateMaterial(System.String)
  nameWithType: SubstanceImporter.InstantiateMaterial(string)
  type: Method
- uid: UnityEditor.SubstanceImporter.OnShaderModified(UnityEngine.ProceduralMaterial)
  name: OnShaderModified(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.OnShaderModified(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.OnShaderModified.html
  commentId: M:UnityEditor.SubstanceImporter.OnShaderModified(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.OnShaderModified(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.RenameMaterial(UnityEngine.ProceduralMaterial,System.String)
  name: RenameMaterial(ProceduralMaterial, string)
  fullName: UnityEditor.SubstanceImporter.RenameMaterial(UnityEngine.ProceduralMaterial, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.RenameMaterial.html
  commentId: M:UnityEditor.SubstanceImporter.RenameMaterial(UnityEngine.ProceduralMaterial,System.String)
  nameWithType: SubstanceImporter.RenameMaterial(ProceduralMaterial, string)
  type: Method
- uid: UnityEditor.SubstanceImporter.ResetMaterial(UnityEngine.ProceduralMaterial)
  name: ResetMaterial(ProceduralMaterial)
  fullName: UnityEditor.SubstanceImporter.ResetMaterial(UnityEngine.ProceduralMaterial)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.ResetMaterial.html
  commentId: M:UnityEditor.SubstanceImporter.ResetMaterial(UnityEngine.ProceduralMaterial)
  nameWithType: SubstanceImporter.ResetMaterial(ProceduralMaterial)
  type: Method
- uid: UnityEditor.SubstanceImporter.SetAnimationUpdateRate(UnityEngine.ProceduralMaterial,System.Int32)
  name: SetAnimationUpdateRate(ProceduralMaterial, int)
  fullName: UnityEditor.SubstanceImporter.SetAnimationUpdateRate(UnityEngine.ProceduralMaterial, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.SetAnimationUpdateRate.html
  commentId: M:UnityEditor.SubstanceImporter.SetAnimationUpdateRate(UnityEngine.ProceduralMaterial,System.Int32)
  nameWithType: SubstanceImporter.SetAnimationUpdateRate(ProceduralMaterial, int)
  type: Method
- uid: UnityEditor.SubstanceImporter.SetGenerateAllOutputs(UnityEngine.ProceduralMaterial,System.Boolean)
  name: SetGenerateAllOutputs(ProceduralMaterial, bool)
  fullName: UnityEditor.SubstanceImporter.SetGenerateAllOutputs(UnityEngine.ProceduralMaterial, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.SetGenerateAllOutputs.html
  commentId: M:UnityEditor.SubstanceImporter.SetGenerateAllOutputs(UnityEngine.ProceduralMaterial,System.Boolean)
  nameWithType: SubstanceImporter.SetGenerateAllOutputs(ProceduralMaterial, bool)
  type: Method
- uid: UnityEditor.SubstanceImporter.SetGenerateMipMaps(UnityEngine.ProceduralMaterial,System.Boolean)
  name: SetGenerateMipMaps(ProceduralMaterial, bool)
  fullName: UnityEditor.SubstanceImporter.SetGenerateMipMaps(UnityEngine.ProceduralMaterial, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.SetGenerateMipMaps.html
  commentId: M:UnityEditor.SubstanceImporter.SetGenerateMipMaps(UnityEngine.ProceduralMaterial,System.Boolean)
  nameWithType: SubstanceImporter.SetGenerateMipMaps(ProceduralMaterial, bool)
  type: Method
- uid: UnityEditor.SubstanceImporter.SetMaterialOffset(UnityEngine.ProceduralMaterial,UnityEngine.Vector2)
  name: SetMaterialOffset(ProceduralMaterial, Vector2)
  fullName: UnityEditor.SubstanceImporter.SetMaterialOffset(UnityEngine.ProceduralMaterial, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.SetMaterialOffset.html
  commentId: M:UnityEditor.SubstanceImporter.SetMaterialOffset(UnityEngine.ProceduralMaterial,UnityEngine.Vector2)
  nameWithType: SubstanceImporter.SetMaterialOffset(ProceduralMaterial, Vector2)
  type: Method
- uid: UnityEditor.SubstanceImporter.SetMaterialScale(UnityEngine.ProceduralMaterial,UnityEngine.Vector2)
  name: SetMaterialScale(ProceduralMaterial, Vector2)
  fullName: UnityEditor.SubstanceImporter.SetMaterialScale(UnityEngine.ProceduralMaterial, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.SetMaterialScale.html
  commentId: M:UnityEditor.SubstanceImporter.SetMaterialScale(UnityEngine.ProceduralMaterial,UnityEngine.Vector2)
  nameWithType: SubstanceImporter.SetMaterialScale(ProceduralMaterial, Vector2)
  type: Method
- uid: UnityEditor.SubstanceImporter.SetPlatformTextureSettings(UnityEngine.ProceduralMaterial,System.String,System.Int32,System.Int32,System.Int32,System.Int32)
  name: SetPlatformTextureSettings(ProceduralMaterial, string, int, int, int, int)
  fullName: UnityEditor.SubstanceImporter.SetPlatformTextureSettings(UnityEngine.ProceduralMaterial, string, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.SetPlatformTextureSettings.html
  commentId: M:UnityEditor.SubstanceImporter.SetPlatformTextureSettings(UnityEngine.ProceduralMaterial,System.String,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: SubstanceImporter.SetPlatformTextureSettings(ProceduralMaterial, string, int, int, int, int)
  type: Method
- uid: UnityEditor.SubstanceImporter.SetTextureAlphaSource(UnityEngine.ProceduralMaterial,System.String,UnityEngine.ProceduralOutputType)
  name: SetTextureAlphaSource(ProceduralMaterial, string, ProceduralOutputType)
  fullName: UnityEditor.SubstanceImporter.SetTextureAlphaSource(UnityEngine.ProceduralMaterial, string, UnityEngine.ProceduralOutputType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SubstanceImporter.SetTextureAlphaSource.html
  commentId: M:UnityEditor.SubstanceImporter.SetTextureAlphaSource(UnityEngine.ProceduralMaterial,System.String,UnityEngine.ProceduralOutputType)
  nameWithType: SubstanceImporter.SetTextureAlphaSource(ProceduralMaterial, string, ProceduralOutputType)
  type: Method
- uid: UnityEditor.SupportedRenderingFeatures
  name: SupportedRenderingFeatures
  fullName: UnityEditor.SupportedRenderingFeatures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SupportedRenderingFeatures.html
  commentId: T:UnityEditor.SupportedRenderingFeatures
  nameWithType: SupportedRenderingFeatures
  type: Struct
- uid: UnityEditor.SupportedRenderingFeatures.active
  name: active
  fullName: UnityEditor.SupportedRenderingFeatures.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SupportedRenderingFeatures-active.html
  commentId: P:UnityEditor.SupportedRenderingFeatures.active
  nameWithType: SupportedRenderingFeatures.active
  type: Property
- uid: UnityEditor.SupportedRenderingFeatures.Default
  name: Default
  fullName: UnityEditor.SupportedRenderingFeatures.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SupportedRenderingFeatures.Default.html
  commentId: P:UnityEditor.SupportedRenderingFeatures.Default
  nameWithType: SupportedRenderingFeatures.Default
  type: Property
- uid: UnityEditor.SupportedRenderingFeatures.reflectionProbe
  name: reflectionProbe
  fullName: UnityEditor.SupportedRenderingFeatures.reflectionProbe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SupportedRenderingFeatures-reflectionProbe.html
  commentId: F:UnityEditor.SupportedRenderingFeatures.reflectionProbe
  nameWithType: SupportedRenderingFeatures.reflectionProbe
  type: Field
- uid: UnityEditor.SupportedRenderingFeatures.ReflectionProbe
  name: SupportedRenderingFeatures.ReflectionProbe
  fullName: UnityEditor.SupportedRenderingFeatures.ReflectionProbe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SupportedRenderingFeatures.ReflectionProbe.html
  commentId: T:UnityEditor.SupportedRenderingFeatures.ReflectionProbe
  nameWithType: SupportedRenderingFeatures.ReflectionProbe
  type: Enum
- uid: UnityEditor.SupportedRenderingFeatures.ReflectionProbe.None
  name: None
  fullName: UnityEditor.SupportedRenderingFeatures.ReflectionProbe.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SupportedRenderingFeatures.ReflectionProbe.None.html
  commentId: F:UnityEditor.SupportedRenderingFeatures.ReflectionProbe.None
  nameWithType: SupportedRenderingFeatures.ReflectionProbe.None
  type: Field
- uid: UnityEditor.SupportedRenderingFeatures.ReflectionProbe.Rotation
  name: Rotation
  fullName: UnityEditor.SupportedRenderingFeatures.ReflectionProbe.Rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SupportedRenderingFeatures.ReflectionProbe.Rotation.html
  commentId: F:UnityEditor.SupportedRenderingFeatures.ReflectionProbe.Rotation
  nameWithType: SupportedRenderingFeatures.ReflectionProbe.Rotation
  type: Field
- uid: UnityEditor.TakeInfo
  name: TakeInfo
  fullName: UnityEditor.TakeInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TakeInfo.html
  commentId: T:UnityEditor.TakeInfo
  nameWithType: TakeInfo
  type: Struct
- uid: UnityEditor.TakeInfo.bakeStartTime
  name: bakeStartTime
  fullName: UnityEditor.TakeInfo.bakeStartTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TakeInfo-bakeStartTime.html
  commentId: F:UnityEditor.TakeInfo.bakeStartTime
  nameWithType: TakeInfo.bakeStartTime
  type: Field
- uid: UnityEditor.TakeInfo.bakeStopTime
  name: bakeStopTime
  fullName: UnityEditor.TakeInfo.bakeStopTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TakeInfo-bakeStopTime.html
  commentId: F:UnityEditor.TakeInfo.bakeStopTime
  nameWithType: TakeInfo.bakeStopTime
  type: Field
- uid: UnityEditor.TakeInfo.defaultClipName
  name: defaultClipName
  fullName: UnityEditor.TakeInfo.defaultClipName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TakeInfo-defaultClipName.html
  commentId: F:UnityEditor.TakeInfo.defaultClipName
  nameWithType: TakeInfo.defaultClipName
  type: Field
- uid: UnityEditor.TakeInfo.name
  name: name
  fullName: UnityEditor.TakeInfo.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TakeInfo-name.html
  commentId: F:UnityEditor.TakeInfo.name
  nameWithType: TakeInfo.name
  type: Field
- uid: UnityEditor.TakeInfo.sampleRate
  name: sampleRate
  fullName: UnityEditor.TakeInfo.sampleRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TakeInfo-sampleRate.html
  commentId: F:UnityEditor.TakeInfo.sampleRate
  nameWithType: TakeInfo.sampleRate
  type: Field
- uid: UnityEditor.TakeInfo.startTime
  name: startTime
  fullName: UnityEditor.TakeInfo.startTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TakeInfo-startTime.html
  commentId: F:UnityEditor.TakeInfo.startTime
  nameWithType: TakeInfo.startTime
  type: Field
- uid: UnityEditor.TakeInfo.stopTime
  name: stopTime
  fullName: UnityEditor.TakeInfo.stopTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TakeInfo-stopTime.html
  commentId: F:UnityEditor.TakeInfo.stopTime
  nameWithType: TakeInfo.stopTime
  type: Field
- uid: UnityEditor.TargetGlesGraphics
  name: TargetGlesGraphics
  fullName: UnityEditor.TargetGlesGraphics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetGlesGraphics.html
  commentId: T:UnityEditor.TargetGlesGraphics
  nameWithType: TargetGlesGraphics
  type: Enum
- uid: UnityEditor.TargetGlesGraphics.Automatic
  name: Automatic
  fullName: UnityEditor.TargetGlesGraphics.Automatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetGlesGraphics.Automatic.html
  commentId: F:UnityEditor.TargetGlesGraphics.Automatic
  nameWithType: TargetGlesGraphics.Automatic
  type: Field
- uid: UnityEditor.TargetGlesGraphics.OpenGLES_1_x
  name: OpenGLES_1_x
  fullName: UnityEditor.TargetGlesGraphics.OpenGLES_1_x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetGlesGraphics.OpenGLES_1_x.html
  commentId: F:UnityEditor.TargetGlesGraphics.OpenGLES_1_x
  nameWithType: TargetGlesGraphics.OpenGLES_1_x
  type: Field
- uid: UnityEditor.TargetGlesGraphics.OpenGLES_2_0
  name: OpenGLES_2_0
  fullName: UnityEditor.TargetGlesGraphics.OpenGLES_2_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetGlesGraphics.OpenGLES_2_0.html
  commentId: F:UnityEditor.TargetGlesGraphics.OpenGLES_2_0
  nameWithType: TargetGlesGraphics.OpenGLES_2_0
  type: Field
- uid: UnityEditor.TargetGlesGraphics.OpenGLES_3_0
  name: OpenGLES_3_0
  fullName: UnityEditor.TargetGlesGraphics.OpenGLES_3_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetGlesGraphics.OpenGLES_3_0.html
  commentId: F:UnityEditor.TargetGlesGraphics.OpenGLES_3_0
  nameWithType: TargetGlesGraphics.OpenGLES_3_0
  type: Field
- uid: UnityEditor.TargetIOSGraphics
  name: TargetIOSGraphics
  fullName: UnityEditor.TargetIOSGraphics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetIOSGraphics.html
  commentId: T:UnityEditor.TargetIOSGraphics
  nameWithType: TargetIOSGraphics
  type: Enum
- uid: UnityEditor.TargetIOSGraphics.Automatic
  name: Automatic
  fullName: UnityEditor.TargetIOSGraphics.Automatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetIOSGraphics.Automatic.html
  commentId: F:UnityEditor.TargetIOSGraphics.Automatic
  nameWithType: TargetIOSGraphics.Automatic
  type: Field
- uid: UnityEditor.TargetIOSGraphics.Metal
  name: Metal
  fullName: UnityEditor.TargetIOSGraphics.Metal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetIOSGraphics.Metal.html
  commentId: F:UnityEditor.TargetIOSGraphics.Metal
  nameWithType: TargetIOSGraphics.Metal
  type: Field
- uid: UnityEditor.TargetIOSGraphics.OpenGLES_2_0
  name: OpenGLES_2_0
  fullName: UnityEditor.TargetIOSGraphics.OpenGLES_2_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetIOSGraphics.OpenGLES_2_0.html
  commentId: F:UnityEditor.TargetIOSGraphics.OpenGLES_2_0
  nameWithType: TargetIOSGraphics.OpenGLES_2_0
  type: Field
- uid: UnityEditor.TargetIOSGraphics.OpenGLES_3_0
  name: OpenGLES_3_0
  fullName: UnityEditor.TargetIOSGraphics.OpenGLES_3_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetIOSGraphics.OpenGLES_3_0.html
  commentId: F:UnityEditor.TargetIOSGraphics.OpenGLES_3_0
  nameWithType: TargetIOSGraphics.OpenGLES_3_0
  type: Field
- uid: UnityEditor.TextureImporter
  name: TextureImporter
  fullName: UnityEditor.TextureImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.html
  commentId: T:UnityEditor.TextureImporter
  nameWithType: TextureImporter
  type: Class
- uid: UnityEditor.TextureImporter.allowAlphaSplitting
  name: allowAlphaSplitting
  fullName: UnityEditor.TextureImporter.allowAlphaSplitting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-allowAlphaSplitting.html
  commentId: P:UnityEditor.TextureImporter.allowAlphaSplitting
  nameWithType: TextureImporter.allowAlphaSplitting
  type: Property
- uid: UnityEditor.TextureImporter.alphaIsTransparency
  name: alphaIsTransparency
  fullName: UnityEditor.TextureImporter.alphaIsTransparency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-alphaIsTransparency.html
  commentId: P:UnityEditor.TextureImporter.alphaIsTransparency
  nameWithType: TextureImporter.alphaIsTransparency
  type: Property
- uid: UnityEditor.TextureImporter.alphaSource
  name: alphaSource
  fullName: UnityEditor.TextureImporter.alphaSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-alphaSource.html
  commentId: P:UnityEditor.TextureImporter.alphaSource
  nameWithType: TextureImporter.alphaSource
  type: Property
- uid: UnityEditor.TextureImporter.alphaTestReferenceValue
  name: alphaTestReferenceValue
  fullName: UnityEditor.TextureImporter.alphaTestReferenceValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-alphaTestReferenceValue.html
  commentId: P:UnityEditor.TextureImporter.alphaTestReferenceValue
  nameWithType: TextureImporter.alphaTestReferenceValue
  type: Property
- uid: UnityEditor.TextureImporter.anisoLevel
  name: anisoLevel
  fullName: UnityEditor.TextureImporter.anisoLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-anisoLevel.html
  commentId: P:UnityEditor.TextureImporter.anisoLevel
  nameWithType: TextureImporter.anisoLevel
  type: Property
- uid: UnityEditor.TextureImporter.borderMipmap
  name: borderMipmap
  fullName: UnityEditor.TextureImporter.borderMipmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-borderMipmap.html
  commentId: P:UnityEditor.TextureImporter.borderMipmap
  nameWithType: TextureImporter.borderMipmap
  type: Property
- uid: UnityEditor.TextureImporter.ClearPlatformTextureSettings(System.String)
  name: ClearPlatformTextureSettings(string)
  fullName: UnityEditor.TextureImporter.ClearPlatformTextureSettings(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.ClearPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.ClearPlatformTextureSettings(System.String)
  nameWithType: TextureImporter.ClearPlatformTextureSettings(string)
  type: Method
- uid: UnityEditor.TextureImporter.compressionQuality
  name: compressionQuality
  fullName: UnityEditor.TextureImporter.compressionQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-compressionQuality.html
  commentId: P:UnityEditor.TextureImporter.compressionQuality
  nameWithType: TextureImporter.compressionQuality
  type: Property
- uid: UnityEditor.TextureImporter.convertToNormalmap
  name: convertToNormalmap
  fullName: UnityEditor.TextureImporter.convertToNormalmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-convertToNormalmap.html
  commentId: P:UnityEditor.TextureImporter.convertToNormalmap
  nameWithType: TextureImporter.convertToNormalmap
  type: Property
- uid: UnityEditor.TextureImporter.correctGamma
  name: correctGamma
  fullName: UnityEditor.TextureImporter.correctGamma
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-correctGamma.html
  commentId: P:UnityEditor.TextureImporter.correctGamma
  nameWithType: TextureImporter.correctGamma
  type: Property
- uid: UnityEditor.TextureImporter.crunchedCompression
  name: crunchedCompression
  fullName: UnityEditor.TextureImporter.crunchedCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-crunchedCompression.html
  commentId: P:UnityEditor.TextureImporter.crunchedCompression
  nameWithType: TextureImporter.crunchedCompression
  type: Property
- uid: UnityEditor.TextureImporter.DoesSourceTextureHaveAlpha
  name: DoesSourceTextureHaveAlpha()
  fullName: UnityEditor.TextureImporter.DoesSourceTextureHaveAlpha()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.DoesSourceTextureHaveAlpha.html
  commentId: M:UnityEditor.TextureImporter.DoesSourceTextureHaveAlpha
  nameWithType: TextureImporter.DoesSourceTextureHaveAlpha()
  type: Method
- uid: UnityEditor.TextureImporter.DoesSourceTextureHaveColor
  name: DoesSourceTextureHaveColor()
  fullName: UnityEditor.TextureImporter.DoesSourceTextureHaveColor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.DoesSourceTextureHaveColor.html
  commentId: M:UnityEditor.TextureImporter.DoesSourceTextureHaveColor
  nameWithType: TextureImporter.DoesSourceTextureHaveColor()
  type: Method
- uid: UnityEditor.TextureImporter.fadeout
  name: fadeout
  fullName: UnityEditor.TextureImporter.fadeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-fadeout.html
  commentId: P:UnityEditor.TextureImporter.fadeout
  nameWithType: TextureImporter.fadeout
  type: Property
- uid: UnityEditor.TextureImporter.filterMode
  name: filterMode
  fullName: UnityEditor.TextureImporter.filterMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-filterMode.html
  commentId: P:UnityEditor.TextureImporter.filterMode
  nameWithType: TextureImporter.filterMode
  type: Property
- uid: UnityEditor.TextureImporter.generateCubemap
  name: generateCubemap
  fullName: UnityEditor.TextureImporter.generateCubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-generateCubemap.html
  commentId: P:UnityEditor.TextureImporter.generateCubemap
  nameWithType: TextureImporter.generateCubemap
  type: Property
- uid: UnityEditor.TextureImporter.generateMipsInLinearSpace
  name: generateMipsInLinearSpace
  fullName: UnityEditor.TextureImporter.generateMipsInLinearSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-generateMipsInLinearSpace.html
  commentId: P:UnityEditor.TextureImporter.generateMipsInLinearSpace
  nameWithType: TextureImporter.generateMipsInLinearSpace
  type: Property
- uid: UnityEditor.TextureImporter.GetAllowsAlphaSplitting
  name: GetAllowsAlphaSplitting()
  fullName: UnityEditor.TextureImporter.GetAllowsAlphaSplitting()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.GetAllowsAlphaSplitting.html
  commentId: M:UnityEditor.TextureImporter.GetAllowsAlphaSplitting
  nameWithType: TextureImporter.GetAllowsAlphaSplitting()
  type: Method
- uid: UnityEditor.TextureImporter.GetAutomaticFormat(System.String)
  name: GetAutomaticFormat(string)
  fullName: UnityEditor.TextureImporter.GetAutomaticFormat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.GetAutomaticFormat.html
  commentId: M:UnityEditor.TextureImporter.GetAutomaticFormat(System.String)
  nameWithType: TextureImporter.GetAutomaticFormat(string)
  type: Method
- uid: UnityEditor.TextureImporter.GetDefaultPlatformTextureSettings
  name: GetDefaultPlatformTextureSettings()
  fullName: UnityEditor.TextureImporter.GetDefaultPlatformTextureSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.GetDefaultPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.GetDefaultPlatformTextureSettings
  nameWithType: TextureImporter.GetDefaultPlatformTextureSettings()
  type: Method
- uid: UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32@,UnityEditor.TextureImporterFormat@,System.Int32@,System.Boolean@)
  name: GetPlatformTextureSettings(string, out int, out TextureImporterFormat, out int, out bool)
  fullName: UnityEditor.TextureImporter.GetPlatformTextureSettings(string, out int, out UnityEditor.TextureImporterFormat, out int, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.GetPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32@,UnityEditor.TextureImporterFormat@,System.Int32@,System.Boolean@)
  nameWithType: TextureImporter.GetPlatformTextureSettings(string, out int, out TextureImporterFormat, out int, out bool)
  type: Method
- uid: UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32@,UnityEditor.TextureImporterFormat@,System.Int32@)
  name: GetPlatformTextureSettings(string, out int, out TextureImporterFormat, out int)
  fullName: UnityEditor.TextureImporter.GetPlatformTextureSettings(string, out int, out UnityEditor.TextureImporterFormat, out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.GetPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32@,UnityEditor.TextureImporterFormat@,System.Int32@)
  nameWithType: TextureImporter.GetPlatformTextureSettings(string, out int, out TextureImporterFormat, out int)
  type: Method
- uid: UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32@,UnityEditor.TextureImporterFormat@)
  name: GetPlatformTextureSettings(string, out int, out TextureImporterFormat)
  fullName: UnityEditor.TextureImporter.GetPlatformTextureSettings(string, out int, out UnityEditor.TextureImporterFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.GetPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32@,UnityEditor.TextureImporterFormat@)
  nameWithType: TextureImporter.GetPlatformTextureSettings(string, out int, out TextureImporterFormat)
  type: Method
- uid: UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String)
  name: GetPlatformTextureSettings(string)
  fullName: UnityEditor.TextureImporter.GetPlatformTextureSettings(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.GetPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String)
  nameWithType: TextureImporter.GetPlatformTextureSettings(string)
  type: Method
- uid: UnityEditor.TextureImporter.grayscaleToAlpha
  name: grayscaleToAlpha
  fullName: UnityEditor.TextureImporter.grayscaleToAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-grayscaleToAlpha.html
  commentId: P:UnityEditor.TextureImporter.grayscaleToAlpha
  nameWithType: TextureImporter.grayscaleToAlpha
  type: Property
- uid: UnityEditor.TextureImporter.heightmapScale
  name: heightmapScale
  fullName: UnityEditor.TextureImporter.heightmapScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-heightmapScale.html
  commentId: P:UnityEditor.TextureImporter.heightmapScale
  nameWithType: TextureImporter.heightmapScale
  type: Property
- uid: UnityEditor.TextureImporter.isReadable
  name: isReadable
  fullName: UnityEditor.TextureImporter.isReadable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-isReadable.html
  commentId: P:UnityEditor.TextureImporter.isReadable
  nameWithType: TextureImporter.isReadable
  type: Property
- uid: UnityEditor.TextureImporter.lightmap
  name: lightmap
  fullName: UnityEditor.TextureImporter.lightmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-lightmap.html
  commentId: P:UnityEditor.TextureImporter.lightmap
  nameWithType: TextureImporter.lightmap
  type: Property
- uid: UnityEditor.TextureImporter.linearTexture
  name: linearTexture
  fullName: UnityEditor.TextureImporter.linearTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-linearTexture.html
  commentId: P:UnityEditor.TextureImporter.linearTexture
  nameWithType: TextureImporter.linearTexture
  type: Property
- uid: UnityEditor.TextureImporter.maxTextureSize
  name: maxTextureSize
  fullName: UnityEditor.TextureImporter.maxTextureSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-maxTextureSize.html
  commentId: P:UnityEditor.TextureImporter.maxTextureSize
  nameWithType: TextureImporter.maxTextureSize
  type: Property
- uid: UnityEditor.TextureImporter.mipMapBias
  name: mipMapBias
  fullName: UnityEditor.TextureImporter.mipMapBias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-mipMapBias.html
  commentId: P:UnityEditor.TextureImporter.mipMapBias
  nameWithType: TextureImporter.mipMapBias
  type: Property
- uid: UnityEditor.TextureImporter.mipmapEnabled
  name: mipmapEnabled
  fullName: UnityEditor.TextureImporter.mipmapEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-mipmapEnabled.html
  commentId: P:UnityEditor.TextureImporter.mipmapEnabled
  nameWithType: TextureImporter.mipmapEnabled
  type: Property
- uid: UnityEditor.TextureImporter.mipmapFadeDistanceEnd
  name: mipmapFadeDistanceEnd
  fullName: UnityEditor.TextureImporter.mipmapFadeDistanceEnd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-mipmapFadeDistanceEnd.html
  commentId: P:UnityEditor.TextureImporter.mipmapFadeDistanceEnd
  nameWithType: TextureImporter.mipmapFadeDistanceEnd
  type: Property
- uid: UnityEditor.TextureImporter.mipmapFadeDistanceStart
  name: mipmapFadeDistanceStart
  fullName: UnityEditor.TextureImporter.mipmapFadeDistanceStart
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-mipmapFadeDistanceStart.html
  commentId: P:UnityEditor.TextureImporter.mipmapFadeDistanceStart
  nameWithType: TextureImporter.mipmapFadeDistanceStart
  type: Property
- uid: UnityEditor.TextureImporter.mipmapFilter
  name: mipmapFilter
  fullName: UnityEditor.TextureImporter.mipmapFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-mipmapFilter.html
  commentId: P:UnityEditor.TextureImporter.mipmapFilter
  nameWithType: TextureImporter.mipmapFilter
  type: Property
- uid: UnityEditor.TextureImporter.mipMapsPreserveCoverage
  name: mipMapsPreserveCoverage
  fullName: UnityEditor.TextureImporter.mipMapsPreserveCoverage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-mipMapsPreserveCoverage.html
  commentId: P:UnityEditor.TextureImporter.mipMapsPreserveCoverage
  nameWithType: TextureImporter.mipMapsPreserveCoverage
  type: Property
- uid: UnityEditor.TextureImporter.normalmap
  name: normalmap
  fullName: UnityEditor.TextureImporter.normalmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-normalmap.html
  commentId: P:UnityEditor.TextureImporter.normalmap
  nameWithType: TextureImporter.normalmap
  type: Property
- uid: UnityEditor.TextureImporter.normalmapFilter
  name: normalmapFilter
  fullName: UnityEditor.TextureImporter.normalmapFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-normalmapFilter.html
  commentId: P:UnityEditor.TextureImporter.normalmapFilter
  nameWithType: TextureImporter.normalmapFilter
  type: Property
- uid: UnityEditor.TextureImporter.npotScale
  name: npotScale
  fullName: UnityEditor.TextureImporter.npotScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-npotScale.html
  commentId: P:UnityEditor.TextureImporter.npotScale
  nameWithType: TextureImporter.npotScale
  type: Property
- uid: UnityEditor.TextureImporter.qualifiesForSpritePacking
  name: qualifiesForSpritePacking
  fullName: UnityEditor.TextureImporter.qualifiesForSpritePacking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-qualifiesForSpritePacking.html
  commentId: P:UnityEditor.TextureImporter.qualifiesForSpritePacking
  nameWithType: TextureImporter.qualifiesForSpritePacking
  type: Property
- uid: UnityEditor.TextureImporter.ReadTextureImportInstructions(UnityEditor.BuildTarget,UnityEngine.TextureFormat@,UnityEngine.ColorSpace@,System.Int32@)
  name: ReadTextureImportInstructions(BuildTarget, out TextureFormat, out ColorSpace, out int)
  fullName: UnityEditor.TextureImporter.ReadTextureImportInstructions(UnityEditor.BuildTarget, out UnityEngine.TextureFormat, out UnityEngine.ColorSpace, out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.ReadTextureImportInstructions.html
  commentId: M:UnityEditor.TextureImporter.ReadTextureImportInstructions(UnityEditor.BuildTarget,UnityEngine.TextureFormat@,UnityEngine.ColorSpace@,System.Int32@)
  nameWithType: TextureImporter.ReadTextureImportInstructions(BuildTarget, out TextureFormat, out ColorSpace, out int)
  type: Method
- uid: UnityEditor.TextureImporter.ReadTextureSettings(UnityEditor.TextureImporterSettings)
  name: ReadTextureSettings(TextureImporterSettings)
  fullName: UnityEditor.TextureImporter.ReadTextureSettings(UnityEditor.TextureImporterSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.ReadTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.ReadTextureSettings(UnityEditor.TextureImporterSettings)
  nameWithType: TextureImporter.ReadTextureSettings(TextureImporterSettings)
  type: Method
- uid: UnityEditor.TextureImporter.SetAllowsAlphaSplitting(System.Boolean)
  name: SetAllowsAlphaSplitting(bool)
  fullName: UnityEditor.TextureImporter.SetAllowsAlphaSplitting(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.SetAllowsAlphaSplitting.html
  commentId: M:UnityEditor.TextureImporter.SetAllowsAlphaSplitting(System.Boolean)
  nameWithType: TextureImporter.SetAllowsAlphaSplitting(bool)
  type: Method
- uid: UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat,System.Boolean)
  name: SetPlatformTextureSettings(string, int, TextureImporterFormat, bool)
  fullName: UnityEditor.TextureImporter.SetPlatformTextureSettings(string, int, UnityEditor.TextureImporterFormat, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.SetPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat,System.Boolean)
  nameWithType: TextureImporter.SetPlatformTextureSettings(string, int, TextureImporterFormat, bool)
  type: Method
- uid: UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat,System.Int32,System.Boolean)
  name: SetPlatformTextureSettings(string, int, TextureImporterFormat, int, bool)
  fullName: UnityEditor.TextureImporter.SetPlatformTextureSettings(string, int, UnityEditor.TextureImporterFormat, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.SetPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat,System.Int32,System.Boolean)
  nameWithType: TextureImporter.SetPlatformTextureSettings(string, int, TextureImporterFormat, int, bool)
  type: Method
- uid: UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat)
  name: SetPlatformTextureSettings(string, int, TextureImporterFormat)
  fullName: UnityEditor.TextureImporter.SetPlatformTextureSettings(string, int, UnityEditor.TextureImporterFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.SetPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat)
  nameWithType: TextureImporter.SetPlatformTextureSettings(string, int, TextureImporterFormat)
  type: Method
- uid: UnityEditor.TextureImporter.SetPlatformTextureSettings(UnityEditor.TextureImporterPlatformSettings)
  name: SetPlatformTextureSettings(TextureImporterPlatformSettings)
  fullName: UnityEditor.TextureImporter.SetPlatformTextureSettings(UnityEditor.TextureImporterPlatformSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.SetPlatformTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.SetPlatformTextureSettings(UnityEditor.TextureImporterPlatformSettings)
  nameWithType: TextureImporter.SetPlatformTextureSettings(TextureImporterPlatformSettings)
  type: Method
- uid: UnityEditor.TextureImporter.SetTextureSettings(UnityEditor.TextureImporterSettings)
  name: SetTextureSettings(TextureImporterSettings)
  fullName: UnityEditor.TextureImporter.SetTextureSettings(UnityEditor.TextureImporterSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter.SetTextureSettings.html
  commentId: M:UnityEditor.TextureImporter.SetTextureSettings(UnityEditor.TextureImporterSettings)
  nameWithType: TextureImporter.SetTextureSettings(TextureImporterSettings)
  type: Method
- uid: UnityEditor.TextureImporter.spriteBorder
  name: spriteBorder
  fullName: UnityEditor.TextureImporter.spriteBorder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-spriteBorder.html
  commentId: P:UnityEditor.TextureImporter.spriteBorder
  nameWithType: TextureImporter.spriteBorder
  type: Property
- uid: UnityEditor.TextureImporter.spriteImportMode
  name: spriteImportMode
  fullName: UnityEditor.TextureImporter.spriteImportMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-spriteImportMode.html
  commentId: P:UnityEditor.TextureImporter.spriteImportMode
  nameWithType: TextureImporter.spriteImportMode
  type: Property
- uid: UnityEditor.TextureImporter.spritePackingTag
  name: spritePackingTag
  fullName: UnityEditor.TextureImporter.spritePackingTag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-spritePackingTag.html
  commentId: P:UnityEditor.TextureImporter.spritePackingTag
  nameWithType: TextureImporter.spritePackingTag
  type: Property
- uid: UnityEditor.TextureImporter.spritePivot
  name: spritePivot
  fullName: UnityEditor.TextureImporter.spritePivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-spritePivot.html
  commentId: P:UnityEditor.TextureImporter.spritePivot
  nameWithType: TextureImporter.spritePivot
  type: Property
- uid: UnityEditor.TextureImporter.spritePixelsPerUnit
  name: spritePixelsPerUnit
  fullName: UnityEditor.TextureImporter.spritePixelsPerUnit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-spritePixelsPerUnit.html
  commentId: P:UnityEditor.TextureImporter.spritePixelsPerUnit
  nameWithType: TextureImporter.spritePixelsPerUnit
  type: Property
- uid: UnityEditor.TextureImporter.spritePixelsToUnits
  name: spritePixelsToUnits
  fullName: UnityEditor.TextureImporter.spritePixelsToUnits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-spritePixelsToUnits.html
  commentId: P:UnityEditor.TextureImporter.spritePixelsToUnits
  nameWithType: TextureImporter.spritePixelsToUnits
  type: Property
- uid: UnityEditor.TextureImporter.spritesheet
  name: spritesheet
  fullName: UnityEditor.TextureImporter.spritesheet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-spritesheet.html
  commentId: P:UnityEditor.TextureImporter.spritesheet
  nameWithType: TextureImporter.spritesheet
  type: Property
- uid: UnityEditor.TextureImporter.sRGBTexture
  name: sRGBTexture
  fullName: UnityEditor.TextureImporter.sRGBTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-sRGBTexture.html
  commentId: P:UnityEditor.TextureImporter.sRGBTexture
  nameWithType: TextureImporter.sRGBTexture
  type: Property
- uid: UnityEditor.TextureImporter.textureCompression
  name: textureCompression
  fullName: UnityEditor.TextureImporter.textureCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-textureCompression.html
  commentId: P:UnityEditor.TextureImporter.textureCompression
  nameWithType: TextureImporter.textureCompression
  type: Property
- uid: UnityEditor.TextureImporter.textureFormat
  name: textureFormat
  fullName: UnityEditor.TextureImporter.textureFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-textureFormat.html
  commentId: P:UnityEditor.TextureImporter.textureFormat
  nameWithType: TextureImporter.textureFormat
  type: Property
- uid: UnityEditor.TextureImporter.textureShape
  name: textureShape
  fullName: UnityEditor.TextureImporter.textureShape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-textureShape.html
  commentId: P:UnityEditor.TextureImporter.textureShape
  nameWithType: TextureImporter.textureShape
  type: Property
- uid: UnityEditor.TextureImporter.textureType
  name: textureType
  fullName: UnityEditor.TextureImporter.textureType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-textureType.html
  commentId: P:UnityEditor.TextureImporter.textureType
  nameWithType: TextureImporter.textureType
  type: Property
- uid: UnityEditor.TextureImporter.wrapMode
  name: wrapMode
  fullName: UnityEditor.TextureImporter.wrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-wrapMode.html
  commentId: P:UnityEditor.TextureImporter.wrapMode
  nameWithType: TextureImporter.wrapMode
  type: Property
- uid: UnityEditor.TextureImporter.wrapModeU
  name: wrapModeU
  fullName: UnityEditor.TextureImporter.wrapModeU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-wrapModeU.html
  commentId: P:UnityEditor.TextureImporter.wrapModeU
  nameWithType: TextureImporter.wrapModeU
  type: Property
- uid: UnityEditor.TextureImporter.wrapModeV
  name: wrapModeV
  fullName: UnityEditor.TextureImporter.wrapModeV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-wrapModeV.html
  commentId: P:UnityEditor.TextureImporter.wrapModeV
  nameWithType: TextureImporter.wrapModeV
  type: Property
- uid: UnityEditor.TextureImporter.wrapModeW
  name: wrapModeW
  fullName: UnityEditor.TextureImporter.wrapModeW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporter-wrapModeW.html
  commentId: P:UnityEditor.TextureImporter.wrapModeW
  nameWithType: TextureImporter.wrapModeW
  type: Property
- uid: UnityEditor.TextureImporterAlphaSource
  name: TextureImporterAlphaSource
  fullName: UnityEditor.TextureImporterAlphaSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterAlphaSource.html
  commentId: T:UnityEditor.TextureImporterAlphaSource
  nameWithType: TextureImporterAlphaSource
  type: Enum
- uid: UnityEditor.TextureImporterAlphaSource.FromGrayScale
  name: FromGrayScale
  fullName: UnityEditor.TextureImporterAlphaSource.FromGrayScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterAlphaSource.FromGrayScale.html
  commentId: F:UnityEditor.TextureImporterAlphaSource.FromGrayScale
  nameWithType: TextureImporterAlphaSource.FromGrayScale
  type: Field
- uid: UnityEditor.TextureImporterAlphaSource.FromInput
  name: FromInput
  fullName: UnityEditor.TextureImporterAlphaSource.FromInput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterAlphaSource.FromInput.html
  commentId: F:UnityEditor.TextureImporterAlphaSource.FromInput
  nameWithType: TextureImporterAlphaSource.FromInput
  type: Field
- uid: UnityEditor.TextureImporterAlphaSource.None
  name: None
  fullName: UnityEditor.TextureImporterAlphaSource.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterAlphaSource.None.html
  commentId: F:UnityEditor.TextureImporterAlphaSource.None
  nameWithType: TextureImporterAlphaSource.None
  type: Field
- uid: UnityEditor.TextureImporterCompression
  name: TextureImporterCompression
  fullName: UnityEditor.TextureImporterCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCompression.html
  commentId: T:UnityEditor.TextureImporterCompression
  nameWithType: TextureImporterCompression
  type: Enum
- uid: UnityEditor.TextureImporterCompression.Compressed
  name: Compressed
  fullName: UnityEditor.TextureImporterCompression.Compressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCompression.Compressed.html
  commentId: F:UnityEditor.TextureImporterCompression.Compressed
  nameWithType: TextureImporterCompression.Compressed
  type: Field
- uid: UnityEditor.TextureImporterCompression.CompressedHQ
  name: CompressedHQ
  fullName: UnityEditor.TextureImporterCompression.CompressedHQ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCompression.CompressedHQ.html
  commentId: F:UnityEditor.TextureImporterCompression.CompressedHQ
  nameWithType: TextureImporterCompression.CompressedHQ
  type: Field
- uid: UnityEditor.TextureImporterCompression.CompressedLQ
  name: CompressedLQ
  fullName: UnityEditor.TextureImporterCompression.CompressedLQ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCompression.CompressedLQ.html
  commentId: F:UnityEditor.TextureImporterCompression.CompressedLQ
  nameWithType: TextureImporterCompression.CompressedLQ
  type: Field
- uid: UnityEditor.TextureImporterCompression.Uncompressed
  name: Uncompressed
  fullName: UnityEditor.TextureImporterCompression.Uncompressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCompression.Uncompressed.html
  commentId: F:UnityEditor.TextureImporterCompression.Uncompressed
  nameWithType: TextureImporterCompression.Uncompressed
  type: Field
- uid: UnityEditor.TextureImporterCubemapConvolution
  name: TextureImporterCubemapConvolution
  fullName: UnityEditor.TextureImporterCubemapConvolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCubemapConvolution.html
  commentId: T:UnityEditor.TextureImporterCubemapConvolution
  nameWithType: TextureImporterCubemapConvolution
  type: Enum
- uid: UnityEditor.TextureImporterCubemapConvolution.Diffuse
  name: Diffuse
  fullName: UnityEditor.TextureImporterCubemapConvolution.Diffuse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCubemapConvolution.Diffuse.html
  commentId: F:UnityEditor.TextureImporterCubemapConvolution.Diffuse
  nameWithType: TextureImporterCubemapConvolution.Diffuse
  type: Field
- uid: UnityEditor.TextureImporterCubemapConvolution.None
  name: None
  fullName: UnityEditor.TextureImporterCubemapConvolution.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCubemapConvolution.None.html
  commentId: F:UnityEditor.TextureImporterCubemapConvolution.None
  nameWithType: TextureImporterCubemapConvolution.None
  type: Field
- uid: UnityEditor.TextureImporterCubemapConvolution.Specular
  name: Specular
  fullName: UnityEditor.TextureImporterCubemapConvolution.Specular
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterCubemapConvolution.Specular.html
  commentId: F:UnityEditor.TextureImporterCubemapConvolution.Specular
  nameWithType: TextureImporterCubemapConvolution.Specular
  type: Field
- uid: UnityEditor.TextureImporterFormat
  name: TextureImporterFormat
  fullName: UnityEditor.TextureImporterFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.html
  commentId: T:UnityEditor.TextureImporterFormat
  nameWithType: TextureImporterFormat
  type: Enum
- uid: UnityEditor.TextureImporterFormat.Alpha8
  name: Alpha8
  fullName: UnityEditor.TextureImporterFormat.Alpha8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.Alpha8.html
  commentId: F:UnityEditor.TextureImporterFormat.Alpha8
  nameWithType: TextureImporterFormat.Alpha8
  type: Field
- uid: UnityEditor.TextureImporterFormat.ARGB16
  name: ARGB16
  fullName: UnityEditor.TextureImporterFormat.ARGB16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ARGB16.html
  commentId: F:UnityEditor.TextureImporterFormat.ARGB16
  nameWithType: TextureImporterFormat.ARGB16
  type: Field
- uid: UnityEditor.TextureImporterFormat.ARGB32
  name: ARGB32
  fullName: UnityEditor.TextureImporterFormat.ARGB32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ARGB32.html
  commentId: F:UnityEditor.TextureImporterFormat.ARGB32
  nameWithType: TextureImporterFormat.ARGB32
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGB_10x10
  name: ASTC_RGB_10x10
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGB_10x10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGB_10x10.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGB_10x10
  nameWithType: TextureImporterFormat.ASTC_RGB_10x10
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGB_12x12
  name: ASTC_RGB_12x12
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGB_12x12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGB_12x12.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGB_12x12
  nameWithType: TextureImporterFormat.ASTC_RGB_12x12
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGB_4x4
  name: ASTC_RGB_4x4
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGB_4x4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGB_4x4.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGB_4x4
  nameWithType: TextureImporterFormat.ASTC_RGB_4x4
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGB_5x5
  name: ASTC_RGB_5x5
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGB_5x5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGB_5x5.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGB_5x5
  nameWithType: TextureImporterFormat.ASTC_RGB_5x5
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGB_6x6
  name: ASTC_RGB_6x6
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGB_6x6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGB_6x6.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGB_6x6
  nameWithType: TextureImporterFormat.ASTC_RGB_6x6
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGB_8x8
  name: ASTC_RGB_8x8
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGB_8x8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGB_8x8.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGB_8x8
  nameWithType: TextureImporterFormat.ASTC_RGB_8x8
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGBA_10x10
  name: ASTC_RGBA_10x10
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGBA_10x10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGBA_10x10.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGBA_10x10
  nameWithType: TextureImporterFormat.ASTC_RGBA_10x10
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGBA_12x12
  name: ASTC_RGBA_12x12
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGBA_12x12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGBA_12x12.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGBA_12x12
  nameWithType: TextureImporterFormat.ASTC_RGBA_12x12
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGBA_4x4
  name: ASTC_RGBA_4x4
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGBA_4x4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGBA_4x4.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGBA_4x4
  nameWithType: TextureImporterFormat.ASTC_RGBA_4x4
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGBA_5x5
  name: ASTC_RGBA_5x5
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGBA_5x5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGBA_5x5.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGBA_5x5
  nameWithType: TextureImporterFormat.ASTC_RGBA_5x5
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGBA_6x6
  name: ASTC_RGBA_6x6
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGBA_6x6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGBA_6x6.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGBA_6x6
  nameWithType: TextureImporterFormat.ASTC_RGBA_6x6
  type: Field
- uid: UnityEditor.TextureImporterFormat.ASTC_RGBA_8x8
  name: ASTC_RGBA_8x8
  fullName: UnityEditor.TextureImporterFormat.ASTC_RGBA_8x8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ASTC_RGBA_8x8.html
  commentId: F:UnityEditor.TextureImporterFormat.ASTC_RGBA_8x8
  nameWithType: TextureImporterFormat.ASTC_RGBA_8x8
  type: Field
- uid: UnityEditor.TextureImporterFormat.ATC_RGB4
  name: ATC_RGB4
  fullName: UnityEditor.TextureImporterFormat.ATC_RGB4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ATC_RGB4.html
  commentId: F:UnityEditor.TextureImporterFormat.ATC_RGB4
  nameWithType: TextureImporterFormat.ATC_RGB4
  type: Field
- uid: UnityEditor.TextureImporterFormat.ATC_RGBA8
  name: ATC_RGBA8
  fullName: UnityEditor.TextureImporterFormat.ATC_RGBA8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ATC_RGBA8.html
  commentId: F:UnityEditor.TextureImporterFormat.ATC_RGBA8
  nameWithType: TextureImporterFormat.ATC_RGBA8
  type: Field
- uid: UnityEditor.TextureImporterFormat.Automatic
  name: Automatic
  fullName: UnityEditor.TextureImporterFormat.Automatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.Automatic.html
  commentId: F:UnityEditor.TextureImporterFormat.Automatic
  nameWithType: TextureImporterFormat.Automatic
  type: Field
- uid: UnityEditor.TextureImporterFormat.Automatic16bit
  name: Automatic16bit
  fullName: UnityEditor.TextureImporterFormat.Automatic16bit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.Automatic16bit.html
  commentId: F:UnityEditor.TextureImporterFormat.Automatic16bit
  nameWithType: TextureImporterFormat.Automatic16bit
  type: Field
- uid: UnityEditor.TextureImporterFormat.AutomaticCompressed
  name: AutomaticCompressed
  fullName: UnityEditor.TextureImporterFormat.AutomaticCompressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.AutomaticCompressed.html
  commentId: F:UnityEditor.TextureImporterFormat.AutomaticCompressed
  nameWithType: TextureImporterFormat.AutomaticCompressed
  type: Field
- uid: UnityEditor.TextureImporterFormat.AutomaticCompressedHDR
  name: AutomaticCompressedHDR
  fullName: UnityEditor.TextureImporterFormat.AutomaticCompressedHDR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.AutomaticCompressedHDR.html
  commentId: F:UnityEditor.TextureImporterFormat.AutomaticCompressedHDR
  nameWithType: TextureImporterFormat.AutomaticCompressedHDR
  type: Field
- uid: UnityEditor.TextureImporterFormat.AutomaticHDR
  name: AutomaticHDR
  fullName: UnityEditor.TextureImporterFormat.AutomaticHDR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.AutomaticHDR.html
  commentId: F:UnityEditor.TextureImporterFormat.AutomaticHDR
  nameWithType: TextureImporterFormat.AutomaticHDR
  type: Field
- uid: UnityEditor.TextureImporterFormat.AutomaticTruecolor
  name: AutomaticTruecolor
  fullName: UnityEditor.TextureImporterFormat.AutomaticTruecolor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.AutomaticTruecolor.html
  commentId: F:UnityEditor.TextureImporterFormat.AutomaticTruecolor
  nameWithType: TextureImporterFormat.AutomaticTruecolor
  type: Field
- uid: UnityEditor.TextureImporterFormat.BC4
  name: BC4
  fullName: UnityEditor.TextureImporterFormat.BC4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.BC4.html
  commentId: F:UnityEditor.TextureImporterFormat.BC4
  nameWithType: TextureImporterFormat.BC4
  type: Field
- uid: UnityEditor.TextureImporterFormat.BC5
  name: BC5
  fullName: UnityEditor.TextureImporterFormat.BC5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.BC5.html
  commentId: F:UnityEditor.TextureImporterFormat.BC5
  nameWithType: TextureImporterFormat.BC5
  type: Field
- uid: UnityEditor.TextureImporterFormat.BC6H
  name: BC6H
  fullName: UnityEditor.TextureImporterFormat.BC6H
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.BC6H.html
  commentId: F:UnityEditor.TextureImporterFormat.BC6H
  nameWithType: TextureImporterFormat.BC6H
  type: Field
- uid: UnityEditor.TextureImporterFormat.BC7
  name: BC7
  fullName: UnityEditor.TextureImporterFormat.BC7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.BC7.html
  commentId: F:UnityEditor.TextureImporterFormat.BC7
  nameWithType: TextureImporterFormat.BC7
  type: Field
- uid: UnityEditor.TextureImporterFormat.DXT1
  name: DXT1
  fullName: UnityEditor.TextureImporterFormat.DXT1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.DXT1.html
  commentId: F:UnityEditor.TextureImporterFormat.DXT1
  nameWithType: TextureImporterFormat.DXT1
  type: Field
- uid: UnityEditor.TextureImporterFormat.DXT5
  name: DXT5
  fullName: UnityEditor.TextureImporterFormat.DXT5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.DXT5.html
  commentId: F:UnityEditor.TextureImporterFormat.DXT5
  nameWithType: TextureImporterFormat.DXT5
  type: Field
- uid: UnityEditor.TextureImporterFormat.EAC_R
  name: EAC_R
  fullName: UnityEditor.TextureImporterFormat.EAC_R
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.EAC_R.html
  commentId: F:UnityEditor.TextureImporterFormat.EAC_R
  nameWithType: TextureImporterFormat.EAC_R
  type: Field
- uid: UnityEditor.TextureImporterFormat.EAC_R_SIGNED
  name: EAC_R_SIGNED
  fullName: UnityEditor.TextureImporterFormat.EAC_R_SIGNED
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.EAC_R_SIGNED.html
  commentId: F:UnityEditor.TextureImporterFormat.EAC_R_SIGNED
  nameWithType: TextureImporterFormat.EAC_R_SIGNED
  type: Field
- uid: UnityEditor.TextureImporterFormat.EAC_RG
  name: EAC_RG
  fullName: UnityEditor.TextureImporterFormat.EAC_RG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.EAC_RG.html
  commentId: F:UnityEditor.TextureImporterFormat.EAC_RG
  nameWithType: TextureImporterFormat.EAC_RG
  type: Field
- uid: UnityEditor.TextureImporterFormat.EAC_RG_SIGNED
  name: EAC_RG_SIGNED
  fullName: UnityEditor.TextureImporterFormat.EAC_RG_SIGNED
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.EAC_RG_SIGNED.html
  commentId: F:UnityEditor.TextureImporterFormat.EAC_RG_SIGNED
  nameWithType: TextureImporterFormat.EAC_RG_SIGNED
  type: Field
- uid: UnityEditor.TextureImporterFormat.ETC_RGB4
  name: ETC_RGB4
  fullName: UnityEditor.TextureImporterFormat.ETC_RGB4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ETC_RGB4.html
  commentId: F:UnityEditor.TextureImporterFormat.ETC_RGB4
  nameWithType: TextureImporterFormat.ETC_RGB4
  type: Field
- uid: UnityEditor.TextureImporterFormat.ETC2_RGB4
  name: ETC2_RGB4
  fullName: UnityEditor.TextureImporterFormat.ETC2_RGB4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ETC2_RGB4.html
  commentId: F:UnityEditor.TextureImporterFormat.ETC2_RGB4
  nameWithType: TextureImporterFormat.ETC2_RGB4
  type: Field
- uid: UnityEditor.TextureImporterFormat.ETC2_RGB4_PUNCHTHROUGH_ALPHA
  name: ETC2_RGB4_PUNCHTHROUGH_ALPHA
  fullName: UnityEditor.TextureImporterFormat.ETC2_RGB4_PUNCHTHROUGH_ALPHA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ETC2_RGB4_PUNCHTHROUGH_ALPHA.html
  commentId: F:UnityEditor.TextureImporterFormat.ETC2_RGB4_PUNCHTHROUGH_ALPHA
  nameWithType: TextureImporterFormat.ETC2_RGB4_PUNCHTHROUGH_ALPHA
  type: Field
- uid: UnityEditor.TextureImporterFormat.ETC2_RGBA8
  name: ETC2_RGBA8
  fullName: UnityEditor.TextureImporterFormat.ETC2_RGBA8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.ETC2_RGBA8.html
  commentId: F:UnityEditor.TextureImporterFormat.ETC2_RGBA8
  nameWithType: TextureImporterFormat.ETC2_RGBA8
  type: Field
- uid: UnityEditor.TextureImporterFormat.PVRTC_RGB2
  name: PVRTC_RGB2
  fullName: UnityEditor.TextureImporterFormat.PVRTC_RGB2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.PVRTC_RGB2.html
  commentId: F:UnityEditor.TextureImporterFormat.PVRTC_RGB2
  nameWithType: TextureImporterFormat.PVRTC_RGB2
  type: Field
- uid: UnityEditor.TextureImporterFormat.PVRTC_RGB4
  name: PVRTC_RGB4
  fullName: UnityEditor.TextureImporterFormat.PVRTC_RGB4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.PVRTC_RGB4.html
  commentId: F:UnityEditor.TextureImporterFormat.PVRTC_RGB4
  nameWithType: TextureImporterFormat.PVRTC_RGB4
  type: Field
- uid: UnityEditor.TextureImporterFormat.PVRTC_RGBA2
  name: PVRTC_RGBA2
  fullName: UnityEditor.TextureImporterFormat.PVRTC_RGBA2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.PVRTC_RGBA2.html
  commentId: F:UnityEditor.TextureImporterFormat.PVRTC_RGBA2
  nameWithType: TextureImporterFormat.PVRTC_RGBA2
  type: Field
- uid: UnityEditor.TextureImporterFormat.PVRTC_RGBA4
  name: PVRTC_RGBA4
  fullName: UnityEditor.TextureImporterFormat.PVRTC_RGBA4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.PVRTC_RGBA4.html
  commentId: F:UnityEditor.TextureImporterFormat.PVRTC_RGBA4
  nameWithType: TextureImporterFormat.PVRTC_RGBA4
  type: Field
- uid: UnityEditor.TextureImporterFormat.RGB16
  name: RGB16
  fullName: UnityEditor.TextureImporterFormat.RGB16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.RGB16.html
  commentId: F:UnityEditor.TextureImporterFormat.RGB16
  nameWithType: TextureImporterFormat.RGB16
  type: Field
- uid: UnityEditor.TextureImporterFormat.RGB24
  name: RGB24
  fullName: UnityEditor.TextureImporterFormat.RGB24
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.RGB24.html
  commentId: F:UnityEditor.TextureImporterFormat.RGB24
  nameWithType: TextureImporterFormat.RGB24
  type: Field
- uid: UnityEditor.TextureImporterFormat.RGBA16
  name: RGBA16
  fullName: UnityEditor.TextureImporterFormat.RGBA16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.RGBA16.html
  commentId: F:UnityEditor.TextureImporterFormat.RGBA16
  nameWithType: TextureImporterFormat.RGBA16
  type: Field
- uid: UnityEditor.TextureImporterFormat.RGBA32
  name: RGBA32
  fullName: UnityEditor.TextureImporterFormat.RGBA32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.RGBA32.html
  commentId: F:UnityEditor.TextureImporterFormat.RGBA32
  nameWithType: TextureImporterFormat.RGBA32
  type: Field
- uid: UnityEditor.TextureImporterFormat.RGBAHalf
  name: RGBAHalf
  fullName: UnityEditor.TextureImporterFormat.RGBAHalf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterFormat.RGBAHalf.html
  commentId: F:UnityEditor.TextureImporterFormat.RGBAHalf
  nameWithType: TextureImporterFormat.RGBAHalf
  type: Field
- uid: UnityEditor.TextureImporterGenerateCubemap
  name: TextureImporterGenerateCubemap
  fullName: UnityEditor.TextureImporterGenerateCubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterGenerateCubemap.html
  commentId: T:UnityEditor.TextureImporterGenerateCubemap
  nameWithType: TextureImporterGenerateCubemap
  type: Enum
- uid: UnityEditor.TextureImporterGenerateCubemap.AutoCubemap
  name: AutoCubemap
  fullName: UnityEditor.TextureImporterGenerateCubemap.AutoCubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterGenerateCubemap.AutoCubemap.html
  commentId: F:UnityEditor.TextureImporterGenerateCubemap.AutoCubemap
  nameWithType: TextureImporterGenerateCubemap.AutoCubemap
  type: Field
- uid: UnityEditor.TextureImporterGenerateCubemap.Cylindrical
  name: Cylindrical
  fullName: UnityEditor.TextureImporterGenerateCubemap.Cylindrical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterGenerateCubemap.Cylindrical.html
  commentId: F:UnityEditor.TextureImporterGenerateCubemap.Cylindrical
  nameWithType: TextureImporterGenerateCubemap.Cylindrical
  type: Field
- uid: UnityEditor.TextureImporterGenerateCubemap.FullCubemap
  name: FullCubemap
  fullName: UnityEditor.TextureImporterGenerateCubemap.FullCubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterGenerateCubemap.FullCubemap.html
  commentId: F:UnityEditor.TextureImporterGenerateCubemap.FullCubemap
  nameWithType: TextureImporterGenerateCubemap.FullCubemap
  type: Field
- uid: UnityEditor.TextureImporterGenerateCubemap.NiceSpheremap
  name: NiceSpheremap
  fullName: UnityEditor.TextureImporterGenerateCubemap.NiceSpheremap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterGenerateCubemap.NiceSpheremap.html
  commentId: F:UnityEditor.TextureImporterGenerateCubemap.NiceSpheremap
  nameWithType: TextureImporterGenerateCubemap.NiceSpheremap
  type: Field
- uid: UnityEditor.TextureImporterGenerateCubemap.None
  name: None
  fullName: UnityEditor.TextureImporterGenerateCubemap.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterGenerateCubemap.None.html
  commentId: F:UnityEditor.TextureImporterGenerateCubemap.None
  nameWithType: TextureImporterGenerateCubemap.None
  type: Field
- uid: UnityEditor.TextureImporterGenerateCubemap.SimpleSpheremap
  name: SimpleSpheremap
  fullName: UnityEditor.TextureImporterGenerateCubemap.SimpleSpheremap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterGenerateCubemap.SimpleSpheremap.html
  commentId: F:UnityEditor.TextureImporterGenerateCubemap.SimpleSpheremap
  nameWithType: TextureImporterGenerateCubemap.SimpleSpheremap
  type: Field
- uid: UnityEditor.TextureImporterGenerateCubemap.Spheremap
  name: Spheremap
  fullName: UnityEditor.TextureImporterGenerateCubemap.Spheremap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterGenerateCubemap.Spheremap.html
  commentId: F:UnityEditor.TextureImporterGenerateCubemap.Spheremap
  nameWithType: TextureImporterGenerateCubemap.Spheremap
  type: Field
- uid: UnityEditor.TextureImporterMipFilter
  name: TextureImporterMipFilter
  fullName: UnityEditor.TextureImporterMipFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterMipFilter.html
  commentId: T:UnityEditor.TextureImporterMipFilter
  nameWithType: TextureImporterMipFilter
  type: Enum
- uid: UnityEditor.TextureImporterMipFilter.BoxFilter
  name: BoxFilter
  fullName: UnityEditor.TextureImporterMipFilter.BoxFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterMipFilter.BoxFilter.html
  commentId: F:UnityEditor.TextureImporterMipFilter.BoxFilter
  nameWithType: TextureImporterMipFilter.BoxFilter
  type: Field
- uid: UnityEditor.TextureImporterMipFilter.KaiserFilter
  name: KaiserFilter
  fullName: UnityEditor.TextureImporterMipFilter.KaiserFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterMipFilter.KaiserFilter.html
  commentId: F:UnityEditor.TextureImporterMipFilter.KaiserFilter
  nameWithType: TextureImporterMipFilter.KaiserFilter
  type: Field
- uid: UnityEditor.TextureImporterNormalFilter
  name: TextureImporterNormalFilter
  fullName: UnityEditor.TextureImporterNormalFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterNormalFilter.html
  commentId: T:UnityEditor.TextureImporterNormalFilter
  nameWithType: TextureImporterNormalFilter
  type: Enum
- uid: UnityEditor.TextureImporterNormalFilter.Sobel
  name: Sobel
  fullName: UnityEditor.TextureImporterNormalFilter.Sobel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterNormalFilter.Sobel.html
  commentId: F:UnityEditor.TextureImporterNormalFilter.Sobel
  nameWithType: TextureImporterNormalFilter.Sobel
  type: Field
- uid: UnityEditor.TextureImporterNormalFilter.Standard
  name: Standard
  fullName: UnityEditor.TextureImporterNormalFilter.Standard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterNormalFilter.Standard.html
  commentId: F:UnityEditor.TextureImporterNormalFilter.Standard
  nameWithType: TextureImporterNormalFilter.Standard
  type: Field
- uid: UnityEditor.TextureImporterNPOTScale
  name: TextureImporterNPOTScale
  fullName: UnityEditor.TextureImporterNPOTScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterNPOTScale.html
  commentId: T:UnityEditor.TextureImporterNPOTScale
  nameWithType: TextureImporterNPOTScale
  type: Enum
- uid: UnityEditor.TextureImporterNPOTScale.None
  name: None
  fullName: UnityEditor.TextureImporterNPOTScale.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterNPOTScale.None.html
  commentId: F:UnityEditor.TextureImporterNPOTScale.None
  nameWithType: TextureImporterNPOTScale.None
  type: Field
- uid: UnityEditor.TextureImporterNPOTScale.ToLarger
  name: ToLarger
  fullName: UnityEditor.TextureImporterNPOTScale.ToLarger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterNPOTScale.ToLarger.html
  commentId: F:UnityEditor.TextureImporterNPOTScale.ToLarger
  nameWithType: TextureImporterNPOTScale.ToLarger
  type: Field
- uid: UnityEditor.TextureImporterNPOTScale.ToNearest
  name: ToNearest
  fullName: UnityEditor.TextureImporterNPOTScale.ToNearest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterNPOTScale.ToNearest.html
  commentId: F:UnityEditor.TextureImporterNPOTScale.ToNearest
  nameWithType: TextureImporterNPOTScale.ToNearest
  type: Field
- uid: UnityEditor.TextureImporterNPOTScale.ToSmaller
  name: ToSmaller
  fullName: UnityEditor.TextureImporterNPOTScale.ToSmaller
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterNPOTScale.ToSmaller.html
  commentId: F:UnityEditor.TextureImporterNPOTScale.ToSmaller
  nameWithType: TextureImporterNPOTScale.ToSmaller
  type: Field
- uid: UnityEditor.TextureImporterPlatformSettings
  name: TextureImporterPlatformSettings
  fullName: UnityEditor.TextureImporterPlatformSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings.html
  commentId: T:UnityEditor.TextureImporterPlatformSettings
  nameWithType: TextureImporterPlatformSettings
  type: Class
- uid: UnityEditor.TextureImporterPlatformSettings.allowsAlphaSplitting
  name: allowsAlphaSplitting
  fullName: UnityEditor.TextureImporterPlatformSettings.allowsAlphaSplitting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-allowsAlphaSplitting.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.allowsAlphaSplitting
  nameWithType: TextureImporterPlatformSettings.allowsAlphaSplitting
  type: Property
- uid: UnityEditor.TextureImporterPlatformSettings.compressionQuality
  name: compressionQuality
  fullName: UnityEditor.TextureImporterPlatformSettings.compressionQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-compressionQuality.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.compressionQuality
  nameWithType: TextureImporterPlatformSettings.compressionQuality
  type: Property
- uid: UnityEditor.TextureImporterPlatformSettings.CopyTo(UnityEditor.TextureImporterPlatformSettings)
  name: CopyTo(TextureImporterPlatformSettings)
  fullName: UnityEditor.TextureImporterPlatformSettings.CopyTo(UnityEditor.TextureImporterPlatformSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings.CopyTo.html
  commentId: M:UnityEditor.TextureImporterPlatformSettings.CopyTo(UnityEditor.TextureImporterPlatformSettings)
  nameWithType: TextureImporterPlatformSettings.CopyTo(TextureImporterPlatformSettings)
  type: Method
- uid: UnityEditor.TextureImporterPlatformSettings.crunchedCompression
  name: crunchedCompression
  fullName: UnityEditor.TextureImporterPlatformSettings.crunchedCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-crunchedCompression.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.crunchedCompression
  nameWithType: TextureImporterPlatformSettings.crunchedCompression
  type: Property
- uid: UnityEditor.TextureImporterPlatformSettings.format
  name: format
  fullName: UnityEditor.TextureImporterPlatformSettings.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-format.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.format
  nameWithType: TextureImporterPlatformSettings.format
  type: Property
- uid: UnityEditor.TextureImporterPlatformSettings.maxTextureSize
  name: maxTextureSize
  fullName: UnityEditor.TextureImporterPlatformSettings.maxTextureSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-maxTextureSize.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.maxTextureSize
  nameWithType: TextureImporterPlatformSettings.maxTextureSize
  type: Property
- uid: UnityEditor.TextureImporterPlatformSettings.name
  name: name
  fullName: UnityEditor.TextureImporterPlatformSettings.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-name.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.name
  nameWithType: TextureImporterPlatformSettings.name
  type: Property
- uid: UnityEditor.TextureImporterPlatformSettings.overridden
  name: overridden
  fullName: UnityEditor.TextureImporterPlatformSettings.overridden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-overridden.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.overridden
  nameWithType: TextureImporterPlatformSettings.overridden
  type: Property
- uid: UnityEditor.TextureImporterPlatformSettings.resizeAlgorithm
  name: resizeAlgorithm
  fullName: UnityEditor.TextureImporterPlatformSettings.resizeAlgorithm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-resizeAlgorithm.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.resizeAlgorithm
  nameWithType: TextureImporterPlatformSettings.resizeAlgorithm
  type: Property
- uid: UnityEditor.TextureImporterPlatformSettings.textureCompression
  name: textureCompression
  fullName: UnityEditor.TextureImporterPlatformSettings.textureCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterPlatformSettings-textureCompression.html
  commentId: P:UnityEditor.TextureImporterPlatformSettings.textureCompression
  nameWithType: TextureImporterPlatformSettings.textureCompression
  type: Property
- uid: UnityEditor.TextureImporterRGBMMode
  name: TextureImporterRGBMMode
  fullName: UnityEditor.TextureImporterRGBMMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterRGBMMode.html
  commentId: T:UnityEditor.TextureImporterRGBMMode
  nameWithType: TextureImporterRGBMMode
  type: Enum
- uid: UnityEditor.TextureImporterRGBMMode.Auto
  name: Auto
  fullName: UnityEditor.TextureImporterRGBMMode.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterRGBMMode.Auto.html
  commentId: F:UnityEditor.TextureImporterRGBMMode.Auto
  nameWithType: TextureImporterRGBMMode.Auto
  type: Field
- uid: UnityEditor.TextureImporterRGBMMode.Encoded
  name: Encoded
  fullName: UnityEditor.TextureImporterRGBMMode.Encoded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterRGBMMode.Encoded.html
  commentId: F:UnityEditor.TextureImporterRGBMMode.Encoded
  nameWithType: TextureImporterRGBMMode.Encoded
  type: Field
- uid: UnityEditor.TextureImporterRGBMMode.Off
  name: Off
  fullName: UnityEditor.TextureImporterRGBMMode.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterRGBMMode.Off.html
  commentId: F:UnityEditor.TextureImporterRGBMMode.Off
  nameWithType: TextureImporterRGBMMode.Off
  type: Field
- uid: UnityEditor.TextureImporterRGBMMode.On
  name: On
  fullName: UnityEditor.TextureImporterRGBMMode.On
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterRGBMMode.On.html
  commentId: F:UnityEditor.TextureImporterRGBMMode.On
  nameWithType: TextureImporterRGBMMode.On
  type: Field
- uid: UnityEditor.TextureImporterSettings
  name: TextureImporterSettings
  fullName: UnityEditor.TextureImporterSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings.html
  commentId: T:UnityEditor.TextureImporterSettings
  nameWithType: TextureImporterSettings
  type: Class
- uid: UnityEditor.TextureImporterSettings.alphaIsTransparency
  name: alphaIsTransparency
  fullName: UnityEditor.TextureImporterSettings.alphaIsTransparency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-alphaIsTransparency.html
  commentId: P:UnityEditor.TextureImporterSettings.alphaIsTransparency
  nameWithType: TextureImporterSettings.alphaIsTransparency
  type: Property
- uid: UnityEditor.TextureImporterSettings.alphaSource
  name: alphaSource
  fullName: UnityEditor.TextureImporterSettings.alphaSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-alphaSource.html
  commentId: P:UnityEditor.TextureImporterSettings.alphaSource
  nameWithType: TextureImporterSettings.alphaSource
  type: Property
- uid: UnityEditor.TextureImporterSettings.alphaTestReferenceValue
  name: alphaTestReferenceValue
  fullName: UnityEditor.TextureImporterSettings.alphaTestReferenceValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-alphaTestReferenceValue.html
  commentId: P:UnityEditor.TextureImporterSettings.alphaTestReferenceValue
  nameWithType: TextureImporterSettings.alphaTestReferenceValue
  type: Property
- uid: UnityEditor.TextureImporterSettings.aniso
  name: aniso
  fullName: UnityEditor.TextureImporterSettings.aniso
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-aniso.html
  commentId: P:UnityEditor.TextureImporterSettings.aniso
  nameWithType: TextureImporterSettings.aniso
  type: Property
- uid: UnityEditor.TextureImporterSettings.ApplyTextureType(UnityEditor.TextureImporterType,System.Boolean)
  name: ApplyTextureType(TextureImporterType, bool)
  fullName: UnityEditor.TextureImporterSettings.ApplyTextureType(UnityEditor.TextureImporterType, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings.ApplyTextureType.html
  commentId: M:UnityEditor.TextureImporterSettings.ApplyTextureType(UnityEditor.TextureImporterType,System.Boolean)
  nameWithType: TextureImporterSettings.ApplyTextureType(TextureImporterType, bool)
  type: Method
- uid: UnityEditor.TextureImporterSettings.ApplyTextureType(UnityEditor.TextureImporterType)
  name: ApplyTextureType(TextureImporterType)
  fullName: UnityEditor.TextureImporterSettings.ApplyTextureType(UnityEditor.TextureImporterType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings.ApplyTextureType.html
  commentId: M:UnityEditor.TextureImporterSettings.ApplyTextureType(UnityEditor.TextureImporterType)
  nameWithType: TextureImporterSettings.ApplyTextureType(TextureImporterType)
  type: Method
- uid: UnityEditor.TextureImporterSettings.borderMipmap
  name: borderMipmap
  fullName: UnityEditor.TextureImporterSettings.borderMipmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-borderMipmap.html
  commentId: P:UnityEditor.TextureImporterSettings.borderMipmap
  nameWithType: TextureImporterSettings.borderMipmap
  type: Property
- uid: UnityEditor.TextureImporterSettings.compressionQuality
  name: compressionQuality
  fullName: UnityEditor.TextureImporterSettings.compressionQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-compressionQuality.html
  commentId: P:UnityEditor.TextureImporterSettings.compressionQuality
  nameWithType: TextureImporterSettings.compressionQuality
  type: Property
- uid: UnityEditor.TextureImporterSettings.convertToNormalMap
  name: convertToNormalMap
  fullName: UnityEditor.TextureImporterSettings.convertToNormalMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-convertToNormalMap.html
  commentId: P:UnityEditor.TextureImporterSettings.convertToNormalMap
  nameWithType: TextureImporterSettings.convertToNormalMap
  type: Property
- uid: UnityEditor.TextureImporterSettings.CopyTo(UnityEditor.TextureImporterSettings)
  name: CopyTo(TextureImporterSettings)
  fullName: UnityEditor.TextureImporterSettings.CopyTo(UnityEditor.TextureImporterSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings.CopyTo.html
  commentId: M:UnityEditor.TextureImporterSettings.CopyTo(UnityEditor.TextureImporterSettings)
  nameWithType: TextureImporterSettings.CopyTo(TextureImporterSettings)
  type: Method
- uid: UnityEditor.TextureImporterSettings.cubemapConvolution
  name: cubemapConvolution
  fullName: UnityEditor.TextureImporterSettings.cubemapConvolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-cubemapConvolution.html
  commentId: P:UnityEditor.TextureImporterSettings.cubemapConvolution
  nameWithType: TextureImporterSettings.cubemapConvolution
  type: Property
- uid: UnityEditor.TextureImporterSettings.cubemapConvolutionExponent
  name: cubemapConvolutionExponent
  fullName: UnityEditor.TextureImporterSettings.cubemapConvolutionExponent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-cubemapConvolutionExponent.html
  commentId: P:UnityEditor.TextureImporterSettings.cubemapConvolutionExponent
  nameWithType: TextureImporterSettings.cubemapConvolutionExponent
  type: Property
- uid: UnityEditor.TextureImporterSettings.cubemapConvolutionSteps
  name: cubemapConvolutionSteps
  fullName: UnityEditor.TextureImporterSettings.cubemapConvolutionSteps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-cubemapConvolutionSteps.html
  commentId: P:UnityEditor.TextureImporterSettings.cubemapConvolutionSteps
  nameWithType: TextureImporterSettings.cubemapConvolutionSteps
  type: Property
- uid: UnityEditor.TextureImporterSettings.Equal(UnityEditor.TextureImporterSettings,UnityEditor.TextureImporterSettings)
  name: Equal(TextureImporterSettings, TextureImporterSettings)
  fullName: UnityEditor.TextureImporterSettings.Equal(UnityEditor.TextureImporterSettings, UnityEditor.TextureImporterSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings.Equal.html
  commentId: M:UnityEditor.TextureImporterSettings.Equal(UnityEditor.TextureImporterSettings,UnityEditor.TextureImporterSettings)
  nameWithType: TextureImporterSettings.Equal(TextureImporterSettings, TextureImporterSettings)
  type: Method
- uid: UnityEditor.TextureImporterSettings.fadeOut
  name: fadeOut
  fullName: UnityEditor.TextureImporterSettings.fadeOut
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-fadeOut.html
  commentId: P:UnityEditor.TextureImporterSettings.fadeOut
  nameWithType: TextureImporterSettings.fadeOut
  type: Property
- uid: UnityEditor.TextureImporterSettings.filterMode
  name: filterMode
  fullName: UnityEditor.TextureImporterSettings.filterMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-filterMode.html
  commentId: P:UnityEditor.TextureImporterSettings.filterMode
  nameWithType: TextureImporterSettings.filterMode
  type: Property
- uid: UnityEditor.TextureImporterSettings.generateCubemap
  name: generateCubemap
  fullName: UnityEditor.TextureImporterSettings.generateCubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-generateCubemap.html
  commentId: P:UnityEditor.TextureImporterSettings.generateCubemap
  nameWithType: TextureImporterSettings.generateCubemap
  type: Property
- uid: UnityEditor.TextureImporterSettings.generateMipsInLinearSpace
  name: generateMipsInLinearSpace
  fullName: UnityEditor.TextureImporterSettings.generateMipsInLinearSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-generateMipsInLinearSpace.html
  commentId: P:UnityEditor.TextureImporterSettings.generateMipsInLinearSpace
  nameWithType: TextureImporterSettings.generateMipsInLinearSpace
  type: Property
- uid: UnityEditor.TextureImporterSettings.grayscaleToAlpha
  name: grayscaleToAlpha
  fullName: UnityEditor.TextureImporterSettings.grayscaleToAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-grayscaleToAlpha.html
  commentId: P:UnityEditor.TextureImporterSettings.grayscaleToAlpha
  nameWithType: TextureImporterSettings.grayscaleToAlpha
  type: Property
- uid: UnityEditor.TextureImporterSettings.heightmapScale
  name: heightmapScale
  fullName: UnityEditor.TextureImporterSettings.heightmapScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-heightmapScale.html
  commentId: P:UnityEditor.TextureImporterSettings.heightmapScale
  nameWithType: TextureImporterSettings.heightmapScale
  type: Property
- uid: UnityEditor.TextureImporterSettings.lightmap
  name: lightmap
  fullName: UnityEditor.TextureImporterSettings.lightmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-lightmap.html
  commentId: P:UnityEditor.TextureImporterSettings.lightmap
  nameWithType: TextureImporterSettings.lightmap
  type: Property
- uid: UnityEditor.TextureImporterSettings.linearTexture
  name: linearTexture
  fullName: UnityEditor.TextureImporterSettings.linearTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-linearTexture.html
  commentId: P:UnityEditor.TextureImporterSettings.linearTexture
  nameWithType: TextureImporterSettings.linearTexture
  type: Property
- uid: UnityEditor.TextureImporterSettings.maxTextureSize
  name: maxTextureSize
  fullName: UnityEditor.TextureImporterSettings.maxTextureSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-maxTextureSize.html
  commentId: P:UnityEditor.TextureImporterSettings.maxTextureSize
  nameWithType: TextureImporterSettings.maxTextureSize
  type: Property
- uid: UnityEditor.TextureImporterSettings.mipmapBias
  name: mipmapBias
  fullName: UnityEditor.TextureImporterSettings.mipmapBias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-mipmapBias.html
  commentId: P:UnityEditor.TextureImporterSettings.mipmapBias
  nameWithType: TextureImporterSettings.mipmapBias
  type: Property
- uid: UnityEditor.TextureImporterSettings.mipmapEnabled
  name: mipmapEnabled
  fullName: UnityEditor.TextureImporterSettings.mipmapEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-mipmapEnabled.html
  commentId: P:UnityEditor.TextureImporterSettings.mipmapEnabled
  nameWithType: TextureImporterSettings.mipmapEnabled
  type: Property
- uid: UnityEditor.TextureImporterSettings.mipmapFadeDistanceEnd
  name: mipmapFadeDistanceEnd
  fullName: UnityEditor.TextureImporterSettings.mipmapFadeDistanceEnd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-mipmapFadeDistanceEnd.html
  commentId: P:UnityEditor.TextureImporterSettings.mipmapFadeDistanceEnd
  nameWithType: TextureImporterSettings.mipmapFadeDistanceEnd
  type: Property
- uid: UnityEditor.TextureImporterSettings.mipmapFadeDistanceStart
  name: mipmapFadeDistanceStart
  fullName: UnityEditor.TextureImporterSettings.mipmapFadeDistanceStart
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-mipmapFadeDistanceStart.html
  commentId: P:UnityEditor.TextureImporterSettings.mipmapFadeDistanceStart
  nameWithType: TextureImporterSettings.mipmapFadeDistanceStart
  type: Property
- uid: UnityEditor.TextureImporterSettings.mipmapFilter
  name: mipmapFilter
  fullName: UnityEditor.TextureImporterSettings.mipmapFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-mipmapFilter.html
  commentId: P:UnityEditor.TextureImporterSettings.mipmapFilter
  nameWithType: TextureImporterSettings.mipmapFilter
  type: Property
- uid: UnityEditor.TextureImporterSettings.mipMapsPreserveCoverage
  name: mipMapsPreserveCoverage
  fullName: UnityEditor.TextureImporterSettings.mipMapsPreserveCoverage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-mipMapsPreserveCoverage.html
  commentId: P:UnityEditor.TextureImporterSettings.mipMapsPreserveCoverage
  nameWithType: TextureImporterSettings.mipMapsPreserveCoverage
  type: Property
- uid: UnityEditor.TextureImporterSettings.normalMap
  name: normalMap
  fullName: UnityEditor.TextureImporterSettings.normalMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-normalMap.html
  commentId: P:UnityEditor.TextureImporterSettings.normalMap
  nameWithType: TextureImporterSettings.normalMap
  type: Property
- uid: UnityEditor.TextureImporterSettings.normalMapFilter
  name: normalMapFilter
  fullName: UnityEditor.TextureImporterSettings.normalMapFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-normalMapFilter.html
  commentId: P:UnityEditor.TextureImporterSettings.normalMapFilter
  nameWithType: TextureImporterSettings.normalMapFilter
  type: Property
- uid: UnityEditor.TextureImporterSettings.npotScale
  name: npotScale
  fullName: UnityEditor.TextureImporterSettings.npotScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-npotScale.html
  commentId: P:UnityEditor.TextureImporterSettings.npotScale
  nameWithType: TextureImporterSettings.npotScale
  type: Property
- uid: UnityEditor.TextureImporterSettings.readable
  name: readable
  fullName: UnityEditor.TextureImporterSettings.readable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-readable.html
  commentId: P:UnityEditor.TextureImporterSettings.readable
  nameWithType: TextureImporterSettings.readable
  type: Property
- uid: UnityEditor.TextureImporterSettings.rgbm
  name: rgbm
  fullName: UnityEditor.TextureImporterSettings.rgbm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-rgbm.html
  commentId: P:UnityEditor.TextureImporterSettings.rgbm
  nameWithType: TextureImporterSettings.rgbm
  type: Property
- uid: UnityEditor.TextureImporterSettings.seamlessCubemap
  name: seamlessCubemap
  fullName: UnityEditor.TextureImporterSettings.seamlessCubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-seamlessCubemap.html
  commentId: P:UnityEditor.TextureImporterSettings.seamlessCubemap
  nameWithType: TextureImporterSettings.seamlessCubemap
  type: Property
- uid: UnityEditor.TextureImporterSettings.spriteAlignment
  name: spriteAlignment
  fullName: UnityEditor.TextureImporterSettings.spriteAlignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spriteAlignment.html
  commentId: P:UnityEditor.TextureImporterSettings.spriteAlignment
  nameWithType: TextureImporterSettings.spriteAlignment
  type: Property
- uid: UnityEditor.TextureImporterSettings.spriteBorder
  name: spriteBorder
  fullName: UnityEditor.TextureImporterSettings.spriteBorder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spriteBorder.html
  commentId: P:UnityEditor.TextureImporterSettings.spriteBorder
  nameWithType: TextureImporterSettings.spriteBorder
  type: Property
- uid: UnityEditor.TextureImporterSettings.spriteExtrude
  name: spriteExtrude
  fullName: UnityEditor.TextureImporterSettings.spriteExtrude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spriteExtrude.html
  commentId: P:UnityEditor.TextureImporterSettings.spriteExtrude
  nameWithType: TextureImporterSettings.spriteExtrude
  type: Property
- uid: UnityEditor.TextureImporterSettings.spriteMeshType
  name: spriteMeshType
  fullName: UnityEditor.TextureImporterSettings.spriteMeshType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spriteMeshType.html
  commentId: P:UnityEditor.TextureImporterSettings.spriteMeshType
  nameWithType: TextureImporterSettings.spriteMeshType
  type: Property
- uid: UnityEditor.TextureImporterSettings.spriteMode
  name: spriteMode
  fullName: UnityEditor.TextureImporterSettings.spriteMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spriteMode.html
  commentId: P:UnityEditor.TextureImporterSettings.spriteMode
  nameWithType: TextureImporterSettings.spriteMode
  type: Property
- uid: UnityEditor.TextureImporterSettings.spritePivot
  name: spritePivot
  fullName: UnityEditor.TextureImporterSettings.spritePivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spritePivot.html
  commentId: P:UnityEditor.TextureImporterSettings.spritePivot
  nameWithType: TextureImporterSettings.spritePivot
  type: Property
- uid: UnityEditor.TextureImporterSettings.spritePixelsPerUnit
  name: spritePixelsPerUnit
  fullName: UnityEditor.TextureImporterSettings.spritePixelsPerUnit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spritePixelsPerUnit.html
  commentId: P:UnityEditor.TextureImporterSettings.spritePixelsPerUnit
  nameWithType: TextureImporterSettings.spritePixelsPerUnit
  type: Property
- uid: UnityEditor.TextureImporterSettings.spritePixelsToUnits
  name: spritePixelsToUnits
  fullName: UnityEditor.TextureImporterSettings.spritePixelsToUnits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spritePixelsToUnits.html
  commentId: P:UnityEditor.TextureImporterSettings.spritePixelsToUnits
  nameWithType: TextureImporterSettings.spritePixelsToUnits
  type: Property
- uid: UnityEditor.TextureImporterSettings.spriteTessellationDetail
  name: spriteTessellationDetail
  fullName: UnityEditor.TextureImporterSettings.spriteTessellationDetail
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-spriteTessellationDetail.html
  commentId: P:UnityEditor.TextureImporterSettings.spriteTessellationDetail
  nameWithType: TextureImporterSettings.spriteTessellationDetail
  type: Property
- uid: UnityEditor.TextureImporterSettings.sRGBTexture
  name: sRGBTexture
  fullName: UnityEditor.TextureImporterSettings.sRGBTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-sRGBTexture.html
  commentId: P:UnityEditor.TextureImporterSettings.sRGBTexture
  nameWithType: TextureImporterSettings.sRGBTexture
  type: Property
- uid: UnityEditor.TextureImporterSettings.textureFormat
  name: textureFormat
  fullName: UnityEditor.TextureImporterSettings.textureFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-textureFormat.html
  commentId: P:UnityEditor.TextureImporterSettings.textureFormat
  nameWithType: TextureImporterSettings.textureFormat
  type: Property
- uid: UnityEditor.TextureImporterSettings.textureShape
  name: textureShape
  fullName: UnityEditor.TextureImporterSettings.textureShape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-textureShape.html
  commentId: P:UnityEditor.TextureImporterSettings.textureShape
  nameWithType: TextureImporterSettings.textureShape
  type: Property
- uid: UnityEditor.TextureImporterSettings.textureType
  name: textureType
  fullName: UnityEditor.TextureImporterSettings.textureType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-textureType.html
  commentId: P:UnityEditor.TextureImporterSettings.textureType
  nameWithType: TextureImporterSettings.textureType
  type: Property
- uid: UnityEditor.TextureImporterSettings.wrapMode
  name: wrapMode
  fullName: UnityEditor.TextureImporterSettings.wrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-wrapMode.html
  commentId: P:UnityEditor.TextureImporterSettings.wrapMode
  nameWithType: TextureImporterSettings.wrapMode
  type: Property
- uid: UnityEditor.TextureImporterSettings.wrapModeU
  name: wrapModeU
  fullName: UnityEditor.TextureImporterSettings.wrapModeU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-wrapModeU.html
  commentId: P:UnityEditor.TextureImporterSettings.wrapModeU
  nameWithType: TextureImporterSettings.wrapModeU
  type: Property
- uid: UnityEditor.TextureImporterSettings.wrapModeV
  name: wrapModeV
  fullName: UnityEditor.TextureImporterSettings.wrapModeV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-wrapModeV.html
  commentId: P:UnityEditor.TextureImporterSettings.wrapModeV
  nameWithType: TextureImporterSettings.wrapModeV
  type: Property
- uid: UnityEditor.TextureImporterSettings.wrapModeW
  name: wrapModeW
  fullName: UnityEditor.TextureImporterSettings.wrapModeW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterSettings-wrapModeW.html
  commentId: P:UnityEditor.TextureImporterSettings.wrapModeW
  nameWithType: TextureImporterSettings.wrapModeW
  type: Property
- uid: UnityEditor.TextureImporterShape
  name: TextureImporterShape
  fullName: UnityEditor.TextureImporterShape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterShape.html
  commentId: T:UnityEditor.TextureImporterShape
  nameWithType: TextureImporterShape
  type: Enum
- uid: UnityEditor.TextureImporterShape.Texture2D
  name: Texture2D
  fullName: UnityEditor.TextureImporterShape.Texture2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterShape.Texture2D.html
  commentId: F:UnityEditor.TextureImporterShape.Texture2D
  nameWithType: TextureImporterShape.Texture2D
  type: Field
- uid: UnityEditor.TextureImporterShape.TextureCube
  name: TextureCube
  fullName: UnityEditor.TextureImporterShape.TextureCube
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterShape.TextureCube.html
  commentId: F:UnityEditor.TextureImporterShape.TextureCube
  nameWithType: TextureImporterShape.TextureCube
  type: Field
- uid: UnityEditor.TextureImporterType
  name: TextureImporterType
  fullName: UnityEditor.TextureImporterType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.html
  commentId: T:UnityEditor.TextureImporterType
  nameWithType: TextureImporterType
  type: Enum
- uid: UnityEditor.TextureImporterType.Advanced
  name: Advanced
  fullName: UnityEditor.TextureImporterType.Advanced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Advanced.html
  commentId: F:UnityEditor.TextureImporterType.Advanced
  nameWithType: TextureImporterType.Advanced
  type: Field
- uid: UnityEditor.TextureImporterType.Bump
  name: Bump
  fullName: UnityEditor.TextureImporterType.Bump
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Bump.html
  commentId: F:UnityEditor.TextureImporterType.Bump
  nameWithType: TextureImporterType.Bump
  type: Field
- uid: UnityEditor.TextureImporterType.Cookie
  name: Cookie
  fullName: UnityEditor.TextureImporterType.Cookie
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Cookie.html
  commentId: F:UnityEditor.TextureImporterType.Cookie
  nameWithType: TextureImporterType.Cookie
  type: Field
- uid: UnityEditor.TextureImporterType.Cubemap
  name: Cubemap
  fullName: UnityEditor.TextureImporterType.Cubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Cubemap.html
  commentId: F:UnityEditor.TextureImporterType.Cubemap
  nameWithType: TextureImporterType.Cubemap
  type: Field
- uid: UnityEditor.TextureImporterType.Cursor
  name: Cursor
  fullName: UnityEditor.TextureImporterType.Cursor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Cursor.html
  commentId: F:UnityEditor.TextureImporterType.Cursor
  nameWithType: TextureImporterType.Cursor
  type: Field
- uid: UnityEditor.TextureImporterType.Default
  name: Default
  fullName: UnityEditor.TextureImporterType.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Default.html
  commentId: F:UnityEditor.TextureImporterType.Default
  nameWithType: TextureImporterType.Default
  type: Field
- uid: UnityEditor.TextureImporterType.GUI
  name: GUI
  fullName: UnityEditor.TextureImporterType.GUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.GUI.html
  commentId: F:UnityEditor.TextureImporterType.GUI
  nameWithType: TextureImporterType.GUI
  type: Field
- uid: UnityEditor.TextureImporterType.HDRI
  name: HDRI
  fullName: UnityEditor.TextureImporterType.HDRI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.HDRI.html
  commentId: F:UnityEditor.TextureImporterType.HDRI
  nameWithType: TextureImporterType.HDRI
  type: Field
- uid: UnityEditor.TextureImporterType.Image
  name: Image
  fullName: UnityEditor.TextureImporterType.Image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Image.html
  commentId: F:UnityEditor.TextureImporterType.Image
  nameWithType: TextureImporterType.Image
  type: Field
- uid: UnityEditor.TextureImporterType.Lightmap
  name: Lightmap
  fullName: UnityEditor.TextureImporterType.Lightmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Lightmap.html
  commentId: F:UnityEditor.TextureImporterType.Lightmap
  nameWithType: TextureImporterType.Lightmap
  type: Field
- uid: UnityEditor.TextureImporterType.NormalMap
  name: NormalMap
  fullName: UnityEditor.TextureImporterType.NormalMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.NormalMap.html
  commentId: F:UnityEditor.TextureImporterType.NormalMap
  nameWithType: TextureImporterType.NormalMap
  type: Field
- uid: UnityEditor.TextureImporterType.Reflection
  name: Reflection
  fullName: UnityEditor.TextureImporterType.Reflection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Reflection.html
  commentId: F:UnityEditor.TextureImporterType.Reflection
  nameWithType: TextureImporterType.Reflection
  type: Field
- uid: UnityEditor.TextureImporterType.SingleChannel
  name: SingleChannel
  fullName: UnityEditor.TextureImporterType.SingleChannel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.SingleChannel.html
  commentId: F:UnityEditor.TextureImporterType.SingleChannel
  nameWithType: TextureImporterType.SingleChannel
  type: Field
- uid: UnityEditor.TextureImporterType.Sprite
  name: Sprite
  fullName: UnityEditor.TextureImporterType.Sprite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureImporterType.Sprite.html
  commentId: F:UnityEditor.TextureImporterType.Sprite
  nameWithType: TextureImporterType.Sprite
  type: Field
- uid: UnityEditor.TextureResizeAlgorithm
  name: TextureResizeAlgorithm
  fullName: UnityEditor.TextureResizeAlgorithm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureResizeAlgorithm.html
  commentId: T:UnityEditor.TextureResizeAlgorithm
  nameWithType: TextureResizeAlgorithm
  type: Enum
- uid: UnityEditor.TextureResizeAlgorithm.Bilinear
  name: Bilinear
  fullName: UnityEditor.TextureResizeAlgorithm.Bilinear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureResizeAlgorithm.Bilinear.html
  commentId: F:UnityEditor.TextureResizeAlgorithm.Bilinear
  nameWithType: TextureResizeAlgorithm.Bilinear
  type: Field
- uid: UnityEditor.TextureResizeAlgorithm.Mitchell
  name: Mitchell
  fullName: UnityEditor.TextureResizeAlgorithm.Mitchell
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureResizeAlgorithm.Mitchell.html
  commentId: F:UnityEditor.TextureResizeAlgorithm.Mitchell
  nameWithType: TextureResizeAlgorithm.Mitchell
  type: Field
- uid: UnityEditor.TizenOSVersion
  name: TizenOSVersion
  fullName: UnityEditor.TizenOSVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenOSVersion.html
  commentId: T:UnityEditor.TizenOSVersion
  nameWithType: TizenOSVersion
  type: Enum
- uid: UnityEditor.TizenOSVersion.Version24
  name: Version24
  fullName: UnityEditor.TizenOSVersion.Version24
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenOSVersion.Version24.html
  commentId: F:UnityEditor.TizenOSVersion.Version24
  nameWithType: TizenOSVersion.Version24
  type: Field
- uid: UnityEditor.TizenShowActivityIndicatorOnLoading
  name: TizenShowActivityIndicatorOnLoading
  fullName: UnityEditor.TizenShowActivityIndicatorOnLoading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenShowActivityIndicatorOnLoading.html
  commentId: T:UnityEditor.TizenShowActivityIndicatorOnLoading
  nameWithType: TizenShowActivityIndicatorOnLoading
  type: Enum
- uid: UnityEditor.TizenShowActivityIndicatorOnLoading.DontShow
  name: DontShow
  fullName: UnityEditor.TizenShowActivityIndicatorOnLoading.DontShow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenShowActivityIndicatorOnLoading.DontShow.html
  commentId: F:UnityEditor.TizenShowActivityIndicatorOnLoading.DontShow
  nameWithType: TizenShowActivityIndicatorOnLoading.DontShow
  type: Field
- uid: UnityEditor.TizenShowActivityIndicatorOnLoading.InversedLarge
  name: InversedLarge
  fullName: UnityEditor.TizenShowActivityIndicatorOnLoading.InversedLarge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenShowActivityIndicatorOnLoading.InversedLarge.html
  commentId: F:UnityEditor.TizenShowActivityIndicatorOnLoading.InversedLarge
  nameWithType: TizenShowActivityIndicatorOnLoading.InversedLarge
  type: Field
- uid: UnityEditor.TizenShowActivityIndicatorOnLoading.InversedSmall
  name: InversedSmall
  fullName: UnityEditor.TizenShowActivityIndicatorOnLoading.InversedSmall
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenShowActivityIndicatorOnLoading.InversedSmall.html
  commentId: F:UnityEditor.TizenShowActivityIndicatorOnLoading.InversedSmall
  nameWithType: TizenShowActivityIndicatorOnLoading.InversedSmall
  type: Field
- uid: UnityEditor.TizenShowActivityIndicatorOnLoading.Large
  name: Large
  fullName: UnityEditor.TizenShowActivityIndicatorOnLoading.Large
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenShowActivityIndicatorOnLoading.Large.html
  commentId: F:UnityEditor.TizenShowActivityIndicatorOnLoading.Large
  nameWithType: TizenShowActivityIndicatorOnLoading.Large
  type: Field
- uid: UnityEditor.TizenShowActivityIndicatorOnLoading.Small
  name: Small
  fullName: UnityEditor.TizenShowActivityIndicatorOnLoading.Small
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenShowActivityIndicatorOnLoading.Small.html
  commentId: F:UnityEditor.TizenShowActivityIndicatorOnLoading.Small
  nameWithType: TizenShowActivityIndicatorOnLoading.Small
  type: Field
- uid: UnityEditor.Tool
  name: Tool
  fullName: UnityEditor.Tool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tool.html
  commentId: T:UnityEditor.Tool
  nameWithType: Tool
  type: Enum
- uid: UnityEditor.Tool.Move
  name: Move
  fullName: UnityEditor.Tool.Move
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tool.Move.html
  commentId: F:UnityEditor.Tool.Move
  nameWithType: Tool.Move
  type: Field
- uid: UnityEditor.Tool.None
  name: None
  fullName: UnityEditor.Tool.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tool.None.html
  commentId: F:UnityEditor.Tool.None
  nameWithType: Tool.None
  type: Field
- uid: UnityEditor.Tool.Rect
  name: Rect
  fullName: UnityEditor.Tool.Rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tool.Rect.html
  commentId: F:UnityEditor.Tool.Rect
  nameWithType: Tool.Rect
  type: Field
- uid: UnityEditor.Tool.Rotate
  name: Rotate
  fullName: UnityEditor.Tool.Rotate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tool.Rotate.html
  commentId: F:UnityEditor.Tool.Rotate
  nameWithType: Tool.Rotate
  type: Field
- uid: UnityEditor.Tool.Scale
  name: Scale
  fullName: UnityEditor.Tool.Scale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tool.Scale.html
  commentId: F:UnityEditor.Tool.Scale
  nameWithType: Tool.Scale
  type: Field
- uid: UnityEditor.Tool.View
  name: View
  fullName: UnityEditor.Tool.View
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tool.View.html
  commentId: F:UnityEditor.Tool.View
  nameWithType: Tool.View
  type: Field
- uid: UnityEditor.Tools
  name: Tools
  fullName: UnityEditor.Tools
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools.html
  commentId: T:UnityEditor.Tools
  nameWithType: Tools
  type: Class
- uid: UnityEditor.Tools.current
  name: current
  fullName: UnityEditor.Tools.current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-current.html
  commentId: P:UnityEditor.Tools.current
  nameWithType: Tools.current
  type: Property
- uid: UnityEditor.Tools.handlePosition
  name: handlePosition
  fullName: UnityEditor.Tools.handlePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-handlePosition.html
  commentId: P:UnityEditor.Tools.handlePosition
  nameWithType: Tools.handlePosition
  type: Property
- uid: UnityEditor.Tools.handleRect
  name: handleRect
  fullName: UnityEditor.Tools.handleRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-handleRect.html
  commentId: P:UnityEditor.Tools.handleRect
  nameWithType: Tools.handleRect
  type: Property
- uid: UnityEditor.Tools.handleRectRotation
  name: handleRectRotation
  fullName: UnityEditor.Tools.handleRectRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-handleRectRotation.html
  commentId: P:UnityEditor.Tools.handleRectRotation
  nameWithType: Tools.handleRectRotation
  type: Property
- uid: UnityEditor.Tools.handleRotation
  name: handleRotation
  fullName: UnityEditor.Tools.handleRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-handleRotation.html
  commentId: P:UnityEditor.Tools.handleRotation
  nameWithType: Tools.handleRotation
  type: Property
- uid: UnityEditor.Tools.hidden
  name: hidden
  fullName: UnityEditor.Tools.hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-hidden.html
  commentId: P:UnityEditor.Tools.hidden
  nameWithType: Tools.hidden
  type: Property
- uid: UnityEditor.Tools.lockedLayers
  name: lockedLayers
  fullName: UnityEditor.Tools.lockedLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-lockedLayers.html
  commentId: P:UnityEditor.Tools.lockedLayers
  nameWithType: Tools.lockedLayers
  type: Property
- uid: UnityEditor.Tools.pivotMode
  name: pivotMode
  fullName: UnityEditor.Tools.pivotMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-pivotMode.html
  commentId: P:UnityEditor.Tools.pivotMode
  nameWithType: Tools.pivotMode
  type: Property
- uid: UnityEditor.Tools.pivotRotation
  name: pivotRotation
  fullName: UnityEditor.Tools.pivotRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-pivotRotation.html
  commentId: P:UnityEditor.Tools.pivotRotation
  nameWithType: Tools.pivotRotation
  type: Property
- uid: UnityEditor.Tools.rectBlueprintMode
  name: rectBlueprintMode
  fullName: UnityEditor.Tools.rectBlueprintMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-rectBlueprintMode.html
  commentId: P:UnityEditor.Tools.rectBlueprintMode
  nameWithType: Tools.rectBlueprintMode
  type: Property
- uid: UnityEditor.Tools.viewTool
  name: viewTool
  fullName: UnityEditor.Tools.viewTool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-viewTool.html
  commentId: P:UnityEditor.Tools.viewTool
  nameWithType: Tools.viewTool
  type: Property
- uid: UnityEditor.Tools.visibleLayers
  name: visibleLayers
  fullName: UnityEditor.Tools.visibleLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tools-visibleLayers.html
  commentId: P:UnityEditor.Tools.visibleLayers
  nameWithType: Tools.visibleLayers
  type: Property
- uid: UnityEditor.TransformSort
  name: TransformSort
  fullName: UnityEditor.TransformSort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransformSort.html
  commentId: T:UnityEditor.TransformSort
  nameWithType: TransformSort
  type: Class
- uid: UnityEditor.TransformSort.content
  name: content
  fullName: UnityEditor.TransformSort.content
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransformSort-content.html
  commentId: P:UnityEditor.TransformSort.content
  nameWithType: TransformSort.content
  type: Property
- uid: UnityEditor.TransformUtils
  name: TransformUtils
  fullName: UnityEditor.TransformUtils
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransformUtils.html
  commentId: T:UnityEditor.TransformUtils
  nameWithType: TransformUtils
  type: Class
- uid: UnityEditor.TransformUtils.GetInspectorRotation(UnityEngine.Transform)
  name: GetInspectorRotation(Transform)
  fullName: UnityEditor.TransformUtils.GetInspectorRotation(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransformUtils.GetInspectorRotation.html
  commentId: M:UnityEditor.TransformUtils.GetInspectorRotation(UnityEngine.Transform)
  nameWithType: TransformUtils.GetInspectorRotation(Transform)
  type: Method
- uid: UnityEditor.TransformUtils.SetInspectorRotation(UnityEngine.Transform,UnityEngine.Vector3)
  name: SetInspectorRotation(Transform, Vector3)
  fullName: UnityEditor.TransformUtils.SetInspectorRotation(UnityEngine.Transform, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransformUtils.SetInspectorRotation.html
  commentId: M:UnityEditor.TransformUtils.SetInspectorRotation(UnityEngine.Transform,UnityEngine.Vector3)
  nameWithType: TransformUtils.SetInspectorRotation(Transform, Vector3)
  type: Method
- uid: UnityEditor.TrueTypeFontImporter
  name: TrueTypeFontImporter
  fullName: UnityEditor.TrueTypeFontImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter.html
  commentId: T:UnityEditor.TrueTypeFontImporter
  nameWithType: TrueTypeFontImporter
  type: Class
- uid: UnityEditor.TrueTypeFontImporter.ascentCalculationMode
  name: ascentCalculationMode
  fullName: UnityEditor.TrueTypeFontImporter.ascentCalculationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-ascentCalculationMode.html
  commentId: P:UnityEditor.TrueTypeFontImporter.ascentCalculationMode
  nameWithType: TrueTypeFontImporter.ascentCalculationMode
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.characterPadding
  name: characterPadding
  fullName: UnityEditor.TrueTypeFontImporter.characterPadding
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-characterPadding.html
  commentId: P:UnityEditor.TrueTypeFontImporter.characterPadding
  nameWithType: TrueTypeFontImporter.characterPadding
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.characterSpacing
  name: characterSpacing
  fullName: UnityEditor.TrueTypeFontImporter.characterSpacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-characterSpacing.html
  commentId: P:UnityEditor.TrueTypeFontImporter.characterSpacing
  nameWithType: TrueTypeFontImporter.characterSpacing
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.customCharacters
  name: customCharacters
  fullName: UnityEditor.TrueTypeFontImporter.customCharacters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-customCharacters.html
  commentId: P:UnityEditor.TrueTypeFontImporter.customCharacters
  nameWithType: TrueTypeFontImporter.customCharacters
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.fontNames
  name: fontNames
  fullName: UnityEditor.TrueTypeFontImporter.fontNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-fontNames.html
  commentId: P:UnityEditor.TrueTypeFontImporter.fontNames
  nameWithType: TrueTypeFontImporter.fontNames
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.fontReferences
  name: fontReferences
  fullName: UnityEditor.TrueTypeFontImporter.fontReferences
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-fontReferences.html
  commentId: P:UnityEditor.TrueTypeFontImporter.fontReferences
  nameWithType: TrueTypeFontImporter.fontReferences
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.fontRenderingMode
  name: fontRenderingMode
  fullName: UnityEditor.TrueTypeFontImporter.fontRenderingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-fontRenderingMode.html
  commentId: P:UnityEditor.TrueTypeFontImporter.fontRenderingMode
  nameWithType: TrueTypeFontImporter.fontRenderingMode
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.fontSize
  name: fontSize
  fullName: UnityEditor.TrueTypeFontImporter.fontSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-fontSize.html
  commentId: P:UnityEditor.TrueTypeFontImporter.fontSize
  nameWithType: TrueTypeFontImporter.fontSize
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.fontTextureCase
  name: fontTextureCase
  fullName: UnityEditor.TrueTypeFontImporter.fontTextureCase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-fontTextureCase.html
  commentId: P:UnityEditor.TrueTypeFontImporter.fontTextureCase
  nameWithType: TrueTypeFontImporter.fontTextureCase
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.fontTTFName
  name: fontTTFName
  fullName: UnityEditor.TrueTypeFontImporter.fontTTFName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-fontTTFName.html
  commentId: P:UnityEditor.TrueTypeFontImporter.fontTTFName
  nameWithType: TrueTypeFontImporter.fontTTFName
  type: Property
- uid: UnityEditor.TrueTypeFontImporter.GenerateEditableFont(System.String)
  name: GenerateEditableFont(string)
  fullName: UnityEditor.TrueTypeFontImporter.GenerateEditableFont(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter.GenerateEditableFont.html
  commentId: M:UnityEditor.TrueTypeFontImporter.GenerateEditableFont(System.String)
  nameWithType: TrueTypeFontImporter.GenerateEditableFont(string)
  type: Method
- uid: UnityEditor.TrueTypeFontImporter.includeFontData
  name: includeFontData
  fullName: UnityEditor.TrueTypeFontImporter.includeFontData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrueTypeFontImporter-includeFontData.html
  commentId: P:UnityEditor.TrueTypeFontImporter.includeFontData
  nameWithType: TrueTypeFontImporter.includeFontData
  type: Property
- uid: UnityEditor.tvOSSdkVersion
  name: tvOSSdkVersion
  fullName: UnityEditor.tvOSSdkVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/tvOSSdkVersion.html
  commentId: T:UnityEditor.tvOSSdkVersion
  nameWithType: tvOSSdkVersion
  type: Enum
- uid: UnityEditor.tvOSSdkVersion.Device
  name: Device
  fullName: UnityEditor.tvOSSdkVersion.Device
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/tvOSSdkVersion.Device.html
  commentId: F:UnityEditor.tvOSSdkVersion.Device
  nameWithType: tvOSSdkVersion.Device
  type: Field
- uid: UnityEditor.tvOSSdkVersion.Simulator
  name: Simulator
  fullName: UnityEditor.tvOSSdkVersion.Simulator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/tvOSSdkVersion.Simulator.html
  commentId: F:UnityEditor.tvOSSdkVersion.Simulator
  nameWithType: tvOSSdkVersion.Simulator
  type: Field
- uid: UnityEditor.tvOSTargetOSVersion
  name: tvOSTargetOSVersion
  fullName: UnityEditor.tvOSTargetOSVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/tvOSTargetOSVersion.html
  commentId: T:UnityEditor.tvOSTargetOSVersion
  nameWithType: tvOSTargetOSVersion
  type: Enum
- uid: UnityEditor.tvOSTargetOSVersion.tvOS_9_0
  name: tvOS_9_0
  fullName: UnityEditor.tvOSTargetOSVersion.tvOS_9_0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/tvOSTargetOSVersion-tvOS_9_0.html
  commentId: F:UnityEditor.tvOSTargetOSVersion.tvOS_9_0
  nameWithType: tvOSTargetOSVersion.tvOS_9_0
  type: Field
- uid: UnityEditor.tvOSTargetOSVersion.tvOS_9_1
  name: tvOS_9_1
  fullName: UnityEditor.tvOSTargetOSVersion.tvOS_9_1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/tvOSTargetOSVersion-tvOS_9_1.html
  commentId: F:UnityEditor.tvOSTargetOSVersion.tvOS_9_1
  nameWithType: tvOSTargetOSVersion.tvOS_9_1
  type: Field
- uid: UnityEditor.tvOSTargetOSVersion.Unknown
  name: Unknown
  fullName: UnityEditor.tvOSTargetOSVersion.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/tvOSTargetOSVersion.Unknown.html
  commentId: F:UnityEditor.tvOSTargetOSVersion.Unknown
  nameWithType: tvOSTargetOSVersion.Unknown
  type: Field
- uid: UnityEditor.UIOrientation
  name: UIOrientation
  fullName: UnityEditor.UIOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIOrientation.html
  commentId: T:UnityEditor.UIOrientation
  nameWithType: UIOrientation
  type: Enum
- uid: UnityEditor.UIOrientation.AutoRotation
  name: AutoRotation
  fullName: UnityEditor.UIOrientation.AutoRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIOrientation.AutoRotation.html
  commentId: F:UnityEditor.UIOrientation.AutoRotation
  nameWithType: UIOrientation.AutoRotation
  type: Field
- uid: UnityEditor.UIOrientation.LandscapeLeft
  name: LandscapeLeft
  fullName: UnityEditor.UIOrientation.LandscapeLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIOrientation.LandscapeLeft.html
  commentId: F:UnityEditor.UIOrientation.LandscapeLeft
  nameWithType: UIOrientation.LandscapeLeft
  type: Field
- uid: UnityEditor.UIOrientation.LandscapeRight
  name: LandscapeRight
  fullName: UnityEditor.UIOrientation.LandscapeRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIOrientation.LandscapeRight.html
  commentId: F:UnityEditor.UIOrientation.LandscapeRight
  nameWithType: UIOrientation.LandscapeRight
  type: Field
- uid: UnityEditor.UIOrientation.Portrait
  name: Portrait
  fullName: UnityEditor.UIOrientation.Portrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIOrientation.Portrait.html
  commentId: F:UnityEditor.UIOrientation.Portrait
  nameWithType: UIOrientation.Portrait
  type: Field
- uid: UnityEditor.UIOrientation.PortraitUpsideDown
  name: PortraitUpsideDown
  fullName: UnityEditor.UIOrientation.PortraitUpsideDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIOrientation.PortraitUpsideDown.html
  commentId: F:UnityEditor.UIOrientation.PortraitUpsideDown
  nameWithType: UIOrientation.PortraitUpsideDown
  type: Field
- uid: UnityEditor.Undo
  name: Undo
  fullName: UnityEditor.Undo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.html
  commentId: T:UnityEditor.Undo
  nameWithType: Undo
  type: Class
- uid: UnityEditor.Undo.AddComponent(UnityEngine.GameObject,System.Type)
  name: AddComponent(GameObject, Type)
  fullName: UnityEditor.Undo.AddComponent(UnityEngine.GameObject, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.AddComponent.html
  commentId: M:UnityEditor.Undo.AddComponent(UnityEngine.GameObject,System.Type)
  nameWithType: Undo.AddComponent(GameObject, Type)
  type: Method
- uid: UnityEditor.Undo.AddComponent``1(UnityEngine.GameObject)
  name: AddComponent<T>(GameObject)
  fullName: UnityEditor.Undo.AddComponent<T>(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.AddComponent.html
  commentId: M:UnityEditor.Undo.AddComponent``1(UnityEngine.GameObject)
  nameWithType: Undo.AddComponent<T>(GameObject)
  type: Method
- uid: UnityEditor.Undo.ClearAll
  name: ClearAll()
  fullName: UnityEditor.Undo.ClearAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.ClearAll.html
  commentId: M:UnityEditor.Undo.ClearAll
  nameWithType: Undo.ClearAll()
  type: Method
- uid: UnityEditor.Undo.ClearSnapshotTarget
  name: ClearSnapshotTarget()
  fullName: UnityEditor.Undo.ClearSnapshotTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.ClearSnapshotTarget.html
  commentId: M:UnityEditor.Undo.ClearSnapshotTarget
  nameWithType: Undo.ClearSnapshotTarget()
  type: Method
- uid: UnityEditor.Undo.ClearUndo(UnityEngine.Object)
  name: ClearUndo(Object)
  fullName: UnityEditor.Undo.ClearUndo(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.ClearUndo.html
  commentId: M:UnityEditor.Undo.ClearUndo(UnityEngine.Object)
  nameWithType: Undo.ClearUndo(Object)
  type: Method
- uid: UnityEditor.Undo.CollapseUndoOperations(System.Int32)
  name: CollapseUndoOperations(int)
  fullName: UnityEditor.Undo.CollapseUndoOperations(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.CollapseUndoOperations.html
  commentId: M:UnityEditor.Undo.CollapseUndoOperations(System.Int32)
  nameWithType: Undo.CollapseUndoOperations(int)
  type: Method
- uid: UnityEditor.Undo.CreateSnapshot
  name: CreateSnapshot()
  fullName: UnityEditor.Undo.CreateSnapshot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.CreateSnapshot.html
  commentId: M:UnityEditor.Undo.CreateSnapshot
  nameWithType: Undo.CreateSnapshot()
  type: Method
- uid: UnityEditor.Undo.DestroyObjectImmediate(UnityEngine.Object)
  name: DestroyObjectImmediate(Object)
  fullName: UnityEditor.Undo.DestroyObjectImmediate(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.DestroyObjectImmediate.html
  commentId: M:UnityEditor.Undo.DestroyObjectImmediate(UnityEngine.Object)
  nameWithType: Undo.DestroyObjectImmediate(Object)
  type: Method
- uid: UnityEditor.Undo.FlushUndoRecordObjects
  name: FlushUndoRecordObjects()
  fullName: UnityEditor.Undo.FlushUndoRecordObjects()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.FlushUndoRecordObjects.html
  commentId: M:UnityEditor.Undo.FlushUndoRecordObjects
  nameWithType: Undo.FlushUndoRecordObjects()
  type: Method
- uid: UnityEditor.Undo.GetCurrentGroup
  name: GetCurrentGroup()
  fullName: UnityEditor.Undo.GetCurrentGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.GetCurrentGroup.html
  commentId: M:UnityEditor.Undo.GetCurrentGroup
  nameWithType: Undo.GetCurrentGroup()
  type: Method
- uid: UnityEditor.Undo.GetCurrentGroupName
  name: GetCurrentGroupName()
  fullName: UnityEditor.Undo.GetCurrentGroupName()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.GetCurrentGroupName.html
  commentId: M:UnityEditor.Undo.GetCurrentGroupName
  nameWithType: Undo.GetCurrentGroupName()
  type: Method
- uid: UnityEditor.Undo.IncrementCurrentGroup
  name: IncrementCurrentGroup()
  fullName: UnityEditor.Undo.IncrementCurrentGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.IncrementCurrentGroup.html
  commentId: M:UnityEditor.Undo.IncrementCurrentGroup
  nameWithType: Undo.IncrementCurrentGroup()
  type: Method
- uid: UnityEditor.Undo.MoveGameObjectToScene(UnityEngine.GameObject,UnityEngine.SceneManagement.Scene,System.String)
  name: MoveGameObjectToScene(GameObject, Scene, string)
  fullName: UnityEditor.Undo.MoveGameObjectToScene(UnityEngine.GameObject, UnityEngine.SceneManagement.Scene, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.MoveGameObjectToScene.html
  commentId: M:UnityEditor.Undo.MoveGameObjectToScene(UnityEngine.GameObject,UnityEngine.SceneManagement.Scene,System.String)
  nameWithType: Undo.MoveGameObjectToScene(GameObject, Scene, string)
  type: Method
- uid: UnityEditor.Undo.PerformRedo
  name: PerformRedo()
  fullName: UnityEditor.Undo.PerformRedo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.PerformRedo.html
  commentId: M:UnityEditor.Undo.PerformRedo
  nameWithType: Undo.PerformRedo()
  type: Method
- uid: UnityEditor.Undo.PerformUndo
  name: PerformUndo()
  fullName: UnityEditor.Undo.PerformUndo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.PerformUndo.html
  commentId: M:UnityEditor.Undo.PerformUndo
  nameWithType: Undo.PerformUndo()
  type: Method
- uid: UnityEditor.Undo.postprocessModifications
  name: postprocessModifications
  fullName: UnityEditor.Undo.postprocessModifications
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo-postprocessModifications.html
  commentId: F:UnityEditor.Undo.postprocessModifications
  nameWithType: Undo.postprocessModifications
  type: Field
- uid: UnityEditor.Undo.PostprocessModifications
  name: Undo.PostprocessModifications
  fullName: UnityEditor.Undo.PostprocessModifications
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.PostprocessModifications.html
  commentId: T:UnityEditor.Undo.PostprocessModifications
  nameWithType: Undo.PostprocessModifications
  type: Delegate
- uid: UnityEditor.Undo.RecordObject(UnityEngine.Object,System.String)
  name: RecordObject(Object, string)
  fullName: UnityEditor.Undo.RecordObject(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RecordObject.html
  commentId: M:UnityEditor.Undo.RecordObject(UnityEngine.Object,System.String)
  nameWithType: Undo.RecordObject(Object, string)
  type: Method
- uid: UnityEditor.Undo.RecordObjects(UnityEngine.Object[],System.String)
  name: RecordObjects(Object[], string)
  fullName: UnityEditor.Undo.RecordObjects(UnityEngine.Object[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RecordObjects.html
  commentId: M:UnityEditor.Undo.RecordObjects(UnityEngine.Object[],System.String)
  nameWithType: Undo.RecordObjects(Object[], string)
  type: Method
- uid: UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object,System.String)
  name: RegisterCompleteObjectUndo(Object, string)
  fullName: UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterCompleteObjectUndo.html
  commentId: M:UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object,System.String)
  nameWithType: Undo.RegisterCompleteObjectUndo(Object, string)
  type: Method
- uid: UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object[],System.String)
  name: RegisterCompleteObjectUndo(Object[], string)
  fullName: UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterCompleteObjectUndo.html
  commentId: M:UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object[],System.String)
  nameWithType: Undo.RegisterCompleteObjectUndo(Object[], string)
  type: Method
- uid: UnityEditor.Undo.RegisterCreatedObjectUndo(UnityEngine.Object,System.String)
  name: RegisterCreatedObjectUndo(Object, string)
  fullName: UnityEditor.Undo.RegisterCreatedObjectUndo(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterCreatedObjectUndo.html
  commentId: M:UnityEditor.Undo.RegisterCreatedObjectUndo(UnityEngine.Object,System.String)
  nameWithType: Undo.RegisterCreatedObjectUndo(Object, string)
  type: Method
- uid: UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object,System.String)
  name: RegisterFullObjectHierarchyUndo(Object, string)
  fullName: UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterFullObjectHierarchyUndo.html
  commentId: M:UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object,System.String)
  nameWithType: Undo.RegisterFullObjectHierarchyUndo(Object, string)
  type: Method
- uid: UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object)
  name: RegisterFullObjectHierarchyUndo(Object)
  fullName: UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterFullObjectHierarchyUndo.html
  commentId: M:UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object)
  nameWithType: Undo.RegisterFullObjectHierarchyUndo(Object)
  type: Method
- uid: UnityEditor.Undo.RegisterSceneUndo(System.String)
  name: RegisterSceneUndo(string)
  fullName: UnityEditor.Undo.RegisterSceneUndo(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterSceneUndo.html
  commentId: M:UnityEditor.Undo.RegisterSceneUndo(System.String)
  nameWithType: Undo.RegisterSceneUndo(string)
  type: Method
- uid: UnityEditor.Undo.RegisterSnapshot
  name: RegisterSnapshot()
  fullName: UnityEditor.Undo.RegisterSnapshot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterSnapshot.html
  commentId: M:UnityEditor.Undo.RegisterSnapshot
  nameWithType: Undo.RegisterSnapshot()
  type: Method
- uid: UnityEditor.Undo.RegisterUndo(UnityEngine.Object,System.String)
  name: RegisterUndo(Object, string)
  fullName: UnityEditor.Undo.RegisterUndo(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterUndo.html
  commentId: M:UnityEditor.Undo.RegisterUndo(UnityEngine.Object,System.String)
  nameWithType: Undo.RegisterUndo(Object, string)
  type: Method
- uid: UnityEditor.Undo.RegisterUndo(UnityEngine.Object[],System.String)
  name: RegisterUndo(Object[], string)
  fullName: UnityEditor.Undo.RegisterUndo(UnityEngine.Object[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RegisterUndo.html
  commentId: M:UnityEditor.Undo.RegisterUndo(UnityEngine.Object[],System.String)
  nameWithType: Undo.RegisterUndo(Object[], string)
  type: Method
- uid: UnityEditor.Undo.RestoreSnapshot
  name: RestoreSnapshot()
  fullName: UnityEditor.Undo.RestoreSnapshot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RestoreSnapshot.html
  commentId: M:UnityEditor.Undo.RestoreSnapshot
  nameWithType: Undo.RestoreSnapshot()
  type: Method
- uid: UnityEditor.Undo.RevertAllDownToGroup(System.Int32)
  name: RevertAllDownToGroup(int)
  fullName: UnityEditor.Undo.RevertAllDownToGroup(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RevertAllDownToGroup.html
  commentId: M:UnityEditor.Undo.RevertAllDownToGroup(System.Int32)
  nameWithType: Undo.RevertAllDownToGroup(int)
  type: Method
- uid: UnityEditor.Undo.RevertAllInCurrentGroup
  name: RevertAllInCurrentGroup()
  fullName: UnityEditor.Undo.RevertAllInCurrentGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.RevertAllInCurrentGroup.html
  commentId: M:UnityEditor.Undo.RevertAllInCurrentGroup
  nameWithType: Undo.RevertAllInCurrentGroup()
  type: Method
- uid: UnityEditor.Undo.SetCurrentGroupName(System.String)
  name: SetCurrentGroupName(string)
  fullName: UnityEditor.Undo.SetCurrentGroupName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.SetCurrentGroupName.html
  commentId: M:UnityEditor.Undo.SetCurrentGroupName(System.String)
  nameWithType: Undo.SetCurrentGroupName(string)
  type: Method
- uid: UnityEditor.Undo.SetSnapshotTarget(UnityEngine.Object,System.String)
  name: SetSnapshotTarget(Object, string)
  fullName: UnityEditor.Undo.SetSnapshotTarget(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.SetSnapshotTarget.html
  commentId: M:UnityEditor.Undo.SetSnapshotTarget(UnityEngine.Object,System.String)
  nameWithType: Undo.SetSnapshotTarget(Object, string)
  type: Method
- uid: UnityEditor.Undo.SetSnapshotTarget(UnityEngine.Object[],System.String)
  name: SetSnapshotTarget(Object[], string)
  fullName: UnityEditor.Undo.SetSnapshotTarget(UnityEngine.Object[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.SetSnapshotTarget.html
  commentId: M:UnityEditor.Undo.SetSnapshotTarget(UnityEngine.Object[],System.String)
  nameWithType: Undo.SetSnapshotTarget(Object[], string)
  type: Method
- uid: UnityEditor.Undo.SetTransformParent(UnityEngine.Transform,UnityEngine.Transform,System.String)
  name: SetTransformParent(Transform, Transform, string)
  fullName: UnityEditor.Undo.SetTransformParent(UnityEngine.Transform, UnityEngine.Transform, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.SetTransformParent.html
  commentId: M:UnityEditor.Undo.SetTransformParent(UnityEngine.Transform,UnityEngine.Transform,System.String)
  nameWithType: Undo.SetTransformParent(Transform, Transform, string)
  type: Method
- uid: UnityEditor.Undo.UndoRedoCallback
  name: Undo.UndoRedoCallback
  fullName: UnityEditor.Undo.UndoRedoCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.UndoRedoCallback.html
  commentId: T:UnityEditor.Undo.UndoRedoCallback
  nameWithType: Undo.UndoRedoCallback
  type: Delegate
- uid: UnityEditor.Undo.undoRedoPerformed
  name: undoRedoPerformed
  fullName: UnityEditor.Undo.undoRedoPerformed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo-undoRedoPerformed.html
  commentId: F:UnityEditor.Undo.undoRedoPerformed
  nameWithType: Undo.undoRedoPerformed
  type: Field
- uid: UnityEditor.Undo.willFlushUndoRecord
  name: willFlushUndoRecord
  fullName: UnityEditor.Undo.willFlushUndoRecord
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo-willFlushUndoRecord.html
  commentId: F:UnityEditor.Undo.willFlushUndoRecord
  nameWithType: Undo.willFlushUndoRecord
  type: Field
- uid: UnityEditor.Undo.WillFlushUndoRecord
  name: Undo.WillFlushUndoRecord
  fullName: UnityEditor.Undo.WillFlushUndoRecord
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Undo.WillFlushUndoRecord.html
  commentId: T:UnityEditor.Undo.WillFlushUndoRecord
  nameWithType: Undo.WillFlushUndoRecord
  type: Delegate
- uid: UnityEditor.UndoPropertyModification
  name: UndoPropertyModification
  fullName: UnityEditor.UndoPropertyModification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UndoPropertyModification.html
  commentId: T:UnityEditor.UndoPropertyModification
  nameWithType: UndoPropertyModification
  type: Struct
- uid: UnityEditor.UndoPropertyModification.currentValue
  name: currentValue
  fullName: UnityEditor.UndoPropertyModification.currentValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UndoPropertyModification-currentValue.html
  commentId: F:UnityEditor.UndoPropertyModification.currentValue
  nameWithType: UndoPropertyModification.currentValue
  type: Field
- uid: UnityEditor.UndoPropertyModification.keepPrefabOverride
  name: keepPrefabOverride
  fullName: UnityEditor.UndoPropertyModification.keepPrefabOverride
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UndoPropertyModification-keepPrefabOverride.html
  commentId: P:UnityEditor.UndoPropertyModification.keepPrefabOverride
  nameWithType: UndoPropertyModification.keepPrefabOverride
  type: Property
- uid: UnityEditor.UndoPropertyModification.previousValue
  name: previousValue
  fullName: UnityEditor.UndoPropertyModification.previousValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UndoPropertyModification-previousValue.html
  commentId: F:UnityEditor.UndoPropertyModification.previousValue
  nameWithType: UndoPropertyModification.previousValue
  type: Field
- uid: UnityEditor.UndoSnapshot
  name: UndoSnapshot
  fullName: UnityEditor.UndoSnapshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UndoSnapshot.html
  commentId: T:UnityEditor.UndoSnapshot
  nameWithType: UndoSnapshot
  type: Class
- uid: UnityEditor.UndoSnapshot.#ctor(UnityEngine.Object[])
  name: UndoSnapshot(Object[])
  fullName: UnityEditor.UndoSnapshot.UndoSnapshot(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UndoSnapshot-ctor.html
  commentId: M:UnityEditor.UndoSnapshot.#ctor(UnityEngine.Object[])
  nameWithType: UndoSnapshot.UndoSnapshot(Object[])
  type: Constructor
- uid: UnityEditor.UndoSnapshot.Dispose
  name: Dispose()
  fullName: UnityEditor.UndoSnapshot.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UndoSnapshot.Dispose.html
  commentId: M:UnityEditor.UndoSnapshot.Dispose
  nameWithType: UndoSnapshot.Dispose()
  type: Method
- uid: UnityEditor.UndoSnapshot.Restore
  name: Restore()
  fullName: UnityEditor.UndoSnapshot.Restore()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UndoSnapshot.Restore.html
  commentId: M:UnityEditor.UndoSnapshot.Restore
  nameWithType: UndoSnapshot.Restore()
  type: Method
- uid: UnityEditor.UnityStats
  name: UnityStats
  fullName: UnityEditor.UnityStats
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats.html
  commentId: T:UnityEditor.UnityStats
  nameWithType: UnityStats
  type: Class
- uid: UnityEditor.UnityStats.audioClippingAmount
  name: audioClippingAmount
  fullName: UnityEditor.UnityStats.audioClippingAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-audioClippingAmount.html
  commentId: P:UnityEditor.UnityStats.audioClippingAmount
  nameWithType: UnityStats.audioClippingAmount
  type: Property
- uid: UnityEditor.UnityStats.audioDSPLoad
  name: audioDSPLoad
  fullName: UnityEditor.UnityStats.audioDSPLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-audioDSPLoad.html
  commentId: P:UnityEditor.UnityStats.audioDSPLoad
  nameWithType: UnityStats.audioDSPLoad
  type: Property
- uid: UnityEditor.UnityStats.audioLevel
  name: audioLevel
  fullName: UnityEditor.UnityStats.audioLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-audioLevel.html
  commentId: P:UnityEditor.UnityStats.audioLevel
  nameWithType: UnityStats.audioLevel
  type: Property
- uid: UnityEditor.UnityStats.audioStreamLoad
  name: audioStreamLoad
  fullName: UnityEditor.UnityStats.audioStreamLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-audioStreamLoad.html
  commentId: P:UnityEditor.UnityStats.audioStreamLoad
  nameWithType: UnityStats.audioStreamLoad
  type: Property
- uid: UnityEditor.UnityStats.batches
  name: batches
  fullName: UnityEditor.UnityStats.batches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-batches.html
  commentId: P:UnityEditor.UnityStats.batches
  nameWithType: UnityStats.batches
  type: Property
- uid: UnityEditor.UnityStats.drawCalls
  name: drawCalls
  fullName: UnityEditor.UnityStats.drawCalls
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-drawCalls.html
  commentId: P:UnityEditor.UnityStats.drawCalls
  nameWithType: UnityStats.drawCalls
  type: Property
- uid: UnityEditor.UnityStats.dynamicBatchedDrawCalls
  name: dynamicBatchedDrawCalls
  fullName: UnityEditor.UnityStats.dynamicBatchedDrawCalls
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-dynamicBatchedDrawCalls.html
  commentId: P:UnityEditor.UnityStats.dynamicBatchedDrawCalls
  nameWithType: UnityStats.dynamicBatchedDrawCalls
  type: Property
- uid: UnityEditor.UnityStats.dynamicBatches
  name: dynamicBatches
  fullName: UnityEditor.UnityStats.dynamicBatches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-dynamicBatches.html
  commentId: P:UnityEditor.UnityStats.dynamicBatches
  nameWithType: UnityStats.dynamicBatches
  type: Property
- uid: UnityEditor.UnityStats.frameTime
  name: frameTime
  fullName: UnityEditor.UnityStats.frameTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-frameTime.html
  commentId: P:UnityEditor.UnityStats.frameTime
  nameWithType: UnityStats.frameTime
  type: Property
- uid: UnityEditor.UnityStats.GetNetworkStats(System.Int32)
  name: GetNetworkStats(int)
  fullName: UnityEditor.UnityStats.GetNetworkStats(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats.GetNetworkStats.html
  commentId: M:UnityEditor.UnityStats.GetNetworkStats(System.Int32)
  nameWithType: UnityStats.GetNetworkStats(int)
  type: Method
- uid: UnityEditor.UnityStats.ibUploadBytes
  name: ibUploadBytes
  fullName: UnityEditor.UnityStats.ibUploadBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-ibUploadBytes.html
  commentId: P:UnityEditor.UnityStats.ibUploadBytes
  nameWithType: UnityStats.ibUploadBytes
  type: Property
- uid: UnityEditor.UnityStats.ibUploads
  name: ibUploads
  fullName: UnityEditor.UnityStats.ibUploads
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-ibUploads.html
  commentId: P:UnityEditor.UnityStats.ibUploads
  nameWithType: UnityStats.ibUploads
  type: Property
- uid: UnityEditor.UnityStats.instancedBatchedDrawCalls
  name: instancedBatchedDrawCalls
  fullName: UnityEditor.UnityStats.instancedBatchedDrawCalls
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-instancedBatchedDrawCalls.html
  commentId: P:UnityEditor.UnityStats.instancedBatchedDrawCalls
  nameWithType: UnityStats.instancedBatchedDrawCalls
  type: Property
- uid: UnityEditor.UnityStats.instancedBatches
  name: instancedBatches
  fullName: UnityEditor.UnityStats.instancedBatches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-instancedBatches.html
  commentId: P:UnityEditor.UnityStats.instancedBatches
  nameWithType: UnityStats.instancedBatches
  type: Property
- uid: UnityEditor.UnityStats.renderTextureBytes
  name: renderTextureBytes
  fullName: UnityEditor.UnityStats.renderTextureBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-renderTextureBytes.html
  commentId: P:UnityEditor.UnityStats.renderTextureBytes
  nameWithType: UnityStats.renderTextureBytes
  type: Property
- uid: UnityEditor.UnityStats.renderTextureChanges
  name: renderTextureChanges
  fullName: UnityEditor.UnityStats.renderTextureChanges
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-renderTextureChanges.html
  commentId: P:UnityEditor.UnityStats.renderTextureChanges
  nameWithType: UnityStats.renderTextureChanges
  type: Property
- uid: UnityEditor.UnityStats.renderTextureCount
  name: renderTextureCount
  fullName: UnityEditor.UnityStats.renderTextureCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-renderTextureCount.html
  commentId: P:UnityEditor.UnityStats.renderTextureCount
  nameWithType: UnityStats.renderTextureCount
  type: Property
- uid: UnityEditor.UnityStats.renderTime
  name: renderTime
  fullName: UnityEditor.UnityStats.renderTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-renderTime.html
  commentId: P:UnityEditor.UnityStats.renderTime
  nameWithType: UnityStats.renderTime
  type: Property
- uid: UnityEditor.UnityStats.screenBytes
  name: screenBytes
  fullName: UnityEditor.UnityStats.screenBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-screenBytes.html
  commentId: P:UnityEditor.UnityStats.screenBytes
  nameWithType: UnityStats.screenBytes
  type: Property
- uid: UnityEditor.UnityStats.screenRes
  name: screenRes
  fullName: UnityEditor.UnityStats.screenRes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-screenRes.html
  commentId: P:UnityEditor.UnityStats.screenRes
  nameWithType: UnityStats.screenRes
  type: Property
- uid: UnityEditor.UnityStats.setPassCalls
  name: setPassCalls
  fullName: UnityEditor.UnityStats.setPassCalls
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-setPassCalls.html
  commentId: P:UnityEditor.UnityStats.setPassCalls
  nameWithType: UnityStats.setPassCalls
  type: Property
- uid: UnityEditor.UnityStats.shadowCasters
  name: shadowCasters
  fullName: UnityEditor.UnityStats.shadowCasters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-shadowCasters.html
  commentId: P:UnityEditor.UnityStats.shadowCasters
  nameWithType: UnityStats.shadowCasters
  type: Property
- uid: UnityEditor.UnityStats.staticBatchedDrawCalls
  name: staticBatchedDrawCalls
  fullName: UnityEditor.UnityStats.staticBatchedDrawCalls
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-staticBatchedDrawCalls.html
  commentId: P:UnityEditor.UnityStats.staticBatchedDrawCalls
  nameWithType: UnityStats.staticBatchedDrawCalls
  type: Property
- uid: UnityEditor.UnityStats.staticBatches
  name: staticBatches
  fullName: UnityEditor.UnityStats.staticBatches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-staticBatches.html
  commentId: P:UnityEditor.UnityStats.staticBatches
  nameWithType: UnityStats.staticBatches
  type: Property
- uid: UnityEditor.UnityStats.triangles
  name: triangles
  fullName: UnityEditor.UnityStats.triangles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-triangles.html
  commentId: P:UnityEditor.UnityStats.triangles
  nameWithType: UnityStats.triangles
  type: Property
- uid: UnityEditor.UnityStats.usedTextureCount
  name: usedTextureCount
  fullName: UnityEditor.UnityStats.usedTextureCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-usedTextureCount.html
  commentId: P:UnityEditor.UnityStats.usedTextureCount
  nameWithType: UnityStats.usedTextureCount
  type: Property
- uid: UnityEditor.UnityStats.usedTextureMemorySize
  name: usedTextureMemorySize
  fullName: UnityEditor.UnityStats.usedTextureMemorySize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-usedTextureMemorySize.html
  commentId: P:UnityEditor.UnityStats.usedTextureMemorySize
  nameWithType: UnityStats.usedTextureMemorySize
  type: Property
- uid: UnityEditor.UnityStats.vboTotal
  name: vboTotal
  fullName: UnityEditor.UnityStats.vboTotal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-vboTotal.html
  commentId: P:UnityEditor.UnityStats.vboTotal
  nameWithType: UnityStats.vboTotal
  type: Property
- uid: UnityEditor.UnityStats.vboTotalBytes
  name: vboTotalBytes
  fullName: UnityEditor.UnityStats.vboTotalBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-vboTotalBytes.html
  commentId: P:UnityEditor.UnityStats.vboTotalBytes
  nameWithType: UnityStats.vboTotalBytes
  type: Property
- uid: UnityEditor.UnityStats.vboUploadBytes
  name: vboUploadBytes
  fullName: UnityEditor.UnityStats.vboUploadBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-vboUploadBytes.html
  commentId: P:UnityEditor.UnityStats.vboUploadBytes
  nameWithType: UnityStats.vboUploadBytes
  type: Property
- uid: UnityEditor.UnityStats.vboUploads
  name: vboUploads
  fullName: UnityEditor.UnityStats.vboUploads
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-vboUploads.html
  commentId: P:UnityEditor.UnityStats.vboUploads
  nameWithType: UnityStats.vboUploads
  type: Property
- uid: UnityEditor.UnityStats.vertices
  name: vertices
  fullName: UnityEditor.UnityStats.vertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-vertices.html
  commentId: P:UnityEditor.UnityStats.vertices
  nameWithType: UnityStats.vertices
  type: Property
- uid: UnityEditor.UnityStats.visibleAnimations
  name: visibleAnimations
  fullName: UnityEditor.UnityStats.visibleAnimations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-visibleAnimations.html
  commentId: P:UnityEditor.UnityStats.visibleAnimations
  nameWithType: UnityStats.visibleAnimations
  type: Property
- uid: UnityEditor.UnityStats.visibleSkinnedMeshes
  name: visibleSkinnedMeshes
  fullName: UnityEditor.UnityStats.visibleSkinnedMeshes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityStats-visibleSkinnedMeshes.html
  commentId: P:UnityEditor.UnityStats.visibleSkinnedMeshes
  nameWithType: UnityStats.visibleSkinnedMeshes
  type: Property
- uid: UnityEditor.Unsupported
  name: Unsupported
  fullName: UnityEditor.Unsupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.html
  commentId: T:UnityEditor.Unsupported
  nameWithType: Unsupported
  type: Class
- uid: UnityEditor.Unsupported.AreAllParametersInDestination(UnityEngine.Object,UnityEditor.Animations.AnimatorController,System.Collections.Generic.List{System.String})
  name: AreAllParametersInDestination(Object, AnimatorController, List<string>)
  fullName: UnityEditor.Unsupported.AreAllParametersInDestination(UnityEngine.Object, UnityEditor.Animations.AnimatorController, System.Collections.Generic.List<string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.AreAllParametersInDestination.html
  commentId: M:UnityEditor.Unsupported.AreAllParametersInDestination(UnityEngine.Object,UnityEditor.Animations.AnimatorController,System.Collections.Generic.List{System.String})
  nameWithType: Unsupported.AreAllParametersInDestination(Object, AnimatorController, List<string>)
  type: Method
- uid: UnityEditor.Unsupported.CanPasteParametersToTransition(UnityEngine.Object,UnityEditor.Animations.AnimatorController)
  name: CanPasteParametersToTransition(Object, AnimatorController)
  fullName: UnityEditor.Unsupported.CanPasteParametersToTransition(UnityEngine.Object, UnityEditor.Animations.AnimatorController)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.CanPasteParametersToTransition.html
  commentId: M:UnityEditor.Unsupported.CanPasteParametersToTransition(UnityEngine.Object,UnityEditor.Animations.AnimatorController)
  nameWithType: Unsupported.CanPasteParametersToTransition(Object, AnimatorController)
  type: Method
- uid: UnityEditor.Unsupported.CaptureScreenshotImmediate(System.String,System.Int32,System.Int32,System.Int32,System.Int32)
  name: CaptureScreenshotImmediate(string, int, int, int, int)
  fullName: UnityEditor.Unsupported.CaptureScreenshotImmediate(string, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.CaptureScreenshotImmediate.html
  commentId: M:UnityEditor.Unsupported.CaptureScreenshotImmediate(System.String,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Unsupported.CaptureScreenshotImmediate(string, int, int, int, int)
  type: Method
- uid: UnityEditor.Unsupported.ClearSkinCache
  name: ClearSkinCache()
  fullName: UnityEditor.Unsupported.ClearSkinCache()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.ClearSkinCache.html
  commentId: M:UnityEditor.Unsupported.ClearSkinCache
  nameWithType: Unsupported.ClearSkinCache()
  type: Method
- uid: UnityEditor.Unsupported.CopyComponentToPasteboard(UnityEngine.Component)
  name: CopyComponentToPasteboard(Component)
  fullName: UnityEditor.Unsupported.CopyComponentToPasteboard(UnityEngine.Component)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.CopyComponentToPasteboard.html
  commentId: M:UnityEditor.Unsupported.CopyComponentToPasteboard(UnityEngine.Component)
  nameWithType: Unsupported.CopyComponentToPasteboard(Component)
  type: Method
- uid: UnityEditor.Unsupported.CopyGameObjectsToPasteboard
  name: CopyGameObjectsToPasteboard()
  fullName: UnityEditor.Unsupported.CopyGameObjectsToPasteboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.CopyGameObjectsToPasteboard.html
  commentId: M:UnityEditor.Unsupported.CopyGameObjectsToPasteboard
  nameWithType: Unsupported.CopyGameObjectsToPasteboard()
  type: Method
- uid: UnityEditor.Unsupported.CopyStateMachineDataToPasteboard(UnityEngine.Object,UnityEditor.Animations.AnimatorController,System.Int32)
  name: CopyStateMachineDataToPasteboard(Object, AnimatorController, int)
  fullName: UnityEditor.Unsupported.CopyStateMachineDataToPasteboard(UnityEngine.Object, UnityEditor.Animations.AnimatorController, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.CopyStateMachineDataToPasteboard.html
  commentId: M:UnityEditor.Unsupported.CopyStateMachineDataToPasteboard(UnityEngine.Object,UnityEditor.Animations.AnimatorController,System.Int32)
  nameWithType: Unsupported.CopyStateMachineDataToPasteboard(Object, AnimatorController, int)
  type: Method
- uid: UnityEditor.Unsupported.CopyStateMachineTransitionParametersToPasteboard(UnityEngine.Object,UnityEditor.Animations.AnimatorController)
  name: CopyStateMachineTransitionParametersToPasteboard(Object, AnimatorController)
  fullName: UnityEditor.Unsupported.CopyStateMachineTransitionParametersToPasteboard(UnityEngine.Object, UnityEditor.Animations.AnimatorController)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.CopyStateMachineTransitionParametersToPasteboard.html
  commentId: M:UnityEditor.Unsupported.CopyStateMachineTransitionParametersToPasteboard(UnityEngine.Object,UnityEditor.Animations.AnimatorController)
  nameWithType: Unsupported.CopyStateMachineTransitionParametersToPasteboard(Object, AnimatorController)
  type: Method
- uid: UnityEditor.Unsupported.DeleteGameObjectSelection
  name: DeleteGameObjectSelection()
  fullName: UnityEditor.Unsupported.DeleteGameObjectSelection()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.DeleteGameObjectSelection.html
  commentId: M:UnityEditor.Unsupported.DeleteGameObjectSelection
  nameWithType: Unsupported.DeleteGameObjectSelection()
  type: Method
- uid: UnityEditor.Unsupported.DestinationHasCompatibleParameterTypes(UnityEngine.Object,UnityEditor.Animations.AnimatorController,System.Collections.Generic.List{System.String})
  name: DestinationHasCompatibleParameterTypes(Object, AnimatorController, List<string>)
  fullName: UnityEditor.Unsupported.DestinationHasCompatibleParameterTypes(UnityEngine.Object, UnityEditor.Animations.AnimatorController, System.Collections.Generic.List<string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.DestinationHasCompatibleParameterTypes.html
  commentId: M:UnityEditor.Unsupported.DestinationHasCompatibleParameterTypes(UnityEngine.Object,UnityEditor.Animations.AnimatorController,System.Collections.Generic.List{System.String})
  nameWithType: Unsupported.DestinationHasCompatibleParameterTypes(Object, AnimatorController, List<string>)
  type: Method
- uid: UnityEditor.Unsupported.DuplicateGameObjectsUsingPasteboard
  name: DuplicateGameObjectsUsingPasteboard()
  fullName: UnityEditor.Unsupported.DuplicateGameObjectsUsingPasteboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.DuplicateGameObjectsUsingPasteboard.html
  commentId: M:UnityEditor.Unsupported.DuplicateGameObjectsUsingPasteboard
  nameWithType: Unsupported.DuplicateGameObjectsUsingPasteboard()
  type: Method
- uid: UnityEditor.Unsupported.GetApplicationSettingCompressAssetsOnImport
  name: GetApplicationSettingCompressAssetsOnImport()
  fullName: UnityEditor.Unsupported.GetApplicationSettingCompressAssetsOnImport()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.GetApplicationSettingCompressAssetsOnImport.html
  commentId: M:UnityEditor.Unsupported.GetApplicationSettingCompressAssetsOnImport
  nameWithType: Unsupported.GetApplicationSettingCompressAssetsOnImport()
  type: Method
- uid: UnityEditor.Unsupported.GetBaseUnityDeveloperFolder
  name: GetBaseUnityDeveloperFolder()
  fullName: UnityEditor.Unsupported.GetBaseUnityDeveloperFolder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.GetBaseUnityDeveloperFolder.html
  commentId: M:UnityEditor.Unsupported.GetBaseUnityDeveloperFolder
  nameWithType: Unsupported.GetBaseUnityDeveloperFolder()
  type: Method
- uid: UnityEditor.Unsupported.GetLocalIdentifierInFile(System.Int32)
  name: GetLocalIdentifierInFile(int)
  fullName: UnityEditor.Unsupported.GetLocalIdentifierInFile(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.GetLocalIdentifierInFile.html
  commentId: M:UnityEditor.Unsupported.GetLocalIdentifierInFile(System.Int32)
  nameWithType: Unsupported.GetLocalIdentifierInFile(int)
  type: Method
- uid: UnityEditor.Unsupported.GetSerializedAssetInterfaceSingleton(System.String)
  name: GetSerializedAssetInterfaceSingleton(string)
  fullName: UnityEditor.Unsupported.GetSerializedAssetInterfaceSingleton(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.GetSerializedAssetInterfaceSingleton.html
  commentId: M:UnityEditor.Unsupported.GetSerializedAssetInterfaceSingleton(System.String)
  nameWithType: Unsupported.GetSerializedAssetInterfaceSingleton(string)
  type: Method
- uid: UnityEditor.Unsupported.GetSubmenus(System.String)
  name: GetSubmenus(string)
  fullName: UnityEditor.Unsupported.GetSubmenus(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.GetSubmenus.html
  commentId: M:UnityEditor.Unsupported.GetSubmenus(System.String)
  nameWithType: Unsupported.GetSubmenus(string)
  type: Method
- uid: UnityEditor.Unsupported.GetSubmenusCommands(System.String)
  name: GetSubmenusCommands(string)
  fullName: UnityEditor.Unsupported.GetSubmenusCommands(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.GetSubmenusCommands.html
  commentId: M:UnityEditor.Unsupported.GetSubmenusCommands(System.String)
  nameWithType: Unsupported.GetSubmenusCommands(string)
  type: Method
- uid: UnityEditor.Unsupported.GetSubmenusIncludingSeparators(System.String)
  name: GetSubmenusIncludingSeparators(string)
  fullName: UnityEditor.Unsupported.GetSubmenusIncludingSeparators(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.GetSubmenusIncludingSeparators.html
  commentId: M:UnityEditor.Unsupported.GetSubmenusIncludingSeparators(System.String)
  nameWithType: Unsupported.GetSubmenusIncludingSeparators(string)
  type: Method
- uid: UnityEditor.Unsupported.GetTypeFromFullName(System.String)
  name: GetTypeFromFullName(string)
  fullName: UnityEditor.Unsupported.GetTypeFromFullName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.GetTypeFromFullName.html
  commentId: M:UnityEditor.Unsupported.GetTypeFromFullName(System.String)
  nameWithType: Unsupported.GetTypeFromFullName(string)
  type: Method
- uid: UnityEditor.Unsupported.HasStateMachineDataInPasteboard
  name: HasStateMachineDataInPasteboard()
  fullName: UnityEditor.Unsupported.HasStateMachineDataInPasteboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.HasStateMachineDataInPasteboard.html
  commentId: M:UnityEditor.Unsupported.HasStateMachineDataInPasteboard
  nameWithType: Unsupported.HasStateMachineDataInPasteboard()
  type: Method
- uid: UnityEditor.Unsupported.HasStateMachineTransitionDataInPasteboard
  name: HasStateMachineTransitionDataInPasteboard()
  fullName: UnityEditor.Unsupported.HasStateMachineTransitionDataInPasteboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.HasStateMachineTransitionDataInPasteboard.html
  commentId: M:UnityEditor.Unsupported.HasStateMachineTransitionDataInPasteboard
  nameWithType: Unsupported.HasStateMachineTransitionDataInPasteboard()
  type: Method
- uid: UnityEditor.Unsupported.IsBleedingEdgeBuild
  name: IsBleedingEdgeBuild()
  fullName: UnityEditor.Unsupported.IsBleedingEdgeBuild()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.IsBleedingEdgeBuild.html
  commentId: M:UnityEditor.Unsupported.IsBleedingEdgeBuild
  nameWithType: Unsupported.IsBleedingEdgeBuild()
  type: Method
- uid: UnityEditor.Unsupported.IsDestroyScriptableObject(UnityEngine.ScriptableObject)
  name: IsDestroyScriptableObject(ScriptableObject)
  fullName: UnityEditor.Unsupported.IsDestroyScriptableObject(UnityEngine.ScriptableObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.IsDestroyScriptableObject.html
  commentId: M:UnityEditor.Unsupported.IsDestroyScriptableObject(UnityEngine.ScriptableObject)
  nameWithType: Unsupported.IsDestroyScriptableObject(ScriptableObject)
  type: Method
- uid: UnityEditor.Unsupported.IsDeveloperBuild
  name: IsDeveloperBuild()
  fullName: UnityEditor.Unsupported.IsDeveloperBuild()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.IsDeveloperBuild.html
  commentId: M:UnityEditor.Unsupported.IsDeveloperBuild
  nameWithType: Unsupported.IsDeveloperBuild()
  type: Method
- uid: UnityEditor.Unsupported.IsHiddenFile(System.String)
  name: IsHiddenFile(string)
  fullName: UnityEditor.Unsupported.IsHiddenFile(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.IsHiddenFile.html
  commentId: M:UnityEditor.Unsupported.IsHiddenFile(System.String)
  nameWithType: Unsupported.IsHiddenFile(string)
  type: Method
- uid: UnityEditor.Unsupported.IsNativeCodeBuiltInReleaseMode
  name: IsNativeCodeBuiltInReleaseMode()
  fullName: UnityEditor.Unsupported.IsNativeCodeBuiltInReleaseMode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.IsNativeCodeBuiltInReleaseMode.html
  commentId: M:UnityEditor.Unsupported.IsNativeCodeBuiltInReleaseMode
  nameWithType: Unsupported.IsNativeCodeBuiltInReleaseMode()
  type: Method
- uid: UnityEditor.Unsupported.PasteComponentFromPasteboard(UnityEngine.GameObject)
  name: PasteComponentFromPasteboard(GameObject)
  fullName: UnityEditor.Unsupported.PasteComponentFromPasteboard(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.PasteComponentFromPasteboard.html
  commentId: M:UnityEditor.Unsupported.PasteComponentFromPasteboard(UnityEngine.GameObject)
  nameWithType: Unsupported.PasteComponentFromPasteboard(GameObject)
  type: Method
- uid: UnityEditor.Unsupported.PasteComponentValuesFromPasteboard(UnityEngine.Component)
  name: PasteComponentValuesFromPasteboard(Component)
  fullName: UnityEditor.Unsupported.PasteComponentValuesFromPasteboard(UnityEngine.Component)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.PasteComponentValuesFromPasteboard.html
  commentId: M:UnityEditor.Unsupported.PasteComponentValuesFromPasteboard(UnityEngine.Component)
  nameWithType: Unsupported.PasteComponentValuesFromPasteboard(Component)
  type: Method
- uid: UnityEditor.Unsupported.PasteGameObjectsFromPasteboard
  name: PasteGameObjectsFromPasteboard()
  fullName: UnityEditor.Unsupported.PasteGameObjectsFromPasteboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.PasteGameObjectsFromPasteboard.html
  commentId: M:UnityEditor.Unsupported.PasteGameObjectsFromPasteboard
  nameWithType: Unsupported.PasteGameObjectsFromPasteboard()
  type: Method
- uid: UnityEditor.Unsupported.PasteToStateMachineFromPasteboard(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorController,System.Int32,UnityEngine.Vector3)
  name: PasteToStateMachineFromPasteboard(AnimatorStateMachine, AnimatorController, int, Vector3)
  fullName: UnityEditor.Unsupported.PasteToStateMachineFromPasteboard(UnityEditor.Animations.AnimatorStateMachine, UnityEditor.Animations.AnimatorController, int, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.PasteToStateMachineFromPasteboard.html
  commentId: M:UnityEditor.Unsupported.PasteToStateMachineFromPasteboard(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorController,System.Int32,UnityEngine.Vector3)
  nameWithType: Unsupported.PasteToStateMachineFromPasteboard(AnimatorStateMachine, AnimatorController, int, Vector3)
  type: Method
- uid: UnityEditor.Unsupported.PasteToStateMachineTransitionParametersFromPasteboard(UnityEngine.Object,UnityEditor.Animations.AnimatorController,System.Boolean,System.Boolean)
  name: PasteToStateMachineTransitionParametersFromPasteboard(Object, AnimatorController, bool, bool)
  fullName: UnityEditor.Unsupported.PasteToStateMachineTransitionParametersFromPasteboard(UnityEngine.Object, UnityEditor.Animations.AnimatorController, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.PasteToStateMachineTransitionParametersFromPasteboard.html
  commentId: M:UnityEditor.Unsupported.PasteToStateMachineTransitionParametersFromPasteboard(UnityEngine.Object,UnityEditor.Animations.AnimatorController,System.Boolean,System.Boolean)
  nameWithType: Unsupported.PasteToStateMachineTransitionParametersFromPasteboard(Object, AnimatorController, bool, bool)
  type: Method
- uid: UnityEditor.Unsupported.PrepareObjectContextMenu(UnityEngine.Object,System.Int32)
  name: PrepareObjectContextMenu(Object, int)
  fullName: UnityEditor.Unsupported.PrepareObjectContextMenu(UnityEngine.Object, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.PrepareObjectContextMenu.html
  commentId: M:UnityEditor.Unsupported.PrepareObjectContextMenu(UnityEngine.Object,System.Int32)
  nameWithType: Unsupported.PrepareObjectContextMenu(Object, int)
  type: Method
- uid: UnityEditor.Unsupported.ResolveSymlinks(System.String)
  name: ResolveSymlinks(string)
  fullName: UnityEditor.Unsupported.ResolveSymlinks(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.ResolveSymlinks.html
  commentId: M:UnityEditor.Unsupported.ResolveSymlinks(System.String)
  nameWithType: Unsupported.ResolveSymlinks(string)
  type: Method
- uid: UnityEditor.Unsupported.SceneTrackerFlushDirty
  name: SceneTrackerFlushDirty()
  fullName: UnityEditor.Unsupported.SceneTrackerFlushDirty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.SceneTrackerFlushDirty.html
  commentId: M:UnityEditor.Unsupported.SceneTrackerFlushDirty
  nameWithType: Unsupported.SceneTrackerFlushDirty()
  type: Method
- uid: UnityEditor.Unsupported.SetAllowCursorHide(System.Boolean)
  name: SetAllowCursorHide(bool)
  fullName: UnityEditor.Unsupported.SetAllowCursorHide(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.SetAllowCursorHide.html
  commentId: M:UnityEditor.Unsupported.SetAllowCursorHide(System.Boolean)
  nameWithType: Unsupported.SetAllowCursorHide(bool)
  type: Method
- uid: UnityEditor.Unsupported.SetAllowCursorLock(System.Boolean)
  name: SetAllowCursorLock(bool)
  fullName: UnityEditor.Unsupported.SetAllowCursorLock(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.SetAllowCursorLock.html
  commentId: M:UnityEditor.Unsupported.SetAllowCursorLock(System.Boolean)
  nameWithType: Unsupported.SetAllowCursorLock(bool)
  type: Method
- uid: UnityEditor.Unsupported.SetApplicationSettingCompressAssetsOnImport(System.Boolean)
  name: SetApplicationSettingCompressAssetsOnImport(bool)
  fullName: UnityEditor.Unsupported.SetApplicationSettingCompressAssetsOnImport(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.SetApplicationSettingCompressAssetsOnImport.html
  commentId: M:UnityEditor.Unsupported.SetApplicationSettingCompressAssetsOnImport(System.Boolean)
  nameWithType: Unsupported.SetApplicationSettingCompressAssetsOnImport(bool)
  type: Method
- uid: UnityEditor.Unsupported.SetQualitySettingsShadowDistanceTemporarily(System.Single)
  name: SetQualitySettingsShadowDistanceTemporarily(float)
  fullName: UnityEditor.Unsupported.SetQualitySettingsShadowDistanceTemporarily(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.SetQualitySettingsShadowDistanceTemporarily.html
  commentId: M:UnityEditor.Unsupported.SetQualitySettingsShadowDistanceTemporarily(System.Single)
  nameWithType: Unsupported.SetQualitySettingsShadowDistanceTemporarily(float)
  type: Method
- uid: UnityEditor.Unsupported.SetRenderSettingsUseFogNoDirty(System.Boolean)
  name: SetRenderSettingsUseFogNoDirty(bool)
  fullName: UnityEditor.Unsupported.SetRenderSettingsUseFogNoDirty(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.SetRenderSettingsUseFogNoDirty.html
  commentId: M:UnityEditor.Unsupported.SetRenderSettingsUseFogNoDirty(System.Boolean)
  nameWithType: Unsupported.SetRenderSettingsUseFogNoDirty(bool)
  type: Method
- uid: UnityEditor.Unsupported.SmartReset(UnityEngine.Object)
  name: SmartReset(Object)
  fullName: UnityEditor.Unsupported.SmartReset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.SmartReset.html
  commentId: M:UnityEditor.Unsupported.SmartReset(UnityEngine.Object)
  nameWithType: Unsupported.SmartReset(Object)
  type: Method
- uid: UnityEditor.Unsupported.StopPlayingImmediately
  name: StopPlayingImmediately()
  fullName: UnityEditor.Unsupported.StopPlayingImmediately()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unsupported.StopPlayingImmediately.html
  commentId: M:UnityEditor.Unsupported.StopPlayingImmediately
  nameWithType: Unsupported.StopPlayingImmediately()
  type: Method
- uid: UnityEditor.UnwrapParam
  name: UnwrapParam
  fullName: UnityEditor.UnwrapParam
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnwrapParam.html
  commentId: T:UnityEditor.UnwrapParam
  nameWithType: UnwrapParam
  type: Struct
- uid: UnityEditor.UnwrapParam.angleError
  name: angleError
  fullName: UnityEditor.UnwrapParam.angleError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnwrapParam-angleError.html
  commentId: F:UnityEditor.UnwrapParam.angleError
  nameWithType: UnwrapParam.angleError
  type: Field
- uid: UnityEditor.UnwrapParam.areaError
  name: areaError
  fullName: UnityEditor.UnwrapParam.areaError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnwrapParam-areaError.html
  commentId: F:UnityEditor.UnwrapParam.areaError
  nameWithType: UnwrapParam.areaError
  type: Field
- uid: UnityEditor.UnwrapParam.hardAngle
  name: hardAngle
  fullName: UnityEditor.UnwrapParam.hardAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnwrapParam-hardAngle.html
  commentId: F:UnityEditor.UnwrapParam.hardAngle
  nameWithType: UnwrapParam.hardAngle
  type: Field
- uid: UnityEditor.UnwrapParam.packMargin
  name: packMargin
  fullName: UnityEditor.UnwrapParam.packMargin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnwrapParam-packMargin.html
  commentId: F:UnityEditor.UnwrapParam.packMargin
  nameWithType: UnwrapParam.packMargin
  type: Field
- uid: UnityEditor.UnwrapParam.SetDefaults(UnityEditor.UnwrapParam@)
  name: SetDefaults(out UnwrapParam)
  fullName: UnityEditor.UnwrapParam.SetDefaults(out UnityEditor.UnwrapParam)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnwrapParam.SetDefaults.html
  commentId: M:UnityEditor.UnwrapParam.SetDefaults(UnityEditor.UnwrapParam@)
  nameWithType: UnwrapParam.SetDefaults(out UnwrapParam)
  type: Method
- uid: UnityEditor.Unwrapping
  name: Unwrapping
  fullName: UnityEditor.Unwrapping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unwrapping.html
  commentId: T:UnityEditor.Unwrapping
  nameWithType: Unwrapping
  type: Class
- uid: UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh,UnityEditor.UnwrapParam)
  name: GeneratePerTriangleUV(Mesh, UnwrapParam)
  fullName: UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh, UnityEditor.UnwrapParam)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unwrapping.GeneratePerTriangleUV.html
  commentId: M:UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh,UnityEditor.UnwrapParam)
  nameWithType: Unwrapping.GeneratePerTriangleUV(Mesh, UnwrapParam)
  type: Method
- uid: UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh)
  name: GeneratePerTriangleUV(Mesh)
  fullName: UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unwrapping.GeneratePerTriangleUV.html
  commentId: M:UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh)
  nameWithType: Unwrapping.GeneratePerTriangleUV(Mesh)
  type: Method
- uid: UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh,UnityEditor.UnwrapParam)
  name: GenerateSecondaryUVSet(Mesh, UnwrapParam)
  fullName: UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh, UnityEditor.UnwrapParam)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unwrapping.GenerateSecondaryUVSet.html
  commentId: M:UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh,UnityEditor.UnwrapParam)
  nameWithType: Unwrapping.GenerateSecondaryUVSet(Mesh, UnwrapParam)
  type: Method
- uid: UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh)
  name: GenerateSecondaryUVSet(Mesh)
  fullName: UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Unwrapping.GenerateSecondaryUVSet.html
  commentId: M:UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh)
  nameWithType: Unwrapping.GenerateSecondaryUVSet(Mesh)
  type: Method
- uid: UnityEditor.VersionControl
  name: UnityEditor.VersionControl
  fullName: UnityEditor.VersionControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.VersionControl
  nameWithType: UnityEditor.VersionControl
  type: Namespace
- uid: UnityEditor.VersionControl.Asset
  name: Asset
  fullName: UnityEditor.VersionControl.Asset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.html
  commentId: T:UnityEditor.VersionControl.Asset
  nameWithType: Asset
  type: Class
- uid: UnityEditor.VersionControl.Asset.#ctor(System.String)
  name: Asset(string)
  fullName: UnityEditor.VersionControl.Asset.Asset(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-ctor.html
  commentId: M:UnityEditor.VersionControl.Asset.#ctor(System.String)
  nameWithType: Asset.Asset(string)
  type: Constructor
- uid: UnityEditor.VersionControl.Asset.Dispose
  name: Dispose()
  fullName: UnityEditor.VersionControl.Asset.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.Dispose.html
  commentId: M:UnityEditor.VersionControl.Asset.Dispose
  nameWithType: Asset.Dispose()
  type: Method
- uid: UnityEditor.VersionControl.Asset.Edit
  name: Edit()
  fullName: UnityEditor.VersionControl.Asset.Edit()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.Edit.html
  commentId: M:UnityEditor.VersionControl.Asset.Edit
  nameWithType: Asset.Edit()
  type: Method
- uid: UnityEditor.VersionControl.Asset.Finalize
  name: ~Asset()
  fullName: UnityEditor.VersionControl.Asset.~Asset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.Finalize.html
  commentId: M:UnityEditor.VersionControl.Asset.Finalize
  nameWithType: Asset.~Asset()
  type: Method
- uid: UnityEditor.VersionControl.Asset.fullName
  name: fullName
  fullName: UnityEditor.VersionControl.Asset.fullName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-fullName.html
  commentId: P:UnityEditor.VersionControl.Asset.fullName
  nameWithType: Asset.fullName
  type: Property
- uid: UnityEditor.VersionControl.Asset.IsChildOf(UnityEditor.VersionControl.Asset)
  name: IsChildOf(Asset)
  fullName: UnityEditor.VersionControl.Asset.IsChildOf(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.IsChildOf.html
  commentId: M:UnityEditor.VersionControl.Asset.IsChildOf(UnityEditor.VersionControl.Asset)
  nameWithType: Asset.IsChildOf(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Asset.isFolder
  name: isFolder
  fullName: UnityEditor.VersionControl.Asset.isFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-isFolder.html
  commentId: P:UnityEditor.VersionControl.Asset.isFolder
  nameWithType: Asset.isFolder
  type: Property
- uid: UnityEditor.VersionControl.Asset.isInCurrentProject
  name: isInCurrentProject
  fullName: UnityEditor.VersionControl.Asset.isInCurrentProject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-isInCurrentProject.html
  commentId: P:UnityEditor.VersionControl.Asset.isInCurrentProject
  nameWithType: Asset.isInCurrentProject
  type: Property
- uid: UnityEditor.VersionControl.Asset.isMeta
  name: isMeta
  fullName: UnityEditor.VersionControl.Asset.isMeta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-isMeta.html
  commentId: P:UnityEditor.VersionControl.Asset.isMeta
  nameWithType: Asset.isMeta
  type: Property
- uid: UnityEditor.VersionControl.Asset.IsOneOfStates(UnityEditor.VersionControl.Asset.States[])
  name: IsOneOfStates(States[])
  fullName: UnityEditor.VersionControl.Asset.IsOneOfStates(UnityEditor.VersionControl.Asset.States[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.IsOneOfStates.html
  commentId: M:UnityEditor.VersionControl.Asset.IsOneOfStates(UnityEditor.VersionControl.Asset.States[])
  nameWithType: Asset.IsOneOfStates(Asset.States[])
  type: Method
- uid: UnityEditor.VersionControl.Asset.IsState(UnityEditor.VersionControl.Asset.States)
  name: IsState(States)
  fullName: UnityEditor.VersionControl.Asset.IsState(UnityEditor.VersionControl.Asset.States)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.IsState.html
  commentId: M:UnityEditor.VersionControl.Asset.IsState(UnityEditor.VersionControl.Asset.States)
  nameWithType: Asset.IsState(Asset.States)
  type: Method
- uid: UnityEditor.VersionControl.Asset.Load
  name: Load()
  fullName: UnityEditor.VersionControl.Asset.Load()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.Load.html
  commentId: M:UnityEditor.VersionControl.Asset.Load
  nameWithType: Asset.Load()
  type: Method
- uid: UnityEditor.VersionControl.Asset.locked
  name: locked
  fullName: UnityEditor.VersionControl.Asset.locked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-locked.html
  commentId: P:UnityEditor.VersionControl.Asset.locked
  nameWithType: Asset.locked
  type: Property
- uid: UnityEditor.VersionControl.Asset.name
  name: name
  fullName: UnityEditor.VersionControl.Asset.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-name.html
  commentId: P:UnityEditor.VersionControl.Asset.name
  nameWithType: Asset.name
  type: Property
- uid: UnityEditor.VersionControl.Asset.path
  name: path
  fullName: UnityEditor.VersionControl.Asset.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-path.html
  commentId: P:UnityEditor.VersionControl.Asset.path
  nameWithType: Asset.path
  type: Property
- uid: UnityEditor.VersionControl.Asset.prettyPath
  name: prettyPath
  fullName: UnityEditor.VersionControl.Asset.prettyPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-prettyPath.html
  commentId: P:UnityEditor.VersionControl.Asset.prettyPath
  nameWithType: Asset.prettyPath
  type: Property
- uid: UnityEditor.VersionControl.Asset.readOnly
  name: readOnly
  fullName: UnityEditor.VersionControl.Asset.readOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-readOnly.html
  commentId: P:UnityEditor.VersionControl.Asset.readOnly
  nameWithType: Asset.readOnly
  type: Property
- uid: UnityEditor.VersionControl.Asset.state
  name: state
  fullName: UnityEditor.VersionControl.Asset.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset-state.html
  commentId: P:UnityEditor.VersionControl.Asset.state
  nameWithType: Asset.state
  type: Property
- uid: UnityEditor.VersionControl.Asset.States
  name: Asset.States
  fullName: UnityEditor.VersionControl.Asset.States
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.html
  commentId: T:UnityEditor.VersionControl.Asset.States
  nameWithType: Asset.States
  type: Enum
- uid: UnityEditor.VersionControl.Asset.States.AddedLocal
  name: AddedLocal
  fullName: UnityEditor.VersionControl.Asset.States.AddedLocal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.AddedLocal.html
  commentId: F:UnityEditor.VersionControl.Asset.States.AddedLocal
  nameWithType: Asset.States.AddedLocal
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.AddedRemote
  name: AddedRemote
  fullName: UnityEditor.VersionControl.Asset.States.AddedRemote
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.AddedRemote.html
  commentId: F:UnityEditor.VersionControl.Asset.States.AddedRemote
  nameWithType: Asset.States.AddedRemote
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.CheckedOutLocal
  name: CheckedOutLocal
  fullName: UnityEditor.VersionControl.Asset.States.CheckedOutLocal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.CheckedOutLocal.html
  commentId: F:UnityEditor.VersionControl.Asset.States.CheckedOutLocal
  nameWithType: Asset.States.CheckedOutLocal
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.CheckedOutRemote
  name: CheckedOutRemote
  fullName: UnityEditor.VersionControl.Asset.States.CheckedOutRemote
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.CheckedOutRemote.html
  commentId: F:UnityEditor.VersionControl.Asset.States.CheckedOutRemote
  nameWithType: Asset.States.CheckedOutRemote
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.Conflicted
  name: Conflicted
  fullName: UnityEditor.VersionControl.Asset.States.Conflicted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.Conflicted.html
  commentId: F:UnityEditor.VersionControl.Asset.States.Conflicted
  nameWithType: Asset.States.Conflicted
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.DeletedLocal
  name: DeletedLocal
  fullName: UnityEditor.VersionControl.Asset.States.DeletedLocal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.DeletedLocal.html
  commentId: F:UnityEditor.VersionControl.Asset.States.DeletedLocal
  nameWithType: Asset.States.DeletedLocal
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.DeletedRemote
  name: DeletedRemote
  fullName: UnityEditor.VersionControl.Asset.States.DeletedRemote
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.DeletedRemote.html
  commentId: F:UnityEditor.VersionControl.Asset.States.DeletedRemote
  nameWithType: Asset.States.DeletedRemote
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.Local
  name: Local
  fullName: UnityEditor.VersionControl.Asset.States.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.Local.html
  commentId: F:UnityEditor.VersionControl.Asset.States.Local
  nameWithType: Asset.States.Local
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.LockedLocal
  name: LockedLocal
  fullName: UnityEditor.VersionControl.Asset.States.LockedLocal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.LockedLocal.html
  commentId: F:UnityEditor.VersionControl.Asset.States.LockedLocal
  nameWithType: Asset.States.LockedLocal
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.LockedRemote
  name: LockedRemote
  fullName: UnityEditor.VersionControl.Asset.States.LockedRemote
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.LockedRemote.html
  commentId: F:UnityEditor.VersionControl.Asset.States.LockedRemote
  nameWithType: Asset.States.LockedRemote
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.MetaFile
  name: MetaFile
  fullName: UnityEditor.VersionControl.Asset.States.MetaFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.MetaFile.html
  commentId: F:UnityEditor.VersionControl.Asset.States.MetaFile
  nameWithType: Asset.States.MetaFile
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.Missing
  name: Missing
  fullName: UnityEditor.VersionControl.Asset.States.Missing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.Missing.html
  commentId: F:UnityEditor.VersionControl.Asset.States.Missing
  nameWithType: Asset.States.Missing
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.None
  name: None
  fullName: UnityEditor.VersionControl.Asset.States.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.None.html
  commentId: F:UnityEditor.VersionControl.Asset.States.None
  nameWithType: Asset.States.None
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.OutOfSync
  name: OutOfSync
  fullName: UnityEditor.VersionControl.Asset.States.OutOfSync
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.OutOfSync.html
  commentId: F:UnityEditor.VersionControl.Asset.States.OutOfSync
  nameWithType: Asset.States.OutOfSync
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.ReadOnly
  name: ReadOnly
  fullName: UnityEditor.VersionControl.Asset.States.ReadOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.ReadOnly.html
  commentId: F:UnityEditor.VersionControl.Asset.States.ReadOnly
  nameWithType: Asset.States.ReadOnly
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.Synced
  name: Synced
  fullName: UnityEditor.VersionControl.Asset.States.Synced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.Synced.html
  commentId: F:UnityEditor.VersionControl.Asset.States.Synced
  nameWithType: Asset.States.Synced
  type: Field
- uid: UnityEditor.VersionControl.Asset.States.Updating
  name: Updating
  fullName: UnityEditor.VersionControl.Asset.States.Updating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Asset.States.Updating.html
  commentId: F:UnityEditor.VersionControl.Asset.States.Updating
  nameWithType: Asset.States.Updating
  type: Field
- uid: UnityEditor.VersionControl.AssetList
  name: AssetList
  fullName: UnityEditor.VersionControl.AssetList
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.AssetList.html
  commentId: T:UnityEditor.VersionControl.AssetList
  nameWithType: AssetList
  type: Class
- uid: UnityEditor.VersionControl.AssetList.#ctor
  name: AssetList()
  fullName: UnityEditor.VersionControl.AssetList.AssetList()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.AssetList-ctor.html
  commentId: M:UnityEditor.VersionControl.AssetList.#ctor
  nameWithType: AssetList.AssetList()
  type: Constructor
- uid: UnityEditor.VersionControl.AssetList.#ctor(UnityEditor.VersionControl.AssetList)
  name: AssetList(AssetList)
  fullName: UnityEditor.VersionControl.AssetList.AssetList(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.AssetList-ctor.html
  commentId: M:UnityEditor.VersionControl.AssetList.#ctor(UnityEditor.VersionControl.AssetList)
  nameWithType: AssetList.AssetList(AssetList)
  type: Constructor
- uid: UnityEditor.VersionControl.AssetList.Filter(System.Boolean,UnityEditor.VersionControl.Asset.States[])
  name: Filter(bool, params States[])
  fullName: UnityEditor.VersionControl.AssetList.Filter(bool, params UnityEditor.VersionControl.Asset.States[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.AssetList.Filter.html
  commentId: M:UnityEditor.VersionControl.AssetList.Filter(System.Boolean,UnityEditor.VersionControl.Asset.States[])
  nameWithType: AssetList.Filter(bool, params Asset.States[])
  type: Method
- uid: UnityEditor.VersionControl.AssetList.FilterChildren
  name: FilterChildren()
  fullName: UnityEditor.VersionControl.AssetList.FilterChildren()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.AssetList.FilterChildren.html
  commentId: M:UnityEditor.VersionControl.AssetList.FilterChildren
  nameWithType: AssetList.FilterChildren()
  type: Method
- uid: UnityEditor.VersionControl.AssetList.FilterCount(System.Boolean,UnityEditor.VersionControl.Asset.States[])
  name: FilterCount(bool, params States[])
  fullName: UnityEditor.VersionControl.AssetList.FilterCount(bool, params UnityEditor.VersionControl.Asset.States[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.AssetList.FilterCount.html
  commentId: M:UnityEditor.VersionControl.AssetList.FilterCount(System.Boolean,UnityEditor.VersionControl.Asset.States[])
  nameWithType: AssetList.FilterCount(bool, params Asset.States[])
  type: Method
- uid: UnityEditor.VersionControl.ChangeSet
  name: ChangeSet
  fullName: UnityEditor.VersionControl.ChangeSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet.html
  commentId: T:UnityEditor.VersionControl.ChangeSet
  nameWithType: ChangeSet
  type: Class
- uid: UnityEditor.VersionControl.ChangeSet.#ctor
  name: ChangeSet()
  fullName: UnityEditor.VersionControl.ChangeSet.ChangeSet()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet-ctor.html
  commentId: M:UnityEditor.VersionControl.ChangeSet.#ctor
  nameWithType: ChangeSet.ChangeSet()
  type: Constructor
- uid: UnityEditor.VersionControl.ChangeSet.#ctor(System.String,System.String)
  name: ChangeSet(string, string)
  fullName: UnityEditor.VersionControl.ChangeSet.ChangeSet(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet-ctor.html
  commentId: M:UnityEditor.VersionControl.ChangeSet.#ctor(System.String,System.String)
  nameWithType: ChangeSet.ChangeSet(string, string)
  type: Constructor
- uid: UnityEditor.VersionControl.ChangeSet.#ctor(System.String)
  name: ChangeSet(string)
  fullName: UnityEditor.VersionControl.ChangeSet.ChangeSet(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet-ctor.html
  commentId: M:UnityEditor.VersionControl.ChangeSet.#ctor(System.String)
  nameWithType: ChangeSet.ChangeSet(string)
  type: Constructor
- uid: UnityEditor.VersionControl.ChangeSet.#ctor(UnityEditor.VersionControl.ChangeSet)
  name: ChangeSet(ChangeSet)
  fullName: UnityEditor.VersionControl.ChangeSet.ChangeSet(UnityEditor.VersionControl.ChangeSet)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet-ctor.html
  commentId: M:UnityEditor.VersionControl.ChangeSet.#ctor(UnityEditor.VersionControl.ChangeSet)
  nameWithType: ChangeSet.ChangeSet(ChangeSet)
  type: Constructor
- uid: UnityEditor.VersionControl.ChangeSet.defaultID
  name: defaultID
  fullName: UnityEditor.VersionControl.ChangeSet.defaultID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet-defaultID.html
  commentId: F:UnityEditor.VersionControl.ChangeSet.defaultID
  nameWithType: ChangeSet.defaultID
  type: Field
- uid: UnityEditor.VersionControl.ChangeSet.description
  name: description
  fullName: UnityEditor.VersionControl.ChangeSet.description
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet-description.html
  commentId: P:UnityEditor.VersionControl.ChangeSet.description
  nameWithType: ChangeSet.description
  type: Property
- uid: UnityEditor.VersionControl.ChangeSet.Dispose
  name: Dispose()
  fullName: UnityEditor.VersionControl.ChangeSet.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet.Dispose.html
  commentId: M:UnityEditor.VersionControl.ChangeSet.Dispose
  nameWithType: ChangeSet.Dispose()
  type: Method
- uid: UnityEditor.VersionControl.ChangeSet.Finalize
  name: ~ChangeSet()
  fullName: UnityEditor.VersionControl.ChangeSet.~ChangeSet()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet.Finalize.html
  commentId: M:UnityEditor.VersionControl.ChangeSet.Finalize
  nameWithType: ChangeSet.~ChangeSet()
  type: Method
- uid: UnityEditor.VersionControl.ChangeSet.id
  name: id
  fullName: UnityEditor.VersionControl.ChangeSet.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSet-id.html
  commentId: P:UnityEditor.VersionControl.ChangeSet.id
  nameWithType: ChangeSet.id
  type: Property
- uid: UnityEditor.VersionControl.ChangeSets
  name: ChangeSets
  fullName: UnityEditor.VersionControl.ChangeSets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ChangeSets.html
  commentId: T:UnityEditor.VersionControl.ChangeSets
  nameWithType: ChangeSets
  type: Class
- uid: UnityEditor.VersionControl.CheckoutMode
  name: CheckoutMode
  fullName: UnityEditor.VersionControl.CheckoutMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CheckoutMode.html
  commentId: T:UnityEditor.VersionControl.CheckoutMode
  nameWithType: CheckoutMode
  type: Enum
- uid: UnityEditor.VersionControl.CheckoutMode.Asset
  name: Asset
  fullName: UnityEditor.VersionControl.CheckoutMode.Asset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CheckoutMode.Asset.html
  commentId: F:UnityEditor.VersionControl.CheckoutMode.Asset
  nameWithType: CheckoutMode.Asset
  type: Field
- uid: UnityEditor.VersionControl.CheckoutMode.Both
  name: Both
  fullName: UnityEditor.VersionControl.CheckoutMode.Both
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CheckoutMode.Both.html
  commentId: F:UnityEditor.VersionControl.CheckoutMode.Both
  nameWithType: CheckoutMode.Both
  type: Field
- uid: UnityEditor.VersionControl.CheckoutMode.Exact
  name: Exact
  fullName: UnityEditor.VersionControl.CheckoutMode.Exact
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CheckoutMode.Exact.html
  commentId: F:UnityEditor.VersionControl.CheckoutMode.Exact
  nameWithType: CheckoutMode.Exact
  type: Field
- uid: UnityEditor.VersionControl.CheckoutMode.Meta
  name: Meta
  fullName: UnityEditor.VersionControl.CheckoutMode.Meta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CheckoutMode.Meta.html
  commentId: F:UnityEditor.VersionControl.CheckoutMode.Meta
  nameWithType: CheckoutMode.Meta
  type: Field
- uid: UnityEditor.VersionControl.CompletionAction
  name: CompletionAction
  fullName: UnityEditor.VersionControl.CompletionAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.html
  commentId: T:UnityEditor.VersionControl.CompletionAction
  nameWithType: CompletionAction
  type: Enum
- uid: UnityEditor.VersionControl.CompletionAction.OnAddedChangeWindow
  name: OnAddedChangeWindow
  fullName: UnityEditor.VersionControl.CompletionAction.OnAddedChangeWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.OnAddedChangeWindow.html
  commentId: F:UnityEditor.VersionControl.CompletionAction.OnAddedChangeWindow
  nameWithType: CompletionAction.OnAddedChangeWindow
  type: Field
- uid: UnityEditor.VersionControl.CompletionAction.OnChangeContentsPendingWindow
  name: OnChangeContentsPendingWindow
  fullName: UnityEditor.VersionControl.CompletionAction.OnChangeContentsPendingWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.OnChangeContentsPendingWindow.html
  commentId: F:UnityEditor.VersionControl.CompletionAction.OnChangeContentsPendingWindow
  nameWithType: CompletionAction.OnChangeContentsPendingWindow
  type: Field
- uid: UnityEditor.VersionControl.CompletionAction.OnChangeSetsPendingWindow
  name: OnChangeSetsPendingWindow
  fullName: UnityEditor.VersionControl.CompletionAction.OnChangeSetsPendingWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.OnChangeSetsPendingWindow.html
  commentId: F:UnityEditor.VersionControl.CompletionAction.OnChangeSetsPendingWindow
  nameWithType: CompletionAction.OnChangeSetsPendingWindow
  type: Field
- uid: UnityEditor.VersionControl.CompletionAction.OnCheckoutCompleted
  name: OnCheckoutCompleted
  fullName: UnityEditor.VersionControl.CompletionAction.OnCheckoutCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.OnCheckoutCompleted.html
  commentId: F:UnityEditor.VersionControl.CompletionAction.OnCheckoutCompleted
  nameWithType: CompletionAction.OnCheckoutCompleted
  type: Field
- uid: UnityEditor.VersionControl.CompletionAction.OnGotLatestPendingWindow
  name: OnGotLatestPendingWindow
  fullName: UnityEditor.VersionControl.CompletionAction.OnGotLatestPendingWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.OnGotLatestPendingWindow.html
  commentId: F:UnityEditor.VersionControl.CompletionAction.OnGotLatestPendingWindow
  nameWithType: CompletionAction.OnGotLatestPendingWindow
  type: Field
- uid: UnityEditor.VersionControl.CompletionAction.OnIncomingPendingWindow
  name: OnIncomingPendingWindow
  fullName: UnityEditor.VersionControl.CompletionAction.OnIncomingPendingWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.OnIncomingPendingWindow.html
  commentId: F:UnityEditor.VersionControl.CompletionAction.OnIncomingPendingWindow
  nameWithType: CompletionAction.OnIncomingPendingWindow
  type: Field
- uid: UnityEditor.VersionControl.CompletionAction.OnSubmittedChangeWindow
  name: OnSubmittedChangeWindow
  fullName: UnityEditor.VersionControl.CompletionAction.OnSubmittedChangeWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.OnSubmittedChangeWindow.html
  commentId: F:UnityEditor.VersionControl.CompletionAction.OnSubmittedChangeWindow
  nameWithType: CompletionAction.OnSubmittedChangeWindow
  type: Field
- uid: UnityEditor.VersionControl.CompletionAction.UpdatePendingWindow
  name: UpdatePendingWindow
  fullName: UnityEditor.VersionControl.CompletionAction.UpdatePendingWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.CompletionAction.UpdatePendingWindow.html
  commentId: F:UnityEditor.VersionControl.CompletionAction.UpdatePendingWindow
  nameWithType: CompletionAction.UpdatePendingWindow
  type: Field
- uid: UnityEditor.VersionControl.ConfigField
  name: ConfigField
  fullName: UnityEditor.VersionControl.ConfigField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ConfigField.html
  commentId: T:UnityEditor.VersionControl.ConfigField
  nameWithType: ConfigField
  type: Class
- uid: UnityEditor.VersionControl.ConfigField.description
  name: description
  fullName: UnityEditor.VersionControl.ConfigField.description
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ConfigField-description.html
  commentId: P:UnityEditor.VersionControl.ConfigField.description
  nameWithType: ConfigField.description
  type: Property
- uid: UnityEditor.VersionControl.ConfigField.Dispose
  name: Dispose()
  fullName: UnityEditor.VersionControl.ConfigField.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ConfigField.Dispose.html
  commentId: M:UnityEditor.VersionControl.ConfigField.Dispose
  nameWithType: ConfigField.Dispose()
  type: Method
- uid: UnityEditor.VersionControl.ConfigField.Finalize
  name: ~ConfigField()
  fullName: UnityEditor.VersionControl.ConfigField.~ConfigField()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ConfigField.Finalize.html
  commentId: M:UnityEditor.VersionControl.ConfigField.Finalize
  nameWithType: ConfigField.~ConfigField()
  type: Method
- uid: UnityEditor.VersionControl.ConfigField.isPassword
  name: isPassword
  fullName: UnityEditor.VersionControl.ConfigField.isPassword
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ConfigField-isPassword.html
  commentId: P:UnityEditor.VersionControl.ConfigField.isPassword
  nameWithType: ConfigField.isPassword
  type: Property
- uid: UnityEditor.VersionControl.ConfigField.isRequired
  name: isRequired
  fullName: UnityEditor.VersionControl.ConfigField.isRequired
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ConfigField-isRequired.html
  commentId: P:UnityEditor.VersionControl.ConfigField.isRequired
  nameWithType: ConfigField.isRequired
  type: Property
- uid: UnityEditor.VersionControl.ConfigField.label
  name: label
  fullName: UnityEditor.VersionControl.ConfigField.label
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ConfigField-label.html
  commentId: P:UnityEditor.VersionControl.ConfigField.label
  nameWithType: ConfigField.label
  type: Property
- uid: UnityEditor.VersionControl.ConfigField.name
  name: name
  fullName: UnityEditor.VersionControl.ConfigField.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ConfigField-name.html
  commentId: P:UnityEditor.VersionControl.ConfigField.name
  nameWithType: ConfigField.name
  type: Property
- uid: UnityEditor.VersionControl.FileMode
  name: FileMode
  fullName: UnityEditor.VersionControl.FileMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.FileMode.html
  commentId: T:UnityEditor.VersionControl.FileMode
  nameWithType: FileMode
  type: Enum
- uid: UnityEditor.VersionControl.FileMode.Binary
  name: Binary
  fullName: UnityEditor.VersionControl.FileMode.Binary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.FileMode.Binary.html
  commentId: F:UnityEditor.VersionControl.FileMode.Binary
  nameWithType: FileMode.Binary
  type: Field
- uid: UnityEditor.VersionControl.FileMode.None
  name: None
  fullName: UnityEditor.VersionControl.FileMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.FileMode.None.html
  commentId: F:UnityEditor.VersionControl.FileMode.None
  nameWithType: FileMode.None
  type: Field
- uid: UnityEditor.VersionControl.FileMode.Text
  name: Text
  fullName: UnityEditor.VersionControl.FileMode.Text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.FileMode.Text.html
  commentId: F:UnityEditor.VersionControl.FileMode.Text
  nameWithType: FileMode.Text
  type: Field
- uid: UnityEditor.VersionControl.MergeMethod
  name: MergeMethod
  fullName: UnityEditor.VersionControl.MergeMethod
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.MergeMethod.html
  commentId: T:UnityEditor.VersionControl.MergeMethod
  nameWithType: MergeMethod
  type: Enum
- uid: UnityEditor.VersionControl.MergeMethod.MergeAll
  name: MergeAll
  fullName: UnityEditor.VersionControl.MergeMethod.MergeAll
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.MergeMethod.MergeAll.html
  commentId: F:UnityEditor.VersionControl.MergeMethod.MergeAll
  nameWithType: MergeMethod.MergeAll
  type: Field
- uid: UnityEditor.VersionControl.MergeMethod.MergeNonConflicting
  name: MergeNonConflicting
  fullName: UnityEditor.VersionControl.MergeMethod.MergeNonConflicting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.MergeMethod.MergeNonConflicting.html
  commentId: F:UnityEditor.VersionControl.MergeMethod.MergeNonConflicting
  nameWithType: MergeMethod.MergeNonConflicting
  type: Field
- uid: UnityEditor.VersionControl.MergeMethod.MergeNone
  name: MergeNone
  fullName: UnityEditor.VersionControl.MergeMethod.MergeNone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.MergeMethod.MergeNone.html
  commentId: F:UnityEditor.VersionControl.MergeMethod.MergeNone
  nameWithType: MergeMethod.MergeNone
  type: Field
- uid: UnityEditor.VersionControl.Message
  name: Message
  fullName: UnityEditor.VersionControl.Message
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.html
  commentId: T:UnityEditor.VersionControl.Message
  nameWithType: Message
  type: Class
- uid: UnityEditor.VersionControl.Message.Dispose
  name: Dispose()
  fullName: UnityEditor.VersionControl.Message.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Dispose.html
  commentId: M:UnityEditor.VersionControl.Message.Dispose
  nameWithType: Message.Dispose()
  type: Method
- uid: UnityEditor.VersionControl.Message.Finalize
  name: ~Message()
  fullName: UnityEditor.VersionControl.Message.~Message()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Finalize.html
  commentId: M:UnityEditor.VersionControl.Message.Finalize
  nameWithType: Message.~Message()
  type: Method
- uid: UnityEditor.VersionControl.Message.message
  name: message
  fullName: UnityEditor.VersionControl.Message.message
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message-message.html
  commentId: P:UnityEditor.VersionControl.Message.message
  nameWithType: Message.message
  type: Property
- uid: UnityEditor.VersionControl.Message.severity
  name: severity
  fullName: UnityEditor.VersionControl.Message.severity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message-severity.html
  commentId: P:UnityEditor.VersionControl.Message.severity
  nameWithType: Message.severity
  type: Property
- uid: UnityEditor.VersionControl.Message.Severity
  name: Message.Severity
  fullName: UnityEditor.VersionControl.Message.Severity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Severity.html
  commentId: T:UnityEditor.VersionControl.Message.Severity
  nameWithType: Message.Severity
  type: Enum
- uid: UnityEditor.VersionControl.Message.Severity.Data
  name: Data
  fullName: UnityEditor.VersionControl.Message.Severity.Data
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Severity.Data.html
  commentId: F:UnityEditor.VersionControl.Message.Severity.Data
  nameWithType: Message.Severity.Data
  type: Field
- uid: UnityEditor.VersionControl.Message.Severity.Error
  name: Error
  fullName: UnityEditor.VersionControl.Message.Severity.Error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Severity.Error.html
  commentId: F:UnityEditor.VersionControl.Message.Severity.Error
  nameWithType: Message.Severity.Error
  type: Field
- uid: UnityEditor.VersionControl.Message.Severity.Info
  name: Info
  fullName: UnityEditor.VersionControl.Message.Severity.Info
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Severity.Info.html
  commentId: F:UnityEditor.VersionControl.Message.Severity.Info
  nameWithType: Message.Severity.Info
  type: Field
- uid: UnityEditor.VersionControl.Message.Severity.Verbose
  name: Verbose
  fullName: UnityEditor.VersionControl.Message.Severity.Verbose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Severity.Verbose.html
  commentId: F:UnityEditor.VersionControl.Message.Severity.Verbose
  nameWithType: Message.Severity.Verbose
  type: Field
- uid: UnityEditor.VersionControl.Message.Severity.Warning
  name: Warning
  fullName: UnityEditor.VersionControl.Message.Severity.Warning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Severity.Warning.html
  commentId: F:UnityEditor.VersionControl.Message.Severity.Warning
  nameWithType: Message.Severity.Warning
  type: Field
- uid: UnityEditor.VersionControl.Message.Show
  name: Show()
  fullName: UnityEditor.VersionControl.Message.Show()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Message.Show.html
  commentId: M:UnityEditor.VersionControl.Message.Show
  nameWithType: Message.Show()
  type: Method
- uid: UnityEditor.VersionControl.OnlineState
  name: OnlineState
  fullName: UnityEditor.VersionControl.OnlineState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.OnlineState.html
  commentId: T:UnityEditor.VersionControl.OnlineState
  nameWithType: OnlineState
  type: Enum
- uid: UnityEditor.VersionControl.OnlineState.Offline
  name: Offline
  fullName: UnityEditor.VersionControl.OnlineState.Offline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.OnlineState.Offline.html
  commentId: F:UnityEditor.VersionControl.OnlineState.Offline
  nameWithType: OnlineState.Offline
  type: Field
- uid: UnityEditor.VersionControl.OnlineState.Online
  name: Online
  fullName: UnityEditor.VersionControl.OnlineState.Online
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.OnlineState.Online.html
  commentId: F:UnityEditor.VersionControl.OnlineState.Online
  nameWithType: OnlineState.Online
  type: Field
- uid: UnityEditor.VersionControl.OnlineState.Updating
  name: Updating
  fullName: UnityEditor.VersionControl.OnlineState.Updating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.OnlineState.Updating.html
  commentId: F:UnityEditor.VersionControl.OnlineState.Updating
  nameWithType: OnlineState.Updating
  type: Field
- uid: UnityEditor.VersionControl.Plugin
  name: Plugin
  fullName: UnityEditor.VersionControl.Plugin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Plugin.html
  commentId: T:UnityEditor.VersionControl.Plugin
  nameWithType: Plugin
  type: Class
- uid: UnityEditor.VersionControl.Plugin.availablePlugins
  name: availablePlugins
  fullName: UnityEditor.VersionControl.Plugin.availablePlugins
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Plugin-availablePlugins.html
  commentId: P:UnityEditor.VersionControl.Plugin.availablePlugins
  nameWithType: Plugin.availablePlugins
  type: Property
- uid: UnityEditor.VersionControl.Plugin.configFields
  name: configFields
  fullName: UnityEditor.VersionControl.Plugin.configFields
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Plugin-configFields.html
  commentId: P:UnityEditor.VersionControl.Plugin.configFields
  nameWithType: Plugin.configFields
  type: Property
- uid: UnityEditor.VersionControl.Plugin.Dispose
  name: Dispose()
  fullName: UnityEditor.VersionControl.Plugin.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Plugin.Dispose.html
  commentId: M:UnityEditor.VersionControl.Plugin.Dispose
  nameWithType: Plugin.Dispose()
  type: Method
- uid: UnityEditor.VersionControl.Plugin.name
  name: name
  fullName: UnityEditor.VersionControl.Plugin.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Plugin-name.html
  commentId: P:UnityEditor.VersionControl.Plugin.name
  nameWithType: Plugin.name
  type: Property
- uid: UnityEditor.VersionControl.Provider
  name: Provider
  fullName: UnityEditor.VersionControl.Provider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.html
  commentId: T:UnityEditor.VersionControl.Provider
  nameWithType: Provider
  type: Class
- uid: UnityEditor.VersionControl.Provider.activeTask
  name: activeTask
  fullName: UnityEditor.VersionControl.Provider.activeTask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-activeTask.html
  commentId: P:UnityEditor.VersionControl.Provider.activeTask
  nameWithType: Provider.activeTask
  type: Property
- uid: UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.Asset,System.Boolean)
  name: Add(Asset, bool)
  fullName: UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.Asset, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Add.html
  commentId: M:UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.Asset,System.Boolean)
  nameWithType: Provider.Add(Asset, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.AssetList,System.Boolean)
  name: Add(AssetList, bool)
  fullName: UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.AssetList, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Add.html
  commentId: M:UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.AssetList,System.Boolean)
  nameWithType: Provider.Add(AssetList, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.AddIsValid(UnityEditor.VersionControl.AssetList)
  name: AddIsValid(AssetList)
  fullName: UnityEditor.VersionControl.Provider.AddIsValid(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.AddIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.AddIsValid(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.AddIsValid(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ChangeSetDescription(UnityEditor.VersionControl.ChangeSet)
  name: ChangeSetDescription(ChangeSet)
  fullName: UnityEditor.VersionControl.Provider.ChangeSetDescription(UnityEditor.VersionControl.ChangeSet)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ChangeSetDescription.html
  commentId: M:UnityEditor.VersionControl.Provider.ChangeSetDescription(UnityEditor.VersionControl.ChangeSet)
  nameWithType: Provider.ChangeSetDescription(ChangeSet)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset,System.String)
  name: ChangeSetMove(Asset, string)
  fullName: UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ChangeSetMove.html
  commentId: M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset,System.String)
  nameWithType: Provider.ChangeSetMove(Asset, string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.ChangeSet)
  name: ChangeSetMove(Asset, ChangeSet)
  fullName: UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset, UnityEditor.VersionControl.ChangeSet)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ChangeSetMove.html
  commentId: M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.ChangeSet)
  nameWithType: Provider.ChangeSetMove(Asset, ChangeSet)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList,System.String)
  name: ChangeSetMove(AssetList, string)
  fullName: UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ChangeSetMove.html
  commentId: M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList,System.String)
  nameWithType: Provider.ChangeSetMove(AssetList, string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.ChangeSet)
  name: ChangeSetMove(AssetList, ChangeSet)
  fullName: UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList, UnityEditor.VersionControl.ChangeSet)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ChangeSetMove.html
  commentId: M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.ChangeSet)
  nameWithType: Provider.ChangeSetMove(AssetList, ChangeSet)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ChangeSets
  name: ChangeSets()
  fullName: UnityEditor.VersionControl.Provider.ChangeSets()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ChangeSets.html
  commentId: M:UnityEditor.VersionControl.Provider.ChangeSets
  nameWithType: Provider.ChangeSets()
  type: Method
- uid: UnityEditor.VersionControl.Provider.ChangeSetStatus(System.String)
  name: ChangeSetStatus(string)
  fullName: UnityEditor.VersionControl.Provider.ChangeSetStatus(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ChangeSetStatus.html
  commentId: M:UnityEditor.VersionControl.Provider.ChangeSetStatus(System.String)
  nameWithType: Provider.ChangeSetStatus(string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ChangeSetStatus(UnityEditor.VersionControl.ChangeSet)
  name: ChangeSetStatus(ChangeSet)
  fullName: UnityEditor.VersionControl.Provider.ChangeSetStatus(UnityEditor.VersionControl.ChangeSet)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ChangeSetStatus.html
  commentId: M:UnityEditor.VersionControl.Provider.ChangeSetStatus(UnityEditor.VersionControl.ChangeSet)
  nameWithType: Provider.ChangeSetStatus(ChangeSet)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Checkout(System.String,UnityEditor.VersionControl.CheckoutMode)
  name: Checkout(string, CheckoutMode)
  fullName: UnityEditor.VersionControl.Provider.Checkout(string, UnityEditor.VersionControl.CheckoutMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Checkout.html
  commentId: M:UnityEditor.VersionControl.Provider.Checkout(System.String,UnityEditor.VersionControl.CheckoutMode)
  nameWithType: Provider.Checkout(string, CheckoutMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Checkout(System.String[],UnityEditor.VersionControl.CheckoutMode)
  name: Checkout(string[], CheckoutMode)
  fullName: UnityEditor.VersionControl.Provider.Checkout(string[], UnityEditor.VersionControl.CheckoutMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Checkout.html
  commentId: M:UnityEditor.VersionControl.Provider.Checkout(System.String[],UnityEditor.VersionControl.CheckoutMode)
  nameWithType: Provider.Checkout(string[], CheckoutMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.CheckoutMode)
  name: Checkout(Asset, CheckoutMode)
  fullName: UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.Asset, UnityEditor.VersionControl.CheckoutMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Checkout.html
  commentId: M:UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.CheckoutMode)
  nameWithType: Provider.Checkout(Asset, CheckoutMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.CheckoutMode)
  name: Checkout(AssetList, CheckoutMode)
  fullName: UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.AssetList, UnityEditor.VersionControl.CheckoutMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Checkout.html
  commentId: M:UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.CheckoutMode)
  nameWithType: Provider.Checkout(AssetList, CheckoutMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object,UnityEditor.VersionControl.CheckoutMode)
  name: Checkout(Object, CheckoutMode)
  fullName: UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object, UnityEditor.VersionControl.CheckoutMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Checkout.html
  commentId: M:UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object,UnityEditor.VersionControl.CheckoutMode)
  nameWithType: Provider.Checkout(Object, CheckoutMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object[],UnityEditor.VersionControl.CheckoutMode)
  name: Checkout(Object[], CheckoutMode)
  fullName: UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object[], UnityEditor.VersionControl.CheckoutMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Checkout.html
  commentId: M:UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object[],UnityEditor.VersionControl.CheckoutMode)
  nameWithType: Provider.Checkout(Object[], CheckoutMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.CheckoutMode)
  name: CheckoutIsValid(Asset, CheckoutMode)
  fullName: UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.Asset, UnityEditor.VersionControl.CheckoutMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.CheckoutIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.CheckoutMode)
  nameWithType: Provider.CheckoutIsValid(Asset, CheckoutMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.Asset)
  name: CheckoutIsValid(Asset)
  fullName: UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.CheckoutIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.Asset)
  nameWithType: Provider.CheckoutIsValid(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.CheckoutMode)
  name: CheckoutIsValid(AssetList, CheckoutMode)
  fullName: UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.AssetList, UnityEditor.VersionControl.CheckoutMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.CheckoutIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.CheckoutMode)
  nameWithType: Provider.CheckoutIsValid(AssetList, CheckoutMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.AssetList)
  name: CheckoutIsValid(AssetList)
  fullName: UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.CheckoutIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.CheckoutIsValid(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ClearCache
  name: ClearCache()
  fullName: UnityEditor.VersionControl.Provider.ClearCache()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ClearCache.html
  commentId: M:UnityEditor.VersionControl.Provider.ClearCache
  nameWithType: Provider.ClearCache()
  type: Method
- uid: UnityEditor.VersionControl.Provider.Delete(System.String)
  name: Delete(string)
  fullName: UnityEditor.VersionControl.Provider.Delete(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Delete.html
  commentId: M:UnityEditor.VersionControl.Provider.Delete(System.String)
  nameWithType: Provider.Delete(string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.Asset)
  name: Delete(Asset)
  fullName: UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Delete.html
  commentId: M:UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.Asset)
  nameWithType: Provider.Delete(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.AssetList)
  name: Delete(AssetList)
  fullName: UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Delete.html
  commentId: M:UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.Delete(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.DeleteChangeSets(UnityEditor.VersionControl.ChangeSets)
  name: DeleteChangeSets(ChangeSets)
  fullName: UnityEditor.VersionControl.Provider.DeleteChangeSets(UnityEditor.VersionControl.ChangeSets)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.DeleteChangeSets.html
  commentId: M:UnityEditor.VersionControl.Provider.DeleteChangeSets(UnityEditor.VersionControl.ChangeSets)
  nameWithType: Provider.DeleteChangeSets(ChangeSets)
  type: Method
- uid: UnityEditor.VersionControl.Provider.DeleteChangeSetsIsValid(UnityEditor.VersionControl.ChangeSets)
  name: DeleteChangeSetsIsValid(ChangeSets)
  fullName: UnityEditor.VersionControl.Provider.DeleteChangeSetsIsValid(UnityEditor.VersionControl.ChangeSets)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.DeleteChangeSetsIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.DeleteChangeSetsIsValid(UnityEditor.VersionControl.ChangeSets)
  nameWithType: Provider.DeleteChangeSetsIsValid(ChangeSets)
  type: Method
- uid: UnityEditor.VersionControl.Provider.DiffHead(UnityEditor.VersionControl.AssetList,System.Boolean)
  name: DiffHead(AssetList, bool)
  fullName: UnityEditor.VersionControl.Provider.DiffHead(UnityEditor.VersionControl.AssetList, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.DiffHead.html
  commentId: M:UnityEditor.VersionControl.Provider.DiffHead(UnityEditor.VersionControl.AssetList,System.Boolean)
  nameWithType: Provider.DiffHead(AssetList, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.DiffIsValid(UnityEditor.VersionControl.AssetList)
  name: DiffIsValid(AssetList)
  fullName: UnityEditor.VersionControl.Provider.DiffIsValid(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.DiffIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.DiffIsValid(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.DiffIsValid(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.enabled
  name: enabled
  fullName: UnityEditor.VersionControl.Provider.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-enabled.html
  commentId: P:UnityEditor.VersionControl.Provider.enabled
  nameWithType: Provider.enabled
  type: Property
- uid: UnityEditor.VersionControl.Provider.GetActiveConfigFields
  name: GetActiveConfigFields()
  fullName: UnityEditor.VersionControl.Provider.GetActiveConfigFields()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetActiveConfigFields.html
  commentId: M:UnityEditor.VersionControl.Provider.GetActiveConfigFields
  nameWithType: Provider.GetActiveConfigFields()
  type: Method
- uid: UnityEditor.VersionControl.Provider.GetActivePlugin
  name: GetActivePlugin()
  fullName: UnityEditor.VersionControl.Provider.GetActivePlugin()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetActivePlugin.html
  commentId: M:UnityEditor.VersionControl.Provider.GetActivePlugin
  nameWithType: Provider.GetActivePlugin()
  type: Method
- uid: UnityEditor.VersionControl.Provider.GetAssetByGUID(System.String)
  name: GetAssetByGUID(string)
  fullName: UnityEditor.VersionControl.Provider.GetAssetByGUID(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetAssetByGUID.html
  commentId: M:UnityEditor.VersionControl.Provider.GetAssetByGUID(System.String)
  nameWithType: Provider.GetAssetByGUID(string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.GetAssetByPath(System.String)
  name: GetAssetByPath(string)
  fullName: UnityEditor.VersionControl.Provider.GetAssetByPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetAssetByPath.html
  commentId: M:UnityEditor.VersionControl.Provider.GetAssetByPath(System.String)
  nameWithType: Provider.GetAssetByPath(string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.GetAssetListFromSelection
  name: GetAssetListFromSelection()
  fullName: UnityEditor.VersionControl.Provider.GetAssetListFromSelection()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetAssetListFromSelection.html
  commentId: M:UnityEditor.VersionControl.Provider.GetAssetListFromSelection
  nameWithType: Provider.GetAssetListFromSelection()
  type: Method
- uid: UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.Asset)
  name: GetLatest(Asset)
  fullName: UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetLatest.html
  commentId: M:UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.Asset)
  nameWithType: Provider.GetLatest(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.AssetList)
  name: GetLatest(AssetList)
  fullName: UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetLatest.html
  commentId: M:UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.GetLatest(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.Asset)
  name: GetLatestIsValid(Asset)
  fullName: UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetLatestIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.Asset)
  nameWithType: Provider.GetLatestIsValid(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.AssetList)
  name: GetLatestIsValid(AssetList)
  fullName: UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.GetLatestIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.GetLatestIsValid(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.hasChangelistSupport
  name: hasChangelistSupport
  fullName: UnityEditor.VersionControl.Provider.hasChangelistSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-hasChangelistSupport.html
  commentId: P:UnityEditor.VersionControl.Provider.hasChangelistSupport
  nameWithType: Provider.hasChangelistSupport
  type: Property
- uid: UnityEditor.VersionControl.Provider.hasCheckoutSupport
  name: hasCheckoutSupport
  fullName: UnityEditor.VersionControl.Provider.hasCheckoutSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-hasCheckoutSupport.html
  commentId: P:UnityEditor.VersionControl.Provider.hasCheckoutSupport
  nameWithType: Provider.hasCheckoutSupport
  type: Property
- uid: UnityEditor.VersionControl.Provider.Incoming
  name: Incoming()
  fullName: UnityEditor.VersionControl.Provider.Incoming()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Incoming.html
  commentId: M:UnityEditor.VersionControl.Provider.Incoming
  nameWithType: Provider.Incoming()
  type: Method
- uid: UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(System.String)
  name: IncomingChangeSetAssets(string)
  fullName: UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.IncomingChangeSetAssets.html
  commentId: M:UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(System.String)
  nameWithType: Provider.IncomingChangeSetAssets(string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(UnityEditor.VersionControl.ChangeSet)
  name: IncomingChangeSetAssets(ChangeSet)
  fullName: UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(UnityEditor.VersionControl.ChangeSet)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.IncomingChangeSetAssets.html
  commentId: M:UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(UnityEditor.VersionControl.ChangeSet)
  nameWithType: Provider.IncomingChangeSetAssets(ChangeSet)
  type: Method
- uid: UnityEditor.VersionControl.Provider.isActive
  name: isActive
  fullName: UnityEditor.VersionControl.Provider.isActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-isActive.html
  commentId: P:UnityEditor.VersionControl.Provider.isActive
  nameWithType: Provider.isActive
  type: Property
- uid: UnityEditor.VersionControl.Provider.IsOpenForEdit(UnityEditor.VersionControl.Asset)
  name: IsOpenForEdit(Asset)
  fullName: UnityEditor.VersionControl.Provider.IsOpenForEdit(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.IsOpenForEdit.html
  commentId: M:UnityEditor.VersionControl.Provider.IsOpenForEdit(UnityEditor.VersionControl.Asset)
  nameWithType: Provider.IsOpenForEdit(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Provider.isVersioningFolders
  name: isVersioningFolders
  fullName: UnityEditor.VersionControl.Provider.isVersioningFolders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-isVersioningFolders.html
  commentId: P:UnityEditor.VersionControl.Provider.isVersioningFolders
  nameWithType: Provider.isVersioningFolders
  type: Property
- uid: UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.Asset,System.Boolean)
  name: Lock(Asset, bool)
  fullName: UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.Asset, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Lock.html
  commentId: M:UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.Asset,System.Boolean)
  nameWithType: Provider.Lock(Asset, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.AssetList,System.Boolean)
  name: Lock(AssetList, bool)
  fullName: UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.AssetList, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Lock.html
  commentId: M:UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.AssetList,System.Boolean)
  nameWithType: Provider.Lock(AssetList, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.Asset)
  name: LockIsValid(Asset)
  fullName: UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.LockIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.Asset)
  nameWithType: Provider.LockIsValid(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.AssetList)
  name: LockIsValid(AssetList)
  fullName: UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.LockIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.LockIsValid(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Merge(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.MergeMethod)
  name: Merge(AssetList, MergeMethod)
  fullName: UnityEditor.VersionControl.Provider.Merge(UnityEditor.VersionControl.AssetList, UnityEditor.VersionControl.MergeMethod)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Merge.html
  commentId: M:UnityEditor.VersionControl.Provider.Merge(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.MergeMethod)
  nameWithType: Provider.Merge(AssetList, MergeMethod)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Move(System.String,System.String)
  name: Move(string, string)
  fullName: UnityEditor.VersionControl.Provider.Move(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Move.html
  commentId: M:UnityEditor.VersionControl.Provider.Move(System.String,System.String)
  nameWithType: Provider.Move(string, string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.offlineReason
  name: offlineReason
  fullName: UnityEditor.VersionControl.Provider.offlineReason
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-offlineReason.html
  commentId: P:UnityEditor.VersionControl.Provider.offlineReason
  nameWithType: Provider.offlineReason
  type: Property
- uid: UnityEditor.VersionControl.Provider.onlineState
  name: onlineState
  fullName: UnityEditor.VersionControl.Provider.onlineState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-onlineState.html
  commentId: P:UnityEditor.VersionControl.Provider.onlineState
  nameWithType: Provider.onlineState
  type: Property
- uid: UnityEditor.VersionControl.Provider.requiresNetwork
  name: requiresNetwork
  fullName: UnityEditor.VersionControl.Provider.requiresNetwork
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider-requiresNetwork.html
  commentId: P:UnityEditor.VersionControl.Provider.requiresNetwork
  nameWithType: Provider.requiresNetwork
  type: Property
- uid: UnityEditor.VersionControl.Provider.Resolve(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.ResolveMethod)
  name: Resolve(AssetList, ResolveMethod)
  fullName: UnityEditor.VersionControl.Provider.Resolve(UnityEditor.VersionControl.AssetList, UnityEditor.VersionControl.ResolveMethod)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Resolve.html
  commentId: M:UnityEditor.VersionControl.Provider.Resolve(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.ResolveMethod)
  nameWithType: Provider.Resolve(AssetList, ResolveMethod)
  type: Method
- uid: UnityEditor.VersionControl.Provider.ResolveIsValid(UnityEditor.VersionControl.AssetList)
  name: ResolveIsValid(AssetList)
  fullName: UnityEditor.VersionControl.Provider.ResolveIsValid(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.ResolveIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.ResolveIsValid(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.ResolveIsValid(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.RevertMode)
  name: Revert(Asset, RevertMode)
  fullName: UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.Asset, UnityEditor.VersionControl.RevertMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Revert.html
  commentId: M:UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.RevertMode)
  nameWithType: Provider.Revert(Asset, RevertMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.RevertMode)
  name: Revert(AssetList, RevertMode)
  fullName: UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.AssetList, UnityEditor.VersionControl.RevertMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Revert.html
  commentId: M:UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.RevertMode)
  nameWithType: Provider.Revert(AssetList, RevertMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.RevertMode)
  name: RevertIsValid(Asset, RevertMode)
  fullName: UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.Asset, UnityEditor.VersionControl.RevertMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.RevertIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.RevertMode)
  nameWithType: Provider.RevertIsValid(Asset, RevertMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.RevertMode)
  name: RevertIsValid(AssetList, RevertMode)
  fullName: UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.AssetList, UnityEditor.VersionControl.RevertMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.RevertIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.RevertMode)
  nameWithType: Provider.RevertIsValid(AssetList, RevertMode)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Status(System.String,System.Boolean)
  name: Status(string, bool)
  fullName: UnityEditor.VersionControl.Provider.Status(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Status.html
  commentId: M:UnityEditor.VersionControl.Provider.Status(System.String,System.Boolean)
  nameWithType: Provider.Status(string, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Status(System.String)
  name: Status(string)
  fullName: UnityEditor.VersionControl.Provider.Status(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Status.html
  commentId: M:UnityEditor.VersionControl.Provider.Status(System.String)
  nameWithType: Provider.Status(string)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Status(System.String[],System.Boolean)
  name: Status(string[], bool)
  fullName: UnityEditor.VersionControl.Provider.Status(string[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Status.html
  commentId: M:UnityEditor.VersionControl.Provider.Status(System.String[],System.Boolean)
  nameWithType: Provider.Status(string[], bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Status(System.String[])
  name: Status(string[])
  fullName: UnityEditor.VersionControl.Provider.Status(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Status.html
  commentId: M:UnityEditor.VersionControl.Provider.Status(System.String[])
  nameWithType: Provider.Status(string[])
  type: Method
- uid: UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset,System.Boolean)
  name: Status(Asset, bool)
  fullName: UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Status.html
  commentId: M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset,System.Boolean)
  nameWithType: Provider.Status(Asset, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset)
  name: Status(Asset)
  fullName: UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Status.html
  commentId: M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset)
  nameWithType: Provider.Status(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList,System.Boolean)
  name: Status(AssetList, bool)
  fullName: UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Status.html
  commentId: M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList,System.Boolean)
  nameWithType: Provider.Status(AssetList, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList)
  name: Status(AssetList)
  fullName: UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Status.html
  commentId: M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.Status(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.Submit(UnityEditor.VersionControl.ChangeSet,UnityEditor.VersionControl.AssetList,System.String,System.Boolean)
  name: Submit(ChangeSet, AssetList, string, bool)
  fullName: UnityEditor.VersionControl.Provider.Submit(UnityEditor.VersionControl.ChangeSet, UnityEditor.VersionControl.AssetList, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.Submit.html
  commentId: M:UnityEditor.VersionControl.Provider.Submit(UnityEditor.VersionControl.ChangeSet,UnityEditor.VersionControl.AssetList,System.String,System.Boolean)
  nameWithType: Provider.Submit(ChangeSet, AssetList, string, bool)
  type: Method
- uid: UnityEditor.VersionControl.Provider.SubmitIsValid(UnityEditor.VersionControl.ChangeSet,UnityEditor.VersionControl.AssetList)
  name: SubmitIsValid(ChangeSet, AssetList)
  fullName: UnityEditor.VersionControl.Provider.SubmitIsValid(UnityEditor.VersionControl.ChangeSet, UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.SubmitIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.SubmitIsValid(UnityEditor.VersionControl.ChangeSet,UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.SubmitIsValid(ChangeSet, AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.Asset)
  name: UnlockIsValid(Asset)
  fullName: UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.UnlockIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.Asset)
  nameWithType: Provider.UnlockIsValid(Asset)
  type: Method
- uid: UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.AssetList)
  name: UnlockIsValid(AssetList)
  fullName: UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.AssetList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.UnlockIsValid.html
  commentId: M:UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.AssetList)
  nameWithType: Provider.UnlockIsValid(AssetList)
  type: Method
- uid: UnityEditor.VersionControl.Provider.UpdateSettings
  name: UpdateSettings()
  fullName: UnityEditor.VersionControl.Provider.UpdateSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Provider.UpdateSettings.html
  commentId: M:UnityEditor.VersionControl.Provider.UpdateSettings
  nameWithType: Provider.UpdateSettings()
  type: Method
- uid: UnityEditor.VersionControl.ResolveMethod
  name: ResolveMethod
  fullName: UnityEditor.VersionControl.ResolveMethod
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ResolveMethod.html
  commentId: T:UnityEditor.VersionControl.ResolveMethod
  nameWithType: ResolveMethod
  type: Enum
- uid: UnityEditor.VersionControl.ResolveMethod.UseMerged
  name: UseMerged
  fullName: UnityEditor.VersionControl.ResolveMethod.UseMerged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ResolveMethod.UseMerged.html
  commentId: F:UnityEditor.VersionControl.ResolveMethod.UseMerged
  nameWithType: ResolveMethod.UseMerged
  type: Field
- uid: UnityEditor.VersionControl.ResolveMethod.UseMine
  name: UseMine
  fullName: UnityEditor.VersionControl.ResolveMethod.UseMine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ResolveMethod.UseMine.html
  commentId: F:UnityEditor.VersionControl.ResolveMethod.UseMine
  nameWithType: ResolveMethod.UseMine
  type: Field
- uid: UnityEditor.VersionControl.ResolveMethod.UseTheirs
  name: UseTheirs
  fullName: UnityEditor.VersionControl.ResolveMethod.UseTheirs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.ResolveMethod.UseTheirs.html
  commentId: F:UnityEditor.VersionControl.ResolveMethod.UseTheirs
  nameWithType: ResolveMethod.UseTheirs
  type: Field
- uid: UnityEditor.VersionControl.RevertMode
  name: RevertMode
  fullName: UnityEditor.VersionControl.RevertMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.RevertMode.html
  commentId: T:UnityEditor.VersionControl.RevertMode
  nameWithType: RevertMode
  type: Enum
- uid: UnityEditor.VersionControl.RevertMode.KeepModifications
  name: KeepModifications
  fullName: UnityEditor.VersionControl.RevertMode.KeepModifications
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.RevertMode.KeepModifications.html
  commentId: F:UnityEditor.VersionControl.RevertMode.KeepModifications
  nameWithType: RevertMode.KeepModifications
  type: Field
- uid: UnityEditor.VersionControl.RevertMode.Normal
  name: Normal
  fullName: UnityEditor.VersionControl.RevertMode.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.RevertMode.Normal.html
  commentId: F:UnityEditor.VersionControl.RevertMode.Normal
  nameWithType: RevertMode.Normal
  type: Field
- uid: UnityEditor.VersionControl.RevertMode.Unchanged
  name: Unchanged
  fullName: UnityEditor.VersionControl.RevertMode.Unchanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.RevertMode.Unchanged.html
  commentId: F:UnityEditor.VersionControl.RevertMode.Unchanged
  nameWithType: RevertMode.Unchanged
  type: Field
- uid: UnityEditor.VersionControl.SubmitResult
  name: SubmitResult
  fullName: UnityEditor.VersionControl.SubmitResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.SubmitResult.html
  commentId: T:UnityEditor.VersionControl.SubmitResult
  nameWithType: SubmitResult
  type: Enum
- uid: UnityEditor.VersionControl.SubmitResult.ConflictingFiles
  name: ConflictingFiles
  fullName: UnityEditor.VersionControl.SubmitResult.ConflictingFiles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.SubmitResult.ConflictingFiles.html
  commentId: F:UnityEditor.VersionControl.SubmitResult.ConflictingFiles
  nameWithType: SubmitResult.ConflictingFiles
  type: Field
- uid: UnityEditor.VersionControl.SubmitResult.Error
  name: Error
  fullName: UnityEditor.VersionControl.SubmitResult.Error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.SubmitResult.Error.html
  commentId: F:UnityEditor.VersionControl.SubmitResult.Error
  nameWithType: SubmitResult.Error
  type: Field
- uid: UnityEditor.VersionControl.SubmitResult.OK
  name: OK
  fullName: UnityEditor.VersionControl.SubmitResult.OK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.SubmitResult.OK.html
  commentId: F:UnityEditor.VersionControl.SubmitResult.OK
  nameWithType: SubmitResult.OK
  type: Field
- uid: UnityEditor.VersionControl.SubmitResult.UnaddedFiles
  name: UnaddedFiles
  fullName: UnityEditor.VersionControl.SubmitResult.UnaddedFiles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.SubmitResult.UnaddedFiles.html
  commentId: F:UnityEditor.VersionControl.SubmitResult.UnaddedFiles
  nameWithType: SubmitResult.UnaddedFiles
  type: Field
- uid: UnityEditor.VersionControl.Task
  name: Task
  fullName: UnityEditor.VersionControl.Task
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task.html
  commentId: T:UnityEditor.VersionControl.Task
  nameWithType: Task
  type: Class
- uid: UnityEditor.VersionControl.Task.assetList
  name: assetList
  fullName: UnityEditor.VersionControl.Task.assetList
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-assetList.html
  commentId: P:UnityEditor.VersionControl.Task.assetList
  nameWithType: Task.assetList
  type: Property
- uid: UnityEditor.VersionControl.Task.changeSets
  name: changeSets
  fullName: UnityEditor.VersionControl.Task.changeSets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-changeSets.html
  commentId: P:UnityEditor.VersionControl.Task.changeSets
  nameWithType: Task.changeSets
  type: Property
- uid: UnityEditor.VersionControl.Task.description
  name: description
  fullName: UnityEditor.VersionControl.Task.description
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-description.html
  commentId: P:UnityEditor.VersionControl.Task.description
  nameWithType: Task.description
  type: Property
- uid: UnityEditor.VersionControl.Task.Dispose
  name: Dispose()
  fullName: UnityEditor.VersionControl.Task.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task.Dispose.html
  commentId: M:UnityEditor.VersionControl.Task.Dispose
  nameWithType: Task.Dispose()
  type: Method
- uid: UnityEditor.VersionControl.Task.Finalize
  name: ~Task()
  fullName: UnityEditor.VersionControl.Task.~Task()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task.Finalize.html
  commentId: M:UnityEditor.VersionControl.Task.Finalize
  nameWithType: Task.~Task()
  type: Method
- uid: UnityEditor.VersionControl.Task.messages
  name: messages
  fullName: UnityEditor.VersionControl.Task.messages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-messages.html
  commentId: P:UnityEditor.VersionControl.Task.messages
  nameWithType: Task.messages
  type: Property
- uid: UnityEditor.VersionControl.Task.progressMessage
  name: progressMessage
  fullName: UnityEditor.VersionControl.Task.progressMessage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-progressMessage.html
  commentId: P:UnityEditor.VersionControl.Task.progressMessage
  nameWithType: Task.progressMessage
  type: Property
- uid: UnityEditor.VersionControl.Task.progressPct
  name: progressPct
  fullName: UnityEditor.VersionControl.Task.progressPct
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-progressPct.html
  commentId: P:UnityEditor.VersionControl.Task.progressPct
  nameWithType: Task.progressPct
  type: Property
- uid: UnityEditor.VersionControl.Task.resultCode
  name: resultCode
  fullName: UnityEditor.VersionControl.Task.resultCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-resultCode.html
  commentId: P:UnityEditor.VersionControl.Task.resultCode
  nameWithType: Task.resultCode
  type: Property
- uid: UnityEditor.VersionControl.Task.secondsSpent
  name: secondsSpent
  fullName: UnityEditor.VersionControl.Task.secondsSpent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-secondsSpent.html
  commentId: P:UnityEditor.VersionControl.Task.secondsSpent
  nameWithType: Task.secondsSpent
  type: Property
- uid: UnityEditor.VersionControl.Task.SetCompletionAction(UnityEditor.VersionControl.CompletionAction)
  name: SetCompletionAction(CompletionAction)
  fullName: UnityEditor.VersionControl.Task.SetCompletionAction(UnityEditor.VersionControl.CompletionAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task.SetCompletionAction.html
  commentId: M:UnityEditor.VersionControl.Task.SetCompletionAction(UnityEditor.VersionControl.CompletionAction)
  nameWithType: Task.SetCompletionAction(CompletionAction)
  type: Method
- uid: UnityEditor.VersionControl.Task.success
  name: success
  fullName: UnityEditor.VersionControl.Task.success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-success.html
  commentId: P:UnityEditor.VersionControl.Task.success
  nameWithType: Task.success
  type: Property
- uid: UnityEditor.VersionControl.Task.text
  name: text
  fullName: UnityEditor.VersionControl.Task.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-text.html
  commentId: P:UnityEditor.VersionControl.Task.text
  nameWithType: Task.text
  type: Property
- uid: UnityEditor.VersionControl.Task.userIdentifier
  name: userIdentifier
  fullName: UnityEditor.VersionControl.Task.userIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task-userIdentifier.html
  commentId: P:UnityEditor.VersionControl.Task.userIdentifier
  nameWithType: Task.userIdentifier
  type: Property
- uid: UnityEditor.VersionControl.Task.Wait
  name: Wait()
  fullName: UnityEditor.VersionControl.Task.Wait()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VersionControl.Task.Wait.html
  commentId: M:UnityEditor.VersionControl.Task.Wait
  nameWithType: Task.Wait()
  type: Method
- uid: UnityEditor.VertexChannelCompressionFlags
  name: VertexChannelCompressionFlags
  fullName: UnityEditor.VertexChannelCompressionFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags.html
  commentId: T:UnityEditor.VertexChannelCompressionFlags
  nameWithType: VertexChannelCompressionFlags
  type: Enum
- uid: UnityEditor.VertexChannelCompressionFlags.kColor
  name: kColor
  fullName: UnityEditor.VertexChannelCompressionFlags.kColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags-kColor.html
  commentId: F:UnityEditor.VertexChannelCompressionFlags.kColor
  nameWithType: VertexChannelCompressionFlags.kColor
  type: Field
- uid: UnityEditor.VertexChannelCompressionFlags.kNormal
  name: kNormal
  fullName: UnityEditor.VertexChannelCompressionFlags.kNormal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags-kNormal.html
  commentId: F:UnityEditor.VertexChannelCompressionFlags.kNormal
  nameWithType: VertexChannelCompressionFlags.kNormal
  type: Field
- uid: UnityEditor.VertexChannelCompressionFlags.kPosition
  name: kPosition
  fullName: UnityEditor.VertexChannelCompressionFlags.kPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags-kPosition.html
  commentId: F:UnityEditor.VertexChannelCompressionFlags.kPosition
  nameWithType: VertexChannelCompressionFlags.kPosition
  type: Field
- uid: UnityEditor.VertexChannelCompressionFlags.kTangent
  name: kTangent
  fullName: UnityEditor.VertexChannelCompressionFlags.kTangent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags-kTangent.html
  commentId: F:UnityEditor.VertexChannelCompressionFlags.kTangent
  nameWithType: VertexChannelCompressionFlags.kTangent
  type: Field
- uid: UnityEditor.VertexChannelCompressionFlags.kUV0
  name: kUV0
  fullName: UnityEditor.VertexChannelCompressionFlags.kUV0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags-kUV0.html
  commentId: F:UnityEditor.VertexChannelCompressionFlags.kUV0
  nameWithType: VertexChannelCompressionFlags.kUV0
  type: Field
- uid: UnityEditor.VertexChannelCompressionFlags.kUV1
  name: kUV1
  fullName: UnityEditor.VertexChannelCompressionFlags.kUV1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags-kUV1.html
  commentId: F:UnityEditor.VertexChannelCompressionFlags.kUV1
  nameWithType: VertexChannelCompressionFlags.kUV1
  type: Field
- uid: UnityEditor.VertexChannelCompressionFlags.kUV2
  name: kUV2
  fullName: UnityEditor.VertexChannelCompressionFlags.kUV2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags-kUV2.html
  commentId: F:UnityEditor.VertexChannelCompressionFlags.kUV2
  nameWithType: VertexChannelCompressionFlags.kUV2
  type: Field
- uid: UnityEditor.VertexChannelCompressionFlags.kUV3
  name: kUV3
  fullName: UnityEditor.VertexChannelCompressionFlags.kUV3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VertexChannelCompressionFlags-kUV3.html
  commentId: F:UnityEditor.VertexChannelCompressionFlags.kUV3
  nameWithType: VertexChannelCompressionFlags.kUV3
  type: Field
- uid: UnityEditor.VideoBitrateMode
  name: VideoBitrateMode
  fullName: UnityEditor.VideoBitrateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoBitrateMode.html
  commentId: T:UnityEditor.VideoBitrateMode
  nameWithType: VideoBitrateMode
  type: Enum
- uid: UnityEditor.VideoBitrateMode.High
  name: High
  fullName: UnityEditor.VideoBitrateMode.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoBitrateMode.High.html
  commentId: F:UnityEditor.VideoBitrateMode.High
  nameWithType: VideoBitrateMode.High
  type: Field
- uid: UnityEditor.VideoBitrateMode.Low
  name: Low
  fullName: UnityEditor.VideoBitrateMode.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoBitrateMode.Low.html
  commentId: F:UnityEditor.VideoBitrateMode.Low
  nameWithType: VideoBitrateMode.Low
  type: Field
- uid: UnityEditor.VideoBitrateMode.Medium
  name: Medium
  fullName: UnityEditor.VideoBitrateMode.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoBitrateMode.Medium.html
  commentId: F:UnityEditor.VideoBitrateMode.Medium
  nameWithType: VideoBitrateMode.Medium
  type: Field
- uid: UnityEditor.VideoClipImporter
  name: VideoClipImporter
  fullName: UnityEditor.VideoClipImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.html
  commentId: T:UnityEditor.VideoClipImporter
  nameWithType: VideoClipImporter
  type: Class
- uid: UnityEditor.VideoClipImporter.ClearTargetSettings(System.String)
  name: ClearTargetSettings(string)
  fullName: UnityEditor.VideoClipImporter.ClearTargetSettings(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.ClearTargetSettings.html
  commentId: M:UnityEditor.VideoClipImporter.ClearTargetSettings(System.String)
  nameWithType: VideoClipImporter.ClearTargetSettings(string)
  type: Method
- uid: UnityEditor.VideoClipImporter.defaultTargetSettings
  name: defaultTargetSettings
  fullName: UnityEditor.VideoClipImporter.defaultTargetSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-defaultTargetSettings.html
  commentId: P:UnityEditor.VideoClipImporter.defaultTargetSettings
  nameWithType: VideoClipImporter.defaultTargetSettings
  type: Property
- uid: UnityEditor.VideoClipImporter.deinterlaceMode
  name: deinterlaceMode
  fullName: UnityEditor.VideoClipImporter.deinterlaceMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-deinterlaceMode.html
  commentId: P:UnityEditor.VideoClipImporter.deinterlaceMode
  nameWithType: VideoClipImporter.deinterlaceMode
  type: Property
- uid: UnityEditor.VideoClipImporter.flipHorizontal
  name: flipHorizontal
  fullName: UnityEditor.VideoClipImporter.flipHorizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-flipHorizontal.html
  commentId: P:UnityEditor.VideoClipImporter.flipHorizontal
  nameWithType: VideoClipImporter.flipHorizontal
  type: Property
- uid: UnityEditor.VideoClipImporter.flipVertical
  name: flipVertical
  fullName: UnityEditor.VideoClipImporter.flipVertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-flipVertical.html
  commentId: P:UnityEditor.VideoClipImporter.flipVertical
  nameWithType: VideoClipImporter.flipVertical
  type: Property
- uid: UnityEditor.VideoClipImporter.frameCount
  name: frameCount
  fullName: UnityEditor.VideoClipImporter.frameCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-frameCount.html
  commentId: P:UnityEditor.VideoClipImporter.frameCount
  nameWithType: VideoClipImporter.frameCount
  type: Property
- uid: UnityEditor.VideoClipImporter.frameRate
  name: frameRate
  fullName: UnityEditor.VideoClipImporter.frameRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-frameRate.html
  commentId: P:UnityEditor.VideoClipImporter.frameRate
  nameWithType: VideoClipImporter.frameRate
  type: Property
- uid: UnityEditor.VideoClipImporter.GetPreviewTexture
  name: GetPreviewTexture()
  fullName: UnityEditor.VideoClipImporter.GetPreviewTexture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.GetPreviewTexture.html
  commentId: M:UnityEditor.VideoClipImporter.GetPreviewTexture
  nameWithType: VideoClipImporter.GetPreviewTexture()
  type: Method
- uid: UnityEditor.VideoClipImporter.GetResizeHeight(UnityEditor.VideoResizeMode)
  name: GetResizeHeight(VideoResizeMode)
  fullName: UnityEditor.VideoClipImporter.GetResizeHeight(UnityEditor.VideoResizeMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.GetResizeHeight.html
  commentId: M:UnityEditor.VideoClipImporter.GetResizeHeight(UnityEditor.VideoResizeMode)
  nameWithType: VideoClipImporter.GetResizeHeight(VideoResizeMode)
  type: Method
- uid: UnityEditor.VideoClipImporter.GetResizeModeName(UnityEditor.VideoResizeMode)
  name: GetResizeModeName(VideoResizeMode)
  fullName: UnityEditor.VideoClipImporter.GetResizeModeName(UnityEditor.VideoResizeMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.GetResizeModeName.html
  commentId: M:UnityEditor.VideoClipImporter.GetResizeModeName(UnityEditor.VideoResizeMode)
  nameWithType: VideoClipImporter.GetResizeModeName(VideoResizeMode)
  type: Method
- uid: UnityEditor.VideoClipImporter.GetResizeWidth(UnityEditor.VideoResizeMode)
  name: GetResizeWidth(VideoResizeMode)
  fullName: UnityEditor.VideoClipImporter.GetResizeWidth(UnityEditor.VideoResizeMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.GetResizeWidth.html
  commentId: M:UnityEditor.VideoClipImporter.GetResizeWidth(UnityEditor.VideoResizeMode)
  nameWithType: VideoClipImporter.GetResizeWidth(VideoResizeMode)
  type: Method
- uid: UnityEditor.VideoClipImporter.GetSourceAudioChannelCount(System.UInt16)
  name: GetSourceAudioChannelCount(ushort)
  fullName: UnityEditor.VideoClipImporter.GetSourceAudioChannelCount(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.GetSourceAudioChannelCount.html
  commentId: M:UnityEditor.VideoClipImporter.GetSourceAudioChannelCount(System.UInt16)
  nameWithType: VideoClipImporter.GetSourceAudioChannelCount(ushort)
  type: Method
- uid: UnityEditor.VideoClipImporter.GetSourceAudioSampleRate(System.UInt16)
  name: GetSourceAudioSampleRate(ushort)
  fullName: UnityEditor.VideoClipImporter.GetSourceAudioSampleRate(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.GetSourceAudioSampleRate.html
  commentId: M:UnityEditor.VideoClipImporter.GetSourceAudioSampleRate(System.UInt16)
  nameWithType: VideoClipImporter.GetSourceAudioSampleRate(ushort)
  type: Method
- uid: UnityEditor.VideoClipImporter.GetTargetSettings(System.String)
  name: GetTargetSettings(string)
  fullName: UnityEditor.VideoClipImporter.GetTargetSettings(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.GetTargetSettings.html
  commentId: M:UnityEditor.VideoClipImporter.GetTargetSettings(System.String)
  nameWithType: VideoClipImporter.GetTargetSettings(string)
  type: Method
- uid: UnityEditor.VideoClipImporter.importAudio
  name: importAudio
  fullName: UnityEditor.VideoClipImporter.importAudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-importAudio.html
  commentId: P:UnityEditor.VideoClipImporter.importAudio
  nameWithType: VideoClipImporter.importAudio
  type: Property
- uid: UnityEditor.VideoClipImporter.isPlayingPreview
  name: isPlayingPreview
  fullName: UnityEditor.VideoClipImporter.isPlayingPreview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-isPlayingPreview.html
  commentId: P:UnityEditor.VideoClipImporter.isPlayingPreview
  nameWithType: VideoClipImporter.isPlayingPreview
  type: Property
- uid: UnityEditor.VideoClipImporter.keepAlpha
  name: keepAlpha
  fullName: UnityEditor.VideoClipImporter.keepAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-keepAlpha.html
  commentId: P:UnityEditor.VideoClipImporter.keepAlpha
  nameWithType: VideoClipImporter.keepAlpha
  type: Property
- uid: UnityEditor.VideoClipImporter.linearColor
  name: linearColor
  fullName: UnityEditor.VideoClipImporter.linearColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-linearColor.html
  commentId: P:UnityEditor.VideoClipImporter.linearColor
  nameWithType: VideoClipImporter.linearColor
  type: Property
- uid: UnityEditor.VideoClipImporter.outputFileSize
  name: outputFileSize
  fullName: UnityEditor.VideoClipImporter.outputFileSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-outputFileSize.html
  commentId: P:UnityEditor.VideoClipImporter.outputFileSize
  nameWithType: VideoClipImporter.outputFileSize
  type: Property
- uid: UnityEditor.VideoClipImporter.pixelAspectRatioDenominator
  name: pixelAspectRatioDenominator
  fullName: UnityEditor.VideoClipImporter.pixelAspectRatioDenominator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-pixelAspectRatioDenominator.html
  commentId: P:UnityEditor.VideoClipImporter.pixelAspectRatioDenominator
  nameWithType: VideoClipImporter.pixelAspectRatioDenominator
  type: Property
- uid: UnityEditor.VideoClipImporter.pixelAspectRatioNumerator
  name: pixelAspectRatioNumerator
  fullName: UnityEditor.VideoClipImporter.pixelAspectRatioNumerator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-pixelAspectRatioNumerator.html
  commentId: P:UnityEditor.VideoClipImporter.pixelAspectRatioNumerator
  nameWithType: VideoClipImporter.pixelAspectRatioNumerator
  type: Property
- uid: UnityEditor.VideoClipImporter.PlayPreview
  name: PlayPreview()
  fullName: UnityEditor.VideoClipImporter.PlayPreview()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.PlayPreview.html
  commentId: M:UnityEditor.VideoClipImporter.PlayPreview
  nameWithType: VideoClipImporter.PlayPreview()
  type: Method
- uid: UnityEditor.VideoClipImporter.quality
  name: quality
  fullName: UnityEditor.VideoClipImporter.quality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-quality.html
  commentId: P:UnityEditor.VideoClipImporter.quality
  nameWithType: VideoClipImporter.quality
  type: Property
- uid: UnityEditor.VideoClipImporter.SetTargetSettings(System.String,UnityEditor.VideoImporterTargetSettings)
  name: SetTargetSettings(string, VideoImporterTargetSettings)
  fullName: UnityEditor.VideoClipImporter.SetTargetSettings(string, UnityEditor.VideoImporterTargetSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.SetTargetSettings.html
  commentId: M:UnityEditor.VideoClipImporter.SetTargetSettings(System.String,UnityEditor.VideoImporterTargetSettings)
  nameWithType: VideoClipImporter.SetTargetSettings(string, VideoImporterTargetSettings)
  type: Method
- uid: UnityEditor.VideoClipImporter.sourceAudioTrackCount
  name: sourceAudioTrackCount
  fullName: UnityEditor.VideoClipImporter.sourceAudioTrackCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-sourceAudioTrackCount.html
  commentId: P:UnityEditor.VideoClipImporter.sourceAudioTrackCount
  nameWithType: VideoClipImporter.sourceAudioTrackCount
  type: Property
- uid: UnityEditor.VideoClipImporter.sourceFileSize
  name: sourceFileSize
  fullName: UnityEditor.VideoClipImporter.sourceFileSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-sourceFileSize.html
  commentId: P:UnityEditor.VideoClipImporter.sourceFileSize
  nameWithType: VideoClipImporter.sourceFileSize
  type: Property
- uid: UnityEditor.VideoClipImporter.sourceHasAlpha
  name: sourceHasAlpha
  fullName: UnityEditor.VideoClipImporter.sourceHasAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-sourceHasAlpha.html
  commentId: P:UnityEditor.VideoClipImporter.sourceHasAlpha
  nameWithType: VideoClipImporter.sourceHasAlpha
  type: Property
- uid: UnityEditor.VideoClipImporter.StopPreview
  name: StopPreview()
  fullName: UnityEditor.VideoClipImporter.StopPreview()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter.StopPreview.html
  commentId: M:UnityEditor.VideoClipImporter.StopPreview
  nameWithType: VideoClipImporter.StopPreview()
  type: Method
- uid: UnityEditor.VideoClipImporter.useLegacyImporter
  name: useLegacyImporter
  fullName: UnityEditor.VideoClipImporter.useLegacyImporter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoClipImporter-useLegacyImporter.html
  commentId: P:UnityEditor.VideoClipImporter.useLegacyImporter
  nameWithType: VideoClipImporter.useLegacyImporter
  type: Property
- uid: UnityEditor.VideoCodec
  name: VideoCodec
  fullName: UnityEditor.VideoCodec
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoCodec.html
  commentId: T:UnityEditor.VideoCodec
  nameWithType: VideoCodec
  type: Enum
- uid: UnityEditor.VideoCodec.Auto
  name: Auto
  fullName: UnityEditor.VideoCodec.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoCodec.Auto.html
  commentId: F:UnityEditor.VideoCodec.Auto
  nameWithType: VideoCodec.Auto
  type: Field
- uid: UnityEditor.VideoCodec.H264
  name: H264
  fullName: UnityEditor.VideoCodec.H264
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoCodec.H264.html
  commentId: F:UnityEditor.VideoCodec.H264
  nameWithType: VideoCodec.H264
  type: Field
- uid: UnityEditor.VideoCodec.VP8
  name: VP8
  fullName: UnityEditor.VideoCodec.VP8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoCodec.VP8.html
  commentId: F:UnityEditor.VideoCodec.VP8
  nameWithType: VideoCodec.VP8
  type: Field
- uid: UnityEditor.VideoDeinterlaceMode
  name: VideoDeinterlaceMode
  fullName: UnityEditor.VideoDeinterlaceMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoDeinterlaceMode.html
  commentId: T:UnityEditor.VideoDeinterlaceMode
  nameWithType: VideoDeinterlaceMode
  type: Enum
- uid: UnityEditor.VideoDeinterlaceMode.Even
  name: Even
  fullName: UnityEditor.VideoDeinterlaceMode.Even
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoDeinterlaceMode.Even.html
  commentId: F:UnityEditor.VideoDeinterlaceMode.Even
  nameWithType: VideoDeinterlaceMode.Even
  type: Field
- uid: UnityEditor.VideoDeinterlaceMode.Odd
  name: Odd
  fullName: UnityEditor.VideoDeinterlaceMode.Odd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoDeinterlaceMode.Odd.html
  commentId: F:UnityEditor.VideoDeinterlaceMode.Odd
  nameWithType: VideoDeinterlaceMode.Odd
  type: Field
- uid: UnityEditor.VideoDeinterlaceMode.Off
  name: Off
  fullName: UnityEditor.VideoDeinterlaceMode.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoDeinterlaceMode.Off.html
  commentId: F:UnityEditor.VideoDeinterlaceMode.Off
  nameWithType: VideoDeinterlaceMode.Off
  type: Field
- uid: UnityEditor.VideoEncodeAspectRatio
  name: VideoEncodeAspectRatio
  fullName: UnityEditor.VideoEncodeAspectRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoEncodeAspectRatio.html
  commentId: T:UnityEditor.VideoEncodeAspectRatio
  nameWithType: VideoEncodeAspectRatio
  type: Enum
- uid: UnityEditor.VideoEncodeAspectRatio.NoScaling
  name: NoScaling
  fullName: UnityEditor.VideoEncodeAspectRatio.NoScaling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoEncodeAspectRatio.NoScaling.html
  commentId: F:UnityEditor.VideoEncodeAspectRatio.NoScaling
  nameWithType: VideoEncodeAspectRatio.NoScaling
  type: Field
- uid: UnityEditor.VideoEncodeAspectRatio.Stretch
  name: Stretch
  fullName: UnityEditor.VideoEncodeAspectRatio.Stretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoEncodeAspectRatio.Stretch.html
  commentId: F:UnityEditor.VideoEncodeAspectRatio.Stretch
  nameWithType: VideoEncodeAspectRatio.Stretch
  type: Field
- uid: UnityEditor.VideoImporterTargetSettings
  name: VideoImporterTargetSettings
  fullName: UnityEditor.VideoImporterTargetSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings.html
  commentId: T:UnityEditor.VideoImporterTargetSettings
  nameWithType: VideoImporterTargetSettings
  type: Class
- uid: UnityEditor.VideoImporterTargetSettings.aspectRatio
  name: aspectRatio
  fullName: UnityEditor.VideoImporterTargetSettings.aspectRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings-aspectRatio.html
  commentId: F:UnityEditor.VideoImporterTargetSettings.aspectRatio
  nameWithType: VideoImporterTargetSettings.aspectRatio
  type: Field
- uid: UnityEditor.VideoImporterTargetSettings.bitrateMode
  name: bitrateMode
  fullName: UnityEditor.VideoImporterTargetSettings.bitrateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings-bitrateMode.html
  commentId: F:UnityEditor.VideoImporterTargetSettings.bitrateMode
  nameWithType: VideoImporterTargetSettings.bitrateMode
  type: Field
- uid: UnityEditor.VideoImporterTargetSettings.codec
  name: codec
  fullName: UnityEditor.VideoImporterTargetSettings.codec
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings-codec.html
  commentId: F:UnityEditor.VideoImporterTargetSettings.codec
  nameWithType: VideoImporterTargetSettings.codec
  type: Field
- uid: UnityEditor.VideoImporterTargetSettings.customHeight
  name: customHeight
  fullName: UnityEditor.VideoImporterTargetSettings.customHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings-customHeight.html
  commentId: F:UnityEditor.VideoImporterTargetSettings.customHeight
  nameWithType: VideoImporterTargetSettings.customHeight
  type: Field
- uid: UnityEditor.VideoImporterTargetSettings.customWidth
  name: customWidth
  fullName: UnityEditor.VideoImporterTargetSettings.customWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings-customWidth.html
  commentId: F:UnityEditor.VideoImporterTargetSettings.customWidth
  nameWithType: VideoImporterTargetSettings.customWidth
  type: Field
- uid: UnityEditor.VideoImporterTargetSettings.enableTranscoding
  name: enableTranscoding
  fullName: UnityEditor.VideoImporterTargetSettings.enableTranscoding
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings-enableTranscoding.html
  commentId: F:UnityEditor.VideoImporterTargetSettings.enableTranscoding
  nameWithType: VideoImporterTargetSettings.enableTranscoding
  type: Field
- uid: UnityEditor.VideoImporterTargetSettings.resizeMode
  name: resizeMode
  fullName: UnityEditor.VideoImporterTargetSettings.resizeMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings-resizeMode.html
  commentId: F:UnityEditor.VideoImporterTargetSettings.resizeMode
  nameWithType: VideoImporterTargetSettings.resizeMode
  type: Field
- uid: UnityEditor.VideoImporterTargetSettings.spatialQuality
  name: spatialQuality
  fullName: UnityEditor.VideoImporterTargetSettings.spatialQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoImporterTargetSettings-spatialQuality.html
  commentId: F:UnityEditor.VideoImporterTargetSettings.spatialQuality
  nameWithType: VideoImporterTargetSettings.spatialQuality
  type: Field
- uid: UnityEditor.VideoResizeMode
  name: VideoResizeMode
  fullName: UnityEditor.VideoResizeMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.html
  commentId: T:UnityEditor.VideoResizeMode
  nameWithType: VideoResizeMode
  type: Enum
- uid: UnityEditor.VideoResizeMode.CustomSize
  name: CustomSize
  fullName: UnityEditor.VideoResizeMode.CustomSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.CustomSize.html
  commentId: F:UnityEditor.VideoResizeMode.CustomSize
  nameWithType: VideoResizeMode.CustomSize
  type: Field
- uid: UnityEditor.VideoResizeMode.HalfRes
  name: HalfRes
  fullName: UnityEditor.VideoResizeMode.HalfRes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.HalfRes.html
  commentId: F:UnityEditor.VideoResizeMode.HalfRes
  nameWithType: VideoResizeMode.HalfRes
  type: Field
- uid: UnityEditor.VideoResizeMode.OriginalSize
  name: OriginalSize
  fullName: UnityEditor.VideoResizeMode.OriginalSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.OriginalSize.html
  commentId: F:UnityEditor.VideoResizeMode.OriginalSize
  nameWithType: VideoResizeMode.OriginalSize
  type: Field
- uid: UnityEditor.VideoResizeMode.QuarterRes
  name: QuarterRes
  fullName: UnityEditor.VideoResizeMode.QuarterRes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.QuarterRes.html
  commentId: F:UnityEditor.VideoResizeMode.QuarterRes
  nameWithType: VideoResizeMode.QuarterRes
  type: Field
- uid: UnityEditor.VideoResizeMode.Square1024
  name: Square1024
  fullName: UnityEditor.VideoResizeMode.Square1024
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.Square1024.html
  commentId: F:UnityEditor.VideoResizeMode.Square1024
  nameWithType: VideoResizeMode.Square1024
  type: Field
- uid: UnityEditor.VideoResizeMode.Square256
  name: Square256
  fullName: UnityEditor.VideoResizeMode.Square256
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.Square256.html
  commentId: F:UnityEditor.VideoResizeMode.Square256
  nameWithType: VideoResizeMode.Square256
  type: Field
- uid: UnityEditor.VideoResizeMode.Square512
  name: Square512
  fullName: UnityEditor.VideoResizeMode.Square512
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.Square512.html
  commentId: F:UnityEditor.VideoResizeMode.Square512
  nameWithType: VideoResizeMode.Square512
  type: Field
- uid: UnityEditor.VideoResizeMode.ThreeQuarterRes
  name: ThreeQuarterRes
  fullName: UnityEditor.VideoResizeMode.ThreeQuarterRes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoResizeMode.ThreeQuarterRes.html
  commentId: F:UnityEditor.VideoResizeMode.ThreeQuarterRes
  nameWithType: VideoResizeMode.ThreeQuarterRes
  type: Field
- uid: UnityEditor.VideoSpatialQuality
  name: VideoSpatialQuality
  fullName: UnityEditor.VideoSpatialQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoSpatialQuality.html
  commentId: T:UnityEditor.VideoSpatialQuality
  nameWithType: VideoSpatialQuality
  type: Enum
- uid: UnityEditor.VideoSpatialQuality.HighSpatialQuality
  name: HighSpatialQuality
  fullName: UnityEditor.VideoSpatialQuality.HighSpatialQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoSpatialQuality.HighSpatialQuality.html
  commentId: F:UnityEditor.VideoSpatialQuality.HighSpatialQuality
  nameWithType: VideoSpatialQuality.HighSpatialQuality
  type: Field
- uid: UnityEditor.VideoSpatialQuality.LowSpatialQuality
  name: LowSpatialQuality
  fullName: UnityEditor.VideoSpatialQuality.LowSpatialQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoSpatialQuality.LowSpatialQuality.html
  commentId: F:UnityEditor.VideoSpatialQuality.LowSpatialQuality
  nameWithType: VideoSpatialQuality.LowSpatialQuality
  type: Field
- uid: UnityEditor.VideoSpatialQuality.MediumSpatialQuality
  name: MediumSpatialQuality
  fullName: UnityEditor.VideoSpatialQuality.MediumSpatialQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VideoSpatialQuality.MediumSpatialQuality.html
  commentId: F:UnityEditor.VideoSpatialQuality.MediumSpatialQuality
  nameWithType: VideoSpatialQuality.MediumSpatialQuality
  type: Field
- uid: UnityEditor.ViewTool
  name: ViewTool
  fullName: UnityEditor.ViewTool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ViewTool.html
  commentId: T:UnityEditor.ViewTool
  nameWithType: ViewTool
  type: Enum
- uid: UnityEditor.ViewTool.FPS
  name: FPS
  fullName: UnityEditor.ViewTool.FPS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ViewTool.FPS.html
  commentId: F:UnityEditor.ViewTool.FPS
  nameWithType: ViewTool.FPS
  type: Field
- uid: UnityEditor.ViewTool.None
  name: None
  fullName: UnityEditor.ViewTool.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ViewTool.None.html
  commentId: F:UnityEditor.ViewTool.None
  nameWithType: ViewTool.None
  type: Field
- uid: UnityEditor.ViewTool.Orbit
  name: Orbit
  fullName: UnityEditor.ViewTool.Orbit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ViewTool.Orbit.html
  commentId: F:UnityEditor.ViewTool.Orbit
  nameWithType: ViewTool.Orbit
  type: Field
- uid: UnityEditor.ViewTool.Pan
  name: Pan
  fullName: UnityEditor.ViewTool.Pan
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ViewTool.Pan.html
  commentId: F:UnityEditor.ViewTool.Pan
  nameWithType: ViewTool.Pan
  type: Field
- uid: UnityEditor.ViewTool.Zoom
  name: Zoom
  fullName: UnityEditor.ViewTool.Zoom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ViewTool.Zoom.html
  commentId: F:UnityEditor.ViewTool.Zoom
  nameWithType: ViewTool.Zoom
  type: Field
- uid: UnityEditor.VisualStudioIntegration
  name: UnityEditor.VisualStudioIntegration
  fullName: UnityEditor.VisualStudioIntegration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditor.VisualStudioIntegration
  nameWithType: UnityEditor.VisualStudioIntegration
  type: Namespace
- uid: UnityEditor.VisualStudioIntegration.SolutionGuidGenerator
  name: SolutionGuidGenerator
  fullName: UnityEditor.VisualStudioIntegration.SolutionGuidGenerator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VisualStudioIntegration.SolutionGuidGenerator.html
  commentId: T:UnityEditor.VisualStudioIntegration.SolutionGuidGenerator
  nameWithType: SolutionGuidGenerator
  type: Class
- uid: UnityEditor.VisualStudioIntegration.SolutionGuidGenerator.GuidForProject(System.String)
  name: GuidForProject(string)
  fullName: UnityEditor.VisualStudioIntegration.SolutionGuidGenerator.GuidForProject(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VisualStudioIntegration.SolutionGuidGenerator.GuidForProject.html
  commentId: M:UnityEditor.VisualStudioIntegration.SolutionGuidGenerator.GuidForProject(System.String)
  nameWithType: SolutionGuidGenerator.GuidForProject(string)
  type: Method
- uid: UnityEditor.VisualStudioIntegration.SolutionGuidGenerator.GuidForSolution(System.String,System.String)
  name: GuidForSolution(string, string)
  fullName: UnityEditor.VisualStudioIntegration.SolutionGuidGenerator.GuidForSolution(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VisualStudioIntegration.SolutionGuidGenerator.GuidForSolution.html
  commentId: M:UnityEditor.VisualStudioIntegration.SolutionGuidGenerator.GuidForSolution(System.String,System.String)
  nameWithType: SolutionGuidGenerator.GuidForSolution(string, string)
  type: Method
- uid: UnityEditor.WebGLCompressionFormat
  name: WebGLCompressionFormat
  fullName: UnityEditor.WebGLCompressionFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebGLCompressionFormat.html
  commentId: T:UnityEditor.WebGLCompressionFormat
  nameWithType: WebGLCompressionFormat
  type: Enum
- uid: UnityEditor.WebGLCompressionFormat.Brotli
  name: Brotli
  fullName: UnityEditor.WebGLCompressionFormat.Brotli
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebGLCompressionFormat.Brotli.html
  commentId: F:UnityEditor.WebGLCompressionFormat.Brotli
  nameWithType: WebGLCompressionFormat.Brotli
  type: Field
- uid: UnityEditor.WebGLCompressionFormat.Disabled
  name: Disabled
  fullName: UnityEditor.WebGLCompressionFormat.Disabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebGLCompressionFormat.Disabled.html
  commentId: F:UnityEditor.WebGLCompressionFormat.Disabled
  nameWithType: WebGLCompressionFormat.Disabled
  type: Field
- uid: UnityEditor.WebGLCompressionFormat.Gzip
  name: Gzip
  fullName: UnityEditor.WebGLCompressionFormat.Gzip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebGLCompressionFormat.Gzip.html
  commentId: F:UnityEditor.WebGLCompressionFormat.Gzip
  nameWithType: WebGLCompressionFormat.Gzip
  type: Field
- uid: UnityEditor.WebGLExceptionSupport
  name: WebGLExceptionSupport
  fullName: UnityEditor.WebGLExceptionSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebGLExceptionSupport.html
  commentId: T:UnityEditor.WebGLExceptionSupport
  nameWithType: WebGLExceptionSupport
  type: Enum
- uid: UnityEditor.WebGLExceptionSupport.ExplicitlyThrownExceptionsOnly
  name: ExplicitlyThrownExceptionsOnly
  fullName: UnityEditor.WebGLExceptionSupport.ExplicitlyThrownExceptionsOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebGLExceptionSupport.ExplicitlyThrownExceptionsOnly.html
  commentId: F:UnityEditor.WebGLExceptionSupport.ExplicitlyThrownExceptionsOnly
  nameWithType: WebGLExceptionSupport.ExplicitlyThrownExceptionsOnly
  type: Field
- uid: UnityEditor.WebGLExceptionSupport.Full
  name: Full
  fullName: UnityEditor.WebGLExceptionSupport.Full
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebGLExceptionSupport.Full.html
  commentId: F:UnityEditor.WebGLExceptionSupport.Full
  nameWithType: WebGLExceptionSupport.Full
  type: Field
- uid: UnityEditor.WebGLExceptionSupport.None
  name: None
  fullName: UnityEditor.WebGLExceptionSupport.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebGLExceptionSupport.None.html
  commentId: F:UnityEditor.WebGLExceptionSupport.None
  nameWithType: WebGLExceptionSupport.None
  type: Field
- uid: UnityEditor.WiiUBuildDebugLevel
  name: WiiUBuildDebugLevel
  fullName: UnityEditor.WiiUBuildDebugLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildDebugLevel.html
  commentId: T:UnityEditor.WiiUBuildDebugLevel
  nameWithType: WiiUBuildDebugLevel
  type: Enum
- uid: UnityEditor.WiiUBuildDebugLevel.Debug
  name: Debug
  fullName: UnityEditor.WiiUBuildDebugLevel.Debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildDebugLevel.Debug.html
  commentId: F:UnityEditor.WiiUBuildDebugLevel.Debug
  nameWithType: WiiUBuildDebugLevel.Debug
  type: Field
- uid: UnityEditor.WiiUBuildDebugLevel.DebugOptimized
  name: DebugOptimized
  fullName: UnityEditor.WiiUBuildDebugLevel.DebugOptimized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildDebugLevel.DebugOptimized.html
  commentId: F:UnityEditor.WiiUBuildDebugLevel.DebugOptimized
  nameWithType: WiiUBuildDebugLevel.DebugOptimized
  type: Field
- uid: UnityEditor.WiiUBuildDebugLevel.Development
  name: Development
  fullName: UnityEditor.WiiUBuildDebugLevel.Development
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildDebugLevel.Development.html
  commentId: F:UnityEditor.WiiUBuildDebugLevel.Development
  nameWithType: WiiUBuildDebugLevel.Development
  type: Field
- uid: UnityEditor.WiiUBuildDebugLevel.Master
  name: Master
  fullName: UnityEditor.WiiUBuildDebugLevel.Master
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildDebugLevel.Master.html
  commentId: F:UnityEditor.WiiUBuildDebugLevel.Master
  nameWithType: WiiUBuildDebugLevel.Master
  type: Field
- uid: UnityEditor.WiiUBuildOutput
  name: WiiUBuildOutput
  fullName: UnityEditor.WiiUBuildOutput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildOutput.html
  commentId: T:UnityEditor.WiiUBuildOutput
  nameWithType: WiiUBuildOutput
  type: Enum
- uid: UnityEditor.WiiUBuildOutput.DownloadImage
  name: DownloadImage
  fullName: UnityEditor.WiiUBuildOutput.DownloadImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildOutput.DownloadImage.html
  commentId: F:UnityEditor.WiiUBuildOutput.DownloadImage
  nameWithType: WiiUBuildOutput.DownloadImage
  type: Field
- uid: UnityEditor.WiiUBuildOutput.Unpackaged
  name: Unpackaged
  fullName: UnityEditor.WiiUBuildOutput.Unpackaged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildOutput.Unpackaged.html
  commentId: F:UnityEditor.WiiUBuildOutput.Unpackaged
  nameWithType: WiiUBuildOutput.Unpackaged
  type: Field
- uid: UnityEditor.WiiUBuildOutput.WUMADFile
  name: WUMADFile
  fullName: UnityEditor.WiiUBuildOutput.WUMADFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUBuildOutput.WUMADFile.html
  commentId: F:UnityEditor.WiiUBuildOutput.WUMADFile
  nameWithType: WiiUBuildOutput.WUMADFile
  type: Field
- uid: UnityEditor.WiiUTVResolution
  name: WiiUTVResolution
  fullName: UnityEditor.WiiUTVResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUTVResolution.html
  commentId: T:UnityEditor.WiiUTVResolution
  nameWithType: WiiUTVResolution
  type: Enum
- uid: UnityEditor.WiiUTVResolution.Resolution_1080p
  name: Resolution_1080p
  fullName: UnityEditor.WiiUTVResolution.Resolution_1080p
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUTVResolution.Resolution_1080p.html
  commentId: F:UnityEditor.WiiUTVResolution.Resolution_1080p
  nameWithType: WiiUTVResolution.Resolution_1080p
  type: Field
- uid: UnityEditor.WiiUTVResolution.Resolution_720p
  name: Resolution_720p
  fullName: UnityEditor.WiiUTVResolution.Resolution_720p
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WiiUTVResolution.Resolution_720p.html
  commentId: F:UnityEditor.WiiUTVResolution.Resolution_720p
  nameWithType: WiiUTVResolution.Resolution_720p
  type: Field
- uid: UnityEditor.WSABuildAndRunDeployTarget
  name: WSABuildAndRunDeployTarget
  fullName: UnityEditor.WSABuildAndRunDeployTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSABuildAndRunDeployTarget.html
  commentId: T:UnityEditor.WSABuildAndRunDeployTarget
  nameWithType: WSABuildAndRunDeployTarget
  type: Enum
- uid: UnityEditor.WSABuildAndRunDeployTarget.LocalMachine
  name: LocalMachine
  fullName: UnityEditor.WSABuildAndRunDeployTarget.LocalMachine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSABuildAndRunDeployTarget.LocalMachine.html
  commentId: F:UnityEditor.WSABuildAndRunDeployTarget.LocalMachine
  nameWithType: WSABuildAndRunDeployTarget.LocalMachine
  type: Field
- uid: UnityEditor.WSABuildAndRunDeployTarget.LocalMachineAndWindowsPhone
  name: LocalMachineAndWindowsPhone
  fullName: UnityEditor.WSABuildAndRunDeployTarget.LocalMachineAndWindowsPhone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSABuildAndRunDeployTarget.LocalMachineAndWindowsPhone.html
  commentId: F:UnityEditor.WSABuildAndRunDeployTarget.LocalMachineAndWindowsPhone
  nameWithType: WSABuildAndRunDeployTarget.LocalMachineAndWindowsPhone
  type: Field
- uid: UnityEditor.WSABuildAndRunDeployTarget.WindowsPhone
  name: WindowsPhone
  fullName: UnityEditor.WSABuildAndRunDeployTarget.WindowsPhone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSABuildAndRunDeployTarget.WindowsPhone.html
  commentId: F:UnityEditor.WSABuildAndRunDeployTarget.WindowsPhone
  nameWithType: WSABuildAndRunDeployTarget.WindowsPhone
  type: Field
- uid: UnityEditor.WSABuildType
  name: WSABuildType
  fullName: UnityEditor.WSABuildType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSABuildType.html
  commentId: T:UnityEditor.WSABuildType
  nameWithType: WSABuildType
  type: Enum
- uid: UnityEditor.WSABuildType.Debug
  name: Debug
  fullName: UnityEditor.WSABuildType.Debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSABuildType.Debug.html
  commentId: F:UnityEditor.WSABuildType.Debug
  nameWithType: WSABuildType.Debug
  type: Field
- uid: UnityEditor.WSABuildType.Master
  name: Master
  fullName: UnityEditor.WSABuildType.Master
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSABuildType.Master.html
  commentId: F:UnityEditor.WSABuildType.Master
  nameWithType: WSABuildType.Master
  type: Field
- uid: UnityEditor.WSABuildType.Release
  name: Release
  fullName: UnityEditor.WSABuildType.Release
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSABuildType.Release.html
  commentId: F:UnityEditor.WSABuildType.Release
  nameWithType: WSABuildType.Release
  type: Field
- uid: UnityEditor.WSASDK
  name: WSASDK
  fullName: UnityEditor.WSASDK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASDK.html
  commentId: T:UnityEditor.WSASDK
  nameWithType: WSASDK
  type: Enum
- uid: UnityEditor.WSASDK.PhoneSDK81
  name: PhoneSDK81
  fullName: UnityEditor.WSASDK.PhoneSDK81
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASDK.PhoneSDK81.html
  commentId: F:UnityEditor.WSASDK.PhoneSDK81
  nameWithType: WSASDK.PhoneSDK81
  type: Field
- uid: UnityEditor.WSASDK.SDK80
  name: SDK80
  fullName: UnityEditor.WSASDK.SDK80
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASDK.SDK80.html
  commentId: F:UnityEditor.WSASDK.SDK80
  nameWithType: WSASDK.SDK80
  type: Field
- uid: UnityEditor.WSASDK.SDK81
  name: SDK81
  fullName: UnityEditor.WSASDK.SDK81
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASDK.SDK81.html
  commentId: F:UnityEditor.WSASDK.SDK81
  nameWithType: WSASDK.SDK81
  type: Field
- uid: UnityEditor.WSASDK.UniversalSDK81
  name: UniversalSDK81
  fullName: UnityEditor.WSASDK.UniversalSDK81
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASDK.UniversalSDK81.html
  commentId: F:UnityEditor.WSASDK.UniversalSDK81
  nameWithType: WSASDK.UniversalSDK81
  type: Field
- uid: UnityEditor.WSASDK.UWP
  name: UWP
  fullName: UnityEditor.WSASDK.UWP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASDK.UWP.html
  commentId: F:UnityEditor.WSASDK.UWP
  nameWithType: WSASDK.UWP
  type: Field
- uid: UnityEditor.WSASubtarget
  name: WSASubtarget
  fullName: UnityEditor.WSASubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASubtarget.html
  commentId: T:UnityEditor.WSASubtarget
  nameWithType: WSASubtarget
  type: Enum
- uid: UnityEditor.WSASubtarget.AnyDevice
  name: AnyDevice
  fullName: UnityEditor.WSASubtarget.AnyDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASubtarget.AnyDevice.html
  commentId: F:UnityEditor.WSASubtarget.AnyDevice
  nameWithType: WSASubtarget.AnyDevice
  type: Field
- uid: UnityEditor.WSASubtarget.HoloLens
  name: HoloLens
  fullName: UnityEditor.WSASubtarget.HoloLens
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASubtarget.HoloLens.html
  commentId: F:UnityEditor.WSASubtarget.HoloLens
  nameWithType: WSASubtarget.HoloLens
  type: Field
- uid: UnityEditor.WSASubtarget.Mobile
  name: Mobile
  fullName: UnityEditor.WSASubtarget.Mobile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASubtarget.Mobile.html
  commentId: F:UnityEditor.WSASubtarget.Mobile
  nameWithType: WSASubtarget.Mobile
  type: Field
- uid: UnityEditor.WSASubtarget.PC
  name: PC
  fullName: UnityEditor.WSASubtarget.PC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSASubtarget.PC.html
  commentId: F:UnityEditor.WSASubtarget.PC
  nameWithType: WSASubtarget.PC
  type: Field
- uid: UnityEditor.WSAUWPBuildType
  name: WSAUWPBuildType
  fullName: UnityEditor.WSAUWPBuildType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSAUWPBuildType.html
  commentId: T:UnityEditor.WSAUWPBuildType
  nameWithType: WSAUWPBuildType
  type: Enum
- uid: UnityEditor.WSAUWPBuildType.D3D
  name: D3D
  fullName: UnityEditor.WSAUWPBuildType.D3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSAUWPBuildType.D3D.html
  commentId: F:UnityEditor.WSAUWPBuildType.D3D
  nameWithType: WSAUWPBuildType.D3D
  type: Field
- uid: UnityEditor.WSAUWPBuildType.XAML
  name: XAML
  fullName: UnityEditor.WSAUWPBuildType.XAML
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSAUWPBuildType.XAML.html
  commentId: F:UnityEditor.WSAUWPBuildType.XAML
  nameWithType: WSAUWPBuildType.XAML
  type: Field
- uid: UnityEditor.XboxBuildSubtarget
  name: XboxBuildSubtarget
  fullName: UnityEditor.XboxBuildSubtarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxBuildSubtarget.html
  commentId: T:UnityEditor.XboxBuildSubtarget
  nameWithType: XboxBuildSubtarget
  type: Enum
- uid: UnityEditor.XboxBuildSubtarget.Debug
  name: Debug
  fullName: UnityEditor.XboxBuildSubtarget.Debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxBuildSubtarget.Debug.html
  commentId: F:UnityEditor.XboxBuildSubtarget.Debug
  nameWithType: XboxBuildSubtarget.Debug
  type: Field
- uid: UnityEditor.XboxBuildSubtarget.Development
  name: Development
  fullName: UnityEditor.XboxBuildSubtarget.Development
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxBuildSubtarget.Development.html
  commentId: F:UnityEditor.XboxBuildSubtarget.Development
  nameWithType: XboxBuildSubtarget.Development
  type: Field
- uid: UnityEditor.XboxBuildSubtarget.Master
  name: Master
  fullName: UnityEditor.XboxBuildSubtarget.Master
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxBuildSubtarget.Master.html
  commentId: F:UnityEditor.XboxBuildSubtarget.Master
  nameWithType: XboxBuildSubtarget.Master
  type: Field
- uid: UnityEditor.XboxOneDeployMethod
  name: XboxOneDeployMethod
  fullName: UnityEditor.XboxOneDeployMethod
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneDeployMethod.html
  commentId: T:UnityEditor.XboxOneDeployMethod
  nameWithType: XboxOneDeployMethod
  type: Enum
- uid: UnityEditor.XboxOneDeployMethod.Package
  name: Package
  fullName: UnityEditor.XboxOneDeployMethod.Package
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneDeployMethod.Package.html
  commentId: F:UnityEditor.XboxOneDeployMethod.Package
  nameWithType: XboxOneDeployMethod.Package
  type: Field
- uid: UnityEditor.XboxOneDeployMethod.PackageStreaming
  name: PackageStreaming
  fullName: UnityEditor.XboxOneDeployMethod.PackageStreaming
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneDeployMethod.PackageStreaming.html
  commentId: F:UnityEditor.XboxOneDeployMethod.PackageStreaming
  nameWithType: XboxOneDeployMethod.PackageStreaming
  type: Field
- uid: UnityEditor.XboxOneDeployMethod.Pull
  name: Pull
  fullName: UnityEditor.XboxOneDeployMethod.Pull
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneDeployMethod.Pull.html
  commentId: F:UnityEditor.XboxOneDeployMethod.Pull
  nameWithType: XboxOneDeployMethod.Pull
  type: Field
- uid: UnityEditor.XboxOneDeployMethod.Push
  name: Push
  fullName: UnityEditor.XboxOneDeployMethod.Push
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneDeployMethod.Push.html
  commentId: F:UnityEditor.XboxOneDeployMethod.Push
  nameWithType: XboxOneDeployMethod.Push
  type: Field
- uid: UnityEditor.XboxOneDeployMethod.RunFromPC
  name: RunFromPC
  fullName: UnityEditor.XboxOneDeployMethod.RunFromPC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneDeployMethod.RunFromPC.html
  commentId: F:UnityEditor.XboxOneDeployMethod.RunFromPC
  nameWithType: XboxOneDeployMethod.RunFromPC
  type: Field
- uid: UnityEditor.XboxOneEncryptionLevel
  name: XboxOneEncryptionLevel
  fullName: UnityEditor.XboxOneEncryptionLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneEncryptionLevel.html
  commentId: T:UnityEditor.XboxOneEncryptionLevel
  nameWithType: XboxOneEncryptionLevel
  type: Enum
- uid: UnityEditor.XboxOneEncryptionLevel.DevkitCompatible
  name: DevkitCompatible
  fullName: UnityEditor.XboxOneEncryptionLevel.DevkitCompatible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneEncryptionLevel.DevkitCompatible.html
  commentId: F:UnityEditor.XboxOneEncryptionLevel.DevkitCompatible
  nameWithType: XboxOneEncryptionLevel.DevkitCompatible
  type: Field
- uid: UnityEditor.XboxOneEncryptionLevel.FullEncryption
  name: FullEncryption
  fullName: UnityEditor.XboxOneEncryptionLevel.FullEncryption
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneEncryptionLevel.FullEncryption.html
  commentId: F:UnityEditor.XboxOneEncryptionLevel.FullEncryption
  nameWithType: XboxOneEncryptionLevel.FullEncryption
  type: Field
- uid: UnityEditor.XboxOneEncryptionLevel.None
  name: None
  fullName: UnityEditor.XboxOneEncryptionLevel.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneEncryptionLevel.None.html
  commentId: F:UnityEditor.XboxOneEncryptionLevel.None
  nameWithType: XboxOneEncryptionLevel.None
  type: Field
- uid: UnityEditor.XboxOneLoggingLevel
  name: XboxOneLoggingLevel
  fullName: UnityEditor.XboxOneLoggingLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneLoggingLevel.html
  commentId: T:UnityEditor.XboxOneLoggingLevel
  nameWithType: XboxOneLoggingLevel
  type: Enum
- uid: UnityEditor.XboxOneLoggingLevel.AllLogging
  name: AllLogging
  fullName: UnityEditor.XboxOneLoggingLevel.AllLogging
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneLoggingLevel.AllLogging.html
  commentId: F:UnityEditor.XboxOneLoggingLevel.AllLogging
  nameWithType: XboxOneLoggingLevel.AllLogging
  type: Field
- uid: UnityEditor.XboxOneLoggingLevel.ErrorsOnly
  name: ErrorsOnly
  fullName: UnityEditor.XboxOneLoggingLevel.ErrorsOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneLoggingLevel.ErrorsOnly.html
  commentId: F:UnityEditor.XboxOneLoggingLevel.ErrorsOnly
  nameWithType: XboxOneLoggingLevel.ErrorsOnly
  type: Field
- uid: UnityEditor.XboxOneLoggingLevel.WarningsAndErrors
  name: WarningsAndErrors
  fullName: UnityEditor.XboxOneLoggingLevel.WarningsAndErrors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOneLoggingLevel.WarningsAndErrors.html
  commentId: F:UnityEditor.XboxOneLoggingLevel.WarningsAndErrors
  nameWithType: XboxOneLoggingLevel.WarningsAndErrors
  type: Field
- uid: UnityEditor.XboxOnePackageUpdateGranularity
  name: XboxOnePackageUpdateGranularity
  fullName: UnityEditor.XboxOnePackageUpdateGranularity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOnePackageUpdateGranularity.html
  commentId: T:UnityEditor.XboxOnePackageUpdateGranularity
  nameWithType: XboxOnePackageUpdateGranularity
  type: Enum
- uid: UnityEditor.XboxOnePackageUpdateGranularity.Chunk
  name: Chunk
  fullName: UnityEditor.XboxOnePackageUpdateGranularity.Chunk
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOnePackageUpdateGranularity.Chunk.html
  commentId: F:UnityEditor.XboxOnePackageUpdateGranularity.Chunk
  nameWithType: XboxOnePackageUpdateGranularity.Chunk
  type: Field
- uid: UnityEditor.XboxOnePackageUpdateGranularity.File
  name: File
  fullName: UnityEditor.XboxOnePackageUpdateGranularity.File
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XboxOnePackageUpdateGranularity.File.html
  commentId: F:UnityEditor.XboxOnePackageUpdateGranularity.File
  nameWithType: XboxOnePackageUpdateGranularity.File
  type: Field
- uid: UnityEditorInternal
  name: UnityEditorInternal
  fullName: UnityEditorInternal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditorInternal
  nameWithType: UnityEditorInternal
  type: Namespace
- uid: UnityEditorInternal.AnimatorController
  name: AnimatorController
  fullName: UnityEditorInternal.AnimatorController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorController.html
  commentId: T:UnityEditorInternal.AnimatorController
  nameWithType: AnimatorController
  type: Class
- uid: UnityEditorInternal.AnimatorControllerLayer
  name: AnimatorControllerLayer
  fullName: UnityEditorInternal.AnimatorControllerLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorControllerLayer.html
  commentId: T:UnityEditorInternal.AnimatorControllerLayer
  nameWithType: AnimatorControllerLayer
  type: Class
- uid: UnityEditorInternal.AnimatorControllerParameter
  name: AnimatorControllerParameter
  fullName: UnityEditorInternal.AnimatorControllerParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorControllerParameter.html
  commentId: T:UnityEditorInternal.AnimatorControllerParameter
  nameWithType: AnimatorControllerParameter
  type: Class
- uid: UnityEditorInternal.AnimatorControllerParameterType
  name: AnimatorControllerParameterType
  fullName: UnityEditorInternal.AnimatorControllerParameterType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorControllerParameterType.html
  commentId: T:UnityEditorInternal.AnimatorControllerParameterType
  nameWithType: AnimatorControllerParameterType
  type: Enum
- uid: UnityEditorInternal.AnimatorControllerParameterType.Bool
  name: Bool
  fullName: UnityEditorInternal.AnimatorControllerParameterType.Bool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorControllerParameterType.Bool.html
  commentId: F:UnityEditorInternal.AnimatorControllerParameterType.Bool
  nameWithType: AnimatorControllerParameterType.Bool
  type: Field
- uid: UnityEditorInternal.AnimatorControllerParameterType.Float
  name: Float
  fullName: UnityEditorInternal.AnimatorControllerParameterType.Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorControllerParameterType.Float.html
  commentId: F:UnityEditorInternal.AnimatorControllerParameterType.Float
  nameWithType: AnimatorControllerParameterType.Float
  type: Field
- uid: UnityEditorInternal.AnimatorControllerParameterType.Int
  name: Int
  fullName: UnityEditorInternal.AnimatorControllerParameterType.Int
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorControllerParameterType.Int.html
  commentId: F:UnityEditorInternal.AnimatorControllerParameterType.Int
  nameWithType: AnimatorControllerParameterType.Int
  type: Field
- uid: UnityEditorInternal.AnimatorControllerParameterType.Trigger
  name: Trigger
  fullName: UnityEditorInternal.AnimatorControllerParameterType.Trigger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorControllerParameterType.Trigger.html
  commentId: F:UnityEditorInternal.AnimatorControllerParameterType.Trigger
  nameWithType: AnimatorControllerParameterType.Trigger
  type: Field
- uid: UnityEditorInternal.AnimatorLayerBlendingMode
  name: AnimatorLayerBlendingMode
  fullName: UnityEditorInternal.AnimatorLayerBlendingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorLayerBlendingMode.html
  commentId: T:UnityEditorInternal.AnimatorLayerBlendingMode
  nameWithType: AnimatorLayerBlendingMode
  type: Enum
- uid: UnityEditorInternal.AnimatorLayerBlendingMode.Additive
  name: Additive
  fullName: UnityEditorInternal.AnimatorLayerBlendingMode.Additive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorLayerBlendingMode.Additive.html
  commentId: F:UnityEditorInternal.AnimatorLayerBlendingMode.Additive
  nameWithType: AnimatorLayerBlendingMode.Additive
  type: Field
- uid: UnityEditorInternal.AnimatorLayerBlendingMode.Override
  name: Override
  fullName: UnityEditorInternal.AnimatorLayerBlendingMode.Override
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AnimatorLayerBlendingMode.Override.html
  commentId: F:UnityEditorInternal.AnimatorLayerBlendingMode.Override
  nameWithType: AnimatorLayerBlendingMode.Override
  type: Field
- uid: UnityEditorInternal.AssetStore
  name: AssetStore
  fullName: UnityEditorInternal.AssetStore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AssetStore.html
  commentId: T:UnityEditorInternal.AssetStore
  nameWithType: AssetStore
  type: Class
- uid: UnityEditorInternal.AssetStore.Open(System.String)
  name: Open(string)
  fullName: UnityEditorInternal.AssetStore.Open(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AssetStore.Open.html
  commentId: M:UnityEditorInternal.AssetStore.Open(System.String)
  nameWithType: AssetStore.Open(string)
  type: Method
- uid: UnityEditorInternal.AssetStoreToolUtils
  name: AssetStoreToolUtils
  fullName: UnityEditorInternal.AssetStoreToolUtils
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AssetStoreToolUtils.html
  commentId: T:UnityEditorInternal.AssetStoreToolUtils
  nameWithType: AssetStoreToolUtils
  type: Class
- uid: UnityEditorInternal.AssetStoreToolUtils.BuildAssetStoreAssetBundle(UnityEngine.Object,System.String)
  name: BuildAssetStoreAssetBundle(Object, string)
  fullName: UnityEditorInternal.AssetStoreToolUtils.BuildAssetStoreAssetBundle(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AssetStoreToolUtils.BuildAssetStoreAssetBundle.html
  commentId: M:UnityEditorInternal.AssetStoreToolUtils.BuildAssetStoreAssetBundle(UnityEngine.Object,System.String)
  nameWithType: AssetStoreToolUtils.BuildAssetStoreAssetBundle(Object, string)
  type: Method
- uid: UnityEditorInternal.AssetStoreToolUtils.PreviewAssetStoreAssetBundleInInspector(UnityEngine.AssetBundle,UnityEditor.AssetStoreAsset)
  name: PreviewAssetStoreAssetBundleInInspector(AssetBundle, AssetStoreAsset)
  fullName: UnityEditorInternal.AssetStoreToolUtils.PreviewAssetStoreAssetBundleInInspector(UnityEngine.AssetBundle, UnityEditor.AssetStoreAsset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AssetStoreToolUtils.PreviewAssetStoreAssetBundleInInspector.html
  commentId: M:UnityEditorInternal.AssetStoreToolUtils.PreviewAssetStoreAssetBundleInInspector(UnityEngine.AssetBundle,UnityEditor.AssetStoreAsset)
  nameWithType: AssetStoreToolUtils.PreviewAssetStoreAssetBundleInInspector(AssetBundle, AssetStoreAsset)
  type: Method
- uid: UnityEditorInternal.AssetStoreToolUtils.UpdatePreloadingInternal
  name: UpdatePreloadingInternal()
  fullName: UnityEditorInternal.AssetStoreToolUtils.UpdatePreloadingInternal()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AssetStoreToolUtils.UpdatePreloadingInternal.html
  commentId: M:UnityEditorInternal.AssetStoreToolUtils.UpdatePreloadingInternal
  nameWithType: AssetStoreToolUtils.UpdatePreloadingInternal()
  type: Method
- uid: UnityEditorInternal.AudioProfilerClipInfo
  name: AudioProfilerClipInfo
  fullName: UnityEditorInternal.AudioProfilerClipInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerClipInfo.html
  commentId: T:UnityEditorInternal.AudioProfilerClipInfo
  nameWithType: AudioProfilerClipInfo
  type: Struct
- uid: UnityEditorInternal.AudioProfilerClipInfo.age
  name: age
  fullName: UnityEditorInternal.AudioProfilerClipInfo.age
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerClipInfo-age.html
  commentId: F:UnityEditorInternal.AudioProfilerClipInfo.age
  nameWithType: AudioProfilerClipInfo.age
  type: Field
- uid: UnityEditorInternal.AudioProfilerClipInfo.assetInstanceId
  name: assetInstanceId
  fullName: UnityEditorInternal.AudioProfilerClipInfo.assetInstanceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerClipInfo-assetInstanceId.html
  commentId: F:UnityEditorInternal.AudioProfilerClipInfo.assetInstanceId
  nameWithType: AudioProfilerClipInfo.assetInstanceId
  type: Field
- uid: UnityEditorInternal.AudioProfilerClipInfo.assetNameOffset
  name: assetNameOffset
  fullName: UnityEditorInternal.AudioProfilerClipInfo.assetNameOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerClipInfo-assetNameOffset.html
  commentId: F:UnityEditorInternal.AudioProfilerClipInfo.assetNameOffset
  nameWithType: AudioProfilerClipInfo.assetNameOffset
  type: Field
- uid: UnityEditorInternal.AudioProfilerClipInfo.disposed
  name: disposed
  fullName: UnityEditorInternal.AudioProfilerClipInfo.disposed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerClipInfo-disposed.html
  commentId: F:UnityEditorInternal.AudioProfilerClipInfo.disposed
  nameWithType: AudioProfilerClipInfo.disposed
  type: Field
- uid: UnityEditorInternal.AudioProfilerClipInfo.internalLoadState
  name: internalLoadState
  fullName: UnityEditorInternal.AudioProfilerClipInfo.internalLoadState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerClipInfo-internalLoadState.html
  commentId: F:UnityEditorInternal.AudioProfilerClipInfo.internalLoadState
  nameWithType: AudioProfilerClipInfo.internalLoadState
  type: Field
- uid: UnityEditorInternal.AudioProfilerClipInfo.loadState
  name: loadState
  fullName: UnityEditorInternal.AudioProfilerClipInfo.loadState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerClipInfo-loadState.html
  commentId: F:UnityEditorInternal.AudioProfilerClipInfo.loadState
  nameWithType: AudioProfilerClipInfo.loadState
  type: Field
- uid: UnityEditorInternal.AudioProfilerClipInfo.numChannelInstances
  name: numChannelInstances
  fullName: UnityEditorInternal.AudioProfilerClipInfo.numChannelInstances
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerClipInfo-numChannelInstances.html
  commentId: F:UnityEditorInternal.AudioProfilerClipInfo.numChannelInstances
  nameWithType: AudioProfilerClipInfo.numChannelInstances
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo
  name: AudioProfilerDSPInfo
  fullName: UnityEditorInternal.AudioProfilerDSPInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo.html
  commentId: T:UnityEditorInternal.AudioProfilerDSPInfo
  nameWithType: AudioProfilerDSPInfo
  type: Struct
- uid: UnityEditorInternal.AudioProfilerDSPInfo.cpuLoad
  name: cpuLoad
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.cpuLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-cpuLoad.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.cpuLoad
  nameWithType: AudioProfilerDSPInfo.cpuLoad
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.flags
  name: flags
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-flags.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.flags
  nameWithType: AudioProfilerDSPInfo.flags
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.id
  name: id
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-id.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.id
  nameWithType: AudioProfilerDSPInfo.id
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.level1
  name: level1
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.level1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-level1.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.level1
  nameWithType: AudioProfilerDSPInfo.level1
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.level2
  name: level2
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.level2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-level2.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.level2
  nameWithType: AudioProfilerDSPInfo.level2
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.nameOffset
  name: nameOffset
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.nameOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-nameOffset.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.nameOffset
  nameWithType: AudioProfilerDSPInfo.nameOffset
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.numChannels
  name: numChannels
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.numChannels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-numChannels.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.numChannels
  nameWithType: AudioProfilerDSPInfo.numChannels
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.numLevels
  name: numLevels
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.numLevels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-numLevels.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.numLevels
  nameWithType: AudioProfilerDSPInfo.numLevels
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.target
  name: target
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-target.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.target
  nameWithType: AudioProfilerDSPInfo.target
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.targetPort
  name: targetPort
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.targetPort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-targetPort.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.targetPort
  nameWithType: AudioProfilerDSPInfo.targetPort
  type: Field
- uid: UnityEditorInternal.AudioProfilerDSPInfo.weight
  name: weight
  fullName: UnityEditorInternal.AudioProfilerDSPInfo.weight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerDSPInfo-weight.html
  commentId: F:UnityEditorInternal.AudioProfilerDSPInfo.weight
  nameWithType: AudioProfilerDSPInfo.weight
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo
  name: AudioProfilerGroupInfo
  fullName: UnityEditorInternal.AudioProfilerGroupInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo.html
  commentId: T:UnityEditorInternal.AudioProfilerGroupInfo
  nameWithType: AudioProfilerGroupInfo
  type: Struct
- uid: UnityEditorInternal.AudioProfilerGroupInfo.assetInstanceId
  name: assetInstanceId
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.assetInstanceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-assetInstanceId.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.assetInstanceId
  nameWithType: AudioProfilerGroupInfo.assetInstanceId
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.assetNameOffset
  name: assetNameOffset
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.assetNameOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-assetNameOffset.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.assetNameOffset
  nameWithType: AudioProfilerGroupInfo.assetNameOffset
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.audibility
  name: audibility
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.audibility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-audibility.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.audibility
  nameWithType: AudioProfilerGroupInfo.audibility
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.distanceToListener
  name: distanceToListener
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.distanceToListener
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-distanceToListener.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.distanceToListener
  nameWithType: AudioProfilerGroupInfo.distanceToListener
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.duration
  name: duration
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-duration.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.duration
  nameWithType: AudioProfilerGroupInfo.duration
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.flags
  name: flags
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-flags.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.flags
  nameWithType: AudioProfilerGroupInfo.flags
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.frequency
  name: frequency
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.frequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-frequency.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.frequency
  nameWithType: AudioProfilerGroupInfo.frequency
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.maxDist
  name: maxDist
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.maxDist
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-maxDist.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.maxDist
  nameWithType: AudioProfilerGroupInfo.maxDist
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.minDist
  name: minDist
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.minDist
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-minDist.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.minDist
  nameWithType: AudioProfilerGroupInfo.minDist
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.objectInstanceId
  name: objectInstanceId
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.objectInstanceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-objectInstanceId.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.objectInstanceId
  nameWithType: AudioProfilerGroupInfo.objectInstanceId
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.objectNameOffset
  name: objectNameOffset
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.objectNameOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-objectNameOffset.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.objectNameOffset
  nameWithType: AudioProfilerGroupInfo.objectNameOffset
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.parentId
  name: parentId
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.parentId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-parentId.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.parentId
  nameWithType: AudioProfilerGroupInfo.parentId
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.playCount
  name: playCount
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.playCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-playCount.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.playCount
  nameWithType: AudioProfilerGroupInfo.playCount
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.time
  name: time
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-time.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.time
  nameWithType: AudioProfilerGroupInfo.time
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.uniqueId
  name: uniqueId
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.uniqueId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-uniqueId.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.uniqueId
  nameWithType: AudioProfilerGroupInfo.uniqueId
  type: Field
- uid: UnityEditorInternal.AudioProfilerGroupInfo.volume
  name: volume
  fullName: UnityEditorInternal.AudioProfilerGroupInfo.volume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.AudioProfilerGroupInfo-volume.html
  commentId: F:UnityEditorInternal.AudioProfilerGroupInfo.volume
  nameWithType: AudioProfilerGroupInfo.volume
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason
  name: BatchBreakingReason
  fullName: UnityEditorInternal.BatchBreakingReason
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.html
  commentId: T:UnityEditorInternal.BatchBreakingReason
  nameWithType: BatchBreakingReason
  type: Enum
- uid: UnityEditorInternal.BatchBreakingReason.CanvasInjectionIndex
  name: CanvasInjectionIndex
  fullName: UnityEditorInternal.BatchBreakingReason.CanvasInjectionIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.CanvasInjectionIndex.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.CanvasInjectionIndex
  nameWithType: BatchBreakingReason.CanvasInjectionIndex
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason.DifferentA8TextureUsage
  name: DifferentA8TextureUsage
  fullName: UnityEditorInternal.BatchBreakingReason.DifferentA8TextureUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.DifferentA8TextureUsage.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.DifferentA8TextureUsage
  nameWithType: BatchBreakingReason.DifferentA8TextureUsage
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason.DifferentClipRect
  name: DifferentClipRect
  fullName: UnityEditorInternal.BatchBreakingReason.DifferentClipRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.DifferentClipRect.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.DifferentClipRect
  nameWithType: BatchBreakingReason.DifferentClipRect
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason.DifferentMaterialInstance
  name: DifferentMaterialInstance
  fullName: UnityEditorInternal.BatchBreakingReason.DifferentMaterialInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.DifferentMaterialInstance.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.DifferentMaterialInstance
  nameWithType: BatchBreakingReason.DifferentMaterialInstance
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason.DifferentRectClipping
  name: DifferentRectClipping
  fullName: UnityEditorInternal.BatchBreakingReason.DifferentRectClipping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.DifferentRectClipping.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.DifferentRectClipping
  nameWithType: BatchBreakingReason.DifferentRectClipping
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason.DifferentTexture
  name: DifferentTexture
  fullName: UnityEditorInternal.BatchBreakingReason.DifferentTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.DifferentTexture.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.DifferentTexture
  nameWithType: BatchBreakingReason.DifferentTexture
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason.NoBreaking
  name: NoBreaking
  fullName: UnityEditorInternal.BatchBreakingReason.NoBreaking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.NoBreaking.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.NoBreaking
  nameWithType: BatchBreakingReason.NoBreaking
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason.NotCoplanarWithCanvas
  name: NotCoplanarWithCanvas
  fullName: UnityEditorInternal.BatchBreakingReason.NotCoplanarWithCanvas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.NotCoplanarWithCanvas.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.NotCoplanarWithCanvas
  nameWithType: BatchBreakingReason.NotCoplanarWithCanvas
  type: Field
- uid: UnityEditorInternal.BatchBreakingReason.Unknown
  name: Unknown
  fullName: UnityEditorInternal.BatchBreakingReason.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BatchBreakingReason.Unknown.html
  commentId: F:UnityEditorInternal.BatchBreakingReason.Unknown
  nameWithType: BatchBreakingReason.Unknown
  type: Field
- uid: UnityEditorInternal.BlendTree
  name: BlendTree
  fullName: UnityEditorInternal.BlendTree
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BlendTree.html
  commentId: T:UnityEditorInternal.BlendTree
  nameWithType: BlendTree
  type: Class
- uid: UnityEditorInternal.BlendTreePreviewUtility
  name: BlendTreePreviewUtility
  fullName: UnityEditorInternal.BlendTreePreviewUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BlendTreePreviewUtility.html
  commentId: T:UnityEditorInternal.BlendTreePreviewUtility
  nameWithType: BlendTreePreviewUtility
  type: Class
- uid: UnityEditorInternal.BlendTreePreviewUtility.CalculateBlendTexture(UnityEngine.Animator,System.Int32,System.Int32,UnityEngine.Texture2D,UnityEngine.Texture2D[],UnityEngine.Rect)
  name: CalculateBlendTexture(Animator, int, int, Texture2D, Texture2D[], Rect)
  fullName: UnityEditorInternal.BlendTreePreviewUtility.CalculateBlendTexture(UnityEngine.Animator, int, int, UnityEngine.Texture2D, UnityEngine.Texture2D[], UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BlendTreePreviewUtility.CalculateBlendTexture.html
  commentId: M:UnityEditorInternal.BlendTreePreviewUtility.CalculateBlendTexture(UnityEngine.Animator,System.Int32,System.Int32,UnityEngine.Texture2D,UnityEngine.Texture2D[],UnityEngine.Rect)
  nameWithType: BlendTreePreviewUtility.CalculateBlendTexture(Animator, int, int, Texture2D, Texture2D[], Rect)
  type: Method
- uid: UnityEditorInternal.BlendTreePreviewUtility.CalculateRootBlendTreeChildWeights(UnityEngine.Animator,System.Int32,System.Int32,System.Single[],System.Single,System.Single)
  name: CalculateRootBlendTreeChildWeights(Animator, int, int, float[], float, float)
  fullName: UnityEditorInternal.BlendTreePreviewUtility.CalculateRootBlendTreeChildWeights(UnityEngine.Animator, int, int, float[], float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BlendTreePreviewUtility.CalculateRootBlendTreeChildWeights.html
  commentId: M:UnityEditorInternal.BlendTreePreviewUtility.CalculateRootBlendTreeChildWeights(UnityEngine.Animator,System.Int32,System.Int32,System.Single[],System.Single,System.Single)
  nameWithType: BlendTreePreviewUtility.CalculateRootBlendTreeChildWeights(Animator, int, int, float[], float, float)
  type: Method
- uid: UnityEditorInternal.BlendTreePreviewUtility.GetRootBlendTreeChildWeights(UnityEngine.Animator,System.Int32,System.Int32,System.Single[])
  name: GetRootBlendTreeChildWeights(Animator, int, int, float[])
  fullName: UnityEditorInternal.BlendTreePreviewUtility.GetRootBlendTreeChildWeights(UnityEngine.Animator, int, int, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.BlendTreePreviewUtility.GetRootBlendTreeChildWeights.html
  commentId: M:UnityEditorInternal.BlendTreePreviewUtility.GetRootBlendTreeChildWeights(UnityEngine.Animator,System.Int32,System.Int32,System.Single[])
  nameWithType: BlendTreePreviewUtility.GetRootBlendTreeChildWeights(Animator, int, int, float[])
  type: Method
- uid: UnityEditorInternal.CanAppendBuild
  name: CanAppendBuild
  fullName: UnityEditorInternal.CanAppendBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.CanAppendBuild.html
  commentId: T:UnityEditorInternal.CanAppendBuild
  nameWithType: CanAppendBuild
  type: Enum
- uid: UnityEditorInternal.CanAppendBuild.No
  name: No
  fullName: UnityEditorInternal.CanAppendBuild.No
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.CanAppendBuild.No.html
  commentId: F:UnityEditorInternal.CanAppendBuild.No
  nameWithType: CanAppendBuild.No
  type: Field
- uid: UnityEditorInternal.CanAppendBuild.Unsupported
  name: Unsupported
  fullName: UnityEditorInternal.CanAppendBuild.Unsupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.CanAppendBuild.Unsupported.html
  commentId: F:UnityEditorInternal.CanAppendBuild.Unsupported
  nameWithType: CanAppendBuild.Unsupported
  type: Field
- uid: UnityEditorInternal.CanAppendBuild.Yes
  name: Yes
  fullName: UnityEditorInternal.CanAppendBuild.Yes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.CanAppendBuild.Yes.html
  commentId: F:UnityEditorInternal.CanAppendBuild.Yes
  nameWithType: CanAppendBuild.Yes
  type: Field
- uid: UnityEditorInternal.ComponentUtility
  name: ComponentUtility
  fullName: UnityEditorInternal.ComponentUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.html
  commentId: T:UnityEditorInternal.ComponentUtility
  nameWithType: ComponentUtility
  type: Class
- uid: UnityEditorInternal.ComponentUtility.CopyComponent(UnityEngine.Component)
  name: CopyComponent(Component)
  fullName: UnityEditorInternal.ComponentUtility.CopyComponent(UnityEngine.Component)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.CopyComponent.html
  commentId: M:UnityEditorInternal.ComponentUtility.CopyComponent(UnityEngine.Component)
  nameWithType: ComponentUtility.CopyComponent(Component)
  type: Method
- uid: UnityEditorInternal.ComponentUtility.DestroyComponentsMatching(UnityEngine.GameObject,UnityEditorInternal.ComponentUtility.IsDesiredComponent)
  name: DestroyComponentsMatching(GameObject, IsDesiredComponent)
  fullName: UnityEditorInternal.ComponentUtility.DestroyComponentsMatching(UnityEngine.GameObject, UnityEditorInternal.ComponentUtility.IsDesiredComponent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.DestroyComponentsMatching.html
  commentId: M:UnityEditorInternal.ComponentUtility.DestroyComponentsMatching(UnityEngine.GameObject,UnityEditorInternal.ComponentUtility.IsDesiredComponent)
  nameWithType: ComponentUtility.DestroyComponentsMatching(GameObject, ComponentUtility.IsDesiredComponent)
  type: Method
- uid: UnityEditorInternal.ComponentUtility.IsDesiredComponent
  name: ComponentUtility.IsDesiredComponent
  fullName: UnityEditorInternal.ComponentUtility.IsDesiredComponent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.IsDesiredComponent.html
  commentId: T:UnityEditorInternal.ComponentUtility.IsDesiredComponent
  nameWithType: ComponentUtility.IsDesiredComponent
  type: Delegate
- uid: UnityEditorInternal.ComponentUtility.MoveComponentDown(UnityEngine.Component)
  name: MoveComponentDown(Component)
  fullName: UnityEditorInternal.ComponentUtility.MoveComponentDown(UnityEngine.Component)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.MoveComponentDown.html
  commentId: M:UnityEditorInternal.ComponentUtility.MoveComponentDown(UnityEngine.Component)
  nameWithType: ComponentUtility.MoveComponentDown(Component)
  type: Method
- uid: UnityEditorInternal.ComponentUtility.MoveComponentUp(UnityEngine.Component)
  name: MoveComponentUp(Component)
  fullName: UnityEditorInternal.ComponentUtility.MoveComponentUp(UnityEngine.Component)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.MoveComponentUp.html
  commentId: M:UnityEditorInternal.ComponentUtility.MoveComponentUp(UnityEngine.Component)
  nameWithType: ComponentUtility.MoveComponentUp(Component)
  type: Method
- uid: UnityEditorInternal.ComponentUtility.PasteComponentAsNew(UnityEngine.GameObject)
  name: PasteComponentAsNew(GameObject)
  fullName: UnityEditorInternal.ComponentUtility.PasteComponentAsNew(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.PasteComponentAsNew.html
  commentId: M:UnityEditorInternal.ComponentUtility.PasteComponentAsNew(UnityEngine.GameObject)
  nameWithType: ComponentUtility.PasteComponentAsNew(GameObject)
  type: Method
- uid: UnityEditorInternal.ComponentUtility.PasteComponentValues(UnityEngine.Component)
  name: PasteComponentValues(Component)
  fullName: UnityEditorInternal.ComponentUtility.PasteComponentValues(UnityEngine.Component)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.PasteComponentValues.html
  commentId: M:UnityEditorInternal.ComponentUtility.PasteComponentValues(UnityEngine.Component)
  nameWithType: ComponentUtility.PasteComponentValues(Component)
  type: Method
- uid: UnityEditorInternal.ComponentUtility.ReplaceComponentsIfDifferent(UnityEngine.GameObject,UnityEngine.GameObject,UnityEditorInternal.ComponentUtility.IsDesiredComponent)
  name: ReplaceComponentsIfDifferent(GameObject, GameObject, IsDesiredComponent)
  fullName: UnityEditorInternal.ComponentUtility.ReplaceComponentsIfDifferent(UnityEngine.GameObject, UnityEngine.GameObject, UnityEditorInternal.ComponentUtility.IsDesiredComponent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ComponentUtility.ReplaceComponentsIfDifferent.html
  commentId: M:UnityEditorInternal.ComponentUtility.ReplaceComponentsIfDifferent(UnityEngine.GameObject,UnityEngine.GameObject,UnityEditorInternal.ComponentUtility.IsDesiredComponent)
  nameWithType: ComponentUtility.ReplaceComponentsIfDifferent(GameObject, GameObject, ComponentUtility.IsDesiredComponent)
  type: Method
- uid: UnityEditorInternal.DllType
  name: DllType
  fullName: UnityEditorInternal.DllType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.DllType.html
  commentId: T:UnityEditorInternal.DllType
  nameWithType: DllType
  type: Enum
- uid: UnityEditorInternal.DllType.ManagedNET35
  name: ManagedNET35
  fullName: UnityEditorInternal.DllType.ManagedNET35
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.DllType.ManagedNET35.html
  commentId: F:UnityEditorInternal.DllType.ManagedNET35
  nameWithType: DllType.ManagedNET35
  type: Field
- uid: UnityEditorInternal.DllType.ManagedNET40
  name: ManagedNET40
  fullName: UnityEditorInternal.DllType.ManagedNET40
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.DllType.ManagedNET40.html
  commentId: F:UnityEditorInternal.DllType.ManagedNET40
  nameWithType: DllType.ManagedNET40
  type: Field
- uid: UnityEditorInternal.DllType.Native
  name: Native
  fullName: UnityEditorInternal.DllType.Native
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.DllType.Native.html
  commentId: F:UnityEditorInternal.DllType.Native
  nameWithType: DllType.Native
  type: Field
- uid: UnityEditorInternal.DllType.Unknown
  name: Unknown
  fullName: UnityEditorInternal.DllType.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.DllType.Unknown.html
  commentId: F:UnityEditorInternal.DllType.Unknown
  nameWithType: DllType.Unknown
  type: Field
- uid: UnityEditorInternal.DllType.UnknownManaged
  name: UnknownManaged
  fullName: UnityEditorInternal.DllType.UnknownManaged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.DllType.UnknownManaged.html
  commentId: F:UnityEditorInternal.DllType.UnknownManaged
  nameWithType: DllType.UnknownManaged
  type: Field
- uid: UnityEditorInternal.DllType.WinMDNative
  name: WinMDNative
  fullName: UnityEditorInternal.DllType.WinMDNative
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.DllType.WinMDNative.html
  commentId: F:UnityEditorInternal.DllType.WinMDNative
  nameWithType: DllType.WinMDNative
  type: Field
- uid: UnityEditorInternal.DllType.WinMDNET40
  name: WinMDNET40
  fullName: UnityEditorInternal.DllType.WinMDNET40
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.DllType.WinMDNET40.html
  commentId: F:UnityEditorInternal.DllType.WinMDNET40
  nameWithType: DllType.WinMDNET40
  type: Field
- uid: UnityEditorInternal.EditMode
  name: EditMode
  fullName: UnityEditorInternal.EditMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.html
  commentId: T:UnityEditorInternal.EditMode
  nameWithType: EditMode
  type: Class
- uid: UnityEditorInternal.EditMode.ChangeEditMode(UnityEditorInternal.EditMode.SceneViewEditMode,UnityEngine.Bounds,UnityEditor.Editor)
  name: ChangeEditMode(SceneViewEditMode, Bounds, Editor)
  fullName: UnityEditorInternal.EditMode.ChangeEditMode(UnityEditorInternal.EditMode.SceneViewEditMode, UnityEngine.Bounds, UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.ChangeEditMode.html
  commentId: M:UnityEditorInternal.EditMode.ChangeEditMode(UnityEditorInternal.EditMode.SceneViewEditMode,UnityEngine.Bounds,UnityEditor.Editor)
  nameWithType: EditMode.ChangeEditMode(EditMode.SceneViewEditMode, Bounds, Editor)
  type: Method
- uid: UnityEditorInternal.EditMode.DoEditModeInspectorModeButton(UnityEditorInternal.EditMode.SceneViewEditMode,System.String,UnityEngine.GUIContent,System.Func{UnityEngine.Bounds},UnityEditor.Editor)
  name: DoEditModeInspectorModeButton(SceneViewEditMode, string, GUIContent, Func<Bounds>, Editor)
  fullName: UnityEditorInternal.EditMode.DoEditModeInspectorModeButton(UnityEditorInternal.EditMode.SceneViewEditMode, string, UnityEngine.GUIContent, System.Func<UnityEngine.Bounds>, UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.DoEditModeInspectorModeButton.html
  commentId: M:UnityEditorInternal.EditMode.DoEditModeInspectorModeButton(UnityEditorInternal.EditMode.SceneViewEditMode,System.String,UnityEngine.GUIContent,System.Func{UnityEngine.Bounds},UnityEditor.Editor)
  nameWithType: EditMode.DoEditModeInspectorModeButton(EditMode.SceneViewEditMode, string, GUIContent, Func<Bounds>, Editor)
  type: Method
- uid: UnityEditorInternal.EditMode.DoEditModeInspectorModeButton(UnityEditorInternal.EditMode.SceneViewEditMode,System.String,UnityEngine.GUIContent,UnityEngine.Bounds,UnityEditor.Editor)
  name: DoEditModeInspectorModeButton(SceneViewEditMode, string, GUIContent, Bounds, Editor)
  fullName: UnityEditorInternal.EditMode.DoEditModeInspectorModeButton(UnityEditorInternal.EditMode.SceneViewEditMode, string, UnityEngine.GUIContent, UnityEngine.Bounds, UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.DoEditModeInspectorModeButton.html
  commentId: M:UnityEditorInternal.EditMode.DoEditModeInspectorModeButton(UnityEditorInternal.EditMode.SceneViewEditMode,System.String,UnityEngine.GUIContent,UnityEngine.Bounds,UnityEditor.Editor)
  nameWithType: EditMode.DoEditModeInspectorModeButton(EditMode.SceneViewEditMode, string, GUIContent, Bounds, Editor)
  type: Method
- uid: UnityEditorInternal.EditMode.DoInspectorToolbar(UnityEditorInternal.EditMode.SceneViewEditMode[],UnityEngine.GUIContent[],System.Func{UnityEngine.Bounds},UnityEditor.Editor)
  name: DoInspectorToolbar(SceneViewEditMode[], GUIContent[], Func<Bounds>, Editor)
  fullName: UnityEditorInternal.EditMode.DoInspectorToolbar(UnityEditorInternal.EditMode.SceneViewEditMode[], UnityEngine.GUIContent[], System.Func<UnityEngine.Bounds>, UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.DoInspectorToolbar.html
  commentId: M:UnityEditorInternal.EditMode.DoInspectorToolbar(UnityEditorInternal.EditMode.SceneViewEditMode[],UnityEngine.GUIContent[],System.Func{UnityEngine.Bounds},UnityEditor.Editor)
  nameWithType: EditMode.DoInspectorToolbar(EditMode.SceneViewEditMode[], GUIContent[], Func<Bounds>, Editor)
  type: Method
- uid: UnityEditorInternal.EditMode.DoInspectorToolbar(UnityEditorInternal.EditMode.SceneViewEditMode[],UnityEngine.GUIContent[],UnityEngine.Bounds,UnityEditor.Editor)
  name: DoInspectorToolbar(SceneViewEditMode[], GUIContent[], Bounds, Editor)
  fullName: UnityEditorInternal.EditMode.DoInspectorToolbar(UnityEditorInternal.EditMode.SceneViewEditMode[], UnityEngine.GUIContent[], UnityEngine.Bounds, UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.DoInspectorToolbar.html
  commentId: M:UnityEditorInternal.EditMode.DoInspectorToolbar(UnityEditorInternal.EditMode.SceneViewEditMode[],UnityEngine.GUIContent[],UnityEngine.Bounds,UnityEditor.Editor)
  nameWithType: EditMode.DoInspectorToolbar(EditMode.SceneViewEditMode[], GUIContent[], Bounds, Editor)
  type: Method
- uid: UnityEditorInternal.EditMode.editMode
  name: editMode
  fullName: UnityEditorInternal.EditMode.editMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode-editMode.html
  commentId: P:UnityEditorInternal.EditMode.editMode
  nameWithType: EditMode.editMode
  type: Property
- uid: UnityEditorInternal.EditMode.IsOwner(UnityEditor.Editor)
  name: IsOwner(Editor)
  fullName: UnityEditorInternal.EditMode.IsOwner(UnityEditor.Editor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.IsOwner.html
  commentId: M:UnityEditorInternal.EditMode.IsOwner(UnityEditor.Editor)
  nameWithType: EditMode.IsOwner(Editor)
  type: Method
- uid: UnityEditorInternal.EditMode.onEditModeEndDelegate
  name: onEditModeEndDelegate
  fullName: UnityEditorInternal.EditMode.onEditModeEndDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode-onEditModeEndDelegate.html
  commentId: F:UnityEditorInternal.EditMode.onEditModeEndDelegate
  nameWithType: EditMode.onEditModeEndDelegate
  type: Field
- uid: UnityEditorInternal.EditMode.onEditModeStartDelegate
  name: onEditModeStartDelegate
  fullName: UnityEditorInternal.EditMode.onEditModeStartDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode-onEditModeStartDelegate.html
  commentId: F:UnityEditorInternal.EditMode.onEditModeStartDelegate
  nameWithType: EditMode.onEditModeStartDelegate
  type: Field
- uid: UnityEditorInternal.EditMode.OnEditModeStartFunc
  name: EditMode.OnEditModeStartFunc
  fullName: UnityEditorInternal.EditMode.OnEditModeStartFunc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.OnEditModeStartFunc.html
  commentId: T:UnityEditorInternal.EditMode.OnEditModeStartFunc
  nameWithType: EditMode.OnEditModeStartFunc
  type: Delegate
- uid: UnityEditorInternal.EditMode.OnEditModeStopFunc
  name: EditMode.OnEditModeStopFunc
  fullName: UnityEditorInternal.EditMode.OnEditModeStopFunc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.OnEditModeStopFunc.html
  commentId: T:UnityEditorInternal.EditMode.OnEditModeStopFunc
  nameWithType: EditMode.OnEditModeStopFunc
  type: Delegate
- uid: UnityEditorInternal.EditMode.OnSelectionChange
  name: OnSelectionChange()
  fullName: UnityEditorInternal.EditMode.OnSelectionChange()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.OnSelectionChange.html
  commentId: M:UnityEditorInternal.EditMode.OnSelectionChange
  nameWithType: EditMode.OnSelectionChange()
  type: Method
- uid: UnityEditorInternal.EditMode.QuitEditMode
  name: QuitEditMode()
  fullName: UnityEditorInternal.EditMode.QuitEditMode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.QuitEditMode.html
  commentId: M:UnityEditorInternal.EditMode.QuitEditMode
  nameWithType: EditMode.QuitEditMode()
  type: Method
- uid: UnityEditorInternal.EditMode.ResetToolToPrevious
  name: ResetToolToPrevious()
  fullName: UnityEditorInternal.EditMode.ResetToolToPrevious()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.ResetToolToPrevious.html
  commentId: M:UnityEditorInternal.EditMode.ResetToolToPrevious
  nameWithType: EditMode.ResetToolToPrevious()
  type: Method
- uid: UnityEditorInternal.EditMode.SceneViewEditMode
  name: EditMode.SceneViewEditMode
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.html
  commentId: T:UnityEditorInternal.EditMode.SceneViewEditMode
  nameWithType: EditMode.SceneViewEditMode
  type: Enum
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.Cloth
  name: Cloth
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.Cloth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.Cloth.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.Cloth
  nameWithType: EditMode.SceneViewEditMode.Cloth
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.Collider
  name: Collider
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.Collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.Collider.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.Collider
  nameWithType: EditMode.SceneViewEditMode.Collider
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.GridBox
  name: GridBox
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.GridBox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.GridBox.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.GridBox
  nameWithType: EditMode.SceneViewEditMode.GridBox
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.GridEraser
  name: GridEraser
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.GridEraser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.GridEraser.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.GridEraser
  nameWithType: EditMode.SceneViewEditMode.GridEraser
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.GridFloodFill
  name: GridFloodFill
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.GridFloodFill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.GridFloodFill.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.GridFloodFill
  nameWithType: EditMode.SceneViewEditMode.GridFloodFill
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.GridMove
  name: GridMove
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.GridMove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.GridMove.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.GridMove
  nameWithType: EditMode.SceneViewEditMode.GridMove
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.GridPainting
  name: GridPainting
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.GridPainting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.GridPainting.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.GridPainting
  nameWithType: EditMode.SceneViewEditMode.GridPainting
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.GridPicking
  name: GridPicking
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.GridPicking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.GridPicking.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.GridPicking
  nameWithType: EditMode.SceneViewEditMode.GridPicking
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.GridSelect
  name: GridSelect
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.GridSelect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.GridSelect.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.GridSelect
  nameWithType: EditMode.SceneViewEditMode.GridSelect
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.JointAngularLimits
  name: JointAngularLimits
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.JointAngularLimits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.JointAngularLimits.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.JointAngularLimits
  nameWithType: EditMode.SceneViewEditMode.JointAngularLimits
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeGroup
  name: LightProbeGroup
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeGroup.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeGroup
  nameWithType: EditMode.SceneViewEditMode.LightProbeGroup
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeProxyVolumeBox
  name: LightProbeProxyVolumeBox
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeProxyVolumeBox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeProxyVolumeBox.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeProxyVolumeBox
  nameWithType: EditMode.SceneViewEditMode.LightProbeProxyVolumeBox
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeProxyVolumeOrigin
  name: LightProbeProxyVolumeOrigin
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeProxyVolumeOrigin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeProxyVolumeOrigin.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.LightProbeProxyVolumeOrigin
  nameWithType: EditMode.SceneViewEditMode.LightProbeProxyVolumeOrigin
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.None
  name: None
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.None.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.None
  nameWithType: EditMode.SceneViewEditMode.None
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesMove
  name: ParticleSystemCollisionModulePlanesMove
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesMove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesMove.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesMove
  nameWithType: EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesMove
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesRotate
  name: ParticleSystemCollisionModulePlanesRotate
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesRotate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesRotate.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesRotate
  nameWithType: EditMode.SceneViewEditMode.ParticleSystemCollisionModulePlanesRotate
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.ReflectionProbeBox
  name: ReflectionProbeBox
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.ReflectionProbeBox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.ReflectionProbeBox.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.ReflectionProbeBox
  nameWithType: EditMode.SceneViewEditMode.ReflectionProbeBox
  type: Field
- uid: UnityEditorInternal.EditMode.SceneViewEditMode.ReflectionProbeOrigin
  name: ReflectionProbeOrigin
  fullName: UnityEditorInternal.EditMode.SceneViewEditMode.ReflectionProbeOrigin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EditMode.SceneViewEditMode.ReflectionProbeOrigin.html
  commentId: F:UnityEditorInternal.EditMode.SceneViewEditMode.ReflectionProbeOrigin
  nameWithType: EditMode.SceneViewEditMode.ReflectionProbeOrigin
  type: Field
- uid: UnityEditorInternal.EventMarker
  name: EventMarker
  fullName: UnityEditorInternal.EventMarker
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EventMarker.html
  commentId: T:UnityEditorInternal.EventMarker
  nameWithType: EventMarker
  type: Struct
- uid: UnityEditorInternal.EventMarker.frame
  name: frame
  fullName: UnityEditorInternal.EventMarker.frame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EventMarker-frame.html
  commentId: F:UnityEditorInternal.EventMarker.frame
  nameWithType: EventMarker.frame
  type: Field
- uid: UnityEditorInternal.EventMarker.nameOffset
  name: nameOffset
  fullName: UnityEditorInternal.EventMarker.nameOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EventMarker-nameOffset.html
  commentId: F:UnityEditorInternal.EventMarker.nameOffset
  nameWithType: EventMarker.nameOffset
  type: Field
- uid: UnityEditorInternal.EventMarker.objectInstanceId
  name: objectInstanceId
  fullName: UnityEditorInternal.EventMarker.objectInstanceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.EventMarker-objectInstanceId.html
  commentId: F:UnityEditorInternal.EventMarker.objectInstanceId
  nameWithType: EventMarker.objectInstanceId
  type: Field
- uid: UnityEditorInternal.GenerateIconsWithMipLevels
  name: GenerateIconsWithMipLevels
  fullName: UnityEditorInternal.GenerateIconsWithMipLevels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.GenerateIconsWithMipLevels.html
  commentId: T:UnityEditorInternal.GenerateIconsWithMipLevels
  nameWithType: GenerateIconsWithMipLevels
  type: Class
- uid: UnityEditorInternal.GenerateIconsWithMipLevels.GenerateAllIconsWithMipLevels
  name: GenerateAllIconsWithMipLevels()
  fullName: UnityEditorInternal.GenerateIconsWithMipLevels.GenerateAllIconsWithMipLevels()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.GenerateIconsWithMipLevels.GenerateAllIconsWithMipLevels.html
  commentId: M:UnityEditorInternal.GenerateIconsWithMipLevels.GenerateAllIconsWithMipLevels
  nameWithType: GenerateIconsWithMipLevels.GenerateAllIconsWithMipLevels()
  type: Method
- uid: UnityEditorInternal.GenerateIconsWithMipLevels.GenerateIconWithMipLevels(System.String,System.Collections.Generic.Dictionary{System.Int32,UnityEngine.Texture2D},System.IO.FileInfo)
  name: GenerateIconWithMipLevels(string, Dictionary<int, Texture2D>, FileInfo)
  fullName: UnityEditorInternal.GenerateIconsWithMipLevels.GenerateIconWithMipLevels(string, System.Collections.Generic.Dictionary<int, UnityEngine.Texture2D>, System.IO.FileInfo)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.GenerateIconsWithMipLevels.GenerateIconWithMipLevels.html
  commentId: M:UnityEditorInternal.GenerateIconsWithMipLevels.GenerateIconWithMipLevels(System.String,System.Collections.Generic.Dictionary{System.Int32,UnityEngine.Texture2D},System.IO.FileInfo)
  nameWithType: GenerateIconsWithMipLevels.GenerateIconWithMipLevels(string, Dictionary<int, Texture2D>, FileInfo)
  type: Method
- uid: UnityEditorInternal.GenerateIconsWithMipLevels.GenerateSelectedIconsWithMips
  name: GenerateSelectedIconsWithMips()
  fullName: UnityEditorInternal.GenerateIconsWithMipLevels.GenerateSelectedIconsWithMips()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.GenerateIconsWithMipLevels.GenerateSelectedIconsWithMips.html
  commentId: M:UnityEditorInternal.GenerateIconsWithMipLevels.GenerateSelectedIconsWithMips
  nameWithType: GenerateIconsWithMipLevels.GenerateSelectedIconsWithMips()
  type: Method
- uid: UnityEditorInternal.GenerateIconsWithMipLevels.MipLevelForAssetPath(System.String,System.String)
  name: MipLevelForAssetPath(string, string)
  fullName: UnityEditorInternal.GenerateIconsWithMipLevels.MipLevelForAssetPath(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.GenerateIconsWithMipLevels.MipLevelForAssetPath.html
  commentId: M:UnityEditorInternal.GenerateIconsWithMipLevels.MipLevelForAssetPath(System.String,System.String)
  nameWithType: GenerateIconsWithMipLevels.MipLevelForAssetPath(string, string)
  type: Method
- uid: UnityEditorInternal.GenerateIconsWithMipLevels.VerifyIconPath(System.String,System.Boolean)
  name: VerifyIconPath(string, bool)
  fullName: UnityEditorInternal.GenerateIconsWithMipLevels.VerifyIconPath(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.GenerateIconsWithMipLevels.VerifyIconPath.html
  commentId: M:UnityEditorInternal.GenerateIconsWithMipLevels.VerifyIconPath(System.String,System.Boolean)
  nameWithType: GenerateIconsWithMipLevels.VerifyIconPath(string, bool)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder
  name: Il2CppNativeCodeBuilder
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.html
  commentId: T:UnityEditorInternal.Il2CppNativeCodeBuilder
  nameWithType: Il2CppNativeCodeBuilder
  type: Class
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.AdditionalIl2CPPArguments
  name: AdditionalIl2CPPArguments
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.AdditionalIl2CPPArguments
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.AdditionalIl2CPPArguments.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.AdditionalIl2CPPArguments
  nameWithType: Il2CppNativeCodeBuilder.AdditionalIl2CPPArguments
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.CacheDirectory
  name: CacheDirectory
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.CacheDirectory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.CacheDirectory.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.CacheDirectory
  nameWithType: Il2CppNativeCodeBuilder.CacheDirectory
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerArchitecture
  name: CompilerArchitecture
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerArchitecture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerArchitecture.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerArchitecture
  nameWithType: Il2CppNativeCodeBuilder.CompilerArchitecture
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerFlags
  name: CompilerFlags
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerFlags.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerFlags
  nameWithType: Il2CppNativeCodeBuilder.CompilerFlags
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerPlatform
  name: CompilerPlatform
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerPlatform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerPlatform.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.CompilerPlatform
  nameWithType: Il2CppNativeCodeBuilder.CompilerPlatform
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.ConvertIncludesToFullPaths(System.Collections.Generic.IEnumerable{System.String})
  name: ConvertIncludesToFullPaths(IEnumerable<string>)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.ConvertIncludesToFullPaths(System.Collections.Generic.IEnumerable<string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.ConvertIncludesToFullPaths.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilder.ConvertIncludesToFullPaths(System.Collections.Generic.IEnumerable{System.String})
  nameWithType: Il2CppNativeCodeBuilder.ConvertIncludesToFullPaths(IEnumerable<string>)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.ConvertOutputFileToFullPath(System.String)
  name: ConvertOutputFileToFullPath(string)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.ConvertOutputFileToFullPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.ConvertOutputFileToFullPath.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilder.ConvertOutputFileToFullPath(System.String)
  nameWithType: Il2CppNativeCodeBuilder.ConvertOutputFileToFullPath(string)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.LinkerFlags
  name: LinkerFlags
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.LinkerFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.LinkerFlags.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.LinkerFlags
  nameWithType: Il2CppNativeCodeBuilder.LinkerFlags
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.LinkLibIl2CppStatically
  name: LinkLibIl2CppStatically
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.LinkLibIl2CppStatically
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.LinkLibIl2CppStatically.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.LinkLibIl2CppStatically
  nameWithType: Il2CppNativeCodeBuilder.LinkLibIl2CppStatically
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.PluginPath
  name: PluginPath
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.PluginPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.PluginPath.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.PluginPath
  nameWithType: Il2CppNativeCodeBuilder.PluginPath
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.SetsUpEnvironment
  name: SetsUpEnvironment
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.SetsUpEnvironment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.SetsUpEnvironment.html
  commentId: P:UnityEditorInternal.Il2CppNativeCodeBuilder.SetsUpEnvironment
  nameWithType: Il2CppNativeCodeBuilder.SetsUpEnvironment
  type: Property
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.SetupEnvironment(System.Diagnostics.ProcessStartInfo)
  name: SetupEnvironment(ProcessStartInfo)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.SetupEnvironment(System.Diagnostics.ProcessStartInfo)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.SetupEnvironment.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilder.SetupEnvironment(System.Diagnostics.ProcessStartInfo)
  nameWithType: Il2CppNativeCodeBuilder.SetupEnvironment(ProcessStartInfo)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilder.SetupStartInfo(System.Diagnostics.ProcessStartInfo)
  name: SetupStartInfo(ProcessStartInfo)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilder.SetupStartInfo(System.Diagnostics.ProcessStartInfo)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilder.SetupStartInfo.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilder.SetupStartInfo(System.Diagnostics.ProcessStartInfo)
  nameWithType: Il2CppNativeCodeBuilder.SetupStartInfo(ProcessStartInfo)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilderUtils
  name: Il2CppNativeCodeBuilderUtils
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilderUtils
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilderUtils.html
  commentId: T:UnityEditorInternal.Il2CppNativeCodeBuilderUtils
  nameWithType: Il2CppNativeCodeBuilderUtils
  type: Class
- uid: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.AddBuilderArguments(UnityEditorInternal.Il2CppNativeCodeBuilder,System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean)
  name: AddBuilderArguments(Il2CppNativeCodeBuilder, string, IEnumerable<string>, bool)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.AddBuilderArguments(UnityEditorInternal.Il2CppNativeCodeBuilder, string, System.Collections.Generic.IEnumerable<string>, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilderUtils.AddBuilderArguments.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilderUtils.AddBuilderArguments(UnityEditorInternal.Il2CppNativeCodeBuilder,System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean)
  nameWithType: Il2CppNativeCodeBuilderUtils.AddBuilderArguments(Il2CppNativeCodeBuilder, string, IEnumerable<string>, bool)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ClearAndPrepareCacheDirectory(UnityEditorInternal.Il2CppNativeCodeBuilder)
  name: ClearAndPrepareCacheDirectory(Il2CppNativeCodeBuilder)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ClearAndPrepareCacheDirectory(UnityEditorInternal.Il2CppNativeCodeBuilder)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ClearAndPrepareCacheDirectory.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ClearAndPrepareCacheDirectory(UnityEditorInternal.Il2CppNativeCodeBuilder)
  nameWithType: Il2CppNativeCodeBuilderUtils.ClearAndPrepareCacheDirectory(Il2CppNativeCodeBuilder)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ClearCacheIfEditorVersionDiffers(UnityEditorInternal.Il2CppNativeCodeBuilder,System.String)
  name: ClearCacheIfEditorVersionDiffers(Il2CppNativeCodeBuilder, string)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ClearCacheIfEditorVersionDiffers(UnityEditorInternal.Il2CppNativeCodeBuilder, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ClearCacheIfEditorVersionDiffers.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ClearCacheIfEditorVersionDiffers(UnityEditorInternal.Il2CppNativeCodeBuilder,System.String)
  nameWithType: Il2CppNativeCodeBuilderUtils.ClearCacheIfEditorVersionDiffers(Il2CppNativeCodeBuilder, string)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ObjectFilePathInCacheDirectoryFor(System.String)
  name: ObjectFilePathInCacheDirectoryFor(string)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ObjectFilePathInCacheDirectoryFor(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ObjectFilePathInCacheDirectoryFor.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilderUtils.ObjectFilePathInCacheDirectoryFor(System.String)
  nameWithType: Il2CppNativeCodeBuilderUtils.ObjectFilePathInCacheDirectoryFor(string)
  type: Method
- uid: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.PrepareCacheDirectory(UnityEditorInternal.Il2CppNativeCodeBuilder,System.String)
  name: PrepareCacheDirectory(Il2CppNativeCodeBuilder, string)
  fullName: UnityEditorInternal.Il2CppNativeCodeBuilderUtils.PrepareCacheDirectory(UnityEditorInternal.Il2CppNativeCodeBuilder, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Il2CppNativeCodeBuilderUtils.PrepareCacheDirectory.html
  commentId: M:UnityEditorInternal.Il2CppNativeCodeBuilderUtils.PrepareCacheDirectory(UnityEditorInternal.Il2CppNativeCodeBuilder,System.String)
  nameWithType: Il2CppNativeCodeBuilderUtils.PrepareCacheDirectory(Il2CppNativeCodeBuilder, string)
  type: Method
- uid: UnityEditorInternal.InstrumentedAssemblyTypes
  name: InstrumentedAssemblyTypes
  fullName: UnityEditorInternal.InstrumentedAssemblyTypes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InstrumentedAssemblyTypes.html
  commentId: T:UnityEditorInternal.InstrumentedAssemblyTypes
  nameWithType: InstrumentedAssemblyTypes
  type: Enum
- uid: UnityEditorInternal.InstrumentedAssemblyTypes.All
  name: All
  fullName: UnityEditorInternal.InstrumentedAssemblyTypes.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InstrumentedAssemblyTypes.All.html
  commentId: F:UnityEditorInternal.InstrumentedAssemblyTypes.All
  nameWithType: InstrumentedAssemblyTypes.All
  type: Field
- uid: UnityEditorInternal.InstrumentedAssemblyTypes.None
  name: None
  fullName: UnityEditorInternal.InstrumentedAssemblyTypes.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InstrumentedAssemblyTypes.None.html
  commentId: F:UnityEditorInternal.InstrumentedAssemblyTypes.None
  nameWithType: InstrumentedAssemblyTypes.None
  type: Field
- uid: UnityEditorInternal.InstrumentedAssemblyTypes.Plugins
  name: Plugins
  fullName: UnityEditorInternal.InstrumentedAssemblyTypes.Plugins
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InstrumentedAssemblyTypes.Plugins.html
  commentId: F:UnityEditorInternal.InstrumentedAssemblyTypes.Plugins
  nameWithType: InstrumentedAssemblyTypes.Plugins
  type: Field
- uid: UnityEditorInternal.InstrumentedAssemblyTypes.Script
  name: Script
  fullName: UnityEditorInternal.InstrumentedAssemblyTypes.Script
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InstrumentedAssemblyTypes.Script.html
  commentId: F:UnityEditorInternal.InstrumentedAssemblyTypes.Script
  nameWithType: InstrumentedAssemblyTypes.Script
  type: Field
- uid: UnityEditorInternal.InstrumentedAssemblyTypes.System
  name: System
  fullName: UnityEditorInternal.InstrumentedAssemblyTypes.System
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InstrumentedAssemblyTypes.System.html
  commentId: F:UnityEditorInternal.InstrumentedAssemblyTypes.System
  nameWithType: InstrumentedAssemblyTypes.System
  type: Field
- uid: UnityEditorInternal.InstrumentedAssemblyTypes.Unity
  name: Unity
  fullName: UnityEditorInternal.InstrumentedAssemblyTypes.Unity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InstrumentedAssemblyTypes.Unity.html
  commentId: F:UnityEditorInternal.InstrumentedAssemblyTypes.Unity
  nameWithType: InstrumentedAssemblyTypes.Unity
  type: Field
- uid: UnityEditorInternal.InternalEditorUtility
  name: InternalEditorUtility
  fullName: UnityEditorInternal.InternalEditorUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.html
  commentId: T:UnityEditorInternal.InternalEditorUtility
  nameWithType: InternalEditorUtility
  type: Class
- uid: UnityEditorInternal.InternalEditorUtility.AddTag(System.String)
  name: AddTag(string)
  fullName: UnityEditorInternal.InternalEditorUtility.AddTag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.AddTag.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.AddTag(System.String)
  nameWithType: InternalEditorUtility.AddTag(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.BuildCanBeAppended(UnityEditor.BuildTarget,System.String)
  name: BuildCanBeAppended(BuildTarget, string)
  fullName: UnityEditorInternal.InternalEditorUtility.BuildCanBeAppended(UnityEditor.BuildTarget, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.BuildCanBeAppended.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.BuildCanBeAppended(UnityEditor.BuildTarget,System.String)
  nameWithType: InternalEditorUtility.BuildCanBeAppended(BuildTarget, string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.BumpMapSettingsFixingWindowReportResult(System.Int32)
  name: BumpMapSettingsFixingWindowReportResult(int)
  fullName: UnityEditorInternal.InternalEditorUtility.BumpMapSettingsFixingWindowReportResult(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.BumpMapSettingsFixingWindowReportResult.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.BumpMapSettingsFixingWindowReportResult(System.Int32)
  nameWithType: InternalEditorUtility.BumpMapSettingsFixingWindowReportResult(int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.BumpMapTextureNeedsFixingInternal(UnityEngine.Material,System.String,System.Boolean)
  name: BumpMapTextureNeedsFixingInternal(Material, string, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.BumpMapTextureNeedsFixingInternal(UnityEngine.Material, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.BumpMapTextureNeedsFixingInternal.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.BumpMapTextureNeedsFixingInternal(UnityEngine.Material,System.String,System.Boolean)
  nameWithType: InternalEditorUtility.BumpMapTextureNeedsFixingInternal(Material, string, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.CalculateHashForObjectsAndDependencies(UnityEngine.Object[])
  name: CalculateHashForObjectsAndDependencies(Object[])
  fullName: UnityEditorInternal.InternalEditorUtility.CalculateHashForObjectsAndDependencies(UnityEngine.Object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.CalculateHashForObjectsAndDependencies.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.CalculateHashForObjectsAndDependencies(UnityEngine.Object[])
  nameWithType: InternalEditorUtility.CalculateHashForObjectsAndDependencies(Object[])
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.CalculateSelectionBounds(System.Boolean,System.Boolean)
  name: CalculateSelectionBounds(bool, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.CalculateSelectionBounds(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.CalculateSelectionBounds.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.CalculateSelectionBounds(System.Boolean,System.Boolean)
  nameWithType: InternalEditorUtility.CalculateSelectionBounds(bool, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.CanConnectToCacheServer
  name: CanConnectToCacheServer()
  fullName: UnityEditorInternal.InternalEditorUtility.CanConnectToCacheServer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.CanConnectToCacheServer.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.CanConnectToCacheServer
  nameWithType: InternalEditorUtility.CanConnectToCacheServer()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ConcatenatedLayersMaskToLayerMask(System.Int32)
  name: ConcatenatedLayersMaskToLayerMask(int)
  fullName: UnityEditorInternal.InternalEditorUtility.ConcatenatedLayersMaskToLayerMask(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.ConcatenatedLayersMaskToLayerMask.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.ConcatenatedLayersMaskToLayerMask(System.Int32)
  nameWithType: InternalEditorUtility.ConcatenatedLayersMaskToLayerMask(int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.CountToString(System.UInt64)
  name: CountToString(ulong)
  fullName: UnityEditorInternal.InternalEditorUtility.CountToString(ulong)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.CountToString.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.CountToString(System.UInt64)
  nameWithType: InternalEditorUtility.CountToString(ulong)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.CreateScriptableObjectUnchecked(UnityEditor.MonoScript)
  name: CreateScriptableObjectUnchecked(MonoScript)
  fullName: UnityEditorInternal.InternalEditorUtility.CreateScriptableObjectUnchecked(UnityEditor.MonoScript)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.CreateScriptableObjectUnchecked.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.CreateScriptableObjectUnchecked(UnityEditor.MonoScript)
  nameWithType: InternalEditorUtility.CreateScriptableObjectUnchecked(MonoScript)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.defaultScreenHeight
  name: defaultScreenHeight
  fullName: UnityEditorInternal.InternalEditorUtility.defaultScreenHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-defaultScreenHeight.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.defaultScreenHeight
  nameWithType: InternalEditorUtility.defaultScreenHeight
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.defaultScreenWidth
  name: defaultScreenWidth
  fullName: UnityEditorInternal.InternalEditorUtility.defaultScreenWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-defaultScreenWidth.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.defaultScreenWidth
  nameWithType: InternalEditorUtility.defaultScreenWidth
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.defaultWebScreenHeight
  name: defaultWebScreenHeight
  fullName: UnityEditorInternal.InternalEditorUtility.defaultWebScreenHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-defaultWebScreenHeight.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.defaultWebScreenHeight
  nameWithType: InternalEditorUtility.defaultWebScreenHeight
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.defaultWebScreenWidth
  name: defaultWebScreenWidth
  fullName: UnityEditorInternal.InternalEditorUtility.defaultWebScreenWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-defaultWebScreenWidth.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.defaultWebScreenWidth
  nameWithType: InternalEditorUtility.defaultWebScreenWidth
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.DetectDotNetDll(System.String)
  name: DetectDotNetDll(string)
  fullName: UnityEditorInternal.InternalEditorUtility.DetectDotNetDll(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.DetectDotNetDll.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.DetectDotNetDll(System.String)
  nameWithType: InternalEditorUtility.DetectDotNetDll(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.DetermineDepthOrder(UnityEngine.Transform,UnityEngine.Transform)
  name: DetermineDepthOrder(Transform, Transform)
  fullName: UnityEditorInternal.InternalEditorUtility.DetermineDepthOrder(UnityEngine.Transform, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.DetermineDepthOrder.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.DetermineDepthOrder(UnityEngine.Transform,UnityEngine.Transform)
  nameWithType: InternalEditorUtility.DetermineDepthOrder(Transform, Transform)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.EnsureSceneHasBeenSaved(System.String)
  name: EnsureSceneHasBeenSaved(string)
  fullName: UnityEditorInternal.InternalEditorUtility.EnsureSceneHasBeenSaved(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.EnsureSceneHasBeenSaved.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.EnsureSceneHasBeenSaved(System.String)
  nameWithType: InternalEditorUtility.EnsureSceneHasBeenSaved(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ExecuteCommandOnKeyWindow(System.String)
  name: ExecuteCommandOnKeyWindow(string)
  fullName: UnityEditorInternal.InternalEditorUtility.ExecuteCommandOnKeyWindow(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.ExecuteCommandOnKeyWindow.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.ExecuteCommandOnKeyWindow(System.String)
  nameWithType: InternalEditorUtility.ExecuteCommandOnKeyWindow(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.expandedProjectWindowItems
  name: expandedProjectWindowItems
  fullName: UnityEditorInternal.InternalEditorUtility.expandedProjectWindowItems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-expandedProjectWindowItems.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.expandedProjectWindowItems
  nameWithType: InternalEditorUtility.expandedProjectWindowItems
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.FixCacheServerIntegrityErrors
  name: FixCacheServerIntegrityErrors()
  fullName: UnityEditorInternal.InternalEditorUtility.FixCacheServerIntegrityErrors()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.FixCacheServerIntegrityErrors.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.FixCacheServerIntegrityErrors
  nameWithType: InternalEditorUtility.FixCacheServerIntegrityErrors()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.FixNormalmapTextureInternal(UnityEngine.Material,System.String)
  name: FixNormalmapTextureInternal(Material, string)
  fullName: UnityEditorInternal.InternalEditorUtility.FixNormalmapTextureInternal(UnityEngine.Material, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.FixNormalmapTextureInternal.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.FixNormalmapTextureInternal(UnityEngine.Material,System.String)
  nameWithType: InternalEditorUtility.FixNormalmapTextureInternal(Material, string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetAssetsFolder
  name: GetAssetsFolder()
  fullName: UnityEditorInternal.InternalEditorUtility.GetAssetsFolder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetAssetsFolder.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetAssetsFolder
  nameWithType: InternalEditorUtility.GetAssetsFolder()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetAuthToken
  name: GetAuthToken()
  fullName: UnityEditorInternal.InternalEditorUtility.GetAuthToken()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetAuthToken.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetAuthToken
  nameWithType: InternalEditorUtility.GetAuthToken()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetAvailableDiffTools
  name: GetAvailableDiffTools()
  fullName: UnityEditorInternal.InternalEditorUtility.GetAvailableDiffTools()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetAvailableDiffTools.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetAvailableDiffTools
  nameWithType: InternalEditorUtility.GetAvailableDiffTools()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetBoundsOfDesktopAtPoint(UnityEngine.Vector2)
  name: GetBoundsOfDesktopAtPoint(Vector2)
  fullName: UnityEditorInternal.InternalEditorUtility.GetBoundsOfDesktopAtPoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetBoundsOfDesktopAtPoint.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetBoundsOfDesktopAtPoint(UnityEngine.Vector2)
  nameWithType: InternalEditorUtility.GetBoundsOfDesktopAtPoint(Vector2)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetCrashReportFolder
  name: GetCrashReportFolder()
  fullName: UnityEditorInternal.InternalEditorUtility.GetCrashReportFolder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetCrashReportFolder.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetCrashReportFolder
  nameWithType: InternalEditorUtility.GetCrashReportFolder()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetDisplayStringOfInvalidCharsOfFileName(System.String)
  name: GetDisplayStringOfInvalidCharsOfFileName(string)
  fullName: UnityEditorInternal.InternalEditorUtility.GetDisplayStringOfInvalidCharsOfFileName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetDisplayStringOfInvalidCharsOfFileName.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetDisplayStringOfInvalidCharsOfFileName(System.String)
  nameWithType: InternalEditorUtility.GetDisplayStringOfInvalidCharsOfFileName(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetEditorAssemblyPath
  name: GetEditorAssemblyPath()
  fullName: UnityEditorInternal.InternalEditorUtility.GetEditorAssemblyPath()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetEditorAssemblyPath.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetEditorAssemblyPath
  nameWithType: InternalEditorUtility.GetEditorAssemblyPath()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetEditorFolder
  name: GetEditorFolder()
  fullName: UnityEditorInternal.InternalEditorUtility.GetEditorFolder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetEditorFolder.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetEditorFolder
  nameWithType: InternalEditorUtility.GetEditorFolder()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetEditorSettingsList(System.String,System.Int32)
  name: GetEditorSettingsList(string, int)
  fullName: UnityEditorInternal.InternalEditorUtility.GetEditorSettingsList(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetEditorSettingsList.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetEditorSettingsList(System.String,System.Int32)
  nameWithType: InternalEditorUtility.GetEditorSettingsList(string, int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetEngineAssemblyPath
  name: GetEngineAssemblyPath()
  fullName: UnityEditorInternal.InternalEditorUtility.GetEngineAssemblyPath()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetEngineAssemblyPath.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetEngineAssemblyPath
  nameWithType: InternalEditorUtility.GetEngineAssemblyPath()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetEngineCoreModuleAssemblyPath
  name: GetEngineCoreModuleAssemblyPath()
  fullName: UnityEditorInternal.InternalEditorUtility.GetEngineCoreModuleAssemblyPath()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetEngineCoreModuleAssemblyPath.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetEngineCoreModuleAssemblyPath
  nameWithType: InternalEditorUtility.GetEngineCoreModuleAssemblyPath()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetFullUnityVersion
  name: GetFullUnityVersion()
  fullName: UnityEditorInternal.InternalEditorUtility.GetFullUnityVersion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetFullUnityVersion.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetFullUnityVersion
  nameWithType: InternalEditorUtility.GetFullUnityVersion()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetGameObjectInstanceIDFromComponent(System.Int32)
  name: GetGameObjectInstanceIDFromComponent(int)
  fullName: UnityEditorInternal.InternalEditorUtility.GetGameObjectInstanceIDFromComponent(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetGameObjectInstanceIDFromComponent.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetGameObjectInstanceIDFromComponent(System.Int32)
  nameWithType: InternalEditorUtility.GetGameObjectInstanceIDFromComponent(int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetIconForFile(System.String)
  name: GetIconForFile(string)
  fullName: UnityEditorInternal.InternalEditorUtility.GetIconForFile(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetIconForFile.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetIconForFile(System.String)
  nameWithType: InternalEditorUtility.GetIconForFile(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetIsInspectorExpanded(UnityEngine.Object)
  name: GetIsInspectorExpanded(Object)
  fullName: UnityEditorInternal.InternalEditorUtility.GetIsInspectorExpanded(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetIsInspectorExpanded.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetIsInspectorExpanded(UnityEngine.Object)
  nameWithType: InternalEditorUtility.GetIsInspectorExpanded(Object)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetLayerName(System.Int32)
  name: GetLayerName(int)
  fullName: UnityEditorInternal.InternalEditorUtility.GetLayerName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetLayerName.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetLayerName(System.Int32)
  nameWithType: InternalEditorUtility.GetLayerName(int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetLicenseFlags
  name: GetLicenseFlags()
  fullName: UnityEditorInternal.InternalEditorUtility.GetLicenseFlags()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetLicenseFlags.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetLicenseFlags
  nameWithType: InternalEditorUtility.GetLicenseFlags()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetLicenseInfo
  name: GetLicenseInfo()
  fullName: UnityEditorInternal.InternalEditorUtility.GetLicenseInfo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetLicenseInfo.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetLicenseInfo
  nameWithType: InternalEditorUtility.GetLicenseInfo()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetLoadedObjectFromInstanceID(System.Int32)
  name: GetLoadedObjectFromInstanceID(int)
  fullName: UnityEditorInternal.InternalEditorUtility.GetLoadedObjectFromInstanceID(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetLoadedObjectFromInstanceID.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetLoadedObjectFromInstanceID(System.Int32)
  nameWithType: InternalEditorUtility.GetLoadedObjectFromInstanceID(int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetNewSelection(System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean)
  name: GetNewSelection(int, List<int>, List<int>, int, bool, bool, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.GetNewSelection(int, System.Collections.Generic.List<int>, System.Collections.Generic.List<int>, int, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetNewSelection.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetNewSelection(System.Int32,System.Collections.Generic.List{System.Int32},System.Collections.Generic.List{System.Int32},System.Int32,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: InternalEditorUtility.GetNewSelection(int, List<int>, List<int>, int, bool, bool, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetNoDiffToolsDetectedMessage
  name: GetNoDiffToolsDetectedMessage()
  fullName: UnityEditorInternal.InternalEditorUtility.GetNoDiffToolsDetectedMessage()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetNoDiffToolsDetectedMessage.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetNoDiffToolsDetectedMessage
  nameWithType: InternalEditorUtility.GetNoDiffToolsDetectedMessage()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetObjectFromInstanceID(System.Int32)
  name: GetObjectFromInstanceID(int)
  fullName: UnityEditorInternal.InternalEditorUtility.GetObjectFromInstanceID(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetObjectFromInstanceID.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetObjectFromInstanceID(System.Int32)
  nameWithType: InternalEditorUtility.GetObjectFromInstanceID(int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetSceneViewCameras
  name: GetSceneViewCameras()
  fullName: UnityEditorInternal.InternalEditorUtility.GetSceneViewCameras()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetSceneViewCameras.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetSceneViewCameras
  nameWithType: InternalEditorUtility.GetSceneViewCameras()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetSpriteOuterUV(UnityEngine.Sprite,System.Boolean)
  name: GetSpriteOuterUV(Sprite, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.GetSpriteOuterUV(UnityEngine.Sprite, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetSpriteOuterUV.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetSpriteOuterUV(UnityEngine.Sprite,System.Boolean)
  nameWithType: InternalEditorUtility.GetSpriteOuterUV(Sprite, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetTypeWithoutLoadingObject(System.Int32)
  name: GetTypeWithoutLoadingObject(int)
  fullName: UnityEditorInternal.InternalEditorUtility.GetTypeWithoutLoadingObject(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetTypeWithoutLoadingObject.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetTypeWithoutLoadingObject(System.Int32)
  nameWithType: InternalEditorUtility.GetTypeWithoutLoadingObject(int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetUnityBuildBranch
  name: GetUnityBuildBranch()
  fullName: UnityEditorInternal.InternalEditorUtility.GetUnityBuildBranch()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetUnityBuildBranch.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetUnityBuildBranch
  nameWithType: InternalEditorUtility.GetUnityBuildBranch()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetUnityCopyright
  name: GetUnityCopyright()
  fullName: UnityEditorInternal.InternalEditorUtility.GetUnityCopyright()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetUnityCopyright.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetUnityCopyright
  nameWithType: InternalEditorUtility.GetUnityCopyright()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetUnityRevision
  name: GetUnityRevision()
  fullName: UnityEditorInternal.InternalEditorUtility.GetUnityRevision()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetUnityRevision.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetUnityRevision
  nameWithType: InternalEditorUtility.GetUnityRevision()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetUnityVersion
  name: GetUnityVersion()
  fullName: UnityEditorInternal.InternalEditorUtility.GetUnityVersion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetUnityVersion.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetUnityVersion
  nameWithType: InternalEditorUtility.GetUnityVersion()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetUnityVersionDate
  name: GetUnityVersionDate()
  fullName: UnityEditorInternal.InternalEditorUtility.GetUnityVersionDate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetUnityVersionDate.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetUnityVersionDate
  nameWithType: InternalEditorUtility.GetUnityVersionDate()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.GetUnityVersionDigits
  name: GetUnityVersionDigits()
  fullName: UnityEditorInternal.InternalEditorUtility.GetUnityVersionDigits()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.GetUnityVersionDigits.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.GetUnityVersionDigits
  nameWithType: InternalEditorUtility.GetUnityVersionDigits()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.HasAdvancedLicenseOnBuildTarget(UnityEditor.BuildTarget)
  name: HasAdvancedLicenseOnBuildTarget(BuildTarget)
  fullName: UnityEditorInternal.InternalEditorUtility.HasAdvancedLicenseOnBuildTarget(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HasAdvancedLicenseOnBuildTarget.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.HasAdvancedLicenseOnBuildTarget(UnityEditor.BuildTarget)
  nameWithType: InternalEditorUtility.HasAdvancedLicenseOnBuildTarget(BuildTarget)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.HasEduLicense
  name: HasEduLicense()
  fullName: UnityEditorInternal.InternalEditorUtility.HasEduLicense()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HasEduLicense.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.HasEduLicense
  nameWithType: InternalEditorUtility.HasEduLicense()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.HasFreeLicense
  name: HasFreeLicense()
  fullName: UnityEditorInternal.InternalEditorUtility.HasFreeLicense()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HasFreeLicense.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.HasFreeLicense
  nameWithType: InternalEditorUtility.HasFreeLicense()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.HasFullscreenCamera
  name: HasFullscreenCamera()
  fullName: UnityEditorInternal.InternalEditorUtility.HasFullscreenCamera()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HasFullscreenCamera.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.HasFullscreenCamera
  nameWithType: InternalEditorUtility.HasFullscreenCamera()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.HasPro
  name: HasPro()
  fullName: UnityEditorInternal.InternalEditorUtility.HasPro()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HasPro.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.HasPro
  nameWithType: InternalEditorUtility.HasPro()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.HasTeamLicense
  name: HasTeamLicense()
  fullName: UnityEditorInternal.InternalEditorUtility.HasTeamLicense()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HasTeamLicense.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.HasTeamLicense
  nameWithType: InternalEditorUtility.HasTeamLicense()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode
  name: InternalEditorUtility.HierarchyDropMode
  fullName: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.html
  commentId: T:UnityEditorInternal.InternalEditorUtility.HierarchyDropMode
  nameWithType: InternalEditorUtility.HierarchyDropMode
  type: Enum
- uid: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDragNormal
  name: kHierarchyDragNormal
  fullName: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDragNormal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HierarchyDropMode-kHierarchyDragNormal.html
  commentId: F:UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDragNormal
  nameWithType: InternalEditorUtility.HierarchyDropMode.kHierarchyDragNormal
  type: Field
- uid: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropAfterParent
  name: kHierarchyDropAfterParent
  fullName: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropAfterParent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HierarchyDropMode-kHierarchyDropAfterParent.html
  commentId: F:UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropAfterParent
  nameWithType: InternalEditorUtility.HierarchyDropMode.kHierarchyDropAfterParent
  type: Field
- uid: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropBetween
  name: kHierarchyDropBetween
  fullName: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropBetween
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HierarchyDropMode-kHierarchyDropBetween.html
  commentId: F:UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropBetween
  nameWithType: InternalEditorUtility.HierarchyDropMode.kHierarchyDropBetween
  type: Field
- uid: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropUpon
  name: kHierarchyDropUpon
  fullName: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropUpon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HierarchyDropMode-kHierarchyDropUpon.html
  commentId: F:UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchyDropUpon
  nameWithType: InternalEditorUtility.HierarchyDropMode.kHierarchyDropUpon
  type: Field
- uid: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchySearchActive
  name: kHierarchySearchActive
  fullName: UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchySearchActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HierarchyDropMode-kHierarchySearchActive.html
  commentId: F:UnityEditorInternal.InternalEditorUtility.HierarchyDropMode.kHierarchySearchActive
  nameWithType: InternalEditorUtility.HierarchyDropMode.kHierarchySearchActive
  type: Field
- uid: UnityEditorInternal.InternalEditorUtility.HierarchyWindowDrag(UnityEditor.HierarchyProperty,System.Boolean,UnityEditorInternal.InternalEditorUtility.HierarchyDropMode)
  name: HierarchyWindowDrag(HierarchyProperty, bool, HierarchyDropMode)
  fullName: UnityEditorInternal.InternalEditorUtility.HierarchyWindowDrag(UnityEditor.HierarchyProperty, bool, UnityEditorInternal.InternalEditorUtility.HierarchyDropMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.HierarchyWindowDrag.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.HierarchyWindowDrag(UnityEditor.HierarchyProperty,System.Boolean,UnityEditorInternal.InternalEditorUtility.HierarchyDropMode)
  nameWithType: InternalEditorUtility.HierarchyWindowDrag(HierarchyProperty, bool, InternalEditorUtility.HierarchyDropMode)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ignoreInspectorChanges
  name: ignoreInspectorChanges
  fullName: UnityEditorInternal.InternalEditorUtility.ignoreInspectorChanges
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-ignoreInspectorChanges.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.ignoreInspectorChanges
  nameWithType: InternalEditorUtility.ignoreInspectorChanges
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.inBatchMode
  name: inBatchMode
  fullName: UnityEditorInternal.InternalEditorUtility.inBatchMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-inBatchMode.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.inBatchMode
  nameWithType: InternalEditorUtility.inBatchMode
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.InstantiateMaterialsInEditMode(UnityEngine.Renderer)
  name: InstantiateMaterialsInEditMode(Renderer)
  fullName: UnityEditorInternal.InternalEditorUtility.InstantiateMaterialsInEditMode(UnityEngine.Renderer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.InstantiateMaterialsInEditMode.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.InstantiateMaterialsInEditMode(UnityEngine.Renderer)
  nameWithType: InternalEditorUtility.InstantiateMaterialsInEditMode(Renderer)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.isApplicationActive
  name: isApplicationActive
  fullName: UnityEditorInternal.InternalEditorUtility.isApplicationActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-isApplicationActive.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.isApplicationActive
  nameWithType: InternalEditorUtility.isApplicationActive
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.IsDotNet4Dll(System.String)
  name: IsDotNet4Dll(string)
  fullName: UnityEditorInternal.InternalEditorUtility.IsDotNet4Dll(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.IsDotNet4Dll.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.IsDotNet4Dll(System.String)
  nameWithType: InternalEditorUtility.IsDotNet4Dll(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.isHumanControllingUs
  name: isHumanControllingUs
  fullName: UnityEditorInternal.InternalEditorUtility.isHumanControllingUs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-isHumanControllingUs.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.isHumanControllingUs
  nameWithType: InternalEditorUtility.isHumanControllingUs
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.IsInEditorFolder(System.String)
  name: IsInEditorFolder(string)
  fullName: UnityEditorInternal.InternalEditorUtility.IsInEditorFolder(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.IsInEditorFolder.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.IsInEditorFolder(System.String)
  nameWithType: InternalEditorUtility.IsInEditorFolder(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.IsUnityBeta
  name: IsUnityBeta()
  fullName: UnityEditorInternal.InternalEditorUtility.IsUnityBeta()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.IsUnityBeta.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.IsUnityBeta
  nameWithType: InternalEditorUtility.IsUnityBeta()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.IsValidFileName(System.String)
  name: IsValidFileName(string)
  fullName: UnityEditorInternal.InternalEditorUtility.IsValidFileName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.IsValidFileName.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.IsValidFileName(System.String)
  nameWithType: InternalEditorUtility.IsValidFileName(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.LayerMaskToConcatenatedLayersMask(UnityEngine.LayerMask)
  name: LayerMaskToConcatenatedLayersMask(LayerMask)
  fullName: UnityEditorInternal.InternalEditorUtility.LayerMaskToConcatenatedLayersMask(UnityEngine.LayerMask)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.LayerMaskToConcatenatedLayersMask.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.LayerMaskToConcatenatedLayersMask(UnityEngine.LayerMask)
  nameWithType: InternalEditorUtility.LayerMaskToConcatenatedLayersMask(LayerMask)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.layers
  name: layers
  fullName: UnityEditorInternal.InternalEditorUtility.layers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-layers.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.layers
  nameWithType: InternalEditorUtility.layers
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.LoadAssemblyWrapper(System.String,System.String)
  name: LoadAssemblyWrapper(string, string)
  fullName: UnityEditorInternal.InternalEditorUtility.LoadAssemblyWrapper(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.LoadAssemblyWrapper.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.LoadAssemblyWrapper(System.String,System.String)
  nameWithType: InternalEditorUtility.LoadAssemblyWrapper(string, string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.LoadDefaultLayout
  name: LoadDefaultLayout()
  fullName: UnityEditorInternal.InternalEditorUtility.LoadDefaultLayout()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.LoadDefaultLayout.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.LoadDefaultLayout
  nameWithType: InternalEditorUtility.LoadDefaultLayout()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.LoadSerializedFileAndForget(System.String)
  name: LoadSerializedFileAndForget(string)
  fullName: UnityEditorInternal.InternalEditorUtility.LoadSerializedFileAndForget(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.LoadSerializedFileAndForget.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.LoadSerializedFileAndForget(System.String)
  nameWithType: InternalEditorUtility.LoadSerializedFileAndForget(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.OnGameViewFocus(System.Boolean)
  name: OnGameViewFocus(bool)
  fullName: UnityEditorInternal.InternalEditorUtility.OnGameViewFocus(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.OnGameViewFocus.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.OnGameViewFocus(System.Boolean)
  nameWithType: InternalEditorUtility.OnGameViewFocus(bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.OpenEditorConsole
  name: OpenEditorConsole()
  fullName: UnityEditorInternal.InternalEditorUtility.OpenEditorConsole()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.OpenEditorConsole.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.OpenEditorConsole
  nameWithType: InternalEditorUtility.OpenEditorConsole()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.OpenFileAtLineExternal(System.String,System.Int32)
  name: OpenFileAtLineExternal(string, int)
  fullName: UnityEditorInternal.InternalEditorUtility.OpenFileAtLineExternal(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.OpenFileAtLineExternal.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.OpenFileAtLineExternal(System.String,System.Int32)
  nameWithType: InternalEditorUtility.OpenFileAtLineExternal(string, int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.OpenPlayerConsole
  name: OpenPlayerConsole()
  fullName: UnityEditorInternal.InternalEditorUtility.OpenPlayerConsole()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.OpenPlayerConsole.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.OpenPlayerConsole
  nameWithType: InternalEditorUtility.OpenPlayerConsole()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.PassAndReturnColor32(UnityEngine.Color32)
  name: PassAndReturnColor32(Color32)
  fullName: UnityEditorInternal.InternalEditorUtility.PassAndReturnColor32(UnityEngine.Color32)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.PassAndReturnColor32.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.PassAndReturnColor32(UnityEngine.Color32)
  nameWithType: InternalEditorUtility.PassAndReturnColor32(Color32)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.PassAndReturnVector2(UnityEngine.Vector2)
  name: PassAndReturnVector2(Vector2)
  fullName: UnityEditorInternal.InternalEditorUtility.PassAndReturnVector2(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.PassAndReturnVector2.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.PassAndReturnVector2(UnityEngine.Vector2)
  nameWithType: InternalEditorUtility.PassAndReturnVector2(Vector2)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ProjectWindowDrag(UnityEditor.HierarchyProperty,System.Boolean)
  name: ProjectWindowDrag(HierarchyProperty, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.ProjectWindowDrag(UnityEditor.HierarchyProperty, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.ProjectWindowDrag.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.ProjectWindowDrag(UnityEditor.HierarchyProperty,System.Boolean)
  nameWithType: InternalEditorUtility.ProjectWindowDrag(HierarchyProperty, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ReadScreenPixel(UnityEngine.Vector2,System.Int32,System.Int32)
  name: ReadScreenPixel(Vector2, int, int)
  fullName: UnityEditorInternal.InternalEditorUtility.ReadScreenPixel(UnityEngine.Vector2, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.ReadScreenPixel.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.ReadScreenPixel(UnityEngine.Vector2,System.Int32,System.Int32)
  nameWithType: InternalEditorUtility.ReadScreenPixel(Vector2, int, int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ReloadWindowLayoutMenu
  name: ReloadWindowLayoutMenu()
  fullName: UnityEditorInternal.InternalEditorUtility.ReloadWindowLayoutMenu()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.ReloadWindowLayoutMenu.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.ReloadWindowLayoutMenu
  nameWithType: InternalEditorUtility.ReloadWindowLayoutMenu()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.remoteScreenHeight
  name: remoteScreenHeight
  fullName: UnityEditorInternal.InternalEditorUtility.remoteScreenHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-remoteScreenHeight.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.remoteScreenHeight
  nameWithType: InternalEditorUtility.remoteScreenHeight
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.remoteScreenWidth
  name: remoteScreenWidth
  fullName: UnityEditorInternal.InternalEditorUtility.remoteScreenWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-remoteScreenWidth.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.remoteScreenWidth
  nameWithType: InternalEditorUtility.remoteScreenWidth
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.RemoveCustomLighting
  name: RemoveCustomLighting()
  fullName: UnityEditorInternal.InternalEditorUtility.RemoveCustomLighting()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.RemoveCustomLighting.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.RemoveCustomLighting
  nameWithType: InternalEditorUtility.RemoveCustomLighting()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.RemoveInvalidCharsFromFileName(System.String,System.Boolean)
  name: RemoveInvalidCharsFromFileName(string, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.RemoveInvalidCharsFromFileName(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.RemoveInvalidCharsFromFileName.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.RemoveInvalidCharsFromFileName(System.String,System.Boolean)
  nameWithType: InternalEditorUtility.RemoveInvalidCharsFromFileName(string, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.RemoveTag(System.String)
  name: RemoveTag(string)
  fullName: UnityEditorInternal.InternalEditorUtility.RemoveTag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.RemoveTag.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.RemoveTag(System.String)
  nameWithType: InternalEditorUtility.RemoveTag(string)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.RepaintAllViews
  name: RepaintAllViews()
  fullName: UnityEditorInternal.InternalEditorUtility.RepaintAllViews()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.RepaintAllViews.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.RepaintAllViews
  nameWithType: InternalEditorUtility.RepaintAllViews()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.RequestScriptReload
  name: RequestScriptReload()
  fullName: UnityEditorInternal.InternalEditorUtility.RequestScriptReload()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.RequestScriptReload.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.RequestScriptReload
  nameWithType: InternalEditorUtility.RequestScriptReload()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ResetCursor
  name: ResetCursor()
  fullName: UnityEditorInternal.InternalEditorUtility.ResetCursor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.ResetCursor.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.ResetCursor
  nameWithType: InternalEditorUtility.ResetCursor()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.RevertFactoryLayoutSettings(System.Boolean)
  name: RevertFactoryLayoutSettings(bool)
  fullName: UnityEditorInternal.InternalEditorUtility.RevertFactoryLayoutSettings(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.RevertFactoryLayoutSettings.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.RevertFactoryLayoutSettings(System.Boolean)
  nameWithType: InternalEditorUtility.RevertFactoryLayoutSettings(bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SaveCursorToFile(System.String,UnityEngine.Texture2D,UnityEngine.Vector2)
  name: SaveCursorToFile(string, Texture2D, Vector2)
  fullName: UnityEditorInternal.InternalEditorUtility.SaveCursorToFile(string, UnityEngine.Texture2D, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SaveCursorToFile.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SaveCursorToFile(System.String,UnityEngine.Texture2D,UnityEngine.Vector2)
  nameWithType: InternalEditorUtility.SaveCursorToFile(string, Texture2D, Vector2)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SaveEditorSettingsList(System.String,System.String[],System.Int32)
  name: SaveEditorSettingsList(string, string[], int)
  fullName: UnityEditorInternal.InternalEditorUtility.SaveEditorSettingsList(string, string[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SaveEditorSettingsList.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SaveEditorSettingsList(System.String,System.String[],System.Int32)
  nameWithType: InternalEditorUtility.SaveEditorSettingsList(string, string[], int)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SaveToSerializedFileAndForget(UnityEngine.Object[],System.String,System.Boolean)
  name: SaveToSerializedFileAndForget(Object[], string, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.SaveToSerializedFileAndForget(UnityEngine.Object[], string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SaveToSerializedFileAndForget.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SaveToSerializedFileAndForget(UnityEngine.Object[],System.String,System.Boolean)
  nameWithType: InternalEditorUtility.SaveToSerializedFileAndForget(Object[], string, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SceneViewDrag(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Vector2,System.Boolean)
  name: SceneViewDrag(Object, Vector3, Vector2, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.SceneViewDrag(UnityEngine.Object, UnityEngine.Vector3, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SceneViewDrag.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SceneViewDrag(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Vector2,System.Boolean)
  nameWithType: InternalEditorUtility.SceneViewDrag(Object, Vector3, Vector2, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SetCustomLighting(UnityEngine.Light[],UnityEngine.Color)
  name: SetCustomLighting(Light[], Color)
  fullName: UnityEditorInternal.InternalEditorUtility.SetCustomLighting(UnityEngine.Light[], UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SetCustomLighting.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SetCustomLighting(UnityEngine.Light[],UnityEngine.Color)
  nameWithType: InternalEditorUtility.SetCustomLighting(Light[], Color)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SetCustomLightingInternal(UnityEngine.Light[],UnityEngine.Color)
  name: SetCustomLightingInternal(Light[], Color)
  fullName: UnityEditorInternal.InternalEditorUtility.SetCustomLightingInternal(UnityEngine.Light[], UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SetCustomLightingInternal.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SetCustomLightingInternal(UnityEngine.Light[],UnityEngine.Color)
  nameWithType: InternalEditorUtility.SetCustomLightingInternal(Light[], Color)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SetIsInspectorExpanded(UnityEngine.Object,System.Boolean)
  name: SetIsInspectorExpanded(Object, bool)
  fullName: UnityEditorInternal.InternalEditorUtility.SetIsInspectorExpanded(UnityEngine.Object, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SetIsInspectorExpanded.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SetIsInspectorExpanded(UnityEngine.Object,System.Boolean)
  nameWithType: InternalEditorUtility.SetIsInspectorExpanded(Object, bool)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SetRectTransformTemporaryRect(UnityEngine.RectTransform,UnityEngine.Rect)
  name: SetRectTransformTemporaryRect(RectTransform, Rect)
  fullName: UnityEditorInternal.InternalEditorUtility.SetRectTransformTemporaryRect(UnityEngine.RectTransform, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SetRectTransformTemporaryRect.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SetRectTransformTemporaryRect(UnityEngine.RectTransform,UnityEngine.Rect)
  nameWithType: InternalEditorUtility.SetRectTransformTemporaryRect(RectTransform, Rect)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SetupShaderMenu(UnityEngine.Material)
  name: SetupShaderMenu(Material)
  fullName: UnityEditorInternal.InternalEditorUtility.SetupShaderMenu(UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SetupShaderMenu.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SetupShaderMenu(UnityEngine.Material)
  nameWithType: InternalEditorUtility.SetupShaderMenu(Material)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ShowGameView
  name: ShowGameView()
  fullName: UnityEditorInternal.InternalEditorUtility.ShowGameView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.ShowGameView.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.ShowGameView
  nameWithType: InternalEditorUtility.ShowGameView()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.ShowPackageManagerWindow
  name: ShowPackageManagerWindow()
  fullName: UnityEditorInternal.InternalEditorUtility.ShowPackageManagerWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.ShowPackageManagerWindow.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.ShowPackageManagerWindow
  nameWithType: InternalEditorUtility.ShowPackageManagerWindow()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.SwitchSkinAndRepaintAllViews
  name: SwitchSkinAndRepaintAllViews()
  fullName: UnityEditorInternal.InternalEditorUtility.SwitchSkinAndRepaintAllViews()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.SwitchSkinAndRepaintAllViews.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.SwitchSkinAndRepaintAllViews
  nameWithType: InternalEditorUtility.SwitchSkinAndRepaintAllViews()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.tags
  name: tags
  fullName: UnityEditorInternal.InternalEditorUtility.tags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-tags.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.tags
  nameWithType: InternalEditorUtility.tags
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.TextAreaForDocBrowser(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: TextAreaForDocBrowser(Rect, string, GUIStyle)
  fullName: UnityEditorInternal.InternalEditorUtility.TextAreaForDocBrowser(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.TextAreaForDocBrowser.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.TextAreaForDocBrowser(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: InternalEditorUtility.TextAreaForDocBrowser(Rect, string, GUIStyle)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.TextifyEvent(UnityEngine.Event)
  name: TextifyEvent(Event)
  fullName: UnityEditorInternal.InternalEditorUtility.TextifyEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.TextifyEvent.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.TextifyEvent(UnityEngine.Event)
  nameWithType: InternalEditorUtility.TextifyEvent(Event)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.TransformBounds(UnityEngine.Bounds,UnityEngine.Transform)
  name: TransformBounds(Bounds, Transform)
  fullName: UnityEditorInternal.InternalEditorUtility.TransformBounds(UnityEngine.Bounds, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.TransformBounds.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.TransformBounds(UnityEngine.Bounds,UnityEngine.Transform)
  nameWithType: InternalEditorUtility.TransformBounds(Bounds, Transform)
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.unityPreferencesFolder
  name: unityPreferencesFolder
  fullName: UnityEditorInternal.InternalEditorUtility.unityPreferencesFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility-unityPreferencesFolder.html
  commentId: P:UnityEditorInternal.InternalEditorUtility.unityPreferencesFolder
  nameWithType: InternalEditorUtility.unityPreferencesFolder
  type: Property
- uid: UnityEditorInternal.InternalEditorUtility.VerifyCacheServerIntegrity
  name: VerifyCacheServerIntegrity()
  fullName: UnityEditorInternal.InternalEditorUtility.VerifyCacheServerIntegrity()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.VerifyCacheServerIntegrity.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.VerifyCacheServerIntegrity
  nameWithType: InternalEditorUtility.VerifyCacheServerIntegrity()
  type: Method
- uid: UnityEditorInternal.InternalEditorUtility.WiiUSaveStartupScreenToFile(UnityEngine.Texture2D,System.String,System.Int32,System.Int32)
  name: WiiUSaveStartupScreenToFile(Texture2D, string, int, int)
  fullName: UnityEditorInternal.InternalEditorUtility.WiiUSaveStartupScreenToFile(UnityEngine.Texture2D, string, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalEditorUtility.WiiUSaveStartupScreenToFile.html
  commentId: M:UnityEditorInternal.InternalEditorUtility.WiiUSaveStartupScreenToFile(UnityEngine.Texture2D,System.String,System.Int32,System.Int32)
  nameWithType: InternalEditorUtility.WiiUSaveStartupScreenToFile(Texture2D, string, int, int)
  type: Method
- uid: UnityEditorInternal.InternalSpriteUtility
  name: InternalSpriteUtility
  fullName: UnityEditorInternal.InternalSpriteUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalSpriteUtility.html
  commentId: T:UnityEditorInternal.InternalSpriteUtility
  nameWithType: InternalSpriteUtility
  type: Class
- uid: UnityEditorInternal.InternalSpriteUtility.GenerateAutomaticSpriteRectangles(UnityEngine.Texture2D,System.Int32,System.Int32)
  name: GenerateAutomaticSpriteRectangles(Texture2D, int, int)
  fullName: UnityEditorInternal.InternalSpriteUtility.GenerateAutomaticSpriteRectangles(UnityEngine.Texture2D, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalSpriteUtility.GenerateAutomaticSpriteRectangles.html
  commentId: M:UnityEditorInternal.InternalSpriteUtility.GenerateAutomaticSpriteRectangles(UnityEngine.Texture2D,System.Int32,System.Int32)
  nameWithType: InternalSpriteUtility.GenerateAutomaticSpriteRectangles(Texture2D, int, int)
  type: Method
- uid: UnityEditorInternal.InternalSpriteUtility.GenerateGridSpriteRectangles(UnityEngine.Texture2D,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)
  name: GenerateGridSpriteRectangles(Texture2D, Vector2, Vector2, Vector2)
  fullName: UnityEditorInternal.InternalSpriteUtility.GenerateGridSpriteRectangles(UnityEngine.Texture2D, UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.InternalSpriteUtility.GenerateGridSpriteRectangles.html
  commentId: M:UnityEditorInternal.InternalSpriteUtility.GenerateGridSpriteRectangles(UnityEngine.Texture2D,UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: InternalSpriteUtility.GenerateGridSpriteRectangles(Texture2D, Vector2, Vector2, Vector2)
  type: Method
- uid: UnityEditorInternal.MemoryInfoGCReason
  name: MemoryInfoGCReason
  fullName: UnityEditorInternal.MemoryInfoGCReason
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.html
  commentId: T:UnityEditorInternal.MemoryInfoGCReason
  nameWithType: MemoryInfoGCReason
  type: Enum
- uid: UnityEditorInternal.MemoryInfoGCReason.AssetMarkedDirtyInEditor
  name: AssetMarkedDirtyInEditor
  fullName: UnityEditorInternal.MemoryInfoGCReason.AssetMarkedDirtyInEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.AssetMarkedDirtyInEditor.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.AssetMarkedDirtyInEditor
  nameWithType: MemoryInfoGCReason.AssetMarkedDirtyInEditor
  type: Field
- uid: UnityEditorInternal.MemoryInfoGCReason.AssetReferenced
  name: AssetReferenced
  fullName: UnityEditorInternal.MemoryInfoGCReason.AssetReferenced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.AssetReferenced.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.AssetReferenced
  nameWithType: MemoryInfoGCReason.AssetReferenced
  type: Field
- uid: UnityEditorInternal.MemoryInfoGCReason.AssetReferencedByNativeCodeOnly
  name: AssetReferencedByNativeCodeOnly
  fullName: UnityEditorInternal.MemoryInfoGCReason.AssetReferencedByNativeCodeOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.AssetReferencedByNativeCodeOnly.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.AssetReferencedByNativeCodeOnly
  nameWithType: MemoryInfoGCReason.AssetReferencedByNativeCodeOnly
  type: Field
- uid: UnityEditorInternal.MemoryInfoGCReason.BuiltinResource
  name: BuiltinResource
  fullName: UnityEditorInternal.MemoryInfoGCReason.BuiltinResource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.BuiltinResource.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.BuiltinResource
  nameWithType: MemoryInfoGCReason.BuiltinResource
  type: Field
- uid: UnityEditorInternal.MemoryInfoGCReason.MarkedDontSave
  name: MarkedDontSave
  fullName: UnityEditorInternal.MemoryInfoGCReason.MarkedDontSave
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.MarkedDontSave.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.MarkedDontSave
  nameWithType: MemoryInfoGCReason.MarkedDontSave
  type: Field
- uid: UnityEditorInternal.MemoryInfoGCReason.NotApplicable
  name: NotApplicable
  fullName: UnityEditorInternal.MemoryInfoGCReason.NotApplicable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.NotApplicable.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.NotApplicable
  nameWithType: MemoryInfoGCReason.NotApplicable
  type: Field
- uid: UnityEditorInternal.MemoryInfoGCReason.SceneAssetReferenced
  name: SceneAssetReferenced
  fullName: UnityEditorInternal.MemoryInfoGCReason.SceneAssetReferenced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.SceneAssetReferenced.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.SceneAssetReferenced
  nameWithType: MemoryInfoGCReason.SceneAssetReferenced
  type: Field
- uid: UnityEditorInternal.MemoryInfoGCReason.SceneAssetReferencedByNativeCodeOnly
  name: SceneAssetReferencedByNativeCodeOnly
  fullName: UnityEditorInternal.MemoryInfoGCReason.SceneAssetReferencedByNativeCodeOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.SceneAssetReferencedByNativeCodeOnly.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.SceneAssetReferencedByNativeCodeOnly
  nameWithType: MemoryInfoGCReason.SceneAssetReferencedByNativeCodeOnly
  type: Field
- uid: UnityEditorInternal.MemoryInfoGCReason.SceneObject
  name: SceneObject
  fullName: UnityEditorInternal.MemoryInfoGCReason.SceneObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MemoryInfoGCReason.SceneObject.html
  commentId: F:UnityEditorInternal.MemoryInfoGCReason.SceneObject
  nameWithType: MemoryInfoGCReason.SceneObject
  type: Field
- uid: UnityEditorInternal.MonoScripts
  name: MonoScripts
  fullName: UnityEditorInternal.MonoScripts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MonoScripts.html
  commentId: T:UnityEditorInternal.MonoScripts
  nameWithType: MonoScripts
  type: Class
- uid: UnityEditorInternal.MonoScripts.CreateMonoScript(System.String,System.String,System.String,System.String,System.Boolean)
  name: CreateMonoScript(string, string, string, string, bool)
  fullName: UnityEditorInternal.MonoScripts.CreateMonoScript(string, string, string, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.MonoScripts.CreateMonoScript.html
  commentId: M:UnityEditorInternal.MonoScripts.CreateMonoScript(System.String,System.String,System.String,System.String,System.Boolean)
  nameWithType: MonoScripts.CreateMonoScript(string, string, string, string, bool)
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline
  name: NativeProfilerTimeline
  fullName: UnityEditorInternal.NativeProfilerTimeline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline.html
  commentId: T:UnityEditorInternal.NativeProfilerTimeline
  nameWithType: NativeProfilerTimeline
  type: Class
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs
  name: NativeProfilerTimeline_DrawArgs
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs.html
  commentId: T:UnityEditorInternal.NativeProfilerTimeline_DrawArgs
  nameWithType: NativeProfilerTimeline_DrawArgs
  type: Struct
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.frameIndex
  name: frameIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.frameIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs-frameIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_DrawArgs.frameIndex
  nameWithType: NativeProfilerTimeline_DrawArgs.frameIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.mousedOverEntryIndex
  name: mousedOverEntryIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.mousedOverEntryIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs-mousedOverEntryIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_DrawArgs.mousedOverEntryIndex
  nameWithType: NativeProfilerTimeline_DrawArgs.mousedOverEntryIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.Reset
  name: Reset()
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs.Reset.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline_DrawArgs.Reset
  nameWithType: NativeProfilerTimeline_DrawArgs.Reset()
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.selectedEntryIndex
  name: selectedEntryIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.selectedEntryIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs-selectedEntryIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_DrawArgs.selectedEntryIndex
  nameWithType: NativeProfilerTimeline_DrawArgs.selectedEntryIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.shownAreaRect
  name: shownAreaRect
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.shownAreaRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs-shownAreaRect.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_DrawArgs.shownAreaRect
  nameWithType: NativeProfilerTimeline_DrawArgs.shownAreaRect
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.threadIndex
  name: threadIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.threadIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs-threadIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_DrawArgs.threadIndex
  nameWithType: NativeProfilerTimeline_DrawArgs.threadIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.threadRect
  name: threadRect
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.threadRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs-threadRect.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_DrawArgs.threadRect
  nameWithType: NativeProfilerTimeline_DrawArgs.threadRect
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.timeOffset
  name: timeOffset
  fullName: UnityEditorInternal.NativeProfilerTimeline_DrawArgs.timeOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_DrawArgs-timeOffset.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_DrawArgs.timeOffset
  nameWithType: NativeProfilerTimeline_DrawArgs.timeOffset
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs
  name: NativeProfilerTimeline_GetEntryAtPositionArgs
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.html
  commentId: T:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs
  type: Struct
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.frameIndex
  name: frameIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.frameIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-frameIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.frameIndex
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.frameIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryIndex
  name: out_EntryIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-out_EntryIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryIndex
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryName
  name: out_EntryName
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-out_EntryName.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryName
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryName
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryYMaxPos
  name: out_EntryYMaxPos
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryYMaxPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-out_EntryYMaxPos.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryYMaxPos
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.out_EntryYMaxPos
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.position
  name: position
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-position.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.position
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.position
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.Reset
  name: Reset()
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.Reset.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.Reset
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.Reset()
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.shownAreaRect
  name: shownAreaRect
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.shownAreaRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-shownAreaRect.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.shownAreaRect
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.shownAreaRect
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.threadIndex
  name: threadIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.threadIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-threadIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.threadIndex
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.threadIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.threadRect
  name: threadRect
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.threadRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-threadRect.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.threadRect
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.threadRect
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.timeOffset
  name: timeOffset
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.timeOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs-timeOffset.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs.timeOffset
  nameWithType: NativeProfilerTimeline_GetEntryAtPositionArgs.timeOffset
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs
  name: NativeProfilerTimeline_GetEntryInstanceInfoArgs
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.html
  commentId: T:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs
  type: Struct
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.entryIndex
  name: entryIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.entryIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs-entryIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.entryIndex
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs.entryIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.frameIndex
  name: frameIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.frameIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs-frameIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.frameIndex
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs.frameIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_CallstackInfo
  name: out_CallstackInfo
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_CallstackInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs-out_CallstackInfo.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_CallstackInfo
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_CallstackInfo
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_Id
  name: out_Id
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_Id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs-out_Id.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_Id
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_Id
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_MetaData
  name: out_MetaData
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_MetaData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs-out_MetaData.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_MetaData
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_MetaData
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_Path
  name: out_Path
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_Path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs-out_Path.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_Path
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs.out_Path
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.Reset
  name: Reset()
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.Reset.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.Reset
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs.Reset()
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.threadIndex
  name: threadIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.threadIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs-threadIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs.threadIndex
  nameWithType: NativeProfilerTimeline_GetEntryInstanceInfoArgs.threadIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs
  name: NativeProfilerTimeline_GetEntryTimingInfoArgs
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.html
  commentId: T:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs
  type: Struct
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.calculateFrameData
  name: calculateFrameData
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.calculateFrameData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs-calculateFrameData.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.calculateFrameData
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.calculateFrameData
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.entryIndex
  name: entryIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.entryIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs-entryIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.entryIndex
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.entryIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.frameIndex
  name: frameIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.frameIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs-frameIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.frameIndex
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.frameIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_Duration
  name: out_Duration
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_Duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs-out_Duration.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_Duration
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.out_Duration
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_InstanceCountForFrame
  name: out_InstanceCountForFrame
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_InstanceCountForFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs-out_InstanceCountForFrame.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_InstanceCountForFrame
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.out_InstanceCountForFrame
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_LocalStartTime
  name: out_LocalStartTime
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_LocalStartTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs-out_LocalStartTime.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_LocalStartTime
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.out_LocalStartTime
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_TotalDurationForFrame
  name: out_TotalDurationForFrame
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_TotalDurationForFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs-out_TotalDurationForFrame.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.out_TotalDurationForFrame
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.out_TotalDurationForFrame
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.Reset
  name: Reset()
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.Reset.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.Reset
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.Reset()
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.threadIndex
  name: threadIndex
  fullName: UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.threadIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs-threadIndex.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs.threadIndex
  nameWithType: NativeProfilerTimeline_GetEntryTimingInfoArgs.threadIndex
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs
  name: NativeProfilerTimeline_InitializeArgs
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.html
  commentId: T:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs
  nameWithType: NativeProfilerTimeline_InitializeArgs
  type: Struct
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.allocationSampleColor
  name: allocationSampleColor
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.allocationSampleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-allocationSampleColor.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.allocationSampleColor
  nameWithType: NativeProfilerTimeline_InitializeArgs.allocationSampleColor
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.ghostAlpha
  name: ghostAlpha
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.ghostAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-ghostAlpha.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.ghostAlpha
  nameWithType: NativeProfilerTimeline_InitializeArgs.ghostAlpha
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.guiStyle
  name: guiStyle
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.guiStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-guiStyle.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.guiStyle
  nameWithType: NativeProfilerTimeline_InitializeArgs.guiStyle
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.internalSampleColor
  name: internalSampleColor
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.internalSampleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-internalSampleColor.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.internalSampleColor
  nameWithType: NativeProfilerTimeline_InitializeArgs.internalSampleColor
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.lineHeight
  name: lineHeight
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.lineHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-lineHeight.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.lineHeight
  nameWithType: NativeProfilerTimeline_InitializeArgs.lineHeight
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.nonSelectedAlpha
  name: nonSelectedAlpha
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.nonSelectedAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-nonSelectedAlpha.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.nonSelectedAlpha
  nameWithType: NativeProfilerTimeline_InitializeArgs.nonSelectedAlpha
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.profilerColors
  name: profilerColors
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.profilerColors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-profilerColors.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.profilerColors
  nameWithType: NativeProfilerTimeline_InitializeArgs.profilerColors
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.Reset
  name: Reset()
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.Reset.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.Reset
  nameWithType: NativeProfilerTimeline_InitializeArgs.Reset()
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.textFadeOutWidth
  name: textFadeOutWidth
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.textFadeOutWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-textFadeOutWidth.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.textFadeOutWidth
  nameWithType: NativeProfilerTimeline_InitializeArgs.textFadeOutWidth
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.textFadeStartWidth
  name: textFadeStartWidth
  fullName: UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.textFadeStartWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline_InitializeArgs-textFadeStartWidth.html
  commentId: F:UnityEditorInternal.NativeProfilerTimeline_InitializeArgs.textFadeStartWidth
  nameWithType: NativeProfilerTimeline_InitializeArgs.textFadeStartWidth
  type: Field
- uid: UnityEditorInternal.NativeProfilerTimeline.Draw(UnityEditorInternal.NativeProfilerTimeline_DrawArgs@)
  name: Draw(ref NativeProfilerTimeline_DrawArgs)
  fullName: UnityEditorInternal.NativeProfilerTimeline.Draw(ref UnityEditorInternal.NativeProfilerTimeline_DrawArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline.Draw.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline.Draw(UnityEditorInternal.NativeProfilerTimeline_DrawArgs@)
  nameWithType: NativeProfilerTimeline.Draw(ref NativeProfilerTimeline_DrawArgs)
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline.GetEntryAtPosition(UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs@)
  name: GetEntryAtPosition(ref NativeProfilerTimeline_GetEntryAtPositionArgs)
  fullName: UnityEditorInternal.NativeProfilerTimeline.GetEntryAtPosition(ref UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline.GetEntryAtPosition.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline.GetEntryAtPosition(UnityEditorInternal.NativeProfilerTimeline_GetEntryAtPositionArgs@)
  nameWithType: NativeProfilerTimeline.GetEntryAtPosition(ref NativeProfilerTimeline_GetEntryAtPositionArgs)
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline.GetEntryInstanceInfo(UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs@)
  name: GetEntryInstanceInfo(ref NativeProfilerTimeline_GetEntryInstanceInfoArgs)
  fullName: UnityEditorInternal.NativeProfilerTimeline.GetEntryInstanceInfo(ref UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline.GetEntryInstanceInfo.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline.GetEntryInstanceInfo(UnityEditorInternal.NativeProfilerTimeline_GetEntryInstanceInfoArgs@)
  nameWithType: NativeProfilerTimeline.GetEntryInstanceInfo(ref NativeProfilerTimeline_GetEntryInstanceInfoArgs)
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline.GetEntryTimingInfo(UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs@)
  name: GetEntryTimingInfo(ref NativeProfilerTimeline_GetEntryTimingInfoArgs)
  fullName: UnityEditorInternal.NativeProfilerTimeline.GetEntryTimingInfo(ref UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline.GetEntryTimingInfo.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline.GetEntryTimingInfo(UnityEditorInternal.NativeProfilerTimeline_GetEntryTimingInfoArgs@)
  nameWithType: NativeProfilerTimeline.GetEntryTimingInfo(ref NativeProfilerTimeline_GetEntryTimingInfoArgs)
  type: Method
- uid: UnityEditorInternal.NativeProfilerTimeline.Initialize(UnityEditorInternal.NativeProfilerTimeline_InitializeArgs@)
  name: Initialize(ref NativeProfilerTimeline_InitializeArgs)
  fullName: UnityEditorInternal.NativeProfilerTimeline.Initialize(ref UnityEditorInternal.NativeProfilerTimeline_InitializeArgs)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.NativeProfilerTimeline.Initialize.html
  commentId: M:UnityEditorInternal.NativeProfilerTimeline.Initialize(UnityEditorInternal.NativeProfilerTimeline_InitializeArgs@)
  nameWithType: NativeProfilerTimeline.Initialize(ref NativeProfilerTimeline_InitializeArgs)
  type: Method
- uid: UnityEditorInternal.ObjectMemoryInfo
  name: ObjectMemoryInfo
  fullName: UnityEditorInternal.ObjectMemoryInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryInfo.html
  commentId: T:UnityEditorInternal.ObjectMemoryInfo
  nameWithType: ObjectMemoryInfo
  type: Class
- uid: UnityEditorInternal.ObjectMemoryInfo.className
  name: className
  fullName: UnityEditorInternal.ObjectMemoryInfo.className
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryInfo-className.html
  commentId: F:UnityEditorInternal.ObjectMemoryInfo.className
  nameWithType: ObjectMemoryInfo.className
  type: Field
- uid: UnityEditorInternal.ObjectMemoryInfo.count
  name: count
  fullName: UnityEditorInternal.ObjectMemoryInfo.count
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryInfo-count.html
  commentId: F:UnityEditorInternal.ObjectMemoryInfo.count
  nameWithType: ObjectMemoryInfo.count
  type: Field
- uid: UnityEditorInternal.ObjectMemoryInfo.instanceId
  name: instanceId
  fullName: UnityEditorInternal.ObjectMemoryInfo.instanceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryInfo-instanceId.html
  commentId: F:UnityEditorInternal.ObjectMemoryInfo.instanceId
  nameWithType: ObjectMemoryInfo.instanceId
  type: Field
- uid: UnityEditorInternal.ObjectMemoryInfo.memorySize
  name: memorySize
  fullName: UnityEditorInternal.ObjectMemoryInfo.memorySize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryInfo-memorySize.html
  commentId: F:UnityEditorInternal.ObjectMemoryInfo.memorySize
  nameWithType: ObjectMemoryInfo.memorySize
  type: Field
- uid: UnityEditorInternal.ObjectMemoryInfo.name
  name: name
  fullName: UnityEditorInternal.ObjectMemoryInfo.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryInfo-name.html
  commentId: F:UnityEditorInternal.ObjectMemoryInfo.name
  nameWithType: ObjectMemoryInfo.name
  type: Field
- uid: UnityEditorInternal.ObjectMemoryInfo.reason
  name: reason
  fullName: UnityEditorInternal.ObjectMemoryInfo.reason
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryInfo-reason.html
  commentId: F:UnityEditorInternal.ObjectMemoryInfo.reason
  nameWithType: ObjectMemoryInfo.reason
  type: Field
- uid: UnityEditorInternal.ObjectMemoryStackInfo
  name: ObjectMemoryStackInfo
  fullName: UnityEditorInternal.ObjectMemoryStackInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryStackInfo.html
  commentId: T:UnityEditorInternal.ObjectMemoryStackInfo
  nameWithType: ObjectMemoryStackInfo
  type: Class
- uid: UnityEditorInternal.ObjectMemoryStackInfo.allocated
  name: allocated
  fullName: UnityEditorInternal.ObjectMemoryStackInfo.allocated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryStackInfo-allocated.html
  commentId: F:UnityEditorInternal.ObjectMemoryStackInfo.allocated
  nameWithType: ObjectMemoryStackInfo.allocated
  type: Field
- uid: UnityEditorInternal.ObjectMemoryStackInfo.callerSites
  name: callerSites
  fullName: UnityEditorInternal.ObjectMemoryStackInfo.callerSites
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryStackInfo-callerSites.html
  commentId: F:UnityEditorInternal.ObjectMemoryStackInfo.callerSites
  nameWithType: ObjectMemoryStackInfo.callerSites
  type: Field
- uid: UnityEditorInternal.ObjectMemoryStackInfo.expanded
  name: expanded
  fullName: UnityEditorInternal.ObjectMemoryStackInfo.expanded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryStackInfo-expanded.html
  commentId: F:UnityEditorInternal.ObjectMemoryStackInfo.expanded
  nameWithType: ObjectMemoryStackInfo.expanded
  type: Field
- uid: UnityEditorInternal.ObjectMemoryStackInfo.name
  name: name
  fullName: UnityEditorInternal.ObjectMemoryStackInfo.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryStackInfo-name.html
  commentId: F:UnityEditorInternal.ObjectMemoryStackInfo.name
  nameWithType: ObjectMemoryStackInfo.name
  type: Field
- uid: UnityEditorInternal.ObjectMemoryStackInfo.ownedAllocated
  name: ownedAllocated
  fullName: UnityEditorInternal.ObjectMemoryStackInfo.ownedAllocated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryStackInfo-ownedAllocated.html
  commentId: F:UnityEditorInternal.ObjectMemoryStackInfo.ownedAllocated
  nameWithType: ObjectMemoryStackInfo.ownedAllocated
  type: Field
- uid: UnityEditorInternal.ObjectMemoryStackInfo.sorted
  name: sorted
  fullName: UnityEditorInternal.ObjectMemoryStackInfo.sorted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ObjectMemoryStackInfo-sorted.html
  commentId: F:UnityEditorInternal.ObjectMemoryStackInfo.sorted
  nameWithType: ObjectMemoryStackInfo.sorted
  type: Field
- uid: UnityEditorInternal.ProfilerArea
  name: ProfilerArea
  fullName: UnityEditorInternal.ProfilerArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.html
  commentId: T:UnityEditorInternal.ProfilerArea
  nameWithType: ProfilerArea
  type: Enum
- uid: UnityEditorInternal.ProfilerArea.AreaCount
  name: AreaCount
  fullName: UnityEditorInternal.ProfilerArea.AreaCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.AreaCount.html
  commentId: F:UnityEditorInternal.ProfilerArea.AreaCount
  nameWithType: ProfilerArea.AreaCount
  type: Field
- uid: UnityEditorInternal.ProfilerArea.Audio
  name: Audio
  fullName: UnityEditorInternal.ProfilerArea.Audio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.Audio.html
  commentId: F:UnityEditorInternal.ProfilerArea.Audio
  nameWithType: ProfilerArea.Audio
  type: Field
- uid: UnityEditorInternal.ProfilerArea.CPU
  name: CPU
  fullName: UnityEditorInternal.ProfilerArea.CPU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.CPU.html
  commentId: F:UnityEditorInternal.ProfilerArea.CPU
  nameWithType: ProfilerArea.CPU
  type: Field
- uid: UnityEditorInternal.ProfilerArea.GlobalIllumination
  name: GlobalIllumination
  fullName: UnityEditorInternal.ProfilerArea.GlobalIllumination
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.GlobalIllumination.html
  commentId: F:UnityEditorInternal.ProfilerArea.GlobalIllumination
  nameWithType: ProfilerArea.GlobalIllumination
  type: Field
- uid: UnityEditorInternal.ProfilerArea.GPU
  name: GPU
  fullName: UnityEditorInternal.ProfilerArea.GPU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.GPU.html
  commentId: F:UnityEditorInternal.ProfilerArea.GPU
  nameWithType: ProfilerArea.GPU
  type: Field
- uid: UnityEditorInternal.ProfilerArea.Memory
  name: Memory
  fullName: UnityEditorInternal.ProfilerArea.Memory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.Memory.html
  commentId: F:UnityEditorInternal.ProfilerArea.Memory
  nameWithType: ProfilerArea.Memory
  type: Field
- uid: UnityEditorInternal.ProfilerArea.NetworkMessages
  name: NetworkMessages
  fullName: UnityEditorInternal.ProfilerArea.NetworkMessages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.NetworkMessages.html
  commentId: F:UnityEditorInternal.ProfilerArea.NetworkMessages
  nameWithType: ProfilerArea.NetworkMessages
  type: Field
- uid: UnityEditorInternal.ProfilerArea.NetworkOperations
  name: NetworkOperations
  fullName: UnityEditorInternal.ProfilerArea.NetworkOperations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.NetworkOperations.html
  commentId: F:UnityEditorInternal.ProfilerArea.NetworkOperations
  nameWithType: ProfilerArea.NetworkOperations
  type: Field
- uid: UnityEditorInternal.ProfilerArea.Physics
  name: Physics
  fullName: UnityEditorInternal.ProfilerArea.Physics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.Physics.html
  commentId: F:UnityEditorInternal.ProfilerArea.Physics
  nameWithType: ProfilerArea.Physics
  type: Field
- uid: UnityEditorInternal.ProfilerArea.Physics2D
  name: Physics2D
  fullName: UnityEditorInternal.ProfilerArea.Physics2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.Physics2D.html
  commentId: F:UnityEditorInternal.ProfilerArea.Physics2D
  nameWithType: ProfilerArea.Physics2D
  type: Field
- uid: UnityEditorInternal.ProfilerArea.Rendering
  name: Rendering
  fullName: UnityEditorInternal.ProfilerArea.Rendering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.Rendering.html
  commentId: F:UnityEditorInternal.ProfilerArea.Rendering
  nameWithType: ProfilerArea.Rendering
  type: Field
- uid: UnityEditorInternal.ProfilerArea.UI
  name: UI
  fullName: UnityEditorInternal.ProfilerArea.UI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.UI.html
  commentId: F:UnityEditorInternal.ProfilerArea.UI
  nameWithType: ProfilerArea.UI
  type: Field
- uid: UnityEditorInternal.ProfilerArea.UIDetails
  name: UIDetails
  fullName: UnityEditorInternal.ProfilerArea.UIDetails
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.UIDetails.html
  commentId: F:UnityEditorInternal.ProfilerArea.UIDetails
  nameWithType: ProfilerArea.UIDetails
  type: Field
- uid: UnityEditorInternal.ProfilerArea.Video
  name: Video
  fullName: UnityEditorInternal.ProfilerArea.Video
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerArea.Video.html
  commentId: F:UnityEditorInternal.ProfilerArea.Video
  nameWithType: ProfilerArea.Video
  type: Field
- uid: UnityEditorInternal.ProfilerAudioView
  name: ProfilerAudioView
  fullName: UnityEditorInternal.ProfilerAudioView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerAudioView.html
  commentId: T:UnityEditorInternal.ProfilerAudioView
  nameWithType: ProfilerAudioView
  type: Enum
- uid: UnityEditorInternal.ProfilerAudioView.Channels
  name: Channels
  fullName: UnityEditorInternal.ProfilerAudioView.Channels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerAudioView.Channels.html
  commentId: F:UnityEditorInternal.ProfilerAudioView.Channels
  nameWithType: ProfilerAudioView.Channels
  type: Field
- uid: UnityEditorInternal.ProfilerAudioView.ChannelsAndGroups
  name: ChannelsAndGroups
  fullName: UnityEditorInternal.ProfilerAudioView.ChannelsAndGroups
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerAudioView.ChannelsAndGroups.html
  commentId: F:UnityEditorInternal.ProfilerAudioView.ChannelsAndGroups
  nameWithType: ProfilerAudioView.ChannelsAndGroups
  type: Field
- uid: UnityEditorInternal.ProfilerAudioView.Clips
  name: Clips
  fullName: UnityEditorInternal.ProfilerAudioView.Clips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerAudioView.Clips.html
  commentId: F:UnityEditorInternal.ProfilerAudioView.Clips
  nameWithType: ProfilerAudioView.Clips
  type: Field
- uid: UnityEditorInternal.ProfilerAudioView.DSPGraph
  name: DSPGraph
  fullName: UnityEditorInternal.ProfilerAudioView.DSPGraph
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerAudioView.DSPGraph.html
  commentId: F:UnityEditorInternal.ProfilerAudioView.DSPGraph
  nameWithType: ProfilerAudioView.DSPGraph
  type: Field
- uid: UnityEditorInternal.ProfilerAudioView.Groups
  name: Groups
  fullName: UnityEditorInternal.ProfilerAudioView.Groups
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerAudioView.Groups.html
  commentId: F:UnityEditorInternal.ProfilerAudioView.Groups
  nameWithType: ProfilerAudioView.Groups
  type: Field
- uid: UnityEditorInternal.ProfilerAudioView.Stats
  name: Stats
  fullName: UnityEditorInternal.ProfilerAudioView.Stats
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerAudioView.Stats.html
  commentId: F:UnityEditorInternal.ProfilerAudioView.Stats
  nameWithType: ProfilerAudioView.Stats
  type: Field
- uid: UnityEditorInternal.ProfilerCaptureFlags
  name: ProfilerCaptureFlags
  fullName: UnityEditorInternal.ProfilerCaptureFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerCaptureFlags.html
  commentId: T:UnityEditorInternal.ProfilerCaptureFlags
  nameWithType: ProfilerCaptureFlags
  type: Enum
- uid: UnityEditorInternal.ProfilerCaptureFlags.All
  name: All
  fullName: UnityEditorInternal.ProfilerCaptureFlags.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerCaptureFlags.All.html
  commentId: F:UnityEditorInternal.ProfilerCaptureFlags.All
  nameWithType: ProfilerCaptureFlags.All
  type: Field
- uid: UnityEditorInternal.ProfilerCaptureFlags.Channels
  name: Channels
  fullName: UnityEditorInternal.ProfilerCaptureFlags.Channels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerCaptureFlags.Channels.html
  commentId: F:UnityEditorInternal.ProfilerCaptureFlags.Channels
  nameWithType: ProfilerCaptureFlags.Channels
  type: Field
- uid: UnityEditorInternal.ProfilerCaptureFlags.Clips
  name: Clips
  fullName: UnityEditorInternal.ProfilerCaptureFlags.Clips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerCaptureFlags.Clips.html
  commentId: F:UnityEditorInternal.ProfilerCaptureFlags.Clips
  nameWithType: ProfilerCaptureFlags.Clips
  type: Field
- uid: UnityEditorInternal.ProfilerCaptureFlags.DSPNodes
  name: DSPNodes
  fullName: UnityEditorInternal.ProfilerCaptureFlags.DSPNodes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerCaptureFlags.DSPNodes.html
  commentId: F:UnityEditorInternal.ProfilerCaptureFlags.DSPNodes
  nameWithType: ProfilerCaptureFlags.DSPNodes
  type: Field
- uid: UnityEditorInternal.ProfilerCaptureFlags.None
  name: None
  fullName: UnityEditorInternal.ProfilerCaptureFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerCaptureFlags.None.html
  commentId: F:UnityEditorInternal.ProfilerCaptureFlags.None
  nameWithType: ProfilerCaptureFlags.None
  type: Field
- uid: UnityEditorInternal.ProfilerColumn
  name: ProfilerColumn
  fullName: UnityEditorInternal.ProfilerColumn
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.html
  commentId: T:UnityEditorInternal.ProfilerColumn
  nameWithType: ProfilerColumn
  type: Enum
- uid: UnityEditorInternal.ProfilerColumn.Calls
  name: Calls
  fullName: UnityEditorInternal.ProfilerColumn.Calls
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.Calls.html
  commentId: F:UnityEditorInternal.ProfilerColumn.Calls
  nameWithType: ProfilerColumn.Calls
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.DontSort
  name: DontSort
  fullName: UnityEditorInternal.ProfilerColumn.DontSort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.DontSort.html
  commentId: F:UnityEditorInternal.ProfilerColumn.DontSort
  nameWithType: ProfilerColumn.DontSort
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.DrawCalls
  name: DrawCalls
  fullName: UnityEditorInternal.ProfilerColumn.DrawCalls
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.DrawCalls.html
  commentId: F:UnityEditorInternal.ProfilerColumn.DrawCalls
  nameWithType: ProfilerColumn.DrawCalls
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.FunctionName
  name: FunctionName
  fullName: UnityEditorInternal.ProfilerColumn.FunctionName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.FunctionName.html
  commentId: F:UnityEditorInternal.ProfilerColumn.FunctionName
  nameWithType: ProfilerColumn.FunctionName
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.GCMemory
  name: GCMemory
  fullName: UnityEditorInternal.ProfilerColumn.GCMemory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.GCMemory.html
  commentId: F:UnityEditorInternal.ProfilerColumn.GCMemory
  nameWithType: ProfilerColumn.GCMemory
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.ObjectName
  name: ObjectName
  fullName: UnityEditorInternal.ProfilerColumn.ObjectName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.ObjectName.html
  commentId: F:UnityEditorInternal.ProfilerColumn.ObjectName
  nameWithType: ProfilerColumn.ObjectName
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.SelfGPUPercent
  name: SelfGPUPercent
  fullName: UnityEditorInternal.ProfilerColumn.SelfGPUPercent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.SelfGPUPercent.html
  commentId: F:UnityEditorInternal.ProfilerColumn.SelfGPUPercent
  nameWithType: ProfilerColumn.SelfGPUPercent
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.SelfGPUTime
  name: SelfGPUTime
  fullName: UnityEditorInternal.ProfilerColumn.SelfGPUTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.SelfGPUTime.html
  commentId: F:UnityEditorInternal.ProfilerColumn.SelfGPUTime
  nameWithType: ProfilerColumn.SelfGPUTime
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.SelfPercent
  name: SelfPercent
  fullName: UnityEditorInternal.ProfilerColumn.SelfPercent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.SelfPercent.html
  commentId: F:UnityEditorInternal.ProfilerColumn.SelfPercent
  nameWithType: ProfilerColumn.SelfPercent
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.SelfTime
  name: SelfTime
  fullName: UnityEditorInternal.ProfilerColumn.SelfTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.SelfTime.html
  commentId: F:UnityEditorInternal.ProfilerColumn.SelfTime
  nameWithType: ProfilerColumn.SelfTime
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.TotalGPUPercent
  name: TotalGPUPercent
  fullName: UnityEditorInternal.ProfilerColumn.TotalGPUPercent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.TotalGPUPercent.html
  commentId: F:UnityEditorInternal.ProfilerColumn.TotalGPUPercent
  nameWithType: ProfilerColumn.TotalGPUPercent
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.TotalGPUTime
  name: TotalGPUTime
  fullName: UnityEditorInternal.ProfilerColumn.TotalGPUTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.TotalGPUTime.html
  commentId: F:UnityEditorInternal.ProfilerColumn.TotalGPUTime
  nameWithType: ProfilerColumn.TotalGPUTime
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.TotalPercent
  name: TotalPercent
  fullName: UnityEditorInternal.ProfilerColumn.TotalPercent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.TotalPercent.html
  commentId: F:UnityEditorInternal.ProfilerColumn.TotalPercent
  nameWithType: ProfilerColumn.TotalPercent
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.TotalTime
  name: TotalTime
  fullName: UnityEditorInternal.ProfilerColumn.TotalTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.TotalTime.html
  commentId: F:UnityEditorInternal.ProfilerColumn.TotalTime
  nameWithType: ProfilerColumn.TotalTime
  type: Field
- uid: UnityEditorInternal.ProfilerColumn.WarningCount
  name: WarningCount
  fullName: UnityEditorInternal.ProfilerColumn.WarningCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerColumn.WarningCount.html
  commentId: F:UnityEditorInternal.ProfilerColumn.WarningCount
  nameWithType: ProfilerColumn.WarningCount
  type: Field
- uid: UnityEditorInternal.ProfilerDriver
  name: ProfilerDriver
  fullName: UnityEditorInternal.ProfilerDriver
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.html
  commentId: T:UnityEditorInternal.ProfilerDriver
  nameWithType: ProfilerDriver
  type: Class
- uid: UnityEditorInternal.ProfilerDriver.BeginFrame
  name: BeginFrame()
  fullName: UnityEditorInternal.ProfilerDriver.BeginFrame()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.BeginFrame.html
  commentId: M:UnityEditorInternal.ProfilerDriver.BeginFrame
  nameWithType: ProfilerDriver.BeginFrame()
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.BeginInstrumentFunction(System.String)
  name: BeginInstrumentFunction(string)
  fullName: UnityEditorInternal.ProfilerDriver.BeginInstrumentFunction(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.BeginInstrumentFunction.html
  commentId: M:UnityEditorInternal.ProfilerDriver.BeginInstrumentFunction(System.String)
  nameWithType: ProfilerDriver.BeginInstrumentFunction(string)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.ClearAllFrames
  name: ClearAllFrames()
  fullName: UnityEditorInternal.ProfilerDriver.ClearAllFrames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.ClearAllFrames.html
  commentId: M:UnityEditorInternal.ProfilerDriver.ClearAllFrames
  nameWithType: ProfilerDriver.ClearAllFrames()
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.connectedProfiler
  name: connectedProfiler
  fullName: UnityEditorInternal.ProfilerDriver.connectedProfiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-connectedProfiler.html
  commentId: P:UnityEditorInternal.ProfilerDriver.connectedProfiler
  nameWithType: ProfilerDriver.connectedProfiler
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.deepProfiling
  name: deepProfiling
  fullName: UnityEditorInternal.ProfilerDriver.deepProfiling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-deepProfiling.html
  commentId: P:UnityEditorInternal.ProfilerDriver.deepProfiling
  nameWithType: ProfilerDriver.deepProfiling
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.directConnectionPort
  name: directConnectionPort
  fullName: UnityEditorInternal.ProfilerDriver.directConnectionPort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-directConnectionPort.html
  commentId: F:UnityEditorInternal.ProfilerDriver.directConnectionPort
  nameWithType: ProfilerDriver.directConnectionPort
  type: Field
- uid: UnityEditorInternal.ProfilerDriver.directConnectionUrl
  name: directConnectionUrl
  fullName: UnityEditorInternal.ProfilerDriver.directConnectionUrl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-directConnectionUrl.html
  commentId: P:UnityEditorInternal.ProfilerDriver.directConnectionUrl
  nameWithType: ProfilerDriver.directConnectionUrl
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.DirectIPConnect(System.String)
  name: DirectIPConnect(string)
  fullName: UnityEditorInternal.ProfilerDriver.DirectIPConnect(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.DirectIPConnect.html
  commentId: M:UnityEditorInternal.ProfilerDriver.DirectIPConnect(System.String)
  nameWithType: ProfilerDriver.DirectIPConnect(string)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.DirectURLConnect(System.String)
  name: DirectURLConnect(string)
  fullName: UnityEditorInternal.ProfilerDriver.DirectURLConnect(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.DirectURLConnect.html
  commentId: M:UnityEditorInternal.ProfilerDriver.DirectURLConnect(System.String)
  nameWithType: ProfilerDriver.DirectURLConnect(string)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.EndFrame
  name: EndFrame()
  fullName: UnityEditorInternal.ProfilerDriver.EndFrame()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.EndFrame.html
  commentId: M:UnityEditorInternal.ProfilerDriver.EndFrame
  nameWithType: ProfilerDriver.EndFrame()
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.EndInstrumentFunction(System.String)
  name: EndInstrumentFunction(string)
  fullName: UnityEditorInternal.ProfilerDriver.EndInstrumentFunction(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.EndInstrumentFunction.html
  commentId: M:UnityEditorInternal.ProfilerDriver.EndInstrumentFunction(System.String)
  nameWithType: ProfilerDriver.EndInstrumentFunction(string)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.firstFrameIndex
  name: firstFrameIndex
  fullName: UnityEditorInternal.ProfilerDriver.firstFrameIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-firstFrameIndex.html
  commentId: P:UnityEditorInternal.ProfilerDriver.firstFrameIndex
  nameWithType: ProfilerDriver.firstFrameIndex
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.GetAllStatisticsProperties
  name: GetAllStatisticsProperties()
  fullName: UnityEditorInternal.ProfilerDriver.GetAllStatisticsProperties()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetAllStatisticsProperties.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetAllStatisticsProperties
  nameWithType: ProfilerDriver.GetAllStatisticsProperties()
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetAvailableProfilers
  name: GetAvailableProfilers()
  fullName: UnityEditorInternal.ProfilerDriver.GetAvailableProfilers()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetAvailableProfilers.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetAvailableProfilers
  nameWithType: ProfilerDriver.GetAvailableProfilers()
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetConnectionIdentifier(System.Int32)
  name: GetConnectionIdentifier(int)
  fullName: UnityEditorInternal.ProfilerDriver.GetConnectionIdentifier(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetConnectionIdentifier.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetConnectionIdentifier(System.Int32)
  nameWithType: ProfilerDriver.GetConnectionIdentifier(int)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetFormattedStatisticsValue(System.Int32,System.Int32)
  name: GetFormattedStatisticsValue(int, int)
  fullName: UnityEditorInternal.ProfilerDriver.GetFormattedStatisticsValue(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetFormattedStatisticsValue.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetFormattedStatisticsValue(System.Int32,System.Int32)
  nameWithType: ProfilerDriver.GetFormattedStatisticsValue(int, int)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetGraphStatisticsPropertiesForArea(UnityEditorInternal.ProfilerArea)
  name: GetGraphStatisticsPropertiesForArea(ProfilerArea)
  fullName: UnityEditorInternal.ProfilerDriver.GetGraphStatisticsPropertiesForArea(UnityEditorInternal.ProfilerArea)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetGraphStatisticsPropertiesForArea.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetGraphStatisticsPropertiesForArea(UnityEditorInternal.ProfilerArea)
  nameWithType: ProfilerDriver.GetGraphStatisticsPropertiesForArea(ProfilerArea)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetNextFrameIndex(System.Int32)
  name: GetNextFrameIndex(int)
  fullName: UnityEditorInternal.ProfilerDriver.GetNextFrameIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetNextFrameIndex.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetNextFrameIndex(System.Int32)
  nameWithType: ProfilerDriver.GetNextFrameIndex(int)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetOverviewText(UnityEditorInternal.ProfilerArea,System.Int32)
  name: GetOverviewText(ProfilerArea, int)
  fullName: UnityEditorInternal.ProfilerDriver.GetOverviewText(UnityEditorInternal.ProfilerArea, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetOverviewText.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetOverviewText(UnityEditorInternal.ProfilerArea,System.Int32)
  nameWithType: ProfilerDriver.GetOverviewText(ProfilerArea, int)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetPreviousFrameIndex(System.Int32)
  name: GetPreviousFrameIndex(int)
  fullName: UnityEditorInternal.ProfilerDriver.GetPreviousFrameIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetPreviousFrameIndex.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetPreviousFrameIndex(System.Int32)
  nameWithType: ProfilerDriver.GetPreviousFrameIndex(int)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetStatisticsIdentifier(System.String)
  name: GetStatisticsIdentifier(string)
  fullName: UnityEditorInternal.ProfilerDriver.GetStatisticsIdentifier(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetStatisticsIdentifier.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetStatisticsIdentifier(System.String)
  nameWithType: ProfilerDriver.GetStatisticsIdentifier(string)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetStatisticsValues(System.Int32,System.Int32,System.Single,System.Single[],System.Single@)
  name: GetStatisticsValues(int, int, float, float[], out float)
  fullName: UnityEditorInternal.ProfilerDriver.GetStatisticsValues(int, int, float, float[], out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetStatisticsValues.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetStatisticsValues(System.Int32,System.Int32,System.Single,System.Single[],System.Single@)
  nameWithType: ProfilerDriver.GetStatisticsValues(int, int, float, float[], out float)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetUISystemEventMarkersBatch(System.Int32,System.Int32,UnityEditorInternal.EventMarker[],System.String[])
  name: GetUISystemEventMarkersBatch(int, int, EventMarker[], string[])
  fullName: UnityEditorInternal.ProfilerDriver.GetUISystemEventMarkersBatch(int, int, UnityEditorInternal.EventMarker[], string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetUISystemEventMarkersBatch.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetUISystemEventMarkersBatch(System.Int32,System.Int32,UnityEditorInternal.EventMarker[],System.String[])
  nameWithType: ProfilerDriver.GetUISystemEventMarkersBatch(int, int, EventMarker[], string[])
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.GetUISystemEventMarkersCount(System.Int32,System.Int32)
  name: GetUISystemEventMarkersCount(int, int)
  fullName: UnityEditorInternal.ProfilerDriver.GetUISystemEventMarkersCount(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.GetUISystemEventMarkersCount.html
  commentId: M:UnityEditorInternal.ProfilerDriver.GetUISystemEventMarkersCount(System.Int32,System.Int32)
  nameWithType: ProfilerDriver.GetUISystemEventMarkersCount(int, int)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.isGPUProfilerBuggyOnDriver
  name: isGPUProfilerBuggyOnDriver
  fullName: UnityEditorInternal.ProfilerDriver.isGPUProfilerBuggyOnDriver
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-isGPUProfilerBuggyOnDriver.html
  commentId: P:UnityEditorInternal.ProfilerDriver.isGPUProfilerBuggyOnDriver
  nameWithType: ProfilerDriver.isGPUProfilerBuggyOnDriver
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.isGPUProfilerSupported
  name: isGPUProfilerSupported
  fullName: UnityEditorInternal.ProfilerDriver.isGPUProfilerSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-isGPUProfilerSupported.html
  commentId: P:UnityEditorInternal.ProfilerDriver.isGPUProfilerSupported
  nameWithType: ProfilerDriver.isGPUProfilerSupported
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.isGPUProfilerSupportedByOS
  name: isGPUProfilerSupportedByOS
  fullName: UnityEditorInternal.ProfilerDriver.isGPUProfilerSupportedByOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-isGPUProfilerSupportedByOS.html
  commentId: P:UnityEditorInternal.ProfilerDriver.isGPUProfilerSupportedByOS
  nameWithType: ProfilerDriver.isGPUProfilerSupportedByOS
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.IsIdentifierConnectable(System.Int32)
  name: IsIdentifierConnectable(int)
  fullName: UnityEditorInternal.ProfilerDriver.IsIdentifierConnectable(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.IsIdentifierConnectable.html
  commentId: M:UnityEditorInternal.ProfilerDriver.IsIdentifierConnectable(System.Int32)
  nameWithType: ProfilerDriver.IsIdentifierConnectable(int)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.lastFrameIndex
  name: lastFrameIndex
  fullName: UnityEditorInternal.ProfilerDriver.lastFrameIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-lastFrameIndex.html
  commentId: P:UnityEditorInternal.ProfilerDriver.lastFrameIndex
  nameWithType: ProfilerDriver.lastFrameIndex
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.LoadProfile(System.String,System.Boolean)
  name: LoadProfile(string, bool)
  fullName: UnityEditorInternal.ProfilerDriver.LoadProfile(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.LoadProfile.html
  commentId: M:UnityEditorInternal.ProfilerDriver.LoadProfile(System.String,System.Boolean)
  nameWithType: ProfilerDriver.LoadProfile(string, bool)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.maxHistoryLength
  name: maxHistoryLength
  fullName: UnityEditorInternal.ProfilerDriver.maxHistoryLength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-maxHistoryLength.html
  commentId: P:UnityEditorInternal.ProfilerDriver.maxHistoryLength
  nameWithType: ProfilerDriver.maxHistoryLength
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.memoryRecordMode
  name: memoryRecordMode
  fullName: UnityEditorInternal.ProfilerDriver.memoryRecordMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-memoryRecordMode.html
  commentId: P:UnityEditorInternal.ProfilerDriver.memoryRecordMode
  nameWithType: ProfilerDriver.memoryRecordMode
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.miniMemoryOverview
  name: miniMemoryOverview
  fullName: UnityEditorInternal.ProfilerDriver.miniMemoryOverview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-miniMemoryOverview.html
  commentId: P:UnityEditorInternal.ProfilerDriver.miniMemoryOverview
  nameWithType: ProfilerDriver.miniMemoryOverview
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.objectCount
  name: objectCount
  fullName: UnityEditorInternal.ProfilerDriver.objectCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-objectCount.html
  commentId: P:UnityEditorInternal.ProfilerDriver.objectCount
  nameWithType: ProfilerDriver.objectCount
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.profileEditor
  name: profileEditor
  fullName: UnityEditorInternal.ProfilerDriver.profileEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-profileEditor.html
  commentId: P:UnityEditorInternal.ProfilerDriver.profileEditor
  nameWithType: ProfilerDriver.profileEditor
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.profileGPU
  name: profileGPU
  fullName: UnityEditorInternal.ProfilerDriver.profileGPU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-profileGPU.html
  commentId: P:UnityEditorInternal.ProfilerDriver.profileGPU
  nameWithType: ProfilerDriver.profileGPU
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.QueryFunctionCallees(System.String)
  name: QueryFunctionCallees(string)
  fullName: UnityEditorInternal.ProfilerDriver.QueryFunctionCallees(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.QueryFunctionCallees.html
  commentId: M:UnityEditorInternal.ProfilerDriver.QueryFunctionCallees(System.String)
  nameWithType: ProfilerDriver.QueryFunctionCallees(string)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.QueryInstrumentableFunctions
  name: QueryInstrumentableFunctions()
  fullName: UnityEditorInternal.ProfilerDriver.QueryInstrumentableFunctions()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.QueryInstrumentableFunctions.html
  commentId: M:UnityEditorInternal.ProfilerDriver.QueryInstrumentableFunctions
  nameWithType: ProfilerDriver.QueryInstrumentableFunctions()
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.RequestMemorySnapshot
  name: RequestMemorySnapshot()
  fullName: UnityEditorInternal.ProfilerDriver.RequestMemorySnapshot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.RequestMemorySnapshot.html
  commentId: M:UnityEditorInternal.ProfilerDriver.RequestMemorySnapshot
  nameWithType: ProfilerDriver.RequestMemorySnapshot()
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.RequestObjectMemoryInfo(System.Boolean)
  name: RequestObjectMemoryInfo(bool)
  fullName: UnityEditorInternal.ProfilerDriver.RequestObjectMemoryInfo(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.RequestObjectMemoryInfo.html
  commentId: M:UnityEditorInternal.ProfilerDriver.RequestObjectMemoryInfo(System.Boolean)
  nameWithType: ProfilerDriver.RequestObjectMemoryInfo(bool)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.ResetHistory
  name: ResetHistory()
  fullName: UnityEditorInternal.ProfilerDriver.ResetHistory()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.ResetHistory.html
  commentId: M:UnityEditorInternal.ProfilerDriver.ResetHistory
  nameWithType: ProfilerDriver.ResetHistory()
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.SaveProfile(System.String)
  name: SaveProfile(string)
  fullName: UnityEditorInternal.ProfilerDriver.SaveProfile(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.SaveProfile.html
  commentId: M:UnityEditorInternal.ProfilerDriver.SaveProfile(System.String)
  nameWithType: ProfilerDriver.SaveProfile(string)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.selectedPropertyPath
  name: selectedPropertyPath
  fullName: UnityEditorInternal.ProfilerDriver.selectedPropertyPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-selectedPropertyPath.html
  commentId: P:UnityEditorInternal.ProfilerDriver.selectedPropertyPath
  nameWithType: ProfilerDriver.selectedPropertyPath
  type: Property
- uid: UnityEditorInternal.ProfilerDriver.SetAudioCaptureFlags(System.Int32)
  name: SetAudioCaptureFlags(int)
  fullName: UnityEditorInternal.ProfilerDriver.SetAudioCaptureFlags(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.SetAudioCaptureFlags.html
  commentId: M:UnityEditorInternal.ProfilerDriver.SetAudioCaptureFlags(System.Int32)
  nameWithType: ProfilerDriver.SetAudioCaptureFlags(int)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.SetAutoInstrumentedAssemblies(UnityEditorInternal.InstrumentedAssemblyTypes)
  name: SetAutoInstrumentedAssemblies(InstrumentedAssemblyTypes)
  fullName: UnityEditorInternal.ProfilerDriver.SetAutoInstrumentedAssemblies(UnityEditorInternal.InstrumentedAssemblyTypes)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver.SetAutoInstrumentedAssemblies.html
  commentId: M:UnityEditorInternal.ProfilerDriver.SetAutoInstrumentedAssemblies(UnityEditorInternal.InstrumentedAssemblyTypes)
  nameWithType: ProfilerDriver.SetAutoInstrumentedAssemblies(InstrumentedAssemblyTypes)
  type: Method
- uid: UnityEditorInternal.ProfilerDriver.usedHeapSize
  name: usedHeapSize
  fullName: UnityEditorInternal.ProfilerDriver.usedHeapSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerDriver-usedHeapSize.html
  commentId: P:UnityEditorInternal.ProfilerDriver.usedHeapSize
  nameWithType: ProfilerDriver.usedHeapSize
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator
  name: ProfilerFrameDataIterator
  fullName: UnityEditorInternal.ProfilerFrameDataIterator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.html
  commentId: T:UnityEditorInternal.ProfilerFrameDataIterator
  nameWithType: ProfilerFrameDataIterator
  type: Class
- uid: UnityEditorInternal.ProfilerFrameDataIterator.#ctor
  name: ProfilerFrameDataIterator()
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.ProfilerFrameDataIterator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-ctor.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.#ctor
  nameWithType: ProfilerFrameDataIterator.ProfilerFrameDataIterator()
  type: Constructor
- uid: UnityEditorInternal.ProfilerFrameDataIterator.depth
  name: depth
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-depth.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.depth
  nameWithType: ProfilerFrameDataIterator.depth
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.Dispose
  name: Dispose()
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.Dispose.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.Dispose
  nameWithType: ProfilerFrameDataIterator.Dispose()
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.durationMS
  name: durationMS
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.durationMS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-durationMS.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.durationMS
  nameWithType: ProfilerFrameDataIterator.durationMS
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.extraTooltipInfo
  name: extraTooltipInfo
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.extraTooltipInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-extraTooltipInfo.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.extraTooltipInfo
  nameWithType: ProfilerFrameDataIterator.extraTooltipInfo
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.Finalize
  name: ~ProfilerFrameDataIterator()
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.~ProfilerFrameDataIterator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.Finalize.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.Finalize
  nameWithType: ProfilerFrameDataIterator.~ProfilerFrameDataIterator()
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.frameTimeMS
  name: frameTimeMS
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.frameTimeMS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-frameTimeMS.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.frameTimeMS
  nameWithType: ProfilerFrameDataIterator.frameTimeMS
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.GetFrameStartS(System.Int32)
  name: GetFrameStartS(int)
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.GetFrameStartS(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.GetFrameStartS.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.GetFrameStartS(System.Int32)
  nameWithType: ProfilerFrameDataIterator.GetFrameStartS(int)
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.GetGroupCount(System.Int32)
  name: GetGroupCount(int)
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.GetGroupCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.GetGroupCount.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.GetGroupCount(System.Int32)
  nameWithType: ProfilerFrameDataIterator.GetGroupCount(int)
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.GetGroupName
  name: GetGroupName()
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.GetGroupName()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.GetGroupName.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.GetGroupName
  nameWithType: ProfilerFrameDataIterator.GetGroupName()
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.GetThreadCount(System.Int32)
  name: GetThreadCount(int)
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.GetThreadCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.GetThreadCount.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.GetThreadCount(System.Int32)
  nameWithType: ProfilerFrameDataIterator.GetThreadCount(int)
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.GetThreadName
  name: GetThreadName()
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.GetThreadName()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.GetThreadName.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.GetThreadName
  nameWithType: ProfilerFrameDataIterator.GetThreadName()
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.group
  name: group
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.group
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-group.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.group
  nameWithType: ProfilerFrameDataIterator.group
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.id
  name: id
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-id.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.id
  nameWithType: ProfilerFrameDataIterator.id
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.instanceId
  name: instanceId
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.instanceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-instanceId.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.instanceId
  nameWithType: ProfilerFrameDataIterator.instanceId
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.name
  name: name
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-name.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.name
  nameWithType: ProfilerFrameDataIterator.name
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.Next(System.Boolean)
  name: Next(bool)
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.Next(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.Next.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.Next(System.Boolean)
  nameWithType: ProfilerFrameDataIterator.Next(bool)
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.path
  name: path
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-path.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.path
  nameWithType: ProfilerFrameDataIterator.path
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.sampleId
  name: sampleId
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.sampleId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-sampleId.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.sampleId
  nameWithType: ProfilerFrameDataIterator.sampleId
  type: Property
- uid: UnityEditorInternal.ProfilerFrameDataIterator.SetRoot(System.Int32,System.Int32)
  name: SetRoot(int, int)
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.SetRoot(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator.SetRoot.html
  commentId: M:UnityEditorInternal.ProfilerFrameDataIterator.SetRoot(System.Int32,System.Int32)
  nameWithType: ProfilerFrameDataIterator.SetRoot(int, int)
  type: Method
- uid: UnityEditorInternal.ProfilerFrameDataIterator.startTimeMS
  name: startTimeMS
  fullName: UnityEditorInternal.ProfilerFrameDataIterator.startTimeMS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerFrameDataIterator-startTimeMS.html
  commentId: P:UnityEditorInternal.ProfilerFrameDataIterator.startTimeMS
  nameWithType: ProfilerFrameDataIterator.startTimeMS
  type: Property
- uid: UnityEditorInternal.ProfilerMemoryRecordMode
  name: ProfilerMemoryRecordMode
  fullName: UnityEditorInternal.ProfilerMemoryRecordMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerMemoryRecordMode.html
  commentId: T:UnityEditorInternal.ProfilerMemoryRecordMode
  nameWithType: ProfilerMemoryRecordMode
  type: Enum
- uid: UnityEditorInternal.ProfilerMemoryRecordMode.AllAllocationsFast
  name: AllAllocationsFast
  fullName: UnityEditorInternal.ProfilerMemoryRecordMode.AllAllocationsFast
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerMemoryRecordMode.AllAllocationsFast.html
  commentId: F:UnityEditorInternal.ProfilerMemoryRecordMode.AllAllocationsFast
  nameWithType: ProfilerMemoryRecordMode.AllAllocationsFast
  type: Field
- uid: UnityEditorInternal.ProfilerMemoryRecordMode.AllAllocationsFull
  name: AllAllocationsFull
  fullName: UnityEditorInternal.ProfilerMemoryRecordMode.AllAllocationsFull
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerMemoryRecordMode.AllAllocationsFull.html
  commentId: F:UnityEditorInternal.ProfilerMemoryRecordMode.AllAllocationsFull
  nameWithType: ProfilerMemoryRecordMode.AllAllocationsFull
  type: Field
- uid: UnityEditorInternal.ProfilerMemoryRecordMode.ManagedAllocations
  name: ManagedAllocations
  fullName: UnityEditorInternal.ProfilerMemoryRecordMode.ManagedAllocations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerMemoryRecordMode.ManagedAllocations.html
  commentId: F:UnityEditorInternal.ProfilerMemoryRecordMode.ManagedAllocations
  nameWithType: ProfilerMemoryRecordMode.ManagedAllocations
  type: Field
- uid: UnityEditorInternal.ProfilerMemoryRecordMode.None
  name: None
  fullName: UnityEditorInternal.ProfilerMemoryRecordMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerMemoryRecordMode.None.html
  commentId: F:UnityEditorInternal.ProfilerMemoryRecordMode.None
  nameWithType: ProfilerMemoryRecordMode.None
  type: Field
- uid: UnityEditorInternal.ProfilerMemoryView
  name: ProfilerMemoryView
  fullName: UnityEditorInternal.ProfilerMemoryView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerMemoryView.html
  commentId: T:UnityEditorInternal.ProfilerMemoryView
  nameWithType: ProfilerMemoryView
  type: Enum
- uid: UnityEditorInternal.ProfilerMemoryView.Detailed
  name: Detailed
  fullName: UnityEditorInternal.ProfilerMemoryView.Detailed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerMemoryView.Detailed.html
  commentId: F:UnityEditorInternal.ProfilerMemoryView.Detailed
  nameWithType: ProfilerMemoryView.Detailed
  type: Field
- uid: UnityEditorInternal.ProfilerMemoryView.Simple
  name: Simple
  fullName: UnityEditorInternal.ProfilerMemoryView.Simple
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerMemoryView.Simple.html
  commentId: F:UnityEditorInternal.ProfilerMemoryView.Simple
  nameWithType: ProfilerMemoryView.Simple
  type: Field
- uid: UnityEditorInternal.ProfilerProperty
  name: ProfilerProperty
  fullName: UnityEditorInternal.ProfilerProperty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.html
  commentId: T:UnityEditorInternal.ProfilerProperty
  nameWithType: ProfilerProperty
  type: Class
- uid: UnityEditorInternal.ProfilerProperty.#ctor
  name: ProfilerProperty()
  fullName: UnityEditorInternal.ProfilerProperty.ProfilerProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-ctor.html
  commentId: M:UnityEditorInternal.ProfilerProperty.#ctor
  nameWithType: ProfilerProperty.ProfilerProperty()
  type: Constructor
- uid: UnityEditorInternal.ProfilerProperty.Cleanup
  name: Cleanup()
  fullName: UnityEditorInternal.ProfilerProperty.Cleanup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.Cleanup.html
  commentId: M:UnityEditorInternal.ProfilerProperty.Cleanup
  nameWithType: ProfilerProperty.Cleanup()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.depth
  name: depth
  fullName: UnityEditorInternal.ProfilerProperty.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-depth.html
  commentId: P:UnityEditorInternal.ProfilerProperty.depth
  nameWithType: ProfilerProperty.depth
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.Dispose
  name: Dispose()
  fullName: UnityEditorInternal.ProfilerProperty.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.Dispose.html
  commentId: M:UnityEditorInternal.ProfilerProperty.Dispose
  nameWithType: ProfilerProperty.Dispose()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.Finalize
  name: ~ProfilerProperty()
  fullName: UnityEditorInternal.ProfilerProperty.~ProfilerProperty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.Finalize.html
  commentId: M:UnityEditorInternal.ProfilerProperty.Finalize
  nameWithType: ProfilerProperty.~ProfilerProperty()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.frameDataReady
  name: frameDataReady
  fullName: UnityEditorInternal.ProfilerProperty.frameDataReady
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-frameDataReady.html
  commentId: P:UnityEditorInternal.ProfilerProperty.frameDataReady
  nameWithType: ProfilerProperty.frameDataReady
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.frameFPS
  name: frameFPS
  fullName: UnityEditorInternal.ProfilerProperty.frameFPS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-frameFPS.html
  commentId: P:UnityEditorInternal.ProfilerProperty.frameFPS
  nameWithType: ProfilerProperty.frameFPS
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.frameGpuTime
  name: frameGpuTime
  fullName: UnityEditorInternal.ProfilerProperty.frameGpuTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-frameGpuTime.html
  commentId: P:UnityEditorInternal.ProfilerProperty.frameGpuTime
  nameWithType: ProfilerProperty.frameGpuTime
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.frameTime
  name: frameTime
  fullName: UnityEditorInternal.ProfilerProperty.frameTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-frameTime.html
  commentId: P:UnityEditorInternal.ProfilerProperty.frameTime
  nameWithType: ProfilerProperty.frameTime
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.GetAudioProfilerClipInfo
  name: GetAudioProfilerClipInfo()
  fullName: UnityEditorInternal.ProfilerProperty.GetAudioProfilerClipInfo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetAudioProfilerClipInfo.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetAudioProfilerClipInfo
  nameWithType: ProfilerProperty.GetAudioProfilerClipInfo()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetAudioProfilerDSPInfo
  name: GetAudioProfilerDSPInfo()
  fullName: UnityEditorInternal.ProfilerProperty.GetAudioProfilerDSPInfo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetAudioProfilerDSPInfo.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetAudioProfilerDSPInfo
  nameWithType: ProfilerProperty.GetAudioProfilerDSPInfo()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetAudioProfilerGroupInfo
  name: GetAudioProfilerGroupInfo()
  fullName: UnityEditorInternal.ProfilerProperty.GetAudioProfilerGroupInfo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetAudioProfilerGroupInfo.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetAudioProfilerGroupInfo
  nameWithType: ProfilerProperty.GetAudioProfilerGroupInfo()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetAudioProfilerNameByOffset(System.Int32)
  name: GetAudioProfilerNameByOffset(int)
  fullName: UnityEditorInternal.ProfilerProperty.GetAudioProfilerNameByOffset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetAudioProfilerNameByOffset.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetAudioProfilerNameByOffset(System.Int32)
  nameWithType: ProfilerProperty.GetAudioProfilerNameByOffset(int)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetColumn(UnityEditorInternal.ProfilerColumn)
  name: GetColumn(ProfilerColumn)
  fullName: UnityEditorInternal.ProfilerProperty.GetColumn(UnityEditorInternal.ProfilerColumn)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetColumn.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetColumn(UnityEditorInternal.ProfilerColumn)
  nameWithType: ProfilerProperty.GetColumn(ProfilerColumn)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetColumnAsSingle(UnityEditorInternal.ProfilerColumn)
  name: GetColumnAsSingle(ProfilerColumn)
  fullName: UnityEditorInternal.ProfilerProperty.GetColumnAsSingle(UnityEditorInternal.ProfilerColumn)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetColumnAsSingle.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetColumnAsSingle(UnityEditorInternal.ProfilerColumn)
  nameWithType: ProfilerProperty.GetColumnAsSingle(ProfilerColumn)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetTooltip(UnityEditorInternal.ProfilerColumn)
  name: GetTooltip(ProfilerColumn)
  fullName: UnityEditorInternal.ProfilerProperty.GetTooltip(UnityEditorInternal.ProfilerColumn)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetTooltip.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetTooltip(UnityEditorInternal.ProfilerColumn)
  nameWithType: ProfilerProperty.GetTooltip(ProfilerColumn)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetUISystemBatchInstanceIDs
  name: GetUISystemBatchInstanceIDs()
  fullName: UnityEditorInternal.ProfilerProperty.GetUISystemBatchInstanceIDs()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetUISystemBatchInstanceIDs.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetUISystemBatchInstanceIDs
  nameWithType: ProfilerProperty.GetUISystemBatchInstanceIDs()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetUISystemEventMarkerNameByOffset(System.Int32)
  name: GetUISystemEventMarkerNameByOffset(int)
  fullName: UnityEditorInternal.ProfilerProperty.GetUISystemEventMarkerNameByOffset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetUISystemEventMarkerNameByOffset.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetUISystemEventMarkerNameByOffset(System.Int32)
  nameWithType: ProfilerProperty.GetUISystemEventMarkerNameByOffset(int)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetUISystemEventMarkers
  name: GetUISystemEventMarkers()
  fullName: UnityEditorInternal.ProfilerProperty.GetUISystemEventMarkers()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetUISystemEventMarkers.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetUISystemEventMarkers
  nameWithType: ProfilerProperty.GetUISystemEventMarkers()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetUISystemProfilerInfo
  name: GetUISystemProfilerInfo()
  fullName: UnityEditorInternal.ProfilerProperty.GetUISystemProfilerInfo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetUISystemProfilerInfo.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetUISystemProfilerInfo
  nameWithType: ProfilerProperty.GetUISystemProfilerInfo()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.GetUISystemProfilerNameByOffset(System.Int32)
  name: GetUISystemProfilerNameByOffset(int)
  fullName: UnityEditorInternal.ProfilerProperty.GetUISystemProfilerNameByOffset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.GetUISystemProfilerNameByOffset.html
  commentId: M:UnityEditorInternal.ProfilerProperty.GetUISystemProfilerNameByOffset(System.Int32)
  nameWithType: ProfilerProperty.GetUISystemProfilerNameByOffset(int)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.HasChildren
  name: HasChildren
  fullName: UnityEditorInternal.ProfilerProperty.HasChildren
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.HasChildren.html
  commentId: P:UnityEditorInternal.ProfilerProperty.HasChildren
  nameWithType: ProfilerProperty.HasChildren
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.InitializeDetailProperty(UnityEditorInternal.ProfilerProperty)
  name: InitializeDetailProperty(ProfilerProperty)
  fullName: UnityEditorInternal.ProfilerProperty.InitializeDetailProperty(UnityEditorInternal.ProfilerProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.InitializeDetailProperty.html
  commentId: M:UnityEditorInternal.ProfilerProperty.InitializeDetailProperty(UnityEditorInternal.ProfilerProperty)
  nameWithType: ProfilerProperty.InitializeDetailProperty(ProfilerProperty)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.instanceIDs
  name: instanceIDs
  fullName: UnityEditorInternal.ProfilerProperty.instanceIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-instanceIDs.html
  commentId: P:UnityEditorInternal.ProfilerProperty.instanceIDs
  nameWithType: ProfilerProperty.instanceIDs
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.Next(System.Boolean)
  name: Next(bool)
  fullName: UnityEditorInternal.ProfilerProperty.Next(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.Next.html
  commentId: M:UnityEditorInternal.ProfilerProperty.Next(System.Boolean)
  nameWithType: ProfilerProperty.Next(bool)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.onlyShowGPUSamples
  name: onlyShowGPUSamples
  fullName: UnityEditorInternal.ProfilerProperty.onlyShowGPUSamples
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-onlyShowGPUSamples.html
  commentId: P:UnityEditorInternal.ProfilerProperty.onlyShowGPUSamples
  nameWithType: ProfilerProperty.onlyShowGPUSamples
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.propertyName
  name: propertyName
  fullName: UnityEditorInternal.ProfilerProperty.propertyName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-propertyName.html
  commentId: P:UnityEditorInternal.ProfilerProperty.propertyName
  nameWithType: ProfilerProperty.propertyName
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.propertyPath
  name: propertyPath
  fullName: UnityEditorInternal.ProfilerProperty.propertyPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty-propertyPath.html
  commentId: P:UnityEditorInternal.ProfilerProperty.propertyPath
  nameWithType: ProfilerProperty.propertyPath
  type: Property
- uid: UnityEditorInternal.ProfilerProperty.ReleaseUISystemProfilerRender(UnityEngine.Texture2D)
  name: ReleaseUISystemProfilerRender(Texture2D)
  fullName: UnityEditorInternal.ProfilerProperty.ReleaseUISystemProfilerRender(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.ReleaseUISystemProfilerRender.html
  commentId: M:UnityEditorInternal.ProfilerProperty.ReleaseUISystemProfilerRender(UnityEngine.Texture2D)
  nameWithType: ProfilerProperty.ReleaseUISystemProfilerRender(Texture2D)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.ResetToRoot
  name: ResetToRoot()
  fullName: UnityEditorInternal.ProfilerProperty.ResetToRoot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.ResetToRoot.html
  commentId: M:UnityEditorInternal.ProfilerProperty.ResetToRoot
  nameWithType: ProfilerProperty.ResetToRoot()
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.SetRoot(System.Int32,UnityEditorInternal.ProfilerColumn,UnityEditorInternal.ProfilerViewType)
  name: SetRoot(int, ProfilerColumn, ProfilerViewType)
  fullName: UnityEditorInternal.ProfilerProperty.SetRoot(int, UnityEditorInternal.ProfilerColumn, UnityEditorInternal.ProfilerViewType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.SetRoot.html
  commentId: M:UnityEditorInternal.ProfilerProperty.SetRoot(System.Int32,UnityEditorInternal.ProfilerColumn,UnityEditorInternal.ProfilerViewType)
  nameWithType: ProfilerProperty.SetRoot(int, ProfilerColumn, ProfilerViewType)
  type: Method
- uid: UnityEditorInternal.ProfilerProperty.UISystemProfilerRender(System.Int32,System.Int32,System.Int32,System.Boolean)
  name: UISystemProfilerRender(int, int, int, bool)
  fullName: UnityEditorInternal.ProfilerProperty.UISystemProfilerRender(int, int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerProperty.UISystemProfilerRender.html
  commentId: M:UnityEditorInternal.ProfilerProperty.UISystemProfilerRender(System.Int32,System.Int32,System.Int32,System.Boolean)
  nameWithType: ProfilerProperty.UISystemProfilerRender(int, int, int, bool)
  type: Method
- uid: UnityEditorInternal.ProfilerViewType
  name: ProfilerViewType
  fullName: UnityEditorInternal.ProfilerViewType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerViewType.html
  commentId: T:UnityEditorInternal.ProfilerViewType
  nameWithType: ProfilerViewType
  type: Enum
- uid: UnityEditorInternal.ProfilerViewType.Hierarchy
  name: Hierarchy
  fullName: UnityEditorInternal.ProfilerViewType.Hierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerViewType.Hierarchy.html
  commentId: F:UnityEditorInternal.ProfilerViewType.Hierarchy
  nameWithType: ProfilerViewType.Hierarchy
  type: Field
- uid: UnityEditorInternal.ProfilerViewType.RawHierarchy
  name: RawHierarchy
  fullName: UnityEditorInternal.ProfilerViewType.RawHierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerViewType.RawHierarchy.html
  commentId: F:UnityEditorInternal.ProfilerViewType.RawHierarchy
  nameWithType: ProfilerViewType.RawHierarchy
  type: Field
- uid: UnityEditorInternal.ProfilerViewType.Timeline
  name: Timeline
  fullName: UnityEditorInternal.ProfilerViewType.Timeline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ProfilerViewType.Timeline.html
  commentId: F:UnityEditorInternal.ProfilerViewType.Timeline
  nameWithType: ProfilerViewType.Timeline
  type: Field
- uid: UnityEditorInternal.RegistryUtil
  name: RegistryUtil
  fullName: UnityEditorInternal.RegistryUtil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.RegistryUtil.html
  commentId: T:UnityEditorInternal.RegistryUtil
  nameWithType: RegistryUtil
  type: Class
- uid: UnityEditorInternal.RegistryUtil.GetRegistryStringValue(System.String,System.String,System.String,UnityEditorInternal.RegistryView)
  name: GetRegistryStringValue(string, string, string, RegistryView)
  fullName: UnityEditorInternal.RegistryUtil.GetRegistryStringValue(string, string, string, UnityEditorInternal.RegistryView)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.RegistryUtil.GetRegistryStringValue.html
  commentId: M:UnityEditorInternal.RegistryUtil.GetRegistryStringValue(System.String,System.String,System.String,UnityEditorInternal.RegistryView)
  nameWithType: RegistryUtil.GetRegistryStringValue(string, string, string, RegistryView)
  type: Method
- uid: UnityEditorInternal.RegistryUtil.GetRegistryUInt32Value(System.String,System.String,System.UInt32,UnityEditorInternal.RegistryView)
  name: GetRegistryUInt32Value(string, string, uint, RegistryView)
  fullName: UnityEditorInternal.RegistryUtil.GetRegistryUInt32Value(string, string, uint, UnityEditorInternal.RegistryView)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.RegistryUtil.GetRegistryUInt32Value.html
  commentId: M:UnityEditorInternal.RegistryUtil.GetRegistryUInt32Value(System.String,System.String,System.UInt32,UnityEditorInternal.RegistryView)
  nameWithType: RegistryUtil.GetRegistryUInt32Value(string, string, uint, RegistryView)
  type: Method
- uid: UnityEditorInternal.RegistryView
  name: RegistryView
  fullName: UnityEditorInternal.RegistryView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.RegistryView.html
  commentId: T:UnityEditorInternal.RegistryView
  nameWithType: RegistryView
  type: Enum
- uid: UnityEditorInternal.RegistryView._32
  name: _32
  fullName: UnityEditorInternal.RegistryView._32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.RegistryView._32.html
  commentId: F:UnityEditorInternal.RegistryView._32
  nameWithType: RegistryView._32
  type: Field
- uid: UnityEditorInternal.RegistryView._64
  name: _64
  fullName: UnityEditorInternal.RegistryView._64
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.RegistryView._64.html
  commentId: F:UnityEditorInternal.RegistryView._64
  nameWithType: RegistryView._64
  type: Field
- uid: UnityEditorInternal.RegistryView.Default
  name: Default
  fullName: UnityEditorInternal.RegistryView.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.RegistryView.Default.html
  commentId: F:UnityEditorInternal.RegistryView.Default
  nameWithType: RegistryView.Default
  type: Field
- uid: UnityEditorInternal.ReorderableList
  name: ReorderableList
  fullName: UnityEditorInternal.ReorderableList
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.html
  commentId: T:UnityEditorInternal.ReorderableList
  nameWithType: ReorderableList
  type: Class
- uid: UnityEditorInternal.ReorderableList.#ctor(System.Collections.IList,System.Type,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  name: ReorderableList(IList, Type, bool, bool, bool, bool)
  fullName: UnityEditorInternal.ReorderableList.ReorderableList(System.Collections.IList, System.Type, bool, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-ctor.html
  commentId: M:UnityEditorInternal.ReorderableList.#ctor(System.Collections.IList,System.Type,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: ReorderableList.ReorderableList(IList, Type, bool, bool, bool, bool)
  type: Constructor
- uid: UnityEditorInternal.ReorderableList.#ctor(System.Collections.IList,System.Type)
  name: ReorderableList(IList, Type)
  fullName: UnityEditorInternal.ReorderableList.ReorderableList(System.Collections.IList, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-ctor.html
  commentId: M:UnityEditorInternal.ReorderableList.#ctor(System.Collections.IList,System.Type)
  nameWithType: ReorderableList.ReorderableList(IList, Type)
  type: Constructor
- uid: UnityEditorInternal.ReorderableList.#ctor(UnityEditor.SerializedObject,UnityEditor.SerializedProperty,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  name: ReorderableList(SerializedObject, SerializedProperty, bool, bool, bool, bool)
  fullName: UnityEditorInternal.ReorderableList.ReorderableList(UnityEditor.SerializedObject, UnityEditor.SerializedProperty, bool, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-ctor.html
  commentId: M:UnityEditorInternal.ReorderableList.#ctor(UnityEditor.SerializedObject,UnityEditor.SerializedProperty,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: ReorderableList.ReorderableList(SerializedObject, SerializedProperty, bool, bool, bool, bool)
  type: Constructor
- uid: UnityEditorInternal.ReorderableList.#ctor(UnityEditor.SerializedObject,UnityEditor.SerializedProperty)
  name: ReorderableList(SerializedObject, SerializedProperty)
  fullName: UnityEditorInternal.ReorderableList.ReorderableList(UnityEditor.SerializedObject, UnityEditor.SerializedProperty)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-ctor.html
  commentId: M:UnityEditorInternal.ReorderableList.#ctor(UnityEditor.SerializedObject,UnityEditor.SerializedProperty)
  nameWithType: ReorderableList.ReorderableList(SerializedObject, SerializedProperty)
  type: Constructor
- uid: UnityEditorInternal.ReorderableList.AddCallbackDelegate
  name: ReorderableList.AddCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.AddCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.AddCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.AddCallbackDelegate
  nameWithType: ReorderableList.AddCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.AddDropdownCallbackDelegate
  name: ReorderableList.AddDropdownCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.AddDropdownCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.AddDropdownCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.AddDropdownCallbackDelegate
  nameWithType: ReorderableList.AddDropdownCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.CanAddCallbackDelegate
  name: ReorderableList.CanAddCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.CanAddCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.CanAddCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.CanAddCallbackDelegate
  nameWithType: ReorderableList.CanAddCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.CanRemoveCallbackDelegate
  name: ReorderableList.CanRemoveCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.CanRemoveCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.CanRemoveCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.CanRemoveCallbackDelegate
  nameWithType: ReorderableList.CanRemoveCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.ChangedCallbackDelegate
  name: ReorderableList.ChangedCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.ChangedCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.ChangedCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.ChangedCallbackDelegate
  nameWithType: ReorderableList.ChangedCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.count
  name: count
  fullName: UnityEditorInternal.ReorderableList.count
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-count.html
  commentId: P:UnityEditorInternal.ReorderableList.count
  nameWithType: ReorderableList.count
  type: Property
- uid: UnityEditorInternal.ReorderableList.defaultBehaviours
  name: defaultBehaviours
  fullName: UnityEditorInternal.ReorderableList.defaultBehaviours
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-defaultBehaviours.html
  commentId: P:UnityEditorInternal.ReorderableList.defaultBehaviours
  nameWithType: ReorderableList.defaultBehaviours
  type: Property
- uid: UnityEditorInternal.ReorderableList.Defaults
  name: ReorderableList.Defaults
  fullName: UnityEditorInternal.ReorderableList.Defaults
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.html
  commentId: T:UnityEditorInternal.ReorderableList.Defaults
  nameWithType: ReorderableList.Defaults
  type: Class
- uid: UnityEditorInternal.ReorderableList.Defaults.boxBackground
  name: boxBackground
  fullName: UnityEditorInternal.ReorderableList.Defaults.boxBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-boxBackground.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.boxBackground
  nameWithType: ReorderableList.Defaults.boxBackground
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.DoAddButton(UnityEditorInternal.ReorderableList)
  name: DoAddButton(ReorderableList)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DoAddButton(UnityEditorInternal.ReorderableList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DoAddButton.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DoAddButton(UnityEditorInternal.ReorderableList)
  nameWithType: ReorderableList.Defaults.DoAddButton(ReorderableList)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.DoRemoveButton(UnityEditorInternal.ReorderableList)
  name: DoRemoveButton(ReorderableList)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DoRemoveButton(UnityEditorInternal.ReorderableList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DoRemoveButton.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DoRemoveButton(UnityEditorInternal.ReorderableList)
  nameWithType: ReorderableList.Defaults.DoRemoveButton(ReorderableList)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.draggingHandle
  name: draggingHandle
  fullName: UnityEditorInternal.ReorderableList.Defaults.draggingHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-draggingHandle.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.draggingHandle
  nameWithType: ReorderableList.Defaults.draggingHandle
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.dragHandleWidth
  name: dragHandleWidth
  fullName: UnityEditorInternal.ReorderableList.Defaults.dragHandleWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-dragHandleWidth.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.dragHandleWidth
  nameWithType: ReorderableList.Defaults.dragHandleWidth
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.DrawElement(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Object,System.Boolean,System.Boolean,System.Boolean)
  name: DrawElement(Rect, SerializedProperty, object, bool, bool, bool)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DrawElement(UnityEngine.Rect, UnityEditor.SerializedProperty, object, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DrawElement.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DrawElement(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Object,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: ReorderableList.Defaults.DrawElement(Rect, SerializedProperty, object, bool, bool, bool)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.DrawElementBackground(UnityEngine.Rect,System.Int32,System.Boolean,System.Boolean,System.Boolean)
  name: DrawElementBackground(Rect, int, bool, bool, bool)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DrawElementBackground(UnityEngine.Rect, int, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DrawElementBackground.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DrawElementBackground(UnityEngine.Rect,System.Int32,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: ReorderableList.Defaults.DrawElementBackground(Rect, int, bool, bool, bool)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.DrawElementDraggingHandle(UnityEngine.Rect,System.Int32,System.Boolean,System.Boolean,System.Boolean)
  name: DrawElementDraggingHandle(Rect, int, bool, bool, bool)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DrawElementDraggingHandle(UnityEngine.Rect, int, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DrawElementDraggingHandle.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DrawElementDraggingHandle(UnityEngine.Rect,System.Int32,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: ReorderableList.Defaults.DrawElementDraggingHandle(Rect, int, bool, bool, bool)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.DrawFooter(UnityEngine.Rect,UnityEditorInternal.ReorderableList)
  name: DrawFooter(Rect, ReorderableList)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DrawFooter(UnityEngine.Rect, UnityEditorInternal.ReorderableList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DrawFooter.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DrawFooter(UnityEngine.Rect,UnityEditorInternal.ReorderableList)
  nameWithType: ReorderableList.Defaults.DrawFooter(Rect, ReorderableList)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.DrawHeader(UnityEngine.Rect,UnityEditor.SerializedObject,UnityEditor.SerializedProperty,System.Collections.IList)
  name: DrawHeader(Rect, SerializedObject, SerializedProperty, IList)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DrawHeader(UnityEngine.Rect, UnityEditor.SerializedObject, UnityEditor.SerializedProperty, System.Collections.IList)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DrawHeader.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DrawHeader(UnityEngine.Rect,UnityEditor.SerializedObject,UnityEditor.SerializedProperty,System.Collections.IList)
  nameWithType: ReorderableList.Defaults.DrawHeader(Rect, SerializedObject, SerializedProperty, IList)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.DrawHeaderBackground(UnityEngine.Rect)
  name: DrawHeaderBackground(Rect)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DrawHeaderBackground(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DrawHeaderBackground.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DrawHeaderBackground(UnityEngine.Rect)
  nameWithType: ReorderableList.Defaults.DrawHeaderBackground(Rect)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.DrawNoneElement(UnityEngine.Rect,System.Boolean)
  name: DrawNoneElement(Rect, bool)
  fullName: UnityEditorInternal.ReorderableList.Defaults.DrawNoneElement(UnityEngine.Rect, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults.DrawNoneElement.html
  commentId: M:UnityEditorInternal.ReorderableList.Defaults.DrawNoneElement(UnityEngine.Rect,System.Boolean)
  nameWithType: ReorderableList.Defaults.DrawNoneElement(Rect, bool)
  type: Method
- uid: UnityEditorInternal.ReorderableList.Defaults.elementBackground
  name: elementBackground
  fullName: UnityEditorInternal.ReorderableList.Defaults.elementBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-elementBackground.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.elementBackground
  nameWithType: ReorderableList.Defaults.elementBackground
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.footerBackground
  name: footerBackground
  fullName: UnityEditorInternal.ReorderableList.Defaults.footerBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-footerBackground.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.footerBackground
  nameWithType: ReorderableList.Defaults.footerBackground
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.headerBackground
  name: headerBackground
  fullName: UnityEditorInternal.ReorderableList.Defaults.headerBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-headerBackground.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.headerBackground
  nameWithType: ReorderableList.Defaults.headerBackground
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.iconToolbarMinus
  name: iconToolbarMinus
  fullName: UnityEditorInternal.ReorderableList.Defaults.iconToolbarMinus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-iconToolbarMinus.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.iconToolbarMinus
  nameWithType: ReorderableList.Defaults.iconToolbarMinus
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.iconToolbarPlus
  name: iconToolbarPlus
  fullName: UnityEditorInternal.ReorderableList.Defaults.iconToolbarPlus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-iconToolbarPlus.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.iconToolbarPlus
  nameWithType: ReorderableList.Defaults.iconToolbarPlus
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.iconToolbarPlusMore
  name: iconToolbarPlusMore
  fullName: UnityEditorInternal.ReorderableList.Defaults.iconToolbarPlusMore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-iconToolbarPlusMore.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.iconToolbarPlusMore
  nameWithType: ReorderableList.Defaults.iconToolbarPlusMore
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.padding
  name: padding
  fullName: UnityEditorInternal.ReorderableList.Defaults.padding
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-padding.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.padding
  nameWithType: ReorderableList.Defaults.padding
  type: Field
- uid: UnityEditorInternal.ReorderableList.Defaults.preButton
  name: preButton
  fullName: UnityEditorInternal.ReorderableList.Defaults.preButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.Defaults-preButton.html
  commentId: F:UnityEditorInternal.ReorderableList.Defaults.preButton
  nameWithType: ReorderableList.Defaults.preButton
  type: Field
- uid: UnityEditorInternal.ReorderableList.displayAdd
  name: displayAdd
  fullName: UnityEditorInternal.ReorderableList.displayAdd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-displayAdd.html
  commentId: F:UnityEditorInternal.ReorderableList.displayAdd
  nameWithType: ReorderableList.displayAdd
  type: Field
- uid: UnityEditorInternal.ReorderableList.displayRemove
  name: displayRemove
  fullName: UnityEditorInternal.ReorderableList.displayRemove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-displayRemove.html
  commentId: F:UnityEditorInternal.ReorderableList.displayRemove
  nameWithType: ReorderableList.displayRemove
  type: Field
- uid: UnityEditorInternal.ReorderableList.DoLayoutList
  name: DoLayoutList()
  fullName: UnityEditorInternal.ReorderableList.DoLayoutList()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.DoLayoutList.html
  commentId: M:UnityEditorInternal.ReorderableList.DoLayoutList
  nameWithType: ReorderableList.DoLayoutList()
  type: Method
- uid: UnityEditorInternal.ReorderableList.DoList(UnityEngine.Rect)
  name: DoList(Rect)
  fullName: UnityEditorInternal.ReorderableList.DoList(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.DoList.html
  commentId: M:UnityEditorInternal.ReorderableList.DoList(UnityEngine.Rect)
  nameWithType: ReorderableList.DoList(Rect)
  type: Method
- uid: UnityEditorInternal.ReorderableList.draggable
  name: draggable
  fullName: UnityEditorInternal.ReorderableList.draggable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-draggable.html
  commentId: P:UnityEditorInternal.ReorderableList.draggable
  nameWithType: ReorderableList.draggable
  type: Property
- uid: UnityEditorInternal.ReorderableList.drawElementBackgroundCallback
  name: drawElementBackgroundCallback
  fullName: UnityEditorInternal.ReorderableList.drawElementBackgroundCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-drawElementBackgroundCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.drawElementBackgroundCallback
  nameWithType: ReorderableList.drawElementBackgroundCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.drawElementCallback
  name: drawElementCallback
  fullName: UnityEditorInternal.ReorderableList.drawElementCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-drawElementCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.drawElementCallback
  nameWithType: ReorderableList.drawElementCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.drawFooterCallback
  name: drawFooterCallback
  fullName: UnityEditorInternal.ReorderableList.drawFooterCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-drawFooterCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.drawFooterCallback
  nameWithType: ReorderableList.drawFooterCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.drawHeaderCallback
  name: drawHeaderCallback
  fullName: UnityEditorInternal.ReorderableList.drawHeaderCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-drawHeaderCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.drawHeaderCallback
  nameWithType: ReorderableList.drawHeaderCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.ElementCallbackDelegate
  name: ReorderableList.ElementCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.ElementCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.ElementCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.ElementCallbackDelegate
  nameWithType: ReorderableList.ElementCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.elementHeight
  name: elementHeight
  fullName: UnityEditorInternal.ReorderableList.elementHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-elementHeight.html
  commentId: F:UnityEditorInternal.ReorderableList.elementHeight
  nameWithType: ReorderableList.elementHeight
  type: Field
- uid: UnityEditorInternal.ReorderableList.elementHeightCallback
  name: elementHeightCallback
  fullName: UnityEditorInternal.ReorderableList.elementHeightCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-elementHeightCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.elementHeightCallback
  nameWithType: ReorderableList.elementHeightCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.ElementHeightCallbackDelegate
  name: ReorderableList.ElementHeightCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.ElementHeightCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.ElementHeightCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.ElementHeightCallbackDelegate
  nameWithType: ReorderableList.ElementHeightCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.FooterCallbackDelegate
  name: ReorderableList.FooterCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.FooterCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.FooterCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.FooterCallbackDelegate
  nameWithType: ReorderableList.FooterCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.footerHeight
  name: footerHeight
  fullName: UnityEditorInternal.ReorderableList.footerHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-footerHeight.html
  commentId: F:UnityEditorInternal.ReorderableList.footerHeight
  nameWithType: ReorderableList.footerHeight
  type: Field
- uid: UnityEditorInternal.ReorderableList.GetHeight
  name: GetHeight()
  fullName: UnityEditorInternal.ReorderableList.GetHeight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.GetHeight.html
  commentId: M:UnityEditorInternal.ReorderableList.GetHeight
  nameWithType: ReorderableList.GetHeight()
  type: Method
- uid: UnityEditorInternal.ReorderableList.GrabKeyboardFocus
  name: GrabKeyboardFocus()
  fullName: UnityEditorInternal.ReorderableList.GrabKeyboardFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.GrabKeyboardFocus.html
  commentId: M:UnityEditorInternal.ReorderableList.GrabKeyboardFocus
  nameWithType: ReorderableList.GrabKeyboardFocus()
  type: Method
- uid: UnityEditorInternal.ReorderableList.HasKeyboardControl
  name: HasKeyboardControl()
  fullName: UnityEditorInternal.ReorderableList.HasKeyboardControl()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.HasKeyboardControl.html
  commentId: M:UnityEditorInternal.ReorderableList.HasKeyboardControl
  nameWithType: ReorderableList.HasKeyboardControl()
  type: Method
- uid: UnityEditorInternal.ReorderableList.HeaderCallbackDelegate
  name: ReorderableList.HeaderCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.HeaderCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.HeaderCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.HeaderCallbackDelegate
  nameWithType: ReorderableList.HeaderCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.headerHeight
  name: headerHeight
  fullName: UnityEditorInternal.ReorderableList.headerHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-headerHeight.html
  commentId: F:UnityEditorInternal.ReorderableList.headerHeight
  nameWithType: ReorderableList.headerHeight
  type: Field
- uid: UnityEditorInternal.ReorderableList.index
  name: index
  fullName: UnityEditorInternal.ReorderableList.index
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-index.html
  commentId: P:UnityEditorInternal.ReorderableList.index
  nameWithType: ReorderableList.index
  type: Property
- uid: UnityEditorInternal.ReorderableList.list
  name: list
  fullName: UnityEditorInternal.ReorderableList.list
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-list.html
  commentId: P:UnityEditorInternal.ReorderableList.list
  nameWithType: ReorderableList.list
  type: Property
- uid: UnityEditorInternal.ReorderableList.onAddCallback
  name: onAddCallback
  fullName: UnityEditorInternal.ReorderableList.onAddCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onAddCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onAddCallback
  nameWithType: ReorderableList.onAddCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.onAddDropdownCallback
  name: onAddDropdownCallback
  fullName: UnityEditorInternal.ReorderableList.onAddDropdownCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onAddDropdownCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onAddDropdownCallback
  nameWithType: ReorderableList.onAddDropdownCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.onCanAddCallback
  name: onCanAddCallback
  fullName: UnityEditorInternal.ReorderableList.onCanAddCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onCanAddCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onCanAddCallback
  nameWithType: ReorderableList.onCanAddCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.onCanRemoveCallback
  name: onCanRemoveCallback
  fullName: UnityEditorInternal.ReorderableList.onCanRemoveCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onCanRemoveCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onCanRemoveCallback
  nameWithType: ReorderableList.onCanRemoveCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.onChangedCallback
  name: onChangedCallback
  fullName: UnityEditorInternal.ReorderableList.onChangedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onChangedCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onChangedCallback
  nameWithType: ReorderableList.onChangedCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.onMouseUpCallback
  name: onMouseUpCallback
  fullName: UnityEditorInternal.ReorderableList.onMouseUpCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onMouseUpCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onMouseUpCallback
  nameWithType: ReorderableList.onMouseUpCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.onRemoveCallback
  name: onRemoveCallback
  fullName: UnityEditorInternal.ReorderableList.onRemoveCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onRemoveCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onRemoveCallback
  nameWithType: ReorderableList.onRemoveCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.onReorderCallback
  name: onReorderCallback
  fullName: UnityEditorInternal.ReorderableList.onReorderCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onReorderCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onReorderCallback
  nameWithType: ReorderableList.onReorderCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.onSelectCallback
  name: onSelectCallback
  fullName: UnityEditorInternal.ReorderableList.onSelectCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-onSelectCallback.html
  commentId: F:UnityEditorInternal.ReorderableList.onSelectCallback
  nameWithType: ReorderableList.onSelectCallback
  type: Field
- uid: UnityEditorInternal.ReorderableList.ReleaseKeyboardFocus
  name: ReleaseKeyboardFocus()
  fullName: UnityEditorInternal.ReorderableList.ReleaseKeyboardFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.ReleaseKeyboardFocus.html
  commentId: M:UnityEditorInternal.ReorderableList.ReleaseKeyboardFocus
  nameWithType: ReorderableList.ReleaseKeyboardFocus()
  type: Method
- uid: UnityEditorInternal.ReorderableList.RemoveCallbackDelegate
  name: ReorderableList.RemoveCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.RemoveCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.RemoveCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.RemoveCallbackDelegate
  nameWithType: ReorderableList.RemoveCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.ReorderCallbackDelegate
  name: ReorderableList.ReorderCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.ReorderCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.ReorderCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.ReorderCallbackDelegate
  nameWithType: ReorderableList.ReorderCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.SelectCallbackDelegate
  name: ReorderableList.SelectCallbackDelegate
  fullName: UnityEditorInternal.ReorderableList.SelectCallbackDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList.SelectCallbackDelegate.html
  commentId: T:UnityEditorInternal.ReorderableList.SelectCallbackDelegate
  nameWithType: ReorderableList.SelectCallbackDelegate
  type: Delegate
- uid: UnityEditorInternal.ReorderableList.serializedProperty
  name: serializedProperty
  fullName: UnityEditorInternal.ReorderableList.serializedProperty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-serializedProperty.html
  commentId: P:UnityEditorInternal.ReorderableList.serializedProperty
  nameWithType: ReorderableList.serializedProperty
  type: Property
- uid: UnityEditorInternal.ReorderableList.showDefaultBackground
  name: showDefaultBackground
  fullName: UnityEditorInternal.ReorderableList.showDefaultBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ReorderableList-showDefaultBackground.html
  commentId: F:UnityEditorInternal.ReorderableList.showDefaultBackground
  nameWithType: ReorderableList.showDefaultBackground
  type: Field
- uid: UnityEditorInternal.ScriptEditorUtility
  name: ScriptEditorUtility
  fullName: UnityEditorInternal.ScriptEditorUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.html
  commentId: T:UnityEditorInternal.ScriptEditorUtility
  nameWithType: ScriptEditorUtility
  type: Class
- uid: UnityEditorInternal.ScriptEditorUtility.GetExternalScriptEditor
  name: GetExternalScriptEditor()
  fullName: UnityEditorInternal.ScriptEditorUtility.GetExternalScriptEditor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.GetExternalScriptEditor.html
  commentId: M:UnityEditorInternal.ScriptEditorUtility.GetExternalScriptEditor
  nameWithType: ScriptEditorUtility.GetExternalScriptEditor()
  type: Method
- uid: UnityEditorInternal.ScriptEditorUtility.GetExternalScriptEditorArgs
  name: GetExternalScriptEditorArgs()
  fullName: UnityEditorInternal.ScriptEditorUtility.GetExternalScriptEditorArgs()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.GetExternalScriptEditorArgs.html
  commentId: M:UnityEditorInternal.ScriptEditorUtility.GetExternalScriptEditorArgs
  nameWithType: ScriptEditorUtility.GetExternalScriptEditorArgs()
  type: Method
- uid: UnityEditorInternal.ScriptEditorUtility.GetFoundScriptEditorPaths(UnityEngine.RuntimePlatform)
  name: GetFoundScriptEditorPaths(RuntimePlatform)
  fullName: UnityEditorInternal.ScriptEditorUtility.GetFoundScriptEditorPaths(UnityEngine.RuntimePlatform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.GetFoundScriptEditorPaths.html
  commentId: M:UnityEditorInternal.ScriptEditorUtility.GetFoundScriptEditorPaths(UnityEngine.RuntimePlatform)
  nameWithType: ScriptEditorUtility.GetFoundScriptEditorPaths(RuntimePlatform)
  type: Method
- uid: UnityEditorInternal.ScriptEditorUtility.GetScriptEditorFromPath(System.String)
  name: GetScriptEditorFromPath(string)
  fullName: UnityEditorInternal.ScriptEditorUtility.GetScriptEditorFromPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.GetScriptEditorFromPath.html
  commentId: M:UnityEditorInternal.ScriptEditorUtility.GetScriptEditorFromPath(System.String)
  nameWithType: ScriptEditorUtility.GetScriptEditorFromPath(string)
  type: Method
- uid: UnityEditorInternal.ScriptEditorUtility.GetScriptEditorFromPreferences
  name: GetScriptEditorFromPreferences()
  fullName: UnityEditorInternal.ScriptEditorUtility.GetScriptEditorFromPreferences()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.GetScriptEditorFromPreferences.html
  commentId: M:UnityEditorInternal.ScriptEditorUtility.GetScriptEditorFromPreferences
  nameWithType: ScriptEditorUtility.GetScriptEditorFromPreferences()
  type: Method
- uid: UnityEditorInternal.ScriptEditorUtility.IsScriptEditorSpecial(System.String)
  name: IsScriptEditorSpecial(string)
  fullName: UnityEditorInternal.ScriptEditorUtility.IsScriptEditorSpecial(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.IsScriptEditorSpecial.html
  commentId: M:UnityEditorInternal.ScriptEditorUtility.IsScriptEditorSpecial(System.String)
  nameWithType: ScriptEditorUtility.IsScriptEditorSpecial(string)
  type: Method
- uid: UnityEditorInternal.ScriptEditorUtility.ScriptEditor
  name: ScriptEditorUtility.ScriptEditor
  fullName: UnityEditorInternal.ScriptEditorUtility.ScriptEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.ScriptEditor.html
  commentId: T:UnityEditorInternal.ScriptEditorUtility.ScriptEditor
  nameWithType: ScriptEditorUtility.ScriptEditor
  type: Enum
- uid: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Internal
  name: Internal
  fullName: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Internal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Internal.html
  commentId: F:UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Internal
  nameWithType: ScriptEditorUtility.ScriptEditor.Internal
  type: Field
- uid: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.MonoDevelop
  name: MonoDevelop
  fullName: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.MonoDevelop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.ScriptEditor.MonoDevelop.html
  commentId: F:UnityEditorInternal.ScriptEditorUtility.ScriptEditor.MonoDevelop
  nameWithType: ScriptEditorUtility.ScriptEditor.MonoDevelop
  type: Field
- uid: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Other
  name: Other
  fullName: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Other
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Other.html
  commentId: F:UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Other
  nameWithType: ScriptEditorUtility.ScriptEditor.Other
  type: Field
- uid: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Rider
  name: Rider
  fullName: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Rider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Rider.html
  commentId: F:UnityEditorInternal.ScriptEditorUtility.ScriptEditor.Rider
  nameWithType: ScriptEditorUtility.ScriptEditor.Rider
  type: Field
- uid: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudio
  name: VisualStudio
  fullName: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudio.html
  commentId: F:UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudio
  nameWithType: ScriptEditorUtility.ScriptEditor.VisualStudio
  type: Field
- uid: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudioCode
  name: VisualStudioCode
  fullName: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudioCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudioCode.html
  commentId: F:UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudioCode
  nameWithType: ScriptEditorUtility.ScriptEditor.VisualStudioCode
  type: Field
- uid: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudioExpress
  name: VisualStudioExpress
  fullName: UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudioExpress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudioExpress.html
  commentId: F:UnityEditorInternal.ScriptEditorUtility.ScriptEditor.VisualStudioExpress
  nameWithType: ScriptEditorUtility.ScriptEditor.VisualStudioExpress
  type: Field
- uid: UnityEditorInternal.ScriptEditorUtility.SetExternalScriptEditor(System.String)
  name: SetExternalScriptEditor(string)
  fullName: UnityEditorInternal.ScriptEditorUtility.SetExternalScriptEditor(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.SetExternalScriptEditor.html
  commentId: M:UnityEditorInternal.ScriptEditorUtility.SetExternalScriptEditor(System.String)
  nameWithType: ScriptEditorUtility.SetExternalScriptEditor(string)
  type: Method
- uid: UnityEditorInternal.ScriptEditorUtility.SetExternalScriptEditorArgs(System.String)
  name: SetExternalScriptEditorArgs(string)
  fullName: UnityEditorInternal.ScriptEditorUtility.SetExternalScriptEditorArgs(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptEditorUtility.SetExternalScriptEditorArgs.html
  commentId: M:UnityEditorInternal.ScriptEditorUtility.SetExternalScriptEditorArgs(System.String)
  nameWithType: ScriptEditorUtility.SetExternalScriptEditorArgs(string)
  type: Method
- uid: UnityEditorInternal.ScriptUpdatingManager
  name: ScriptUpdatingManager
  fullName: UnityEditorInternal.ScriptUpdatingManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptUpdatingManager.html
  commentId: T:UnityEditorInternal.ScriptUpdatingManager
  nameWithType: ScriptUpdatingManager
  type: Class
- uid: UnityEditorInternal.ScriptUpdatingManager.numberOfTimesAsked
  name: numberOfTimesAsked
  fullName: UnityEditorInternal.ScriptUpdatingManager.numberOfTimesAsked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptUpdatingManager-numberOfTimesAsked.html
  commentId: P:UnityEditorInternal.ScriptUpdatingManager.numberOfTimesAsked
  nameWithType: ScriptUpdatingManager.numberOfTimesAsked
  type: Property
- uid: UnityEditorInternal.ScriptUpdatingManager.ReportExpectedUpdateFailure
  name: ReportExpectedUpdateFailure()
  fullName: UnityEditorInternal.ScriptUpdatingManager.ReportExpectedUpdateFailure()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptUpdatingManager.ReportExpectedUpdateFailure.html
  commentId: M:UnityEditorInternal.ScriptUpdatingManager.ReportExpectedUpdateFailure
  nameWithType: ScriptUpdatingManager.ReportExpectedUpdateFailure()
  type: Method
- uid: UnityEditorInternal.ScriptUpdatingManager.ReportGroupedAPIUpdaterFailure(System.String)
  name: ReportGroupedAPIUpdaterFailure(string)
  fullName: UnityEditorInternal.ScriptUpdatingManager.ReportGroupedAPIUpdaterFailure(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptUpdatingManager.ReportGroupedAPIUpdaterFailure.html
  commentId: M:UnityEditorInternal.ScriptUpdatingManager.ReportGroupedAPIUpdaterFailure(System.String)
  nameWithType: ScriptUpdatingManager.ReportGroupedAPIUpdaterFailure(string)
  type: Method
- uid: UnityEditorInternal.ScriptUpdatingManager.ResetConsentStatus
  name: ResetConsentStatus()
  fullName: UnityEditorInternal.ScriptUpdatingManager.ResetConsentStatus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptUpdatingManager.ResetConsentStatus.html
  commentId: M:UnityEditorInternal.ScriptUpdatingManager.ResetConsentStatus
  nameWithType: ScriptUpdatingManager.ResetConsentStatus()
  type: Method
- uid: UnityEditorInternal.ScriptUpdatingManager.WaitForVCSServerConnection(System.Boolean)
  name: WaitForVCSServerConnection(bool)
  fullName: UnityEditorInternal.ScriptUpdatingManager.WaitForVCSServerConnection(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.ScriptUpdatingManager.WaitForVCSServerConnection.html
  commentId: M:UnityEditorInternal.ScriptUpdatingManager.WaitForVCSServerConnection(System.Boolean)
  nameWithType: ScriptUpdatingManager.WaitForVCSServerConnection(bool)
  type: Method
- uid: UnityEditorInternal.SpriteEditorHandles
  name: SpriteEditorHandles
  fullName: UnityEditorInternal.SpriteEditorHandles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.SpriteEditorHandles.html
  commentId: T:UnityEditorInternal.SpriteEditorHandles
  nameWithType: SpriteEditorHandles
  type: Class
- uid: UnityEditorInternal.State
  name: State
  fullName: UnityEditorInternal.State
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State.html
  commentId: T:UnityEditorInternal.State
  nameWithType: State
  type: Class
- uid: UnityEditorInternal.State.CreateBlendTree
  name: CreateBlendTree()
  fullName: UnityEditorInternal.State.CreateBlendTree()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State.CreateBlendTree.html
  commentId: M:UnityEditorInternal.State.CreateBlendTree
  nameWithType: State.CreateBlendTree()
  type: Method
- uid: UnityEditorInternal.State.CreateBlendTree(UnityEditorInternal.AnimatorControllerLayer)
  name: CreateBlendTree(AnimatorControllerLayer)
  fullName: UnityEditorInternal.State.CreateBlendTree(UnityEditorInternal.AnimatorControllerLayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State.CreateBlendTree.html
  commentId: M:UnityEditorInternal.State.CreateBlendTree(UnityEditorInternal.AnimatorControllerLayer)
  nameWithType: State.CreateBlendTree(AnimatorControllerLayer)
  type: Method
- uid: UnityEditorInternal.State.GetMotion
  name: GetMotion()
  fullName: UnityEditorInternal.State.GetMotion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State.GetMotion.html
  commentId: M:UnityEditorInternal.State.GetMotion
  nameWithType: State.GetMotion()
  type: Method
- uid: UnityEditorInternal.State.GetMotion(UnityEditorInternal.AnimatorControllerLayer)
  name: GetMotion(AnimatorControllerLayer)
  fullName: UnityEditorInternal.State.GetMotion(UnityEditorInternal.AnimatorControllerLayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State.GetMotion.html
  commentId: M:UnityEditorInternal.State.GetMotion(UnityEditorInternal.AnimatorControllerLayer)
  nameWithType: State.GetMotion(AnimatorControllerLayer)
  type: Method
- uid: UnityEditorInternal.State.iKOnFeet
  name: iKOnFeet
  fullName: UnityEditorInternal.State.iKOnFeet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State-iKOnFeet.html
  commentId: P:UnityEditorInternal.State.iKOnFeet
  nameWithType: State.iKOnFeet
  type: Property
- uid: UnityEditorInternal.State.mirror
  name: mirror
  fullName: UnityEditorInternal.State.mirror
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State-mirror.html
  commentId: P:UnityEditorInternal.State.mirror
  nameWithType: State.mirror
  type: Property
- uid: UnityEditorInternal.State.speed
  name: speed
  fullName: UnityEditorInternal.State.speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State-speed.html
  commentId: P:UnityEditorInternal.State.speed
  nameWithType: State.speed
  type: Property
- uid: UnityEditorInternal.State.tag
  name: tag
  fullName: UnityEditorInternal.State.tag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State-tag.html
  commentId: P:UnityEditorInternal.State.tag
  nameWithType: State.tag
  type: Property
- uid: UnityEditorInternal.State.uniqueName
  name: uniqueName
  fullName: UnityEditorInternal.State.uniqueName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State-uniqueName.html
  commentId: P:UnityEditorInternal.State.uniqueName
  nameWithType: State.uniqueName
  type: Property
- uid: UnityEditorInternal.State.uniqueNameHash
  name: uniqueNameHash
  fullName: UnityEditorInternal.State.uniqueNameHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.State-uniqueNameHash.html
  commentId: P:UnityEditorInternal.State.uniqueNameHash
  nameWithType: State.uniqueNameHash
  type: Property
- uid: UnityEditorInternal.StateMachine
  name: StateMachine
  fullName: UnityEditorInternal.StateMachine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.html
  commentId: T:UnityEditorInternal.StateMachine
  nameWithType: StateMachine
  type: Class
- uid: UnityEditorInternal.StateMachine.AddAnyStateTransition(UnityEditorInternal.State)
  name: AddAnyStateTransition(State)
  fullName: UnityEditorInternal.StateMachine.AddAnyStateTransition(UnityEditorInternal.State)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.AddAnyStateTransition.html
  commentId: M:UnityEditorInternal.StateMachine.AddAnyStateTransition(UnityEditorInternal.State)
  nameWithType: StateMachine.AddAnyStateTransition(State)
  type: Method
- uid: UnityEditorInternal.StateMachine.AddState(System.String)
  name: AddState(string)
  fullName: UnityEditorInternal.StateMachine.AddState(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.AddState.html
  commentId: M:UnityEditorInternal.StateMachine.AddState(System.String)
  nameWithType: StateMachine.AddState(string)
  type: Method
- uid: UnityEditorInternal.StateMachine.AddStateMachine(System.String)
  name: AddStateMachine(string)
  fullName: UnityEditorInternal.StateMachine.AddStateMachine(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.AddStateMachine.html
  commentId: M:UnityEditorInternal.StateMachine.AddStateMachine(System.String)
  nameWithType: StateMachine.AddStateMachine(string)
  type: Method
- uid: UnityEditorInternal.StateMachine.AddTransition(UnityEditorInternal.State,UnityEditorInternal.State)
  name: AddTransition(State, State)
  fullName: UnityEditorInternal.StateMachine.AddTransition(UnityEditorInternal.State, UnityEditorInternal.State)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.AddTransition.html
  commentId: M:UnityEditorInternal.StateMachine.AddTransition(UnityEditorInternal.State,UnityEditorInternal.State)
  nameWithType: StateMachine.AddTransition(State, State)
  type: Method
- uid: UnityEditorInternal.StateMachine.anyStatePosition
  name: anyStatePosition
  fullName: UnityEditorInternal.StateMachine.anyStatePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine-anyStatePosition.html
  commentId: P:UnityEditorInternal.StateMachine.anyStatePosition
  nameWithType: StateMachine.anyStatePosition
  type: Property
- uid: UnityEditorInternal.StateMachine.defaultState
  name: defaultState
  fullName: UnityEditorInternal.StateMachine.defaultState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine-defaultState.html
  commentId: P:UnityEditorInternal.StateMachine.defaultState
  nameWithType: StateMachine.defaultState
  type: Property
- uid: UnityEditorInternal.StateMachine.GetState(System.Int32)
  name: GetState(int)
  fullName: UnityEditorInternal.StateMachine.GetState(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.GetState.html
  commentId: M:UnityEditorInternal.StateMachine.GetState(System.Int32)
  nameWithType: StateMachine.GetState(int)
  type: Method
- uid: UnityEditorInternal.StateMachine.GetStateMachine(System.Int32)
  name: GetStateMachine(int)
  fullName: UnityEditorInternal.StateMachine.GetStateMachine(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.GetStateMachine.html
  commentId: M:UnityEditorInternal.StateMachine.GetStateMachine(System.Int32)
  nameWithType: StateMachine.GetStateMachine(int)
  type: Method
- uid: UnityEditorInternal.StateMachine.GetStateMachinePosition(System.Int32)
  name: GetStateMachinePosition(int)
  fullName: UnityEditorInternal.StateMachine.GetStateMachinePosition(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.GetStateMachinePosition.html
  commentId: M:UnityEditorInternal.StateMachine.GetStateMachinePosition(System.Int32)
  nameWithType: StateMachine.GetStateMachinePosition(int)
  type: Method
- uid: UnityEditorInternal.StateMachine.GetTransitionsFromState(UnityEditorInternal.State)
  name: GetTransitionsFromState(State)
  fullName: UnityEditorInternal.StateMachine.GetTransitionsFromState(UnityEditorInternal.State)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine.GetTransitionsFromState.html
  commentId: M:UnityEditorInternal.StateMachine.GetTransitionsFromState(UnityEditorInternal.State)
  nameWithType: StateMachine.GetTransitionsFromState(State)
  type: Method
- uid: UnityEditorInternal.StateMachine.parentStateMachinePosition
  name: parentStateMachinePosition
  fullName: UnityEditorInternal.StateMachine.parentStateMachinePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.StateMachine-parentStateMachinePosition.html
  commentId: P:UnityEditorInternal.StateMachine.parentStateMachinePosition
  nameWithType: StateMachine.parentStateMachinePosition
  type: Property
- uid: UnityEditorInternal.Transition
  name: Transition
  fullName: UnityEditorInternal.Transition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.Transition.html
  commentId: T:UnityEditorInternal.Transition
  nameWithType: Transition
  type: Class
- uid: UnityEditorInternal.UISystemProfilerInfo
  name: UISystemProfilerInfo
  fullName: UnityEditorInternal.UISystemProfilerInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo.html
  commentId: T:UnityEditorInternal.UISystemProfilerInfo
  nameWithType: UISystemProfilerInfo
  type: Struct
- uid: UnityEditorInternal.UISystemProfilerInfo.batchBreakingReason
  name: batchBreakingReason
  fullName: UnityEditorInternal.UISystemProfilerInfo.batchBreakingReason
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-batchBreakingReason.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.batchBreakingReason
  nameWithType: UISystemProfilerInfo.batchBreakingReason
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.batchCount
  name: batchCount
  fullName: UnityEditorInternal.UISystemProfilerInfo.batchCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-batchCount.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.batchCount
  nameWithType: UISystemProfilerInfo.batchCount
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.instanceIDsCount
  name: instanceIDsCount
  fullName: UnityEditorInternal.UISystemProfilerInfo.instanceIDsCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-instanceIDsCount.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.instanceIDsCount
  nameWithType: UISystemProfilerInfo.instanceIDsCount
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.instanceIDsIndex
  name: instanceIDsIndex
  fullName: UnityEditorInternal.UISystemProfilerInfo.instanceIDsIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-instanceIDsIndex.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.instanceIDsIndex
  nameWithType: UISystemProfilerInfo.instanceIDsIndex
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.isBatch
  name: isBatch
  fullName: UnityEditorInternal.UISystemProfilerInfo.isBatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-isBatch.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.isBatch
  nameWithType: UISystemProfilerInfo.isBatch
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.objectInstanceId
  name: objectInstanceId
  fullName: UnityEditorInternal.UISystemProfilerInfo.objectInstanceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-objectInstanceId.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.objectInstanceId
  nameWithType: UISystemProfilerInfo.objectInstanceId
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.objectNameOffset
  name: objectNameOffset
  fullName: UnityEditorInternal.UISystemProfilerInfo.objectNameOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-objectNameOffset.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.objectNameOffset
  nameWithType: UISystemProfilerInfo.objectNameOffset
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.parentId
  name: parentId
  fullName: UnityEditorInternal.UISystemProfilerInfo.parentId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-parentId.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.parentId
  nameWithType: UISystemProfilerInfo.parentId
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.renderDataCount
  name: renderDataCount
  fullName: UnityEditorInternal.UISystemProfilerInfo.renderDataCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-renderDataCount.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.renderDataCount
  nameWithType: UISystemProfilerInfo.renderDataCount
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.renderDataIndex
  name: renderDataIndex
  fullName: UnityEditorInternal.UISystemProfilerInfo.renderDataIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-renderDataIndex.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.renderDataIndex
  nameWithType: UISystemProfilerInfo.renderDataIndex
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.totalBatchCount
  name: totalBatchCount
  fullName: UnityEditorInternal.UISystemProfilerInfo.totalBatchCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-totalBatchCount.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.totalBatchCount
  nameWithType: UISystemProfilerInfo.totalBatchCount
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.totalVertexCount
  name: totalVertexCount
  fullName: UnityEditorInternal.UISystemProfilerInfo.totalVertexCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-totalVertexCount.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.totalVertexCount
  nameWithType: UISystemProfilerInfo.totalVertexCount
  type: Field
- uid: UnityEditorInternal.UISystemProfilerInfo.vertexCount
  name: vertexCount
  fullName: UnityEditorInternal.UISystemProfilerInfo.vertexCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UISystemProfilerInfo-vertexCount.html
  commentId: F:UnityEditorInternal.UISystemProfilerInfo.vertexCount
  nameWithType: UISystemProfilerInfo.vertexCount
  type: Field
- uid: UnityEditorInternal.UnityEventDrawer
  name: UnityEventDrawer
  fullName: UnityEditorInternal.UnityEventDrawer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UnityEventDrawer.html
  commentId: T:UnityEditorInternal.UnityEventDrawer
  nameWithType: UnityEventDrawer
  type: Class
- uid: UnityEditorInternal.UnityEventDrawer.DrawEventHeader(UnityEngine.Rect)
  name: DrawEventHeader(Rect)
  fullName: UnityEditorInternal.UnityEventDrawer.DrawEventHeader(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UnityEventDrawer.DrawEventHeader.html
  commentId: M:UnityEditorInternal.UnityEventDrawer.DrawEventHeader(UnityEngine.Rect)
  nameWithType: UnityEventDrawer.DrawEventHeader(Rect)
  type: Method
- uid: UnityEditorInternal.UnityEventDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: GetPropertyHeight(SerializedProperty, GUIContent)
  fullName: UnityEditorInternal.UnityEventDrawer.GetPropertyHeight(UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UnityEventDrawer.GetPropertyHeight.html
  commentId: M:UnityEditorInternal.UnityEventDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: UnityEventDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditorInternal.UnityEventDrawer.IsPersistantListenerValid(UnityEngine.Events.UnityEventBase,System.String,UnityEngine.Object,UnityEngine.Events.PersistentListenerMode,System.Type)
  name: IsPersistantListenerValid(UnityEventBase, string, Object, PersistentListenerMode, Type)
  fullName: UnityEditorInternal.UnityEventDrawer.IsPersistantListenerValid(UnityEngine.Events.UnityEventBase, string, UnityEngine.Object, UnityEngine.Events.PersistentListenerMode, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UnityEventDrawer.IsPersistantListenerValid.html
  commentId: M:UnityEditorInternal.UnityEventDrawer.IsPersistantListenerValid(UnityEngine.Events.UnityEventBase,System.String,UnityEngine.Object,UnityEngine.Events.PersistentListenerMode,System.Type)
  nameWithType: UnityEventDrawer.IsPersistantListenerValid(UnityEventBase, string, Object, PersistentListenerMode, Type)
  type: Method
- uid: UnityEditorInternal.UnityEventDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  name: OnGUI(Rect, SerializedProperty, GUIContent)
  fullName: UnityEditorInternal.UnityEventDrawer.OnGUI(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UnityEventDrawer.OnGUI.html
  commentId: M:UnityEditorInternal.UnityEventDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)
  nameWithType: UnityEventDrawer.OnGUI(Rect, SerializedProperty, GUIContent)
  type: Method
- uid: UnityEditorInternal.UnityEventDrawer.OnGUI(UnityEngine.Rect)
  name: OnGUI(Rect)
  fullName: UnityEditorInternal.UnityEventDrawer.OnGUI(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UnityEventDrawer.OnGUI.html
  commentId: M:UnityEditorInternal.UnityEventDrawer.OnGUI(UnityEngine.Rect)
  nameWithType: UnityEventDrawer.OnGUI(Rect)
  type: Method
- uid: UnityEditorInternal.UnityEventDrawer.State
  name: UnityEventDrawer.State
  fullName: UnityEditorInternal.UnityEventDrawer.State
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UnityEventDrawer.State.html
  commentId: T:UnityEditorInternal.UnityEventDrawer.State
  nameWithType: UnityEventDrawer.State
  type: Class
- uid: UnityEditorInternal.UnityEventDrawer.State.lastSelectedIndex
  name: lastSelectedIndex
  fullName: UnityEditorInternal.UnityEventDrawer.State.lastSelectedIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.UnityEventDrawer.State-lastSelectedIndex.html
  commentId: F:UnityEditorInternal.UnityEventDrawer.State.lastSelectedIndex
  nameWithType: UnityEventDrawer.State.lastSelectedIndex
  type: Field
- uid: UnityEditorInternal.VersionControl
  name: UnityEditorInternal.VersionControl
  fullName: UnityEditorInternal.VersionControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditorInternal.VersionControl
  nameWithType: UnityEditorInternal.VersionControl
  type: Namespace
- uid: UnityEditorInternal.VersionControl.AssetModificationHook
  name: AssetModificationHook
  fullName: UnityEditorInternal.VersionControl.AssetModificationHook
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.AssetModificationHook.html
  commentId: T:UnityEditorInternal.VersionControl.AssetModificationHook
  nameWithType: AssetModificationHook
  type: Class
- uid: UnityEditorInternal.VersionControl.AssetModificationHook.IsOpenForEdit(System.String,System.String@,UnityEditor.StatusQueryOptions)
  name: IsOpenForEdit(string, out string, StatusQueryOptions)
  fullName: UnityEditorInternal.VersionControl.AssetModificationHook.IsOpenForEdit(string, out string, UnityEditor.StatusQueryOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.AssetModificationHook.IsOpenForEdit.html
  commentId: M:UnityEditorInternal.VersionControl.AssetModificationHook.IsOpenForEdit(System.String,System.String@,UnityEditor.StatusQueryOptions)
  nameWithType: AssetModificationHook.IsOpenForEdit(string, out string, StatusQueryOptions)
  type: Method
- uid: UnityEditorInternal.VersionControl.AssetModificationHook.OnWillDeleteAsset(System.String,UnityEditor.RemoveAssetOptions)
  name: OnWillDeleteAsset(string, RemoveAssetOptions)
  fullName: UnityEditorInternal.VersionControl.AssetModificationHook.OnWillDeleteAsset(string, UnityEditor.RemoveAssetOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.AssetModificationHook.OnWillDeleteAsset.html
  commentId: M:UnityEditorInternal.VersionControl.AssetModificationHook.OnWillDeleteAsset(System.String,UnityEditor.RemoveAssetOptions)
  nameWithType: AssetModificationHook.OnWillDeleteAsset(string, RemoveAssetOptions)
  type: Method
- uid: UnityEditorInternal.VersionControl.AssetModificationHook.OnWillMoveAsset(System.String,System.String)
  name: OnWillMoveAsset(string, string)
  fullName: UnityEditorInternal.VersionControl.AssetModificationHook.OnWillMoveAsset(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.AssetModificationHook.OnWillMoveAsset.html
  commentId: M:UnityEditorInternal.VersionControl.AssetModificationHook.OnWillMoveAsset(System.String,System.String)
  nameWithType: AssetModificationHook.OnWillMoveAsset(string, string)
  type: Method
- uid: UnityEditorInternal.VersionControl.ChangeSetContextMenu
  name: ChangeSetContextMenu
  fullName: UnityEditorInternal.VersionControl.ChangeSetContextMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ChangeSetContextMenu.html
  commentId: T:UnityEditorInternal.VersionControl.ChangeSetContextMenu
  nameWithType: ChangeSetContextMenu
  type: Class
- uid: UnityEditorInternal.VersionControl.ListControl
  name: ListControl
  fullName: UnityEditorInternal.VersionControl.ListControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.html
  commentId: T:UnityEditorInternal.VersionControl.ListControl
  nameWithType: ListControl
  type: Class
- uid: UnityEditorInternal.VersionControl.ListControl.#ctor
  name: ListControl()
  fullName: UnityEditorInternal.VersionControl.ListControl.ListControl()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl-ctor.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.#ctor
  nameWithType: ListControl.ListControl()
  type: Constructor
- uid: UnityEditorInternal.VersionControl.ListControl.ActionDelegate
  name: ListControl.ActionDelegate
  fullName: UnityEditorInternal.VersionControl.ListControl.ActionDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.ActionDelegate.html
  commentId: T:UnityEditorInternal.VersionControl.ListControl.ActionDelegate
  nameWithType: ListControl.ActionDelegate
  type: Delegate
- uid: UnityEditorInternal.VersionControl.ListControl.ActionEvent
  name: ActionEvent
  fullName: UnityEditorInternal.VersionControl.ListControl.ActionEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.ActionEvent.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.ActionEvent
  nameWithType: ListControl.ActionEvent
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.Add(UnityEditorInternal.VersionControl.ListItem,System.String,UnityEditor.VersionControl.Asset)
  name: Add(ListItem, string, Asset)
  fullName: UnityEditorInternal.VersionControl.ListControl.Add(UnityEditorInternal.VersionControl.ListItem, string, UnityEditor.VersionControl.Asset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Add.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.Add(UnityEditorInternal.VersionControl.ListItem,System.String,UnityEditor.VersionControl.Asset)
  nameWithType: ListControl.Add(ListItem, string, Asset)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.Add(UnityEditorInternal.VersionControl.ListItem,System.String,UnityEditor.VersionControl.ChangeSet)
  name: Add(ListItem, string, ChangeSet)
  fullName: UnityEditorInternal.VersionControl.ListControl.Add(UnityEditorInternal.VersionControl.ListItem, string, UnityEditor.VersionControl.ChangeSet)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Add.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.Add(UnityEditorInternal.VersionControl.ListItem,System.String,UnityEditor.VersionControl.ChangeSet)
  nameWithType: ListControl.Add(ListItem, string, ChangeSet)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.Clear
  name: Clear()
  fullName: UnityEditorInternal.VersionControl.ListControl.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Clear.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.Clear
  nameWithType: ListControl.Clear()
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.DragAcceptOnly
  name: DragAcceptOnly
  fullName: UnityEditorInternal.VersionControl.ListControl.DragAcceptOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.DragAcceptOnly.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.DragAcceptOnly
  nameWithType: ListControl.DragAcceptOnly
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.DragDelegate
  name: ListControl.DragDelegate
  fullName: UnityEditorInternal.VersionControl.ListControl.DragDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.DragDelegate.html
  commentId: T:UnityEditorInternal.VersionControl.ListControl.DragDelegate
  nameWithType: ListControl.DragDelegate
  type: Delegate
- uid: UnityEditorInternal.VersionControl.ListControl.DragEvent
  name: DragEvent
  fullName: UnityEditorInternal.VersionControl.ListControl.DragEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.DragEvent.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.DragEvent
  nameWithType: ListControl.DragEvent
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.EmptyChangeSets
  name: EmptyChangeSets
  fullName: UnityEditorInternal.VersionControl.ListControl.EmptyChangeSets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.EmptyChangeSets.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.EmptyChangeSets
  nameWithType: ListControl.EmptyChangeSets
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.ExpandDelegate
  name: ListControl.ExpandDelegate
  fullName: UnityEditorInternal.VersionControl.ListControl.ExpandDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.ExpandDelegate.html
  commentId: T:UnityEditorInternal.VersionControl.ListControl.ExpandDelegate
  nameWithType: ListControl.ExpandDelegate
  type: Delegate
- uid: UnityEditorInternal.VersionControl.ListControl.ExpandEvent
  name: ExpandEvent
  fullName: UnityEditorInternal.VersionControl.ListControl.ExpandEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.ExpandEvent.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.ExpandEvent
  nameWithType: ListControl.ExpandEvent
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.Finalize
  name: ~ListControl()
  fullName: UnityEditorInternal.VersionControl.ListControl.~ListControl()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Finalize.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.Finalize
  nameWithType: ListControl.~ListControl()
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.FindItemWithIdentifier(System.Int32)
  name: FindItemWithIdentifier(int)
  fullName: UnityEditorInternal.VersionControl.ListControl.FindItemWithIdentifier(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.FindItemWithIdentifier.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.FindItemWithIdentifier(System.Int32)
  nameWithType: ListControl.FindItemWithIdentifier(int)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.FromID(System.Int32)
  name: FromID(int)
  fullName: UnityEditorInternal.VersionControl.ListControl.FromID(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.FromID.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.FromID(System.Int32)
  nameWithType: ListControl.FromID(int)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.listState
  name: listState
  fullName: UnityEditorInternal.VersionControl.ListControl.listState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl-listState.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.listState
  nameWithType: ListControl.listState
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.ListState
  name: ListControl.ListState
  fullName: UnityEditorInternal.VersionControl.ListControl.ListState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.ListState.html
  commentId: T:UnityEditorInternal.VersionControl.ListControl.ListState
  nameWithType: ListControl.ListState
  type: Class
- uid: UnityEditorInternal.VersionControl.ListControl.ListState.Expanded
  name: Expanded
  fullName: UnityEditorInternal.VersionControl.ListControl.ListState.Expanded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.ListState.Expanded.html
  commentId: F:UnityEditorInternal.VersionControl.ListControl.ListState.Expanded
  nameWithType: ListControl.ListState.Expanded
  type: Field
- uid: UnityEditorInternal.VersionControl.ListControl.ListState.Scroll
  name: Scroll
  fullName: UnityEditorInternal.VersionControl.ListControl.ListState.Scroll
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.ListState.Scroll.html
  commentId: F:UnityEditorInternal.VersionControl.ListControl.ListState.Scroll
  nameWithType: ListControl.ListState.Scroll
  type: Field
- uid: UnityEditorInternal.VersionControl.ListControl.MenuDefault
  name: MenuDefault
  fullName: UnityEditorInternal.VersionControl.ListControl.MenuDefault
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.MenuDefault.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.MenuDefault
  nameWithType: ListControl.MenuDefault
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.MenuFolder
  name: MenuFolder
  fullName: UnityEditorInternal.VersionControl.ListControl.MenuFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.MenuFolder.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.MenuFolder
  nameWithType: ListControl.MenuFolder
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.OnGUI(UnityEngine.Rect,System.Boolean)
  name: OnGUI(Rect, bool)
  fullName: UnityEditorInternal.VersionControl.ListControl.OnGUI(UnityEngine.Rect, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.OnGUI.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.OnGUI(UnityEngine.Rect,System.Boolean)
  nameWithType: ListControl.OnGUI(Rect, bool)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.ReadOnly
  name: ReadOnly
  fullName: UnityEditorInternal.VersionControl.ListControl.ReadOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.ReadOnly.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.ReadOnly
  nameWithType: ListControl.ReadOnly
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.Refresh
  name: Refresh()
  fullName: UnityEditorInternal.VersionControl.ListControl.Refresh()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Refresh.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.Refresh
  nameWithType: ListControl.Refresh()
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.Refresh(System.Boolean)
  name: Refresh(bool)
  fullName: UnityEditorInternal.VersionControl.ListControl.Refresh(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Refresh.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.Refresh(System.Boolean)
  nameWithType: ListControl.Refresh(bool)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.Root
  name: Root
  fullName: UnityEditorInternal.VersionControl.ListControl.Root
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Root.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.Root
  nameWithType: ListControl.Root
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.SelectDirection
  name: ListControl.SelectDirection
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectDirection.html
  commentId: T:UnityEditorInternal.VersionControl.ListControl.SelectDirection
  nameWithType: ListControl.SelectDirection
  type: Enum
- uid: UnityEditorInternal.VersionControl.ListControl.SelectDirection.Current
  name: Current
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectDirection.Current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectDirection.Current.html
  commentId: F:UnityEditorInternal.VersionControl.ListControl.SelectDirection.Current
  nameWithType: ListControl.SelectDirection.Current
  type: Field
- uid: UnityEditorInternal.VersionControl.ListControl.SelectDirection.Down
  name: Down
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectDirection.Down
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectDirection.Down.html
  commentId: F:UnityEditorInternal.VersionControl.ListControl.SelectDirection.Down
  nameWithType: ListControl.SelectDirection.Down
  type: Field
- uid: UnityEditorInternal.VersionControl.ListControl.SelectDirection.Up
  name: Up
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectDirection.Up
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectDirection.Up.html
  commentId: F:UnityEditorInternal.VersionControl.ListControl.SelectDirection.Up
  nameWithType: ListControl.SelectDirection.Up
  type: Field
- uid: UnityEditorInternal.VersionControl.ListControl.SelectedAdd(UnityEditorInternal.VersionControl.ListItem)
  name: SelectedAdd(ListItem)
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectedAdd(UnityEditorInternal.VersionControl.ListItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectedAdd.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.SelectedAdd(UnityEditorInternal.VersionControl.ListItem)
  nameWithType: ListControl.SelectedAdd(ListItem)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.SelectedAll
  name: SelectedAll()
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectedAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectedAll.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.SelectedAll
  nameWithType: ListControl.SelectedAll()
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.SelectedAssets
  name: SelectedAssets
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectedAssets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectedAssets.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.SelectedAssets
  nameWithType: ListControl.SelectedAssets
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.SelectedChangeSets
  name: SelectedChangeSets
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectedChangeSets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectedChangeSets.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.SelectedChangeSets
  nameWithType: ListControl.SelectedChangeSets
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.SelectedSet(UnityEditorInternal.VersionControl.ListItem)
  name: SelectedSet(ListItem)
  fullName: UnityEditorInternal.VersionControl.ListControl.SelectedSet(UnityEditorInternal.VersionControl.ListItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.SelectedSet.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.SelectedSet(UnityEditorInternal.VersionControl.ListItem)
  nameWithType: ListControl.SelectedSet(ListItem)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListControl.Size
  name: Size
  fullName: UnityEditorInternal.VersionControl.ListControl.Size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Size.html
  commentId: P:UnityEditorInternal.VersionControl.ListControl.Size
  nameWithType: ListControl.Size
  type: Property
- uid: UnityEditorInternal.VersionControl.ListControl.Sync
  name: Sync()
  fullName: UnityEditorInternal.VersionControl.ListControl.Sync()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListControl.Sync.html
  commentId: M:UnityEditorInternal.VersionControl.ListControl.Sync
  nameWithType: ListControl.Sync()
  type: Method
- uid: UnityEditorInternal.VersionControl.ListItem
  name: ListItem
  fullName: UnityEditorInternal.VersionControl.ListItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.html
  commentId: T:UnityEditorInternal.VersionControl.ListItem
  nameWithType: ListItem
  type: Class
- uid: UnityEditorInternal.VersionControl.ListItem.#ctor
  name: ListItem()
  fullName: UnityEditorInternal.VersionControl.ListItem.ListItem()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem-ctor.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.#ctor
  nameWithType: ListItem.ListItem()
  type: Constructor
- uid: UnityEditorInternal.VersionControl.ListItem.Actions
  name: Actions
  fullName: UnityEditorInternal.VersionControl.ListItem.Actions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Actions.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Actions
  nameWithType: ListItem.Actions
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Add(UnityEditorInternal.VersionControl.ListItem)
  name: Add(ListItem)
  fullName: UnityEditorInternal.VersionControl.ListItem.Add(UnityEditorInternal.VersionControl.ListItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Add.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.Add(UnityEditorInternal.VersionControl.ListItem)
  nameWithType: ListItem.Add(ListItem)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListItem.Asset
  name: Asset
  fullName: UnityEditorInternal.VersionControl.ListItem.Asset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Asset.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Asset
  nameWithType: ListItem.Asset
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.CanAccept
  name: CanAccept
  fullName: UnityEditorInternal.VersionControl.ListItem.CanAccept
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.CanAccept.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.CanAccept
  nameWithType: ListItem.CanAccept
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.CanExpand
  name: CanExpand
  fullName: UnityEditorInternal.VersionControl.ListItem.CanExpand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.CanExpand.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.CanExpand
  nameWithType: ListItem.CanExpand
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Change
  name: Change
  fullName: UnityEditorInternal.VersionControl.ListItem.Change
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Change.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Change
  nameWithType: ListItem.Change
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.ChildCount
  name: ChildCount
  fullName: UnityEditorInternal.VersionControl.ListItem.ChildCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.ChildCount.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.ChildCount
  nameWithType: ListItem.ChildCount
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Clear
  name: Clear()
  fullName: UnityEditorInternal.VersionControl.ListItem.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Clear.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.Clear
  nameWithType: ListItem.Clear()
  type: Method
- uid: UnityEditorInternal.VersionControl.ListItem.Dummy
  name: Dummy
  fullName: UnityEditorInternal.VersionControl.ListItem.Dummy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Dummy.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Dummy
  nameWithType: ListItem.Dummy
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Exclusive
  name: Exclusive
  fullName: UnityEditorInternal.VersionControl.ListItem.Exclusive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Exclusive.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Exclusive
  nameWithType: ListItem.Exclusive
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Expanded
  name: Expanded
  fullName: UnityEditorInternal.VersionControl.ListItem.Expanded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Expanded.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Expanded
  nameWithType: ListItem.Expanded
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Finalize
  name: ~ListItem()
  fullName: UnityEditorInternal.VersionControl.ListItem.~ListItem()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Finalize.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.Finalize
  nameWithType: ListItem.~ListItem()
  type: Method
- uid: UnityEditorInternal.VersionControl.ListItem.FindWithIdentifierRecurse(System.Int32)
  name: FindWithIdentifierRecurse(int)
  fullName: UnityEditorInternal.VersionControl.ListItem.FindWithIdentifierRecurse(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.FindWithIdentifierRecurse.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.FindWithIdentifierRecurse(System.Int32)
  nameWithType: ListItem.FindWithIdentifierRecurse(int)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListItem.FirstChild
  name: FirstChild
  fullName: UnityEditorInternal.VersionControl.ListItem.FirstChild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.FirstChild.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.FirstChild
  nameWithType: ListItem.FirstChild
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.HasActions
  name: HasActions
  fullName: UnityEditorInternal.VersionControl.ListItem.HasActions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.HasActions.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.HasActions
  nameWithType: ListItem.HasActions
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.HasChildren
  name: HasChildren
  fullName: UnityEditorInternal.VersionControl.ListItem.HasChildren
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.HasChildren.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.HasChildren
  nameWithType: ListItem.HasChildren
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.HasPath
  name: HasPath()
  fullName: UnityEditorInternal.VersionControl.ListItem.HasPath()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.HasPath.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.HasPath
  nameWithType: ListItem.HasPath()
  type: Method
- uid: UnityEditorInternal.VersionControl.ListItem.Hidden
  name: Hidden
  fullName: UnityEditorInternal.VersionControl.ListItem.Hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Hidden.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Hidden
  nameWithType: ListItem.Hidden
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Icon
  name: Icon
  fullName: UnityEditorInternal.VersionControl.ListItem.Icon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Icon.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Icon
  nameWithType: ListItem.Icon
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Identifier
  name: Identifier
  fullName: UnityEditorInternal.VersionControl.ListItem.Identifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Identifier.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Identifier
  nameWithType: ListItem.Identifier
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Indent
  name: Indent
  fullName: UnityEditorInternal.VersionControl.ListItem.Indent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Indent.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Indent
  nameWithType: ListItem.Indent
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.IsChildOf(UnityEditorInternal.VersionControl.ListItem)
  name: IsChildOf(ListItem)
  fullName: UnityEditorInternal.VersionControl.ListItem.IsChildOf(UnityEditorInternal.VersionControl.ListItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.IsChildOf.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.IsChildOf(UnityEditorInternal.VersionControl.ListItem)
  nameWithType: ListItem.IsChildOf(ListItem)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListItem.Item
  name: Item
  fullName: UnityEditorInternal.VersionControl.ListItem.Item
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Item.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Item
  nameWithType: ListItem.Item
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.LastChild
  name: LastChild
  fullName: UnityEditorInternal.VersionControl.ListItem.LastChild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.LastChild.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.LastChild
  nameWithType: ListItem.LastChild
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Name
  name: Name
  fullName: UnityEditorInternal.VersionControl.ListItem.Name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Name.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Name
  nameWithType: ListItem.Name
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Next
  name: Next
  fullName: UnityEditorInternal.VersionControl.ListItem.Next
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Next.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Next
  nameWithType: ListItem.Next
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.NextOpen
  name: NextOpen
  fullName: UnityEditorInternal.VersionControl.ListItem.NextOpen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.NextOpen.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.NextOpen
  nameWithType: ListItem.NextOpen
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.NextOpenSkip
  name: NextOpenSkip
  fullName: UnityEditorInternal.VersionControl.ListItem.NextOpenSkip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.NextOpenSkip.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.NextOpenSkip
  nameWithType: ListItem.NextOpenSkip
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.NextOpenVisible
  name: NextOpenVisible
  fullName: UnityEditorInternal.VersionControl.ListItem.NextOpenVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.NextOpenVisible.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.NextOpenVisible
  nameWithType: ListItem.NextOpenVisible
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.OpenCount
  name: OpenCount
  fullName: UnityEditorInternal.VersionControl.ListItem.OpenCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.OpenCount.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.OpenCount
  nameWithType: ListItem.OpenCount
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Parent
  name: Parent
  fullName: UnityEditorInternal.VersionControl.ListItem.Parent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Parent.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Parent
  nameWithType: ListItem.Parent
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Prev
  name: Prev
  fullName: UnityEditorInternal.VersionControl.ListItem.Prev
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Prev.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.Prev
  nameWithType: ListItem.Prev
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.PrevOpen
  name: PrevOpen
  fullName: UnityEditorInternal.VersionControl.ListItem.PrevOpen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.PrevOpen.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.PrevOpen
  nameWithType: ListItem.PrevOpen
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.PrevOpenSkip
  name: PrevOpenSkip
  fullName: UnityEditorInternal.VersionControl.ListItem.PrevOpenSkip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.PrevOpenSkip.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.PrevOpenSkip
  nameWithType: ListItem.PrevOpenSkip
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.PrevOpenVisible
  name: PrevOpenVisible
  fullName: UnityEditorInternal.VersionControl.ListItem.PrevOpenVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.PrevOpenVisible.html
  commentId: P:UnityEditorInternal.VersionControl.ListItem.PrevOpenVisible
  nameWithType: ListItem.PrevOpenVisible
  type: Property
- uid: UnityEditorInternal.VersionControl.ListItem.Remove(UnityEditorInternal.VersionControl.ListItem)
  name: Remove(ListItem)
  fullName: UnityEditorInternal.VersionControl.ListItem.Remove(UnityEditorInternal.VersionControl.ListItem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.Remove.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.Remove(UnityEditorInternal.VersionControl.ListItem)
  nameWithType: ListItem.Remove(ListItem)
  type: Method
- uid: UnityEditorInternal.VersionControl.ListItem.RemoveAll
  name: RemoveAll()
  fullName: UnityEditorInternal.VersionControl.ListItem.RemoveAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ListItem.RemoveAll.html
  commentId: M:UnityEditorInternal.VersionControl.ListItem.RemoveAll
  nameWithType: ListItem.RemoveAll()
  type: Method
- uid: UnityEditorInternal.VersionControl.Overlay
  name: Overlay
  fullName: UnityEditorInternal.VersionControl.Overlay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.Overlay.html
  commentId: T:UnityEditorInternal.VersionControl.Overlay
  nameWithType: Overlay
  type: Class
- uid: UnityEditorInternal.VersionControl.Overlay.DrawOverlay(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.Asset,UnityEngine.Rect)
  name: DrawOverlay(Asset, Asset, Rect)
  fullName: UnityEditorInternal.VersionControl.Overlay.DrawOverlay(UnityEditor.VersionControl.Asset, UnityEditor.VersionControl.Asset, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.Overlay.DrawOverlay.html
  commentId: M:UnityEditorInternal.VersionControl.Overlay.DrawOverlay(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.Asset,UnityEngine.Rect)
  nameWithType: Overlay.DrawOverlay(Asset, Asset, Rect)
  type: Method
- uid: UnityEditorInternal.VersionControl.Overlay.DrawOverlay(UnityEditor.VersionControl.Asset,UnityEngine.Rect)
  name: DrawOverlay(Asset, Rect)
  fullName: UnityEditorInternal.VersionControl.Overlay.DrawOverlay(UnityEditor.VersionControl.Asset, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.Overlay.DrawOverlay.html
  commentId: M:UnityEditorInternal.VersionControl.Overlay.DrawOverlay(UnityEditor.VersionControl.Asset,UnityEngine.Rect)
  nameWithType: Overlay.DrawOverlay(Asset, Rect)
  type: Method
- uid: UnityEditorInternal.VersionControl.Overlay.GetOverlayRect(UnityEngine.Rect)
  name: GetOverlayRect(Rect)
  fullName: UnityEditorInternal.VersionControl.Overlay.GetOverlayRect(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.Overlay.GetOverlayRect.html
  commentId: M:UnityEditorInternal.VersionControl.Overlay.GetOverlayRect(UnityEngine.Rect)
  nameWithType: Overlay.GetOverlayRect(Rect)
  type: Method
- uid: UnityEditorInternal.VersionControl.PendingWindowContextMenu
  name: PendingWindowContextMenu
  fullName: UnityEditorInternal.VersionControl.PendingWindowContextMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.PendingWindowContextMenu.html
  commentId: T:UnityEditorInternal.VersionControl.PendingWindowContextMenu
  nameWithType: PendingWindowContextMenu
  type: Class
- uid: UnityEditorInternal.VersionControl.ProjectContextMenu
  name: ProjectContextMenu
  fullName: UnityEditorInternal.VersionControl.ProjectContextMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VersionControl.ProjectContextMenu.html
  commentId: T:UnityEditorInternal.VersionControl.ProjectContextMenu
  nameWithType: ProjectContextMenu
  type: Class
- uid: UnityEditorInternal.VR
  name: UnityEditorInternal.VR
  fullName: UnityEditorInternal.VR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEditorInternal.VR
  nameWithType: UnityEditorInternal.VR
  type: Namespace
- uid: UnityEditorInternal.VR.EmulationMode
  name: EmulationMode
  fullName: UnityEditorInternal.VR.EmulationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.EmulationMode.html
  commentId: T:UnityEditorInternal.VR.EmulationMode
  nameWithType: EmulationMode
  type: Enum
- uid: UnityEditorInternal.VR.EmulationMode.None
  name: None
  fullName: UnityEditorInternal.VR.EmulationMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.EmulationMode.None.html
  commentId: F:UnityEditorInternal.VR.EmulationMode.None
  nameWithType: EmulationMode.None
  type: Field
- uid: UnityEditorInternal.VR.EmulationMode.RemoteDevice
  name: RemoteDevice
  fullName: UnityEditorInternal.VR.EmulationMode.RemoteDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.EmulationMode.RemoteDevice.html
  commentId: F:UnityEditorInternal.VR.EmulationMode.RemoteDevice
  nameWithType: EmulationMode.RemoteDevice
  type: Field
- uid: UnityEditorInternal.VR.EmulationMode.Simulated
  name: Simulated
  fullName: UnityEditorInternal.VR.EmulationMode.Simulated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.EmulationMode.Simulated.html
  commentId: F:UnityEditorInternal.VR.EmulationMode.Simulated
  nameWithType: EmulationMode.Simulated
  type: Field
- uid: UnityEditorInternal.VR.GestureHand
  name: GestureHand
  fullName: UnityEditorInternal.VR.GestureHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.GestureHand.html
  commentId: T:UnityEditorInternal.VR.GestureHand
  nameWithType: GestureHand
  type: Enum
- uid: UnityEditorInternal.VR.GestureHand.Left
  name: Left
  fullName: UnityEditorInternal.VR.GestureHand.Left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.GestureHand.Left.html
  commentId: F:UnityEditorInternal.VR.GestureHand.Left
  nameWithType: GestureHand.Left
  type: Field
- uid: UnityEditorInternal.VR.GestureHand.Right
  name: Right
  fullName: UnityEditorInternal.VR.GestureHand.Right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.GestureHand.Right.html
  commentId: F:UnityEditorInternal.VR.GestureHand.Right
  nameWithType: GestureHand.Right
  type: Field
- uid: UnityEditorInternal.VR.HolographicEmulation
  name: HolographicEmulation
  fullName: UnityEditorInternal.VR.HolographicEmulation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulation.html
  commentId: T:UnityEditorInternal.VR.HolographicEmulation
  nameWithType: HolographicEmulation
  type: Class
- uid: UnityEditorInternal.VR.HolographicEmulation.LoadRoom(System.String)
  name: LoadRoom(string)
  fullName: UnityEditorInternal.VR.HolographicEmulation.LoadRoom(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulation.LoadRoom.html
  commentId: M:UnityEditorInternal.VR.HolographicEmulation.LoadRoom(System.String)
  nameWithType: HolographicEmulation.LoadRoom(string)
  type: Method
- uid: UnityEditorInternal.VR.HolographicEmulation.Reset
  name: Reset()
  fullName: UnityEditorInternal.VR.HolographicEmulation.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulation.Reset.html
  commentId: M:UnityEditorInternal.VR.HolographicEmulation.Reset
  nameWithType: HolographicEmulation.Reset()
  type: Method
- uid: UnityEditorInternal.VR.HolographicEmulation.simulatedBody
  name: simulatedBody
  fullName: UnityEditorInternal.VR.HolographicEmulation.simulatedBody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulation-simulatedBody.html
  commentId: P:UnityEditorInternal.VR.HolographicEmulation.simulatedBody
  nameWithType: HolographicEmulation.simulatedBody
  type: Property
- uid: UnityEditorInternal.VR.HolographicEmulation.simulatedHead
  name: simulatedHead
  fullName: UnityEditorInternal.VR.HolographicEmulation.simulatedHead
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulation-simulatedHead.html
  commentId: P:UnityEditorInternal.VR.HolographicEmulation.simulatedHead
  nameWithType: HolographicEmulation.simulatedHead
  type: Property
- uid: UnityEditorInternal.VR.HolographicEmulation.simulatedLeftHand
  name: simulatedLeftHand
  fullName: UnityEditorInternal.VR.HolographicEmulation.simulatedLeftHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulation-simulatedLeftHand.html
  commentId: P:UnityEditorInternal.VR.HolographicEmulation.simulatedLeftHand
  nameWithType: HolographicEmulation.simulatedLeftHand
  type: Property
- uid: UnityEditorInternal.VR.HolographicEmulation.simulatedRightHand
  name: simulatedRightHand
  fullName: UnityEditorInternal.VR.HolographicEmulation.simulatedRightHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulation-simulatedRightHand.html
  commentId: P:UnityEditorInternal.VR.HolographicEmulation.simulatedRightHand
  nameWithType: HolographicEmulation.simulatedRightHand
  type: Property
- uid: UnityEditorInternal.VR.HolographicEmulationHelpers
  name: HolographicEmulationHelpers
  fullName: UnityEditorInternal.VR.HolographicEmulationHelpers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulationHelpers.html
  commentId: T:UnityEditorInternal.VR.HolographicEmulationHelpers
  nameWithType: HolographicEmulationHelpers
  type: Class
- uid: UnityEditorInternal.VR.HolographicEmulationHelpers.CalcExpectedCameraPosition(UnityEditorInternal.VR.SimulatedHead,UnityEditorInternal.VR.SimulatedBody)
  name: CalcExpectedCameraPosition(SimulatedHead, SimulatedBody)
  fullName: UnityEditorInternal.VR.HolographicEmulationHelpers.CalcExpectedCameraPosition(UnityEditorInternal.VR.SimulatedHead, UnityEditorInternal.VR.SimulatedBody)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulationHelpers.CalcExpectedCameraPosition.html
  commentId: M:UnityEditorInternal.VR.HolographicEmulationHelpers.CalcExpectedCameraPosition(UnityEditorInternal.VR.SimulatedHead,UnityEditorInternal.VR.SimulatedBody)
  nameWithType: HolographicEmulationHelpers.CalcExpectedCameraPosition(SimulatedHead, SimulatedBody)
  type: Method
- uid: UnityEditorInternal.VR.HolographicEmulationHelpers.k_DefaultBodyHeight
  name: k_DefaultBodyHeight
  fullName: UnityEditorInternal.VR.HolographicEmulationHelpers.k_DefaultBodyHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulationHelpers-k_DefaultBodyHeight.html
  commentId: F:UnityEditorInternal.VR.HolographicEmulationHelpers.k_DefaultBodyHeight
  nameWithType: HolographicEmulationHelpers.k_DefaultBodyHeight
  type: Field
- uid: UnityEditorInternal.VR.HolographicEmulationHelpers.k_DefaultHeadDiameter
  name: k_DefaultHeadDiameter
  fullName: UnityEditorInternal.VR.HolographicEmulationHelpers.k_DefaultHeadDiameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulationHelpers-k_DefaultHeadDiameter.html
  commentId: F:UnityEditorInternal.VR.HolographicEmulationHelpers.k_DefaultHeadDiameter
  nameWithType: HolographicEmulationHelpers.k_DefaultHeadDiameter
  type: Field
- uid: UnityEditorInternal.VR.HolographicEmulationHelpers.k_ForwardOffset
  name: k_ForwardOffset
  fullName: UnityEditorInternal.VR.HolographicEmulationHelpers.k_ForwardOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulationHelpers-k_ForwardOffset.html
  commentId: F:UnityEditorInternal.VR.HolographicEmulationHelpers.k_ForwardOffset
  nameWithType: HolographicEmulationHelpers.k_ForwardOffset
  type: Field
- uid: UnityEditorInternal.VR.HolographicEmulationWindow
  name: HolographicEmulationWindow
  fullName: UnityEditorInternal.VR.HolographicEmulationWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulationWindow.html
  commentId: T:UnityEditorInternal.VR.HolographicEmulationWindow
  nameWithType: HolographicEmulationWindow
  type: Class
- uid: UnityEditorInternal.VR.HolographicEmulationWindow.emulationMode
  name: emulationMode
  fullName: UnityEditorInternal.VR.HolographicEmulationWindow.emulationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.HolographicEmulationWindow-emulationMode.html
  commentId: P:UnityEditorInternal.VR.HolographicEmulationWindow.emulationMode
  nameWithType: HolographicEmulationWindow.emulationMode
  type: Property
- uid: UnityEditorInternal.VR.SimulatedBody
  name: SimulatedBody
  fullName: UnityEditorInternal.VR.SimulatedBody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedBody.html
  commentId: T:UnityEditorInternal.VR.SimulatedBody
  nameWithType: SimulatedBody
  type: Class
- uid: UnityEditorInternal.VR.SimulatedBody.height
  name: height
  fullName: UnityEditorInternal.VR.SimulatedBody.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedBody-height.html
  commentId: P:UnityEditorInternal.VR.SimulatedBody.height
  nameWithType: SimulatedBody.height
  type: Property
- uid: UnityEditorInternal.VR.SimulatedBody.position
  name: position
  fullName: UnityEditorInternal.VR.SimulatedBody.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedBody-position.html
  commentId: P:UnityEditorInternal.VR.SimulatedBody.position
  nameWithType: SimulatedBody.position
  type: Property
- uid: UnityEditorInternal.VR.SimulatedBody.rotation
  name: rotation
  fullName: UnityEditorInternal.VR.SimulatedBody.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedBody-rotation.html
  commentId: P:UnityEditorInternal.VR.SimulatedBody.rotation
  nameWithType: SimulatedBody.rotation
  type: Property
- uid: UnityEditorInternal.VR.SimulatedGesture
  name: SimulatedGesture
  fullName: UnityEditorInternal.VR.SimulatedGesture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedGesture.html
  commentId: T:UnityEditorInternal.VR.SimulatedGesture
  nameWithType: SimulatedGesture
  type: Enum
- uid: UnityEditorInternal.VR.SimulatedGesture.FingerPressed
  name: FingerPressed
  fullName: UnityEditorInternal.VR.SimulatedGesture.FingerPressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedGesture.FingerPressed.html
  commentId: F:UnityEditorInternal.VR.SimulatedGesture.FingerPressed
  nameWithType: SimulatedGesture.FingerPressed
  type: Field
- uid: UnityEditorInternal.VR.SimulatedGesture.FingerReleased
  name: FingerReleased
  fullName: UnityEditorInternal.VR.SimulatedGesture.FingerReleased
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedGesture.FingerReleased.html
  commentId: F:UnityEditorInternal.VR.SimulatedGesture.FingerReleased
  nameWithType: SimulatedGesture.FingerReleased
  type: Field
- uid: UnityEditorInternal.VR.SimulatedHand
  name: SimulatedHand
  fullName: UnityEditorInternal.VR.SimulatedHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHand.html
  commentId: T:UnityEditorInternal.VR.SimulatedHand
  nameWithType: SimulatedHand
  type: Class
- uid: UnityEditorInternal.VR.SimulatedHand.activated
  name: activated
  fullName: UnityEditorInternal.VR.SimulatedHand.activated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHand-activated.html
  commentId: P:UnityEditorInternal.VR.SimulatedHand.activated
  nameWithType: SimulatedHand.activated
  type: Property
- uid: UnityEditorInternal.VR.SimulatedHand.EnsureVisible
  name: EnsureVisible()
  fullName: UnityEditorInternal.VR.SimulatedHand.EnsureVisible()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHand.EnsureVisible.html
  commentId: M:UnityEditorInternal.VR.SimulatedHand.EnsureVisible
  nameWithType: SimulatedHand.EnsureVisible()
  type: Method
- uid: UnityEditorInternal.VR.SimulatedHand.PerformGesture(UnityEditorInternal.VR.SimulatedGesture)
  name: PerformGesture(SimulatedGesture)
  fullName: UnityEditorInternal.VR.SimulatedHand.PerformGesture(UnityEditorInternal.VR.SimulatedGesture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHand.PerformGesture.html
  commentId: M:UnityEditorInternal.VR.SimulatedHand.PerformGesture(UnityEditorInternal.VR.SimulatedGesture)
  nameWithType: SimulatedHand.PerformGesture(SimulatedGesture)
  type: Method
- uid: UnityEditorInternal.VR.SimulatedHand.position
  name: position
  fullName: UnityEditorInternal.VR.SimulatedHand.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHand-position.html
  commentId: P:UnityEditorInternal.VR.SimulatedHand.position
  nameWithType: SimulatedHand.position
  type: Property
- uid: UnityEditorInternal.VR.SimulatedHand.visible
  name: visible
  fullName: UnityEditorInternal.VR.SimulatedHand.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHand-visible.html
  commentId: P:UnityEditorInternal.VR.SimulatedHand.visible
  nameWithType: SimulatedHand.visible
  type: Property
- uid: UnityEditorInternal.VR.SimulatedHead
  name: SimulatedHead
  fullName: UnityEditorInternal.VR.SimulatedHead
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHead.html
  commentId: T:UnityEditorInternal.VR.SimulatedHead
  nameWithType: SimulatedHead
  type: Class
- uid: UnityEditorInternal.VR.SimulatedHead.diameter
  name: diameter
  fullName: UnityEditorInternal.VR.SimulatedHead.diameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHead-diameter.html
  commentId: P:UnityEditorInternal.VR.SimulatedHead.diameter
  nameWithType: SimulatedHead.diameter
  type: Property
- uid: UnityEditorInternal.VR.SimulatedHead.eulerAngles
  name: eulerAngles
  fullName: UnityEditorInternal.VR.SimulatedHead.eulerAngles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.SimulatedHead-eulerAngles.html
  commentId: P:UnityEditorInternal.VR.SimulatedHead.eulerAngles
  nameWithType: SimulatedHead.eulerAngles
  type: Property
- uid: UnityEditorInternal.VR.VRDeviceInfoEditor
  name: VRDeviceInfoEditor
  fullName: UnityEditorInternal.VR.VRDeviceInfoEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRDeviceInfoEditor.html
  commentId: T:UnityEditorInternal.VR.VRDeviceInfoEditor
  nameWithType: VRDeviceInfoEditor
  type: Struct
- uid: UnityEditorInternal.VR.VRDeviceInfoEditor.deviceNameKey
  name: deviceNameKey
  fullName: UnityEditorInternal.VR.VRDeviceInfoEditor.deviceNameKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRDeviceInfoEditor-deviceNameKey.html
  commentId: F:UnityEditorInternal.VR.VRDeviceInfoEditor.deviceNameKey
  nameWithType: VRDeviceInfoEditor.deviceNameKey
  type: Field
- uid: UnityEditorInternal.VR.VRDeviceInfoEditor.deviceNameUI
  name: deviceNameUI
  fullName: UnityEditorInternal.VR.VRDeviceInfoEditor.deviceNameUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRDeviceInfoEditor-deviceNameUI.html
  commentId: F:UnityEditorInternal.VR.VRDeviceInfoEditor.deviceNameUI
  nameWithType: VRDeviceInfoEditor.deviceNameUI
  type: Field
- uid: UnityEditorInternal.VR.VRDeviceInfoEditor.externalPluginName
  name: externalPluginName
  fullName: UnityEditorInternal.VR.VRDeviceInfoEditor.externalPluginName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRDeviceInfoEditor-externalPluginName.html
  commentId: F:UnityEditorInternal.VR.VRDeviceInfoEditor.externalPluginName
  nameWithType: VRDeviceInfoEditor.externalPluginName
  type: Field
- uid: UnityEditorInternal.VR.VRDeviceInfoEditor.inListByDefault
  name: inListByDefault
  fullName: UnityEditorInternal.VR.VRDeviceInfoEditor.inListByDefault
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRDeviceInfoEditor-inListByDefault.html
  commentId: F:UnityEditorInternal.VR.VRDeviceInfoEditor.inListByDefault
  nameWithType: VRDeviceInfoEditor.inListByDefault
  type: Field
- uid: UnityEditorInternal.VR.VRDeviceInfoEditor.supportsEditorMode
  name: supportsEditorMode
  fullName: UnityEditorInternal.VR.VRDeviceInfoEditor.supportsEditorMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRDeviceInfoEditor-supportsEditorMode.html
  commentId: F:UnityEditorInternal.VR.VRDeviceInfoEditor.supportsEditorMode
  nameWithType: VRDeviceInfoEditor.supportsEditorMode
  type: Field
- uid: UnityEditorInternal.VR.VREditor
  name: VREditor
  fullName: UnityEditorInternal.VR.VREditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.html
  commentId: T:UnityEditorInternal.VR.VREditor
  nameWithType: VREditor
  type: Class
- uid: UnityEditorInternal.VR.VREditor.ClearDeviceListDirty(UnityEditor.BuildTargetGroup)
  name: ClearDeviceListDirty(BuildTargetGroup)
  fullName: UnityEditorInternal.VR.VREditor.ClearDeviceListDirty(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.ClearDeviceListDirty.html
  commentId: M:UnityEditorInternal.VR.VREditor.ClearDeviceListDirty(UnityEditor.BuildTargetGroup)
  nameWithType: VREditor.ClearDeviceListDirty(BuildTargetGroup)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetAllVRDeviceInfo(UnityEditor.BuildTargetGroup)
  name: GetAllVRDeviceInfo(BuildTargetGroup)
  fullName: UnityEditorInternal.VR.VREditor.GetAllVRDeviceInfo(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetAllVRDeviceInfo.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetAllVRDeviceInfo(UnityEditor.BuildTargetGroup)
  nameWithType: VREditor.GetAllVRDeviceInfo(BuildTargetGroup)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetAllVRDeviceInfoByTarget(UnityEditor.BuildTarget)
  name: GetAllVRDeviceInfoByTarget(BuildTarget)
  fullName: UnityEditorInternal.VR.VREditor.GetAllVRDeviceInfoByTarget(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetAllVRDeviceInfoByTarget.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetAllVRDeviceInfoByTarget(UnityEditor.BuildTarget)
  nameWithType: VREditor.GetAllVRDeviceInfoByTarget(BuildTarget)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetAvailableVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  name: GetAvailableVirtualRealitySDKs(BuildTargetGroup)
  fullName: UnityEditorInternal.VR.VREditor.GetAvailableVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetAvailableVirtualRealitySDKs.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetAvailableVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  nameWithType: VREditor.GetAvailableVirtualRealitySDKs(BuildTargetGroup)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetEnabledVRDeviceInfo(UnityEditor.BuildTarget)
  name: GetEnabledVRDeviceInfo(BuildTarget)
  fullName: UnityEditorInternal.VR.VREditor.GetEnabledVRDeviceInfo(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetEnabledVRDeviceInfo.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetEnabledVRDeviceInfo(UnityEditor.BuildTarget)
  nameWithType: VREditor.GetEnabledVRDeviceInfo(BuildTarget)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetEnabledVRDeviceInfo(UnityEditor.BuildTargetGroup)
  name: GetEnabledVRDeviceInfo(BuildTargetGroup)
  fullName: UnityEditorInternal.VR.VREditor.GetEnabledVRDeviceInfo(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetEnabledVRDeviceInfo.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetEnabledVRDeviceInfo(UnityEditor.BuildTargetGroup)
  nameWithType: VREditor.GetEnabledVRDeviceInfo(BuildTargetGroup)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  name: GetVirtualRealitySDKs(BuildTargetGroup)
  fullName: UnityEditorInternal.VR.VREditor.GetVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetVirtualRealitySDKs.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetVirtualRealitySDKs(UnityEditor.BuildTargetGroup)
  nameWithType: VREditor.GetVirtualRealitySDKs(BuildTargetGroup)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetVREnabledDevicesOnTarget(UnityEditor.BuildTarget)
  name: GetVREnabledDevicesOnTarget(BuildTarget)
  fullName: UnityEditorInternal.VR.VREditor.GetVREnabledDevicesOnTarget(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetVREnabledDevicesOnTarget.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetVREnabledDevicesOnTarget(UnityEditor.BuildTarget)
  nameWithType: VREditor.GetVREnabledDevicesOnTarget(BuildTarget)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetVREnabledDevicesOnTargetGroup(UnityEditor.BuildTargetGroup)
  name: GetVREnabledDevicesOnTargetGroup(BuildTargetGroup)
  fullName: UnityEditorInternal.VR.VREditor.GetVREnabledDevicesOnTargetGroup(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetVREnabledDevicesOnTargetGroup.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetVREnabledDevicesOnTargetGroup(UnityEditor.BuildTargetGroup)
  nameWithType: VREditor.GetVREnabledDevicesOnTargetGroup(BuildTargetGroup)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.GetVREnabledOnTargetGroup(UnityEditor.BuildTargetGroup)
  name: GetVREnabledOnTargetGroup(BuildTargetGroup)
  fullName: UnityEditorInternal.VR.VREditor.GetVREnabledOnTargetGroup(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.GetVREnabledOnTargetGroup.html
  commentId: M:UnityEditorInternal.VR.VREditor.GetVREnabledOnTargetGroup(UnityEditor.BuildTargetGroup)
  nameWithType: VREditor.GetVREnabledOnTargetGroup(BuildTargetGroup)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.IsDeviceListDirty(UnityEditor.BuildTargetGroup)
  name: IsDeviceListDirty(BuildTargetGroup)
  fullName: UnityEditorInternal.VR.VREditor.IsDeviceListDirty(UnityEditor.BuildTargetGroup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.IsDeviceListDirty.html
  commentId: M:UnityEditorInternal.VR.VREditor.IsDeviceListDirty(UnityEditor.BuildTargetGroup)
  nameWithType: VREditor.IsDeviceListDirty(BuildTargetGroup)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.IsVRDeviceEnabledForBuildTarget(UnityEditor.BuildTarget,System.String)
  name: IsVRDeviceEnabledForBuildTarget(BuildTarget, string)
  fullName: UnityEditorInternal.VR.VREditor.IsVRDeviceEnabledForBuildTarget(UnityEditor.BuildTarget, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.IsVRDeviceEnabledForBuildTarget.html
  commentId: M:UnityEditorInternal.VR.VREditor.IsVRDeviceEnabledForBuildTarget(UnityEditor.BuildTarget,System.String)
  nameWithType: VREditor.IsVRDeviceEnabledForBuildTarget(BuildTarget, string)
  type: Method
- uid: UnityEditorInternal.VR.VREditor.SetVirtualRealitySDKs(UnityEditor.BuildTargetGroup,System.String[])
  name: SetVirtualRealitySDKs(BuildTargetGroup, string[])
  fullName: UnityEditorInternal.VR.VREditor.SetVirtualRealitySDKs(UnityEditor.BuildTargetGroup, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.SetVirtualRealitySDKs.html
  commentId: M:UnityEditorInternal.VR.VREditor.SetVirtualRealitySDKs(UnityEditor.BuildTargetGroup,System.String[])
  nameWithType: VREditor.SetVirtualRealitySDKs(BuildTargetGroup, string[])
  type: Method
- uid: UnityEditorInternal.VR.VREditor.SetVREnabledDevicesOnTargetGroup(UnityEditor.BuildTargetGroup,System.String[])
  name: SetVREnabledDevicesOnTargetGroup(BuildTargetGroup, string[])
  fullName: UnityEditorInternal.VR.VREditor.SetVREnabledDevicesOnTargetGroup(UnityEditor.BuildTargetGroup, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.SetVREnabledDevicesOnTargetGroup.html
  commentId: M:UnityEditorInternal.VR.VREditor.SetVREnabledDevicesOnTargetGroup(UnityEditor.BuildTargetGroup,System.String[])
  nameWithType: VREditor.SetVREnabledDevicesOnTargetGroup(BuildTargetGroup, string[])
  type: Method
- uid: UnityEditorInternal.VR.VREditor.SetVREnabledOnTargetGroup(UnityEditor.BuildTargetGroup,System.Boolean)
  name: SetVREnabledOnTargetGroup(BuildTargetGroup, bool)
  fullName: UnityEditorInternal.VR.VREditor.SetVREnabledOnTargetGroup(UnityEditor.BuildTargetGroup, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VREditor.SetVREnabledOnTargetGroup.html
  commentId: M:UnityEditorInternal.VR.VREditor.SetVREnabledOnTargetGroup(UnityEditor.BuildTargetGroup,System.Boolean)
  nameWithType: VREditor.SetVREnabledOnTargetGroup(BuildTargetGroup, bool)
  type: Method
- uid: UnityEditorInternal.VR.VRModule
  name: VRModule
  fullName: UnityEditorInternal.VR.VRModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRModule.html
  commentId: T:UnityEditorInternal.VR.VRModule
  nameWithType: VRModule
  type: Class
- uid: UnityEditorInternal.VR.VRModule.SetupBuildSettings(UnityEditor.BuildTarget,System.Int32)
  name: SetupBuildSettings(BuildTarget, int)
  fullName: UnityEditorInternal.VR.VRModule.SetupBuildSettings(UnityEditor.BuildTarget, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRModule.SetupBuildSettings.html
  commentId: M:UnityEditorInternal.VR.VRModule.SetupBuildSettings(UnityEditor.BuildTarget,System.Int32)
  nameWithType: VRModule.SetupBuildSettings(BuildTarget, int)
  type: Method
- uid: UnityEditorInternal.VR.VRModule.ShouldInjectVRDependenciesForBuildTarget(UnityEditor.BuildTarget)
  name: ShouldInjectVRDependenciesForBuildTarget(BuildTarget)
  fullName: UnityEditorInternal.VR.VRModule.ShouldInjectVRDependenciesForBuildTarget(UnityEditor.BuildTarget)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEditorInternal.VR.VRModule.ShouldInjectVRDependenciesForBuildTarget.html
  commentId: M:UnityEditorInternal.VR.VRModule.ShouldInjectVRDependenciesForBuildTarget(UnityEditor.BuildTarget)
  nameWithType: VRModule.ShouldInjectVRDependenciesForBuildTarget(BuildTarget)
  type: Method
- uid: UnityEngine
  name: UnityEngine
  fullName: UnityEngine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine
  nameWithType: UnityEngine
  type: Namespace
- uid: UnityEngine.AccelerationEvent
  name: AccelerationEvent
  fullName: UnityEngine.AccelerationEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AccelerationEvent.html
  commentId: T:UnityEngine.AccelerationEvent
  nameWithType: AccelerationEvent
  type: Struct
- uid: UnityEngine.AccelerationEvent.acceleration
  name: acceleration
  fullName: UnityEngine.AccelerationEvent.acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AccelerationEvent-acceleration.html
  commentId: P:UnityEngine.AccelerationEvent.acceleration
  nameWithType: AccelerationEvent.acceleration
  type: Property
- uid: UnityEngine.AccelerationEvent.deltaTime
  name: deltaTime
  fullName: UnityEngine.AccelerationEvent.deltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AccelerationEvent-deltaTime.html
  commentId: P:UnityEngine.AccelerationEvent.deltaTime
  nameWithType: AccelerationEvent.deltaTime
  type: Property
- uid: UnityEngine.Accessibility
  name: UnityEngine.Accessibility
  fullName: UnityEngine.Accessibility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Accessibility
  nameWithType: UnityEngine.Accessibility
  type: Namespace
- uid: UnityEngine.Accessibility.VisionUtility
  name: VisionUtility
  fullName: UnityEngine.Accessibility.VisionUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Accessibility.VisionUtility.html
  commentId: T:UnityEngine.Accessibility.VisionUtility
  nameWithType: VisionUtility
  type: Class
- uid: UnityEngine.Accessibility.VisionUtility.GetColorBlindSafePalette(UnityEngine.Color[],System.Single,System.Single)
  name: GetColorBlindSafePalette(Color[], float, float)
  fullName: UnityEngine.Accessibility.VisionUtility.GetColorBlindSafePalette(UnityEngine.Color[], float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Accessibility.VisionUtility.GetColorBlindSafePalette.html
  commentId: M:UnityEngine.Accessibility.VisionUtility.GetColorBlindSafePalette(UnityEngine.Color[],System.Single,System.Single)
  nameWithType: VisionUtility.GetColorBlindSafePalette(Color[], float, float)
  type: Method
- uid: UnityEngine.ADBannerView
  name: ADBannerView
  fullName: UnityEngine.ADBannerView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.html
  commentId: T:UnityEngine.ADBannerView
  nameWithType: ADBannerView
  type: Class
- uid: UnityEngine.ADBannerView.#ctor(UnityEngine.ADBannerView.Type,UnityEngine.ADBannerView.Layout)
  name: ADBannerView(Type, Layout)
  fullName: UnityEngine.ADBannerView.ADBannerView(UnityEngine.ADBannerView.Type, UnityEngine.ADBannerView.Layout)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView-ctor.html
  commentId: M:UnityEngine.ADBannerView.#ctor(UnityEngine.ADBannerView.Type,UnityEngine.ADBannerView.Layout)
  nameWithType: ADBannerView.ADBannerView(ADBannerView.Type, ADBannerView.Layout)
  type: Constructor
- uid: UnityEngine.ADBannerView.BannerWasClickedDelegate
  name: ADBannerView.BannerWasClickedDelegate
  fullName: UnityEngine.ADBannerView.BannerWasClickedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.BannerWasClickedDelegate.html
  commentId: T:UnityEngine.ADBannerView.BannerWasClickedDelegate
  nameWithType: ADBannerView.BannerWasClickedDelegate
  type: Delegate
- uid: UnityEngine.ADBannerView.BannerWasLoadedDelegate
  name: ADBannerView.BannerWasLoadedDelegate
  fullName: UnityEngine.ADBannerView.BannerWasLoadedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.BannerWasLoadedDelegate.html
  commentId: T:UnityEngine.ADBannerView.BannerWasLoadedDelegate
  nameWithType: ADBannerView.BannerWasLoadedDelegate
  type: Delegate
- uid: UnityEngine.ADBannerView.IsAvailable(UnityEngine.ADBannerView.Type)
  name: IsAvailable(Type)
  fullName: UnityEngine.ADBannerView.IsAvailable(UnityEngine.ADBannerView.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.IsAvailable.html
  commentId: M:UnityEngine.ADBannerView.IsAvailable(UnityEngine.ADBannerView.Type)
  nameWithType: ADBannerView.IsAvailable(ADBannerView.Type)
  type: Method
- uid: UnityEngine.ADBannerView.layout
  name: layout
  fullName: UnityEngine.ADBannerView.layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView-layout.html
  commentId: P:UnityEngine.ADBannerView.layout
  nameWithType: ADBannerView.layout
  type: Property
- uid: UnityEngine.ADBannerView.Layout
  name: ADBannerView.Layout
  fullName: UnityEngine.ADBannerView.Layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.html
  commentId: T:UnityEngine.ADBannerView.Layout
  nameWithType: ADBannerView.Layout
  type: Enum
- uid: UnityEngine.ADBannerView.Layout.Bottom
  name: Bottom
  fullName: UnityEngine.ADBannerView.Layout.Bottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.Bottom.html
  commentId: F:UnityEngine.ADBannerView.Layout.Bottom
  nameWithType: ADBannerView.Layout.Bottom
  type: Field
- uid: UnityEngine.ADBannerView.Layout.BottomCenter
  name: BottomCenter
  fullName: UnityEngine.ADBannerView.Layout.BottomCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.BottomCenter.html
  commentId: F:UnityEngine.ADBannerView.Layout.BottomCenter
  nameWithType: ADBannerView.Layout.BottomCenter
  type: Field
- uid: UnityEngine.ADBannerView.Layout.BottomLeft
  name: BottomLeft
  fullName: UnityEngine.ADBannerView.Layout.BottomLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.BottomLeft.html
  commentId: F:UnityEngine.ADBannerView.Layout.BottomLeft
  nameWithType: ADBannerView.Layout.BottomLeft
  type: Field
- uid: UnityEngine.ADBannerView.Layout.BottomRight
  name: BottomRight
  fullName: UnityEngine.ADBannerView.Layout.BottomRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.BottomRight.html
  commentId: F:UnityEngine.ADBannerView.Layout.BottomRight
  nameWithType: ADBannerView.Layout.BottomRight
  type: Field
- uid: UnityEngine.ADBannerView.Layout.Center
  name: Center
  fullName: UnityEngine.ADBannerView.Layout.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.Center.html
  commentId: F:UnityEngine.ADBannerView.Layout.Center
  nameWithType: ADBannerView.Layout.Center
  type: Field
- uid: UnityEngine.ADBannerView.Layout.CenterLeft
  name: CenterLeft
  fullName: UnityEngine.ADBannerView.Layout.CenterLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.CenterLeft.html
  commentId: F:UnityEngine.ADBannerView.Layout.CenterLeft
  nameWithType: ADBannerView.Layout.CenterLeft
  type: Field
- uid: UnityEngine.ADBannerView.Layout.CenterRight
  name: CenterRight
  fullName: UnityEngine.ADBannerView.Layout.CenterRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.CenterRight.html
  commentId: F:UnityEngine.ADBannerView.Layout.CenterRight
  nameWithType: ADBannerView.Layout.CenterRight
  type: Field
- uid: UnityEngine.ADBannerView.Layout.Manual
  name: Manual
  fullName: UnityEngine.ADBannerView.Layout.Manual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.Manual.html
  commentId: F:UnityEngine.ADBannerView.Layout.Manual
  nameWithType: ADBannerView.Layout.Manual
  type: Field
- uid: UnityEngine.ADBannerView.Layout.Top
  name: Top
  fullName: UnityEngine.ADBannerView.Layout.Top
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.Top.html
  commentId: F:UnityEngine.ADBannerView.Layout.Top
  nameWithType: ADBannerView.Layout.Top
  type: Field
- uid: UnityEngine.ADBannerView.Layout.TopCenter
  name: TopCenter
  fullName: UnityEngine.ADBannerView.Layout.TopCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.TopCenter.html
  commentId: F:UnityEngine.ADBannerView.Layout.TopCenter
  nameWithType: ADBannerView.Layout.TopCenter
  type: Field
- uid: UnityEngine.ADBannerView.Layout.TopLeft
  name: TopLeft
  fullName: UnityEngine.ADBannerView.Layout.TopLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.TopLeft.html
  commentId: F:UnityEngine.ADBannerView.Layout.TopLeft
  nameWithType: ADBannerView.Layout.TopLeft
  type: Field
- uid: UnityEngine.ADBannerView.Layout.TopRight
  name: TopRight
  fullName: UnityEngine.ADBannerView.Layout.TopRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Layout.TopRight.html
  commentId: F:UnityEngine.ADBannerView.Layout.TopRight
  nameWithType: ADBannerView.Layout.TopRight
  type: Field
- uid: UnityEngine.ADBannerView.loaded
  name: loaded
  fullName: UnityEngine.ADBannerView.loaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView-loaded.html
  commentId: P:UnityEngine.ADBannerView.loaded
  nameWithType: ADBannerView.loaded
  type: Property
- uid: UnityEngine.ADBannerView.onBannerWasClicked
  name: onBannerWasClicked
  fullName: UnityEngine.ADBannerView.onBannerWasClicked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView-onBannerWasClicked.html
  commentId: E:UnityEngine.ADBannerView.onBannerWasClicked
  nameWithType: ADBannerView.onBannerWasClicked
  type: Event
- uid: UnityEngine.ADBannerView.onBannerWasLoaded
  name: onBannerWasLoaded
  fullName: UnityEngine.ADBannerView.onBannerWasLoaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView-onBannerWasLoaded.html
  commentId: E:UnityEngine.ADBannerView.onBannerWasLoaded
  nameWithType: ADBannerView.onBannerWasLoaded
  type: Event
- uid: UnityEngine.ADBannerView.position
  name: position
  fullName: UnityEngine.ADBannerView.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView-position.html
  commentId: P:UnityEngine.ADBannerView.position
  nameWithType: ADBannerView.position
  type: Property
- uid: UnityEngine.ADBannerView.size
  name: size
  fullName: UnityEngine.ADBannerView.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView-size.html
  commentId: P:UnityEngine.ADBannerView.size
  nameWithType: ADBannerView.size
  type: Property
- uid: UnityEngine.ADBannerView.Type
  name: ADBannerView.Type
  fullName: UnityEngine.ADBannerView.Type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Type.html
  commentId: T:UnityEngine.ADBannerView.Type
  nameWithType: ADBannerView.Type
  type: Enum
- uid: UnityEngine.ADBannerView.Type.Banner
  name: Banner
  fullName: UnityEngine.ADBannerView.Type.Banner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Type.Banner.html
  commentId: F:UnityEngine.ADBannerView.Type.Banner
  nameWithType: ADBannerView.Type.Banner
  type: Field
- uid: UnityEngine.ADBannerView.Type.MediumRect
  name: MediumRect
  fullName: UnityEngine.ADBannerView.Type.MediumRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView.Type.MediumRect.html
  commentId: F:UnityEngine.ADBannerView.Type.MediumRect
  nameWithType: ADBannerView.Type.MediumRect
  type: Field
- uid: UnityEngine.ADBannerView.visible
  name: visible
  fullName: UnityEngine.ADBannerView.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADBannerView-visible.html
  commentId: P:UnityEngine.ADBannerView.visible
  nameWithType: ADBannerView.visible
  type: Property
- uid: UnityEngine.AddComponentMenu
  name: AddComponentMenu
  fullName: UnityEngine.AddComponentMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AddComponentMenu.html
  commentId: T:UnityEngine.AddComponentMenu
  nameWithType: AddComponentMenu
  type: Class
- uid: UnityEngine.AddComponentMenu.#ctor(System.String,System.Int32)
  name: AddComponentMenu(string, int)
  fullName: UnityEngine.AddComponentMenu.AddComponentMenu(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AddComponentMenu-ctor.html
  commentId: M:UnityEngine.AddComponentMenu.#ctor(System.String,System.Int32)
  nameWithType: AddComponentMenu.AddComponentMenu(string, int)
  type: Constructor
- uid: UnityEngine.AddComponentMenu.#ctor(System.String)
  name: AddComponentMenu(string)
  fullName: UnityEngine.AddComponentMenu.AddComponentMenu(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AddComponentMenu-ctor.html
  commentId: M:UnityEngine.AddComponentMenu.#ctor(System.String)
  nameWithType: AddComponentMenu.AddComponentMenu(string)
  type: Constructor
- uid: UnityEngine.AddComponentMenu.componentMenu
  name: componentMenu
  fullName: UnityEngine.AddComponentMenu.componentMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AddComponentMenu-componentMenu.html
  commentId: P:UnityEngine.AddComponentMenu.componentMenu
  nameWithType: AddComponentMenu.componentMenu
  type: Property
- uid: UnityEngine.AddComponentMenu.componentOrder
  name: componentOrder
  fullName: UnityEngine.AddComponentMenu.componentOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AddComponentMenu-componentOrder.html
  commentId: P:UnityEngine.AddComponentMenu.componentOrder
  nameWithType: AddComponentMenu.componentOrder
  type: Property
- uid: UnityEngine.AdditionalCanvasShaderChannels
  name: AdditionalCanvasShaderChannels
  fullName: UnityEngine.AdditionalCanvasShaderChannels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AdditionalCanvasShaderChannels.html
  commentId: T:UnityEngine.AdditionalCanvasShaderChannels
  nameWithType: AdditionalCanvasShaderChannels
  type: Enum
- uid: UnityEngine.AdditionalCanvasShaderChannels.None
  name: None
  fullName: UnityEngine.AdditionalCanvasShaderChannels.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AdditionalCanvasShaderChannels.None.html
  commentId: F:UnityEngine.AdditionalCanvasShaderChannels.None
  nameWithType: AdditionalCanvasShaderChannels.None
  type: Field
- uid: UnityEngine.AdditionalCanvasShaderChannels.Normal
  name: Normal
  fullName: UnityEngine.AdditionalCanvasShaderChannels.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AdditionalCanvasShaderChannels.Normal.html
  commentId: F:UnityEngine.AdditionalCanvasShaderChannels.Normal
  nameWithType: AdditionalCanvasShaderChannels.Normal
  type: Field
- uid: UnityEngine.AdditionalCanvasShaderChannels.Tangent
  name: Tangent
  fullName: UnityEngine.AdditionalCanvasShaderChannels.Tangent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AdditionalCanvasShaderChannels.Tangent.html
  commentId: F:UnityEngine.AdditionalCanvasShaderChannels.Tangent
  nameWithType: AdditionalCanvasShaderChannels.Tangent
  type: Field
- uid: UnityEngine.AdditionalCanvasShaderChannels.TexCoord1
  name: TexCoord1
  fullName: UnityEngine.AdditionalCanvasShaderChannels.TexCoord1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AdditionalCanvasShaderChannels.TexCoord1.html
  commentId: F:UnityEngine.AdditionalCanvasShaderChannels.TexCoord1
  nameWithType: AdditionalCanvasShaderChannels.TexCoord1
  type: Field
- uid: UnityEngine.AdditionalCanvasShaderChannels.TexCoord2
  name: TexCoord2
  fullName: UnityEngine.AdditionalCanvasShaderChannels.TexCoord2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AdditionalCanvasShaderChannels.TexCoord2.html
  commentId: F:UnityEngine.AdditionalCanvasShaderChannels.TexCoord2
  nameWithType: AdditionalCanvasShaderChannels.TexCoord2
  type: Field
- uid: UnityEngine.AdditionalCanvasShaderChannels.TexCoord3
  name: TexCoord3
  fullName: UnityEngine.AdditionalCanvasShaderChannels.TexCoord3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AdditionalCanvasShaderChannels.TexCoord3.html
  commentId: F:UnityEngine.AdditionalCanvasShaderChannels.TexCoord3
  nameWithType: AdditionalCanvasShaderChannels.TexCoord3
  type: Field
- uid: UnityEngine.ADInterstitialAd
  name: ADInterstitialAd
  fullName: UnityEngine.ADInterstitialAd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd.html
  commentId: T:UnityEngine.ADInterstitialAd
  nameWithType: ADInterstitialAd
  type: Class
- uid: UnityEngine.ADInterstitialAd.#ctor
  name: ADInterstitialAd()
  fullName: UnityEngine.ADInterstitialAd.ADInterstitialAd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd-ctor.html
  commentId: M:UnityEngine.ADInterstitialAd.#ctor
  nameWithType: ADInterstitialAd.ADInterstitialAd()
  type: Constructor
- uid: UnityEngine.ADInterstitialAd.#ctor(System.Boolean)
  name: ADInterstitialAd(bool)
  fullName: UnityEngine.ADInterstitialAd.ADInterstitialAd(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd-ctor.html
  commentId: M:UnityEngine.ADInterstitialAd.#ctor(System.Boolean)
  nameWithType: ADInterstitialAd.ADInterstitialAd(bool)
  type: Constructor
- uid: UnityEngine.ADInterstitialAd.Finalize
  name: ~ADInterstitialAd()
  fullName: UnityEngine.ADInterstitialAd.~ADInterstitialAd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd.Finalize.html
  commentId: M:UnityEngine.ADInterstitialAd.Finalize
  nameWithType: ADInterstitialAd.~ADInterstitialAd()
  type: Method
- uid: UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate
  name: ADInterstitialAd.InterstitialWasLoadedDelegate
  fullName: UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd.InterstitialWasLoadedDelegate.html
  commentId: T:UnityEngine.ADInterstitialAd.InterstitialWasLoadedDelegate
  nameWithType: ADInterstitialAd.InterstitialWasLoadedDelegate
  type: Delegate
- uid: UnityEngine.ADInterstitialAd.isAvailable
  name: isAvailable
  fullName: UnityEngine.ADInterstitialAd.isAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd-isAvailable.html
  commentId: P:UnityEngine.ADInterstitialAd.isAvailable
  nameWithType: ADInterstitialAd.isAvailable
  type: Property
- uid: UnityEngine.ADInterstitialAd.loaded
  name: loaded
  fullName: UnityEngine.ADInterstitialAd.loaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd-loaded.html
  commentId: P:UnityEngine.ADInterstitialAd.loaded
  nameWithType: ADInterstitialAd.loaded
  type: Property
- uid: UnityEngine.ADInterstitialAd.onInterstitialWasLoaded
  name: onInterstitialWasLoaded
  fullName: UnityEngine.ADInterstitialAd.onInterstitialWasLoaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd-onInterstitialWasLoaded.html
  commentId: E:UnityEngine.ADInterstitialAd.onInterstitialWasLoaded
  nameWithType: ADInterstitialAd.onInterstitialWasLoaded
  type: Event
- uid: UnityEngine.ADInterstitialAd.ReloadAd
  name: ReloadAd()
  fullName: UnityEngine.ADInterstitialAd.ReloadAd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd.ReloadAd.html
  commentId: M:UnityEngine.ADInterstitialAd.ReloadAd
  nameWithType: ADInterstitialAd.ReloadAd()
  type: Method
- uid: UnityEngine.ADInterstitialAd.Show
  name: Show()
  fullName: UnityEngine.ADInterstitialAd.Show()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ADInterstitialAd.Show.html
  commentId: M:UnityEngine.ADInterstitialAd.Show
  nameWithType: ADInterstitialAd.Show()
  type: Method
- uid: UnityEngine.AI
  name: UnityEngine.AI
  fullName: UnityEngine.AI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.AI
  nameWithType: UnityEngine.AI
  type: Namespace
- uid: UnityEngine.AI.NavMesh
  name: NavMesh
  fullName: UnityEngine.AI.NavMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.html
  commentId: T:UnityEngine.AI.NavMesh
  nameWithType: NavMesh
  type: Class
- uid: UnityEngine.AI.NavMesh.AddLink(UnityEngine.AI.NavMeshLinkData,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: AddLink(NavMeshLinkData, Vector3, Quaternion)
  fullName: UnityEngine.AI.NavMesh.AddLink(UnityEngine.AI.NavMeshLinkData, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.AddLink.html
  commentId: M:UnityEngine.AI.NavMesh.AddLink(UnityEngine.AI.NavMeshLinkData,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: NavMesh.AddLink(NavMeshLinkData, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.AI.NavMesh.AddLink(UnityEngine.AI.NavMeshLinkData)
  name: AddLink(NavMeshLinkData)
  fullName: UnityEngine.AI.NavMesh.AddLink(UnityEngine.AI.NavMeshLinkData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.AddLink.html
  commentId: M:UnityEngine.AI.NavMesh.AddLink(UnityEngine.AI.NavMeshLinkData)
  nameWithType: NavMesh.AddLink(NavMeshLinkData)
  type: Method
- uid: UnityEngine.AI.NavMesh.AddNavMeshData(UnityEngine.AI.NavMeshData,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: AddNavMeshData(NavMeshData, Vector3, Quaternion)
  fullName: UnityEngine.AI.NavMesh.AddNavMeshData(UnityEngine.AI.NavMeshData, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.AddNavMeshData.html
  commentId: M:UnityEngine.AI.NavMesh.AddNavMeshData(UnityEngine.AI.NavMeshData,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: NavMesh.AddNavMeshData(NavMeshData, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.AI.NavMesh.AddNavMeshData(UnityEngine.AI.NavMeshData)
  name: AddNavMeshData(NavMeshData)
  fullName: UnityEngine.AI.NavMesh.AddNavMeshData(UnityEngine.AI.NavMeshData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.AddNavMeshData.html
  commentId: M:UnityEngine.AI.NavMesh.AddNavMeshData(UnityEngine.AI.NavMeshData)
  nameWithType: NavMesh.AddNavMeshData(NavMeshData)
  type: Method
- uid: UnityEngine.AI.NavMesh.AddOffMeshLinks
  name: AddOffMeshLinks()
  fullName: UnityEngine.AI.NavMesh.AddOffMeshLinks()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.AddOffMeshLinks.html
  commentId: M:UnityEngine.AI.NavMesh.AddOffMeshLinks
  nameWithType: NavMesh.AddOffMeshLinks()
  type: Method
- uid: UnityEngine.AI.NavMesh.AllAreas
  name: AllAreas
  fullName: UnityEngine.AI.NavMesh.AllAreas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.AllAreas.html
  commentId: F:UnityEngine.AI.NavMesh.AllAreas
  nameWithType: NavMesh.AllAreas
  type: Field
- uid: UnityEngine.AI.NavMesh.avoidancePredictionTime
  name: avoidancePredictionTime
  fullName: UnityEngine.AI.NavMesh.avoidancePredictionTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh-avoidancePredictionTime.html
  commentId: P:UnityEngine.AI.NavMesh.avoidancePredictionTime
  nameWithType: NavMesh.avoidancePredictionTime
  type: Property
- uid: UnityEngine.AI.NavMesh.CalculatePath(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32,UnityEngine.AI.NavMeshPath)
  name: CalculatePath(Vector3, Vector3, int, NavMeshPath)
  fullName: UnityEngine.AI.NavMesh.CalculatePath(UnityEngine.Vector3, UnityEngine.Vector3, int, UnityEngine.AI.NavMeshPath)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.CalculatePath.html
  commentId: M:UnityEngine.AI.NavMesh.CalculatePath(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32,UnityEngine.AI.NavMeshPath)
  nameWithType: NavMesh.CalculatePath(Vector3, Vector3, int, NavMeshPath)
  type: Method
- uid: UnityEngine.AI.NavMesh.CalculatePath(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.AI.NavMeshQueryFilter,UnityEngine.AI.NavMeshPath)
  name: CalculatePath(Vector3, Vector3, NavMeshQueryFilter, NavMeshPath)
  fullName: UnityEngine.AI.NavMesh.CalculatePath(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.AI.NavMeshQueryFilter, UnityEngine.AI.NavMeshPath)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.CalculatePath.html
  commentId: M:UnityEngine.AI.NavMesh.CalculatePath(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.AI.NavMeshQueryFilter,UnityEngine.AI.NavMeshPath)
  nameWithType: NavMesh.CalculatePath(Vector3, Vector3, NavMeshQueryFilter, NavMeshPath)
  type: Method
- uid: UnityEngine.AI.NavMesh.CalculateTriangulation
  name: CalculateTriangulation()
  fullName: UnityEngine.AI.NavMesh.CalculateTriangulation()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.CalculateTriangulation.html
  commentId: M:UnityEngine.AI.NavMesh.CalculateTriangulation
  nameWithType: NavMesh.CalculateTriangulation()
  type: Method
- uid: UnityEngine.AI.NavMesh.CreateSettings
  name: CreateSettings()
  fullName: UnityEngine.AI.NavMesh.CreateSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.CreateSettings.html
  commentId: M:UnityEngine.AI.NavMesh.CreateSettings
  nameWithType: NavMesh.CreateSettings()
  type: Method
- uid: UnityEngine.AI.NavMesh.FindClosestEdge(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,System.Int32)
  name: FindClosestEdge(Vector3, out NavMeshHit, int)
  fullName: UnityEngine.AI.NavMesh.FindClosestEdge(UnityEngine.Vector3, out UnityEngine.AI.NavMeshHit, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.FindClosestEdge.html
  commentId: M:UnityEngine.AI.NavMesh.FindClosestEdge(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,System.Int32)
  nameWithType: NavMesh.FindClosestEdge(Vector3, out NavMeshHit, int)
  type: Method
- uid: UnityEngine.AI.NavMesh.FindClosestEdge(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,UnityEngine.AI.NavMeshQueryFilter)
  name: FindClosestEdge(Vector3, out NavMeshHit, NavMeshQueryFilter)
  fullName: UnityEngine.AI.NavMesh.FindClosestEdge(UnityEngine.Vector3, out UnityEngine.AI.NavMeshHit, UnityEngine.AI.NavMeshQueryFilter)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.FindClosestEdge.html
  commentId: M:UnityEngine.AI.NavMesh.FindClosestEdge(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,UnityEngine.AI.NavMeshQueryFilter)
  nameWithType: NavMesh.FindClosestEdge(Vector3, out NavMeshHit, NavMeshQueryFilter)
  type: Method
- uid: UnityEngine.AI.NavMesh.GetAreaCost(System.Int32)
  name: GetAreaCost(int)
  fullName: UnityEngine.AI.NavMesh.GetAreaCost(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.GetAreaCost.html
  commentId: M:UnityEngine.AI.NavMesh.GetAreaCost(System.Int32)
  nameWithType: NavMesh.GetAreaCost(int)
  type: Method
- uid: UnityEngine.AI.NavMesh.GetAreaFromName(System.String)
  name: GetAreaFromName(string)
  fullName: UnityEngine.AI.NavMesh.GetAreaFromName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.GetAreaFromName.html
  commentId: M:UnityEngine.AI.NavMesh.GetAreaFromName(System.String)
  nameWithType: NavMesh.GetAreaFromName(string)
  type: Method
- uid: UnityEngine.AI.NavMesh.GetLayerCost(System.Int32)
  name: GetLayerCost(int)
  fullName: UnityEngine.AI.NavMesh.GetLayerCost(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.GetLayerCost.html
  commentId: M:UnityEngine.AI.NavMesh.GetLayerCost(System.Int32)
  nameWithType: NavMesh.GetLayerCost(int)
  type: Method
- uid: UnityEngine.AI.NavMesh.GetNavMeshLayerFromName(System.String)
  name: GetNavMeshLayerFromName(string)
  fullName: UnityEngine.AI.NavMesh.GetNavMeshLayerFromName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.GetNavMeshLayerFromName.html
  commentId: M:UnityEngine.AI.NavMesh.GetNavMeshLayerFromName(System.String)
  nameWithType: NavMesh.GetNavMeshLayerFromName(string)
  type: Method
- uid: UnityEngine.AI.NavMesh.GetSettingsByID(System.Int32)
  name: GetSettingsByID(int)
  fullName: UnityEngine.AI.NavMesh.GetSettingsByID(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.GetSettingsByID.html
  commentId: M:UnityEngine.AI.NavMesh.GetSettingsByID(System.Int32)
  nameWithType: NavMesh.GetSettingsByID(int)
  type: Method
- uid: UnityEngine.AI.NavMesh.GetSettingsByIndex(System.Int32)
  name: GetSettingsByIndex(int)
  fullName: UnityEngine.AI.NavMesh.GetSettingsByIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.GetSettingsByIndex.html
  commentId: M:UnityEngine.AI.NavMesh.GetSettingsByIndex(System.Int32)
  nameWithType: NavMesh.GetSettingsByIndex(int)
  type: Method
- uid: UnityEngine.AI.NavMesh.GetSettingsCount
  name: GetSettingsCount()
  fullName: UnityEngine.AI.NavMesh.GetSettingsCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.GetSettingsCount.html
  commentId: M:UnityEngine.AI.NavMesh.GetSettingsCount
  nameWithType: NavMesh.GetSettingsCount()
  type: Method
- uid: UnityEngine.AI.NavMesh.GetSettingsNameFromID(System.Int32)
  name: GetSettingsNameFromID(int)
  fullName: UnityEngine.AI.NavMesh.GetSettingsNameFromID(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.GetSettingsNameFromID.html
  commentId: M:UnityEngine.AI.NavMesh.GetSettingsNameFromID(System.Int32)
  nameWithType: NavMesh.GetSettingsNameFromID(int)
  type: Method
- uid: UnityEngine.AI.NavMesh.OnNavMeshPreUpdate
  name: NavMesh.OnNavMeshPreUpdate
  fullName: UnityEngine.AI.NavMesh.OnNavMeshPreUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.OnNavMeshPreUpdate.html
  commentId: T:UnityEngine.AI.NavMesh.OnNavMeshPreUpdate
  nameWithType: NavMesh.OnNavMeshPreUpdate
  type: Delegate
- uid: UnityEngine.AI.NavMesh.onPreUpdate
  name: onPreUpdate
  fullName: UnityEngine.AI.NavMesh.onPreUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh-onPreUpdate.html
  commentId: F:UnityEngine.AI.NavMesh.onPreUpdate
  nameWithType: NavMesh.onPreUpdate
  type: Field
- uid: UnityEngine.AI.NavMesh.pathfindingIterationsPerFrame
  name: pathfindingIterationsPerFrame
  fullName: UnityEngine.AI.NavMesh.pathfindingIterationsPerFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh-pathfindingIterationsPerFrame.html
  commentId: P:UnityEngine.AI.NavMesh.pathfindingIterationsPerFrame
  nameWithType: NavMesh.pathfindingIterationsPerFrame
  type: Property
- uid: UnityEngine.AI.NavMesh.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,System.Int32)
  name: Raycast(Vector3, Vector3, out NavMeshHit, int)
  fullName: UnityEngine.AI.NavMesh.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.AI.NavMeshHit, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.Raycast.html
  commentId: M:UnityEngine.AI.NavMesh.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,System.Int32)
  nameWithType: NavMesh.Raycast(Vector3, Vector3, out NavMeshHit, int)
  type: Method
- uid: UnityEngine.AI.NavMesh.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,UnityEngine.AI.NavMeshQueryFilter)
  name: Raycast(Vector3, Vector3, out NavMeshHit, NavMeshQueryFilter)
  fullName: UnityEngine.AI.NavMesh.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.AI.NavMeshHit, UnityEngine.AI.NavMeshQueryFilter)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.Raycast.html
  commentId: M:UnityEngine.AI.NavMesh.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,UnityEngine.AI.NavMeshQueryFilter)
  nameWithType: NavMesh.Raycast(Vector3, Vector3, out NavMeshHit, NavMeshQueryFilter)
  type: Method
- uid: UnityEngine.AI.NavMesh.RemoveLink(UnityEngine.AI.NavMeshLinkInstance)
  name: RemoveLink(NavMeshLinkInstance)
  fullName: UnityEngine.AI.NavMesh.RemoveLink(UnityEngine.AI.NavMeshLinkInstance)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.RemoveLink.html
  commentId: M:UnityEngine.AI.NavMesh.RemoveLink(UnityEngine.AI.NavMeshLinkInstance)
  nameWithType: NavMesh.RemoveLink(NavMeshLinkInstance)
  type: Method
- uid: UnityEngine.AI.NavMesh.RemoveNavMeshData(UnityEngine.AI.NavMeshDataInstance)
  name: RemoveNavMeshData(NavMeshDataInstance)
  fullName: UnityEngine.AI.NavMesh.RemoveNavMeshData(UnityEngine.AI.NavMeshDataInstance)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.RemoveNavMeshData.html
  commentId: M:UnityEngine.AI.NavMesh.RemoveNavMeshData(UnityEngine.AI.NavMeshDataInstance)
  nameWithType: NavMesh.RemoveNavMeshData(NavMeshDataInstance)
  type: Method
- uid: UnityEngine.AI.NavMesh.RemoveSettings(System.Int32)
  name: RemoveSettings(int)
  fullName: UnityEngine.AI.NavMesh.RemoveSettings(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.RemoveSettings.html
  commentId: M:UnityEngine.AI.NavMesh.RemoveSettings(System.Int32)
  nameWithType: NavMesh.RemoveSettings(int)
  type: Method
- uid: UnityEngine.AI.NavMesh.RestoreNavMesh
  name: RestoreNavMesh()
  fullName: UnityEngine.AI.NavMesh.RestoreNavMesh()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.RestoreNavMesh.html
  commentId: M:UnityEngine.AI.NavMesh.RestoreNavMesh
  nameWithType: NavMesh.RestoreNavMesh()
  type: Method
- uid: UnityEngine.AI.NavMesh.SamplePosition(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,System.Single,System.Int32)
  name: SamplePosition(Vector3, out NavMeshHit, float, int)
  fullName: UnityEngine.AI.NavMesh.SamplePosition(UnityEngine.Vector3, out UnityEngine.AI.NavMeshHit, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.SamplePosition.html
  commentId: M:UnityEngine.AI.NavMesh.SamplePosition(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,System.Single,System.Int32)
  nameWithType: NavMesh.SamplePosition(Vector3, out NavMeshHit, float, int)
  type: Method
- uid: UnityEngine.AI.NavMesh.SamplePosition(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,System.Single,UnityEngine.AI.NavMeshQueryFilter)
  name: SamplePosition(Vector3, out NavMeshHit, float, NavMeshQueryFilter)
  fullName: UnityEngine.AI.NavMesh.SamplePosition(UnityEngine.Vector3, out UnityEngine.AI.NavMeshHit, float, UnityEngine.AI.NavMeshQueryFilter)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.SamplePosition.html
  commentId: M:UnityEngine.AI.NavMesh.SamplePosition(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@,System.Single,UnityEngine.AI.NavMeshQueryFilter)
  nameWithType: NavMesh.SamplePosition(Vector3, out NavMeshHit, float, NavMeshQueryFilter)
  type: Method
- uid: UnityEngine.AI.NavMesh.SetAreaCost(System.Int32,System.Single)
  name: SetAreaCost(int, float)
  fullName: UnityEngine.AI.NavMesh.SetAreaCost(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.SetAreaCost.html
  commentId: M:UnityEngine.AI.NavMesh.SetAreaCost(System.Int32,System.Single)
  nameWithType: NavMesh.SetAreaCost(int, float)
  type: Method
- uid: UnityEngine.AI.NavMesh.SetLayerCost(System.Int32,System.Single)
  name: SetLayerCost(int, float)
  fullName: UnityEngine.AI.NavMesh.SetLayerCost(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.SetLayerCost.html
  commentId: M:UnityEngine.AI.NavMesh.SetLayerCost(System.Int32,System.Single)
  nameWithType: NavMesh.SetLayerCost(int, float)
  type: Method
- uid: UnityEngine.AI.NavMesh.Triangulate(UnityEngine.Vector3[]@,System.Int32[]@)
  name: Triangulate(out Vector3[], out int[])
  fullName: UnityEngine.AI.NavMesh.Triangulate(out UnityEngine.Vector3[], out int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMesh.Triangulate.html
  commentId: M:UnityEngine.AI.NavMesh.Triangulate(UnityEngine.Vector3[]@,System.Int32[]@)
  nameWithType: NavMesh.Triangulate(out Vector3[], out int[])
  type: Method
- uid: UnityEngine.AI.NavMeshAgent
  name: NavMeshAgent
  fullName: UnityEngine.AI.NavMeshAgent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.html
  commentId: T:UnityEngine.AI.NavMeshAgent
  nameWithType: NavMeshAgent
  type: Class
- uid: UnityEngine.AI.NavMeshAgent.acceleration
  name: acceleration
  fullName: UnityEngine.AI.NavMeshAgent.acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-acceleration.html
  commentId: P:UnityEngine.AI.NavMeshAgent.acceleration
  nameWithType: NavMeshAgent.acceleration
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.ActivateCurrentOffMeshLink(System.Boolean)
  name: ActivateCurrentOffMeshLink(bool)
  fullName: UnityEngine.AI.NavMeshAgent.ActivateCurrentOffMeshLink(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.ActivateCurrentOffMeshLink.html
  commentId: M:UnityEngine.AI.NavMeshAgent.ActivateCurrentOffMeshLink(System.Boolean)
  nameWithType: NavMeshAgent.ActivateCurrentOffMeshLink(bool)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.agentTypeID
  name: agentTypeID
  fullName: UnityEngine.AI.NavMeshAgent.agentTypeID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-agentTypeID.html
  commentId: P:UnityEngine.AI.NavMeshAgent.agentTypeID
  nameWithType: NavMeshAgent.agentTypeID
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.angularSpeed
  name: angularSpeed
  fullName: UnityEngine.AI.NavMeshAgent.angularSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-angularSpeed.html
  commentId: P:UnityEngine.AI.NavMeshAgent.angularSpeed
  nameWithType: NavMeshAgent.angularSpeed
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.areaMask
  name: areaMask
  fullName: UnityEngine.AI.NavMeshAgent.areaMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-areaMask.html
  commentId: P:UnityEngine.AI.NavMeshAgent.areaMask
  nameWithType: NavMeshAgent.areaMask
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.autoBraking
  name: autoBraking
  fullName: UnityEngine.AI.NavMeshAgent.autoBraking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-autoBraking.html
  commentId: P:UnityEngine.AI.NavMeshAgent.autoBraking
  nameWithType: NavMeshAgent.autoBraking
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.autoRepath
  name: autoRepath
  fullName: UnityEngine.AI.NavMeshAgent.autoRepath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-autoRepath.html
  commentId: P:UnityEngine.AI.NavMeshAgent.autoRepath
  nameWithType: NavMeshAgent.autoRepath
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.autoTraverseOffMeshLink
  name: autoTraverseOffMeshLink
  fullName: UnityEngine.AI.NavMeshAgent.autoTraverseOffMeshLink
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-autoTraverseOffMeshLink.html
  commentId: P:UnityEngine.AI.NavMeshAgent.autoTraverseOffMeshLink
  nameWithType: NavMeshAgent.autoTraverseOffMeshLink
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.avoidancePriority
  name: avoidancePriority
  fullName: UnityEngine.AI.NavMeshAgent.avoidancePriority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-avoidancePriority.html
  commentId: P:UnityEngine.AI.NavMeshAgent.avoidancePriority
  nameWithType: NavMeshAgent.avoidancePriority
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.baseOffset
  name: baseOffset
  fullName: UnityEngine.AI.NavMeshAgent.baseOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-baseOffset.html
  commentId: P:UnityEngine.AI.NavMeshAgent.baseOffset
  nameWithType: NavMeshAgent.baseOffset
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.CalculatePath(UnityEngine.Vector3,UnityEngine.AI.NavMeshPath)
  name: CalculatePath(Vector3, NavMeshPath)
  fullName: UnityEngine.AI.NavMeshAgent.CalculatePath(UnityEngine.Vector3, UnityEngine.AI.NavMeshPath)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.CalculatePath.html
  commentId: M:UnityEngine.AI.NavMeshAgent.CalculatePath(UnityEngine.Vector3,UnityEngine.AI.NavMeshPath)
  nameWithType: NavMeshAgent.CalculatePath(Vector3, NavMeshPath)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.CompleteOffMeshLink
  name: CompleteOffMeshLink()
  fullName: UnityEngine.AI.NavMeshAgent.CompleteOffMeshLink()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.CompleteOffMeshLink.html
  commentId: M:UnityEngine.AI.NavMeshAgent.CompleteOffMeshLink
  nameWithType: NavMeshAgent.CompleteOffMeshLink()
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.currentOffMeshLinkData
  name: currentOffMeshLinkData
  fullName: UnityEngine.AI.NavMeshAgent.currentOffMeshLinkData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-currentOffMeshLinkData.html
  commentId: P:UnityEngine.AI.NavMeshAgent.currentOffMeshLinkData
  nameWithType: NavMeshAgent.currentOffMeshLinkData
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.desiredVelocity
  name: desiredVelocity
  fullName: UnityEngine.AI.NavMeshAgent.desiredVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-desiredVelocity.html
  commentId: P:UnityEngine.AI.NavMeshAgent.desiredVelocity
  nameWithType: NavMeshAgent.desiredVelocity
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.destination
  name: destination
  fullName: UnityEngine.AI.NavMeshAgent.destination
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-destination.html
  commentId: P:UnityEngine.AI.NavMeshAgent.destination
  nameWithType: NavMeshAgent.destination
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.FindClosestEdge(UnityEngine.AI.NavMeshHit@)
  name: FindClosestEdge(out NavMeshHit)
  fullName: UnityEngine.AI.NavMeshAgent.FindClosestEdge(out UnityEngine.AI.NavMeshHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.FindClosestEdge.html
  commentId: M:UnityEngine.AI.NavMeshAgent.FindClosestEdge(UnityEngine.AI.NavMeshHit@)
  nameWithType: NavMeshAgent.FindClosestEdge(out NavMeshHit)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.GetAreaCost(System.Int32)
  name: GetAreaCost(int)
  fullName: UnityEngine.AI.NavMeshAgent.GetAreaCost(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.GetAreaCost.html
  commentId: M:UnityEngine.AI.NavMeshAgent.GetAreaCost(System.Int32)
  nameWithType: NavMeshAgent.GetAreaCost(int)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.GetLayerCost(System.Int32)
  name: GetLayerCost(int)
  fullName: UnityEngine.AI.NavMeshAgent.GetLayerCost(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.GetLayerCost.html
  commentId: M:UnityEngine.AI.NavMeshAgent.GetLayerCost(System.Int32)
  nameWithType: NavMeshAgent.GetLayerCost(int)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.hasPath
  name: hasPath
  fullName: UnityEngine.AI.NavMeshAgent.hasPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-hasPath.html
  commentId: P:UnityEngine.AI.NavMeshAgent.hasPath
  nameWithType: NavMeshAgent.hasPath
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.height
  name: height
  fullName: UnityEngine.AI.NavMeshAgent.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-height.html
  commentId: P:UnityEngine.AI.NavMeshAgent.height
  nameWithType: NavMeshAgent.height
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.isOnNavMesh
  name: isOnNavMesh
  fullName: UnityEngine.AI.NavMeshAgent.isOnNavMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-isOnNavMesh.html
  commentId: P:UnityEngine.AI.NavMeshAgent.isOnNavMesh
  nameWithType: NavMeshAgent.isOnNavMesh
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.isOnOffMeshLink
  name: isOnOffMeshLink
  fullName: UnityEngine.AI.NavMeshAgent.isOnOffMeshLink
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-isOnOffMeshLink.html
  commentId: P:UnityEngine.AI.NavMeshAgent.isOnOffMeshLink
  nameWithType: NavMeshAgent.isOnOffMeshLink
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.isPathStale
  name: isPathStale
  fullName: UnityEngine.AI.NavMeshAgent.isPathStale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-isPathStale.html
  commentId: P:UnityEngine.AI.NavMeshAgent.isPathStale
  nameWithType: NavMeshAgent.isPathStale
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.isStopped
  name: isStopped
  fullName: UnityEngine.AI.NavMeshAgent.isStopped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-isStopped.html
  commentId: P:UnityEngine.AI.NavMeshAgent.isStopped
  nameWithType: NavMeshAgent.isStopped
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.Move(UnityEngine.Vector3)
  name: Move(Vector3)
  fullName: UnityEngine.AI.NavMeshAgent.Move(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.Move.html
  commentId: M:UnityEngine.AI.NavMeshAgent.Move(UnityEngine.Vector3)
  nameWithType: NavMeshAgent.Move(Vector3)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.navMeshOwner
  name: navMeshOwner
  fullName: UnityEngine.AI.NavMeshAgent.navMeshOwner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-navMeshOwner.html
  commentId: P:UnityEngine.AI.NavMeshAgent.navMeshOwner
  nameWithType: NavMeshAgent.navMeshOwner
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.nextOffMeshLinkData
  name: nextOffMeshLinkData
  fullName: UnityEngine.AI.NavMeshAgent.nextOffMeshLinkData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-nextOffMeshLinkData.html
  commentId: P:UnityEngine.AI.NavMeshAgent.nextOffMeshLinkData
  nameWithType: NavMeshAgent.nextOffMeshLinkData
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.nextPosition
  name: nextPosition
  fullName: UnityEngine.AI.NavMeshAgent.nextPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-nextPosition.html
  commentId: P:UnityEngine.AI.NavMeshAgent.nextPosition
  nameWithType: NavMeshAgent.nextPosition
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.obstacleAvoidanceType
  name: obstacleAvoidanceType
  fullName: UnityEngine.AI.NavMeshAgent.obstacleAvoidanceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-obstacleAvoidanceType.html
  commentId: P:UnityEngine.AI.NavMeshAgent.obstacleAvoidanceType
  nameWithType: NavMeshAgent.obstacleAvoidanceType
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.path
  name: path
  fullName: UnityEngine.AI.NavMeshAgent.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-path.html
  commentId: P:UnityEngine.AI.NavMeshAgent.path
  nameWithType: NavMeshAgent.path
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.pathEndPosition
  name: pathEndPosition
  fullName: UnityEngine.AI.NavMeshAgent.pathEndPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-pathEndPosition.html
  commentId: P:UnityEngine.AI.NavMeshAgent.pathEndPosition
  nameWithType: NavMeshAgent.pathEndPosition
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.pathPending
  name: pathPending
  fullName: UnityEngine.AI.NavMeshAgent.pathPending
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-pathPending.html
  commentId: P:UnityEngine.AI.NavMeshAgent.pathPending
  nameWithType: NavMeshAgent.pathPending
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.pathStatus
  name: pathStatus
  fullName: UnityEngine.AI.NavMeshAgent.pathStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-pathStatus.html
  commentId: P:UnityEngine.AI.NavMeshAgent.pathStatus
  nameWithType: NavMeshAgent.pathStatus
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.radius
  name: radius
  fullName: UnityEngine.AI.NavMeshAgent.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-radius.html
  commentId: P:UnityEngine.AI.NavMeshAgent.radius
  nameWithType: NavMeshAgent.radius
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.Raycast(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@)
  name: Raycast(Vector3, out NavMeshHit)
  fullName: UnityEngine.AI.NavMeshAgent.Raycast(UnityEngine.Vector3, out UnityEngine.AI.NavMeshHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.Raycast.html
  commentId: M:UnityEngine.AI.NavMeshAgent.Raycast(UnityEngine.Vector3,UnityEngine.AI.NavMeshHit@)
  nameWithType: NavMeshAgent.Raycast(Vector3, out NavMeshHit)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.remainingDistance
  name: remainingDistance
  fullName: UnityEngine.AI.NavMeshAgent.remainingDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-remainingDistance.html
  commentId: P:UnityEngine.AI.NavMeshAgent.remainingDistance
  nameWithType: NavMeshAgent.remainingDistance
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.ResetPath
  name: ResetPath()
  fullName: UnityEngine.AI.NavMeshAgent.ResetPath()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.ResetPath.html
  commentId: M:UnityEngine.AI.NavMeshAgent.ResetPath
  nameWithType: NavMeshAgent.ResetPath()
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.Resume
  name: Resume()
  fullName: UnityEngine.AI.NavMeshAgent.Resume()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.Resume.html
  commentId: M:UnityEngine.AI.NavMeshAgent.Resume
  nameWithType: NavMeshAgent.Resume()
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.SamplePathPosition(System.Int32,System.Single,UnityEngine.AI.NavMeshHit@)
  name: SamplePathPosition(int, float, out NavMeshHit)
  fullName: UnityEngine.AI.NavMeshAgent.SamplePathPosition(int, float, out UnityEngine.AI.NavMeshHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.SamplePathPosition.html
  commentId: M:UnityEngine.AI.NavMeshAgent.SamplePathPosition(System.Int32,System.Single,UnityEngine.AI.NavMeshHit@)
  nameWithType: NavMeshAgent.SamplePathPosition(int, float, out NavMeshHit)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.SetAreaCost(System.Int32,System.Single)
  name: SetAreaCost(int, float)
  fullName: UnityEngine.AI.NavMeshAgent.SetAreaCost(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.SetAreaCost.html
  commentId: M:UnityEngine.AI.NavMeshAgent.SetAreaCost(System.Int32,System.Single)
  nameWithType: NavMeshAgent.SetAreaCost(int, float)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.SetDestination(UnityEngine.Vector3)
  name: SetDestination(Vector3)
  fullName: UnityEngine.AI.NavMeshAgent.SetDestination(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.SetDestination.html
  commentId: M:UnityEngine.AI.NavMeshAgent.SetDestination(UnityEngine.Vector3)
  nameWithType: NavMeshAgent.SetDestination(Vector3)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.SetLayerCost(System.Int32,System.Single)
  name: SetLayerCost(int, float)
  fullName: UnityEngine.AI.NavMeshAgent.SetLayerCost(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.SetLayerCost.html
  commentId: M:UnityEngine.AI.NavMeshAgent.SetLayerCost(System.Int32,System.Single)
  nameWithType: NavMeshAgent.SetLayerCost(int, float)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.SetPath(UnityEngine.AI.NavMeshPath)
  name: SetPath(NavMeshPath)
  fullName: UnityEngine.AI.NavMeshAgent.SetPath(UnityEngine.AI.NavMeshPath)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.SetPath.html
  commentId: M:UnityEngine.AI.NavMeshAgent.SetPath(UnityEngine.AI.NavMeshPath)
  nameWithType: NavMeshAgent.SetPath(NavMeshPath)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.speed
  name: speed
  fullName: UnityEngine.AI.NavMeshAgent.speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-speed.html
  commentId: P:UnityEngine.AI.NavMeshAgent.speed
  nameWithType: NavMeshAgent.speed
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.steeringTarget
  name: steeringTarget
  fullName: UnityEngine.AI.NavMeshAgent.steeringTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-steeringTarget.html
  commentId: P:UnityEngine.AI.NavMeshAgent.steeringTarget
  nameWithType: NavMeshAgent.steeringTarget
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.Stop
  name: Stop()
  fullName: UnityEngine.AI.NavMeshAgent.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.Stop.html
  commentId: M:UnityEngine.AI.NavMeshAgent.Stop
  nameWithType: NavMeshAgent.Stop()
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.Stop(System.Boolean)
  name: Stop(bool)
  fullName: UnityEngine.AI.NavMeshAgent.Stop(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.Stop.html
  commentId: M:UnityEngine.AI.NavMeshAgent.Stop(System.Boolean)
  nameWithType: NavMeshAgent.Stop(bool)
  type: Method
- uid: UnityEngine.AI.NavMeshAgent.stoppingDistance
  name: stoppingDistance
  fullName: UnityEngine.AI.NavMeshAgent.stoppingDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-stoppingDistance.html
  commentId: P:UnityEngine.AI.NavMeshAgent.stoppingDistance
  nameWithType: NavMeshAgent.stoppingDistance
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.updatePosition
  name: updatePosition
  fullName: UnityEngine.AI.NavMeshAgent.updatePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-updatePosition.html
  commentId: P:UnityEngine.AI.NavMeshAgent.updatePosition
  nameWithType: NavMeshAgent.updatePosition
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.updateRotation
  name: updateRotation
  fullName: UnityEngine.AI.NavMeshAgent.updateRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-updateRotation.html
  commentId: P:UnityEngine.AI.NavMeshAgent.updateRotation
  nameWithType: NavMeshAgent.updateRotation
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.updateUpAxis
  name: updateUpAxis
  fullName: UnityEngine.AI.NavMeshAgent.updateUpAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-updateUpAxis.html
  commentId: P:UnityEngine.AI.NavMeshAgent.updateUpAxis
  nameWithType: NavMeshAgent.updateUpAxis
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.velocity
  name: velocity
  fullName: UnityEngine.AI.NavMeshAgent.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-velocity.html
  commentId: P:UnityEngine.AI.NavMeshAgent.velocity
  nameWithType: NavMeshAgent.velocity
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.walkableMask
  name: walkableMask
  fullName: UnityEngine.AI.NavMeshAgent.walkableMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent-walkableMask.html
  commentId: P:UnityEngine.AI.NavMeshAgent.walkableMask
  nameWithType: NavMeshAgent.walkableMask
  type: Property
- uid: UnityEngine.AI.NavMeshAgent.Warp(UnityEngine.Vector3)
  name: Warp(Vector3)
  fullName: UnityEngine.AI.NavMeshAgent.Warp(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshAgent.Warp.html
  commentId: M:UnityEngine.AI.NavMeshAgent.Warp(UnityEngine.Vector3)
  nameWithType: NavMeshAgent.Warp(Vector3)
  type: Method
- uid: UnityEngine.AI.NavMeshBuildDebugFlags
  name: NavMeshBuildDebugFlags
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.html
  commentId: T:UnityEngine.AI.NavMeshBuildDebugFlags
  nameWithType: NavMeshBuildDebugFlags
  type: Enum
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.All
  name: All
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.All.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.All
  nameWithType: NavMeshBuildDebugFlags.All
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.InputGeometry
  name: InputGeometry
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.InputGeometry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.InputGeometry.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.InputGeometry
  nameWithType: NavMeshBuildDebugFlags.InputGeometry
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.None
  name: None
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.None.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.None
  nameWithType: NavMeshBuildDebugFlags.None
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.PolygonMeshes
  name: PolygonMeshes
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.PolygonMeshes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.PolygonMeshes.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.PolygonMeshes
  nameWithType: NavMeshBuildDebugFlags.PolygonMeshes
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.PolygonMeshesDetail
  name: PolygonMeshesDetail
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.PolygonMeshesDetail
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.PolygonMeshesDetail.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.PolygonMeshesDetail
  nameWithType: NavMeshBuildDebugFlags.PolygonMeshesDetail
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.RawContours
  name: RawContours
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.RawContours
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.RawContours.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.RawContours
  nameWithType: NavMeshBuildDebugFlags.RawContours
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.Regions
  name: Regions
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.Regions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.Regions.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.Regions
  nameWithType: NavMeshBuildDebugFlags.Regions
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.SimplifiedContours
  name: SimplifiedContours
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.SimplifiedContours
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.SimplifiedContours.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.SimplifiedContours
  nameWithType: NavMeshBuildDebugFlags.SimplifiedContours
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugFlags.Voxels
  name: Voxels
  fullName: UnityEngine.AI.NavMeshBuildDebugFlags.Voxels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugFlags.Voxels.html
  commentId: F:UnityEngine.AI.NavMeshBuildDebugFlags.Voxels
  nameWithType: NavMeshBuildDebugFlags.Voxels
  type: Field
- uid: UnityEngine.AI.NavMeshBuildDebugSettings
  name: NavMeshBuildDebugSettings
  fullName: UnityEngine.AI.NavMeshBuildDebugSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugSettings.html
  commentId: T:UnityEngine.AI.NavMeshBuildDebugSettings
  nameWithType: NavMeshBuildDebugSettings
  type: Struct
- uid: UnityEngine.AI.NavMeshBuildDebugSettings.flags
  name: flags
  fullName: UnityEngine.AI.NavMeshBuildDebugSettings.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildDebugSettings-flags.html
  commentId: P:UnityEngine.AI.NavMeshBuildDebugSettings.flags
  nameWithType: NavMeshBuildDebugSettings.flags
  type: Property
- uid: UnityEngine.AI.NavMeshBuilder
  name: NavMeshBuilder
  fullName: UnityEngine.AI.NavMeshBuilder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.html
  commentId: T:UnityEngine.AI.NavMeshBuilder
  nameWithType: NavMeshBuilder
  type: Class
- uid: UnityEngine.AI.NavMeshBuilder.BuildNavMeshData(UnityEngine.AI.NavMeshBuildSettings,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource},UnityEngine.Bounds,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: BuildNavMeshData(NavMeshBuildSettings, List<NavMeshBuildSource>, Bounds, Vector3, Quaternion)
  fullName: UnityEngine.AI.NavMeshBuilder.BuildNavMeshData(UnityEngine.AI.NavMeshBuildSettings, System.Collections.Generic.List<UnityEngine.AI.NavMeshBuildSource>, UnityEngine.Bounds, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.BuildNavMeshData.html
  commentId: M:UnityEngine.AI.NavMeshBuilder.BuildNavMeshData(UnityEngine.AI.NavMeshBuildSettings,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource},UnityEngine.Bounds,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: NavMeshBuilder.BuildNavMeshData(NavMeshBuildSettings, List<NavMeshBuildSource>, Bounds, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.AI.NavMeshBuilder.Cancel(UnityEngine.AI.NavMeshData)
  name: Cancel(NavMeshData)
  fullName: UnityEngine.AI.NavMeshBuilder.Cancel(UnityEngine.AI.NavMeshData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.Cancel.html
  commentId: M:UnityEngine.AI.NavMeshBuilder.Cancel(UnityEngine.AI.NavMeshData)
  nameWithType: NavMeshBuilder.Cancel(NavMeshData)
  type: Method
- uid: UnityEngine.AI.NavMeshBuilder.CollectSources(UnityEngine.Bounds,System.Int32,UnityEngine.AI.NavMeshCollectGeometry,System.Int32,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildMarkup},System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource})
  name: CollectSources(Bounds, int, NavMeshCollectGeometry, int, List<NavMeshBuildMarkup>, List<NavMeshBuildSource>)
  fullName: UnityEngine.AI.NavMeshBuilder.CollectSources(UnityEngine.Bounds, int, UnityEngine.AI.NavMeshCollectGeometry, int, System.Collections.Generic.List<UnityEngine.AI.NavMeshBuildMarkup>, System.Collections.Generic.List<UnityEngine.AI.NavMeshBuildSource>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.CollectSources.html
  commentId: M:UnityEngine.AI.NavMeshBuilder.CollectSources(UnityEngine.Bounds,System.Int32,UnityEngine.AI.NavMeshCollectGeometry,System.Int32,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildMarkup},System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource})
  nameWithType: NavMeshBuilder.CollectSources(Bounds, int, NavMeshCollectGeometry, int, List<NavMeshBuildMarkup>, List<NavMeshBuildSource>)
  type: Method
- uid: UnityEngine.AI.NavMeshBuilder.CollectSources(UnityEngine.Transform,System.Int32,UnityEngine.AI.NavMeshCollectGeometry,System.Int32,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildMarkup},System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource})
  name: CollectSources(Transform, int, NavMeshCollectGeometry, int, List<NavMeshBuildMarkup>, List<NavMeshBuildSource>)
  fullName: UnityEngine.AI.NavMeshBuilder.CollectSources(UnityEngine.Transform, int, UnityEngine.AI.NavMeshCollectGeometry, int, System.Collections.Generic.List<UnityEngine.AI.NavMeshBuildMarkup>, System.Collections.Generic.List<UnityEngine.AI.NavMeshBuildSource>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.CollectSources.html
  commentId: M:UnityEngine.AI.NavMeshBuilder.CollectSources(UnityEngine.Transform,System.Int32,UnityEngine.AI.NavMeshCollectGeometry,System.Int32,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildMarkup},System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource})
  nameWithType: NavMeshBuilder.CollectSources(Transform, int, NavMeshCollectGeometry, int, List<NavMeshBuildMarkup>, List<NavMeshBuildSource>)
  type: Method
- uid: UnityEngine.AI.NavMeshBuilder.UpdateNavMeshData(UnityEngine.AI.NavMeshData,UnityEngine.AI.NavMeshBuildSettings,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource},UnityEngine.Bounds)
  name: UpdateNavMeshData(NavMeshData, NavMeshBuildSettings, List<NavMeshBuildSource>, Bounds)
  fullName: UnityEngine.AI.NavMeshBuilder.UpdateNavMeshData(UnityEngine.AI.NavMeshData, UnityEngine.AI.NavMeshBuildSettings, System.Collections.Generic.List<UnityEngine.AI.NavMeshBuildSource>, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.UpdateNavMeshData.html
  commentId: M:UnityEngine.AI.NavMeshBuilder.UpdateNavMeshData(UnityEngine.AI.NavMeshData,UnityEngine.AI.NavMeshBuildSettings,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource},UnityEngine.Bounds)
  nameWithType: NavMeshBuilder.UpdateNavMeshData(NavMeshData, NavMeshBuildSettings, List<NavMeshBuildSource>, Bounds)
  type: Method
- uid: UnityEngine.AI.NavMeshBuilder.UpdateNavMeshDataAsync(UnityEngine.AI.NavMeshData,UnityEngine.AI.NavMeshBuildSettings,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource},UnityEngine.Bounds)
  name: UpdateNavMeshDataAsync(NavMeshData, NavMeshBuildSettings, List<NavMeshBuildSource>, Bounds)
  fullName: UnityEngine.AI.NavMeshBuilder.UpdateNavMeshDataAsync(UnityEngine.AI.NavMeshData, UnityEngine.AI.NavMeshBuildSettings, System.Collections.Generic.List<UnityEngine.AI.NavMeshBuildSource>, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuilder.UpdateNavMeshDataAsync.html
  commentId: M:UnityEngine.AI.NavMeshBuilder.UpdateNavMeshDataAsync(UnityEngine.AI.NavMeshData,UnityEngine.AI.NavMeshBuildSettings,System.Collections.Generic.List{UnityEngine.AI.NavMeshBuildSource},UnityEngine.Bounds)
  nameWithType: NavMeshBuilder.UpdateNavMeshDataAsync(NavMeshData, NavMeshBuildSettings, List<NavMeshBuildSource>, Bounds)
  type: Method
- uid: UnityEngine.AI.NavMeshBuildMarkup
  name: NavMeshBuildMarkup
  fullName: UnityEngine.AI.NavMeshBuildMarkup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildMarkup.html
  commentId: T:UnityEngine.AI.NavMeshBuildMarkup
  nameWithType: NavMeshBuildMarkup
  type: Struct
- uid: UnityEngine.AI.NavMeshBuildMarkup.area
  name: area
  fullName: UnityEngine.AI.NavMeshBuildMarkup.area
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildMarkup-area.html
  commentId: P:UnityEngine.AI.NavMeshBuildMarkup.area
  nameWithType: NavMeshBuildMarkup.area
  type: Property
- uid: UnityEngine.AI.NavMeshBuildMarkup.ignoreFromBuild
  name: ignoreFromBuild
  fullName: UnityEngine.AI.NavMeshBuildMarkup.ignoreFromBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildMarkup-ignoreFromBuild.html
  commentId: P:UnityEngine.AI.NavMeshBuildMarkup.ignoreFromBuild
  nameWithType: NavMeshBuildMarkup.ignoreFromBuild
  type: Property
- uid: UnityEngine.AI.NavMeshBuildMarkup.overrideArea
  name: overrideArea
  fullName: UnityEngine.AI.NavMeshBuildMarkup.overrideArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildMarkup-overrideArea.html
  commentId: P:UnityEngine.AI.NavMeshBuildMarkup.overrideArea
  nameWithType: NavMeshBuildMarkup.overrideArea
  type: Property
- uid: UnityEngine.AI.NavMeshBuildMarkup.root
  name: root
  fullName: UnityEngine.AI.NavMeshBuildMarkup.root
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildMarkup-root.html
  commentId: P:UnityEngine.AI.NavMeshBuildMarkup.root
  nameWithType: NavMeshBuildMarkup.root
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings
  name: NavMeshBuildSettings
  fullName: UnityEngine.AI.NavMeshBuildSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings.html
  commentId: T:UnityEngine.AI.NavMeshBuildSettings
  nameWithType: NavMeshBuildSettings
  type: Struct
- uid: UnityEngine.AI.NavMeshBuildSettings.agentClimb
  name: agentClimb
  fullName: UnityEngine.AI.NavMeshBuildSettings.agentClimb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-agentClimb.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.agentClimb
  nameWithType: NavMeshBuildSettings.agentClimb
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.agentHeight
  name: agentHeight
  fullName: UnityEngine.AI.NavMeshBuildSettings.agentHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-agentHeight.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.agentHeight
  nameWithType: NavMeshBuildSettings.agentHeight
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.agentRadius
  name: agentRadius
  fullName: UnityEngine.AI.NavMeshBuildSettings.agentRadius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-agentRadius.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.agentRadius
  nameWithType: NavMeshBuildSettings.agentRadius
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.agentSlope
  name: agentSlope
  fullName: UnityEngine.AI.NavMeshBuildSettings.agentSlope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-agentSlope.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.agentSlope
  nameWithType: NavMeshBuildSettings.agentSlope
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.agentTypeID
  name: agentTypeID
  fullName: UnityEngine.AI.NavMeshBuildSettings.agentTypeID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-agentTypeID.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.agentTypeID
  nameWithType: NavMeshBuildSettings.agentTypeID
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.debug
  name: debug
  fullName: UnityEngine.AI.NavMeshBuildSettings.debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-debug.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.debug
  nameWithType: NavMeshBuildSettings.debug
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.minRegionArea
  name: minRegionArea
  fullName: UnityEngine.AI.NavMeshBuildSettings.minRegionArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-minRegionArea.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.minRegionArea
  nameWithType: NavMeshBuildSettings.minRegionArea
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.overrideTileSize
  name: overrideTileSize
  fullName: UnityEngine.AI.NavMeshBuildSettings.overrideTileSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-overrideTileSize.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.overrideTileSize
  nameWithType: NavMeshBuildSettings.overrideTileSize
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.overrideVoxelSize
  name: overrideVoxelSize
  fullName: UnityEngine.AI.NavMeshBuildSettings.overrideVoxelSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-overrideVoxelSize.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.overrideVoxelSize
  nameWithType: NavMeshBuildSettings.overrideVoxelSize
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.tileSize
  name: tileSize
  fullName: UnityEngine.AI.NavMeshBuildSettings.tileSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-tileSize.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.tileSize
  nameWithType: NavMeshBuildSettings.tileSize
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSettings.ValidationReport(UnityEngine.Bounds)
  name: ValidationReport(Bounds)
  fullName: UnityEngine.AI.NavMeshBuildSettings.ValidationReport(UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings.ValidationReport.html
  commentId: M:UnityEngine.AI.NavMeshBuildSettings.ValidationReport(UnityEngine.Bounds)
  nameWithType: NavMeshBuildSettings.ValidationReport(Bounds)
  type: Method
- uid: UnityEngine.AI.NavMeshBuildSettings.voxelSize
  name: voxelSize
  fullName: UnityEngine.AI.NavMeshBuildSettings.voxelSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSettings-voxelSize.html
  commentId: P:UnityEngine.AI.NavMeshBuildSettings.voxelSize
  nameWithType: NavMeshBuildSettings.voxelSize
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSource
  name: NavMeshBuildSource
  fullName: UnityEngine.AI.NavMeshBuildSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSource.html
  commentId: T:UnityEngine.AI.NavMeshBuildSource
  nameWithType: NavMeshBuildSource
  type: Struct
- uid: UnityEngine.AI.NavMeshBuildSource.area
  name: area
  fullName: UnityEngine.AI.NavMeshBuildSource.area
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSource-area.html
  commentId: P:UnityEngine.AI.NavMeshBuildSource.area
  nameWithType: NavMeshBuildSource.area
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSource.component
  name: component
  fullName: UnityEngine.AI.NavMeshBuildSource.component
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSource-component.html
  commentId: P:UnityEngine.AI.NavMeshBuildSource.component
  nameWithType: NavMeshBuildSource.component
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSource.shape
  name: shape
  fullName: UnityEngine.AI.NavMeshBuildSource.shape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSource-shape.html
  commentId: P:UnityEngine.AI.NavMeshBuildSource.shape
  nameWithType: NavMeshBuildSource.shape
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSource.size
  name: size
  fullName: UnityEngine.AI.NavMeshBuildSource.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSource-size.html
  commentId: P:UnityEngine.AI.NavMeshBuildSource.size
  nameWithType: NavMeshBuildSource.size
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSource.sourceObject
  name: sourceObject
  fullName: UnityEngine.AI.NavMeshBuildSource.sourceObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSource-sourceObject.html
  commentId: P:UnityEngine.AI.NavMeshBuildSource.sourceObject
  nameWithType: NavMeshBuildSource.sourceObject
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSource.transform
  name: transform
  fullName: UnityEngine.AI.NavMeshBuildSource.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSource-transform.html
  commentId: P:UnityEngine.AI.NavMeshBuildSource.transform
  nameWithType: NavMeshBuildSource.transform
  type: Property
- uid: UnityEngine.AI.NavMeshBuildSourceShape
  name: NavMeshBuildSourceShape
  fullName: UnityEngine.AI.NavMeshBuildSourceShape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSourceShape.html
  commentId: T:UnityEngine.AI.NavMeshBuildSourceShape
  nameWithType: NavMeshBuildSourceShape
  type: Enum
- uid: UnityEngine.AI.NavMeshBuildSourceShape.Box
  name: Box
  fullName: UnityEngine.AI.NavMeshBuildSourceShape.Box
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSourceShape.Box.html
  commentId: F:UnityEngine.AI.NavMeshBuildSourceShape.Box
  nameWithType: NavMeshBuildSourceShape.Box
  type: Field
- uid: UnityEngine.AI.NavMeshBuildSourceShape.Capsule
  name: Capsule
  fullName: UnityEngine.AI.NavMeshBuildSourceShape.Capsule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSourceShape.Capsule.html
  commentId: F:UnityEngine.AI.NavMeshBuildSourceShape.Capsule
  nameWithType: NavMeshBuildSourceShape.Capsule
  type: Field
- uid: UnityEngine.AI.NavMeshBuildSourceShape.Mesh
  name: Mesh
  fullName: UnityEngine.AI.NavMeshBuildSourceShape.Mesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSourceShape.Mesh.html
  commentId: F:UnityEngine.AI.NavMeshBuildSourceShape.Mesh
  nameWithType: NavMeshBuildSourceShape.Mesh
  type: Field
- uid: UnityEngine.AI.NavMeshBuildSourceShape.ModifierBox
  name: ModifierBox
  fullName: UnityEngine.AI.NavMeshBuildSourceShape.ModifierBox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSourceShape.ModifierBox.html
  commentId: F:UnityEngine.AI.NavMeshBuildSourceShape.ModifierBox
  nameWithType: NavMeshBuildSourceShape.ModifierBox
  type: Field
- uid: UnityEngine.AI.NavMeshBuildSourceShape.Sphere
  name: Sphere
  fullName: UnityEngine.AI.NavMeshBuildSourceShape.Sphere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSourceShape.Sphere.html
  commentId: F:UnityEngine.AI.NavMeshBuildSourceShape.Sphere
  nameWithType: NavMeshBuildSourceShape.Sphere
  type: Field
- uid: UnityEngine.AI.NavMeshBuildSourceShape.Terrain
  name: Terrain
  fullName: UnityEngine.AI.NavMeshBuildSourceShape.Terrain
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshBuildSourceShape.Terrain.html
  commentId: F:UnityEngine.AI.NavMeshBuildSourceShape.Terrain
  nameWithType: NavMeshBuildSourceShape.Terrain
  type: Field
- uid: UnityEngine.AI.NavMeshCollectGeometry
  name: NavMeshCollectGeometry
  fullName: UnityEngine.AI.NavMeshCollectGeometry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshCollectGeometry.html
  commentId: T:UnityEngine.AI.NavMeshCollectGeometry
  nameWithType: NavMeshCollectGeometry
  type: Enum
- uid: UnityEngine.AI.NavMeshCollectGeometry.PhysicsColliders
  name: PhysicsColliders
  fullName: UnityEngine.AI.NavMeshCollectGeometry.PhysicsColliders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshCollectGeometry.PhysicsColliders.html
  commentId: F:UnityEngine.AI.NavMeshCollectGeometry.PhysicsColliders
  nameWithType: NavMeshCollectGeometry.PhysicsColliders
  type: Field
- uid: UnityEngine.AI.NavMeshCollectGeometry.RenderMeshes
  name: RenderMeshes
  fullName: UnityEngine.AI.NavMeshCollectGeometry.RenderMeshes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshCollectGeometry.RenderMeshes.html
  commentId: F:UnityEngine.AI.NavMeshCollectGeometry.RenderMeshes
  nameWithType: NavMeshCollectGeometry.RenderMeshes
  type: Field
- uid: UnityEngine.AI.NavMeshData
  name: NavMeshData
  fullName: UnityEngine.AI.NavMeshData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshData.html
  commentId: T:UnityEngine.AI.NavMeshData
  nameWithType: NavMeshData
  type: Class
- uid: UnityEngine.AI.NavMeshData.#ctor
  name: NavMeshData()
  fullName: UnityEngine.AI.NavMeshData.NavMeshData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshData-ctor.html
  commentId: M:UnityEngine.AI.NavMeshData.#ctor
  nameWithType: NavMeshData.NavMeshData()
  type: Constructor
- uid: UnityEngine.AI.NavMeshData.#ctor(System.Int32)
  name: NavMeshData(int)
  fullName: UnityEngine.AI.NavMeshData.NavMeshData(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshData-ctor.html
  commentId: M:UnityEngine.AI.NavMeshData.#ctor(System.Int32)
  nameWithType: NavMeshData.NavMeshData(int)
  type: Constructor
- uid: UnityEngine.AI.NavMeshData.position
  name: position
  fullName: UnityEngine.AI.NavMeshData.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshData-position.html
  commentId: P:UnityEngine.AI.NavMeshData.position
  nameWithType: NavMeshData.position
  type: Property
- uid: UnityEngine.AI.NavMeshData.rotation
  name: rotation
  fullName: UnityEngine.AI.NavMeshData.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshData-rotation.html
  commentId: P:UnityEngine.AI.NavMeshData.rotation
  nameWithType: NavMeshData.rotation
  type: Property
- uid: UnityEngine.AI.NavMeshData.sourceBounds
  name: sourceBounds
  fullName: UnityEngine.AI.NavMeshData.sourceBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshData-sourceBounds.html
  commentId: P:UnityEngine.AI.NavMeshData.sourceBounds
  nameWithType: NavMeshData.sourceBounds
  type: Property
- uid: UnityEngine.AI.NavMeshDataInstance
  name: NavMeshDataInstance
  fullName: UnityEngine.AI.NavMeshDataInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshDataInstance.html
  commentId: T:UnityEngine.AI.NavMeshDataInstance
  nameWithType: NavMeshDataInstance
  type: Struct
- uid: UnityEngine.AI.NavMeshDataInstance.owner
  name: owner
  fullName: UnityEngine.AI.NavMeshDataInstance.owner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshDataInstance-owner.html
  commentId: P:UnityEngine.AI.NavMeshDataInstance.owner
  nameWithType: NavMeshDataInstance.owner
  type: Property
- uid: UnityEngine.AI.NavMeshDataInstance.Remove
  name: Remove()
  fullName: UnityEngine.AI.NavMeshDataInstance.Remove()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshDataInstance.Remove.html
  commentId: M:UnityEngine.AI.NavMeshDataInstance.Remove
  nameWithType: NavMeshDataInstance.Remove()
  type: Method
- uid: UnityEngine.AI.NavMeshDataInstance.valid
  name: valid
  fullName: UnityEngine.AI.NavMeshDataInstance.valid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshDataInstance-valid.html
  commentId: P:UnityEngine.AI.NavMeshDataInstance.valid
  nameWithType: NavMeshDataInstance.valid
  type: Property
- uid: UnityEngine.AI.NavMeshHit
  name: NavMeshHit
  fullName: UnityEngine.AI.NavMeshHit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshHit.html
  commentId: T:UnityEngine.AI.NavMeshHit
  nameWithType: NavMeshHit
  type: Struct
- uid: UnityEngine.AI.NavMeshHit.distance
  name: distance
  fullName: UnityEngine.AI.NavMeshHit.distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshHit-distance.html
  commentId: P:UnityEngine.AI.NavMeshHit.distance
  nameWithType: NavMeshHit.distance
  type: Property
- uid: UnityEngine.AI.NavMeshHit.hit
  name: hit
  fullName: UnityEngine.AI.NavMeshHit.hit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshHit-hit.html
  commentId: P:UnityEngine.AI.NavMeshHit.hit
  nameWithType: NavMeshHit.hit
  type: Property
- uid: UnityEngine.AI.NavMeshHit.mask
  name: mask
  fullName: UnityEngine.AI.NavMeshHit.mask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshHit-mask.html
  commentId: P:UnityEngine.AI.NavMeshHit.mask
  nameWithType: NavMeshHit.mask
  type: Property
- uid: UnityEngine.AI.NavMeshHit.normal
  name: normal
  fullName: UnityEngine.AI.NavMeshHit.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshHit-normal.html
  commentId: P:UnityEngine.AI.NavMeshHit.normal
  nameWithType: NavMeshHit.normal
  type: Property
- uid: UnityEngine.AI.NavMeshHit.position
  name: position
  fullName: UnityEngine.AI.NavMeshHit.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshHit-position.html
  commentId: P:UnityEngine.AI.NavMeshHit.position
  nameWithType: NavMeshHit.position
  type: Property
- uid: UnityEngine.AI.NavMeshLinkData
  name: NavMeshLinkData
  fullName: UnityEngine.AI.NavMeshLinkData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkData.html
  commentId: T:UnityEngine.AI.NavMeshLinkData
  nameWithType: NavMeshLinkData
  type: Struct
- uid: UnityEngine.AI.NavMeshLinkData.agentTypeID
  name: agentTypeID
  fullName: UnityEngine.AI.NavMeshLinkData.agentTypeID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkData-agentTypeID.html
  commentId: P:UnityEngine.AI.NavMeshLinkData.agentTypeID
  nameWithType: NavMeshLinkData.agentTypeID
  type: Property
- uid: UnityEngine.AI.NavMeshLinkData.area
  name: area
  fullName: UnityEngine.AI.NavMeshLinkData.area
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkData-area.html
  commentId: P:UnityEngine.AI.NavMeshLinkData.area
  nameWithType: NavMeshLinkData.area
  type: Property
- uid: UnityEngine.AI.NavMeshLinkData.bidirectional
  name: bidirectional
  fullName: UnityEngine.AI.NavMeshLinkData.bidirectional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkData-bidirectional.html
  commentId: P:UnityEngine.AI.NavMeshLinkData.bidirectional
  nameWithType: NavMeshLinkData.bidirectional
  type: Property
- uid: UnityEngine.AI.NavMeshLinkData.costModifier
  name: costModifier
  fullName: UnityEngine.AI.NavMeshLinkData.costModifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkData-costModifier.html
  commentId: P:UnityEngine.AI.NavMeshLinkData.costModifier
  nameWithType: NavMeshLinkData.costModifier
  type: Property
- uid: UnityEngine.AI.NavMeshLinkData.endPosition
  name: endPosition
  fullName: UnityEngine.AI.NavMeshLinkData.endPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkData-endPosition.html
  commentId: P:UnityEngine.AI.NavMeshLinkData.endPosition
  nameWithType: NavMeshLinkData.endPosition
  type: Property
- uid: UnityEngine.AI.NavMeshLinkData.startPosition
  name: startPosition
  fullName: UnityEngine.AI.NavMeshLinkData.startPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkData-startPosition.html
  commentId: P:UnityEngine.AI.NavMeshLinkData.startPosition
  nameWithType: NavMeshLinkData.startPosition
  type: Property
- uid: UnityEngine.AI.NavMeshLinkData.width
  name: width
  fullName: UnityEngine.AI.NavMeshLinkData.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkData-width.html
  commentId: P:UnityEngine.AI.NavMeshLinkData.width
  nameWithType: NavMeshLinkData.width
  type: Property
- uid: UnityEngine.AI.NavMeshLinkInstance
  name: NavMeshLinkInstance
  fullName: UnityEngine.AI.NavMeshLinkInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkInstance.html
  commentId: T:UnityEngine.AI.NavMeshLinkInstance
  nameWithType: NavMeshLinkInstance
  type: Struct
- uid: UnityEngine.AI.NavMeshLinkInstance.owner
  name: owner
  fullName: UnityEngine.AI.NavMeshLinkInstance.owner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkInstance-owner.html
  commentId: P:UnityEngine.AI.NavMeshLinkInstance.owner
  nameWithType: NavMeshLinkInstance.owner
  type: Property
- uid: UnityEngine.AI.NavMeshLinkInstance.Remove
  name: Remove()
  fullName: UnityEngine.AI.NavMeshLinkInstance.Remove()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkInstance.Remove.html
  commentId: M:UnityEngine.AI.NavMeshLinkInstance.Remove
  nameWithType: NavMeshLinkInstance.Remove()
  type: Method
- uid: UnityEngine.AI.NavMeshLinkInstance.valid
  name: valid
  fullName: UnityEngine.AI.NavMeshLinkInstance.valid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshLinkInstance-valid.html
  commentId: P:UnityEngine.AI.NavMeshLinkInstance.valid
  nameWithType: NavMeshLinkInstance.valid
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle
  name: NavMeshObstacle
  fullName: UnityEngine.AI.NavMeshObstacle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle.html
  commentId: T:UnityEngine.AI.NavMeshObstacle
  nameWithType: NavMeshObstacle
  type: Class
- uid: UnityEngine.AI.NavMeshObstacle.carveOnlyStationary
  name: carveOnlyStationary
  fullName: UnityEngine.AI.NavMeshObstacle.carveOnlyStationary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-carveOnlyStationary.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.carveOnlyStationary
  nameWithType: NavMeshObstacle.carveOnlyStationary
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.carving
  name: carving
  fullName: UnityEngine.AI.NavMeshObstacle.carving
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-carving.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.carving
  nameWithType: NavMeshObstacle.carving
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.carvingMoveThreshold
  name: carvingMoveThreshold
  fullName: UnityEngine.AI.NavMeshObstacle.carvingMoveThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-carvingMoveThreshold.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.carvingMoveThreshold
  nameWithType: NavMeshObstacle.carvingMoveThreshold
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.carvingTimeToStationary
  name: carvingTimeToStationary
  fullName: UnityEngine.AI.NavMeshObstacle.carvingTimeToStationary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-carvingTimeToStationary.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.carvingTimeToStationary
  nameWithType: NavMeshObstacle.carvingTimeToStationary
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.center
  name: center
  fullName: UnityEngine.AI.NavMeshObstacle.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-center.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.center
  nameWithType: NavMeshObstacle.center
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.height
  name: height
  fullName: UnityEngine.AI.NavMeshObstacle.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-height.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.height
  nameWithType: NavMeshObstacle.height
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.radius
  name: radius
  fullName: UnityEngine.AI.NavMeshObstacle.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-radius.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.radius
  nameWithType: NavMeshObstacle.radius
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.shape
  name: shape
  fullName: UnityEngine.AI.NavMeshObstacle.shape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-shape.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.shape
  nameWithType: NavMeshObstacle.shape
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.size
  name: size
  fullName: UnityEngine.AI.NavMeshObstacle.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-size.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.size
  nameWithType: NavMeshObstacle.size
  type: Property
- uid: UnityEngine.AI.NavMeshObstacle.velocity
  name: velocity
  fullName: UnityEngine.AI.NavMeshObstacle.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacle-velocity.html
  commentId: P:UnityEngine.AI.NavMeshObstacle.velocity
  nameWithType: NavMeshObstacle.velocity
  type: Property
- uid: UnityEngine.AI.NavMeshObstacleShape
  name: NavMeshObstacleShape
  fullName: UnityEngine.AI.NavMeshObstacleShape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacleShape.html
  commentId: T:UnityEngine.AI.NavMeshObstacleShape
  nameWithType: NavMeshObstacleShape
  type: Enum
- uid: UnityEngine.AI.NavMeshObstacleShape.Box
  name: Box
  fullName: UnityEngine.AI.NavMeshObstacleShape.Box
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacleShape.Box.html
  commentId: F:UnityEngine.AI.NavMeshObstacleShape.Box
  nameWithType: NavMeshObstacleShape.Box
  type: Field
- uid: UnityEngine.AI.NavMeshObstacleShape.Capsule
  name: Capsule
  fullName: UnityEngine.AI.NavMeshObstacleShape.Capsule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshObstacleShape.Capsule.html
  commentId: F:UnityEngine.AI.NavMeshObstacleShape.Capsule
  nameWithType: NavMeshObstacleShape.Capsule
  type: Field
- uid: UnityEngine.AI.NavMeshPath
  name: NavMeshPath
  fullName: UnityEngine.AI.NavMeshPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPath.html
  commentId: T:UnityEngine.AI.NavMeshPath
  nameWithType: NavMeshPath
  type: Class
- uid: UnityEngine.AI.NavMeshPath.#ctor
  name: NavMeshPath()
  fullName: UnityEngine.AI.NavMeshPath.NavMeshPath()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPath-ctor.html
  commentId: M:UnityEngine.AI.NavMeshPath.#ctor
  nameWithType: NavMeshPath.NavMeshPath()
  type: Constructor
- uid: UnityEngine.AI.NavMeshPath.ClearCorners
  name: ClearCorners()
  fullName: UnityEngine.AI.NavMeshPath.ClearCorners()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPath.ClearCorners.html
  commentId: M:UnityEngine.AI.NavMeshPath.ClearCorners
  nameWithType: NavMeshPath.ClearCorners()
  type: Method
- uid: UnityEngine.AI.NavMeshPath.corners
  name: corners
  fullName: UnityEngine.AI.NavMeshPath.corners
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPath-corners.html
  commentId: P:UnityEngine.AI.NavMeshPath.corners
  nameWithType: NavMeshPath.corners
  type: Property
- uid: UnityEngine.AI.NavMeshPath.Finalize
  name: ~NavMeshPath()
  fullName: UnityEngine.AI.NavMeshPath.~NavMeshPath()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPath.Finalize.html
  commentId: M:UnityEngine.AI.NavMeshPath.Finalize
  nameWithType: NavMeshPath.~NavMeshPath()
  type: Method
- uid: UnityEngine.AI.NavMeshPath.GetCornersNonAlloc(UnityEngine.Vector3[])
  name: GetCornersNonAlloc(Vector3[])
  fullName: UnityEngine.AI.NavMeshPath.GetCornersNonAlloc(UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPath.GetCornersNonAlloc.html
  commentId: M:UnityEngine.AI.NavMeshPath.GetCornersNonAlloc(UnityEngine.Vector3[])
  nameWithType: NavMeshPath.GetCornersNonAlloc(Vector3[])
  type: Method
- uid: UnityEngine.AI.NavMeshPath.status
  name: status
  fullName: UnityEngine.AI.NavMeshPath.status
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPath-status.html
  commentId: P:UnityEngine.AI.NavMeshPath.status
  nameWithType: NavMeshPath.status
  type: Property
- uid: UnityEngine.AI.NavMeshPathStatus
  name: NavMeshPathStatus
  fullName: UnityEngine.AI.NavMeshPathStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPathStatus.html
  commentId: T:UnityEngine.AI.NavMeshPathStatus
  nameWithType: NavMeshPathStatus
  type: Enum
- uid: UnityEngine.AI.NavMeshPathStatus.PathComplete
  name: PathComplete
  fullName: UnityEngine.AI.NavMeshPathStatus.PathComplete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPathStatus.PathComplete.html
  commentId: F:UnityEngine.AI.NavMeshPathStatus.PathComplete
  nameWithType: NavMeshPathStatus.PathComplete
  type: Field
- uid: UnityEngine.AI.NavMeshPathStatus.PathInvalid
  name: PathInvalid
  fullName: UnityEngine.AI.NavMeshPathStatus.PathInvalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPathStatus.PathInvalid.html
  commentId: F:UnityEngine.AI.NavMeshPathStatus.PathInvalid
  nameWithType: NavMeshPathStatus.PathInvalid
  type: Field
- uid: UnityEngine.AI.NavMeshPathStatus.PathPartial
  name: PathPartial
  fullName: UnityEngine.AI.NavMeshPathStatus.PathPartial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshPathStatus.PathPartial.html
  commentId: F:UnityEngine.AI.NavMeshPathStatus.PathPartial
  nameWithType: NavMeshPathStatus.PathPartial
  type: Field
- uid: UnityEngine.AI.NavMeshQueryFilter
  name: NavMeshQueryFilter
  fullName: UnityEngine.AI.NavMeshQueryFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshQueryFilter.html
  commentId: T:UnityEngine.AI.NavMeshQueryFilter
  nameWithType: NavMeshQueryFilter
  type: Struct
- uid: UnityEngine.AI.NavMeshQueryFilter.agentTypeID
  name: agentTypeID
  fullName: UnityEngine.AI.NavMeshQueryFilter.agentTypeID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshQueryFilter-agentTypeID.html
  commentId: P:UnityEngine.AI.NavMeshQueryFilter.agentTypeID
  nameWithType: NavMeshQueryFilter.agentTypeID
  type: Property
- uid: UnityEngine.AI.NavMeshQueryFilter.areaMask
  name: areaMask
  fullName: UnityEngine.AI.NavMeshQueryFilter.areaMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshQueryFilter-areaMask.html
  commentId: P:UnityEngine.AI.NavMeshQueryFilter.areaMask
  nameWithType: NavMeshQueryFilter.areaMask
  type: Property
- uid: UnityEngine.AI.NavMeshQueryFilter.GetAreaCost(System.Int32)
  name: GetAreaCost(int)
  fullName: UnityEngine.AI.NavMeshQueryFilter.GetAreaCost(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshQueryFilter.GetAreaCost.html
  commentId: M:UnityEngine.AI.NavMeshQueryFilter.GetAreaCost(System.Int32)
  nameWithType: NavMeshQueryFilter.GetAreaCost(int)
  type: Method
- uid: UnityEngine.AI.NavMeshQueryFilter.SetAreaCost(System.Int32,System.Single)
  name: SetAreaCost(int, float)
  fullName: UnityEngine.AI.NavMeshQueryFilter.SetAreaCost(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshQueryFilter.SetAreaCost.html
  commentId: M:UnityEngine.AI.NavMeshQueryFilter.SetAreaCost(System.Int32,System.Single)
  nameWithType: NavMeshQueryFilter.SetAreaCost(int, float)
  type: Method
- uid: UnityEngine.AI.NavMeshTriangulation
  name: NavMeshTriangulation
  fullName: UnityEngine.AI.NavMeshTriangulation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshTriangulation.html
  commentId: T:UnityEngine.AI.NavMeshTriangulation
  nameWithType: NavMeshTriangulation
  type: Struct
- uid: UnityEngine.AI.NavMeshTriangulation.areas
  name: areas
  fullName: UnityEngine.AI.NavMeshTriangulation.areas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshTriangulation-areas.html
  commentId: F:UnityEngine.AI.NavMeshTriangulation.areas
  nameWithType: NavMeshTriangulation.areas
  type: Field
- uid: UnityEngine.AI.NavMeshTriangulation.indices
  name: indices
  fullName: UnityEngine.AI.NavMeshTriangulation.indices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshTriangulation-indices.html
  commentId: F:UnityEngine.AI.NavMeshTriangulation.indices
  nameWithType: NavMeshTriangulation.indices
  type: Field
- uid: UnityEngine.AI.NavMeshTriangulation.layers
  name: layers
  fullName: UnityEngine.AI.NavMeshTriangulation.layers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshTriangulation-layers.html
  commentId: P:UnityEngine.AI.NavMeshTriangulation.layers
  nameWithType: NavMeshTriangulation.layers
  type: Property
- uid: UnityEngine.AI.NavMeshTriangulation.vertices
  name: vertices
  fullName: UnityEngine.AI.NavMeshTriangulation.vertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.NavMeshTriangulation-vertices.html
  commentId: F:UnityEngine.AI.NavMeshTriangulation.vertices
  nameWithType: NavMeshTriangulation.vertices
  type: Field
- uid: UnityEngine.AI.ObstacleAvoidanceType
  name: ObstacleAvoidanceType
  fullName: UnityEngine.AI.ObstacleAvoidanceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.ObstacleAvoidanceType.html
  commentId: T:UnityEngine.AI.ObstacleAvoidanceType
  nameWithType: ObstacleAvoidanceType
  type: Enum
- uid: UnityEngine.AI.ObstacleAvoidanceType.GoodQualityObstacleAvoidance
  name: GoodQualityObstacleAvoidance
  fullName: UnityEngine.AI.ObstacleAvoidanceType.GoodQualityObstacleAvoidance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.ObstacleAvoidanceType.GoodQualityObstacleAvoidance.html
  commentId: F:UnityEngine.AI.ObstacleAvoidanceType.GoodQualityObstacleAvoidance
  nameWithType: ObstacleAvoidanceType.GoodQualityObstacleAvoidance
  type: Field
- uid: UnityEngine.AI.ObstacleAvoidanceType.HighQualityObstacleAvoidance
  name: HighQualityObstacleAvoidance
  fullName: UnityEngine.AI.ObstacleAvoidanceType.HighQualityObstacleAvoidance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.ObstacleAvoidanceType.HighQualityObstacleAvoidance.html
  commentId: F:UnityEngine.AI.ObstacleAvoidanceType.HighQualityObstacleAvoidance
  nameWithType: ObstacleAvoidanceType.HighQualityObstacleAvoidance
  type: Field
- uid: UnityEngine.AI.ObstacleAvoidanceType.LowQualityObstacleAvoidance
  name: LowQualityObstacleAvoidance
  fullName: UnityEngine.AI.ObstacleAvoidanceType.LowQualityObstacleAvoidance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.ObstacleAvoidanceType.LowQualityObstacleAvoidance.html
  commentId: F:UnityEngine.AI.ObstacleAvoidanceType.LowQualityObstacleAvoidance
  nameWithType: ObstacleAvoidanceType.LowQualityObstacleAvoidance
  type: Field
- uid: UnityEngine.AI.ObstacleAvoidanceType.MedQualityObstacleAvoidance
  name: MedQualityObstacleAvoidance
  fullName: UnityEngine.AI.ObstacleAvoidanceType.MedQualityObstacleAvoidance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.ObstacleAvoidanceType.MedQualityObstacleAvoidance.html
  commentId: F:UnityEngine.AI.ObstacleAvoidanceType.MedQualityObstacleAvoidance
  nameWithType: ObstacleAvoidanceType.MedQualityObstacleAvoidance
  type: Field
- uid: UnityEngine.AI.ObstacleAvoidanceType.NoObstacleAvoidance
  name: NoObstacleAvoidance
  fullName: UnityEngine.AI.ObstacleAvoidanceType.NoObstacleAvoidance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.ObstacleAvoidanceType.NoObstacleAvoidance.html
  commentId: F:UnityEngine.AI.ObstacleAvoidanceType.NoObstacleAvoidance
  nameWithType: ObstacleAvoidanceType.NoObstacleAvoidance
  type: Field
- uid: UnityEngine.AI.OffMeshLink
  name: OffMeshLink
  fullName: UnityEngine.AI.OffMeshLink
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink.html
  commentId: T:UnityEngine.AI.OffMeshLink
  nameWithType: OffMeshLink
  type: Class
- uid: UnityEngine.AI.OffMeshLink.activated
  name: activated
  fullName: UnityEngine.AI.OffMeshLink.activated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-activated.html
  commentId: P:UnityEngine.AI.OffMeshLink.activated
  nameWithType: OffMeshLink.activated
  type: Property
- uid: UnityEngine.AI.OffMeshLink.area
  name: area
  fullName: UnityEngine.AI.OffMeshLink.area
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-area.html
  commentId: P:UnityEngine.AI.OffMeshLink.area
  nameWithType: OffMeshLink.area
  type: Property
- uid: UnityEngine.AI.OffMeshLink.autoUpdatePositions
  name: autoUpdatePositions
  fullName: UnityEngine.AI.OffMeshLink.autoUpdatePositions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-autoUpdatePositions.html
  commentId: P:UnityEngine.AI.OffMeshLink.autoUpdatePositions
  nameWithType: OffMeshLink.autoUpdatePositions
  type: Property
- uid: UnityEngine.AI.OffMeshLink.biDirectional
  name: biDirectional
  fullName: UnityEngine.AI.OffMeshLink.biDirectional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-biDirectional.html
  commentId: P:UnityEngine.AI.OffMeshLink.biDirectional
  nameWithType: OffMeshLink.biDirectional
  type: Property
- uid: UnityEngine.AI.OffMeshLink.costOverride
  name: costOverride
  fullName: UnityEngine.AI.OffMeshLink.costOverride
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-costOverride.html
  commentId: P:UnityEngine.AI.OffMeshLink.costOverride
  nameWithType: OffMeshLink.costOverride
  type: Property
- uid: UnityEngine.AI.OffMeshLink.endTransform
  name: endTransform
  fullName: UnityEngine.AI.OffMeshLink.endTransform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-endTransform.html
  commentId: P:UnityEngine.AI.OffMeshLink.endTransform
  nameWithType: OffMeshLink.endTransform
  type: Property
- uid: UnityEngine.AI.OffMeshLink.navMeshLayer
  name: navMeshLayer
  fullName: UnityEngine.AI.OffMeshLink.navMeshLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-navMeshLayer.html
  commentId: P:UnityEngine.AI.OffMeshLink.navMeshLayer
  nameWithType: OffMeshLink.navMeshLayer
  type: Property
- uid: UnityEngine.AI.OffMeshLink.occupied
  name: occupied
  fullName: UnityEngine.AI.OffMeshLink.occupied
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-occupied.html
  commentId: P:UnityEngine.AI.OffMeshLink.occupied
  nameWithType: OffMeshLink.occupied
  type: Property
- uid: UnityEngine.AI.OffMeshLink.startTransform
  name: startTransform
  fullName: UnityEngine.AI.OffMeshLink.startTransform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink-startTransform.html
  commentId: P:UnityEngine.AI.OffMeshLink.startTransform
  nameWithType: OffMeshLink.startTransform
  type: Property
- uid: UnityEngine.AI.OffMeshLink.UpdatePositions
  name: UpdatePositions()
  fullName: UnityEngine.AI.OffMeshLink.UpdatePositions()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLink.UpdatePositions.html
  commentId: M:UnityEngine.AI.OffMeshLink.UpdatePositions
  nameWithType: OffMeshLink.UpdatePositions()
  type: Method
- uid: UnityEngine.AI.OffMeshLinkData
  name: OffMeshLinkData
  fullName: UnityEngine.AI.OffMeshLinkData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkData.html
  commentId: T:UnityEngine.AI.OffMeshLinkData
  nameWithType: OffMeshLinkData
  type: Struct
- uid: UnityEngine.AI.OffMeshLinkData.activated
  name: activated
  fullName: UnityEngine.AI.OffMeshLinkData.activated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkData-activated.html
  commentId: P:UnityEngine.AI.OffMeshLinkData.activated
  nameWithType: OffMeshLinkData.activated
  type: Property
- uid: UnityEngine.AI.OffMeshLinkData.endPos
  name: endPos
  fullName: UnityEngine.AI.OffMeshLinkData.endPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkData-endPos.html
  commentId: P:UnityEngine.AI.OffMeshLinkData.endPos
  nameWithType: OffMeshLinkData.endPos
  type: Property
- uid: UnityEngine.AI.OffMeshLinkData.linkType
  name: linkType
  fullName: UnityEngine.AI.OffMeshLinkData.linkType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkData-linkType.html
  commentId: P:UnityEngine.AI.OffMeshLinkData.linkType
  nameWithType: OffMeshLinkData.linkType
  type: Property
- uid: UnityEngine.AI.OffMeshLinkData.offMeshLink
  name: offMeshLink
  fullName: UnityEngine.AI.OffMeshLinkData.offMeshLink
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkData-offMeshLink.html
  commentId: P:UnityEngine.AI.OffMeshLinkData.offMeshLink
  nameWithType: OffMeshLinkData.offMeshLink
  type: Property
- uid: UnityEngine.AI.OffMeshLinkData.startPos
  name: startPos
  fullName: UnityEngine.AI.OffMeshLinkData.startPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkData-startPos.html
  commentId: P:UnityEngine.AI.OffMeshLinkData.startPos
  nameWithType: OffMeshLinkData.startPos
  type: Property
- uid: UnityEngine.AI.OffMeshLinkData.valid
  name: valid
  fullName: UnityEngine.AI.OffMeshLinkData.valid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkData-valid.html
  commentId: P:UnityEngine.AI.OffMeshLinkData.valid
  nameWithType: OffMeshLinkData.valid
  type: Property
- uid: UnityEngine.AI.OffMeshLinkType
  name: OffMeshLinkType
  fullName: UnityEngine.AI.OffMeshLinkType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkType.html
  commentId: T:UnityEngine.AI.OffMeshLinkType
  nameWithType: OffMeshLinkType
  type: Enum
- uid: UnityEngine.AI.OffMeshLinkType.LinkTypeDropDown
  name: LinkTypeDropDown
  fullName: UnityEngine.AI.OffMeshLinkType.LinkTypeDropDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkType.LinkTypeDropDown.html
  commentId: F:UnityEngine.AI.OffMeshLinkType.LinkTypeDropDown
  nameWithType: OffMeshLinkType.LinkTypeDropDown
  type: Field
- uid: UnityEngine.AI.OffMeshLinkType.LinkTypeJumpAcross
  name: LinkTypeJumpAcross
  fullName: UnityEngine.AI.OffMeshLinkType.LinkTypeJumpAcross
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkType.LinkTypeJumpAcross.html
  commentId: F:UnityEngine.AI.OffMeshLinkType.LinkTypeJumpAcross
  nameWithType: OffMeshLinkType.LinkTypeJumpAcross
  type: Field
- uid: UnityEngine.AI.OffMeshLinkType.LinkTypeManual
  name: LinkTypeManual
  fullName: UnityEngine.AI.OffMeshLinkType.LinkTypeManual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AI.OffMeshLinkType.LinkTypeManual.html
  commentId: F:UnityEngine.AI.OffMeshLinkType.LinkTypeManual
  nameWithType: OffMeshLinkType.LinkTypeManual
  type: Field
- uid: UnityEngine.Analytics
  name: UnityEngine.Analytics
  fullName: UnityEngine.Analytics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Analytics
  nameWithType: UnityEngine.Analytics
  type: Namespace
- uid: UnityEngine.Analytics.Analytics
  name: Analytics
  fullName: UnityEngine.Analytics.Analytics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.html
  commentId: T:UnityEngine.Analytics.Analytics
  nameWithType: Analytics
  type: Class
- uid: UnityEngine.Analytics.Analytics.CustomEvent(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
  name: CustomEvent(string, IDictionary<string, object>)
  fullName: UnityEngine.Analytics.Analytics.CustomEvent(string, System.Collections.Generic.IDictionary<string, object>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.CustomEvent.html
  commentId: M:UnityEngine.Analytics.Analytics.CustomEvent(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})
  nameWithType: Analytics.CustomEvent(string, IDictionary<string, object>)
  type: Method
- uid: UnityEngine.Analytics.Analytics.CustomEvent(System.String,UnityEngine.Vector3)
  name: CustomEvent(string, Vector3)
  fullName: UnityEngine.Analytics.Analytics.CustomEvent(string, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.CustomEvent.html
  commentId: M:UnityEngine.Analytics.Analytics.CustomEvent(System.String,UnityEngine.Vector3)
  nameWithType: Analytics.CustomEvent(string, Vector3)
  type: Method
- uid: UnityEngine.Analytics.Analytics.CustomEvent(System.String)
  name: CustomEvent(string)
  fullName: UnityEngine.Analytics.Analytics.CustomEvent(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.CustomEvent.html
  commentId: M:UnityEngine.Analytics.Analytics.CustomEvent(System.String)
  nameWithType: Analytics.CustomEvent(string)
  type: Method
- uid: UnityEngine.Analytics.Analytics.deviceStatsEnabled
  name: deviceStatsEnabled
  fullName: UnityEngine.Analytics.Analytics.deviceStatsEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics-deviceStatsEnabled.html
  commentId: P:UnityEngine.Analytics.Analytics.deviceStatsEnabled
  nameWithType: Analytics.deviceStatsEnabled
  type: Property
- uid: UnityEngine.Analytics.Analytics.enabled
  name: enabled
  fullName: UnityEngine.Analytics.Analytics.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics-enabled.html
  commentId: P:UnityEngine.Analytics.Analytics.enabled
  nameWithType: Analytics.enabled
  type: Property
- uid: UnityEngine.Analytics.Analytics.FlushEvents
  name: FlushEvents()
  fullName: UnityEngine.Analytics.Analytics.FlushEvents()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.FlushEvents.html
  commentId: M:UnityEngine.Analytics.Analytics.FlushEvents
  nameWithType: Analytics.FlushEvents()
  type: Method
- uid: UnityEngine.Analytics.Analytics.limitUserTracking
  name: limitUserTracking
  fullName: UnityEngine.Analytics.Analytics.limitUserTracking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics-limitUserTracking.html
  commentId: P:UnityEngine.Analytics.Analytics.limitUserTracking
  nameWithType: Analytics.limitUserTracking
  type: Property
- uid: UnityEngine.Analytics.Analytics.SetUserBirthYear(System.Int32)
  name: SetUserBirthYear(int)
  fullName: UnityEngine.Analytics.Analytics.SetUserBirthYear(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.SetUserBirthYear.html
  commentId: M:UnityEngine.Analytics.Analytics.SetUserBirthYear(System.Int32)
  nameWithType: Analytics.SetUserBirthYear(int)
  type: Method
- uid: UnityEngine.Analytics.Analytics.SetUserGender(UnityEngine.Analytics.Gender)
  name: SetUserGender(Gender)
  fullName: UnityEngine.Analytics.Analytics.SetUserGender(UnityEngine.Analytics.Gender)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.SetUserGender.html
  commentId: M:UnityEngine.Analytics.Analytics.SetUserGender(UnityEngine.Analytics.Gender)
  nameWithType: Analytics.SetUserGender(Gender)
  type: Method
- uid: UnityEngine.Analytics.Analytics.SetUserId(System.String)
  name: SetUserId(string)
  fullName: UnityEngine.Analytics.Analytics.SetUserId(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.SetUserId.html
  commentId: M:UnityEngine.Analytics.Analytics.SetUserId(System.String)
  nameWithType: Analytics.SetUserId(string)
  type: Method
- uid: UnityEngine.Analytics.Analytics.Transaction(System.String,System.Decimal,System.String,System.String,System.String,System.Boolean)
  name: Transaction(string, decimal, string, string, string, bool)
  fullName: UnityEngine.Analytics.Analytics.Transaction(string, decimal, string, string, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.Transaction.html
  commentId: M:UnityEngine.Analytics.Analytics.Transaction(System.String,System.Decimal,System.String,System.String,System.String,System.Boolean)
  nameWithType: Analytics.Transaction(string, decimal, string, string, string, bool)
  type: Method
- uid: UnityEngine.Analytics.Analytics.Transaction(System.String,System.Decimal,System.String,System.String,System.String)
  name: Transaction(string, decimal, string, string, string)
  fullName: UnityEngine.Analytics.Analytics.Transaction(string, decimal, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.Transaction.html
  commentId: M:UnityEngine.Analytics.Analytics.Transaction(System.String,System.Decimal,System.String,System.String,System.String)
  nameWithType: Analytics.Transaction(string, decimal, string, string, string)
  type: Method
- uid: UnityEngine.Analytics.Analytics.Transaction(System.String,System.Decimal,System.String)
  name: Transaction(string, decimal, string)
  fullName: UnityEngine.Analytics.Analytics.Transaction(string, decimal, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Analytics.Transaction.html
  commentId: M:UnityEngine.Analytics.Analytics.Transaction(System.String,System.Decimal,System.String)
  nameWithType: Analytics.Transaction(string, decimal, string)
  type: Method
- uid: UnityEngine.Analytics.AnalyticsResult
  name: AnalyticsResult
  fullName: UnityEngine.Analytics.AnalyticsResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.html
  commentId: T:UnityEngine.Analytics.AnalyticsResult
  nameWithType: AnalyticsResult
  type: Enum
- uid: UnityEngine.Analytics.AnalyticsResult.AnalyticsDisabled
  name: AnalyticsDisabled
  fullName: UnityEngine.Analytics.AnalyticsResult.AnalyticsDisabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.AnalyticsDisabled.html
  commentId: F:UnityEngine.Analytics.AnalyticsResult.AnalyticsDisabled
  nameWithType: AnalyticsResult.AnalyticsDisabled
  type: Field
- uid: UnityEngine.Analytics.AnalyticsResult.InvalidData
  name: InvalidData
  fullName: UnityEngine.Analytics.AnalyticsResult.InvalidData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.InvalidData.html
  commentId: F:UnityEngine.Analytics.AnalyticsResult.InvalidData
  nameWithType: AnalyticsResult.InvalidData
  type: Field
- uid: UnityEngine.Analytics.AnalyticsResult.NotInitialized
  name: NotInitialized
  fullName: UnityEngine.Analytics.AnalyticsResult.NotInitialized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.NotInitialized.html
  commentId: F:UnityEngine.Analytics.AnalyticsResult.NotInitialized
  nameWithType: AnalyticsResult.NotInitialized
  type: Field
- uid: UnityEngine.Analytics.AnalyticsResult.Ok
  name: Ok
  fullName: UnityEngine.Analytics.AnalyticsResult.Ok
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.Ok.html
  commentId: F:UnityEngine.Analytics.AnalyticsResult.Ok
  nameWithType: AnalyticsResult.Ok
  type: Field
- uid: UnityEngine.Analytics.AnalyticsResult.SizeLimitReached
  name: SizeLimitReached
  fullName: UnityEngine.Analytics.AnalyticsResult.SizeLimitReached
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.SizeLimitReached.html
  commentId: F:UnityEngine.Analytics.AnalyticsResult.SizeLimitReached
  nameWithType: AnalyticsResult.SizeLimitReached
  type: Field
- uid: UnityEngine.Analytics.AnalyticsResult.TooManyItems
  name: TooManyItems
  fullName: UnityEngine.Analytics.AnalyticsResult.TooManyItems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.TooManyItems.html
  commentId: F:UnityEngine.Analytics.AnalyticsResult.TooManyItems
  nameWithType: AnalyticsResult.TooManyItems
  type: Field
- uid: UnityEngine.Analytics.AnalyticsResult.TooManyRequests
  name: TooManyRequests
  fullName: UnityEngine.Analytics.AnalyticsResult.TooManyRequests
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.TooManyRequests.html
  commentId: F:UnityEngine.Analytics.AnalyticsResult.TooManyRequests
  nameWithType: AnalyticsResult.TooManyRequests
  type: Field
- uid: UnityEngine.Analytics.AnalyticsResult.UnsupportedPlatform
  name: UnsupportedPlatform
  fullName: UnityEngine.Analytics.AnalyticsResult.UnsupportedPlatform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsResult.UnsupportedPlatform.html
  commentId: F:UnityEngine.Analytics.AnalyticsResult.UnsupportedPlatform
  nameWithType: AnalyticsResult.UnsupportedPlatform
  type: Field
- uid: UnityEngine.Analytics.AnalyticsSessionInfo
  name: AnalyticsSessionInfo
  fullName: UnityEngine.Analytics.AnalyticsSessionInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionInfo.html
  commentId: T:UnityEngine.Analytics.AnalyticsSessionInfo
  nameWithType: AnalyticsSessionInfo
  type: Class
- uid: UnityEngine.Analytics.AnalyticsSessionInfo.sessionElapsedTime
  name: sessionElapsedTime
  fullName: UnityEngine.Analytics.AnalyticsSessionInfo.sessionElapsedTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionInfo-sessionElapsedTime.html
  commentId: P:UnityEngine.Analytics.AnalyticsSessionInfo.sessionElapsedTime
  nameWithType: AnalyticsSessionInfo.sessionElapsedTime
  type: Property
- uid: UnityEngine.Analytics.AnalyticsSessionInfo.sessionId
  name: sessionId
  fullName: UnityEngine.Analytics.AnalyticsSessionInfo.sessionId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionInfo-sessionId.html
  commentId: P:UnityEngine.Analytics.AnalyticsSessionInfo.sessionId
  nameWithType: AnalyticsSessionInfo.sessionId
  type: Property
- uid: UnityEngine.Analytics.AnalyticsSessionInfo.sessionState
  name: sessionState
  fullName: UnityEngine.Analytics.AnalyticsSessionInfo.sessionState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionInfo-sessionState.html
  commentId: P:UnityEngine.Analytics.AnalyticsSessionInfo.sessionState
  nameWithType: AnalyticsSessionInfo.sessionState
  type: Property
- uid: UnityEngine.Analytics.AnalyticsSessionInfo.sessionStateChanged
  name: sessionStateChanged
  fullName: UnityEngine.Analytics.AnalyticsSessionInfo.sessionStateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionInfo-sessionStateChanged.html
  commentId: E:UnityEngine.Analytics.AnalyticsSessionInfo.sessionStateChanged
  nameWithType: AnalyticsSessionInfo.sessionStateChanged
  type: Event
- uid: UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged
  name: AnalyticsSessionInfo.SessionStateChanged
  fullName: UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionInfo.SessionStateChanged.html
  commentId: T:UnityEngine.Analytics.AnalyticsSessionInfo.SessionStateChanged
  nameWithType: AnalyticsSessionInfo.SessionStateChanged
  type: Delegate
- uid: UnityEngine.Analytics.AnalyticsSessionInfo.userId
  name: userId
  fullName: UnityEngine.Analytics.AnalyticsSessionInfo.userId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionInfo-userId.html
  commentId: P:UnityEngine.Analytics.AnalyticsSessionInfo.userId
  nameWithType: AnalyticsSessionInfo.userId
  type: Property
- uid: UnityEngine.Analytics.AnalyticsSessionState
  name: AnalyticsSessionState
  fullName: UnityEngine.Analytics.AnalyticsSessionState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionState.html
  commentId: T:UnityEngine.Analytics.AnalyticsSessionState
  nameWithType: AnalyticsSessionState
  type: Enum
- uid: UnityEngine.Analytics.AnalyticsSessionState.kSessionPaused
  name: kSessionPaused
  fullName: UnityEngine.Analytics.AnalyticsSessionState.kSessionPaused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionState-kSessionPaused.html
  commentId: F:UnityEngine.Analytics.AnalyticsSessionState.kSessionPaused
  nameWithType: AnalyticsSessionState.kSessionPaused
  type: Field
- uid: UnityEngine.Analytics.AnalyticsSessionState.kSessionResumed
  name: kSessionResumed
  fullName: UnityEngine.Analytics.AnalyticsSessionState.kSessionResumed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionState-kSessionResumed.html
  commentId: F:UnityEngine.Analytics.AnalyticsSessionState.kSessionResumed
  nameWithType: AnalyticsSessionState.kSessionResumed
  type: Field
- uid: UnityEngine.Analytics.AnalyticsSessionState.kSessionStarted
  name: kSessionStarted
  fullName: UnityEngine.Analytics.AnalyticsSessionState.kSessionStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionState-kSessionStarted.html
  commentId: F:UnityEngine.Analytics.AnalyticsSessionState.kSessionStarted
  nameWithType: AnalyticsSessionState.kSessionStarted
  type: Field
- uid: UnityEngine.Analytics.AnalyticsSessionState.kSessionStopped
  name: kSessionStopped
  fullName: UnityEngine.Analytics.AnalyticsSessionState.kSessionStopped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.AnalyticsSessionState-kSessionStopped.html
  commentId: F:UnityEngine.Analytics.AnalyticsSessionState.kSessionStopped
  nameWithType: AnalyticsSessionState.kSessionStopped
  type: Field
- uid: UnityEngine.Analytics.Gender
  name: Gender
  fullName: UnityEngine.Analytics.Gender
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Gender.html
  commentId: T:UnityEngine.Analytics.Gender
  nameWithType: Gender
  type: Enum
- uid: UnityEngine.Analytics.Gender.Female
  name: Female
  fullName: UnityEngine.Analytics.Gender.Female
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Gender.Female.html
  commentId: F:UnityEngine.Analytics.Gender.Female
  nameWithType: Gender.Female
  type: Field
- uid: UnityEngine.Analytics.Gender.Male
  name: Male
  fullName: UnityEngine.Analytics.Gender.Male
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Gender.Male.html
  commentId: F:UnityEngine.Analytics.Gender.Male
  nameWithType: Gender.Male
  type: Field
- uid: UnityEngine.Analytics.Gender.Unknown
  name: Unknown
  fullName: UnityEngine.Analytics.Gender.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.Gender.Unknown.html
  commentId: F:UnityEngine.Analytics.Gender.Unknown
  nameWithType: Gender.Unknown
  type: Field
- uid: UnityEngine.Analytics.PerformanceReporting
  name: PerformanceReporting
  fullName: UnityEngine.Analytics.PerformanceReporting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.PerformanceReporting.html
  commentId: T:UnityEngine.Analytics.PerformanceReporting
  nameWithType: PerformanceReporting
  type: Class
- uid: UnityEngine.Analytics.PerformanceReporting.enabled
  name: enabled
  fullName: UnityEngine.Analytics.PerformanceReporting.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Analytics.PerformanceReporting-enabled.html
  commentId: P:UnityEngine.Analytics.PerformanceReporting.enabled
  nameWithType: PerformanceReporting.enabled
  type: Property
- uid: UnityEngine.AnchoredJoint2D
  name: AnchoredJoint2D
  fullName: UnityEngine.AnchoredJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnchoredJoint2D.html
  commentId: T:UnityEngine.AnchoredJoint2D
  nameWithType: AnchoredJoint2D
  type: Class
- uid: UnityEngine.AnchoredJoint2D.anchor
  name: anchor
  fullName: UnityEngine.AnchoredJoint2D.anchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnchoredJoint2D-anchor.html
  commentId: P:UnityEngine.AnchoredJoint2D.anchor
  nameWithType: AnchoredJoint2D.anchor
  type: Property
- uid: UnityEngine.AnchoredJoint2D.autoConfigureConnectedAnchor
  name: autoConfigureConnectedAnchor
  fullName: UnityEngine.AnchoredJoint2D.autoConfigureConnectedAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnchoredJoint2D-autoConfigureConnectedAnchor.html
  commentId: P:UnityEngine.AnchoredJoint2D.autoConfigureConnectedAnchor
  nameWithType: AnchoredJoint2D.autoConfigureConnectedAnchor
  type: Property
- uid: UnityEngine.AnchoredJoint2D.connectedAnchor
  name: connectedAnchor
  fullName: UnityEngine.AnchoredJoint2D.connectedAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnchoredJoint2D-connectedAnchor.html
  commentId: P:UnityEngine.AnchoredJoint2D.connectedAnchor
  nameWithType: AnchoredJoint2D.connectedAnchor
  type: Property
- uid: UnityEngine.AndroidActivityIndicatorStyle
  name: AndroidActivityIndicatorStyle
  fullName: UnityEngine.AndroidActivityIndicatorStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidActivityIndicatorStyle.html
  commentId: T:UnityEngine.AndroidActivityIndicatorStyle
  nameWithType: AndroidActivityIndicatorStyle
  type: Enum
- uid: UnityEngine.AndroidActivityIndicatorStyle.DontShow
  name: DontShow
  fullName: UnityEngine.AndroidActivityIndicatorStyle.DontShow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidActivityIndicatorStyle.DontShow.html
  commentId: F:UnityEngine.AndroidActivityIndicatorStyle.DontShow
  nameWithType: AndroidActivityIndicatorStyle.DontShow
  type: Field
- uid: UnityEngine.AndroidActivityIndicatorStyle.InversedLarge
  name: InversedLarge
  fullName: UnityEngine.AndroidActivityIndicatorStyle.InversedLarge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidActivityIndicatorStyle.InversedLarge.html
  commentId: F:UnityEngine.AndroidActivityIndicatorStyle.InversedLarge
  nameWithType: AndroidActivityIndicatorStyle.InversedLarge
  type: Field
- uid: UnityEngine.AndroidActivityIndicatorStyle.InversedSmall
  name: InversedSmall
  fullName: UnityEngine.AndroidActivityIndicatorStyle.InversedSmall
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidActivityIndicatorStyle.InversedSmall.html
  commentId: F:UnityEngine.AndroidActivityIndicatorStyle.InversedSmall
  nameWithType: AndroidActivityIndicatorStyle.InversedSmall
  type: Field
- uid: UnityEngine.AndroidActivityIndicatorStyle.Large
  name: Large
  fullName: UnityEngine.AndroidActivityIndicatorStyle.Large
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidActivityIndicatorStyle.Large.html
  commentId: F:UnityEngine.AndroidActivityIndicatorStyle.Large
  nameWithType: AndroidActivityIndicatorStyle.Large
  type: Field
- uid: UnityEngine.AndroidActivityIndicatorStyle.Small
  name: Small
  fullName: UnityEngine.AndroidActivityIndicatorStyle.Small
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidActivityIndicatorStyle.Small.html
  commentId: F:UnityEngine.AndroidActivityIndicatorStyle.Small
  nameWithType: AndroidActivityIndicatorStyle.Small
  type: Field
- uid: UnityEngine.AndroidInput
  name: AndroidInput
  fullName: UnityEngine.AndroidInput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidInput.html
  commentId: T:UnityEngine.AndroidInput
  nameWithType: AndroidInput
  type: Class
- uid: UnityEngine.AndroidInput.GetSecondaryTouch(System.Int32)
  name: GetSecondaryTouch(int)
  fullName: UnityEngine.AndroidInput.GetSecondaryTouch(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidInput.GetSecondaryTouch.html
  commentId: M:UnityEngine.AndroidInput.GetSecondaryTouch(System.Int32)
  nameWithType: AndroidInput.GetSecondaryTouch(int)
  type: Method
- uid: UnityEngine.AndroidInput.secondaryTouchEnabled
  name: secondaryTouchEnabled
  fullName: UnityEngine.AndroidInput.secondaryTouchEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidInput-secondaryTouchEnabled.html
  commentId: P:UnityEngine.AndroidInput.secondaryTouchEnabled
  nameWithType: AndroidInput.secondaryTouchEnabled
  type: Property
- uid: UnityEngine.AndroidInput.secondaryTouchHeight
  name: secondaryTouchHeight
  fullName: UnityEngine.AndroidInput.secondaryTouchHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidInput-secondaryTouchHeight.html
  commentId: P:UnityEngine.AndroidInput.secondaryTouchHeight
  nameWithType: AndroidInput.secondaryTouchHeight
  type: Property
- uid: UnityEngine.AndroidInput.secondaryTouchWidth
  name: secondaryTouchWidth
  fullName: UnityEngine.AndroidInput.secondaryTouchWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidInput-secondaryTouchWidth.html
  commentId: P:UnityEngine.AndroidInput.secondaryTouchWidth
  nameWithType: AndroidInput.secondaryTouchWidth
  type: Property
- uid: UnityEngine.AndroidInput.touchCountSecondary
  name: touchCountSecondary
  fullName: UnityEngine.AndroidInput.touchCountSecondary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidInput-touchCountSecondary.html
  commentId: P:UnityEngine.AndroidInput.touchCountSecondary
  nameWithType: AndroidInput.touchCountSecondary
  type: Property
- uid: UnityEngine.AndroidJavaClass
  name: AndroidJavaClass
  fullName: UnityEngine.AndroidJavaClass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaClass.html
  commentId: T:UnityEngine.AndroidJavaClass
  nameWithType: AndroidJavaClass
  type: Class
- uid: UnityEngine.AndroidJavaClass.#ctor(System.String)
  name: AndroidJavaClass(string)
  fullName: UnityEngine.AndroidJavaClass.AndroidJavaClass(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaClass-ctor.html
  commentId: M:UnityEngine.AndroidJavaClass.#ctor(System.String)
  nameWithType: AndroidJavaClass.AndroidJavaClass(string)
  type: Constructor
- uid: UnityEngine.AndroidJavaException
  name: AndroidJavaException
  fullName: UnityEngine.AndroidJavaException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaException.html
  commentId: T:UnityEngine.AndroidJavaException
  nameWithType: AndroidJavaException
  type: Class
- uid: UnityEngine.AndroidJavaException.StackTrace
  name: StackTrace
  fullName: UnityEngine.AndroidJavaException.StackTrace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaException.StackTrace.html
  commentId: P:UnityEngine.AndroidJavaException.StackTrace
  nameWithType: AndroidJavaException.StackTrace
  type: Property
- uid: UnityEngine.AndroidJavaObject
  name: AndroidJavaObject
  fullName: UnityEngine.AndroidJavaObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.html
  commentId: T:UnityEngine.AndroidJavaObject
  nameWithType: AndroidJavaObject
  type: Class
- uid: UnityEngine.AndroidJavaObject._Call(System.String,System.Object[])
  name: _Call(string, params object[])
  fullName: UnityEngine.AndroidJavaObject._Call(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._Call.html
  commentId: M:UnityEngine.AndroidJavaObject._Call(System.String,System.Object[])
  nameWithType: AndroidJavaObject._Call(string, params object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject._Call``1(System.String,System.Object[])
  name: _Call<ReturnType>(string, params object[])
  fullName: UnityEngine.AndroidJavaObject._Call<ReturnType>(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._Call.html
  commentId: M:UnityEngine.AndroidJavaObject._Call``1(System.String,System.Object[])
  nameWithType: AndroidJavaObject._Call<ReturnType>(string, params object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject._CallStatic(System.String,System.Object[])
  name: _CallStatic(string, params object[])
  fullName: UnityEngine.AndroidJavaObject._CallStatic(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._CallStatic.html
  commentId: M:UnityEngine.AndroidJavaObject._CallStatic(System.String,System.Object[])
  nameWithType: AndroidJavaObject._CallStatic(string, params object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject._CallStatic``1(System.String,System.Object[])
  name: _CallStatic<ReturnType>(string, params object[])
  fullName: UnityEngine.AndroidJavaObject._CallStatic<ReturnType>(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._CallStatic.html
  commentId: M:UnityEngine.AndroidJavaObject._CallStatic``1(System.String,System.Object[])
  nameWithType: AndroidJavaObject._CallStatic<ReturnType>(string, params object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject._Dispose
  name: _Dispose()
  fullName: UnityEngine.AndroidJavaObject._Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._Dispose.html
  commentId: M:UnityEngine.AndroidJavaObject._Dispose
  nameWithType: AndroidJavaObject._Dispose()
  type: Method
- uid: UnityEngine.AndroidJavaObject._Get``1(System.String)
  name: _Get<FieldType>(string)
  fullName: UnityEngine.AndroidJavaObject._Get<FieldType>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._Get.html
  commentId: M:UnityEngine.AndroidJavaObject._Get``1(System.String)
  nameWithType: AndroidJavaObject._Get<FieldType>(string)
  type: Method
- uid: UnityEngine.AndroidJavaObject._GetRawClass
  name: _GetRawClass()
  fullName: UnityEngine.AndroidJavaObject._GetRawClass()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._GetRawClass.html
  commentId: M:UnityEngine.AndroidJavaObject._GetRawClass
  nameWithType: AndroidJavaObject._GetRawClass()
  type: Method
- uid: UnityEngine.AndroidJavaObject._GetRawObject
  name: _GetRawObject()
  fullName: UnityEngine.AndroidJavaObject._GetRawObject()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._GetRawObject.html
  commentId: M:UnityEngine.AndroidJavaObject._GetRawObject
  nameWithType: AndroidJavaObject._GetRawObject()
  type: Method
- uid: UnityEngine.AndroidJavaObject._GetStatic``1(System.String)
  name: _GetStatic<FieldType>(string)
  fullName: UnityEngine.AndroidJavaObject._GetStatic<FieldType>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._GetStatic.html
  commentId: M:UnityEngine.AndroidJavaObject._GetStatic``1(System.String)
  nameWithType: AndroidJavaObject._GetStatic<FieldType>(string)
  type: Method
- uid: UnityEngine.AndroidJavaObject._Set``1(System.String,``0)
  name: _Set<FieldType>(string, FieldType)
  fullName: UnityEngine.AndroidJavaObject._Set<FieldType>(string, FieldType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._Set.html
  commentId: M:UnityEngine.AndroidJavaObject._Set``1(System.String,``0)
  nameWithType: AndroidJavaObject._Set<FieldType>(string, FieldType)
  type: Method
- uid: UnityEngine.AndroidJavaObject._SetStatic``1(System.String,``0)
  name: _SetStatic<FieldType>(string, FieldType)
  fullName: UnityEngine.AndroidJavaObject._SetStatic<FieldType>(string, FieldType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject._SetStatic.html
  commentId: M:UnityEngine.AndroidJavaObject._SetStatic``1(System.String,``0)
  nameWithType: AndroidJavaObject._SetStatic<FieldType>(string, FieldType)
  type: Method
- uid: UnityEngine.AndroidJavaObject.#ctor(System.String,System.Object[])
  name: AndroidJavaObject(string, params object[])
  fullName: UnityEngine.AndroidJavaObject.AndroidJavaObject(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject-ctor.html
  commentId: M:UnityEngine.AndroidJavaObject.#ctor(System.String,System.Object[])
  nameWithType: AndroidJavaObject.AndroidJavaObject(string, params object[])
  type: Constructor
- uid: UnityEngine.AndroidJavaObject.Call(System.String,System.Object[])
  name: Call(string, params object[])
  fullName: UnityEngine.AndroidJavaObject.Call(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.Call.html
  commentId: M:UnityEngine.AndroidJavaObject.Call(System.String,System.Object[])
  nameWithType: AndroidJavaObject.Call(string, params object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject.Call``1(System.String,System.Object[])
  name: Call<ReturnType>(string, params object[])
  fullName: UnityEngine.AndroidJavaObject.Call<ReturnType>(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.Call.html
  commentId: M:UnityEngine.AndroidJavaObject.Call``1(System.String,System.Object[])
  nameWithType: AndroidJavaObject.Call<ReturnType>(string, params object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject.CallStatic(System.String,System.Object[])
  name: CallStatic(string, params object[])
  fullName: UnityEngine.AndroidJavaObject.CallStatic(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.CallStatic.html
  commentId: M:UnityEngine.AndroidJavaObject.CallStatic(System.String,System.Object[])
  nameWithType: AndroidJavaObject.CallStatic(string, params object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject.CallStatic``1(System.String,System.Object[])
  name: CallStatic<ReturnType>(string, params object[])
  fullName: UnityEngine.AndroidJavaObject.CallStatic<ReturnType>(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.CallStatic.html
  commentId: M:UnityEngine.AndroidJavaObject.CallStatic``1(System.String,System.Object[])
  nameWithType: AndroidJavaObject.CallStatic<ReturnType>(string, params object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject.DebugPrint(System.String,System.String,System.String,System.Object[])
  name: DebugPrint(string, string, string, object[])
  fullName: UnityEngine.AndroidJavaObject.DebugPrint(string, string, string, object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.DebugPrint.html
  commentId: M:UnityEngine.AndroidJavaObject.DebugPrint(System.String,System.String,System.String,System.Object[])
  nameWithType: AndroidJavaObject.DebugPrint(string, string, string, object[])
  type: Method
- uid: UnityEngine.AndroidJavaObject.DebugPrint(System.String)
  name: DebugPrint(string)
  fullName: UnityEngine.AndroidJavaObject.DebugPrint(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.DebugPrint.html
  commentId: M:UnityEngine.AndroidJavaObject.DebugPrint(System.String)
  nameWithType: AndroidJavaObject.DebugPrint(string)
  type: Method
- uid: UnityEngine.AndroidJavaObject.Dispose
  name: Dispose()
  fullName: UnityEngine.AndroidJavaObject.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.Dispose.html
  commentId: M:UnityEngine.AndroidJavaObject.Dispose
  nameWithType: AndroidJavaObject.Dispose()
  type: Method
- uid: UnityEngine.AndroidJavaObject.Dispose(System.Boolean)
  name: Dispose(bool)
  fullName: UnityEngine.AndroidJavaObject.Dispose(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.Dispose.html
  commentId: M:UnityEngine.AndroidJavaObject.Dispose(System.Boolean)
  nameWithType: AndroidJavaObject.Dispose(bool)
  type: Method
- uid: UnityEngine.AndroidJavaObject.Finalize
  name: ~AndroidJavaObject()
  fullName: UnityEngine.AndroidJavaObject.~AndroidJavaObject()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.Finalize.html
  commentId: M:UnityEngine.AndroidJavaObject.Finalize
  nameWithType: AndroidJavaObject.~AndroidJavaObject()
  type: Method
- uid: UnityEngine.AndroidJavaObject.FindClass(System.String)
  name: FindClass(string)
  fullName: UnityEngine.AndroidJavaObject.FindClass(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.FindClass.html
  commentId: M:UnityEngine.AndroidJavaObject.FindClass(System.String)
  nameWithType: AndroidJavaObject.FindClass(string)
  type: Method
- uid: UnityEngine.AndroidJavaObject.Get``1(System.String)
  name: Get<FieldType>(string)
  fullName: UnityEngine.AndroidJavaObject.Get<FieldType>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.Get.html
  commentId: M:UnityEngine.AndroidJavaObject.Get``1(System.String)
  nameWithType: AndroidJavaObject.Get<FieldType>(string)
  type: Method
- uid: UnityEngine.AndroidJavaObject.GetRawClass
  name: GetRawClass()
  fullName: UnityEngine.AndroidJavaObject.GetRawClass()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.GetRawClass.html
  commentId: M:UnityEngine.AndroidJavaObject.GetRawClass
  nameWithType: AndroidJavaObject.GetRawClass()
  type: Method
- uid: UnityEngine.AndroidJavaObject.GetRawObject
  name: GetRawObject()
  fullName: UnityEngine.AndroidJavaObject.GetRawObject()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.GetRawObject.html
  commentId: M:UnityEngine.AndroidJavaObject.GetRawObject
  nameWithType: AndroidJavaObject.GetRawObject()
  type: Method
- uid: UnityEngine.AndroidJavaObject.GetStatic``1(System.String)
  name: GetStatic<FieldType>(string)
  fullName: UnityEngine.AndroidJavaObject.GetStatic<FieldType>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.GetStatic.html
  commentId: M:UnityEngine.AndroidJavaObject.GetStatic``1(System.String)
  nameWithType: AndroidJavaObject.GetStatic<FieldType>(string)
  type: Method
- uid: UnityEngine.AndroidJavaObject.JavaLangClass
  name: JavaLangClass
  fullName: UnityEngine.AndroidJavaObject.JavaLangClass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.JavaLangClass.html
  commentId: P:UnityEngine.AndroidJavaObject.JavaLangClass
  nameWithType: AndroidJavaObject.JavaLangClass
  type: Property
- uid: UnityEngine.AndroidJavaObject.Set``1(System.String,``0)
  name: Set<FieldType>(string, FieldType)
  fullName: UnityEngine.AndroidJavaObject.Set<FieldType>(string, FieldType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.Set.html
  commentId: M:UnityEngine.AndroidJavaObject.Set``1(System.String,``0)
  nameWithType: AndroidJavaObject.Set<FieldType>(string, FieldType)
  type: Method
- uid: UnityEngine.AndroidJavaObject.SetStatic``1(System.String,``0)
  name: SetStatic<FieldType>(string, FieldType)
  fullName: UnityEngine.AndroidJavaObject.SetStatic<FieldType>(string, FieldType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaObject.SetStatic.html
  commentId: M:UnityEngine.AndroidJavaObject.SetStatic``1(System.String,``0)
  nameWithType: AndroidJavaObject.SetStatic<FieldType>(string, FieldType)
  type: Method
- uid: UnityEngine.AndroidJavaProxy
  name: AndroidJavaProxy
  fullName: UnityEngine.AndroidJavaProxy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy.html
  commentId: T:UnityEngine.AndroidJavaProxy
  nameWithType: AndroidJavaProxy
  type: Class
- uid: UnityEngine.AndroidJavaProxy.#ctor(System.String)
  name: AndroidJavaProxy(string)
  fullName: UnityEngine.AndroidJavaProxy.AndroidJavaProxy(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy-ctor.html
  commentId: M:UnityEngine.AndroidJavaProxy.#ctor(System.String)
  nameWithType: AndroidJavaProxy.AndroidJavaProxy(string)
  type: Constructor
- uid: UnityEngine.AndroidJavaProxy.#ctor(UnityEngine.AndroidJavaClass)
  name: AndroidJavaProxy(AndroidJavaClass)
  fullName: UnityEngine.AndroidJavaProxy.AndroidJavaProxy(UnityEngine.AndroidJavaClass)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy-ctor.html
  commentId: M:UnityEngine.AndroidJavaProxy.#ctor(UnityEngine.AndroidJavaClass)
  nameWithType: AndroidJavaProxy.AndroidJavaProxy(AndroidJavaClass)
  type: Constructor
- uid: UnityEngine.AndroidJavaProxy.equals(UnityEngine.AndroidJavaObject)
  name: equals(AndroidJavaObject)
  fullName: UnityEngine.AndroidJavaProxy.equals(UnityEngine.AndroidJavaObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy-equals.html
  commentId: M:UnityEngine.AndroidJavaProxy.equals(UnityEngine.AndroidJavaObject)
  nameWithType: AndroidJavaProxy.equals(AndroidJavaObject)
  type: Method
- uid: UnityEngine.AndroidJavaProxy.hashCode
  name: hashCode()
  fullName: UnityEngine.AndroidJavaProxy.hashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy-hashCode.html
  commentId: M:UnityEngine.AndroidJavaProxy.hashCode
  nameWithType: AndroidJavaProxy.hashCode()
  type: Method
- uid: UnityEngine.AndroidJavaProxy.Invoke(System.String,System.Object[])
  name: Invoke(string, object[])
  fullName: UnityEngine.AndroidJavaProxy.Invoke(string, object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy.Invoke.html
  commentId: M:UnityEngine.AndroidJavaProxy.Invoke(System.String,System.Object[])
  nameWithType: AndroidJavaProxy.Invoke(string, object[])
  type: Method
- uid: UnityEngine.AndroidJavaProxy.Invoke(System.String,UnityEngine.AndroidJavaObject[])
  name: Invoke(string, AndroidJavaObject[])
  fullName: UnityEngine.AndroidJavaProxy.Invoke(string, UnityEngine.AndroidJavaObject[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy.Invoke.html
  commentId: M:UnityEngine.AndroidJavaProxy.Invoke(System.String,UnityEngine.AndroidJavaObject[])
  nameWithType: AndroidJavaProxy.Invoke(string, AndroidJavaObject[])
  type: Method
- uid: UnityEngine.AndroidJavaProxy.javaInterface
  name: javaInterface
  fullName: UnityEngine.AndroidJavaProxy.javaInterface
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy-javaInterface.html
  commentId: F:UnityEngine.AndroidJavaProxy.javaInterface
  nameWithType: AndroidJavaProxy.javaInterface
  type: Field
- uid: UnityEngine.AndroidJavaProxy.toString
  name: toString()
  fullName: UnityEngine.AndroidJavaProxy.toString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaProxy-toString.html
  commentId: M:UnityEngine.AndroidJavaProxy.toString
  nameWithType: AndroidJavaProxy.toString()
  type: Method
- uid: UnityEngine.AndroidJavaRunnable
  name: AndroidJavaRunnable
  fullName: UnityEngine.AndroidJavaRunnable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJavaRunnable.html
  commentId: T:UnityEngine.AndroidJavaRunnable
  nameWithType: AndroidJavaRunnable
  type: Delegate
- uid: UnityEngine.AndroidJNI
  name: AndroidJNI
  fullName: UnityEngine.AndroidJNI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.html
  commentId: T:UnityEngine.AndroidJNI
  nameWithType: AndroidJNI
  type: Class
- uid: UnityEngine.AndroidJNI.AllocObject(System.IntPtr)
  name: AllocObject(IntPtr)
  fullName: UnityEngine.AndroidJNI.AllocObject(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.AllocObject.html
  commentId: M:UnityEngine.AndroidJNI.AllocObject(System.IntPtr)
  nameWithType: AndroidJNI.AllocObject(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.AttachCurrentThread
  name: AttachCurrentThread()
  fullName: UnityEngine.AndroidJNI.AttachCurrentThread()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.AttachCurrentThread.html
  commentId: M:UnityEngine.AndroidJNI.AttachCurrentThread
  nameWithType: AndroidJNI.AttachCurrentThread()
  type: Method
- uid: UnityEngine.AndroidJNI.CallBooleanMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallBooleanMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallBooleanMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallBooleanMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallBooleanMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallBooleanMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallByteMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallByteMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallByteMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallByteMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallByteMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallByteMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallCharMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallCharMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallCharMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallCharMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallCharMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallCharMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallDoubleMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallDoubleMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallDoubleMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallDoubleMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallDoubleMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallDoubleMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallFloatMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallFloatMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallFloatMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallFloatMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallFloatMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallFloatMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallIntMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallIntMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallIntMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallIntMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallIntMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallIntMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallLongMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallLongMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallLongMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallLongMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallLongMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallLongMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallObjectMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallObjectMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallObjectMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallObjectMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallObjectMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallObjectMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallShortMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallShortMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallShortMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallShortMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallShortMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallShortMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticBooleanMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticBooleanMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticBooleanMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticBooleanMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticBooleanMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticBooleanMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticByteMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticByteMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticByteMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticByteMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticByteMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticByteMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticCharMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticCharMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticCharMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticCharMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticCharMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticCharMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticDoubleMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticDoubleMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticDoubleMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticDoubleMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticDoubleMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticDoubleMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticFloatMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticFloatMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticFloatMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticFloatMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticFloatMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticFloatMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticIntMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticIntMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticIntMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticIntMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticIntMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticIntMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticLongMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticLongMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticLongMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticLongMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticLongMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticLongMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticObjectMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticObjectMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticObjectMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticObjectMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticObjectMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticObjectMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticShortMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticShortMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticShortMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticShortMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticShortMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticShortMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticStringMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticStringMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticStringMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticStringMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticStringMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticStringMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStaticVoidMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStaticVoidMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStaticVoidMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStaticVoidMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStaticVoidMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStaticVoidMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallStringMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallStringMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallStringMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallStringMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallStringMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallStringMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.CallVoidMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: CallVoidMethod(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.CallVoidMethod(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.CallVoidMethod.html
  commentId: M:UnityEngine.AndroidJNI.CallVoidMethod(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.CallVoidMethod(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.DeleteGlobalRef(System.IntPtr)
  name: DeleteGlobalRef(IntPtr)
  fullName: UnityEngine.AndroidJNI.DeleteGlobalRef(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.DeleteGlobalRef.html
  commentId: M:UnityEngine.AndroidJNI.DeleteGlobalRef(System.IntPtr)
  nameWithType: AndroidJNI.DeleteGlobalRef(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.DeleteLocalRef(System.IntPtr)
  name: DeleteLocalRef(IntPtr)
  fullName: UnityEngine.AndroidJNI.DeleteLocalRef(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.DeleteLocalRef.html
  commentId: M:UnityEngine.AndroidJNI.DeleteLocalRef(System.IntPtr)
  nameWithType: AndroidJNI.DeleteLocalRef(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.DetachCurrentThread
  name: DetachCurrentThread()
  fullName: UnityEngine.AndroidJNI.DetachCurrentThread()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.DetachCurrentThread.html
  commentId: M:UnityEngine.AndroidJNI.DetachCurrentThread
  nameWithType: AndroidJNI.DetachCurrentThread()
  type: Method
- uid: UnityEngine.AndroidJNI.EnsureLocalCapacity(System.Int32)
  name: EnsureLocalCapacity(int)
  fullName: UnityEngine.AndroidJNI.EnsureLocalCapacity(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.EnsureLocalCapacity.html
  commentId: M:UnityEngine.AndroidJNI.EnsureLocalCapacity(System.Int32)
  nameWithType: AndroidJNI.EnsureLocalCapacity(int)
  type: Method
- uid: UnityEngine.AndroidJNI.ExceptionClear
  name: ExceptionClear()
  fullName: UnityEngine.AndroidJNI.ExceptionClear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ExceptionClear.html
  commentId: M:UnityEngine.AndroidJNI.ExceptionClear
  nameWithType: AndroidJNI.ExceptionClear()
  type: Method
- uid: UnityEngine.AndroidJNI.ExceptionDescribe
  name: ExceptionDescribe()
  fullName: UnityEngine.AndroidJNI.ExceptionDescribe()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ExceptionDescribe.html
  commentId: M:UnityEngine.AndroidJNI.ExceptionDescribe
  nameWithType: AndroidJNI.ExceptionDescribe()
  type: Method
- uid: UnityEngine.AndroidJNI.ExceptionOccurred
  name: ExceptionOccurred()
  fullName: UnityEngine.AndroidJNI.ExceptionOccurred()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ExceptionOccurred.html
  commentId: M:UnityEngine.AndroidJNI.ExceptionOccurred
  nameWithType: AndroidJNI.ExceptionOccurred()
  type: Method
- uid: UnityEngine.AndroidJNI.FatalError(System.String)
  name: FatalError(string)
  fullName: UnityEngine.AndroidJNI.FatalError(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FatalError.html
  commentId: M:UnityEngine.AndroidJNI.FatalError(System.String)
  nameWithType: AndroidJNI.FatalError(string)
  type: Method
- uid: UnityEngine.AndroidJNI.FindClass(System.String)
  name: FindClass(string)
  fullName: UnityEngine.AndroidJNI.FindClass(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FindClass.html
  commentId: M:UnityEngine.AndroidJNI.FindClass(System.String)
  nameWithType: AndroidJNI.FindClass(string)
  type: Method
- uid: UnityEngine.AndroidJNI.FromBooleanArray(System.IntPtr)
  name: FromBooleanArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromBooleanArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromBooleanArray.html
  commentId: M:UnityEngine.AndroidJNI.FromBooleanArray(System.IntPtr)
  nameWithType: AndroidJNI.FromBooleanArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromByteArray(System.IntPtr)
  name: FromByteArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromByteArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromByteArray.html
  commentId: M:UnityEngine.AndroidJNI.FromByteArray(System.IntPtr)
  nameWithType: AndroidJNI.FromByteArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromCharArray(System.IntPtr)
  name: FromCharArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromCharArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromCharArray.html
  commentId: M:UnityEngine.AndroidJNI.FromCharArray(System.IntPtr)
  nameWithType: AndroidJNI.FromCharArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromDoubleArray(System.IntPtr)
  name: FromDoubleArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromDoubleArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromDoubleArray.html
  commentId: M:UnityEngine.AndroidJNI.FromDoubleArray(System.IntPtr)
  nameWithType: AndroidJNI.FromDoubleArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromFloatArray(System.IntPtr)
  name: FromFloatArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromFloatArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromFloatArray.html
  commentId: M:UnityEngine.AndroidJNI.FromFloatArray(System.IntPtr)
  nameWithType: AndroidJNI.FromFloatArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromIntArray(System.IntPtr)
  name: FromIntArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromIntArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromIntArray.html
  commentId: M:UnityEngine.AndroidJNI.FromIntArray(System.IntPtr)
  nameWithType: AndroidJNI.FromIntArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromLongArray(System.IntPtr)
  name: FromLongArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromLongArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromLongArray.html
  commentId: M:UnityEngine.AndroidJNI.FromLongArray(System.IntPtr)
  nameWithType: AndroidJNI.FromLongArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromObjectArray(System.IntPtr)
  name: FromObjectArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromObjectArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromObjectArray.html
  commentId: M:UnityEngine.AndroidJNI.FromObjectArray(System.IntPtr)
  nameWithType: AndroidJNI.FromObjectArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromReflectedField(System.IntPtr)
  name: FromReflectedField(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromReflectedField(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromReflectedField.html
  commentId: M:UnityEngine.AndroidJNI.FromReflectedField(System.IntPtr)
  nameWithType: AndroidJNI.FromReflectedField(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromReflectedMethod(System.IntPtr)
  name: FromReflectedMethod(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromReflectedMethod(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromReflectedMethod.html
  commentId: M:UnityEngine.AndroidJNI.FromReflectedMethod(System.IntPtr)
  nameWithType: AndroidJNI.FromReflectedMethod(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.FromShortArray(System.IntPtr)
  name: FromShortArray(IntPtr)
  fullName: UnityEngine.AndroidJNI.FromShortArray(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.FromShortArray.html
  commentId: M:UnityEngine.AndroidJNI.FromShortArray(System.IntPtr)
  nameWithType: AndroidJNI.FromShortArray(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetArrayLength(System.IntPtr)
  name: GetArrayLength(IntPtr)
  fullName: UnityEngine.AndroidJNI.GetArrayLength(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetArrayLength.html
  commentId: M:UnityEngine.AndroidJNI.GetArrayLength(System.IntPtr)
  nameWithType: AndroidJNI.GetArrayLength(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetBooleanArrayElement(System.IntPtr,System.Int32)
  name: GetBooleanArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetBooleanArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetBooleanArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetBooleanArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetBooleanArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetBooleanField(System.IntPtr,System.IntPtr)
  name: GetBooleanField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetBooleanField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetBooleanField.html
  commentId: M:UnityEngine.AndroidJNI.GetBooleanField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetBooleanField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetByteArrayElement(System.IntPtr,System.Int32)
  name: GetByteArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetByteArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetByteArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetByteArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetByteArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetByteField(System.IntPtr,System.IntPtr)
  name: GetByteField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetByteField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetByteField.html
  commentId: M:UnityEngine.AndroidJNI.GetByteField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetByteField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetCharArrayElement(System.IntPtr,System.Int32)
  name: GetCharArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetCharArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetCharArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetCharArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetCharArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetCharField(System.IntPtr,System.IntPtr)
  name: GetCharField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetCharField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetCharField.html
  commentId: M:UnityEngine.AndroidJNI.GetCharField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetCharField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetDoubleArrayElement(System.IntPtr,System.Int32)
  name: GetDoubleArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetDoubleArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetDoubleArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetDoubleArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetDoubleArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetDoubleField(System.IntPtr,System.IntPtr)
  name: GetDoubleField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetDoubleField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetDoubleField.html
  commentId: M:UnityEngine.AndroidJNI.GetDoubleField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetDoubleField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetFieldID(System.IntPtr,System.String,System.String)
  name: GetFieldID(IntPtr, string, string)
  fullName: UnityEngine.AndroidJNI.GetFieldID(System.IntPtr, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetFieldID.html
  commentId: M:UnityEngine.AndroidJNI.GetFieldID(System.IntPtr,System.String,System.String)
  nameWithType: AndroidJNI.GetFieldID(IntPtr, string, string)
  type: Method
- uid: UnityEngine.AndroidJNI.GetFloatArrayElement(System.IntPtr,System.Int32)
  name: GetFloatArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetFloatArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetFloatArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetFloatArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetFloatArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetFloatField(System.IntPtr,System.IntPtr)
  name: GetFloatField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetFloatField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetFloatField.html
  commentId: M:UnityEngine.AndroidJNI.GetFloatField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetFloatField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetIntArrayElement(System.IntPtr,System.Int32)
  name: GetIntArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetIntArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetIntArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetIntArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetIntArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetIntField(System.IntPtr,System.IntPtr)
  name: GetIntField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetIntField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetIntField.html
  commentId: M:UnityEngine.AndroidJNI.GetIntField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetIntField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetLongArrayElement(System.IntPtr,System.Int32)
  name: GetLongArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetLongArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetLongArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetLongArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetLongArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetLongField(System.IntPtr,System.IntPtr)
  name: GetLongField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetLongField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetLongField.html
  commentId: M:UnityEngine.AndroidJNI.GetLongField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetLongField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetMethodID(System.IntPtr,System.String,System.String)
  name: GetMethodID(IntPtr, string, string)
  fullName: UnityEngine.AndroidJNI.GetMethodID(System.IntPtr, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetMethodID.html
  commentId: M:UnityEngine.AndroidJNI.GetMethodID(System.IntPtr,System.String,System.String)
  nameWithType: AndroidJNI.GetMethodID(IntPtr, string, string)
  type: Method
- uid: UnityEngine.AndroidJNI.GetObjectArrayElement(System.IntPtr,System.Int32)
  name: GetObjectArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetObjectArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetObjectArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetObjectArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetObjectArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetObjectClass(System.IntPtr)
  name: GetObjectClass(IntPtr)
  fullName: UnityEngine.AndroidJNI.GetObjectClass(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetObjectClass.html
  commentId: M:UnityEngine.AndroidJNI.GetObjectClass(System.IntPtr)
  nameWithType: AndroidJNI.GetObjectClass(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetObjectField(System.IntPtr,System.IntPtr)
  name: GetObjectField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetObjectField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetObjectField.html
  commentId: M:UnityEngine.AndroidJNI.GetObjectField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetObjectField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetShortArrayElement(System.IntPtr,System.Int32)
  name: GetShortArrayElement(IntPtr, int)
  fullName: UnityEngine.AndroidJNI.GetShortArrayElement(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetShortArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.GetShortArrayElement(System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.GetShortArrayElement(IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.GetShortField(System.IntPtr,System.IntPtr)
  name: GetShortField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetShortField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetShortField.html
  commentId: M:UnityEngine.AndroidJNI.GetShortField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetShortField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticBooleanField(System.IntPtr,System.IntPtr)
  name: GetStaticBooleanField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticBooleanField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticBooleanField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticBooleanField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticBooleanField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticByteField(System.IntPtr,System.IntPtr)
  name: GetStaticByteField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticByteField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticByteField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticByteField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticByteField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticCharField(System.IntPtr,System.IntPtr)
  name: GetStaticCharField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticCharField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticCharField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticCharField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticCharField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticDoubleField(System.IntPtr,System.IntPtr)
  name: GetStaticDoubleField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticDoubleField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticDoubleField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticDoubleField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticDoubleField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticFieldID(System.IntPtr,System.String,System.String)
  name: GetStaticFieldID(IntPtr, string, string)
  fullName: UnityEngine.AndroidJNI.GetStaticFieldID(System.IntPtr, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticFieldID.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticFieldID(System.IntPtr,System.String,System.String)
  nameWithType: AndroidJNI.GetStaticFieldID(IntPtr, string, string)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticFloatField(System.IntPtr,System.IntPtr)
  name: GetStaticFloatField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticFloatField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticFloatField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticFloatField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticFloatField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticIntField(System.IntPtr,System.IntPtr)
  name: GetStaticIntField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticIntField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticIntField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticIntField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticIntField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticLongField(System.IntPtr,System.IntPtr)
  name: GetStaticLongField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticLongField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticLongField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticLongField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticLongField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticMethodID(System.IntPtr,System.String,System.String)
  name: GetStaticMethodID(IntPtr, string, string)
  fullName: UnityEngine.AndroidJNI.GetStaticMethodID(System.IntPtr, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticMethodID.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticMethodID(System.IntPtr,System.String,System.String)
  nameWithType: AndroidJNI.GetStaticMethodID(IntPtr, string, string)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticObjectField(System.IntPtr,System.IntPtr)
  name: GetStaticObjectField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticObjectField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticObjectField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticObjectField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticObjectField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticShortField(System.IntPtr,System.IntPtr)
  name: GetStaticShortField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticShortField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticShortField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticShortField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticShortField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStaticStringField(System.IntPtr,System.IntPtr)
  name: GetStaticStringField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStaticStringField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStaticStringField.html
  commentId: M:UnityEngine.AndroidJNI.GetStaticStringField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStaticStringField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStringField(System.IntPtr,System.IntPtr)
  name: GetStringField(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStringField(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStringField.html
  commentId: M:UnityEngine.AndroidJNI.GetStringField(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.GetStringField(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStringUTFChars(System.IntPtr)
  name: GetStringUTFChars(IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStringUTFChars(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStringUTFChars.html
  commentId: M:UnityEngine.AndroidJNI.GetStringUTFChars(System.IntPtr)
  nameWithType: AndroidJNI.GetStringUTFChars(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetStringUTFLength(System.IntPtr)
  name: GetStringUTFLength(IntPtr)
  fullName: UnityEngine.AndroidJNI.GetStringUTFLength(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetStringUTFLength.html
  commentId: M:UnityEngine.AndroidJNI.GetStringUTFLength(System.IntPtr)
  nameWithType: AndroidJNI.GetStringUTFLength(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetSuperclass(System.IntPtr)
  name: GetSuperclass(IntPtr)
  fullName: UnityEngine.AndroidJNI.GetSuperclass(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetSuperclass.html
  commentId: M:UnityEngine.AndroidJNI.GetSuperclass(System.IntPtr)
  nameWithType: AndroidJNI.GetSuperclass(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.GetVersion
  name: GetVersion()
  fullName: UnityEngine.AndroidJNI.GetVersion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.GetVersion.html
  commentId: M:UnityEngine.AndroidJNI.GetVersion
  nameWithType: AndroidJNI.GetVersion()
  type: Method
- uid: UnityEngine.AndroidJNI.IsAssignableFrom(System.IntPtr,System.IntPtr)
  name: IsAssignableFrom(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.IsAssignableFrom(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.IsAssignableFrom.html
  commentId: M:UnityEngine.AndroidJNI.IsAssignableFrom(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.IsAssignableFrom(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.IsInstanceOf(System.IntPtr,System.IntPtr)
  name: IsInstanceOf(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.IsInstanceOf(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.IsInstanceOf.html
  commentId: M:UnityEngine.AndroidJNI.IsInstanceOf(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.IsInstanceOf(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.IsSameObject(System.IntPtr,System.IntPtr)
  name: IsSameObject(IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.IsSameObject(System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.IsSameObject.html
  commentId: M:UnityEngine.AndroidJNI.IsSameObject(System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.IsSameObject(IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.NewBooleanArray(System.Int32)
  name: NewBooleanArray(int)
  fullName: UnityEngine.AndroidJNI.NewBooleanArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewBooleanArray.html
  commentId: M:UnityEngine.AndroidJNI.NewBooleanArray(System.Int32)
  nameWithType: AndroidJNI.NewBooleanArray(int)
  type: Method
- uid: UnityEngine.AndroidJNI.NewByteArray(System.Int32)
  name: NewByteArray(int)
  fullName: UnityEngine.AndroidJNI.NewByteArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewByteArray.html
  commentId: M:UnityEngine.AndroidJNI.NewByteArray(System.Int32)
  nameWithType: AndroidJNI.NewByteArray(int)
  type: Method
- uid: UnityEngine.AndroidJNI.NewCharArray(System.Int32)
  name: NewCharArray(int)
  fullName: UnityEngine.AndroidJNI.NewCharArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewCharArray.html
  commentId: M:UnityEngine.AndroidJNI.NewCharArray(System.Int32)
  nameWithType: AndroidJNI.NewCharArray(int)
  type: Method
- uid: UnityEngine.AndroidJNI.NewDoubleArray(System.Int32)
  name: NewDoubleArray(int)
  fullName: UnityEngine.AndroidJNI.NewDoubleArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewDoubleArray.html
  commentId: M:UnityEngine.AndroidJNI.NewDoubleArray(System.Int32)
  nameWithType: AndroidJNI.NewDoubleArray(int)
  type: Method
- uid: UnityEngine.AndroidJNI.NewFloatArray(System.Int32)
  name: NewFloatArray(int)
  fullName: UnityEngine.AndroidJNI.NewFloatArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewFloatArray.html
  commentId: M:UnityEngine.AndroidJNI.NewFloatArray(System.Int32)
  nameWithType: AndroidJNI.NewFloatArray(int)
  type: Method
- uid: UnityEngine.AndroidJNI.NewGlobalRef(System.IntPtr)
  name: NewGlobalRef(IntPtr)
  fullName: UnityEngine.AndroidJNI.NewGlobalRef(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewGlobalRef.html
  commentId: M:UnityEngine.AndroidJNI.NewGlobalRef(System.IntPtr)
  nameWithType: AndroidJNI.NewGlobalRef(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.NewIntArray(System.Int32)
  name: NewIntArray(int)
  fullName: UnityEngine.AndroidJNI.NewIntArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewIntArray.html
  commentId: M:UnityEngine.AndroidJNI.NewIntArray(System.Int32)
  nameWithType: AndroidJNI.NewIntArray(int)
  type: Method
- uid: UnityEngine.AndroidJNI.NewLocalRef(System.IntPtr)
  name: NewLocalRef(IntPtr)
  fullName: UnityEngine.AndroidJNI.NewLocalRef(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewLocalRef.html
  commentId: M:UnityEngine.AndroidJNI.NewLocalRef(System.IntPtr)
  nameWithType: AndroidJNI.NewLocalRef(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.NewLongArray(System.Int32)
  name: NewLongArray(int)
  fullName: UnityEngine.AndroidJNI.NewLongArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewLongArray.html
  commentId: M:UnityEngine.AndroidJNI.NewLongArray(System.Int32)
  nameWithType: AndroidJNI.NewLongArray(int)
  type: Method
- uid: UnityEngine.AndroidJNI.NewObject(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  name: NewObject(IntPtr, IntPtr, jvalue[])
  fullName: UnityEngine.AndroidJNI.NewObject(System.IntPtr, System.IntPtr, UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewObject.html
  commentId: M:UnityEngine.AndroidJNI.NewObject(System.IntPtr,System.IntPtr,UnityEngine.jvalue[])
  nameWithType: AndroidJNI.NewObject(IntPtr, IntPtr, jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNI.NewObjectArray(System.Int32,System.IntPtr,System.IntPtr)
  name: NewObjectArray(int, IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.NewObjectArray(int, System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewObjectArray.html
  commentId: M:UnityEngine.AndroidJNI.NewObjectArray(System.Int32,System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.NewObjectArray(int, IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.NewShortArray(System.Int32)
  name: NewShortArray(int)
  fullName: UnityEngine.AndroidJNI.NewShortArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewShortArray.html
  commentId: M:UnityEngine.AndroidJNI.NewShortArray(System.Int32)
  nameWithType: AndroidJNI.NewShortArray(int)
  type: Method
- uid: UnityEngine.AndroidJNI.NewStringUTF(System.String)
  name: NewStringUTF(string)
  fullName: UnityEngine.AndroidJNI.NewStringUTF(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.NewStringUTF.html
  commentId: M:UnityEngine.AndroidJNI.NewStringUTF(System.String)
  nameWithType: AndroidJNI.NewStringUTF(string)
  type: Method
- uid: UnityEngine.AndroidJNI.PopLocalFrame(System.IntPtr)
  name: PopLocalFrame(IntPtr)
  fullName: UnityEngine.AndroidJNI.PopLocalFrame(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.PopLocalFrame.html
  commentId: M:UnityEngine.AndroidJNI.PopLocalFrame(System.IntPtr)
  nameWithType: AndroidJNI.PopLocalFrame(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.PushLocalFrame(System.Int32)
  name: PushLocalFrame(int)
  fullName: UnityEngine.AndroidJNI.PushLocalFrame(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.PushLocalFrame.html
  commentId: M:UnityEngine.AndroidJNI.PushLocalFrame(System.Int32)
  nameWithType: AndroidJNI.PushLocalFrame(int)
  type: Method
- uid: UnityEngine.AndroidJNI.SetBooleanArrayElement(System.IntPtr,System.Int32,System.Byte)
  name: SetBooleanArrayElement(IntPtr, int, byte)
  fullName: UnityEngine.AndroidJNI.SetBooleanArrayElement(System.IntPtr, int, byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetBooleanArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetBooleanArrayElement(System.IntPtr,System.Int32,System.Byte)
  nameWithType: AndroidJNI.SetBooleanArrayElement(IntPtr, int, byte)
  type: Method
- uid: UnityEngine.AndroidJNI.SetBooleanField(System.IntPtr,System.IntPtr,System.Boolean)
  name: SetBooleanField(IntPtr, IntPtr, bool)
  fullName: UnityEngine.AndroidJNI.SetBooleanField(System.IntPtr, System.IntPtr, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetBooleanField.html
  commentId: M:UnityEngine.AndroidJNI.SetBooleanField(System.IntPtr,System.IntPtr,System.Boolean)
  nameWithType: AndroidJNI.SetBooleanField(IntPtr, IntPtr, bool)
  type: Method
- uid: UnityEngine.AndroidJNI.SetByteArrayElement(System.IntPtr,System.Int32,System.SByte)
  name: SetByteArrayElement(IntPtr, int, sbyte)
  fullName: UnityEngine.AndroidJNI.SetByteArrayElement(System.IntPtr, int, sbyte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetByteArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetByteArrayElement(System.IntPtr,System.Int32,System.SByte)
  nameWithType: AndroidJNI.SetByteArrayElement(IntPtr, int, sbyte)
  type: Method
- uid: UnityEngine.AndroidJNI.SetByteField(System.IntPtr,System.IntPtr,System.Byte)
  name: SetByteField(IntPtr, IntPtr, byte)
  fullName: UnityEngine.AndroidJNI.SetByteField(System.IntPtr, System.IntPtr, byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetByteField.html
  commentId: M:UnityEngine.AndroidJNI.SetByteField(System.IntPtr,System.IntPtr,System.Byte)
  nameWithType: AndroidJNI.SetByteField(IntPtr, IntPtr, byte)
  type: Method
- uid: UnityEngine.AndroidJNI.SetCharArrayElement(System.IntPtr,System.Int32,System.Char)
  name: SetCharArrayElement(IntPtr, int, char)
  fullName: UnityEngine.AndroidJNI.SetCharArrayElement(System.IntPtr, int, char)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetCharArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetCharArrayElement(System.IntPtr,System.Int32,System.Char)
  nameWithType: AndroidJNI.SetCharArrayElement(IntPtr, int, char)
  type: Method
- uid: UnityEngine.AndroidJNI.SetCharField(System.IntPtr,System.IntPtr,System.Char)
  name: SetCharField(IntPtr, IntPtr, char)
  fullName: UnityEngine.AndroidJNI.SetCharField(System.IntPtr, System.IntPtr, char)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetCharField.html
  commentId: M:UnityEngine.AndroidJNI.SetCharField(System.IntPtr,System.IntPtr,System.Char)
  nameWithType: AndroidJNI.SetCharField(IntPtr, IntPtr, char)
  type: Method
- uid: UnityEngine.AndroidJNI.SetDoubleArrayElement(System.IntPtr,System.Int32,System.Double)
  name: SetDoubleArrayElement(IntPtr, int, double)
  fullName: UnityEngine.AndroidJNI.SetDoubleArrayElement(System.IntPtr, int, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetDoubleArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetDoubleArrayElement(System.IntPtr,System.Int32,System.Double)
  nameWithType: AndroidJNI.SetDoubleArrayElement(IntPtr, int, double)
  type: Method
- uid: UnityEngine.AndroidJNI.SetDoubleField(System.IntPtr,System.IntPtr,System.Double)
  name: SetDoubleField(IntPtr, IntPtr, double)
  fullName: UnityEngine.AndroidJNI.SetDoubleField(System.IntPtr, System.IntPtr, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetDoubleField.html
  commentId: M:UnityEngine.AndroidJNI.SetDoubleField(System.IntPtr,System.IntPtr,System.Double)
  nameWithType: AndroidJNI.SetDoubleField(IntPtr, IntPtr, double)
  type: Method
- uid: UnityEngine.AndroidJNI.SetFloatArrayElement(System.IntPtr,System.Int32,System.Single)
  name: SetFloatArrayElement(IntPtr, int, float)
  fullName: UnityEngine.AndroidJNI.SetFloatArrayElement(System.IntPtr, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetFloatArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetFloatArrayElement(System.IntPtr,System.Int32,System.Single)
  nameWithType: AndroidJNI.SetFloatArrayElement(IntPtr, int, float)
  type: Method
- uid: UnityEngine.AndroidJNI.SetFloatField(System.IntPtr,System.IntPtr,System.Single)
  name: SetFloatField(IntPtr, IntPtr, float)
  fullName: UnityEngine.AndroidJNI.SetFloatField(System.IntPtr, System.IntPtr, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetFloatField.html
  commentId: M:UnityEngine.AndroidJNI.SetFloatField(System.IntPtr,System.IntPtr,System.Single)
  nameWithType: AndroidJNI.SetFloatField(IntPtr, IntPtr, float)
  type: Method
- uid: UnityEngine.AndroidJNI.SetIntArrayElement(System.IntPtr,System.Int32,System.Int32)
  name: SetIntArrayElement(IntPtr, int, int)
  fullName: UnityEngine.AndroidJNI.SetIntArrayElement(System.IntPtr, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetIntArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetIntArrayElement(System.IntPtr,System.Int32,System.Int32)
  nameWithType: AndroidJNI.SetIntArrayElement(IntPtr, int, int)
  type: Method
- uid: UnityEngine.AndroidJNI.SetIntField(System.IntPtr,System.IntPtr,System.Int32)
  name: SetIntField(IntPtr, IntPtr, int)
  fullName: UnityEngine.AndroidJNI.SetIntField(System.IntPtr, System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetIntField.html
  commentId: M:UnityEngine.AndroidJNI.SetIntField(System.IntPtr,System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.SetIntField(IntPtr, IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.SetLongArrayElement(System.IntPtr,System.Int32,System.Int64)
  name: SetLongArrayElement(IntPtr, int, long)
  fullName: UnityEngine.AndroidJNI.SetLongArrayElement(System.IntPtr, int, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetLongArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetLongArrayElement(System.IntPtr,System.Int32,System.Int64)
  nameWithType: AndroidJNI.SetLongArrayElement(IntPtr, int, long)
  type: Method
- uid: UnityEngine.AndroidJNI.SetLongField(System.IntPtr,System.IntPtr,System.Int64)
  name: SetLongField(IntPtr, IntPtr, long)
  fullName: UnityEngine.AndroidJNI.SetLongField(System.IntPtr, System.IntPtr, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetLongField.html
  commentId: M:UnityEngine.AndroidJNI.SetLongField(System.IntPtr,System.IntPtr,System.Int64)
  nameWithType: AndroidJNI.SetLongField(IntPtr, IntPtr, long)
  type: Method
- uid: UnityEngine.AndroidJNI.SetObjectArrayElement(System.IntPtr,System.Int32,System.IntPtr)
  name: SetObjectArrayElement(IntPtr, int, IntPtr)
  fullName: UnityEngine.AndroidJNI.SetObjectArrayElement(System.IntPtr, int, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetObjectArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetObjectArrayElement(System.IntPtr,System.Int32,System.IntPtr)
  nameWithType: AndroidJNI.SetObjectArrayElement(IntPtr, int, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.SetObjectField(System.IntPtr,System.IntPtr,System.IntPtr)
  name: SetObjectField(IntPtr, IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.SetObjectField(System.IntPtr, System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetObjectField.html
  commentId: M:UnityEngine.AndroidJNI.SetObjectField(System.IntPtr,System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.SetObjectField(IntPtr, IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.SetShortArrayElement(System.IntPtr,System.Int32,System.Int16)
  name: SetShortArrayElement(IntPtr, int, short)
  fullName: UnityEngine.AndroidJNI.SetShortArrayElement(System.IntPtr, int, short)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetShortArrayElement.html
  commentId: M:UnityEngine.AndroidJNI.SetShortArrayElement(System.IntPtr,System.Int32,System.Int16)
  nameWithType: AndroidJNI.SetShortArrayElement(IntPtr, int, short)
  type: Method
- uid: UnityEngine.AndroidJNI.SetShortField(System.IntPtr,System.IntPtr,System.Int16)
  name: SetShortField(IntPtr, IntPtr, short)
  fullName: UnityEngine.AndroidJNI.SetShortField(System.IntPtr, System.IntPtr, short)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetShortField.html
  commentId: M:UnityEngine.AndroidJNI.SetShortField(System.IntPtr,System.IntPtr,System.Int16)
  nameWithType: AndroidJNI.SetShortField(IntPtr, IntPtr, short)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticBooleanField(System.IntPtr,System.IntPtr,System.Boolean)
  name: SetStaticBooleanField(IntPtr, IntPtr, bool)
  fullName: UnityEngine.AndroidJNI.SetStaticBooleanField(System.IntPtr, System.IntPtr, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticBooleanField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticBooleanField(System.IntPtr,System.IntPtr,System.Boolean)
  nameWithType: AndroidJNI.SetStaticBooleanField(IntPtr, IntPtr, bool)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticByteField(System.IntPtr,System.IntPtr,System.Byte)
  name: SetStaticByteField(IntPtr, IntPtr, byte)
  fullName: UnityEngine.AndroidJNI.SetStaticByteField(System.IntPtr, System.IntPtr, byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticByteField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticByteField(System.IntPtr,System.IntPtr,System.Byte)
  nameWithType: AndroidJNI.SetStaticByteField(IntPtr, IntPtr, byte)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticCharField(System.IntPtr,System.IntPtr,System.Char)
  name: SetStaticCharField(IntPtr, IntPtr, char)
  fullName: UnityEngine.AndroidJNI.SetStaticCharField(System.IntPtr, System.IntPtr, char)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticCharField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticCharField(System.IntPtr,System.IntPtr,System.Char)
  nameWithType: AndroidJNI.SetStaticCharField(IntPtr, IntPtr, char)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticDoubleField(System.IntPtr,System.IntPtr,System.Double)
  name: SetStaticDoubleField(IntPtr, IntPtr, double)
  fullName: UnityEngine.AndroidJNI.SetStaticDoubleField(System.IntPtr, System.IntPtr, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticDoubleField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticDoubleField(System.IntPtr,System.IntPtr,System.Double)
  nameWithType: AndroidJNI.SetStaticDoubleField(IntPtr, IntPtr, double)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticFloatField(System.IntPtr,System.IntPtr,System.Single)
  name: SetStaticFloatField(IntPtr, IntPtr, float)
  fullName: UnityEngine.AndroidJNI.SetStaticFloatField(System.IntPtr, System.IntPtr, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticFloatField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticFloatField(System.IntPtr,System.IntPtr,System.Single)
  nameWithType: AndroidJNI.SetStaticFloatField(IntPtr, IntPtr, float)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticIntField(System.IntPtr,System.IntPtr,System.Int32)
  name: SetStaticIntField(IntPtr, IntPtr, int)
  fullName: UnityEngine.AndroidJNI.SetStaticIntField(System.IntPtr, System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticIntField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticIntField(System.IntPtr,System.IntPtr,System.Int32)
  nameWithType: AndroidJNI.SetStaticIntField(IntPtr, IntPtr, int)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticLongField(System.IntPtr,System.IntPtr,System.Int64)
  name: SetStaticLongField(IntPtr, IntPtr, long)
  fullName: UnityEngine.AndroidJNI.SetStaticLongField(System.IntPtr, System.IntPtr, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticLongField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticLongField(System.IntPtr,System.IntPtr,System.Int64)
  nameWithType: AndroidJNI.SetStaticLongField(IntPtr, IntPtr, long)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticObjectField(System.IntPtr,System.IntPtr,System.IntPtr)
  name: SetStaticObjectField(IntPtr, IntPtr, IntPtr)
  fullName: UnityEngine.AndroidJNI.SetStaticObjectField(System.IntPtr, System.IntPtr, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticObjectField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticObjectField(System.IntPtr,System.IntPtr,System.IntPtr)
  nameWithType: AndroidJNI.SetStaticObjectField(IntPtr, IntPtr, IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticShortField(System.IntPtr,System.IntPtr,System.Int16)
  name: SetStaticShortField(IntPtr, IntPtr, short)
  fullName: UnityEngine.AndroidJNI.SetStaticShortField(System.IntPtr, System.IntPtr, short)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticShortField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticShortField(System.IntPtr,System.IntPtr,System.Int16)
  nameWithType: AndroidJNI.SetStaticShortField(IntPtr, IntPtr, short)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStaticStringField(System.IntPtr,System.IntPtr,System.String)
  name: SetStaticStringField(IntPtr, IntPtr, string)
  fullName: UnityEngine.AndroidJNI.SetStaticStringField(System.IntPtr, System.IntPtr, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStaticStringField.html
  commentId: M:UnityEngine.AndroidJNI.SetStaticStringField(System.IntPtr,System.IntPtr,System.String)
  nameWithType: AndroidJNI.SetStaticStringField(IntPtr, IntPtr, string)
  type: Method
- uid: UnityEngine.AndroidJNI.SetStringField(System.IntPtr,System.IntPtr,System.String)
  name: SetStringField(IntPtr, IntPtr, string)
  fullName: UnityEngine.AndroidJNI.SetStringField(System.IntPtr, System.IntPtr, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.SetStringField.html
  commentId: M:UnityEngine.AndroidJNI.SetStringField(System.IntPtr,System.IntPtr,System.String)
  nameWithType: AndroidJNI.SetStringField(IntPtr, IntPtr, string)
  type: Method
- uid: UnityEngine.AndroidJNI.Throw(System.IntPtr)
  name: Throw(IntPtr)
  fullName: UnityEngine.AndroidJNI.Throw(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.Throw.html
  commentId: M:UnityEngine.AndroidJNI.Throw(System.IntPtr)
  nameWithType: AndroidJNI.Throw(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.ThrowNew(System.IntPtr,System.String)
  name: ThrowNew(IntPtr, string)
  fullName: UnityEngine.AndroidJNI.ThrowNew(System.IntPtr, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ThrowNew.html
  commentId: M:UnityEngine.AndroidJNI.ThrowNew(System.IntPtr,System.String)
  nameWithType: AndroidJNI.ThrowNew(IntPtr, string)
  type: Method
- uid: UnityEngine.AndroidJNI.ToBooleanArray(System.Boolean[])
  name: ToBooleanArray(bool[])
  fullName: UnityEngine.AndroidJNI.ToBooleanArray(bool[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToBooleanArray.html
  commentId: M:UnityEngine.AndroidJNI.ToBooleanArray(System.Boolean[])
  nameWithType: AndroidJNI.ToBooleanArray(bool[])
  type: Method
- uid: UnityEngine.AndroidJNI.ToByteArray(System.Byte[])
  name: ToByteArray(byte[])
  fullName: UnityEngine.AndroidJNI.ToByteArray(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToByteArray.html
  commentId: M:UnityEngine.AndroidJNI.ToByteArray(System.Byte[])
  nameWithType: AndroidJNI.ToByteArray(byte[])
  type: Method
- uid: UnityEngine.AndroidJNI.ToCharArray(System.Char[])
  name: ToCharArray(char[])
  fullName: UnityEngine.AndroidJNI.ToCharArray(char[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToCharArray.html
  commentId: M:UnityEngine.AndroidJNI.ToCharArray(System.Char[])
  nameWithType: AndroidJNI.ToCharArray(char[])
  type: Method
- uid: UnityEngine.AndroidJNI.ToDoubleArray(System.Double[])
  name: ToDoubleArray(double[])
  fullName: UnityEngine.AndroidJNI.ToDoubleArray(double[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToDoubleArray.html
  commentId: M:UnityEngine.AndroidJNI.ToDoubleArray(System.Double[])
  nameWithType: AndroidJNI.ToDoubleArray(double[])
  type: Method
- uid: UnityEngine.AndroidJNI.ToFloatArray(System.Single[])
  name: ToFloatArray(float[])
  fullName: UnityEngine.AndroidJNI.ToFloatArray(float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToFloatArray.html
  commentId: M:UnityEngine.AndroidJNI.ToFloatArray(System.Single[])
  nameWithType: AndroidJNI.ToFloatArray(float[])
  type: Method
- uid: UnityEngine.AndroidJNI.ToIntArray(System.Int32[])
  name: ToIntArray(int[])
  fullName: UnityEngine.AndroidJNI.ToIntArray(int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToIntArray.html
  commentId: M:UnityEngine.AndroidJNI.ToIntArray(System.Int32[])
  nameWithType: AndroidJNI.ToIntArray(int[])
  type: Method
- uid: UnityEngine.AndroidJNI.ToLongArray(System.Int64[])
  name: ToLongArray(long[])
  fullName: UnityEngine.AndroidJNI.ToLongArray(long[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToLongArray.html
  commentId: M:UnityEngine.AndroidJNI.ToLongArray(System.Int64[])
  nameWithType: AndroidJNI.ToLongArray(long[])
  type: Method
- uid: UnityEngine.AndroidJNI.ToObjectArray(System.IntPtr[],System.IntPtr)
  name: ToObjectArray(IntPtr[], IntPtr)
  fullName: UnityEngine.AndroidJNI.ToObjectArray(System.IntPtr[], System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToObjectArray.html
  commentId: M:UnityEngine.AndroidJNI.ToObjectArray(System.IntPtr[],System.IntPtr)
  nameWithType: AndroidJNI.ToObjectArray(IntPtr[], IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNI.ToObjectArray(System.IntPtr[])
  name: ToObjectArray(IntPtr[])
  fullName: UnityEngine.AndroidJNI.ToObjectArray(System.IntPtr[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToObjectArray.html
  commentId: M:UnityEngine.AndroidJNI.ToObjectArray(System.IntPtr[])
  nameWithType: AndroidJNI.ToObjectArray(IntPtr[])
  type: Method
- uid: UnityEngine.AndroidJNI.ToReflectedField(System.IntPtr,System.IntPtr,System.Boolean)
  name: ToReflectedField(IntPtr, IntPtr, bool)
  fullName: UnityEngine.AndroidJNI.ToReflectedField(System.IntPtr, System.IntPtr, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToReflectedField.html
  commentId: M:UnityEngine.AndroidJNI.ToReflectedField(System.IntPtr,System.IntPtr,System.Boolean)
  nameWithType: AndroidJNI.ToReflectedField(IntPtr, IntPtr, bool)
  type: Method
- uid: UnityEngine.AndroidJNI.ToReflectedMethod(System.IntPtr,System.IntPtr,System.Boolean)
  name: ToReflectedMethod(IntPtr, IntPtr, bool)
  fullName: UnityEngine.AndroidJNI.ToReflectedMethod(System.IntPtr, System.IntPtr, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToReflectedMethod.html
  commentId: M:UnityEngine.AndroidJNI.ToReflectedMethod(System.IntPtr,System.IntPtr,System.Boolean)
  nameWithType: AndroidJNI.ToReflectedMethod(IntPtr, IntPtr, bool)
  type: Method
- uid: UnityEngine.AndroidJNI.ToShortArray(System.Int16[])
  name: ToShortArray(short[])
  fullName: UnityEngine.AndroidJNI.ToShortArray(short[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNI.ToShortArray.html
  commentId: M:UnityEngine.AndroidJNI.ToShortArray(System.Int16[])
  nameWithType: AndroidJNI.ToShortArray(short[])
  type: Method
- uid: UnityEngine.AndroidJNIHelper
  name: AndroidJNIHelper
  fullName: UnityEngine.AndroidJNIHelper
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.html
  commentId: T:UnityEngine.AndroidJNIHelper
  nameWithType: AndroidJNIHelper
  type: Class
- uid: UnityEngine.AndroidJNIHelper.ConvertFromJNIArray``1(System.IntPtr)
  name: ConvertFromJNIArray<ArrayType>(IntPtr)
  fullName: UnityEngine.AndroidJNIHelper.ConvertFromJNIArray<ArrayType>(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.ConvertFromJNIArray.html
  commentId: M:UnityEngine.AndroidJNIHelper.ConvertFromJNIArray``1(System.IntPtr)
  nameWithType: AndroidJNIHelper.ConvertFromJNIArray<ArrayType>(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.ConvertToJNIArray(System.Array)
  name: ConvertToJNIArray(Array)
  fullName: UnityEngine.AndroidJNIHelper.ConvertToJNIArray(System.Array)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.ConvertToJNIArray.html
  commentId: M:UnityEngine.AndroidJNIHelper.ConvertToJNIArray(System.Array)
  nameWithType: AndroidJNIHelper.ConvertToJNIArray(Array)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.CreateJavaProxy(UnityEngine.AndroidJavaProxy)
  name: CreateJavaProxy(AndroidJavaProxy)
  fullName: UnityEngine.AndroidJNIHelper.CreateJavaProxy(UnityEngine.AndroidJavaProxy)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.CreateJavaProxy.html
  commentId: M:UnityEngine.AndroidJNIHelper.CreateJavaProxy(UnityEngine.AndroidJavaProxy)
  nameWithType: AndroidJNIHelper.CreateJavaProxy(AndroidJavaProxy)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.CreateJavaRunnable(UnityEngine.AndroidJavaRunnable)
  name: CreateJavaRunnable(AndroidJavaRunnable)
  fullName: UnityEngine.AndroidJNIHelper.CreateJavaRunnable(UnityEngine.AndroidJavaRunnable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.CreateJavaRunnable.html
  commentId: M:UnityEngine.AndroidJNIHelper.CreateJavaRunnable(UnityEngine.AndroidJavaRunnable)
  nameWithType: AndroidJNIHelper.CreateJavaRunnable(AndroidJavaRunnable)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.CreateJNIArgArray(System.Object[])
  name: CreateJNIArgArray(object[])
  fullName: UnityEngine.AndroidJNIHelper.CreateJNIArgArray(object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.CreateJNIArgArray.html
  commentId: M:UnityEngine.AndroidJNIHelper.CreateJNIArgArray(System.Object[])
  nameWithType: AndroidJNIHelper.CreateJNIArgArray(object[])
  type: Method
- uid: UnityEngine.AndroidJNIHelper.debug
  name: debug
  fullName: UnityEngine.AndroidJNIHelper.debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper-debug.html
  commentId: P:UnityEngine.AndroidJNIHelper.debug
  nameWithType: AndroidJNIHelper.debug
  type: Property
- uid: UnityEngine.AndroidJNIHelper.DeleteJNIArgArray(System.Object[],UnityEngine.jvalue[])
  name: DeleteJNIArgArray(object[], jvalue[])
  fullName: UnityEngine.AndroidJNIHelper.DeleteJNIArgArray(object[], UnityEngine.jvalue[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.DeleteJNIArgArray.html
  commentId: M:UnityEngine.AndroidJNIHelper.DeleteJNIArgArray(System.Object[],UnityEngine.jvalue[])
  nameWithType: AndroidJNIHelper.DeleteJNIArgArray(object[], jvalue[])
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr,System.Object[])
  name: GetConstructorID(IntPtr, object[])
  fullName: UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr, object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetConstructorID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr,System.Object[])
  nameWithType: AndroidJNIHelper.GetConstructorID(IntPtr, object[])
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr,System.String)
  name: GetConstructorID(IntPtr, string)
  fullName: UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetConstructorID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr,System.String)
  nameWithType: AndroidJNIHelper.GetConstructorID(IntPtr, string)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr)
  name: GetConstructorID(IntPtr)
  fullName: UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetConstructorID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetConstructorID(System.IntPtr)
  nameWithType: AndroidJNIHelper.GetConstructorID(IntPtr)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr,System.String,System.String,System.Boolean)
  name: GetFieldID(IntPtr, string, string, bool)
  fullName: UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr, string, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetFieldID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr,System.String,System.String,System.Boolean)
  nameWithType: AndroidJNIHelper.GetFieldID(IntPtr, string, string, bool)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr,System.String,System.String)
  name: GetFieldID(IntPtr, string, string)
  fullName: UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetFieldID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr,System.String,System.String)
  nameWithType: AndroidJNIHelper.GetFieldID(IntPtr, string, string)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr,System.String)
  name: GetFieldID(IntPtr, string)
  fullName: UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetFieldID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetFieldID(System.IntPtr,System.String)
  nameWithType: AndroidJNIHelper.GetFieldID(IntPtr, string)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetFieldID``1(System.IntPtr,System.String,System.Boolean)
  name: GetFieldID<FieldType>(IntPtr, string, bool)
  fullName: UnityEngine.AndroidJNIHelper.GetFieldID<FieldType>(System.IntPtr, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetFieldID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetFieldID``1(System.IntPtr,System.String,System.Boolean)
  nameWithType: AndroidJNIHelper.GetFieldID<FieldType>(IntPtr, string, bool)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr,System.String,System.Object[],System.Boolean)
  name: GetMethodID(IntPtr, string, object[], bool)
  fullName: UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr, string, object[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetMethodID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr,System.String,System.Object[],System.Boolean)
  nameWithType: AndroidJNIHelper.GetMethodID(IntPtr, string, object[], bool)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr,System.String,System.String,System.Boolean)
  name: GetMethodID(IntPtr, string, string, bool)
  fullName: UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr, string, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetMethodID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr,System.String,System.String,System.Boolean)
  nameWithType: AndroidJNIHelper.GetMethodID(IntPtr, string, string, bool)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr,System.String,System.String)
  name: GetMethodID(IntPtr, string, string)
  fullName: UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetMethodID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr,System.String,System.String)
  nameWithType: AndroidJNIHelper.GetMethodID(IntPtr, string, string)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr,System.String)
  name: GetMethodID(IntPtr, string)
  fullName: UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetMethodID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetMethodID(System.IntPtr,System.String)
  nameWithType: AndroidJNIHelper.GetMethodID(IntPtr, string)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetMethodID``1(System.IntPtr,System.String,System.Object[],System.Boolean)
  name: GetMethodID<ReturnType>(IntPtr, string, object[], bool)
  fullName: UnityEngine.AndroidJNIHelper.GetMethodID<ReturnType>(System.IntPtr, string, object[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetMethodID.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetMethodID``1(System.IntPtr,System.String,System.Object[],System.Boolean)
  nameWithType: AndroidJNIHelper.GetMethodID<ReturnType>(IntPtr, string, object[], bool)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetSignature(System.Object)
  name: GetSignature(object)
  fullName: UnityEngine.AndroidJNIHelper.GetSignature(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetSignature.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetSignature(System.Object)
  nameWithType: AndroidJNIHelper.GetSignature(object)
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetSignature(System.Object[])
  name: GetSignature(object[])
  fullName: UnityEngine.AndroidJNIHelper.GetSignature(object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetSignature.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetSignature(System.Object[])
  nameWithType: AndroidJNIHelper.GetSignature(object[])
  type: Method
- uid: UnityEngine.AndroidJNIHelper.GetSignature``1(System.Object[])
  name: GetSignature<ReturnType>(object[])
  fullName: UnityEngine.AndroidJNIHelper.GetSignature<ReturnType>(object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AndroidJNIHelper.GetSignature.html
  commentId: M:UnityEngine.AndroidJNIHelper.GetSignature``1(System.Object[])
  nameWithType: AndroidJNIHelper.GetSignature<ReturnType>(object[])
  type: Method
- uid: UnityEngine.Animation
  name: Animation
  fullName: UnityEngine.Animation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.html
  commentId: T:UnityEngine.Animation
  nameWithType: Animation
  type: Class
- uid: UnityEngine.Animation.AddClip(UnityEngine.AnimationClip,System.String,System.Int32,System.Int32,System.Boolean)
  name: AddClip(AnimationClip, string, int, int, bool)
  fullName: UnityEngine.Animation.AddClip(UnityEngine.AnimationClip, string, int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.AddClip.html
  commentId: M:UnityEngine.Animation.AddClip(UnityEngine.AnimationClip,System.String,System.Int32,System.Int32,System.Boolean)
  nameWithType: Animation.AddClip(AnimationClip, string, int, int, bool)
  type: Method
- uid: UnityEngine.Animation.AddClip(UnityEngine.AnimationClip,System.String,System.Int32,System.Int32)
  name: AddClip(AnimationClip, string, int, int)
  fullName: UnityEngine.Animation.AddClip(UnityEngine.AnimationClip, string, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.AddClip.html
  commentId: M:UnityEngine.Animation.AddClip(UnityEngine.AnimationClip,System.String,System.Int32,System.Int32)
  nameWithType: Animation.AddClip(AnimationClip, string, int, int)
  type: Method
- uid: UnityEngine.Animation.AddClip(UnityEngine.AnimationClip,System.String)
  name: AddClip(AnimationClip, string)
  fullName: UnityEngine.Animation.AddClip(UnityEngine.AnimationClip, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.AddClip.html
  commentId: M:UnityEngine.Animation.AddClip(UnityEngine.AnimationClip,System.String)
  nameWithType: Animation.AddClip(AnimationClip, string)
  type: Method
- uid: UnityEngine.Animation.animateOnlyIfVisible
  name: animateOnlyIfVisible
  fullName: UnityEngine.Animation.animateOnlyIfVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation-animateOnlyIfVisible.html
  commentId: P:UnityEngine.Animation.animateOnlyIfVisible
  nameWithType: Animation.animateOnlyIfVisible
  type: Property
- uid: UnityEngine.Animation.animatePhysics
  name: animatePhysics
  fullName: UnityEngine.Animation.animatePhysics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation-animatePhysics.html
  commentId: P:UnityEngine.Animation.animatePhysics
  nameWithType: Animation.animatePhysics
  type: Property
- uid: UnityEngine.Animation.Blend(System.String,System.Single,System.Single)
  name: Blend(string, float, float)
  fullName: UnityEngine.Animation.Blend(string, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Blend.html
  commentId: M:UnityEngine.Animation.Blend(System.String,System.Single,System.Single)
  nameWithType: Animation.Blend(string, float, float)
  type: Method
- uid: UnityEngine.Animation.Blend(System.String,System.Single)
  name: Blend(string, float)
  fullName: UnityEngine.Animation.Blend(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Blend.html
  commentId: M:UnityEngine.Animation.Blend(System.String,System.Single)
  nameWithType: Animation.Blend(string, float)
  type: Method
- uid: UnityEngine.Animation.Blend(System.String)
  name: Blend(string)
  fullName: UnityEngine.Animation.Blend(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Blend.html
  commentId: M:UnityEngine.Animation.Blend(System.String)
  nameWithType: Animation.Blend(string)
  type: Method
- uid: UnityEngine.Animation.clip
  name: clip
  fullName: UnityEngine.Animation.clip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation-clip.html
  commentId: P:UnityEngine.Animation.clip
  nameWithType: Animation.clip
  type: Property
- uid: UnityEngine.Animation.CrossFade(System.String,System.Single,UnityEngine.PlayMode)
  name: CrossFade(string, float, PlayMode)
  fullName: UnityEngine.Animation.CrossFade(string, float, UnityEngine.PlayMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.CrossFade.html
  commentId: M:UnityEngine.Animation.CrossFade(System.String,System.Single,UnityEngine.PlayMode)
  nameWithType: Animation.CrossFade(string, float, PlayMode)
  type: Method
- uid: UnityEngine.Animation.CrossFade(System.String,System.Single)
  name: CrossFade(string, float)
  fullName: UnityEngine.Animation.CrossFade(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.CrossFade.html
  commentId: M:UnityEngine.Animation.CrossFade(System.String,System.Single)
  nameWithType: Animation.CrossFade(string, float)
  type: Method
- uid: UnityEngine.Animation.CrossFade(System.String)
  name: CrossFade(string)
  fullName: UnityEngine.Animation.CrossFade(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.CrossFade.html
  commentId: M:UnityEngine.Animation.CrossFade(System.String)
  nameWithType: Animation.CrossFade(string)
  type: Method
- uid: UnityEngine.Animation.CrossFadeQueued(System.String,System.Single,UnityEngine.QueueMode,UnityEngine.PlayMode)
  name: CrossFadeQueued(string, float, QueueMode, PlayMode)
  fullName: UnityEngine.Animation.CrossFadeQueued(string, float, UnityEngine.QueueMode, UnityEngine.PlayMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.CrossFadeQueued.html
  commentId: M:UnityEngine.Animation.CrossFadeQueued(System.String,System.Single,UnityEngine.QueueMode,UnityEngine.PlayMode)
  nameWithType: Animation.CrossFadeQueued(string, float, QueueMode, PlayMode)
  type: Method
- uid: UnityEngine.Animation.CrossFadeQueued(System.String,System.Single,UnityEngine.QueueMode)
  name: CrossFadeQueued(string, float, QueueMode)
  fullName: UnityEngine.Animation.CrossFadeQueued(string, float, UnityEngine.QueueMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.CrossFadeQueued.html
  commentId: M:UnityEngine.Animation.CrossFadeQueued(System.String,System.Single,UnityEngine.QueueMode)
  nameWithType: Animation.CrossFadeQueued(string, float, QueueMode)
  type: Method
- uid: UnityEngine.Animation.CrossFadeQueued(System.String,System.Single)
  name: CrossFadeQueued(string, float)
  fullName: UnityEngine.Animation.CrossFadeQueued(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.CrossFadeQueued.html
  commentId: M:UnityEngine.Animation.CrossFadeQueued(System.String,System.Single)
  nameWithType: Animation.CrossFadeQueued(string, float)
  type: Method
- uid: UnityEngine.Animation.CrossFadeQueued(System.String)
  name: CrossFadeQueued(string)
  fullName: UnityEngine.Animation.CrossFadeQueued(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.CrossFadeQueued.html
  commentId: M:UnityEngine.Animation.CrossFadeQueued(System.String)
  nameWithType: Animation.CrossFadeQueued(string)
  type: Method
- uid: UnityEngine.Animation.cullingType
  name: cullingType
  fullName: UnityEngine.Animation.cullingType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation-cullingType.html
  commentId: P:UnityEngine.Animation.cullingType
  nameWithType: Animation.cullingType
  type: Property
- uid: UnityEngine.Animation.GetClip(System.String)
  name: GetClip(string)
  fullName: UnityEngine.Animation.GetClip(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.GetClip.html
  commentId: M:UnityEngine.Animation.GetClip(System.String)
  nameWithType: Animation.GetClip(string)
  type: Method
- uid: UnityEngine.Animation.GetClipCount
  name: GetClipCount()
  fullName: UnityEngine.Animation.GetClipCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.GetClipCount.html
  commentId: M:UnityEngine.Animation.GetClipCount
  nameWithType: Animation.GetClipCount()
  type: Method
- uid: UnityEngine.Animation.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEngine.Animation.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.GetEnumerator.html
  commentId: M:UnityEngine.Animation.GetEnumerator
  nameWithType: Animation.GetEnumerator()
  type: Method
- uid: UnityEngine.Animation.isPlaying
  name: isPlaying
  fullName: UnityEngine.Animation.isPlaying
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation-isPlaying.html
  commentId: P:UnityEngine.Animation.isPlaying
  nameWithType: Animation.isPlaying
  type: Property
- uid: UnityEngine.Animation.IsPlaying(System.String)
  name: IsPlaying(string)
  fullName: UnityEngine.Animation.IsPlaying(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.IsPlaying.html
  commentId: M:UnityEngine.Animation.IsPlaying(System.String)
  nameWithType: Animation.IsPlaying(string)
  type: Method
- uid: UnityEngine.Animation.Item(System.String)
  name: this[string]
  fullName: UnityEngine.Animation.this[string]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Item.html
  commentId: P:UnityEngine.Animation.Item(System.String)
  nameWithType: Animation.this[string]
  type: Property
- uid: UnityEngine.Animation.localBounds
  name: localBounds
  fullName: UnityEngine.Animation.localBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation-localBounds.html
  commentId: P:UnityEngine.Animation.localBounds
  nameWithType: Animation.localBounds
  type: Property
- uid: UnityEngine.Animation.Play
  name: Play()
  fullName: UnityEngine.Animation.Play()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Play.html
  commentId: M:UnityEngine.Animation.Play
  nameWithType: Animation.Play()
  type: Method
- uid: UnityEngine.Animation.Play(System.String,UnityEngine.AnimationPlayMode)
  name: Play(string, AnimationPlayMode)
  fullName: UnityEngine.Animation.Play(string, UnityEngine.AnimationPlayMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Play.html
  commentId: M:UnityEngine.Animation.Play(System.String,UnityEngine.AnimationPlayMode)
  nameWithType: Animation.Play(string, AnimationPlayMode)
  type: Method
- uid: UnityEngine.Animation.Play(System.String,UnityEngine.PlayMode)
  name: Play(string, PlayMode)
  fullName: UnityEngine.Animation.Play(string, UnityEngine.PlayMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Play.html
  commentId: M:UnityEngine.Animation.Play(System.String,UnityEngine.PlayMode)
  nameWithType: Animation.Play(string, PlayMode)
  type: Method
- uid: UnityEngine.Animation.Play(System.String)
  name: Play(string)
  fullName: UnityEngine.Animation.Play(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Play.html
  commentId: M:UnityEngine.Animation.Play(System.String)
  nameWithType: Animation.Play(string)
  type: Method
- uid: UnityEngine.Animation.Play(UnityEngine.AnimationPlayMode)
  name: Play(AnimationPlayMode)
  fullName: UnityEngine.Animation.Play(UnityEngine.AnimationPlayMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Play.html
  commentId: M:UnityEngine.Animation.Play(UnityEngine.AnimationPlayMode)
  nameWithType: Animation.Play(AnimationPlayMode)
  type: Method
- uid: UnityEngine.Animation.Play(UnityEngine.PlayMode)
  name: Play(PlayMode)
  fullName: UnityEngine.Animation.Play(UnityEngine.PlayMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Play.html
  commentId: M:UnityEngine.Animation.Play(UnityEngine.PlayMode)
  nameWithType: Animation.Play(PlayMode)
  type: Method
- uid: UnityEngine.Animation.playAutomatically
  name: playAutomatically
  fullName: UnityEngine.Animation.playAutomatically
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation-playAutomatically.html
  commentId: P:UnityEngine.Animation.playAutomatically
  nameWithType: Animation.playAutomatically
  type: Property
- uid: UnityEngine.Animation.PlayQueued(System.String,UnityEngine.QueueMode,UnityEngine.PlayMode)
  name: PlayQueued(string, QueueMode, PlayMode)
  fullName: UnityEngine.Animation.PlayQueued(string, UnityEngine.QueueMode, UnityEngine.PlayMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.PlayQueued.html
  commentId: M:UnityEngine.Animation.PlayQueued(System.String,UnityEngine.QueueMode,UnityEngine.PlayMode)
  nameWithType: Animation.PlayQueued(string, QueueMode, PlayMode)
  type: Method
- uid: UnityEngine.Animation.PlayQueued(System.String,UnityEngine.QueueMode)
  name: PlayQueued(string, QueueMode)
  fullName: UnityEngine.Animation.PlayQueued(string, UnityEngine.QueueMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.PlayQueued.html
  commentId: M:UnityEngine.Animation.PlayQueued(System.String,UnityEngine.QueueMode)
  nameWithType: Animation.PlayQueued(string, QueueMode)
  type: Method
- uid: UnityEngine.Animation.PlayQueued(System.String)
  name: PlayQueued(string)
  fullName: UnityEngine.Animation.PlayQueued(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.PlayQueued.html
  commentId: M:UnityEngine.Animation.PlayQueued(System.String)
  nameWithType: Animation.PlayQueued(string)
  type: Method
- uid: UnityEngine.Animation.RemoveClip(System.String)
  name: RemoveClip(string)
  fullName: UnityEngine.Animation.RemoveClip(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.RemoveClip.html
  commentId: M:UnityEngine.Animation.RemoveClip(System.String)
  nameWithType: Animation.RemoveClip(string)
  type: Method
- uid: UnityEngine.Animation.RemoveClip(UnityEngine.AnimationClip)
  name: RemoveClip(AnimationClip)
  fullName: UnityEngine.Animation.RemoveClip(UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.RemoveClip.html
  commentId: M:UnityEngine.Animation.RemoveClip(UnityEngine.AnimationClip)
  nameWithType: Animation.RemoveClip(AnimationClip)
  type: Method
- uid: UnityEngine.Animation.Rewind
  name: Rewind()
  fullName: UnityEngine.Animation.Rewind()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Rewind.html
  commentId: M:UnityEngine.Animation.Rewind
  nameWithType: Animation.Rewind()
  type: Method
- uid: UnityEngine.Animation.Rewind(System.String)
  name: Rewind(string)
  fullName: UnityEngine.Animation.Rewind(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Rewind.html
  commentId: M:UnityEngine.Animation.Rewind(System.String)
  nameWithType: Animation.Rewind(string)
  type: Method
- uid: UnityEngine.Animation.Sample
  name: Sample()
  fullName: UnityEngine.Animation.Sample()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Sample.html
  commentId: M:UnityEngine.Animation.Sample
  nameWithType: Animation.Sample()
  type: Method
- uid: UnityEngine.Animation.Stop
  name: Stop()
  fullName: UnityEngine.Animation.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Stop.html
  commentId: M:UnityEngine.Animation.Stop
  nameWithType: Animation.Stop()
  type: Method
- uid: UnityEngine.Animation.Stop(System.String)
  name: Stop(string)
  fullName: UnityEngine.Animation.Stop(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.Stop.html
  commentId: M:UnityEngine.Animation.Stop(System.String)
  nameWithType: Animation.Stop(string)
  type: Method
- uid: UnityEngine.Animation.SyncLayer(System.Int32)
  name: SyncLayer(int)
  fullName: UnityEngine.Animation.SyncLayer(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation.SyncLayer.html
  commentId: M:UnityEngine.Animation.SyncLayer(System.Int32)
  nameWithType: Animation.SyncLayer(int)
  type: Method
- uid: UnityEngine.Animation.wrapMode
  name: wrapMode
  fullName: UnityEngine.Animation.wrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animation-wrapMode.html
  commentId: P:UnityEngine.Animation.wrapMode
  nameWithType: Animation.wrapMode
  type: Property
- uid: UnityEngine.AnimationBlendMode
  name: AnimationBlendMode
  fullName: UnityEngine.AnimationBlendMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationBlendMode.html
  commentId: T:UnityEngine.AnimationBlendMode
  nameWithType: AnimationBlendMode
  type: Enum
- uid: UnityEngine.AnimationBlendMode.Additive
  name: Additive
  fullName: UnityEngine.AnimationBlendMode.Additive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationBlendMode.Additive.html
  commentId: F:UnityEngine.AnimationBlendMode.Additive
  nameWithType: AnimationBlendMode.Additive
  type: Field
- uid: UnityEngine.AnimationBlendMode.Blend
  name: Blend
  fullName: UnityEngine.AnimationBlendMode.Blend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationBlendMode.Blend.html
  commentId: F:UnityEngine.AnimationBlendMode.Blend
  nameWithType: AnimationBlendMode.Blend
  type: Field
- uid: UnityEngine.AnimationClip
  name: AnimationClip
  fullName: UnityEngine.AnimationClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip.html
  commentId: T:UnityEngine.AnimationClip
  nameWithType: AnimationClip
  type: Class
- uid: UnityEngine.AnimationClip.#ctor
  name: AnimationClip()
  fullName: UnityEngine.AnimationClip.AnimationClip()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-ctor.html
  commentId: M:UnityEngine.AnimationClip.#ctor
  nameWithType: AnimationClip.AnimationClip()
  type: Constructor
- uid: UnityEngine.AnimationClip.AddEvent(UnityEngine.AnimationEvent)
  name: AddEvent(AnimationEvent)
  fullName: UnityEngine.AnimationClip.AddEvent(UnityEngine.AnimationEvent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip.AddEvent.html
  commentId: M:UnityEngine.AnimationClip.AddEvent(UnityEngine.AnimationEvent)
  nameWithType: AnimationClip.AddEvent(AnimationEvent)
  type: Method
- uid: UnityEngine.AnimationClip.ClearCurves
  name: ClearCurves()
  fullName: UnityEngine.AnimationClip.ClearCurves()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip.ClearCurves.html
  commentId: M:UnityEngine.AnimationClip.ClearCurves
  nameWithType: AnimationClip.ClearCurves()
  type: Method
- uid: UnityEngine.AnimationClip.empty
  name: empty
  fullName: UnityEngine.AnimationClip.empty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-empty.html
  commentId: P:UnityEngine.AnimationClip.empty
  nameWithType: AnimationClip.empty
  type: Property
- uid: UnityEngine.AnimationClip.EnsureQuaternionContinuity
  name: EnsureQuaternionContinuity()
  fullName: UnityEngine.AnimationClip.EnsureQuaternionContinuity()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip.EnsureQuaternionContinuity.html
  commentId: M:UnityEngine.AnimationClip.EnsureQuaternionContinuity
  nameWithType: AnimationClip.EnsureQuaternionContinuity()
  type: Method
- uid: UnityEngine.AnimationClip.events
  name: events
  fullName: UnityEngine.AnimationClip.events
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-events.html
  commentId: P:UnityEngine.AnimationClip.events
  nameWithType: AnimationClip.events
  type: Property
- uid: UnityEngine.AnimationClip.frameRate
  name: frameRate
  fullName: UnityEngine.AnimationClip.frameRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-frameRate.html
  commentId: P:UnityEngine.AnimationClip.frameRate
  nameWithType: AnimationClip.frameRate
  type: Property
- uid: UnityEngine.AnimationClip.humanMotion
  name: humanMotion
  fullName: UnityEngine.AnimationClip.humanMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-humanMotion.html
  commentId: P:UnityEngine.AnimationClip.humanMotion
  nameWithType: AnimationClip.humanMotion
  type: Property
- uid: UnityEngine.AnimationClip.legacy
  name: legacy
  fullName: UnityEngine.AnimationClip.legacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-legacy.html
  commentId: P:UnityEngine.AnimationClip.legacy
  nameWithType: AnimationClip.legacy
  type: Property
- uid: UnityEngine.AnimationClip.length
  name: length
  fullName: UnityEngine.AnimationClip.length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-length.html
  commentId: P:UnityEngine.AnimationClip.length
  nameWithType: AnimationClip.length
  type: Property
- uid: UnityEngine.AnimationClip.localBounds
  name: localBounds
  fullName: UnityEngine.AnimationClip.localBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-localBounds.html
  commentId: P:UnityEngine.AnimationClip.localBounds
  nameWithType: AnimationClip.localBounds
  type: Property
- uid: UnityEngine.AnimationClip.SampleAnimation(UnityEngine.GameObject,System.Single)
  name: SampleAnimation(GameObject, float)
  fullName: UnityEngine.AnimationClip.SampleAnimation(UnityEngine.GameObject, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip.SampleAnimation.html
  commentId: M:UnityEngine.AnimationClip.SampleAnimation(UnityEngine.GameObject,System.Single)
  nameWithType: AnimationClip.SampleAnimation(GameObject, float)
  type: Method
- uid: UnityEngine.AnimationClip.SetCurve(System.String,System.Type,System.String,UnityEngine.AnimationCurve)
  name: SetCurve(string, Type, string, AnimationCurve)
  fullName: UnityEngine.AnimationClip.SetCurve(string, System.Type, string, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip.SetCurve.html
  commentId: M:UnityEngine.AnimationClip.SetCurve(System.String,System.Type,System.String,UnityEngine.AnimationCurve)
  nameWithType: AnimationClip.SetCurve(string, Type, string, AnimationCurve)
  type: Method
- uid: UnityEngine.AnimationClip.wrapMode
  name: wrapMode
  fullName: UnityEngine.AnimationClip.wrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClip-wrapMode.html
  commentId: P:UnityEngine.AnimationClip.wrapMode
  nameWithType: AnimationClip.wrapMode
  type: Property
- uid: UnityEngine.AnimationClipPair
  name: AnimationClipPair
  fullName: UnityEngine.AnimationClipPair
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipPair.html
  commentId: T:UnityEngine.AnimationClipPair
  nameWithType: AnimationClipPair
  type: Class
- uid: UnityEngine.AnimationClipPair.originalClip
  name: originalClip
  fullName: UnityEngine.AnimationClipPair.originalClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipPair-originalClip.html
  commentId: F:UnityEngine.AnimationClipPair.originalClip
  nameWithType: AnimationClipPair.originalClip
  type: Field
- uid: UnityEngine.AnimationClipPair.overrideClip
  name: overrideClip
  fullName: UnityEngine.AnimationClipPair.overrideClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationClipPair-overrideClip.html
  commentId: F:UnityEngine.AnimationClipPair.overrideClip
  nameWithType: AnimationClipPair.overrideClip
  type: Field
- uid: UnityEngine.AnimationCullingType
  name: AnimationCullingType
  fullName: UnityEngine.AnimationCullingType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCullingType.html
  commentId: T:UnityEngine.AnimationCullingType
  nameWithType: AnimationCullingType
  type: Enum
- uid: UnityEngine.AnimationCullingType.AlwaysAnimate
  name: AlwaysAnimate
  fullName: UnityEngine.AnimationCullingType.AlwaysAnimate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCullingType.AlwaysAnimate.html
  commentId: F:UnityEngine.AnimationCullingType.AlwaysAnimate
  nameWithType: AnimationCullingType.AlwaysAnimate
  type: Field
- uid: UnityEngine.AnimationCullingType.BasedOnClipBounds
  name: BasedOnClipBounds
  fullName: UnityEngine.AnimationCullingType.BasedOnClipBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCullingType.BasedOnClipBounds.html
  commentId: F:UnityEngine.AnimationCullingType.BasedOnClipBounds
  nameWithType: AnimationCullingType.BasedOnClipBounds
  type: Field
- uid: UnityEngine.AnimationCullingType.BasedOnRenderers
  name: BasedOnRenderers
  fullName: UnityEngine.AnimationCullingType.BasedOnRenderers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCullingType.BasedOnRenderers.html
  commentId: F:UnityEngine.AnimationCullingType.BasedOnRenderers
  nameWithType: AnimationCullingType.BasedOnRenderers
  type: Field
- uid: UnityEngine.AnimationCullingType.BasedOnUserBounds
  name: BasedOnUserBounds
  fullName: UnityEngine.AnimationCullingType.BasedOnUserBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCullingType.BasedOnUserBounds.html
  commentId: F:UnityEngine.AnimationCullingType.BasedOnUserBounds
  nameWithType: AnimationCullingType.BasedOnUserBounds
  type: Field
- uid: UnityEngine.AnimationCurve
  name: AnimationCurve
  fullName: UnityEngine.AnimationCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.html
  commentId: T:UnityEngine.AnimationCurve
  nameWithType: AnimationCurve
  type: Class
- uid: UnityEngine.AnimationCurve.#ctor
  name: AnimationCurve()
  fullName: UnityEngine.AnimationCurve.AnimationCurve()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve-ctor.html
  commentId: M:UnityEngine.AnimationCurve.#ctor
  nameWithType: AnimationCurve.AnimationCurve()
  type: Constructor
- uid: UnityEngine.AnimationCurve.#ctor(UnityEngine.Keyframe[])
  name: AnimationCurve(params Keyframe[])
  fullName: UnityEngine.AnimationCurve.AnimationCurve(params UnityEngine.Keyframe[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve-ctor.html
  commentId: M:UnityEngine.AnimationCurve.#ctor(UnityEngine.Keyframe[])
  nameWithType: AnimationCurve.AnimationCurve(params Keyframe[])
  type: Constructor
- uid: UnityEngine.AnimationCurve.AddKey(System.Single,System.Single)
  name: AddKey(float, float)
  fullName: UnityEngine.AnimationCurve.AddKey(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.AddKey.html
  commentId: M:UnityEngine.AnimationCurve.AddKey(System.Single,System.Single)
  nameWithType: AnimationCurve.AddKey(float, float)
  type: Method
- uid: UnityEngine.AnimationCurve.AddKey(UnityEngine.Keyframe)
  name: AddKey(Keyframe)
  fullName: UnityEngine.AnimationCurve.AddKey(UnityEngine.Keyframe)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.AddKey.html
  commentId: M:UnityEngine.AnimationCurve.AddKey(UnityEngine.Keyframe)
  nameWithType: AnimationCurve.AddKey(Keyframe)
  type: Method
- uid: UnityEngine.AnimationCurve.EaseInOut(System.Single,System.Single,System.Single,System.Single)
  name: EaseInOut(float, float, float, float)
  fullName: UnityEngine.AnimationCurve.EaseInOut(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.EaseInOut.html
  commentId: M:UnityEngine.AnimationCurve.EaseInOut(System.Single,System.Single,System.Single,System.Single)
  nameWithType: AnimationCurve.EaseInOut(float, float, float, float)
  type: Method
- uid: UnityEngine.AnimationCurve.Evaluate(System.Single)
  name: Evaluate(float)
  fullName: UnityEngine.AnimationCurve.Evaluate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.Evaluate.html
  commentId: M:UnityEngine.AnimationCurve.Evaluate(System.Single)
  nameWithType: AnimationCurve.Evaluate(float)
  type: Method
- uid: UnityEngine.AnimationCurve.Finalize
  name: ~AnimationCurve()
  fullName: UnityEngine.AnimationCurve.~AnimationCurve()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.Finalize.html
  commentId: M:UnityEngine.AnimationCurve.Finalize
  nameWithType: AnimationCurve.~AnimationCurve()
  type: Method
- uid: UnityEngine.AnimationCurve.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.AnimationCurve.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.Item.html
  commentId: P:UnityEngine.AnimationCurve.Item(System.Int32)
  nameWithType: AnimationCurve.this[int]
  type: Property
- uid: UnityEngine.AnimationCurve.keys
  name: keys
  fullName: UnityEngine.AnimationCurve.keys
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve-keys.html
  commentId: P:UnityEngine.AnimationCurve.keys
  nameWithType: AnimationCurve.keys
  type: Property
- uid: UnityEngine.AnimationCurve.length
  name: length
  fullName: UnityEngine.AnimationCurve.length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve-length.html
  commentId: P:UnityEngine.AnimationCurve.length
  nameWithType: AnimationCurve.length
  type: Property
- uid: UnityEngine.AnimationCurve.Linear(System.Single,System.Single,System.Single,System.Single)
  name: Linear(float, float, float, float)
  fullName: UnityEngine.AnimationCurve.Linear(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.Linear.html
  commentId: M:UnityEngine.AnimationCurve.Linear(System.Single,System.Single,System.Single,System.Single)
  nameWithType: AnimationCurve.Linear(float, float, float, float)
  type: Method
- uid: UnityEngine.AnimationCurve.MoveKey(System.Int32,UnityEngine.Keyframe)
  name: MoveKey(int, Keyframe)
  fullName: UnityEngine.AnimationCurve.MoveKey(int, UnityEngine.Keyframe)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.MoveKey.html
  commentId: M:UnityEngine.AnimationCurve.MoveKey(System.Int32,UnityEngine.Keyframe)
  nameWithType: AnimationCurve.MoveKey(int, Keyframe)
  type: Method
- uid: UnityEngine.AnimationCurve.postWrapMode
  name: postWrapMode
  fullName: UnityEngine.AnimationCurve.postWrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve-postWrapMode.html
  commentId: P:UnityEngine.AnimationCurve.postWrapMode
  nameWithType: AnimationCurve.postWrapMode
  type: Property
- uid: UnityEngine.AnimationCurve.preWrapMode
  name: preWrapMode
  fullName: UnityEngine.AnimationCurve.preWrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve-preWrapMode.html
  commentId: P:UnityEngine.AnimationCurve.preWrapMode
  nameWithType: AnimationCurve.preWrapMode
  type: Property
- uid: UnityEngine.AnimationCurve.RemoveKey(System.Int32)
  name: RemoveKey(int)
  fullName: UnityEngine.AnimationCurve.RemoveKey(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.RemoveKey.html
  commentId: M:UnityEngine.AnimationCurve.RemoveKey(System.Int32)
  nameWithType: AnimationCurve.RemoveKey(int)
  type: Method
- uid: UnityEngine.AnimationCurve.SmoothTangents(System.Int32,System.Single)
  name: SmoothTangents(int, float)
  fullName: UnityEngine.AnimationCurve.SmoothTangents(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationCurve.SmoothTangents.html
  commentId: M:UnityEngine.AnimationCurve.SmoothTangents(System.Int32,System.Single)
  nameWithType: AnimationCurve.SmoothTangents(int, float)
  type: Method
- uid: UnityEngine.AnimationEvent
  name: AnimationEvent
  fullName: UnityEngine.AnimationEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent.html
  commentId: T:UnityEngine.AnimationEvent
  nameWithType: AnimationEvent
  type: Class
- uid: UnityEngine.AnimationEvent.#ctor
  name: AnimationEvent()
  fullName: UnityEngine.AnimationEvent.AnimationEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-ctor.html
  commentId: M:UnityEngine.AnimationEvent.#ctor
  nameWithType: AnimationEvent.AnimationEvent()
  type: Constructor
- uid: UnityEngine.AnimationEvent.animationState
  name: animationState
  fullName: UnityEngine.AnimationEvent.animationState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-animationState.html
  commentId: P:UnityEngine.AnimationEvent.animationState
  nameWithType: AnimationEvent.animationState
  type: Property
- uid: UnityEngine.AnimationEvent.animatorClipInfo
  name: animatorClipInfo
  fullName: UnityEngine.AnimationEvent.animatorClipInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-animatorClipInfo.html
  commentId: P:UnityEngine.AnimationEvent.animatorClipInfo
  nameWithType: AnimationEvent.animatorClipInfo
  type: Property
- uid: UnityEngine.AnimationEvent.animatorStateInfo
  name: animatorStateInfo
  fullName: UnityEngine.AnimationEvent.animatorStateInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-animatorStateInfo.html
  commentId: P:UnityEngine.AnimationEvent.animatorStateInfo
  nameWithType: AnimationEvent.animatorStateInfo
  type: Property
- uid: UnityEngine.AnimationEvent.data
  name: data
  fullName: UnityEngine.AnimationEvent.data
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-data.html
  commentId: P:UnityEngine.AnimationEvent.data
  nameWithType: AnimationEvent.data
  type: Property
- uid: UnityEngine.AnimationEvent.floatParameter
  name: floatParameter
  fullName: UnityEngine.AnimationEvent.floatParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-floatParameter.html
  commentId: P:UnityEngine.AnimationEvent.floatParameter
  nameWithType: AnimationEvent.floatParameter
  type: Property
- uid: UnityEngine.AnimationEvent.functionName
  name: functionName
  fullName: UnityEngine.AnimationEvent.functionName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-functionName.html
  commentId: P:UnityEngine.AnimationEvent.functionName
  nameWithType: AnimationEvent.functionName
  type: Property
- uid: UnityEngine.AnimationEvent.intParameter
  name: intParameter
  fullName: UnityEngine.AnimationEvent.intParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-intParameter.html
  commentId: P:UnityEngine.AnimationEvent.intParameter
  nameWithType: AnimationEvent.intParameter
  type: Property
- uid: UnityEngine.AnimationEvent.isFiredByAnimator
  name: isFiredByAnimator
  fullName: UnityEngine.AnimationEvent.isFiredByAnimator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-isFiredByAnimator.html
  commentId: P:UnityEngine.AnimationEvent.isFiredByAnimator
  nameWithType: AnimationEvent.isFiredByAnimator
  type: Property
- uid: UnityEngine.AnimationEvent.isFiredByLegacy
  name: isFiredByLegacy
  fullName: UnityEngine.AnimationEvent.isFiredByLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-isFiredByLegacy.html
  commentId: P:UnityEngine.AnimationEvent.isFiredByLegacy
  nameWithType: AnimationEvent.isFiredByLegacy
  type: Property
- uid: UnityEngine.AnimationEvent.messageOptions
  name: messageOptions
  fullName: UnityEngine.AnimationEvent.messageOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-messageOptions.html
  commentId: P:UnityEngine.AnimationEvent.messageOptions
  nameWithType: AnimationEvent.messageOptions
  type: Property
- uid: UnityEngine.AnimationEvent.objectReferenceParameter
  name: objectReferenceParameter
  fullName: UnityEngine.AnimationEvent.objectReferenceParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-objectReferenceParameter.html
  commentId: P:UnityEngine.AnimationEvent.objectReferenceParameter
  nameWithType: AnimationEvent.objectReferenceParameter
  type: Property
- uid: UnityEngine.AnimationEvent.stringParameter
  name: stringParameter
  fullName: UnityEngine.AnimationEvent.stringParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-stringParameter.html
  commentId: P:UnityEngine.AnimationEvent.stringParameter
  nameWithType: AnimationEvent.stringParameter
  type: Property
- uid: UnityEngine.AnimationEvent.time
  name: time
  fullName: UnityEngine.AnimationEvent.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationEvent-time.html
  commentId: P:UnityEngine.AnimationEvent.time
  nameWithType: AnimationEvent.time
  type: Property
- uid: UnityEngine.AnimationPlayMode
  name: AnimationPlayMode
  fullName: UnityEngine.AnimationPlayMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationPlayMode.html
  commentId: T:UnityEngine.AnimationPlayMode
  nameWithType: AnimationPlayMode
  type: Enum
- uid: UnityEngine.AnimationPlayMode.Mix
  name: Mix
  fullName: UnityEngine.AnimationPlayMode.Mix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationPlayMode.Mix.html
  commentId: F:UnityEngine.AnimationPlayMode.Mix
  nameWithType: AnimationPlayMode.Mix
  type: Field
- uid: UnityEngine.AnimationPlayMode.Queue
  name: Queue
  fullName: UnityEngine.AnimationPlayMode.Queue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationPlayMode.Queue.html
  commentId: F:UnityEngine.AnimationPlayMode.Queue
  nameWithType: AnimationPlayMode.Queue
  type: Field
- uid: UnityEngine.AnimationPlayMode.Stop
  name: Stop
  fullName: UnityEngine.AnimationPlayMode.Stop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationPlayMode.Stop.html
  commentId: F:UnityEngine.AnimationPlayMode.Stop
  nameWithType: AnimationPlayMode.Stop
  type: Field
- uid: UnityEngine.Animations
  name: UnityEngine.Animations
  fullName: UnityEngine.Animations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Animations
  nameWithType: UnityEngine.Animations
  type: Namespace
- uid: UnityEngine.Animations.AnimationClipPlayable
  name: AnimationClipPlayable
  fullName: UnityEngine.Animations.AnimationClipPlayable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.html
  commentId: T:UnityEngine.Animations.AnimationClipPlayable
  nameWithType: AnimationClipPlayable
  type: Struct
- uid: UnityEngine.Animations.AnimationClipPlayable.Create(UnityEngine.Playables.PlayableGraph,UnityEngine.AnimationClip)
  name: Create(PlayableGraph, AnimationClip)
  fullName: UnityEngine.Animations.AnimationClipPlayable.Create(UnityEngine.Playables.PlayableGraph, UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.Create.html
  commentId: M:UnityEngine.Animations.AnimationClipPlayable.Create(UnityEngine.Playables.PlayableGraph,UnityEngine.AnimationClip)
  nameWithType: AnimationClipPlayable.Create(PlayableGraph, AnimationClip)
  type: Method
- uid: UnityEngine.Animations.AnimationClipPlayable.Equals(UnityEngine.Animations.AnimationClipPlayable)
  name: Equals(AnimationClipPlayable)
  fullName: UnityEngine.Animations.AnimationClipPlayable.Equals(UnityEngine.Animations.AnimationClipPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.Equals.html
  commentId: M:UnityEngine.Animations.AnimationClipPlayable.Equals(UnityEngine.Animations.AnimationClipPlayable)
  nameWithType: AnimationClipPlayable.Equals(AnimationClipPlayable)
  type: Method
- uid: UnityEngine.Animations.AnimationClipPlayable.GetAnimationClip
  name: GetAnimationClip()
  fullName: UnityEngine.Animations.AnimationClipPlayable.GetAnimationClip()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.GetAnimationClip.html
  commentId: M:UnityEngine.Animations.AnimationClipPlayable.GetAnimationClip
  nameWithType: AnimationClipPlayable.GetAnimationClip()
  type: Method
- uid: UnityEngine.Animations.AnimationClipPlayable.GetApplyFootIK
  name: GetApplyFootIK()
  fullName: UnityEngine.Animations.AnimationClipPlayable.GetApplyFootIK()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.GetApplyFootIK.html
  commentId: M:UnityEngine.Animations.AnimationClipPlayable.GetApplyFootIK
  nameWithType: AnimationClipPlayable.GetApplyFootIK()
  type: Method
- uid: UnityEngine.Animations.AnimationClipPlayable.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Animations.AnimationClipPlayable.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.GetHandle.html
  commentId: M:UnityEngine.Animations.AnimationClipPlayable.GetHandle
  nameWithType: AnimationClipPlayable.GetHandle()
  type: Method
- uid: UnityEngine.Animations.AnimationClipPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Animations.AnimationClipPlayable
  name: explicit operator AnimationClipPlayable(Playable)
  fullName: UnityEngine.Animations.AnimationClipPlayable.explicit operator UnityEngine.Animations.AnimationClipPlayable(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.op_Explicit~UnityEngine.Animations.AnimationClipPlayable.html
  commentId: M:UnityEngine.Animations.AnimationClipPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Animations.AnimationClipPlayable
  nameWithType: AnimationClipPlayable.explicit operator AnimationClipPlayable(Playable)
  type: Operator
- uid: UnityEngine.Animations.AnimationClipPlayable.op_Implicit(UnityEngine.Animations.AnimationClipPlayable)~UnityEngine.Playables.Playable
  name: implicit operator Playable(AnimationClipPlayable)
  fullName: UnityEngine.Animations.AnimationClipPlayable.implicit operator UnityEngine.Playables.Playable(UnityEngine.Animations.AnimationClipPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.op_Implicit~UnityEngine.Playables.Playable.html
  commentId: M:UnityEngine.Animations.AnimationClipPlayable.op_Implicit(UnityEngine.Animations.AnimationClipPlayable)~UnityEngine.Playables.Playable
  nameWithType: AnimationClipPlayable.implicit operator Playable(AnimationClipPlayable)
  type: Operator
- uid: UnityEngine.Animations.AnimationClipPlayable.SetApplyFootIK(System.Boolean)
  name: SetApplyFootIK(bool)
  fullName: UnityEngine.Animations.AnimationClipPlayable.SetApplyFootIK(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationClipPlayable.SetApplyFootIK.html
  commentId: M:UnityEngine.Animations.AnimationClipPlayable.SetApplyFootIK(System.Boolean)
  nameWithType: AnimationClipPlayable.SetApplyFootIK(bool)
  type: Method
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable
  name: AnimationLayerMixerPlayable
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.html
  commentId: T:UnityEngine.Animations.AnimationLayerMixerPlayable
  nameWithType: AnimationLayerMixerPlayable
  type: Struct
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.Create(UnityEngine.Playables.PlayableGraph,System.Int32)
  name: Create(PlayableGraph, int)
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.Create(UnityEngine.Playables.PlayableGraph, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.Create.html
  commentId: M:UnityEngine.Animations.AnimationLayerMixerPlayable.Create(UnityEngine.Playables.PlayableGraph,System.Int32)
  nameWithType: AnimationLayerMixerPlayable.Create(PlayableGraph, int)
  type: Method
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.Equals(UnityEngine.Animations.AnimationLayerMixerPlayable)
  name: Equals(AnimationLayerMixerPlayable)
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.Equals(UnityEngine.Animations.AnimationLayerMixerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.Equals.html
  commentId: M:UnityEngine.Animations.AnimationLayerMixerPlayable.Equals(UnityEngine.Animations.AnimationLayerMixerPlayable)
  nameWithType: AnimationLayerMixerPlayable.Equals(AnimationLayerMixerPlayable)
  type: Method
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.GetHandle.html
  commentId: M:UnityEngine.Animations.AnimationLayerMixerPlayable.GetHandle
  nameWithType: AnimationLayerMixerPlayable.GetHandle()
  type: Method
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.IsLayerAdditive(System.UInt32)
  name: IsLayerAdditive(uint)
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.IsLayerAdditive(uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.IsLayerAdditive.html
  commentId: M:UnityEngine.Animations.AnimationLayerMixerPlayable.IsLayerAdditive(System.UInt32)
  nameWithType: AnimationLayerMixerPlayable.IsLayerAdditive(uint)
  type: Method
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.Null
  name: Null
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.Null.html
  commentId: P:UnityEngine.Animations.AnimationLayerMixerPlayable.Null
  nameWithType: AnimationLayerMixerPlayable.Null
  type: Property
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Animations.AnimationLayerMixerPlayable
  name: explicit operator AnimationLayerMixerPlayable(Playable)
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.explicit operator UnityEngine.Animations.AnimationLayerMixerPlayable(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.op_Explicit~UnityEngine.Animations.AnimationLayerMixerPlayable.html
  commentId: M:UnityEngine.Animations.AnimationLayerMixerPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Animations.AnimationLayerMixerPlayable
  nameWithType: AnimationLayerMixerPlayable.explicit operator AnimationLayerMixerPlayable(Playable)
  type: Operator
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.op_Implicit(UnityEngine.Animations.AnimationLayerMixerPlayable)~UnityEngine.Playables.Playable
  name: implicit operator Playable(AnimationLayerMixerPlayable)
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.implicit operator UnityEngine.Playables.Playable(UnityEngine.Animations.AnimationLayerMixerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.op_Implicit~UnityEngine.Playables.Playable.html
  commentId: M:UnityEngine.Animations.AnimationLayerMixerPlayable.op_Implicit(UnityEngine.Animations.AnimationLayerMixerPlayable)~UnityEngine.Playables.Playable
  nameWithType: AnimationLayerMixerPlayable.implicit operator Playable(AnimationLayerMixerPlayable)
  type: Operator
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.SetLayerAdditive(System.UInt32,System.Boolean)
  name: SetLayerAdditive(uint, bool)
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.SetLayerAdditive(uint, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.SetLayerAdditive.html
  commentId: M:UnityEngine.Animations.AnimationLayerMixerPlayable.SetLayerAdditive(System.UInt32,System.Boolean)
  nameWithType: AnimationLayerMixerPlayable.SetLayerAdditive(uint, bool)
  type: Method
- uid: UnityEngine.Animations.AnimationLayerMixerPlayable.SetLayerMaskFromAvatarMask(System.UInt32,UnityEngine.AvatarMask)
  name: SetLayerMaskFromAvatarMask(uint, AvatarMask)
  fullName: UnityEngine.Animations.AnimationLayerMixerPlayable.SetLayerMaskFromAvatarMask(uint, UnityEngine.AvatarMask)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationLayerMixerPlayable.SetLayerMaskFromAvatarMask.html
  commentId: M:UnityEngine.Animations.AnimationLayerMixerPlayable.SetLayerMaskFromAvatarMask(System.UInt32,UnityEngine.AvatarMask)
  nameWithType: AnimationLayerMixerPlayable.SetLayerMaskFromAvatarMask(uint, AvatarMask)
  type: Method
- uid: UnityEngine.Animations.AnimationMixerPlayable
  name: AnimationMixerPlayable
  fullName: UnityEngine.Animations.AnimationMixerPlayable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationMixerPlayable.html
  commentId: T:UnityEngine.Animations.AnimationMixerPlayable
  nameWithType: AnimationMixerPlayable
  type: Struct
- uid: UnityEngine.Animations.AnimationMixerPlayable.Create(UnityEngine.Playables.PlayableGraph,System.Int32,System.Boolean)
  name: Create(PlayableGraph, int, bool)
  fullName: UnityEngine.Animations.AnimationMixerPlayable.Create(UnityEngine.Playables.PlayableGraph, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationMixerPlayable.Create.html
  commentId: M:UnityEngine.Animations.AnimationMixerPlayable.Create(UnityEngine.Playables.PlayableGraph,System.Int32,System.Boolean)
  nameWithType: AnimationMixerPlayable.Create(PlayableGraph, int, bool)
  type: Method
- uid: UnityEngine.Animations.AnimationMixerPlayable.Equals(UnityEngine.Animations.AnimationMixerPlayable)
  name: Equals(AnimationMixerPlayable)
  fullName: UnityEngine.Animations.AnimationMixerPlayable.Equals(UnityEngine.Animations.AnimationMixerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationMixerPlayable.Equals.html
  commentId: M:UnityEngine.Animations.AnimationMixerPlayable.Equals(UnityEngine.Animations.AnimationMixerPlayable)
  nameWithType: AnimationMixerPlayable.Equals(AnimationMixerPlayable)
  type: Method
- uid: UnityEngine.Animations.AnimationMixerPlayable.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Animations.AnimationMixerPlayable.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationMixerPlayable.GetHandle.html
  commentId: M:UnityEngine.Animations.AnimationMixerPlayable.GetHandle
  nameWithType: AnimationMixerPlayable.GetHandle()
  type: Method
- uid: UnityEngine.Animations.AnimationMixerPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Animations.AnimationMixerPlayable
  name: explicit operator AnimationMixerPlayable(Playable)
  fullName: UnityEngine.Animations.AnimationMixerPlayable.explicit operator UnityEngine.Animations.AnimationMixerPlayable(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationMixerPlayable.op_Explicit~UnityEngine.Animations.AnimationMixerPlayable.html
  commentId: M:UnityEngine.Animations.AnimationMixerPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Animations.AnimationMixerPlayable
  nameWithType: AnimationMixerPlayable.explicit operator AnimationMixerPlayable(Playable)
  type: Operator
- uid: UnityEngine.Animations.AnimationMixerPlayable.op_Implicit(UnityEngine.Animations.AnimationMixerPlayable)~UnityEngine.Playables.Playable
  name: implicit operator Playable(AnimationMixerPlayable)
  fullName: UnityEngine.Animations.AnimationMixerPlayable.implicit operator UnityEngine.Playables.Playable(UnityEngine.Animations.AnimationMixerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationMixerPlayable.op_Implicit~UnityEngine.Playables.Playable.html
  commentId: M:UnityEngine.Animations.AnimationMixerPlayable.op_Implicit(UnityEngine.Animations.AnimationMixerPlayable)~UnityEngine.Playables.Playable
  nameWithType: AnimationMixerPlayable.implicit operator Playable(AnimationMixerPlayable)
  type: Operator
- uid: UnityEngine.Animations.AnimationPlayableExtensions
  name: AnimationPlayableExtensions
  fullName: UnityEngine.Animations.AnimationPlayableExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableExtensions.html
  commentId: T:UnityEngine.Animations.AnimationPlayableExtensions
  nameWithType: AnimationPlayableExtensions
  type: Class
- uid: UnityEngine.Animations.AnimationPlayableExtensions.SetAnimatedProperties``1(``0,UnityEngine.AnimationClip)
  name: SetAnimatedProperties<U>(U, AnimationClip)
  fullName: UnityEngine.Animations.AnimationPlayableExtensions.SetAnimatedProperties<U>(U, UnityEngine.AnimationClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableExtensions.SetAnimatedProperties.html
  commentId: M:UnityEngine.Animations.AnimationPlayableExtensions.SetAnimatedProperties``1(``0,UnityEngine.AnimationClip)
  nameWithType: AnimationPlayableExtensions.SetAnimatedProperties<U>(U, AnimationClip)
  type: Method
- uid: UnityEngine.Animations.AnimationPlayableGraphExtensions
  name: AnimationPlayableGraphExtensions
  fullName: UnityEngine.Animations.AnimationPlayableGraphExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableGraphExtensions.html
  commentId: T:UnityEngine.Animations.AnimationPlayableGraphExtensions
  nameWithType: AnimationPlayableGraphExtensions
  type: Class
- uid: UnityEngine.Animations.AnimationPlayableOutput
  name: AnimationPlayableOutput
  fullName: UnityEngine.Animations.AnimationPlayableOutput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableOutput.html
  commentId: T:UnityEngine.Animations.AnimationPlayableOutput
  nameWithType: AnimationPlayableOutput
  type: Struct
- uid: UnityEngine.Animations.AnimationPlayableOutput.Create(UnityEngine.Playables.PlayableGraph,System.String,UnityEngine.Animator)
  name: Create(PlayableGraph, string, Animator)
  fullName: UnityEngine.Animations.AnimationPlayableOutput.Create(UnityEngine.Playables.PlayableGraph, string, UnityEngine.Animator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableOutput.Create.html
  commentId: M:UnityEngine.Animations.AnimationPlayableOutput.Create(UnityEngine.Playables.PlayableGraph,System.String,UnityEngine.Animator)
  nameWithType: AnimationPlayableOutput.Create(PlayableGraph, string, Animator)
  type: Method
- uid: UnityEngine.Animations.AnimationPlayableOutput.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Animations.AnimationPlayableOutput.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableOutput.GetHandle.html
  commentId: M:UnityEngine.Animations.AnimationPlayableOutput.GetHandle
  nameWithType: AnimationPlayableOutput.GetHandle()
  type: Method
- uid: UnityEngine.Animations.AnimationPlayableOutput.GetTarget
  name: GetTarget()
  fullName: UnityEngine.Animations.AnimationPlayableOutput.GetTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableOutput.GetTarget.html
  commentId: M:UnityEngine.Animations.AnimationPlayableOutput.GetTarget
  nameWithType: AnimationPlayableOutput.GetTarget()
  type: Method
- uid: UnityEngine.Animations.AnimationPlayableOutput.Null
  name: Null
  fullName: UnityEngine.Animations.AnimationPlayableOutput.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableOutput.Null.html
  commentId: P:UnityEngine.Animations.AnimationPlayableOutput.Null
  nameWithType: AnimationPlayableOutput.Null
  type: Property
- uid: UnityEngine.Animations.AnimationPlayableOutput.op_Explicit(UnityEngine.Playables.PlayableOutput)~UnityEngine.Animations.AnimationPlayableOutput
  name: explicit operator AnimationPlayableOutput(PlayableOutput)
  fullName: UnityEngine.Animations.AnimationPlayableOutput.explicit operator UnityEngine.Animations.AnimationPlayableOutput(UnityEngine.Playables.PlayableOutput)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableOutput.op_Explicit~UnityEngine.Animations.AnimationPlayableOutput.html
  commentId: M:UnityEngine.Animations.AnimationPlayableOutput.op_Explicit(UnityEngine.Playables.PlayableOutput)~UnityEngine.Animations.AnimationPlayableOutput
  nameWithType: AnimationPlayableOutput.explicit operator AnimationPlayableOutput(PlayableOutput)
  type: Operator
- uid: UnityEngine.Animations.AnimationPlayableOutput.op_Implicit(UnityEngine.Animations.AnimationPlayableOutput)~UnityEngine.Playables.PlayableOutput
  name: implicit operator PlayableOutput(AnimationPlayableOutput)
  fullName: UnityEngine.Animations.AnimationPlayableOutput.implicit operator UnityEngine.Playables.PlayableOutput(UnityEngine.Animations.AnimationPlayableOutput)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableOutput.op_Implicit~UnityEngine.Playables.PlayableOutput.html
  commentId: M:UnityEngine.Animations.AnimationPlayableOutput.op_Implicit(UnityEngine.Animations.AnimationPlayableOutput)~UnityEngine.Playables.PlayableOutput
  nameWithType: AnimationPlayableOutput.implicit operator PlayableOutput(AnimationPlayableOutput)
  type: Operator
- uid: UnityEngine.Animations.AnimationPlayableOutput.SetTarget(UnityEngine.Animator)
  name: SetTarget(Animator)
  fullName: UnityEngine.Animations.AnimationPlayableOutput.SetTarget(UnityEngine.Animator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimationPlayableOutput.SetTarget.html
  commentId: M:UnityEngine.Animations.AnimationPlayableOutput.SetTarget(UnityEngine.Animator)
  nameWithType: AnimationPlayableOutput.SetTarget(Animator)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable
  name: AnimatorControllerPlayable
  fullName: UnityEngine.Animations.AnimatorControllerPlayable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.html
  commentId: T:UnityEngine.Animations.AnimatorControllerPlayable
  nameWithType: AnimatorControllerPlayable
  type: Struct
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Create(UnityEngine.Playables.PlayableGraph,UnityEngine.RuntimeAnimatorController)
  name: Create(PlayableGraph, RuntimeAnimatorController)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Create(UnityEngine.Playables.PlayableGraph, UnityEngine.RuntimeAnimatorController)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Create.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.Create(UnityEngine.Playables.PlayableGraph,UnityEngine.RuntimeAnimatorController)
  nameWithType: AnimatorControllerPlayable.Create(PlayableGraph, RuntimeAnimatorController)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.Int32,System.Single,System.Int32,System.Single)
  name: CrossFade(int, float, int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(int, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFade.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.Int32,System.Single,System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.CrossFade(int, float, int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.Int32,System.Single,System.Int32)
  name: CrossFade(int, float, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(int, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFade.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.Int32,System.Single,System.Int32)
  nameWithType: AnimatorControllerPlayable.CrossFade(int, float, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.Int32,System.Single)
  name: CrossFade(int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFade.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.CrossFade(int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.String,System.Single,System.Int32,System.Single)
  name: CrossFade(string, float, int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(string, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFade.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.String,System.Single,System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.CrossFade(string, float, int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.String,System.Single,System.Int32)
  name: CrossFade(string, float, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(string, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFade.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.String,System.Single,System.Int32)
  nameWithType: AnimatorControllerPlayable.CrossFade(string, float, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.String,System.Single)
  name: CrossFade(string, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFade.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFade(System.String,System.Single)
  nameWithType: AnimatorControllerPlayable.CrossFade(string, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single)
  name: CrossFadeInFixedTime(int, float, int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(int, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.CrossFadeInFixedTime(int, float, int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32)
  name: CrossFadeInFixedTime(int, float, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(int, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32)
  nameWithType: AnimatorControllerPlayable.CrossFadeInFixedTime(int, float, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.Int32,System.Single)
  name: CrossFadeInFixedTime(int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.CrossFadeInFixedTime(int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single)
  name: CrossFadeInFixedTime(string, float, int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(string, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.CrossFadeInFixedTime(string, float, int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.String,System.Single,System.Int32)
  name: CrossFadeInFixedTime(string, float, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(string, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.String,System.Single,System.Int32)
  nameWithType: AnimatorControllerPlayable.CrossFadeInFixedTime(string, float, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.String,System.Single)
  name: CrossFadeInFixedTime(string, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.CrossFadeInFixedTime(System.String,System.Single)
  nameWithType: AnimatorControllerPlayable.CrossFadeInFixedTime(string, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Equals(UnityEngine.Animations.AnimatorControllerPlayable)
  name: Equals(AnimatorControllerPlayable)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Equals(UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Equals.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.Equals(UnityEngine.Animations.AnimatorControllerPlayable)
  nameWithType: AnimatorControllerPlayable.Equals(AnimatorControllerPlayable)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetAnimatorTransitionInfo(System.Int32)
  name: GetAnimatorTransitionInfo(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetAnimatorTransitionInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetAnimatorTransitionInfo.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetAnimatorTransitionInfo(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetAnimatorTransitionInfo(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetBool(System.Int32)
  name: GetBool(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetBool(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetBool.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetBool(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetBool(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetBool(System.String)
  name: GetBool(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetBool(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetBool.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetBool(System.String)
  nameWithType: AnimatorControllerPlayable.GetBool(string)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  name: GetCurrentAnimatorClipInfo(int, List<AnimatorClipInfo>)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfo(int, System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfo.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  nameWithType: AnimatorControllerPlayable.GetCurrentAnimatorClipInfo(int, List<AnimatorClipInfo>)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfo(System.Int32)
  name: GetCurrentAnimatorClipInfo(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfo.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfo(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetCurrentAnimatorClipInfo(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount(System.Int32)
  name: GetCurrentAnimatorClipInfoCount(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorStateInfo(System.Int32)
  name: GetCurrentAnimatorStateInfo(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorStateInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetCurrentAnimatorStateInfo.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetCurrentAnimatorStateInfo(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetCurrentAnimatorStateInfo(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetFloat(System.Int32)
  name: GetFloat(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetFloat(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetFloat.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetFloat(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetFloat(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetFloat(System.String)
  name: GetFloat(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetFloat.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetFloat(System.String)
  nameWithType: AnimatorControllerPlayable.GetFloat(string)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetHandle.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetHandle
  nameWithType: AnimatorControllerPlayable.GetHandle()
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetInteger(System.Int32)
  name: GetInteger(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetInteger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetInteger.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetInteger(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetInteger(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetInteger(System.String)
  name: GetInteger(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetInteger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetInteger.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetInteger(System.String)
  nameWithType: AnimatorControllerPlayable.GetInteger(string)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetLayerCount
  name: GetLayerCount()
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetLayerCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetLayerCount.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetLayerCount
  nameWithType: AnimatorControllerPlayable.GetLayerCount()
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetLayerIndex(System.String)
  name: GetLayerIndex(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetLayerIndex(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetLayerIndex.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetLayerIndex(System.String)
  nameWithType: AnimatorControllerPlayable.GetLayerIndex(string)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetLayerName(System.Int32)
  name: GetLayerName(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetLayerName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetLayerName.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetLayerName(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetLayerName(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetLayerWeight(System.Int32)
  name: GetLayerWeight(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetLayerWeight(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetLayerWeight.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetLayerWeight(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetLayerWeight(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  name: GetNextAnimatorClipInfo(int, List<AnimatorClipInfo>)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfo(int, System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfo.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  nameWithType: AnimatorControllerPlayable.GetNextAnimatorClipInfo(int, List<AnimatorClipInfo>)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfo(System.Int32)
  name: GetNextAnimatorClipInfo(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfo.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfo(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetNextAnimatorClipInfo(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfoCount(System.Int32)
  name: GetNextAnimatorClipInfoCount(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfoCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfoCount.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorClipInfoCount(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetNextAnimatorClipInfoCount(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorStateInfo(System.Int32)
  name: GetNextAnimatorStateInfo(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorStateInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetNextAnimatorStateInfo.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetNextAnimatorStateInfo(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetNextAnimatorStateInfo(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetParameter(System.Int32)
  name: GetParameter(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetParameter(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetParameter.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetParameter(System.Int32)
  nameWithType: AnimatorControllerPlayable.GetParameter(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.GetParameterCount
  name: GetParameterCount()
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.GetParameterCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.GetParameterCount.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.GetParameterCount
  nameWithType: AnimatorControllerPlayable.GetParameterCount()
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.HasState(System.Int32,System.Int32)
  name: HasState(int, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.HasState(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.HasState.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.HasState(System.Int32,System.Int32)
  nameWithType: AnimatorControllerPlayable.HasState(int, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.IsInTransition(System.Int32)
  name: IsInTransition(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.IsInTransition(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.IsInTransition.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.IsInTransition(System.Int32)
  nameWithType: AnimatorControllerPlayable.IsInTransition(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.IsParameterControlledByCurve(System.Int32)
  name: IsParameterControlledByCurve(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.IsParameterControlledByCurve(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.IsParameterControlledByCurve.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.IsParameterControlledByCurve(System.Int32)
  nameWithType: AnimatorControllerPlayable.IsParameterControlledByCurve(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.IsParameterControlledByCurve(System.String)
  name: IsParameterControlledByCurve(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.IsParameterControlledByCurve(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.IsParameterControlledByCurve.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.IsParameterControlledByCurve(System.String)
  nameWithType: AnimatorControllerPlayable.IsParameterControlledByCurve(string)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Null
  name: Null
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Null.html
  commentId: P:UnityEngine.Animations.AnimatorControllerPlayable.Null
  nameWithType: AnimatorControllerPlayable.Null
  type: Property
- uid: UnityEngine.Animations.AnimatorControllerPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Animations.AnimatorControllerPlayable
  name: explicit operator AnimatorControllerPlayable(Playable)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.explicit operator UnityEngine.Animations.AnimatorControllerPlayable(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.op_Explicit~UnityEngine.Animations.AnimatorControllerPlayable.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Animations.AnimatorControllerPlayable
  nameWithType: AnimatorControllerPlayable.explicit operator AnimatorControllerPlayable(Playable)
  type: Operator
- uid: UnityEngine.Animations.AnimatorControllerPlayable.op_Implicit(UnityEngine.Animations.AnimatorControllerPlayable)~UnityEngine.Playables.Playable
  name: implicit operator Playable(AnimatorControllerPlayable)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.implicit operator UnityEngine.Playables.Playable(UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.op_Implicit~UnityEngine.Playables.Playable.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.op_Implicit(UnityEngine.Animations.AnimatorControllerPlayable)~UnityEngine.Playables.Playable
  nameWithType: AnimatorControllerPlayable.implicit operator Playable(AnimatorControllerPlayable)
  type: Operator
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Play(System.Int32,System.Int32,System.Single)
  name: Play(int, int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Play(int, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Play.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.Play(System.Int32,System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.Play(int, int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Play(System.Int32,System.Int32)
  name: Play(int, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Play(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Play.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.Play(System.Int32,System.Int32)
  nameWithType: AnimatorControllerPlayable.Play(int, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Play(System.Int32)
  name: Play(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Play(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Play.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.Play(System.Int32)
  nameWithType: AnimatorControllerPlayable.Play(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Play(System.String,System.Int32,System.Single)
  name: Play(string, int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Play(string, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Play.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.Play(System.String,System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.Play(string, int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Play(System.String,System.Int32)
  name: Play(string, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Play(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Play.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.Play(System.String,System.Int32)
  nameWithType: AnimatorControllerPlayable.Play(string, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.Play(System.String)
  name: Play(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.Play(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.Play.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.Play(System.String)
  nameWithType: AnimatorControllerPlayable.Play(string)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.Int32,System.Int32,System.Single)
  name: PlayInFixedTime(int, int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(int, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.PlayInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.Int32,System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.PlayInFixedTime(int, int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.Int32,System.Int32)
  name: PlayInFixedTime(int, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.PlayInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.Int32,System.Int32)
  nameWithType: AnimatorControllerPlayable.PlayInFixedTime(int, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.Int32)
  name: PlayInFixedTime(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.PlayInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.Int32)
  nameWithType: AnimatorControllerPlayable.PlayInFixedTime(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.String,System.Int32,System.Single)
  name: PlayInFixedTime(string, int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(string, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.PlayInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.String,System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.PlayInFixedTime(string, int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.String,System.Int32)
  name: PlayInFixedTime(string, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.PlayInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.String,System.Int32)
  nameWithType: AnimatorControllerPlayable.PlayInFixedTime(string, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.String)
  name: PlayInFixedTime(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.PlayInFixedTime.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.PlayInFixedTime(System.String)
  nameWithType: AnimatorControllerPlayable.PlayInFixedTime(string)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.ResetTrigger(System.Int32)
  name: ResetTrigger(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.ResetTrigger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.ResetTrigger.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.ResetTrigger(System.Int32)
  nameWithType: AnimatorControllerPlayable.ResetTrigger(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.ResetTrigger(System.String)
  name: ResetTrigger(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.ResetTrigger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.ResetTrigger.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.ResetTrigger(System.String)
  nameWithType: AnimatorControllerPlayable.ResetTrigger(string)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetBool(System.Int32,System.Boolean)
  name: SetBool(int, bool)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetBool(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetBool.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetBool(System.Int32,System.Boolean)
  nameWithType: AnimatorControllerPlayable.SetBool(int, bool)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetBool(System.String,System.Boolean)
  name: SetBool(string, bool)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetBool.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetBool(System.String,System.Boolean)
  nameWithType: AnimatorControllerPlayable.SetBool(string, bool)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetFloat(System.Int32,System.Single)
  name: SetFloat(int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetFloat.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetFloat(System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.SetFloat(int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetFloat.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetFloat(System.String,System.Single)
  nameWithType: AnimatorControllerPlayable.SetFloat(string, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetHandle(UnityEngine.Playables.PlayableHandle)
  name: SetHandle(PlayableHandle)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetHandle(UnityEngine.Playables.PlayableHandle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetHandle.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetHandle(UnityEngine.Playables.PlayableHandle)
  nameWithType: AnimatorControllerPlayable.SetHandle(PlayableHandle)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetInteger(System.Int32,System.Int32)
  name: SetInteger(int, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetInteger(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetInteger.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetInteger(System.Int32,System.Int32)
  nameWithType: AnimatorControllerPlayable.SetInteger(int, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetInteger(System.String,System.Int32)
  name: SetInteger(string, int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetInteger(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetInteger.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetInteger(System.String,System.Int32)
  nameWithType: AnimatorControllerPlayable.SetInteger(string, int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetLayerWeight(System.Int32,System.Single)
  name: SetLayerWeight(int, float)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetLayerWeight(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetLayerWeight.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetLayerWeight(System.Int32,System.Single)
  nameWithType: AnimatorControllerPlayable.SetLayerWeight(int, float)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetTrigger(System.Int32)
  name: SetTrigger(int)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetTrigger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetTrigger.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetTrigger(System.Int32)
  nameWithType: AnimatorControllerPlayable.SetTrigger(int)
  type: Method
- uid: UnityEngine.Animations.AnimatorControllerPlayable.SetTrigger(System.String)
  name: SetTrigger(string)
  fullName: UnityEngine.Animations.AnimatorControllerPlayable.SetTrigger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.AnimatorControllerPlayable.SetTrigger.html
  commentId: M:UnityEngine.Animations.AnimatorControllerPlayable.SetTrigger(System.String)
  nameWithType: AnimatorControllerPlayable.SetTrigger(string)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable
  name: IAnimatorControllerPlayable
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.html
  commentId: T:UnityEngine.Animations.IAnimatorControllerPlayable
  nameWithType: IAnimatorControllerPlayable
  type: Interface
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.CrossFade(System.Int32,System.Single,System.Int32,System.Single)
  name: CrossFade(int, float, int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.CrossFade(int, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.CrossFade.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.CrossFade(System.Int32,System.Single,System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.CrossFade(int, float, int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.CrossFade(System.String,System.Single,System.Int32,System.Single)
  name: CrossFade(string, float, int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.CrossFade(string, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.CrossFade.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.CrossFade(System.String,System.Single,System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.CrossFade(string, float, int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single)
  name: CrossFadeInFixedTime(int, float, int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.CrossFadeInFixedTime(int, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.CrossFadeInFixedTime(int, float, int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single)
  name: CrossFadeInFixedTime(string, float, int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.CrossFadeInFixedTime(string, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.CrossFadeInFixedTime(string, float, int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetAnimatorTransitionInfo(System.Int32)
  name: GetAnimatorTransitionInfo(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetAnimatorTransitionInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetAnimatorTransitionInfo.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetAnimatorTransitionInfo(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetAnimatorTransitionInfo(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetBool(System.Int32)
  name: GetBool(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetBool(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetBool.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetBool(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetBool(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetBool(System.String)
  name: GetBool(string)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetBool(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetBool.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetBool(System.String)
  nameWithType: IAnimatorControllerPlayable.GetBool(string)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  name: GetCurrentAnimatorClipInfo(int, List<AnimatorClipInfo>)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo(int, System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  nameWithType: IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo(int, List<AnimatorClipInfo>)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo(System.Int32)
  name: GetCurrentAnimatorClipInfo(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetCurrentAnimatorClipInfo(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount(System.Int32)
  name: GetCurrentAnimatorClipInfoCount(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetCurrentAnimatorClipInfoCount(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorStateInfo(System.Int32)
  name: GetCurrentAnimatorStateInfo(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorStateInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetCurrentAnimatorStateInfo.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetCurrentAnimatorStateInfo(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetCurrentAnimatorStateInfo(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetFloat(System.Int32)
  name: GetFloat(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetFloat(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetFloat.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetFloat(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetFloat(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetFloat(System.String)
  name: GetFloat(string)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetFloat.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetFloat(System.String)
  nameWithType: IAnimatorControllerPlayable.GetFloat(string)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetInteger(System.Int32)
  name: GetInteger(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetInteger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetInteger.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetInteger(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetInteger(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetInteger(System.String)
  name: GetInteger(string)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetInteger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetInteger.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetInteger(System.String)
  nameWithType: IAnimatorControllerPlayable.GetInteger(string)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerCount
  name: GetLayerCount()
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetLayerCount.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerCount
  nameWithType: IAnimatorControllerPlayable.GetLayerCount()
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerIndex(System.String)
  name: GetLayerIndex(string)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerIndex(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetLayerIndex.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerIndex(System.String)
  nameWithType: IAnimatorControllerPlayable.GetLayerIndex(string)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerName(System.Int32)
  name: GetLayerName(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetLayerName.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerName(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetLayerName(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerWeight(System.Int32)
  name: GetLayerWeight(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerWeight(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetLayerWeight.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetLayerWeight(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetLayerWeight(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  name: GetNextAnimatorClipInfo(int, List<AnimatorClipInfo>)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfo(int, System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfo.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  nameWithType: IAnimatorControllerPlayable.GetNextAnimatorClipInfo(int, List<AnimatorClipInfo>)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfo(System.Int32)
  name: GetNextAnimatorClipInfo(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfo.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfo(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetNextAnimatorClipInfo(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfoCount(System.Int32)
  name: GetNextAnimatorClipInfoCount(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfoCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfoCount.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorClipInfoCount(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetNextAnimatorClipInfoCount(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorStateInfo(System.Int32)
  name: GetNextAnimatorStateInfo(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorStateInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetNextAnimatorStateInfo.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetNextAnimatorStateInfo(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetNextAnimatorStateInfo(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetParameter(System.Int32)
  name: GetParameter(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetParameter(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetParameter.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetParameter(System.Int32)
  nameWithType: IAnimatorControllerPlayable.GetParameter(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.GetParameterCount
  name: GetParameterCount()
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.GetParameterCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.GetParameterCount.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.GetParameterCount
  nameWithType: IAnimatorControllerPlayable.GetParameterCount()
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.HasState(System.Int32,System.Int32)
  name: HasState(int, int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.HasState(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.HasState.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.HasState(System.Int32,System.Int32)
  nameWithType: IAnimatorControllerPlayable.HasState(int, int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.IsInTransition(System.Int32)
  name: IsInTransition(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.IsInTransition(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.IsInTransition.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.IsInTransition(System.Int32)
  nameWithType: IAnimatorControllerPlayable.IsInTransition(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.IsParameterControlledByCurve(System.Int32)
  name: IsParameterControlledByCurve(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.IsParameterControlledByCurve(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.IsParameterControlledByCurve.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.IsParameterControlledByCurve(System.Int32)
  nameWithType: IAnimatorControllerPlayable.IsParameterControlledByCurve(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.IsParameterControlledByCurve(System.String)
  name: IsParameterControlledByCurve(string)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.IsParameterControlledByCurve(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.IsParameterControlledByCurve.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.IsParameterControlledByCurve(System.String)
  nameWithType: IAnimatorControllerPlayable.IsParameterControlledByCurve(string)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.Play(System.Int32,System.Int32,System.Single)
  name: Play(int, int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.Play(int, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.Play.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.Play(System.Int32,System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.Play(int, int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.Play(System.String,System.Int32,System.Single)
  name: Play(string, int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.Play(string, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.Play.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.Play(System.String,System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.Play(string, int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.PlayInFixedTime(System.Int32,System.Int32,System.Single)
  name: PlayInFixedTime(int, int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.PlayInFixedTime(int, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.PlayInFixedTime.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.PlayInFixedTime(System.Int32,System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.PlayInFixedTime(int, int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.PlayInFixedTime(System.String,System.Int32,System.Single)
  name: PlayInFixedTime(string, int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.PlayInFixedTime(string, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.PlayInFixedTime.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.PlayInFixedTime(System.String,System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.PlayInFixedTime(string, int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.ResetTrigger(System.Int32)
  name: ResetTrigger(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.ResetTrigger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.ResetTrigger.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.ResetTrigger(System.Int32)
  nameWithType: IAnimatorControllerPlayable.ResetTrigger(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.ResetTrigger(System.String)
  name: ResetTrigger(string)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.ResetTrigger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.ResetTrigger.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.ResetTrigger(System.String)
  nameWithType: IAnimatorControllerPlayable.ResetTrigger(string)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetBool(System.Int32,System.Boolean)
  name: SetBool(int, bool)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetBool(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetBool.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetBool(System.Int32,System.Boolean)
  nameWithType: IAnimatorControllerPlayable.SetBool(int, bool)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetBool(System.String,System.Boolean)
  name: SetBool(string, bool)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetBool.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetBool(System.String,System.Boolean)
  nameWithType: IAnimatorControllerPlayable.SetBool(string, bool)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetFloat(System.Int32,System.Single)
  name: SetFloat(int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetFloat.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetFloat(System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.SetFloat(int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetFloat.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetFloat(System.String,System.Single)
  nameWithType: IAnimatorControllerPlayable.SetFloat(string, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetInteger(System.Int32,System.Int32)
  name: SetInteger(int, int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetInteger(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetInteger.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetInteger(System.Int32,System.Int32)
  nameWithType: IAnimatorControllerPlayable.SetInteger(int, int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetInteger(System.String,System.Int32)
  name: SetInteger(string, int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetInteger(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetInteger.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetInteger(System.String,System.Int32)
  nameWithType: IAnimatorControllerPlayable.SetInteger(string, int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetLayerWeight(System.Int32,System.Single)
  name: SetLayerWeight(int, float)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetLayerWeight(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetLayerWeight.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetLayerWeight(System.Int32,System.Single)
  nameWithType: IAnimatorControllerPlayable.SetLayerWeight(int, float)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetTrigger(System.Int32)
  name: SetTrigger(int)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetTrigger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetTrigger.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetTrigger(System.Int32)
  nameWithType: IAnimatorControllerPlayable.SetTrigger(int)
  type: Method
- uid: UnityEngine.Animations.IAnimatorControllerPlayable.SetTrigger(System.String)
  name: SetTrigger(string)
  fullName: UnityEngine.Animations.IAnimatorControllerPlayable.SetTrigger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animations.IAnimatorControllerPlayable.SetTrigger.html
  commentId: M:UnityEngine.Animations.IAnimatorControllerPlayable.SetTrigger(System.String)
  nameWithType: IAnimatorControllerPlayable.SetTrigger(string)
  type: Method
- uid: UnityEngine.AnimationState
  name: AnimationState
  fullName: UnityEngine.AnimationState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState.html
  commentId: T:UnityEngine.AnimationState
  nameWithType: AnimationState
  type: Class
- uid: UnityEngine.AnimationState.AddMixingTransform(UnityEngine.Transform,System.Boolean)
  name: AddMixingTransform(Transform, bool)
  fullName: UnityEngine.AnimationState.AddMixingTransform(UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState.AddMixingTransform.html
  commentId: M:UnityEngine.AnimationState.AddMixingTransform(UnityEngine.Transform,System.Boolean)
  nameWithType: AnimationState.AddMixingTransform(Transform, bool)
  type: Method
- uid: UnityEngine.AnimationState.AddMixingTransform(UnityEngine.Transform)
  name: AddMixingTransform(Transform)
  fullName: UnityEngine.AnimationState.AddMixingTransform(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState.AddMixingTransform.html
  commentId: M:UnityEngine.AnimationState.AddMixingTransform(UnityEngine.Transform)
  nameWithType: AnimationState.AddMixingTransform(Transform)
  type: Method
- uid: UnityEngine.AnimationState.blendMode
  name: blendMode
  fullName: UnityEngine.AnimationState.blendMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-blendMode.html
  commentId: P:UnityEngine.AnimationState.blendMode
  nameWithType: AnimationState.blendMode
  type: Property
- uid: UnityEngine.AnimationState.clip
  name: clip
  fullName: UnityEngine.AnimationState.clip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-clip.html
  commentId: P:UnityEngine.AnimationState.clip
  nameWithType: AnimationState.clip
  type: Property
- uid: UnityEngine.AnimationState.enabled
  name: enabled
  fullName: UnityEngine.AnimationState.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-enabled.html
  commentId: P:UnityEngine.AnimationState.enabled
  nameWithType: AnimationState.enabled
  type: Property
- uid: UnityEngine.AnimationState.layer
  name: layer
  fullName: UnityEngine.AnimationState.layer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-layer.html
  commentId: P:UnityEngine.AnimationState.layer
  nameWithType: AnimationState.layer
  type: Property
- uid: UnityEngine.AnimationState.length
  name: length
  fullName: UnityEngine.AnimationState.length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-length.html
  commentId: P:UnityEngine.AnimationState.length
  nameWithType: AnimationState.length
  type: Property
- uid: UnityEngine.AnimationState.name
  name: name
  fullName: UnityEngine.AnimationState.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-name.html
  commentId: P:UnityEngine.AnimationState.name
  nameWithType: AnimationState.name
  type: Property
- uid: UnityEngine.AnimationState.normalizedSpeed
  name: normalizedSpeed
  fullName: UnityEngine.AnimationState.normalizedSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-normalizedSpeed.html
  commentId: P:UnityEngine.AnimationState.normalizedSpeed
  nameWithType: AnimationState.normalizedSpeed
  type: Property
- uid: UnityEngine.AnimationState.normalizedTime
  name: normalizedTime
  fullName: UnityEngine.AnimationState.normalizedTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-normalizedTime.html
  commentId: P:UnityEngine.AnimationState.normalizedTime
  nameWithType: AnimationState.normalizedTime
  type: Property
- uid: UnityEngine.AnimationState.RemoveMixingTransform(UnityEngine.Transform)
  name: RemoveMixingTransform(Transform)
  fullName: UnityEngine.AnimationState.RemoveMixingTransform(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState.RemoveMixingTransform.html
  commentId: M:UnityEngine.AnimationState.RemoveMixingTransform(UnityEngine.Transform)
  nameWithType: AnimationState.RemoveMixingTransform(Transform)
  type: Method
- uid: UnityEngine.AnimationState.speed
  name: speed
  fullName: UnityEngine.AnimationState.speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-speed.html
  commentId: P:UnityEngine.AnimationState.speed
  nameWithType: AnimationState.speed
  type: Property
- uid: UnityEngine.AnimationState.time
  name: time
  fullName: UnityEngine.AnimationState.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-time.html
  commentId: P:UnityEngine.AnimationState.time
  nameWithType: AnimationState.time
  type: Property
- uid: UnityEngine.AnimationState.weight
  name: weight
  fullName: UnityEngine.AnimationState.weight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-weight.html
  commentId: P:UnityEngine.AnimationState.weight
  nameWithType: AnimationState.weight
  type: Property
- uid: UnityEngine.AnimationState.wrapMode
  name: wrapMode
  fullName: UnityEngine.AnimationState.wrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimationState-wrapMode.html
  commentId: P:UnityEngine.AnimationState.wrapMode
  nameWithType: AnimationState.wrapMode
  type: Property
- uid: UnityEngine.Animator
  name: Animator
  fullName: UnityEngine.Animator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.html
  commentId: T:UnityEngine.Animator
  nameWithType: Animator
  type: Class
- uid: UnityEngine.Animator.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.Animator.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-angularVelocity.html
  commentId: P:UnityEngine.Animator.angularVelocity
  nameWithType: Animator.angularVelocity
  type: Property
- uid: UnityEngine.Animator.animatePhysics
  name: animatePhysics
  fullName: UnityEngine.Animator.animatePhysics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-animatePhysics.html
  commentId: P:UnityEngine.Animator.animatePhysics
  nameWithType: Animator.animatePhysics
  type: Property
- uid: UnityEngine.Animator.ApplyBuiltinRootMotion
  name: ApplyBuiltinRootMotion()
  fullName: UnityEngine.Animator.ApplyBuiltinRootMotion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.ApplyBuiltinRootMotion.html
  commentId: M:UnityEngine.Animator.ApplyBuiltinRootMotion
  nameWithType: Animator.ApplyBuiltinRootMotion()
  type: Method
- uid: UnityEngine.Animator.applyRootMotion
  name: applyRootMotion
  fullName: UnityEngine.Animator.applyRootMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-applyRootMotion.html
  commentId: P:UnityEngine.Animator.applyRootMotion
  nameWithType: Animator.applyRootMotion
  type: Property
- uid: UnityEngine.Animator.avatar
  name: avatar
  fullName: UnityEngine.Animator.avatar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-avatar.html
  commentId: P:UnityEngine.Animator.avatar
  nameWithType: Animator.avatar
  type: Property
- uid: UnityEngine.Animator.bodyPosition
  name: bodyPosition
  fullName: UnityEngine.Animator.bodyPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-bodyPosition.html
  commentId: P:UnityEngine.Animator.bodyPosition
  nameWithType: Animator.bodyPosition
  type: Property
- uid: UnityEngine.Animator.bodyRotation
  name: bodyRotation
  fullName: UnityEngine.Animator.bodyRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-bodyRotation.html
  commentId: P:UnityEngine.Animator.bodyRotation
  nameWithType: Animator.bodyRotation
  type: Property
- uid: UnityEngine.Animator.CrossFade(System.Int32,System.Single,System.Int32,System.Single,System.Single)
  name: CrossFade(int, float, int, float, float)
  fullName: UnityEngine.Animator.CrossFade(int, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFade.html
  commentId: M:UnityEngine.Animator.CrossFade(System.Int32,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Animator.CrossFade(int, float, int, float, float)
  type: Method
- uid: UnityEngine.Animator.CrossFade(System.Int32,System.Single,System.Int32,System.Single)
  name: CrossFade(int, float, int, float)
  fullName: UnityEngine.Animator.CrossFade(int, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFade.html
  commentId: M:UnityEngine.Animator.CrossFade(System.Int32,System.Single,System.Int32,System.Single)
  nameWithType: Animator.CrossFade(int, float, int, float)
  type: Method
- uid: UnityEngine.Animator.CrossFade(System.Int32,System.Single,System.Int32)
  name: CrossFade(int, float, int)
  fullName: UnityEngine.Animator.CrossFade(int, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFade.html
  commentId: M:UnityEngine.Animator.CrossFade(System.Int32,System.Single,System.Int32)
  nameWithType: Animator.CrossFade(int, float, int)
  type: Method
- uid: UnityEngine.Animator.CrossFade(System.Int32,System.Single)
  name: CrossFade(int, float)
  fullName: UnityEngine.Animator.CrossFade(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFade.html
  commentId: M:UnityEngine.Animator.CrossFade(System.Int32,System.Single)
  nameWithType: Animator.CrossFade(int, float)
  type: Method
- uid: UnityEngine.Animator.CrossFade(System.String,System.Single,System.Int32,System.Single,System.Single)
  name: CrossFade(string, float, int, float, float)
  fullName: UnityEngine.Animator.CrossFade(string, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFade.html
  commentId: M:UnityEngine.Animator.CrossFade(System.String,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Animator.CrossFade(string, float, int, float, float)
  type: Method
- uid: UnityEngine.Animator.CrossFade(System.String,System.Single,System.Int32,System.Single)
  name: CrossFade(string, float, int, float)
  fullName: UnityEngine.Animator.CrossFade(string, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFade.html
  commentId: M:UnityEngine.Animator.CrossFade(System.String,System.Single,System.Int32,System.Single)
  nameWithType: Animator.CrossFade(string, float, int, float)
  type: Method
- uid: UnityEngine.Animator.CrossFade(System.String,System.Single,System.Int32)
  name: CrossFade(string, float, int)
  fullName: UnityEngine.Animator.CrossFade(string, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFade.html
  commentId: M:UnityEngine.Animator.CrossFade(System.String,System.Single,System.Int32)
  nameWithType: Animator.CrossFade(string, float, int)
  type: Method
- uid: UnityEngine.Animator.CrossFade(System.String,System.Single)
  name: CrossFade(string, float)
  fullName: UnityEngine.Animator.CrossFade(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFade.html
  commentId: M:UnityEngine.Animator.CrossFade(System.String,System.Single)
  nameWithType: Animator.CrossFade(string, float)
  type: Method
- uid: UnityEngine.Animator.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single,System.Single)
  name: CrossFadeInFixedTime(int, float, int, float, float)
  fullName: UnityEngine.Animator.CrossFadeInFixedTime(int, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animator.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Animator.CrossFadeInFixedTime(int, float, int, float, float)
  type: Method
- uid: UnityEngine.Animator.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single)
  name: CrossFadeInFixedTime(int, float, int, float)
  fullName: UnityEngine.Animator.CrossFadeInFixedTime(int, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animator.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32,System.Single)
  nameWithType: Animator.CrossFadeInFixedTime(int, float, int, float)
  type: Method
- uid: UnityEngine.Animator.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32)
  name: CrossFadeInFixedTime(int, float, int)
  fullName: UnityEngine.Animator.CrossFadeInFixedTime(int, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animator.CrossFadeInFixedTime(System.Int32,System.Single,System.Int32)
  nameWithType: Animator.CrossFadeInFixedTime(int, float, int)
  type: Method
- uid: UnityEngine.Animator.CrossFadeInFixedTime(System.Int32,System.Single)
  name: CrossFadeInFixedTime(int, float)
  fullName: UnityEngine.Animator.CrossFadeInFixedTime(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animator.CrossFadeInFixedTime(System.Int32,System.Single)
  nameWithType: Animator.CrossFadeInFixedTime(int, float)
  type: Method
- uid: UnityEngine.Animator.CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single,System.Single)
  name: CrossFadeInFixedTime(string, float, int, float, float)
  fullName: UnityEngine.Animator.CrossFadeInFixedTime(string, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animator.CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Animator.CrossFadeInFixedTime(string, float, int, float, float)
  type: Method
- uid: UnityEngine.Animator.CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single)
  name: CrossFadeInFixedTime(string, float, int, float)
  fullName: UnityEngine.Animator.CrossFadeInFixedTime(string, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animator.CrossFadeInFixedTime(System.String,System.Single,System.Int32,System.Single)
  nameWithType: Animator.CrossFadeInFixedTime(string, float, int, float)
  type: Method
- uid: UnityEngine.Animator.CrossFadeInFixedTime(System.String,System.Single,System.Int32)
  name: CrossFadeInFixedTime(string, float, int)
  fullName: UnityEngine.Animator.CrossFadeInFixedTime(string, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animator.CrossFadeInFixedTime(System.String,System.Single,System.Int32)
  nameWithType: Animator.CrossFadeInFixedTime(string, float, int)
  type: Method
- uid: UnityEngine.Animator.CrossFadeInFixedTime(System.String,System.Single)
  name: CrossFadeInFixedTime(string, float)
  fullName: UnityEngine.Animator.CrossFadeInFixedTime(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.CrossFadeInFixedTime.html
  commentId: M:UnityEngine.Animator.CrossFadeInFixedTime(System.String,System.Single)
  nameWithType: Animator.CrossFadeInFixedTime(string, float)
  type: Method
- uid: UnityEngine.Animator.cullingMode
  name: cullingMode
  fullName: UnityEngine.Animator.cullingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-cullingMode.html
  commentId: P:UnityEngine.Animator.cullingMode
  nameWithType: Animator.cullingMode
  type: Property
- uid: UnityEngine.Animator.deltaPosition
  name: deltaPosition
  fullName: UnityEngine.Animator.deltaPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-deltaPosition.html
  commentId: P:UnityEngine.Animator.deltaPosition
  nameWithType: Animator.deltaPosition
  type: Property
- uid: UnityEngine.Animator.deltaRotation
  name: deltaRotation
  fullName: UnityEngine.Animator.deltaRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-deltaRotation.html
  commentId: P:UnityEngine.Animator.deltaRotation
  nameWithType: Animator.deltaRotation
  type: Property
- uid: UnityEngine.Animator.feetPivotActive
  name: feetPivotActive
  fullName: UnityEngine.Animator.feetPivotActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-feetPivotActive.html
  commentId: P:UnityEngine.Animator.feetPivotActive
  nameWithType: Animator.feetPivotActive
  type: Property
- uid: UnityEngine.Animator.fireEvents
  name: fireEvents
  fullName: UnityEngine.Animator.fireEvents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-fireEvents.html
  commentId: P:UnityEngine.Animator.fireEvents
  nameWithType: Animator.fireEvents
  type: Property
- uid: UnityEngine.Animator.ForceStateNormalizedTime(System.Single)
  name: ForceStateNormalizedTime(float)
  fullName: UnityEngine.Animator.ForceStateNormalizedTime(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.ForceStateNormalizedTime.html
  commentId: M:UnityEngine.Animator.ForceStateNormalizedTime(System.Single)
  nameWithType: Animator.ForceStateNormalizedTime(float)
  type: Method
- uid: UnityEngine.Animator.GetAnimatorTransitionInfo(System.Int32)
  name: GetAnimatorTransitionInfo(int)
  fullName: UnityEngine.Animator.GetAnimatorTransitionInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetAnimatorTransitionInfo.html
  commentId: M:UnityEngine.Animator.GetAnimatorTransitionInfo(System.Int32)
  nameWithType: Animator.GetAnimatorTransitionInfo(int)
  type: Method
- uid: UnityEngine.Animator.GetBehaviour``1
  name: GetBehaviour<T>()
  fullName: UnityEngine.Animator.GetBehaviour<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetBehaviour.html
  commentId: M:UnityEngine.Animator.GetBehaviour``1
  nameWithType: Animator.GetBehaviour<T>()
  type: Method
- uid: UnityEngine.Animator.GetBehaviours(System.Int32,System.Int32)
  name: GetBehaviours(int, int)
  fullName: UnityEngine.Animator.GetBehaviours(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetBehaviours.html
  commentId: M:UnityEngine.Animator.GetBehaviours(System.Int32,System.Int32)
  nameWithType: Animator.GetBehaviours(int, int)
  type: Method
- uid: UnityEngine.Animator.GetBehaviours``1
  name: GetBehaviours<T>()
  fullName: UnityEngine.Animator.GetBehaviours<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetBehaviours.html
  commentId: M:UnityEngine.Animator.GetBehaviours``1
  nameWithType: Animator.GetBehaviours<T>()
  type: Method
- uid: UnityEngine.Animator.GetBoneTransform(UnityEngine.HumanBodyBones)
  name: GetBoneTransform(HumanBodyBones)
  fullName: UnityEngine.Animator.GetBoneTransform(UnityEngine.HumanBodyBones)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetBoneTransform.html
  commentId: M:UnityEngine.Animator.GetBoneTransform(UnityEngine.HumanBodyBones)
  nameWithType: Animator.GetBoneTransform(HumanBodyBones)
  type: Method
- uid: UnityEngine.Animator.GetBool(System.Int32)
  name: GetBool(int)
  fullName: UnityEngine.Animator.GetBool(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetBool.html
  commentId: M:UnityEngine.Animator.GetBool(System.Int32)
  nameWithType: Animator.GetBool(int)
  type: Method
- uid: UnityEngine.Animator.GetBool(System.String)
  name: GetBool(string)
  fullName: UnityEngine.Animator.GetBool(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetBool.html
  commentId: M:UnityEngine.Animator.GetBool(System.String)
  nameWithType: Animator.GetBool(string)
  type: Method
- uid: UnityEngine.Animator.GetCurrentAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  name: GetCurrentAnimatorClipInfo(int, List<AnimatorClipInfo>)
  fullName: UnityEngine.Animator.GetCurrentAnimatorClipInfo(int, System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetCurrentAnimatorClipInfo.html
  commentId: M:UnityEngine.Animator.GetCurrentAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  nameWithType: Animator.GetCurrentAnimatorClipInfo(int, List<AnimatorClipInfo>)
  type: Method
- uid: UnityEngine.Animator.GetCurrentAnimatorClipInfo(System.Int32)
  name: GetCurrentAnimatorClipInfo(int)
  fullName: UnityEngine.Animator.GetCurrentAnimatorClipInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetCurrentAnimatorClipInfo.html
  commentId: M:UnityEngine.Animator.GetCurrentAnimatorClipInfo(System.Int32)
  nameWithType: Animator.GetCurrentAnimatorClipInfo(int)
  type: Method
- uid: UnityEngine.Animator.GetCurrentAnimatorClipInfoCount(System.Int32)
  name: GetCurrentAnimatorClipInfoCount(int)
  fullName: UnityEngine.Animator.GetCurrentAnimatorClipInfoCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetCurrentAnimatorClipInfoCount.html
  commentId: M:UnityEngine.Animator.GetCurrentAnimatorClipInfoCount(System.Int32)
  nameWithType: Animator.GetCurrentAnimatorClipInfoCount(int)
  type: Method
- uid: UnityEngine.Animator.GetCurrentAnimatorStateInfo(System.Int32)
  name: GetCurrentAnimatorStateInfo(int)
  fullName: UnityEngine.Animator.GetCurrentAnimatorStateInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetCurrentAnimatorStateInfo.html
  commentId: M:UnityEngine.Animator.GetCurrentAnimatorStateInfo(System.Int32)
  nameWithType: Animator.GetCurrentAnimatorStateInfo(int)
  type: Method
- uid: UnityEngine.Animator.GetFloat(System.Int32)
  name: GetFloat(int)
  fullName: UnityEngine.Animator.GetFloat(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetFloat.html
  commentId: M:UnityEngine.Animator.GetFloat(System.Int32)
  nameWithType: Animator.GetFloat(int)
  type: Method
- uid: UnityEngine.Animator.GetFloat(System.String)
  name: GetFloat(string)
  fullName: UnityEngine.Animator.GetFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetFloat.html
  commentId: M:UnityEngine.Animator.GetFloat(System.String)
  nameWithType: Animator.GetFloat(string)
  type: Method
- uid: UnityEngine.Animator.GetIKHintPosition(UnityEngine.AvatarIKHint)
  name: GetIKHintPosition(AvatarIKHint)
  fullName: UnityEngine.Animator.GetIKHintPosition(UnityEngine.AvatarIKHint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetIKHintPosition.html
  commentId: M:UnityEngine.Animator.GetIKHintPosition(UnityEngine.AvatarIKHint)
  nameWithType: Animator.GetIKHintPosition(AvatarIKHint)
  type: Method
- uid: UnityEngine.Animator.GetIKHintPositionWeight(UnityEngine.AvatarIKHint)
  name: GetIKHintPositionWeight(AvatarIKHint)
  fullName: UnityEngine.Animator.GetIKHintPositionWeight(UnityEngine.AvatarIKHint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetIKHintPositionWeight.html
  commentId: M:UnityEngine.Animator.GetIKHintPositionWeight(UnityEngine.AvatarIKHint)
  nameWithType: Animator.GetIKHintPositionWeight(AvatarIKHint)
  type: Method
- uid: UnityEngine.Animator.GetIKPosition(UnityEngine.AvatarIKGoal)
  name: GetIKPosition(AvatarIKGoal)
  fullName: UnityEngine.Animator.GetIKPosition(UnityEngine.AvatarIKGoal)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetIKPosition.html
  commentId: M:UnityEngine.Animator.GetIKPosition(UnityEngine.AvatarIKGoal)
  nameWithType: Animator.GetIKPosition(AvatarIKGoal)
  type: Method
- uid: UnityEngine.Animator.GetIKPositionWeight(UnityEngine.AvatarIKGoal)
  name: GetIKPositionWeight(AvatarIKGoal)
  fullName: UnityEngine.Animator.GetIKPositionWeight(UnityEngine.AvatarIKGoal)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetIKPositionWeight.html
  commentId: M:UnityEngine.Animator.GetIKPositionWeight(UnityEngine.AvatarIKGoal)
  nameWithType: Animator.GetIKPositionWeight(AvatarIKGoal)
  type: Method
- uid: UnityEngine.Animator.GetIKRotation(UnityEngine.AvatarIKGoal)
  name: GetIKRotation(AvatarIKGoal)
  fullName: UnityEngine.Animator.GetIKRotation(UnityEngine.AvatarIKGoal)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetIKRotation.html
  commentId: M:UnityEngine.Animator.GetIKRotation(UnityEngine.AvatarIKGoal)
  nameWithType: Animator.GetIKRotation(AvatarIKGoal)
  type: Method
- uid: UnityEngine.Animator.GetIKRotationWeight(UnityEngine.AvatarIKGoal)
  name: GetIKRotationWeight(AvatarIKGoal)
  fullName: UnityEngine.Animator.GetIKRotationWeight(UnityEngine.AvatarIKGoal)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetIKRotationWeight.html
  commentId: M:UnityEngine.Animator.GetIKRotationWeight(UnityEngine.AvatarIKGoal)
  nameWithType: Animator.GetIKRotationWeight(AvatarIKGoal)
  type: Method
- uid: UnityEngine.Animator.GetInteger(System.Int32)
  name: GetInteger(int)
  fullName: UnityEngine.Animator.GetInteger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetInteger.html
  commentId: M:UnityEngine.Animator.GetInteger(System.Int32)
  nameWithType: Animator.GetInteger(int)
  type: Method
- uid: UnityEngine.Animator.GetInteger(System.String)
  name: GetInteger(string)
  fullName: UnityEngine.Animator.GetInteger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetInteger.html
  commentId: M:UnityEngine.Animator.GetInteger(System.String)
  nameWithType: Animator.GetInteger(string)
  type: Method
- uid: UnityEngine.Animator.GetLayerIndex(System.String)
  name: GetLayerIndex(string)
  fullName: UnityEngine.Animator.GetLayerIndex(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetLayerIndex.html
  commentId: M:UnityEngine.Animator.GetLayerIndex(System.String)
  nameWithType: Animator.GetLayerIndex(string)
  type: Method
- uid: UnityEngine.Animator.GetLayerName(System.Int32)
  name: GetLayerName(int)
  fullName: UnityEngine.Animator.GetLayerName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetLayerName.html
  commentId: M:UnityEngine.Animator.GetLayerName(System.Int32)
  nameWithType: Animator.GetLayerName(int)
  type: Method
- uid: UnityEngine.Animator.GetLayerWeight(System.Int32)
  name: GetLayerWeight(int)
  fullName: UnityEngine.Animator.GetLayerWeight(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetLayerWeight.html
  commentId: M:UnityEngine.Animator.GetLayerWeight(System.Int32)
  nameWithType: Animator.GetLayerWeight(int)
  type: Method
- uid: UnityEngine.Animator.GetNextAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  name: GetNextAnimatorClipInfo(int, List<AnimatorClipInfo>)
  fullName: UnityEngine.Animator.GetNextAnimatorClipInfo(int, System.Collections.Generic.List<UnityEngine.AnimatorClipInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetNextAnimatorClipInfo.html
  commentId: M:UnityEngine.Animator.GetNextAnimatorClipInfo(System.Int32,System.Collections.Generic.List{UnityEngine.AnimatorClipInfo})
  nameWithType: Animator.GetNextAnimatorClipInfo(int, List<AnimatorClipInfo>)
  type: Method
- uid: UnityEngine.Animator.GetNextAnimatorClipInfo(System.Int32)
  name: GetNextAnimatorClipInfo(int)
  fullName: UnityEngine.Animator.GetNextAnimatorClipInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetNextAnimatorClipInfo.html
  commentId: M:UnityEngine.Animator.GetNextAnimatorClipInfo(System.Int32)
  nameWithType: Animator.GetNextAnimatorClipInfo(int)
  type: Method
- uid: UnityEngine.Animator.GetNextAnimatorClipInfoCount(System.Int32)
  name: GetNextAnimatorClipInfoCount(int)
  fullName: UnityEngine.Animator.GetNextAnimatorClipInfoCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetNextAnimatorClipInfoCount.html
  commentId: M:UnityEngine.Animator.GetNextAnimatorClipInfoCount(System.Int32)
  nameWithType: Animator.GetNextAnimatorClipInfoCount(int)
  type: Method
- uid: UnityEngine.Animator.GetNextAnimatorStateInfo(System.Int32)
  name: GetNextAnimatorStateInfo(int)
  fullName: UnityEngine.Animator.GetNextAnimatorStateInfo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetNextAnimatorStateInfo.html
  commentId: M:UnityEngine.Animator.GetNextAnimatorStateInfo(System.Int32)
  nameWithType: Animator.GetNextAnimatorStateInfo(int)
  type: Method
- uid: UnityEngine.Animator.GetParameter(System.Int32)
  name: GetParameter(int)
  fullName: UnityEngine.Animator.GetParameter(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetParameter.html
  commentId: M:UnityEngine.Animator.GetParameter(System.Int32)
  nameWithType: Animator.GetParameter(int)
  type: Method
- uid: UnityEngine.Animator.GetQuaternion(System.Int32)
  name: GetQuaternion(int)
  fullName: UnityEngine.Animator.GetQuaternion(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetQuaternion.html
  commentId: M:UnityEngine.Animator.GetQuaternion(System.Int32)
  nameWithType: Animator.GetQuaternion(int)
  type: Method
- uid: UnityEngine.Animator.GetQuaternion(System.String)
  name: GetQuaternion(string)
  fullName: UnityEngine.Animator.GetQuaternion(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetQuaternion.html
  commentId: M:UnityEngine.Animator.GetQuaternion(System.String)
  nameWithType: Animator.GetQuaternion(string)
  type: Method
- uid: UnityEngine.Animator.GetVector(System.Int32)
  name: GetVector(int)
  fullName: UnityEngine.Animator.GetVector(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetVector.html
  commentId: M:UnityEngine.Animator.GetVector(System.Int32)
  nameWithType: Animator.GetVector(int)
  type: Method
- uid: UnityEngine.Animator.GetVector(System.String)
  name: GetVector(string)
  fullName: UnityEngine.Animator.GetVector(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.GetVector.html
  commentId: M:UnityEngine.Animator.GetVector(System.String)
  nameWithType: Animator.GetVector(string)
  type: Method
- uid: UnityEngine.Animator.gravityWeight
  name: gravityWeight
  fullName: UnityEngine.Animator.gravityWeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-gravityWeight.html
  commentId: P:UnityEngine.Animator.gravityWeight
  nameWithType: Animator.gravityWeight
  type: Property
- uid: UnityEngine.Animator.hasBoundPlayables
  name: hasBoundPlayables
  fullName: UnityEngine.Animator.hasBoundPlayables
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-hasBoundPlayables.html
  commentId: P:UnityEngine.Animator.hasBoundPlayables
  nameWithType: Animator.hasBoundPlayables
  type: Property
- uid: UnityEngine.Animator.hasRootMotion
  name: hasRootMotion
  fullName: UnityEngine.Animator.hasRootMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-hasRootMotion.html
  commentId: P:UnityEngine.Animator.hasRootMotion
  nameWithType: Animator.hasRootMotion
  type: Property
- uid: UnityEngine.Animator.HasState(System.Int32,System.Int32)
  name: HasState(int, int)
  fullName: UnityEngine.Animator.HasState(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.HasState.html
  commentId: M:UnityEngine.Animator.HasState(System.Int32,System.Int32)
  nameWithType: Animator.HasState(int, int)
  type: Method
- uid: UnityEngine.Animator.hasTransformHierarchy
  name: hasTransformHierarchy
  fullName: UnityEngine.Animator.hasTransformHierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-hasTransformHierarchy.html
  commentId: P:UnityEngine.Animator.hasTransformHierarchy
  nameWithType: Animator.hasTransformHierarchy
  type: Property
- uid: UnityEngine.Animator.humanScale
  name: humanScale
  fullName: UnityEngine.Animator.humanScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-humanScale.html
  commentId: P:UnityEngine.Animator.humanScale
  nameWithType: Animator.humanScale
  type: Property
- uid: UnityEngine.Animator.InterruptMatchTarget
  name: InterruptMatchTarget()
  fullName: UnityEngine.Animator.InterruptMatchTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.InterruptMatchTarget.html
  commentId: M:UnityEngine.Animator.InterruptMatchTarget
  nameWithType: Animator.InterruptMatchTarget()
  type: Method
- uid: UnityEngine.Animator.InterruptMatchTarget(System.Boolean)
  name: InterruptMatchTarget(bool)
  fullName: UnityEngine.Animator.InterruptMatchTarget(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.InterruptMatchTarget.html
  commentId: M:UnityEngine.Animator.InterruptMatchTarget(System.Boolean)
  nameWithType: Animator.InterruptMatchTarget(bool)
  type: Method
- uid: UnityEngine.Animator.IsControlled(UnityEngine.Transform)
  name: IsControlled(Transform)
  fullName: UnityEngine.Animator.IsControlled(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.IsControlled.html
  commentId: M:UnityEngine.Animator.IsControlled(UnityEngine.Transform)
  nameWithType: Animator.IsControlled(Transform)
  type: Method
- uid: UnityEngine.Animator.isHuman
  name: isHuman
  fullName: UnityEngine.Animator.isHuman
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-isHuman.html
  commentId: P:UnityEngine.Animator.isHuman
  nameWithType: Animator.isHuman
  type: Property
- uid: UnityEngine.Animator.isInitialized
  name: isInitialized
  fullName: UnityEngine.Animator.isInitialized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-isInitialized.html
  commentId: P:UnityEngine.Animator.isInitialized
  nameWithType: Animator.isInitialized
  type: Property
- uid: UnityEngine.Animator.IsInTransition(System.Int32)
  name: IsInTransition(int)
  fullName: UnityEngine.Animator.IsInTransition(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.IsInTransition.html
  commentId: M:UnityEngine.Animator.IsInTransition(System.Int32)
  nameWithType: Animator.IsInTransition(int)
  type: Method
- uid: UnityEngine.Animator.isMatchingTarget
  name: isMatchingTarget
  fullName: UnityEngine.Animator.isMatchingTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-isMatchingTarget.html
  commentId: P:UnityEngine.Animator.isMatchingTarget
  nameWithType: Animator.isMatchingTarget
  type: Property
- uid: UnityEngine.Animator.isOptimizable
  name: isOptimizable
  fullName: UnityEngine.Animator.isOptimizable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-isOptimizable.html
  commentId: P:UnityEngine.Animator.isOptimizable
  nameWithType: Animator.isOptimizable
  type: Property
- uid: UnityEngine.Animator.IsParameterControlledByCurve(System.Int32)
  name: IsParameterControlledByCurve(int)
  fullName: UnityEngine.Animator.IsParameterControlledByCurve(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.IsParameterControlledByCurve.html
  commentId: M:UnityEngine.Animator.IsParameterControlledByCurve(System.Int32)
  nameWithType: Animator.IsParameterControlledByCurve(int)
  type: Method
- uid: UnityEngine.Animator.IsParameterControlledByCurve(System.String)
  name: IsParameterControlledByCurve(string)
  fullName: UnityEngine.Animator.IsParameterControlledByCurve(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.IsParameterControlledByCurve.html
  commentId: M:UnityEngine.Animator.IsParameterControlledByCurve(System.String)
  nameWithType: Animator.IsParameterControlledByCurve(string)
  type: Method
- uid: UnityEngine.Animator.layerCount
  name: layerCount
  fullName: UnityEngine.Animator.layerCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-layerCount.html
  commentId: P:UnityEngine.Animator.layerCount
  nameWithType: Animator.layerCount
  type: Property
- uid: UnityEngine.Animator.layersAffectMassCenter
  name: layersAffectMassCenter
  fullName: UnityEngine.Animator.layersAffectMassCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-layersAffectMassCenter.html
  commentId: P:UnityEngine.Animator.layersAffectMassCenter
  nameWithType: Animator.layersAffectMassCenter
  type: Property
- uid: UnityEngine.Animator.leftFeetBottomHeight
  name: leftFeetBottomHeight
  fullName: UnityEngine.Animator.leftFeetBottomHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-leftFeetBottomHeight.html
  commentId: P:UnityEngine.Animator.leftFeetBottomHeight
  nameWithType: Animator.leftFeetBottomHeight
  type: Property
- uid: UnityEngine.Animator.linearVelocityBlending
  name: linearVelocityBlending
  fullName: UnityEngine.Animator.linearVelocityBlending
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-linearVelocityBlending.html
  commentId: P:UnityEngine.Animator.linearVelocityBlending
  nameWithType: Animator.linearVelocityBlending
  type: Property
- uid: UnityEngine.Animator.logWarnings
  name: logWarnings
  fullName: UnityEngine.Animator.logWarnings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-logWarnings.html
  commentId: P:UnityEngine.Animator.logWarnings
  nameWithType: Animator.logWarnings
  type: Property
- uid: UnityEngine.Animator.MatchTarget(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.AvatarTarget,UnityEngine.MatchTargetWeightMask,System.Single,System.Single)
  name: MatchTarget(Vector3, Quaternion, AvatarTarget, MatchTargetWeightMask, float, float)
  fullName: UnityEngine.Animator.MatchTarget(UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.AvatarTarget, UnityEngine.MatchTargetWeightMask, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.MatchTarget.html
  commentId: M:UnityEngine.Animator.MatchTarget(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.AvatarTarget,UnityEngine.MatchTargetWeightMask,System.Single,System.Single)
  nameWithType: Animator.MatchTarget(Vector3, Quaternion, AvatarTarget, MatchTargetWeightMask, float, float)
  type: Method
- uid: UnityEngine.Animator.MatchTarget(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.AvatarTarget,UnityEngine.MatchTargetWeightMask,System.Single)
  name: MatchTarget(Vector3, Quaternion, AvatarTarget, MatchTargetWeightMask, float)
  fullName: UnityEngine.Animator.MatchTarget(UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.AvatarTarget, UnityEngine.MatchTargetWeightMask, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.MatchTarget.html
  commentId: M:UnityEngine.Animator.MatchTarget(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.AvatarTarget,UnityEngine.MatchTargetWeightMask,System.Single)
  nameWithType: Animator.MatchTarget(Vector3, Quaternion, AvatarTarget, MatchTargetWeightMask, float)
  type: Method
- uid: UnityEngine.Animator.parameterCount
  name: parameterCount
  fullName: UnityEngine.Animator.parameterCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-parameterCount.html
  commentId: P:UnityEngine.Animator.parameterCount
  nameWithType: Animator.parameterCount
  type: Property
- uid: UnityEngine.Animator.parameters
  name: parameters
  fullName: UnityEngine.Animator.parameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-parameters.html
  commentId: P:UnityEngine.Animator.parameters
  nameWithType: Animator.parameters
  type: Property
- uid: UnityEngine.Animator.pivotPosition
  name: pivotPosition
  fullName: UnityEngine.Animator.pivotPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-pivotPosition.html
  commentId: P:UnityEngine.Animator.pivotPosition
  nameWithType: Animator.pivotPosition
  type: Property
- uid: UnityEngine.Animator.pivotWeight
  name: pivotWeight
  fullName: UnityEngine.Animator.pivotWeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-pivotWeight.html
  commentId: P:UnityEngine.Animator.pivotWeight
  nameWithType: Animator.pivotWeight
  type: Property
- uid: UnityEngine.Animator.Play(System.Int32,System.Int32,System.Single)
  name: Play(int, int, float)
  fullName: UnityEngine.Animator.Play(int, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.Play.html
  commentId: M:UnityEngine.Animator.Play(System.Int32,System.Int32,System.Single)
  nameWithType: Animator.Play(int, int, float)
  type: Method
- uid: UnityEngine.Animator.Play(System.Int32,System.Int32)
  name: Play(int, int)
  fullName: UnityEngine.Animator.Play(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.Play.html
  commentId: M:UnityEngine.Animator.Play(System.Int32,System.Int32)
  nameWithType: Animator.Play(int, int)
  type: Method
- uid: UnityEngine.Animator.Play(System.Int32)
  name: Play(int)
  fullName: UnityEngine.Animator.Play(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.Play.html
  commentId: M:UnityEngine.Animator.Play(System.Int32)
  nameWithType: Animator.Play(int)
  type: Method
- uid: UnityEngine.Animator.Play(System.String,System.Int32,System.Single)
  name: Play(string, int, float)
  fullName: UnityEngine.Animator.Play(string, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.Play.html
  commentId: M:UnityEngine.Animator.Play(System.String,System.Int32,System.Single)
  nameWithType: Animator.Play(string, int, float)
  type: Method
- uid: UnityEngine.Animator.Play(System.String,System.Int32)
  name: Play(string, int)
  fullName: UnityEngine.Animator.Play(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.Play.html
  commentId: M:UnityEngine.Animator.Play(System.String,System.Int32)
  nameWithType: Animator.Play(string, int)
  type: Method
- uid: UnityEngine.Animator.Play(System.String)
  name: Play(string)
  fullName: UnityEngine.Animator.Play(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.Play.html
  commentId: M:UnityEngine.Animator.Play(System.String)
  nameWithType: Animator.Play(string)
  type: Method
- uid: UnityEngine.Animator.playableGraph
  name: playableGraph
  fullName: UnityEngine.Animator.playableGraph
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-playableGraph.html
  commentId: P:UnityEngine.Animator.playableGraph
  nameWithType: Animator.playableGraph
  type: Property
- uid: UnityEngine.Animator.playbackTime
  name: playbackTime
  fullName: UnityEngine.Animator.playbackTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-playbackTime.html
  commentId: P:UnityEngine.Animator.playbackTime
  nameWithType: Animator.playbackTime
  type: Property
- uid: UnityEngine.Animator.PlayInFixedTime(System.Int32,System.Int32,System.Single)
  name: PlayInFixedTime(int, int, float)
  fullName: UnityEngine.Animator.PlayInFixedTime(int, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.PlayInFixedTime.html
  commentId: M:UnityEngine.Animator.PlayInFixedTime(System.Int32,System.Int32,System.Single)
  nameWithType: Animator.PlayInFixedTime(int, int, float)
  type: Method
- uid: UnityEngine.Animator.PlayInFixedTime(System.Int32,System.Int32)
  name: PlayInFixedTime(int, int)
  fullName: UnityEngine.Animator.PlayInFixedTime(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.PlayInFixedTime.html
  commentId: M:UnityEngine.Animator.PlayInFixedTime(System.Int32,System.Int32)
  nameWithType: Animator.PlayInFixedTime(int, int)
  type: Method
- uid: UnityEngine.Animator.PlayInFixedTime(System.Int32)
  name: PlayInFixedTime(int)
  fullName: UnityEngine.Animator.PlayInFixedTime(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.PlayInFixedTime.html
  commentId: M:UnityEngine.Animator.PlayInFixedTime(System.Int32)
  nameWithType: Animator.PlayInFixedTime(int)
  type: Method
- uid: UnityEngine.Animator.PlayInFixedTime(System.String,System.Int32,System.Single)
  name: PlayInFixedTime(string, int, float)
  fullName: UnityEngine.Animator.PlayInFixedTime(string, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.PlayInFixedTime.html
  commentId: M:UnityEngine.Animator.PlayInFixedTime(System.String,System.Int32,System.Single)
  nameWithType: Animator.PlayInFixedTime(string, int, float)
  type: Method
- uid: UnityEngine.Animator.PlayInFixedTime(System.String,System.Int32)
  name: PlayInFixedTime(string, int)
  fullName: UnityEngine.Animator.PlayInFixedTime(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.PlayInFixedTime.html
  commentId: M:UnityEngine.Animator.PlayInFixedTime(System.String,System.Int32)
  nameWithType: Animator.PlayInFixedTime(string, int)
  type: Method
- uid: UnityEngine.Animator.PlayInFixedTime(System.String)
  name: PlayInFixedTime(string)
  fullName: UnityEngine.Animator.PlayInFixedTime(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.PlayInFixedTime.html
  commentId: M:UnityEngine.Animator.PlayInFixedTime(System.String)
  nameWithType: Animator.PlayInFixedTime(string)
  type: Method
- uid: UnityEngine.Animator.Rebind
  name: Rebind()
  fullName: UnityEngine.Animator.Rebind()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.Rebind.html
  commentId: M:UnityEngine.Animator.Rebind
  nameWithType: Animator.Rebind()
  type: Method
- uid: UnityEngine.Animator.recorderMode
  name: recorderMode
  fullName: UnityEngine.Animator.recorderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-recorderMode.html
  commentId: P:UnityEngine.Animator.recorderMode
  nameWithType: Animator.recorderMode
  type: Property
- uid: UnityEngine.Animator.recorderStartTime
  name: recorderStartTime
  fullName: UnityEngine.Animator.recorderStartTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-recorderStartTime.html
  commentId: P:UnityEngine.Animator.recorderStartTime
  nameWithType: Animator.recorderStartTime
  type: Property
- uid: UnityEngine.Animator.recorderStopTime
  name: recorderStopTime
  fullName: UnityEngine.Animator.recorderStopTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-recorderStopTime.html
  commentId: P:UnityEngine.Animator.recorderStopTime
  nameWithType: Animator.recorderStopTime
  type: Property
- uid: UnityEngine.Animator.ResetTrigger(System.Int32)
  name: ResetTrigger(int)
  fullName: UnityEngine.Animator.ResetTrigger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.ResetTrigger.html
  commentId: M:UnityEngine.Animator.ResetTrigger(System.Int32)
  nameWithType: Animator.ResetTrigger(int)
  type: Method
- uid: UnityEngine.Animator.ResetTrigger(System.String)
  name: ResetTrigger(string)
  fullName: UnityEngine.Animator.ResetTrigger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.ResetTrigger.html
  commentId: M:UnityEngine.Animator.ResetTrigger(System.String)
  nameWithType: Animator.ResetTrigger(string)
  type: Method
- uid: UnityEngine.Animator.rightFeetBottomHeight
  name: rightFeetBottomHeight
  fullName: UnityEngine.Animator.rightFeetBottomHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-rightFeetBottomHeight.html
  commentId: P:UnityEngine.Animator.rightFeetBottomHeight
  nameWithType: Animator.rightFeetBottomHeight
  type: Property
- uid: UnityEngine.Animator.rootPosition
  name: rootPosition
  fullName: UnityEngine.Animator.rootPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-rootPosition.html
  commentId: P:UnityEngine.Animator.rootPosition
  nameWithType: Animator.rootPosition
  type: Property
- uid: UnityEngine.Animator.rootRotation
  name: rootRotation
  fullName: UnityEngine.Animator.rootRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-rootRotation.html
  commentId: P:UnityEngine.Animator.rootRotation
  nameWithType: Animator.rootRotation
  type: Property
- uid: UnityEngine.Animator.runtimeAnimatorController
  name: runtimeAnimatorController
  fullName: UnityEngine.Animator.runtimeAnimatorController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-runtimeAnimatorController.html
  commentId: P:UnityEngine.Animator.runtimeAnimatorController
  nameWithType: Animator.runtimeAnimatorController
  type: Property
- uid: UnityEngine.Animator.SetBoneLocalRotation(UnityEngine.HumanBodyBones,UnityEngine.Quaternion)
  name: SetBoneLocalRotation(HumanBodyBones, Quaternion)
  fullName: UnityEngine.Animator.SetBoneLocalRotation(UnityEngine.HumanBodyBones, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetBoneLocalRotation.html
  commentId: M:UnityEngine.Animator.SetBoneLocalRotation(UnityEngine.HumanBodyBones,UnityEngine.Quaternion)
  nameWithType: Animator.SetBoneLocalRotation(HumanBodyBones, Quaternion)
  type: Method
- uid: UnityEngine.Animator.SetBool(System.Int32,System.Boolean)
  name: SetBool(int, bool)
  fullName: UnityEngine.Animator.SetBool(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetBool.html
  commentId: M:UnityEngine.Animator.SetBool(System.Int32,System.Boolean)
  nameWithType: Animator.SetBool(int, bool)
  type: Method
- uid: UnityEngine.Animator.SetBool(System.String,System.Boolean)
  name: SetBool(string, bool)
  fullName: UnityEngine.Animator.SetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetBool.html
  commentId: M:UnityEngine.Animator.SetBool(System.String,System.Boolean)
  nameWithType: Animator.SetBool(string, bool)
  type: Method
- uid: UnityEngine.Animator.SetFloat(System.Int32,System.Single,System.Single,System.Single)
  name: SetFloat(int, float, float, float)
  fullName: UnityEngine.Animator.SetFloat(int, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetFloat.html
  commentId: M:UnityEngine.Animator.SetFloat(System.Int32,System.Single,System.Single,System.Single)
  nameWithType: Animator.SetFloat(int, float, float, float)
  type: Method
- uid: UnityEngine.Animator.SetFloat(System.Int32,System.Single)
  name: SetFloat(int, float)
  fullName: UnityEngine.Animator.SetFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetFloat.html
  commentId: M:UnityEngine.Animator.SetFloat(System.Int32,System.Single)
  nameWithType: Animator.SetFloat(int, float)
  type: Method
- uid: UnityEngine.Animator.SetFloat(System.String,System.Single,System.Single,System.Single)
  name: SetFloat(string, float, float, float)
  fullName: UnityEngine.Animator.SetFloat(string, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetFloat.html
  commentId: M:UnityEngine.Animator.SetFloat(System.String,System.Single,System.Single,System.Single)
  nameWithType: Animator.SetFloat(string, float, float, float)
  type: Method
- uid: UnityEngine.Animator.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEngine.Animator.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetFloat.html
  commentId: M:UnityEngine.Animator.SetFloat(System.String,System.Single)
  nameWithType: Animator.SetFloat(string, float)
  type: Method
- uid: UnityEngine.Animator.SetIKHintPosition(UnityEngine.AvatarIKHint,UnityEngine.Vector3)
  name: SetIKHintPosition(AvatarIKHint, Vector3)
  fullName: UnityEngine.Animator.SetIKHintPosition(UnityEngine.AvatarIKHint, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetIKHintPosition.html
  commentId: M:UnityEngine.Animator.SetIKHintPosition(UnityEngine.AvatarIKHint,UnityEngine.Vector3)
  nameWithType: Animator.SetIKHintPosition(AvatarIKHint, Vector3)
  type: Method
- uid: UnityEngine.Animator.SetIKHintPositionWeight(UnityEngine.AvatarIKHint,System.Single)
  name: SetIKHintPositionWeight(AvatarIKHint, float)
  fullName: UnityEngine.Animator.SetIKHintPositionWeight(UnityEngine.AvatarIKHint, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetIKHintPositionWeight.html
  commentId: M:UnityEngine.Animator.SetIKHintPositionWeight(UnityEngine.AvatarIKHint,System.Single)
  nameWithType: Animator.SetIKHintPositionWeight(AvatarIKHint, float)
  type: Method
- uid: UnityEngine.Animator.SetIKPosition(UnityEngine.AvatarIKGoal,UnityEngine.Vector3)
  name: SetIKPosition(AvatarIKGoal, Vector3)
  fullName: UnityEngine.Animator.SetIKPosition(UnityEngine.AvatarIKGoal, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetIKPosition.html
  commentId: M:UnityEngine.Animator.SetIKPosition(UnityEngine.AvatarIKGoal,UnityEngine.Vector3)
  nameWithType: Animator.SetIKPosition(AvatarIKGoal, Vector3)
  type: Method
- uid: UnityEngine.Animator.SetIKPositionWeight(UnityEngine.AvatarIKGoal,System.Single)
  name: SetIKPositionWeight(AvatarIKGoal, float)
  fullName: UnityEngine.Animator.SetIKPositionWeight(UnityEngine.AvatarIKGoal, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetIKPositionWeight.html
  commentId: M:UnityEngine.Animator.SetIKPositionWeight(UnityEngine.AvatarIKGoal,System.Single)
  nameWithType: Animator.SetIKPositionWeight(AvatarIKGoal, float)
  type: Method
- uid: UnityEngine.Animator.SetIKRotation(UnityEngine.AvatarIKGoal,UnityEngine.Quaternion)
  name: SetIKRotation(AvatarIKGoal, Quaternion)
  fullName: UnityEngine.Animator.SetIKRotation(UnityEngine.AvatarIKGoal, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetIKRotation.html
  commentId: M:UnityEngine.Animator.SetIKRotation(UnityEngine.AvatarIKGoal,UnityEngine.Quaternion)
  nameWithType: Animator.SetIKRotation(AvatarIKGoal, Quaternion)
  type: Method
- uid: UnityEngine.Animator.SetIKRotationWeight(UnityEngine.AvatarIKGoal,System.Single)
  name: SetIKRotationWeight(AvatarIKGoal, float)
  fullName: UnityEngine.Animator.SetIKRotationWeight(UnityEngine.AvatarIKGoal, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetIKRotationWeight.html
  commentId: M:UnityEngine.Animator.SetIKRotationWeight(UnityEngine.AvatarIKGoal,System.Single)
  nameWithType: Animator.SetIKRotationWeight(AvatarIKGoal, float)
  type: Method
- uid: UnityEngine.Animator.SetInteger(System.Int32,System.Int32)
  name: SetInteger(int, int)
  fullName: UnityEngine.Animator.SetInteger(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetInteger.html
  commentId: M:UnityEngine.Animator.SetInteger(System.Int32,System.Int32)
  nameWithType: Animator.SetInteger(int, int)
  type: Method
- uid: UnityEngine.Animator.SetInteger(System.String,System.Int32)
  name: SetInteger(string, int)
  fullName: UnityEngine.Animator.SetInteger(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetInteger.html
  commentId: M:UnityEngine.Animator.SetInteger(System.String,System.Int32)
  nameWithType: Animator.SetInteger(string, int)
  type: Method
- uid: UnityEngine.Animator.SetLayerWeight(System.Int32,System.Single)
  name: SetLayerWeight(int, float)
  fullName: UnityEngine.Animator.SetLayerWeight(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetLayerWeight.html
  commentId: M:UnityEngine.Animator.SetLayerWeight(System.Int32,System.Single)
  nameWithType: Animator.SetLayerWeight(int, float)
  type: Method
- uid: UnityEngine.Animator.SetLookAtPosition(UnityEngine.Vector3)
  name: SetLookAtPosition(Vector3)
  fullName: UnityEngine.Animator.SetLookAtPosition(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetLookAtPosition.html
  commentId: M:UnityEngine.Animator.SetLookAtPosition(UnityEngine.Vector3)
  nameWithType: Animator.SetLookAtPosition(Vector3)
  type: Method
- uid: UnityEngine.Animator.SetLookAtWeight(System.Single,System.Single,System.Single,System.Single,System.Single)
  name: SetLookAtWeight(float, float, float, float, float)
  fullName: UnityEngine.Animator.SetLookAtWeight(float, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetLookAtWeight.html
  commentId: M:UnityEngine.Animator.SetLookAtWeight(System.Single,System.Single,System.Single,System.Single,System.Single)
  nameWithType: Animator.SetLookAtWeight(float, float, float, float, float)
  type: Method
- uid: UnityEngine.Animator.SetLookAtWeight(System.Single,System.Single,System.Single,System.Single)
  name: SetLookAtWeight(float, float, float, float)
  fullName: UnityEngine.Animator.SetLookAtWeight(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetLookAtWeight.html
  commentId: M:UnityEngine.Animator.SetLookAtWeight(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Animator.SetLookAtWeight(float, float, float, float)
  type: Method
- uid: UnityEngine.Animator.SetLookAtWeight(System.Single,System.Single,System.Single)
  name: SetLookAtWeight(float, float, float)
  fullName: UnityEngine.Animator.SetLookAtWeight(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetLookAtWeight.html
  commentId: M:UnityEngine.Animator.SetLookAtWeight(System.Single,System.Single,System.Single)
  nameWithType: Animator.SetLookAtWeight(float, float, float)
  type: Method
- uid: UnityEngine.Animator.SetLookAtWeight(System.Single,System.Single)
  name: SetLookAtWeight(float, float)
  fullName: UnityEngine.Animator.SetLookAtWeight(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetLookAtWeight.html
  commentId: M:UnityEngine.Animator.SetLookAtWeight(System.Single,System.Single)
  nameWithType: Animator.SetLookAtWeight(float, float)
  type: Method
- uid: UnityEngine.Animator.SetLookAtWeight(System.Single)
  name: SetLookAtWeight(float)
  fullName: UnityEngine.Animator.SetLookAtWeight(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetLookAtWeight.html
  commentId: M:UnityEngine.Animator.SetLookAtWeight(System.Single)
  nameWithType: Animator.SetLookAtWeight(float)
  type: Method
- uid: UnityEngine.Animator.SetQuaternion(System.Int32,UnityEngine.Quaternion)
  name: SetQuaternion(int, Quaternion)
  fullName: UnityEngine.Animator.SetQuaternion(int, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetQuaternion.html
  commentId: M:UnityEngine.Animator.SetQuaternion(System.Int32,UnityEngine.Quaternion)
  nameWithType: Animator.SetQuaternion(int, Quaternion)
  type: Method
- uid: UnityEngine.Animator.SetQuaternion(System.String,UnityEngine.Quaternion)
  name: SetQuaternion(string, Quaternion)
  fullName: UnityEngine.Animator.SetQuaternion(string, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetQuaternion.html
  commentId: M:UnityEngine.Animator.SetQuaternion(System.String,UnityEngine.Quaternion)
  nameWithType: Animator.SetQuaternion(string, Quaternion)
  type: Method
- uid: UnityEngine.Animator.SetTarget(UnityEngine.AvatarTarget,System.Single)
  name: SetTarget(AvatarTarget, float)
  fullName: UnityEngine.Animator.SetTarget(UnityEngine.AvatarTarget, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetTarget.html
  commentId: M:UnityEngine.Animator.SetTarget(UnityEngine.AvatarTarget,System.Single)
  nameWithType: Animator.SetTarget(AvatarTarget, float)
  type: Method
- uid: UnityEngine.Animator.SetTrigger(System.Int32)
  name: SetTrigger(int)
  fullName: UnityEngine.Animator.SetTrigger(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetTrigger.html
  commentId: M:UnityEngine.Animator.SetTrigger(System.Int32)
  nameWithType: Animator.SetTrigger(int)
  type: Method
- uid: UnityEngine.Animator.SetTrigger(System.String)
  name: SetTrigger(string)
  fullName: UnityEngine.Animator.SetTrigger(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetTrigger.html
  commentId: M:UnityEngine.Animator.SetTrigger(System.String)
  nameWithType: Animator.SetTrigger(string)
  type: Method
- uid: UnityEngine.Animator.SetVector(System.Int32,UnityEngine.Vector3)
  name: SetVector(int, Vector3)
  fullName: UnityEngine.Animator.SetVector(int, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetVector.html
  commentId: M:UnityEngine.Animator.SetVector(System.Int32,UnityEngine.Vector3)
  nameWithType: Animator.SetVector(int, Vector3)
  type: Method
- uid: UnityEngine.Animator.SetVector(System.String,UnityEngine.Vector3)
  name: SetVector(string, Vector3)
  fullName: UnityEngine.Animator.SetVector(string, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.SetVector.html
  commentId: M:UnityEngine.Animator.SetVector(System.String,UnityEngine.Vector3)
  nameWithType: Animator.SetVector(string, Vector3)
  type: Method
- uid: UnityEngine.Animator.speed
  name: speed
  fullName: UnityEngine.Animator.speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-speed.html
  commentId: P:UnityEngine.Animator.speed
  nameWithType: Animator.speed
  type: Property
- uid: UnityEngine.Animator.stabilizeFeet
  name: stabilizeFeet
  fullName: UnityEngine.Animator.stabilizeFeet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-stabilizeFeet.html
  commentId: P:UnityEngine.Animator.stabilizeFeet
  nameWithType: Animator.stabilizeFeet
  type: Property
- uid: UnityEngine.Animator.StartPlayback
  name: StartPlayback()
  fullName: UnityEngine.Animator.StartPlayback()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.StartPlayback.html
  commentId: M:UnityEngine.Animator.StartPlayback
  nameWithType: Animator.StartPlayback()
  type: Method
- uid: UnityEngine.Animator.StartRecording(System.Int32)
  name: StartRecording(int)
  fullName: UnityEngine.Animator.StartRecording(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.StartRecording.html
  commentId: M:UnityEngine.Animator.StartRecording(System.Int32)
  nameWithType: Animator.StartRecording(int)
  type: Method
- uid: UnityEngine.Animator.StopPlayback
  name: StopPlayback()
  fullName: UnityEngine.Animator.StopPlayback()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.StopPlayback.html
  commentId: M:UnityEngine.Animator.StopPlayback
  nameWithType: Animator.StopPlayback()
  type: Method
- uid: UnityEngine.Animator.StopRecording
  name: StopRecording()
  fullName: UnityEngine.Animator.StopRecording()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.StopRecording.html
  commentId: M:UnityEngine.Animator.StopRecording
  nameWithType: Animator.StopRecording()
  type: Method
- uid: UnityEngine.Animator.StringToHash(System.String)
  name: StringToHash(string)
  fullName: UnityEngine.Animator.StringToHash(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.StringToHash.html
  commentId: M:UnityEngine.Animator.StringToHash(System.String)
  nameWithType: Animator.StringToHash(string)
  type: Method
- uid: UnityEngine.Animator.targetPosition
  name: targetPosition
  fullName: UnityEngine.Animator.targetPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-targetPosition.html
  commentId: P:UnityEngine.Animator.targetPosition
  nameWithType: Animator.targetPosition
  type: Property
- uid: UnityEngine.Animator.targetRotation
  name: targetRotation
  fullName: UnityEngine.Animator.targetRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-targetRotation.html
  commentId: P:UnityEngine.Animator.targetRotation
  nameWithType: Animator.targetRotation
  type: Property
- uid: UnityEngine.Animator.Update(System.Single)
  name: Update(float)
  fullName: UnityEngine.Animator.Update(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator.Update.html
  commentId: M:UnityEngine.Animator.Update(System.Single)
  nameWithType: Animator.Update(float)
  type: Method
- uid: UnityEngine.Animator.updateMode
  name: updateMode
  fullName: UnityEngine.Animator.updateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-updateMode.html
  commentId: P:UnityEngine.Animator.updateMode
  nameWithType: Animator.updateMode
  type: Property
- uid: UnityEngine.Animator.velocity
  name: velocity
  fullName: UnityEngine.Animator.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Animator-velocity.html
  commentId: P:UnityEngine.Animator.velocity
  nameWithType: Animator.velocity
  type: Property
- uid: UnityEngine.AnimatorClipInfo
  name: AnimatorClipInfo
  fullName: UnityEngine.AnimatorClipInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorClipInfo.html
  commentId: T:UnityEngine.AnimatorClipInfo
  nameWithType: AnimatorClipInfo
  type: Struct
- uid: UnityEngine.AnimatorClipInfo.clip
  name: clip
  fullName: UnityEngine.AnimatorClipInfo.clip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorClipInfo-clip.html
  commentId: P:UnityEngine.AnimatorClipInfo.clip
  nameWithType: AnimatorClipInfo.clip
  type: Property
- uid: UnityEngine.AnimatorClipInfo.weight
  name: weight
  fullName: UnityEngine.AnimatorClipInfo.weight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorClipInfo-weight.html
  commentId: P:UnityEngine.AnimatorClipInfo.weight
  nameWithType: AnimatorClipInfo.weight
  type: Property
- uid: UnityEngine.AnimatorControllerParameter
  name: AnimatorControllerParameter
  fullName: UnityEngine.AnimatorControllerParameter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter.html
  commentId: T:UnityEngine.AnimatorControllerParameter
  nameWithType: AnimatorControllerParameter
  type: Class
- uid: UnityEngine.AnimatorControllerParameter.defaultBool
  name: defaultBool
  fullName: UnityEngine.AnimatorControllerParameter.defaultBool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter-defaultBool.html
  commentId: P:UnityEngine.AnimatorControllerParameter.defaultBool
  nameWithType: AnimatorControllerParameter.defaultBool
  type: Property
- uid: UnityEngine.AnimatorControllerParameter.defaultFloat
  name: defaultFloat
  fullName: UnityEngine.AnimatorControllerParameter.defaultFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter-defaultFloat.html
  commentId: P:UnityEngine.AnimatorControllerParameter.defaultFloat
  nameWithType: AnimatorControllerParameter.defaultFloat
  type: Property
- uid: UnityEngine.AnimatorControllerParameter.defaultInt
  name: defaultInt
  fullName: UnityEngine.AnimatorControllerParameter.defaultInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter-defaultInt.html
  commentId: P:UnityEngine.AnimatorControllerParameter.defaultInt
  nameWithType: AnimatorControllerParameter.defaultInt
  type: Property
- uid: UnityEngine.AnimatorControllerParameter.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.AnimatorControllerParameter.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter.Equals.html
  commentId: M:UnityEngine.AnimatorControllerParameter.Equals(System.Object)
  nameWithType: AnimatorControllerParameter.Equals(object)
  type: Method
- uid: UnityEngine.AnimatorControllerParameter.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.AnimatorControllerParameter.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter.GetHashCode.html
  commentId: M:UnityEngine.AnimatorControllerParameter.GetHashCode
  nameWithType: AnimatorControllerParameter.GetHashCode()
  type: Method
- uid: UnityEngine.AnimatorControllerParameter.name
  name: name
  fullName: UnityEngine.AnimatorControllerParameter.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter-name.html
  commentId: P:UnityEngine.AnimatorControllerParameter.name
  nameWithType: AnimatorControllerParameter.name
  type: Property
- uid: UnityEngine.AnimatorControllerParameter.nameHash
  name: nameHash
  fullName: UnityEngine.AnimatorControllerParameter.nameHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter-nameHash.html
  commentId: P:UnityEngine.AnimatorControllerParameter.nameHash
  nameWithType: AnimatorControllerParameter.nameHash
  type: Property
- uid: UnityEngine.AnimatorControllerParameter.type
  name: type
  fullName: UnityEngine.AnimatorControllerParameter.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameter-type.html
  commentId: P:UnityEngine.AnimatorControllerParameter.type
  nameWithType: AnimatorControllerParameter.type
  type: Property
- uid: UnityEngine.AnimatorControllerParameterType
  name: AnimatorControllerParameterType
  fullName: UnityEngine.AnimatorControllerParameterType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameterType.html
  commentId: T:UnityEngine.AnimatorControllerParameterType
  nameWithType: AnimatorControllerParameterType
  type: Enum
- uid: UnityEngine.AnimatorControllerParameterType.Bool
  name: Bool
  fullName: UnityEngine.AnimatorControllerParameterType.Bool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameterType.Bool.html
  commentId: F:UnityEngine.AnimatorControllerParameterType.Bool
  nameWithType: AnimatorControllerParameterType.Bool
  type: Field
- uid: UnityEngine.AnimatorControllerParameterType.Float
  name: Float
  fullName: UnityEngine.AnimatorControllerParameterType.Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameterType.Float.html
  commentId: F:UnityEngine.AnimatorControllerParameterType.Float
  nameWithType: AnimatorControllerParameterType.Float
  type: Field
- uid: UnityEngine.AnimatorControllerParameterType.Int
  name: Int
  fullName: UnityEngine.AnimatorControllerParameterType.Int
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameterType.Int.html
  commentId: F:UnityEngine.AnimatorControllerParameterType.Int
  nameWithType: AnimatorControllerParameterType.Int
  type: Field
- uid: UnityEngine.AnimatorControllerParameterType.Trigger
  name: Trigger
  fullName: UnityEngine.AnimatorControllerParameterType.Trigger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorControllerParameterType.Trigger.html
  commentId: F:UnityEngine.AnimatorControllerParameterType.Trigger
  nameWithType: AnimatorControllerParameterType.Trigger
  type: Field
- uid: UnityEngine.AnimatorCullingMode
  name: AnimatorCullingMode
  fullName: UnityEngine.AnimatorCullingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorCullingMode.html
  commentId: T:UnityEngine.AnimatorCullingMode
  nameWithType: AnimatorCullingMode
  type: Enum
- uid: UnityEngine.AnimatorCullingMode.AlwaysAnimate
  name: AlwaysAnimate
  fullName: UnityEngine.AnimatorCullingMode.AlwaysAnimate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorCullingMode.AlwaysAnimate.html
  commentId: F:UnityEngine.AnimatorCullingMode.AlwaysAnimate
  nameWithType: AnimatorCullingMode.AlwaysAnimate
  type: Field
- uid: UnityEngine.AnimatorCullingMode.BasedOnRenderers
  name: BasedOnRenderers
  fullName: UnityEngine.AnimatorCullingMode.BasedOnRenderers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorCullingMode.BasedOnRenderers.html
  commentId: F:UnityEngine.AnimatorCullingMode.BasedOnRenderers
  nameWithType: AnimatorCullingMode.BasedOnRenderers
  type: Field
- uid: UnityEngine.AnimatorCullingMode.CullCompletely
  name: CullCompletely
  fullName: UnityEngine.AnimatorCullingMode.CullCompletely
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorCullingMode.CullCompletely.html
  commentId: F:UnityEngine.AnimatorCullingMode.CullCompletely
  nameWithType: AnimatorCullingMode.CullCompletely
  type: Field
- uid: UnityEngine.AnimatorCullingMode.CullUpdateTransforms
  name: CullUpdateTransforms
  fullName: UnityEngine.AnimatorCullingMode.CullUpdateTransforms
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorCullingMode.CullUpdateTransforms.html
  commentId: F:UnityEngine.AnimatorCullingMode.CullUpdateTransforms
  nameWithType: AnimatorCullingMode.CullUpdateTransforms
  type: Field
- uid: UnityEngine.AnimatorOverrideController
  name: AnimatorOverrideController
  fullName: UnityEngine.AnimatorOverrideController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController.html
  commentId: T:UnityEngine.AnimatorOverrideController
  nameWithType: AnimatorOverrideController
  type: Class
- uid: UnityEngine.AnimatorOverrideController.#ctor
  name: AnimatorOverrideController()
  fullName: UnityEngine.AnimatorOverrideController.AnimatorOverrideController()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController-ctor.html
  commentId: M:UnityEngine.AnimatorOverrideController.#ctor
  nameWithType: AnimatorOverrideController.AnimatorOverrideController()
  type: Constructor
- uid: UnityEngine.AnimatorOverrideController.#ctor(UnityEngine.RuntimeAnimatorController)
  name: AnimatorOverrideController(RuntimeAnimatorController)
  fullName: UnityEngine.AnimatorOverrideController.AnimatorOverrideController(UnityEngine.RuntimeAnimatorController)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController-ctor.html
  commentId: M:UnityEngine.AnimatorOverrideController.#ctor(UnityEngine.RuntimeAnimatorController)
  nameWithType: AnimatorOverrideController.AnimatorOverrideController(RuntimeAnimatorController)
  type: Constructor
- uid: UnityEngine.AnimatorOverrideController.ApplyOverrides(System.Collections.Generic.IList{System.Collections.Generic.KeyValuePair{UnityEngine.AnimationClip,UnityEngine.AnimationClip}})
  name: ApplyOverrides(IList<KeyValuePair<AnimationClip, AnimationClip>>)
  fullName: UnityEngine.AnimatorOverrideController.ApplyOverrides(System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<UnityEngine.AnimationClip, UnityEngine.AnimationClip>>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController.ApplyOverrides.html
  commentId: M:UnityEngine.AnimatorOverrideController.ApplyOverrides(System.Collections.Generic.IList{System.Collections.Generic.KeyValuePair{UnityEngine.AnimationClip,UnityEngine.AnimationClip}})
  nameWithType: AnimatorOverrideController.ApplyOverrides(IList<KeyValuePair<AnimationClip, AnimationClip>>)
  type: Method
- uid: UnityEngine.AnimatorOverrideController.clips
  name: clips
  fullName: UnityEngine.AnimatorOverrideController.clips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController-clips.html
  commentId: P:UnityEngine.AnimatorOverrideController.clips
  nameWithType: AnimatorOverrideController.clips
  type: Property
- uid: UnityEngine.AnimatorOverrideController.GetOverrides(System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{UnityEngine.AnimationClip,UnityEngine.AnimationClip}})
  name: GetOverrides(List<KeyValuePair<AnimationClip, AnimationClip>>)
  fullName: UnityEngine.AnimatorOverrideController.GetOverrides(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<UnityEngine.AnimationClip, UnityEngine.AnimationClip>>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController.GetOverrides.html
  commentId: M:UnityEngine.AnimatorOverrideController.GetOverrides(System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{UnityEngine.AnimationClip,UnityEngine.AnimationClip}})
  nameWithType: AnimatorOverrideController.GetOverrides(List<KeyValuePair<AnimationClip, AnimationClip>>)
  type: Method
- uid: UnityEngine.AnimatorOverrideController.Item(System.String)
  name: this[string]
  fullName: UnityEngine.AnimatorOverrideController.this[string]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController.Item.html
  commentId: P:UnityEngine.AnimatorOverrideController.Item(System.String)
  nameWithType: AnimatorOverrideController.this[string]
  type: Property
- uid: UnityEngine.AnimatorOverrideController.Item(UnityEngine.AnimationClip)
  name: this[AnimationClip]
  fullName: UnityEngine.AnimatorOverrideController.this[UnityEngine.AnimationClip]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController.Item.html
  commentId: P:UnityEngine.AnimatorOverrideController.Item(UnityEngine.AnimationClip)
  nameWithType: AnimatorOverrideController.this[AnimationClip]
  type: Property
- uid: UnityEngine.AnimatorOverrideController.overridesCount
  name: overridesCount
  fullName: UnityEngine.AnimatorOverrideController.overridesCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController-overridesCount.html
  commentId: P:UnityEngine.AnimatorOverrideController.overridesCount
  nameWithType: AnimatorOverrideController.overridesCount
  type: Property
- uid: UnityEngine.AnimatorOverrideController.runtimeAnimatorController
  name: runtimeAnimatorController
  fullName: UnityEngine.AnimatorOverrideController.runtimeAnimatorController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorOverrideController-runtimeAnimatorController.html
  commentId: P:UnityEngine.AnimatorOverrideController.runtimeAnimatorController
  nameWithType: AnimatorOverrideController.runtimeAnimatorController
  type: Property
- uid: UnityEngine.AnimatorRecorderMode
  name: AnimatorRecorderMode
  fullName: UnityEngine.AnimatorRecorderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorRecorderMode.html
  commentId: T:UnityEngine.AnimatorRecorderMode
  nameWithType: AnimatorRecorderMode
  type: Enum
- uid: UnityEngine.AnimatorRecorderMode.Offline
  name: Offline
  fullName: UnityEngine.AnimatorRecorderMode.Offline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorRecorderMode.Offline.html
  commentId: F:UnityEngine.AnimatorRecorderMode.Offline
  nameWithType: AnimatorRecorderMode.Offline
  type: Field
- uid: UnityEngine.AnimatorRecorderMode.Playback
  name: Playback
  fullName: UnityEngine.AnimatorRecorderMode.Playback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorRecorderMode.Playback.html
  commentId: F:UnityEngine.AnimatorRecorderMode.Playback
  nameWithType: AnimatorRecorderMode.Playback
  type: Field
- uid: UnityEngine.AnimatorRecorderMode.Record
  name: Record
  fullName: UnityEngine.AnimatorRecorderMode.Record
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorRecorderMode.Record.html
  commentId: F:UnityEngine.AnimatorRecorderMode.Record
  nameWithType: AnimatorRecorderMode.Record
  type: Field
- uid: UnityEngine.AnimatorStateInfo
  name: AnimatorStateInfo
  fullName: UnityEngine.AnimatorStateInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo.html
  commentId: T:UnityEngine.AnimatorStateInfo
  nameWithType: AnimatorStateInfo
  type: Struct
- uid: UnityEngine.AnimatorStateInfo.fullPathHash
  name: fullPathHash
  fullName: UnityEngine.AnimatorStateInfo.fullPathHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-fullPathHash.html
  commentId: P:UnityEngine.AnimatorStateInfo.fullPathHash
  nameWithType: AnimatorStateInfo.fullPathHash
  type: Property
- uid: UnityEngine.AnimatorStateInfo.IsName(System.String)
  name: IsName(string)
  fullName: UnityEngine.AnimatorStateInfo.IsName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo.IsName.html
  commentId: M:UnityEngine.AnimatorStateInfo.IsName(System.String)
  nameWithType: AnimatorStateInfo.IsName(string)
  type: Method
- uid: UnityEngine.AnimatorStateInfo.IsTag(System.String)
  name: IsTag(string)
  fullName: UnityEngine.AnimatorStateInfo.IsTag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo.IsTag.html
  commentId: M:UnityEngine.AnimatorStateInfo.IsTag(System.String)
  nameWithType: AnimatorStateInfo.IsTag(string)
  type: Method
- uid: UnityEngine.AnimatorStateInfo.length
  name: length
  fullName: UnityEngine.AnimatorStateInfo.length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-length.html
  commentId: P:UnityEngine.AnimatorStateInfo.length
  nameWithType: AnimatorStateInfo.length
  type: Property
- uid: UnityEngine.AnimatorStateInfo.loop
  name: loop
  fullName: UnityEngine.AnimatorStateInfo.loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-loop.html
  commentId: P:UnityEngine.AnimatorStateInfo.loop
  nameWithType: AnimatorStateInfo.loop
  type: Property
- uid: UnityEngine.AnimatorStateInfo.nameHash
  name: nameHash
  fullName: UnityEngine.AnimatorStateInfo.nameHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-nameHash.html
  commentId: P:UnityEngine.AnimatorStateInfo.nameHash
  nameWithType: AnimatorStateInfo.nameHash
  type: Property
- uid: UnityEngine.AnimatorStateInfo.normalizedTime
  name: normalizedTime
  fullName: UnityEngine.AnimatorStateInfo.normalizedTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-normalizedTime.html
  commentId: P:UnityEngine.AnimatorStateInfo.normalizedTime
  nameWithType: AnimatorStateInfo.normalizedTime
  type: Property
- uid: UnityEngine.AnimatorStateInfo.shortNameHash
  name: shortNameHash
  fullName: UnityEngine.AnimatorStateInfo.shortNameHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-shortNameHash.html
  commentId: P:UnityEngine.AnimatorStateInfo.shortNameHash
  nameWithType: AnimatorStateInfo.shortNameHash
  type: Property
- uid: UnityEngine.AnimatorStateInfo.speed
  name: speed
  fullName: UnityEngine.AnimatorStateInfo.speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-speed.html
  commentId: P:UnityEngine.AnimatorStateInfo.speed
  nameWithType: AnimatorStateInfo.speed
  type: Property
- uid: UnityEngine.AnimatorStateInfo.speedMultiplier
  name: speedMultiplier
  fullName: UnityEngine.AnimatorStateInfo.speedMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-speedMultiplier.html
  commentId: P:UnityEngine.AnimatorStateInfo.speedMultiplier
  nameWithType: AnimatorStateInfo.speedMultiplier
  type: Property
- uid: UnityEngine.AnimatorStateInfo.tagHash
  name: tagHash
  fullName: UnityEngine.AnimatorStateInfo.tagHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorStateInfo-tagHash.html
  commentId: P:UnityEngine.AnimatorStateInfo.tagHash
  nameWithType: AnimatorStateInfo.tagHash
  type: Property
- uid: UnityEngine.AnimatorTransitionInfo
  name: AnimatorTransitionInfo
  fullName: UnityEngine.AnimatorTransitionInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo.html
  commentId: T:UnityEngine.AnimatorTransitionInfo
  nameWithType: AnimatorTransitionInfo
  type: Struct
- uid: UnityEngine.AnimatorTransitionInfo.anyState
  name: anyState
  fullName: UnityEngine.AnimatorTransitionInfo.anyState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo-anyState.html
  commentId: P:UnityEngine.AnimatorTransitionInfo.anyState
  nameWithType: AnimatorTransitionInfo.anyState
  type: Property
- uid: UnityEngine.AnimatorTransitionInfo.duration
  name: duration
  fullName: UnityEngine.AnimatorTransitionInfo.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo-duration.html
  commentId: P:UnityEngine.AnimatorTransitionInfo.duration
  nameWithType: AnimatorTransitionInfo.duration
  type: Property
- uid: UnityEngine.AnimatorTransitionInfo.durationUnit
  name: durationUnit
  fullName: UnityEngine.AnimatorTransitionInfo.durationUnit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo-durationUnit.html
  commentId: P:UnityEngine.AnimatorTransitionInfo.durationUnit
  nameWithType: AnimatorTransitionInfo.durationUnit
  type: Property
- uid: UnityEngine.AnimatorTransitionInfo.fullPathHash
  name: fullPathHash
  fullName: UnityEngine.AnimatorTransitionInfo.fullPathHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo-fullPathHash.html
  commentId: P:UnityEngine.AnimatorTransitionInfo.fullPathHash
  nameWithType: AnimatorTransitionInfo.fullPathHash
  type: Property
- uid: UnityEngine.AnimatorTransitionInfo.IsName(System.String)
  name: IsName(string)
  fullName: UnityEngine.AnimatorTransitionInfo.IsName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo.IsName.html
  commentId: M:UnityEngine.AnimatorTransitionInfo.IsName(System.String)
  nameWithType: AnimatorTransitionInfo.IsName(string)
  type: Method
- uid: UnityEngine.AnimatorTransitionInfo.IsUserName(System.String)
  name: IsUserName(string)
  fullName: UnityEngine.AnimatorTransitionInfo.IsUserName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo.IsUserName.html
  commentId: M:UnityEngine.AnimatorTransitionInfo.IsUserName(System.String)
  nameWithType: AnimatorTransitionInfo.IsUserName(string)
  type: Method
- uid: UnityEngine.AnimatorTransitionInfo.nameHash
  name: nameHash
  fullName: UnityEngine.AnimatorTransitionInfo.nameHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo-nameHash.html
  commentId: P:UnityEngine.AnimatorTransitionInfo.nameHash
  nameWithType: AnimatorTransitionInfo.nameHash
  type: Property
- uid: UnityEngine.AnimatorTransitionInfo.normalizedTime
  name: normalizedTime
  fullName: UnityEngine.AnimatorTransitionInfo.normalizedTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo-normalizedTime.html
  commentId: P:UnityEngine.AnimatorTransitionInfo.normalizedTime
  nameWithType: AnimatorTransitionInfo.normalizedTime
  type: Property
- uid: UnityEngine.AnimatorTransitionInfo.userNameHash
  name: userNameHash
  fullName: UnityEngine.AnimatorTransitionInfo.userNameHash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorTransitionInfo-userNameHash.html
  commentId: P:UnityEngine.AnimatorTransitionInfo.userNameHash
  nameWithType: AnimatorTransitionInfo.userNameHash
  type: Property
- uid: UnityEngine.AnimatorUpdateMode
  name: AnimatorUpdateMode
  fullName: UnityEngine.AnimatorUpdateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorUpdateMode.html
  commentId: T:UnityEngine.AnimatorUpdateMode
  nameWithType: AnimatorUpdateMode
  type: Enum
- uid: UnityEngine.AnimatorUpdateMode.AnimatePhysics
  name: AnimatePhysics
  fullName: UnityEngine.AnimatorUpdateMode.AnimatePhysics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorUpdateMode.AnimatePhysics.html
  commentId: F:UnityEngine.AnimatorUpdateMode.AnimatePhysics
  nameWithType: AnimatorUpdateMode.AnimatePhysics
  type: Field
- uid: UnityEngine.AnimatorUpdateMode.Normal
  name: Normal
  fullName: UnityEngine.AnimatorUpdateMode.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorUpdateMode.Normal.html
  commentId: F:UnityEngine.AnimatorUpdateMode.Normal
  nameWithType: AnimatorUpdateMode.Normal
  type: Field
- uid: UnityEngine.AnimatorUpdateMode.UnscaledTime
  name: UnscaledTime
  fullName: UnityEngine.AnimatorUpdateMode.UnscaledTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorUpdateMode.UnscaledTime.html
  commentId: F:UnityEngine.AnimatorUpdateMode.UnscaledTime
  nameWithType: AnimatorUpdateMode.UnscaledTime
  type: Field
- uid: UnityEngine.AnimatorUtility
  name: AnimatorUtility
  fullName: UnityEngine.AnimatorUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorUtility.html
  commentId: T:UnityEngine.AnimatorUtility
  nameWithType: AnimatorUtility
  type: Class
- uid: UnityEngine.AnimatorUtility.DeoptimizeTransformHierarchy(UnityEngine.GameObject)
  name: DeoptimizeTransformHierarchy(GameObject)
  fullName: UnityEngine.AnimatorUtility.DeoptimizeTransformHierarchy(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorUtility.DeoptimizeTransformHierarchy.html
  commentId: M:UnityEngine.AnimatorUtility.DeoptimizeTransformHierarchy(UnityEngine.GameObject)
  nameWithType: AnimatorUtility.DeoptimizeTransformHierarchy(GameObject)
  type: Method
- uid: UnityEngine.AnimatorUtility.OptimizeTransformHierarchy(UnityEngine.GameObject,System.String[])
  name: OptimizeTransformHierarchy(GameObject, string[])
  fullName: UnityEngine.AnimatorUtility.OptimizeTransformHierarchy(UnityEngine.GameObject, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnimatorUtility.OptimizeTransformHierarchy.html
  commentId: M:UnityEngine.AnimatorUtility.OptimizeTransformHierarchy(UnityEngine.GameObject,System.String[])
  nameWithType: AnimatorUtility.OptimizeTransformHierarchy(GameObject, string[])
  type: Method
- uid: UnityEngine.AnisotropicFiltering
  name: AnisotropicFiltering
  fullName: UnityEngine.AnisotropicFiltering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnisotropicFiltering.html
  commentId: T:UnityEngine.AnisotropicFiltering
  nameWithType: AnisotropicFiltering
  type: Enum
- uid: UnityEngine.AnisotropicFiltering.Disable
  name: Disable
  fullName: UnityEngine.AnisotropicFiltering.Disable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnisotropicFiltering.Disable.html
  commentId: F:UnityEngine.AnisotropicFiltering.Disable
  nameWithType: AnisotropicFiltering.Disable
  type: Field
- uid: UnityEngine.AnisotropicFiltering.Enable
  name: Enable
  fullName: UnityEngine.AnisotropicFiltering.Enable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnisotropicFiltering.Enable.html
  commentId: F:UnityEngine.AnisotropicFiltering.Enable
  nameWithType: AnisotropicFiltering.Enable
  type: Field
- uid: UnityEngine.AnisotropicFiltering.ForceEnable
  name: ForceEnable
  fullName: UnityEngine.AnisotropicFiltering.ForceEnable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AnisotropicFiltering.ForceEnable.html
  commentId: F:UnityEngine.AnisotropicFiltering.ForceEnable
  nameWithType: AnisotropicFiltering.ForceEnable
  type: Field
- uid: UnityEngine.Apple.ReplayKit
  name: UnityEngine.Apple.ReplayKit
  fullName: UnityEngine.Apple.ReplayKit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Apple.ReplayKit
  nameWithType: UnityEngine.Apple.ReplayKit
  type: Namespace
- uid: UnityEngine.Apple.ReplayKit.ReplayKit
  name: ReplayKit
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.html
  commentId: T:UnityEngine.Apple.ReplayKit.ReplayKit
  nameWithType: ReplayKit
  type: Class
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.APIAvailable
  name: APIAvailable
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.APIAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.APIAvailable.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.APIAvailable
  nameWithType: ReplayKit.APIAvailable
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.broadcastingAPIAvailable
  name: broadcastingAPIAvailable
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.broadcastingAPIAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit-broadcastingAPIAvailable.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.broadcastingAPIAvailable
  nameWithType: ReplayKit.broadcastingAPIAvailable
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback
  name: ReplayKit.BroadcastStatusCallback
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.BroadcastStatusCallback.html
  commentId: T:UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback
  nameWithType: ReplayKit.BroadcastStatusCallback
  type: Delegate
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.broadcastURL
  name: broadcastURL
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.broadcastURL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit-broadcastURL.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.broadcastURL
  nameWithType: ReplayKit.broadcastURL
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.cameraEnabled
  name: cameraEnabled
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.cameraEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit-cameraEnabled.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.cameraEnabled
  nameWithType: ReplayKit.cameraEnabled
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.Discard
  name: Discard()
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.Discard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.Discard.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.Discard
  nameWithType: ReplayKit.Discard()
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.HideCameraPreview
  name: HideCameraPreview()
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.HideCameraPreview()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.HideCameraPreview.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.HideCameraPreview
  nameWithType: ReplayKit.HideCameraPreview()
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.isBroadcasting
  name: isBroadcasting
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.isBroadcasting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit-isBroadcasting.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.isBroadcasting
  nameWithType: ReplayKit.isBroadcasting
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.isRecording
  name: isRecording
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.isRecording
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit-isRecording.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.isRecording
  nameWithType: ReplayKit.isRecording
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.lastError
  name: lastError
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.lastError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit-lastError.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.lastError
  nameWithType: ReplayKit.lastError
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.microphoneEnabled
  name: microphoneEnabled
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.microphoneEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit-microphoneEnabled.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.microphoneEnabled
  nameWithType: ReplayKit.microphoneEnabled
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.Preview
  name: Preview()
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.Preview()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.Preview.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.Preview
  nameWithType: ReplayKit.Preview()
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.recordingAvailable
  name: recordingAvailable
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.recordingAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit-recordingAvailable.html
  commentId: P:UnityEngine.Apple.ReplayKit.ReplayKit.recordingAvailable
  nameWithType: ReplayKit.recordingAvailable
  type: Property
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.ShowCameraPreviewAt(System.Single,System.Single)
  name: ShowCameraPreviewAt(float, float)
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.ShowCameraPreviewAt(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.ShowCameraPreviewAt.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.ShowCameraPreviewAt(System.Single,System.Single)
  nameWithType: ReplayKit.ShowCameraPreviewAt(float, float)
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback,System.Boolean,System.Boolean)
  name: StartBroadcasting(BroadcastStatusCallback, bool, bool)
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.StartBroadcasting.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback,System.Boolean,System.Boolean)
  nameWithType: ReplayKit.StartBroadcasting(ReplayKit.BroadcastStatusCallback, bool, bool)
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback,System.Boolean)
  name: StartBroadcasting(BroadcastStatusCallback, bool)
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.StartBroadcasting.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback,System.Boolean)
  nameWithType: ReplayKit.StartBroadcasting(ReplayKit.BroadcastStatusCallback, bool)
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback)
  name: StartBroadcasting(BroadcastStatusCallback)
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.StartBroadcasting.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.StartBroadcasting(UnityEngine.Apple.ReplayKit.ReplayKit.BroadcastStatusCallback)
  nameWithType: ReplayKit.StartBroadcasting(ReplayKit.BroadcastStatusCallback)
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.StartRecording(System.Boolean,System.Boolean)
  name: StartRecording(bool, bool)
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.StartRecording(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.StartRecording.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.StartRecording(System.Boolean,System.Boolean)
  nameWithType: ReplayKit.StartRecording(bool, bool)
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.StopBroadcasting
  name: StopBroadcasting()
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.StopBroadcasting()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.StopBroadcasting.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.StopBroadcasting
  nameWithType: ReplayKit.StopBroadcasting()
  type: Method
- uid: UnityEngine.Apple.ReplayKit.ReplayKit.StopRecording
  name: StopRecording()
  fullName: UnityEngine.Apple.ReplayKit.ReplayKit.StopRecording()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.ReplayKit.ReplayKit.StopRecording.html
  commentId: M:UnityEngine.Apple.ReplayKit.ReplayKit.StopRecording
  nameWithType: ReplayKit.StopRecording()
  type: Method
- uid: UnityEngine.Apple.TV
  name: UnityEngine.Apple.TV
  fullName: UnityEngine.Apple.TV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Apple.TV
  nameWithType: UnityEngine.Apple.TV
  type: Namespace
- uid: UnityEngine.Apple.TV.Remote
  name: Remote
  fullName: UnityEngine.Apple.TV.Remote
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.TV.Remote.html
  commentId: T:UnityEngine.Apple.TV.Remote
  nameWithType: Remote
  type: Class
- uid: UnityEngine.Apple.TV.Remote.allowExitToHome
  name: allowExitToHome
  fullName: UnityEngine.Apple.TV.Remote.allowExitToHome
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.TV.Remote-allowExitToHome.html
  commentId: P:UnityEngine.Apple.TV.Remote.allowExitToHome
  nameWithType: Remote.allowExitToHome
  type: Property
- uid: UnityEngine.Apple.TV.Remote.allowRemoteRotation
  name: allowRemoteRotation
  fullName: UnityEngine.Apple.TV.Remote.allowRemoteRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.TV.Remote-allowRemoteRotation.html
  commentId: P:UnityEngine.Apple.TV.Remote.allowRemoteRotation
  nameWithType: Remote.allowRemoteRotation
  type: Property
- uid: UnityEngine.Apple.TV.Remote.reportAbsoluteDpadValues
  name: reportAbsoluteDpadValues
  fullName: UnityEngine.Apple.TV.Remote.reportAbsoluteDpadValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.TV.Remote-reportAbsoluteDpadValues.html
  commentId: P:UnityEngine.Apple.TV.Remote.reportAbsoluteDpadValues
  nameWithType: Remote.reportAbsoluteDpadValues
  type: Property
- uid: UnityEngine.Apple.TV.Remote.touchesEnabled
  name: touchesEnabled
  fullName: UnityEngine.Apple.TV.Remote.touchesEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Apple.TV.Remote-touchesEnabled.html
  commentId: P:UnityEngine.Apple.TV.Remote.touchesEnabled
  nameWithType: Remote.touchesEnabled
  type: Property
- uid: UnityEngine.Application
  name: Application
  fullName: UnityEngine.Application
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.html
  commentId: T:UnityEngine.Application
  nameWithType: Application
  type: Class
- uid: UnityEngine.Application.absoluteURL
  name: absoluteURL
  fullName: UnityEngine.Application.absoluteURL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-absoluteURL.html
  commentId: P:UnityEngine.Application.absoluteURL
  nameWithType: Application.absoluteURL
  type: Property
- uid: UnityEngine.Application.AdvertisingIdentifierCallback
  name: Application.AdvertisingIdentifierCallback
  fullName: UnityEngine.Application.AdvertisingIdentifierCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.AdvertisingIdentifierCallback.html
  commentId: T:UnityEngine.Application.AdvertisingIdentifierCallback
  nameWithType: Application.AdvertisingIdentifierCallback
  type: Delegate
- uid: UnityEngine.Application.backgroundLoadingPriority
  name: backgroundLoadingPriority
  fullName: UnityEngine.Application.backgroundLoadingPriority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-backgroundLoadingPriority.html
  commentId: P:UnityEngine.Application.backgroundLoadingPriority
  nameWithType: Application.backgroundLoadingPriority
  type: Property
- uid: UnityEngine.Application.buildGUID
  name: buildGUID
  fullName: UnityEngine.Application.buildGUID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-buildGUID.html
  commentId: P:UnityEngine.Application.buildGUID
  nameWithType: Application.buildGUID
  type: Property
- uid: UnityEngine.Application.CancelQuit
  name: CancelQuit()
  fullName: UnityEngine.Application.CancelQuit()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.CancelQuit.html
  commentId: M:UnityEngine.Application.CancelQuit
  nameWithType: Application.CancelQuit()
  type: Method
- uid: UnityEngine.Application.CanStreamedLevelBeLoaded(System.Int32)
  name: CanStreamedLevelBeLoaded(int)
  fullName: UnityEngine.Application.CanStreamedLevelBeLoaded(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.CanStreamedLevelBeLoaded.html
  commentId: M:UnityEngine.Application.CanStreamedLevelBeLoaded(System.Int32)
  nameWithType: Application.CanStreamedLevelBeLoaded(int)
  type: Method
- uid: UnityEngine.Application.CanStreamedLevelBeLoaded(System.String)
  name: CanStreamedLevelBeLoaded(string)
  fullName: UnityEngine.Application.CanStreamedLevelBeLoaded(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.CanStreamedLevelBeLoaded.html
  commentId: M:UnityEngine.Application.CanStreamedLevelBeLoaded(System.String)
  nameWithType: Application.CanStreamedLevelBeLoaded(string)
  type: Method
- uid: UnityEngine.Application.CaptureScreenshot(System.String,System.Int32)
  name: CaptureScreenshot(string, int)
  fullName: UnityEngine.Application.CaptureScreenshot(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.CaptureScreenshot.html
  commentId: M:UnityEngine.Application.CaptureScreenshot(System.String,System.Int32)
  nameWithType: Application.CaptureScreenshot(string, int)
  type: Method
- uid: UnityEngine.Application.CaptureScreenshot(System.String)
  name: CaptureScreenshot(string)
  fullName: UnityEngine.Application.CaptureScreenshot(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.CaptureScreenshot.html
  commentId: M:UnityEngine.Application.CaptureScreenshot(System.String)
  nameWithType: Application.CaptureScreenshot(string)
  type: Method
- uid: UnityEngine.Application.cloudProjectId
  name: cloudProjectId
  fullName: UnityEngine.Application.cloudProjectId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-cloudProjectId.html
  commentId: P:UnityEngine.Application.cloudProjectId
  nameWithType: Application.cloudProjectId
  type: Property
- uid: UnityEngine.Application.companyName
  name: companyName
  fullName: UnityEngine.Application.companyName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-companyName.html
  commentId: P:UnityEngine.Application.companyName
  nameWithType: Application.companyName
  type: Property
- uid: UnityEngine.Application.dataPath
  name: dataPath
  fullName: UnityEngine.Application.dataPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-dataPath.html
  commentId: P:UnityEngine.Application.dataPath
  nameWithType: Application.dataPath
  type: Property
- uid: UnityEngine.Application.DontDestroyOnLoad(UnityEngine.Object)
  name: DontDestroyOnLoad(Object)
  fullName: UnityEngine.Application.DontDestroyOnLoad(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.DontDestroyOnLoad.html
  commentId: M:UnityEngine.Application.DontDestroyOnLoad(UnityEngine.Object)
  nameWithType: Application.DontDestroyOnLoad(Object)
  type: Method
- uid: UnityEngine.Application.ExternalCall(System.String,System.Object[])
  name: ExternalCall(string, params object[])
  fullName: UnityEngine.Application.ExternalCall(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.ExternalCall.html
  commentId: M:UnityEngine.Application.ExternalCall(System.String,System.Object[])
  nameWithType: Application.ExternalCall(string, params object[])
  type: Method
- uid: UnityEngine.Application.ExternalEval(System.String)
  name: ExternalEval(string)
  fullName: UnityEngine.Application.ExternalEval(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.ExternalEval.html
  commentId: M:UnityEngine.Application.ExternalEval(System.String)
  nameWithType: Application.ExternalEval(string)
  type: Method
- uid: UnityEngine.Application.ForceCrash(System.Int32)
  name: ForceCrash(int)
  fullName: UnityEngine.Application.ForceCrash(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.ForceCrash.html
  commentId: M:UnityEngine.Application.ForceCrash(System.Int32)
  nameWithType: Application.ForceCrash(int)
  type: Method
- uid: UnityEngine.Application.genuine
  name: genuine
  fullName: UnityEngine.Application.genuine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-genuine.html
  commentId: P:UnityEngine.Application.genuine
  nameWithType: Application.genuine
  type: Property
- uid: UnityEngine.Application.genuineCheckAvailable
  name: genuineCheckAvailable
  fullName: UnityEngine.Application.genuineCheckAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-genuineCheckAvailable.html
  commentId: P:UnityEngine.Application.genuineCheckAvailable
  nameWithType: Application.genuineCheckAvailable
  type: Property
- uid: UnityEngine.Application.GetBuildTags
  name: GetBuildTags()
  fullName: UnityEngine.Application.GetBuildTags()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.GetBuildTags.html
  commentId: M:UnityEngine.Application.GetBuildTags
  nameWithType: Application.GetBuildTags()
  type: Method
- uid: UnityEngine.Application.GetStackTraceLogType(UnityEngine.LogType)
  name: GetStackTraceLogType(LogType)
  fullName: UnityEngine.Application.GetStackTraceLogType(UnityEngine.LogType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.GetStackTraceLogType.html
  commentId: M:UnityEngine.Application.GetStackTraceLogType(UnityEngine.LogType)
  nameWithType: Application.GetStackTraceLogType(LogType)
  type: Method
- uid: UnityEngine.Application.GetStreamProgressForLevel(System.Int32)
  name: GetStreamProgressForLevel(int)
  fullName: UnityEngine.Application.GetStreamProgressForLevel(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.GetStreamProgressForLevel.html
  commentId: M:UnityEngine.Application.GetStreamProgressForLevel(System.Int32)
  nameWithType: Application.GetStreamProgressForLevel(int)
  type: Method
- uid: UnityEngine.Application.GetStreamProgressForLevel(System.String)
  name: GetStreamProgressForLevel(string)
  fullName: UnityEngine.Application.GetStreamProgressForLevel(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.GetStreamProgressForLevel.html
  commentId: M:UnityEngine.Application.GetStreamProgressForLevel(System.String)
  nameWithType: Application.GetStreamProgressForLevel(string)
  type: Method
- uid: UnityEngine.Application.HasProLicense
  name: HasProLicense()
  fullName: UnityEngine.Application.HasProLicense()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.HasProLicense.html
  commentId: M:UnityEngine.Application.HasProLicense
  nameWithType: Application.HasProLicense()
  type: Method
- uid: UnityEngine.Application.HasUserAuthorization(UnityEngine.UserAuthorization)
  name: HasUserAuthorization(UserAuthorization)
  fullName: UnityEngine.Application.HasUserAuthorization(UnityEngine.UserAuthorization)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.HasUserAuthorization.html
  commentId: M:UnityEngine.Application.HasUserAuthorization(UnityEngine.UserAuthorization)
  nameWithType: Application.HasUserAuthorization(UserAuthorization)
  type: Method
- uid: UnityEngine.Application.identifier
  name: identifier
  fullName: UnityEngine.Application.identifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-identifier.html
  commentId: P:UnityEngine.Application.identifier
  nameWithType: Application.identifier
  type: Property
- uid: UnityEngine.Application.installerName
  name: installerName
  fullName: UnityEngine.Application.installerName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-installerName.html
  commentId: P:UnityEngine.Application.installerName
  nameWithType: Application.installerName
  type: Property
- uid: UnityEngine.Application.installMode
  name: installMode
  fullName: UnityEngine.Application.installMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-installMode.html
  commentId: P:UnityEngine.Application.installMode
  nameWithType: Application.installMode
  type: Property
- uid: UnityEngine.Application.internetReachability
  name: internetReachability
  fullName: UnityEngine.Application.internetReachability
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-internetReachability.html
  commentId: P:UnityEngine.Application.internetReachability
  nameWithType: Application.internetReachability
  type: Property
- uid: UnityEngine.Application.isConsolePlatform
  name: isConsolePlatform
  fullName: UnityEngine.Application.isConsolePlatform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isConsolePlatform.html
  commentId: P:UnityEngine.Application.isConsolePlatform
  nameWithType: Application.isConsolePlatform
  type: Property
- uid: UnityEngine.Application.isEditor
  name: isEditor
  fullName: UnityEngine.Application.isEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isEditor.html
  commentId: P:UnityEngine.Application.isEditor
  nameWithType: Application.isEditor
  type: Property
- uid: UnityEngine.Application.isFocused
  name: isFocused
  fullName: UnityEngine.Application.isFocused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isFocused.html
  commentId: P:UnityEngine.Application.isFocused
  nameWithType: Application.isFocused
  type: Property
- uid: UnityEngine.Application.isLoadingLevel
  name: isLoadingLevel
  fullName: UnityEngine.Application.isLoadingLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isLoadingLevel.html
  commentId: P:UnityEngine.Application.isLoadingLevel
  nameWithType: Application.isLoadingLevel
  type: Property
- uid: UnityEngine.Application.isMobilePlatform
  name: isMobilePlatform
  fullName: UnityEngine.Application.isMobilePlatform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isMobilePlatform.html
  commentId: P:UnityEngine.Application.isMobilePlatform
  nameWithType: Application.isMobilePlatform
  type: Property
- uid: UnityEngine.Application.isPlayer
  name: isPlayer
  fullName: UnityEngine.Application.isPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isPlayer.html
  commentId: P:UnityEngine.Application.isPlayer
  nameWithType: Application.isPlayer
  type: Property
- uid: UnityEngine.Application.isPlaying
  name: isPlaying
  fullName: UnityEngine.Application.isPlaying
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isPlaying.html
  commentId: P:UnityEngine.Application.isPlaying
  nameWithType: Application.isPlaying
  type: Property
- uid: UnityEngine.Application.isShowingSplashScreen
  name: isShowingSplashScreen
  fullName: UnityEngine.Application.isShowingSplashScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isShowingSplashScreen.html
  commentId: P:UnityEngine.Application.isShowingSplashScreen
  nameWithType: Application.isShowingSplashScreen
  type: Property
- uid: UnityEngine.Application.isWebPlayer
  name: isWebPlayer
  fullName: UnityEngine.Application.isWebPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-isWebPlayer.html
  commentId: P:UnityEngine.Application.isWebPlayer
  nameWithType: Application.isWebPlayer
  type: Property
- uid: UnityEngine.Application.levelCount
  name: levelCount
  fullName: UnityEngine.Application.levelCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-levelCount.html
  commentId: P:UnityEngine.Application.levelCount
  nameWithType: Application.levelCount
  type: Property
- uid: UnityEngine.Application.loadedLevel
  name: loadedLevel
  fullName: UnityEngine.Application.loadedLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-loadedLevel.html
  commentId: P:UnityEngine.Application.loadedLevel
  nameWithType: Application.loadedLevel
  type: Property
- uid: UnityEngine.Application.loadedLevelName
  name: loadedLevelName
  fullName: UnityEngine.Application.loadedLevelName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-loadedLevelName.html
  commentId: P:UnityEngine.Application.loadedLevelName
  nameWithType: Application.loadedLevelName
  type: Property
- uid: UnityEngine.Application.LoadLevel(System.Int32)
  name: LoadLevel(int)
  fullName: UnityEngine.Application.LoadLevel(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LoadLevel.html
  commentId: M:UnityEngine.Application.LoadLevel(System.Int32)
  nameWithType: Application.LoadLevel(int)
  type: Method
- uid: UnityEngine.Application.LoadLevel(System.String)
  name: LoadLevel(string)
  fullName: UnityEngine.Application.LoadLevel(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LoadLevel.html
  commentId: M:UnityEngine.Application.LoadLevel(System.String)
  nameWithType: Application.LoadLevel(string)
  type: Method
- uid: UnityEngine.Application.LoadLevelAdditive(System.Int32)
  name: LoadLevelAdditive(int)
  fullName: UnityEngine.Application.LoadLevelAdditive(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LoadLevelAdditive.html
  commentId: M:UnityEngine.Application.LoadLevelAdditive(System.Int32)
  nameWithType: Application.LoadLevelAdditive(int)
  type: Method
- uid: UnityEngine.Application.LoadLevelAdditive(System.String)
  name: LoadLevelAdditive(string)
  fullName: UnityEngine.Application.LoadLevelAdditive(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LoadLevelAdditive.html
  commentId: M:UnityEngine.Application.LoadLevelAdditive(System.String)
  nameWithType: Application.LoadLevelAdditive(string)
  type: Method
- uid: UnityEngine.Application.LoadLevelAdditiveAsync(System.Int32)
  name: LoadLevelAdditiveAsync(int)
  fullName: UnityEngine.Application.LoadLevelAdditiveAsync(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LoadLevelAdditiveAsync.html
  commentId: M:UnityEngine.Application.LoadLevelAdditiveAsync(System.Int32)
  nameWithType: Application.LoadLevelAdditiveAsync(int)
  type: Method
- uid: UnityEngine.Application.LoadLevelAdditiveAsync(System.String)
  name: LoadLevelAdditiveAsync(string)
  fullName: UnityEngine.Application.LoadLevelAdditiveAsync(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LoadLevelAdditiveAsync.html
  commentId: M:UnityEngine.Application.LoadLevelAdditiveAsync(System.String)
  nameWithType: Application.LoadLevelAdditiveAsync(string)
  type: Method
- uid: UnityEngine.Application.LoadLevelAsync(System.Int32)
  name: LoadLevelAsync(int)
  fullName: UnityEngine.Application.LoadLevelAsync(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LoadLevelAsync.html
  commentId: M:UnityEngine.Application.LoadLevelAsync(System.Int32)
  nameWithType: Application.LoadLevelAsync(int)
  type: Method
- uid: UnityEngine.Application.LoadLevelAsync(System.String)
  name: LoadLevelAsync(string)
  fullName: UnityEngine.Application.LoadLevelAsync(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LoadLevelAsync.html
  commentId: M:UnityEngine.Application.LoadLevelAsync(System.String)
  nameWithType: Application.LoadLevelAsync(string)
  type: Method
- uid: UnityEngine.Application.LogCallback
  name: Application.LogCallback
  fullName: UnityEngine.Application.LogCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LogCallback.html
  commentId: T:UnityEngine.Application.LogCallback
  nameWithType: Application.LogCallback
  type: Delegate
- uid: UnityEngine.Application.logMessageReceived
  name: logMessageReceived
  fullName: UnityEngine.Application.logMessageReceived
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-logMessageReceived.html
  commentId: E:UnityEngine.Application.logMessageReceived
  nameWithType: Application.logMessageReceived
  type: Event
- uid: UnityEngine.Application.logMessageReceivedThreaded
  name: logMessageReceivedThreaded
  fullName: UnityEngine.Application.logMessageReceivedThreaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-logMessageReceivedThreaded.html
  commentId: E:UnityEngine.Application.logMessageReceivedThreaded
  nameWithType: Application.logMessageReceivedThreaded
  type: Event
- uid: UnityEngine.Application.lowMemory
  name: lowMemory
  fullName: UnityEngine.Application.lowMemory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-lowMemory.html
  commentId: E:UnityEngine.Application.lowMemory
  nameWithType: Application.lowMemory
  type: Event
- uid: UnityEngine.Application.LowMemoryCallback
  name: Application.LowMemoryCallback
  fullName: UnityEngine.Application.LowMemoryCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.LowMemoryCallback.html
  commentId: T:UnityEngine.Application.LowMemoryCallback
  nameWithType: Application.LowMemoryCallback
  type: Delegate
- uid: UnityEngine.Application.onBeforeRender
  name: onBeforeRender
  fullName: UnityEngine.Application.onBeforeRender
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-onBeforeRender.html
  commentId: E:UnityEngine.Application.onBeforeRender
  nameWithType: Application.onBeforeRender
  type: Event
- uid: UnityEngine.Application.OpenURL(System.String)
  name: OpenURL(string)
  fullName: UnityEngine.Application.OpenURL(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.OpenURL.html
  commentId: M:UnityEngine.Application.OpenURL(System.String)
  nameWithType: Application.OpenURL(string)
  type: Method
- uid: UnityEngine.Application.persistentDataPath
  name: persistentDataPath
  fullName: UnityEngine.Application.persistentDataPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-persistentDataPath.html
  commentId: P:UnityEngine.Application.persistentDataPath
  nameWithType: Application.persistentDataPath
  type: Property
- uid: UnityEngine.Application.platform
  name: platform
  fullName: UnityEngine.Application.platform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-platform.html
  commentId: P:UnityEngine.Application.platform
  nameWithType: Application.platform
  type: Property
- uid: UnityEngine.Application.productName
  name: productName
  fullName: UnityEngine.Application.productName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-productName.html
  commentId: P:UnityEngine.Application.productName
  nameWithType: Application.productName
  type: Property
- uid: UnityEngine.Application.Quit
  name: Quit()
  fullName: UnityEngine.Application.Quit()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.Quit.html
  commentId: M:UnityEngine.Application.Quit
  nameWithType: Application.Quit()
  type: Method
- uid: UnityEngine.Application.RegisterLogCallback(UnityEngine.Application.LogCallback)
  name: RegisterLogCallback(LogCallback)
  fullName: UnityEngine.Application.RegisterLogCallback(UnityEngine.Application.LogCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.RegisterLogCallback.html
  commentId: M:UnityEngine.Application.RegisterLogCallback(UnityEngine.Application.LogCallback)
  nameWithType: Application.RegisterLogCallback(Application.LogCallback)
  type: Method
- uid: UnityEngine.Application.RegisterLogCallbackThreaded(UnityEngine.Application.LogCallback)
  name: RegisterLogCallbackThreaded(LogCallback)
  fullName: UnityEngine.Application.RegisterLogCallbackThreaded(UnityEngine.Application.LogCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.RegisterLogCallbackThreaded.html
  commentId: M:UnityEngine.Application.RegisterLogCallbackThreaded(UnityEngine.Application.LogCallback)
  nameWithType: Application.RegisterLogCallbackThreaded(Application.LogCallback)
  type: Method
- uid: UnityEngine.Application.RequestAdvertisingIdentifierAsync(UnityEngine.Application.AdvertisingIdentifierCallback)
  name: RequestAdvertisingIdentifierAsync(AdvertisingIdentifierCallback)
  fullName: UnityEngine.Application.RequestAdvertisingIdentifierAsync(UnityEngine.Application.AdvertisingIdentifierCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.RequestAdvertisingIdentifierAsync.html
  commentId: M:UnityEngine.Application.RequestAdvertisingIdentifierAsync(UnityEngine.Application.AdvertisingIdentifierCallback)
  nameWithType: Application.RequestAdvertisingIdentifierAsync(Application.AdvertisingIdentifierCallback)
  type: Method
- uid: UnityEngine.Application.RequestUserAuthorization(UnityEngine.UserAuthorization)
  name: RequestUserAuthorization(UserAuthorization)
  fullName: UnityEngine.Application.RequestUserAuthorization(UnityEngine.UserAuthorization)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.RequestUserAuthorization.html
  commentId: M:UnityEngine.Application.RequestUserAuthorization(UnityEngine.UserAuthorization)
  nameWithType: Application.RequestUserAuthorization(UserAuthorization)
  type: Method
- uid: UnityEngine.Application.runInBackground
  name: runInBackground
  fullName: UnityEngine.Application.runInBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-runInBackground.html
  commentId: P:UnityEngine.Application.runInBackground
  nameWithType: Application.runInBackground
  type: Property
- uid: UnityEngine.Application.sandboxType
  name: sandboxType
  fullName: UnityEngine.Application.sandboxType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-sandboxType.html
  commentId: P:UnityEngine.Application.sandboxType
  nameWithType: Application.sandboxType
  type: Property
- uid: UnityEngine.Application.SetBuildTags(System.String[])
  name: SetBuildTags(string[])
  fullName: UnityEngine.Application.SetBuildTags(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.SetBuildTags.html
  commentId: M:UnityEngine.Application.SetBuildTags(System.String[])
  nameWithType: Application.SetBuildTags(string[])
  type: Method
- uid: UnityEngine.Application.SetStackTraceLogType(UnityEngine.LogType,UnityEngine.StackTraceLogType)
  name: SetStackTraceLogType(LogType, StackTraceLogType)
  fullName: UnityEngine.Application.SetStackTraceLogType(UnityEngine.LogType, UnityEngine.StackTraceLogType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.SetStackTraceLogType.html
  commentId: M:UnityEngine.Application.SetStackTraceLogType(UnityEngine.LogType,UnityEngine.StackTraceLogType)
  nameWithType: Application.SetStackTraceLogType(LogType, StackTraceLogType)
  type: Method
- uid: UnityEngine.Application.srcValue
  name: srcValue
  fullName: UnityEngine.Application.srcValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-srcValue.html
  commentId: P:UnityEngine.Application.srcValue
  nameWithType: Application.srcValue
  type: Property
- uid: UnityEngine.Application.stackTraceLogType
  name: stackTraceLogType
  fullName: UnityEngine.Application.stackTraceLogType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-stackTraceLogType.html
  commentId: P:UnityEngine.Application.stackTraceLogType
  nameWithType: Application.stackTraceLogType
  type: Property
- uid: UnityEngine.Application.streamedBytes
  name: streamedBytes
  fullName: UnityEngine.Application.streamedBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-streamedBytes.html
  commentId: P:UnityEngine.Application.streamedBytes
  nameWithType: Application.streamedBytes
  type: Property
- uid: UnityEngine.Application.streamingAssetsPath
  name: streamingAssetsPath
  fullName: UnityEngine.Application.streamingAssetsPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-streamingAssetsPath.html
  commentId: P:UnityEngine.Application.streamingAssetsPath
  nameWithType: Application.streamingAssetsPath
  type: Property
- uid: UnityEngine.Application.systemLanguage
  name: systemLanguage
  fullName: UnityEngine.Application.systemLanguage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-systemLanguage.html
  commentId: P:UnityEngine.Application.systemLanguage
  nameWithType: Application.systemLanguage
  type: Property
- uid: UnityEngine.Application.targetFrameRate
  name: targetFrameRate
  fullName: UnityEngine.Application.targetFrameRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-targetFrameRate.html
  commentId: P:UnityEngine.Application.targetFrameRate
  nameWithType: Application.targetFrameRate
  type: Property
- uid: UnityEngine.Application.temporaryCachePath
  name: temporaryCachePath
  fullName: UnityEngine.Application.temporaryCachePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-temporaryCachePath.html
  commentId: P:UnityEngine.Application.temporaryCachePath
  nameWithType: Application.temporaryCachePath
  type: Property
- uid: UnityEngine.Application.unityVersion
  name: unityVersion
  fullName: UnityEngine.Application.unityVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-unityVersion.html
  commentId: P:UnityEngine.Application.unityVersion
  nameWithType: Application.unityVersion
  type: Property
- uid: UnityEngine.Application.Unload
  name: Unload()
  fullName: UnityEngine.Application.Unload()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.Unload.html
  commentId: M:UnityEngine.Application.Unload
  nameWithType: Application.Unload()
  type: Method
- uid: UnityEngine.Application.UnloadLevel(System.Int32)
  name: UnloadLevel(int)
  fullName: UnityEngine.Application.UnloadLevel(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.UnloadLevel.html
  commentId: M:UnityEngine.Application.UnloadLevel(System.Int32)
  nameWithType: Application.UnloadLevel(int)
  type: Method
- uid: UnityEngine.Application.UnloadLevel(System.String)
  name: UnloadLevel(string)
  fullName: UnityEngine.Application.UnloadLevel(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application.UnloadLevel.html
  commentId: M:UnityEngine.Application.UnloadLevel(System.String)
  nameWithType: Application.UnloadLevel(string)
  type: Method
- uid: UnityEngine.Application.version
  name: version
  fullName: UnityEngine.Application.version
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-version.html
  commentId: P:UnityEngine.Application.version
  nameWithType: Application.version
  type: Property
- uid: UnityEngine.Application.webSecurityEnabled
  name: webSecurityEnabled
  fullName: UnityEngine.Application.webSecurityEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-webSecurityEnabled.html
  commentId: P:UnityEngine.Application.webSecurityEnabled
  nameWithType: Application.webSecurityEnabled
  type: Property
- uid: UnityEngine.Application.webSecurityHostUrl
  name: webSecurityHostUrl
  fullName: UnityEngine.Application.webSecurityHostUrl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Application-webSecurityHostUrl.html
  commentId: P:UnityEngine.Application.webSecurityHostUrl
  nameWithType: Application.webSecurityHostUrl
  type: Property
- uid: UnityEngine.ApplicationInstallMode
  name: ApplicationInstallMode
  fullName: UnityEngine.ApplicationInstallMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationInstallMode.html
  commentId: T:UnityEngine.ApplicationInstallMode
  nameWithType: ApplicationInstallMode
  type: Enum
- uid: UnityEngine.ApplicationInstallMode.Adhoc
  name: Adhoc
  fullName: UnityEngine.ApplicationInstallMode.Adhoc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationInstallMode.Adhoc.html
  commentId: F:UnityEngine.ApplicationInstallMode.Adhoc
  nameWithType: ApplicationInstallMode.Adhoc
  type: Field
- uid: UnityEngine.ApplicationInstallMode.DeveloperBuild
  name: DeveloperBuild
  fullName: UnityEngine.ApplicationInstallMode.DeveloperBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationInstallMode.DeveloperBuild.html
  commentId: F:UnityEngine.ApplicationInstallMode.DeveloperBuild
  nameWithType: ApplicationInstallMode.DeveloperBuild
  type: Field
- uid: UnityEngine.ApplicationInstallMode.Editor
  name: Editor
  fullName: UnityEngine.ApplicationInstallMode.Editor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationInstallMode.Editor.html
  commentId: F:UnityEngine.ApplicationInstallMode.Editor
  nameWithType: ApplicationInstallMode.Editor
  type: Field
- uid: UnityEngine.ApplicationInstallMode.Enterprise
  name: Enterprise
  fullName: UnityEngine.ApplicationInstallMode.Enterprise
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationInstallMode.Enterprise.html
  commentId: F:UnityEngine.ApplicationInstallMode.Enterprise
  nameWithType: ApplicationInstallMode.Enterprise
  type: Field
- uid: UnityEngine.ApplicationInstallMode.Store
  name: Store
  fullName: UnityEngine.ApplicationInstallMode.Store
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationInstallMode.Store.html
  commentId: F:UnityEngine.ApplicationInstallMode.Store
  nameWithType: ApplicationInstallMode.Store
  type: Field
- uid: UnityEngine.ApplicationInstallMode.Unknown
  name: Unknown
  fullName: UnityEngine.ApplicationInstallMode.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationInstallMode.Unknown.html
  commentId: F:UnityEngine.ApplicationInstallMode.Unknown
  nameWithType: ApplicationInstallMode.Unknown
  type: Field
- uid: UnityEngine.ApplicationSandboxType
  name: ApplicationSandboxType
  fullName: UnityEngine.ApplicationSandboxType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationSandboxType.html
  commentId: T:UnityEngine.ApplicationSandboxType
  nameWithType: ApplicationSandboxType
  type: Enum
- uid: UnityEngine.ApplicationSandboxType.NotSandboxed
  name: NotSandboxed
  fullName: UnityEngine.ApplicationSandboxType.NotSandboxed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationSandboxType.NotSandboxed.html
  commentId: F:UnityEngine.ApplicationSandboxType.NotSandboxed
  nameWithType: ApplicationSandboxType.NotSandboxed
  type: Field
- uid: UnityEngine.ApplicationSandboxType.SandboxBroken
  name: SandboxBroken
  fullName: UnityEngine.ApplicationSandboxType.SandboxBroken
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationSandboxType.SandboxBroken.html
  commentId: F:UnityEngine.ApplicationSandboxType.SandboxBroken
  nameWithType: ApplicationSandboxType.SandboxBroken
  type: Field
- uid: UnityEngine.ApplicationSandboxType.Sandboxed
  name: Sandboxed
  fullName: UnityEngine.ApplicationSandboxType.Sandboxed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationSandboxType.Sandboxed.html
  commentId: F:UnityEngine.ApplicationSandboxType.Sandboxed
  nameWithType: ApplicationSandboxType.Sandboxed
  type: Field
- uid: UnityEngine.ApplicationSandboxType.Unknown
  name: Unknown
  fullName: UnityEngine.ApplicationSandboxType.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ApplicationSandboxType.Unknown.html
  commentId: F:UnityEngine.ApplicationSandboxType.Unknown
  nameWithType: ApplicationSandboxType.Unknown
  type: Field
- uid: UnityEngine.AreaEffector2D
  name: AreaEffector2D
  fullName: UnityEngine.AreaEffector2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D.html
  commentId: T:UnityEngine.AreaEffector2D
  nameWithType: AreaEffector2D
  type: Class
- uid: UnityEngine.AreaEffector2D.angularDrag
  name: angularDrag
  fullName: UnityEngine.AreaEffector2D.angularDrag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D-angularDrag.html
  commentId: P:UnityEngine.AreaEffector2D.angularDrag
  nameWithType: AreaEffector2D.angularDrag
  type: Property
- uid: UnityEngine.AreaEffector2D.drag
  name: drag
  fullName: UnityEngine.AreaEffector2D.drag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D-drag.html
  commentId: P:UnityEngine.AreaEffector2D.drag
  nameWithType: AreaEffector2D.drag
  type: Property
- uid: UnityEngine.AreaEffector2D.forceAngle
  name: forceAngle
  fullName: UnityEngine.AreaEffector2D.forceAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D-forceAngle.html
  commentId: P:UnityEngine.AreaEffector2D.forceAngle
  nameWithType: AreaEffector2D.forceAngle
  type: Property
- uid: UnityEngine.AreaEffector2D.forceDirection
  name: forceDirection
  fullName: UnityEngine.AreaEffector2D.forceDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D-forceDirection.html
  commentId: P:UnityEngine.AreaEffector2D.forceDirection
  nameWithType: AreaEffector2D.forceDirection
  type: Property
- uid: UnityEngine.AreaEffector2D.forceMagnitude
  name: forceMagnitude
  fullName: UnityEngine.AreaEffector2D.forceMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D-forceMagnitude.html
  commentId: P:UnityEngine.AreaEffector2D.forceMagnitude
  nameWithType: AreaEffector2D.forceMagnitude
  type: Property
- uid: UnityEngine.AreaEffector2D.forceTarget
  name: forceTarget
  fullName: UnityEngine.AreaEffector2D.forceTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D-forceTarget.html
  commentId: P:UnityEngine.AreaEffector2D.forceTarget
  nameWithType: AreaEffector2D.forceTarget
  type: Property
- uid: UnityEngine.AreaEffector2D.forceVariation
  name: forceVariation
  fullName: UnityEngine.AreaEffector2D.forceVariation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D-forceVariation.html
  commentId: P:UnityEngine.AreaEffector2D.forceVariation
  nameWithType: AreaEffector2D.forceVariation
  type: Property
- uid: UnityEngine.AreaEffector2D.useGlobalAngle
  name: useGlobalAngle
  fullName: UnityEngine.AreaEffector2D.useGlobalAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AreaEffector2D-useGlobalAngle.html
  commentId: P:UnityEngine.AreaEffector2D.useGlobalAngle
  nameWithType: AreaEffector2D.useGlobalAngle
  type: Property
- uid: UnityEngine.AssemblyIsEditorAssembly
  name: AssemblyIsEditorAssembly
  fullName: UnityEngine.AssemblyIsEditorAssembly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssemblyIsEditorAssembly.html
  commentId: T:UnityEngine.AssemblyIsEditorAssembly
  nameWithType: AssemblyIsEditorAssembly
  type: Class
- uid: UnityEngine.Assertions
  name: UnityEngine.Assertions
  fullName: UnityEngine.Assertions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Assertions
  nameWithType: UnityEngine.Assertions
  type: Namespace
- uid: UnityEngine.Assertions.Assert
  name: Assert
  fullName: UnityEngine.Assertions.Assert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.html
  commentId: T:UnityEngine.Assertions.Assert
  nameWithType: Assert
  type: Class
- uid: UnityEngine.Assertions.Assert.AreApproximatelyEqual(System.Single,System.Single,System.Single,System.String)
  name: AreApproximatelyEqual(float, float, float, string)
  fullName: UnityEngine.Assertions.Assert.AreApproximatelyEqual(float, float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreApproximatelyEqual(System.Single,System.Single,System.Single,System.String)
  nameWithType: Assert.AreApproximatelyEqual(float, float, float, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreApproximatelyEqual(System.Single,System.Single,System.Single)
  name: AreApproximatelyEqual(float, float, float)
  fullName: UnityEngine.Assertions.Assert.AreApproximatelyEqual(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreApproximatelyEqual(System.Single,System.Single,System.Single)
  nameWithType: Assert.AreApproximatelyEqual(float, float, float)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreApproximatelyEqual(System.Single,System.Single,System.String)
  name: AreApproximatelyEqual(float, float, string)
  fullName: UnityEngine.Assertions.Assert.AreApproximatelyEqual(float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreApproximatelyEqual(System.Single,System.Single,System.String)
  nameWithType: Assert.AreApproximatelyEqual(float, float, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreApproximatelyEqual(System.Single,System.Single)
  name: AreApproximatelyEqual(float, float)
  fullName: UnityEngine.Assertions.Assert.AreApproximatelyEqual(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreApproximatelyEqual(System.Single,System.Single)
  nameWithType: Assert.AreApproximatelyEqual(float, float)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreEqual(UnityEngine.Object,UnityEngine.Object,System.String)
  name: AreEqual(Object, Object, string)
  fullName: UnityEngine.Assertions.Assert.AreEqual(UnityEngine.Object, UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreEqual(UnityEngine.Object,UnityEngine.Object,System.String)
  nameWithType: Assert.AreEqual(Object, Object, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreEqual``1(``0,``0,System.String,System.Collections.Generic.IEqualityComparer{``0})
  name: AreEqual<T>(T, T, string, IEqualityComparer<T>)
  fullName: UnityEngine.Assertions.Assert.AreEqual<T>(T, T, string, System.Collections.Generic.IEqualityComparer<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreEqual``1(``0,``0,System.String,System.Collections.Generic.IEqualityComparer{``0})
  nameWithType: Assert.AreEqual<T>(T, T, string, IEqualityComparer<T>)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreEqual``1(``0,``0,System.String)
  name: AreEqual<T>(T, T, string)
  fullName: UnityEngine.Assertions.Assert.AreEqual<T>(T, T, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreEqual``1(``0,``0,System.String)
  nameWithType: Assert.AreEqual<T>(T, T, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreEqual``1(``0,``0)
  name: AreEqual<T>(T, T)
  fullName: UnityEngine.Assertions.Assert.AreEqual<T>(T, T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreEqual``1(``0,``0)
  nameWithType: Assert.AreEqual<T>(T, T)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(System.Single,System.Single,System.Single,System.String)
  name: AreNotApproximatelyEqual(float, float, float, string)
  fullName: UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(float, float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreNotApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(System.Single,System.Single,System.Single,System.String)
  nameWithType: Assert.AreNotApproximatelyEqual(float, float, float, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(System.Single,System.Single,System.Single)
  name: AreNotApproximatelyEqual(float, float, float)
  fullName: UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreNotApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(System.Single,System.Single,System.Single)
  nameWithType: Assert.AreNotApproximatelyEqual(float, float, float)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(System.Single,System.Single,System.String)
  name: AreNotApproximatelyEqual(float, float, string)
  fullName: UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreNotApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(System.Single,System.Single,System.String)
  nameWithType: Assert.AreNotApproximatelyEqual(float, float, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(System.Single,System.Single)
  name: AreNotApproximatelyEqual(float, float)
  fullName: UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreNotApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreNotApproximatelyEqual(System.Single,System.Single)
  nameWithType: Assert.AreNotApproximatelyEqual(float, float)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreNotEqual(UnityEngine.Object,UnityEngine.Object,System.String)
  name: AreNotEqual(Object, Object, string)
  fullName: UnityEngine.Assertions.Assert.AreNotEqual(UnityEngine.Object, UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreNotEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreNotEqual(UnityEngine.Object,UnityEngine.Object,System.String)
  nameWithType: Assert.AreNotEqual(Object, Object, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreNotEqual``1(``0,``0,System.String,System.Collections.Generic.IEqualityComparer{``0})
  name: AreNotEqual<T>(T, T, string, IEqualityComparer<T>)
  fullName: UnityEngine.Assertions.Assert.AreNotEqual<T>(T, T, string, System.Collections.Generic.IEqualityComparer<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreNotEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreNotEqual``1(``0,``0,System.String,System.Collections.Generic.IEqualityComparer{``0})
  nameWithType: Assert.AreNotEqual<T>(T, T, string, IEqualityComparer<T>)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreNotEqual``1(``0,``0,System.String)
  name: AreNotEqual<T>(T, T, string)
  fullName: UnityEngine.Assertions.Assert.AreNotEqual<T>(T, T, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreNotEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreNotEqual``1(``0,``0,System.String)
  nameWithType: Assert.AreNotEqual<T>(T, T, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.AreNotEqual``1(``0,``0)
  name: AreNotEqual<T>(T, T)
  fullName: UnityEngine.Assertions.Assert.AreNotEqual<T>(T, T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.AreNotEqual.html
  commentId: M:UnityEngine.Assertions.Assert.AreNotEqual``1(``0,``0)
  nameWithType: Assert.AreNotEqual<T>(T, T)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsFalse(System.Boolean,System.String)
  name: IsFalse(bool, string)
  fullName: UnityEngine.Assertions.Assert.IsFalse(bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsFalse.html
  commentId: M:UnityEngine.Assertions.Assert.IsFalse(System.Boolean,System.String)
  nameWithType: Assert.IsFalse(bool, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsFalse(System.Boolean)
  name: IsFalse(bool)
  fullName: UnityEngine.Assertions.Assert.IsFalse(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsFalse.html
  commentId: M:UnityEngine.Assertions.Assert.IsFalse(System.Boolean)
  nameWithType: Assert.IsFalse(bool)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsNotNull(UnityEngine.Object,System.String)
  name: IsNotNull(Object, string)
  fullName: UnityEngine.Assertions.Assert.IsNotNull(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsNotNull.html
  commentId: M:UnityEngine.Assertions.Assert.IsNotNull(UnityEngine.Object,System.String)
  nameWithType: Assert.IsNotNull(Object, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsNotNull``1(``0,System.String)
  name: IsNotNull<T>(T, string)
  fullName: UnityEngine.Assertions.Assert.IsNotNull<T>(T, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsNotNull.html
  commentId: M:UnityEngine.Assertions.Assert.IsNotNull``1(``0,System.String)
  nameWithType: Assert.IsNotNull<T>(T, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsNotNull``1(``0)
  name: IsNotNull<T>(T)
  fullName: UnityEngine.Assertions.Assert.IsNotNull<T>(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsNotNull.html
  commentId: M:UnityEngine.Assertions.Assert.IsNotNull``1(``0)
  nameWithType: Assert.IsNotNull<T>(T)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsNull(UnityEngine.Object,System.String)
  name: IsNull(Object, string)
  fullName: UnityEngine.Assertions.Assert.IsNull(UnityEngine.Object, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsNull.html
  commentId: M:UnityEngine.Assertions.Assert.IsNull(UnityEngine.Object,System.String)
  nameWithType: Assert.IsNull(Object, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsNull``1(``0,System.String)
  name: IsNull<T>(T, string)
  fullName: UnityEngine.Assertions.Assert.IsNull<T>(T, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsNull.html
  commentId: M:UnityEngine.Assertions.Assert.IsNull``1(``0,System.String)
  nameWithType: Assert.IsNull<T>(T, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsNull``1(``0)
  name: IsNull<T>(T)
  fullName: UnityEngine.Assertions.Assert.IsNull<T>(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsNull.html
  commentId: M:UnityEngine.Assertions.Assert.IsNull``1(``0)
  nameWithType: Assert.IsNull<T>(T)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsTrue(System.Boolean,System.String)
  name: IsTrue(bool, string)
  fullName: UnityEngine.Assertions.Assert.IsTrue(bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsTrue.html
  commentId: M:UnityEngine.Assertions.Assert.IsTrue(System.Boolean,System.String)
  nameWithType: Assert.IsTrue(bool, string)
  type: Method
- uid: UnityEngine.Assertions.Assert.IsTrue(System.Boolean)
  name: IsTrue(bool)
  fullName: UnityEngine.Assertions.Assert.IsTrue(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert.IsTrue.html
  commentId: M:UnityEngine.Assertions.Assert.IsTrue(System.Boolean)
  nameWithType: Assert.IsTrue(bool)
  type: Method
- uid: UnityEngine.Assertions.Assert.raiseExceptions
  name: raiseExceptions
  fullName: UnityEngine.Assertions.Assert.raiseExceptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Assert-raiseExceptions.html
  commentId: F:UnityEngine.Assertions.Assert.raiseExceptions
  nameWithType: Assert.raiseExceptions
  type: Field
- uid: UnityEngine.Assertions.AssertionException
  name: AssertionException
  fullName: UnityEngine.Assertions.AssertionException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.AssertionException.html
  commentId: T:UnityEngine.Assertions.AssertionException
  nameWithType: AssertionException
  type: Class
- uid: UnityEngine.Assertions.AssertionException.#ctor(System.String,System.String)
  name: AssertionException(string, string)
  fullName: UnityEngine.Assertions.AssertionException.AssertionException(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.AssertionException-ctor.html
  commentId: M:UnityEngine.Assertions.AssertionException.#ctor(System.String,System.String)
  nameWithType: AssertionException.AssertionException(string, string)
  type: Constructor
- uid: UnityEngine.Assertions.AssertionException.Message
  name: Message
  fullName: UnityEngine.Assertions.AssertionException.Message
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.AssertionException.Message.html
  commentId: P:UnityEngine.Assertions.AssertionException.Message
  nameWithType: AssertionException.Message
  type: Property
- uid: UnityEngine.Assertions.Comparers
  name: UnityEngine.Assertions.Comparers
  fullName: UnityEngine.Assertions.Comparers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Assertions.Comparers
  nameWithType: UnityEngine.Assertions.Comparers
  type: Namespace
- uid: UnityEngine.Assertions.Comparers.FloatComparer
  name: FloatComparer
  fullName: UnityEngine.Assertions.Comparers.FloatComparer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer.html
  commentId: T:UnityEngine.Assertions.Comparers.FloatComparer
  nameWithType: FloatComparer
  type: Class
- uid: UnityEngine.Assertions.Comparers.FloatComparer.#ctor
  name: FloatComparer()
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.FloatComparer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer-ctor.html
  commentId: M:UnityEngine.Assertions.Comparers.FloatComparer.#ctor
  nameWithType: FloatComparer.FloatComparer()
  type: Constructor
- uid: UnityEngine.Assertions.Comparers.FloatComparer.#ctor(System.Boolean)
  name: FloatComparer(bool)
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.FloatComparer(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer-ctor.html
  commentId: M:UnityEngine.Assertions.Comparers.FloatComparer.#ctor(System.Boolean)
  nameWithType: FloatComparer.FloatComparer(bool)
  type: Constructor
- uid: UnityEngine.Assertions.Comparers.FloatComparer.#ctor(System.Single,System.Boolean)
  name: FloatComparer(float, bool)
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.FloatComparer(float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer-ctor.html
  commentId: M:UnityEngine.Assertions.Comparers.FloatComparer.#ctor(System.Single,System.Boolean)
  nameWithType: FloatComparer.FloatComparer(float, bool)
  type: Constructor
- uid: UnityEngine.Assertions.Comparers.FloatComparer.#ctor(System.Single)
  name: FloatComparer(float)
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.FloatComparer(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer-ctor.html
  commentId: M:UnityEngine.Assertions.Comparers.FloatComparer.#ctor(System.Single)
  nameWithType: FloatComparer.FloatComparer(float)
  type: Constructor
- uid: UnityEngine.Assertions.Comparers.FloatComparer.AreEqual(System.Single,System.Single,System.Single)
  name: AreEqual(float, float, float)
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.AreEqual(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer.AreEqual.html
  commentId: M:UnityEngine.Assertions.Comparers.FloatComparer.AreEqual(System.Single,System.Single,System.Single)
  nameWithType: FloatComparer.AreEqual(float, float, float)
  type: Method
- uid: UnityEngine.Assertions.Comparers.FloatComparer.AreEqualRelative(System.Single,System.Single,System.Single)
  name: AreEqualRelative(float, float, float)
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.AreEqualRelative(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer.AreEqualRelative.html
  commentId: M:UnityEngine.Assertions.Comparers.FloatComparer.AreEqualRelative(System.Single,System.Single,System.Single)
  nameWithType: FloatComparer.AreEqualRelative(float, float, float)
  type: Method
- uid: UnityEngine.Assertions.Comparers.FloatComparer.Equals(System.Single,System.Single)
  name: Equals(float, float)
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.Equals(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer.Equals.html
  commentId: M:UnityEngine.Assertions.Comparers.FloatComparer.Equals(System.Single,System.Single)
  nameWithType: FloatComparer.Equals(float, float)
  type: Method
- uid: UnityEngine.Assertions.Comparers.FloatComparer.GetHashCode(System.Single)
  name: GetHashCode(float)
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.GetHashCode(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer.GetHashCode.html
  commentId: M:UnityEngine.Assertions.Comparers.FloatComparer.GetHashCode(System.Single)
  nameWithType: FloatComparer.GetHashCode(float)
  type: Method
- uid: UnityEngine.Assertions.Comparers.FloatComparer.kEpsilon
  name: kEpsilon
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.kEpsilon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer-kEpsilon.html
  commentId: F:UnityEngine.Assertions.Comparers.FloatComparer.kEpsilon
  nameWithType: FloatComparer.kEpsilon
  type: Field
- uid: UnityEngine.Assertions.Comparers.FloatComparer.s_ComparerWithDefaultTolerance
  name: s_ComparerWithDefaultTolerance
  fullName: UnityEngine.Assertions.Comparers.FloatComparer.s_ComparerWithDefaultTolerance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Comparers.FloatComparer-s_ComparerWithDefaultTolerance.html
  commentId: F:UnityEngine.Assertions.Comparers.FloatComparer.s_ComparerWithDefaultTolerance
  nameWithType: FloatComparer.s_ComparerWithDefaultTolerance
  type: Field
- uid: UnityEngine.Assertions.Must
  name: UnityEngine.Assertions.Must
  fullName: UnityEngine.Assertions.Must
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Assertions.Must
  nameWithType: UnityEngine.Assertions.Must
  type: Namespace
- uid: UnityEngine.Assertions.Must.MustExtensions
  name: MustExtensions
  fullName: UnityEngine.Assertions.Must.MustExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.html
  commentId: T:UnityEngine.Assertions.Must.MustExtensions
  nameWithType: MustExtensions
  type: Class
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(System.Single,System.Single,System.Single,System.String)
  name: MustBeApproximatelyEqual(float, float, float, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(float, float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(System.Single,System.Single,System.Single,System.String)
  nameWithType: MustExtensions.MustBeApproximatelyEqual(float, float, float, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(System.Single,System.Single,System.Single)
  name: MustBeApproximatelyEqual(float, float, float)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(System.Single,System.Single,System.Single)
  nameWithType: MustExtensions.MustBeApproximatelyEqual(float, float, float)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(System.Single,System.Single,System.String)
  name: MustBeApproximatelyEqual(float, float, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(System.Single,System.Single,System.String)
  nameWithType: MustExtensions.MustBeApproximatelyEqual(float, float, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(System.Single,System.Single)
  name: MustBeApproximatelyEqual(float, float)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeApproximatelyEqual(System.Single,System.Single)
  nameWithType: MustExtensions.MustBeApproximatelyEqual(float, float)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeEqual``1(``0,``0,System.String)
  name: MustBeEqual<T>(T, T, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeEqual<T>(T, T, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeEqual``1(``0,``0,System.String)
  nameWithType: MustExtensions.MustBeEqual<T>(T, T, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeEqual``1(``0,``0)
  name: MustBeEqual<T>(T, T)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeEqual<T>(T, T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeEqual``1(``0,``0)
  nameWithType: MustExtensions.MustBeEqual<T>(T, T)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeFalse(System.Boolean,System.String)
  name: MustBeFalse(bool, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeFalse(bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeFalse.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeFalse(System.Boolean,System.String)
  nameWithType: MustExtensions.MustBeFalse(bool, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeFalse(System.Boolean)
  name: MustBeFalse(bool)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeFalse(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeFalse.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeFalse(System.Boolean)
  nameWithType: MustExtensions.MustBeFalse(bool)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeNull``1(``0,System.String)
  name: MustBeNull<T>(T, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeNull<T>(T, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeNull.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeNull``1(``0,System.String)
  nameWithType: MustExtensions.MustBeNull<T>(T, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeNull``1(``0)
  name: MustBeNull<T>(T)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeNull<T>(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeNull.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeNull``1(``0)
  nameWithType: MustExtensions.MustBeNull<T>(T)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeTrue(System.Boolean,System.String)
  name: MustBeTrue(bool, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeTrue(bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeTrue.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeTrue(System.Boolean,System.String)
  nameWithType: MustExtensions.MustBeTrue(bool, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustBeTrue(System.Boolean)
  name: MustBeTrue(bool)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustBeTrue(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustBeTrue.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustBeTrue(System.Boolean)
  nameWithType: MustExtensions.MustBeTrue(bool)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(System.Single,System.Single,System.Single,System.String)
  name: MustNotBeApproximatelyEqual(float, float, float, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(float, float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(System.Single,System.Single,System.Single,System.String)
  nameWithType: MustExtensions.MustNotBeApproximatelyEqual(float, float, float, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(System.Single,System.Single,System.Single)
  name: MustNotBeApproximatelyEqual(float, float, float)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(System.Single,System.Single,System.Single)
  nameWithType: MustExtensions.MustNotBeApproximatelyEqual(float, float, float)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(System.Single,System.Single,System.String)
  name: MustNotBeApproximatelyEqual(float, float, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(float, float, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(System.Single,System.Single,System.String)
  nameWithType: MustExtensions.MustNotBeApproximatelyEqual(float, float, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(System.Single,System.Single)
  name: MustNotBeApproximatelyEqual(float, float)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustNotBeApproximatelyEqual(System.Single,System.Single)
  nameWithType: MustExtensions.MustNotBeApproximatelyEqual(float, float)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustNotBeEqual``1(``0,``0,System.String)
  name: MustNotBeEqual<T>(T, T, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustNotBeEqual<T>(T, T, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustNotBeEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustNotBeEqual``1(``0,``0,System.String)
  nameWithType: MustExtensions.MustNotBeEqual<T>(T, T, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustNotBeEqual``1(``0,``0)
  name: MustNotBeEqual<T>(T, T)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustNotBeEqual<T>(T, T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustNotBeEqual.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustNotBeEqual``1(``0,``0)
  nameWithType: MustExtensions.MustNotBeEqual<T>(T, T)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustNotBeNull``1(``0,System.String)
  name: MustNotBeNull<T>(T, string)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustNotBeNull<T>(T, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustNotBeNull.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustNotBeNull``1(``0,System.String)
  nameWithType: MustExtensions.MustNotBeNull<T>(T, string)
  type: Method
- uid: UnityEngine.Assertions.Must.MustExtensions.MustNotBeNull``1(``0)
  name: MustNotBeNull<T>(T)
  fullName: UnityEngine.Assertions.Must.MustExtensions.MustNotBeNull<T>(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Assertions.Must.MustExtensions.MustNotBeNull.html
  commentId: M:UnityEngine.Assertions.Must.MustExtensions.MustNotBeNull``1(``0)
  nameWithType: MustExtensions.MustNotBeNull<T>(T)
  type: Method
- uid: UnityEngine.AssetBundle
  name: AssetBundle
  fullName: UnityEngine.AssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.html
  commentId: T:UnityEngine.AssetBundle
  nameWithType: AssetBundle
  type: Class
- uid: UnityEngine.AssetBundle.AllAssetNames
  name: AllAssetNames()
  fullName: UnityEngine.AssetBundle.AllAssetNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.AllAssetNames.html
  commentId: M:UnityEngine.AssetBundle.AllAssetNames
  nameWithType: AssetBundle.AllAssetNames()
  type: Method
- uid: UnityEngine.AssetBundle.Contains(System.String)
  name: Contains(string)
  fullName: UnityEngine.AssetBundle.Contains(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.Contains.html
  commentId: M:UnityEngine.AssetBundle.Contains(System.String)
  nameWithType: AssetBundle.Contains(string)
  type: Method
- uid: UnityEngine.AssetBundle.GetAllAssetNames
  name: GetAllAssetNames()
  fullName: UnityEngine.AssetBundle.GetAllAssetNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.GetAllAssetNames.html
  commentId: M:UnityEngine.AssetBundle.GetAllAssetNames
  nameWithType: AssetBundle.GetAllAssetNames()
  type: Method
- uid: UnityEngine.AssetBundle.GetAllLoadedAssetBundles
  name: GetAllLoadedAssetBundles()
  fullName: UnityEngine.AssetBundle.GetAllLoadedAssetBundles()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.GetAllLoadedAssetBundles.html
  commentId: M:UnityEngine.AssetBundle.GetAllLoadedAssetBundles
  nameWithType: AssetBundle.GetAllLoadedAssetBundles()
  type: Method
- uid: UnityEngine.AssetBundle.GetAllScenePaths
  name: GetAllScenePaths()
  fullName: UnityEngine.AssetBundle.GetAllScenePaths()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.GetAllScenePaths.html
  commentId: M:UnityEngine.AssetBundle.GetAllScenePaths
  nameWithType: AssetBundle.GetAllScenePaths()
  type: Method
- uid: UnityEngine.AssetBundle.isStreamedSceneAssetBundle
  name: isStreamedSceneAssetBundle
  fullName: UnityEngine.AssetBundle.isStreamedSceneAssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle-isStreamedSceneAssetBundle.html
  commentId: P:UnityEngine.AssetBundle.isStreamedSceneAssetBundle
  nameWithType: AssetBundle.isStreamedSceneAssetBundle
  type: Property
- uid: UnityEngine.AssetBundle.Load(System.String,System.Type)
  name: Load(string, Type)
  fullName: UnityEngine.AssetBundle.Load(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.Load.html
  commentId: M:UnityEngine.AssetBundle.Load(System.String,System.Type)
  nameWithType: AssetBundle.Load(string, Type)
  type: Method
- uid: UnityEngine.AssetBundle.Load(System.String)
  name: Load(string)
  fullName: UnityEngine.AssetBundle.Load(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.Load.html
  commentId: M:UnityEngine.AssetBundle.Load(System.String)
  nameWithType: AssetBundle.Load(string)
  type: Method
- uid: UnityEngine.AssetBundle.Load``1(System.String)
  name: Load<T>(string)
  fullName: UnityEngine.AssetBundle.Load<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.Load.html
  commentId: M:UnityEngine.AssetBundle.Load``1(System.String)
  nameWithType: AssetBundle.Load<T>(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAll
  name: LoadAll()
  fullName: UnityEngine.AssetBundle.LoadAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAll.html
  commentId: M:UnityEngine.AssetBundle.LoadAll
  nameWithType: AssetBundle.LoadAll()
  type: Method
- uid: UnityEngine.AssetBundle.LoadAll(System.Type)
  name: LoadAll(Type)
  fullName: UnityEngine.AssetBundle.LoadAll(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAll.html
  commentId: M:UnityEngine.AssetBundle.LoadAll(System.Type)
  nameWithType: AssetBundle.LoadAll(Type)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAll``1
  name: LoadAll<T>()
  fullName: UnityEngine.AssetBundle.LoadAll<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAll.html
  commentId: M:UnityEngine.AssetBundle.LoadAll``1
  nameWithType: AssetBundle.LoadAll<T>()
  type: Method
- uid: UnityEngine.AssetBundle.LoadAllAssets
  name: LoadAllAssets()
  fullName: UnityEngine.AssetBundle.LoadAllAssets()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAllAssets.html
  commentId: M:UnityEngine.AssetBundle.LoadAllAssets
  nameWithType: AssetBundle.LoadAllAssets()
  type: Method
- uid: UnityEngine.AssetBundle.LoadAllAssets(System.Type)
  name: LoadAllAssets(Type)
  fullName: UnityEngine.AssetBundle.LoadAllAssets(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAllAssets.html
  commentId: M:UnityEngine.AssetBundle.LoadAllAssets(System.Type)
  nameWithType: AssetBundle.LoadAllAssets(Type)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAllAssets``1
  name: LoadAllAssets<T>()
  fullName: UnityEngine.AssetBundle.LoadAllAssets<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAllAssets.html
  commentId: M:UnityEngine.AssetBundle.LoadAllAssets``1
  nameWithType: AssetBundle.LoadAllAssets<T>()
  type: Method
- uid: UnityEngine.AssetBundle.LoadAllAssetsAsync
  name: LoadAllAssetsAsync()
  fullName: UnityEngine.AssetBundle.LoadAllAssetsAsync()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAllAssetsAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAllAssetsAsync
  nameWithType: AssetBundle.LoadAllAssetsAsync()
  type: Method
- uid: UnityEngine.AssetBundle.LoadAllAssetsAsync(System.Type)
  name: LoadAllAssetsAsync(Type)
  fullName: UnityEngine.AssetBundle.LoadAllAssetsAsync(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAllAssetsAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAllAssetsAsync(System.Type)
  nameWithType: AssetBundle.LoadAllAssetsAsync(Type)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAllAssetsAsync``1
  name: LoadAllAssetsAsync<T>()
  fullName: UnityEngine.AssetBundle.LoadAllAssetsAsync<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAllAssetsAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAllAssetsAsync``1
  nameWithType: AssetBundle.LoadAllAssetsAsync<T>()
  type: Method
- uid: UnityEngine.AssetBundle.LoadAsset(System.String,System.Type)
  name: LoadAsset(string, Type)
  fullName: UnityEngine.AssetBundle.LoadAsset(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAsset.html
  commentId: M:UnityEngine.AssetBundle.LoadAsset(System.String,System.Type)
  nameWithType: AssetBundle.LoadAsset(string, Type)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAsset(System.String)
  name: LoadAsset(string)
  fullName: UnityEngine.AssetBundle.LoadAsset(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAsset.html
  commentId: M:UnityEngine.AssetBundle.LoadAsset(System.String)
  nameWithType: AssetBundle.LoadAsset(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAsset``1(System.String)
  name: LoadAsset<T>(string)
  fullName: UnityEngine.AssetBundle.LoadAsset<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAsset.html
  commentId: M:UnityEngine.AssetBundle.LoadAsset``1(System.String)
  nameWithType: AssetBundle.LoadAsset<T>(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetAsync(System.String,System.Type)
  name: LoadAssetAsync(string, Type)
  fullName: UnityEngine.AssetBundle.LoadAssetAsync(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetAsync(System.String,System.Type)
  nameWithType: AssetBundle.LoadAssetAsync(string, Type)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetAsync(System.String)
  name: LoadAssetAsync(string)
  fullName: UnityEngine.AssetBundle.LoadAssetAsync(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetAsync(System.String)
  nameWithType: AssetBundle.LoadAssetAsync(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetAsync``1(System.String)
  name: LoadAssetAsync<T>(string)
  fullName: UnityEngine.AssetBundle.LoadAssetAsync<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetAsync``1(System.String)
  nameWithType: AssetBundle.LoadAssetAsync<T>(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetWithSubAssets(System.String,System.Type)
  name: LoadAssetWithSubAssets(string, Type)
  fullName: UnityEngine.AssetBundle.LoadAssetWithSubAssets(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetWithSubAssets.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetWithSubAssets(System.String,System.Type)
  nameWithType: AssetBundle.LoadAssetWithSubAssets(string, Type)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetWithSubAssets(System.String)
  name: LoadAssetWithSubAssets(string)
  fullName: UnityEngine.AssetBundle.LoadAssetWithSubAssets(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetWithSubAssets.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetWithSubAssets(System.String)
  nameWithType: AssetBundle.LoadAssetWithSubAssets(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetWithSubAssets``1(System.String)
  name: LoadAssetWithSubAssets<T>(string)
  fullName: UnityEngine.AssetBundle.LoadAssetWithSubAssets<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetWithSubAssets.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetWithSubAssets``1(System.String)
  nameWithType: AssetBundle.LoadAssetWithSubAssets<T>(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync(System.String,System.Type)
  name: LoadAssetWithSubAssetsAsync(string, Type)
  fullName: UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetWithSubAssetsAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync(System.String,System.Type)
  nameWithType: AssetBundle.LoadAssetWithSubAssetsAsync(string, Type)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync(System.String)
  name: LoadAssetWithSubAssetsAsync(string)
  fullName: UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetWithSubAssetsAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync(System.String)
  nameWithType: AssetBundle.LoadAssetWithSubAssetsAsync(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync``1(System.String)
  name: LoadAssetWithSubAssetsAsync<T>(string)
  fullName: UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAssetWithSubAssetsAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAssetWithSubAssetsAsync``1(System.String)
  nameWithType: AssetBundle.LoadAssetWithSubAssetsAsync<T>(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadAsync(System.String,System.Type)
  name: LoadAsync(string, Type)
  fullName: UnityEngine.AssetBundle.LoadAsync(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadAsync(System.String,System.Type)
  nameWithType: AssetBundle.LoadAsync(string, Type)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromFile(System.String,System.UInt32,System.UInt64)
  name: LoadFromFile(string, uint, ulong)
  fullName: UnityEngine.AssetBundle.LoadFromFile(string, uint, ulong)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromFile.html
  commentId: M:UnityEngine.AssetBundle.LoadFromFile(System.String,System.UInt32,System.UInt64)
  nameWithType: AssetBundle.LoadFromFile(string, uint, ulong)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromFile(System.String,System.UInt32)
  name: LoadFromFile(string, uint)
  fullName: UnityEngine.AssetBundle.LoadFromFile(string, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromFile.html
  commentId: M:UnityEngine.AssetBundle.LoadFromFile(System.String,System.UInt32)
  nameWithType: AssetBundle.LoadFromFile(string, uint)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromFile(System.String)
  name: LoadFromFile(string)
  fullName: UnityEngine.AssetBundle.LoadFromFile(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromFile.html
  commentId: M:UnityEngine.AssetBundle.LoadFromFile(System.String)
  nameWithType: AssetBundle.LoadFromFile(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromFileAsync(System.String,System.UInt32,System.UInt64)
  name: LoadFromFileAsync(string, uint, ulong)
  fullName: UnityEngine.AssetBundle.LoadFromFileAsync(string, uint, ulong)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromFileAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadFromFileAsync(System.String,System.UInt32,System.UInt64)
  nameWithType: AssetBundle.LoadFromFileAsync(string, uint, ulong)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromFileAsync(System.String,System.UInt32)
  name: LoadFromFileAsync(string, uint)
  fullName: UnityEngine.AssetBundle.LoadFromFileAsync(string, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromFileAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadFromFileAsync(System.String,System.UInt32)
  nameWithType: AssetBundle.LoadFromFileAsync(string, uint)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromFileAsync(System.String)
  name: LoadFromFileAsync(string)
  fullName: UnityEngine.AssetBundle.LoadFromFileAsync(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromFileAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadFromFileAsync(System.String)
  nameWithType: AssetBundle.LoadFromFileAsync(string)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromMemory(System.Byte[],System.UInt32)
  name: LoadFromMemory(byte[], uint)
  fullName: UnityEngine.AssetBundle.LoadFromMemory(byte[], uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromMemory.html
  commentId: M:UnityEngine.AssetBundle.LoadFromMemory(System.Byte[],System.UInt32)
  nameWithType: AssetBundle.LoadFromMemory(byte[], uint)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromMemory(System.Byte[])
  name: LoadFromMemory(byte[])
  fullName: UnityEngine.AssetBundle.LoadFromMemory(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromMemory.html
  commentId: M:UnityEngine.AssetBundle.LoadFromMemory(System.Byte[])
  nameWithType: AssetBundle.LoadFromMemory(byte[])
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromMemoryAsync(System.Byte[],System.UInt32)
  name: LoadFromMemoryAsync(byte[], uint)
  fullName: UnityEngine.AssetBundle.LoadFromMemoryAsync(byte[], uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromMemoryAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadFromMemoryAsync(System.Byte[],System.UInt32)
  nameWithType: AssetBundle.LoadFromMemoryAsync(byte[], uint)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromMemoryAsync(System.Byte[])
  name: LoadFromMemoryAsync(byte[])
  fullName: UnityEngine.AssetBundle.LoadFromMemoryAsync(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromMemoryAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadFromMemoryAsync(System.Byte[])
  nameWithType: AssetBundle.LoadFromMemoryAsync(byte[])
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream,System.UInt32,System.UInt32)
  name: LoadFromStream(Stream, uint, uint)
  fullName: UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream, uint, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromStream.html
  commentId: M:UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream,System.UInt32,System.UInt32)
  nameWithType: AssetBundle.LoadFromStream(Stream, uint, uint)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream,System.UInt32)
  name: LoadFromStream(Stream, uint)
  fullName: UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromStream.html
  commentId: M:UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream,System.UInt32)
  nameWithType: AssetBundle.LoadFromStream(Stream, uint)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream)
  name: LoadFromStream(Stream)
  fullName: UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromStream.html
  commentId: M:UnityEngine.AssetBundle.LoadFromStream(System.IO.Stream)
  nameWithType: AssetBundle.LoadFromStream(Stream)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream,System.UInt32,System.UInt32)
  name: LoadFromStreamAsync(Stream, uint, uint)
  fullName: UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream, uint, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromStreamAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream,System.UInt32,System.UInt32)
  nameWithType: AssetBundle.LoadFromStreamAsync(Stream, uint, uint)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream,System.UInt32)
  name: LoadFromStreamAsync(Stream, uint)
  fullName: UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromStreamAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream,System.UInt32)
  nameWithType: AssetBundle.LoadFromStreamAsync(Stream, uint)
  type: Method
- uid: UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream)
  name: LoadFromStreamAsync(Stream)
  fullName: UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.LoadFromStreamAsync.html
  commentId: M:UnityEngine.AssetBundle.LoadFromStreamAsync(System.IO.Stream)
  nameWithType: AssetBundle.LoadFromStreamAsync(Stream)
  type: Method
- uid: UnityEngine.AssetBundle.mainAsset
  name: mainAsset
  fullName: UnityEngine.AssetBundle.mainAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle-mainAsset.html
  commentId: P:UnityEngine.AssetBundle.mainAsset
  nameWithType: AssetBundle.mainAsset
  type: Property
- uid: UnityEngine.AssetBundle.Unload(System.Boolean)
  name: Unload(bool)
  fullName: UnityEngine.AssetBundle.Unload(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.Unload.html
  commentId: M:UnityEngine.AssetBundle.Unload(System.Boolean)
  nameWithType: AssetBundle.Unload(bool)
  type: Method
- uid: UnityEngine.AssetBundle.UnloadAllAssetBundles(System.Boolean)
  name: UnloadAllAssetBundles(bool)
  fullName: UnityEngine.AssetBundle.UnloadAllAssetBundles(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundle.UnloadAllAssetBundles.html
  commentId: M:UnityEngine.AssetBundle.UnloadAllAssetBundles(System.Boolean)
  nameWithType: AssetBundle.UnloadAllAssetBundles(bool)
  type: Method
- uid: UnityEngine.AssetBundleCreateRequest
  name: AssetBundleCreateRequest
  fullName: UnityEngine.AssetBundleCreateRequest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleCreateRequest.html
  commentId: T:UnityEngine.AssetBundleCreateRequest
  nameWithType: AssetBundleCreateRequest
  type: Class
- uid: UnityEngine.AssetBundleCreateRequest.assetBundle
  name: assetBundle
  fullName: UnityEngine.AssetBundleCreateRequest.assetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleCreateRequest-assetBundle.html
  commentId: P:UnityEngine.AssetBundleCreateRequest.assetBundle
  nameWithType: AssetBundleCreateRequest.assetBundle
  type: Property
- uid: UnityEngine.AssetBundleManifest
  name: AssetBundleManifest
  fullName: UnityEngine.AssetBundleManifest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleManifest.html
  commentId: T:UnityEngine.AssetBundleManifest
  nameWithType: AssetBundleManifest
  type: Class
- uid: UnityEngine.AssetBundleManifest.GetAllAssetBundles
  name: GetAllAssetBundles()
  fullName: UnityEngine.AssetBundleManifest.GetAllAssetBundles()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleManifest.GetAllAssetBundles.html
  commentId: M:UnityEngine.AssetBundleManifest.GetAllAssetBundles
  nameWithType: AssetBundleManifest.GetAllAssetBundles()
  type: Method
- uid: UnityEngine.AssetBundleManifest.GetAllAssetBundlesWithVariant
  name: GetAllAssetBundlesWithVariant()
  fullName: UnityEngine.AssetBundleManifest.GetAllAssetBundlesWithVariant()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleManifest.GetAllAssetBundlesWithVariant.html
  commentId: M:UnityEngine.AssetBundleManifest.GetAllAssetBundlesWithVariant
  nameWithType: AssetBundleManifest.GetAllAssetBundlesWithVariant()
  type: Method
- uid: UnityEngine.AssetBundleManifest.GetAllDependencies(System.String)
  name: GetAllDependencies(string)
  fullName: UnityEngine.AssetBundleManifest.GetAllDependencies(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleManifest.GetAllDependencies.html
  commentId: M:UnityEngine.AssetBundleManifest.GetAllDependencies(System.String)
  nameWithType: AssetBundleManifest.GetAllDependencies(string)
  type: Method
- uid: UnityEngine.AssetBundleManifest.GetAssetBundleHash(System.String)
  name: GetAssetBundleHash(string)
  fullName: UnityEngine.AssetBundleManifest.GetAssetBundleHash(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleManifest.GetAssetBundleHash.html
  commentId: M:UnityEngine.AssetBundleManifest.GetAssetBundleHash(System.String)
  nameWithType: AssetBundleManifest.GetAssetBundleHash(string)
  type: Method
- uid: UnityEngine.AssetBundleManifest.GetDirectDependencies(System.String)
  name: GetDirectDependencies(string)
  fullName: UnityEngine.AssetBundleManifest.GetDirectDependencies(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleManifest.GetDirectDependencies.html
  commentId: M:UnityEngine.AssetBundleManifest.GetDirectDependencies(System.String)
  nameWithType: AssetBundleManifest.GetDirectDependencies(string)
  type: Method
- uid: UnityEngine.AssetBundleRequest
  name: AssetBundleRequest
  fullName: UnityEngine.AssetBundleRequest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleRequest.html
  commentId: T:UnityEngine.AssetBundleRequest
  nameWithType: AssetBundleRequest
  type: Class
- uid: UnityEngine.AssetBundleRequest.allAssets
  name: allAssets
  fullName: UnityEngine.AssetBundleRequest.allAssets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleRequest-allAssets.html
  commentId: P:UnityEngine.AssetBundleRequest.allAssets
  nameWithType: AssetBundleRequest.allAssets
  type: Property
- uid: UnityEngine.AssetBundleRequest.asset
  name: asset
  fullName: UnityEngine.AssetBundleRequest.asset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AssetBundleRequest-asset.html
  commentId: P:UnityEngine.AssetBundleRequest.asset
  nameWithType: AssetBundleRequest.asset
  type: Property
- uid: UnityEngine.AsyncOperation
  name: AsyncOperation
  fullName: UnityEngine.AsyncOperation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AsyncOperation.html
  commentId: T:UnityEngine.AsyncOperation
  nameWithType: AsyncOperation
  type: Class
- uid: UnityEngine.AsyncOperation.allowSceneActivation
  name: allowSceneActivation
  fullName: UnityEngine.AsyncOperation.allowSceneActivation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AsyncOperation-allowSceneActivation.html
  commentId: P:UnityEngine.AsyncOperation.allowSceneActivation
  nameWithType: AsyncOperation.allowSceneActivation
  type: Property
- uid: UnityEngine.AsyncOperation.completed
  name: completed
  fullName: UnityEngine.AsyncOperation.completed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AsyncOperation-completed.html
  commentId: E:UnityEngine.AsyncOperation.completed
  nameWithType: AsyncOperation.completed
  type: Event
- uid: UnityEngine.AsyncOperation.Finalize
  name: ~AsyncOperation()
  fullName: UnityEngine.AsyncOperation.~AsyncOperation()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AsyncOperation.Finalize.html
  commentId: M:UnityEngine.AsyncOperation.Finalize
  nameWithType: AsyncOperation.~AsyncOperation()
  type: Method
- uid: UnityEngine.AsyncOperation.isDone
  name: isDone
  fullName: UnityEngine.AsyncOperation.isDone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AsyncOperation-isDone.html
  commentId: P:UnityEngine.AsyncOperation.isDone
  nameWithType: AsyncOperation.isDone
  type: Property
- uid: UnityEngine.AsyncOperation.priority
  name: priority
  fullName: UnityEngine.AsyncOperation.priority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AsyncOperation-priority.html
  commentId: P:UnityEngine.AsyncOperation.priority
  nameWithType: AsyncOperation.priority
  type: Property
- uid: UnityEngine.AsyncOperation.progress
  name: progress
  fullName: UnityEngine.AsyncOperation.progress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AsyncOperation-progress.html
  commentId: P:UnityEngine.AsyncOperation.progress
  nameWithType: AsyncOperation.progress
  type: Property
- uid: UnityEngine.Audio
  name: UnityEngine.Audio
  fullName: UnityEngine.Audio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Audio
  nameWithType: UnityEngine.Audio
  type: Namespace
- uid: UnityEngine.Audio.AudioClipPlayable
  name: AudioClipPlayable
  fullName: UnityEngine.Audio.AudioClipPlayable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.html
  commentId: T:UnityEngine.Audio.AudioClipPlayable
  nameWithType: AudioClipPlayable
  type: Struct
- uid: UnityEngine.Audio.AudioClipPlayable.Create(UnityEngine.Playables.PlayableGraph,UnityEngine.AudioClip,System.Boolean)
  name: Create(PlayableGraph, AudioClip, bool)
  fullName: UnityEngine.Audio.AudioClipPlayable.Create(UnityEngine.Playables.PlayableGraph, UnityEngine.AudioClip, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.Create.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.Create(UnityEngine.Playables.PlayableGraph,UnityEngine.AudioClip,System.Boolean)
  nameWithType: AudioClipPlayable.Create(PlayableGraph, AudioClip, bool)
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.Equals(UnityEngine.Audio.AudioClipPlayable)
  name: Equals(AudioClipPlayable)
  fullName: UnityEngine.Audio.AudioClipPlayable.Equals(UnityEngine.Audio.AudioClipPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.Equals.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.Equals(UnityEngine.Audio.AudioClipPlayable)
  nameWithType: AudioClipPlayable.Equals(AudioClipPlayable)
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.GetClip
  name: GetClip()
  fullName: UnityEngine.Audio.AudioClipPlayable.GetClip()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.GetClip.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.GetClip
  nameWithType: AudioClipPlayable.GetClip()
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.GetClip(UnityEngine.AudioClip)
  name: GetClip(AudioClip)
  fullName: UnityEngine.Audio.AudioClipPlayable.GetClip(UnityEngine.AudioClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.GetClip.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.GetClip(UnityEngine.AudioClip)
  nameWithType: AudioClipPlayable.GetClip(AudioClip)
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Audio.AudioClipPlayable.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.GetHandle.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.GetHandle
  nameWithType: AudioClipPlayable.GetHandle()
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.GetLooped
  name: GetLooped()
  fullName: UnityEngine.Audio.AudioClipPlayable.GetLooped()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.GetLooped.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.GetLooped
  nameWithType: AudioClipPlayable.GetLooped()
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.GetPauseDelay
  name: GetPauseDelay()
  fullName: UnityEngine.Audio.AudioClipPlayable.GetPauseDelay()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.GetPauseDelay.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.GetPauseDelay
  nameWithType: AudioClipPlayable.GetPauseDelay()
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.GetStartDelay
  name: GetStartDelay()
  fullName: UnityEngine.Audio.AudioClipPlayable.GetStartDelay()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.GetStartDelay.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.GetStartDelay
  nameWithType: AudioClipPlayable.GetStartDelay()
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.IsPlaying
  name: IsPlaying()
  fullName: UnityEngine.Audio.AudioClipPlayable.IsPlaying()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.IsPlaying.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.IsPlaying
  nameWithType: AudioClipPlayable.IsPlaying()
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Audio.AudioClipPlayable
  name: explicit operator AudioClipPlayable(Playable)
  fullName: UnityEngine.Audio.AudioClipPlayable.explicit operator UnityEngine.Audio.AudioClipPlayable(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.op_Explicit~UnityEngine.Audio.AudioClipPlayable.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Audio.AudioClipPlayable
  nameWithType: AudioClipPlayable.explicit operator AudioClipPlayable(Playable)
  type: Operator
- uid: UnityEngine.Audio.AudioClipPlayable.op_Implicit(UnityEngine.Audio.AudioClipPlayable)~UnityEngine.Playables.Playable
  name: implicit operator Playable(AudioClipPlayable)
  fullName: UnityEngine.Audio.AudioClipPlayable.implicit operator UnityEngine.Playables.Playable(UnityEngine.Audio.AudioClipPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.op_Implicit~UnityEngine.Playables.Playable.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.op_Implicit(UnityEngine.Audio.AudioClipPlayable)~UnityEngine.Playables.Playable
  nameWithType: AudioClipPlayable.implicit operator Playable(AudioClipPlayable)
  type: Operator
- uid: UnityEngine.Audio.AudioClipPlayable.Seek(System.Double,System.Double,System.Double)
  name: Seek(double, double, double)
  fullName: UnityEngine.Audio.AudioClipPlayable.Seek(double, double, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.Seek.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.Seek(System.Double,System.Double,System.Double)
  nameWithType: AudioClipPlayable.Seek(double, double, double)
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.Seek(System.Double,System.Double)
  name: Seek(double, double)
  fullName: UnityEngine.Audio.AudioClipPlayable.Seek(double, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.Seek.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.Seek(System.Double,System.Double)
  nameWithType: AudioClipPlayable.Seek(double, double)
  type: Method
- uid: UnityEngine.Audio.AudioClipPlayable.SetLooped(System.Boolean)
  name: SetLooped(bool)
  fullName: UnityEngine.Audio.AudioClipPlayable.SetLooped(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioClipPlayable.SetLooped.html
  commentId: M:UnityEngine.Audio.AudioClipPlayable.SetLooped(System.Boolean)
  nameWithType: AudioClipPlayable.SetLooped(bool)
  type: Method
- uid: UnityEngine.Audio.AudioMixer
  name: AudioMixer
  fullName: UnityEngine.Audio.AudioMixer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer.html
  commentId: T:UnityEngine.Audio.AudioMixer
  nameWithType: AudioMixer
  type: Class
- uid: UnityEngine.Audio.AudioMixer.ClearFloat(System.String)
  name: ClearFloat(string)
  fullName: UnityEngine.Audio.AudioMixer.ClearFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer.ClearFloat.html
  commentId: M:UnityEngine.Audio.AudioMixer.ClearFloat(System.String)
  nameWithType: AudioMixer.ClearFloat(string)
  type: Method
- uid: UnityEngine.Audio.AudioMixer.FindMatchingGroups(System.String)
  name: FindMatchingGroups(string)
  fullName: UnityEngine.Audio.AudioMixer.FindMatchingGroups(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer.FindMatchingGroups.html
  commentId: M:UnityEngine.Audio.AudioMixer.FindMatchingGroups(System.String)
  nameWithType: AudioMixer.FindMatchingGroups(string)
  type: Method
- uid: UnityEngine.Audio.AudioMixer.FindSnapshot(System.String)
  name: FindSnapshot(string)
  fullName: UnityEngine.Audio.AudioMixer.FindSnapshot(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer.FindSnapshot.html
  commentId: M:UnityEngine.Audio.AudioMixer.FindSnapshot(System.String)
  nameWithType: AudioMixer.FindSnapshot(string)
  type: Method
- uid: UnityEngine.Audio.AudioMixer.GetFloat(System.String,System.Single@)
  name: GetFloat(string, out float)
  fullName: UnityEngine.Audio.AudioMixer.GetFloat(string, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer.GetFloat.html
  commentId: M:UnityEngine.Audio.AudioMixer.GetFloat(System.String,System.Single@)
  nameWithType: AudioMixer.GetFloat(string, out float)
  type: Method
- uid: UnityEngine.Audio.AudioMixer.outputAudioMixerGroup
  name: outputAudioMixerGroup
  fullName: UnityEngine.Audio.AudioMixer.outputAudioMixerGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer-outputAudioMixerGroup.html
  commentId: P:UnityEngine.Audio.AudioMixer.outputAudioMixerGroup
  nameWithType: AudioMixer.outputAudioMixerGroup
  type: Property
- uid: UnityEngine.Audio.AudioMixer.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEngine.Audio.AudioMixer.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer.SetFloat.html
  commentId: M:UnityEngine.Audio.AudioMixer.SetFloat(System.String,System.Single)
  nameWithType: AudioMixer.SetFloat(string, float)
  type: Method
- uid: UnityEngine.Audio.AudioMixer.TransitionToSnapshots(UnityEngine.Audio.AudioMixerSnapshot[],System.Single[],System.Single)
  name: TransitionToSnapshots(AudioMixerSnapshot[], float[], float)
  fullName: UnityEngine.Audio.AudioMixer.TransitionToSnapshots(UnityEngine.Audio.AudioMixerSnapshot[], float[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer.TransitionToSnapshots.html
  commentId: M:UnityEngine.Audio.AudioMixer.TransitionToSnapshots(UnityEngine.Audio.AudioMixerSnapshot[],System.Single[],System.Single)
  nameWithType: AudioMixer.TransitionToSnapshots(AudioMixerSnapshot[], float[], float)
  type: Method
- uid: UnityEngine.Audio.AudioMixer.updateMode
  name: updateMode
  fullName: UnityEngine.Audio.AudioMixer.updateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixer-updateMode.html
  commentId: P:UnityEngine.Audio.AudioMixer.updateMode
  nameWithType: AudioMixer.updateMode
  type: Property
- uid: UnityEngine.Audio.AudioMixerGroup
  name: AudioMixerGroup
  fullName: UnityEngine.Audio.AudioMixerGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerGroup.html
  commentId: T:UnityEngine.Audio.AudioMixerGroup
  nameWithType: AudioMixerGroup
  type: Class
- uid: UnityEngine.Audio.AudioMixerGroup.audioMixer
  name: audioMixer
  fullName: UnityEngine.Audio.AudioMixerGroup.audioMixer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerGroup-audioMixer.html
  commentId: P:UnityEngine.Audio.AudioMixerGroup.audioMixer
  nameWithType: AudioMixerGroup.audioMixer
  type: Property
- uid: UnityEngine.Audio.AudioMixerPlayable
  name: AudioMixerPlayable
  fullName: UnityEngine.Audio.AudioMixerPlayable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerPlayable.html
  commentId: T:UnityEngine.Audio.AudioMixerPlayable
  nameWithType: AudioMixerPlayable
  type: Struct
- uid: UnityEngine.Audio.AudioMixerPlayable.Create(UnityEngine.Playables.PlayableGraph,System.Int32,System.Boolean)
  name: Create(PlayableGraph, int, bool)
  fullName: UnityEngine.Audio.AudioMixerPlayable.Create(UnityEngine.Playables.PlayableGraph, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerPlayable.Create.html
  commentId: M:UnityEngine.Audio.AudioMixerPlayable.Create(UnityEngine.Playables.PlayableGraph,System.Int32,System.Boolean)
  nameWithType: AudioMixerPlayable.Create(PlayableGraph, int, bool)
  type: Method
- uid: UnityEngine.Audio.AudioMixerPlayable.Equals(UnityEngine.Audio.AudioMixerPlayable)
  name: Equals(AudioMixerPlayable)
  fullName: UnityEngine.Audio.AudioMixerPlayable.Equals(UnityEngine.Audio.AudioMixerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerPlayable.Equals.html
  commentId: M:UnityEngine.Audio.AudioMixerPlayable.Equals(UnityEngine.Audio.AudioMixerPlayable)
  nameWithType: AudioMixerPlayable.Equals(AudioMixerPlayable)
  type: Method
- uid: UnityEngine.Audio.AudioMixerPlayable.GetAutoNormalizeVolumes
  name: GetAutoNormalizeVolumes()
  fullName: UnityEngine.Audio.AudioMixerPlayable.GetAutoNormalizeVolumes()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerPlayable.GetAutoNormalizeVolumes.html
  commentId: M:UnityEngine.Audio.AudioMixerPlayable.GetAutoNormalizeVolumes
  nameWithType: AudioMixerPlayable.GetAutoNormalizeVolumes()
  type: Method
- uid: UnityEngine.Audio.AudioMixerPlayable.GetAutoNormalizeVolumes(System.Boolean)
  name: GetAutoNormalizeVolumes(bool)
  fullName: UnityEngine.Audio.AudioMixerPlayable.GetAutoNormalizeVolumes(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerPlayable.GetAutoNormalizeVolumes.html
  commentId: M:UnityEngine.Audio.AudioMixerPlayable.GetAutoNormalizeVolumes(System.Boolean)
  nameWithType: AudioMixerPlayable.GetAutoNormalizeVolumes(bool)
  type: Method
- uid: UnityEngine.Audio.AudioMixerPlayable.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Audio.AudioMixerPlayable.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerPlayable.GetHandle.html
  commentId: M:UnityEngine.Audio.AudioMixerPlayable.GetHandle
  nameWithType: AudioMixerPlayable.GetHandle()
  type: Method
- uid: UnityEngine.Audio.AudioMixerPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Audio.AudioMixerPlayable
  name: explicit operator AudioMixerPlayable(Playable)
  fullName: UnityEngine.Audio.AudioMixerPlayable.explicit operator UnityEngine.Audio.AudioMixerPlayable(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerPlayable.op_Explicit~UnityEngine.Audio.AudioMixerPlayable.html
  commentId: M:UnityEngine.Audio.AudioMixerPlayable.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Audio.AudioMixerPlayable
  nameWithType: AudioMixerPlayable.explicit operator AudioMixerPlayable(Playable)
  type: Operator
- uid: UnityEngine.Audio.AudioMixerPlayable.op_Implicit(UnityEngine.Audio.AudioMixerPlayable)~UnityEngine.Playables.Playable
  name: implicit operator Playable(AudioMixerPlayable)
  fullName: UnityEngine.Audio.AudioMixerPlayable.implicit operator UnityEngine.Playables.Playable(UnityEngine.Audio.AudioMixerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerPlayable.op_Implicit~UnityEngine.Playables.Playable.html
  commentId: M:UnityEngine.Audio.AudioMixerPlayable.op_Implicit(UnityEngine.Audio.AudioMixerPlayable)~UnityEngine.Playables.Playable
  nameWithType: AudioMixerPlayable.implicit operator Playable(AudioMixerPlayable)
  type: Operator
- uid: UnityEngine.Audio.AudioMixerSnapshot
  name: AudioMixerSnapshot
  fullName: UnityEngine.Audio.AudioMixerSnapshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerSnapshot.html
  commentId: T:UnityEngine.Audio.AudioMixerSnapshot
  nameWithType: AudioMixerSnapshot
  type: Class
- uid: UnityEngine.Audio.AudioMixerSnapshot.audioMixer
  name: audioMixer
  fullName: UnityEngine.Audio.AudioMixerSnapshot.audioMixer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerSnapshot-audioMixer.html
  commentId: P:UnityEngine.Audio.AudioMixerSnapshot.audioMixer
  nameWithType: AudioMixerSnapshot.audioMixer
  type: Property
- uid: UnityEngine.Audio.AudioMixerSnapshot.TransitionTo(System.Single)
  name: TransitionTo(float)
  fullName: UnityEngine.Audio.AudioMixerSnapshot.TransitionTo(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerSnapshot.TransitionTo.html
  commentId: M:UnityEngine.Audio.AudioMixerSnapshot.TransitionTo(System.Single)
  nameWithType: AudioMixerSnapshot.TransitionTo(float)
  type: Method
- uid: UnityEngine.Audio.AudioMixerUpdateMode
  name: AudioMixerUpdateMode
  fullName: UnityEngine.Audio.AudioMixerUpdateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerUpdateMode.html
  commentId: T:UnityEngine.Audio.AudioMixerUpdateMode
  nameWithType: AudioMixerUpdateMode
  type: Enum
- uid: UnityEngine.Audio.AudioMixerUpdateMode.Normal
  name: Normal
  fullName: UnityEngine.Audio.AudioMixerUpdateMode.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerUpdateMode.Normal.html
  commentId: F:UnityEngine.Audio.AudioMixerUpdateMode.Normal
  nameWithType: AudioMixerUpdateMode.Normal
  type: Field
- uid: UnityEngine.Audio.AudioMixerUpdateMode.UnscaledTime
  name: UnscaledTime
  fullName: UnityEngine.Audio.AudioMixerUpdateMode.UnscaledTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioMixerUpdateMode.UnscaledTime.html
  commentId: F:UnityEngine.Audio.AudioMixerUpdateMode.UnscaledTime
  nameWithType: AudioMixerUpdateMode.UnscaledTime
  type: Field
- uid: UnityEngine.Audio.AudioPlayableOutput
  name: AudioPlayableOutput
  fullName: UnityEngine.Audio.AudioPlayableOutput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioPlayableOutput.html
  commentId: T:UnityEngine.Audio.AudioPlayableOutput
  nameWithType: AudioPlayableOutput
  type: Struct
- uid: UnityEngine.Audio.AudioPlayableOutput.Create(UnityEngine.Playables.PlayableGraph,System.String,UnityEngine.AudioSource)
  name: Create(PlayableGraph, string, AudioSource)
  fullName: UnityEngine.Audio.AudioPlayableOutput.Create(UnityEngine.Playables.PlayableGraph, string, UnityEngine.AudioSource)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioPlayableOutput.Create.html
  commentId: M:UnityEngine.Audio.AudioPlayableOutput.Create(UnityEngine.Playables.PlayableGraph,System.String,UnityEngine.AudioSource)
  nameWithType: AudioPlayableOutput.Create(PlayableGraph, string, AudioSource)
  type: Method
- uid: UnityEngine.Audio.AudioPlayableOutput.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Audio.AudioPlayableOutput.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioPlayableOutput.GetHandle.html
  commentId: M:UnityEngine.Audio.AudioPlayableOutput.GetHandle
  nameWithType: AudioPlayableOutput.GetHandle()
  type: Method
- uid: UnityEngine.Audio.AudioPlayableOutput.GetTarget
  name: GetTarget()
  fullName: UnityEngine.Audio.AudioPlayableOutput.GetTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioPlayableOutput.GetTarget.html
  commentId: M:UnityEngine.Audio.AudioPlayableOutput.GetTarget
  nameWithType: AudioPlayableOutput.GetTarget()
  type: Method
- uid: UnityEngine.Audio.AudioPlayableOutput.Null
  name: Null
  fullName: UnityEngine.Audio.AudioPlayableOutput.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioPlayableOutput.Null.html
  commentId: P:UnityEngine.Audio.AudioPlayableOutput.Null
  nameWithType: AudioPlayableOutput.Null
  type: Property
- uid: UnityEngine.Audio.AudioPlayableOutput.op_Explicit(UnityEngine.Playables.PlayableOutput)~UnityEngine.Audio.AudioPlayableOutput
  name: explicit operator AudioPlayableOutput(PlayableOutput)
  fullName: UnityEngine.Audio.AudioPlayableOutput.explicit operator UnityEngine.Audio.AudioPlayableOutput(UnityEngine.Playables.PlayableOutput)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioPlayableOutput.op_Explicit~UnityEngine.Audio.AudioPlayableOutput.html
  commentId: M:UnityEngine.Audio.AudioPlayableOutput.op_Explicit(UnityEngine.Playables.PlayableOutput)~UnityEngine.Audio.AudioPlayableOutput
  nameWithType: AudioPlayableOutput.explicit operator AudioPlayableOutput(PlayableOutput)
  type: Operator
- uid: UnityEngine.Audio.AudioPlayableOutput.op_Implicit(UnityEngine.Audio.AudioPlayableOutput)~UnityEngine.Playables.PlayableOutput
  name: implicit operator PlayableOutput(AudioPlayableOutput)
  fullName: UnityEngine.Audio.AudioPlayableOutput.implicit operator UnityEngine.Playables.PlayableOutput(UnityEngine.Audio.AudioPlayableOutput)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioPlayableOutput.op_Implicit~UnityEngine.Playables.PlayableOutput.html
  commentId: M:UnityEngine.Audio.AudioPlayableOutput.op_Implicit(UnityEngine.Audio.AudioPlayableOutput)~UnityEngine.Playables.PlayableOutput
  nameWithType: AudioPlayableOutput.implicit operator PlayableOutput(AudioPlayableOutput)
  type: Operator
- uid: UnityEngine.Audio.AudioPlayableOutput.SetTarget(UnityEngine.AudioSource)
  name: SetTarget(AudioSource)
  fullName: UnityEngine.Audio.AudioPlayableOutput.SetTarget(UnityEngine.AudioSource)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Audio.AudioPlayableOutput.SetTarget.html
  commentId: M:UnityEngine.Audio.AudioPlayableOutput.SetTarget(UnityEngine.AudioSource)
  nameWithType: AudioPlayableOutput.SetTarget(AudioSource)
  type: Method
- uid: UnityEngine.AudioBehaviour
  name: AudioBehaviour
  fullName: UnityEngine.AudioBehaviour
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioBehaviour.html
  commentId: T:UnityEngine.AudioBehaviour
  nameWithType: AudioBehaviour
  type: Class
- uid: UnityEngine.AudioChorusFilter
  name: AudioChorusFilter
  fullName: UnityEngine.AudioChorusFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter.html
  commentId: T:UnityEngine.AudioChorusFilter
  nameWithType: AudioChorusFilter
  type: Class
- uid: UnityEngine.AudioChorusFilter.delay
  name: delay
  fullName: UnityEngine.AudioChorusFilter.delay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter-delay.html
  commentId: P:UnityEngine.AudioChorusFilter.delay
  nameWithType: AudioChorusFilter.delay
  type: Property
- uid: UnityEngine.AudioChorusFilter.depth
  name: depth
  fullName: UnityEngine.AudioChorusFilter.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter-depth.html
  commentId: P:UnityEngine.AudioChorusFilter.depth
  nameWithType: AudioChorusFilter.depth
  type: Property
- uid: UnityEngine.AudioChorusFilter.dryMix
  name: dryMix
  fullName: UnityEngine.AudioChorusFilter.dryMix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter-dryMix.html
  commentId: P:UnityEngine.AudioChorusFilter.dryMix
  nameWithType: AudioChorusFilter.dryMix
  type: Property
- uid: UnityEngine.AudioChorusFilter.feedback
  name: feedback
  fullName: UnityEngine.AudioChorusFilter.feedback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter-feedback.html
  commentId: P:UnityEngine.AudioChorusFilter.feedback
  nameWithType: AudioChorusFilter.feedback
  type: Property
- uid: UnityEngine.AudioChorusFilter.rate
  name: rate
  fullName: UnityEngine.AudioChorusFilter.rate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter-rate.html
  commentId: P:UnityEngine.AudioChorusFilter.rate
  nameWithType: AudioChorusFilter.rate
  type: Property
- uid: UnityEngine.AudioChorusFilter.wetMix1
  name: wetMix1
  fullName: UnityEngine.AudioChorusFilter.wetMix1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter-wetMix1.html
  commentId: P:UnityEngine.AudioChorusFilter.wetMix1
  nameWithType: AudioChorusFilter.wetMix1
  type: Property
- uid: UnityEngine.AudioChorusFilter.wetMix2
  name: wetMix2
  fullName: UnityEngine.AudioChorusFilter.wetMix2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter-wetMix2.html
  commentId: P:UnityEngine.AudioChorusFilter.wetMix2
  nameWithType: AudioChorusFilter.wetMix2
  type: Property
- uid: UnityEngine.AudioChorusFilter.wetMix3
  name: wetMix3
  fullName: UnityEngine.AudioChorusFilter.wetMix3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioChorusFilter-wetMix3.html
  commentId: P:UnityEngine.AudioChorusFilter.wetMix3
  nameWithType: AudioChorusFilter.wetMix3
  type: Property
- uid: UnityEngine.AudioClip
  name: AudioClip
  fullName: UnityEngine.AudioClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.html
  commentId: T:UnityEngine.AudioClip
  nameWithType: AudioClip
  type: Class
- uid: UnityEngine.AudioClip.ambisonic
  name: ambisonic
  fullName: UnityEngine.AudioClip.ambisonic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-ambisonic.html
  commentId: P:UnityEngine.AudioClip.ambisonic
  nameWithType: AudioClip.ambisonic
  type: Property
- uid: UnityEngine.AudioClip.channels
  name: channels
  fullName: UnityEngine.AudioClip.channels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-channels.html
  commentId: P:UnityEngine.AudioClip.channels
  nameWithType: AudioClip.channels
  type: Property
- uid: UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,UnityEngine.AudioClip.PCMReaderCallback,UnityEngine.AudioClip.PCMSetPositionCallback)
  name: Create(string, int, int, int, bool, bool, PCMReaderCallback, PCMSetPositionCallback)
  fullName: UnityEngine.AudioClip.Create(string, int, int, int, bool, bool, UnityEngine.AudioClip.PCMReaderCallback, UnityEngine.AudioClip.PCMSetPositionCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.Create.html
  commentId: M:UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,UnityEngine.AudioClip.PCMReaderCallback,UnityEngine.AudioClip.PCMSetPositionCallback)
  nameWithType: AudioClip.Create(string, int, int, int, bool, bool, AudioClip.PCMReaderCallback, AudioClip.PCMSetPositionCallback)
  type: Method
- uid: UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,UnityEngine.AudioClip.PCMReaderCallback)
  name: Create(string, int, int, int, bool, bool, PCMReaderCallback)
  fullName: UnityEngine.AudioClip.Create(string, int, int, int, bool, bool, UnityEngine.AudioClip.PCMReaderCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.Create.html
  commentId: M:UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,UnityEngine.AudioClip.PCMReaderCallback)
  nameWithType: AudioClip.Create(string, int, int, int, bool, bool, AudioClip.PCMReaderCallback)
  type: Method
- uid: UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)
  name: Create(string, int, int, int, bool, bool)
  fullName: UnityEngine.AudioClip.Create(string, int, int, int, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.Create.html
  commentId: M:UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)
  nameWithType: AudioClip.Create(string, int, int, int, bool, bool)
  type: Method
- uid: UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,UnityEngine.AudioClip.PCMReaderCallback,UnityEngine.AudioClip.PCMSetPositionCallback)
  name: Create(string, int, int, int, bool, PCMReaderCallback, PCMSetPositionCallback)
  fullName: UnityEngine.AudioClip.Create(string, int, int, int, bool, UnityEngine.AudioClip.PCMReaderCallback, UnityEngine.AudioClip.PCMSetPositionCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.Create.html
  commentId: M:UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,UnityEngine.AudioClip.PCMReaderCallback,UnityEngine.AudioClip.PCMSetPositionCallback)
  nameWithType: AudioClip.Create(string, int, int, int, bool, AudioClip.PCMReaderCallback, AudioClip.PCMSetPositionCallback)
  type: Method
- uid: UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,UnityEngine.AudioClip.PCMReaderCallback)
  name: Create(string, int, int, int, bool, PCMReaderCallback)
  fullName: UnityEngine.AudioClip.Create(string, int, int, int, bool, UnityEngine.AudioClip.PCMReaderCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.Create.html
  commentId: M:UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean,UnityEngine.AudioClip.PCMReaderCallback)
  nameWithType: AudioClip.Create(string, int, int, int, bool, AudioClip.PCMReaderCallback)
  type: Method
- uid: UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean)
  name: Create(string, int, int, int, bool)
  fullName: UnityEngine.AudioClip.Create(string, int, int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.Create.html
  commentId: M:UnityEngine.AudioClip.Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean)
  nameWithType: AudioClip.Create(string, int, int, int, bool)
  type: Method
- uid: UnityEngine.AudioClip.frequency
  name: frequency
  fullName: UnityEngine.AudioClip.frequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-frequency.html
  commentId: P:UnityEngine.AudioClip.frequency
  nameWithType: AudioClip.frequency
  type: Property
- uid: UnityEngine.AudioClip.GetData(System.Single[],System.Int32)
  name: GetData(float[], int)
  fullName: UnityEngine.AudioClip.GetData(float[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.GetData.html
  commentId: M:UnityEngine.AudioClip.GetData(System.Single[],System.Int32)
  nameWithType: AudioClip.GetData(float[], int)
  type: Method
- uid: UnityEngine.AudioClip.isReadyToPlay
  name: isReadyToPlay
  fullName: UnityEngine.AudioClip.isReadyToPlay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-isReadyToPlay.html
  commentId: P:UnityEngine.AudioClip.isReadyToPlay
  nameWithType: AudioClip.isReadyToPlay
  type: Property
- uid: UnityEngine.AudioClip.length
  name: length
  fullName: UnityEngine.AudioClip.length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-length.html
  commentId: P:UnityEngine.AudioClip.length
  nameWithType: AudioClip.length
  type: Property
- uid: UnityEngine.AudioClip.LoadAudioData
  name: LoadAudioData()
  fullName: UnityEngine.AudioClip.LoadAudioData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.LoadAudioData.html
  commentId: M:UnityEngine.AudioClip.LoadAudioData
  nameWithType: AudioClip.LoadAudioData()
  type: Method
- uid: UnityEngine.AudioClip.loadInBackground
  name: loadInBackground
  fullName: UnityEngine.AudioClip.loadInBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-loadInBackground.html
  commentId: P:UnityEngine.AudioClip.loadInBackground
  nameWithType: AudioClip.loadInBackground
  type: Property
- uid: UnityEngine.AudioClip.loadState
  name: loadState
  fullName: UnityEngine.AudioClip.loadState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-loadState.html
  commentId: P:UnityEngine.AudioClip.loadState
  nameWithType: AudioClip.loadState
  type: Property
- uid: UnityEngine.AudioClip.loadType
  name: loadType
  fullName: UnityEngine.AudioClip.loadType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-loadType.html
  commentId: P:UnityEngine.AudioClip.loadType
  nameWithType: AudioClip.loadType
  type: Property
- uid: UnityEngine.AudioClip.PCMReaderCallback
  name: AudioClip.PCMReaderCallback
  fullName: UnityEngine.AudioClip.PCMReaderCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.PCMReaderCallback.html
  commentId: T:UnityEngine.AudioClip.PCMReaderCallback
  nameWithType: AudioClip.PCMReaderCallback
  type: Delegate
- uid: UnityEngine.AudioClip.PCMSetPositionCallback
  name: AudioClip.PCMSetPositionCallback
  fullName: UnityEngine.AudioClip.PCMSetPositionCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.PCMSetPositionCallback.html
  commentId: T:UnityEngine.AudioClip.PCMSetPositionCallback
  nameWithType: AudioClip.PCMSetPositionCallback
  type: Delegate
- uid: UnityEngine.AudioClip.preloadAudioData
  name: preloadAudioData
  fullName: UnityEngine.AudioClip.preloadAudioData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-preloadAudioData.html
  commentId: P:UnityEngine.AudioClip.preloadAudioData
  nameWithType: AudioClip.preloadAudioData
  type: Property
- uid: UnityEngine.AudioClip.samples
  name: samples
  fullName: UnityEngine.AudioClip.samples
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip-samples.html
  commentId: P:UnityEngine.AudioClip.samples
  nameWithType: AudioClip.samples
  type: Property
- uid: UnityEngine.AudioClip.SetData(System.Single[],System.Int32)
  name: SetData(float[], int)
  fullName: UnityEngine.AudioClip.SetData(float[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.SetData.html
  commentId: M:UnityEngine.AudioClip.SetData(System.Single[],System.Int32)
  nameWithType: AudioClip.SetData(float[], int)
  type: Method
- uid: UnityEngine.AudioClip.UnloadAudioData
  name: UnloadAudioData()
  fullName: UnityEngine.AudioClip.UnloadAudioData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClip.UnloadAudioData.html
  commentId: M:UnityEngine.AudioClip.UnloadAudioData
  nameWithType: AudioClip.UnloadAudioData()
  type: Method
- uid: UnityEngine.AudioClipLoadType
  name: AudioClipLoadType
  fullName: UnityEngine.AudioClipLoadType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClipLoadType.html
  commentId: T:UnityEngine.AudioClipLoadType
  nameWithType: AudioClipLoadType
  type: Enum
- uid: UnityEngine.AudioClipLoadType.CompressedInMemory
  name: CompressedInMemory
  fullName: UnityEngine.AudioClipLoadType.CompressedInMemory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClipLoadType.CompressedInMemory.html
  commentId: F:UnityEngine.AudioClipLoadType.CompressedInMemory
  nameWithType: AudioClipLoadType.CompressedInMemory
  type: Field
- uid: UnityEngine.AudioClipLoadType.DecompressOnLoad
  name: DecompressOnLoad
  fullName: UnityEngine.AudioClipLoadType.DecompressOnLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClipLoadType.DecompressOnLoad.html
  commentId: F:UnityEngine.AudioClipLoadType.DecompressOnLoad
  nameWithType: AudioClipLoadType.DecompressOnLoad
  type: Field
- uid: UnityEngine.AudioClipLoadType.Streaming
  name: Streaming
  fullName: UnityEngine.AudioClipLoadType.Streaming
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioClipLoadType.Streaming.html
  commentId: F:UnityEngine.AudioClipLoadType.Streaming
  nameWithType: AudioClipLoadType.Streaming
  type: Field
- uid: UnityEngine.AudioCompressionFormat
  name: AudioCompressionFormat
  fullName: UnityEngine.AudioCompressionFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.html
  commentId: T:UnityEngine.AudioCompressionFormat
  nameWithType: AudioCompressionFormat
  type: Enum
- uid: UnityEngine.AudioCompressionFormat.AAC
  name: AAC
  fullName: UnityEngine.AudioCompressionFormat.AAC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.AAC.html
  commentId: F:UnityEngine.AudioCompressionFormat.AAC
  nameWithType: AudioCompressionFormat.AAC
  type: Field
- uid: UnityEngine.AudioCompressionFormat.ADPCM
  name: ADPCM
  fullName: UnityEngine.AudioCompressionFormat.ADPCM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.ADPCM.html
  commentId: F:UnityEngine.AudioCompressionFormat.ADPCM
  nameWithType: AudioCompressionFormat.ADPCM
  type: Field
- uid: UnityEngine.AudioCompressionFormat.ATRAC9
  name: ATRAC9
  fullName: UnityEngine.AudioCompressionFormat.ATRAC9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.ATRAC9.html
  commentId: F:UnityEngine.AudioCompressionFormat.ATRAC9
  nameWithType: AudioCompressionFormat.ATRAC9
  type: Field
- uid: UnityEngine.AudioCompressionFormat.GCADPCM
  name: GCADPCM
  fullName: UnityEngine.AudioCompressionFormat.GCADPCM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.GCADPCM.html
  commentId: F:UnityEngine.AudioCompressionFormat.GCADPCM
  nameWithType: AudioCompressionFormat.GCADPCM
  type: Field
- uid: UnityEngine.AudioCompressionFormat.HEVAG
  name: HEVAG
  fullName: UnityEngine.AudioCompressionFormat.HEVAG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.HEVAG.html
  commentId: F:UnityEngine.AudioCompressionFormat.HEVAG
  nameWithType: AudioCompressionFormat.HEVAG
  type: Field
- uid: UnityEngine.AudioCompressionFormat.MP3
  name: MP3
  fullName: UnityEngine.AudioCompressionFormat.MP3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.MP3.html
  commentId: F:UnityEngine.AudioCompressionFormat.MP3
  nameWithType: AudioCompressionFormat.MP3
  type: Field
- uid: UnityEngine.AudioCompressionFormat.PCM
  name: PCM
  fullName: UnityEngine.AudioCompressionFormat.PCM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.PCM.html
  commentId: F:UnityEngine.AudioCompressionFormat.PCM
  nameWithType: AudioCompressionFormat.PCM
  type: Field
- uid: UnityEngine.AudioCompressionFormat.VAG
  name: VAG
  fullName: UnityEngine.AudioCompressionFormat.VAG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.VAG.html
  commentId: F:UnityEngine.AudioCompressionFormat.VAG
  nameWithType: AudioCompressionFormat.VAG
  type: Field
- uid: UnityEngine.AudioCompressionFormat.Vorbis
  name: Vorbis
  fullName: UnityEngine.AudioCompressionFormat.Vorbis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.Vorbis.html
  commentId: F:UnityEngine.AudioCompressionFormat.Vorbis
  nameWithType: AudioCompressionFormat.Vorbis
  type: Field
- uid: UnityEngine.AudioCompressionFormat.XMA
  name: XMA
  fullName: UnityEngine.AudioCompressionFormat.XMA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioCompressionFormat.XMA.html
  commentId: F:UnityEngine.AudioCompressionFormat.XMA
  nameWithType: AudioCompressionFormat.XMA
  type: Field
- uid: UnityEngine.AudioConfiguration
  name: AudioConfiguration
  fullName: UnityEngine.AudioConfiguration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioConfiguration.html
  commentId: T:UnityEngine.AudioConfiguration
  nameWithType: AudioConfiguration
  type: Struct
- uid: UnityEngine.AudioConfiguration.dspBufferSize
  name: dspBufferSize
  fullName: UnityEngine.AudioConfiguration.dspBufferSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioConfiguration-dspBufferSize.html
  commentId: F:UnityEngine.AudioConfiguration.dspBufferSize
  nameWithType: AudioConfiguration.dspBufferSize
  type: Field
- uid: UnityEngine.AudioConfiguration.numRealVoices
  name: numRealVoices
  fullName: UnityEngine.AudioConfiguration.numRealVoices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioConfiguration-numRealVoices.html
  commentId: F:UnityEngine.AudioConfiguration.numRealVoices
  nameWithType: AudioConfiguration.numRealVoices
  type: Field
- uid: UnityEngine.AudioConfiguration.numVirtualVoices
  name: numVirtualVoices
  fullName: UnityEngine.AudioConfiguration.numVirtualVoices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioConfiguration-numVirtualVoices.html
  commentId: F:UnityEngine.AudioConfiguration.numVirtualVoices
  nameWithType: AudioConfiguration.numVirtualVoices
  type: Field
- uid: UnityEngine.AudioConfiguration.sampleRate
  name: sampleRate
  fullName: UnityEngine.AudioConfiguration.sampleRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioConfiguration-sampleRate.html
  commentId: F:UnityEngine.AudioConfiguration.sampleRate
  nameWithType: AudioConfiguration.sampleRate
  type: Field
- uid: UnityEngine.AudioConfiguration.speakerMode
  name: speakerMode
  fullName: UnityEngine.AudioConfiguration.speakerMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioConfiguration-speakerMode.html
  commentId: F:UnityEngine.AudioConfiguration.speakerMode
  nameWithType: AudioConfiguration.speakerMode
  type: Field
- uid: UnityEngine.AudioDataLoadState
  name: AudioDataLoadState
  fullName: UnityEngine.AudioDataLoadState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioDataLoadState.html
  commentId: T:UnityEngine.AudioDataLoadState
  nameWithType: AudioDataLoadState
  type: Enum
- uid: UnityEngine.AudioDataLoadState.Failed
  name: Failed
  fullName: UnityEngine.AudioDataLoadState.Failed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioDataLoadState.Failed.html
  commentId: F:UnityEngine.AudioDataLoadState.Failed
  nameWithType: AudioDataLoadState.Failed
  type: Field
- uid: UnityEngine.AudioDataLoadState.Loaded
  name: Loaded
  fullName: UnityEngine.AudioDataLoadState.Loaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioDataLoadState.Loaded.html
  commentId: F:UnityEngine.AudioDataLoadState.Loaded
  nameWithType: AudioDataLoadState.Loaded
  type: Field
- uid: UnityEngine.AudioDataLoadState.Loading
  name: Loading
  fullName: UnityEngine.AudioDataLoadState.Loading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioDataLoadState.Loading.html
  commentId: F:UnityEngine.AudioDataLoadState.Loading
  nameWithType: AudioDataLoadState.Loading
  type: Field
- uid: UnityEngine.AudioDataLoadState.Unloaded
  name: Unloaded
  fullName: UnityEngine.AudioDataLoadState.Unloaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioDataLoadState.Unloaded.html
  commentId: F:UnityEngine.AudioDataLoadState.Unloaded
  nameWithType: AudioDataLoadState.Unloaded
  type: Field
- uid: UnityEngine.AudioDistortionFilter
  name: AudioDistortionFilter
  fullName: UnityEngine.AudioDistortionFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioDistortionFilter.html
  commentId: T:UnityEngine.AudioDistortionFilter
  nameWithType: AudioDistortionFilter
  type: Class
- uid: UnityEngine.AudioDistortionFilter.distortionLevel
  name: distortionLevel
  fullName: UnityEngine.AudioDistortionFilter.distortionLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioDistortionFilter-distortionLevel.html
  commentId: P:UnityEngine.AudioDistortionFilter.distortionLevel
  nameWithType: AudioDistortionFilter.distortionLevel
  type: Property
- uid: UnityEngine.AudioEchoFilter
  name: AudioEchoFilter
  fullName: UnityEngine.AudioEchoFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioEchoFilter.html
  commentId: T:UnityEngine.AudioEchoFilter
  nameWithType: AudioEchoFilter
  type: Class
- uid: UnityEngine.AudioEchoFilter.decayRatio
  name: decayRatio
  fullName: UnityEngine.AudioEchoFilter.decayRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioEchoFilter-decayRatio.html
  commentId: P:UnityEngine.AudioEchoFilter.decayRatio
  nameWithType: AudioEchoFilter.decayRatio
  type: Property
- uid: UnityEngine.AudioEchoFilter.delay
  name: delay
  fullName: UnityEngine.AudioEchoFilter.delay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioEchoFilter-delay.html
  commentId: P:UnityEngine.AudioEchoFilter.delay
  nameWithType: AudioEchoFilter.delay
  type: Property
- uid: UnityEngine.AudioEchoFilter.dryMix
  name: dryMix
  fullName: UnityEngine.AudioEchoFilter.dryMix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioEchoFilter-dryMix.html
  commentId: P:UnityEngine.AudioEchoFilter.dryMix
  nameWithType: AudioEchoFilter.dryMix
  type: Property
- uid: UnityEngine.AudioEchoFilter.wetMix
  name: wetMix
  fullName: UnityEngine.AudioEchoFilter.wetMix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioEchoFilter-wetMix.html
  commentId: P:UnityEngine.AudioEchoFilter.wetMix
  nameWithType: AudioEchoFilter.wetMix
  type: Property
- uid: UnityEngine.AudioHighPassFilter
  name: AudioHighPassFilter
  fullName: UnityEngine.AudioHighPassFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioHighPassFilter.html
  commentId: T:UnityEngine.AudioHighPassFilter
  nameWithType: AudioHighPassFilter
  type: Class
- uid: UnityEngine.AudioHighPassFilter.cutoffFrequency
  name: cutoffFrequency
  fullName: UnityEngine.AudioHighPassFilter.cutoffFrequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioHighPassFilter-cutoffFrequency.html
  commentId: P:UnityEngine.AudioHighPassFilter.cutoffFrequency
  nameWithType: AudioHighPassFilter.cutoffFrequency
  type: Property
- uid: UnityEngine.AudioHighPassFilter.highpassResonanceQ
  name: highpassResonanceQ
  fullName: UnityEngine.AudioHighPassFilter.highpassResonanceQ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioHighPassFilter-highpassResonanceQ.html
  commentId: P:UnityEngine.AudioHighPassFilter.highpassResonanceQ
  nameWithType: AudioHighPassFilter.highpassResonanceQ
  type: Property
- uid: UnityEngine.AudioListener
  name: AudioListener
  fullName: UnityEngine.AudioListener
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioListener.html
  commentId: T:UnityEngine.AudioListener
  nameWithType: AudioListener
  type: Class
- uid: UnityEngine.AudioListener.GetOutputData(System.Int32,System.Int32)
  name: GetOutputData(int, int)
  fullName: UnityEngine.AudioListener.GetOutputData(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioListener.GetOutputData.html
  commentId: M:UnityEngine.AudioListener.GetOutputData(System.Int32,System.Int32)
  nameWithType: AudioListener.GetOutputData(int, int)
  type: Method
- uid: UnityEngine.AudioListener.GetOutputData(System.Single[],System.Int32)
  name: GetOutputData(float[], int)
  fullName: UnityEngine.AudioListener.GetOutputData(float[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioListener.GetOutputData.html
  commentId: M:UnityEngine.AudioListener.GetOutputData(System.Single[],System.Int32)
  nameWithType: AudioListener.GetOutputData(float[], int)
  type: Method
- uid: UnityEngine.AudioListener.GetSpectrumData(System.Int32,System.Int32,UnityEngine.FFTWindow)
  name: GetSpectrumData(int, int, FFTWindow)
  fullName: UnityEngine.AudioListener.GetSpectrumData(int, int, UnityEngine.FFTWindow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioListener.GetSpectrumData.html
  commentId: M:UnityEngine.AudioListener.GetSpectrumData(System.Int32,System.Int32,UnityEngine.FFTWindow)
  nameWithType: AudioListener.GetSpectrumData(int, int, FFTWindow)
  type: Method
- uid: UnityEngine.AudioListener.GetSpectrumData(System.Single[],System.Int32,UnityEngine.FFTWindow)
  name: GetSpectrumData(float[], int, FFTWindow)
  fullName: UnityEngine.AudioListener.GetSpectrumData(float[], int, UnityEngine.FFTWindow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioListener.GetSpectrumData.html
  commentId: M:UnityEngine.AudioListener.GetSpectrumData(System.Single[],System.Int32,UnityEngine.FFTWindow)
  nameWithType: AudioListener.GetSpectrumData(float[], int, FFTWindow)
  type: Method
- uid: UnityEngine.AudioListener.pause
  name: pause
  fullName: UnityEngine.AudioListener.pause
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioListener-pause.html
  commentId: P:UnityEngine.AudioListener.pause
  nameWithType: AudioListener.pause
  type: Property
- uid: UnityEngine.AudioListener.velocityUpdateMode
  name: velocityUpdateMode
  fullName: UnityEngine.AudioListener.velocityUpdateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioListener-velocityUpdateMode.html
  commentId: P:UnityEngine.AudioListener.velocityUpdateMode
  nameWithType: AudioListener.velocityUpdateMode
  type: Property
- uid: UnityEngine.AudioListener.volume
  name: volume
  fullName: UnityEngine.AudioListener.volume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioListener-volume.html
  commentId: P:UnityEngine.AudioListener.volume
  nameWithType: AudioListener.volume
  type: Property
- uid: UnityEngine.AudioLowPassFilter
  name: AudioLowPassFilter
  fullName: UnityEngine.AudioLowPassFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioLowPassFilter.html
  commentId: T:UnityEngine.AudioLowPassFilter
  nameWithType: AudioLowPassFilter
  type: Class
- uid: UnityEngine.AudioLowPassFilter.customCutoffCurve
  name: customCutoffCurve
  fullName: UnityEngine.AudioLowPassFilter.customCutoffCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioLowPassFilter-customCutoffCurve.html
  commentId: P:UnityEngine.AudioLowPassFilter.customCutoffCurve
  nameWithType: AudioLowPassFilter.customCutoffCurve
  type: Property
- uid: UnityEngine.AudioLowPassFilter.cutoffFrequency
  name: cutoffFrequency
  fullName: UnityEngine.AudioLowPassFilter.cutoffFrequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioLowPassFilter-cutoffFrequency.html
  commentId: P:UnityEngine.AudioLowPassFilter.cutoffFrequency
  nameWithType: AudioLowPassFilter.cutoffFrequency
  type: Property
- uid: UnityEngine.AudioLowPassFilter.lowpassResonanceQ
  name: lowpassResonanceQ
  fullName: UnityEngine.AudioLowPassFilter.lowpassResonanceQ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioLowPassFilter-lowpassResonanceQ.html
  commentId: P:UnityEngine.AudioLowPassFilter.lowpassResonanceQ
  nameWithType: AudioLowPassFilter.lowpassResonanceQ
  type: Property
- uid: UnityEngine.AudioReverbFilter
  name: AudioReverbFilter
  fullName: UnityEngine.AudioReverbFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter.html
  commentId: T:UnityEngine.AudioReverbFilter
  nameWithType: AudioReverbFilter
  type: Class
- uid: UnityEngine.AudioReverbFilter.decayHFRatio
  name: decayHFRatio
  fullName: UnityEngine.AudioReverbFilter.decayHFRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-decayHFRatio.html
  commentId: P:UnityEngine.AudioReverbFilter.decayHFRatio
  nameWithType: AudioReverbFilter.decayHFRatio
  type: Property
- uid: UnityEngine.AudioReverbFilter.decayTime
  name: decayTime
  fullName: UnityEngine.AudioReverbFilter.decayTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-decayTime.html
  commentId: P:UnityEngine.AudioReverbFilter.decayTime
  nameWithType: AudioReverbFilter.decayTime
  type: Property
- uid: UnityEngine.AudioReverbFilter.density
  name: density
  fullName: UnityEngine.AudioReverbFilter.density
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-density.html
  commentId: P:UnityEngine.AudioReverbFilter.density
  nameWithType: AudioReverbFilter.density
  type: Property
- uid: UnityEngine.AudioReverbFilter.diffusion
  name: diffusion
  fullName: UnityEngine.AudioReverbFilter.diffusion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-diffusion.html
  commentId: P:UnityEngine.AudioReverbFilter.diffusion
  nameWithType: AudioReverbFilter.diffusion
  type: Property
- uid: UnityEngine.AudioReverbFilter.dryLevel
  name: dryLevel
  fullName: UnityEngine.AudioReverbFilter.dryLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-dryLevel.html
  commentId: P:UnityEngine.AudioReverbFilter.dryLevel
  nameWithType: AudioReverbFilter.dryLevel
  type: Property
- uid: UnityEngine.AudioReverbFilter.hfReference
  name: hfReference
  fullName: UnityEngine.AudioReverbFilter.hfReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-hfReference.html
  commentId: P:UnityEngine.AudioReverbFilter.hfReference
  nameWithType: AudioReverbFilter.hfReference
  type: Property
- uid: UnityEngine.AudioReverbFilter.lfReference
  name: lfReference
  fullName: UnityEngine.AudioReverbFilter.lfReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-lfReference.html
  commentId: P:UnityEngine.AudioReverbFilter.lfReference
  nameWithType: AudioReverbFilter.lfReference
  type: Property
- uid: UnityEngine.AudioReverbFilter.reflectionsDelay
  name: reflectionsDelay
  fullName: UnityEngine.AudioReverbFilter.reflectionsDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-reflectionsDelay.html
  commentId: P:UnityEngine.AudioReverbFilter.reflectionsDelay
  nameWithType: AudioReverbFilter.reflectionsDelay
  type: Property
- uid: UnityEngine.AudioReverbFilter.reflectionsLevel
  name: reflectionsLevel
  fullName: UnityEngine.AudioReverbFilter.reflectionsLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-reflectionsLevel.html
  commentId: P:UnityEngine.AudioReverbFilter.reflectionsLevel
  nameWithType: AudioReverbFilter.reflectionsLevel
  type: Property
- uid: UnityEngine.AudioReverbFilter.reverbDelay
  name: reverbDelay
  fullName: UnityEngine.AudioReverbFilter.reverbDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-reverbDelay.html
  commentId: P:UnityEngine.AudioReverbFilter.reverbDelay
  nameWithType: AudioReverbFilter.reverbDelay
  type: Property
- uid: UnityEngine.AudioReverbFilter.reverbLevel
  name: reverbLevel
  fullName: UnityEngine.AudioReverbFilter.reverbLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-reverbLevel.html
  commentId: P:UnityEngine.AudioReverbFilter.reverbLevel
  nameWithType: AudioReverbFilter.reverbLevel
  type: Property
- uid: UnityEngine.AudioReverbFilter.reverbPreset
  name: reverbPreset
  fullName: UnityEngine.AudioReverbFilter.reverbPreset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-reverbPreset.html
  commentId: P:UnityEngine.AudioReverbFilter.reverbPreset
  nameWithType: AudioReverbFilter.reverbPreset
  type: Property
- uid: UnityEngine.AudioReverbFilter.room
  name: room
  fullName: UnityEngine.AudioReverbFilter.room
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-room.html
  commentId: P:UnityEngine.AudioReverbFilter.room
  nameWithType: AudioReverbFilter.room
  type: Property
- uid: UnityEngine.AudioReverbFilter.roomHF
  name: roomHF
  fullName: UnityEngine.AudioReverbFilter.roomHF
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-roomHF.html
  commentId: P:UnityEngine.AudioReverbFilter.roomHF
  nameWithType: AudioReverbFilter.roomHF
  type: Property
- uid: UnityEngine.AudioReverbFilter.roomLF
  name: roomLF
  fullName: UnityEngine.AudioReverbFilter.roomLF
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-roomLF.html
  commentId: P:UnityEngine.AudioReverbFilter.roomLF
  nameWithType: AudioReverbFilter.roomLF
  type: Property
- uid: UnityEngine.AudioReverbFilter.roomRolloffFactor
  name: roomRolloffFactor
  fullName: UnityEngine.AudioReverbFilter.roomRolloffFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbFilter-roomRolloffFactor.html
  commentId: P:UnityEngine.AudioReverbFilter.roomRolloffFactor
  nameWithType: AudioReverbFilter.roomRolloffFactor
  type: Property
- uid: UnityEngine.AudioReverbPreset
  name: AudioReverbPreset
  fullName: UnityEngine.AudioReverbPreset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.html
  commentId: T:UnityEngine.AudioReverbPreset
  nameWithType: AudioReverbPreset
  type: Enum
- uid: UnityEngine.AudioReverbPreset.Alley
  name: Alley
  fullName: UnityEngine.AudioReverbPreset.Alley
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Alley.html
  commentId: F:UnityEngine.AudioReverbPreset.Alley
  nameWithType: AudioReverbPreset.Alley
  type: Field
- uid: UnityEngine.AudioReverbPreset.Arena
  name: Arena
  fullName: UnityEngine.AudioReverbPreset.Arena
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Arena.html
  commentId: F:UnityEngine.AudioReverbPreset.Arena
  nameWithType: AudioReverbPreset.Arena
  type: Field
- uid: UnityEngine.AudioReverbPreset.Auditorium
  name: Auditorium
  fullName: UnityEngine.AudioReverbPreset.Auditorium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Auditorium.html
  commentId: F:UnityEngine.AudioReverbPreset.Auditorium
  nameWithType: AudioReverbPreset.Auditorium
  type: Field
- uid: UnityEngine.AudioReverbPreset.Bathroom
  name: Bathroom
  fullName: UnityEngine.AudioReverbPreset.Bathroom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Bathroom.html
  commentId: F:UnityEngine.AudioReverbPreset.Bathroom
  nameWithType: AudioReverbPreset.Bathroom
  type: Field
- uid: UnityEngine.AudioReverbPreset.CarpetedHallway
  name: CarpetedHallway
  fullName: UnityEngine.AudioReverbPreset.CarpetedHallway
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.CarpetedHallway.html
  commentId: F:UnityEngine.AudioReverbPreset.CarpetedHallway
  nameWithType: AudioReverbPreset.CarpetedHallway
  type: Field
- uid: UnityEngine.AudioReverbPreset.Cave
  name: Cave
  fullName: UnityEngine.AudioReverbPreset.Cave
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Cave.html
  commentId: F:UnityEngine.AudioReverbPreset.Cave
  nameWithType: AudioReverbPreset.Cave
  type: Field
- uid: UnityEngine.AudioReverbPreset.City
  name: City
  fullName: UnityEngine.AudioReverbPreset.City
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.City.html
  commentId: F:UnityEngine.AudioReverbPreset.City
  nameWithType: AudioReverbPreset.City
  type: Field
- uid: UnityEngine.AudioReverbPreset.Concerthall
  name: Concerthall
  fullName: UnityEngine.AudioReverbPreset.Concerthall
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Concerthall.html
  commentId: F:UnityEngine.AudioReverbPreset.Concerthall
  nameWithType: AudioReverbPreset.Concerthall
  type: Field
- uid: UnityEngine.AudioReverbPreset.Dizzy
  name: Dizzy
  fullName: UnityEngine.AudioReverbPreset.Dizzy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Dizzy.html
  commentId: F:UnityEngine.AudioReverbPreset.Dizzy
  nameWithType: AudioReverbPreset.Dizzy
  type: Field
- uid: UnityEngine.AudioReverbPreset.Drugged
  name: Drugged
  fullName: UnityEngine.AudioReverbPreset.Drugged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Drugged.html
  commentId: F:UnityEngine.AudioReverbPreset.Drugged
  nameWithType: AudioReverbPreset.Drugged
  type: Field
- uid: UnityEngine.AudioReverbPreset.Forest
  name: Forest
  fullName: UnityEngine.AudioReverbPreset.Forest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Forest.html
  commentId: F:UnityEngine.AudioReverbPreset.Forest
  nameWithType: AudioReverbPreset.Forest
  type: Field
- uid: UnityEngine.AudioReverbPreset.Generic
  name: Generic
  fullName: UnityEngine.AudioReverbPreset.Generic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Generic.html
  commentId: F:UnityEngine.AudioReverbPreset.Generic
  nameWithType: AudioReverbPreset.Generic
  type: Field
- uid: UnityEngine.AudioReverbPreset.Hallway
  name: Hallway
  fullName: UnityEngine.AudioReverbPreset.Hallway
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Hallway.html
  commentId: F:UnityEngine.AudioReverbPreset.Hallway
  nameWithType: AudioReverbPreset.Hallway
  type: Field
- uid: UnityEngine.AudioReverbPreset.Hangar
  name: Hangar
  fullName: UnityEngine.AudioReverbPreset.Hangar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Hangar.html
  commentId: F:UnityEngine.AudioReverbPreset.Hangar
  nameWithType: AudioReverbPreset.Hangar
  type: Field
- uid: UnityEngine.AudioReverbPreset.Livingroom
  name: Livingroom
  fullName: UnityEngine.AudioReverbPreset.Livingroom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Livingroom.html
  commentId: F:UnityEngine.AudioReverbPreset.Livingroom
  nameWithType: AudioReverbPreset.Livingroom
  type: Field
- uid: UnityEngine.AudioReverbPreset.Mountains
  name: Mountains
  fullName: UnityEngine.AudioReverbPreset.Mountains
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Mountains.html
  commentId: F:UnityEngine.AudioReverbPreset.Mountains
  nameWithType: AudioReverbPreset.Mountains
  type: Field
- uid: UnityEngine.AudioReverbPreset.Off
  name: Off
  fullName: UnityEngine.AudioReverbPreset.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Off.html
  commentId: F:UnityEngine.AudioReverbPreset.Off
  nameWithType: AudioReverbPreset.Off
  type: Field
- uid: UnityEngine.AudioReverbPreset.PaddedCell
  name: PaddedCell
  fullName: UnityEngine.AudioReverbPreset.PaddedCell
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.PaddedCell.html
  commentId: F:UnityEngine.AudioReverbPreset.PaddedCell
  nameWithType: AudioReverbPreset.PaddedCell
  type: Field
- uid: UnityEngine.AudioReverbPreset.ParkingLot
  name: ParkingLot
  fullName: UnityEngine.AudioReverbPreset.ParkingLot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.ParkingLot.html
  commentId: F:UnityEngine.AudioReverbPreset.ParkingLot
  nameWithType: AudioReverbPreset.ParkingLot
  type: Field
- uid: UnityEngine.AudioReverbPreset.Plain
  name: Plain
  fullName: UnityEngine.AudioReverbPreset.Plain
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Plain.html
  commentId: F:UnityEngine.AudioReverbPreset.Plain
  nameWithType: AudioReverbPreset.Plain
  type: Field
- uid: UnityEngine.AudioReverbPreset.Psychotic
  name: Psychotic
  fullName: UnityEngine.AudioReverbPreset.Psychotic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Psychotic.html
  commentId: F:UnityEngine.AudioReverbPreset.Psychotic
  nameWithType: AudioReverbPreset.Psychotic
  type: Field
- uid: UnityEngine.AudioReverbPreset.Quarry
  name: Quarry
  fullName: UnityEngine.AudioReverbPreset.Quarry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Quarry.html
  commentId: F:UnityEngine.AudioReverbPreset.Quarry
  nameWithType: AudioReverbPreset.Quarry
  type: Field
- uid: UnityEngine.AudioReverbPreset.Room
  name: Room
  fullName: UnityEngine.AudioReverbPreset.Room
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Room.html
  commentId: F:UnityEngine.AudioReverbPreset.Room
  nameWithType: AudioReverbPreset.Room
  type: Field
- uid: UnityEngine.AudioReverbPreset.SewerPipe
  name: SewerPipe
  fullName: UnityEngine.AudioReverbPreset.SewerPipe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.SewerPipe.html
  commentId: F:UnityEngine.AudioReverbPreset.SewerPipe
  nameWithType: AudioReverbPreset.SewerPipe
  type: Field
- uid: UnityEngine.AudioReverbPreset.StoneCorridor
  name: StoneCorridor
  fullName: UnityEngine.AudioReverbPreset.StoneCorridor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.StoneCorridor.html
  commentId: F:UnityEngine.AudioReverbPreset.StoneCorridor
  nameWithType: AudioReverbPreset.StoneCorridor
  type: Field
- uid: UnityEngine.AudioReverbPreset.Stoneroom
  name: Stoneroom
  fullName: UnityEngine.AudioReverbPreset.Stoneroom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Stoneroom.html
  commentId: F:UnityEngine.AudioReverbPreset.Stoneroom
  nameWithType: AudioReverbPreset.Stoneroom
  type: Field
- uid: UnityEngine.AudioReverbPreset.Underwater
  name: Underwater
  fullName: UnityEngine.AudioReverbPreset.Underwater
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.Underwater.html
  commentId: F:UnityEngine.AudioReverbPreset.Underwater
  nameWithType: AudioReverbPreset.Underwater
  type: Field
- uid: UnityEngine.AudioReverbPreset.User
  name: User
  fullName: UnityEngine.AudioReverbPreset.User
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbPreset.User.html
  commentId: F:UnityEngine.AudioReverbPreset.User
  nameWithType: AudioReverbPreset.User
  type: Field
- uid: UnityEngine.AudioReverbZone
  name: AudioReverbZone
  fullName: UnityEngine.AudioReverbZone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone.html
  commentId: T:UnityEngine.AudioReverbZone
  nameWithType: AudioReverbZone
  type: Class
- uid: UnityEngine.AudioReverbZone.decayHFRatio
  name: decayHFRatio
  fullName: UnityEngine.AudioReverbZone.decayHFRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-decayHFRatio.html
  commentId: P:UnityEngine.AudioReverbZone.decayHFRatio
  nameWithType: AudioReverbZone.decayHFRatio
  type: Property
- uid: UnityEngine.AudioReverbZone.decayTime
  name: decayTime
  fullName: UnityEngine.AudioReverbZone.decayTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-decayTime.html
  commentId: P:UnityEngine.AudioReverbZone.decayTime
  nameWithType: AudioReverbZone.decayTime
  type: Property
- uid: UnityEngine.AudioReverbZone.density
  name: density
  fullName: UnityEngine.AudioReverbZone.density
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-density.html
  commentId: P:UnityEngine.AudioReverbZone.density
  nameWithType: AudioReverbZone.density
  type: Property
- uid: UnityEngine.AudioReverbZone.diffusion
  name: diffusion
  fullName: UnityEngine.AudioReverbZone.diffusion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-diffusion.html
  commentId: P:UnityEngine.AudioReverbZone.diffusion
  nameWithType: AudioReverbZone.diffusion
  type: Property
- uid: UnityEngine.AudioReverbZone.HFReference
  name: HFReference
  fullName: UnityEngine.AudioReverbZone.HFReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone.HFReference.html
  commentId: P:UnityEngine.AudioReverbZone.HFReference
  nameWithType: AudioReverbZone.HFReference
  type: Property
- uid: UnityEngine.AudioReverbZone.LFReference
  name: LFReference
  fullName: UnityEngine.AudioReverbZone.LFReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone.LFReference.html
  commentId: P:UnityEngine.AudioReverbZone.LFReference
  nameWithType: AudioReverbZone.LFReference
  type: Property
- uid: UnityEngine.AudioReverbZone.maxDistance
  name: maxDistance
  fullName: UnityEngine.AudioReverbZone.maxDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-maxDistance.html
  commentId: P:UnityEngine.AudioReverbZone.maxDistance
  nameWithType: AudioReverbZone.maxDistance
  type: Property
- uid: UnityEngine.AudioReverbZone.minDistance
  name: minDistance
  fullName: UnityEngine.AudioReverbZone.minDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-minDistance.html
  commentId: P:UnityEngine.AudioReverbZone.minDistance
  nameWithType: AudioReverbZone.minDistance
  type: Property
- uid: UnityEngine.AudioReverbZone.reflections
  name: reflections
  fullName: UnityEngine.AudioReverbZone.reflections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-reflections.html
  commentId: P:UnityEngine.AudioReverbZone.reflections
  nameWithType: AudioReverbZone.reflections
  type: Property
- uid: UnityEngine.AudioReverbZone.reflectionsDelay
  name: reflectionsDelay
  fullName: UnityEngine.AudioReverbZone.reflectionsDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-reflectionsDelay.html
  commentId: P:UnityEngine.AudioReverbZone.reflectionsDelay
  nameWithType: AudioReverbZone.reflectionsDelay
  type: Property
- uid: UnityEngine.AudioReverbZone.reverb
  name: reverb
  fullName: UnityEngine.AudioReverbZone.reverb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-reverb.html
  commentId: P:UnityEngine.AudioReverbZone.reverb
  nameWithType: AudioReverbZone.reverb
  type: Property
- uid: UnityEngine.AudioReverbZone.reverbDelay
  name: reverbDelay
  fullName: UnityEngine.AudioReverbZone.reverbDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-reverbDelay.html
  commentId: P:UnityEngine.AudioReverbZone.reverbDelay
  nameWithType: AudioReverbZone.reverbDelay
  type: Property
- uid: UnityEngine.AudioReverbZone.reverbPreset
  name: reverbPreset
  fullName: UnityEngine.AudioReverbZone.reverbPreset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-reverbPreset.html
  commentId: P:UnityEngine.AudioReverbZone.reverbPreset
  nameWithType: AudioReverbZone.reverbPreset
  type: Property
- uid: UnityEngine.AudioReverbZone.room
  name: room
  fullName: UnityEngine.AudioReverbZone.room
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-room.html
  commentId: P:UnityEngine.AudioReverbZone.room
  nameWithType: AudioReverbZone.room
  type: Property
- uid: UnityEngine.AudioReverbZone.roomHF
  name: roomHF
  fullName: UnityEngine.AudioReverbZone.roomHF
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-roomHF.html
  commentId: P:UnityEngine.AudioReverbZone.roomHF
  nameWithType: AudioReverbZone.roomHF
  type: Property
- uid: UnityEngine.AudioReverbZone.roomLF
  name: roomLF
  fullName: UnityEngine.AudioReverbZone.roomLF
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-roomLF.html
  commentId: P:UnityEngine.AudioReverbZone.roomLF
  nameWithType: AudioReverbZone.roomLF
  type: Property
- uid: UnityEngine.AudioReverbZone.roomRolloffFactor
  name: roomRolloffFactor
  fullName: UnityEngine.AudioReverbZone.roomRolloffFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioReverbZone-roomRolloffFactor.html
  commentId: P:UnityEngine.AudioReverbZone.roomRolloffFactor
  nameWithType: AudioReverbZone.roomRolloffFactor
  type: Property
- uid: UnityEngine.AudioRolloffMode
  name: AudioRolloffMode
  fullName: UnityEngine.AudioRolloffMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioRolloffMode.html
  commentId: T:UnityEngine.AudioRolloffMode
  nameWithType: AudioRolloffMode
  type: Enum
- uid: UnityEngine.AudioRolloffMode.Custom
  name: Custom
  fullName: UnityEngine.AudioRolloffMode.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioRolloffMode.Custom.html
  commentId: F:UnityEngine.AudioRolloffMode.Custom
  nameWithType: AudioRolloffMode.Custom
  type: Field
- uid: UnityEngine.AudioRolloffMode.Linear
  name: Linear
  fullName: UnityEngine.AudioRolloffMode.Linear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioRolloffMode.Linear.html
  commentId: F:UnityEngine.AudioRolloffMode.Linear
  nameWithType: AudioRolloffMode.Linear
  type: Field
- uid: UnityEngine.AudioRolloffMode.Logarithmic
  name: Logarithmic
  fullName: UnityEngine.AudioRolloffMode.Logarithmic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioRolloffMode.Logarithmic.html
  commentId: F:UnityEngine.AudioRolloffMode.Logarithmic
  nameWithType: AudioRolloffMode.Logarithmic
  type: Field
- uid: UnityEngine.AudioSettings
  name: AudioSettings
  fullName: UnityEngine.AudioSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.html
  commentId: T:UnityEngine.AudioSettings
  nameWithType: AudioSettings
  type: Class
- uid: UnityEngine.AudioSettings.AudioConfigurationChangeHandler
  name: AudioSettings.AudioConfigurationChangeHandler
  fullName: UnityEngine.AudioSettings.AudioConfigurationChangeHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.AudioConfigurationChangeHandler.html
  commentId: T:UnityEngine.AudioSettings.AudioConfigurationChangeHandler
  nameWithType: AudioSettings.AudioConfigurationChangeHandler
  type: Delegate
- uid: UnityEngine.AudioSettings.driverCapabilities
  name: driverCapabilities
  fullName: UnityEngine.AudioSettings.driverCapabilities
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings-driverCapabilities.html
  commentId: P:UnityEngine.AudioSettings.driverCapabilities
  nameWithType: AudioSettings.driverCapabilities
  type: Property
- uid: UnityEngine.AudioSettings.dspTime
  name: dspTime
  fullName: UnityEngine.AudioSettings.dspTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings-dspTime.html
  commentId: P:UnityEngine.AudioSettings.dspTime
  nameWithType: AudioSettings.dspTime
  type: Property
- uid: UnityEngine.AudioSettings.GetConfiguration
  name: GetConfiguration()
  fullName: UnityEngine.AudioSettings.GetConfiguration()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.GetConfiguration.html
  commentId: M:UnityEngine.AudioSettings.GetConfiguration
  nameWithType: AudioSettings.GetConfiguration()
  type: Method
- uid: UnityEngine.AudioSettings.GetDSPBufferSize(System.Int32@,System.Int32@)
  name: GetDSPBufferSize(out int, out int)
  fullName: UnityEngine.AudioSettings.GetDSPBufferSize(out int, out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.GetDSPBufferSize.html
  commentId: M:UnityEngine.AudioSettings.GetDSPBufferSize(System.Int32@,System.Int32@)
  nameWithType: AudioSettings.GetDSPBufferSize(out int, out int)
  type: Method
- uid: UnityEngine.AudioSettings.GetSpatializerPluginName
  name: GetSpatializerPluginName()
  fullName: UnityEngine.AudioSettings.GetSpatializerPluginName()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.GetSpatializerPluginName.html
  commentId: M:UnityEngine.AudioSettings.GetSpatializerPluginName
  nameWithType: AudioSettings.GetSpatializerPluginName()
  type: Method
- uid: UnityEngine.AudioSettings.GetSpatializerPluginNames
  name: GetSpatializerPluginNames()
  fullName: UnityEngine.AudioSettings.GetSpatializerPluginNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.GetSpatializerPluginNames.html
  commentId: M:UnityEngine.AudioSettings.GetSpatializerPluginNames
  nameWithType: AudioSettings.GetSpatializerPluginNames()
  type: Method
- uid: UnityEngine.AudioSettings.OnAudioConfigurationChanged
  name: OnAudioConfigurationChanged
  fullName: UnityEngine.AudioSettings.OnAudioConfigurationChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.OnAudioConfigurationChanged.html
  commentId: E:UnityEngine.AudioSettings.OnAudioConfigurationChanged
  nameWithType: AudioSettings.OnAudioConfigurationChanged
  type: Event
- uid: UnityEngine.AudioSettings.outputSampleRate
  name: outputSampleRate
  fullName: UnityEngine.AudioSettings.outputSampleRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings-outputSampleRate.html
  commentId: P:UnityEngine.AudioSettings.outputSampleRate
  nameWithType: AudioSettings.outputSampleRate
  type: Property
- uid: UnityEngine.AudioSettings.Reset(UnityEngine.AudioConfiguration)
  name: Reset(AudioConfiguration)
  fullName: UnityEngine.AudioSettings.Reset(UnityEngine.AudioConfiguration)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.Reset.html
  commentId: M:UnityEngine.AudioSettings.Reset(UnityEngine.AudioConfiguration)
  nameWithType: AudioSettings.Reset(AudioConfiguration)
  type: Method
- uid: UnityEngine.AudioSettings.SetDSPBufferSize(System.Int32,System.Int32)
  name: SetDSPBufferSize(int, int)
  fullName: UnityEngine.AudioSettings.SetDSPBufferSize(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.SetDSPBufferSize.html
  commentId: M:UnityEngine.AudioSettings.SetDSPBufferSize(System.Int32,System.Int32)
  nameWithType: AudioSettings.SetDSPBufferSize(int, int)
  type: Method
- uid: UnityEngine.AudioSettings.SetSpatializerPluginName(System.String)
  name: SetSpatializerPluginName(string)
  fullName: UnityEngine.AudioSettings.SetSpatializerPluginName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings.SetSpatializerPluginName.html
  commentId: M:UnityEngine.AudioSettings.SetSpatializerPluginName(System.String)
  nameWithType: AudioSettings.SetSpatializerPluginName(string)
  type: Method
- uid: UnityEngine.AudioSettings.speakerMode
  name: speakerMode
  fullName: UnityEngine.AudioSettings.speakerMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSettings-speakerMode.html
  commentId: P:UnityEngine.AudioSettings.speakerMode
  nameWithType: AudioSettings.speakerMode
  type: Property
- uid: UnityEngine.AudioSource
  name: AudioSource
  fullName: UnityEngine.AudioSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.html
  commentId: T:UnityEngine.AudioSource
  nameWithType: AudioSource
  type: Class
- uid: UnityEngine.AudioSource.bypassEffects
  name: bypassEffects
  fullName: UnityEngine.AudioSource.bypassEffects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-bypassEffects.html
  commentId: P:UnityEngine.AudioSource.bypassEffects
  nameWithType: AudioSource.bypassEffects
  type: Property
- uid: UnityEngine.AudioSource.bypassListenerEffects
  name: bypassListenerEffects
  fullName: UnityEngine.AudioSource.bypassListenerEffects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-bypassListenerEffects.html
  commentId: P:UnityEngine.AudioSource.bypassListenerEffects
  nameWithType: AudioSource.bypassListenerEffects
  type: Property
- uid: UnityEngine.AudioSource.bypassReverbZones
  name: bypassReverbZones
  fullName: UnityEngine.AudioSource.bypassReverbZones
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-bypassReverbZones.html
  commentId: P:UnityEngine.AudioSource.bypassReverbZones
  nameWithType: AudioSource.bypassReverbZones
  type: Property
- uid: UnityEngine.AudioSource.clip
  name: clip
  fullName: UnityEngine.AudioSource.clip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-clip.html
  commentId: P:UnityEngine.AudioSource.clip
  nameWithType: AudioSource.clip
  type: Property
- uid: UnityEngine.AudioSource.DisableDualShock4Output
  name: DisableDualShock4Output()
  fullName: UnityEngine.AudioSource.DisableDualShock4Output()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.DisableDualShock4Output.html
  commentId: M:UnityEngine.AudioSource.DisableDualShock4Output
  nameWithType: AudioSource.DisableDualShock4Output()
  type: Method
- uid: UnityEngine.AudioSource.dopplerLevel
  name: dopplerLevel
  fullName: UnityEngine.AudioSource.dopplerLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-dopplerLevel.html
  commentId: P:UnityEngine.AudioSource.dopplerLevel
  nameWithType: AudioSource.dopplerLevel
  type: Property
- uid: UnityEngine.AudioSource.GetAmbisonicDecoderFloat(System.Int32,System.Single@)
  name: GetAmbisonicDecoderFloat(int, out float)
  fullName: UnityEngine.AudioSource.GetAmbisonicDecoderFloat(int, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.GetAmbisonicDecoderFloat.html
  commentId: M:UnityEngine.AudioSource.GetAmbisonicDecoderFloat(System.Int32,System.Single@)
  nameWithType: AudioSource.GetAmbisonicDecoderFloat(int, out float)
  type: Method
- uid: UnityEngine.AudioSource.GetCustomCurve(UnityEngine.AudioSourceCurveType)
  name: GetCustomCurve(AudioSourceCurveType)
  fullName: UnityEngine.AudioSource.GetCustomCurve(UnityEngine.AudioSourceCurveType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.GetCustomCurve.html
  commentId: M:UnityEngine.AudioSource.GetCustomCurve(UnityEngine.AudioSourceCurveType)
  nameWithType: AudioSource.GetCustomCurve(AudioSourceCurveType)
  type: Method
- uid: UnityEngine.AudioSource.GetOutputData(System.Int32,System.Int32)
  name: GetOutputData(int, int)
  fullName: UnityEngine.AudioSource.GetOutputData(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.GetOutputData.html
  commentId: M:UnityEngine.AudioSource.GetOutputData(System.Int32,System.Int32)
  nameWithType: AudioSource.GetOutputData(int, int)
  type: Method
- uid: UnityEngine.AudioSource.GetOutputData(System.Single[],System.Int32)
  name: GetOutputData(float[], int)
  fullName: UnityEngine.AudioSource.GetOutputData(float[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.GetOutputData.html
  commentId: M:UnityEngine.AudioSource.GetOutputData(System.Single[],System.Int32)
  nameWithType: AudioSource.GetOutputData(float[], int)
  type: Method
- uid: UnityEngine.AudioSource.GetSpatializerFloat(System.Int32,System.Single@)
  name: GetSpatializerFloat(int, out float)
  fullName: UnityEngine.AudioSource.GetSpatializerFloat(int, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.GetSpatializerFloat.html
  commentId: M:UnityEngine.AudioSource.GetSpatializerFloat(System.Int32,System.Single@)
  nameWithType: AudioSource.GetSpatializerFloat(int, out float)
  type: Method
- uid: UnityEngine.AudioSource.GetSpectrumData(System.Int32,System.Int32,UnityEngine.FFTWindow)
  name: GetSpectrumData(int, int, FFTWindow)
  fullName: UnityEngine.AudioSource.GetSpectrumData(int, int, UnityEngine.FFTWindow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.GetSpectrumData.html
  commentId: M:UnityEngine.AudioSource.GetSpectrumData(System.Int32,System.Int32,UnityEngine.FFTWindow)
  nameWithType: AudioSource.GetSpectrumData(int, int, FFTWindow)
  type: Method
- uid: UnityEngine.AudioSource.GetSpectrumData(System.Single[],System.Int32,UnityEngine.FFTWindow)
  name: GetSpectrumData(float[], int, FFTWindow)
  fullName: UnityEngine.AudioSource.GetSpectrumData(float[], int, UnityEngine.FFTWindow)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.GetSpectrumData.html
  commentId: M:UnityEngine.AudioSource.GetSpectrumData(System.Single[],System.Int32,UnityEngine.FFTWindow)
  nameWithType: AudioSource.GetSpectrumData(float[], int, FFTWindow)
  type: Method
- uid: UnityEngine.AudioSource.ignoreListenerPause
  name: ignoreListenerPause
  fullName: UnityEngine.AudioSource.ignoreListenerPause
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-ignoreListenerPause.html
  commentId: P:UnityEngine.AudioSource.ignoreListenerPause
  nameWithType: AudioSource.ignoreListenerPause
  type: Property
- uid: UnityEngine.AudioSource.ignoreListenerVolume
  name: ignoreListenerVolume
  fullName: UnityEngine.AudioSource.ignoreListenerVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-ignoreListenerVolume.html
  commentId: P:UnityEngine.AudioSource.ignoreListenerVolume
  nameWithType: AudioSource.ignoreListenerVolume
  type: Property
- uid: UnityEngine.AudioSource.isPlaying
  name: isPlaying
  fullName: UnityEngine.AudioSource.isPlaying
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-isPlaying.html
  commentId: P:UnityEngine.AudioSource.isPlaying
  nameWithType: AudioSource.isPlaying
  type: Property
- uid: UnityEngine.AudioSource.isVirtual
  name: isVirtual
  fullName: UnityEngine.AudioSource.isVirtual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-isVirtual.html
  commentId: P:UnityEngine.AudioSource.isVirtual
  nameWithType: AudioSource.isVirtual
  type: Property
- uid: UnityEngine.AudioSource.loop
  name: loop
  fullName: UnityEngine.AudioSource.loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-loop.html
  commentId: P:UnityEngine.AudioSource.loop
  nameWithType: AudioSource.loop
  type: Property
- uid: UnityEngine.AudioSource.maxDistance
  name: maxDistance
  fullName: UnityEngine.AudioSource.maxDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-maxDistance.html
  commentId: P:UnityEngine.AudioSource.maxDistance
  nameWithType: AudioSource.maxDistance
  type: Property
- uid: UnityEngine.AudioSource.maxVolume
  name: maxVolume
  fullName: UnityEngine.AudioSource.maxVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-maxVolume.html
  commentId: P:UnityEngine.AudioSource.maxVolume
  nameWithType: AudioSource.maxVolume
  type: Property
- uid: UnityEngine.AudioSource.minDistance
  name: minDistance
  fullName: UnityEngine.AudioSource.minDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-minDistance.html
  commentId: P:UnityEngine.AudioSource.minDistance
  nameWithType: AudioSource.minDistance
  type: Property
- uid: UnityEngine.AudioSource.minVolume
  name: minVolume
  fullName: UnityEngine.AudioSource.minVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-minVolume.html
  commentId: P:UnityEngine.AudioSource.minVolume
  nameWithType: AudioSource.minVolume
  type: Property
- uid: UnityEngine.AudioSource.mute
  name: mute
  fullName: UnityEngine.AudioSource.mute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-mute.html
  commentId: P:UnityEngine.AudioSource.mute
  nameWithType: AudioSource.mute
  type: Property
- uid: UnityEngine.AudioSource.outputAudioMixerGroup
  name: outputAudioMixerGroup
  fullName: UnityEngine.AudioSource.outputAudioMixerGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-outputAudioMixerGroup.html
  commentId: P:UnityEngine.AudioSource.outputAudioMixerGroup
  nameWithType: AudioSource.outputAudioMixerGroup
  type: Property
- uid: UnityEngine.AudioSource.panStereo
  name: panStereo
  fullName: UnityEngine.AudioSource.panStereo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-panStereo.html
  commentId: P:UnityEngine.AudioSource.panStereo
  nameWithType: AudioSource.panStereo
  type: Property
- uid: UnityEngine.AudioSource.Pause
  name: Pause()
  fullName: UnityEngine.AudioSource.Pause()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.Pause.html
  commentId: M:UnityEngine.AudioSource.Pause
  nameWithType: AudioSource.Pause()
  type: Method
- uid: UnityEngine.AudioSource.pitch
  name: pitch
  fullName: UnityEngine.AudioSource.pitch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-pitch.html
  commentId: P:UnityEngine.AudioSource.pitch
  nameWithType: AudioSource.pitch
  type: Property
- uid: UnityEngine.AudioSource.Play
  name: Play()
  fullName: UnityEngine.AudioSource.Play()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.Play.html
  commentId: M:UnityEngine.AudioSource.Play
  nameWithType: AudioSource.Play()
  type: Method
- uid: UnityEngine.AudioSource.Play(System.UInt64)
  name: Play(ulong)
  fullName: UnityEngine.AudioSource.Play(ulong)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.Play.html
  commentId: M:UnityEngine.AudioSource.Play(System.UInt64)
  nameWithType: AudioSource.Play(ulong)
  type: Method
- uid: UnityEngine.AudioSource.PlayClipAtPoint(UnityEngine.AudioClip,UnityEngine.Vector3,System.Single)
  name: PlayClipAtPoint(AudioClip, Vector3, float)
  fullName: UnityEngine.AudioSource.PlayClipAtPoint(UnityEngine.AudioClip, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.PlayClipAtPoint.html
  commentId: M:UnityEngine.AudioSource.PlayClipAtPoint(UnityEngine.AudioClip,UnityEngine.Vector3,System.Single)
  nameWithType: AudioSource.PlayClipAtPoint(AudioClip, Vector3, float)
  type: Method
- uid: UnityEngine.AudioSource.PlayClipAtPoint(UnityEngine.AudioClip,UnityEngine.Vector3)
  name: PlayClipAtPoint(AudioClip, Vector3)
  fullName: UnityEngine.AudioSource.PlayClipAtPoint(UnityEngine.AudioClip, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.PlayClipAtPoint.html
  commentId: M:UnityEngine.AudioSource.PlayClipAtPoint(UnityEngine.AudioClip,UnityEngine.Vector3)
  nameWithType: AudioSource.PlayClipAtPoint(AudioClip, Vector3)
  type: Method
- uid: UnityEngine.AudioSource.PlayDelayed(System.Single)
  name: PlayDelayed(float)
  fullName: UnityEngine.AudioSource.PlayDelayed(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.PlayDelayed.html
  commentId: M:UnityEngine.AudioSource.PlayDelayed(System.Single)
  nameWithType: AudioSource.PlayDelayed(float)
  type: Method
- uid: UnityEngine.AudioSource.playOnAwake
  name: playOnAwake
  fullName: UnityEngine.AudioSource.playOnAwake
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-playOnAwake.html
  commentId: P:UnityEngine.AudioSource.playOnAwake
  nameWithType: AudioSource.playOnAwake
  type: Property
- uid: UnityEngine.AudioSource.PlayOnDualShock4(System.Int32)
  name: PlayOnDualShock4(int)
  fullName: UnityEngine.AudioSource.PlayOnDualShock4(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.PlayOnDualShock4.html
  commentId: M:UnityEngine.AudioSource.PlayOnDualShock4(System.Int32)
  nameWithType: AudioSource.PlayOnDualShock4(int)
  type: Method
- uid: UnityEngine.AudioSource.PlayOnDualShock4PadIndex(System.Int32)
  name: PlayOnDualShock4PadIndex(int)
  fullName: UnityEngine.AudioSource.PlayOnDualShock4PadIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.PlayOnDualShock4PadIndex.html
  commentId: M:UnityEngine.AudioSource.PlayOnDualShock4PadIndex(System.Int32)
  nameWithType: AudioSource.PlayOnDualShock4PadIndex(int)
  type: Method
- uid: UnityEngine.AudioSource.PlayOneShot(UnityEngine.AudioClip,System.Single)
  name: PlayOneShot(AudioClip, float)
  fullName: UnityEngine.AudioSource.PlayOneShot(UnityEngine.AudioClip, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.PlayOneShot.html
  commentId: M:UnityEngine.AudioSource.PlayOneShot(UnityEngine.AudioClip,System.Single)
  nameWithType: AudioSource.PlayOneShot(AudioClip, float)
  type: Method
- uid: UnityEngine.AudioSource.PlayOneShot(UnityEngine.AudioClip)
  name: PlayOneShot(AudioClip)
  fullName: UnityEngine.AudioSource.PlayOneShot(UnityEngine.AudioClip)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.PlayOneShot.html
  commentId: M:UnityEngine.AudioSource.PlayOneShot(UnityEngine.AudioClip)
  nameWithType: AudioSource.PlayOneShot(AudioClip)
  type: Method
- uid: UnityEngine.AudioSource.PlayScheduled(System.Double)
  name: PlayScheduled(double)
  fullName: UnityEngine.AudioSource.PlayScheduled(double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.PlayScheduled.html
  commentId: M:UnityEngine.AudioSource.PlayScheduled(System.Double)
  nameWithType: AudioSource.PlayScheduled(double)
  type: Method
- uid: UnityEngine.AudioSource.priority
  name: priority
  fullName: UnityEngine.AudioSource.priority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-priority.html
  commentId: P:UnityEngine.AudioSource.priority
  nameWithType: AudioSource.priority
  type: Property
- uid: UnityEngine.AudioSource.reverbZoneMix
  name: reverbZoneMix
  fullName: UnityEngine.AudioSource.reverbZoneMix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-reverbZoneMix.html
  commentId: P:UnityEngine.AudioSource.reverbZoneMix
  nameWithType: AudioSource.reverbZoneMix
  type: Property
- uid: UnityEngine.AudioSource.rolloffFactor
  name: rolloffFactor
  fullName: UnityEngine.AudioSource.rolloffFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-rolloffFactor.html
  commentId: P:UnityEngine.AudioSource.rolloffFactor
  nameWithType: AudioSource.rolloffFactor
  type: Property
- uid: UnityEngine.AudioSource.rolloffMode
  name: rolloffMode
  fullName: UnityEngine.AudioSource.rolloffMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-rolloffMode.html
  commentId: P:UnityEngine.AudioSource.rolloffMode
  nameWithType: AudioSource.rolloffMode
  type: Property
- uid: UnityEngine.AudioSource.SetAmbisonicDecoderFloat(System.Int32,System.Single)
  name: SetAmbisonicDecoderFloat(int, float)
  fullName: UnityEngine.AudioSource.SetAmbisonicDecoderFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetAmbisonicDecoderFloat.html
  commentId: M:UnityEngine.AudioSource.SetAmbisonicDecoderFloat(System.Int32,System.Single)
  nameWithType: AudioSource.SetAmbisonicDecoderFloat(int, float)
  type: Method
- uid: UnityEngine.AudioSource.SetCustomCurve(UnityEngine.AudioSourceCurveType,UnityEngine.AnimationCurve)
  name: SetCustomCurve(AudioSourceCurveType, AnimationCurve)
  fullName: UnityEngine.AudioSource.SetCustomCurve(UnityEngine.AudioSourceCurveType, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetCustomCurve.html
  commentId: M:UnityEngine.AudioSource.SetCustomCurve(UnityEngine.AudioSourceCurveType,UnityEngine.AnimationCurve)
  nameWithType: AudioSource.SetCustomCurve(AudioSourceCurveType, AnimationCurve)
  type: Method
- uid: UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevel(System.Int32,System.Int32)
  name: SetDualShock4PadSpeakerMixLevel(int, int)
  fullName: UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevel(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetDualShock4PadSpeakerMixLevel.html
  commentId: M:UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevel(System.Int32,System.Int32)
  nameWithType: AudioSource.SetDualShock4PadSpeakerMixLevel(int, int)
  type: Method
- uid: UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelDefault(System.Int32)
  name: SetDualShock4PadSpeakerMixLevelDefault(int)
  fullName: UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelDefault(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetDualShock4PadSpeakerMixLevelDefault.html
  commentId: M:UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelDefault(System.Int32)
  nameWithType: AudioSource.SetDualShock4PadSpeakerMixLevelDefault(int)
  type: Method
- uid: UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelDefaultPadIndex(System.Int32)
  name: SetDualShock4PadSpeakerMixLevelDefaultPadIndex(int)
  fullName: UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelDefaultPadIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetDualShock4PadSpeakerMixLevelDefaultPadIndex.html
  commentId: M:UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelDefaultPadIndex(System.Int32)
  nameWithType: AudioSource.SetDualShock4PadSpeakerMixLevelDefaultPadIndex(int)
  type: Method
- uid: UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelPadIndex(System.Int32,System.Int32)
  name: SetDualShock4PadSpeakerMixLevelPadIndex(int, int)
  fullName: UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelPadIndex(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetDualShock4PadSpeakerMixLevelPadIndex.html
  commentId: M:UnityEngine.AudioSource.SetDualShock4PadSpeakerMixLevelPadIndex(System.Int32,System.Int32)
  nameWithType: AudioSource.SetDualShock4PadSpeakerMixLevelPadIndex(int, int)
  type: Method
- uid: UnityEngine.AudioSource.SetDualShock4PadSpeakerRestrictedAudio(System.Int32,System.Boolean)
  name: SetDualShock4PadSpeakerRestrictedAudio(int, bool)
  fullName: UnityEngine.AudioSource.SetDualShock4PadSpeakerRestrictedAudio(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetDualShock4PadSpeakerRestrictedAudio.html
  commentId: M:UnityEngine.AudioSource.SetDualShock4PadSpeakerRestrictedAudio(System.Int32,System.Boolean)
  nameWithType: AudioSource.SetDualShock4PadSpeakerRestrictedAudio(int, bool)
  type: Method
- uid: UnityEngine.AudioSource.SetDualShock4PadSpeakerRestrictedAudioPadIndex(System.Int32,System.Boolean)
  name: SetDualShock4PadSpeakerRestrictedAudioPadIndex(int, bool)
  fullName: UnityEngine.AudioSource.SetDualShock4PadSpeakerRestrictedAudioPadIndex(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetDualShock4PadSpeakerRestrictedAudioPadIndex.html
  commentId: M:UnityEngine.AudioSource.SetDualShock4PadSpeakerRestrictedAudioPadIndex(System.Int32,System.Boolean)
  nameWithType: AudioSource.SetDualShock4PadSpeakerRestrictedAudioPadIndex(int, bool)
  type: Method
- uid: UnityEngine.AudioSource.SetScheduledEndTime(System.Double)
  name: SetScheduledEndTime(double)
  fullName: UnityEngine.AudioSource.SetScheduledEndTime(double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetScheduledEndTime.html
  commentId: M:UnityEngine.AudioSource.SetScheduledEndTime(System.Double)
  nameWithType: AudioSource.SetScheduledEndTime(double)
  type: Method
- uid: UnityEngine.AudioSource.SetScheduledStartTime(System.Double)
  name: SetScheduledStartTime(double)
  fullName: UnityEngine.AudioSource.SetScheduledStartTime(double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetScheduledStartTime.html
  commentId: M:UnityEngine.AudioSource.SetScheduledStartTime(System.Double)
  nameWithType: AudioSource.SetScheduledStartTime(double)
  type: Method
- uid: UnityEngine.AudioSource.SetSpatializerFloat(System.Int32,System.Single)
  name: SetSpatializerFloat(int, float)
  fullName: UnityEngine.AudioSource.SetSpatializerFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.SetSpatializerFloat.html
  commentId: M:UnityEngine.AudioSource.SetSpatializerFloat(System.Int32,System.Single)
  nameWithType: AudioSource.SetSpatializerFloat(int, float)
  type: Method
- uid: UnityEngine.AudioSource.spatialBlend
  name: spatialBlend
  fullName: UnityEngine.AudioSource.spatialBlend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-spatialBlend.html
  commentId: P:UnityEngine.AudioSource.spatialBlend
  nameWithType: AudioSource.spatialBlend
  type: Property
- uid: UnityEngine.AudioSource.spatialize
  name: spatialize
  fullName: UnityEngine.AudioSource.spatialize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-spatialize.html
  commentId: P:UnityEngine.AudioSource.spatialize
  nameWithType: AudioSource.spatialize
  type: Property
- uid: UnityEngine.AudioSource.spatializePostEffects
  name: spatializePostEffects
  fullName: UnityEngine.AudioSource.spatializePostEffects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-spatializePostEffects.html
  commentId: P:UnityEngine.AudioSource.spatializePostEffects
  nameWithType: AudioSource.spatializePostEffects
  type: Property
- uid: UnityEngine.AudioSource.spread
  name: spread
  fullName: UnityEngine.AudioSource.spread
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-spread.html
  commentId: P:UnityEngine.AudioSource.spread
  nameWithType: AudioSource.spread
  type: Property
- uid: UnityEngine.AudioSource.Stop
  name: Stop()
  fullName: UnityEngine.AudioSource.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.Stop.html
  commentId: M:UnityEngine.AudioSource.Stop
  nameWithType: AudioSource.Stop()
  type: Method
- uid: UnityEngine.AudioSource.time
  name: time
  fullName: UnityEngine.AudioSource.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-time.html
  commentId: P:UnityEngine.AudioSource.time
  nameWithType: AudioSource.time
  type: Property
- uid: UnityEngine.AudioSource.timeSamples
  name: timeSamples
  fullName: UnityEngine.AudioSource.timeSamples
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-timeSamples.html
  commentId: P:UnityEngine.AudioSource.timeSamples
  nameWithType: AudioSource.timeSamples
  type: Property
- uid: UnityEngine.AudioSource.UnPause
  name: UnPause()
  fullName: UnityEngine.AudioSource.UnPause()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource.UnPause.html
  commentId: M:UnityEngine.AudioSource.UnPause
  nameWithType: AudioSource.UnPause()
  type: Method
- uid: UnityEngine.AudioSource.velocityUpdateMode
  name: velocityUpdateMode
  fullName: UnityEngine.AudioSource.velocityUpdateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-velocityUpdateMode.html
  commentId: P:UnityEngine.AudioSource.velocityUpdateMode
  nameWithType: AudioSource.velocityUpdateMode
  type: Property
- uid: UnityEngine.AudioSource.volume
  name: volume
  fullName: UnityEngine.AudioSource.volume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSource-volume.html
  commentId: P:UnityEngine.AudioSource.volume
  nameWithType: AudioSource.volume
  type: Property
- uid: UnityEngine.AudioSourceCurveType
  name: AudioSourceCurveType
  fullName: UnityEngine.AudioSourceCurveType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSourceCurveType.html
  commentId: T:UnityEngine.AudioSourceCurveType
  nameWithType: AudioSourceCurveType
  type: Enum
- uid: UnityEngine.AudioSourceCurveType.CustomRolloff
  name: CustomRolloff
  fullName: UnityEngine.AudioSourceCurveType.CustomRolloff
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSourceCurveType.CustomRolloff.html
  commentId: F:UnityEngine.AudioSourceCurveType.CustomRolloff
  nameWithType: AudioSourceCurveType.CustomRolloff
  type: Field
- uid: UnityEngine.AudioSourceCurveType.ReverbZoneMix
  name: ReverbZoneMix
  fullName: UnityEngine.AudioSourceCurveType.ReverbZoneMix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSourceCurveType.ReverbZoneMix.html
  commentId: F:UnityEngine.AudioSourceCurveType.ReverbZoneMix
  nameWithType: AudioSourceCurveType.ReverbZoneMix
  type: Field
- uid: UnityEngine.AudioSourceCurveType.SpatialBlend
  name: SpatialBlend
  fullName: UnityEngine.AudioSourceCurveType.SpatialBlend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSourceCurveType.SpatialBlend.html
  commentId: F:UnityEngine.AudioSourceCurveType.SpatialBlend
  nameWithType: AudioSourceCurveType.SpatialBlend
  type: Field
- uid: UnityEngine.AudioSourceCurveType.Spread
  name: Spread
  fullName: UnityEngine.AudioSourceCurveType.Spread
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSourceCurveType.Spread.html
  commentId: F:UnityEngine.AudioSourceCurveType.Spread
  nameWithType: AudioSourceCurveType.Spread
  type: Field
- uid: UnityEngine.AudioSpeakerMode
  name: AudioSpeakerMode
  fullName: UnityEngine.AudioSpeakerMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.html
  commentId: T:UnityEngine.AudioSpeakerMode
  nameWithType: AudioSpeakerMode
  type: Enum
- uid: UnityEngine.AudioSpeakerMode.Mode5point1
  name: Mode5point1
  fullName: UnityEngine.AudioSpeakerMode.Mode5point1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.Mode5point1.html
  commentId: F:UnityEngine.AudioSpeakerMode.Mode5point1
  nameWithType: AudioSpeakerMode.Mode5point1
  type: Field
- uid: UnityEngine.AudioSpeakerMode.Mode7point1
  name: Mode7point1
  fullName: UnityEngine.AudioSpeakerMode.Mode7point1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.Mode7point1.html
  commentId: F:UnityEngine.AudioSpeakerMode.Mode7point1
  nameWithType: AudioSpeakerMode.Mode7point1
  type: Field
- uid: UnityEngine.AudioSpeakerMode.Mono
  name: Mono
  fullName: UnityEngine.AudioSpeakerMode.Mono
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.Mono.html
  commentId: F:UnityEngine.AudioSpeakerMode.Mono
  nameWithType: AudioSpeakerMode.Mono
  type: Field
- uid: UnityEngine.AudioSpeakerMode.Prologic
  name: Prologic
  fullName: UnityEngine.AudioSpeakerMode.Prologic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.Prologic.html
  commentId: F:UnityEngine.AudioSpeakerMode.Prologic
  nameWithType: AudioSpeakerMode.Prologic
  type: Field
- uid: UnityEngine.AudioSpeakerMode.Quad
  name: Quad
  fullName: UnityEngine.AudioSpeakerMode.Quad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.Quad.html
  commentId: F:UnityEngine.AudioSpeakerMode.Quad
  nameWithType: AudioSpeakerMode.Quad
  type: Field
- uid: UnityEngine.AudioSpeakerMode.Raw
  name: Raw
  fullName: UnityEngine.AudioSpeakerMode.Raw
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.Raw.html
  commentId: F:UnityEngine.AudioSpeakerMode.Raw
  nameWithType: AudioSpeakerMode.Raw
  type: Field
- uid: UnityEngine.AudioSpeakerMode.Stereo
  name: Stereo
  fullName: UnityEngine.AudioSpeakerMode.Stereo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.Stereo.html
  commentId: F:UnityEngine.AudioSpeakerMode.Stereo
  nameWithType: AudioSpeakerMode.Stereo
  type: Field
- uid: UnityEngine.AudioSpeakerMode.Surround
  name: Surround
  fullName: UnityEngine.AudioSpeakerMode.Surround
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioSpeakerMode.Surround.html
  commentId: F:UnityEngine.AudioSpeakerMode.Surround
  nameWithType: AudioSpeakerMode.Surround
  type: Field
- uid: UnityEngine.AudioType
  name: AudioType
  fullName: UnityEngine.AudioType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.html
  commentId: T:UnityEngine.AudioType
  nameWithType: AudioType
  type: Enum
- uid: UnityEngine.AudioType.ACC
  name: ACC
  fullName: UnityEngine.AudioType.ACC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.ACC.html
  commentId: F:UnityEngine.AudioType.ACC
  nameWithType: AudioType.ACC
  type: Field
- uid: UnityEngine.AudioType.AIFF
  name: AIFF
  fullName: UnityEngine.AudioType.AIFF
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.AIFF.html
  commentId: F:UnityEngine.AudioType.AIFF
  nameWithType: AudioType.AIFF
  type: Field
- uid: UnityEngine.AudioType.AUDIOQUEUE
  name: AUDIOQUEUE
  fullName: UnityEngine.AudioType.AUDIOQUEUE
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.AUDIOQUEUE.html
  commentId: F:UnityEngine.AudioType.AUDIOQUEUE
  nameWithType: AudioType.AUDIOQUEUE
  type: Field
- uid: UnityEngine.AudioType.IT
  name: IT
  fullName: UnityEngine.AudioType.IT
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.IT.html
  commentId: F:UnityEngine.AudioType.IT
  nameWithType: AudioType.IT
  type: Field
- uid: UnityEngine.AudioType.MOD
  name: MOD
  fullName: UnityEngine.AudioType.MOD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.MOD.html
  commentId: F:UnityEngine.AudioType.MOD
  nameWithType: AudioType.MOD
  type: Field
- uid: UnityEngine.AudioType.MPEG
  name: MPEG
  fullName: UnityEngine.AudioType.MPEG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.MPEG.html
  commentId: F:UnityEngine.AudioType.MPEG
  nameWithType: AudioType.MPEG
  type: Field
- uid: UnityEngine.AudioType.OGGVORBIS
  name: OGGVORBIS
  fullName: UnityEngine.AudioType.OGGVORBIS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.OGGVORBIS.html
  commentId: F:UnityEngine.AudioType.OGGVORBIS
  nameWithType: AudioType.OGGVORBIS
  type: Field
- uid: UnityEngine.AudioType.S3M
  name: S3M
  fullName: UnityEngine.AudioType.S3M
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.S3M.html
  commentId: F:UnityEngine.AudioType.S3M
  nameWithType: AudioType.S3M
  type: Field
- uid: UnityEngine.AudioType.UNKNOWN
  name: UNKNOWN
  fullName: UnityEngine.AudioType.UNKNOWN
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.UNKNOWN.html
  commentId: F:UnityEngine.AudioType.UNKNOWN
  nameWithType: AudioType.UNKNOWN
  type: Field
- uid: UnityEngine.AudioType.VAG
  name: VAG
  fullName: UnityEngine.AudioType.VAG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.VAG.html
  commentId: F:UnityEngine.AudioType.VAG
  nameWithType: AudioType.VAG
  type: Field
- uid: UnityEngine.AudioType.WAV
  name: WAV
  fullName: UnityEngine.AudioType.WAV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.WAV.html
  commentId: F:UnityEngine.AudioType.WAV
  nameWithType: AudioType.WAV
  type: Field
- uid: UnityEngine.AudioType.XM
  name: XM
  fullName: UnityEngine.AudioType.XM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.XM.html
  commentId: F:UnityEngine.AudioType.XM
  nameWithType: AudioType.XM
  type: Field
- uid: UnityEngine.AudioType.XMA
  name: XMA
  fullName: UnityEngine.AudioType.XMA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioType.XMA.html
  commentId: F:UnityEngine.AudioType.XMA
  nameWithType: AudioType.XMA
  type: Field
- uid: UnityEngine.AudioVelocityUpdateMode
  name: AudioVelocityUpdateMode
  fullName: UnityEngine.AudioVelocityUpdateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioVelocityUpdateMode.html
  commentId: T:UnityEngine.AudioVelocityUpdateMode
  nameWithType: AudioVelocityUpdateMode
  type: Enum
- uid: UnityEngine.AudioVelocityUpdateMode.Auto
  name: Auto
  fullName: UnityEngine.AudioVelocityUpdateMode.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioVelocityUpdateMode.Auto.html
  commentId: F:UnityEngine.AudioVelocityUpdateMode.Auto
  nameWithType: AudioVelocityUpdateMode.Auto
  type: Field
- uid: UnityEngine.AudioVelocityUpdateMode.Dynamic
  name: Dynamic
  fullName: UnityEngine.AudioVelocityUpdateMode.Dynamic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioVelocityUpdateMode.Dynamic.html
  commentId: F:UnityEngine.AudioVelocityUpdateMode.Dynamic
  nameWithType: AudioVelocityUpdateMode.Dynamic
  type: Field
- uid: UnityEngine.AudioVelocityUpdateMode.Fixed
  name: Fixed
  fullName: UnityEngine.AudioVelocityUpdateMode.Fixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AudioVelocityUpdateMode.Fixed.html
  commentId: F:UnityEngine.AudioVelocityUpdateMode.Fixed
  nameWithType: AudioVelocityUpdateMode.Fixed
  type: Field
- uid: UnityEngine.Avatar
  name: Avatar
  fullName: UnityEngine.Avatar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Avatar.html
  commentId: T:UnityEngine.Avatar
  nameWithType: Avatar
  type: Class
- uid: UnityEngine.Avatar.isHuman
  name: isHuman
  fullName: UnityEngine.Avatar.isHuman
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Avatar-isHuman.html
  commentId: P:UnityEngine.Avatar.isHuman
  nameWithType: Avatar.isHuman
  type: Property
- uid: UnityEngine.Avatar.isValid
  name: isValid
  fullName: UnityEngine.Avatar.isValid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Avatar-isValid.html
  commentId: P:UnityEngine.Avatar.isValid
  nameWithType: Avatar.isValid
  type: Property
- uid: UnityEngine.AvatarBuilder
  name: AvatarBuilder
  fullName: UnityEngine.AvatarBuilder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarBuilder.html
  commentId: T:UnityEngine.AvatarBuilder
  nameWithType: AvatarBuilder
  type: Class
- uid: UnityEngine.AvatarBuilder.BuildGenericAvatar(UnityEngine.GameObject,System.String)
  name: BuildGenericAvatar(GameObject, string)
  fullName: UnityEngine.AvatarBuilder.BuildGenericAvatar(UnityEngine.GameObject, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarBuilder.BuildGenericAvatar.html
  commentId: M:UnityEngine.AvatarBuilder.BuildGenericAvatar(UnityEngine.GameObject,System.String)
  nameWithType: AvatarBuilder.BuildGenericAvatar(GameObject, string)
  type: Method
- uid: UnityEngine.AvatarBuilder.BuildHumanAvatar(UnityEngine.GameObject,UnityEngine.HumanDescription)
  name: BuildHumanAvatar(GameObject, HumanDescription)
  fullName: UnityEngine.AvatarBuilder.BuildHumanAvatar(UnityEngine.GameObject, UnityEngine.HumanDescription)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarBuilder.BuildHumanAvatar.html
  commentId: M:UnityEngine.AvatarBuilder.BuildHumanAvatar(UnityEngine.GameObject,UnityEngine.HumanDescription)
  nameWithType: AvatarBuilder.BuildHumanAvatar(GameObject, HumanDescription)
  type: Method
- uid: UnityEngine.AvatarIKGoal
  name: AvatarIKGoal
  fullName: UnityEngine.AvatarIKGoal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKGoal.html
  commentId: T:UnityEngine.AvatarIKGoal
  nameWithType: AvatarIKGoal
  type: Enum
- uid: UnityEngine.AvatarIKGoal.LeftFoot
  name: LeftFoot
  fullName: UnityEngine.AvatarIKGoal.LeftFoot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKGoal.LeftFoot.html
  commentId: F:UnityEngine.AvatarIKGoal.LeftFoot
  nameWithType: AvatarIKGoal.LeftFoot
  type: Field
- uid: UnityEngine.AvatarIKGoal.LeftHand
  name: LeftHand
  fullName: UnityEngine.AvatarIKGoal.LeftHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKGoal.LeftHand.html
  commentId: F:UnityEngine.AvatarIKGoal.LeftHand
  nameWithType: AvatarIKGoal.LeftHand
  type: Field
- uid: UnityEngine.AvatarIKGoal.RightFoot
  name: RightFoot
  fullName: UnityEngine.AvatarIKGoal.RightFoot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKGoal.RightFoot.html
  commentId: F:UnityEngine.AvatarIKGoal.RightFoot
  nameWithType: AvatarIKGoal.RightFoot
  type: Field
- uid: UnityEngine.AvatarIKGoal.RightHand
  name: RightHand
  fullName: UnityEngine.AvatarIKGoal.RightHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKGoal.RightHand.html
  commentId: F:UnityEngine.AvatarIKGoal.RightHand
  nameWithType: AvatarIKGoal.RightHand
  type: Field
- uid: UnityEngine.AvatarIKHint
  name: AvatarIKHint
  fullName: UnityEngine.AvatarIKHint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKHint.html
  commentId: T:UnityEngine.AvatarIKHint
  nameWithType: AvatarIKHint
  type: Enum
- uid: UnityEngine.AvatarIKHint.LeftElbow
  name: LeftElbow
  fullName: UnityEngine.AvatarIKHint.LeftElbow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKHint.LeftElbow.html
  commentId: F:UnityEngine.AvatarIKHint.LeftElbow
  nameWithType: AvatarIKHint.LeftElbow
  type: Field
- uid: UnityEngine.AvatarIKHint.LeftKnee
  name: LeftKnee
  fullName: UnityEngine.AvatarIKHint.LeftKnee
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKHint.LeftKnee.html
  commentId: F:UnityEngine.AvatarIKHint.LeftKnee
  nameWithType: AvatarIKHint.LeftKnee
  type: Field
- uid: UnityEngine.AvatarIKHint.RightElbow
  name: RightElbow
  fullName: UnityEngine.AvatarIKHint.RightElbow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKHint.RightElbow.html
  commentId: F:UnityEngine.AvatarIKHint.RightElbow
  nameWithType: AvatarIKHint.RightElbow
  type: Field
- uid: UnityEngine.AvatarIKHint.RightKnee
  name: RightKnee
  fullName: UnityEngine.AvatarIKHint.RightKnee
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarIKHint.RightKnee.html
  commentId: F:UnityEngine.AvatarIKHint.RightKnee
  nameWithType: AvatarIKHint.RightKnee
  type: Field
- uid: UnityEngine.AvatarMask
  name: AvatarMask
  fullName: UnityEngine.AvatarMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.html
  commentId: T:UnityEngine.AvatarMask
  nameWithType: AvatarMask
  type: Class
- uid: UnityEngine.AvatarMask.#ctor
  name: AvatarMask()
  fullName: UnityEngine.AvatarMask.AvatarMask()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask-ctor.html
  commentId: M:UnityEngine.AvatarMask.#ctor
  nameWithType: AvatarMask.AvatarMask()
  type: Constructor
- uid: UnityEngine.AvatarMask.AddTransformPath(UnityEngine.Transform,System.Boolean)
  name: AddTransformPath(Transform, bool)
  fullName: UnityEngine.AvatarMask.AddTransformPath(UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.AddTransformPath.html
  commentId: M:UnityEngine.AvatarMask.AddTransformPath(UnityEngine.Transform,System.Boolean)
  nameWithType: AvatarMask.AddTransformPath(Transform, bool)
  type: Method
- uid: UnityEngine.AvatarMask.AddTransformPath(UnityEngine.Transform)
  name: AddTransformPath(Transform)
  fullName: UnityEngine.AvatarMask.AddTransformPath(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.AddTransformPath.html
  commentId: M:UnityEngine.AvatarMask.AddTransformPath(UnityEngine.Transform)
  nameWithType: AvatarMask.AddTransformPath(Transform)
  type: Method
- uid: UnityEngine.AvatarMask.GetHumanoidBodyPartActive(UnityEngine.AvatarMaskBodyPart)
  name: GetHumanoidBodyPartActive(AvatarMaskBodyPart)
  fullName: UnityEngine.AvatarMask.GetHumanoidBodyPartActive(UnityEngine.AvatarMaskBodyPart)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.GetHumanoidBodyPartActive.html
  commentId: M:UnityEngine.AvatarMask.GetHumanoidBodyPartActive(UnityEngine.AvatarMaskBodyPart)
  nameWithType: AvatarMask.GetHumanoidBodyPartActive(AvatarMaskBodyPart)
  type: Method
- uid: UnityEngine.AvatarMask.GetTransformActive(System.Int32)
  name: GetTransformActive(int)
  fullName: UnityEngine.AvatarMask.GetTransformActive(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.GetTransformActive.html
  commentId: M:UnityEngine.AvatarMask.GetTransformActive(System.Int32)
  nameWithType: AvatarMask.GetTransformActive(int)
  type: Method
- uid: UnityEngine.AvatarMask.GetTransformPath(System.Int32)
  name: GetTransformPath(int)
  fullName: UnityEngine.AvatarMask.GetTransformPath(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.GetTransformPath.html
  commentId: M:UnityEngine.AvatarMask.GetTransformPath(System.Int32)
  nameWithType: AvatarMask.GetTransformPath(int)
  type: Method
- uid: UnityEngine.AvatarMask.RemoveTransformPath(UnityEngine.Transform,System.Boolean)
  name: RemoveTransformPath(Transform, bool)
  fullName: UnityEngine.AvatarMask.RemoveTransformPath(UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.RemoveTransformPath.html
  commentId: M:UnityEngine.AvatarMask.RemoveTransformPath(UnityEngine.Transform,System.Boolean)
  nameWithType: AvatarMask.RemoveTransformPath(Transform, bool)
  type: Method
- uid: UnityEngine.AvatarMask.RemoveTransformPath(UnityEngine.Transform)
  name: RemoveTransformPath(Transform)
  fullName: UnityEngine.AvatarMask.RemoveTransformPath(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.RemoveTransformPath.html
  commentId: M:UnityEngine.AvatarMask.RemoveTransformPath(UnityEngine.Transform)
  nameWithType: AvatarMask.RemoveTransformPath(Transform)
  type: Method
- uid: UnityEngine.AvatarMask.SetHumanoidBodyPartActive(UnityEngine.AvatarMaskBodyPart,System.Boolean)
  name: SetHumanoidBodyPartActive(AvatarMaskBodyPart, bool)
  fullName: UnityEngine.AvatarMask.SetHumanoidBodyPartActive(UnityEngine.AvatarMaskBodyPart, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.SetHumanoidBodyPartActive.html
  commentId: M:UnityEngine.AvatarMask.SetHumanoidBodyPartActive(UnityEngine.AvatarMaskBodyPart,System.Boolean)
  nameWithType: AvatarMask.SetHumanoidBodyPartActive(AvatarMaskBodyPart, bool)
  type: Method
- uid: UnityEngine.AvatarMask.SetTransformActive(System.Int32,System.Boolean)
  name: SetTransformActive(int, bool)
  fullName: UnityEngine.AvatarMask.SetTransformActive(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.SetTransformActive.html
  commentId: M:UnityEngine.AvatarMask.SetTransformActive(System.Int32,System.Boolean)
  nameWithType: AvatarMask.SetTransformActive(int, bool)
  type: Method
- uid: UnityEngine.AvatarMask.SetTransformPath(System.Int32,System.String)
  name: SetTransformPath(int, string)
  fullName: UnityEngine.AvatarMask.SetTransformPath(int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask.SetTransformPath.html
  commentId: M:UnityEngine.AvatarMask.SetTransformPath(System.Int32,System.String)
  nameWithType: AvatarMask.SetTransformPath(int, string)
  type: Method
- uid: UnityEngine.AvatarMask.transformCount
  name: transformCount
  fullName: UnityEngine.AvatarMask.transformCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMask-transformCount.html
  commentId: P:UnityEngine.AvatarMask.transformCount
  nameWithType: AvatarMask.transformCount
  type: Property
- uid: UnityEngine.AvatarMaskBodyPart
  name: AvatarMaskBodyPart
  fullName: UnityEngine.AvatarMaskBodyPart
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.html
  commentId: T:UnityEngine.AvatarMaskBodyPart
  nameWithType: AvatarMaskBodyPart
  type: Enum
- uid: UnityEngine.AvatarMaskBodyPart.Body
  name: Body
  fullName: UnityEngine.AvatarMaskBodyPart.Body
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.Body.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.Body
  nameWithType: AvatarMaskBodyPart.Body
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.Head
  name: Head
  fullName: UnityEngine.AvatarMaskBodyPart.Head
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.Head.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.Head
  nameWithType: AvatarMaskBodyPart.Head
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.LastBodyPart
  name: LastBodyPart
  fullName: UnityEngine.AvatarMaskBodyPart.LastBodyPart
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.LastBodyPart.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.LastBodyPart
  nameWithType: AvatarMaskBodyPart.LastBodyPart
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.LeftArm
  name: LeftArm
  fullName: UnityEngine.AvatarMaskBodyPart.LeftArm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.LeftArm.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.LeftArm
  nameWithType: AvatarMaskBodyPart.LeftArm
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.LeftFingers
  name: LeftFingers
  fullName: UnityEngine.AvatarMaskBodyPart.LeftFingers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.LeftFingers.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.LeftFingers
  nameWithType: AvatarMaskBodyPart.LeftFingers
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.LeftFootIK
  name: LeftFootIK
  fullName: UnityEngine.AvatarMaskBodyPart.LeftFootIK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.LeftFootIK.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.LeftFootIK
  nameWithType: AvatarMaskBodyPart.LeftFootIK
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.LeftHandIK
  name: LeftHandIK
  fullName: UnityEngine.AvatarMaskBodyPart.LeftHandIK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.LeftHandIK.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.LeftHandIK
  nameWithType: AvatarMaskBodyPart.LeftHandIK
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.LeftLeg
  name: LeftLeg
  fullName: UnityEngine.AvatarMaskBodyPart.LeftLeg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.LeftLeg.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.LeftLeg
  nameWithType: AvatarMaskBodyPart.LeftLeg
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.RightArm
  name: RightArm
  fullName: UnityEngine.AvatarMaskBodyPart.RightArm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.RightArm.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.RightArm
  nameWithType: AvatarMaskBodyPart.RightArm
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.RightFingers
  name: RightFingers
  fullName: UnityEngine.AvatarMaskBodyPart.RightFingers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.RightFingers.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.RightFingers
  nameWithType: AvatarMaskBodyPart.RightFingers
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.RightFootIK
  name: RightFootIK
  fullName: UnityEngine.AvatarMaskBodyPart.RightFootIK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.RightFootIK.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.RightFootIK
  nameWithType: AvatarMaskBodyPart.RightFootIK
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.RightHandIK
  name: RightHandIK
  fullName: UnityEngine.AvatarMaskBodyPart.RightHandIK
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.RightHandIK.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.RightHandIK
  nameWithType: AvatarMaskBodyPart.RightHandIK
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.RightLeg
  name: RightLeg
  fullName: UnityEngine.AvatarMaskBodyPart.RightLeg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.RightLeg.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.RightLeg
  nameWithType: AvatarMaskBodyPart.RightLeg
  type: Field
- uid: UnityEngine.AvatarMaskBodyPart.Root
  name: Root
  fullName: UnityEngine.AvatarMaskBodyPart.Root
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarMaskBodyPart.Root.html
  commentId: F:UnityEngine.AvatarMaskBodyPart.Root
  nameWithType: AvatarMaskBodyPart.Root
  type: Field
- uid: UnityEngine.AvatarTarget
  name: AvatarTarget
  fullName: UnityEngine.AvatarTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarTarget.html
  commentId: T:UnityEngine.AvatarTarget
  nameWithType: AvatarTarget
  type: Enum
- uid: UnityEngine.AvatarTarget.Body
  name: Body
  fullName: UnityEngine.AvatarTarget.Body
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarTarget.Body.html
  commentId: F:UnityEngine.AvatarTarget.Body
  nameWithType: AvatarTarget.Body
  type: Field
- uid: UnityEngine.AvatarTarget.LeftFoot
  name: LeftFoot
  fullName: UnityEngine.AvatarTarget.LeftFoot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarTarget.LeftFoot.html
  commentId: F:UnityEngine.AvatarTarget.LeftFoot
  nameWithType: AvatarTarget.LeftFoot
  type: Field
- uid: UnityEngine.AvatarTarget.LeftHand
  name: LeftHand
  fullName: UnityEngine.AvatarTarget.LeftHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarTarget.LeftHand.html
  commentId: F:UnityEngine.AvatarTarget.LeftHand
  nameWithType: AvatarTarget.LeftHand
  type: Field
- uid: UnityEngine.AvatarTarget.RightFoot
  name: RightFoot
  fullName: UnityEngine.AvatarTarget.RightFoot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarTarget.RightFoot.html
  commentId: F:UnityEngine.AvatarTarget.RightFoot
  nameWithType: AvatarTarget.RightFoot
  type: Field
- uid: UnityEngine.AvatarTarget.RightHand
  name: RightHand
  fullName: UnityEngine.AvatarTarget.RightHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarTarget.RightHand.html
  commentId: F:UnityEngine.AvatarTarget.RightHand
  nameWithType: AvatarTarget.RightHand
  type: Field
- uid: UnityEngine.AvatarTarget.Root
  name: Root
  fullName: UnityEngine.AvatarTarget.Root
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/AvatarTarget.Root.html
  commentId: F:UnityEngine.AvatarTarget.Root
  nameWithType: AvatarTarget.Root
  type: Field
- uid: UnityEngine.BatteryStatus
  name: BatteryStatus
  fullName: UnityEngine.BatteryStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BatteryStatus.html
  commentId: T:UnityEngine.BatteryStatus
  nameWithType: BatteryStatus
  type: Enum
- uid: UnityEngine.BatteryStatus.Charging
  name: Charging
  fullName: UnityEngine.BatteryStatus.Charging
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BatteryStatus.Charging.html
  commentId: F:UnityEngine.BatteryStatus.Charging
  nameWithType: BatteryStatus.Charging
  type: Field
- uid: UnityEngine.BatteryStatus.Discharging
  name: Discharging
  fullName: UnityEngine.BatteryStatus.Discharging
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BatteryStatus.Discharging.html
  commentId: F:UnityEngine.BatteryStatus.Discharging
  nameWithType: BatteryStatus.Discharging
  type: Field
- uid: UnityEngine.BatteryStatus.Full
  name: Full
  fullName: UnityEngine.BatteryStatus.Full
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BatteryStatus.Full.html
  commentId: F:UnityEngine.BatteryStatus.Full
  nameWithType: BatteryStatus.Full
  type: Field
- uid: UnityEngine.BatteryStatus.NotCharging
  name: NotCharging
  fullName: UnityEngine.BatteryStatus.NotCharging
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BatteryStatus.NotCharging.html
  commentId: F:UnityEngine.BatteryStatus.NotCharging
  nameWithType: BatteryStatus.NotCharging
  type: Field
- uid: UnityEngine.BatteryStatus.Unknown
  name: Unknown
  fullName: UnityEngine.BatteryStatus.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BatteryStatus.Unknown.html
  commentId: F:UnityEngine.BatteryStatus.Unknown
  nameWithType: BatteryStatus.Unknown
  type: Field
- uid: UnityEngine.Behaviour
  name: Behaviour
  fullName: UnityEngine.Behaviour
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Behaviour.html
  commentId: T:UnityEngine.Behaviour
  nameWithType: Behaviour
  type: Class
- uid: UnityEngine.Behaviour.enabled
  name: enabled
  fullName: UnityEngine.Behaviour.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Behaviour-enabled.html
  commentId: P:UnityEngine.Behaviour.enabled
  nameWithType: Behaviour.enabled
  type: Property
- uid: UnityEngine.Behaviour.isActiveAndEnabled
  name: isActiveAndEnabled
  fullName: UnityEngine.Behaviour.isActiveAndEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Behaviour-isActiveAndEnabled.html
  commentId: P:UnityEngine.Behaviour.isActiveAndEnabled
  nameWithType: Behaviour.isActiveAndEnabled
  type: Property
- uid: UnityEngine.BillboardAsset
  name: BillboardAsset
  fullName: UnityEngine.BillboardAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.html
  commentId: T:UnityEngine.BillboardAsset
  nameWithType: BillboardAsset
  type: Class
- uid: UnityEngine.BillboardAsset.#ctor
  name: BillboardAsset()
  fullName: UnityEngine.BillboardAsset.BillboardAsset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset-ctor.html
  commentId: M:UnityEngine.BillboardAsset.#ctor
  nameWithType: BillboardAsset.BillboardAsset()
  type: Constructor
- uid: UnityEngine.BillboardAsset.bottom
  name: bottom
  fullName: UnityEngine.BillboardAsset.bottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset-bottom.html
  commentId: P:UnityEngine.BillboardAsset.bottom
  nameWithType: BillboardAsset.bottom
  type: Property
- uid: UnityEngine.BillboardAsset.GetImageTexCoords
  name: GetImageTexCoords()
  fullName: UnityEngine.BillboardAsset.GetImageTexCoords()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.GetImageTexCoords.html
  commentId: M:UnityEngine.BillboardAsset.GetImageTexCoords
  nameWithType: BillboardAsset.GetImageTexCoords()
  type: Method
- uid: UnityEngine.BillboardAsset.GetImageTexCoords(System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetImageTexCoords(List<Vector4>)
  fullName: UnityEngine.BillboardAsset.GetImageTexCoords(System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.GetImageTexCoords.html
  commentId: M:UnityEngine.BillboardAsset.GetImageTexCoords(System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: BillboardAsset.GetImageTexCoords(List<Vector4>)
  type: Method
- uid: UnityEngine.BillboardAsset.GetIndices
  name: GetIndices()
  fullName: UnityEngine.BillboardAsset.GetIndices()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.GetIndices.html
  commentId: M:UnityEngine.BillboardAsset.GetIndices
  nameWithType: BillboardAsset.GetIndices()
  type: Method
- uid: UnityEngine.BillboardAsset.GetIndices(System.Collections.Generic.List{System.UInt16})
  name: GetIndices(List<ushort>)
  fullName: UnityEngine.BillboardAsset.GetIndices(System.Collections.Generic.List<ushort>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.GetIndices.html
  commentId: M:UnityEngine.BillboardAsset.GetIndices(System.Collections.Generic.List{System.UInt16})
  nameWithType: BillboardAsset.GetIndices(List<ushort>)
  type: Method
- uid: UnityEngine.BillboardAsset.GetVertices
  name: GetVertices()
  fullName: UnityEngine.BillboardAsset.GetVertices()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.GetVertices.html
  commentId: M:UnityEngine.BillboardAsset.GetVertices
  nameWithType: BillboardAsset.GetVertices()
  type: Method
- uid: UnityEngine.BillboardAsset.GetVertices(System.Collections.Generic.List{UnityEngine.Vector2})
  name: GetVertices(List<Vector2>)
  fullName: UnityEngine.BillboardAsset.GetVertices(System.Collections.Generic.List<UnityEngine.Vector2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.GetVertices.html
  commentId: M:UnityEngine.BillboardAsset.GetVertices(System.Collections.Generic.List{UnityEngine.Vector2})
  nameWithType: BillboardAsset.GetVertices(List<Vector2>)
  type: Method
- uid: UnityEngine.BillboardAsset.height
  name: height
  fullName: UnityEngine.BillboardAsset.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset-height.html
  commentId: P:UnityEngine.BillboardAsset.height
  nameWithType: BillboardAsset.height
  type: Property
- uid: UnityEngine.BillboardAsset.imageCount
  name: imageCount
  fullName: UnityEngine.BillboardAsset.imageCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset-imageCount.html
  commentId: P:UnityEngine.BillboardAsset.imageCount
  nameWithType: BillboardAsset.imageCount
  type: Property
- uid: UnityEngine.BillboardAsset.indexCount
  name: indexCount
  fullName: UnityEngine.BillboardAsset.indexCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset-indexCount.html
  commentId: P:UnityEngine.BillboardAsset.indexCount
  nameWithType: BillboardAsset.indexCount
  type: Property
- uid: UnityEngine.BillboardAsset.material
  name: material
  fullName: UnityEngine.BillboardAsset.material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset-material.html
  commentId: P:UnityEngine.BillboardAsset.material
  nameWithType: BillboardAsset.material
  type: Property
- uid: UnityEngine.BillboardAsset.SetImageTexCoords(System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetImageTexCoords(List<Vector4>)
  fullName: UnityEngine.BillboardAsset.SetImageTexCoords(System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.SetImageTexCoords.html
  commentId: M:UnityEngine.BillboardAsset.SetImageTexCoords(System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: BillboardAsset.SetImageTexCoords(List<Vector4>)
  type: Method
- uid: UnityEngine.BillboardAsset.SetImageTexCoords(UnityEngine.Vector4[])
  name: SetImageTexCoords(Vector4[])
  fullName: UnityEngine.BillboardAsset.SetImageTexCoords(UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.SetImageTexCoords.html
  commentId: M:UnityEngine.BillboardAsset.SetImageTexCoords(UnityEngine.Vector4[])
  nameWithType: BillboardAsset.SetImageTexCoords(Vector4[])
  type: Method
- uid: UnityEngine.BillboardAsset.SetIndices(System.Collections.Generic.List{System.UInt16})
  name: SetIndices(List<ushort>)
  fullName: UnityEngine.BillboardAsset.SetIndices(System.Collections.Generic.List<ushort>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.SetIndices.html
  commentId: M:UnityEngine.BillboardAsset.SetIndices(System.Collections.Generic.List{System.UInt16})
  nameWithType: BillboardAsset.SetIndices(List<ushort>)
  type: Method
- uid: UnityEngine.BillboardAsset.SetIndices(System.UInt16[])
  name: SetIndices(ushort[])
  fullName: UnityEngine.BillboardAsset.SetIndices(ushort[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.SetIndices.html
  commentId: M:UnityEngine.BillboardAsset.SetIndices(System.UInt16[])
  nameWithType: BillboardAsset.SetIndices(ushort[])
  type: Method
- uid: UnityEngine.BillboardAsset.SetVertices(System.Collections.Generic.List{UnityEngine.Vector2})
  name: SetVertices(List<Vector2>)
  fullName: UnityEngine.BillboardAsset.SetVertices(System.Collections.Generic.List<UnityEngine.Vector2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.SetVertices.html
  commentId: M:UnityEngine.BillboardAsset.SetVertices(System.Collections.Generic.List{UnityEngine.Vector2})
  nameWithType: BillboardAsset.SetVertices(List<Vector2>)
  type: Method
- uid: UnityEngine.BillboardAsset.SetVertices(UnityEngine.Vector2[])
  name: SetVertices(Vector2[])
  fullName: UnityEngine.BillboardAsset.SetVertices(UnityEngine.Vector2[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset.SetVertices.html
  commentId: M:UnityEngine.BillboardAsset.SetVertices(UnityEngine.Vector2[])
  nameWithType: BillboardAsset.SetVertices(Vector2[])
  type: Method
- uid: UnityEngine.BillboardAsset.vertexCount
  name: vertexCount
  fullName: UnityEngine.BillboardAsset.vertexCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset-vertexCount.html
  commentId: P:UnityEngine.BillboardAsset.vertexCount
  nameWithType: BillboardAsset.vertexCount
  type: Property
- uid: UnityEngine.BillboardAsset.width
  name: width
  fullName: UnityEngine.BillboardAsset.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardAsset-width.html
  commentId: P:UnityEngine.BillboardAsset.width
  nameWithType: BillboardAsset.width
  type: Property
- uid: UnityEngine.BillboardRenderer
  name: BillboardRenderer
  fullName: UnityEngine.BillboardRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardRenderer.html
  commentId: T:UnityEngine.BillboardRenderer
  nameWithType: BillboardRenderer
  type: Class
- uid: UnityEngine.BillboardRenderer.billboard
  name: billboard
  fullName: UnityEngine.BillboardRenderer.billboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BillboardRenderer-billboard.html
  commentId: P:UnityEngine.BillboardRenderer.billboard
  nameWithType: BillboardRenderer.billboard
  type: Property
- uid: UnityEngine.BitStream
  name: BitStream
  fullName: UnityEngine.BitStream
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.html
  commentId: T:UnityEngine.BitStream
  nameWithType: BitStream
  type: Class
- uid: UnityEngine.BitStream.isReading
  name: isReading
  fullName: UnityEngine.BitStream.isReading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream-isReading.html
  commentId: P:UnityEngine.BitStream.isReading
  nameWithType: BitStream.isReading
  type: Property
- uid: UnityEngine.BitStream.isWriting
  name: isWriting
  fullName: UnityEngine.BitStream.isWriting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream-isWriting.html
  commentId: P:UnityEngine.BitStream.isWriting
  nameWithType: BitStream.isWriting
  type: Property
- uid: UnityEngine.BitStream.Serialize(System.Boolean@)
  name: Serialize(ref bool)
  fullName: UnityEngine.BitStream.Serialize(ref bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(System.Boolean@)
  nameWithType: BitStream.Serialize(ref bool)
  type: Method
- uid: UnityEngine.BitStream.Serialize(System.Char@)
  name: Serialize(ref char)
  fullName: UnityEngine.BitStream.Serialize(ref char)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(System.Char@)
  nameWithType: BitStream.Serialize(ref char)
  type: Method
- uid: UnityEngine.BitStream.Serialize(System.Int16@)
  name: Serialize(ref short)
  fullName: UnityEngine.BitStream.Serialize(ref short)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(System.Int16@)
  nameWithType: BitStream.Serialize(ref short)
  type: Method
- uid: UnityEngine.BitStream.Serialize(System.Int32@)
  name: Serialize(ref int)
  fullName: UnityEngine.BitStream.Serialize(ref int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(System.Int32@)
  nameWithType: BitStream.Serialize(ref int)
  type: Method
- uid: UnityEngine.BitStream.Serialize(System.Single@,System.Single)
  name: Serialize(ref float, float)
  fullName: UnityEngine.BitStream.Serialize(ref float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(System.Single@,System.Single)
  nameWithType: BitStream.Serialize(ref float, float)
  type: Method
- uid: UnityEngine.BitStream.Serialize(System.Single@)
  name: Serialize(ref float)
  fullName: UnityEngine.BitStream.Serialize(ref float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(System.Single@)
  nameWithType: BitStream.Serialize(ref float)
  type: Method
- uid: UnityEngine.BitStream.Serialize(UnityEngine.NetworkPlayer@)
  name: Serialize(ref NetworkPlayer)
  fullName: UnityEngine.BitStream.Serialize(ref UnityEngine.NetworkPlayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(UnityEngine.NetworkPlayer@)
  nameWithType: BitStream.Serialize(ref NetworkPlayer)
  type: Method
- uid: UnityEngine.BitStream.Serialize(UnityEngine.NetworkViewID@)
  name: Serialize(ref NetworkViewID)
  fullName: UnityEngine.BitStream.Serialize(ref UnityEngine.NetworkViewID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(UnityEngine.NetworkViewID@)
  nameWithType: BitStream.Serialize(ref NetworkViewID)
  type: Method
- uid: UnityEngine.BitStream.Serialize(UnityEngine.Quaternion@,System.Single)
  name: Serialize(ref Quaternion, float)
  fullName: UnityEngine.BitStream.Serialize(ref UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(UnityEngine.Quaternion@,System.Single)
  nameWithType: BitStream.Serialize(ref Quaternion, float)
  type: Method
- uid: UnityEngine.BitStream.Serialize(UnityEngine.Quaternion@)
  name: Serialize(ref Quaternion)
  fullName: UnityEngine.BitStream.Serialize(ref UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(UnityEngine.Quaternion@)
  nameWithType: BitStream.Serialize(ref Quaternion)
  type: Method
- uid: UnityEngine.BitStream.Serialize(UnityEngine.Vector3@,System.Single)
  name: Serialize(ref Vector3, float)
  fullName: UnityEngine.BitStream.Serialize(ref UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(UnityEngine.Vector3@,System.Single)
  nameWithType: BitStream.Serialize(ref Vector3, float)
  type: Method
- uid: UnityEngine.BitStream.Serialize(UnityEngine.Vector3@)
  name: Serialize(ref Vector3)
  fullName: UnityEngine.BitStream.Serialize(ref UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BitStream.Serialize.html
  commentId: M:UnityEngine.BitStream.Serialize(UnityEngine.Vector3@)
  nameWithType: BitStream.Serialize(ref Vector3)
  type: Method
- uid: UnityEngine.BlendWeights
  name: BlendWeights
  fullName: UnityEngine.BlendWeights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BlendWeights.html
  commentId: T:UnityEngine.BlendWeights
  nameWithType: BlendWeights
  type: Enum
- uid: UnityEngine.BlendWeights.FourBones
  name: FourBones
  fullName: UnityEngine.BlendWeights.FourBones
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BlendWeights.FourBones.html
  commentId: F:UnityEngine.BlendWeights.FourBones
  nameWithType: BlendWeights.FourBones
  type: Field
- uid: UnityEngine.BlendWeights.OneBone
  name: OneBone
  fullName: UnityEngine.BlendWeights.OneBone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BlendWeights.OneBone.html
  commentId: F:UnityEngine.BlendWeights.OneBone
  nameWithType: BlendWeights.OneBone
  type: Field
- uid: UnityEngine.BlendWeights.TwoBones
  name: TwoBones
  fullName: UnityEngine.BlendWeights.TwoBones
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BlendWeights.TwoBones.html
  commentId: F:UnityEngine.BlendWeights.TwoBones
  nameWithType: BlendWeights.TwoBones
  type: Field
- uid: UnityEngine.BoneWeight
  name: BoneWeight
  fullName: UnityEngine.BoneWeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight.html
  commentId: T:UnityEngine.BoneWeight
  nameWithType: BoneWeight
  type: Struct
- uid: UnityEngine.BoneWeight.boneIndex0
  name: boneIndex0
  fullName: UnityEngine.BoneWeight.boneIndex0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-boneIndex0.html
  commentId: P:UnityEngine.BoneWeight.boneIndex0
  nameWithType: BoneWeight.boneIndex0
  type: Property
- uid: UnityEngine.BoneWeight.boneIndex1
  name: boneIndex1
  fullName: UnityEngine.BoneWeight.boneIndex1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-boneIndex1.html
  commentId: P:UnityEngine.BoneWeight.boneIndex1
  nameWithType: BoneWeight.boneIndex1
  type: Property
- uid: UnityEngine.BoneWeight.boneIndex2
  name: boneIndex2
  fullName: UnityEngine.BoneWeight.boneIndex2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-boneIndex2.html
  commentId: P:UnityEngine.BoneWeight.boneIndex2
  nameWithType: BoneWeight.boneIndex2
  type: Property
- uid: UnityEngine.BoneWeight.boneIndex3
  name: boneIndex3
  fullName: UnityEngine.BoneWeight.boneIndex3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-boneIndex3.html
  commentId: P:UnityEngine.BoneWeight.boneIndex3
  nameWithType: BoneWeight.boneIndex3
  type: Property
- uid: UnityEngine.BoneWeight.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.BoneWeight.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight.Equals.html
  commentId: M:UnityEngine.BoneWeight.Equals(System.Object)
  nameWithType: BoneWeight.Equals(object)
  type: Method
- uid: UnityEngine.BoneWeight.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.BoneWeight.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight.GetHashCode.html
  commentId: M:UnityEngine.BoneWeight.GetHashCode
  nameWithType: BoneWeight.GetHashCode()
  type: Method
- uid: UnityEngine.BoneWeight.op_Equality(UnityEngine.BoneWeight,UnityEngine.BoneWeight)
  name: operator ==(BoneWeight, BoneWeight)
  fullName: UnityEngine.BoneWeight.operator ==(UnityEngine.BoneWeight, UnityEngine.BoneWeight)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-op_Equality.html
  commentId: M:UnityEngine.BoneWeight.op_Equality(UnityEngine.BoneWeight,UnityEngine.BoneWeight)
  nameWithType: BoneWeight.operator ==(BoneWeight, BoneWeight)
  type: Operator
- uid: UnityEngine.BoneWeight.op_Inequality(UnityEngine.BoneWeight,UnityEngine.BoneWeight)
  name: operator !=(BoneWeight, BoneWeight)
  fullName: UnityEngine.BoneWeight.operator !=(UnityEngine.BoneWeight, UnityEngine.BoneWeight)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-op_Inequality.html
  commentId: M:UnityEngine.BoneWeight.op_Inequality(UnityEngine.BoneWeight,UnityEngine.BoneWeight)
  nameWithType: BoneWeight.operator !=(BoneWeight, BoneWeight)
  type: Operator
- uid: UnityEngine.BoneWeight.weight0
  name: weight0
  fullName: UnityEngine.BoneWeight.weight0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-weight0.html
  commentId: P:UnityEngine.BoneWeight.weight0
  nameWithType: BoneWeight.weight0
  type: Property
- uid: UnityEngine.BoneWeight.weight1
  name: weight1
  fullName: UnityEngine.BoneWeight.weight1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-weight1.html
  commentId: P:UnityEngine.BoneWeight.weight1
  nameWithType: BoneWeight.weight1
  type: Property
- uid: UnityEngine.BoneWeight.weight2
  name: weight2
  fullName: UnityEngine.BoneWeight.weight2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-weight2.html
  commentId: P:UnityEngine.BoneWeight.weight2
  nameWithType: BoneWeight.weight2
  type: Property
- uid: UnityEngine.BoneWeight.weight3
  name: weight3
  fullName: UnityEngine.BoneWeight.weight3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoneWeight-weight3.html
  commentId: P:UnityEngine.BoneWeight.weight3
  nameWithType: BoneWeight.weight3
  type: Property
- uid: UnityEngine.BoundingSphere
  name: BoundingSphere
  fullName: UnityEngine.BoundingSphere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundingSphere.html
  commentId: T:UnityEngine.BoundingSphere
  nameWithType: BoundingSphere
  type: Struct
- uid: UnityEngine.BoundingSphere.#ctor(UnityEngine.Vector3,System.Single)
  name: BoundingSphere(Vector3, float)
  fullName: UnityEngine.BoundingSphere.BoundingSphere(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundingSphere-ctor.html
  commentId: M:UnityEngine.BoundingSphere.#ctor(UnityEngine.Vector3,System.Single)
  nameWithType: BoundingSphere.BoundingSphere(Vector3, float)
  type: Constructor
- uid: UnityEngine.BoundingSphere.#ctor(UnityEngine.Vector4)
  name: BoundingSphere(Vector4)
  fullName: UnityEngine.BoundingSphere.BoundingSphere(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundingSphere-ctor.html
  commentId: M:UnityEngine.BoundingSphere.#ctor(UnityEngine.Vector4)
  nameWithType: BoundingSphere.BoundingSphere(Vector4)
  type: Constructor
- uid: UnityEngine.BoundingSphere.position
  name: position
  fullName: UnityEngine.BoundingSphere.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundingSphere-position.html
  commentId: F:UnityEngine.BoundingSphere.position
  nameWithType: BoundingSphere.position
  type: Field
- uid: UnityEngine.BoundingSphere.radius
  name: radius
  fullName: UnityEngine.BoundingSphere.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundingSphere-radius.html
  commentId: F:UnityEngine.BoundingSphere.radius
  nameWithType: BoundingSphere.radius
  type: Field
- uid: UnityEngine.Bounds
  name: Bounds
  fullName: UnityEngine.Bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.html
  commentId: T:UnityEngine.Bounds
  nameWithType: Bounds
  type: Struct
- uid: UnityEngine.Bounds.#ctor(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Bounds(Vector3, Vector3)
  fullName: UnityEngine.Bounds.Bounds(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds-ctor.html
  commentId: M:UnityEngine.Bounds.#ctor(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Bounds.Bounds(Vector3, Vector3)
  type: Constructor
- uid: UnityEngine.Bounds.center
  name: center
  fullName: UnityEngine.Bounds.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds-center.html
  commentId: P:UnityEngine.Bounds.center
  nameWithType: Bounds.center
  type: Property
- uid: UnityEngine.Bounds.ClosestPoint(UnityEngine.Vector3)
  name: ClosestPoint(Vector3)
  fullName: UnityEngine.Bounds.ClosestPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.ClosestPoint.html
  commentId: M:UnityEngine.Bounds.ClosestPoint(UnityEngine.Vector3)
  nameWithType: Bounds.ClosestPoint(Vector3)
  type: Method
- uid: UnityEngine.Bounds.Contains(UnityEngine.Vector3)
  name: Contains(Vector3)
  fullName: UnityEngine.Bounds.Contains(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.Contains.html
  commentId: M:UnityEngine.Bounds.Contains(UnityEngine.Vector3)
  nameWithType: Bounds.Contains(Vector3)
  type: Method
- uid: UnityEngine.Bounds.Encapsulate(UnityEngine.Bounds)
  name: Encapsulate(Bounds)
  fullName: UnityEngine.Bounds.Encapsulate(UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.Encapsulate.html
  commentId: M:UnityEngine.Bounds.Encapsulate(UnityEngine.Bounds)
  nameWithType: Bounds.Encapsulate(Bounds)
  type: Method
- uid: UnityEngine.Bounds.Encapsulate(UnityEngine.Vector3)
  name: Encapsulate(Vector3)
  fullName: UnityEngine.Bounds.Encapsulate(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.Encapsulate.html
  commentId: M:UnityEngine.Bounds.Encapsulate(UnityEngine.Vector3)
  nameWithType: Bounds.Encapsulate(Vector3)
  type: Method
- uid: UnityEngine.Bounds.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Bounds.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.Equals.html
  commentId: M:UnityEngine.Bounds.Equals(System.Object)
  nameWithType: Bounds.Equals(object)
  type: Method
- uid: UnityEngine.Bounds.Expand(System.Single)
  name: Expand(float)
  fullName: UnityEngine.Bounds.Expand(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.Expand.html
  commentId: M:UnityEngine.Bounds.Expand(System.Single)
  nameWithType: Bounds.Expand(float)
  type: Method
- uid: UnityEngine.Bounds.Expand(UnityEngine.Vector3)
  name: Expand(Vector3)
  fullName: UnityEngine.Bounds.Expand(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.Expand.html
  commentId: M:UnityEngine.Bounds.Expand(UnityEngine.Vector3)
  nameWithType: Bounds.Expand(Vector3)
  type: Method
- uid: UnityEngine.Bounds.extents
  name: extents
  fullName: UnityEngine.Bounds.extents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds-extents.html
  commentId: P:UnityEngine.Bounds.extents
  nameWithType: Bounds.extents
  type: Property
- uid: UnityEngine.Bounds.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Bounds.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.GetHashCode.html
  commentId: M:UnityEngine.Bounds.GetHashCode
  nameWithType: Bounds.GetHashCode()
  type: Method
- uid: UnityEngine.Bounds.IntersectRay(UnityEngine.Ray,System.Single@)
  name: IntersectRay(Ray, out float)
  fullName: UnityEngine.Bounds.IntersectRay(UnityEngine.Ray, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.IntersectRay.html
  commentId: M:UnityEngine.Bounds.IntersectRay(UnityEngine.Ray,System.Single@)
  nameWithType: Bounds.IntersectRay(Ray, out float)
  type: Method
- uid: UnityEngine.Bounds.IntersectRay(UnityEngine.Ray)
  name: IntersectRay(Ray)
  fullName: UnityEngine.Bounds.IntersectRay(UnityEngine.Ray)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.IntersectRay.html
  commentId: M:UnityEngine.Bounds.IntersectRay(UnityEngine.Ray)
  nameWithType: Bounds.IntersectRay(Ray)
  type: Method
- uid: UnityEngine.Bounds.Intersects(UnityEngine.Bounds)
  name: Intersects(Bounds)
  fullName: UnityEngine.Bounds.Intersects(UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.Intersects.html
  commentId: M:UnityEngine.Bounds.Intersects(UnityEngine.Bounds)
  nameWithType: Bounds.Intersects(Bounds)
  type: Method
- uid: UnityEngine.Bounds.max
  name: max
  fullName: UnityEngine.Bounds.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds-max.html
  commentId: P:UnityEngine.Bounds.max
  nameWithType: Bounds.max
  type: Property
- uid: UnityEngine.Bounds.min
  name: min
  fullName: UnityEngine.Bounds.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds-min.html
  commentId: P:UnityEngine.Bounds.min
  nameWithType: Bounds.min
  type: Property
- uid: UnityEngine.Bounds.op_Equality(UnityEngine.Bounds,UnityEngine.Bounds)
  name: operator ==(Bounds, Bounds)
  fullName: UnityEngine.Bounds.operator ==(UnityEngine.Bounds, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds-op_Equality.html
  commentId: M:UnityEngine.Bounds.op_Equality(UnityEngine.Bounds,UnityEngine.Bounds)
  nameWithType: Bounds.operator ==(Bounds, Bounds)
  type: Operator
- uid: UnityEngine.Bounds.op_Inequality(UnityEngine.Bounds,UnityEngine.Bounds)
  name: operator !=(Bounds, Bounds)
  fullName: UnityEngine.Bounds.operator !=(UnityEngine.Bounds, UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds-op_Inequality.html
  commentId: M:UnityEngine.Bounds.op_Inequality(UnityEngine.Bounds,UnityEngine.Bounds)
  nameWithType: Bounds.operator !=(Bounds, Bounds)
  type: Operator
- uid: UnityEngine.Bounds.SetMinMax(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetMinMax(Vector3, Vector3)
  fullName: UnityEngine.Bounds.SetMinMax(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.SetMinMax.html
  commentId: M:UnityEngine.Bounds.SetMinMax(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Bounds.SetMinMax(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Bounds.size
  name: size
  fullName: UnityEngine.Bounds.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds-size.html
  commentId: P:UnityEngine.Bounds.size
  nameWithType: Bounds.size
  type: Property
- uid: UnityEngine.Bounds.SqrDistance(UnityEngine.Vector3)
  name: SqrDistance(Vector3)
  fullName: UnityEngine.Bounds.SqrDistance(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.SqrDistance.html
  commentId: M:UnityEngine.Bounds.SqrDistance(UnityEngine.Vector3)
  nameWithType: Bounds.SqrDistance(Vector3)
  type: Method
- uid: UnityEngine.Bounds.ToString
  name: ToString()
  fullName: UnityEngine.Bounds.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.ToString.html
  commentId: M:UnityEngine.Bounds.ToString
  nameWithType: Bounds.ToString()
  type: Method
- uid: UnityEngine.Bounds.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Bounds.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Bounds.ToString.html
  commentId: M:UnityEngine.Bounds.ToString(System.String)
  nameWithType: Bounds.ToString(string)
  type: Method
- uid: UnityEngine.BoundsInt
  name: BoundsInt
  fullName: UnityEngine.BoundsInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.html
  commentId: T:UnityEngine.BoundsInt
  nameWithType: BoundsInt
  type: Struct
- uid: UnityEngine.BoundsInt.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  name: BoundsInt(int, int, int, int, int, int)
  fullName: UnityEngine.BoundsInt.BoundsInt(int, int, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-ctor.html
  commentId: M:UnityEngine.BoundsInt.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: BoundsInt.BoundsInt(int, int, int, int, int, int)
  type: Constructor
- uid: UnityEngine.BoundsInt.#ctor(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: BoundsInt(Vector3Int, Vector3Int)
  fullName: UnityEngine.BoundsInt.BoundsInt(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-ctor.html
  commentId: M:UnityEngine.BoundsInt.#ctor(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: BoundsInt.BoundsInt(Vector3Int, Vector3Int)
  type: Constructor
- uid: UnityEngine.BoundsInt.allPositionsWithin
  name: allPositionsWithin
  fullName: UnityEngine.BoundsInt.allPositionsWithin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-allPositionsWithin.html
  commentId: P:UnityEngine.BoundsInt.allPositionsWithin
  nameWithType: BoundsInt.allPositionsWithin
  type: Property
- uid: UnityEngine.BoundsInt.center
  name: center
  fullName: UnityEngine.BoundsInt.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-center.html
  commentId: P:UnityEngine.BoundsInt.center
  nameWithType: BoundsInt.center
  type: Property
- uid: UnityEngine.BoundsInt.ClampToBounds(UnityEngine.BoundsInt)
  name: ClampToBounds(BoundsInt)
  fullName: UnityEngine.BoundsInt.ClampToBounds(UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.ClampToBounds.html
  commentId: M:UnityEngine.BoundsInt.ClampToBounds(UnityEngine.BoundsInt)
  nameWithType: BoundsInt.ClampToBounds(BoundsInt)
  type: Method
- uid: UnityEngine.BoundsInt.Contains(UnityEngine.Vector3Int)
  name: Contains(Vector3Int)
  fullName: UnityEngine.BoundsInt.Contains(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.Contains.html
  commentId: M:UnityEngine.BoundsInt.Contains(UnityEngine.Vector3Int)
  nameWithType: BoundsInt.Contains(Vector3Int)
  type: Method
- uid: UnityEngine.BoundsInt.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.BoundsInt.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.Equals.html
  commentId: M:UnityEngine.BoundsInt.Equals(System.Object)
  nameWithType: BoundsInt.Equals(object)
  type: Method
- uid: UnityEngine.BoundsInt.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.BoundsInt.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.GetHashCode.html
  commentId: M:UnityEngine.BoundsInt.GetHashCode
  nameWithType: BoundsInt.GetHashCode()
  type: Method
- uid: UnityEngine.BoundsInt.max
  name: max
  fullName: UnityEngine.BoundsInt.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-max.html
  commentId: P:UnityEngine.BoundsInt.max
  nameWithType: BoundsInt.max
  type: Property
- uid: UnityEngine.BoundsInt.min
  name: min
  fullName: UnityEngine.BoundsInt.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-min.html
  commentId: P:UnityEngine.BoundsInt.min
  nameWithType: BoundsInt.min
  type: Property
- uid: UnityEngine.BoundsInt.op_Equality(UnityEngine.BoundsInt,UnityEngine.BoundsInt)
  name: operator ==(BoundsInt, BoundsInt)
  fullName: UnityEngine.BoundsInt.operator ==(UnityEngine.BoundsInt, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-op_Equality.html
  commentId: M:UnityEngine.BoundsInt.op_Equality(UnityEngine.BoundsInt,UnityEngine.BoundsInt)
  nameWithType: BoundsInt.operator ==(BoundsInt, BoundsInt)
  type: Operator
- uid: UnityEngine.BoundsInt.op_Inequality(UnityEngine.BoundsInt,UnityEngine.BoundsInt)
  name: operator !=(BoundsInt, BoundsInt)
  fullName: UnityEngine.BoundsInt.operator !=(UnityEngine.BoundsInt, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-op_Inequality.html
  commentId: M:UnityEngine.BoundsInt.op_Inequality(UnityEngine.BoundsInt,UnityEngine.BoundsInt)
  nameWithType: BoundsInt.operator !=(BoundsInt, BoundsInt)
  type: Operator
- uid: UnityEngine.BoundsInt.position
  name: position
  fullName: UnityEngine.BoundsInt.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-position.html
  commentId: P:UnityEngine.BoundsInt.position
  nameWithType: BoundsInt.position
  type: Property
- uid: UnityEngine.BoundsInt.PositionEnumerator
  name: BoundsInt.PositionEnumerator
  fullName: UnityEngine.BoundsInt.PositionEnumerator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.PositionEnumerator.html
  commentId: T:UnityEngine.BoundsInt.PositionEnumerator
  nameWithType: BoundsInt.PositionEnumerator
  type: Struct
- uid: UnityEngine.BoundsInt.PositionEnumerator.#ctor(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: PositionEnumerator(Vector3Int, Vector3Int)
  fullName: UnityEngine.BoundsInt.PositionEnumerator.PositionEnumerator(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.PositionEnumerator-ctor.html
  commentId: M:UnityEngine.BoundsInt.PositionEnumerator.#ctor(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: BoundsInt.PositionEnumerator.PositionEnumerator(Vector3Int, Vector3Int)
  type: Constructor
- uid: UnityEngine.BoundsInt.PositionEnumerator.Current
  name: Current
  fullName: UnityEngine.BoundsInt.PositionEnumerator.Current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.PositionEnumerator.Current.html
  commentId: P:UnityEngine.BoundsInt.PositionEnumerator.Current
  nameWithType: BoundsInt.PositionEnumerator.Current
  type: Property
- uid: UnityEngine.BoundsInt.PositionEnumerator.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEngine.BoundsInt.PositionEnumerator.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.PositionEnumerator.GetEnumerator.html
  commentId: M:UnityEngine.BoundsInt.PositionEnumerator.GetEnumerator
  nameWithType: BoundsInt.PositionEnumerator.GetEnumerator()
  type: Method
- uid: UnityEngine.BoundsInt.PositionEnumerator.MoveNext
  name: MoveNext()
  fullName: UnityEngine.BoundsInt.PositionEnumerator.MoveNext()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.PositionEnumerator.MoveNext.html
  commentId: M:UnityEngine.BoundsInt.PositionEnumerator.MoveNext
  nameWithType: BoundsInt.PositionEnumerator.MoveNext()
  type: Method
- uid: UnityEngine.BoundsInt.PositionEnumerator.Reset
  name: Reset()
  fullName: UnityEngine.BoundsInt.PositionEnumerator.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.PositionEnumerator.Reset.html
  commentId: M:UnityEngine.BoundsInt.PositionEnumerator.Reset
  nameWithType: BoundsInt.PositionEnumerator.Reset()
  type: Method
- uid: UnityEngine.BoundsInt.SetMinMax(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: SetMinMax(Vector3Int, Vector3Int)
  fullName: UnityEngine.BoundsInt.SetMinMax(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.SetMinMax.html
  commentId: M:UnityEngine.BoundsInt.SetMinMax(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: BoundsInt.SetMinMax(Vector3Int, Vector3Int)
  type: Method
- uid: UnityEngine.BoundsInt.size
  name: size
  fullName: UnityEngine.BoundsInt.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-size.html
  commentId: P:UnityEngine.BoundsInt.size
  nameWithType: BoundsInt.size
  type: Property
- uid: UnityEngine.BoundsInt.ToString
  name: ToString()
  fullName: UnityEngine.BoundsInt.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt.ToString.html
  commentId: M:UnityEngine.BoundsInt.ToString
  nameWithType: BoundsInt.ToString()
  type: Method
- uid: UnityEngine.BoundsInt.x
  name: x
  fullName: UnityEngine.BoundsInt.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-x.html
  commentId: P:UnityEngine.BoundsInt.x
  nameWithType: BoundsInt.x
  type: Property
- uid: UnityEngine.BoundsInt.xMax
  name: xMax
  fullName: UnityEngine.BoundsInt.xMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-xMax.html
  commentId: P:UnityEngine.BoundsInt.xMax
  nameWithType: BoundsInt.xMax
  type: Property
- uid: UnityEngine.BoundsInt.xMin
  name: xMin
  fullName: UnityEngine.BoundsInt.xMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-xMin.html
  commentId: P:UnityEngine.BoundsInt.xMin
  nameWithType: BoundsInt.xMin
  type: Property
- uid: UnityEngine.BoundsInt.y
  name: y
  fullName: UnityEngine.BoundsInt.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-y.html
  commentId: P:UnityEngine.BoundsInt.y
  nameWithType: BoundsInt.y
  type: Property
- uid: UnityEngine.BoundsInt.yMax
  name: yMax
  fullName: UnityEngine.BoundsInt.yMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-yMax.html
  commentId: P:UnityEngine.BoundsInt.yMax
  nameWithType: BoundsInt.yMax
  type: Property
- uid: UnityEngine.BoundsInt.yMin
  name: yMin
  fullName: UnityEngine.BoundsInt.yMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-yMin.html
  commentId: P:UnityEngine.BoundsInt.yMin
  nameWithType: BoundsInt.yMin
  type: Property
- uid: UnityEngine.BoundsInt.z
  name: z
  fullName: UnityEngine.BoundsInt.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-z.html
  commentId: P:UnityEngine.BoundsInt.z
  nameWithType: BoundsInt.z
  type: Property
- uid: UnityEngine.BoundsInt.zMax
  name: zMax
  fullName: UnityEngine.BoundsInt.zMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-zMax.html
  commentId: P:UnityEngine.BoundsInt.zMax
  nameWithType: BoundsInt.zMax
  type: Property
- uid: UnityEngine.BoundsInt.zMin
  name: zMin
  fullName: UnityEngine.BoundsInt.zMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoundsInt-zMin.html
  commentId: P:UnityEngine.BoundsInt.zMin
  nameWithType: BoundsInt.zMin
  type: Property
- uid: UnityEngine.BoxCollider
  name: BoxCollider
  fullName: UnityEngine.BoxCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider.html
  commentId: T:UnityEngine.BoxCollider
  nameWithType: BoxCollider
  type: Class
- uid: UnityEngine.BoxCollider.center
  name: center
  fullName: UnityEngine.BoxCollider.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider-center.html
  commentId: P:UnityEngine.BoxCollider.center
  nameWithType: BoxCollider.center
  type: Property
- uid: UnityEngine.BoxCollider.extents
  name: extents
  fullName: UnityEngine.BoxCollider.extents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider-extents.html
  commentId: P:UnityEngine.BoxCollider.extents
  nameWithType: BoxCollider.extents
  type: Property
- uid: UnityEngine.BoxCollider.size
  name: size
  fullName: UnityEngine.BoxCollider.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider-size.html
  commentId: P:UnityEngine.BoxCollider.size
  nameWithType: BoxCollider.size
  type: Property
- uid: UnityEngine.BoxCollider2D
  name: BoxCollider2D
  fullName: UnityEngine.BoxCollider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider2D.html
  commentId: T:UnityEngine.BoxCollider2D
  nameWithType: BoxCollider2D
  type: Class
- uid: UnityEngine.BoxCollider2D.autoTiling
  name: autoTiling
  fullName: UnityEngine.BoxCollider2D.autoTiling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider2D-autoTiling.html
  commentId: P:UnityEngine.BoxCollider2D.autoTiling
  nameWithType: BoxCollider2D.autoTiling
  type: Property
- uid: UnityEngine.BoxCollider2D.center
  name: center
  fullName: UnityEngine.BoxCollider2D.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider2D-center.html
  commentId: P:UnityEngine.BoxCollider2D.center
  nameWithType: BoxCollider2D.center
  type: Property
- uid: UnityEngine.BoxCollider2D.edgeRadius
  name: edgeRadius
  fullName: UnityEngine.BoxCollider2D.edgeRadius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider2D-edgeRadius.html
  commentId: P:UnityEngine.BoxCollider2D.edgeRadius
  nameWithType: BoxCollider2D.edgeRadius
  type: Property
- uid: UnityEngine.BoxCollider2D.size
  name: size
  fullName: UnityEngine.BoxCollider2D.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BoxCollider2D-size.html
  commentId: P:UnityEngine.BoxCollider2D.size
  nameWithType: BoxCollider2D.size
  type: Property
- uid: UnityEngine.BuoyancyEffector2D
  name: BuoyancyEffector2D
  fullName: UnityEngine.BuoyancyEffector2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuoyancyEffector2D.html
  commentId: T:UnityEngine.BuoyancyEffector2D
  nameWithType: BuoyancyEffector2D
  type: Class
- uid: UnityEngine.BuoyancyEffector2D.angularDrag
  name: angularDrag
  fullName: UnityEngine.BuoyancyEffector2D.angularDrag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuoyancyEffector2D-angularDrag.html
  commentId: P:UnityEngine.BuoyancyEffector2D.angularDrag
  nameWithType: BuoyancyEffector2D.angularDrag
  type: Property
- uid: UnityEngine.BuoyancyEffector2D.density
  name: density
  fullName: UnityEngine.BuoyancyEffector2D.density
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuoyancyEffector2D-density.html
  commentId: P:UnityEngine.BuoyancyEffector2D.density
  nameWithType: BuoyancyEffector2D.density
  type: Property
- uid: UnityEngine.BuoyancyEffector2D.flowAngle
  name: flowAngle
  fullName: UnityEngine.BuoyancyEffector2D.flowAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuoyancyEffector2D-flowAngle.html
  commentId: P:UnityEngine.BuoyancyEffector2D.flowAngle
  nameWithType: BuoyancyEffector2D.flowAngle
  type: Property
- uid: UnityEngine.BuoyancyEffector2D.flowMagnitude
  name: flowMagnitude
  fullName: UnityEngine.BuoyancyEffector2D.flowMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuoyancyEffector2D-flowMagnitude.html
  commentId: P:UnityEngine.BuoyancyEffector2D.flowMagnitude
  nameWithType: BuoyancyEffector2D.flowMagnitude
  type: Property
- uid: UnityEngine.BuoyancyEffector2D.flowVariation
  name: flowVariation
  fullName: UnityEngine.BuoyancyEffector2D.flowVariation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuoyancyEffector2D-flowVariation.html
  commentId: P:UnityEngine.BuoyancyEffector2D.flowVariation
  nameWithType: BuoyancyEffector2D.flowVariation
  type: Property
- uid: UnityEngine.BuoyancyEffector2D.linearDrag
  name: linearDrag
  fullName: UnityEngine.BuoyancyEffector2D.linearDrag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuoyancyEffector2D-linearDrag.html
  commentId: P:UnityEngine.BuoyancyEffector2D.linearDrag
  nameWithType: BuoyancyEffector2D.linearDrag
  type: Property
- uid: UnityEngine.BuoyancyEffector2D.surfaceLevel
  name: surfaceLevel
  fullName: UnityEngine.BuoyancyEffector2D.surfaceLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/BuoyancyEffector2D-surfaceLevel.html
  commentId: P:UnityEngine.BuoyancyEffector2D.surfaceLevel
  nameWithType: BuoyancyEffector2D.surfaceLevel
  type: Property
- uid: UnityEngine.Cache
  name: Cache
  fullName: UnityEngine.Cache
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache.html
  commentId: T:UnityEngine.Cache
  nameWithType: Cache
  type: Struct
- uid: UnityEngine.Cache.ClearCache
  name: ClearCache()
  fullName: UnityEngine.Cache.ClearCache()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache.ClearCache.html
  commentId: M:UnityEngine.Cache.ClearCache
  nameWithType: Cache.ClearCache()
  type: Method
- uid: UnityEngine.Cache.ClearCache(System.Int32)
  name: ClearCache(int)
  fullName: UnityEngine.Cache.ClearCache(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache.ClearCache.html
  commentId: M:UnityEngine.Cache.ClearCache(System.Int32)
  nameWithType: Cache.ClearCache(int)
  type: Method
- uid: UnityEngine.Cache.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Cache.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache.Equals.html
  commentId: M:UnityEngine.Cache.Equals(System.Object)
  nameWithType: Cache.Equals(object)
  type: Method
- uid: UnityEngine.Cache.expirationDelay
  name: expirationDelay
  fullName: UnityEngine.Cache.expirationDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-expirationDelay.html
  commentId: P:UnityEngine.Cache.expirationDelay
  nameWithType: Cache.expirationDelay
  type: Property
- uid: UnityEngine.Cache.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Cache.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache.GetHashCode.html
  commentId: M:UnityEngine.Cache.GetHashCode
  nameWithType: Cache.GetHashCode()
  type: Method
- uid: UnityEngine.Cache.index
  name: index
  fullName: UnityEngine.Cache.index
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-index.html
  commentId: P:UnityEngine.Cache.index
  nameWithType: Cache.index
  type: Property
- uid: UnityEngine.Cache.maximumAvailableStorageSpace
  name: maximumAvailableStorageSpace
  fullName: UnityEngine.Cache.maximumAvailableStorageSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-maximumAvailableStorageSpace.html
  commentId: P:UnityEngine.Cache.maximumAvailableStorageSpace
  nameWithType: Cache.maximumAvailableStorageSpace
  type: Property
- uid: UnityEngine.Cache.op_Equality(UnityEngine.Cache,UnityEngine.Cache)
  name: operator ==(Cache, Cache)
  fullName: UnityEngine.Cache.operator ==(UnityEngine.Cache, UnityEngine.Cache)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-op_Equality.html
  commentId: M:UnityEngine.Cache.op_Equality(UnityEngine.Cache,UnityEngine.Cache)
  nameWithType: Cache.operator ==(Cache, Cache)
  type: Operator
- uid: UnityEngine.Cache.op_Inequality(UnityEngine.Cache,UnityEngine.Cache)
  name: operator !=(Cache, Cache)
  fullName: UnityEngine.Cache.operator !=(UnityEngine.Cache, UnityEngine.Cache)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-op_Inequality.html
  commentId: M:UnityEngine.Cache.op_Inequality(UnityEngine.Cache,UnityEngine.Cache)
  nameWithType: Cache.operator !=(Cache, Cache)
  type: Operator
- uid: UnityEngine.Cache.path
  name: path
  fullName: UnityEngine.Cache.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-path.html
  commentId: P:UnityEngine.Cache.path
  nameWithType: Cache.path
  type: Property
- uid: UnityEngine.Cache.readOnly
  name: readOnly
  fullName: UnityEngine.Cache.readOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-readOnly.html
  commentId: P:UnityEngine.Cache.readOnly
  nameWithType: Cache.readOnly
  type: Property
- uid: UnityEngine.Cache.ready
  name: ready
  fullName: UnityEngine.Cache.ready
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-ready.html
  commentId: P:UnityEngine.Cache.ready
  nameWithType: Cache.ready
  type: Property
- uid: UnityEngine.Cache.spaceFree
  name: spaceFree
  fullName: UnityEngine.Cache.spaceFree
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-spaceFree.html
  commentId: P:UnityEngine.Cache.spaceFree
  nameWithType: Cache.spaceFree
  type: Property
- uid: UnityEngine.Cache.spaceOccupied
  name: spaceOccupied
  fullName: UnityEngine.Cache.spaceOccupied
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-spaceOccupied.html
  commentId: P:UnityEngine.Cache.spaceOccupied
  nameWithType: Cache.spaceOccupied
  type: Property
- uid: UnityEngine.Cache.valid
  name: valid
  fullName: UnityEngine.Cache.valid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cache-valid.html
  commentId: P:UnityEngine.Cache.valid
  nameWithType: Cache.valid
  type: Property
- uid: UnityEngine.CachedAssetBundle
  name: CachedAssetBundle
  fullName: UnityEngine.CachedAssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CachedAssetBundle.html
  commentId: T:UnityEngine.CachedAssetBundle
  nameWithType: CachedAssetBundle
  type: Struct
- uid: UnityEngine.CachedAssetBundle.#ctor(System.String,UnityEngine.Hash128)
  name: CachedAssetBundle(string, Hash128)
  fullName: UnityEngine.CachedAssetBundle.CachedAssetBundle(string, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CachedAssetBundle-ctor.html
  commentId: M:UnityEngine.CachedAssetBundle.#ctor(System.String,UnityEngine.Hash128)
  nameWithType: CachedAssetBundle.CachedAssetBundle(string, Hash128)
  type: Constructor
- uid: UnityEngine.CachedAssetBundle.hash
  name: hash
  fullName: UnityEngine.CachedAssetBundle.hash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CachedAssetBundle-hash.html
  commentId: P:UnityEngine.CachedAssetBundle.hash
  nameWithType: CachedAssetBundle.hash
  type: Property
- uid: UnityEngine.CachedAssetBundle.name
  name: name
  fullName: UnityEngine.CachedAssetBundle.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CachedAssetBundle-name.html
  commentId: P:UnityEngine.CachedAssetBundle.name
  nameWithType: CachedAssetBundle.name
  type: Property
- uid: UnityEngine.CacheIndex
  name: CacheIndex
  fullName: UnityEngine.CacheIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CacheIndex.html
  commentId: T:UnityEngine.CacheIndex
  nameWithType: CacheIndex
  type: Struct
- uid: UnityEngine.CacheIndex.bytesUsed
  name: bytesUsed
  fullName: UnityEngine.CacheIndex.bytesUsed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CacheIndex-bytesUsed.html
  commentId: F:UnityEngine.CacheIndex.bytesUsed
  nameWithType: CacheIndex.bytesUsed
  type: Field
- uid: UnityEngine.CacheIndex.expires
  name: expires
  fullName: UnityEngine.CacheIndex.expires
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CacheIndex-expires.html
  commentId: F:UnityEngine.CacheIndex.expires
  nameWithType: CacheIndex.expires
  type: Field
- uid: UnityEngine.CacheIndex.name
  name: name
  fullName: UnityEngine.CacheIndex.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CacheIndex-name.html
  commentId: F:UnityEngine.CacheIndex.name
  nameWithType: CacheIndex.name
  type: Field
- uid: UnityEngine.Caching
  name: Caching
  fullName: UnityEngine.Caching
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.html
  commentId: T:UnityEngine.Caching
  nameWithType: Caching
  type: Class
- uid: UnityEngine.Caching.AddCache(System.String)
  name: AddCache(string)
  fullName: UnityEngine.Caching.AddCache(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.AddCache.html
  commentId: M:UnityEngine.Caching.AddCache(System.String)
  nameWithType: Caching.AddCache(string)
  type: Method
- uid: UnityEngine.Caching.cacheCount
  name: cacheCount
  fullName: UnityEngine.Caching.cacheCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-cacheCount.html
  commentId: P:UnityEngine.Caching.cacheCount
  nameWithType: Caching.cacheCount
  type: Property
- uid: UnityEngine.Caching.CleanCache
  name: CleanCache()
  fullName: UnityEngine.Caching.CleanCache()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.CleanCache.html
  commentId: M:UnityEngine.Caching.CleanCache
  nameWithType: Caching.CleanCache()
  type: Method
- uid: UnityEngine.Caching.ClearAllCachedVersions(System.String)
  name: ClearAllCachedVersions(string)
  fullName: UnityEngine.Caching.ClearAllCachedVersions(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.ClearAllCachedVersions.html
  commentId: M:UnityEngine.Caching.ClearAllCachedVersions(System.String)
  nameWithType: Caching.ClearAllCachedVersions(string)
  type: Method
- uid: UnityEngine.Caching.ClearCache
  name: ClearCache()
  fullName: UnityEngine.Caching.ClearCache()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.ClearCache.html
  commentId: M:UnityEngine.Caching.ClearCache
  nameWithType: Caching.ClearCache()
  type: Method
- uid: UnityEngine.Caching.ClearCache(System.Int32)
  name: ClearCache(int)
  fullName: UnityEngine.Caching.ClearCache(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.ClearCache.html
  commentId: M:UnityEngine.Caching.ClearCache(System.Int32)
  nameWithType: Caching.ClearCache(int)
  type: Method
- uid: UnityEngine.Caching.ClearCachedVersion(System.String,UnityEngine.Hash128)
  name: ClearCachedVersion(string, Hash128)
  fullName: UnityEngine.Caching.ClearCachedVersion(string, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.ClearCachedVersion.html
  commentId: M:UnityEngine.Caching.ClearCachedVersion(System.String,UnityEngine.Hash128)
  nameWithType: Caching.ClearCachedVersion(string, Hash128)
  type: Method
- uid: UnityEngine.Caching.ClearOtherCachedVersions(System.String,UnityEngine.Hash128)
  name: ClearOtherCachedVersions(string, Hash128)
  fullName: UnityEngine.Caching.ClearOtherCachedVersions(string, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.ClearOtherCachedVersions.html
  commentId: M:UnityEngine.Caching.ClearOtherCachedVersions(System.String,UnityEngine.Hash128)
  nameWithType: Caching.ClearOtherCachedVersions(string, Hash128)
  type: Method
- uid: UnityEngine.Caching.compressionEnabled
  name: compressionEnabled
  fullName: UnityEngine.Caching.compressionEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-compressionEnabled.html
  commentId: P:UnityEngine.Caching.compressionEnabled
  nameWithType: Caching.compressionEnabled
  type: Property
- uid: UnityEngine.Caching.currentCacheForWriting
  name: currentCacheForWriting
  fullName: UnityEngine.Caching.currentCacheForWriting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-currentCacheForWriting.html
  commentId: P:UnityEngine.Caching.currentCacheForWriting
  nameWithType: Caching.currentCacheForWriting
  type: Property
- uid: UnityEngine.Caching.defaultCache
  name: defaultCache
  fullName: UnityEngine.Caching.defaultCache
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-defaultCache.html
  commentId: P:UnityEngine.Caching.defaultCache
  nameWithType: Caching.defaultCache
  type: Property
- uid: UnityEngine.Caching.expirationDelay
  name: expirationDelay
  fullName: UnityEngine.Caching.expirationDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-expirationDelay.html
  commentId: P:UnityEngine.Caching.expirationDelay
  nameWithType: Caching.expirationDelay
  type: Property
- uid: UnityEngine.Caching.GetAllCachePaths(System.Collections.Generic.List{System.String})
  name: GetAllCachePaths(List<string>)
  fullName: UnityEngine.Caching.GetAllCachePaths(System.Collections.Generic.List<string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.GetAllCachePaths.html
  commentId: M:UnityEngine.Caching.GetAllCachePaths(System.Collections.Generic.List{System.String})
  nameWithType: Caching.GetAllCachePaths(List<string>)
  type: Method
- uid: UnityEngine.Caching.GetCacheAt(System.Int32)
  name: GetCacheAt(int)
  fullName: UnityEngine.Caching.GetCacheAt(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.GetCacheAt.html
  commentId: M:UnityEngine.Caching.GetCacheAt(System.Int32)
  nameWithType: Caching.GetCacheAt(int)
  type: Method
- uid: UnityEngine.Caching.GetCacheByPath(System.String)
  name: GetCacheByPath(string)
  fullName: UnityEngine.Caching.GetCacheByPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.GetCacheByPath.html
  commentId: M:UnityEngine.Caching.GetCacheByPath(System.String)
  nameWithType: Caching.GetCacheByPath(string)
  type: Method
- uid: UnityEngine.Caching.GetCachedVersions(System.String,System.Collections.Generic.List{UnityEngine.Hash128})
  name: GetCachedVersions(string, List<Hash128>)
  fullName: UnityEngine.Caching.GetCachedVersions(string, System.Collections.Generic.List<UnityEngine.Hash128>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.GetCachedVersions.html
  commentId: M:UnityEngine.Caching.GetCachedVersions(System.String,System.Collections.Generic.List{UnityEngine.Hash128})
  nameWithType: Caching.GetCachedVersions(string, List<Hash128>)
  type: Method
- uid: UnityEngine.Caching.GetVersionFromCache(System.String)
  name: GetVersionFromCache(string)
  fullName: UnityEngine.Caching.GetVersionFromCache(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.GetVersionFromCache.html
  commentId: M:UnityEngine.Caching.GetVersionFromCache(System.String)
  nameWithType: Caching.GetVersionFromCache(string)
  type: Method
- uid: UnityEngine.Caching.index
  name: index
  fullName: UnityEngine.Caching.index
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-index.html
  commentId: P:UnityEngine.Caching.index
  nameWithType: Caching.index
  type: Property
- uid: UnityEngine.Caching.IsVersionCached(System.String,System.Int32)
  name: IsVersionCached(string, int)
  fullName: UnityEngine.Caching.IsVersionCached(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.IsVersionCached.html
  commentId: M:UnityEngine.Caching.IsVersionCached(System.String,System.Int32)
  nameWithType: Caching.IsVersionCached(string, int)
  type: Method
- uid: UnityEngine.Caching.IsVersionCached(System.String,UnityEngine.Hash128)
  name: IsVersionCached(string, Hash128)
  fullName: UnityEngine.Caching.IsVersionCached(string, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.IsVersionCached.html
  commentId: M:UnityEngine.Caching.IsVersionCached(System.String,UnityEngine.Hash128)
  nameWithType: Caching.IsVersionCached(string, Hash128)
  type: Method
- uid: UnityEngine.Caching.IsVersionCached(UnityEngine.CachedAssetBundle)
  name: IsVersionCached(CachedAssetBundle)
  fullName: UnityEngine.Caching.IsVersionCached(UnityEngine.CachedAssetBundle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.IsVersionCached.html
  commentId: M:UnityEngine.Caching.IsVersionCached(UnityEngine.CachedAssetBundle)
  nameWithType: Caching.IsVersionCached(CachedAssetBundle)
  type: Method
- uid: UnityEngine.Caching.MarkAsUsed(System.String,System.Int32)
  name: MarkAsUsed(string, int)
  fullName: UnityEngine.Caching.MarkAsUsed(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.MarkAsUsed.html
  commentId: M:UnityEngine.Caching.MarkAsUsed(System.String,System.Int32)
  nameWithType: Caching.MarkAsUsed(string, int)
  type: Method
- uid: UnityEngine.Caching.MarkAsUsed(System.String,UnityEngine.Hash128)
  name: MarkAsUsed(string, Hash128)
  fullName: UnityEngine.Caching.MarkAsUsed(string, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.MarkAsUsed.html
  commentId: M:UnityEngine.Caching.MarkAsUsed(System.String,UnityEngine.Hash128)
  nameWithType: Caching.MarkAsUsed(string, Hash128)
  type: Method
- uid: UnityEngine.Caching.MarkAsUsed(UnityEngine.CachedAssetBundle)
  name: MarkAsUsed(CachedAssetBundle)
  fullName: UnityEngine.Caching.MarkAsUsed(UnityEngine.CachedAssetBundle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.MarkAsUsed.html
  commentId: M:UnityEngine.Caching.MarkAsUsed(UnityEngine.CachedAssetBundle)
  nameWithType: Caching.MarkAsUsed(CachedAssetBundle)
  type: Method
- uid: UnityEngine.Caching.maximumAvailableDiskSpace
  name: maximumAvailableDiskSpace
  fullName: UnityEngine.Caching.maximumAvailableDiskSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-maximumAvailableDiskSpace.html
  commentId: P:UnityEngine.Caching.maximumAvailableDiskSpace
  nameWithType: Caching.maximumAvailableDiskSpace
  type: Property
- uid: UnityEngine.Caching.MoveCacheAfter(UnityEngine.Cache,UnityEngine.Cache)
  name: MoveCacheAfter(Cache, Cache)
  fullName: UnityEngine.Caching.MoveCacheAfter(UnityEngine.Cache, UnityEngine.Cache)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.MoveCacheAfter.html
  commentId: M:UnityEngine.Caching.MoveCacheAfter(UnityEngine.Cache,UnityEngine.Cache)
  nameWithType: Caching.MoveCacheAfter(Cache, Cache)
  type: Method
- uid: UnityEngine.Caching.MoveCacheBefore(UnityEngine.Cache,UnityEngine.Cache)
  name: MoveCacheBefore(Cache, Cache)
  fullName: UnityEngine.Caching.MoveCacheBefore(UnityEngine.Cache, UnityEngine.Cache)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.MoveCacheBefore.html
  commentId: M:UnityEngine.Caching.MoveCacheBefore(UnityEngine.Cache,UnityEngine.Cache)
  nameWithType: Caching.MoveCacheBefore(Cache, Cache)
  type: Method
- uid: UnityEngine.Caching.ready
  name: ready
  fullName: UnityEngine.Caching.ready
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-ready.html
  commentId: P:UnityEngine.Caching.ready
  nameWithType: Caching.ready
  type: Property
- uid: UnityEngine.Caching.RemoveCache(UnityEngine.Cache)
  name: RemoveCache(Cache)
  fullName: UnityEngine.Caching.RemoveCache(UnityEngine.Cache)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.RemoveCache.html
  commentId: M:UnityEngine.Caching.RemoveCache(UnityEngine.Cache)
  nameWithType: Caching.RemoveCache(Cache)
  type: Method
- uid: UnityEngine.Caching.ResetNoBackupFlag(System.String,System.Int32)
  name: ResetNoBackupFlag(string, int)
  fullName: UnityEngine.Caching.ResetNoBackupFlag(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.ResetNoBackupFlag.html
  commentId: M:UnityEngine.Caching.ResetNoBackupFlag(System.String,System.Int32)
  nameWithType: Caching.ResetNoBackupFlag(string, int)
  type: Method
- uid: UnityEngine.Caching.ResetNoBackupFlag(System.String,UnityEngine.Hash128)
  name: ResetNoBackupFlag(string, Hash128)
  fullName: UnityEngine.Caching.ResetNoBackupFlag(string, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.ResetNoBackupFlag.html
  commentId: M:UnityEngine.Caching.ResetNoBackupFlag(System.String,UnityEngine.Hash128)
  nameWithType: Caching.ResetNoBackupFlag(string, Hash128)
  type: Method
- uid: UnityEngine.Caching.ResetNoBackupFlag(UnityEngine.CachedAssetBundle)
  name: ResetNoBackupFlag(CachedAssetBundle)
  fullName: UnityEngine.Caching.ResetNoBackupFlag(UnityEngine.CachedAssetBundle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.ResetNoBackupFlag.html
  commentId: M:UnityEngine.Caching.ResetNoBackupFlag(UnityEngine.CachedAssetBundle)
  nameWithType: Caching.ResetNoBackupFlag(CachedAssetBundle)
  type: Method
- uid: UnityEngine.Caching.SetNoBackupFlag(System.String,System.Int32)
  name: SetNoBackupFlag(string, int)
  fullName: UnityEngine.Caching.SetNoBackupFlag(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.SetNoBackupFlag.html
  commentId: M:UnityEngine.Caching.SetNoBackupFlag(System.String,System.Int32)
  nameWithType: Caching.SetNoBackupFlag(string, int)
  type: Method
- uid: UnityEngine.Caching.SetNoBackupFlag(System.String,UnityEngine.Hash128)
  name: SetNoBackupFlag(string, Hash128)
  fullName: UnityEngine.Caching.SetNoBackupFlag(string, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.SetNoBackupFlag.html
  commentId: M:UnityEngine.Caching.SetNoBackupFlag(System.String,UnityEngine.Hash128)
  nameWithType: Caching.SetNoBackupFlag(string, Hash128)
  type: Method
- uid: UnityEngine.Caching.SetNoBackupFlag(UnityEngine.CachedAssetBundle)
  name: SetNoBackupFlag(CachedAssetBundle)
  fullName: UnityEngine.Caching.SetNoBackupFlag(UnityEngine.CachedAssetBundle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching.SetNoBackupFlag.html
  commentId: M:UnityEngine.Caching.SetNoBackupFlag(UnityEngine.CachedAssetBundle)
  nameWithType: Caching.SetNoBackupFlag(CachedAssetBundle)
  type: Method
- uid: UnityEngine.Caching.spaceAvailable
  name: spaceAvailable
  fullName: UnityEngine.Caching.spaceAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-spaceAvailable.html
  commentId: P:UnityEngine.Caching.spaceAvailable
  nameWithType: Caching.spaceAvailable
  type: Property
- uid: UnityEngine.Caching.spaceFree
  name: spaceFree
  fullName: UnityEngine.Caching.spaceFree
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-spaceFree.html
  commentId: P:UnityEngine.Caching.spaceFree
  nameWithType: Caching.spaceFree
  type: Property
- uid: UnityEngine.Caching.spaceOccupied
  name: spaceOccupied
  fullName: UnityEngine.Caching.spaceOccupied
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-spaceOccupied.html
  commentId: P:UnityEngine.Caching.spaceOccupied
  nameWithType: Caching.spaceOccupied
  type: Property
- uid: UnityEngine.Caching.spaceUsed
  name: spaceUsed
  fullName: UnityEngine.Caching.spaceUsed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Caching-spaceUsed.html
  commentId: P:UnityEngine.Caching.spaceUsed
  nameWithType: Caching.spaceUsed
  type: Property
- uid: UnityEngine.CalendarIdentifier
  name: CalendarIdentifier
  fullName: UnityEngine.CalendarIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.html
  commentId: T:UnityEngine.CalendarIdentifier
  nameWithType: CalendarIdentifier
  type: Enum
- uid: UnityEngine.CalendarIdentifier.BuddhistCalendar
  name: BuddhistCalendar
  fullName: UnityEngine.CalendarIdentifier.BuddhistCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.BuddhistCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.BuddhistCalendar
  nameWithType: CalendarIdentifier.BuddhistCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.ChineseCalendar
  name: ChineseCalendar
  fullName: UnityEngine.CalendarIdentifier.ChineseCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.ChineseCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.ChineseCalendar
  nameWithType: CalendarIdentifier.ChineseCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.GregorianCalendar
  name: GregorianCalendar
  fullName: UnityEngine.CalendarIdentifier.GregorianCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.GregorianCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.GregorianCalendar
  nameWithType: CalendarIdentifier.GregorianCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.HebrewCalendar
  name: HebrewCalendar
  fullName: UnityEngine.CalendarIdentifier.HebrewCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.HebrewCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.HebrewCalendar
  nameWithType: CalendarIdentifier.HebrewCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.IndianCalendar
  name: IndianCalendar
  fullName: UnityEngine.CalendarIdentifier.IndianCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.IndianCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.IndianCalendar
  nameWithType: CalendarIdentifier.IndianCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.IslamicCalendar
  name: IslamicCalendar
  fullName: UnityEngine.CalendarIdentifier.IslamicCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.IslamicCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.IslamicCalendar
  nameWithType: CalendarIdentifier.IslamicCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.IslamicCivilCalendar
  name: IslamicCivilCalendar
  fullName: UnityEngine.CalendarIdentifier.IslamicCivilCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.IslamicCivilCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.IslamicCivilCalendar
  nameWithType: CalendarIdentifier.IslamicCivilCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.ISO8601Calendar
  name: ISO8601Calendar
  fullName: UnityEngine.CalendarIdentifier.ISO8601Calendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.ISO8601Calendar.html
  commentId: F:UnityEngine.CalendarIdentifier.ISO8601Calendar
  nameWithType: CalendarIdentifier.ISO8601Calendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.JapaneseCalendar
  name: JapaneseCalendar
  fullName: UnityEngine.CalendarIdentifier.JapaneseCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.JapaneseCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.JapaneseCalendar
  nameWithType: CalendarIdentifier.JapaneseCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.PersianCalendar
  name: PersianCalendar
  fullName: UnityEngine.CalendarIdentifier.PersianCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.PersianCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.PersianCalendar
  nameWithType: CalendarIdentifier.PersianCalendar
  type: Field
- uid: UnityEngine.CalendarIdentifier.RepublicOfChinaCalendar
  name: RepublicOfChinaCalendar
  fullName: UnityEngine.CalendarIdentifier.RepublicOfChinaCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarIdentifier.RepublicOfChinaCalendar.html
  commentId: F:UnityEngine.CalendarIdentifier.RepublicOfChinaCalendar
  nameWithType: CalendarIdentifier.RepublicOfChinaCalendar
  type: Field
- uid: UnityEngine.CalendarUnit
  name: CalendarUnit
  fullName: UnityEngine.CalendarUnit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.html
  commentId: T:UnityEngine.CalendarUnit
  nameWithType: CalendarUnit
  type: Enum
- uid: UnityEngine.CalendarUnit.Day
  name: Day
  fullName: UnityEngine.CalendarUnit.Day
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Day.html
  commentId: F:UnityEngine.CalendarUnit.Day
  nameWithType: CalendarUnit.Day
  type: Field
- uid: UnityEngine.CalendarUnit.Era
  name: Era
  fullName: UnityEngine.CalendarUnit.Era
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Era.html
  commentId: F:UnityEngine.CalendarUnit.Era
  nameWithType: CalendarUnit.Era
  type: Field
- uid: UnityEngine.CalendarUnit.Hour
  name: Hour
  fullName: UnityEngine.CalendarUnit.Hour
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Hour.html
  commentId: F:UnityEngine.CalendarUnit.Hour
  nameWithType: CalendarUnit.Hour
  type: Field
- uid: UnityEngine.CalendarUnit.Minute
  name: Minute
  fullName: UnityEngine.CalendarUnit.Minute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Minute.html
  commentId: F:UnityEngine.CalendarUnit.Minute
  nameWithType: CalendarUnit.Minute
  type: Field
- uid: UnityEngine.CalendarUnit.Month
  name: Month
  fullName: UnityEngine.CalendarUnit.Month
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Month.html
  commentId: F:UnityEngine.CalendarUnit.Month
  nameWithType: CalendarUnit.Month
  type: Field
- uid: UnityEngine.CalendarUnit.Quarter
  name: Quarter
  fullName: UnityEngine.CalendarUnit.Quarter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Quarter.html
  commentId: F:UnityEngine.CalendarUnit.Quarter
  nameWithType: CalendarUnit.Quarter
  type: Field
- uid: UnityEngine.CalendarUnit.Second
  name: Second
  fullName: UnityEngine.CalendarUnit.Second
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Second.html
  commentId: F:UnityEngine.CalendarUnit.Second
  nameWithType: CalendarUnit.Second
  type: Field
- uid: UnityEngine.CalendarUnit.Week
  name: Week
  fullName: UnityEngine.CalendarUnit.Week
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Week.html
  commentId: F:UnityEngine.CalendarUnit.Week
  nameWithType: CalendarUnit.Week
  type: Field
- uid: UnityEngine.CalendarUnit.Weekday
  name: Weekday
  fullName: UnityEngine.CalendarUnit.Weekday
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Weekday.html
  commentId: F:UnityEngine.CalendarUnit.Weekday
  nameWithType: CalendarUnit.Weekday
  type: Field
- uid: UnityEngine.CalendarUnit.WeekdayOrdinal
  name: WeekdayOrdinal
  fullName: UnityEngine.CalendarUnit.WeekdayOrdinal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.WeekdayOrdinal.html
  commentId: F:UnityEngine.CalendarUnit.WeekdayOrdinal
  nameWithType: CalendarUnit.WeekdayOrdinal
  type: Field
- uid: UnityEngine.CalendarUnit.Year
  name: Year
  fullName: UnityEngine.CalendarUnit.Year
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CalendarUnit.Year.html
  commentId: F:UnityEngine.CalendarUnit.Year
  nameWithType: CalendarUnit.Year
  type: Field
- uid: UnityEngine.Camera
  name: Camera
  fullName: UnityEngine.Camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.html
  commentId: T:UnityEngine.Camera
  nameWithType: Camera
  type: Class
- uid: UnityEngine.Camera.activeTexture
  name: activeTexture
  fullName: UnityEngine.Camera.activeTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-activeTexture.html
  commentId: P:UnityEngine.Camera.activeTexture
  nameWithType: Camera.activeTexture
  type: Property
- uid: UnityEngine.Camera.actualRenderingPath
  name: actualRenderingPath
  fullName: UnityEngine.Camera.actualRenderingPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-actualRenderingPath.html
  commentId: P:UnityEngine.Camera.actualRenderingPath
  nameWithType: Camera.actualRenderingPath
  type: Property
- uid: UnityEngine.Camera.AddCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer)
  name: AddCommandBuffer(CameraEvent, CommandBuffer)
  fullName: UnityEngine.Camera.AddCommandBuffer(UnityEngine.Rendering.CameraEvent, UnityEngine.Rendering.CommandBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.AddCommandBuffer.html
  commentId: M:UnityEngine.Camera.AddCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer)
  nameWithType: Camera.AddCommandBuffer(CameraEvent, CommandBuffer)
  type: Method
- uid: UnityEngine.Camera.allCameras
  name: allCameras
  fullName: UnityEngine.Camera.allCameras
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-allCameras.html
  commentId: P:UnityEngine.Camera.allCameras
  nameWithType: Camera.allCameras
  type: Property
- uid: UnityEngine.Camera.allCamerasCount
  name: allCamerasCount
  fullName: UnityEngine.Camera.allCamerasCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-allCamerasCount.html
  commentId: P:UnityEngine.Camera.allCamerasCount
  nameWithType: Camera.allCamerasCount
  type: Property
- uid: UnityEngine.Camera.allowHDR
  name: allowHDR
  fullName: UnityEngine.Camera.allowHDR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-allowHDR.html
  commentId: P:UnityEngine.Camera.allowHDR
  nameWithType: Camera.allowHDR
  type: Property
- uid: UnityEngine.Camera.allowMSAA
  name: allowMSAA
  fullName: UnityEngine.Camera.allowMSAA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-allowMSAA.html
  commentId: P:UnityEngine.Camera.allowMSAA
  nameWithType: Camera.allowMSAA
  type: Property
- uid: UnityEngine.Camera.areVRStereoViewMatricesWithinSingleCullTolerance
  name: areVRStereoViewMatricesWithinSingleCullTolerance
  fullName: UnityEngine.Camera.areVRStereoViewMatricesWithinSingleCullTolerance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-areVRStereoViewMatricesWithinSingleCullTolerance.html
  commentId: P:UnityEngine.Camera.areVRStereoViewMatricesWithinSingleCullTolerance
  nameWithType: Camera.areVRStereoViewMatricesWithinSingleCullTolerance
  type: Property
- uid: UnityEngine.Camera.aspect
  name: aspect
  fullName: UnityEngine.Camera.aspect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-aspect.html
  commentId: P:UnityEngine.Camera.aspect
  nameWithType: Camera.aspect
  type: Property
- uid: UnityEngine.Camera.backgroundColor
  name: backgroundColor
  fullName: UnityEngine.Camera.backgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-backgroundColor.html
  commentId: P:UnityEngine.Camera.backgroundColor
  nameWithType: Camera.backgroundColor
  type: Property
- uid: UnityEngine.Camera.CalculateFrustumCorners(UnityEngine.Rect,System.Single,UnityEngine.Camera.MonoOrStereoscopicEye,UnityEngine.Vector3[])
  name: CalculateFrustumCorners(Rect, float, MonoOrStereoscopicEye, Vector3[])
  fullName: UnityEngine.Camera.CalculateFrustumCorners(UnityEngine.Rect, float, UnityEngine.Camera.MonoOrStereoscopicEye, UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.CalculateFrustumCorners.html
  commentId: M:UnityEngine.Camera.CalculateFrustumCorners(UnityEngine.Rect,System.Single,UnityEngine.Camera.MonoOrStereoscopicEye,UnityEngine.Vector3[])
  nameWithType: Camera.CalculateFrustumCorners(Rect, float, Camera.MonoOrStereoscopicEye, Vector3[])
  type: Method
- uid: UnityEngine.Camera.CalculateObliqueMatrix(UnityEngine.Vector4)
  name: CalculateObliqueMatrix(Vector4)
  fullName: UnityEngine.Camera.CalculateObliqueMatrix(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.CalculateObliqueMatrix.html
  commentId: M:UnityEngine.Camera.CalculateObliqueMatrix(UnityEngine.Vector4)
  nameWithType: Camera.CalculateObliqueMatrix(Vector4)
  type: Method
- uid: UnityEngine.Camera.CameraCallback
  name: Camera.CameraCallback
  fullName: UnityEngine.Camera.CameraCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.CameraCallback.html
  commentId: T:UnityEngine.Camera.CameraCallback
  nameWithType: Camera.CameraCallback
  type: Delegate
- uid: UnityEngine.Camera.cameraToWorldMatrix
  name: cameraToWorldMatrix
  fullName: UnityEngine.Camera.cameraToWorldMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-cameraToWorldMatrix.html
  commentId: P:UnityEngine.Camera.cameraToWorldMatrix
  nameWithType: Camera.cameraToWorldMatrix
  type: Property
- uid: UnityEngine.Camera.cameraType
  name: cameraType
  fullName: UnityEngine.Camera.cameraType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-cameraType.html
  commentId: P:UnityEngine.Camera.cameraType
  nameWithType: Camera.cameraType
  type: Property
- uid: UnityEngine.Camera.clearFlags
  name: clearFlags
  fullName: UnityEngine.Camera.clearFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-clearFlags.html
  commentId: P:UnityEngine.Camera.clearFlags
  nameWithType: Camera.clearFlags
  type: Property
- uid: UnityEngine.Camera.clearStencilAfterLightingPass
  name: clearStencilAfterLightingPass
  fullName: UnityEngine.Camera.clearStencilAfterLightingPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-clearStencilAfterLightingPass.html
  commentId: P:UnityEngine.Camera.clearStencilAfterLightingPass
  nameWithType: Camera.clearStencilAfterLightingPass
  type: Property
- uid: UnityEngine.Camera.commandBufferCount
  name: commandBufferCount
  fullName: UnityEngine.Camera.commandBufferCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-commandBufferCount.html
  commentId: P:UnityEngine.Camera.commandBufferCount
  nameWithType: Camera.commandBufferCount
  type: Property
- uid: UnityEngine.Camera.CopyFrom(UnityEngine.Camera)
  name: CopyFrom(Camera)
  fullName: UnityEngine.Camera.CopyFrom(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.CopyFrom.html
  commentId: M:UnityEngine.Camera.CopyFrom(UnityEngine.Camera)
  nameWithType: Camera.CopyFrom(Camera)
  type: Method
- uid: UnityEngine.Camera.cullingMask
  name: cullingMask
  fullName: UnityEngine.Camera.cullingMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-cullingMask.html
  commentId: P:UnityEngine.Camera.cullingMask
  nameWithType: Camera.cullingMask
  type: Property
- uid: UnityEngine.Camera.cullingMatrix
  name: cullingMatrix
  fullName: UnityEngine.Camera.cullingMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-cullingMatrix.html
  commentId: P:UnityEngine.Camera.cullingMatrix
  nameWithType: Camera.cullingMatrix
  type: Property
- uid: UnityEngine.Camera.current
  name: current
  fullName: UnityEngine.Camera.current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-current.html
  commentId: P:UnityEngine.Camera.current
  nameWithType: Camera.current
  type: Property
- uid: UnityEngine.Camera.depth
  name: depth
  fullName: UnityEngine.Camera.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-depth.html
  commentId: P:UnityEngine.Camera.depth
  nameWithType: Camera.depth
  type: Property
- uid: UnityEngine.Camera.depthTextureMode
  name: depthTextureMode
  fullName: UnityEngine.Camera.depthTextureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-depthTextureMode.html
  commentId: P:UnityEngine.Camera.depthTextureMode
  nameWithType: Camera.depthTextureMode
  type: Property
- uid: UnityEngine.Camera.eventMask
  name: eventMask
  fullName: UnityEngine.Camera.eventMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-eventMask.html
  commentId: P:UnityEngine.Camera.eventMask
  nameWithType: Camera.eventMask
  type: Property
- uid: UnityEngine.Camera.far
  name: far
  fullName: UnityEngine.Camera.far
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-far.html
  commentId: P:UnityEngine.Camera.far
  nameWithType: Camera.far
  type: Property
- uid: UnityEngine.Camera.farClipPlane
  name: farClipPlane
  fullName: UnityEngine.Camera.farClipPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-farClipPlane.html
  commentId: P:UnityEngine.Camera.farClipPlane
  nameWithType: Camera.farClipPlane
  type: Property
- uid: UnityEngine.Camera.fieldOfView
  name: fieldOfView
  fullName: UnityEngine.Camera.fieldOfView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-fieldOfView.html
  commentId: P:UnityEngine.Camera.fieldOfView
  nameWithType: Camera.fieldOfView
  type: Property
- uid: UnityEngine.Camera.forceIntoRenderTexture
  name: forceIntoRenderTexture
  fullName: UnityEngine.Camera.forceIntoRenderTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-forceIntoRenderTexture.html
  commentId: P:UnityEngine.Camera.forceIntoRenderTexture
  nameWithType: Camera.forceIntoRenderTexture
  type: Property
- uid: UnityEngine.Camera.fov
  name: fov
  fullName: UnityEngine.Camera.fov
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-fov.html
  commentId: P:UnityEngine.Camera.fov
  nameWithType: Camera.fov
  type: Property
- uid: UnityEngine.Camera.GetAllCameras(UnityEngine.Camera[])
  name: GetAllCameras(Camera[])
  fullName: UnityEngine.Camera.GetAllCameras(UnityEngine.Camera[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.GetAllCameras.html
  commentId: M:UnityEngine.Camera.GetAllCameras(UnityEngine.Camera[])
  nameWithType: Camera.GetAllCameras(Camera[])
  type: Method
- uid: UnityEngine.Camera.GetCommandBuffers(UnityEngine.Rendering.CameraEvent)
  name: GetCommandBuffers(CameraEvent)
  fullName: UnityEngine.Camera.GetCommandBuffers(UnityEngine.Rendering.CameraEvent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.GetCommandBuffers.html
  commentId: M:UnityEngine.Camera.GetCommandBuffers(UnityEngine.Rendering.CameraEvent)
  nameWithType: Camera.GetCommandBuffers(CameraEvent)
  type: Method
- uid: UnityEngine.Camera.GetStereoProjectionMatrices
  name: GetStereoProjectionMatrices()
  fullName: UnityEngine.Camera.GetStereoProjectionMatrices()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.GetStereoProjectionMatrices.html
  commentId: M:UnityEngine.Camera.GetStereoProjectionMatrices
  nameWithType: Camera.GetStereoProjectionMatrices()
  type: Method
- uid: UnityEngine.Camera.GetStereoProjectionMatrix(UnityEngine.Camera.StereoscopicEye)
  name: GetStereoProjectionMatrix(StereoscopicEye)
  fullName: UnityEngine.Camera.GetStereoProjectionMatrix(UnityEngine.Camera.StereoscopicEye)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.GetStereoProjectionMatrix.html
  commentId: M:UnityEngine.Camera.GetStereoProjectionMatrix(UnityEngine.Camera.StereoscopicEye)
  nameWithType: Camera.GetStereoProjectionMatrix(Camera.StereoscopicEye)
  type: Method
- uid: UnityEngine.Camera.GetStereoViewMatrices
  name: GetStereoViewMatrices()
  fullName: UnityEngine.Camera.GetStereoViewMatrices()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.GetStereoViewMatrices.html
  commentId: M:UnityEngine.Camera.GetStereoViewMatrices
  nameWithType: Camera.GetStereoViewMatrices()
  type: Method
- uid: UnityEngine.Camera.GetStereoViewMatrix(UnityEngine.Camera.StereoscopicEye)
  name: GetStereoViewMatrix(StereoscopicEye)
  fullName: UnityEngine.Camera.GetStereoViewMatrix(UnityEngine.Camera.StereoscopicEye)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.GetStereoViewMatrix.html
  commentId: M:UnityEngine.Camera.GetStereoViewMatrix(UnityEngine.Camera.StereoscopicEye)
  nameWithType: Camera.GetStereoViewMatrix(Camera.StereoscopicEye)
  type: Method
- uid: UnityEngine.Camera.hdr
  name: hdr
  fullName: UnityEngine.Camera.hdr
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-hdr.html
  commentId: P:UnityEngine.Camera.hdr
  nameWithType: Camera.hdr
  type: Property
- uid: UnityEngine.Camera.layerCullDistances
  name: layerCullDistances
  fullName: UnityEngine.Camera.layerCullDistances
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-layerCullDistances.html
  commentId: P:UnityEngine.Camera.layerCullDistances
  nameWithType: Camera.layerCullDistances
  type: Property
- uid: UnityEngine.Camera.layerCullSpherical
  name: layerCullSpherical
  fullName: UnityEngine.Camera.layerCullSpherical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-layerCullSpherical.html
  commentId: P:UnityEngine.Camera.layerCullSpherical
  nameWithType: Camera.layerCullSpherical
  type: Property
- uid: UnityEngine.Camera.main
  name: main
  fullName: UnityEngine.Camera.main
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-main.html
  commentId: P:UnityEngine.Camera.main
  nameWithType: Camera.main
  type: Property
- uid: UnityEngine.Camera.MonoOrStereoscopicEye
  name: Camera.MonoOrStereoscopicEye
  fullName: UnityEngine.Camera.MonoOrStereoscopicEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.MonoOrStereoscopicEye.html
  commentId: T:UnityEngine.Camera.MonoOrStereoscopicEye
  nameWithType: Camera.MonoOrStereoscopicEye
  type: Enum
- uid: UnityEngine.Camera.MonoOrStereoscopicEye.Left
  name: Left
  fullName: UnityEngine.Camera.MonoOrStereoscopicEye.Left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.MonoOrStereoscopicEye.Left.html
  commentId: F:UnityEngine.Camera.MonoOrStereoscopicEye.Left
  nameWithType: Camera.MonoOrStereoscopicEye.Left
  type: Field
- uid: UnityEngine.Camera.MonoOrStereoscopicEye.Mono
  name: Mono
  fullName: UnityEngine.Camera.MonoOrStereoscopicEye.Mono
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.MonoOrStereoscopicEye.Mono.html
  commentId: F:UnityEngine.Camera.MonoOrStereoscopicEye.Mono
  nameWithType: Camera.MonoOrStereoscopicEye.Mono
  type: Field
- uid: UnityEngine.Camera.MonoOrStereoscopicEye.Right
  name: Right
  fullName: UnityEngine.Camera.MonoOrStereoscopicEye.Right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.MonoOrStereoscopicEye.Right.html
  commentId: F:UnityEngine.Camera.MonoOrStereoscopicEye.Right
  nameWithType: Camera.MonoOrStereoscopicEye.Right
  type: Field
- uid: UnityEngine.Camera.near
  name: near
  fullName: UnityEngine.Camera.near
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-near.html
  commentId: P:UnityEngine.Camera.near
  nameWithType: Camera.near
  type: Property
- uid: UnityEngine.Camera.nearClipPlane
  name: nearClipPlane
  fullName: UnityEngine.Camera.nearClipPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-nearClipPlane.html
  commentId: P:UnityEngine.Camera.nearClipPlane
  nameWithType: Camera.nearClipPlane
  type: Property
- uid: UnityEngine.Camera.nonJitteredProjectionMatrix
  name: nonJitteredProjectionMatrix
  fullName: UnityEngine.Camera.nonJitteredProjectionMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-nonJitteredProjectionMatrix.html
  commentId: P:UnityEngine.Camera.nonJitteredProjectionMatrix
  nameWithType: Camera.nonJitteredProjectionMatrix
  type: Property
- uid: UnityEngine.Camera.onPostRender
  name: onPostRender
  fullName: UnityEngine.Camera.onPostRender
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-onPostRender.html
  commentId: F:UnityEngine.Camera.onPostRender
  nameWithType: Camera.onPostRender
  type: Field
- uid: UnityEngine.Camera.onPreCull
  name: onPreCull
  fullName: UnityEngine.Camera.onPreCull
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-onPreCull.html
  commentId: F:UnityEngine.Camera.onPreCull
  nameWithType: Camera.onPreCull
  type: Field
- uid: UnityEngine.Camera.onPreRender
  name: onPreRender
  fullName: UnityEngine.Camera.onPreRender
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-onPreRender.html
  commentId: F:UnityEngine.Camera.onPreRender
  nameWithType: Camera.onPreRender
  type: Field
- uid: UnityEngine.Camera.opaqueSortMode
  name: opaqueSortMode
  fullName: UnityEngine.Camera.opaqueSortMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-opaqueSortMode.html
  commentId: P:UnityEngine.Camera.opaqueSortMode
  nameWithType: Camera.opaqueSortMode
  type: Property
- uid: UnityEngine.Camera.orthographic
  name: orthographic
  fullName: UnityEngine.Camera.orthographic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-orthographic.html
  commentId: P:UnityEngine.Camera.orthographic
  nameWithType: Camera.orthographic
  type: Property
- uid: UnityEngine.Camera.orthographicSize
  name: orthographicSize
  fullName: UnityEngine.Camera.orthographicSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-orthographicSize.html
  commentId: P:UnityEngine.Camera.orthographicSize
  nameWithType: Camera.orthographicSize
  type: Property
- uid: UnityEngine.Camera.pixelHeight
  name: pixelHeight
  fullName: UnityEngine.Camera.pixelHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-pixelHeight.html
  commentId: P:UnityEngine.Camera.pixelHeight
  nameWithType: Camera.pixelHeight
  type: Property
- uid: UnityEngine.Camera.pixelRect
  name: pixelRect
  fullName: UnityEngine.Camera.pixelRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-pixelRect.html
  commentId: P:UnityEngine.Camera.pixelRect
  nameWithType: Camera.pixelRect
  type: Property
- uid: UnityEngine.Camera.pixelWidth
  name: pixelWidth
  fullName: UnityEngine.Camera.pixelWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-pixelWidth.html
  commentId: P:UnityEngine.Camera.pixelWidth
  nameWithType: Camera.pixelWidth
  type: Property
- uid: UnityEngine.Camera.previousViewProjectionMatrix
  name: previousViewProjectionMatrix
  fullName: UnityEngine.Camera.previousViewProjectionMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-previousViewProjectionMatrix.html
  commentId: P:UnityEngine.Camera.previousViewProjectionMatrix
  nameWithType: Camera.previousViewProjectionMatrix
  type: Property
- uid: UnityEngine.Camera.projectionMatrix
  name: projectionMatrix
  fullName: UnityEngine.Camera.projectionMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-projectionMatrix.html
  commentId: P:UnityEngine.Camera.projectionMatrix
  nameWithType: Camera.projectionMatrix
  type: Property
- uid: UnityEngine.Camera.rect
  name: rect
  fullName: UnityEngine.Camera.rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-rect.html
  commentId: P:UnityEngine.Camera.rect
  nameWithType: Camera.rect
  type: Property
- uid: UnityEngine.Camera.RemoveAllCommandBuffers
  name: RemoveAllCommandBuffers()
  fullName: UnityEngine.Camera.RemoveAllCommandBuffers()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RemoveAllCommandBuffers.html
  commentId: M:UnityEngine.Camera.RemoveAllCommandBuffers
  nameWithType: Camera.RemoveAllCommandBuffers()
  type: Method
- uid: UnityEngine.Camera.RemoveCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer)
  name: RemoveCommandBuffer(CameraEvent, CommandBuffer)
  fullName: UnityEngine.Camera.RemoveCommandBuffer(UnityEngine.Rendering.CameraEvent, UnityEngine.Rendering.CommandBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RemoveCommandBuffer.html
  commentId: M:UnityEngine.Camera.RemoveCommandBuffer(UnityEngine.Rendering.CameraEvent,UnityEngine.Rendering.CommandBuffer)
  nameWithType: Camera.RemoveCommandBuffer(CameraEvent, CommandBuffer)
  type: Method
- uid: UnityEngine.Camera.RemoveCommandBuffers(UnityEngine.Rendering.CameraEvent)
  name: RemoveCommandBuffers(CameraEvent)
  fullName: UnityEngine.Camera.RemoveCommandBuffers(UnityEngine.Rendering.CameraEvent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RemoveCommandBuffers.html
  commentId: M:UnityEngine.Camera.RemoveCommandBuffers(UnityEngine.Rendering.CameraEvent)
  nameWithType: Camera.RemoveCommandBuffers(CameraEvent)
  type: Method
- uid: UnityEngine.Camera.Render
  name: Render()
  fullName: UnityEngine.Camera.Render()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.Render.html
  commentId: M:UnityEngine.Camera.Render
  nameWithType: Camera.Render()
  type: Method
- uid: UnityEngine.Camera.RenderDontRestore
  name: RenderDontRestore()
  fullName: UnityEngine.Camera.RenderDontRestore()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RenderDontRestore.html
  commentId: M:UnityEngine.Camera.RenderDontRestore
  nameWithType: Camera.RenderDontRestore()
  type: Method
- uid: UnityEngine.Camera.renderingPath
  name: renderingPath
  fullName: UnityEngine.Camera.renderingPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-renderingPath.html
  commentId: P:UnityEngine.Camera.renderingPath
  nameWithType: Camera.renderingPath
  type: Property
- uid: UnityEngine.Camera.RenderToCubemap(UnityEngine.Cubemap,System.Int32)
  name: RenderToCubemap(Cubemap, int)
  fullName: UnityEngine.Camera.RenderToCubemap(UnityEngine.Cubemap, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RenderToCubemap.html
  commentId: M:UnityEngine.Camera.RenderToCubemap(UnityEngine.Cubemap,System.Int32)
  nameWithType: Camera.RenderToCubemap(Cubemap, int)
  type: Method
- uid: UnityEngine.Camera.RenderToCubemap(UnityEngine.Cubemap)
  name: RenderToCubemap(Cubemap)
  fullName: UnityEngine.Camera.RenderToCubemap(UnityEngine.Cubemap)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RenderToCubemap.html
  commentId: M:UnityEngine.Camera.RenderToCubemap(UnityEngine.Cubemap)
  nameWithType: Camera.RenderToCubemap(Cubemap)
  type: Method
- uid: UnityEngine.Camera.RenderToCubemap(UnityEngine.RenderTexture,System.Int32)
  name: RenderToCubemap(RenderTexture, int)
  fullName: UnityEngine.Camera.RenderToCubemap(UnityEngine.RenderTexture, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RenderToCubemap.html
  commentId: M:UnityEngine.Camera.RenderToCubemap(UnityEngine.RenderTexture,System.Int32)
  nameWithType: Camera.RenderToCubemap(RenderTexture, int)
  type: Method
- uid: UnityEngine.Camera.RenderToCubemap(UnityEngine.RenderTexture)
  name: RenderToCubemap(RenderTexture)
  fullName: UnityEngine.Camera.RenderToCubemap(UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RenderToCubemap.html
  commentId: M:UnityEngine.Camera.RenderToCubemap(UnityEngine.RenderTexture)
  nameWithType: Camera.RenderToCubemap(RenderTexture)
  type: Method
- uid: UnityEngine.Camera.RenderWithShader(UnityEngine.Shader,System.String)
  name: RenderWithShader(Shader, string)
  fullName: UnityEngine.Camera.RenderWithShader(UnityEngine.Shader, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.RenderWithShader.html
  commentId: M:UnityEngine.Camera.RenderWithShader(UnityEngine.Shader,System.String)
  nameWithType: Camera.RenderWithShader(Shader, string)
  type: Method
- uid: UnityEngine.Camera.ResetAspect
  name: ResetAspect()
  fullName: UnityEngine.Camera.ResetAspect()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetAspect.html
  commentId: M:UnityEngine.Camera.ResetAspect
  nameWithType: Camera.ResetAspect()
  type: Method
- uid: UnityEngine.Camera.ResetCullingMatrix
  name: ResetCullingMatrix()
  fullName: UnityEngine.Camera.ResetCullingMatrix()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetCullingMatrix.html
  commentId: M:UnityEngine.Camera.ResetCullingMatrix
  nameWithType: Camera.ResetCullingMatrix()
  type: Method
- uid: UnityEngine.Camera.ResetFieldOfView
  name: ResetFieldOfView()
  fullName: UnityEngine.Camera.ResetFieldOfView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetFieldOfView.html
  commentId: M:UnityEngine.Camera.ResetFieldOfView
  nameWithType: Camera.ResetFieldOfView()
  type: Method
- uid: UnityEngine.Camera.ResetProjectionMatrix
  name: ResetProjectionMatrix()
  fullName: UnityEngine.Camera.ResetProjectionMatrix()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetProjectionMatrix.html
  commentId: M:UnityEngine.Camera.ResetProjectionMatrix
  nameWithType: Camera.ResetProjectionMatrix()
  type: Method
- uid: UnityEngine.Camera.ResetReplacementShader
  name: ResetReplacementShader()
  fullName: UnityEngine.Camera.ResetReplacementShader()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetReplacementShader.html
  commentId: M:UnityEngine.Camera.ResetReplacementShader
  nameWithType: Camera.ResetReplacementShader()
  type: Method
- uid: UnityEngine.Camera.ResetStereoProjectionMatrices
  name: ResetStereoProjectionMatrices()
  fullName: UnityEngine.Camera.ResetStereoProjectionMatrices()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetStereoProjectionMatrices.html
  commentId: M:UnityEngine.Camera.ResetStereoProjectionMatrices
  nameWithType: Camera.ResetStereoProjectionMatrices()
  type: Method
- uid: UnityEngine.Camera.ResetStereoViewMatrices
  name: ResetStereoViewMatrices()
  fullName: UnityEngine.Camera.ResetStereoViewMatrices()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetStereoViewMatrices.html
  commentId: M:UnityEngine.Camera.ResetStereoViewMatrices
  nameWithType: Camera.ResetStereoViewMatrices()
  type: Method
- uid: UnityEngine.Camera.ResetTransparencySortSettings
  name: ResetTransparencySortSettings()
  fullName: UnityEngine.Camera.ResetTransparencySortSettings()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetTransparencySortSettings.html
  commentId: M:UnityEngine.Camera.ResetTransparencySortSettings
  nameWithType: Camera.ResetTransparencySortSettings()
  type: Method
- uid: UnityEngine.Camera.ResetWorldToCameraMatrix
  name: ResetWorldToCameraMatrix()
  fullName: UnityEngine.Camera.ResetWorldToCameraMatrix()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ResetWorldToCameraMatrix.html
  commentId: M:UnityEngine.Camera.ResetWorldToCameraMatrix
  nameWithType: Camera.ResetWorldToCameraMatrix()
  type: Method
- uid: UnityEngine.Camera.scene
  name: scene
  fullName: UnityEngine.Camera.scene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-scene.html
  commentId: P:UnityEngine.Camera.scene
  nameWithType: Camera.scene
  type: Property
- uid: UnityEngine.Camera.ScreenPointToRay(UnityEngine.Vector3)
  name: ScreenPointToRay(Vector3)
  fullName: UnityEngine.Camera.ScreenPointToRay(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ScreenPointToRay.html
  commentId: M:UnityEngine.Camera.ScreenPointToRay(UnityEngine.Vector3)
  nameWithType: Camera.ScreenPointToRay(Vector3)
  type: Method
- uid: UnityEngine.Camera.ScreenToViewportPoint(UnityEngine.Vector3)
  name: ScreenToViewportPoint(Vector3)
  fullName: UnityEngine.Camera.ScreenToViewportPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ScreenToViewportPoint.html
  commentId: M:UnityEngine.Camera.ScreenToViewportPoint(UnityEngine.Vector3)
  nameWithType: Camera.ScreenToViewportPoint(Vector3)
  type: Method
- uid: UnityEngine.Camera.ScreenToWorldPoint(UnityEngine.Vector3)
  name: ScreenToWorldPoint(Vector3)
  fullName: UnityEngine.Camera.ScreenToWorldPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ScreenToWorldPoint.html
  commentId: M:UnityEngine.Camera.ScreenToWorldPoint(UnityEngine.Vector3)
  nameWithType: Camera.ScreenToWorldPoint(Vector3)
  type: Method
- uid: UnityEngine.Camera.SetReplacementShader(UnityEngine.Shader,System.String)
  name: SetReplacementShader(Shader, string)
  fullName: UnityEngine.Camera.SetReplacementShader(UnityEngine.Shader, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.SetReplacementShader.html
  commentId: M:UnityEngine.Camera.SetReplacementShader(UnityEngine.Shader,System.String)
  nameWithType: Camera.SetReplacementShader(Shader, string)
  type: Method
- uid: UnityEngine.Camera.SetStereoProjectionMatrices(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  name: SetStereoProjectionMatrices(Matrix4x4, Matrix4x4)
  fullName: UnityEngine.Camera.SetStereoProjectionMatrices(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.SetStereoProjectionMatrices.html
  commentId: M:UnityEngine.Camera.SetStereoProjectionMatrices(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  nameWithType: Camera.SetStereoProjectionMatrices(Matrix4x4, Matrix4x4)
  type: Method
- uid: UnityEngine.Camera.SetStereoProjectionMatrix(UnityEngine.Camera.StereoscopicEye,UnityEngine.Matrix4x4)
  name: SetStereoProjectionMatrix(StereoscopicEye, Matrix4x4)
  fullName: UnityEngine.Camera.SetStereoProjectionMatrix(UnityEngine.Camera.StereoscopicEye, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.SetStereoProjectionMatrix.html
  commentId: M:UnityEngine.Camera.SetStereoProjectionMatrix(UnityEngine.Camera.StereoscopicEye,UnityEngine.Matrix4x4)
  nameWithType: Camera.SetStereoProjectionMatrix(Camera.StereoscopicEye, Matrix4x4)
  type: Method
- uid: UnityEngine.Camera.SetStereoViewMatrices(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  name: SetStereoViewMatrices(Matrix4x4, Matrix4x4)
  fullName: UnityEngine.Camera.SetStereoViewMatrices(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.SetStereoViewMatrices.html
  commentId: M:UnityEngine.Camera.SetStereoViewMatrices(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  nameWithType: Camera.SetStereoViewMatrices(Matrix4x4, Matrix4x4)
  type: Method
- uid: UnityEngine.Camera.SetStereoViewMatrix(UnityEngine.Camera.StereoscopicEye,UnityEngine.Matrix4x4)
  name: SetStereoViewMatrix(StereoscopicEye, Matrix4x4)
  fullName: UnityEngine.Camera.SetStereoViewMatrix(UnityEngine.Camera.StereoscopicEye, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.SetStereoViewMatrix.html
  commentId: M:UnityEngine.Camera.SetStereoViewMatrix(UnityEngine.Camera.StereoscopicEye,UnityEngine.Matrix4x4)
  nameWithType: Camera.SetStereoViewMatrix(Camera.StereoscopicEye, Matrix4x4)
  type: Method
- uid: UnityEngine.Camera.SetTargetBuffers(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer)
  name: SetTargetBuffers(RenderBuffer, RenderBuffer)
  fullName: UnityEngine.Camera.SetTargetBuffers(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.SetTargetBuffers.html
  commentId: M:UnityEngine.Camera.SetTargetBuffers(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer)
  nameWithType: Camera.SetTargetBuffers(RenderBuffer, RenderBuffer)
  type: Method
- uid: UnityEngine.Camera.SetTargetBuffers(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer)
  name: SetTargetBuffers(RenderBuffer[], RenderBuffer)
  fullName: UnityEngine.Camera.SetTargetBuffers(UnityEngine.RenderBuffer[], UnityEngine.RenderBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.SetTargetBuffers.html
  commentId: M:UnityEngine.Camera.SetTargetBuffers(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer)
  nameWithType: Camera.SetTargetBuffers(RenderBuffer[], RenderBuffer)
  type: Method
- uid: UnityEngine.Camera.SetupCurrent(UnityEngine.Camera)
  name: SetupCurrent(Camera)
  fullName: UnityEngine.Camera.SetupCurrent(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.SetupCurrent.html
  commentId: M:UnityEngine.Camera.SetupCurrent(UnityEngine.Camera)
  nameWithType: Camera.SetupCurrent(Camera)
  type: Method
- uid: UnityEngine.Camera.stereoActiveEye
  name: stereoActiveEye
  fullName: UnityEngine.Camera.stereoActiveEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-stereoActiveEye.html
  commentId: P:UnityEngine.Camera.stereoActiveEye
  nameWithType: Camera.stereoActiveEye
  type: Property
- uid: UnityEngine.Camera.stereoConvergence
  name: stereoConvergence
  fullName: UnityEngine.Camera.stereoConvergence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-stereoConvergence.html
  commentId: P:UnityEngine.Camera.stereoConvergence
  nameWithType: Camera.stereoConvergence
  type: Property
- uid: UnityEngine.Camera.stereoEnabled
  name: stereoEnabled
  fullName: UnityEngine.Camera.stereoEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-stereoEnabled.html
  commentId: P:UnityEngine.Camera.stereoEnabled
  nameWithType: Camera.stereoEnabled
  type: Property
- uid: UnityEngine.Camera.stereoMirrorMode
  name: stereoMirrorMode
  fullName: UnityEngine.Camera.stereoMirrorMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-stereoMirrorMode.html
  commentId: P:UnityEngine.Camera.stereoMirrorMode
  nameWithType: Camera.stereoMirrorMode
  type: Property
- uid: UnityEngine.Camera.StereoscopicEye
  name: Camera.StereoscopicEye
  fullName: UnityEngine.Camera.StereoscopicEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.StereoscopicEye.html
  commentId: T:UnityEngine.Camera.StereoscopicEye
  nameWithType: Camera.StereoscopicEye
  type: Enum
- uid: UnityEngine.Camera.StereoscopicEye.Left
  name: Left
  fullName: UnityEngine.Camera.StereoscopicEye.Left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.StereoscopicEye.Left.html
  commentId: F:UnityEngine.Camera.StereoscopicEye.Left
  nameWithType: Camera.StereoscopicEye.Left
  type: Field
- uid: UnityEngine.Camera.StereoscopicEye.Right
  name: Right
  fullName: UnityEngine.Camera.StereoscopicEye.Right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.StereoscopicEye.Right.html
  commentId: F:UnityEngine.Camera.StereoscopicEye.Right
  nameWithType: Camera.StereoscopicEye.Right
  type: Field
- uid: UnityEngine.Camera.stereoSeparation
  name: stereoSeparation
  fullName: UnityEngine.Camera.stereoSeparation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-stereoSeparation.html
  commentId: P:UnityEngine.Camera.stereoSeparation
  nameWithType: Camera.stereoSeparation
  type: Property
- uid: UnityEngine.Camera.stereoTargetEye
  name: stereoTargetEye
  fullName: UnityEngine.Camera.stereoTargetEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-stereoTargetEye.html
  commentId: P:UnityEngine.Camera.stereoTargetEye
  nameWithType: Camera.stereoTargetEye
  type: Property
- uid: UnityEngine.Camera.targetDisplay
  name: targetDisplay
  fullName: UnityEngine.Camera.targetDisplay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-targetDisplay.html
  commentId: P:UnityEngine.Camera.targetDisplay
  nameWithType: Camera.targetDisplay
  type: Property
- uid: UnityEngine.Camera.targetTexture
  name: targetTexture
  fullName: UnityEngine.Camera.targetTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-targetTexture.html
  commentId: P:UnityEngine.Camera.targetTexture
  nameWithType: Camera.targetTexture
  type: Property
- uid: UnityEngine.Camera.transparencySortAxis
  name: transparencySortAxis
  fullName: UnityEngine.Camera.transparencySortAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-transparencySortAxis.html
  commentId: P:UnityEngine.Camera.transparencySortAxis
  nameWithType: Camera.transparencySortAxis
  type: Property
- uid: UnityEngine.Camera.transparencySortMode
  name: transparencySortMode
  fullName: UnityEngine.Camera.transparencySortMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-transparencySortMode.html
  commentId: P:UnityEngine.Camera.transparencySortMode
  nameWithType: Camera.transparencySortMode
  type: Property
- uid: UnityEngine.Camera.useJitteredProjectionMatrixForTransparentRendering
  name: useJitteredProjectionMatrixForTransparentRendering
  fullName: UnityEngine.Camera.useJitteredProjectionMatrixForTransparentRendering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-useJitteredProjectionMatrixForTransparentRendering.html
  commentId: P:UnityEngine.Camera.useJitteredProjectionMatrixForTransparentRendering
  nameWithType: Camera.useJitteredProjectionMatrixForTransparentRendering
  type: Property
- uid: UnityEngine.Camera.useOcclusionCulling
  name: useOcclusionCulling
  fullName: UnityEngine.Camera.useOcclusionCulling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-useOcclusionCulling.html
  commentId: P:UnityEngine.Camera.useOcclusionCulling
  nameWithType: Camera.useOcclusionCulling
  type: Property
- uid: UnityEngine.Camera.velocity
  name: velocity
  fullName: UnityEngine.Camera.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-velocity.html
  commentId: P:UnityEngine.Camera.velocity
  nameWithType: Camera.velocity
  type: Property
- uid: UnityEngine.Camera.ViewportPointToRay(UnityEngine.Vector3)
  name: ViewportPointToRay(Vector3)
  fullName: UnityEngine.Camera.ViewportPointToRay(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ViewportPointToRay.html
  commentId: M:UnityEngine.Camera.ViewportPointToRay(UnityEngine.Vector3)
  nameWithType: Camera.ViewportPointToRay(Vector3)
  type: Method
- uid: UnityEngine.Camera.ViewportToScreenPoint(UnityEngine.Vector3)
  name: ViewportToScreenPoint(Vector3)
  fullName: UnityEngine.Camera.ViewportToScreenPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ViewportToScreenPoint.html
  commentId: M:UnityEngine.Camera.ViewportToScreenPoint(UnityEngine.Vector3)
  nameWithType: Camera.ViewportToScreenPoint(Vector3)
  type: Method
- uid: UnityEngine.Camera.ViewportToWorldPoint(UnityEngine.Vector3)
  name: ViewportToWorldPoint(Vector3)
  fullName: UnityEngine.Camera.ViewportToWorldPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.ViewportToWorldPoint.html
  commentId: M:UnityEngine.Camera.ViewportToWorldPoint(UnityEngine.Vector3)
  nameWithType: Camera.ViewportToWorldPoint(Vector3)
  type: Method
- uid: UnityEngine.Camera.worldToCameraMatrix
  name: worldToCameraMatrix
  fullName: UnityEngine.Camera.worldToCameraMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera-worldToCameraMatrix.html
  commentId: P:UnityEngine.Camera.worldToCameraMatrix
  nameWithType: Camera.worldToCameraMatrix
  type: Property
- uid: UnityEngine.Camera.WorldToScreenPoint(UnityEngine.Vector3)
  name: WorldToScreenPoint(Vector3)
  fullName: UnityEngine.Camera.WorldToScreenPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.WorldToScreenPoint.html
  commentId: M:UnityEngine.Camera.WorldToScreenPoint(UnityEngine.Vector3)
  nameWithType: Camera.WorldToScreenPoint(Vector3)
  type: Method
- uid: UnityEngine.Camera.WorldToViewportPoint(UnityEngine.Vector3)
  name: WorldToViewportPoint(Vector3)
  fullName: UnityEngine.Camera.WorldToViewportPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Camera.WorldToViewportPoint.html
  commentId: M:UnityEngine.Camera.WorldToViewportPoint(UnityEngine.Vector3)
  nameWithType: Camera.WorldToViewportPoint(Vector3)
  type: Method
- uid: UnityEngine.CameraClearFlags
  name: CameraClearFlags
  fullName: UnityEngine.CameraClearFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraClearFlags.html
  commentId: T:UnityEngine.CameraClearFlags
  nameWithType: CameraClearFlags
  type: Enum
- uid: UnityEngine.CameraClearFlags.Color
  name: Color
  fullName: UnityEngine.CameraClearFlags.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraClearFlags.Color.html
  commentId: F:UnityEngine.CameraClearFlags.Color
  nameWithType: CameraClearFlags.Color
  type: Field
- uid: UnityEngine.CameraClearFlags.Depth
  name: Depth
  fullName: UnityEngine.CameraClearFlags.Depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraClearFlags.Depth.html
  commentId: F:UnityEngine.CameraClearFlags.Depth
  nameWithType: CameraClearFlags.Depth
  type: Field
- uid: UnityEngine.CameraClearFlags.Nothing
  name: Nothing
  fullName: UnityEngine.CameraClearFlags.Nothing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraClearFlags.Nothing.html
  commentId: F:UnityEngine.CameraClearFlags.Nothing
  nameWithType: CameraClearFlags.Nothing
  type: Field
- uid: UnityEngine.CameraClearFlags.Skybox
  name: Skybox
  fullName: UnityEngine.CameraClearFlags.Skybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraClearFlags.Skybox.html
  commentId: F:UnityEngine.CameraClearFlags.Skybox
  nameWithType: CameraClearFlags.Skybox
  type: Field
- uid: UnityEngine.CameraClearFlags.SolidColor
  name: SolidColor
  fullName: UnityEngine.CameraClearFlags.SolidColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraClearFlags.SolidColor.html
  commentId: F:UnityEngine.CameraClearFlags.SolidColor
  nameWithType: CameraClearFlags.SolidColor
  type: Field
- uid: UnityEngine.CameraType
  name: CameraType
  fullName: UnityEngine.CameraType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraType.html
  commentId: T:UnityEngine.CameraType
  nameWithType: CameraType
  type: Enum
- uid: UnityEngine.CameraType.Game
  name: Game
  fullName: UnityEngine.CameraType.Game
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraType.Game.html
  commentId: F:UnityEngine.CameraType.Game
  nameWithType: CameraType.Game
  type: Field
- uid: UnityEngine.CameraType.Preview
  name: Preview
  fullName: UnityEngine.CameraType.Preview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraType.Preview.html
  commentId: F:UnityEngine.CameraType.Preview
  nameWithType: CameraType.Preview
  type: Field
- uid: UnityEngine.CameraType.Reflection
  name: Reflection
  fullName: UnityEngine.CameraType.Reflection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraType.Reflection.html
  commentId: F:UnityEngine.CameraType.Reflection
  nameWithType: CameraType.Reflection
  type: Field
- uid: UnityEngine.CameraType.SceneView
  name: SceneView
  fullName: UnityEngine.CameraType.SceneView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraType.SceneView.html
  commentId: F:UnityEngine.CameraType.SceneView
  nameWithType: CameraType.SceneView
  type: Field
- uid: UnityEngine.CameraType.VR
  name: VR
  fullName: UnityEngine.CameraType.VR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CameraType.VR.html
  commentId: F:UnityEngine.CameraType.VR
  nameWithType: CameraType.VR
  type: Field
- uid: UnityEngine.Canvas
  name: Canvas
  fullName: UnityEngine.Canvas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas.html
  commentId: T:UnityEngine.Canvas
  nameWithType: Canvas
  type: Class
- uid: UnityEngine.Canvas.additionalShaderChannels
  name: additionalShaderChannels
  fullName: UnityEngine.Canvas.additionalShaderChannels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-additionalShaderChannels.html
  commentId: P:UnityEngine.Canvas.additionalShaderChannels
  nameWithType: Canvas.additionalShaderChannels
  type: Property
- uid: UnityEngine.Canvas.cachedSortingLayerValue
  name: cachedSortingLayerValue
  fullName: UnityEngine.Canvas.cachedSortingLayerValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-cachedSortingLayerValue.html
  commentId: P:UnityEngine.Canvas.cachedSortingLayerValue
  nameWithType: Canvas.cachedSortingLayerValue
  type: Property
- uid: UnityEngine.Canvas.ForceUpdateCanvases
  name: ForceUpdateCanvases()
  fullName: UnityEngine.Canvas.ForceUpdateCanvases()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas.ForceUpdateCanvases.html
  commentId: M:UnityEngine.Canvas.ForceUpdateCanvases
  nameWithType: Canvas.ForceUpdateCanvases()
  type: Method
- uid: UnityEngine.Canvas.GetDefaultCanvasMaterial
  name: GetDefaultCanvasMaterial()
  fullName: UnityEngine.Canvas.GetDefaultCanvasMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas.GetDefaultCanvasMaterial.html
  commentId: M:UnityEngine.Canvas.GetDefaultCanvasMaterial
  nameWithType: Canvas.GetDefaultCanvasMaterial()
  type: Method
- uid: UnityEngine.Canvas.GetDefaultCanvasTextMaterial
  name: GetDefaultCanvasTextMaterial()
  fullName: UnityEngine.Canvas.GetDefaultCanvasTextMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas.GetDefaultCanvasTextMaterial.html
  commentId: M:UnityEngine.Canvas.GetDefaultCanvasTextMaterial
  nameWithType: Canvas.GetDefaultCanvasTextMaterial()
  type: Method
- uid: UnityEngine.Canvas.GetETC1SupportedCanvasMaterial
  name: GetETC1SupportedCanvasMaterial()
  fullName: UnityEngine.Canvas.GetETC1SupportedCanvasMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas.GetETC1SupportedCanvasMaterial.html
  commentId: M:UnityEngine.Canvas.GetETC1SupportedCanvasMaterial
  nameWithType: Canvas.GetETC1SupportedCanvasMaterial()
  type: Method
- uid: UnityEngine.Canvas.isRootCanvas
  name: isRootCanvas
  fullName: UnityEngine.Canvas.isRootCanvas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-isRootCanvas.html
  commentId: P:UnityEngine.Canvas.isRootCanvas
  nameWithType: Canvas.isRootCanvas
  type: Property
- uid: UnityEngine.Canvas.normalizedSortingGridSize
  name: normalizedSortingGridSize
  fullName: UnityEngine.Canvas.normalizedSortingGridSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-normalizedSortingGridSize.html
  commentId: P:UnityEngine.Canvas.normalizedSortingGridSize
  nameWithType: Canvas.normalizedSortingGridSize
  type: Property
- uid: UnityEngine.Canvas.overridePixelPerfect
  name: overridePixelPerfect
  fullName: UnityEngine.Canvas.overridePixelPerfect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-overridePixelPerfect.html
  commentId: P:UnityEngine.Canvas.overridePixelPerfect
  nameWithType: Canvas.overridePixelPerfect
  type: Property
- uid: UnityEngine.Canvas.overrideSorting
  name: overrideSorting
  fullName: UnityEngine.Canvas.overrideSorting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-overrideSorting.html
  commentId: P:UnityEngine.Canvas.overrideSorting
  nameWithType: Canvas.overrideSorting
  type: Property
- uid: UnityEngine.Canvas.pixelPerfect
  name: pixelPerfect
  fullName: UnityEngine.Canvas.pixelPerfect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-pixelPerfect.html
  commentId: P:UnityEngine.Canvas.pixelPerfect
  nameWithType: Canvas.pixelPerfect
  type: Property
- uid: UnityEngine.Canvas.pixelRect
  name: pixelRect
  fullName: UnityEngine.Canvas.pixelRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-pixelRect.html
  commentId: P:UnityEngine.Canvas.pixelRect
  nameWithType: Canvas.pixelRect
  type: Property
- uid: UnityEngine.Canvas.planeDistance
  name: planeDistance
  fullName: UnityEngine.Canvas.planeDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-planeDistance.html
  commentId: P:UnityEngine.Canvas.planeDistance
  nameWithType: Canvas.planeDistance
  type: Property
- uid: UnityEngine.Canvas.referencePixelsPerUnit
  name: referencePixelsPerUnit
  fullName: UnityEngine.Canvas.referencePixelsPerUnit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-referencePixelsPerUnit.html
  commentId: P:UnityEngine.Canvas.referencePixelsPerUnit
  nameWithType: Canvas.referencePixelsPerUnit
  type: Property
- uid: UnityEngine.Canvas.renderMode
  name: renderMode
  fullName: UnityEngine.Canvas.renderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-renderMode.html
  commentId: P:UnityEngine.Canvas.renderMode
  nameWithType: Canvas.renderMode
  type: Property
- uid: UnityEngine.Canvas.renderOrder
  name: renderOrder
  fullName: UnityEngine.Canvas.renderOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-renderOrder.html
  commentId: P:UnityEngine.Canvas.renderOrder
  nameWithType: Canvas.renderOrder
  type: Property
- uid: UnityEngine.Canvas.rootCanvas
  name: rootCanvas
  fullName: UnityEngine.Canvas.rootCanvas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-rootCanvas.html
  commentId: P:UnityEngine.Canvas.rootCanvas
  nameWithType: Canvas.rootCanvas
  type: Property
- uid: UnityEngine.Canvas.scaleFactor
  name: scaleFactor
  fullName: UnityEngine.Canvas.scaleFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-scaleFactor.html
  commentId: P:UnityEngine.Canvas.scaleFactor
  nameWithType: Canvas.scaleFactor
  type: Property
- uid: UnityEngine.Canvas.sortingGridNormalizedSize
  name: sortingGridNormalizedSize
  fullName: UnityEngine.Canvas.sortingGridNormalizedSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-sortingGridNormalizedSize.html
  commentId: P:UnityEngine.Canvas.sortingGridNormalizedSize
  nameWithType: Canvas.sortingGridNormalizedSize
  type: Property
- uid: UnityEngine.Canvas.sortingLayerID
  name: sortingLayerID
  fullName: UnityEngine.Canvas.sortingLayerID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-sortingLayerID.html
  commentId: P:UnityEngine.Canvas.sortingLayerID
  nameWithType: Canvas.sortingLayerID
  type: Property
- uid: UnityEngine.Canvas.sortingLayerName
  name: sortingLayerName
  fullName: UnityEngine.Canvas.sortingLayerName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-sortingLayerName.html
  commentId: P:UnityEngine.Canvas.sortingLayerName
  nameWithType: Canvas.sortingLayerName
  type: Property
- uid: UnityEngine.Canvas.sortingOrder
  name: sortingOrder
  fullName: UnityEngine.Canvas.sortingOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-sortingOrder.html
  commentId: P:UnityEngine.Canvas.sortingOrder
  nameWithType: Canvas.sortingOrder
  type: Property
- uid: UnityEngine.Canvas.targetDisplay
  name: targetDisplay
  fullName: UnityEngine.Canvas.targetDisplay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-targetDisplay.html
  commentId: P:UnityEngine.Canvas.targetDisplay
  nameWithType: Canvas.targetDisplay
  type: Property
- uid: UnityEngine.Canvas.willRenderCanvases
  name: willRenderCanvases
  fullName: UnityEngine.Canvas.willRenderCanvases
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-willRenderCanvases.html
  commentId: E:UnityEngine.Canvas.willRenderCanvases
  nameWithType: Canvas.willRenderCanvases
  type: Event
- uid: UnityEngine.Canvas.WillRenderCanvases
  name: Canvas.WillRenderCanvases
  fullName: UnityEngine.Canvas.WillRenderCanvases
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas.WillRenderCanvases.html
  commentId: T:UnityEngine.Canvas.WillRenderCanvases
  nameWithType: Canvas.WillRenderCanvases
  type: Delegate
- uid: UnityEngine.Canvas.worldCamera
  name: worldCamera
  fullName: UnityEngine.Canvas.worldCamera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Canvas-worldCamera.html
  commentId: P:UnityEngine.Canvas.worldCamera
  nameWithType: Canvas.worldCamera
  type: Property
- uid: UnityEngine.CanvasGroup
  name: CanvasGroup
  fullName: UnityEngine.CanvasGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasGroup.html
  commentId: T:UnityEngine.CanvasGroup
  nameWithType: CanvasGroup
  type: Class
- uid: UnityEngine.CanvasGroup.alpha
  name: alpha
  fullName: UnityEngine.CanvasGroup.alpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasGroup-alpha.html
  commentId: P:UnityEngine.CanvasGroup.alpha
  nameWithType: CanvasGroup.alpha
  type: Property
- uid: UnityEngine.CanvasGroup.blocksRaycasts
  name: blocksRaycasts
  fullName: UnityEngine.CanvasGroup.blocksRaycasts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasGroup-blocksRaycasts.html
  commentId: P:UnityEngine.CanvasGroup.blocksRaycasts
  nameWithType: CanvasGroup.blocksRaycasts
  type: Property
- uid: UnityEngine.CanvasGroup.ignoreParentGroups
  name: ignoreParentGroups
  fullName: UnityEngine.CanvasGroup.ignoreParentGroups
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasGroup-ignoreParentGroups.html
  commentId: P:UnityEngine.CanvasGroup.ignoreParentGroups
  nameWithType: CanvasGroup.ignoreParentGroups
  type: Property
- uid: UnityEngine.CanvasGroup.interactable
  name: interactable
  fullName: UnityEngine.CanvasGroup.interactable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasGroup-interactable.html
  commentId: P:UnityEngine.CanvasGroup.interactable
  nameWithType: CanvasGroup.interactable
  type: Property
- uid: UnityEngine.CanvasGroup.IsRaycastLocationValid(UnityEngine.Vector2,UnityEngine.Camera)
  name: IsRaycastLocationValid(Vector2, Camera)
  fullName: UnityEngine.CanvasGroup.IsRaycastLocationValid(UnityEngine.Vector2, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasGroup.IsRaycastLocationValid.html
  commentId: M:UnityEngine.CanvasGroup.IsRaycastLocationValid(UnityEngine.Vector2,UnityEngine.Camera)
  nameWithType: CanvasGroup.IsRaycastLocationValid(Vector2, Camera)
  type: Method
- uid: UnityEngine.CanvasRenderer
  name: CanvasRenderer
  fullName: UnityEngine.CanvasRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.html
  commentId: T:UnityEngine.CanvasRenderer
  nameWithType: CanvasRenderer
  type: Class
- uid: UnityEngine.CanvasRenderer.absoluteDepth
  name: absoluteDepth
  fullName: UnityEngine.CanvasRenderer.absoluteDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-absoluteDepth.html
  commentId: P:UnityEngine.CanvasRenderer.absoluteDepth
  nameWithType: CanvasRenderer.absoluteDepth
  type: Property
- uid: UnityEngine.CanvasRenderer.AddUIVertexStream(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4})
  name: AddUIVertexStream(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>)
  fullName: UnityEngine.CanvasRenderer.AddUIVertexStream(System.Collections.Generic.List<UnityEngine.UIVertex>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Color32>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.AddUIVertexStream.html
  commentId: M:UnityEngine.CanvasRenderer.AddUIVertexStream(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: CanvasRenderer.AddUIVertexStream(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>)
  type: Method
- uid: UnityEngine.CanvasRenderer.AddUIVertexStream(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4})
  name: AddUIVertexStream(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>)
  fullName: UnityEngine.CanvasRenderer.AddUIVertexStream(System.Collections.Generic.List<UnityEngine.UIVertex>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Color32>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.AddUIVertexStream.html
  commentId: M:UnityEngine.CanvasRenderer.AddUIVertexStream(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: CanvasRenderer.AddUIVertexStream(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>)
  type: Method
- uid: UnityEngine.CanvasRenderer.Clear
  name: Clear()
  fullName: UnityEngine.CanvasRenderer.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.Clear.html
  commentId: M:UnityEngine.CanvasRenderer.Clear
  nameWithType: CanvasRenderer.Clear()
  type: Method
- uid: UnityEngine.CanvasRenderer.CreateUIVertexStream(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4},System.Collections.Generic.List{System.Int32})
  name: CreateUIVertexStream(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>, List<int>)
  fullName: UnityEngine.CanvasRenderer.CreateUIVertexStream(System.Collections.Generic.List<UnityEngine.UIVertex>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Color32>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Vector4>, System.Collections.Generic.List<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.CreateUIVertexStream.html
  commentId: M:UnityEngine.CanvasRenderer.CreateUIVertexStream(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4},System.Collections.Generic.List{System.Int32})
  nameWithType: CanvasRenderer.CreateUIVertexStream(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>, List<int>)
  type: Method
- uid: UnityEngine.CanvasRenderer.CreateUIVertexStream(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4},System.Collections.Generic.List{System.Int32})
  name: CreateUIVertexStream(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>, List<int>)
  fullName: UnityEngine.CanvasRenderer.CreateUIVertexStream(System.Collections.Generic.List<UnityEngine.UIVertex>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Color32>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Vector4>, System.Collections.Generic.List<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.CreateUIVertexStream.html
  commentId: M:UnityEngine.CanvasRenderer.CreateUIVertexStream(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4},System.Collections.Generic.List{System.Int32})
  nameWithType: CanvasRenderer.CreateUIVertexStream(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>, List<int>)
  type: Method
- uid: UnityEngine.CanvasRenderer.cull
  name: cull
  fullName: UnityEngine.CanvasRenderer.cull
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-cull.html
  commentId: P:UnityEngine.CanvasRenderer.cull
  nameWithType: CanvasRenderer.cull
  type: Property
- uid: UnityEngine.CanvasRenderer.DisableRectClipping
  name: DisableRectClipping()
  fullName: UnityEngine.CanvasRenderer.DisableRectClipping()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.DisableRectClipping.html
  commentId: M:UnityEngine.CanvasRenderer.DisableRectClipping
  nameWithType: CanvasRenderer.DisableRectClipping()
  type: Method
- uid: UnityEngine.CanvasRenderer.EnableRectClipping(UnityEngine.Rect)
  name: EnableRectClipping(Rect)
  fullName: UnityEngine.CanvasRenderer.EnableRectClipping(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.EnableRectClipping.html
  commentId: M:UnityEngine.CanvasRenderer.EnableRectClipping(UnityEngine.Rect)
  nameWithType: CanvasRenderer.EnableRectClipping(Rect)
  type: Method
- uid: UnityEngine.CanvasRenderer.GetAlpha
  name: GetAlpha()
  fullName: UnityEngine.CanvasRenderer.GetAlpha()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.GetAlpha.html
  commentId: M:UnityEngine.CanvasRenderer.GetAlpha
  nameWithType: CanvasRenderer.GetAlpha()
  type: Method
- uid: UnityEngine.CanvasRenderer.GetColor
  name: GetColor()
  fullName: UnityEngine.CanvasRenderer.GetColor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.GetColor.html
  commentId: M:UnityEngine.CanvasRenderer.GetColor
  nameWithType: CanvasRenderer.GetColor()
  type: Method
- uid: UnityEngine.CanvasRenderer.GetMaterial
  name: GetMaterial()
  fullName: UnityEngine.CanvasRenderer.GetMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.GetMaterial.html
  commentId: M:UnityEngine.CanvasRenderer.GetMaterial
  nameWithType: CanvasRenderer.GetMaterial()
  type: Method
- uid: UnityEngine.CanvasRenderer.GetMaterial(System.Int32)
  name: GetMaterial(int)
  fullName: UnityEngine.CanvasRenderer.GetMaterial(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.GetMaterial.html
  commentId: M:UnityEngine.CanvasRenderer.GetMaterial(System.Int32)
  nameWithType: CanvasRenderer.GetMaterial(int)
  type: Method
- uid: UnityEngine.CanvasRenderer.GetPopMaterial(System.Int32)
  name: GetPopMaterial(int)
  fullName: UnityEngine.CanvasRenderer.GetPopMaterial(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.GetPopMaterial.html
  commentId: M:UnityEngine.CanvasRenderer.GetPopMaterial(System.Int32)
  nameWithType: CanvasRenderer.GetPopMaterial(int)
  type: Method
- uid: UnityEngine.CanvasRenderer.hasMoved
  name: hasMoved
  fullName: UnityEngine.CanvasRenderer.hasMoved
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-hasMoved.html
  commentId: P:UnityEngine.CanvasRenderer.hasMoved
  nameWithType: CanvasRenderer.hasMoved
  type: Property
- uid: UnityEngine.CanvasRenderer.hasPopInstruction
  name: hasPopInstruction
  fullName: UnityEngine.CanvasRenderer.hasPopInstruction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-hasPopInstruction.html
  commentId: P:UnityEngine.CanvasRenderer.hasPopInstruction
  nameWithType: CanvasRenderer.hasPopInstruction
  type: Property
- uid: UnityEngine.CanvasRenderer.hasRectClipping
  name: hasRectClipping
  fullName: UnityEngine.CanvasRenderer.hasRectClipping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-hasRectClipping.html
  commentId: P:UnityEngine.CanvasRenderer.hasRectClipping
  nameWithType: CanvasRenderer.hasRectClipping
  type: Property
- uid: UnityEngine.CanvasRenderer.isMask
  name: isMask
  fullName: UnityEngine.CanvasRenderer.isMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-isMask.html
  commentId: P:UnityEngine.CanvasRenderer.isMask
  nameWithType: CanvasRenderer.isMask
  type: Property
- uid: UnityEngine.CanvasRenderer.materialCount
  name: materialCount
  fullName: UnityEngine.CanvasRenderer.materialCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-materialCount.html
  commentId: P:UnityEngine.CanvasRenderer.materialCount
  nameWithType: CanvasRenderer.materialCount
  type: Property
- uid: UnityEngine.CanvasRenderer.onRequestRebuild
  name: onRequestRebuild
  fullName: UnityEngine.CanvasRenderer.onRequestRebuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-onRequestRebuild.html
  commentId: E:UnityEngine.CanvasRenderer.onRequestRebuild
  nameWithType: CanvasRenderer.onRequestRebuild
  type: Event
- uid: UnityEngine.CanvasRenderer.OnRequestRebuild
  name: CanvasRenderer.OnRequestRebuild
  fullName: UnityEngine.CanvasRenderer.OnRequestRebuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.OnRequestRebuild.html
  commentId: T:UnityEngine.CanvasRenderer.OnRequestRebuild
  nameWithType: CanvasRenderer.OnRequestRebuild
  type: Delegate
- uid: UnityEngine.CanvasRenderer.popMaterialCount
  name: popMaterialCount
  fullName: UnityEngine.CanvasRenderer.popMaterialCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-popMaterialCount.html
  commentId: P:UnityEngine.CanvasRenderer.popMaterialCount
  nameWithType: CanvasRenderer.popMaterialCount
  type: Property
- uid: UnityEngine.CanvasRenderer.relativeDepth
  name: relativeDepth
  fullName: UnityEngine.CanvasRenderer.relativeDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer-relativeDepth.html
  commentId: P:UnityEngine.CanvasRenderer.relativeDepth
  nameWithType: CanvasRenderer.relativeDepth
  type: Property
- uid: UnityEngine.CanvasRenderer.SetAlpha(System.Single)
  name: SetAlpha(float)
  fullName: UnityEngine.CanvasRenderer.SetAlpha(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetAlpha.html
  commentId: M:UnityEngine.CanvasRenderer.SetAlpha(System.Single)
  nameWithType: CanvasRenderer.SetAlpha(float)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetAlphaTexture(UnityEngine.Texture)
  name: SetAlphaTexture(Texture)
  fullName: UnityEngine.CanvasRenderer.SetAlphaTexture(UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetAlphaTexture.html
  commentId: M:UnityEngine.CanvasRenderer.SetAlphaTexture(UnityEngine.Texture)
  nameWithType: CanvasRenderer.SetAlphaTexture(Texture)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetColor(UnityEngine.Color)
  name: SetColor(Color)
  fullName: UnityEngine.CanvasRenderer.SetColor(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetColor.html
  commentId: M:UnityEngine.CanvasRenderer.SetColor(UnityEngine.Color)
  nameWithType: CanvasRenderer.SetColor(Color)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetMaterial(UnityEngine.Material,System.Int32)
  name: SetMaterial(Material, int)
  fullName: UnityEngine.CanvasRenderer.SetMaterial(UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetMaterial.html
  commentId: M:UnityEngine.CanvasRenderer.SetMaterial(UnityEngine.Material,System.Int32)
  nameWithType: CanvasRenderer.SetMaterial(Material, int)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetMaterial(UnityEngine.Material,UnityEngine.Texture)
  name: SetMaterial(Material, Texture)
  fullName: UnityEngine.CanvasRenderer.SetMaterial(UnityEngine.Material, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetMaterial.html
  commentId: M:UnityEngine.CanvasRenderer.SetMaterial(UnityEngine.Material,UnityEngine.Texture)
  nameWithType: CanvasRenderer.SetMaterial(Material, Texture)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetMesh(UnityEngine.Mesh)
  name: SetMesh(Mesh)
  fullName: UnityEngine.CanvasRenderer.SetMesh(UnityEngine.Mesh)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetMesh.html
  commentId: M:UnityEngine.CanvasRenderer.SetMesh(UnityEngine.Mesh)
  nameWithType: CanvasRenderer.SetMesh(Mesh)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetPopMaterial(UnityEngine.Material,System.Int32)
  name: SetPopMaterial(Material, int)
  fullName: UnityEngine.CanvasRenderer.SetPopMaterial(UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetPopMaterial.html
  commentId: M:UnityEngine.CanvasRenderer.SetPopMaterial(UnityEngine.Material,System.Int32)
  nameWithType: CanvasRenderer.SetPopMaterial(Material, int)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetTexture(UnityEngine.Texture)
  name: SetTexture(Texture)
  fullName: UnityEngine.CanvasRenderer.SetTexture(UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetTexture.html
  commentId: M:UnityEngine.CanvasRenderer.SetTexture(UnityEngine.Texture)
  nameWithType: CanvasRenderer.SetTexture(Texture)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetVertices(System.Collections.Generic.List{UnityEngine.UIVertex})
  name: SetVertices(List<UIVertex>)
  fullName: UnityEngine.CanvasRenderer.SetVertices(System.Collections.Generic.List<UnityEngine.UIVertex>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetVertices.html
  commentId: M:UnityEngine.CanvasRenderer.SetVertices(System.Collections.Generic.List{UnityEngine.UIVertex})
  nameWithType: CanvasRenderer.SetVertices(List<UIVertex>)
  type: Method
- uid: UnityEngine.CanvasRenderer.SetVertices(UnityEngine.UIVertex[],System.Int32)
  name: SetVertices(UIVertex[], int)
  fullName: UnityEngine.CanvasRenderer.SetVertices(UnityEngine.UIVertex[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SetVertices.html
  commentId: M:UnityEngine.CanvasRenderer.SetVertices(UnityEngine.UIVertex[],System.Int32)
  nameWithType: CanvasRenderer.SetVertices(UIVertex[], int)
  type: Method
- uid: UnityEngine.CanvasRenderer.SplitUIVertexStreams(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4},System.Collections.Generic.List{System.Int32})
  name: SplitUIVertexStreams(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>, List<int>)
  fullName: UnityEngine.CanvasRenderer.SplitUIVertexStreams(System.Collections.Generic.List<UnityEngine.UIVertex>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Color32>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Vector4>, System.Collections.Generic.List<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SplitUIVertexStreams.html
  commentId: M:UnityEngine.CanvasRenderer.SplitUIVertexStreams(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4},System.Collections.Generic.List{System.Int32})
  nameWithType: CanvasRenderer.SplitUIVertexStreams(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>, List<int>)
  type: Method
- uid: UnityEngine.CanvasRenderer.SplitUIVertexStreams(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4},System.Collections.Generic.List{System.Int32})
  name: SplitUIVertexStreams(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>, List<int>)
  fullName: UnityEngine.CanvasRenderer.SplitUIVertexStreams(System.Collections.Generic.List<UnityEngine.UIVertex>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Color32>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector2>, System.Collections.Generic.List<UnityEngine.Vector3>, System.Collections.Generic.List<UnityEngine.Vector4>, System.Collections.Generic.List<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CanvasRenderer.SplitUIVertexStreams.html
  commentId: M:UnityEngine.CanvasRenderer.SplitUIVertexStreams(System.Collections.Generic.List{UnityEngine.UIVertex},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Color32},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector2},System.Collections.Generic.List{UnityEngine.Vector3},System.Collections.Generic.List{UnityEngine.Vector4},System.Collections.Generic.List{System.Int32})
  nameWithType: CanvasRenderer.SplitUIVertexStreams(List<UIVertex>, List<Vector3>, List<Color32>, List<Vector2>, List<Vector2>, List<Vector3>, List<Vector4>, List<int>)
  type: Method
- uid: UnityEngine.CapsuleCollider
  name: CapsuleCollider
  fullName: UnityEngine.CapsuleCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleCollider.html
  commentId: T:UnityEngine.CapsuleCollider
  nameWithType: CapsuleCollider
  type: Class
- uid: UnityEngine.CapsuleCollider.center
  name: center
  fullName: UnityEngine.CapsuleCollider.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleCollider-center.html
  commentId: P:UnityEngine.CapsuleCollider.center
  nameWithType: CapsuleCollider.center
  type: Property
- uid: UnityEngine.CapsuleCollider.direction
  name: direction
  fullName: UnityEngine.CapsuleCollider.direction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleCollider-direction.html
  commentId: P:UnityEngine.CapsuleCollider.direction
  nameWithType: CapsuleCollider.direction
  type: Property
- uid: UnityEngine.CapsuleCollider.height
  name: height
  fullName: UnityEngine.CapsuleCollider.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleCollider-height.html
  commentId: P:UnityEngine.CapsuleCollider.height
  nameWithType: CapsuleCollider.height
  type: Property
- uid: UnityEngine.CapsuleCollider.radius
  name: radius
  fullName: UnityEngine.CapsuleCollider.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleCollider-radius.html
  commentId: P:UnityEngine.CapsuleCollider.radius
  nameWithType: CapsuleCollider.radius
  type: Property
- uid: UnityEngine.CapsuleCollider2D
  name: CapsuleCollider2D
  fullName: UnityEngine.CapsuleCollider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleCollider2D.html
  commentId: T:UnityEngine.CapsuleCollider2D
  nameWithType: CapsuleCollider2D
  type: Class
- uid: UnityEngine.CapsuleCollider2D.direction
  name: direction
  fullName: UnityEngine.CapsuleCollider2D.direction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleCollider2D-direction.html
  commentId: P:UnityEngine.CapsuleCollider2D.direction
  nameWithType: CapsuleCollider2D.direction
  type: Property
- uid: UnityEngine.CapsuleCollider2D.size
  name: size
  fullName: UnityEngine.CapsuleCollider2D.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleCollider2D-size.html
  commentId: P:UnityEngine.CapsuleCollider2D.size
  nameWithType: CapsuleCollider2D.size
  type: Property
- uid: UnityEngine.CapsuleDirection2D
  name: CapsuleDirection2D
  fullName: UnityEngine.CapsuleDirection2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleDirection2D.html
  commentId: T:UnityEngine.CapsuleDirection2D
  nameWithType: CapsuleDirection2D
  type: Enum
- uid: UnityEngine.CapsuleDirection2D.Horizontal
  name: Horizontal
  fullName: UnityEngine.CapsuleDirection2D.Horizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleDirection2D.Horizontal.html
  commentId: F:UnityEngine.CapsuleDirection2D.Horizontal
  nameWithType: CapsuleDirection2D.Horizontal
  type: Field
- uid: UnityEngine.CapsuleDirection2D.Vertical
  name: Vertical
  fullName: UnityEngine.CapsuleDirection2D.Vertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CapsuleDirection2D.Vertical.html
  commentId: F:UnityEngine.CapsuleDirection2D.Vertical
  nameWithType: CapsuleDirection2D.Vertical
  type: Field
- uid: UnityEngine.CharacterController
  name: CharacterController
  fullName: UnityEngine.CharacterController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController.html
  commentId: T:UnityEngine.CharacterController
  nameWithType: CharacterController
  type: Class
- uid: UnityEngine.CharacterController.center
  name: center
  fullName: UnityEngine.CharacterController.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-center.html
  commentId: P:UnityEngine.CharacterController.center
  nameWithType: CharacterController.center
  type: Property
- uid: UnityEngine.CharacterController.collisionFlags
  name: collisionFlags
  fullName: UnityEngine.CharacterController.collisionFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-collisionFlags.html
  commentId: P:UnityEngine.CharacterController.collisionFlags
  nameWithType: CharacterController.collisionFlags
  type: Property
- uid: UnityEngine.CharacterController.detectCollisions
  name: detectCollisions
  fullName: UnityEngine.CharacterController.detectCollisions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-detectCollisions.html
  commentId: P:UnityEngine.CharacterController.detectCollisions
  nameWithType: CharacterController.detectCollisions
  type: Property
- uid: UnityEngine.CharacterController.enableOverlapRecovery
  name: enableOverlapRecovery
  fullName: UnityEngine.CharacterController.enableOverlapRecovery
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-enableOverlapRecovery.html
  commentId: P:UnityEngine.CharacterController.enableOverlapRecovery
  nameWithType: CharacterController.enableOverlapRecovery
  type: Property
- uid: UnityEngine.CharacterController.height
  name: height
  fullName: UnityEngine.CharacterController.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-height.html
  commentId: P:UnityEngine.CharacterController.height
  nameWithType: CharacterController.height
  type: Property
- uid: UnityEngine.CharacterController.isGrounded
  name: isGrounded
  fullName: UnityEngine.CharacterController.isGrounded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-isGrounded.html
  commentId: P:UnityEngine.CharacterController.isGrounded
  nameWithType: CharacterController.isGrounded
  type: Property
- uid: UnityEngine.CharacterController.minMoveDistance
  name: minMoveDistance
  fullName: UnityEngine.CharacterController.minMoveDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-minMoveDistance.html
  commentId: P:UnityEngine.CharacterController.minMoveDistance
  nameWithType: CharacterController.minMoveDistance
  type: Property
- uid: UnityEngine.CharacterController.Move(UnityEngine.Vector3)
  name: Move(Vector3)
  fullName: UnityEngine.CharacterController.Move(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController.Move.html
  commentId: M:UnityEngine.CharacterController.Move(UnityEngine.Vector3)
  nameWithType: CharacterController.Move(Vector3)
  type: Method
- uid: UnityEngine.CharacterController.radius
  name: radius
  fullName: UnityEngine.CharacterController.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-radius.html
  commentId: P:UnityEngine.CharacterController.radius
  nameWithType: CharacterController.radius
  type: Property
- uid: UnityEngine.CharacterController.SimpleMove(UnityEngine.Vector3)
  name: SimpleMove(Vector3)
  fullName: UnityEngine.CharacterController.SimpleMove(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController.SimpleMove.html
  commentId: M:UnityEngine.CharacterController.SimpleMove(UnityEngine.Vector3)
  nameWithType: CharacterController.SimpleMove(Vector3)
  type: Method
- uid: UnityEngine.CharacterController.skinWidth
  name: skinWidth
  fullName: UnityEngine.CharacterController.skinWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-skinWidth.html
  commentId: P:UnityEngine.CharacterController.skinWidth
  nameWithType: CharacterController.skinWidth
  type: Property
- uid: UnityEngine.CharacterController.slopeLimit
  name: slopeLimit
  fullName: UnityEngine.CharacterController.slopeLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-slopeLimit.html
  commentId: P:UnityEngine.CharacterController.slopeLimit
  nameWithType: CharacterController.slopeLimit
  type: Property
- uid: UnityEngine.CharacterController.stepOffset
  name: stepOffset
  fullName: UnityEngine.CharacterController.stepOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-stepOffset.html
  commentId: P:UnityEngine.CharacterController.stepOffset
  nameWithType: CharacterController.stepOffset
  type: Property
- uid: UnityEngine.CharacterController.velocity
  name: velocity
  fullName: UnityEngine.CharacterController.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterController-velocity.html
  commentId: P:UnityEngine.CharacterController.velocity
  nameWithType: CharacterController.velocity
  type: Property
- uid: UnityEngine.CharacterInfo
  name: CharacterInfo
  fullName: UnityEngine.CharacterInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo.html
  commentId: T:UnityEngine.CharacterInfo
  nameWithType: CharacterInfo
  type: Struct
- uid: UnityEngine.CharacterInfo.advance
  name: advance
  fullName: UnityEngine.CharacterInfo.advance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-advance.html
  commentId: P:UnityEngine.CharacterInfo.advance
  nameWithType: CharacterInfo.advance
  type: Property
- uid: UnityEngine.CharacterInfo.bearing
  name: bearing
  fullName: UnityEngine.CharacterInfo.bearing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-bearing.html
  commentId: P:UnityEngine.CharacterInfo.bearing
  nameWithType: CharacterInfo.bearing
  type: Property
- uid: UnityEngine.CharacterInfo.flipped
  name: flipped
  fullName: UnityEngine.CharacterInfo.flipped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-flipped.html
  commentId: F:UnityEngine.CharacterInfo.flipped
  nameWithType: CharacterInfo.flipped
  type: Field
- uid: UnityEngine.CharacterInfo.glyphHeight
  name: glyphHeight
  fullName: UnityEngine.CharacterInfo.glyphHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-glyphHeight.html
  commentId: P:UnityEngine.CharacterInfo.glyphHeight
  nameWithType: CharacterInfo.glyphHeight
  type: Property
- uid: UnityEngine.CharacterInfo.glyphWidth
  name: glyphWidth
  fullName: UnityEngine.CharacterInfo.glyphWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-glyphWidth.html
  commentId: P:UnityEngine.CharacterInfo.glyphWidth
  nameWithType: CharacterInfo.glyphWidth
  type: Property
- uid: UnityEngine.CharacterInfo.index
  name: index
  fullName: UnityEngine.CharacterInfo.index
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-index.html
  commentId: F:UnityEngine.CharacterInfo.index
  nameWithType: CharacterInfo.index
  type: Field
- uid: UnityEngine.CharacterInfo.maxX
  name: maxX
  fullName: UnityEngine.CharacterInfo.maxX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-maxX.html
  commentId: P:UnityEngine.CharacterInfo.maxX
  nameWithType: CharacterInfo.maxX
  type: Property
- uid: UnityEngine.CharacterInfo.maxY
  name: maxY
  fullName: UnityEngine.CharacterInfo.maxY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-maxY.html
  commentId: P:UnityEngine.CharacterInfo.maxY
  nameWithType: CharacterInfo.maxY
  type: Property
- uid: UnityEngine.CharacterInfo.minX
  name: minX
  fullName: UnityEngine.CharacterInfo.minX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-minX.html
  commentId: P:UnityEngine.CharacterInfo.minX
  nameWithType: CharacterInfo.minX
  type: Property
- uid: UnityEngine.CharacterInfo.minY
  name: minY
  fullName: UnityEngine.CharacterInfo.minY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-minY.html
  commentId: P:UnityEngine.CharacterInfo.minY
  nameWithType: CharacterInfo.minY
  type: Property
- uid: UnityEngine.CharacterInfo.size
  name: size
  fullName: UnityEngine.CharacterInfo.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-size.html
  commentId: F:UnityEngine.CharacterInfo.size
  nameWithType: CharacterInfo.size
  type: Field
- uid: UnityEngine.CharacterInfo.style
  name: style
  fullName: UnityEngine.CharacterInfo.style
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-style.html
  commentId: F:UnityEngine.CharacterInfo.style
  nameWithType: CharacterInfo.style
  type: Field
- uid: UnityEngine.CharacterInfo.uv
  name: uv
  fullName: UnityEngine.CharacterInfo.uv
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-uv.html
  commentId: F:UnityEngine.CharacterInfo.uv
  nameWithType: CharacterInfo.uv
  type: Field
- uid: UnityEngine.CharacterInfo.uvBottomLeft
  name: uvBottomLeft
  fullName: UnityEngine.CharacterInfo.uvBottomLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-uvBottomLeft.html
  commentId: P:UnityEngine.CharacterInfo.uvBottomLeft
  nameWithType: CharacterInfo.uvBottomLeft
  type: Property
- uid: UnityEngine.CharacterInfo.uvBottomRight
  name: uvBottomRight
  fullName: UnityEngine.CharacterInfo.uvBottomRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-uvBottomRight.html
  commentId: P:UnityEngine.CharacterInfo.uvBottomRight
  nameWithType: CharacterInfo.uvBottomRight
  type: Property
- uid: UnityEngine.CharacterInfo.uvTopLeft
  name: uvTopLeft
  fullName: UnityEngine.CharacterInfo.uvTopLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-uvTopLeft.html
  commentId: P:UnityEngine.CharacterInfo.uvTopLeft
  nameWithType: CharacterInfo.uvTopLeft
  type: Property
- uid: UnityEngine.CharacterInfo.uvTopRight
  name: uvTopRight
  fullName: UnityEngine.CharacterInfo.uvTopRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-uvTopRight.html
  commentId: P:UnityEngine.CharacterInfo.uvTopRight
  nameWithType: CharacterInfo.uvTopRight
  type: Property
- uid: UnityEngine.CharacterInfo.vert
  name: vert
  fullName: UnityEngine.CharacterInfo.vert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-vert.html
  commentId: F:UnityEngine.CharacterInfo.vert
  nameWithType: CharacterInfo.vert
  type: Field
- uid: UnityEngine.CharacterInfo.width
  name: width
  fullName: UnityEngine.CharacterInfo.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterInfo-width.html
  commentId: F:UnityEngine.CharacterInfo.width
  nameWithType: CharacterInfo.width
  type: Field
- uid: UnityEngine.CharacterJoint
  name: CharacterJoint
  fullName: UnityEngine.CharacterJoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint.html
  commentId: T:UnityEngine.CharacterJoint
  nameWithType: CharacterJoint
  type: Class
- uid: UnityEngine.CharacterJoint.enableProjection
  name: enableProjection
  fullName: UnityEngine.CharacterJoint.enableProjection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-enableProjection.html
  commentId: P:UnityEngine.CharacterJoint.enableProjection
  nameWithType: CharacterJoint.enableProjection
  type: Property
- uid: UnityEngine.CharacterJoint.highTwistLimit
  name: highTwistLimit
  fullName: UnityEngine.CharacterJoint.highTwistLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-highTwistLimit.html
  commentId: P:UnityEngine.CharacterJoint.highTwistLimit
  nameWithType: CharacterJoint.highTwistLimit
  type: Property
- uid: UnityEngine.CharacterJoint.lowTwistLimit
  name: lowTwistLimit
  fullName: UnityEngine.CharacterJoint.lowTwistLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-lowTwistLimit.html
  commentId: P:UnityEngine.CharacterJoint.lowTwistLimit
  nameWithType: CharacterJoint.lowTwistLimit
  type: Property
- uid: UnityEngine.CharacterJoint.projectionAngle
  name: projectionAngle
  fullName: UnityEngine.CharacterJoint.projectionAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-projectionAngle.html
  commentId: P:UnityEngine.CharacterJoint.projectionAngle
  nameWithType: CharacterJoint.projectionAngle
  type: Property
- uid: UnityEngine.CharacterJoint.projectionDistance
  name: projectionDistance
  fullName: UnityEngine.CharacterJoint.projectionDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-projectionDistance.html
  commentId: P:UnityEngine.CharacterJoint.projectionDistance
  nameWithType: CharacterJoint.projectionDistance
  type: Property
- uid: UnityEngine.CharacterJoint.rotationDrive
  name: rotationDrive
  fullName: UnityEngine.CharacterJoint.rotationDrive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-rotationDrive.html
  commentId: F:UnityEngine.CharacterJoint.rotationDrive
  nameWithType: CharacterJoint.rotationDrive
  type: Field
- uid: UnityEngine.CharacterJoint.swing1Limit
  name: swing1Limit
  fullName: UnityEngine.CharacterJoint.swing1Limit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-swing1Limit.html
  commentId: P:UnityEngine.CharacterJoint.swing1Limit
  nameWithType: CharacterJoint.swing1Limit
  type: Property
- uid: UnityEngine.CharacterJoint.swing2Limit
  name: swing2Limit
  fullName: UnityEngine.CharacterJoint.swing2Limit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-swing2Limit.html
  commentId: P:UnityEngine.CharacterJoint.swing2Limit
  nameWithType: CharacterJoint.swing2Limit
  type: Property
- uid: UnityEngine.CharacterJoint.swingAxis
  name: swingAxis
  fullName: UnityEngine.CharacterJoint.swingAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-swingAxis.html
  commentId: P:UnityEngine.CharacterJoint.swingAxis
  nameWithType: CharacterJoint.swingAxis
  type: Property
- uid: UnityEngine.CharacterJoint.swingLimitSpring
  name: swingLimitSpring
  fullName: UnityEngine.CharacterJoint.swingLimitSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-swingLimitSpring.html
  commentId: P:UnityEngine.CharacterJoint.swingLimitSpring
  nameWithType: CharacterJoint.swingLimitSpring
  type: Property
- uid: UnityEngine.CharacterJoint.targetAngularVelocity
  name: targetAngularVelocity
  fullName: UnityEngine.CharacterJoint.targetAngularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-targetAngularVelocity.html
  commentId: F:UnityEngine.CharacterJoint.targetAngularVelocity
  nameWithType: CharacterJoint.targetAngularVelocity
  type: Field
- uid: UnityEngine.CharacterJoint.targetRotation
  name: targetRotation
  fullName: UnityEngine.CharacterJoint.targetRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-targetRotation.html
  commentId: F:UnityEngine.CharacterJoint.targetRotation
  nameWithType: CharacterJoint.targetRotation
  type: Field
- uid: UnityEngine.CharacterJoint.twistLimitSpring
  name: twistLimitSpring
  fullName: UnityEngine.CharacterJoint.twistLimitSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CharacterJoint-twistLimitSpring.html
  commentId: P:UnityEngine.CharacterJoint.twistLimitSpring
  nameWithType: CharacterJoint.twistLimitSpring
  type: Property
- uid: UnityEngine.CircleCollider2D
  name: CircleCollider2D
  fullName: UnityEngine.CircleCollider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CircleCollider2D.html
  commentId: T:UnityEngine.CircleCollider2D
  nameWithType: CircleCollider2D
  type: Class
- uid: UnityEngine.CircleCollider2D.center
  name: center
  fullName: UnityEngine.CircleCollider2D.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CircleCollider2D-center.html
  commentId: P:UnityEngine.CircleCollider2D.center
  nameWithType: CircleCollider2D.center
  type: Property
- uid: UnityEngine.CircleCollider2D.radius
  name: radius
  fullName: UnityEngine.CircleCollider2D.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CircleCollider2D-radius.html
  commentId: P:UnityEngine.CircleCollider2D.radius
  nameWithType: CircleCollider2D.radius
  type: Property
- uid: UnityEngine.Cloth
  name: Cloth
  fullName: UnityEngine.Cloth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth.html
  commentId: T:UnityEngine.Cloth
  nameWithType: Cloth
  type: Class
- uid: UnityEngine.Cloth.bendingStiffness
  name: bendingStiffness
  fullName: UnityEngine.Cloth.bendingStiffness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-bendingStiffness.html
  commentId: P:UnityEngine.Cloth.bendingStiffness
  nameWithType: Cloth.bendingStiffness
  type: Property
- uid: UnityEngine.Cloth.capsuleColliders
  name: capsuleColliders
  fullName: UnityEngine.Cloth.capsuleColliders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-capsuleColliders.html
  commentId: P:UnityEngine.Cloth.capsuleColliders
  nameWithType: Cloth.capsuleColliders
  type: Property
- uid: UnityEngine.Cloth.ClearTransformMotion
  name: ClearTransformMotion()
  fullName: UnityEngine.Cloth.ClearTransformMotion()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth.ClearTransformMotion.html
  commentId: M:UnityEngine.Cloth.ClearTransformMotion
  nameWithType: Cloth.ClearTransformMotion()
  type: Method
- uid: UnityEngine.Cloth.clothSolverFrequency
  name: clothSolverFrequency
  fullName: UnityEngine.Cloth.clothSolverFrequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-clothSolverFrequency.html
  commentId: P:UnityEngine.Cloth.clothSolverFrequency
  nameWithType: Cloth.clothSolverFrequency
  type: Property
- uid: UnityEngine.Cloth.coefficients
  name: coefficients
  fullName: UnityEngine.Cloth.coefficients
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-coefficients.html
  commentId: P:UnityEngine.Cloth.coefficients
  nameWithType: Cloth.coefficients
  type: Property
- uid: UnityEngine.Cloth.collisionMassScale
  name: collisionMassScale
  fullName: UnityEngine.Cloth.collisionMassScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-collisionMassScale.html
  commentId: P:UnityEngine.Cloth.collisionMassScale
  nameWithType: Cloth.collisionMassScale
  type: Property
- uid: UnityEngine.Cloth.damping
  name: damping
  fullName: UnityEngine.Cloth.damping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-damping.html
  commentId: P:UnityEngine.Cloth.damping
  nameWithType: Cloth.damping
  type: Property
- uid: UnityEngine.Cloth.enableContinuousCollision
  name: enableContinuousCollision
  fullName: UnityEngine.Cloth.enableContinuousCollision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-enableContinuousCollision.html
  commentId: P:UnityEngine.Cloth.enableContinuousCollision
  nameWithType: Cloth.enableContinuousCollision
  type: Property
- uid: UnityEngine.Cloth.enabled
  name: enabled
  fullName: UnityEngine.Cloth.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-enabled.html
  commentId: P:UnityEngine.Cloth.enabled
  nameWithType: Cloth.enabled
  type: Property
- uid: UnityEngine.Cloth.externalAcceleration
  name: externalAcceleration
  fullName: UnityEngine.Cloth.externalAcceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-externalAcceleration.html
  commentId: P:UnityEngine.Cloth.externalAcceleration
  nameWithType: Cloth.externalAcceleration
  type: Property
- uid: UnityEngine.Cloth.friction
  name: friction
  fullName: UnityEngine.Cloth.friction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-friction.html
  commentId: P:UnityEngine.Cloth.friction
  nameWithType: Cloth.friction
  type: Property
- uid: UnityEngine.Cloth.normals
  name: normals
  fullName: UnityEngine.Cloth.normals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-normals.html
  commentId: P:UnityEngine.Cloth.normals
  nameWithType: Cloth.normals
  type: Property
- uid: UnityEngine.Cloth.randomAcceleration
  name: randomAcceleration
  fullName: UnityEngine.Cloth.randomAcceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-randomAcceleration.html
  commentId: P:UnityEngine.Cloth.randomAcceleration
  nameWithType: Cloth.randomAcceleration
  type: Property
- uid: UnityEngine.Cloth.selfCollision
  name: selfCollision
  fullName: UnityEngine.Cloth.selfCollision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-selfCollision.html
  commentId: P:UnityEngine.Cloth.selfCollision
  nameWithType: Cloth.selfCollision
  type: Property
- uid: UnityEngine.Cloth.SetEnabledFading(System.Boolean,System.Single)
  name: SetEnabledFading(bool, float)
  fullName: UnityEngine.Cloth.SetEnabledFading(bool, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth.SetEnabledFading.html
  commentId: M:UnityEngine.Cloth.SetEnabledFading(System.Boolean,System.Single)
  nameWithType: Cloth.SetEnabledFading(bool, float)
  type: Method
- uid: UnityEngine.Cloth.SetEnabledFading(System.Boolean)
  name: SetEnabledFading(bool)
  fullName: UnityEngine.Cloth.SetEnabledFading(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth.SetEnabledFading.html
  commentId: M:UnityEngine.Cloth.SetEnabledFading(System.Boolean)
  nameWithType: Cloth.SetEnabledFading(bool)
  type: Method
- uid: UnityEngine.Cloth.sleepThreshold
  name: sleepThreshold
  fullName: UnityEngine.Cloth.sleepThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-sleepThreshold.html
  commentId: P:UnityEngine.Cloth.sleepThreshold
  nameWithType: Cloth.sleepThreshold
  type: Property
- uid: UnityEngine.Cloth.solverFrequency
  name: solverFrequency
  fullName: UnityEngine.Cloth.solverFrequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-solverFrequency.html
  commentId: P:UnityEngine.Cloth.solverFrequency
  nameWithType: Cloth.solverFrequency
  type: Property
- uid: UnityEngine.Cloth.sphereColliders
  name: sphereColliders
  fullName: UnityEngine.Cloth.sphereColliders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-sphereColliders.html
  commentId: P:UnityEngine.Cloth.sphereColliders
  nameWithType: Cloth.sphereColliders
  type: Property
- uid: UnityEngine.Cloth.stretchingStiffness
  name: stretchingStiffness
  fullName: UnityEngine.Cloth.stretchingStiffness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-stretchingStiffness.html
  commentId: P:UnityEngine.Cloth.stretchingStiffness
  nameWithType: Cloth.stretchingStiffness
  type: Property
- uid: UnityEngine.Cloth.useContinuousCollision
  name: useContinuousCollision
  fullName: UnityEngine.Cloth.useContinuousCollision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-useContinuousCollision.html
  commentId: P:UnityEngine.Cloth.useContinuousCollision
  nameWithType: Cloth.useContinuousCollision
  type: Property
- uid: UnityEngine.Cloth.useGravity
  name: useGravity
  fullName: UnityEngine.Cloth.useGravity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-useGravity.html
  commentId: P:UnityEngine.Cloth.useGravity
  nameWithType: Cloth.useGravity
  type: Property
- uid: UnityEngine.Cloth.useVirtualParticles
  name: useVirtualParticles
  fullName: UnityEngine.Cloth.useVirtualParticles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-useVirtualParticles.html
  commentId: P:UnityEngine.Cloth.useVirtualParticles
  nameWithType: Cloth.useVirtualParticles
  type: Property
- uid: UnityEngine.Cloth.vertices
  name: vertices
  fullName: UnityEngine.Cloth.vertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-vertices.html
  commentId: P:UnityEngine.Cloth.vertices
  nameWithType: Cloth.vertices
  type: Property
- uid: UnityEngine.Cloth.worldAccelerationScale
  name: worldAccelerationScale
  fullName: UnityEngine.Cloth.worldAccelerationScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-worldAccelerationScale.html
  commentId: P:UnityEngine.Cloth.worldAccelerationScale
  nameWithType: Cloth.worldAccelerationScale
  type: Property
- uid: UnityEngine.Cloth.worldVelocityScale
  name: worldVelocityScale
  fullName: UnityEngine.Cloth.worldVelocityScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cloth-worldVelocityScale.html
  commentId: P:UnityEngine.Cloth.worldVelocityScale
  nameWithType: Cloth.worldVelocityScale
  type: Property
- uid: UnityEngine.ClothSkinningCoefficient
  name: ClothSkinningCoefficient
  fullName: UnityEngine.ClothSkinningCoefficient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClothSkinningCoefficient.html
  commentId: T:UnityEngine.ClothSkinningCoefficient
  nameWithType: ClothSkinningCoefficient
  type: Struct
- uid: UnityEngine.ClothSkinningCoefficient.collisionSphereDistance
  name: collisionSphereDistance
  fullName: UnityEngine.ClothSkinningCoefficient.collisionSphereDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClothSkinningCoefficient-collisionSphereDistance.html
  commentId: F:UnityEngine.ClothSkinningCoefficient.collisionSphereDistance
  nameWithType: ClothSkinningCoefficient.collisionSphereDistance
  type: Field
- uid: UnityEngine.ClothSkinningCoefficient.maxDistance
  name: maxDistance
  fullName: UnityEngine.ClothSkinningCoefficient.maxDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClothSkinningCoefficient-maxDistance.html
  commentId: F:UnityEngine.ClothSkinningCoefficient.maxDistance
  nameWithType: ClothSkinningCoefficient.maxDistance
  type: Field
- uid: UnityEngine.ClothSphereColliderPair
  name: ClothSphereColliderPair
  fullName: UnityEngine.ClothSphereColliderPair
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClothSphereColliderPair.html
  commentId: T:UnityEngine.ClothSphereColliderPair
  nameWithType: ClothSphereColliderPair
  type: Struct
- uid: UnityEngine.ClothSphereColliderPair.#ctor(UnityEngine.SphereCollider,UnityEngine.SphereCollider)
  name: ClothSphereColliderPair(SphereCollider, SphereCollider)
  fullName: UnityEngine.ClothSphereColliderPair.ClothSphereColliderPair(UnityEngine.SphereCollider, UnityEngine.SphereCollider)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClothSphereColliderPair-ctor.html
  commentId: M:UnityEngine.ClothSphereColliderPair.#ctor(UnityEngine.SphereCollider,UnityEngine.SphereCollider)
  nameWithType: ClothSphereColliderPair.ClothSphereColliderPair(SphereCollider, SphereCollider)
  type: Constructor
- uid: UnityEngine.ClothSphereColliderPair.#ctor(UnityEngine.SphereCollider)
  name: ClothSphereColliderPair(SphereCollider)
  fullName: UnityEngine.ClothSphereColliderPair.ClothSphereColliderPair(UnityEngine.SphereCollider)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClothSphereColliderPair-ctor.html
  commentId: M:UnityEngine.ClothSphereColliderPair.#ctor(UnityEngine.SphereCollider)
  nameWithType: ClothSphereColliderPair.ClothSphereColliderPair(SphereCollider)
  type: Constructor
- uid: UnityEngine.ClothSphereColliderPair.first
  name: first
  fullName: UnityEngine.ClothSphereColliderPair.first
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClothSphereColliderPair-first.html
  commentId: P:UnityEngine.ClothSphereColliderPair.first
  nameWithType: ClothSphereColliderPair.first
  type: Property
- uid: UnityEngine.ClothSphereColliderPair.second
  name: second
  fullName: UnityEngine.ClothSphereColliderPair.second
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ClothSphereColliderPair-second.html
  commentId: P:UnityEngine.ClothSphereColliderPair.second
  nameWithType: ClothSphereColliderPair.second
  type: Property
- uid: UnityEngine.Collections
  name: UnityEngine.Collections
  fullName: UnityEngine.Collections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Collections
  nameWithType: UnityEngine.Collections
  type: Namespace
- uid: UnityEngine.Collections.Allocator
  name: Allocator
  fullName: UnityEngine.Collections.Allocator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.Allocator.html
  commentId: T:UnityEngine.Collections.Allocator
  nameWithType: Allocator
  type: Enum
- uid: UnityEngine.Collections.Allocator.Invalid
  name: Invalid
  fullName: UnityEngine.Collections.Allocator.Invalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.Allocator.Invalid.html
  commentId: F:UnityEngine.Collections.Allocator.Invalid
  nameWithType: Allocator.Invalid
  type: Field
- uid: UnityEngine.Collections.Allocator.None
  name: None
  fullName: UnityEngine.Collections.Allocator.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.Allocator.None.html
  commentId: F:UnityEngine.Collections.Allocator.None
  nameWithType: Allocator.None
  type: Field
- uid: UnityEngine.Collections.Allocator.Persistent
  name: Persistent
  fullName: UnityEngine.Collections.Allocator.Persistent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.Allocator.Persistent.html
  commentId: F:UnityEngine.Collections.Allocator.Persistent
  nameWithType: Allocator.Persistent
  type: Field
- uid: UnityEngine.Collections.Allocator.Temp
  name: Temp
  fullName: UnityEngine.Collections.Allocator.Temp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.Allocator.Temp.html
  commentId: F:UnityEngine.Collections.Allocator.Temp
  nameWithType: Allocator.Temp
  type: Field
- uid: UnityEngine.Collections.Allocator.TempJob
  name: TempJob
  fullName: UnityEngine.Collections.Allocator.TempJob
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.Allocator.TempJob.html
  commentId: F:UnityEngine.Collections.Allocator.TempJob
  nameWithType: Allocator.TempJob
  type: Field
- uid: UnityEngine.Collections.NativeArray`1
  name: NativeArray<T>
  fullName: UnityEngine.Collections.NativeArray<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.html
  commentId: T:UnityEngine.Collections.NativeArray`1
  nameWithType: NativeArray<T>
  type: Struct
- uid: UnityEngine.Collections.NativeArray`1.#ctor(`0[],UnityEngine.Collections.Allocator)
  name: NativeArray(T[], Allocator)
  fullName: UnityEngine.Collections.NativeArray<T>.NativeArray(T[], UnityEngine.Collections.Allocator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1-ctor.html
  commentId: M:UnityEngine.Collections.NativeArray`1.#ctor(`0[],UnityEngine.Collections.Allocator)
  nameWithType: NativeArray<T>.NativeArray(T[], Allocator)
  type: Constructor
- uid: UnityEngine.Collections.NativeArray`1.#ctor(System.Int32,UnityEngine.Collections.Allocator)
  name: NativeArray(int, Allocator)
  fullName: UnityEngine.Collections.NativeArray<T>.NativeArray(int, UnityEngine.Collections.Allocator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1-ctor.html
  commentId: M:UnityEngine.Collections.NativeArray`1.#ctor(System.Int32,UnityEngine.Collections.Allocator)
  nameWithType: NativeArray<T>.NativeArray(int, Allocator)
  type: Constructor
- uid: UnityEngine.Collections.NativeArray`1.Dispose
  name: Dispose()
  fullName: UnityEngine.Collections.NativeArray<T>.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Dispose.html
  commentId: M:UnityEngine.Collections.NativeArray`1.Dispose
  nameWithType: NativeArray<T>.Dispose()
  type: Method
- uid: UnityEngine.Collections.NativeArray`1.Enumerator
  name: NativeArray<T>.Enumerator
  fullName: UnityEngine.Collections.NativeArray<T>.Enumerator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Enumerator.html
  commentId: T:UnityEngine.Collections.NativeArray`1.Enumerator
  nameWithType: NativeArray<T>.Enumerator
  type: Struct
- uid: UnityEngine.Collections.NativeArray`1.Enumerator.#ctor(UnityEngine.Collections.NativeArray{`0}@)
  name: Enumerator(ref NativeArray<T>)
  fullName: UnityEngine.Collections.NativeArray<T>.Enumerator.Enumerator(ref UnityEngine.Collections.NativeArray<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Enumerator-ctor.html
  commentId: M:UnityEngine.Collections.NativeArray`1.Enumerator.#ctor(UnityEngine.Collections.NativeArray{`0}@)
  nameWithType: NativeArray<T>.Enumerator.Enumerator(ref NativeArray<T>)
  type: Constructor
- uid: UnityEngine.Collections.NativeArray`1.Enumerator.Current
  name: Current
  fullName: UnityEngine.Collections.NativeArray<T>.Enumerator.Current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Enumerator.Current.html
  commentId: P:UnityEngine.Collections.NativeArray`1.Enumerator.Current
  nameWithType: NativeArray<T>.Enumerator.Current
  type: Property
- uid: UnityEngine.Collections.NativeArray`1.Enumerator.Dispose
  name: Dispose()
  fullName: UnityEngine.Collections.NativeArray<T>.Enumerator.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Enumerator.Dispose.html
  commentId: M:UnityEngine.Collections.NativeArray`1.Enumerator.Dispose
  nameWithType: NativeArray<T>.Enumerator.Dispose()
  type: Method
- uid: UnityEngine.Collections.NativeArray`1.Enumerator.MoveNext
  name: MoveNext()
  fullName: UnityEngine.Collections.NativeArray<T>.Enumerator.MoveNext()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Enumerator.MoveNext.html
  commentId: M:UnityEngine.Collections.NativeArray`1.Enumerator.MoveNext
  nameWithType: NativeArray<T>.Enumerator.MoveNext()
  type: Method
- uid: UnityEngine.Collections.NativeArray`1.Enumerator.Reset
  name: Reset()
  fullName: UnityEngine.Collections.NativeArray<T>.Enumerator.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Enumerator.Reset.html
  commentId: M:UnityEngine.Collections.NativeArray`1.Enumerator.Reset
  nameWithType: NativeArray<T>.Enumerator.Reset()
  type: Method
- uid: UnityEngine.Collections.NativeArray`1.FromArray(`0[])
  name: FromArray(T[])
  fullName: UnityEngine.Collections.NativeArray<T>.FromArray(T[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.FromArray.html
  commentId: M:UnityEngine.Collections.NativeArray`1.FromArray(`0[])
  nameWithType: NativeArray<T>.FromArray(T[])
  type: Method
- uid: UnityEngine.Collections.NativeArray`1.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEngine.Collections.NativeArray<T>.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.GetEnumerator.html
  commentId: M:UnityEngine.Collections.NativeArray`1.GetEnumerator
  nameWithType: NativeArray<T>.GetEnumerator()
  type: Method
- uid: UnityEngine.Collections.NativeArray`1.GetUnsafeReadBufferPtr
  name: GetUnsafeReadBufferPtr()
  fullName: UnityEngine.Collections.NativeArray<T>.GetUnsafeReadBufferPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.GetUnsafeReadBufferPtr.html
  commentId: M:UnityEngine.Collections.NativeArray`1.GetUnsafeReadBufferPtr
  nameWithType: NativeArray<T>.GetUnsafeReadBufferPtr()
  type: Method
- uid: UnityEngine.Collections.NativeArray`1.GetUnsafeWriteBufferPtr
  name: GetUnsafeWriteBufferPtr()
  fullName: UnityEngine.Collections.NativeArray<T>.GetUnsafeWriteBufferPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.GetUnsafeWriteBufferPtr.html
  commentId: M:UnityEngine.Collections.NativeArray`1.GetUnsafeWriteBufferPtr
  nameWithType: NativeArray<T>.GetUnsafeWriteBufferPtr()
  type: Method
- uid: UnityEngine.Collections.NativeArray`1.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Collections.NativeArray<T>.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Item.html
  commentId: P:UnityEngine.Collections.NativeArray`1.Item(System.Int32)
  nameWithType: NativeArray<T>.this[int]
  type: Property
- uid: UnityEngine.Collections.NativeArray`1.Length
  name: Length
  fullName: UnityEngine.Collections.NativeArray<T>.Length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.Length.html
  commentId: P:UnityEngine.Collections.NativeArray`1.Length
  nameWithType: NativeArray<T>.Length
  type: Property
- uid: UnityEngine.Collections.NativeArray`1.ToArray
  name: ToArray()
  fullName: UnityEngine.Collections.NativeArray<T>.ToArray()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collections.NativeArray_1.ToArray.html
  commentId: M:UnityEngine.Collections.NativeArray`1.ToArray
  nameWithType: NativeArray<T>.ToArray()
  type: Method
- uid: UnityEngine.Collider
  name: Collider
  fullName: UnityEngine.Collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider.html
  commentId: T:UnityEngine.Collider
  nameWithType: Collider
  type: Class
- uid: UnityEngine.Collider.attachedRigidbody
  name: attachedRigidbody
  fullName: UnityEngine.Collider.attachedRigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider-attachedRigidbody.html
  commentId: P:UnityEngine.Collider.attachedRigidbody
  nameWithType: Collider.attachedRigidbody
  type: Property
- uid: UnityEngine.Collider.bounds
  name: bounds
  fullName: UnityEngine.Collider.bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider-bounds.html
  commentId: P:UnityEngine.Collider.bounds
  nameWithType: Collider.bounds
  type: Property
- uid: UnityEngine.Collider.ClosestPoint(UnityEngine.Vector3)
  name: ClosestPoint(Vector3)
  fullName: UnityEngine.Collider.ClosestPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider.ClosestPoint.html
  commentId: M:UnityEngine.Collider.ClosestPoint(UnityEngine.Vector3)
  nameWithType: Collider.ClosestPoint(Vector3)
  type: Method
- uid: UnityEngine.Collider.ClosestPointOnBounds(UnityEngine.Vector3)
  name: ClosestPointOnBounds(Vector3)
  fullName: UnityEngine.Collider.ClosestPointOnBounds(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider.ClosestPointOnBounds.html
  commentId: M:UnityEngine.Collider.ClosestPointOnBounds(UnityEngine.Vector3)
  nameWithType: Collider.ClosestPointOnBounds(Vector3)
  type: Method
- uid: UnityEngine.Collider.contactOffset
  name: contactOffset
  fullName: UnityEngine.Collider.contactOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider-contactOffset.html
  commentId: P:UnityEngine.Collider.contactOffset
  nameWithType: Collider.contactOffset
  type: Property
- uid: UnityEngine.Collider.enabled
  name: enabled
  fullName: UnityEngine.Collider.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider-enabled.html
  commentId: P:UnityEngine.Collider.enabled
  nameWithType: Collider.enabled
  type: Property
- uid: UnityEngine.Collider.isTrigger
  name: isTrigger
  fullName: UnityEngine.Collider.isTrigger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider-isTrigger.html
  commentId: P:UnityEngine.Collider.isTrigger
  nameWithType: Collider.isTrigger
  type: Property
- uid: UnityEngine.Collider.material
  name: material
  fullName: UnityEngine.Collider.material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider-material.html
  commentId: P:UnityEngine.Collider.material
  nameWithType: Collider.material
  type: Property
- uid: UnityEngine.Collider.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@,System.Single)
  name: Raycast(Ray, out RaycastHit, float)
  fullName: UnityEngine.Collider.Raycast(UnityEngine.Ray, out UnityEngine.RaycastHit, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider.Raycast.html
  commentId: M:UnityEngine.Collider.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@,System.Single)
  nameWithType: Collider.Raycast(Ray, out RaycastHit, float)
  type: Method
- uid: UnityEngine.Collider.sharedMaterial
  name: sharedMaterial
  fullName: UnityEngine.Collider.sharedMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider-sharedMaterial.html
  commentId: P:UnityEngine.Collider.sharedMaterial
  nameWithType: Collider.sharedMaterial
  type: Property
- uid: UnityEngine.Collider2D
  name: Collider2D
  fullName: UnityEngine.Collider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.html
  commentId: T:UnityEngine.Collider2D
  nameWithType: Collider2D
  type: Class
- uid: UnityEngine.Collider2D.attachedRigidbody
  name: attachedRigidbody
  fullName: UnityEngine.Collider2D.attachedRigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-attachedRigidbody.html
  commentId: P:UnityEngine.Collider2D.attachedRigidbody
  nameWithType: Collider2D.attachedRigidbody
  type: Property
- uid: UnityEngine.Collider2D.bounciness
  name: bounciness
  fullName: UnityEngine.Collider2D.bounciness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-bounciness.html
  commentId: P:UnityEngine.Collider2D.bounciness
  nameWithType: Collider2D.bounciness
  type: Property
- uid: UnityEngine.Collider2D.bounds
  name: bounds
  fullName: UnityEngine.Collider2D.bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-bounds.html
  commentId: P:UnityEngine.Collider2D.bounds
  nameWithType: Collider2D.bounds
  type: Property
- uid: UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single,System.Boolean)
  name: Cast(Vector2, ContactFilter2D, RaycastHit2D[], float, bool)
  fullName: UnityEngine.Collider2D.Cast(UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[], float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Cast.html
  commentId: M:UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single,System.Boolean)
  nameWithType: Collider2D.Cast(Vector2, ContactFilter2D, RaycastHit2D[], float, bool)
  type: Method
- uid: UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  name: Cast(Vector2, ContactFilter2D, RaycastHit2D[], float)
  fullName: UnityEngine.Collider2D.Cast(UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Cast.html
  commentId: M:UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Collider2D.Cast(Vector2, ContactFilter2D, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  name: Cast(Vector2, ContactFilter2D, RaycastHit2D[])
  fullName: UnityEngine.Collider2D.Cast(UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Cast.html
  commentId: M:UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  nameWithType: Collider2D.Cast(Vector2, ContactFilter2D, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Boolean)
  name: Cast(Vector2, RaycastHit2D[], float, bool)
  fullName: UnityEngine.Collider2D.Cast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Cast.html
  commentId: M:UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Boolean)
  nameWithType: Collider2D.Cast(Vector2, RaycastHit2D[], float, bool)
  type: Method
- uid: UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  name: Cast(Vector2, RaycastHit2D[], float)
  fullName: UnityEngine.Collider2D.Cast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Cast.html
  commentId: M:UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Collider2D.Cast(Vector2, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  name: Cast(Vector2, RaycastHit2D[])
  fullName: UnityEngine.Collider2D.Cast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Cast.html
  commentId: M:UnityEngine.Collider2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  nameWithType: Collider2D.Cast(Vector2, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Collider2D.composite
  name: composite
  fullName: UnityEngine.Collider2D.composite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-composite.html
  commentId: P:UnityEngine.Collider2D.composite
  nameWithType: Collider2D.composite
  type: Property
- uid: UnityEngine.Collider2D.density
  name: density
  fullName: UnityEngine.Collider2D.density
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-density.html
  commentId: P:UnityEngine.Collider2D.density
  nameWithType: Collider2D.density
  type: Property
- uid: UnityEngine.Collider2D.Distance(UnityEngine.Collider2D)
  name: Distance(Collider2D)
  fullName: UnityEngine.Collider2D.Distance(UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Distance.html
  commentId: M:UnityEngine.Collider2D.Distance(UnityEngine.Collider2D)
  nameWithType: Collider2D.Distance(Collider2D)
  type: Method
- uid: UnityEngine.Collider2D.friction
  name: friction
  fullName: UnityEngine.Collider2D.friction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-friction.html
  commentId: P:UnityEngine.Collider2D.friction
  nameWithType: Collider2D.friction
  type: Property
- uid: UnityEngine.Collider2D.GetContacts(UnityEngine.Collider2D[])
  name: GetContacts(Collider2D[])
  fullName: UnityEngine.Collider2D.GetContacts(UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.GetContacts.html
  commentId: M:UnityEngine.Collider2D.GetContacts(UnityEngine.Collider2D[])
  nameWithType: Collider2D.GetContacts(Collider2D[])
  type: Method
- uid: UnityEngine.Collider2D.GetContacts(UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: GetContacts(ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Collider2D.GetContacts(UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.GetContacts.html
  commentId: M:UnityEngine.Collider2D.GetContacts(UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Collider2D.GetContacts(ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Collider2D.GetContacts(UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  name: GetContacts(ContactFilter2D, ContactPoint2D[])
  fullName: UnityEngine.Collider2D.GetContacts(UnityEngine.ContactFilter2D, UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.GetContacts.html
  commentId: M:UnityEngine.Collider2D.GetContacts(UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  nameWithType: Collider2D.GetContacts(ContactFilter2D, ContactPoint2D[])
  type: Method
- uid: UnityEngine.Collider2D.GetContacts(UnityEngine.ContactPoint2D[])
  name: GetContacts(ContactPoint2D[])
  fullName: UnityEngine.Collider2D.GetContacts(UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.GetContacts.html
  commentId: M:UnityEngine.Collider2D.GetContacts(UnityEngine.ContactPoint2D[])
  nameWithType: Collider2D.GetContacts(ContactPoint2D[])
  type: Method
- uid: UnityEngine.Collider2D.IsTouching(UnityEngine.Collider2D,UnityEngine.ContactFilter2D)
  name: IsTouching(Collider2D, ContactFilter2D)
  fullName: UnityEngine.Collider2D.IsTouching(UnityEngine.Collider2D, UnityEngine.ContactFilter2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.IsTouching.html
  commentId: M:UnityEngine.Collider2D.IsTouching(UnityEngine.Collider2D,UnityEngine.ContactFilter2D)
  nameWithType: Collider2D.IsTouching(Collider2D, ContactFilter2D)
  type: Method
- uid: UnityEngine.Collider2D.IsTouching(UnityEngine.Collider2D)
  name: IsTouching(Collider2D)
  fullName: UnityEngine.Collider2D.IsTouching(UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.IsTouching.html
  commentId: M:UnityEngine.Collider2D.IsTouching(UnityEngine.Collider2D)
  nameWithType: Collider2D.IsTouching(Collider2D)
  type: Method
- uid: UnityEngine.Collider2D.IsTouching(UnityEngine.ContactFilter2D)
  name: IsTouching(ContactFilter2D)
  fullName: UnityEngine.Collider2D.IsTouching(UnityEngine.ContactFilter2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.IsTouching.html
  commentId: M:UnityEngine.Collider2D.IsTouching(UnityEngine.ContactFilter2D)
  nameWithType: Collider2D.IsTouching(ContactFilter2D)
  type: Method
- uid: UnityEngine.Collider2D.IsTouchingLayers
  name: IsTouchingLayers()
  fullName: UnityEngine.Collider2D.IsTouchingLayers()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.IsTouchingLayers.html
  commentId: M:UnityEngine.Collider2D.IsTouchingLayers
  nameWithType: Collider2D.IsTouchingLayers()
  type: Method
- uid: UnityEngine.Collider2D.IsTouchingLayers(System.Int32)
  name: IsTouchingLayers(int)
  fullName: UnityEngine.Collider2D.IsTouchingLayers(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.IsTouchingLayers.html
  commentId: M:UnityEngine.Collider2D.IsTouchingLayers(System.Int32)
  nameWithType: Collider2D.IsTouchingLayers(int)
  type: Method
- uid: UnityEngine.Collider2D.isTrigger
  name: isTrigger
  fullName: UnityEngine.Collider2D.isTrigger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-isTrigger.html
  commentId: P:UnityEngine.Collider2D.isTrigger
  nameWithType: Collider2D.isTrigger
  type: Property
- uid: UnityEngine.Collider2D.offset
  name: offset
  fullName: UnityEngine.Collider2D.offset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-offset.html
  commentId: P:UnityEngine.Collider2D.offset
  nameWithType: Collider2D.offset
  type: Property
- uid: UnityEngine.Collider2D.OverlapCollider(UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: OverlapCollider(ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Collider2D.OverlapCollider(UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.OverlapCollider.html
  commentId: M:UnityEngine.Collider2D.OverlapCollider(UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Collider2D.OverlapCollider(ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Collider2D.OverlapPoint(UnityEngine.Vector2)
  name: OverlapPoint(Vector2)
  fullName: UnityEngine.Collider2D.OverlapPoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.OverlapPoint.html
  commentId: M:UnityEngine.Collider2D.OverlapPoint(UnityEngine.Vector2)
  nameWithType: Collider2D.OverlapPoint(Vector2)
  type: Method
- uid: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  name: Raycast(Vector2, ContactFilter2D, RaycastHit2D[], float)
  fullName: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Raycast.html
  commentId: M:UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Collider2D.Raycast(Vector2, ContactFilter2D, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  name: Raycast(Vector2, ContactFilter2D, RaycastHit2D[])
  fullName: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Raycast.html
  commentId: M:UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  nameWithType: Collider2D.Raycast(Vector2, ContactFilter2D, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  name: Raycast(Vector2, RaycastHit2D[], float, int, float, float)
  fullName: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Raycast.html
  commentId: M:UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Collider2D.Raycast(Vector2, RaycastHit2D[], float, int, float, float)
  type: Method
- uid: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  name: Raycast(Vector2, RaycastHit2D[], float, int, float)
  fullName: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Raycast.html
  commentId: M:UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  nameWithType: Collider2D.Raycast(Vector2, RaycastHit2D[], float, int, float)
  type: Method
- uid: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  name: Raycast(Vector2, RaycastHit2D[], float, int)
  fullName: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Raycast.html
  commentId: M:UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  nameWithType: Collider2D.Raycast(Vector2, RaycastHit2D[], float, int)
  type: Method
- uid: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  name: Raycast(Vector2, RaycastHit2D[], float)
  fullName: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Raycast.html
  commentId: M:UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Collider2D.Raycast(Vector2, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  name: Raycast(Vector2, RaycastHit2D[])
  fullName: UnityEngine.Collider2D.Raycast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D.Raycast.html
  commentId: M:UnityEngine.Collider2D.Raycast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  nameWithType: Collider2D.Raycast(Vector2, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Collider2D.shapeCount
  name: shapeCount
  fullName: UnityEngine.Collider2D.shapeCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-shapeCount.html
  commentId: P:UnityEngine.Collider2D.shapeCount
  nameWithType: Collider2D.shapeCount
  type: Property
- uid: UnityEngine.Collider2D.sharedMaterial
  name: sharedMaterial
  fullName: UnityEngine.Collider2D.sharedMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-sharedMaterial.html
  commentId: P:UnityEngine.Collider2D.sharedMaterial
  nameWithType: Collider2D.sharedMaterial
  type: Property
- uid: UnityEngine.Collider2D.usedByComposite
  name: usedByComposite
  fullName: UnityEngine.Collider2D.usedByComposite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-usedByComposite.html
  commentId: P:UnityEngine.Collider2D.usedByComposite
  nameWithType: Collider2D.usedByComposite
  type: Property
- uid: UnityEngine.Collider2D.usedByEffector
  name: usedByEffector
  fullName: UnityEngine.Collider2D.usedByEffector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collider2D-usedByEffector.html
  commentId: P:UnityEngine.Collider2D.usedByEffector
  nameWithType: Collider2D.usedByEffector
  type: Property
- uid: UnityEngine.ColliderDistance2D
  name: ColliderDistance2D
  fullName: UnityEngine.ColliderDistance2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColliderDistance2D.html
  commentId: T:UnityEngine.ColliderDistance2D
  nameWithType: ColliderDistance2D
  type: Struct
- uid: UnityEngine.ColliderDistance2D.distance
  name: distance
  fullName: UnityEngine.ColliderDistance2D.distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColliderDistance2D-distance.html
  commentId: P:UnityEngine.ColliderDistance2D.distance
  nameWithType: ColliderDistance2D.distance
  type: Property
- uid: UnityEngine.ColliderDistance2D.isOverlapped
  name: isOverlapped
  fullName: UnityEngine.ColliderDistance2D.isOverlapped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColliderDistance2D-isOverlapped.html
  commentId: P:UnityEngine.ColliderDistance2D.isOverlapped
  nameWithType: ColliderDistance2D.isOverlapped
  type: Property
- uid: UnityEngine.ColliderDistance2D.isValid
  name: isValid
  fullName: UnityEngine.ColliderDistance2D.isValid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColliderDistance2D-isValid.html
  commentId: P:UnityEngine.ColliderDistance2D.isValid
  nameWithType: ColliderDistance2D.isValid
  type: Property
- uid: UnityEngine.ColliderDistance2D.normal
  name: normal
  fullName: UnityEngine.ColliderDistance2D.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColliderDistance2D-normal.html
  commentId: P:UnityEngine.ColliderDistance2D.normal
  nameWithType: ColliderDistance2D.normal
  type: Property
- uid: UnityEngine.ColliderDistance2D.pointA
  name: pointA
  fullName: UnityEngine.ColliderDistance2D.pointA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColliderDistance2D-pointA.html
  commentId: P:UnityEngine.ColliderDistance2D.pointA
  nameWithType: ColliderDistance2D.pointA
  type: Property
- uid: UnityEngine.ColliderDistance2D.pointB
  name: pointB
  fullName: UnityEngine.ColliderDistance2D.pointB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColliderDistance2D-pointB.html
  commentId: P:UnityEngine.ColliderDistance2D.pointB
  nameWithType: ColliderDistance2D.pointB
  type: Property
- uid: UnityEngine.Collision
  name: Collision
  fullName: UnityEngine.Collision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision.html
  commentId: T:UnityEngine.Collision
  nameWithType: Collision
  type: Class
- uid: UnityEngine.Collision.collider
  name: collider
  fullName: UnityEngine.Collision.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-collider.html
  commentId: P:UnityEngine.Collision.collider
  nameWithType: Collision.collider
  type: Property
- uid: UnityEngine.Collision.contacts
  name: contacts
  fullName: UnityEngine.Collision.contacts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-contacts.html
  commentId: P:UnityEngine.Collision.contacts
  nameWithType: Collision.contacts
  type: Property
- uid: UnityEngine.Collision.frictionForceSum
  name: frictionForceSum
  fullName: UnityEngine.Collision.frictionForceSum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-frictionForceSum.html
  commentId: P:UnityEngine.Collision.frictionForceSum
  nameWithType: Collision.frictionForceSum
  type: Property
- uid: UnityEngine.Collision.gameObject
  name: gameObject
  fullName: UnityEngine.Collision.gameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-gameObject.html
  commentId: P:UnityEngine.Collision.gameObject
  nameWithType: Collision.gameObject
  type: Property
- uid: UnityEngine.Collision.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEngine.Collision.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision.GetEnumerator.html
  commentId: M:UnityEngine.Collision.GetEnumerator
  nameWithType: Collision.GetEnumerator()
  type: Method
- uid: UnityEngine.Collision.impactForceSum
  name: impactForceSum
  fullName: UnityEngine.Collision.impactForceSum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-impactForceSum.html
  commentId: P:UnityEngine.Collision.impactForceSum
  nameWithType: Collision.impactForceSum
  type: Property
- uid: UnityEngine.Collision.impulse
  name: impulse
  fullName: UnityEngine.Collision.impulse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-impulse.html
  commentId: P:UnityEngine.Collision.impulse
  nameWithType: Collision.impulse
  type: Property
- uid: UnityEngine.Collision.other
  name: other
  fullName: UnityEngine.Collision.other
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-other.html
  commentId: P:UnityEngine.Collision.other
  nameWithType: Collision.other
  type: Property
- uid: UnityEngine.Collision.relativeVelocity
  name: relativeVelocity
  fullName: UnityEngine.Collision.relativeVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-relativeVelocity.html
  commentId: P:UnityEngine.Collision.relativeVelocity
  nameWithType: Collision.relativeVelocity
  type: Property
- uid: UnityEngine.Collision.rigidbody
  name: rigidbody
  fullName: UnityEngine.Collision.rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-rigidbody.html
  commentId: P:UnityEngine.Collision.rigidbody
  nameWithType: Collision.rigidbody
  type: Property
- uid: UnityEngine.Collision.transform
  name: transform
  fullName: UnityEngine.Collision.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision-transform.html
  commentId: P:UnityEngine.Collision.transform
  nameWithType: Collision.transform
  type: Property
- uid: UnityEngine.Collision2D
  name: Collision2D
  fullName: UnityEngine.Collision2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D.html
  commentId: T:UnityEngine.Collision2D
  nameWithType: Collision2D
  type: Class
- uid: UnityEngine.Collision2D.collider
  name: collider
  fullName: UnityEngine.Collision2D.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-collider.html
  commentId: P:UnityEngine.Collision2D.collider
  nameWithType: Collision2D.collider
  type: Property
- uid: UnityEngine.Collision2D.contacts
  name: contacts
  fullName: UnityEngine.Collision2D.contacts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-contacts.html
  commentId: P:UnityEngine.Collision2D.contacts
  nameWithType: Collision2D.contacts
  type: Property
- uid: UnityEngine.Collision2D.enabled
  name: enabled
  fullName: UnityEngine.Collision2D.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-enabled.html
  commentId: P:UnityEngine.Collision2D.enabled
  nameWithType: Collision2D.enabled
  type: Property
- uid: UnityEngine.Collision2D.gameObject
  name: gameObject
  fullName: UnityEngine.Collision2D.gameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-gameObject.html
  commentId: P:UnityEngine.Collision2D.gameObject
  nameWithType: Collision2D.gameObject
  type: Property
- uid: UnityEngine.Collision2D.GetContacts(UnityEngine.ContactPoint2D[])
  name: GetContacts(ContactPoint2D[])
  fullName: UnityEngine.Collision2D.GetContacts(UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D.GetContacts.html
  commentId: M:UnityEngine.Collision2D.GetContacts(UnityEngine.ContactPoint2D[])
  nameWithType: Collision2D.GetContacts(ContactPoint2D[])
  type: Method
- uid: UnityEngine.Collision2D.otherCollider
  name: otherCollider
  fullName: UnityEngine.Collision2D.otherCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-otherCollider.html
  commentId: P:UnityEngine.Collision2D.otherCollider
  nameWithType: Collision2D.otherCollider
  type: Property
- uid: UnityEngine.Collision2D.otherRigidbody
  name: otherRigidbody
  fullName: UnityEngine.Collision2D.otherRigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-otherRigidbody.html
  commentId: P:UnityEngine.Collision2D.otherRigidbody
  nameWithType: Collision2D.otherRigidbody
  type: Property
- uid: UnityEngine.Collision2D.relativeVelocity
  name: relativeVelocity
  fullName: UnityEngine.Collision2D.relativeVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-relativeVelocity.html
  commentId: P:UnityEngine.Collision2D.relativeVelocity
  nameWithType: Collision2D.relativeVelocity
  type: Property
- uid: UnityEngine.Collision2D.rigidbody
  name: rigidbody
  fullName: UnityEngine.Collision2D.rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-rigidbody.html
  commentId: P:UnityEngine.Collision2D.rigidbody
  nameWithType: Collision2D.rigidbody
  type: Property
- uid: UnityEngine.Collision2D.transform
  name: transform
  fullName: UnityEngine.Collision2D.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Collision2D-transform.html
  commentId: P:UnityEngine.Collision2D.transform
  nameWithType: Collision2D.transform
  type: Property
- uid: UnityEngine.CollisionDetectionMode
  name: CollisionDetectionMode
  fullName: UnityEngine.CollisionDetectionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionDetectionMode.html
  commentId: T:UnityEngine.CollisionDetectionMode
  nameWithType: CollisionDetectionMode
  type: Enum
- uid: UnityEngine.CollisionDetectionMode.Continuous
  name: Continuous
  fullName: UnityEngine.CollisionDetectionMode.Continuous
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionDetectionMode.Continuous.html
  commentId: F:UnityEngine.CollisionDetectionMode.Continuous
  nameWithType: CollisionDetectionMode.Continuous
  type: Field
- uid: UnityEngine.CollisionDetectionMode.ContinuousDynamic
  name: ContinuousDynamic
  fullName: UnityEngine.CollisionDetectionMode.ContinuousDynamic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionDetectionMode.ContinuousDynamic.html
  commentId: F:UnityEngine.CollisionDetectionMode.ContinuousDynamic
  nameWithType: CollisionDetectionMode.ContinuousDynamic
  type: Field
- uid: UnityEngine.CollisionDetectionMode.Discrete
  name: Discrete
  fullName: UnityEngine.CollisionDetectionMode.Discrete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionDetectionMode.Discrete.html
  commentId: F:UnityEngine.CollisionDetectionMode.Discrete
  nameWithType: CollisionDetectionMode.Discrete
  type: Field
- uid: UnityEngine.CollisionDetectionMode2D
  name: CollisionDetectionMode2D
  fullName: UnityEngine.CollisionDetectionMode2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionDetectionMode2D.html
  commentId: T:UnityEngine.CollisionDetectionMode2D
  nameWithType: CollisionDetectionMode2D
  type: Enum
- uid: UnityEngine.CollisionDetectionMode2D.Continuous
  name: Continuous
  fullName: UnityEngine.CollisionDetectionMode2D.Continuous
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionDetectionMode2D.Continuous.html
  commentId: F:UnityEngine.CollisionDetectionMode2D.Continuous
  nameWithType: CollisionDetectionMode2D.Continuous
  type: Field
- uid: UnityEngine.CollisionDetectionMode2D.Discrete
  name: Discrete
  fullName: UnityEngine.CollisionDetectionMode2D.Discrete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionDetectionMode2D.Discrete.html
  commentId: F:UnityEngine.CollisionDetectionMode2D.Discrete
  nameWithType: CollisionDetectionMode2D.Discrete
  type: Field
- uid: UnityEngine.CollisionDetectionMode2D.None
  name: None
  fullName: UnityEngine.CollisionDetectionMode2D.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionDetectionMode2D.None.html
  commentId: F:UnityEngine.CollisionDetectionMode2D.None
  nameWithType: CollisionDetectionMode2D.None
  type: Field
- uid: UnityEngine.CollisionFlags
  name: CollisionFlags
  fullName: UnityEngine.CollisionFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionFlags.html
  commentId: T:UnityEngine.CollisionFlags
  nameWithType: CollisionFlags
  type: Enum
- uid: UnityEngine.CollisionFlags.Above
  name: Above
  fullName: UnityEngine.CollisionFlags.Above
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionFlags.Above.html
  commentId: F:UnityEngine.CollisionFlags.Above
  nameWithType: CollisionFlags.Above
  type: Field
- uid: UnityEngine.CollisionFlags.Below
  name: Below
  fullName: UnityEngine.CollisionFlags.Below
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionFlags.Below.html
  commentId: F:UnityEngine.CollisionFlags.Below
  nameWithType: CollisionFlags.Below
  type: Field
- uid: UnityEngine.CollisionFlags.CollidedAbove
  name: CollidedAbove
  fullName: UnityEngine.CollisionFlags.CollidedAbove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionFlags.CollidedAbove.html
  commentId: F:UnityEngine.CollisionFlags.CollidedAbove
  nameWithType: CollisionFlags.CollidedAbove
  type: Field
- uid: UnityEngine.CollisionFlags.CollidedBelow
  name: CollidedBelow
  fullName: UnityEngine.CollisionFlags.CollidedBelow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionFlags.CollidedBelow.html
  commentId: F:UnityEngine.CollisionFlags.CollidedBelow
  nameWithType: CollisionFlags.CollidedBelow
  type: Field
- uid: UnityEngine.CollisionFlags.CollidedSides
  name: CollidedSides
  fullName: UnityEngine.CollisionFlags.CollidedSides
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionFlags.CollidedSides.html
  commentId: F:UnityEngine.CollisionFlags.CollidedSides
  nameWithType: CollisionFlags.CollidedSides
  type: Field
- uid: UnityEngine.CollisionFlags.None
  name: None
  fullName: UnityEngine.CollisionFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionFlags.None.html
  commentId: F:UnityEngine.CollisionFlags.None
  nameWithType: CollisionFlags.None
  type: Field
- uid: UnityEngine.CollisionFlags.Sides
  name: Sides
  fullName: UnityEngine.CollisionFlags.Sides
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CollisionFlags.Sides.html
  commentId: F:UnityEngine.CollisionFlags.Sides
  nameWithType: CollisionFlags.Sides
  type: Field
- uid: UnityEngine.Color
  name: Color
  fullName: UnityEngine.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.html
  commentId: T:UnityEngine.Color
  nameWithType: Color
  type: Struct
- uid: UnityEngine.Color.#ctor(System.Single,System.Single,System.Single,System.Single)
  name: Color(float, float, float, float)
  fullName: UnityEngine.Color.Color(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-ctor.html
  commentId: M:UnityEngine.Color.#ctor(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Color.Color(float, float, float, float)
  type: Constructor
- uid: UnityEngine.Color.#ctor(System.Single,System.Single,System.Single)
  name: Color(float, float, float)
  fullName: UnityEngine.Color.Color(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-ctor.html
  commentId: M:UnityEngine.Color.#ctor(System.Single,System.Single,System.Single)
  nameWithType: Color.Color(float, float, float)
  type: Constructor
- uid: UnityEngine.Color.a
  name: a
  fullName: UnityEngine.Color.a
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-a.html
  commentId: F:UnityEngine.Color.a
  nameWithType: Color.a
  type: Field
- uid: UnityEngine.Color.b
  name: b
  fullName: UnityEngine.Color.b
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-b.html
  commentId: F:UnityEngine.Color.b
  nameWithType: Color.b
  type: Field
- uid: UnityEngine.Color.black
  name: black
  fullName: UnityEngine.Color.black
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-black.html
  commentId: P:UnityEngine.Color.black
  nameWithType: Color.black
  type: Property
- uid: UnityEngine.Color.blue
  name: blue
  fullName: UnityEngine.Color.blue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-blue.html
  commentId: P:UnityEngine.Color.blue
  nameWithType: Color.blue
  type: Property
- uid: UnityEngine.Color.clear
  name: clear
  fullName: UnityEngine.Color.clear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-clear.html
  commentId: P:UnityEngine.Color.clear
  nameWithType: Color.clear
  type: Property
- uid: UnityEngine.Color.cyan
  name: cyan
  fullName: UnityEngine.Color.cyan
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-cyan.html
  commentId: P:UnityEngine.Color.cyan
  nameWithType: Color.cyan
  type: Property
- uid: UnityEngine.Color.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Color.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.Equals.html
  commentId: M:UnityEngine.Color.Equals(System.Object)
  nameWithType: Color.Equals(object)
  type: Method
- uid: UnityEngine.Color.g
  name: g
  fullName: UnityEngine.Color.g
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-g.html
  commentId: F:UnityEngine.Color.g
  nameWithType: Color.g
  type: Field
- uid: UnityEngine.Color.gamma
  name: gamma
  fullName: UnityEngine.Color.gamma
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-gamma.html
  commentId: P:UnityEngine.Color.gamma
  nameWithType: Color.gamma
  type: Property
- uid: UnityEngine.Color.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Color.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.GetHashCode.html
  commentId: M:UnityEngine.Color.GetHashCode
  nameWithType: Color.GetHashCode()
  type: Method
- uid: UnityEngine.Color.gray
  name: gray
  fullName: UnityEngine.Color.gray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-gray.html
  commentId: P:UnityEngine.Color.gray
  nameWithType: Color.gray
  type: Property
- uid: UnityEngine.Color.grayscale
  name: grayscale
  fullName: UnityEngine.Color.grayscale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-grayscale.html
  commentId: P:UnityEngine.Color.grayscale
  nameWithType: Color.grayscale
  type: Property
- uid: UnityEngine.Color.green
  name: green
  fullName: UnityEngine.Color.green
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-green.html
  commentId: P:UnityEngine.Color.green
  nameWithType: Color.green
  type: Property
- uid: UnityEngine.Color.grey
  name: grey
  fullName: UnityEngine.Color.grey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-grey.html
  commentId: P:UnityEngine.Color.grey
  nameWithType: Color.grey
  type: Property
- uid: UnityEngine.Color.HSVToRGB(System.Single,System.Single,System.Single,System.Boolean)
  name: HSVToRGB(float, float, float, bool)
  fullName: UnityEngine.Color.HSVToRGB(float, float, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.HSVToRGB.html
  commentId: M:UnityEngine.Color.HSVToRGB(System.Single,System.Single,System.Single,System.Boolean)
  nameWithType: Color.HSVToRGB(float, float, float, bool)
  type: Method
- uid: UnityEngine.Color.HSVToRGB(System.Single,System.Single,System.Single)
  name: HSVToRGB(float, float, float)
  fullName: UnityEngine.Color.HSVToRGB(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.HSVToRGB.html
  commentId: M:UnityEngine.Color.HSVToRGB(System.Single,System.Single,System.Single)
  nameWithType: Color.HSVToRGB(float, float, float)
  type: Method
- uid: UnityEngine.Color.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Color.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.Item.html
  commentId: P:UnityEngine.Color.Item(System.Int32)
  nameWithType: Color.this[int]
  type: Property
- uid: UnityEngine.Color.Lerp(UnityEngine.Color,UnityEngine.Color,System.Single)
  name: Lerp(Color, Color, float)
  fullName: UnityEngine.Color.Lerp(UnityEngine.Color, UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.Lerp.html
  commentId: M:UnityEngine.Color.Lerp(UnityEngine.Color,UnityEngine.Color,System.Single)
  nameWithType: Color.Lerp(Color, Color, float)
  type: Method
- uid: UnityEngine.Color.LerpUnclamped(UnityEngine.Color,UnityEngine.Color,System.Single)
  name: LerpUnclamped(Color, Color, float)
  fullName: UnityEngine.Color.LerpUnclamped(UnityEngine.Color, UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.LerpUnclamped.html
  commentId: M:UnityEngine.Color.LerpUnclamped(UnityEngine.Color,UnityEngine.Color,System.Single)
  nameWithType: Color.LerpUnclamped(Color, Color, float)
  type: Method
- uid: UnityEngine.Color.linear
  name: linear
  fullName: UnityEngine.Color.linear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-linear.html
  commentId: P:UnityEngine.Color.linear
  nameWithType: Color.linear
  type: Property
- uid: UnityEngine.Color.magenta
  name: magenta
  fullName: UnityEngine.Color.magenta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-magenta.html
  commentId: P:UnityEngine.Color.magenta
  nameWithType: Color.magenta
  type: Property
- uid: UnityEngine.Color.maxColorComponent
  name: maxColorComponent
  fullName: UnityEngine.Color.maxColorComponent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-maxColorComponent.html
  commentId: P:UnityEngine.Color.maxColorComponent
  nameWithType: Color.maxColorComponent
  type: Property
- uid: UnityEngine.Color.op_Addition(UnityEngine.Color,UnityEngine.Color)
  name: operator +(Color, Color)
  fullName: UnityEngine.Color.operator +(UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-op_Addition.html
  commentId: M:UnityEngine.Color.op_Addition(UnityEngine.Color,UnityEngine.Color)
  nameWithType: Color.operator +(Color, Color)
  type: Operator
- uid: UnityEngine.Color.op_Division(UnityEngine.Color,System.Single)
  name: operator /(Color, float)
  fullName: UnityEngine.Color.operator /(UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-op_Division.html
  commentId: M:UnityEngine.Color.op_Division(UnityEngine.Color,System.Single)
  nameWithType: Color.operator /(Color, float)
  type: Operator
- uid: UnityEngine.Color.op_Equality(UnityEngine.Color,UnityEngine.Color)
  name: operator ==(Color, Color)
  fullName: UnityEngine.Color.operator ==(UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-op_Equality.html
  commentId: M:UnityEngine.Color.op_Equality(UnityEngine.Color,UnityEngine.Color)
  nameWithType: Color.operator ==(Color, Color)
  type: Operator
- uid: UnityEngine.Color.op_Implicit(UnityEngine.Color)~UnityEngine.Vector4
  name: implicit operator Vector4(Color)
  fullName: UnityEngine.Color.implicit operator UnityEngine.Vector4(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.op_Implicit~UnityEngine.Vector4.html
  commentId: M:UnityEngine.Color.op_Implicit(UnityEngine.Color)~UnityEngine.Vector4
  nameWithType: Color.implicit operator Vector4(Color)
  type: Operator
- uid: UnityEngine.Color.op_Implicit(UnityEngine.Vector4)~UnityEngine.Color
  name: implicit operator Color(Vector4)
  fullName: UnityEngine.Color.implicit operator UnityEngine.Color(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.op_Implicit~UnityEngine.Color.html
  commentId: M:UnityEngine.Color.op_Implicit(UnityEngine.Vector4)~UnityEngine.Color
  nameWithType: Color.implicit operator Color(Vector4)
  type: Operator
- uid: UnityEngine.Color.op_Inequality(UnityEngine.Color,UnityEngine.Color)
  name: operator !=(Color, Color)
  fullName: UnityEngine.Color.operator !=(UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-op_Inequality.html
  commentId: M:UnityEngine.Color.op_Inequality(UnityEngine.Color,UnityEngine.Color)
  nameWithType: Color.operator !=(Color, Color)
  type: Operator
- uid: UnityEngine.Color.op_Multiply(System.Single,UnityEngine.Color)
  name: operator *(float, Color)
  fullName: UnityEngine.Color.operator *(float, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-op_Multiply.html
  commentId: M:UnityEngine.Color.op_Multiply(System.Single,UnityEngine.Color)
  nameWithType: Color.operator *(float, Color)
  type: Operator
- uid: UnityEngine.Color.op_Multiply(UnityEngine.Color,System.Single)
  name: operator *(Color, float)
  fullName: UnityEngine.Color.operator *(UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-op_Multiply.html
  commentId: M:UnityEngine.Color.op_Multiply(UnityEngine.Color,System.Single)
  nameWithType: Color.operator *(Color, float)
  type: Operator
- uid: UnityEngine.Color.op_Multiply(UnityEngine.Color,UnityEngine.Color)
  name: operator *(Color, Color)
  fullName: UnityEngine.Color.operator *(UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-op_Multiply.html
  commentId: M:UnityEngine.Color.op_Multiply(UnityEngine.Color,UnityEngine.Color)
  nameWithType: Color.operator *(Color, Color)
  type: Operator
- uid: UnityEngine.Color.op_Subtraction(UnityEngine.Color,UnityEngine.Color)
  name: operator -(Color, Color)
  fullName: UnityEngine.Color.operator -(UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-op_Subtraction.html
  commentId: M:UnityEngine.Color.op_Subtraction(UnityEngine.Color,UnityEngine.Color)
  nameWithType: Color.operator -(Color, Color)
  type: Operator
- uid: UnityEngine.Color.r
  name: r
  fullName: UnityEngine.Color.r
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-r.html
  commentId: F:UnityEngine.Color.r
  nameWithType: Color.r
  type: Field
- uid: UnityEngine.Color.red
  name: red
  fullName: UnityEngine.Color.red
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-red.html
  commentId: P:UnityEngine.Color.red
  nameWithType: Color.red
  type: Property
- uid: UnityEngine.Color.RGBToHSV(UnityEngine.Color,System.Single@,System.Single@,System.Single@)
  name: RGBToHSV(Color, out float, out float, out float)
  fullName: UnityEngine.Color.RGBToHSV(UnityEngine.Color, out float, out float, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.RGBToHSV.html
  commentId: M:UnityEngine.Color.RGBToHSV(UnityEngine.Color,System.Single@,System.Single@,System.Single@)
  nameWithType: Color.RGBToHSV(Color, out float, out float, out float)
  type: Method
- uid: UnityEngine.Color.ToString
  name: ToString()
  fullName: UnityEngine.Color.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.ToString.html
  commentId: M:UnityEngine.Color.ToString
  nameWithType: Color.ToString()
  type: Method
- uid: UnityEngine.Color.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Color.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color.ToString.html
  commentId: M:UnityEngine.Color.ToString(System.String)
  nameWithType: Color.ToString(string)
  type: Method
- uid: UnityEngine.Color.white
  name: white
  fullName: UnityEngine.Color.white
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-white.html
  commentId: P:UnityEngine.Color.white
  nameWithType: Color.white
  type: Property
- uid: UnityEngine.Color.yellow
  name: yellow
  fullName: UnityEngine.Color.yellow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color-yellow.html
  commentId: P:UnityEngine.Color.yellow
  nameWithType: Color.yellow
  type: Property
- uid: UnityEngine.Color32
  name: Color32
  fullName: UnityEngine.Color32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32.html
  commentId: T:UnityEngine.Color32
  nameWithType: Color32
  type: Struct
- uid: UnityEngine.Color32.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)
  name: Color32(byte, byte, byte, byte)
  fullName: UnityEngine.Color32.Color32(byte, byte, byte, byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32-ctor.html
  commentId: M:UnityEngine.Color32.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)
  nameWithType: Color32.Color32(byte, byte, byte, byte)
  type: Constructor
- uid: UnityEngine.Color32.a
  name: a
  fullName: UnityEngine.Color32.a
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32-a.html
  commentId: F:UnityEngine.Color32.a
  nameWithType: Color32.a
  type: Field
- uid: UnityEngine.Color32.b
  name: b
  fullName: UnityEngine.Color32.b
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32-b.html
  commentId: F:UnityEngine.Color32.b
  nameWithType: Color32.b
  type: Field
- uid: UnityEngine.Color32.g
  name: g
  fullName: UnityEngine.Color32.g
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32-g.html
  commentId: F:UnityEngine.Color32.g
  nameWithType: Color32.g
  type: Field
- uid: UnityEngine.Color32.Lerp(UnityEngine.Color32,UnityEngine.Color32,System.Single)
  name: Lerp(Color32, Color32, float)
  fullName: UnityEngine.Color32.Lerp(UnityEngine.Color32, UnityEngine.Color32, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32.Lerp.html
  commentId: M:UnityEngine.Color32.Lerp(UnityEngine.Color32,UnityEngine.Color32,System.Single)
  nameWithType: Color32.Lerp(Color32, Color32, float)
  type: Method
- uid: UnityEngine.Color32.LerpUnclamped(UnityEngine.Color32,UnityEngine.Color32,System.Single)
  name: LerpUnclamped(Color32, Color32, float)
  fullName: UnityEngine.Color32.LerpUnclamped(UnityEngine.Color32, UnityEngine.Color32, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32.LerpUnclamped.html
  commentId: M:UnityEngine.Color32.LerpUnclamped(UnityEngine.Color32,UnityEngine.Color32,System.Single)
  nameWithType: Color32.LerpUnclamped(Color32, Color32, float)
  type: Method
- uid: UnityEngine.Color32.op_Implicit(UnityEngine.Color)~UnityEngine.Color32
  name: implicit operator Color32(Color)
  fullName: UnityEngine.Color32.implicit operator UnityEngine.Color32(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32.op_Implicit~UnityEngine.Color32.html
  commentId: M:UnityEngine.Color32.op_Implicit(UnityEngine.Color)~UnityEngine.Color32
  nameWithType: Color32.implicit operator Color32(Color)
  type: Operator
- uid: UnityEngine.Color32.op_Implicit(UnityEngine.Color32)~UnityEngine.Color
  name: implicit operator Color(Color32)
  fullName: UnityEngine.Color32.implicit operator UnityEngine.Color(UnityEngine.Color32)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32.op_Implicit~UnityEngine.Color.html
  commentId: M:UnityEngine.Color32.op_Implicit(UnityEngine.Color32)~UnityEngine.Color
  nameWithType: Color32.implicit operator Color(Color32)
  type: Operator
- uid: UnityEngine.Color32.r
  name: r
  fullName: UnityEngine.Color32.r
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32-r.html
  commentId: F:UnityEngine.Color32.r
  nameWithType: Color32.r
  type: Field
- uid: UnityEngine.Color32.ToString
  name: ToString()
  fullName: UnityEngine.Color32.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32.ToString.html
  commentId: M:UnityEngine.Color32.ToString
  nameWithType: Color32.ToString()
  type: Method
- uid: UnityEngine.Color32.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Color32.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Color32.ToString.html
  commentId: M:UnityEngine.Color32.ToString(System.String)
  nameWithType: Color32.ToString(string)
  type: Method
- uid: UnityEngine.ColorGamut
  name: ColorGamut
  fullName: UnityEngine.ColorGamut
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorGamut.html
  commentId: T:UnityEngine.ColorGamut
  nameWithType: ColorGamut
  type: Enum
- uid: UnityEngine.ColorGamut.DisplayP3
  name: DisplayP3
  fullName: UnityEngine.ColorGamut.DisplayP3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorGamut.DisplayP3.html
  commentId: F:UnityEngine.ColorGamut.DisplayP3
  nameWithType: ColorGamut.DisplayP3
  type: Field
- uid: UnityEngine.ColorGamut.DolbyHDR
  name: DolbyHDR
  fullName: UnityEngine.ColorGamut.DolbyHDR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorGamut.DolbyHDR.html
  commentId: F:UnityEngine.ColorGamut.DolbyHDR
  nameWithType: ColorGamut.DolbyHDR
  type: Field
- uid: UnityEngine.ColorGamut.HDR10
  name: HDR10
  fullName: UnityEngine.ColorGamut.HDR10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorGamut.HDR10.html
  commentId: F:UnityEngine.ColorGamut.HDR10
  nameWithType: ColorGamut.HDR10
  type: Field
- uid: UnityEngine.ColorGamut.Rec2020
  name: Rec2020
  fullName: UnityEngine.ColorGamut.Rec2020
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorGamut.Rec2020.html
  commentId: F:UnityEngine.ColorGamut.Rec2020
  nameWithType: ColorGamut.Rec2020
  type: Field
- uid: UnityEngine.ColorGamut.Rec709
  name: Rec709
  fullName: UnityEngine.ColorGamut.Rec709
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorGamut.Rec709.html
  commentId: F:UnityEngine.ColorGamut.Rec709
  nameWithType: ColorGamut.Rec709
  type: Field
- uid: UnityEngine.ColorGamut.sRGB
  name: sRGB
  fullName: UnityEngine.ColorGamut.sRGB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorGamut-sRGB.html
  commentId: F:UnityEngine.ColorGamut.sRGB
  nameWithType: ColorGamut.sRGB
  type: Field
- uid: UnityEngine.ColorSpace
  name: ColorSpace
  fullName: UnityEngine.ColorSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorSpace.html
  commentId: T:UnityEngine.ColorSpace
  nameWithType: ColorSpace
  type: Enum
- uid: UnityEngine.ColorSpace.Gamma
  name: Gamma
  fullName: UnityEngine.ColorSpace.Gamma
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorSpace.Gamma.html
  commentId: F:UnityEngine.ColorSpace.Gamma
  nameWithType: ColorSpace.Gamma
  type: Field
- uid: UnityEngine.ColorSpace.Linear
  name: Linear
  fullName: UnityEngine.ColorSpace.Linear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorSpace.Linear.html
  commentId: F:UnityEngine.ColorSpace.Linear
  nameWithType: ColorSpace.Linear
  type: Field
- uid: UnityEngine.ColorSpace.Uninitialized
  name: Uninitialized
  fullName: UnityEngine.ColorSpace.Uninitialized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorSpace.Uninitialized.html
  commentId: F:UnityEngine.ColorSpace.Uninitialized
  nameWithType: ColorSpace.Uninitialized
  type: Field
- uid: UnityEngine.ColorUsageAttribute
  name: ColorUsageAttribute
  fullName: UnityEngine.ColorUsageAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute.html
  commentId: T:UnityEngine.ColorUsageAttribute
  nameWithType: ColorUsageAttribute
  type: Class
- uid: UnityEngine.ColorUsageAttribute.#ctor(System.Boolean,System.Boolean,System.Single,System.Single,System.Single,System.Single)
  name: ColorUsageAttribute(bool, bool, float, float, float, float)
  fullName: UnityEngine.ColorUsageAttribute.ColorUsageAttribute(bool, bool, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute-ctor.html
  commentId: M:UnityEngine.ColorUsageAttribute.#ctor(System.Boolean,System.Boolean,System.Single,System.Single,System.Single,System.Single)
  nameWithType: ColorUsageAttribute.ColorUsageAttribute(bool, bool, float, float, float, float)
  type: Constructor
- uid: UnityEngine.ColorUsageAttribute.#ctor(System.Boolean)
  name: ColorUsageAttribute(bool)
  fullName: UnityEngine.ColorUsageAttribute.ColorUsageAttribute(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute-ctor.html
  commentId: M:UnityEngine.ColorUsageAttribute.#ctor(System.Boolean)
  nameWithType: ColorUsageAttribute.ColorUsageAttribute(bool)
  type: Constructor
- uid: UnityEngine.ColorUsageAttribute.hdr
  name: hdr
  fullName: UnityEngine.ColorUsageAttribute.hdr
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute-hdr.html
  commentId: F:UnityEngine.ColorUsageAttribute.hdr
  nameWithType: ColorUsageAttribute.hdr
  type: Field
- uid: UnityEngine.ColorUsageAttribute.maxBrightness
  name: maxBrightness
  fullName: UnityEngine.ColorUsageAttribute.maxBrightness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute-maxBrightness.html
  commentId: F:UnityEngine.ColorUsageAttribute.maxBrightness
  nameWithType: ColorUsageAttribute.maxBrightness
  type: Field
- uid: UnityEngine.ColorUsageAttribute.maxExposureValue
  name: maxExposureValue
  fullName: UnityEngine.ColorUsageAttribute.maxExposureValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute-maxExposureValue.html
  commentId: F:UnityEngine.ColorUsageAttribute.maxExposureValue
  nameWithType: ColorUsageAttribute.maxExposureValue
  type: Field
- uid: UnityEngine.ColorUsageAttribute.minBrightness
  name: minBrightness
  fullName: UnityEngine.ColorUsageAttribute.minBrightness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute-minBrightness.html
  commentId: F:UnityEngine.ColorUsageAttribute.minBrightness
  nameWithType: ColorUsageAttribute.minBrightness
  type: Field
- uid: UnityEngine.ColorUsageAttribute.minExposureValue
  name: minExposureValue
  fullName: UnityEngine.ColorUsageAttribute.minExposureValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute-minExposureValue.html
  commentId: F:UnityEngine.ColorUsageAttribute.minExposureValue
  nameWithType: ColorUsageAttribute.minExposureValue
  type: Field
- uid: UnityEngine.ColorUsageAttribute.showAlpha
  name: showAlpha
  fullName: UnityEngine.ColorUsageAttribute.showAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUsageAttribute-showAlpha.html
  commentId: F:UnityEngine.ColorUsageAttribute.showAlpha
  nameWithType: ColorUsageAttribute.showAlpha
  type: Field
- uid: UnityEngine.ColorUtility
  name: ColorUtility
  fullName: UnityEngine.ColorUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUtility.html
  commentId: T:UnityEngine.ColorUtility
  nameWithType: ColorUtility
  type: Class
- uid: UnityEngine.ColorUtility.ToHtmlStringRGB(UnityEngine.Color)
  name: ToHtmlStringRGB(Color)
  fullName: UnityEngine.ColorUtility.ToHtmlStringRGB(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUtility.ToHtmlStringRGB.html
  commentId: M:UnityEngine.ColorUtility.ToHtmlStringRGB(UnityEngine.Color)
  nameWithType: ColorUtility.ToHtmlStringRGB(Color)
  type: Method
- uid: UnityEngine.ColorUtility.ToHtmlStringRGBA(UnityEngine.Color)
  name: ToHtmlStringRGBA(Color)
  fullName: UnityEngine.ColorUtility.ToHtmlStringRGBA(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUtility.ToHtmlStringRGBA.html
  commentId: M:UnityEngine.ColorUtility.ToHtmlStringRGBA(UnityEngine.Color)
  nameWithType: ColorUtility.ToHtmlStringRGBA(Color)
  type: Method
- uid: UnityEngine.ColorUtility.TryParseHtmlString(System.String,UnityEngine.Color@)
  name: TryParseHtmlString(string, out Color)
  fullName: UnityEngine.ColorUtility.TryParseHtmlString(string, out UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ColorUtility.TryParseHtmlString.html
  commentId: M:UnityEngine.ColorUtility.TryParseHtmlString(System.String,UnityEngine.Color@)
  nameWithType: ColorUtility.TryParseHtmlString(string, out Color)
  type: Method
- uid: UnityEngine.CombineInstance
  name: CombineInstance
  fullName: UnityEngine.CombineInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CombineInstance.html
  commentId: T:UnityEngine.CombineInstance
  nameWithType: CombineInstance
  type: Struct
- uid: UnityEngine.CombineInstance.lightmapScaleOffset
  name: lightmapScaleOffset
  fullName: UnityEngine.CombineInstance.lightmapScaleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CombineInstance-lightmapScaleOffset.html
  commentId: P:UnityEngine.CombineInstance.lightmapScaleOffset
  nameWithType: CombineInstance.lightmapScaleOffset
  type: Property
- uid: UnityEngine.CombineInstance.mesh
  name: mesh
  fullName: UnityEngine.CombineInstance.mesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CombineInstance-mesh.html
  commentId: P:UnityEngine.CombineInstance.mesh
  nameWithType: CombineInstance.mesh
  type: Property
- uid: UnityEngine.CombineInstance.realtimeLightmapScaleOffset
  name: realtimeLightmapScaleOffset
  fullName: UnityEngine.CombineInstance.realtimeLightmapScaleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CombineInstance-realtimeLightmapScaleOffset.html
  commentId: P:UnityEngine.CombineInstance.realtimeLightmapScaleOffset
  nameWithType: CombineInstance.realtimeLightmapScaleOffset
  type: Property
- uid: UnityEngine.CombineInstance.subMeshIndex
  name: subMeshIndex
  fullName: UnityEngine.CombineInstance.subMeshIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CombineInstance-subMeshIndex.html
  commentId: P:UnityEngine.CombineInstance.subMeshIndex
  nameWithType: CombineInstance.subMeshIndex
  type: Property
- uid: UnityEngine.CombineInstance.transform
  name: transform
  fullName: UnityEngine.CombineInstance.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CombineInstance-transform.html
  commentId: P:UnityEngine.CombineInstance.transform
  nameWithType: CombineInstance.transform
  type: Property
- uid: UnityEngine.Compass
  name: Compass
  fullName: UnityEngine.Compass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compass.html
  commentId: T:UnityEngine.Compass
  nameWithType: Compass
  type: Class
- uid: UnityEngine.Compass.enabled
  name: enabled
  fullName: UnityEngine.Compass.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compass-enabled.html
  commentId: P:UnityEngine.Compass.enabled
  nameWithType: Compass.enabled
  type: Property
- uid: UnityEngine.Compass.headingAccuracy
  name: headingAccuracy
  fullName: UnityEngine.Compass.headingAccuracy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compass-headingAccuracy.html
  commentId: P:UnityEngine.Compass.headingAccuracy
  nameWithType: Compass.headingAccuracy
  type: Property
- uid: UnityEngine.Compass.magneticHeading
  name: magneticHeading
  fullName: UnityEngine.Compass.magneticHeading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compass-magneticHeading.html
  commentId: P:UnityEngine.Compass.magneticHeading
  nameWithType: Compass.magneticHeading
  type: Property
- uid: UnityEngine.Compass.rawVector
  name: rawVector
  fullName: UnityEngine.Compass.rawVector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compass-rawVector.html
  commentId: P:UnityEngine.Compass.rawVector
  nameWithType: Compass.rawVector
  type: Property
- uid: UnityEngine.Compass.timestamp
  name: timestamp
  fullName: UnityEngine.Compass.timestamp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compass-timestamp.html
  commentId: P:UnityEngine.Compass.timestamp
  nameWithType: Compass.timestamp
  type: Property
- uid: UnityEngine.Compass.trueHeading
  name: trueHeading
  fullName: UnityEngine.Compass.trueHeading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Compass-trueHeading.html
  commentId: P:UnityEngine.Compass.trueHeading
  nameWithType: Compass.trueHeading
  type: Property
- uid: UnityEngine.Component
  name: Component
  fullName: UnityEngine.Component
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.html
  commentId: T:UnityEngine.Component
  nameWithType: Component
  type: Class
- uid: UnityEngine.Component.animation
  name: animation
  fullName: UnityEngine.Component.animation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-animation.html
  commentId: P:UnityEngine.Component.animation
  nameWithType: Component.animation
  type: Property
- uid: UnityEngine.Component.audio
  name: audio
  fullName: UnityEngine.Component.audio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-audio.html
  commentId: P:UnityEngine.Component.audio
  nameWithType: Component.audio
  type: Property
- uid: UnityEngine.Component.BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions)
  name: BroadcastMessage(string, object, SendMessageOptions)
  fullName: UnityEngine.Component.BroadcastMessage(string, object, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.BroadcastMessage.html
  commentId: M:UnityEngine.Component.BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions)
  nameWithType: Component.BroadcastMessage(string, object, SendMessageOptions)
  type: Method
- uid: UnityEngine.Component.BroadcastMessage(System.String,System.Object)
  name: BroadcastMessage(string, object)
  fullName: UnityEngine.Component.BroadcastMessage(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.BroadcastMessage.html
  commentId: M:UnityEngine.Component.BroadcastMessage(System.String,System.Object)
  nameWithType: Component.BroadcastMessage(string, object)
  type: Method
- uid: UnityEngine.Component.BroadcastMessage(System.String,UnityEngine.SendMessageOptions)
  name: BroadcastMessage(string, SendMessageOptions)
  fullName: UnityEngine.Component.BroadcastMessage(string, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.BroadcastMessage.html
  commentId: M:UnityEngine.Component.BroadcastMessage(System.String,UnityEngine.SendMessageOptions)
  nameWithType: Component.BroadcastMessage(string, SendMessageOptions)
  type: Method
- uid: UnityEngine.Component.BroadcastMessage(System.String)
  name: BroadcastMessage(string)
  fullName: UnityEngine.Component.BroadcastMessage(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.BroadcastMessage.html
  commentId: M:UnityEngine.Component.BroadcastMessage(System.String)
  nameWithType: Component.BroadcastMessage(string)
  type: Method
- uid: UnityEngine.Component.camera
  name: camera
  fullName: UnityEngine.Component.camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-camera.html
  commentId: P:UnityEngine.Component.camera
  nameWithType: Component.camera
  type: Property
- uid: UnityEngine.Component.collider
  name: collider
  fullName: UnityEngine.Component.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-collider.html
  commentId: P:UnityEngine.Component.collider
  nameWithType: Component.collider
  type: Property
- uid: UnityEngine.Component.collider2D
  name: collider2D
  fullName: UnityEngine.Component.collider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-collider2D.html
  commentId: P:UnityEngine.Component.collider2D
  nameWithType: Component.collider2D
  type: Property
- uid: UnityEngine.Component.CompareTag(System.String)
  name: CompareTag(string)
  fullName: UnityEngine.Component.CompareTag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.CompareTag.html
  commentId: M:UnityEngine.Component.CompareTag(System.String)
  nameWithType: Component.CompareTag(string)
  type: Method
- uid: UnityEngine.Component.constantForce
  name: constantForce
  fullName: UnityEngine.Component.constantForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-constantForce.html
  commentId: P:UnityEngine.Component.constantForce
  nameWithType: Component.constantForce
  type: Property
- uid: UnityEngine.Component.gameObject
  name: gameObject
  fullName: UnityEngine.Component.gameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-gameObject.html
  commentId: P:UnityEngine.Component.gameObject
  nameWithType: Component.gameObject
  type: Property
- uid: UnityEngine.Component.GetComponent(System.String)
  name: GetComponent(string)
  fullName: UnityEngine.Component.GetComponent(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponent.html
  commentId: M:UnityEngine.Component.GetComponent(System.String)
  nameWithType: Component.GetComponent(string)
  type: Method
- uid: UnityEngine.Component.GetComponent(System.Type)
  name: GetComponent(Type)
  fullName: UnityEngine.Component.GetComponent(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponent.html
  commentId: M:UnityEngine.Component.GetComponent(System.Type)
  nameWithType: Component.GetComponent(Type)
  type: Method
- uid: UnityEngine.Component.GetComponent``1
  name: GetComponent<T>()
  fullName: UnityEngine.Component.GetComponent<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponent.html
  commentId: M:UnityEngine.Component.GetComponent``1
  nameWithType: Component.GetComponent<T>()
  type: Method
- uid: UnityEngine.Component.GetComponentInChildren(System.Type,System.Boolean)
  name: GetComponentInChildren(Type, bool)
  fullName: UnityEngine.Component.GetComponentInChildren(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentInChildren.html
  commentId: M:UnityEngine.Component.GetComponentInChildren(System.Type,System.Boolean)
  nameWithType: Component.GetComponentInChildren(Type, bool)
  type: Method
- uid: UnityEngine.Component.GetComponentInChildren(System.Type)
  name: GetComponentInChildren(Type)
  fullName: UnityEngine.Component.GetComponentInChildren(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentInChildren.html
  commentId: M:UnityEngine.Component.GetComponentInChildren(System.Type)
  nameWithType: Component.GetComponentInChildren(Type)
  type: Method
- uid: UnityEngine.Component.GetComponentInChildren``1
  name: GetComponentInChildren<T>()
  fullName: UnityEngine.Component.GetComponentInChildren<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentInChildren.html
  commentId: M:UnityEngine.Component.GetComponentInChildren``1
  nameWithType: Component.GetComponentInChildren<T>()
  type: Method
- uid: UnityEngine.Component.GetComponentInChildren``1(System.Boolean)
  name: GetComponentInChildren<T>(bool)
  fullName: UnityEngine.Component.GetComponentInChildren<T>(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentInChildren.html
  commentId: M:UnityEngine.Component.GetComponentInChildren``1(System.Boolean)
  nameWithType: Component.GetComponentInChildren<T>(bool)
  type: Method
- uid: UnityEngine.Component.GetComponentInParent(System.Type)
  name: GetComponentInParent(Type)
  fullName: UnityEngine.Component.GetComponentInParent(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentInParent.html
  commentId: M:UnityEngine.Component.GetComponentInParent(System.Type)
  nameWithType: Component.GetComponentInParent(Type)
  type: Method
- uid: UnityEngine.Component.GetComponentInParent``1
  name: GetComponentInParent<T>()
  fullName: UnityEngine.Component.GetComponentInParent<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentInParent.html
  commentId: M:UnityEngine.Component.GetComponentInParent``1
  nameWithType: Component.GetComponentInParent<T>()
  type: Method
- uid: UnityEngine.Component.GetComponents(System.Type,System.Collections.Generic.List{UnityEngine.Component})
  name: GetComponents(Type, List<Component>)
  fullName: UnityEngine.Component.GetComponents(System.Type, System.Collections.Generic.List<UnityEngine.Component>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponents.html
  commentId: M:UnityEngine.Component.GetComponents(System.Type,System.Collections.Generic.List{UnityEngine.Component})
  nameWithType: Component.GetComponents(Type, List<Component>)
  type: Method
- uid: UnityEngine.Component.GetComponents(System.Type)
  name: GetComponents(Type)
  fullName: UnityEngine.Component.GetComponents(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponents.html
  commentId: M:UnityEngine.Component.GetComponents(System.Type)
  nameWithType: Component.GetComponents(Type)
  type: Method
- uid: UnityEngine.Component.GetComponents``1
  name: GetComponents<T>()
  fullName: UnityEngine.Component.GetComponents<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponents.html
  commentId: M:UnityEngine.Component.GetComponents``1
  nameWithType: Component.GetComponents<T>()
  type: Method
- uid: UnityEngine.Component.GetComponents``1(System.Collections.Generic.List{``0})
  name: GetComponents<T>(List<T>)
  fullName: UnityEngine.Component.GetComponents<T>(System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponents.html
  commentId: M:UnityEngine.Component.GetComponents``1(System.Collections.Generic.List{``0})
  nameWithType: Component.GetComponents<T>(List<T>)
  type: Method
- uid: UnityEngine.Component.GetComponentsInChildren(System.Type,System.Boolean)
  name: GetComponentsInChildren(Type, bool)
  fullName: UnityEngine.Component.GetComponentsInChildren(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInChildren.html
  commentId: M:UnityEngine.Component.GetComponentsInChildren(System.Type,System.Boolean)
  nameWithType: Component.GetComponentsInChildren(Type, bool)
  type: Method
- uid: UnityEngine.Component.GetComponentsInChildren(System.Type)
  name: GetComponentsInChildren(Type)
  fullName: UnityEngine.Component.GetComponentsInChildren(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInChildren.html
  commentId: M:UnityEngine.Component.GetComponentsInChildren(System.Type)
  nameWithType: Component.GetComponentsInChildren(Type)
  type: Method
- uid: UnityEngine.Component.GetComponentsInChildren``1
  name: GetComponentsInChildren<T>()
  fullName: UnityEngine.Component.GetComponentsInChildren<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInChildren.html
  commentId: M:UnityEngine.Component.GetComponentsInChildren``1
  nameWithType: Component.GetComponentsInChildren<T>()
  type: Method
- uid: UnityEngine.Component.GetComponentsInChildren``1(System.Boolean,System.Collections.Generic.List{``0})
  name: GetComponentsInChildren<T>(bool, List<T>)
  fullName: UnityEngine.Component.GetComponentsInChildren<T>(bool, System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInChildren.html
  commentId: M:UnityEngine.Component.GetComponentsInChildren``1(System.Boolean,System.Collections.Generic.List{``0})
  nameWithType: Component.GetComponentsInChildren<T>(bool, List<T>)
  type: Method
- uid: UnityEngine.Component.GetComponentsInChildren``1(System.Boolean)
  name: GetComponentsInChildren<T>(bool)
  fullName: UnityEngine.Component.GetComponentsInChildren<T>(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInChildren.html
  commentId: M:UnityEngine.Component.GetComponentsInChildren``1(System.Boolean)
  nameWithType: Component.GetComponentsInChildren<T>(bool)
  type: Method
- uid: UnityEngine.Component.GetComponentsInChildren``1(System.Collections.Generic.List{``0})
  name: GetComponentsInChildren<T>(List<T>)
  fullName: UnityEngine.Component.GetComponentsInChildren<T>(System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInChildren.html
  commentId: M:UnityEngine.Component.GetComponentsInChildren``1(System.Collections.Generic.List{``0})
  nameWithType: Component.GetComponentsInChildren<T>(List<T>)
  type: Method
- uid: UnityEngine.Component.GetComponentsInParent(System.Type,System.Boolean)
  name: GetComponentsInParent(Type, bool)
  fullName: UnityEngine.Component.GetComponentsInParent(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInParent.html
  commentId: M:UnityEngine.Component.GetComponentsInParent(System.Type,System.Boolean)
  nameWithType: Component.GetComponentsInParent(Type, bool)
  type: Method
- uid: UnityEngine.Component.GetComponentsInParent(System.Type)
  name: GetComponentsInParent(Type)
  fullName: UnityEngine.Component.GetComponentsInParent(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInParent.html
  commentId: M:UnityEngine.Component.GetComponentsInParent(System.Type)
  nameWithType: Component.GetComponentsInParent(Type)
  type: Method
- uid: UnityEngine.Component.GetComponentsInParent``1
  name: GetComponentsInParent<T>()
  fullName: UnityEngine.Component.GetComponentsInParent<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInParent.html
  commentId: M:UnityEngine.Component.GetComponentsInParent``1
  nameWithType: Component.GetComponentsInParent<T>()
  type: Method
- uid: UnityEngine.Component.GetComponentsInParent``1(System.Boolean,System.Collections.Generic.List{``0})
  name: GetComponentsInParent<T>(bool, List<T>)
  fullName: UnityEngine.Component.GetComponentsInParent<T>(bool, System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInParent.html
  commentId: M:UnityEngine.Component.GetComponentsInParent``1(System.Boolean,System.Collections.Generic.List{``0})
  nameWithType: Component.GetComponentsInParent<T>(bool, List<T>)
  type: Method
- uid: UnityEngine.Component.GetComponentsInParent``1(System.Boolean)
  name: GetComponentsInParent<T>(bool)
  fullName: UnityEngine.Component.GetComponentsInParent<T>(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.GetComponentsInParent.html
  commentId: M:UnityEngine.Component.GetComponentsInParent``1(System.Boolean)
  nameWithType: Component.GetComponentsInParent<T>(bool)
  type: Method
- uid: UnityEngine.Component.guiElement
  name: guiElement
  fullName: UnityEngine.Component.guiElement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-guiElement.html
  commentId: P:UnityEngine.Component.guiElement
  nameWithType: Component.guiElement
  type: Property
- uid: UnityEngine.Component.guiText
  name: guiText
  fullName: UnityEngine.Component.guiText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-guiText.html
  commentId: P:UnityEngine.Component.guiText
  nameWithType: Component.guiText
  type: Property
- uid: UnityEngine.Component.guiTexture
  name: guiTexture
  fullName: UnityEngine.Component.guiTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-guiTexture.html
  commentId: P:UnityEngine.Component.guiTexture
  nameWithType: Component.guiTexture
  type: Property
- uid: UnityEngine.Component.hingeJoint
  name: hingeJoint
  fullName: UnityEngine.Component.hingeJoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-hingeJoint.html
  commentId: P:UnityEngine.Component.hingeJoint
  nameWithType: Component.hingeJoint
  type: Property
- uid: UnityEngine.Component.light
  name: light
  fullName: UnityEngine.Component.light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-light.html
  commentId: P:UnityEngine.Component.light
  nameWithType: Component.light
  type: Property
- uid: UnityEngine.Component.networkView
  name: networkView
  fullName: UnityEngine.Component.networkView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-networkView.html
  commentId: P:UnityEngine.Component.networkView
  nameWithType: Component.networkView
  type: Property
- uid: UnityEngine.Component.particleEmitter
  name: particleEmitter
  fullName: UnityEngine.Component.particleEmitter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-particleEmitter.html
  commentId: P:UnityEngine.Component.particleEmitter
  nameWithType: Component.particleEmitter
  type: Property
- uid: UnityEngine.Component.particleSystem
  name: particleSystem
  fullName: UnityEngine.Component.particleSystem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-particleSystem.html
  commentId: P:UnityEngine.Component.particleSystem
  nameWithType: Component.particleSystem
  type: Property
- uid: UnityEngine.Component.renderer
  name: renderer
  fullName: UnityEngine.Component.renderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-renderer.html
  commentId: P:UnityEngine.Component.renderer
  nameWithType: Component.renderer
  type: Property
- uid: UnityEngine.Component.rigidbody
  name: rigidbody
  fullName: UnityEngine.Component.rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-rigidbody.html
  commentId: P:UnityEngine.Component.rigidbody
  nameWithType: Component.rigidbody
  type: Property
- uid: UnityEngine.Component.rigidbody2D
  name: rigidbody2D
  fullName: UnityEngine.Component.rigidbody2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-rigidbody2D.html
  commentId: P:UnityEngine.Component.rigidbody2D
  nameWithType: Component.rigidbody2D
  type: Property
- uid: UnityEngine.Component.SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions)
  name: SendMessage(string, object, SendMessageOptions)
  fullName: UnityEngine.Component.SendMessage(string, object, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.SendMessage.html
  commentId: M:UnityEngine.Component.SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions)
  nameWithType: Component.SendMessage(string, object, SendMessageOptions)
  type: Method
- uid: UnityEngine.Component.SendMessage(System.String,System.Object)
  name: SendMessage(string, object)
  fullName: UnityEngine.Component.SendMessage(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.SendMessage.html
  commentId: M:UnityEngine.Component.SendMessage(System.String,System.Object)
  nameWithType: Component.SendMessage(string, object)
  type: Method
- uid: UnityEngine.Component.SendMessage(System.String,UnityEngine.SendMessageOptions)
  name: SendMessage(string, SendMessageOptions)
  fullName: UnityEngine.Component.SendMessage(string, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.SendMessage.html
  commentId: M:UnityEngine.Component.SendMessage(System.String,UnityEngine.SendMessageOptions)
  nameWithType: Component.SendMessage(string, SendMessageOptions)
  type: Method
- uid: UnityEngine.Component.SendMessage(System.String)
  name: SendMessage(string)
  fullName: UnityEngine.Component.SendMessage(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.SendMessage.html
  commentId: M:UnityEngine.Component.SendMessage(System.String)
  nameWithType: Component.SendMessage(string)
  type: Method
- uid: UnityEngine.Component.SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions)
  name: SendMessageUpwards(string, object, SendMessageOptions)
  fullName: UnityEngine.Component.SendMessageUpwards(string, object, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.SendMessageUpwards.html
  commentId: M:UnityEngine.Component.SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions)
  nameWithType: Component.SendMessageUpwards(string, object, SendMessageOptions)
  type: Method
- uid: UnityEngine.Component.SendMessageUpwards(System.String,System.Object)
  name: SendMessageUpwards(string, object)
  fullName: UnityEngine.Component.SendMessageUpwards(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.SendMessageUpwards.html
  commentId: M:UnityEngine.Component.SendMessageUpwards(System.String,System.Object)
  nameWithType: Component.SendMessageUpwards(string, object)
  type: Method
- uid: UnityEngine.Component.SendMessageUpwards(System.String,UnityEngine.SendMessageOptions)
  name: SendMessageUpwards(string, SendMessageOptions)
  fullName: UnityEngine.Component.SendMessageUpwards(string, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.SendMessageUpwards.html
  commentId: M:UnityEngine.Component.SendMessageUpwards(System.String,UnityEngine.SendMessageOptions)
  nameWithType: Component.SendMessageUpwards(string, SendMessageOptions)
  type: Method
- uid: UnityEngine.Component.SendMessageUpwards(System.String)
  name: SendMessageUpwards(string)
  fullName: UnityEngine.Component.SendMessageUpwards(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component.SendMessageUpwards.html
  commentId: M:UnityEngine.Component.SendMessageUpwards(System.String)
  nameWithType: Component.SendMessageUpwards(string)
  type: Method
- uid: UnityEngine.Component.tag
  name: tag
  fullName: UnityEngine.Component.tag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-tag.html
  commentId: P:UnityEngine.Component.tag
  nameWithType: Component.tag
  type: Property
- uid: UnityEngine.Component.transform
  name: transform
  fullName: UnityEngine.Component.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Component-transform.html
  commentId: P:UnityEngine.Component.transform
  nameWithType: Component.transform
  type: Property
- uid: UnityEngine.CompositeCollider2D
  name: CompositeCollider2D
  fullName: UnityEngine.CompositeCollider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.html
  commentId: T:UnityEngine.CompositeCollider2D
  nameWithType: CompositeCollider2D
  type: Class
- uid: UnityEngine.CompositeCollider2D.edgeRadius
  name: edgeRadius
  fullName: UnityEngine.CompositeCollider2D.edgeRadius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D-edgeRadius.html
  commentId: P:UnityEngine.CompositeCollider2D.edgeRadius
  nameWithType: CompositeCollider2D.edgeRadius
  type: Property
- uid: UnityEngine.CompositeCollider2D.GenerateGeometry
  name: GenerateGeometry()
  fullName: UnityEngine.CompositeCollider2D.GenerateGeometry()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GenerateGeometry.html
  commentId: M:UnityEngine.CompositeCollider2D.GenerateGeometry
  nameWithType: CompositeCollider2D.GenerateGeometry()
  type: Method
- uid: UnityEngine.CompositeCollider2D.generationType
  name: generationType
  fullName: UnityEngine.CompositeCollider2D.generationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D-generationType.html
  commentId: P:UnityEngine.CompositeCollider2D.generationType
  nameWithType: CompositeCollider2D.generationType
  type: Property
- uid: UnityEngine.CompositeCollider2D.GenerationType
  name: CompositeCollider2D.GenerationType
  fullName: UnityEngine.CompositeCollider2D.GenerationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GenerationType.html
  commentId: T:UnityEngine.CompositeCollider2D.GenerationType
  nameWithType: CompositeCollider2D.GenerationType
  type: Enum
- uid: UnityEngine.CompositeCollider2D.GenerationType.Manual
  name: Manual
  fullName: UnityEngine.CompositeCollider2D.GenerationType.Manual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GenerationType.Manual.html
  commentId: F:UnityEngine.CompositeCollider2D.GenerationType.Manual
  nameWithType: CompositeCollider2D.GenerationType.Manual
  type: Field
- uid: UnityEngine.CompositeCollider2D.GenerationType.Synchronous
  name: Synchronous
  fullName: UnityEngine.CompositeCollider2D.GenerationType.Synchronous
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GenerationType.Synchronous.html
  commentId: F:UnityEngine.CompositeCollider2D.GenerationType.Synchronous
  nameWithType: CompositeCollider2D.GenerationType.Synchronous
  type: Field
- uid: UnityEngine.CompositeCollider2D.geometryType
  name: geometryType
  fullName: UnityEngine.CompositeCollider2D.geometryType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D-geometryType.html
  commentId: P:UnityEngine.CompositeCollider2D.geometryType
  nameWithType: CompositeCollider2D.geometryType
  type: Property
- uid: UnityEngine.CompositeCollider2D.GeometryType
  name: CompositeCollider2D.GeometryType
  fullName: UnityEngine.CompositeCollider2D.GeometryType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GeometryType.html
  commentId: T:UnityEngine.CompositeCollider2D.GeometryType
  nameWithType: CompositeCollider2D.GeometryType
  type: Enum
- uid: UnityEngine.CompositeCollider2D.GeometryType.Outlines
  name: Outlines
  fullName: UnityEngine.CompositeCollider2D.GeometryType.Outlines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GeometryType.Outlines.html
  commentId: F:UnityEngine.CompositeCollider2D.GeometryType.Outlines
  nameWithType: CompositeCollider2D.GeometryType.Outlines
  type: Field
- uid: UnityEngine.CompositeCollider2D.GeometryType.Polygons
  name: Polygons
  fullName: UnityEngine.CompositeCollider2D.GeometryType.Polygons
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GeometryType.Polygons.html
  commentId: F:UnityEngine.CompositeCollider2D.GeometryType.Polygons
  nameWithType: CompositeCollider2D.GeometryType.Polygons
  type: Field
- uid: UnityEngine.CompositeCollider2D.GetPath(System.Int32,UnityEngine.Vector2[])
  name: GetPath(int, Vector2[])
  fullName: UnityEngine.CompositeCollider2D.GetPath(int, UnityEngine.Vector2[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GetPath.html
  commentId: M:UnityEngine.CompositeCollider2D.GetPath(System.Int32,UnityEngine.Vector2[])
  nameWithType: CompositeCollider2D.GetPath(int, Vector2[])
  type: Method
- uid: UnityEngine.CompositeCollider2D.GetPathPointCount(System.Int32)
  name: GetPathPointCount(int)
  fullName: UnityEngine.CompositeCollider2D.GetPathPointCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D.GetPathPointCount.html
  commentId: M:UnityEngine.CompositeCollider2D.GetPathPointCount(System.Int32)
  nameWithType: CompositeCollider2D.GetPathPointCount(int)
  type: Method
- uid: UnityEngine.CompositeCollider2D.pathCount
  name: pathCount
  fullName: UnityEngine.CompositeCollider2D.pathCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D-pathCount.html
  commentId: P:UnityEngine.CompositeCollider2D.pathCount
  nameWithType: CompositeCollider2D.pathCount
  type: Property
- uid: UnityEngine.CompositeCollider2D.pointCount
  name: pointCount
  fullName: UnityEngine.CompositeCollider2D.pointCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D-pointCount.html
  commentId: P:UnityEngine.CompositeCollider2D.pointCount
  nameWithType: CompositeCollider2D.pointCount
  type: Property
- uid: UnityEngine.CompositeCollider2D.vertexDistance
  name: vertexDistance
  fullName: UnityEngine.CompositeCollider2D.vertexDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CompositeCollider2D-vertexDistance.html
  commentId: P:UnityEngine.CompositeCollider2D.vertexDistance
  nameWithType: CompositeCollider2D.vertexDistance
  type: Property
- uid: UnityEngine.ComputeBuffer
  name: ComputeBuffer
  fullName: UnityEngine.ComputeBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.html
  commentId: T:UnityEngine.ComputeBuffer
  nameWithType: ComputeBuffer
  type: Class
- uid: UnityEngine.ComputeBuffer.#ctor(System.Int32,System.Int32,UnityEngine.ComputeBufferType)
  name: ComputeBuffer(int, int, ComputeBufferType)
  fullName: UnityEngine.ComputeBuffer.ComputeBuffer(int, int, UnityEngine.ComputeBufferType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer-ctor.html
  commentId: M:UnityEngine.ComputeBuffer.#ctor(System.Int32,System.Int32,UnityEngine.ComputeBufferType)
  nameWithType: ComputeBuffer.ComputeBuffer(int, int, ComputeBufferType)
  type: Constructor
- uid: UnityEngine.ComputeBuffer.#ctor(System.Int32,System.Int32)
  name: ComputeBuffer(int, int)
  fullName: UnityEngine.ComputeBuffer.ComputeBuffer(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer-ctor.html
  commentId: M:UnityEngine.ComputeBuffer.#ctor(System.Int32,System.Int32)
  nameWithType: ComputeBuffer.ComputeBuffer(int, int)
  type: Constructor
- uid: UnityEngine.ComputeBuffer.CopyCount(UnityEngine.ComputeBuffer,UnityEngine.ComputeBuffer,System.Int32)
  name: CopyCount(ComputeBuffer, ComputeBuffer, int)
  fullName: UnityEngine.ComputeBuffer.CopyCount(UnityEngine.ComputeBuffer, UnityEngine.ComputeBuffer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.CopyCount.html
  commentId: M:UnityEngine.ComputeBuffer.CopyCount(UnityEngine.ComputeBuffer,UnityEngine.ComputeBuffer,System.Int32)
  nameWithType: ComputeBuffer.CopyCount(ComputeBuffer, ComputeBuffer, int)
  type: Method
- uid: UnityEngine.ComputeBuffer.count
  name: count
  fullName: UnityEngine.ComputeBuffer.count
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer-count.html
  commentId: P:UnityEngine.ComputeBuffer.count
  nameWithType: ComputeBuffer.count
  type: Property
- uid: UnityEngine.ComputeBuffer.Dispose
  name: Dispose()
  fullName: UnityEngine.ComputeBuffer.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.Dispose.html
  commentId: M:UnityEngine.ComputeBuffer.Dispose
  nameWithType: ComputeBuffer.Dispose()
  type: Method
- uid: UnityEngine.ComputeBuffer.Finalize
  name: ~ComputeBuffer()
  fullName: UnityEngine.ComputeBuffer.~ComputeBuffer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.Finalize.html
  commentId: M:UnityEngine.ComputeBuffer.Finalize
  nameWithType: ComputeBuffer.~ComputeBuffer()
  type: Method
- uid: UnityEngine.ComputeBuffer.GetData(System.Array,System.Int32,System.Int32,System.Int32)
  name: GetData(Array, int, int, int)
  fullName: UnityEngine.ComputeBuffer.GetData(System.Array, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.GetData.html
  commentId: M:UnityEngine.ComputeBuffer.GetData(System.Array,System.Int32,System.Int32,System.Int32)
  nameWithType: ComputeBuffer.GetData(Array, int, int, int)
  type: Method
- uid: UnityEngine.ComputeBuffer.GetData(System.Array)
  name: GetData(Array)
  fullName: UnityEngine.ComputeBuffer.GetData(System.Array)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.GetData.html
  commentId: M:UnityEngine.ComputeBuffer.GetData(System.Array)
  nameWithType: ComputeBuffer.GetData(Array)
  type: Method
- uid: UnityEngine.ComputeBuffer.GetNativeBufferPtr
  name: GetNativeBufferPtr()
  fullName: UnityEngine.ComputeBuffer.GetNativeBufferPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.GetNativeBufferPtr.html
  commentId: M:UnityEngine.ComputeBuffer.GetNativeBufferPtr
  nameWithType: ComputeBuffer.GetNativeBufferPtr()
  type: Method
- uid: UnityEngine.ComputeBuffer.Release
  name: Release()
  fullName: UnityEngine.ComputeBuffer.Release()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.Release.html
  commentId: M:UnityEngine.ComputeBuffer.Release
  nameWithType: ComputeBuffer.Release()
  type: Method
- uid: UnityEngine.ComputeBuffer.SetCounterValue(System.UInt32)
  name: SetCounterValue(uint)
  fullName: UnityEngine.ComputeBuffer.SetCounterValue(uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.SetCounterValue.html
  commentId: M:UnityEngine.ComputeBuffer.SetCounterValue(System.UInt32)
  nameWithType: ComputeBuffer.SetCounterValue(uint)
  type: Method
- uid: UnityEngine.ComputeBuffer.SetData(System.Array,System.Int32,System.Int32,System.Int32)
  name: SetData(Array, int, int, int)
  fullName: UnityEngine.ComputeBuffer.SetData(System.Array, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.SetData.html
  commentId: M:UnityEngine.ComputeBuffer.SetData(System.Array,System.Int32,System.Int32,System.Int32)
  nameWithType: ComputeBuffer.SetData(Array, int, int, int)
  type: Method
- uid: UnityEngine.ComputeBuffer.SetData(System.Array)
  name: SetData(Array)
  fullName: UnityEngine.ComputeBuffer.SetData(System.Array)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer.SetData.html
  commentId: M:UnityEngine.ComputeBuffer.SetData(System.Array)
  nameWithType: ComputeBuffer.SetData(Array)
  type: Method
- uid: UnityEngine.ComputeBuffer.stride
  name: stride
  fullName: UnityEngine.ComputeBuffer.stride
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBuffer-stride.html
  commentId: P:UnityEngine.ComputeBuffer.stride
  nameWithType: ComputeBuffer.stride
  type: Property
- uid: UnityEngine.ComputeBufferType
  name: ComputeBufferType
  fullName: UnityEngine.ComputeBufferType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBufferType.html
  commentId: T:UnityEngine.ComputeBufferType
  nameWithType: ComputeBufferType
  type: Enum
- uid: UnityEngine.ComputeBufferType.Append
  name: Append
  fullName: UnityEngine.ComputeBufferType.Append
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBufferType.Append.html
  commentId: F:UnityEngine.ComputeBufferType.Append
  nameWithType: ComputeBufferType.Append
  type: Field
- uid: UnityEngine.ComputeBufferType.Counter
  name: Counter
  fullName: UnityEngine.ComputeBufferType.Counter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBufferType.Counter.html
  commentId: F:UnityEngine.ComputeBufferType.Counter
  nameWithType: ComputeBufferType.Counter
  type: Field
- uid: UnityEngine.ComputeBufferType.Default
  name: Default
  fullName: UnityEngine.ComputeBufferType.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBufferType.Default.html
  commentId: F:UnityEngine.ComputeBufferType.Default
  nameWithType: ComputeBufferType.Default
  type: Field
- uid: UnityEngine.ComputeBufferType.DrawIndirect
  name: DrawIndirect
  fullName: UnityEngine.ComputeBufferType.DrawIndirect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBufferType.DrawIndirect.html
  commentId: F:UnityEngine.ComputeBufferType.DrawIndirect
  nameWithType: ComputeBufferType.DrawIndirect
  type: Field
- uid: UnityEngine.ComputeBufferType.GPUMemory
  name: GPUMemory
  fullName: UnityEngine.ComputeBufferType.GPUMemory
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBufferType.GPUMemory.html
  commentId: F:UnityEngine.ComputeBufferType.GPUMemory
  nameWithType: ComputeBufferType.GPUMemory
  type: Field
- uid: UnityEngine.ComputeBufferType.IndirectArguments
  name: IndirectArguments
  fullName: UnityEngine.ComputeBufferType.IndirectArguments
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBufferType.IndirectArguments.html
  commentId: F:UnityEngine.ComputeBufferType.IndirectArguments
  nameWithType: ComputeBufferType.IndirectArguments
  type: Field
- uid: UnityEngine.ComputeBufferType.Raw
  name: Raw
  fullName: UnityEngine.ComputeBufferType.Raw
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeBufferType.Raw.html
  commentId: F:UnityEngine.ComputeBufferType.Raw
  nameWithType: ComputeBufferType.Raw
  type: Field
- uid: UnityEngine.ComputeShader
  name: ComputeShader
  fullName: UnityEngine.ComputeShader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.html
  commentId: T:UnityEngine.ComputeShader
  nameWithType: ComputeShader
  type: Class
- uid: UnityEngine.ComputeShader.Dispatch(System.Int32,System.Int32,System.Int32,System.Int32)
  name: Dispatch(int, int, int, int)
  fullName: UnityEngine.ComputeShader.Dispatch(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.Dispatch.html
  commentId: M:UnityEngine.ComputeShader.Dispatch(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: ComputeShader.Dispatch(int, int, int, int)
  type: Method
- uid: UnityEngine.ComputeShader.DispatchIndirect(System.Int32,UnityEngine.ComputeBuffer,System.UInt32)
  name: DispatchIndirect(int, ComputeBuffer, uint)
  fullName: UnityEngine.ComputeShader.DispatchIndirect(int, UnityEngine.ComputeBuffer, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.DispatchIndirect.html
  commentId: M:UnityEngine.ComputeShader.DispatchIndirect(System.Int32,UnityEngine.ComputeBuffer,System.UInt32)
  nameWithType: ComputeShader.DispatchIndirect(int, ComputeBuffer, uint)
  type: Method
- uid: UnityEngine.ComputeShader.DispatchIndirect(System.Int32,UnityEngine.ComputeBuffer)
  name: DispatchIndirect(int, ComputeBuffer)
  fullName: UnityEngine.ComputeShader.DispatchIndirect(int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.DispatchIndirect.html
  commentId: M:UnityEngine.ComputeShader.DispatchIndirect(System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: ComputeShader.DispatchIndirect(int, ComputeBuffer)
  type: Method
- uid: UnityEngine.ComputeShader.FindKernel(System.String)
  name: FindKernel(string)
  fullName: UnityEngine.ComputeShader.FindKernel(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.FindKernel.html
  commentId: M:UnityEngine.ComputeShader.FindKernel(System.String)
  nameWithType: ComputeShader.FindKernel(string)
  type: Method
- uid: UnityEngine.ComputeShader.GetKernelThreadGroupSizes(System.Int32,System.UInt32@,System.UInt32@,System.UInt32@)
  name: GetKernelThreadGroupSizes(int, out uint, out uint, out uint)
  fullName: UnityEngine.ComputeShader.GetKernelThreadGroupSizes(int, out uint, out uint, out uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.GetKernelThreadGroupSizes.html
  commentId: M:UnityEngine.ComputeShader.GetKernelThreadGroupSizes(System.Int32,System.UInt32@,System.UInt32@,System.UInt32@)
  nameWithType: ComputeShader.GetKernelThreadGroupSizes(int, out uint, out uint, out uint)
  type: Method
- uid: UnityEngine.ComputeShader.HasKernel(System.String)
  name: HasKernel(string)
  fullName: UnityEngine.ComputeShader.HasKernel(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.HasKernel.html
  commentId: M:UnityEngine.ComputeShader.HasKernel(System.String)
  nameWithType: ComputeShader.HasKernel(string)
  type: Method
- uid: UnityEngine.ComputeShader.SetBool(System.Int32,System.Boolean)
  name: SetBool(int, bool)
  fullName: UnityEngine.ComputeShader.SetBool(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetBool.html
  commentId: M:UnityEngine.ComputeShader.SetBool(System.Int32,System.Boolean)
  nameWithType: ComputeShader.SetBool(int, bool)
  type: Method
- uid: UnityEngine.ComputeShader.SetBool(System.String,System.Boolean)
  name: SetBool(string, bool)
  fullName: UnityEngine.ComputeShader.SetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetBool.html
  commentId: M:UnityEngine.ComputeShader.SetBool(System.String,System.Boolean)
  nameWithType: ComputeShader.SetBool(string, bool)
  type: Method
- uid: UnityEngine.ComputeShader.SetBuffer(System.Int32,System.Int32,UnityEngine.ComputeBuffer)
  name: SetBuffer(int, int, ComputeBuffer)
  fullName: UnityEngine.ComputeShader.SetBuffer(int, int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetBuffer.html
  commentId: M:UnityEngine.ComputeShader.SetBuffer(System.Int32,System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: ComputeShader.SetBuffer(int, int, ComputeBuffer)
  type: Method
- uid: UnityEngine.ComputeShader.SetBuffer(System.Int32,System.String,UnityEngine.ComputeBuffer)
  name: SetBuffer(int, string, ComputeBuffer)
  fullName: UnityEngine.ComputeShader.SetBuffer(int, string, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetBuffer.html
  commentId: M:UnityEngine.ComputeShader.SetBuffer(System.Int32,System.String,UnityEngine.ComputeBuffer)
  nameWithType: ComputeShader.SetBuffer(int, string, ComputeBuffer)
  type: Method
- uid: UnityEngine.ComputeShader.SetFloat(System.Int32,System.Single)
  name: SetFloat(int, float)
  fullName: UnityEngine.ComputeShader.SetFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetFloat.html
  commentId: M:UnityEngine.ComputeShader.SetFloat(System.Int32,System.Single)
  nameWithType: ComputeShader.SetFloat(int, float)
  type: Method
- uid: UnityEngine.ComputeShader.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEngine.ComputeShader.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetFloat.html
  commentId: M:UnityEngine.ComputeShader.SetFloat(System.String,System.Single)
  nameWithType: ComputeShader.SetFloat(string, float)
  type: Method
- uid: UnityEngine.ComputeShader.SetFloats(System.Int32,System.Single[])
  name: SetFloats(int, params float[])
  fullName: UnityEngine.ComputeShader.SetFloats(int, params float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetFloats.html
  commentId: M:UnityEngine.ComputeShader.SetFloats(System.Int32,System.Single[])
  nameWithType: ComputeShader.SetFloats(int, params float[])
  type: Method
- uid: UnityEngine.ComputeShader.SetFloats(System.String,System.Single[])
  name: SetFloats(string, params float[])
  fullName: UnityEngine.ComputeShader.SetFloats(string, params float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetFloats.html
  commentId: M:UnityEngine.ComputeShader.SetFloats(System.String,System.Single[])
  nameWithType: ComputeShader.SetFloats(string, params float[])
  type: Method
- uid: UnityEngine.ComputeShader.SetInt(System.Int32,System.Int32)
  name: SetInt(int, int)
  fullName: UnityEngine.ComputeShader.SetInt(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetInt.html
  commentId: M:UnityEngine.ComputeShader.SetInt(System.Int32,System.Int32)
  nameWithType: ComputeShader.SetInt(int, int)
  type: Method
- uid: UnityEngine.ComputeShader.SetInt(System.String,System.Int32)
  name: SetInt(string, int)
  fullName: UnityEngine.ComputeShader.SetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetInt.html
  commentId: M:UnityEngine.ComputeShader.SetInt(System.String,System.Int32)
  nameWithType: ComputeShader.SetInt(string, int)
  type: Method
- uid: UnityEngine.ComputeShader.SetInts(System.Int32,System.Int32[])
  name: SetInts(int, params int[])
  fullName: UnityEngine.ComputeShader.SetInts(int, params int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetInts.html
  commentId: M:UnityEngine.ComputeShader.SetInts(System.Int32,System.Int32[])
  nameWithType: ComputeShader.SetInts(int, params int[])
  type: Method
- uid: UnityEngine.ComputeShader.SetInts(System.String,System.Int32[])
  name: SetInts(string, params int[])
  fullName: UnityEngine.ComputeShader.SetInts(string, params int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetInts.html
  commentId: M:UnityEngine.ComputeShader.SetInts(System.String,System.Int32[])
  nameWithType: ComputeShader.SetInts(string, params int[])
  type: Method
- uid: UnityEngine.ComputeShader.SetTexture(System.Int32,System.Int32,UnityEngine.Texture)
  name: SetTexture(int, int, Texture)
  fullName: UnityEngine.ComputeShader.SetTexture(int, int, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetTexture.html
  commentId: M:UnityEngine.ComputeShader.SetTexture(System.Int32,System.Int32,UnityEngine.Texture)
  nameWithType: ComputeShader.SetTexture(int, int, Texture)
  type: Method
- uid: UnityEngine.ComputeShader.SetTexture(System.Int32,System.String,UnityEngine.Texture)
  name: SetTexture(int, string, Texture)
  fullName: UnityEngine.ComputeShader.SetTexture(int, string, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetTexture.html
  commentId: M:UnityEngine.ComputeShader.SetTexture(System.Int32,System.String,UnityEngine.Texture)
  nameWithType: ComputeShader.SetTexture(int, string, Texture)
  type: Method
- uid: UnityEngine.ComputeShader.SetTextureFromGlobal(System.Int32,System.Int32,System.Int32)
  name: SetTextureFromGlobal(int, int, int)
  fullName: UnityEngine.ComputeShader.SetTextureFromGlobal(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetTextureFromGlobal.html
  commentId: M:UnityEngine.ComputeShader.SetTextureFromGlobal(System.Int32,System.Int32,System.Int32)
  nameWithType: ComputeShader.SetTextureFromGlobal(int, int, int)
  type: Method
- uid: UnityEngine.ComputeShader.SetTextureFromGlobal(System.Int32,System.String,System.String)
  name: SetTextureFromGlobal(int, string, string)
  fullName: UnityEngine.ComputeShader.SetTextureFromGlobal(int, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetTextureFromGlobal.html
  commentId: M:UnityEngine.ComputeShader.SetTextureFromGlobal(System.Int32,System.String,System.String)
  nameWithType: ComputeShader.SetTextureFromGlobal(int, string, string)
  type: Method
- uid: UnityEngine.ComputeShader.SetVector(System.Int32,UnityEngine.Vector4)
  name: SetVector(int, Vector4)
  fullName: UnityEngine.ComputeShader.SetVector(int, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetVector.html
  commentId: M:UnityEngine.ComputeShader.SetVector(System.Int32,UnityEngine.Vector4)
  nameWithType: ComputeShader.SetVector(int, Vector4)
  type: Method
- uid: UnityEngine.ComputeShader.SetVector(System.String,UnityEngine.Vector4)
  name: SetVector(string, Vector4)
  fullName: UnityEngine.ComputeShader.SetVector(string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ComputeShader.SetVector.html
  commentId: M:UnityEngine.ComputeShader.SetVector(System.String,UnityEngine.Vector4)
  nameWithType: ComputeShader.SetVector(string, Vector4)
  type: Method
- uid: UnityEngine.ConfigurableJoint
  name: ConfigurableJoint
  fullName: UnityEngine.ConfigurableJoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint.html
  commentId: T:UnityEngine.ConfigurableJoint
  nameWithType: ConfigurableJoint
  type: Class
- uid: UnityEngine.ConfigurableJoint.angularXDrive
  name: angularXDrive
  fullName: UnityEngine.ConfigurableJoint.angularXDrive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularXDrive.html
  commentId: P:UnityEngine.ConfigurableJoint.angularXDrive
  nameWithType: ConfigurableJoint.angularXDrive
  type: Property
- uid: UnityEngine.ConfigurableJoint.angularXLimitSpring
  name: angularXLimitSpring
  fullName: UnityEngine.ConfigurableJoint.angularXLimitSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularXLimitSpring.html
  commentId: P:UnityEngine.ConfigurableJoint.angularXLimitSpring
  nameWithType: ConfigurableJoint.angularXLimitSpring
  type: Property
- uid: UnityEngine.ConfigurableJoint.angularXMotion
  name: angularXMotion
  fullName: UnityEngine.ConfigurableJoint.angularXMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularXMotion.html
  commentId: P:UnityEngine.ConfigurableJoint.angularXMotion
  nameWithType: ConfigurableJoint.angularXMotion
  type: Property
- uid: UnityEngine.ConfigurableJoint.angularYLimit
  name: angularYLimit
  fullName: UnityEngine.ConfigurableJoint.angularYLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularYLimit.html
  commentId: P:UnityEngine.ConfigurableJoint.angularYLimit
  nameWithType: ConfigurableJoint.angularYLimit
  type: Property
- uid: UnityEngine.ConfigurableJoint.angularYMotion
  name: angularYMotion
  fullName: UnityEngine.ConfigurableJoint.angularYMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularYMotion.html
  commentId: P:UnityEngine.ConfigurableJoint.angularYMotion
  nameWithType: ConfigurableJoint.angularYMotion
  type: Property
- uid: UnityEngine.ConfigurableJoint.angularYZDrive
  name: angularYZDrive
  fullName: UnityEngine.ConfigurableJoint.angularYZDrive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularYZDrive.html
  commentId: P:UnityEngine.ConfigurableJoint.angularYZDrive
  nameWithType: ConfigurableJoint.angularYZDrive
  type: Property
- uid: UnityEngine.ConfigurableJoint.angularYZLimitSpring
  name: angularYZLimitSpring
  fullName: UnityEngine.ConfigurableJoint.angularYZLimitSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularYZLimitSpring.html
  commentId: P:UnityEngine.ConfigurableJoint.angularYZLimitSpring
  nameWithType: ConfigurableJoint.angularYZLimitSpring
  type: Property
- uid: UnityEngine.ConfigurableJoint.angularZLimit
  name: angularZLimit
  fullName: UnityEngine.ConfigurableJoint.angularZLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularZLimit.html
  commentId: P:UnityEngine.ConfigurableJoint.angularZLimit
  nameWithType: ConfigurableJoint.angularZLimit
  type: Property
- uid: UnityEngine.ConfigurableJoint.angularZMotion
  name: angularZMotion
  fullName: UnityEngine.ConfigurableJoint.angularZMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-angularZMotion.html
  commentId: P:UnityEngine.ConfigurableJoint.angularZMotion
  nameWithType: ConfigurableJoint.angularZMotion
  type: Property
- uid: UnityEngine.ConfigurableJoint.configuredInWorldSpace
  name: configuredInWorldSpace
  fullName: UnityEngine.ConfigurableJoint.configuredInWorldSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-configuredInWorldSpace.html
  commentId: P:UnityEngine.ConfigurableJoint.configuredInWorldSpace
  nameWithType: ConfigurableJoint.configuredInWorldSpace
  type: Property
- uid: UnityEngine.ConfigurableJoint.highAngularXLimit
  name: highAngularXLimit
  fullName: UnityEngine.ConfigurableJoint.highAngularXLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-highAngularXLimit.html
  commentId: P:UnityEngine.ConfigurableJoint.highAngularXLimit
  nameWithType: ConfigurableJoint.highAngularXLimit
  type: Property
- uid: UnityEngine.ConfigurableJoint.linearLimit
  name: linearLimit
  fullName: UnityEngine.ConfigurableJoint.linearLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-linearLimit.html
  commentId: P:UnityEngine.ConfigurableJoint.linearLimit
  nameWithType: ConfigurableJoint.linearLimit
  type: Property
- uid: UnityEngine.ConfigurableJoint.linearLimitSpring
  name: linearLimitSpring
  fullName: UnityEngine.ConfigurableJoint.linearLimitSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-linearLimitSpring.html
  commentId: P:UnityEngine.ConfigurableJoint.linearLimitSpring
  nameWithType: ConfigurableJoint.linearLimitSpring
  type: Property
- uid: UnityEngine.ConfigurableJoint.lowAngularXLimit
  name: lowAngularXLimit
  fullName: UnityEngine.ConfigurableJoint.lowAngularXLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-lowAngularXLimit.html
  commentId: P:UnityEngine.ConfigurableJoint.lowAngularXLimit
  nameWithType: ConfigurableJoint.lowAngularXLimit
  type: Property
- uid: UnityEngine.ConfigurableJoint.projectionAngle
  name: projectionAngle
  fullName: UnityEngine.ConfigurableJoint.projectionAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-projectionAngle.html
  commentId: P:UnityEngine.ConfigurableJoint.projectionAngle
  nameWithType: ConfigurableJoint.projectionAngle
  type: Property
- uid: UnityEngine.ConfigurableJoint.projectionDistance
  name: projectionDistance
  fullName: UnityEngine.ConfigurableJoint.projectionDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-projectionDistance.html
  commentId: P:UnityEngine.ConfigurableJoint.projectionDistance
  nameWithType: ConfigurableJoint.projectionDistance
  type: Property
- uid: UnityEngine.ConfigurableJoint.projectionMode
  name: projectionMode
  fullName: UnityEngine.ConfigurableJoint.projectionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-projectionMode.html
  commentId: P:UnityEngine.ConfigurableJoint.projectionMode
  nameWithType: ConfigurableJoint.projectionMode
  type: Property
- uid: UnityEngine.ConfigurableJoint.rotationDriveMode
  name: rotationDriveMode
  fullName: UnityEngine.ConfigurableJoint.rotationDriveMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-rotationDriveMode.html
  commentId: P:UnityEngine.ConfigurableJoint.rotationDriveMode
  nameWithType: ConfigurableJoint.rotationDriveMode
  type: Property
- uid: UnityEngine.ConfigurableJoint.secondaryAxis
  name: secondaryAxis
  fullName: UnityEngine.ConfigurableJoint.secondaryAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-secondaryAxis.html
  commentId: P:UnityEngine.ConfigurableJoint.secondaryAxis
  nameWithType: ConfigurableJoint.secondaryAxis
  type: Property
- uid: UnityEngine.ConfigurableJoint.slerpDrive
  name: slerpDrive
  fullName: UnityEngine.ConfigurableJoint.slerpDrive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-slerpDrive.html
  commentId: P:UnityEngine.ConfigurableJoint.slerpDrive
  nameWithType: ConfigurableJoint.slerpDrive
  type: Property
- uid: UnityEngine.ConfigurableJoint.swapBodies
  name: swapBodies
  fullName: UnityEngine.ConfigurableJoint.swapBodies
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-swapBodies.html
  commentId: P:UnityEngine.ConfigurableJoint.swapBodies
  nameWithType: ConfigurableJoint.swapBodies
  type: Property
- uid: UnityEngine.ConfigurableJoint.targetAngularVelocity
  name: targetAngularVelocity
  fullName: UnityEngine.ConfigurableJoint.targetAngularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-targetAngularVelocity.html
  commentId: P:UnityEngine.ConfigurableJoint.targetAngularVelocity
  nameWithType: ConfigurableJoint.targetAngularVelocity
  type: Property
- uid: UnityEngine.ConfigurableJoint.targetPosition
  name: targetPosition
  fullName: UnityEngine.ConfigurableJoint.targetPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-targetPosition.html
  commentId: P:UnityEngine.ConfigurableJoint.targetPosition
  nameWithType: ConfigurableJoint.targetPosition
  type: Property
- uid: UnityEngine.ConfigurableJoint.targetRotation
  name: targetRotation
  fullName: UnityEngine.ConfigurableJoint.targetRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-targetRotation.html
  commentId: P:UnityEngine.ConfigurableJoint.targetRotation
  nameWithType: ConfigurableJoint.targetRotation
  type: Property
- uid: UnityEngine.ConfigurableJoint.targetVelocity
  name: targetVelocity
  fullName: UnityEngine.ConfigurableJoint.targetVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-targetVelocity.html
  commentId: P:UnityEngine.ConfigurableJoint.targetVelocity
  nameWithType: ConfigurableJoint.targetVelocity
  type: Property
- uid: UnityEngine.ConfigurableJoint.xDrive
  name: xDrive
  fullName: UnityEngine.ConfigurableJoint.xDrive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-xDrive.html
  commentId: P:UnityEngine.ConfigurableJoint.xDrive
  nameWithType: ConfigurableJoint.xDrive
  type: Property
- uid: UnityEngine.ConfigurableJoint.xMotion
  name: xMotion
  fullName: UnityEngine.ConfigurableJoint.xMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-xMotion.html
  commentId: P:UnityEngine.ConfigurableJoint.xMotion
  nameWithType: ConfigurableJoint.xMotion
  type: Property
- uid: UnityEngine.ConfigurableJoint.yDrive
  name: yDrive
  fullName: UnityEngine.ConfigurableJoint.yDrive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-yDrive.html
  commentId: P:UnityEngine.ConfigurableJoint.yDrive
  nameWithType: ConfigurableJoint.yDrive
  type: Property
- uid: UnityEngine.ConfigurableJoint.yMotion
  name: yMotion
  fullName: UnityEngine.ConfigurableJoint.yMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-yMotion.html
  commentId: P:UnityEngine.ConfigurableJoint.yMotion
  nameWithType: ConfigurableJoint.yMotion
  type: Property
- uid: UnityEngine.ConfigurableJoint.zDrive
  name: zDrive
  fullName: UnityEngine.ConfigurableJoint.zDrive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-zDrive.html
  commentId: P:UnityEngine.ConfigurableJoint.zDrive
  nameWithType: ConfigurableJoint.zDrive
  type: Property
- uid: UnityEngine.ConfigurableJoint.zMotion
  name: zMotion
  fullName: UnityEngine.ConfigurableJoint.zMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJoint-zMotion.html
  commentId: P:UnityEngine.ConfigurableJoint.zMotion
  nameWithType: ConfigurableJoint.zMotion
  type: Property
- uid: UnityEngine.ConfigurableJointMotion
  name: ConfigurableJointMotion
  fullName: UnityEngine.ConfigurableJointMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJointMotion.html
  commentId: T:UnityEngine.ConfigurableJointMotion
  nameWithType: ConfigurableJointMotion
  type: Enum
- uid: UnityEngine.ConfigurableJointMotion.Free
  name: Free
  fullName: UnityEngine.ConfigurableJointMotion.Free
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJointMotion.Free.html
  commentId: F:UnityEngine.ConfigurableJointMotion.Free
  nameWithType: ConfigurableJointMotion.Free
  type: Field
- uid: UnityEngine.ConfigurableJointMotion.Limited
  name: Limited
  fullName: UnityEngine.ConfigurableJointMotion.Limited
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJointMotion.Limited.html
  commentId: F:UnityEngine.ConfigurableJointMotion.Limited
  nameWithType: ConfigurableJointMotion.Limited
  type: Field
- uid: UnityEngine.ConfigurableJointMotion.Locked
  name: Locked
  fullName: UnityEngine.ConfigurableJointMotion.Locked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConfigurableJointMotion.Locked.html
  commentId: F:UnityEngine.ConfigurableJointMotion.Locked
  nameWithType: ConfigurableJointMotion.Locked
  type: Field
- uid: UnityEngine.ConnectionTesterStatus
  name: ConnectionTesterStatus
  fullName: UnityEngine.ConnectionTesterStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.html
  commentId: T:UnityEngine.ConnectionTesterStatus
  nameWithType: ConnectionTesterStatus
  type: Enum
- uid: UnityEngine.ConnectionTesterStatus.Error
  name: Error
  fullName: UnityEngine.ConnectionTesterStatus.Error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.Error.html
  commentId: F:UnityEngine.ConnectionTesterStatus.Error
  nameWithType: ConnectionTesterStatus.Error
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.LimitedNATPunchthroughPortRestricted
  name: LimitedNATPunchthroughPortRestricted
  fullName: UnityEngine.ConnectionTesterStatus.LimitedNATPunchthroughPortRestricted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.LimitedNATPunchthroughPortRestricted.html
  commentId: F:UnityEngine.ConnectionTesterStatus.LimitedNATPunchthroughPortRestricted
  nameWithType: ConnectionTesterStatus.LimitedNATPunchthroughPortRestricted
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.LimitedNATPunchthroughSymmetric
  name: LimitedNATPunchthroughSymmetric
  fullName: UnityEngine.ConnectionTesterStatus.LimitedNATPunchthroughSymmetric
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.LimitedNATPunchthroughSymmetric.html
  commentId: F:UnityEngine.ConnectionTesterStatus.LimitedNATPunchthroughSymmetric
  nameWithType: ConnectionTesterStatus.LimitedNATPunchthroughSymmetric
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.NATpunchthroughAddressRestrictedCone
  name: NATpunchthroughAddressRestrictedCone
  fullName: UnityEngine.ConnectionTesterStatus.NATpunchthroughAddressRestrictedCone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.NATpunchthroughAddressRestrictedCone.html
  commentId: F:UnityEngine.ConnectionTesterStatus.NATpunchthroughAddressRestrictedCone
  nameWithType: ConnectionTesterStatus.NATpunchthroughAddressRestrictedCone
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.NATpunchthroughFullCone
  name: NATpunchthroughFullCone
  fullName: UnityEngine.ConnectionTesterStatus.NATpunchthroughFullCone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.NATpunchthroughFullCone.html
  commentId: F:UnityEngine.ConnectionTesterStatus.NATpunchthroughFullCone
  nameWithType: ConnectionTesterStatus.NATpunchthroughFullCone
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.PrivateIPHasNATPunchThrough
  name: PrivateIPHasNATPunchThrough
  fullName: UnityEngine.ConnectionTesterStatus.PrivateIPHasNATPunchThrough
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.PrivateIPHasNATPunchThrough.html
  commentId: F:UnityEngine.ConnectionTesterStatus.PrivateIPHasNATPunchThrough
  nameWithType: ConnectionTesterStatus.PrivateIPHasNATPunchThrough
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.PrivateIPNoNATPunchthrough
  name: PrivateIPNoNATPunchthrough
  fullName: UnityEngine.ConnectionTesterStatus.PrivateIPNoNATPunchthrough
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.PrivateIPNoNATPunchthrough.html
  commentId: F:UnityEngine.ConnectionTesterStatus.PrivateIPNoNATPunchthrough
  nameWithType: ConnectionTesterStatus.PrivateIPNoNATPunchthrough
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.PublicIPIsConnectable
  name: PublicIPIsConnectable
  fullName: UnityEngine.ConnectionTesterStatus.PublicIPIsConnectable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.PublicIPIsConnectable.html
  commentId: F:UnityEngine.ConnectionTesterStatus.PublicIPIsConnectable
  nameWithType: ConnectionTesterStatus.PublicIPIsConnectable
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.PublicIPNoServerStarted
  name: PublicIPNoServerStarted
  fullName: UnityEngine.ConnectionTesterStatus.PublicIPNoServerStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.PublicIPNoServerStarted.html
  commentId: F:UnityEngine.ConnectionTesterStatus.PublicIPNoServerStarted
  nameWithType: ConnectionTesterStatus.PublicIPNoServerStarted
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.PublicIPPortBlocked
  name: PublicIPPortBlocked
  fullName: UnityEngine.ConnectionTesterStatus.PublicIPPortBlocked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.PublicIPPortBlocked.html
  commentId: F:UnityEngine.ConnectionTesterStatus.PublicIPPortBlocked
  nameWithType: ConnectionTesterStatus.PublicIPPortBlocked
  type: Field
- uid: UnityEngine.ConnectionTesterStatus.Undetermined
  name: Undetermined
  fullName: UnityEngine.ConnectionTesterStatus.Undetermined
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConnectionTesterStatus.Undetermined.html
  commentId: F:UnityEngine.ConnectionTesterStatus.Undetermined
  nameWithType: ConnectionTesterStatus.Undetermined
  type: Field
- uid: UnityEngine.ConstantForce
  name: ConstantForce
  fullName: UnityEngine.ConstantForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce.html
  commentId: T:UnityEngine.ConstantForce
  nameWithType: ConstantForce
  type: Class
- uid: UnityEngine.ConstantForce.force
  name: force
  fullName: UnityEngine.ConstantForce.force
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce-force.html
  commentId: P:UnityEngine.ConstantForce.force
  nameWithType: ConstantForce.force
  type: Property
- uid: UnityEngine.ConstantForce.relativeForce
  name: relativeForce
  fullName: UnityEngine.ConstantForce.relativeForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce-relativeForce.html
  commentId: P:UnityEngine.ConstantForce.relativeForce
  nameWithType: ConstantForce.relativeForce
  type: Property
- uid: UnityEngine.ConstantForce.relativeTorque
  name: relativeTorque
  fullName: UnityEngine.ConstantForce.relativeTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce-relativeTorque.html
  commentId: P:UnityEngine.ConstantForce.relativeTorque
  nameWithType: ConstantForce.relativeTorque
  type: Property
- uid: UnityEngine.ConstantForce.torque
  name: torque
  fullName: UnityEngine.ConstantForce.torque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce-torque.html
  commentId: P:UnityEngine.ConstantForce.torque
  nameWithType: ConstantForce.torque
  type: Property
- uid: UnityEngine.ConstantForce2D
  name: ConstantForce2D
  fullName: UnityEngine.ConstantForce2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce2D.html
  commentId: T:UnityEngine.ConstantForce2D
  nameWithType: ConstantForce2D
  type: Class
- uid: UnityEngine.ConstantForce2D.force
  name: force
  fullName: UnityEngine.ConstantForce2D.force
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce2D-force.html
  commentId: P:UnityEngine.ConstantForce2D.force
  nameWithType: ConstantForce2D.force
  type: Property
- uid: UnityEngine.ConstantForce2D.relativeForce
  name: relativeForce
  fullName: UnityEngine.ConstantForce2D.relativeForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce2D-relativeForce.html
  commentId: P:UnityEngine.ConstantForce2D.relativeForce
  nameWithType: ConstantForce2D.relativeForce
  type: Property
- uid: UnityEngine.ConstantForce2D.torque
  name: torque
  fullName: UnityEngine.ConstantForce2D.torque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ConstantForce2D-torque.html
  commentId: P:UnityEngine.ConstantForce2D.torque
  nameWithType: ConstantForce2D.torque
  type: Property
- uid: UnityEngine.ContactFilter2D
  name: ContactFilter2D
  fullName: UnityEngine.ContactFilter2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.html
  commentId: T:UnityEngine.ContactFilter2D
  nameWithType: ContactFilter2D
  type: Struct
- uid: UnityEngine.ContactFilter2D.ClearDepth
  name: ClearDepth()
  fullName: UnityEngine.ContactFilter2D.ClearDepth()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.ClearDepth.html
  commentId: M:UnityEngine.ContactFilter2D.ClearDepth
  nameWithType: ContactFilter2D.ClearDepth()
  type: Method
- uid: UnityEngine.ContactFilter2D.ClearLayerMask
  name: ClearLayerMask()
  fullName: UnityEngine.ContactFilter2D.ClearLayerMask()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.ClearLayerMask.html
  commentId: M:UnityEngine.ContactFilter2D.ClearLayerMask
  nameWithType: ContactFilter2D.ClearLayerMask()
  type: Method
- uid: UnityEngine.ContactFilter2D.ClearNormalAngle
  name: ClearNormalAngle()
  fullName: UnityEngine.ContactFilter2D.ClearNormalAngle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.ClearNormalAngle.html
  commentId: M:UnityEngine.ContactFilter2D.ClearNormalAngle
  nameWithType: ContactFilter2D.ClearNormalAngle()
  type: Method
- uid: UnityEngine.ContactFilter2D.isFiltering
  name: isFiltering
  fullName: UnityEngine.ContactFilter2D.isFiltering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-isFiltering.html
  commentId: P:UnityEngine.ContactFilter2D.isFiltering
  nameWithType: ContactFilter2D.isFiltering
  type: Property
- uid: UnityEngine.ContactFilter2D.IsFilteringDepth(UnityEngine.GameObject)
  name: IsFilteringDepth(GameObject)
  fullName: UnityEngine.ContactFilter2D.IsFilteringDepth(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.IsFilteringDepth.html
  commentId: M:UnityEngine.ContactFilter2D.IsFilteringDepth(UnityEngine.GameObject)
  nameWithType: ContactFilter2D.IsFilteringDepth(GameObject)
  type: Method
- uid: UnityEngine.ContactFilter2D.IsFilteringLayerMask(UnityEngine.GameObject)
  name: IsFilteringLayerMask(GameObject)
  fullName: UnityEngine.ContactFilter2D.IsFilteringLayerMask(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.IsFilteringLayerMask.html
  commentId: M:UnityEngine.ContactFilter2D.IsFilteringLayerMask(UnityEngine.GameObject)
  nameWithType: ContactFilter2D.IsFilteringLayerMask(GameObject)
  type: Method
- uid: UnityEngine.ContactFilter2D.IsFilteringNormalAngle(System.Single)
  name: IsFilteringNormalAngle(float)
  fullName: UnityEngine.ContactFilter2D.IsFilteringNormalAngle(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.IsFilteringNormalAngle.html
  commentId: M:UnityEngine.ContactFilter2D.IsFilteringNormalAngle(System.Single)
  nameWithType: ContactFilter2D.IsFilteringNormalAngle(float)
  type: Method
- uid: UnityEngine.ContactFilter2D.IsFilteringNormalAngle(UnityEngine.Vector2)
  name: IsFilteringNormalAngle(Vector2)
  fullName: UnityEngine.ContactFilter2D.IsFilteringNormalAngle(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.IsFilteringNormalAngle.html
  commentId: M:UnityEngine.ContactFilter2D.IsFilteringNormalAngle(UnityEngine.Vector2)
  nameWithType: ContactFilter2D.IsFilteringNormalAngle(Vector2)
  type: Method
- uid: UnityEngine.ContactFilter2D.IsFilteringTrigger(UnityEngine.Collider2D)
  name: IsFilteringTrigger(Collider2D)
  fullName: UnityEngine.ContactFilter2D.IsFilteringTrigger(UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.IsFilteringTrigger.html
  commentId: M:UnityEngine.ContactFilter2D.IsFilteringTrigger(UnityEngine.Collider2D)
  nameWithType: ContactFilter2D.IsFilteringTrigger(Collider2D)
  type: Method
- uid: UnityEngine.ContactFilter2D.layerMask
  name: layerMask
  fullName: UnityEngine.ContactFilter2D.layerMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-layerMask.html
  commentId: F:UnityEngine.ContactFilter2D.layerMask
  nameWithType: ContactFilter2D.layerMask
  type: Field
- uid: UnityEngine.ContactFilter2D.maxDepth
  name: maxDepth
  fullName: UnityEngine.ContactFilter2D.maxDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-maxDepth.html
  commentId: F:UnityEngine.ContactFilter2D.maxDepth
  nameWithType: ContactFilter2D.maxDepth
  type: Field
- uid: UnityEngine.ContactFilter2D.maxNormalAngle
  name: maxNormalAngle
  fullName: UnityEngine.ContactFilter2D.maxNormalAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-maxNormalAngle.html
  commentId: F:UnityEngine.ContactFilter2D.maxNormalAngle
  nameWithType: ContactFilter2D.maxNormalAngle
  type: Field
- uid: UnityEngine.ContactFilter2D.minDepth
  name: minDepth
  fullName: UnityEngine.ContactFilter2D.minDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-minDepth.html
  commentId: F:UnityEngine.ContactFilter2D.minDepth
  nameWithType: ContactFilter2D.minDepth
  type: Field
- uid: UnityEngine.ContactFilter2D.minNormalAngle
  name: minNormalAngle
  fullName: UnityEngine.ContactFilter2D.minNormalAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-minNormalAngle.html
  commentId: F:UnityEngine.ContactFilter2D.minNormalAngle
  nameWithType: ContactFilter2D.minNormalAngle
  type: Field
- uid: UnityEngine.ContactFilter2D.NoFilter
  name: NoFilter()
  fullName: UnityEngine.ContactFilter2D.NoFilter()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.NoFilter.html
  commentId: M:UnityEngine.ContactFilter2D.NoFilter
  nameWithType: ContactFilter2D.NoFilter()
  type: Method
- uid: UnityEngine.ContactFilter2D.NormalAngleUpperLimit
  name: NormalAngleUpperLimit
  fullName: UnityEngine.ContactFilter2D.NormalAngleUpperLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.NormalAngleUpperLimit.html
  commentId: F:UnityEngine.ContactFilter2D.NormalAngleUpperLimit
  nameWithType: ContactFilter2D.NormalAngleUpperLimit
  type: Field
- uid: UnityEngine.ContactFilter2D.SetDepth(System.Single,System.Single)
  name: SetDepth(float, float)
  fullName: UnityEngine.ContactFilter2D.SetDepth(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.SetDepth.html
  commentId: M:UnityEngine.ContactFilter2D.SetDepth(System.Single,System.Single)
  nameWithType: ContactFilter2D.SetDepth(float, float)
  type: Method
- uid: UnityEngine.ContactFilter2D.SetLayerMask(UnityEngine.LayerMask)
  name: SetLayerMask(LayerMask)
  fullName: UnityEngine.ContactFilter2D.SetLayerMask(UnityEngine.LayerMask)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.SetLayerMask.html
  commentId: M:UnityEngine.ContactFilter2D.SetLayerMask(UnityEngine.LayerMask)
  nameWithType: ContactFilter2D.SetLayerMask(LayerMask)
  type: Method
- uid: UnityEngine.ContactFilter2D.SetNormalAngle(System.Single,System.Single)
  name: SetNormalAngle(float, float)
  fullName: UnityEngine.ContactFilter2D.SetNormalAngle(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D.SetNormalAngle.html
  commentId: M:UnityEngine.ContactFilter2D.SetNormalAngle(System.Single,System.Single)
  nameWithType: ContactFilter2D.SetNormalAngle(float, float)
  type: Method
- uid: UnityEngine.ContactFilter2D.useDepth
  name: useDepth
  fullName: UnityEngine.ContactFilter2D.useDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-useDepth.html
  commentId: F:UnityEngine.ContactFilter2D.useDepth
  nameWithType: ContactFilter2D.useDepth
  type: Field
- uid: UnityEngine.ContactFilter2D.useLayerMask
  name: useLayerMask
  fullName: UnityEngine.ContactFilter2D.useLayerMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-useLayerMask.html
  commentId: F:UnityEngine.ContactFilter2D.useLayerMask
  nameWithType: ContactFilter2D.useLayerMask
  type: Field
- uid: UnityEngine.ContactFilter2D.useNormalAngle
  name: useNormalAngle
  fullName: UnityEngine.ContactFilter2D.useNormalAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-useNormalAngle.html
  commentId: F:UnityEngine.ContactFilter2D.useNormalAngle
  nameWithType: ContactFilter2D.useNormalAngle
  type: Field
- uid: UnityEngine.ContactFilter2D.useOutsideDepth
  name: useOutsideDepth
  fullName: UnityEngine.ContactFilter2D.useOutsideDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-useOutsideDepth.html
  commentId: F:UnityEngine.ContactFilter2D.useOutsideDepth
  nameWithType: ContactFilter2D.useOutsideDepth
  type: Field
- uid: UnityEngine.ContactFilter2D.useOutsideNormalAngle
  name: useOutsideNormalAngle
  fullName: UnityEngine.ContactFilter2D.useOutsideNormalAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-useOutsideNormalAngle.html
  commentId: F:UnityEngine.ContactFilter2D.useOutsideNormalAngle
  nameWithType: ContactFilter2D.useOutsideNormalAngle
  type: Field
- uid: UnityEngine.ContactFilter2D.useTriggers
  name: useTriggers
  fullName: UnityEngine.ContactFilter2D.useTriggers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactFilter2D-useTriggers.html
  commentId: F:UnityEngine.ContactFilter2D.useTriggers
  nameWithType: ContactFilter2D.useTriggers
  type: Field
- uid: UnityEngine.ContactPoint
  name: ContactPoint
  fullName: UnityEngine.ContactPoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint.html
  commentId: T:UnityEngine.ContactPoint
  nameWithType: ContactPoint
  type: Struct
- uid: UnityEngine.ContactPoint.normal
  name: normal
  fullName: UnityEngine.ContactPoint.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint-normal.html
  commentId: P:UnityEngine.ContactPoint.normal
  nameWithType: ContactPoint.normal
  type: Property
- uid: UnityEngine.ContactPoint.otherCollider
  name: otherCollider
  fullName: UnityEngine.ContactPoint.otherCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint-otherCollider.html
  commentId: P:UnityEngine.ContactPoint.otherCollider
  nameWithType: ContactPoint.otherCollider
  type: Property
- uid: UnityEngine.ContactPoint.point
  name: point
  fullName: UnityEngine.ContactPoint.point
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint-point.html
  commentId: P:UnityEngine.ContactPoint.point
  nameWithType: ContactPoint.point
  type: Property
- uid: UnityEngine.ContactPoint.separation
  name: separation
  fullName: UnityEngine.ContactPoint.separation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint-separation.html
  commentId: P:UnityEngine.ContactPoint.separation
  nameWithType: ContactPoint.separation
  type: Property
- uid: UnityEngine.ContactPoint.thisCollider
  name: thisCollider
  fullName: UnityEngine.ContactPoint.thisCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint-thisCollider.html
  commentId: P:UnityEngine.ContactPoint.thisCollider
  nameWithType: ContactPoint.thisCollider
  type: Property
- uid: UnityEngine.ContactPoint2D
  name: ContactPoint2D
  fullName: UnityEngine.ContactPoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D.html
  commentId: T:UnityEngine.ContactPoint2D
  nameWithType: ContactPoint2D
  type: Struct
- uid: UnityEngine.ContactPoint2D.collider
  name: collider
  fullName: UnityEngine.ContactPoint2D.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-collider.html
  commentId: P:UnityEngine.ContactPoint2D.collider
  nameWithType: ContactPoint2D.collider
  type: Property
- uid: UnityEngine.ContactPoint2D.enabled
  name: enabled
  fullName: UnityEngine.ContactPoint2D.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-enabled.html
  commentId: P:UnityEngine.ContactPoint2D.enabled
  nameWithType: ContactPoint2D.enabled
  type: Property
- uid: UnityEngine.ContactPoint2D.normal
  name: normal
  fullName: UnityEngine.ContactPoint2D.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-normal.html
  commentId: P:UnityEngine.ContactPoint2D.normal
  nameWithType: ContactPoint2D.normal
  type: Property
- uid: UnityEngine.ContactPoint2D.normalImpulse
  name: normalImpulse
  fullName: UnityEngine.ContactPoint2D.normalImpulse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-normalImpulse.html
  commentId: P:UnityEngine.ContactPoint2D.normalImpulse
  nameWithType: ContactPoint2D.normalImpulse
  type: Property
- uid: UnityEngine.ContactPoint2D.otherCollider
  name: otherCollider
  fullName: UnityEngine.ContactPoint2D.otherCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-otherCollider.html
  commentId: P:UnityEngine.ContactPoint2D.otherCollider
  nameWithType: ContactPoint2D.otherCollider
  type: Property
- uid: UnityEngine.ContactPoint2D.otherRigidbody
  name: otherRigidbody
  fullName: UnityEngine.ContactPoint2D.otherRigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-otherRigidbody.html
  commentId: P:UnityEngine.ContactPoint2D.otherRigidbody
  nameWithType: ContactPoint2D.otherRigidbody
  type: Property
- uid: UnityEngine.ContactPoint2D.point
  name: point
  fullName: UnityEngine.ContactPoint2D.point
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-point.html
  commentId: P:UnityEngine.ContactPoint2D.point
  nameWithType: ContactPoint2D.point
  type: Property
- uid: UnityEngine.ContactPoint2D.relativeVelocity
  name: relativeVelocity
  fullName: UnityEngine.ContactPoint2D.relativeVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-relativeVelocity.html
  commentId: P:UnityEngine.ContactPoint2D.relativeVelocity
  nameWithType: ContactPoint2D.relativeVelocity
  type: Property
- uid: UnityEngine.ContactPoint2D.rigidbody
  name: rigidbody
  fullName: UnityEngine.ContactPoint2D.rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-rigidbody.html
  commentId: P:UnityEngine.ContactPoint2D.rigidbody
  nameWithType: ContactPoint2D.rigidbody
  type: Property
- uid: UnityEngine.ContactPoint2D.separation
  name: separation
  fullName: UnityEngine.ContactPoint2D.separation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-separation.html
  commentId: P:UnityEngine.ContactPoint2D.separation
  nameWithType: ContactPoint2D.separation
  type: Property
- uid: UnityEngine.ContactPoint2D.tangentImpulse
  name: tangentImpulse
  fullName: UnityEngine.ContactPoint2D.tangentImpulse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContactPoint2D-tangentImpulse.html
  commentId: P:UnityEngine.ContactPoint2D.tangentImpulse
  nameWithType: ContactPoint2D.tangentImpulse
  type: Property
- uid: UnityEngine.ContextMenu
  name: ContextMenu
  fullName: UnityEngine.ContextMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenu.html
  commentId: T:UnityEngine.ContextMenu
  nameWithType: ContextMenu
  type: Class
- uid: UnityEngine.ContextMenu.#ctor(System.String,System.Boolean,System.Int32)
  name: ContextMenu(string, bool, int)
  fullName: UnityEngine.ContextMenu.ContextMenu(string, bool, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenu-ctor.html
  commentId: M:UnityEngine.ContextMenu.#ctor(System.String,System.Boolean,System.Int32)
  nameWithType: ContextMenu.ContextMenu(string, bool, int)
  type: Constructor
- uid: UnityEngine.ContextMenu.#ctor(System.String,System.Boolean)
  name: ContextMenu(string, bool)
  fullName: UnityEngine.ContextMenu.ContextMenu(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenu-ctor.html
  commentId: M:UnityEngine.ContextMenu.#ctor(System.String,System.Boolean)
  nameWithType: ContextMenu.ContextMenu(string, bool)
  type: Constructor
- uid: UnityEngine.ContextMenu.#ctor(System.String)
  name: ContextMenu(string)
  fullName: UnityEngine.ContextMenu.ContextMenu(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenu-ctor.html
  commentId: M:UnityEngine.ContextMenu.#ctor(System.String)
  nameWithType: ContextMenu.ContextMenu(string)
  type: Constructor
- uid: UnityEngine.ContextMenu.menuItem
  name: menuItem
  fullName: UnityEngine.ContextMenu.menuItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenu-menuItem.html
  commentId: F:UnityEngine.ContextMenu.menuItem
  nameWithType: ContextMenu.menuItem
  type: Field
- uid: UnityEngine.ContextMenu.priority
  name: priority
  fullName: UnityEngine.ContextMenu.priority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenu-priority.html
  commentId: F:UnityEngine.ContextMenu.priority
  nameWithType: ContextMenu.priority
  type: Field
- uid: UnityEngine.ContextMenu.validate
  name: validate
  fullName: UnityEngine.ContextMenu.validate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenu-validate.html
  commentId: F:UnityEngine.ContextMenu.validate
  nameWithType: ContextMenu.validate
  type: Field
- uid: UnityEngine.ContextMenuItemAttribute
  name: ContextMenuItemAttribute
  fullName: UnityEngine.ContextMenuItemAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenuItemAttribute.html
  commentId: T:UnityEngine.ContextMenuItemAttribute
  nameWithType: ContextMenuItemAttribute
  type: Class
- uid: UnityEngine.ContextMenuItemAttribute.#ctor(System.String,System.String)
  name: ContextMenuItemAttribute(string, string)
  fullName: UnityEngine.ContextMenuItemAttribute.ContextMenuItemAttribute(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenuItemAttribute-ctor.html
  commentId: M:UnityEngine.ContextMenuItemAttribute.#ctor(System.String,System.String)
  nameWithType: ContextMenuItemAttribute.ContextMenuItemAttribute(string, string)
  type: Constructor
- uid: UnityEngine.ContextMenuItemAttribute.function
  name: function
  fullName: UnityEngine.ContextMenuItemAttribute.function
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenuItemAttribute-function.html
  commentId: F:UnityEngine.ContextMenuItemAttribute.function
  nameWithType: ContextMenuItemAttribute.function
  type: Field
- uid: UnityEngine.ContextMenuItemAttribute.name
  name: name
  fullName: UnityEngine.ContextMenuItemAttribute.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ContextMenuItemAttribute-name.html
  commentId: F:UnityEngine.ContextMenuItemAttribute.name
  nameWithType: ContextMenuItemAttribute.name
  type: Field
- uid: UnityEngine.ControllerColliderHit
  name: ControllerColliderHit
  fullName: UnityEngine.ControllerColliderHit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit.html
  commentId: T:UnityEngine.ControllerColliderHit
  nameWithType: ControllerColliderHit
  type: Class
- uid: UnityEngine.ControllerColliderHit.collider
  name: collider
  fullName: UnityEngine.ControllerColliderHit.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-collider.html
  commentId: P:UnityEngine.ControllerColliderHit.collider
  nameWithType: ControllerColliderHit.collider
  type: Property
- uid: UnityEngine.ControllerColliderHit.controller
  name: controller
  fullName: UnityEngine.ControllerColliderHit.controller
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-controller.html
  commentId: P:UnityEngine.ControllerColliderHit.controller
  nameWithType: ControllerColliderHit.controller
  type: Property
- uid: UnityEngine.ControllerColliderHit.gameObject
  name: gameObject
  fullName: UnityEngine.ControllerColliderHit.gameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-gameObject.html
  commentId: P:UnityEngine.ControllerColliderHit.gameObject
  nameWithType: ControllerColliderHit.gameObject
  type: Property
- uid: UnityEngine.ControllerColliderHit.moveDirection
  name: moveDirection
  fullName: UnityEngine.ControllerColliderHit.moveDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-moveDirection.html
  commentId: P:UnityEngine.ControllerColliderHit.moveDirection
  nameWithType: ControllerColliderHit.moveDirection
  type: Property
- uid: UnityEngine.ControllerColliderHit.moveLength
  name: moveLength
  fullName: UnityEngine.ControllerColliderHit.moveLength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-moveLength.html
  commentId: P:UnityEngine.ControllerColliderHit.moveLength
  nameWithType: ControllerColliderHit.moveLength
  type: Property
- uid: UnityEngine.ControllerColliderHit.normal
  name: normal
  fullName: UnityEngine.ControllerColliderHit.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-normal.html
  commentId: P:UnityEngine.ControllerColliderHit.normal
  nameWithType: ControllerColliderHit.normal
  type: Property
- uid: UnityEngine.ControllerColliderHit.point
  name: point
  fullName: UnityEngine.ControllerColliderHit.point
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-point.html
  commentId: P:UnityEngine.ControllerColliderHit.point
  nameWithType: ControllerColliderHit.point
  type: Property
- uid: UnityEngine.ControllerColliderHit.rigidbody
  name: rigidbody
  fullName: UnityEngine.ControllerColliderHit.rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-rigidbody.html
  commentId: P:UnityEngine.ControllerColliderHit.rigidbody
  nameWithType: ControllerColliderHit.rigidbody
  type: Property
- uid: UnityEngine.ControllerColliderHit.transform
  name: transform
  fullName: UnityEngine.ControllerColliderHit.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ControllerColliderHit-transform.html
  commentId: P:UnityEngine.ControllerColliderHit.transform
  nameWithType: ControllerColliderHit.transform
  type: Property
- uid: UnityEngine.Coroutine
  name: Coroutine
  fullName: UnityEngine.Coroutine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Coroutine.html
  commentId: T:UnityEngine.Coroutine
  nameWithType: Coroutine
  type: Class
- uid: UnityEngine.Coroutine.Finalize
  name: ~Coroutine()
  fullName: UnityEngine.Coroutine.~Coroutine()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Coroutine.Finalize.html
  commentId: M:UnityEngine.Coroutine.Finalize
  nameWithType: Coroutine.~Coroutine()
  type: Method
- uid: UnityEngine.CrashReport
  name: CrashReport
  fullName: UnityEngine.CrashReport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReport.html
  commentId: T:UnityEngine.CrashReport
  nameWithType: CrashReport
  type: Class
- uid: UnityEngine.CrashReport.lastReport
  name: lastReport
  fullName: UnityEngine.CrashReport.lastReport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReport-lastReport.html
  commentId: P:UnityEngine.CrashReport.lastReport
  nameWithType: CrashReport.lastReport
  type: Property
- uid: UnityEngine.CrashReport.Remove
  name: Remove()
  fullName: UnityEngine.CrashReport.Remove()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReport.Remove.html
  commentId: M:UnityEngine.CrashReport.Remove
  nameWithType: CrashReport.Remove()
  type: Method
- uid: UnityEngine.CrashReport.RemoveAll
  name: RemoveAll()
  fullName: UnityEngine.CrashReport.RemoveAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReport.RemoveAll.html
  commentId: M:UnityEngine.CrashReport.RemoveAll
  nameWithType: CrashReport.RemoveAll()
  type: Method
- uid: UnityEngine.CrashReport.reports
  name: reports
  fullName: UnityEngine.CrashReport.reports
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReport-reports.html
  commentId: P:UnityEngine.CrashReport.reports
  nameWithType: CrashReport.reports
  type: Property
- uid: UnityEngine.CrashReport.text
  name: text
  fullName: UnityEngine.CrashReport.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReport-text.html
  commentId: F:UnityEngine.CrashReport.text
  nameWithType: CrashReport.text
  type: Field
- uid: UnityEngine.CrashReport.time
  name: time
  fullName: UnityEngine.CrashReport.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReport-time.html
  commentId: F:UnityEngine.CrashReport.time
  nameWithType: CrashReport.time
  type: Field
- uid: UnityEngine.CrashReportHandler
  name: UnityEngine.CrashReportHandler
  fullName: UnityEngine.CrashReportHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.CrashReportHandler
  nameWithType: UnityEngine.CrashReportHandler
  type: Namespace
- uid: UnityEngine.CrashReportHandler.CrashReportHandler
  name: CrashReportHandler
  fullName: UnityEngine.CrashReportHandler.CrashReportHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReportHandler.CrashReportHandler.html
  commentId: T:UnityEngine.CrashReportHandler.CrashReportHandler
  nameWithType: CrashReportHandler
  type: Class
- uid: UnityEngine.CrashReportHandler.CrashReportHandler.enableCaptureExceptions
  name: enableCaptureExceptions
  fullName: UnityEngine.CrashReportHandler.CrashReportHandler.enableCaptureExceptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CrashReportHandler.CrashReportHandler-enableCaptureExceptions.html
  commentId: P:UnityEngine.CrashReportHandler.CrashReportHandler.enableCaptureExceptions
  nameWithType: CrashReportHandler.enableCaptureExceptions
  type: Property
- uid: UnityEngine.CreateAssetMenuAttribute
  name: CreateAssetMenuAttribute
  fullName: UnityEngine.CreateAssetMenuAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CreateAssetMenuAttribute.html
  commentId: T:UnityEngine.CreateAssetMenuAttribute
  nameWithType: CreateAssetMenuAttribute
  type: Class
- uid: UnityEngine.CreateAssetMenuAttribute.fileName
  name: fileName
  fullName: UnityEngine.CreateAssetMenuAttribute.fileName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CreateAssetMenuAttribute-fileName.html
  commentId: P:UnityEngine.CreateAssetMenuAttribute.fileName
  nameWithType: CreateAssetMenuAttribute.fileName
  type: Property
- uid: UnityEngine.CreateAssetMenuAttribute.menuName
  name: menuName
  fullName: UnityEngine.CreateAssetMenuAttribute.menuName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CreateAssetMenuAttribute-menuName.html
  commentId: P:UnityEngine.CreateAssetMenuAttribute.menuName
  nameWithType: CreateAssetMenuAttribute.menuName
  type: Property
- uid: UnityEngine.CreateAssetMenuAttribute.order
  name: order
  fullName: UnityEngine.CreateAssetMenuAttribute.order
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CreateAssetMenuAttribute-order.html
  commentId: P:UnityEngine.CreateAssetMenuAttribute.order
  nameWithType: CreateAssetMenuAttribute.order
  type: Property
- uid: UnityEngine.Cubemap
  name: Cubemap
  fullName: UnityEngine.Cubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.html
  commentId: T:UnityEngine.Cubemap
  nameWithType: Cubemap
  type: Class
- uid: UnityEngine.Cubemap.#ctor(System.Int32,UnityEngine.TextureFormat,System.Boolean)
  name: Cubemap(int, TextureFormat, bool)
  fullName: UnityEngine.Cubemap.Cubemap(int, UnityEngine.TextureFormat, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap-ctor.html
  commentId: M:UnityEngine.Cubemap.#ctor(System.Int32,UnityEngine.TextureFormat,System.Boolean)
  nameWithType: Cubemap.Cubemap(int, TextureFormat, bool)
  type: Constructor
- uid: UnityEngine.Cubemap.Apply
  name: Apply()
  fullName: UnityEngine.Cubemap.Apply()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.Apply.html
  commentId: M:UnityEngine.Cubemap.Apply
  nameWithType: Cubemap.Apply()
  type: Method
- uid: UnityEngine.Cubemap.Apply(System.Boolean,System.Boolean)
  name: Apply(bool, bool)
  fullName: UnityEngine.Cubemap.Apply(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.Apply.html
  commentId: M:UnityEngine.Cubemap.Apply(System.Boolean,System.Boolean)
  nameWithType: Cubemap.Apply(bool, bool)
  type: Method
- uid: UnityEngine.Cubemap.Apply(System.Boolean)
  name: Apply(bool)
  fullName: UnityEngine.Cubemap.Apply(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.Apply.html
  commentId: M:UnityEngine.Cubemap.Apply(System.Boolean)
  nameWithType: Cubemap.Apply(bool)
  type: Method
- uid: UnityEngine.Cubemap.CreateExternalTexture(System.Int32,UnityEngine.TextureFormat,System.Boolean,System.IntPtr)
  name: CreateExternalTexture(int, TextureFormat, bool, IntPtr)
  fullName: UnityEngine.Cubemap.CreateExternalTexture(int, UnityEngine.TextureFormat, bool, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.CreateExternalTexture.html
  commentId: M:UnityEngine.Cubemap.CreateExternalTexture(System.Int32,UnityEngine.TextureFormat,System.Boolean,System.IntPtr)
  nameWithType: Cubemap.CreateExternalTexture(int, TextureFormat, bool, IntPtr)
  type: Method
- uid: UnityEngine.Cubemap.format
  name: format
  fullName: UnityEngine.Cubemap.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap-format.html
  commentId: P:UnityEngine.Cubemap.format
  nameWithType: Cubemap.format
  type: Property
- uid: UnityEngine.Cubemap.GetPixel(UnityEngine.CubemapFace,System.Int32,System.Int32)
  name: GetPixel(CubemapFace, int, int)
  fullName: UnityEngine.Cubemap.GetPixel(UnityEngine.CubemapFace, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.GetPixel.html
  commentId: M:UnityEngine.Cubemap.GetPixel(UnityEngine.CubemapFace,System.Int32,System.Int32)
  nameWithType: Cubemap.GetPixel(CubemapFace, int, int)
  type: Method
- uid: UnityEngine.Cubemap.GetPixels(UnityEngine.CubemapFace,System.Int32)
  name: GetPixels(CubemapFace, int)
  fullName: UnityEngine.Cubemap.GetPixels(UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.GetPixels.html
  commentId: M:UnityEngine.Cubemap.GetPixels(UnityEngine.CubemapFace,System.Int32)
  nameWithType: Cubemap.GetPixels(CubemapFace, int)
  type: Method
- uid: UnityEngine.Cubemap.GetPixels(UnityEngine.CubemapFace)
  name: GetPixels(CubemapFace)
  fullName: UnityEngine.Cubemap.GetPixels(UnityEngine.CubemapFace)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.GetPixels.html
  commentId: M:UnityEngine.Cubemap.GetPixels(UnityEngine.CubemapFace)
  nameWithType: Cubemap.GetPixels(CubemapFace)
  type: Method
- uid: UnityEngine.Cubemap.mipmapCount
  name: mipmapCount
  fullName: UnityEngine.Cubemap.mipmapCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap-mipmapCount.html
  commentId: P:UnityEngine.Cubemap.mipmapCount
  nameWithType: Cubemap.mipmapCount
  type: Property
- uid: UnityEngine.Cubemap.SetPixel(UnityEngine.CubemapFace,System.Int32,System.Int32,UnityEngine.Color)
  name: SetPixel(CubemapFace, int, int, Color)
  fullName: UnityEngine.Cubemap.SetPixel(UnityEngine.CubemapFace, int, int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.SetPixel.html
  commentId: M:UnityEngine.Cubemap.SetPixel(UnityEngine.CubemapFace,System.Int32,System.Int32,UnityEngine.Color)
  nameWithType: Cubemap.SetPixel(CubemapFace, int, int, Color)
  type: Method
- uid: UnityEngine.Cubemap.SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace,System.Int32)
  name: SetPixels(Color[], CubemapFace, int)
  fullName: UnityEngine.Cubemap.SetPixels(UnityEngine.Color[], UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.SetPixels.html
  commentId: M:UnityEngine.Cubemap.SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace,System.Int32)
  nameWithType: Cubemap.SetPixels(Color[], CubemapFace, int)
  type: Method
- uid: UnityEngine.Cubemap.SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace)
  name: SetPixels(Color[], CubemapFace)
  fullName: UnityEngine.Cubemap.SetPixels(UnityEngine.Color[], UnityEngine.CubemapFace)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.SetPixels.html
  commentId: M:UnityEngine.Cubemap.SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace)
  nameWithType: Cubemap.SetPixels(Color[], CubemapFace)
  type: Method
- uid: UnityEngine.Cubemap.SmoothEdges
  name: SmoothEdges()
  fullName: UnityEngine.Cubemap.SmoothEdges()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.SmoothEdges.html
  commentId: M:UnityEngine.Cubemap.SmoothEdges
  nameWithType: Cubemap.SmoothEdges()
  type: Method
- uid: UnityEngine.Cubemap.SmoothEdges(System.Int32)
  name: SmoothEdges(int)
  fullName: UnityEngine.Cubemap.SmoothEdges(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cubemap.SmoothEdges.html
  commentId: M:UnityEngine.Cubemap.SmoothEdges(System.Int32)
  nameWithType: Cubemap.SmoothEdges(int)
  type: Method
- uid: UnityEngine.CubemapArray
  name: CubemapArray
  fullName: UnityEngine.CubemapArray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.html
  commentId: T:UnityEngine.CubemapArray
  nameWithType: CubemapArray
  type: Class
- uid: UnityEngine.CubemapArray.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean)
  name: CubemapArray(int, int, TextureFormat, bool, bool)
  fullName: UnityEngine.CubemapArray.CubemapArray(int, int, UnityEngine.TextureFormat, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray-ctor.html
  commentId: M:UnityEngine.CubemapArray.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean)
  nameWithType: CubemapArray.CubemapArray(int, int, TextureFormat, bool, bool)
  type: Constructor
- uid: UnityEngine.CubemapArray.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  name: CubemapArray(int, int, TextureFormat, bool)
  fullName: UnityEngine.CubemapArray.CubemapArray(int, int, UnityEngine.TextureFormat, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray-ctor.html
  commentId: M:UnityEngine.CubemapArray.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  nameWithType: CubemapArray.CubemapArray(int, int, TextureFormat, bool)
  type: Constructor
- uid: UnityEngine.CubemapArray.Apply
  name: Apply()
  fullName: UnityEngine.CubemapArray.Apply()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.Apply.html
  commentId: M:UnityEngine.CubemapArray.Apply
  nameWithType: CubemapArray.Apply()
  type: Method
- uid: UnityEngine.CubemapArray.Apply(System.Boolean,System.Boolean)
  name: Apply(bool, bool)
  fullName: UnityEngine.CubemapArray.Apply(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.Apply.html
  commentId: M:UnityEngine.CubemapArray.Apply(System.Boolean,System.Boolean)
  nameWithType: CubemapArray.Apply(bool, bool)
  type: Method
- uid: UnityEngine.CubemapArray.Apply(System.Boolean)
  name: Apply(bool)
  fullName: UnityEngine.CubemapArray.Apply(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.Apply.html
  commentId: M:UnityEngine.CubemapArray.Apply(System.Boolean)
  nameWithType: CubemapArray.Apply(bool)
  type: Method
- uid: UnityEngine.CubemapArray.cubemapCount
  name: cubemapCount
  fullName: UnityEngine.CubemapArray.cubemapCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray-cubemapCount.html
  commentId: P:UnityEngine.CubemapArray.cubemapCount
  nameWithType: CubemapArray.cubemapCount
  type: Property
- uid: UnityEngine.CubemapArray.format
  name: format
  fullName: UnityEngine.CubemapArray.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray-format.html
  commentId: P:UnityEngine.CubemapArray.format
  nameWithType: CubemapArray.format
  type: Property
- uid: UnityEngine.CubemapArray.GetPixels(UnityEngine.CubemapFace,System.Int32,System.Int32)
  name: GetPixels(CubemapFace, int, int)
  fullName: UnityEngine.CubemapArray.GetPixels(UnityEngine.CubemapFace, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.GetPixels.html
  commentId: M:UnityEngine.CubemapArray.GetPixels(UnityEngine.CubemapFace,System.Int32,System.Int32)
  nameWithType: CubemapArray.GetPixels(CubemapFace, int, int)
  type: Method
- uid: UnityEngine.CubemapArray.GetPixels(UnityEngine.CubemapFace,System.Int32)
  name: GetPixels(CubemapFace, int)
  fullName: UnityEngine.CubemapArray.GetPixels(UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.GetPixels.html
  commentId: M:UnityEngine.CubemapArray.GetPixels(UnityEngine.CubemapFace,System.Int32)
  nameWithType: CubemapArray.GetPixels(CubemapFace, int)
  type: Method
- uid: UnityEngine.CubemapArray.GetPixels32(UnityEngine.CubemapFace,System.Int32,System.Int32)
  name: GetPixels32(CubemapFace, int, int)
  fullName: UnityEngine.CubemapArray.GetPixels32(UnityEngine.CubemapFace, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.GetPixels32.html
  commentId: M:UnityEngine.CubemapArray.GetPixels32(UnityEngine.CubemapFace,System.Int32,System.Int32)
  nameWithType: CubemapArray.GetPixels32(CubemapFace, int, int)
  type: Method
- uid: UnityEngine.CubemapArray.GetPixels32(UnityEngine.CubemapFace,System.Int32)
  name: GetPixels32(CubemapFace, int)
  fullName: UnityEngine.CubemapArray.GetPixels32(UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.GetPixels32.html
  commentId: M:UnityEngine.CubemapArray.GetPixels32(UnityEngine.CubemapFace,System.Int32)
  nameWithType: CubemapArray.GetPixels32(CubemapFace, int)
  type: Method
- uid: UnityEngine.CubemapArray.SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace,System.Int32,System.Int32)
  name: SetPixels(Color[], CubemapFace, int, int)
  fullName: UnityEngine.CubemapArray.SetPixels(UnityEngine.Color[], UnityEngine.CubemapFace, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.SetPixels.html
  commentId: M:UnityEngine.CubemapArray.SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace,System.Int32,System.Int32)
  nameWithType: CubemapArray.SetPixels(Color[], CubemapFace, int, int)
  type: Method
- uid: UnityEngine.CubemapArray.SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace,System.Int32)
  name: SetPixels(Color[], CubemapFace, int)
  fullName: UnityEngine.CubemapArray.SetPixels(UnityEngine.Color[], UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.SetPixels.html
  commentId: M:UnityEngine.CubemapArray.SetPixels(UnityEngine.Color[],UnityEngine.CubemapFace,System.Int32)
  nameWithType: CubemapArray.SetPixels(Color[], CubemapFace, int)
  type: Method
- uid: UnityEngine.CubemapArray.SetPixels32(UnityEngine.Color32[],UnityEngine.CubemapFace,System.Int32,System.Int32)
  name: SetPixels32(Color32[], CubemapFace, int, int)
  fullName: UnityEngine.CubemapArray.SetPixels32(UnityEngine.Color32[], UnityEngine.CubemapFace, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.SetPixels32.html
  commentId: M:UnityEngine.CubemapArray.SetPixels32(UnityEngine.Color32[],UnityEngine.CubemapFace,System.Int32,System.Int32)
  nameWithType: CubemapArray.SetPixels32(Color32[], CubemapFace, int, int)
  type: Method
- uid: UnityEngine.CubemapArray.SetPixels32(UnityEngine.Color32[],UnityEngine.CubemapFace,System.Int32)
  name: SetPixels32(Color32[], CubemapFace, int)
  fullName: UnityEngine.CubemapArray.SetPixels32(UnityEngine.Color32[], UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapArray.SetPixels32.html
  commentId: M:UnityEngine.CubemapArray.SetPixels32(UnityEngine.Color32[],UnityEngine.CubemapFace,System.Int32)
  nameWithType: CubemapArray.SetPixels32(Color32[], CubemapFace, int)
  type: Method
- uid: UnityEngine.CubemapFace
  name: CubemapFace
  fullName: UnityEngine.CubemapFace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapFace.html
  commentId: T:UnityEngine.CubemapFace
  nameWithType: CubemapFace
  type: Enum
- uid: UnityEngine.CubemapFace.NegativeX
  name: NegativeX
  fullName: UnityEngine.CubemapFace.NegativeX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapFace.NegativeX.html
  commentId: F:UnityEngine.CubemapFace.NegativeX
  nameWithType: CubemapFace.NegativeX
  type: Field
- uid: UnityEngine.CubemapFace.NegativeY
  name: NegativeY
  fullName: UnityEngine.CubemapFace.NegativeY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapFace.NegativeY.html
  commentId: F:UnityEngine.CubemapFace.NegativeY
  nameWithType: CubemapFace.NegativeY
  type: Field
- uid: UnityEngine.CubemapFace.NegativeZ
  name: NegativeZ
  fullName: UnityEngine.CubemapFace.NegativeZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapFace.NegativeZ.html
  commentId: F:UnityEngine.CubemapFace.NegativeZ
  nameWithType: CubemapFace.NegativeZ
  type: Field
- uid: UnityEngine.CubemapFace.PositiveX
  name: PositiveX
  fullName: UnityEngine.CubemapFace.PositiveX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapFace.PositiveX.html
  commentId: F:UnityEngine.CubemapFace.PositiveX
  nameWithType: CubemapFace.PositiveX
  type: Field
- uid: UnityEngine.CubemapFace.PositiveY
  name: PositiveY
  fullName: UnityEngine.CubemapFace.PositiveY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapFace.PositiveY.html
  commentId: F:UnityEngine.CubemapFace.PositiveY
  nameWithType: CubemapFace.PositiveY
  type: Field
- uid: UnityEngine.CubemapFace.PositiveZ
  name: PositiveZ
  fullName: UnityEngine.CubemapFace.PositiveZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapFace.PositiveZ.html
  commentId: F:UnityEngine.CubemapFace.PositiveZ
  nameWithType: CubemapFace.PositiveZ
  type: Field
- uid: UnityEngine.CubemapFace.Unknown
  name: Unknown
  fullName: UnityEngine.CubemapFace.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CubemapFace.Unknown.html
  commentId: F:UnityEngine.CubemapFace.Unknown
  nameWithType: CubemapFace.Unknown
  type: Field
- uid: UnityEngine.CullingGroup
  name: CullingGroup
  fullName: UnityEngine.CullingGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.html
  commentId: T:UnityEngine.CullingGroup
  nameWithType: CullingGroup
  type: Class
- uid: UnityEngine.CullingGroup.#ctor
  name: CullingGroup()
  fullName: UnityEngine.CullingGroup.CullingGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup-ctor.html
  commentId: M:UnityEngine.CullingGroup.#ctor
  nameWithType: CullingGroup.CullingGroup()
  type: Constructor
- uid: UnityEngine.CullingGroup.Dispose
  name: Dispose()
  fullName: UnityEngine.CullingGroup.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.Dispose.html
  commentId: M:UnityEngine.CullingGroup.Dispose
  nameWithType: CullingGroup.Dispose()
  type: Method
- uid: UnityEngine.CullingGroup.enabled
  name: enabled
  fullName: UnityEngine.CullingGroup.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup-enabled.html
  commentId: P:UnityEngine.CullingGroup.enabled
  nameWithType: CullingGroup.enabled
  type: Property
- uid: UnityEngine.CullingGroup.EraseSwapBack(System.Int32)
  name: EraseSwapBack(int)
  fullName: UnityEngine.CullingGroup.EraseSwapBack(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.EraseSwapBack.html
  commentId: M:UnityEngine.CullingGroup.EraseSwapBack(System.Int32)
  nameWithType: CullingGroup.EraseSwapBack(int)
  type: Method
- uid: UnityEngine.CullingGroup.EraseSwapBack``1(System.Int32,``0[],System.Int32@)
  name: EraseSwapBack<T>(int, T[], ref int)
  fullName: UnityEngine.CullingGroup.EraseSwapBack<T>(int, T[], ref int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.EraseSwapBack.html
  commentId: M:UnityEngine.CullingGroup.EraseSwapBack``1(System.Int32,``0[],System.Int32@)
  nameWithType: CullingGroup.EraseSwapBack<T>(int, T[], ref int)
  type: Method
- uid: UnityEngine.CullingGroup.Finalize
  name: ~CullingGroup()
  fullName: UnityEngine.CullingGroup.~CullingGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.Finalize.html
  commentId: M:UnityEngine.CullingGroup.Finalize
  nameWithType: CullingGroup.~CullingGroup()
  type: Method
- uid: UnityEngine.CullingGroup.GetDistance(System.Int32)
  name: GetDistance(int)
  fullName: UnityEngine.CullingGroup.GetDistance(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.GetDistance.html
  commentId: M:UnityEngine.CullingGroup.GetDistance(System.Int32)
  nameWithType: CullingGroup.GetDistance(int)
  type: Method
- uid: UnityEngine.CullingGroup.IsVisible(System.Int32)
  name: IsVisible(int)
  fullName: UnityEngine.CullingGroup.IsVisible(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.IsVisible.html
  commentId: M:UnityEngine.CullingGroup.IsVisible(System.Int32)
  nameWithType: CullingGroup.IsVisible(int)
  type: Method
- uid: UnityEngine.CullingGroup.onStateChanged
  name: onStateChanged
  fullName: UnityEngine.CullingGroup.onStateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup-onStateChanged.html
  commentId: P:UnityEngine.CullingGroup.onStateChanged
  nameWithType: CullingGroup.onStateChanged
  type: Property
- uid: UnityEngine.CullingGroup.QueryIndices(System.Boolean,System.Int32,System.Int32[],System.Int32)
  name: QueryIndices(bool, int, int[], int)
  fullName: UnityEngine.CullingGroup.QueryIndices(bool, int, int[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.QueryIndices.html
  commentId: M:UnityEngine.CullingGroup.QueryIndices(System.Boolean,System.Int32,System.Int32[],System.Int32)
  nameWithType: CullingGroup.QueryIndices(bool, int, int[], int)
  type: Method
- uid: UnityEngine.CullingGroup.QueryIndices(System.Boolean,System.Int32[],System.Int32)
  name: QueryIndices(bool, int[], int)
  fullName: UnityEngine.CullingGroup.QueryIndices(bool, int[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.QueryIndices.html
  commentId: M:UnityEngine.CullingGroup.QueryIndices(System.Boolean,System.Int32[],System.Int32)
  nameWithType: CullingGroup.QueryIndices(bool, int[], int)
  type: Method
- uid: UnityEngine.CullingGroup.QueryIndices(System.Int32,System.Int32[],System.Int32)
  name: QueryIndices(int, int[], int)
  fullName: UnityEngine.CullingGroup.QueryIndices(int, int[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.QueryIndices.html
  commentId: M:UnityEngine.CullingGroup.QueryIndices(System.Int32,System.Int32[],System.Int32)
  nameWithType: CullingGroup.QueryIndices(int, int[], int)
  type: Method
- uid: UnityEngine.CullingGroup.SetBoundingDistances(System.Single[])
  name: SetBoundingDistances(float[])
  fullName: UnityEngine.CullingGroup.SetBoundingDistances(float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.SetBoundingDistances.html
  commentId: M:UnityEngine.CullingGroup.SetBoundingDistances(System.Single[])
  nameWithType: CullingGroup.SetBoundingDistances(float[])
  type: Method
- uid: UnityEngine.CullingGroup.SetBoundingSphereCount(System.Int32)
  name: SetBoundingSphereCount(int)
  fullName: UnityEngine.CullingGroup.SetBoundingSphereCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.SetBoundingSphereCount.html
  commentId: M:UnityEngine.CullingGroup.SetBoundingSphereCount(System.Int32)
  nameWithType: CullingGroup.SetBoundingSphereCount(int)
  type: Method
- uid: UnityEngine.CullingGroup.SetBoundingSpheres(UnityEngine.BoundingSphere[])
  name: SetBoundingSpheres(BoundingSphere[])
  fullName: UnityEngine.CullingGroup.SetBoundingSpheres(UnityEngine.BoundingSphere[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.SetBoundingSpheres.html
  commentId: M:UnityEngine.CullingGroup.SetBoundingSpheres(UnityEngine.BoundingSphere[])
  nameWithType: CullingGroup.SetBoundingSpheres(BoundingSphere[])
  type: Method
- uid: UnityEngine.CullingGroup.SetDistanceReferencePoint(UnityEngine.Transform)
  name: SetDistanceReferencePoint(Transform)
  fullName: UnityEngine.CullingGroup.SetDistanceReferencePoint(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.SetDistanceReferencePoint.html
  commentId: M:UnityEngine.CullingGroup.SetDistanceReferencePoint(UnityEngine.Transform)
  nameWithType: CullingGroup.SetDistanceReferencePoint(Transform)
  type: Method
- uid: UnityEngine.CullingGroup.SetDistanceReferencePoint(UnityEngine.Vector3)
  name: SetDistanceReferencePoint(Vector3)
  fullName: UnityEngine.CullingGroup.SetDistanceReferencePoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.SetDistanceReferencePoint.html
  commentId: M:UnityEngine.CullingGroup.SetDistanceReferencePoint(UnityEngine.Vector3)
  nameWithType: CullingGroup.SetDistanceReferencePoint(Vector3)
  type: Method
- uid: UnityEngine.CullingGroup.StateChanged
  name: CullingGroup.StateChanged
  fullName: UnityEngine.CullingGroup.StateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup.StateChanged.html
  commentId: T:UnityEngine.CullingGroup.StateChanged
  nameWithType: CullingGroup.StateChanged
  type: Delegate
- uid: UnityEngine.CullingGroup.targetCamera
  name: targetCamera
  fullName: UnityEngine.CullingGroup.targetCamera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroup-targetCamera.html
  commentId: P:UnityEngine.CullingGroup.targetCamera
  nameWithType: CullingGroup.targetCamera
  type: Property
- uid: UnityEngine.CullingGroupEvent
  name: CullingGroupEvent
  fullName: UnityEngine.CullingGroupEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroupEvent.html
  commentId: T:UnityEngine.CullingGroupEvent
  nameWithType: CullingGroupEvent
  type: Struct
- uid: UnityEngine.CullingGroupEvent.currentDistance
  name: currentDistance
  fullName: UnityEngine.CullingGroupEvent.currentDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroupEvent-currentDistance.html
  commentId: P:UnityEngine.CullingGroupEvent.currentDistance
  nameWithType: CullingGroupEvent.currentDistance
  type: Property
- uid: UnityEngine.CullingGroupEvent.hasBecomeInvisible
  name: hasBecomeInvisible
  fullName: UnityEngine.CullingGroupEvent.hasBecomeInvisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroupEvent-hasBecomeInvisible.html
  commentId: P:UnityEngine.CullingGroupEvent.hasBecomeInvisible
  nameWithType: CullingGroupEvent.hasBecomeInvisible
  type: Property
- uid: UnityEngine.CullingGroupEvent.hasBecomeVisible
  name: hasBecomeVisible
  fullName: UnityEngine.CullingGroupEvent.hasBecomeVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroupEvent-hasBecomeVisible.html
  commentId: P:UnityEngine.CullingGroupEvent.hasBecomeVisible
  nameWithType: CullingGroupEvent.hasBecomeVisible
  type: Property
- uid: UnityEngine.CullingGroupEvent.index
  name: index
  fullName: UnityEngine.CullingGroupEvent.index
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroupEvent-index.html
  commentId: P:UnityEngine.CullingGroupEvent.index
  nameWithType: CullingGroupEvent.index
  type: Property
- uid: UnityEngine.CullingGroupEvent.isVisible
  name: isVisible
  fullName: UnityEngine.CullingGroupEvent.isVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroupEvent-isVisible.html
  commentId: P:UnityEngine.CullingGroupEvent.isVisible
  nameWithType: CullingGroupEvent.isVisible
  type: Property
- uid: UnityEngine.CullingGroupEvent.previousDistance
  name: previousDistance
  fullName: UnityEngine.CullingGroupEvent.previousDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroupEvent-previousDistance.html
  commentId: P:UnityEngine.CullingGroupEvent.previousDistance
  nameWithType: CullingGroupEvent.previousDistance
  type: Property
- uid: UnityEngine.CullingGroupEvent.wasVisible
  name: wasVisible
  fullName: UnityEngine.CullingGroupEvent.wasVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CullingGroupEvent-wasVisible.html
  commentId: P:UnityEngine.CullingGroupEvent.wasVisible
  nameWithType: CullingGroupEvent.wasVisible
  type: Property
- uid: UnityEngine.Cursor
  name: Cursor
  fullName: UnityEngine.Cursor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cursor.html
  commentId: T:UnityEngine.Cursor
  nameWithType: Cursor
  type: Class
- uid: UnityEngine.Cursor.lockState
  name: lockState
  fullName: UnityEngine.Cursor.lockState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cursor-lockState.html
  commentId: P:UnityEngine.Cursor.lockState
  nameWithType: Cursor.lockState
  type: Property
- uid: UnityEngine.Cursor.SetCursor(UnityEngine.Texture2D,UnityEngine.Vector2,UnityEngine.CursorMode)
  name: SetCursor(Texture2D, Vector2, CursorMode)
  fullName: UnityEngine.Cursor.SetCursor(UnityEngine.Texture2D, UnityEngine.Vector2, UnityEngine.CursorMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cursor.SetCursor.html
  commentId: M:UnityEngine.Cursor.SetCursor(UnityEngine.Texture2D,UnityEngine.Vector2,UnityEngine.CursorMode)
  nameWithType: Cursor.SetCursor(Texture2D, Vector2, CursorMode)
  type: Method
- uid: UnityEngine.Cursor.visible
  name: visible
  fullName: UnityEngine.Cursor.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Cursor-visible.html
  commentId: P:UnityEngine.Cursor.visible
  nameWithType: Cursor.visible
  type: Property
- uid: UnityEngine.CursorLockMode
  name: CursorLockMode
  fullName: UnityEngine.CursorLockMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CursorLockMode.html
  commentId: T:UnityEngine.CursorLockMode
  nameWithType: CursorLockMode
  type: Enum
- uid: UnityEngine.CursorLockMode.Confined
  name: Confined
  fullName: UnityEngine.CursorLockMode.Confined
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CursorLockMode.Confined.html
  commentId: F:UnityEngine.CursorLockMode.Confined
  nameWithType: CursorLockMode.Confined
  type: Field
- uid: UnityEngine.CursorLockMode.Locked
  name: Locked
  fullName: UnityEngine.CursorLockMode.Locked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CursorLockMode.Locked.html
  commentId: F:UnityEngine.CursorLockMode.Locked
  nameWithType: CursorLockMode.Locked
  type: Field
- uid: UnityEngine.CursorLockMode.None
  name: None
  fullName: UnityEngine.CursorLockMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CursorLockMode.None.html
  commentId: F:UnityEngine.CursorLockMode.None
  nameWithType: CursorLockMode.None
  type: Field
- uid: UnityEngine.CursorMode
  name: CursorMode
  fullName: UnityEngine.CursorMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CursorMode.html
  commentId: T:UnityEngine.CursorMode
  nameWithType: CursorMode
  type: Enum
- uid: UnityEngine.CursorMode.Auto
  name: Auto
  fullName: UnityEngine.CursorMode.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CursorMode.Auto.html
  commentId: F:UnityEngine.CursorMode.Auto
  nameWithType: CursorMode.Auto
  type: Field
- uid: UnityEngine.CursorMode.ForceSoftware
  name: ForceSoftware
  fullName: UnityEngine.CursorMode.ForceSoftware
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CursorMode.ForceSoftware.html
  commentId: F:UnityEngine.CursorMode.ForceSoftware
  nameWithType: CursorMode.ForceSoftware
  type: Field
- uid: UnityEngine.CustomGridBrushAttribute
  name: CustomGridBrushAttribute
  fullName: UnityEngine.CustomGridBrushAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomGridBrushAttribute.html
  commentId: T:UnityEngine.CustomGridBrushAttribute
  nameWithType: CustomGridBrushAttribute
  type: Class
- uid: UnityEngine.CustomGridBrushAttribute.#ctor
  name: CustomGridBrushAttribute()
  fullName: UnityEngine.CustomGridBrushAttribute.CustomGridBrushAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomGridBrushAttribute-ctor.html
  commentId: M:UnityEngine.CustomGridBrushAttribute.#ctor
  nameWithType: CustomGridBrushAttribute.CustomGridBrushAttribute()
  type: Constructor
- uid: UnityEngine.CustomGridBrushAttribute.#ctor(System.Boolean,System.Boolean,System.Boolean,System.String)
  name: CustomGridBrushAttribute(bool, bool, bool, string)
  fullName: UnityEngine.CustomGridBrushAttribute.CustomGridBrushAttribute(bool, bool, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomGridBrushAttribute-ctor.html
  commentId: M:UnityEngine.CustomGridBrushAttribute.#ctor(System.Boolean,System.Boolean,System.Boolean,System.String)
  nameWithType: CustomGridBrushAttribute.CustomGridBrushAttribute(bool, bool, bool, string)
  type: Constructor
- uid: UnityEngine.CustomGridBrushAttribute.defaultBrush
  name: defaultBrush
  fullName: UnityEngine.CustomGridBrushAttribute.defaultBrush
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomGridBrushAttribute-defaultBrush.html
  commentId: P:UnityEngine.CustomGridBrushAttribute.defaultBrush
  nameWithType: CustomGridBrushAttribute.defaultBrush
  type: Property
- uid: UnityEngine.CustomGridBrushAttribute.defaultName
  name: defaultName
  fullName: UnityEngine.CustomGridBrushAttribute.defaultName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomGridBrushAttribute-defaultName.html
  commentId: P:UnityEngine.CustomGridBrushAttribute.defaultName
  nameWithType: CustomGridBrushAttribute.defaultName
  type: Property
- uid: UnityEngine.CustomGridBrushAttribute.hideAssetInstances
  name: hideAssetInstances
  fullName: UnityEngine.CustomGridBrushAttribute.hideAssetInstances
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomGridBrushAttribute-hideAssetInstances.html
  commentId: P:UnityEngine.CustomGridBrushAttribute.hideAssetInstances
  nameWithType: CustomGridBrushAttribute.hideAssetInstances
  type: Property
- uid: UnityEngine.CustomGridBrushAttribute.hideDefaultInstance
  name: hideDefaultInstance
  fullName: UnityEngine.CustomGridBrushAttribute.hideDefaultInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomGridBrushAttribute-hideDefaultInstance.html
  commentId: P:UnityEngine.CustomGridBrushAttribute.hideDefaultInstance
  nameWithType: CustomGridBrushAttribute.hideDefaultInstance
  type: Property
- uid: UnityEngine.CustomRenderTexture
  name: CustomRenderTexture
  fullName: UnityEngine.CustomRenderTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture.html
  commentId: T:UnityEngine.CustomRenderTexture
  nameWithType: CustomRenderTexture
  type: Class
- uid: UnityEngine.CustomRenderTexture.#ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  name: CustomRenderTexture(int, int, RenderTextureFormat, RenderTextureReadWrite)
  fullName: UnityEngine.CustomRenderTexture.CustomRenderTexture(int, int, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-ctor.html
  commentId: M:UnityEngine.CustomRenderTexture.#ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  nameWithType: CustomRenderTexture.CustomRenderTexture(int, int, RenderTextureFormat, RenderTextureReadWrite)
  type: Constructor
- uid: UnityEngine.CustomRenderTexture.#ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
  name: CustomRenderTexture(int, int, RenderTextureFormat)
  fullName: UnityEngine.CustomRenderTexture.CustomRenderTexture(int, int, UnityEngine.RenderTextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-ctor.html
  commentId: M:UnityEngine.CustomRenderTexture.#ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
  nameWithType: CustomRenderTexture.CustomRenderTexture(int, int, RenderTextureFormat)
  type: Constructor
- uid: UnityEngine.CustomRenderTexture.#ctor(System.Int32,System.Int32)
  name: CustomRenderTexture(int, int)
  fullName: UnityEngine.CustomRenderTexture.CustomRenderTexture(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-ctor.html
  commentId: M:UnityEngine.CustomRenderTexture.#ctor(System.Int32,System.Int32)
  nameWithType: CustomRenderTexture.CustomRenderTexture(int, int)
  type: Constructor
- uid: UnityEngine.CustomRenderTexture.ClearUpdateZones
  name: ClearUpdateZones()
  fullName: UnityEngine.CustomRenderTexture.ClearUpdateZones()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture.ClearUpdateZones.html
  commentId: M:UnityEngine.CustomRenderTexture.ClearUpdateZones
  nameWithType: CustomRenderTexture.ClearUpdateZones()
  type: Method
- uid: UnityEngine.CustomRenderTexture.cubemapFaceMask
  name: cubemapFaceMask
  fullName: UnityEngine.CustomRenderTexture.cubemapFaceMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-cubemapFaceMask.html
  commentId: P:UnityEngine.CustomRenderTexture.cubemapFaceMask
  nameWithType: CustomRenderTexture.cubemapFaceMask
  type: Property
- uid: UnityEngine.CustomRenderTexture.doubleBuffered
  name: doubleBuffered
  fullName: UnityEngine.CustomRenderTexture.doubleBuffered
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-doubleBuffered.html
  commentId: P:UnityEngine.CustomRenderTexture.doubleBuffered
  nameWithType: CustomRenderTexture.doubleBuffered
  type: Property
- uid: UnityEngine.CustomRenderTexture.GetUpdateZones(System.Collections.Generic.List{UnityEngine.CustomRenderTextureUpdateZone})
  name: GetUpdateZones(List<CustomRenderTextureUpdateZone>)
  fullName: UnityEngine.CustomRenderTexture.GetUpdateZones(System.Collections.Generic.List<UnityEngine.CustomRenderTextureUpdateZone>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture.GetUpdateZones.html
  commentId: M:UnityEngine.CustomRenderTexture.GetUpdateZones(System.Collections.Generic.List{UnityEngine.CustomRenderTextureUpdateZone})
  nameWithType: CustomRenderTexture.GetUpdateZones(List<CustomRenderTextureUpdateZone>)
  type: Method
- uid: UnityEngine.CustomRenderTexture.initializationColor
  name: initializationColor
  fullName: UnityEngine.CustomRenderTexture.initializationColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-initializationColor.html
  commentId: P:UnityEngine.CustomRenderTexture.initializationColor
  nameWithType: CustomRenderTexture.initializationColor
  type: Property
- uid: UnityEngine.CustomRenderTexture.initializationMaterial
  name: initializationMaterial
  fullName: UnityEngine.CustomRenderTexture.initializationMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-initializationMaterial.html
  commentId: P:UnityEngine.CustomRenderTexture.initializationMaterial
  nameWithType: CustomRenderTexture.initializationMaterial
  type: Property
- uid: UnityEngine.CustomRenderTexture.initializationMode
  name: initializationMode
  fullName: UnityEngine.CustomRenderTexture.initializationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-initializationMode.html
  commentId: P:UnityEngine.CustomRenderTexture.initializationMode
  nameWithType: CustomRenderTexture.initializationMode
  type: Property
- uid: UnityEngine.CustomRenderTexture.initializationSource
  name: initializationSource
  fullName: UnityEngine.CustomRenderTexture.initializationSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-initializationSource.html
  commentId: P:UnityEngine.CustomRenderTexture.initializationSource
  nameWithType: CustomRenderTexture.initializationSource
  type: Property
- uid: UnityEngine.CustomRenderTexture.initializationTexture
  name: initializationTexture
  fullName: UnityEngine.CustomRenderTexture.initializationTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-initializationTexture.html
  commentId: P:UnityEngine.CustomRenderTexture.initializationTexture
  nameWithType: CustomRenderTexture.initializationTexture
  type: Property
- uid: UnityEngine.CustomRenderTexture.Initialize
  name: Initialize()
  fullName: UnityEngine.CustomRenderTexture.Initialize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture.Initialize.html
  commentId: M:UnityEngine.CustomRenderTexture.Initialize
  nameWithType: CustomRenderTexture.Initialize()
  type: Method
- uid: UnityEngine.CustomRenderTexture.material
  name: material
  fullName: UnityEngine.CustomRenderTexture.material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-material.html
  commentId: P:UnityEngine.CustomRenderTexture.material
  nameWithType: CustomRenderTexture.material
  type: Property
- uid: UnityEngine.CustomRenderTexture.SetUpdateZones(UnityEngine.CustomRenderTextureUpdateZone[])
  name: SetUpdateZones(CustomRenderTextureUpdateZone[])
  fullName: UnityEngine.CustomRenderTexture.SetUpdateZones(UnityEngine.CustomRenderTextureUpdateZone[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture.SetUpdateZones.html
  commentId: M:UnityEngine.CustomRenderTexture.SetUpdateZones(UnityEngine.CustomRenderTextureUpdateZone[])
  nameWithType: CustomRenderTexture.SetUpdateZones(CustomRenderTextureUpdateZone[])
  type: Method
- uid: UnityEngine.CustomRenderTexture.shaderPass
  name: shaderPass
  fullName: UnityEngine.CustomRenderTexture.shaderPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-shaderPass.html
  commentId: P:UnityEngine.CustomRenderTexture.shaderPass
  nameWithType: CustomRenderTexture.shaderPass
  type: Property
- uid: UnityEngine.CustomRenderTexture.Update
  name: Update()
  fullName: UnityEngine.CustomRenderTexture.Update()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture.Update.html
  commentId: M:UnityEngine.CustomRenderTexture.Update
  nameWithType: CustomRenderTexture.Update()
  type: Method
- uid: UnityEngine.CustomRenderTexture.Update(System.Int32)
  name: Update(int)
  fullName: UnityEngine.CustomRenderTexture.Update(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture.Update.html
  commentId: M:UnityEngine.CustomRenderTexture.Update(System.Int32)
  nameWithType: CustomRenderTexture.Update(int)
  type: Method
- uid: UnityEngine.CustomRenderTexture.updateMode
  name: updateMode
  fullName: UnityEngine.CustomRenderTexture.updateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-updateMode.html
  commentId: P:UnityEngine.CustomRenderTexture.updateMode
  nameWithType: CustomRenderTexture.updateMode
  type: Property
- uid: UnityEngine.CustomRenderTexture.updateZoneSpace
  name: updateZoneSpace
  fullName: UnityEngine.CustomRenderTexture.updateZoneSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-updateZoneSpace.html
  commentId: P:UnityEngine.CustomRenderTexture.updateZoneSpace
  nameWithType: CustomRenderTexture.updateZoneSpace
  type: Property
- uid: UnityEngine.CustomRenderTexture.wrapUpdateZones
  name: wrapUpdateZones
  fullName: UnityEngine.CustomRenderTexture.wrapUpdateZones
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTexture-wrapUpdateZones.html
  commentId: P:UnityEngine.CustomRenderTexture.wrapUpdateZones
  nameWithType: CustomRenderTexture.wrapUpdateZones
  type: Property
- uid: UnityEngine.CustomRenderTextureInitializationSource
  name: CustomRenderTextureInitializationSource
  fullName: UnityEngine.CustomRenderTextureInitializationSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureInitializationSource.html
  commentId: T:UnityEngine.CustomRenderTextureInitializationSource
  nameWithType: CustomRenderTextureInitializationSource
  type: Enum
- uid: UnityEngine.CustomRenderTextureInitializationSource.Material
  name: Material
  fullName: UnityEngine.CustomRenderTextureInitializationSource.Material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureInitializationSource.Material.html
  commentId: F:UnityEngine.CustomRenderTextureInitializationSource.Material
  nameWithType: CustomRenderTextureInitializationSource.Material
  type: Field
- uid: UnityEngine.CustomRenderTextureInitializationSource.TextureAndColor
  name: TextureAndColor
  fullName: UnityEngine.CustomRenderTextureInitializationSource.TextureAndColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureInitializationSource.TextureAndColor.html
  commentId: F:UnityEngine.CustomRenderTextureInitializationSource.TextureAndColor
  nameWithType: CustomRenderTextureInitializationSource.TextureAndColor
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateMode
  name: CustomRenderTextureUpdateMode
  fullName: UnityEngine.CustomRenderTextureUpdateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateMode.html
  commentId: T:UnityEngine.CustomRenderTextureUpdateMode
  nameWithType: CustomRenderTextureUpdateMode
  type: Enum
- uid: UnityEngine.CustomRenderTextureUpdateMode.OnDemand
  name: OnDemand
  fullName: UnityEngine.CustomRenderTextureUpdateMode.OnDemand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateMode.OnDemand.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateMode.OnDemand
  nameWithType: CustomRenderTextureUpdateMode.OnDemand
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateMode.OnLoad
  name: OnLoad
  fullName: UnityEngine.CustomRenderTextureUpdateMode.OnLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateMode.OnLoad.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateMode.OnLoad
  nameWithType: CustomRenderTextureUpdateMode.OnLoad
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateMode.Realtime
  name: Realtime
  fullName: UnityEngine.CustomRenderTextureUpdateMode.Realtime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateMode.Realtime.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateMode.Realtime
  nameWithType: CustomRenderTextureUpdateMode.Realtime
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateZone
  name: CustomRenderTextureUpdateZone
  fullName: UnityEngine.CustomRenderTextureUpdateZone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZone.html
  commentId: T:UnityEngine.CustomRenderTextureUpdateZone
  nameWithType: CustomRenderTextureUpdateZone
  type: Struct
- uid: UnityEngine.CustomRenderTextureUpdateZone.needSwap
  name: needSwap
  fullName: UnityEngine.CustomRenderTextureUpdateZone.needSwap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZone-needSwap.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateZone.needSwap
  nameWithType: CustomRenderTextureUpdateZone.needSwap
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateZone.passIndex
  name: passIndex
  fullName: UnityEngine.CustomRenderTextureUpdateZone.passIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZone-passIndex.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateZone.passIndex
  nameWithType: CustomRenderTextureUpdateZone.passIndex
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateZone.rotation
  name: rotation
  fullName: UnityEngine.CustomRenderTextureUpdateZone.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZone-rotation.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateZone.rotation
  nameWithType: CustomRenderTextureUpdateZone.rotation
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateZone.updateZoneCenter
  name: updateZoneCenter
  fullName: UnityEngine.CustomRenderTextureUpdateZone.updateZoneCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZone-updateZoneCenter.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateZone.updateZoneCenter
  nameWithType: CustomRenderTextureUpdateZone.updateZoneCenter
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateZone.updateZoneSize
  name: updateZoneSize
  fullName: UnityEngine.CustomRenderTextureUpdateZone.updateZoneSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZone-updateZoneSize.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateZone.updateZoneSize
  nameWithType: CustomRenderTextureUpdateZone.updateZoneSize
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateZoneSpace
  name: CustomRenderTextureUpdateZoneSpace
  fullName: UnityEngine.CustomRenderTextureUpdateZoneSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZoneSpace.html
  commentId: T:UnityEngine.CustomRenderTextureUpdateZoneSpace
  nameWithType: CustomRenderTextureUpdateZoneSpace
  type: Enum
- uid: UnityEngine.CustomRenderTextureUpdateZoneSpace.Normalized
  name: Normalized
  fullName: UnityEngine.CustomRenderTextureUpdateZoneSpace.Normalized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZoneSpace.Normalized.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateZoneSpace.Normalized
  nameWithType: CustomRenderTextureUpdateZoneSpace.Normalized
  type: Field
- uid: UnityEngine.CustomRenderTextureUpdateZoneSpace.Pixel
  name: Pixel
  fullName: UnityEngine.CustomRenderTextureUpdateZoneSpace.Pixel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomRenderTextureUpdateZoneSpace.Pixel.html
  commentId: F:UnityEngine.CustomRenderTextureUpdateZoneSpace.Pixel
  nameWithType: CustomRenderTextureUpdateZoneSpace.Pixel
  type: Field
- uid: UnityEngine.CustomYieldInstruction
  name: CustomYieldInstruction
  fullName: UnityEngine.CustomYieldInstruction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomYieldInstruction.html
  commentId: T:UnityEngine.CustomYieldInstruction
  nameWithType: CustomYieldInstruction
  type: Class
- uid: UnityEngine.CustomYieldInstruction.Current
  name: Current
  fullName: UnityEngine.CustomYieldInstruction.Current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomYieldInstruction.Current.html
  commentId: P:UnityEngine.CustomYieldInstruction.Current
  nameWithType: CustomYieldInstruction.Current
  type: Property
- uid: UnityEngine.CustomYieldInstruction.keepWaiting
  name: keepWaiting
  fullName: UnityEngine.CustomYieldInstruction.keepWaiting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomYieldInstruction-keepWaiting.html
  commentId: P:UnityEngine.CustomYieldInstruction.keepWaiting
  nameWithType: CustomYieldInstruction.keepWaiting
  type: Property
- uid: UnityEngine.CustomYieldInstruction.MoveNext
  name: MoveNext()
  fullName: UnityEngine.CustomYieldInstruction.MoveNext()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomYieldInstruction.MoveNext.html
  commentId: M:UnityEngine.CustomYieldInstruction.MoveNext
  nameWithType: CustomYieldInstruction.MoveNext()
  type: Method
- uid: UnityEngine.CustomYieldInstruction.Reset
  name: Reset()
  fullName: UnityEngine.CustomYieldInstruction.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/CustomYieldInstruction.Reset.html
  commentId: M:UnityEngine.CustomYieldInstruction.Reset
  nameWithType: CustomYieldInstruction.Reset()
  type: Method
- uid: UnityEngine.Debug
  name: Debug
  fullName: UnityEngine.Debug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.html
  commentId: T:UnityEngine.Debug
  nameWithType: Debug
  type: Class
- uid: UnityEngine.Debug.Assert(System.Boolean,System.Object,UnityEngine.Object)
  name: Assert(bool, object, Object)
  fullName: UnityEngine.Debug.Assert(bool, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Assert.html
  commentId: M:UnityEngine.Debug.Assert(System.Boolean,System.Object,UnityEngine.Object)
  nameWithType: Debug.Assert(bool, object, Object)
  type: Method
- uid: UnityEngine.Debug.Assert(System.Boolean,System.Object)
  name: Assert(bool, object)
  fullName: UnityEngine.Debug.Assert(bool, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Assert.html
  commentId: M:UnityEngine.Debug.Assert(System.Boolean,System.Object)
  nameWithType: Debug.Assert(bool, object)
  type: Method
- uid: UnityEngine.Debug.Assert(System.Boolean,System.String,System.Object[])
  name: Assert(bool, string, params object[])
  fullName: UnityEngine.Debug.Assert(bool, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Assert.html
  commentId: M:UnityEngine.Debug.Assert(System.Boolean,System.String,System.Object[])
  nameWithType: Debug.Assert(bool, string, params object[])
  type: Method
- uid: UnityEngine.Debug.Assert(System.Boolean,System.String,UnityEngine.Object)
  name: Assert(bool, string, Object)
  fullName: UnityEngine.Debug.Assert(bool, string, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Assert.html
  commentId: M:UnityEngine.Debug.Assert(System.Boolean,System.String,UnityEngine.Object)
  nameWithType: Debug.Assert(bool, string, Object)
  type: Method
- uid: UnityEngine.Debug.Assert(System.Boolean,System.String)
  name: Assert(bool, string)
  fullName: UnityEngine.Debug.Assert(bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Assert.html
  commentId: M:UnityEngine.Debug.Assert(System.Boolean,System.String)
  nameWithType: Debug.Assert(bool, string)
  type: Method
- uid: UnityEngine.Debug.Assert(System.Boolean,UnityEngine.Object)
  name: Assert(bool, Object)
  fullName: UnityEngine.Debug.Assert(bool, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Assert.html
  commentId: M:UnityEngine.Debug.Assert(System.Boolean,UnityEngine.Object)
  nameWithType: Debug.Assert(bool, Object)
  type: Method
- uid: UnityEngine.Debug.Assert(System.Boolean)
  name: Assert(bool)
  fullName: UnityEngine.Debug.Assert(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Assert.html
  commentId: M:UnityEngine.Debug.Assert(System.Boolean)
  nameWithType: Debug.Assert(bool)
  type: Method
- uid: UnityEngine.Debug.AssertFormat(System.Boolean,System.String,System.Object[])
  name: AssertFormat(bool, string, params object[])
  fullName: UnityEngine.Debug.AssertFormat(bool, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.AssertFormat.html
  commentId: M:UnityEngine.Debug.AssertFormat(System.Boolean,System.String,System.Object[])
  nameWithType: Debug.AssertFormat(bool, string, params object[])
  type: Method
- uid: UnityEngine.Debug.AssertFormat(System.Boolean,UnityEngine.Object,System.String,System.Object[])
  name: AssertFormat(bool, Object, string, params object[])
  fullName: UnityEngine.Debug.AssertFormat(bool, UnityEngine.Object, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.AssertFormat.html
  commentId: M:UnityEngine.Debug.AssertFormat(System.Boolean,UnityEngine.Object,System.String,System.Object[])
  nameWithType: Debug.AssertFormat(bool, Object, string, params object[])
  type: Method
- uid: UnityEngine.Debug.Break
  name: Break()
  fullName: UnityEngine.Debug.Break()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Break.html
  commentId: M:UnityEngine.Debug.Break
  nameWithType: Debug.Break()
  type: Method
- uid: UnityEngine.Debug.ClearDeveloperConsole
  name: ClearDeveloperConsole()
  fullName: UnityEngine.Debug.ClearDeveloperConsole()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.ClearDeveloperConsole.html
  commentId: M:UnityEngine.Debug.ClearDeveloperConsole
  nameWithType: Debug.ClearDeveloperConsole()
  type: Method
- uid: UnityEngine.Debug.DebugBreak
  name: DebugBreak()
  fullName: UnityEngine.Debug.DebugBreak()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DebugBreak.html
  commentId: M:UnityEngine.Debug.DebugBreak
  nameWithType: Debug.DebugBreak()
  type: Method
- uid: UnityEngine.Debug.developerConsoleVisible
  name: developerConsoleVisible
  fullName: UnityEngine.Debug.developerConsoleVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug-developerConsoleVisible.html
  commentId: P:UnityEngine.Debug.developerConsoleVisible
  nameWithType: Debug.developerConsoleVisible
  type: Property
- uid: UnityEngine.Debug.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single,System.Boolean)
  name: DrawLine(Vector3, Vector3, Color, float, bool)
  fullName: UnityEngine.Debug.DrawLine(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Color, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DrawLine.html
  commentId: M:UnityEngine.Debug.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single,System.Boolean)
  nameWithType: Debug.DrawLine(Vector3, Vector3, Color, float, bool)
  type: Method
- uid: UnityEngine.Debug.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single)
  name: DrawLine(Vector3, Vector3, Color, float)
  fullName: UnityEngine.Debug.DrawLine(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DrawLine.html
  commentId: M:UnityEngine.Debug.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single)
  nameWithType: Debug.DrawLine(Vector3, Vector3, Color, float)
  type: Method
- uid: UnityEngine.Debug.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color)
  name: DrawLine(Vector3, Vector3, Color)
  fullName: UnityEngine.Debug.DrawLine(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DrawLine.html
  commentId: M:UnityEngine.Debug.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color)
  nameWithType: Debug.DrawLine(Vector3, Vector3, Color)
  type: Method
- uid: UnityEngine.Debug.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DrawLine(Vector3, Vector3)
  fullName: UnityEngine.Debug.DrawLine(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DrawLine.html
  commentId: M:UnityEngine.Debug.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Debug.DrawLine(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Debug.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single,System.Boolean)
  name: DrawRay(Vector3, Vector3, Color, float, bool)
  fullName: UnityEngine.Debug.DrawRay(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Color, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DrawRay.html
  commentId: M:UnityEngine.Debug.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single,System.Boolean)
  nameWithType: Debug.DrawRay(Vector3, Vector3, Color, float, bool)
  type: Method
- uid: UnityEngine.Debug.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single)
  name: DrawRay(Vector3, Vector3, Color, float)
  fullName: UnityEngine.Debug.DrawRay(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DrawRay.html
  commentId: M:UnityEngine.Debug.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,System.Single)
  nameWithType: Debug.DrawRay(Vector3, Vector3, Color, float)
  type: Method
- uid: UnityEngine.Debug.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color)
  name: DrawRay(Vector3, Vector3, Color)
  fullName: UnityEngine.Debug.DrawRay(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DrawRay.html
  commentId: M:UnityEngine.Debug.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color)
  nameWithType: Debug.DrawRay(Vector3, Vector3, Color)
  type: Method
- uid: UnityEngine.Debug.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DrawRay(Vector3, Vector3)
  fullName: UnityEngine.Debug.DrawRay(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.DrawRay.html
  commentId: M:UnityEngine.Debug.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Debug.DrawRay(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Debug.isDebugBuild
  name: isDebugBuild
  fullName: UnityEngine.Debug.isDebugBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug-isDebugBuild.html
  commentId: P:UnityEngine.Debug.isDebugBuild
  nameWithType: Debug.isDebugBuild
  type: Property
- uid: UnityEngine.Debug.Log(System.Object,UnityEngine.Object)
  name: Log(object, Object)
  fullName: UnityEngine.Debug.Log(object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Log.html
  commentId: M:UnityEngine.Debug.Log(System.Object,UnityEngine.Object)
  nameWithType: Debug.Log(object, Object)
  type: Method
- uid: UnityEngine.Debug.Log(System.Object)
  name: Log(object)
  fullName: UnityEngine.Debug.Log(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.Log.html
  commentId: M:UnityEngine.Debug.Log(System.Object)
  nameWithType: Debug.Log(object)
  type: Method
- uid: UnityEngine.Debug.LogAssertion(System.Object,UnityEngine.Object)
  name: LogAssertion(object, Object)
  fullName: UnityEngine.Debug.LogAssertion(object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogAssertion.html
  commentId: M:UnityEngine.Debug.LogAssertion(System.Object,UnityEngine.Object)
  nameWithType: Debug.LogAssertion(object, Object)
  type: Method
- uid: UnityEngine.Debug.LogAssertion(System.Object)
  name: LogAssertion(object)
  fullName: UnityEngine.Debug.LogAssertion(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogAssertion.html
  commentId: M:UnityEngine.Debug.LogAssertion(System.Object)
  nameWithType: Debug.LogAssertion(object)
  type: Method
- uid: UnityEngine.Debug.LogAssertionFormat(System.String,System.Object[])
  name: LogAssertionFormat(string, params object[])
  fullName: UnityEngine.Debug.LogAssertionFormat(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogAssertionFormat.html
  commentId: M:UnityEngine.Debug.LogAssertionFormat(System.String,System.Object[])
  nameWithType: Debug.LogAssertionFormat(string, params object[])
  type: Method
- uid: UnityEngine.Debug.LogAssertionFormat(UnityEngine.Object,System.String,System.Object[])
  name: LogAssertionFormat(Object, string, params object[])
  fullName: UnityEngine.Debug.LogAssertionFormat(UnityEngine.Object, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogAssertionFormat.html
  commentId: M:UnityEngine.Debug.LogAssertionFormat(UnityEngine.Object,System.String,System.Object[])
  nameWithType: Debug.LogAssertionFormat(Object, string, params object[])
  type: Method
- uid: UnityEngine.Debug.LogError(System.Object,UnityEngine.Object)
  name: LogError(object, Object)
  fullName: UnityEngine.Debug.LogError(object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogError.html
  commentId: M:UnityEngine.Debug.LogError(System.Object,UnityEngine.Object)
  nameWithType: Debug.LogError(object, Object)
  type: Method
- uid: UnityEngine.Debug.LogError(System.Object)
  name: LogError(object)
  fullName: UnityEngine.Debug.LogError(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogError.html
  commentId: M:UnityEngine.Debug.LogError(System.Object)
  nameWithType: Debug.LogError(object)
  type: Method
- uid: UnityEngine.Debug.LogErrorFormat(System.String,System.Object[])
  name: LogErrorFormat(string, params object[])
  fullName: UnityEngine.Debug.LogErrorFormat(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogErrorFormat.html
  commentId: M:UnityEngine.Debug.LogErrorFormat(System.String,System.Object[])
  nameWithType: Debug.LogErrorFormat(string, params object[])
  type: Method
- uid: UnityEngine.Debug.LogErrorFormat(UnityEngine.Object,System.String,System.Object[])
  name: LogErrorFormat(Object, string, params object[])
  fullName: UnityEngine.Debug.LogErrorFormat(UnityEngine.Object, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogErrorFormat.html
  commentId: M:UnityEngine.Debug.LogErrorFormat(UnityEngine.Object,System.String,System.Object[])
  nameWithType: Debug.LogErrorFormat(Object, string, params object[])
  type: Method
- uid: UnityEngine.Debug.LogException(System.Exception,UnityEngine.Object)
  name: LogException(Exception, Object)
  fullName: UnityEngine.Debug.LogException(System.Exception, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogException.html
  commentId: M:UnityEngine.Debug.LogException(System.Exception,UnityEngine.Object)
  nameWithType: Debug.LogException(Exception, Object)
  type: Method
- uid: UnityEngine.Debug.LogException(System.Exception)
  name: LogException(Exception)
  fullName: UnityEngine.Debug.LogException(System.Exception)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogException.html
  commentId: M:UnityEngine.Debug.LogException(System.Exception)
  nameWithType: Debug.LogException(Exception)
  type: Method
- uid: UnityEngine.Debug.LogFormat(System.String,System.Object[])
  name: LogFormat(string, params object[])
  fullName: UnityEngine.Debug.LogFormat(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogFormat.html
  commentId: M:UnityEngine.Debug.LogFormat(System.String,System.Object[])
  nameWithType: Debug.LogFormat(string, params object[])
  type: Method
- uid: UnityEngine.Debug.LogFormat(UnityEngine.Object,System.String,System.Object[])
  name: LogFormat(Object, string, params object[])
  fullName: UnityEngine.Debug.LogFormat(UnityEngine.Object, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogFormat.html
  commentId: M:UnityEngine.Debug.LogFormat(UnityEngine.Object,System.String,System.Object[])
  nameWithType: Debug.LogFormat(Object, string, params object[])
  type: Method
- uid: UnityEngine.Debug.LogWarning(System.Object,UnityEngine.Object)
  name: LogWarning(object, Object)
  fullName: UnityEngine.Debug.LogWarning(object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogWarning.html
  commentId: M:UnityEngine.Debug.LogWarning(System.Object,UnityEngine.Object)
  nameWithType: Debug.LogWarning(object, Object)
  type: Method
- uid: UnityEngine.Debug.LogWarning(System.Object)
  name: LogWarning(object)
  fullName: UnityEngine.Debug.LogWarning(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogWarning.html
  commentId: M:UnityEngine.Debug.LogWarning(System.Object)
  nameWithType: Debug.LogWarning(object)
  type: Method
- uid: UnityEngine.Debug.LogWarningFormat(System.String,System.Object[])
  name: LogWarningFormat(string, params object[])
  fullName: UnityEngine.Debug.LogWarningFormat(string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogWarningFormat.html
  commentId: M:UnityEngine.Debug.LogWarningFormat(System.String,System.Object[])
  nameWithType: Debug.LogWarningFormat(string, params object[])
  type: Method
- uid: UnityEngine.Debug.LogWarningFormat(UnityEngine.Object,System.String,System.Object[])
  name: LogWarningFormat(Object, string, params object[])
  fullName: UnityEngine.Debug.LogWarningFormat(UnityEngine.Object, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug.LogWarningFormat.html
  commentId: M:UnityEngine.Debug.LogWarningFormat(UnityEngine.Object,System.String,System.Object[])
  nameWithType: Debug.LogWarningFormat(Object, string, params object[])
  type: Method
- uid: UnityEngine.Debug.unityLogger
  name: unityLogger
  fullName: UnityEngine.Debug.unityLogger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Debug-unityLogger.html
  commentId: P:UnityEngine.Debug.unityLogger
  nameWithType: Debug.unityLogger
  type: Property
- uid: UnityEngine.DefaultExecutionOrder
  name: DefaultExecutionOrder
  fullName: UnityEngine.DefaultExecutionOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DefaultExecutionOrder.html
  commentId: T:UnityEngine.DefaultExecutionOrder
  nameWithType: DefaultExecutionOrder
  type: Class
- uid: UnityEngine.DefaultExecutionOrder.#ctor(System.Int32)
  name: DefaultExecutionOrder(int)
  fullName: UnityEngine.DefaultExecutionOrder.DefaultExecutionOrder(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DefaultExecutionOrder-ctor.html
  commentId: M:UnityEngine.DefaultExecutionOrder.#ctor(System.Int32)
  nameWithType: DefaultExecutionOrder.DefaultExecutionOrder(int)
  type: Constructor
- uid: UnityEngine.DefaultExecutionOrder.order
  name: order
  fullName: UnityEngine.DefaultExecutionOrder.order
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DefaultExecutionOrder-order.html
  commentId: P:UnityEngine.DefaultExecutionOrder.order
  nameWithType: DefaultExecutionOrder.order
  type: Property
- uid: UnityEngine.DelayedAttribute
  name: DelayedAttribute
  fullName: UnityEngine.DelayedAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DelayedAttribute.html
  commentId: T:UnityEngine.DelayedAttribute
  nameWithType: DelayedAttribute
  type: Class
- uid: UnityEngine.DepthTextureMode
  name: DepthTextureMode
  fullName: UnityEngine.DepthTextureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DepthTextureMode.html
  commentId: T:UnityEngine.DepthTextureMode
  nameWithType: DepthTextureMode
  type: Enum
- uid: UnityEngine.DepthTextureMode.Depth
  name: Depth
  fullName: UnityEngine.DepthTextureMode.Depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DepthTextureMode.Depth.html
  commentId: F:UnityEngine.DepthTextureMode.Depth
  nameWithType: DepthTextureMode.Depth
  type: Field
- uid: UnityEngine.DepthTextureMode.DepthNormals
  name: DepthNormals
  fullName: UnityEngine.DepthTextureMode.DepthNormals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DepthTextureMode.DepthNormals.html
  commentId: F:UnityEngine.DepthTextureMode.DepthNormals
  nameWithType: DepthTextureMode.DepthNormals
  type: Field
- uid: UnityEngine.DepthTextureMode.MotionVectors
  name: MotionVectors
  fullName: UnityEngine.DepthTextureMode.MotionVectors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DepthTextureMode.MotionVectors.html
  commentId: F:UnityEngine.DepthTextureMode.MotionVectors
  nameWithType: DepthTextureMode.MotionVectors
  type: Field
- uid: UnityEngine.DepthTextureMode.None
  name: None
  fullName: UnityEngine.DepthTextureMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DepthTextureMode.None.html
  commentId: F:UnityEngine.DepthTextureMode.None
  nameWithType: DepthTextureMode.None
  type: Field
- uid: UnityEngine.DetailPrototype
  name: DetailPrototype
  fullName: UnityEngine.DetailPrototype
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype.html
  commentId: T:UnityEngine.DetailPrototype
  nameWithType: DetailPrototype
  type: Class
- uid: UnityEngine.DetailPrototype.bendFactor
  name: bendFactor
  fullName: UnityEngine.DetailPrototype.bendFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-bendFactor.html
  commentId: P:UnityEngine.DetailPrototype.bendFactor
  nameWithType: DetailPrototype.bendFactor
  type: Property
- uid: UnityEngine.DetailPrototype.dryColor
  name: dryColor
  fullName: UnityEngine.DetailPrototype.dryColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-dryColor.html
  commentId: P:UnityEngine.DetailPrototype.dryColor
  nameWithType: DetailPrototype.dryColor
  type: Property
- uid: UnityEngine.DetailPrototype.healthyColor
  name: healthyColor
  fullName: UnityEngine.DetailPrototype.healthyColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-healthyColor.html
  commentId: P:UnityEngine.DetailPrototype.healthyColor
  nameWithType: DetailPrototype.healthyColor
  type: Property
- uid: UnityEngine.DetailPrototype.maxHeight
  name: maxHeight
  fullName: UnityEngine.DetailPrototype.maxHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-maxHeight.html
  commentId: P:UnityEngine.DetailPrototype.maxHeight
  nameWithType: DetailPrototype.maxHeight
  type: Property
- uid: UnityEngine.DetailPrototype.maxWidth
  name: maxWidth
  fullName: UnityEngine.DetailPrototype.maxWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-maxWidth.html
  commentId: P:UnityEngine.DetailPrototype.maxWidth
  nameWithType: DetailPrototype.maxWidth
  type: Property
- uid: UnityEngine.DetailPrototype.minHeight
  name: minHeight
  fullName: UnityEngine.DetailPrototype.minHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-minHeight.html
  commentId: P:UnityEngine.DetailPrototype.minHeight
  nameWithType: DetailPrototype.minHeight
  type: Property
- uid: UnityEngine.DetailPrototype.minWidth
  name: minWidth
  fullName: UnityEngine.DetailPrototype.minWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-minWidth.html
  commentId: P:UnityEngine.DetailPrototype.minWidth
  nameWithType: DetailPrototype.minWidth
  type: Property
- uid: UnityEngine.DetailPrototype.noiseSpread
  name: noiseSpread
  fullName: UnityEngine.DetailPrototype.noiseSpread
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-noiseSpread.html
  commentId: P:UnityEngine.DetailPrototype.noiseSpread
  nameWithType: DetailPrototype.noiseSpread
  type: Property
- uid: UnityEngine.DetailPrototype.prototype
  name: prototype
  fullName: UnityEngine.DetailPrototype.prototype
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-prototype.html
  commentId: P:UnityEngine.DetailPrototype.prototype
  nameWithType: DetailPrototype.prototype
  type: Property
- uid: UnityEngine.DetailPrototype.prototypeTexture
  name: prototypeTexture
  fullName: UnityEngine.DetailPrototype.prototypeTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-prototypeTexture.html
  commentId: P:UnityEngine.DetailPrototype.prototypeTexture
  nameWithType: DetailPrototype.prototypeTexture
  type: Property
- uid: UnityEngine.DetailPrototype.renderMode
  name: renderMode
  fullName: UnityEngine.DetailPrototype.renderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-renderMode.html
  commentId: P:UnityEngine.DetailPrototype.renderMode
  nameWithType: DetailPrototype.renderMode
  type: Property
- uid: UnityEngine.DetailPrototype.usePrototypeMesh
  name: usePrototypeMesh
  fullName: UnityEngine.DetailPrototype.usePrototypeMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailPrototype-usePrototypeMesh.html
  commentId: P:UnityEngine.DetailPrototype.usePrototypeMesh
  nameWithType: DetailPrototype.usePrototypeMesh
  type: Property
- uid: UnityEngine.DetailRenderMode
  name: DetailRenderMode
  fullName: UnityEngine.DetailRenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailRenderMode.html
  commentId: T:UnityEngine.DetailRenderMode
  nameWithType: DetailRenderMode
  type: Enum
- uid: UnityEngine.DetailRenderMode.Grass
  name: Grass
  fullName: UnityEngine.DetailRenderMode.Grass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailRenderMode.Grass.html
  commentId: F:UnityEngine.DetailRenderMode.Grass
  nameWithType: DetailRenderMode.Grass
  type: Field
- uid: UnityEngine.DetailRenderMode.GrassBillboard
  name: GrassBillboard
  fullName: UnityEngine.DetailRenderMode.GrassBillboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailRenderMode.GrassBillboard.html
  commentId: F:UnityEngine.DetailRenderMode.GrassBillboard
  nameWithType: DetailRenderMode.GrassBillboard
  type: Field
- uid: UnityEngine.DetailRenderMode.VertexLit
  name: VertexLit
  fullName: UnityEngine.DetailRenderMode.VertexLit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DetailRenderMode.VertexLit.html
  commentId: F:UnityEngine.DetailRenderMode.VertexLit
  nameWithType: DetailRenderMode.VertexLit
  type: Field
- uid: UnityEngine.DeviceOrientation
  name: DeviceOrientation
  fullName: UnityEngine.DeviceOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceOrientation.html
  commentId: T:UnityEngine.DeviceOrientation
  nameWithType: DeviceOrientation
  type: Enum
- uid: UnityEngine.DeviceOrientation.FaceDown
  name: FaceDown
  fullName: UnityEngine.DeviceOrientation.FaceDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceOrientation.FaceDown.html
  commentId: F:UnityEngine.DeviceOrientation.FaceDown
  nameWithType: DeviceOrientation.FaceDown
  type: Field
- uid: UnityEngine.DeviceOrientation.FaceUp
  name: FaceUp
  fullName: UnityEngine.DeviceOrientation.FaceUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceOrientation.FaceUp.html
  commentId: F:UnityEngine.DeviceOrientation.FaceUp
  nameWithType: DeviceOrientation.FaceUp
  type: Field
- uid: UnityEngine.DeviceOrientation.LandscapeLeft
  name: LandscapeLeft
  fullName: UnityEngine.DeviceOrientation.LandscapeLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceOrientation.LandscapeLeft.html
  commentId: F:UnityEngine.DeviceOrientation.LandscapeLeft
  nameWithType: DeviceOrientation.LandscapeLeft
  type: Field
- uid: UnityEngine.DeviceOrientation.LandscapeRight
  name: LandscapeRight
  fullName: UnityEngine.DeviceOrientation.LandscapeRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceOrientation.LandscapeRight.html
  commentId: F:UnityEngine.DeviceOrientation.LandscapeRight
  nameWithType: DeviceOrientation.LandscapeRight
  type: Field
- uid: UnityEngine.DeviceOrientation.Portrait
  name: Portrait
  fullName: UnityEngine.DeviceOrientation.Portrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceOrientation.Portrait.html
  commentId: F:UnityEngine.DeviceOrientation.Portrait
  nameWithType: DeviceOrientation.Portrait
  type: Field
- uid: UnityEngine.DeviceOrientation.PortraitUpsideDown
  name: PortraitUpsideDown
  fullName: UnityEngine.DeviceOrientation.PortraitUpsideDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceOrientation.PortraitUpsideDown.html
  commentId: F:UnityEngine.DeviceOrientation.PortraitUpsideDown
  nameWithType: DeviceOrientation.PortraitUpsideDown
  type: Field
- uid: UnityEngine.DeviceOrientation.Unknown
  name: Unknown
  fullName: UnityEngine.DeviceOrientation.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceOrientation.Unknown.html
  commentId: F:UnityEngine.DeviceOrientation.Unknown
  nameWithType: DeviceOrientation.Unknown
  type: Field
- uid: UnityEngine.DeviceType
  name: DeviceType
  fullName: UnityEngine.DeviceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceType.html
  commentId: T:UnityEngine.DeviceType
  nameWithType: DeviceType
  type: Enum
- uid: UnityEngine.DeviceType.Console
  name: Console
  fullName: UnityEngine.DeviceType.Console
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceType.Console.html
  commentId: F:UnityEngine.DeviceType.Console
  nameWithType: DeviceType.Console
  type: Field
- uid: UnityEngine.DeviceType.Desktop
  name: Desktop
  fullName: UnityEngine.DeviceType.Desktop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceType.Desktop.html
  commentId: F:UnityEngine.DeviceType.Desktop
  nameWithType: DeviceType.Desktop
  type: Field
- uid: UnityEngine.DeviceType.Handheld
  name: Handheld
  fullName: UnityEngine.DeviceType.Handheld
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceType.Handheld.html
  commentId: F:UnityEngine.DeviceType.Handheld
  nameWithType: DeviceType.Handheld
  type: Field
- uid: UnityEngine.DeviceType.Unknown
  name: Unknown
  fullName: UnityEngine.DeviceType.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DeviceType.Unknown.html
  commentId: F:UnityEngine.DeviceType.Unknown
  nameWithType: DeviceType.Unknown
  type: Field
- uid: UnityEngine.Diagnostics
  name: UnityEngine.Diagnostics
  fullName: UnityEngine.Diagnostics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Diagnostics
  nameWithType: UnityEngine.Diagnostics
  type: Namespace
- uid: UnityEngine.Diagnostics.PlayerConnection
  name: PlayerConnection
  fullName: UnityEngine.Diagnostics.PlayerConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Diagnostics.PlayerConnection.html
  commentId: T:UnityEngine.Diagnostics.PlayerConnection
  nameWithType: PlayerConnection
  type: Class
- uid: UnityEngine.Diagnostics.PlayerConnection.connected
  name: connected
  fullName: UnityEngine.Diagnostics.PlayerConnection.connected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Diagnostics.PlayerConnection-connected.html
  commentId: P:UnityEngine.Diagnostics.PlayerConnection.connected
  nameWithType: PlayerConnection.connected
  type: Property
- uid: UnityEngine.Diagnostics.PlayerConnection.SendFile(System.String,System.Byte[])
  name: SendFile(string, byte[])
  fullName: UnityEngine.Diagnostics.PlayerConnection.SendFile(string, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Diagnostics.PlayerConnection.SendFile.html
  commentId: M:UnityEngine.Diagnostics.PlayerConnection.SendFile(System.String,System.Byte[])
  nameWithType: PlayerConnection.SendFile(string, byte[])
  type: Method
- uid: UnityEngine.DisallowMultipleComponent
  name: DisallowMultipleComponent
  fullName: UnityEngine.DisallowMultipleComponent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DisallowMultipleComponent.html
  commentId: T:UnityEngine.DisallowMultipleComponent
  nameWithType: DisallowMultipleComponent
  type: Class
- uid: UnityEngine.Display
  name: Display
  fullName: UnityEngine.Display
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display.html
  commentId: T:UnityEngine.Display
  nameWithType: Display
  type: Class
- uid: UnityEngine.Display.Activate
  name: Activate()
  fullName: UnityEngine.Display.Activate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display.Activate.html
  commentId: M:UnityEngine.Display.Activate
  nameWithType: Display.Activate()
  type: Method
- uid: UnityEngine.Display.Activate(System.Int32,System.Int32,System.Int32)
  name: Activate(int, int, int)
  fullName: UnityEngine.Display.Activate(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display.Activate.html
  commentId: M:UnityEngine.Display.Activate(System.Int32,System.Int32,System.Int32)
  nameWithType: Display.Activate(int, int, int)
  type: Method
- uid: UnityEngine.Display.active
  name: active
  fullName: UnityEngine.Display.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-active.html
  commentId: P:UnityEngine.Display.active
  nameWithType: Display.active
  type: Property
- uid: UnityEngine.Display.colorBuffer
  name: colorBuffer
  fullName: UnityEngine.Display.colorBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-colorBuffer.html
  commentId: P:UnityEngine.Display.colorBuffer
  nameWithType: Display.colorBuffer
  type: Property
- uid: UnityEngine.Display.depthBuffer
  name: depthBuffer
  fullName: UnityEngine.Display.depthBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-depthBuffer.html
  commentId: P:UnityEngine.Display.depthBuffer
  nameWithType: Display.depthBuffer
  type: Property
- uid: UnityEngine.Display.displays
  name: displays
  fullName: UnityEngine.Display.displays
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-displays.html
  commentId: F:UnityEngine.Display.displays
  nameWithType: Display.displays
  type: Field
- uid: UnityEngine.Display.DisplaysUpdatedDelegate
  name: Display.DisplaysUpdatedDelegate
  fullName: UnityEngine.Display.DisplaysUpdatedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display.DisplaysUpdatedDelegate.html
  commentId: T:UnityEngine.Display.DisplaysUpdatedDelegate
  nameWithType: Display.DisplaysUpdatedDelegate
  type: Delegate
- uid: UnityEngine.Display.main
  name: main
  fullName: UnityEngine.Display.main
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-main.html
  commentId: P:UnityEngine.Display.main
  nameWithType: Display.main
  type: Property
- uid: UnityEngine.Display.MultiDisplayLicense
  name: MultiDisplayLicense()
  fullName: UnityEngine.Display.MultiDisplayLicense()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display.MultiDisplayLicense.html
  commentId: M:UnityEngine.Display.MultiDisplayLicense
  nameWithType: Display.MultiDisplayLicense()
  type: Method
- uid: UnityEngine.Display.onDisplaysUpdated
  name: onDisplaysUpdated
  fullName: UnityEngine.Display.onDisplaysUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-onDisplaysUpdated.html
  commentId: E:UnityEngine.Display.onDisplaysUpdated
  nameWithType: Display.onDisplaysUpdated
  type: Event
- uid: UnityEngine.Display.RelativeMouseAt(UnityEngine.Vector3)
  name: RelativeMouseAt(Vector3)
  fullName: UnityEngine.Display.RelativeMouseAt(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display.RelativeMouseAt.html
  commentId: M:UnityEngine.Display.RelativeMouseAt(UnityEngine.Vector3)
  nameWithType: Display.RelativeMouseAt(Vector3)
  type: Method
- uid: UnityEngine.Display.renderingHeight
  name: renderingHeight
  fullName: UnityEngine.Display.renderingHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-renderingHeight.html
  commentId: P:UnityEngine.Display.renderingHeight
  nameWithType: Display.renderingHeight
  type: Property
- uid: UnityEngine.Display.renderingWidth
  name: renderingWidth
  fullName: UnityEngine.Display.renderingWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-renderingWidth.html
  commentId: P:UnityEngine.Display.renderingWidth
  nameWithType: Display.renderingWidth
  type: Property
- uid: UnityEngine.Display.SetParams(System.Int32,System.Int32,System.Int32,System.Int32)
  name: SetParams(int, int, int, int)
  fullName: UnityEngine.Display.SetParams(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display.SetParams.html
  commentId: M:UnityEngine.Display.SetParams(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Display.SetParams(int, int, int, int)
  type: Method
- uid: UnityEngine.Display.SetRenderingResolution(System.Int32,System.Int32)
  name: SetRenderingResolution(int, int)
  fullName: UnityEngine.Display.SetRenderingResolution(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display.SetRenderingResolution.html
  commentId: M:UnityEngine.Display.SetRenderingResolution(System.Int32,System.Int32)
  nameWithType: Display.SetRenderingResolution(int, int)
  type: Method
- uid: UnityEngine.Display.systemHeight
  name: systemHeight
  fullName: UnityEngine.Display.systemHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-systemHeight.html
  commentId: P:UnityEngine.Display.systemHeight
  nameWithType: Display.systemHeight
  type: Property
- uid: UnityEngine.Display.systemWidth
  name: systemWidth
  fullName: UnityEngine.Display.systemWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Display-systemWidth.html
  commentId: P:UnityEngine.Display.systemWidth
  nameWithType: Display.systemWidth
  type: Property
- uid: UnityEngine.DistanceJoint2D
  name: DistanceJoint2D
  fullName: UnityEngine.DistanceJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DistanceJoint2D.html
  commentId: T:UnityEngine.DistanceJoint2D
  nameWithType: DistanceJoint2D
  type: Class
- uid: UnityEngine.DistanceJoint2D.autoConfigureDistance
  name: autoConfigureDistance
  fullName: UnityEngine.DistanceJoint2D.autoConfigureDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DistanceJoint2D-autoConfigureDistance.html
  commentId: P:UnityEngine.DistanceJoint2D.autoConfigureDistance
  nameWithType: DistanceJoint2D.autoConfigureDistance
  type: Property
- uid: UnityEngine.DistanceJoint2D.distance
  name: distance
  fullName: UnityEngine.DistanceJoint2D.distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DistanceJoint2D-distance.html
  commentId: P:UnityEngine.DistanceJoint2D.distance
  nameWithType: DistanceJoint2D.distance
  type: Property
- uid: UnityEngine.DistanceJoint2D.maxDistanceOnly
  name: maxDistanceOnly
  fullName: UnityEngine.DistanceJoint2D.maxDistanceOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DistanceJoint2D-maxDistanceOnly.html
  commentId: P:UnityEngine.DistanceJoint2D.maxDistanceOnly
  nameWithType: DistanceJoint2D.maxDistanceOnly
  type: Property
- uid: UnityEngine.DrivenRectTransformTracker
  name: DrivenRectTransformTracker
  fullName: UnityEngine.DrivenRectTransformTracker
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenRectTransformTracker.html
  commentId: T:UnityEngine.DrivenRectTransformTracker
  nameWithType: DrivenRectTransformTracker
  type: Struct
- uid: UnityEngine.DrivenRectTransformTracker.Add(UnityEngine.Object,UnityEngine.RectTransform,UnityEngine.DrivenTransformProperties)
  name: Add(Object, RectTransform, DrivenTransformProperties)
  fullName: UnityEngine.DrivenRectTransformTracker.Add(UnityEngine.Object, UnityEngine.RectTransform, UnityEngine.DrivenTransformProperties)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenRectTransformTracker.Add.html
  commentId: M:UnityEngine.DrivenRectTransformTracker.Add(UnityEngine.Object,UnityEngine.RectTransform,UnityEngine.DrivenTransformProperties)
  nameWithType: DrivenRectTransformTracker.Add(Object, RectTransform, DrivenTransformProperties)
  type: Method
- uid: UnityEngine.DrivenRectTransformTracker.Clear
  name: Clear()
  fullName: UnityEngine.DrivenRectTransformTracker.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenRectTransformTracker.Clear.html
  commentId: M:UnityEngine.DrivenRectTransformTracker.Clear
  nameWithType: DrivenRectTransformTracker.Clear()
  type: Method
- uid: UnityEngine.DrivenRectTransformTracker.Clear(System.Boolean)
  name: Clear(bool)
  fullName: UnityEngine.DrivenRectTransformTracker.Clear(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenRectTransformTracker.Clear.html
  commentId: M:UnityEngine.DrivenRectTransformTracker.Clear(System.Boolean)
  nameWithType: DrivenRectTransformTracker.Clear(bool)
  type: Method
- uid: UnityEngine.DrivenTransformProperties
  name: DrivenTransformProperties
  fullName: UnityEngine.DrivenTransformProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.html
  commentId: T:UnityEngine.DrivenTransformProperties
  nameWithType: DrivenTransformProperties
  type: Enum
- uid: UnityEngine.DrivenTransformProperties.All
  name: All
  fullName: UnityEngine.DrivenTransformProperties.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.All.html
  commentId: F:UnityEngine.DrivenTransformProperties.All
  nameWithType: DrivenTransformProperties.All
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchoredPosition
  name: AnchoredPosition
  fullName: UnityEngine.DrivenTransformProperties.AnchoredPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchoredPosition.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchoredPosition
  nameWithType: DrivenTransformProperties.AnchoredPosition
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchoredPosition3D
  name: AnchoredPosition3D
  fullName: UnityEngine.DrivenTransformProperties.AnchoredPosition3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchoredPosition3D.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchoredPosition3D
  nameWithType: DrivenTransformProperties.AnchoredPosition3D
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchoredPositionX
  name: AnchoredPositionX
  fullName: UnityEngine.DrivenTransformProperties.AnchoredPositionX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchoredPositionX.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchoredPositionX
  nameWithType: DrivenTransformProperties.AnchoredPositionX
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchoredPositionY
  name: AnchoredPositionY
  fullName: UnityEngine.DrivenTransformProperties.AnchoredPositionY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchoredPositionY.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchoredPositionY
  nameWithType: DrivenTransformProperties.AnchoredPositionY
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchoredPositionZ
  name: AnchoredPositionZ
  fullName: UnityEngine.DrivenTransformProperties.AnchoredPositionZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchoredPositionZ.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchoredPositionZ
  nameWithType: DrivenTransformProperties.AnchoredPositionZ
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchorMax
  name: AnchorMax
  fullName: UnityEngine.DrivenTransformProperties.AnchorMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchorMax.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchorMax
  nameWithType: DrivenTransformProperties.AnchorMax
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchorMaxX
  name: AnchorMaxX
  fullName: UnityEngine.DrivenTransformProperties.AnchorMaxX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchorMaxX.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchorMaxX
  nameWithType: DrivenTransformProperties.AnchorMaxX
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchorMaxY
  name: AnchorMaxY
  fullName: UnityEngine.DrivenTransformProperties.AnchorMaxY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchorMaxY.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchorMaxY
  nameWithType: DrivenTransformProperties.AnchorMaxY
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchorMin
  name: AnchorMin
  fullName: UnityEngine.DrivenTransformProperties.AnchorMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchorMin.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchorMin
  nameWithType: DrivenTransformProperties.AnchorMin
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchorMinX
  name: AnchorMinX
  fullName: UnityEngine.DrivenTransformProperties.AnchorMinX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchorMinX.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchorMinX
  nameWithType: DrivenTransformProperties.AnchorMinX
  type: Field
- uid: UnityEngine.DrivenTransformProperties.AnchorMinY
  name: AnchorMinY
  fullName: UnityEngine.DrivenTransformProperties.AnchorMinY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.AnchorMinY.html
  commentId: F:UnityEngine.DrivenTransformProperties.AnchorMinY
  nameWithType: DrivenTransformProperties.AnchorMinY
  type: Field
- uid: UnityEngine.DrivenTransformProperties.Anchors
  name: Anchors
  fullName: UnityEngine.DrivenTransformProperties.Anchors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.Anchors.html
  commentId: F:UnityEngine.DrivenTransformProperties.Anchors
  nameWithType: DrivenTransformProperties.Anchors
  type: Field
- uid: UnityEngine.DrivenTransformProperties.None
  name: None
  fullName: UnityEngine.DrivenTransformProperties.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.None.html
  commentId: F:UnityEngine.DrivenTransformProperties.None
  nameWithType: DrivenTransformProperties.None
  type: Field
- uid: UnityEngine.DrivenTransformProperties.Pivot
  name: Pivot
  fullName: UnityEngine.DrivenTransformProperties.Pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.Pivot.html
  commentId: F:UnityEngine.DrivenTransformProperties.Pivot
  nameWithType: DrivenTransformProperties.Pivot
  type: Field
- uid: UnityEngine.DrivenTransformProperties.PivotX
  name: PivotX
  fullName: UnityEngine.DrivenTransformProperties.PivotX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.PivotX.html
  commentId: F:UnityEngine.DrivenTransformProperties.PivotX
  nameWithType: DrivenTransformProperties.PivotX
  type: Field
- uid: UnityEngine.DrivenTransformProperties.PivotY
  name: PivotY
  fullName: UnityEngine.DrivenTransformProperties.PivotY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.PivotY.html
  commentId: F:UnityEngine.DrivenTransformProperties.PivotY
  nameWithType: DrivenTransformProperties.PivotY
  type: Field
- uid: UnityEngine.DrivenTransformProperties.Rotation
  name: Rotation
  fullName: UnityEngine.DrivenTransformProperties.Rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.Rotation.html
  commentId: F:UnityEngine.DrivenTransformProperties.Rotation
  nameWithType: DrivenTransformProperties.Rotation
  type: Field
- uid: UnityEngine.DrivenTransformProperties.Scale
  name: Scale
  fullName: UnityEngine.DrivenTransformProperties.Scale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.Scale.html
  commentId: F:UnityEngine.DrivenTransformProperties.Scale
  nameWithType: DrivenTransformProperties.Scale
  type: Field
- uid: UnityEngine.DrivenTransformProperties.ScaleX
  name: ScaleX
  fullName: UnityEngine.DrivenTransformProperties.ScaleX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.ScaleX.html
  commentId: F:UnityEngine.DrivenTransformProperties.ScaleX
  nameWithType: DrivenTransformProperties.ScaleX
  type: Field
- uid: UnityEngine.DrivenTransformProperties.ScaleY
  name: ScaleY
  fullName: UnityEngine.DrivenTransformProperties.ScaleY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.ScaleY.html
  commentId: F:UnityEngine.DrivenTransformProperties.ScaleY
  nameWithType: DrivenTransformProperties.ScaleY
  type: Field
- uid: UnityEngine.DrivenTransformProperties.ScaleZ
  name: ScaleZ
  fullName: UnityEngine.DrivenTransformProperties.ScaleZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.ScaleZ.html
  commentId: F:UnityEngine.DrivenTransformProperties.ScaleZ
  nameWithType: DrivenTransformProperties.ScaleZ
  type: Field
- uid: UnityEngine.DrivenTransformProperties.SizeDelta
  name: SizeDelta
  fullName: UnityEngine.DrivenTransformProperties.SizeDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.SizeDelta.html
  commentId: F:UnityEngine.DrivenTransformProperties.SizeDelta
  nameWithType: DrivenTransformProperties.SizeDelta
  type: Field
- uid: UnityEngine.DrivenTransformProperties.SizeDeltaX
  name: SizeDeltaX
  fullName: UnityEngine.DrivenTransformProperties.SizeDeltaX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.SizeDeltaX.html
  commentId: F:UnityEngine.DrivenTransformProperties.SizeDeltaX
  nameWithType: DrivenTransformProperties.SizeDeltaX
  type: Field
- uid: UnityEngine.DrivenTransformProperties.SizeDeltaY
  name: SizeDeltaY
  fullName: UnityEngine.DrivenTransformProperties.SizeDeltaY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DrivenTransformProperties.SizeDeltaY.html
  commentId: F:UnityEngine.DrivenTransformProperties.SizeDeltaY
  nameWithType: DrivenTransformProperties.SizeDeltaY
  type: Field
- uid: UnityEngine.DurationUnit
  name: DurationUnit
  fullName: UnityEngine.DurationUnit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DurationUnit.html
  commentId: T:UnityEngine.DurationUnit
  nameWithType: DurationUnit
  type: Enum
- uid: UnityEngine.DurationUnit.Fixed
  name: Fixed
  fullName: UnityEngine.DurationUnit.Fixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DurationUnit.Fixed.html
  commentId: F:UnityEngine.DurationUnit.Fixed
  nameWithType: DurationUnit.Fixed
  type: Field
- uid: UnityEngine.DurationUnit.Normalized
  name: Normalized
  fullName: UnityEngine.DurationUnit.Normalized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DurationUnit.Normalized.html
  commentId: F:UnityEngine.DurationUnit.Normalized
  nameWithType: DurationUnit.Normalized
  type: Field
- uid: UnityEngine.DynamicGI
  name: DynamicGI
  fullName: UnityEngine.DynamicGI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI.html
  commentId: T:UnityEngine.DynamicGI
  nameWithType: DynamicGI
  type: Class
- uid: UnityEngine.DynamicGI.indirectScale
  name: indirectScale
  fullName: UnityEngine.DynamicGI.indirectScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI-indirectScale.html
  commentId: P:UnityEngine.DynamicGI.indirectScale
  nameWithType: DynamicGI.indirectScale
  type: Property
- uid: UnityEngine.DynamicGI.isConverged
  name: isConverged
  fullName: UnityEngine.DynamicGI.isConverged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI-isConverged.html
  commentId: P:UnityEngine.DynamicGI.isConverged
  nameWithType: DynamicGI.isConverged
  type: Property
- uid: UnityEngine.DynamicGI.SetEmissive(UnityEngine.Renderer,UnityEngine.Color)
  name: SetEmissive(Renderer, Color)
  fullName: UnityEngine.DynamicGI.SetEmissive(UnityEngine.Renderer, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI.SetEmissive.html
  commentId: M:UnityEngine.DynamicGI.SetEmissive(UnityEngine.Renderer,UnityEngine.Color)
  nameWithType: DynamicGI.SetEmissive(Renderer, Color)
  type: Method
- uid: UnityEngine.DynamicGI.SetEnvironmentData(System.Single[])
  name: SetEnvironmentData(float[])
  fullName: UnityEngine.DynamicGI.SetEnvironmentData(float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI.SetEnvironmentData.html
  commentId: M:UnityEngine.DynamicGI.SetEnvironmentData(System.Single[])
  nameWithType: DynamicGI.SetEnvironmentData(float[])
  type: Method
- uid: UnityEngine.DynamicGI.synchronousMode
  name: synchronousMode
  fullName: UnityEngine.DynamicGI.synchronousMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI-synchronousMode.html
  commentId: P:UnityEngine.DynamicGI.synchronousMode
  nameWithType: DynamicGI.synchronousMode
  type: Property
- uid: UnityEngine.DynamicGI.UpdateEnvironment
  name: UpdateEnvironment()
  fullName: UnityEngine.DynamicGI.UpdateEnvironment()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI.UpdateEnvironment.html
  commentId: M:UnityEngine.DynamicGI.UpdateEnvironment
  nameWithType: DynamicGI.UpdateEnvironment()
  type: Method
- uid: UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Object,System.Int32,System.Int32,System.Int32,System.Int32)
  name: UpdateMaterials(Object, int, int, int, int)
  fullName: UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Object, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI.UpdateMaterials.html
  commentId: M:UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Object,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: DynamicGI.UpdateMaterials(Object, int, int, int, int)
  type: Method
- uid: UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Object)
  name: UpdateMaterials(Object)
  fullName: UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI.UpdateMaterials.html
  commentId: M:UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Object)
  nameWithType: DynamicGI.UpdateMaterials(Object)
  type: Method
- uid: UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Renderer)
  name: UpdateMaterials(Renderer)
  fullName: UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Renderer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI.UpdateMaterials.html
  commentId: M:UnityEngine.DynamicGI.UpdateMaterials(UnityEngine.Renderer)
  nameWithType: DynamicGI.UpdateMaterials(Renderer)
  type: Method
- uid: UnityEngine.DynamicGI.updateThreshold
  name: updateThreshold
  fullName: UnityEngine.DynamicGI.updateThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/DynamicGI-updateThreshold.html
  commentId: P:UnityEngine.DynamicGI.updateThreshold
  nameWithType: DynamicGI.updateThreshold
  type: Property
- uid: UnityEngine.EdgeCollider2D
  name: EdgeCollider2D
  fullName: UnityEngine.EdgeCollider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EdgeCollider2D.html
  commentId: T:UnityEngine.EdgeCollider2D
  nameWithType: EdgeCollider2D
  type: Class
- uid: UnityEngine.EdgeCollider2D.edgeCount
  name: edgeCount
  fullName: UnityEngine.EdgeCollider2D.edgeCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EdgeCollider2D-edgeCount.html
  commentId: P:UnityEngine.EdgeCollider2D.edgeCount
  nameWithType: EdgeCollider2D.edgeCount
  type: Property
- uid: UnityEngine.EdgeCollider2D.edgeRadius
  name: edgeRadius
  fullName: UnityEngine.EdgeCollider2D.edgeRadius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EdgeCollider2D-edgeRadius.html
  commentId: P:UnityEngine.EdgeCollider2D.edgeRadius
  nameWithType: EdgeCollider2D.edgeRadius
  type: Property
- uid: UnityEngine.EdgeCollider2D.pointCount
  name: pointCount
  fullName: UnityEngine.EdgeCollider2D.pointCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EdgeCollider2D-pointCount.html
  commentId: P:UnityEngine.EdgeCollider2D.pointCount
  nameWithType: EdgeCollider2D.pointCount
  type: Property
- uid: UnityEngine.EdgeCollider2D.points
  name: points
  fullName: UnityEngine.EdgeCollider2D.points
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EdgeCollider2D-points.html
  commentId: P:UnityEngine.EdgeCollider2D.points
  nameWithType: EdgeCollider2D.points
  type: Property
- uid: UnityEngine.EdgeCollider2D.Reset
  name: Reset()
  fullName: UnityEngine.EdgeCollider2D.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EdgeCollider2D.Reset.html
  commentId: M:UnityEngine.EdgeCollider2D.Reset
  nameWithType: EdgeCollider2D.Reset()
  type: Method
- uid: UnityEngine.Effector2D
  name: Effector2D
  fullName: UnityEngine.Effector2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Effector2D.html
  commentId: T:UnityEngine.Effector2D
  nameWithType: Effector2D
  type: Class
- uid: UnityEngine.Effector2D.colliderMask
  name: colliderMask
  fullName: UnityEngine.Effector2D.colliderMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Effector2D-colliderMask.html
  commentId: P:UnityEngine.Effector2D.colliderMask
  nameWithType: Effector2D.colliderMask
  type: Property
- uid: UnityEngine.Effector2D.useColliderMask
  name: useColliderMask
  fullName: UnityEngine.Effector2D.useColliderMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Effector2D-useColliderMask.html
  commentId: P:UnityEngine.Effector2D.useColliderMask
  nameWithType: Effector2D.useColliderMask
  type: Property
- uid: UnityEngine.EffectorForceMode2D
  name: EffectorForceMode2D
  fullName: UnityEngine.EffectorForceMode2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EffectorForceMode2D.html
  commentId: T:UnityEngine.EffectorForceMode2D
  nameWithType: EffectorForceMode2D
  type: Enum
- uid: UnityEngine.EffectorForceMode2D.Constant
  name: Constant
  fullName: UnityEngine.EffectorForceMode2D.Constant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EffectorForceMode2D.Constant.html
  commentId: F:UnityEngine.EffectorForceMode2D.Constant
  nameWithType: EffectorForceMode2D.Constant
  type: Field
- uid: UnityEngine.EffectorForceMode2D.InverseLinear
  name: InverseLinear
  fullName: UnityEngine.EffectorForceMode2D.InverseLinear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EffectorForceMode2D.InverseLinear.html
  commentId: F:UnityEngine.EffectorForceMode2D.InverseLinear
  nameWithType: EffectorForceMode2D.InverseLinear
  type: Field
- uid: UnityEngine.EffectorForceMode2D.InverseSquared
  name: InverseSquared
  fullName: UnityEngine.EffectorForceMode2D.InverseSquared
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EffectorForceMode2D.InverseSquared.html
  commentId: F:UnityEngine.EffectorForceMode2D.InverseSquared
  nameWithType: EffectorForceMode2D.InverseSquared
  type: Field
- uid: UnityEngine.EffectorSelection2D
  name: EffectorSelection2D
  fullName: UnityEngine.EffectorSelection2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EffectorSelection2D.html
  commentId: T:UnityEngine.EffectorSelection2D
  nameWithType: EffectorSelection2D
  type: Enum
- uid: UnityEngine.EffectorSelection2D.Collider
  name: Collider
  fullName: UnityEngine.EffectorSelection2D.Collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EffectorSelection2D.Collider.html
  commentId: F:UnityEngine.EffectorSelection2D.Collider
  nameWithType: EffectorSelection2D.Collider
  type: Field
- uid: UnityEngine.EffectorSelection2D.Rigidbody
  name: Rigidbody
  fullName: UnityEngine.EffectorSelection2D.Rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EffectorSelection2D.Rigidbody.html
  commentId: F:UnityEngine.EffectorSelection2D.Rigidbody
  nameWithType: EffectorSelection2D.Rigidbody
  type: Field
- uid: UnityEngine.EllipsoidParticleEmitter
  name: EllipsoidParticleEmitter
  fullName: UnityEngine.EllipsoidParticleEmitter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EllipsoidParticleEmitter.html
  commentId: T:UnityEngine.EllipsoidParticleEmitter
  nameWithType: EllipsoidParticleEmitter
  type: Class
- uid: UnityEngine.Event
  name: Event
  fullName: UnityEngine.Event
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.html
  commentId: T:UnityEngine.Event
  nameWithType: Event
  type: Class
- uid: UnityEngine.Event.#ctor
  name: Event()
  fullName: UnityEngine.Event.Event()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-ctor.html
  commentId: M:UnityEngine.Event.#ctor
  nameWithType: Event.Event()
  type: Constructor
- uid: UnityEngine.Event.#ctor(System.Int32)
  name: Event(int)
  fullName: UnityEngine.Event.Event(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-ctor.html
  commentId: M:UnityEngine.Event.#ctor(System.Int32)
  nameWithType: Event.Event(int)
  type: Constructor
- uid: UnityEngine.Event.#ctor(UnityEngine.Event)
  name: Event(Event)
  fullName: UnityEngine.Event.Event(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-ctor.html
  commentId: M:UnityEngine.Event.#ctor(UnityEngine.Event)
  nameWithType: Event.Event(Event)
  type: Constructor
- uid: UnityEngine.Event.alt
  name: alt
  fullName: UnityEngine.Event.alt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-alt.html
  commentId: P:UnityEngine.Event.alt
  nameWithType: Event.alt
  type: Property
- uid: UnityEngine.Event.button
  name: button
  fullName: UnityEngine.Event.button
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-button.html
  commentId: P:UnityEngine.Event.button
  nameWithType: Event.button
  type: Property
- uid: UnityEngine.Event.capsLock
  name: capsLock
  fullName: UnityEngine.Event.capsLock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-capsLock.html
  commentId: P:UnityEngine.Event.capsLock
  nameWithType: Event.capsLock
  type: Property
- uid: UnityEngine.Event.character
  name: character
  fullName: UnityEngine.Event.character
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-character.html
  commentId: P:UnityEngine.Event.character
  nameWithType: Event.character
  type: Property
- uid: UnityEngine.Event.clickCount
  name: clickCount
  fullName: UnityEngine.Event.clickCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-clickCount.html
  commentId: P:UnityEngine.Event.clickCount
  nameWithType: Event.clickCount
  type: Property
- uid: UnityEngine.Event.command
  name: command
  fullName: UnityEngine.Event.command
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-command.html
  commentId: P:UnityEngine.Event.command
  nameWithType: Event.command
  type: Property
- uid: UnityEngine.Event.commandName
  name: commandName
  fullName: UnityEngine.Event.commandName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-commandName.html
  commentId: P:UnityEngine.Event.commandName
  nameWithType: Event.commandName
  type: Property
- uid: UnityEngine.Event.control
  name: control
  fullName: UnityEngine.Event.control
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-control.html
  commentId: P:UnityEngine.Event.control
  nameWithType: Event.control
  type: Property
- uid: UnityEngine.Event.current
  name: current
  fullName: UnityEngine.Event.current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-current.html
  commentId: P:UnityEngine.Event.current
  nameWithType: Event.current
  type: Property
- uid: UnityEngine.Event.delta
  name: delta
  fullName: UnityEngine.Event.delta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-delta.html
  commentId: P:UnityEngine.Event.delta
  nameWithType: Event.delta
  type: Property
- uid: UnityEngine.Event.displayIndex
  name: displayIndex
  fullName: UnityEngine.Event.displayIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-displayIndex.html
  commentId: P:UnityEngine.Event.displayIndex
  nameWithType: Event.displayIndex
  type: Property
- uid: UnityEngine.Event.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Event.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.Equals.html
  commentId: M:UnityEngine.Event.Equals(System.Object)
  nameWithType: Event.Equals(object)
  type: Method
- uid: UnityEngine.Event.Finalize
  name: ~Event()
  fullName: UnityEngine.Event.~Event()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.Finalize.html
  commentId: M:UnityEngine.Event.Finalize
  nameWithType: Event.~Event()
  type: Method
- uid: UnityEngine.Event.functionKey
  name: functionKey
  fullName: UnityEngine.Event.functionKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-functionKey.html
  commentId: P:UnityEngine.Event.functionKey
  nameWithType: Event.functionKey
  type: Property
- uid: UnityEngine.Event.GetEventCount
  name: GetEventCount()
  fullName: UnityEngine.Event.GetEventCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.GetEventCount.html
  commentId: M:UnityEngine.Event.GetEventCount
  nameWithType: Event.GetEventCount()
  type: Method
- uid: UnityEngine.Event.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Event.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.GetHashCode.html
  commentId: M:UnityEngine.Event.GetHashCode
  nameWithType: Event.GetHashCode()
  type: Method
- uid: UnityEngine.Event.GetTypeForControl(System.Int32)
  name: GetTypeForControl(int)
  fullName: UnityEngine.Event.GetTypeForControl(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.GetTypeForControl.html
  commentId: M:UnityEngine.Event.GetTypeForControl(System.Int32)
  nameWithType: Event.GetTypeForControl(int)
  type: Method
- uid: UnityEngine.Event.isKey
  name: isKey
  fullName: UnityEngine.Event.isKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-isKey.html
  commentId: P:UnityEngine.Event.isKey
  nameWithType: Event.isKey
  type: Property
- uid: UnityEngine.Event.isMouse
  name: isMouse
  fullName: UnityEngine.Event.isMouse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-isMouse.html
  commentId: P:UnityEngine.Event.isMouse
  nameWithType: Event.isMouse
  type: Property
- uid: UnityEngine.Event.isScrollWheel
  name: isScrollWheel
  fullName: UnityEngine.Event.isScrollWheel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-isScrollWheel.html
  commentId: P:UnityEngine.Event.isScrollWheel
  nameWithType: Event.isScrollWheel
  type: Property
- uid: UnityEngine.Event.KeyboardEvent(System.String)
  name: KeyboardEvent(string)
  fullName: UnityEngine.Event.KeyboardEvent(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.KeyboardEvent.html
  commentId: M:UnityEngine.Event.KeyboardEvent(System.String)
  nameWithType: Event.KeyboardEvent(string)
  type: Method
- uid: UnityEngine.Event.keyCode
  name: keyCode
  fullName: UnityEngine.Event.keyCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-keyCode.html
  commentId: P:UnityEngine.Event.keyCode
  nameWithType: Event.keyCode
  type: Property
- uid: UnityEngine.Event.modifiers
  name: modifiers
  fullName: UnityEngine.Event.modifiers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-modifiers.html
  commentId: P:UnityEngine.Event.modifiers
  nameWithType: Event.modifiers
  type: Property
- uid: UnityEngine.Event.mousePosition
  name: mousePosition
  fullName: UnityEngine.Event.mousePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-mousePosition.html
  commentId: P:UnityEngine.Event.mousePosition
  nameWithType: Event.mousePosition
  type: Property
- uid: UnityEngine.Event.mouseRay
  name: mouseRay
  fullName: UnityEngine.Event.mouseRay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-mouseRay.html
  commentId: P:UnityEngine.Event.mouseRay
  nameWithType: Event.mouseRay
  type: Property
- uid: UnityEngine.Event.numeric
  name: numeric
  fullName: UnityEngine.Event.numeric
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-numeric.html
  commentId: P:UnityEngine.Event.numeric
  nameWithType: Event.numeric
  type: Property
- uid: UnityEngine.Event.PopEvent(UnityEngine.Event)
  name: PopEvent(Event)
  fullName: UnityEngine.Event.PopEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.PopEvent.html
  commentId: M:UnityEngine.Event.PopEvent(UnityEngine.Event)
  nameWithType: Event.PopEvent(Event)
  type: Method
- uid: UnityEngine.Event.pressure
  name: pressure
  fullName: UnityEngine.Event.pressure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-pressure.html
  commentId: P:UnityEngine.Event.pressure
  nameWithType: Event.pressure
  type: Property
- uid: UnityEngine.Event.rawType
  name: rawType
  fullName: UnityEngine.Event.rawType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-rawType.html
  commentId: P:UnityEngine.Event.rawType
  nameWithType: Event.rawType
  type: Property
- uid: UnityEngine.Event.shift
  name: shift
  fullName: UnityEngine.Event.shift
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-shift.html
  commentId: P:UnityEngine.Event.shift
  nameWithType: Event.shift
  type: Property
- uid: UnityEngine.Event.ToString
  name: ToString()
  fullName: UnityEngine.Event.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.ToString.html
  commentId: M:UnityEngine.Event.ToString
  nameWithType: Event.ToString()
  type: Method
- uid: UnityEngine.Event.type
  name: type
  fullName: UnityEngine.Event.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event-type.html
  commentId: P:UnityEngine.Event.type
  nameWithType: Event.type
  type: Property
- uid: UnityEngine.Event.Use
  name: Use()
  fullName: UnityEngine.Event.Use()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Event.Use.html
  commentId: M:UnityEngine.Event.Use
  nameWithType: Event.Use()
  type: Method
- uid: UnityEngine.EventModifiers
  name: EventModifiers
  fullName: UnityEngine.EventModifiers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.html
  commentId: T:UnityEngine.EventModifiers
  nameWithType: EventModifiers
  type: Enum
- uid: UnityEngine.EventModifiers.Alt
  name: Alt
  fullName: UnityEngine.EventModifiers.Alt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.Alt.html
  commentId: F:UnityEngine.EventModifiers.Alt
  nameWithType: EventModifiers.Alt
  type: Field
- uid: UnityEngine.EventModifiers.CapsLock
  name: CapsLock
  fullName: UnityEngine.EventModifiers.CapsLock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.CapsLock.html
  commentId: F:UnityEngine.EventModifiers.CapsLock
  nameWithType: EventModifiers.CapsLock
  type: Field
- uid: UnityEngine.EventModifiers.Command
  name: Command
  fullName: UnityEngine.EventModifiers.Command
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.Command.html
  commentId: F:UnityEngine.EventModifiers.Command
  nameWithType: EventModifiers.Command
  type: Field
- uid: UnityEngine.EventModifiers.Control
  name: Control
  fullName: UnityEngine.EventModifiers.Control
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.Control.html
  commentId: F:UnityEngine.EventModifiers.Control
  nameWithType: EventModifiers.Control
  type: Field
- uid: UnityEngine.EventModifiers.FunctionKey
  name: FunctionKey
  fullName: UnityEngine.EventModifiers.FunctionKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.FunctionKey.html
  commentId: F:UnityEngine.EventModifiers.FunctionKey
  nameWithType: EventModifiers.FunctionKey
  type: Field
- uid: UnityEngine.EventModifiers.None
  name: None
  fullName: UnityEngine.EventModifiers.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.None.html
  commentId: F:UnityEngine.EventModifiers.None
  nameWithType: EventModifiers.None
  type: Field
- uid: UnityEngine.EventModifiers.Numeric
  name: Numeric
  fullName: UnityEngine.EventModifiers.Numeric
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.Numeric.html
  commentId: F:UnityEngine.EventModifiers.Numeric
  nameWithType: EventModifiers.Numeric
  type: Field
- uid: UnityEngine.EventModifiers.Shift
  name: Shift
  fullName: UnityEngine.EventModifiers.Shift
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventModifiers.Shift.html
  commentId: F:UnityEngine.EventModifiers.Shift
  nameWithType: EventModifiers.Shift
  type: Field
- uid: UnityEngine.EventProvider
  name: EventProvider
  fullName: UnityEngine.EventProvider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventProvider.html
  commentId: T:UnityEngine.EventProvider
  nameWithType: EventProvider
  type: Class
- uid: UnityEngine.EventProvider.WriteCustomEvent(System.Int32,System.String)
  name: WriteCustomEvent(int, string)
  fullName: UnityEngine.EventProvider.WriteCustomEvent(int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventProvider.WriteCustomEvent.html
  commentId: M:UnityEngine.EventProvider.WriteCustomEvent(System.Int32,System.String)
  nameWithType: EventProvider.WriteCustomEvent(int, string)
  type: Method
- uid: UnityEngine.Events
  name: UnityEngine.Events
  fullName: UnityEngine.Events
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Events
  nameWithType: UnityEngine.Events
  type: Namespace
- uid: UnityEngine.Events.PersistentListenerMode
  name: PersistentListenerMode
  fullName: UnityEngine.Events.PersistentListenerMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.PersistentListenerMode.html
  commentId: T:UnityEngine.Events.PersistentListenerMode
  nameWithType: PersistentListenerMode
  type: Enum
- uid: UnityEngine.Events.PersistentListenerMode.Bool
  name: Bool
  fullName: UnityEngine.Events.PersistentListenerMode.Bool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.PersistentListenerMode.Bool.html
  commentId: F:UnityEngine.Events.PersistentListenerMode.Bool
  nameWithType: PersistentListenerMode.Bool
  type: Field
- uid: UnityEngine.Events.PersistentListenerMode.EventDefined
  name: EventDefined
  fullName: UnityEngine.Events.PersistentListenerMode.EventDefined
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.PersistentListenerMode.EventDefined.html
  commentId: F:UnityEngine.Events.PersistentListenerMode.EventDefined
  nameWithType: PersistentListenerMode.EventDefined
  type: Field
- uid: UnityEngine.Events.PersistentListenerMode.Float
  name: Float
  fullName: UnityEngine.Events.PersistentListenerMode.Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.PersistentListenerMode.Float.html
  commentId: F:UnityEngine.Events.PersistentListenerMode.Float
  nameWithType: PersistentListenerMode.Float
  type: Field
- uid: UnityEngine.Events.PersistentListenerMode.Int
  name: Int
  fullName: UnityEngine.Events.PersistentListenerMode.Int
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.PersistentListenerMode.Int.html
  commentId: F:UnityEngine.Events.PersistentListenerMode.Int
  nameWithType: PersistentListenerMode.Int
  type: Field
- uid: UnityEngine.Events.PersistentListenerMode.Object
  name: Object
  fullName: UnityEngine.Events.PersistentListenerMode.Object
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.PersistentListenerMode.Object.html
  commentId: F:UnityEngine.Events.PersistentListenerMode.Object
  nameWithType: PersistentListenerMode.Object
  type: Field
- uid: UnityEngine.Events.PersistentListenerMode.String
  name: String
  fullName: UnityEngine.Events.PersistentListenerMode.String
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.PersistentListenerMode.String.html
  commentId: F:UnityEngine.Events.PersistentListenerMode.String
  nameWithType: PersistentListenerMode.String
  type: Field
- uid: UnityEngine.Events.PersistentListenerMode.Void
  name: Void
  fullName: UnityEngine.Events.PersistentListenerMode.Void
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.PersistentListenerMode.Void.html
  commentId: F:UnityEngine.Events.PersistentListenerMode.Void
  nameWithType: PersistentListenerMode.Void
  type: Field
- uid: UnityEngine.Events.UnityAction
  name: UnityAction
  fullName: UnityEngine.Events.UnityAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityAction.html
  commentId: T:UnityEngine.Events.UnityAction
  nameWithType: UnityAction
  type: Delegate
- uid: UnityEngine.Events.UnityAction`1
  name: UnityAction<T0>
  fullName: UnityEngine.Events.UnityAction<T0>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityAction_1.html
  commentId: T:UnityEngine.Events.UnityAction`1
  nameWithType: UnityAction<T0>
  type: Delegate
- uid: UnityEngine.Events.UnityAction`2
  name: UnityAction<T0, T1>
  fullName: UnityEngine.Events.UnityAction<T0, T1>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityAction_2.html
  commentId: T:UnityEngine.Events.UnityAction`2
  nameWithType: UnityAction<T0, T1>
  type: Delegate
- uid: UnityEngine.Events.UnityAction`3
  name: UnityAction<T0, T1, T2>
  fullName: UnityEngine.Events.UnityAction<T0, T1, T2>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityAction_3.html
  commentId: T:UnityEngine.Events.UnityAction`3
  nameWithType: UnityAction<T0, T1, T2>
  type: Delegate
- uid: UnityEngine.Events.UnityAction`4
  name: UnityAction<T0, T1, T2, T3>
  fullName: UnityEngine.Events.UnityAction<T0, T1, T2, T3>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityAction_4.html
  commentId: T:UnityEngine.Events.UnityAction`4
  nameWithType: UnityAction<T0, T1, T2, T3>
  type: Delegate
- uid: UnityEngine.Events.UnityEvent
  name: UnityEvent
  fullName: UnityEngine.Events.UnityEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent.html
  commentId: T:UnityEngine.Events.UnityEvent
  nameWithType: UnityEvent
  type: Class
- uid: UnityEngine.Events.UnityEvent.#ctor
  name: UnityEvent()
  fullName: UnityEngine.Events.UnityEvent.UnityEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent-ctor.html
  commentId: M:UnityEngine.Events.UnityEvent.#ctor
  nameWithType: UnityEvent.UnityEvent()
  type: Constructor
- uid: UnityEngine.Events.UnityEvent.AddListener(UnityEngine.Events.UnityAction)
  name: AddListener(UnityAction)
  fullName: UnityEngine.Events.UnityEvent.AddListener(UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent.AddListener.html
  commentId: M:UnityEngine.Events.UnityEvent.AddListener(UnityEngine.Events.UnityAction)
  nameWithType: UnityEvent.AddListener(UnityAction)
  type: Method
- uid: UnityEngine.Events.UnityEvent.FindMethod_Impl(System.String,System.Object)
  name: FindMethod_Impl(string, object)
  fullName: UnityEngine.Events.UnityEvent.FindMethod_Impl(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent.FindMethod_Impl.html
  commentId: M:UnityEngine.Events.UnityEvent.FindMethod_Impl(System.String,System.Object)
  nameWithType: UnityEvent.FindMethod_Impl(string, object)
  type: Method
- uid: UnityEngine.Events.UnityEvent.Invoke
  name: Invoke()
  fullName: UnityEngine.Events.UnityEvent.Invoke()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent.Invoke.html
  commentId: M:UnityEngine.Events.UnityEvent.Invoke
  nameWithType: UnityEvent.Invoke()
  type: Method
- uid: UnityEngine.Events.UnityEvent.RemoveListener(UnityEngine.Events.UnityAction)
  name: RemoveListener(UnityAction)
  fullName: UnityEngine.Events.UnityEvent.RemoveListener(UnityEngine.Events.UnityAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent.RemoveListener.html
  commentId: M:UnityEngine.Events.UnityEvent.RemoveListener(UnityEngine.Events.UnityAction)
  nameWithType: UnityEvent.RemoveListener(UnityAction)
  type: Method
- uid: UnityEngine.Events.UnityEvent`1
  name: UnityEvent<T0>
  fullName: UnityEngine.Events.UnityEvent<T0>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_1.html
  commentId: T:UnityEngine.Events.UnityEvent`1
  nameWithType: UnityEvent<T0>
  type: Class
- uid: UnityEngine.Events.UnityEvent`1.#ctor
  name: UnityEvent()
  fullName: UnityEngine.Events.UnityEvent<T0>.UnityEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_1-ctor.html
  commentId: M:UnityEngine.Events.UnityEvent`1.#ctor
  nameWithType: UnityEvent<T0>.UnityEvent()
  type: Constructor
- uid: UnityEngine.Events.UnityEvent`1.AddListener(UnityEngine.Events.UnityAction{`0})
  name: AddListener(UnityAction<T0>)
  fullName: UnityEngine.Events.UnityEvent<T0>.AddListener(UnityEngine.Events.UnityAction<T0>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_1.AddListener.html
  commentId: M:UnityEngine.Events.UnityEvent`1.AddListener(UnityEngine.Events.UnityAction{`0})
  nameWithType: UnityEvent<T0>.AddListener(UnityAction<T0>)
  type: Method
- uid: UnityEngine.Events.UnityEvent`1.FindMethod_Impl(System.String,System.Object)
  name: FindMethod_Impl(string, object)
  fullName: UnityEngine.Events.UnityEvent<T0>.FindMethod_Impl(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_1.FindMethod_Impl.html
  commentId: M:UnityEngine.Events.UnityEvent`1.FindMethod_Impl(System.String,System.Object)
  nameWithType: UnityEvent<T0>.FindMethod_Impl(string, object)
  type: Method
- uid: UnityEngine.Events.UnityEvent`1.Invoke(`0)
  name: Invoke(T0)
  fullName: UnityEngine.Events.UnityEvent<T0>.Invoke(T0)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_1.Invoke.html
  commentId: M:UnityEngine.Events.UnityEvent`1.Invoke(`0)
  nameWithType: UnityEvent<T0>.Invoke(T0)
  type: Method
- uid: UnityEngine.Events.UnityEvent`1.RemoveListener(UnityEngine.Events.UnityAction{`0})
  name: RemoveListener(UnityAction<T0>)
  fullName: UnityEngine.Events.UnityEvent<T0>.RemoveListener(UnityEngine.Events.UnityAction<T0>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_1.RemoveListener.html
  commentId: M:UnityEngine.Events.UnityEvent`1.RemoveListener(UnityEngine.Events.UnityAction{`0})
  nameWithType: UnityEvent<T0>.RemoveListener(UnityAction<T0>)
  type: Method
- uid: UnityEngine.Events.UnityEvent`2
  name: UnityEvent<T0, T1>
  fullName: UnityEngine.Events.UnityEvent<T0, T1>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_2.html
  commentId: T:UnityEngine.Events.UnityEvent`2
  nameWithType: UnityEvent<T0, T1>
  type: Class
- uid: UnityEngine.Events.UnityEvent`2.#ctor
  name: UnityEvent()
  fullName: UnityEngine.Events.UnityEvent<T0, T1>.UnityEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_2-ctor.html
  commentId: M:UnityEngine.Events.UnityEvent`2.#ctor
  nameWithType: UnityEvent<T0, T1>.UnityEvent()
  type: Constructor
- uid: UnityEngine.Events.UnityEvent`2.AddListener(UnityEngine.Events.UnityAction{`0,`1})
  name: AddListener(UnityAction<T0, T1>)
  fullName: UnityEngine.Events.UnityEvent<T0, T1>.AddListener(UnityEngine.Events.UnityAction<T0, T1>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_2.AddListener.html
  commentId: M:UnityEngine.Events.UnityEvent`2.AddListener(UnityEngine.Events.UnityAction{`0,`1})
  nameWithType: UnityEvent<T0, T1>.AddListener(UnityAction<T0, T1>)
  type: Method
- uid: UnityEngine.Events.UnityEvent`2.FindMethod_Impl(System.String,System.Object)
  name: FindMethod_Impl(string, object)
  fullName: UnityEngine.Events.UnityEvent<T0, T1>.FindMethod_Impl(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_2.FindMethod_Impl.html
  commentId: M:UnityEngine.Events.UnityEvent`2.FindMethod_Impl(System.String,System.Object)
  nameWithType: UnityEvent<T0, T1>.FindMethod_Impl(string, object)
  type: Method
- uid: UnityEngine.Events.UnityEvent`2.Invoke(`0,`1)
  name: Invoke(T0, T1)
  fullName: UnityEngine.Events.UnityEvent<T0, T1>.Invoke(T0, T1)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_2.Invoke.html
  commentId: M:UnityEngine.Events.UnityEvent`2.Invoke(`0,`1)
  nameWithType: UnityEvent<T0, T1>.Invoke(T0, T1)
  type: Method
- uid: UnityEngine.Events.UnityEvent`2.RemoveListener(UnityEngine.Events.UnityAction{`0,`1})
  name: RemoveListener(UnityAction<T0, T1>)
  fullName: UnityEngine.Events.UnityEvent<T0, T1>.RemoveListener(UnityEngine.Events.UnityAction<T0, T1>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_2.RemoveListener.html
  commentId: M:UnityEngine.Events.UnityEvent`2.RemoveListener(UnityEngine.Events.UnityAction{`0,`1})
  nameWithType: UnityEvent<T0, T1>.RemoveListener(UnityAction<T0, T1>)
  type: Method
- uid: UnityEngine.Events.UnityEvent`3
  name: UnityEvent<T0, T1, T2>
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_3.html
  commentId: T:UnityEngine.Events.UnityEvent`3
  nameWithType: UnityEvent<T0, T1, T2>
  type: Class
- uid: UnityEngine.Events.UnityEvent`3.#ctor
  name: UnityEvent()
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2>.UnityEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_3-ctor.html
  commentId: M:UnityEngine.Events.UnityEvent`3.#ctor
  nameWithType: UnityEvent<T0, T1, T2>.UnityEvent()
  type: Constructor
- uid: UnityEngine.Events.UnityEvent`3.AddListener(UnityEngine.Events.UnityAction{`0,`1,`2})
  name: AddListener(UnityAction<T0, T1, T2>)
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2>.AddListener(UnityEngine.Events.UnityAction<T0, T1, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_3.AddListener.html
  commentId: M:UnityEngine.Events.UnityEvent`3.AddListener(UnityEngine.Events.UnityAction{`0,`1,`2})
  nameWithType: UnityEvent<T0, T1, T2>.AddListener(UnityAction<T0, T1, T2>)
  type: Method
- uid: UnityEngine.Events.UnityEvent`3.FindMethod_Impl(System.String,System.Object)
  name: FindMethod_Impl(string, object)
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2>.FindMethod_Impl(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_3.FindMethod_Impl.html
  commentId: M:UnityEngine.Events.UnityEvent`3.FindMethod_Impl(System.String,System.Object)
  nameWithType: UnityEvent<T0, T1, T2>.FindMethod_Impl(string, object)
  type: Method
- uid: UnityEngine.Events.UnityEvent`3.Invoke(`0,`1,`2)
  name: Invoke(T0, T1, T2)
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2>.Invoke(T0, T1, T2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_3.Invoke.html
  commentId: M:UnityEngine.Events.UnityEvent`3.Invoke(`0,`1,`2)
  nameWithType: UnityEvent<T0, T1, T2>.Invoke(T0, T1, T2)
  type: Method
- uid: UnityEngine.Events.UnityEvent`3.RemoveListener(UnityEngine.Events.UnityAction{`0,`1,`2})
  name: RemoveListener(UnityAction<T0, T1, T2>)
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2>.RemoveListener(UnityEngine.Events.UnityAction<T0, T1, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_3.RemoveListener.html
  commentId: M:UnityEngine.Events.UnityEvent`3.RemoveListener(UnityEngine.Events.UnityAction{`0,`1,`2})
  nameWithType: UnityEvent<T0, T1, T2>.RemoveListener(UnityAction<T0, T1, T2>)
  type: Method
- uid: UnityEngine.Events.UnityEvent`4
  name: UnityEvent<T0, T1, T2, T3>
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2, T3>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_4.html
  commentId: T:UnityEngine.Events.UnityEvent`4
  nameWithType: UnityEvent<T0, T1, T2, T3>
  type: Class
- uid: UnityEngine.Events.UnityEvent`4.#ctor
  name: UnityEvent()
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2, T3>.UnityEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_4-ctor.html
  commentId: M:UnityEngine.Events.UnityEvent`4.#ctor
  nameWithType: UnityEvent<T0, T1, T2, T3>.UnityEvent()
  type: Constructor
- uid: UnityEngine.Events.UnityEvent`4.AddListener(UnityEngine.Events.UnityAction{`0,`1,`2,`3})
  name: AddListener(UnityAction<T0, T1, T2, T3>)
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2, T3>.AddListener(UnityEngine.Events.UnityAction<T0, T1, T2, T3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_4.AddListener.html
  commentId: M:UnityEngine.Events.UnityEvent`4.AddListener(UnityEngine.Events.UnityAction{`0,`1,`2,`3})
  nameWithType: UnityEvent<T0, T1, T2, T3>.AddListener(UnityAction<T0, T1, T2, T3>)
  type: Method
- uid: UnityEngine.Events.UnityEvent`4.FindMethod_Impl(System.String,System.Object)
  name: FindMethod_Impl(string, object)
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2, T3>.FindMethod_Impl(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_4.FindMethod_Impl.html
  commentId: M:UnityEngine.Events.UnityEvent`4.FindMethod_Impl(System.String,System.Object)
  nameWithType: UnityEvent<T0, T1, T2, T3>.FindMethod_Impl(string, object)
  type: Method
- uid: UnityEngine.Events.UnityEvent`4.Invoke(`0,`1,`2,`3)
  name: Invoke(T0, T1, T2, T3)
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2, T3>.Invoke(T0, T1, T2, T3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_4.Invoke.html
  commentId: M:UnityEngine.Events.UnityEvent`4.Invoke(`0,`1,`2,`3)
  nameWithType: UnityEvent<T0, T1, T2, T3>.Invoke(T0, T1, T2, T3)
  type: Method
- uid: UnityEngine.Events.UnityEvent`4.RemoveListener(UnityEngine.Events.UnityAction{`0,`1,`2,`3})
  name: RemoveListener(UnityAction<T0, T1, T2, T3>)
  fullName: UnityEngine.Events.UnityEvent<T0, T1, T2, T3>.RemoveListener(UnityEngine.Events.UnityAction<T0, T1, T2, T3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEvent_4.RemoveListener.html
  commentId: M:UnityEngine.Events.UnityEvent`4.RemoveListener(UnityEngine.Events.UnityAction{`0,`1,`2,`3})
  nameWithType: UnityEvent<T0, T1, T2, T3>.RemoveListener(UnityAction<T0, T1, T2, T3>)
  type: Method
- uid: UnityEngine.Events.UnityEventBase
  name: UnityEventBase
  fullName: UnityEngine.Events.UnityEventBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.html
  commentId: T:UnityEngine.Events.UnityEventBase
  nameWithType: UnityEventBase
  type: Class
- uid: UnityEngine.Events.UnityEventBase.#ctor
  name: UnityEventBase()
  fullName: UnityEngine.Events.UnityEventBase.UnityEventBase()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase-ctor.html
  commentId: M:UnityEngine.Events.UnityEventBase.#ctor
  nameWithType: UnityEventBase.UnityEventBase()
  type: Constructor
- uid: UnityEngine.Events.UnityEventBase.AddListener(System.Object,System.Reflection.MethodInfo)
  name: AddListener(object, MethodInfo)
  fullName: UnityEngine.Events.UnityEventBase.AddListener(object, System.Reflection.MethodInfo)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.AddListener.html
  commentId: M:UnityEngine.Events.UnityEventBase.AddListener(System.Object,System.Reflection.MethodInfo)
  nameWithType: UnityEventBase.AddListener(object, MethodInfo)
  type: Method
- uid: UnityEngine.Events.UnityEventBase.FindMethod_Impl(System.String,System.Object)
  name: FindMethod_Impl(string, object)
  fullName: UnityEngine.Events.UnityEventBase.FindMethod_Impl(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.FindMethod_Impl.html
  commentId: M:UnityEngine.Events.UnityEventBase.FindMethod_Impl(System.String,System.Object)
  nameWithType: UnityEventBase.FindMethod_Impl(string, object)
  type: Method
- uid: UnityEngine.Events.UnityEventBase.GetPersistentEventCount
  name: GetPersistentEventCount()
  fullName: UnityEngine.Events.UnityEventBase.GetPersistentEventCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.GetPersistentEventCount.html
  commentId: M:UnityEngine.Events.UnityEventBase.GetPersistentEventCount
  nameWithType: UnityEventBase.GetPersistentEventCount()
  type: Method
- uid: UnityEngine.Events.UnityEventBase.GetPersistentMethodName(System.Int32)
  name: GetPersistentMethodName(int)
  fullName: UnityEngine.Events.UnityEventBase.GetPersistentMethodName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.GetPersistentMethodName.html
  commentId: M:UnityEngine.Events.UnityEventBase.GetPersistentMethodName(System.Int32)
  nameWithType: UnityEventBase.GetPersistentMethodName(int)
  type: Method
- uid: UnityEngine.Events.UnityEventBase.GetPersistentTarget(System.Int32)
  name: GetPersistentTarget(int)
  fullName: UnityEngine.Events.UnityEventBase.GetPersistentTarget(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.GetPersistentTarget.html
  commentId: M:UnityEngine.Events.UnityEventBase.GetPersistentTarget(System.Int32)
  nameWithType: UnityEventBase.GetPersistentTarget(int)
  type: Method
- uid: UnityEngine.Events.UnityEventBase.GetValidMethodInfo(System.Object,System.String,System.Type[])
  name: GetValidMethodInfo(object, string, Type[])
  fullName: UnityEngine.Events.UnityEventBase.GetValidMethodInfo(object, string, System.Type[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.GetValidMethodInfo.html
  commentId: M:UnityEngine.Events.UnityEventBase.GetValidMethodInfo(System.Object,System.String,System.Type[])
  nameWithType: UnityEventBase.GetValidMethodInfo(object, string, Type[])
  type: Method
- uid: UnityEngine.Events.UnityEventBase.Invoke(System.Object[])
  name: Invoke(object[])
  fullName: UnityEngine.Events.UnityEventBase.Invoke(object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.Invoke.html
  commentId: M:UnityEngine.Events.UnityEventBase.Invoke(System.Object[])
  nameWithType: UnityEventBase.Invoke(object[])
  type: Method
- uid: UnityEngine.Events.UnityEventBase.RegisterPersistentListener(System.Int32,System.Object,System.Reflection.MethodInfo)
  name: RegisterPersistentListener(int, object, MethodInfo)
  fullName: UnityEngine.Events.UnityEventBase.RegisterPersistentListener(int, object, System.Reflection.MethodInfo)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.RegisterPersistentListener.html
  commentId: M:UnityEngine.Events.UnityEventBase.RegisterPersistentListener(System.Int32,System.Object,System.Reflection.MethodInfo)
  nameWithType: UnityEventBase.RegisterPersistentListener(int, object, MethodInfo)
  type: Method
- uid: UnityEngine.Events.UnityEventBase.RemoveAllListeners
  name: RemoveAllListeners()
  fullName: UnityEngine.Events.UnityEventBase.RemoveAllListeners()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.RemoveAllListeners.html
  commentId: M:UnityEngine.Events.UnityEventBase.RemoveAllListeners
  nameWithType: UnityEventBase.RemoveAllListeners()
  type: Method
- uid: UnityEngine.Events.UnityEventBase.RemoveListener(System.Object,System.Reflection.MethodInfo)
  name: RemoveListener(object, MethodInfo)
  fullName: UnityEngine.Events.UnityEventBase.RemoveListener(object, System.Reflection.MethodInfo)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.RemoveListener.html
  commentId: M:UnityEngine.Events.UnityEventBase.RemoveListener(System.Object,System.Reflection.MethodInfo)
  nameWithType: UnityEventBase.RemoveListener(object, MethodInfo)
  type: Method
- uid: UnityEngine.Events.UnityEventBase.SetPersistentListenerState(System.Int32,UnityEngine.Events.UnityEventCallState)
  name: SetPersistentListenerState(int, UnityEventCallState)
  fullName: UnityEngine.Events.UnityEventBase.SetPersistentListenerState(int, UnityEngine.Events.UnityEventCallState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.SetPersistentListenerState.html
  commentId: M:UnityEngine.Events.UnityEventBase.SetPersistentListenerState(System.Int32,UnityEngine.Events.UnityEventCallState)
  nameWithType: UnityEventBase.SetPersistentListenerState(int, UnityEventCallState)
  type: Method
- uid: UnityEngine.Events.UnityEventBase.ToString
  name: ToString()
  fullName: UnityEngine.Events.UnityEventBase.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.ToString.html
  commentId: M:UnityEngine.Events.UnityEventBase.ToString
  nameWithType: UnityEventBase.ToString()
  type: Method
- uid: UnityEngine.Events.UnityEventBase.ValidateRegistration(System.Reflection.MethodInfo,System.Object,UnityEngine.Events.PersistentListenerMode,System.Type)
  name: ValidateRegistration(MethodInfo, object, PersistentListenerMode, Type)
  fullName: UnityEngine.Events.UnityEventBase.ValidateRegistration(System.Reflection.MethodInfo, object, UnityEngine.Events.PersistentListenerMode, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.ValidateRegistration.html
  commentId: M:UnityEngine.Events.UnityEventBase.ValidateRegistration(System.Reflection.MethodInfo,System.Object,UnityEngine.Events.PersistentListenerMode,System.Type)
  nameWithType: UnityEventBase.ValidateRegistration(MethodInfo, object, PersistentListenerMode, Type)
  type: Method
- uid: UnityEngine.Events.UnityEventBase.ValidateRegistration(System.Reflection.MethodInfo,System.Object,UnityEngine.Events.PersistentListenerMode)
  name: ValidateRegistration(MethodInfo, object, PersistentListenerMode)
  fullName: UnityEngine.Events.UnityEventBase.ValidateRegistration(System.Reflection.MethodInfo, object, UnityEngine.Events.PersistentListenerMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventBase.ValidateRegistration.html
  commentId: M:UnityEngine.Events.UnityEventBase.ValidateRegistration(System.Reflection.MethodInfo,System.Object,UnityEngine.Events.PersistentListenerMode)
  nameWithType: UnityEventBase.ValidateRegistration(MethodInfo, object, PersistentListenerMode)
  type: Method
- uid: UnityEngine.Events.UnityEventCallState
  name: UnityEventCallState
  fullName: UnityEngine.Events.UnityEventCallState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventCallState.html
  commentId: T:UnityEngine.Events.UnityEventCallState
  nameWithType: UnityEventCallState
  type: Enum
- uid: UnityEngine.Events.UnityEventCallState.EditorAndRuntime
  name: EditorAndRuntime
  fullName: UnityEngine.Events.UnityEventCallState.EditorAndRuntime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventCallState.EditorAndRuntime.html
  commentId: F:UnityEngine.Events.UnityEventCallState.EditorAndRuntime
  nameWithType: UnityEventCallState.EditorAndRuntime
  type: Field
- uid: UnityEngine.Events.UnityEventCallState.Off
  name: Off
  fullName: UnityEngine.Events.UnityEventCallState.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventCallState.Off.html
  commentId: F:UnityEngine.Events.UnityEventCallState.Off
  nameWithType: UnityEventCallState.Off
  type: Field
- uid: UnityEngine.Events.UnityEventCallState.RuntimeOnly
  name: RuntimeOnly
  fullName: UnityEngine.Events.UnityEventCallState.RuntimeOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Events.UnityEventCallState.RuntimeOnly.html
  commentId: F:UnityEngine.Events.UnityEventCallState.RuntimeOnly
  nameWithType: UnityEventCallState.RuntimeOnly
  type: Field
- uid: UnityEngine.EventType
  name: EventType
  fullName: UnityEngine.EventType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.html
  commentId: T:UnityEngine.EventType
  nameWithType: EventType
  type: Enum
- uid: UnityEngine.EventType.ContextClick
  name: ContextClick
  fullName: UnityEngine.EventType.ContextClick
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.ContextClick.html
  commentId: F:UnityEngine.EventType.ContextClick
  nameWithType: EventType.ContextClick
  type: Field
- uid: UnityEngine.EventType.DragExited
  name: DragExited
  fullName: UnityEngine.EventType.DragExited
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.DragExited.html
  commentId: F:UnityEngine.EventType.DragExited
  nameWithType: EventType.DragExited
  type: Field
- uid: UnityEngine.EventType.dragPerform
  name: dragPerform
  fullName: UnityEngine.EventType.dragPerform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-dragPerform.html
  commentId: F:UnityEngine.EventType.dragPerform
  nameWithType: EventType.dragPerform
  type: Field
- uid: UnityEngine.EventType.DragPerform
  name: DragPerform
  fullName: UnityEngine.EventType.DragPerform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.DragPerform.html
  commentId: F:UnityEngine.EventType.DragPerform
  nameWithType: EventType.DragPerform
  type: Field
- uid: UnityEngine.EventType.dragUpdated
  name: dragUpdated
  fullName: UnityEngine.EventType.dragUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-dragUpdated.html
  commentId: F:UnityEngine.EventType.dragUpdated
  nameWithType: EventType.dragUpdated
  type: Field
- uid: UnityEngine.EventType.DragUpdated
  name: DragUpdated
  fullName: UnityEngine.EventType.DragUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.DragUpdated.html
  commentId: F:UnityEngine.EventType.DragUpdated
  nameWithType: EventType.DragUpdated
  type: Field
- uid: UnityEngine.EventType.ExecuteCommand
  name: ExecuteCommand
  fullName: UnityEngine.EventType.ExecuteCommand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.ExecuteCommand.html
  commentId: F:UnityEngine.EventType.ExecuteCommand
  nameWithType: EventType.ExecuteCommand
  type: Field
- uid: UnityEngine.EventType.ignore
  name: ignore
  fullName: UnityEngine.EventType.ignore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-ignore.html
  commentId: F:UnityEngine.EventType.ignore
  nameWithType: EventType.ignore
  type: Field
- uid: UnityEngine.EventType.Ignore
  name: Ignore
  fullName: UnityEngine.EventType.Ignore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.Ignore.html
  commentId: F:UnityEngine.EventType.Ignore
  nameWithType: EventType.Ignore
  type: Field
- uid: UnityEngine.EventType.keyDown
  name: keyDown
  fullName: UnityEngine.EventType.keyDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-keyDown.html
  commentId: F:UnityEngine.EventType.keyDown
  nameWithType: EventType.keyDown
  type: Field
- uid: UnityEngine.EventType.KeyDown
  name: KeyDown
  fullName: UnityEngine.EventType.KeyDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.KeyDown.html
  commentId: F:UnityEngine.EventType.KeyDown
  nameWithType: EventType.KeyDown
  type: Field
- uid: UnityEngine.EventType.keyUp
  name: keyUp
  fullName: UnityEngine.EventType.keyUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-keyUp.html
  commentId: F:UnityEngine.EventType.keyUp
  nameWithType: EventType.keyUp
  type: Field
- uid: UnityEngine.EventType.KeyUp
  name: KeyUp
  fullName: UnityEngine.EventType.KeyUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.KeyUp.html
  commentId: F:UnityEngine.EventType.KeyUp
  nameWithType: EventType.KeyUp
  type: Field
- uid: UnityEngine.EventType.layout
  name: layout
  fullName: UnityEngine.EventType.layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-layout.html
  commentId: F:UnityEngine.EventType.layout
  nameWithType: EventType.layout
  type: Field
- uid: UnityEngine.EventType.Layout
  name: Layout
  fullName: UnityEngine.EventType.Layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.Layout.html
  commentId: F:UnityEngine.EventType.Layout
  nameWithType: EventType.Layout
  type: Field
- uid: UnityEngine.EventType.mouseDown
  name: mouseDown
  fullName: UnityEngine.EventType.mouseDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-mouseDown.html
  commentId: F:UnityEngine.EventType.mouseDown
  nameWithType: EventType.mouseDown
  type: Field
- uid: UnityEngine.EventType.MouseDown
  name: MouseDown
  fullName: UnityEngine.EventType.MouseDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.MouseDown.html
  commentId: F:UnityEngine.EventType.MouseDown
  nameWithType: EventType.MouseDown
  type: Field
- uid: UnityEngine.EventType.mouseDrag
  name: mouseDrag
  fullName: UnityEngine.EventType.mouseDrag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-mouseDrag.html
  commentId: F:UnityEngine.EventType.mouseDrag
  nameWithType: EventType.mouseDrag
  type: Field
- uid: UnityEngine.EventType.MouseDrag
  name: MouseDrag
  fullName: UnityEngine.EventType.MouseDrag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.MouseDrag.html
  commentId: F:UnityEngine.EventType.MouseDrag
  nameWithType: EventType.MouseDrag
  type: Field
- uid: UnityEngine.EventType.MouseEnterWindow
  name: MouseEnterWindow
  fullName: UnityEngine.EventType.MouseEnterWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.MouseEnterWindow.html
  commentId: F:UnityEngine.EventType.MouseEnterWindow
  nameWithType: EventType.MouseEnterWindow
  type: Field
- uid: UnityEngine.EventType.MouseLeaveWindow
  name: MouseLeaveWindow
  fullName: UnityEngine.EventType.MouseLeaveWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.MouseLeaveWindow.html
  commentId: F:UnityEngine.EventType.MouseLeaveWindow
  nameWithType: EventType.MouseLeaveWindow
  type: Field
- uid: UnityEngine.EventType.mouseMove
  name: mouseMove
  fullName: UnityEngine.EventType.mouseMove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-mouseMove.html
  commentId: F:UnityEngine.EventType.mouseMove
  nameWithType: EventType.mouseMove
  type: Field
- uid: UnityEngine.EventType.MouseMove
  name: MouseMove
  fullName: UnityEngine.EventType.MouseMove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.MouseMove.html
  commentId: F:UnityEngine.EventType.MouseMove
  nameWithType: EventType.MouseMove
  type: Field
- uid: UnityEngine.EventType.mouseUp
  name: mouseUp
  fullName: UnityEngine.EventType.mouseUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-mouseUp.html
  commentId: F:UnityEngine.EventType.mouseUp
  nameWithType: EventType.mouseUp
  type: Field
- uid: UnityEngine.EventType.MouseUp
  name: MouseUp
  fullName: UnityEngine.EventType.MouseUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.MouseUp.html
  commentId: F:UnityEngine.EventType.MouseUp
  nameWithType: EventType.MouseUp
  type: Field
- uid: UnityEngine.EventType.repaint
  name: repaint
  fullName: UnityEngine.EventType.repaint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-repaint.html
  commentId: F:UnityEngine.EventType.repaint
  nameWithType: EventType.repaint
  type: Field
- uid: UnityEngine.EventType.Repaint
  name: Repaint
  fullName: UnityEngine.EventType.Repaint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.Repaint.html
  commentId: F:UnityEngine.EventType.Repaint
  nameWithType: EventType.Repaint
  type: Field
- uid: UnityEngine.EventType.scrollWheel
  name: scrollWheel
  fullName: UnityEngine.EventType.scrollWheel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-scrollWheel.html
  commentId: F:UnityEngine.EventType.scrollWheel
  nameWithType: EventType.scrollWheel
  type: Field
- uid: UnityEngine.EventType.ScrollWheel
  name: ScrollWheel
  fullName: UnityEngine.EventType.ScrollWheel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.ScrollWheel.html
  commentId: F:UnityEngine.EventType.ScrollWheel
  nameWithType: EventType.ScrollWheel
  type: Field
- uid: UnityEngine.EventType.used
  name: used
  fullName: UnityEngine.EventType.used
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType-used.html
  commentId: F:UnityEngine.EventType.used
  nameWithType: EventType.used
  type: Field
- uid: UnityEngine.EventType.Used
  name: Used
  fullName: UnityEngine.EventType.Used
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.Used.html
  commentId: F:UnityEngine.EventType.Used
  nameWithType: EventType.Used
  type: Field
- uid: UnityEngine.EventType.ValidateCommand
  name: ValidateCommand
  fullName: UnityEngine.EventType.ValidateCommand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/EventType.ValidateCommand.html
  commentId: F:UnityEngine.EventType.ValidateCommand
  nameWithType: EventType.ValidateCommand
  type: Field
- uid: UnityEngine.ExecuteInEditMode
  name: ExecuteInEditMode
  fullName: UnityEngine.ExecuteInEditMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExecuteInEditMode.html
  commentId: T:UnityEngine.ExecuteInEditMode
  nameWithType: ExecuteInEditMode
  type: Class
- uid: UnityEngine.ExitGUIException
  name: ExitGUIException
  fullName: UnityEngine.ExitGUIException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExitGUIException.html
  commentId: T:UnityEngine.ExitGUIException
  nameWithType: ExitGUIException
  type: Class
- uid: UnityEngine.Experimental.Rendering
  name: UnityEngine.Experimental.Rendering
  fullName: UnityEngine.Experimental.Rendering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Experimental.Rendering
  nameWithType: UnityEngine.Experimental.Rendering
  type: Namespace
- uid: UnityEngine.Experimental.Rendering.BlendState
  name: BlendState
  fullName: UnityEngine.Experimental.Rendering.BlendState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState.html
  commentId: T:UnityEngine.Experimental.Rendering.BlendState
  nameWithType: BlendState
  type: Struct
- uid: UnityEngine.Experimental.Rendering.BlendState.#ctor(System.Boolean,System.Boolean)
  name: BlendState(bool, bool)
  fullName: UnityEngine.Experimental.Rendering.BlendState.BlendState(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.BlendState.#ctor(System.Boolean,System.Boolean)
  nameWithType: BlendState.BlendState(bool, bool)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.BlendState.alphaToMask
  name: alphaToMask
  fullName: UnityEngine.Experimental.Rendering.BlendState.alphaToMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-alphaToMask.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.alphaToMask
  nameWithType: BlendState.alphaToMask
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.blendState0
  name: blendState0
  fullName: UnityEngine.Experimental.Rendering.BlendState.blendState0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-blendState0.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.blendState0
  nameWithType: BlendState.blendState0
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.blendState1
  name: blendState1
  fullName: UnityEngine.Experimental.Rendering.BlendState.blendState1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-blendState1.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.blendState1
  nameWithType: BlendState.blendState1
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.blendState2
  name: blendState2
  fullName: UnityEngine.Experimental.Rendering.BlendState.blendState2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-blendState2.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.blendState2
  nameWithType: BlendState.blendState2
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.blendState3
  name: blendState3
  fullName: UnityEngine.Experimental.Rendering.BlendState.blendState3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-blendState3.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.blendState3
  nameWithType: BlendState.blendState3
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.blendState4
  name: blendState4
  fullName: UnityEngine.Experimental.Rendering.BlendState.blendState4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-blendState4.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.blendState4
  nameWithType: BlendState.blendState4
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.blendState5
  name: blendState5
  fullName: UnityEngine.Experimental.Rendering.BlendState.blendState5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-blendState5.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.blendState5
  nameWithType: BlendState.blendState5
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.blendState6
  name: blendState6
  fullName: UnityEngine.Experimental.Rendering.BlendState.blendState6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-blendState6.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.blendState6
  nameWithType: BlendState.blendState6
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.blendState7
  name: blendState7
  fullName: UnityEngine.Experimental.Rendering.BlendState.blendState7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-blendState7.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.blendState7
  nameWithType: BlendState.blendState7
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.Default
  name: Default
  fullName: UnityEngine.Experimental.Rendering.BlendState.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState.Default.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.Default
  nameWithType: BlendState.Default
  type: Property
- uid: UnityEngine.Experimental.Rendering.BlendState.separateMRTBlendStates
  name: separateMRTBlendStates
  fullName: UnityEngine.Experimental.Rendering.BlendState.separateMRTBlendStates
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.BlendState-separateMRTBlendStates.html
  commentId: P:UnityEngine.Experimental.Rendering.BlendState.separateMRTBlendStates
  nameWithType: BlendState.separateMRTBlendStates
  type: Property
- uid: UnityEngine.Experimental.Rendering.CameraProperties
  name: CameraProperties
  fullName: UnityEngine.Experimental.Rendering.CameraProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CameraProperties.html
  commentId: T:UnityEngine.Experimental.Rendering.CameraProperties
  nameWithType: CameraProperties
  type: Struct
- uid: UnityEngine.Experimental.Rendering.CameraProperties.GetCameraCullingPlane(System.Int32)
  name: GetCameraCullingPlane(int)
  fullName: UnityEngine.Experimental.Rendering.CameraProperties.GetCameraCullingPlane(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CameraProperties.GetCameraCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.CameraProperties.GetCameraCullingPlane(System.Int32)
  nameWithType: CameraProperties.GetCameraCullingPlane(int)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CameraProperties.GetShadowCullingPlane(System.Int32)
  name: GetShadowCullingPlane(int)
  fullName: UnityEngine.Experimental.Rendering.CameraProperties.GetShadowCullingPlane(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CameraProperties.GetShadowCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.CameraProperties.GetShadowCullingPlane(System.Int32)
  nameWithType: CameraProperties.GetShadowCullingPlane(int)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CameraProperties.SetCameraCullingPlane(System.Int32,UnityEngine.Plane)
  name: SetCameraCullingPlane(int, Plane)
  fullName: UnityEngine.Experimental.Rendering.CameraProperties.SetCameraCullingPlane(int, UnityEngine.Plane)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CameraProperties.SetCameraCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.CameraProperties.SetCameraCullingPlane(System.Int32,UnityEngine.Plane)
  nameWithType: CameraProperties.SetCameraCullingPlane(int, Plane)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CameraProperties.SetShadowCullingPlane(System.Int32,UnityEngine.Plane)
  name: SetShadowCullingPlane(int, Plane)
  fullName: UnityEngine.Experimental.Rendering.CameraProperties.SetShadowCullingPlane(int, UnityEngine.Plane)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CameraProperties.SetShadowCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.CameraProperties.SetShadowCullingPlane(System.Int32,UnityEngine.Plane)
  nameWithType: CameraProperties.SetShadowCullingPlane(int, Plane)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CoreCameraValues
  name: CoreCameraValues
  fullName: UnityEngine.Experimental.Rendering.CoreCameraValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CoreCameraValues.html
  commentId: T:UnityEngine.Experimental.Rendering.CoreCameraValues
  nameWithType: CoreCameraValues
  type: Struct
- uid: UnityEngine.Experimental.Rendering.CullingParameters
  name: CullingParameters
  fullName: UnityEngine.Experimental.Rendering.CullingParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters.html
  commentId: T:UnityEngine.Experimental.Rendering.CullingParameters
  nameWithType: CullingParameters
  type: Struct
- uid: UnityEngine.Experimental.Rendering.CullingParameters.cullingMask
  name: cullingMask
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.cullingMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters-cullingMask.html
  commentId: F:UnityEngine.Experimental.Rendering.CullingParameters.cullingMask
  nameWithType: CullingParameters.cullingMask
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullingParameters.cullingMatrix
  name: cullingMatrix
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.cullingMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters-cullingMatrix.html
  commentId: F:UnityEngine.Experimental.Rendering.CullingParameters.cullingMatrix
  nameWithType: CullingParameters.cullingMatrix
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullingParameters.cullingPlaneCount
  name: cullingPlaneCount
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.cullingPlaneCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters-cullingPlaneCount.html
  commentId: F:UnityEngine.Experimental.Rendering.CullingParameters.cullingPlaneCount
  nameWithType: CullingParameters.cullingPlaneCount
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullingParameters.GetCullingPlane(System.Int32)
  name: GetCullingPlane(int)
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.GetCullingPlane(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters.GetCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.CullingParameters.GetCullingPlane(System.Int32)
  nameWithType: CullingParameters.GetCullingPlane(int)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullingParameters.GetLayerCullDistance(System.Int32)
  name: GetLayerCullDistance(int)
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.GetLayerCullDistance(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters.GetLayerCullDistance.html
  commentId: M:UnityEngine.Experimental.Rendering.CullingParameters.GetLayerCullDistance(System.Int32)
  nameWithType: CullingParameters.GetLayerCullDistance(int)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullingParameters.isOrthographic
  name: isOrthographic
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.isOrthographic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters-isOrthographic.html
  commentId: F:UnityEngine.Experimental.Rendering.CullingParameters.isOrthographic
  nameWithType: CullingParameters.isOrthographic
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullingParameters.lodParameters
  name: lodParameters
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.lodParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters-lodParameters.html
  commentId: F:UnityEngine.Experimental.Rendering.CullingParameters.lodParameters
  nameWithType: CullingParameters.lodParameters
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullingParameters.position
  name: position
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters-position.html
  commentId: F:UnityEngine.Experimental.Rendering.CullingParameters.position
  nameWithType: CullingParameters.position
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullingParameters.reflectionProbeSortOptions
  name: reflectionProbeSortOptions
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.reflectionProbeSortOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters-reflectionProbeSortOptions.html
  commentId: F:UnityEngine.Experimental.Rendering.CullingParameters.reflectionProbeSortOptions
  nameWithType: CullingParameters.reflectionProbeSortOptions
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullingParameters.SetCullingPlane(System.Int32,UnityEngine.Plane)
  name: SetCullingPlane(int, Plane)
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.SetCullingPlane(int, UnityEngine.Plane)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters.SetCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.CullingParameters.SetCullingPlane(System.Int32,UnityEngine.Plane)
  nameWithType: CullingParameters.SetCullingPlane(int, Plane)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullingParameters.SetLayerCullDistance(System.Int32,System.Single)
  name: SetLayerCullDistance(int, float)
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.SetLayerCullDistance(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters.SetLayerCullDistance.html
  commentId: M:UnityEngine.Experimental.Rendering.CullingParameters.SetLayerCullDistance(System.Int32,System.Single)
  nameWithType: CullingParameters.SetLayerCullDistance(int, float)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullingParameters.shadowDistance
  name: shadowDistance
  fullName: UnityEngine.Experimental.Rendering.CullingParameters.shadowDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullingParameters-shadowDistance.html
  commentId: F:UnityEngine.Experimental.Rendering.CullingParameters.shadowDistance
  nameWithType: CullingParameters.shadowDistance
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullResults
  name: CullResults
  fullName: UnityEngine.Experimental.Rendering.CullResults
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.html
  commentId: T:UnityEngine.Experimental.Rendering.CullResults
  nameWithType: CullResults
  type: Struct
- uid: UnityEngine.Experimental.Rendering.CullResults.ComputeDirectionalShadowMatricesAndCullingPrimitives(System.Int32,System.Int32,System.Int32,UnityEngine.Vector3,System.Int32,System.Single,UnityEngine.Matrix4x4@,UnityEngine.Matrix4x4@,UnityEngine.Experimental.Rendering.ShadowSplitData@)
  name: ComputeDirectionalShadowMatricesAndCullingPrimitives(int, int, int, Vector3, int, float, out Matrix4x4, out Matrix4x4, out ShadowSplitData)
  fullName: UnityEngine.Experimental.Rendering.CullResults.ComputeDirectionalShadowMatricesAndCullingPrimitives(int, int, int, UnityEngine.Vector3, int, float, out UnityEngine.Matrix4x4, out UnityEngine.Matrix4x4, out UnityEngine.Experimental.Rendering.ShadowSplitData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.ComputeDirectionalShadowMatricesAndCullingPrimitives.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.ComputeDirectionalShadowMatricesAndCullingPrimitives(System.Int32,System.Int32,System.Int32,UnityEngine.Vector3,System.Int32,System.Single,UnityEngine.Matrix4x4@,UnityEngine.Matrix4x4@,UnityEngine.Experimental.Rendering.ShadowSplitData@)
  nameWithType: CullResults.ComputeDirectionalShadowMatricesAndCullingPrimitives(int, int, int, Vector3, int, float, out Matrix4x4, out Matrix4x4, out ShadowSplitData)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.ComputePointShadowMatricesAndCullingPrimitives(System.Int32,UnityEngine.CubemapFace,System.Single,UnityEngine.Matrix4x4@,UnityEngine.Matrix4x4@,UnityEngine.Experimental.Rendering.ShadowSplitData@)
  name: ComputePointShadowMatricesAndCullingPrimitives(int, CubemapFace, float, out Matrix4x4, out Matrix4x4, out ShadowSplitData)
  fullName: UnityEngine.Experimental.Rendering.CullResults.ComputePointShadowMatricesAndCullingPrimitives(int, UnityEngine.CubemapFace, float, out UnityEngine.Matrix4x4, out UnityEngine.Matrix4x4, out UnityEngine.Experimental.Rendering.ShadowSplitData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.ComputePointShadowMatricesAndCullingPrimitives.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.ComputePointShadowMatricesAndCullingPrimitives(System.Int32,UnityEngine.CubemapFace,System.Single,UnityEngine.Matrix4x4@,UnityEngine.Matrix4x4@,UnityEngine.Experimental.Rendering.ShadowSplitData@)
  nameWithType: CullResults.ComputePointShadowMatricesAndCullingPrimitives(int, CubemapFace, float, out Matrix4x4, out Matrix4x4, out ShadowSplitData)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.ComputeSpotShadowMatricesAndCullingPrimitives(System.Int32,UnityEngine.Matrix4x4@,UnityEngine.Matrix4x4@,UnityEngine.Experimental.Rendering.ShadowSplitData@)
  name: ComputeSpotShadowMatricesAndCullingPrimitives(int, out Matrix4x4, out Matrix4x4, out ShadowSplitData)
  fullName: UnityEngine.Experimental.Rendering.CullResults.ComputeSpotShadowMatricesAndCullingPrimitives(int, out UnityEngine.Matrix4x4, out UnityEngine.Matrix4x4, out UnityEngine.Experimental.Rendering.ShadowSplitData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.ComputeSpotShadowMatricesAndCullingPrimitives.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.ComputeSpotShadowMatricesAndCullingPrimitives(System.Int32,UnityEngine.Matrix4x4@,UnityEngine.Matrix4x4@,UnityEngine.Experimental.Rendering.ShadowSplitData@)
  nameWithType: CullResults.ComputeSpotShadowMatricesAndCullingPrimitives(int, out Matrix4x4, out Matrix4x4, out ShadowSplitData)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.Cull(UnityEngine.Camera,UnityEngine.Experimental.Rendering.ScriptableRenderContext,UnityEngine.Experimental.Rendering.CullResults@)
  name: Cull(Camera, ScriptableRenderContext, out CullResults)
  fullName: UnityEngine.Experimental.Rendering.CullResults.Cull(UnityEngine.Camera, UnityEngine.Experimental.Rendering.ScriptableRenderContext, out UnityEngine.Experimental.Rendering.CullResults)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.Cull.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.Cull(UnityEngine.Camera,UnityEngine.Experimental.Rendering.ScriptableRenderContext,UnityEngine.Experimental.Rendering.CullResults@)
  nameWithType: CullResults.Cull(Camera, ScriptableRenderContext, out CullResults)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.Cull(UnityEngine.Experimental.Rendering.ScriptableCullingParameters@,UnityEngine.Experimental.Rendering.ScriptableRenderContext)
  name: Cull(ref ScriptableCullingParameters, ScriptableRenderContext)
  fullName: UnityEngine.Experimental.Rendering.CullResults.Cull(ref UnityEngine.Experimental.Rendering.ScriptableCullingParameters, UnityEngine.Experimental.Rendering.ScriptableRenderContext)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.Cull.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.Cull(UnityEngine.Experimental.Rendering.ScriptableCullingParameters@,UnityEngine.Experimental.Rendering.ScriptableRenderContext)
  nameWithType: CullResults.Cull(ref ScriptableCullingParameters, ScriptableRenderContext)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.FillLightIndices(UnityEngine.ComputeBuffer)
  name: FillLightIndices(ComputeBuffer)
  fullName: UnityEngine.Experimental.Rendering.CullResults.FillLightIndices(UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.FillLightIndices.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.FillLightIndices(UnityEngine.ComputeBuffer)
  nameWithType: CullResults.FillLightIndices(ComputeBuffer)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.GetCullingParameters(UnityEngine.Camera,UnityEngine.Experimental.Rendering.ScriptableCullingParameters@)
  name: GetCullingParameters(Camera, out ScriptableCullingParameters)
  fullName: UnityEngine.Experimental.Rendering.CullResults.GetCullingParameters(UnityEngine.Camera, out UnityEngine.Experimental.Rendering.ScriptableCullingParameters)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.GetCullingParameters.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.GetCullingParameters(UnityEngine.Camera,UnityEngine.Experimental.Rendering.ScriptableCullingParameters@)
  nameWithType: CullResults.GetCullingParameters(Camera, out ScriptableCullingParameters)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.GetLightIndicesCount
  name: GetLightIndicesCount()
  fullName: UnityEngine.Experimental.Rendering.CullResults.GetLightIndicesCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.GetLightIndicesCount.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.GetLightIndicesCount
  nameWithType: CullResults.GetLightIndicesCount()
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.GetShadowCasterBounds(System.Int32,UnityEngine.Bounds@)
  name: GetShadowCasterBounds(int, out Bounds)
  fullName: UnityEngine.Experimental.Rendering.CullResults.GetShadowCasterBounds(int, out UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults.GetShadowCasterBounds.html
  commentId: M:UnityEngine.Experimental.Rendering.CullResults.GetShadowCasterBounds(System.Int32,UnityEngine.Bounds@)
  nameWithType: CullResults.GetShadowCasterBounds(int, out Bounds)
  type: Method
- uid: UnityEngine.Experimental.Rendering.CullResults.visibleLights
  name: visibleLights
  fullName: UnityEngine.Experimental.Rendering.CullResults.visibleLights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults-visibleLights.html
  commentId: F:UnityEngine.Experimental.Rendering.CullResults.visibleLights
  nameWithType: CullResults.visibleLights
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullResults.visibleOffscreenVertexLights
  name: visibleOffscreenVertexLights
  fullName: UnityEngine.Experimental.Rendering.CullResults.visibleOffscreenVertexLights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults-visibleOffscreenVertexLights.html
  commentId: F:UnityEngine.Experimental.Rendering.CullResults.visibleOffscreenVertexLights
  nameWithType: CullResults.visibleOffscreenVertexLights
  type: Field
- uid: UnityEngine.Experimental.Rendering.CullResults.visibleReflectionProbes
  name: visibleReflectionProbes
  fullName: UnityEngine.Experimental.Rendering.CullResults.visibleReflectionProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.CullResults-visibleReflectionProbes.html
  commentId: F:UnityEngine.Experimental.Rendering.CullResults.visibleReflectionProbes
  nameWithType: CullResults.visibleReflectionProbes
  type: Field
- uid: UnityEngine.Experimental.Rendering.DepthState
  name: DepthState
  fullName: UnityEngine.Experimental.Rendering.DepthState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DepthState.html
  commentId: T:UnityEngine.Experimental.Rendering.DepthState
  nameWithType: DepthState
  type: Struct
- uid: UnityEngine.Experimental.Rendering.DepthState.#ctor(System.Boolean,UnityEngine.Rendering.CompareFunction)
  name: DepthState(bool, CompareFunction)
  fullName: UnityEngine.Experimental.Rendering.DepthState.DepthState(bool, UnityEngine.Rendering.CompareFunction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DepthState-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.DepthState.#ctor(System.Boolean,UnityEngine.Rendering.CompareFunction)
  nameWithType: DepthState.DepthState(bool, CompareFunction)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.DepthState.compareFunction
  name: compareFunction
  fullName: UnityEngine.Experimental.Rendering.DepthState.compareFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DepthState-compareFunction.html
  commentId: P:UnityEngine.Experimental.Rendering.DepthState.compareFunction
  nameWithType: DepthState.compareFunction
  type: Property
- uid: UnityEngine.Experimental.Rendering.DepthState.Default
  name: Default
  fullName: UnityEngine.Experimental.Rendering.DepthState.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DepthState.Default.html
  commentId: P:UnityEngine.Experimental.Rendering.DepthState.Default
  nameWithType: DepthState.Default
  type: Property
- uid: UnityEngine.Experimental.Rendering.DepthState.writeEnabled
  name: writeEnabled
  fullName: UnityEngine.Experimental.Rendering.DepthState.writeEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DepthState-writeEnabled.html
  commentId: P:UnityEngine.Experimental.Rendering.DepthState.writeEnabled
  nameWithType: DepthState.writeEnabled
  type: Property
- uid: UnityEngine.Experimental.Rendering.DrawRendererFlags
  name: DrawRendererFlags
  fullName: UnityEngine.Experimental.Rendering.DrawRendererFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererFlags.html
  commentId: T:UnityEngine.Experimental.Rendering.DrawRendererFlags
  nameWithType: DrawRendererFlags
  type: Enum
- uid: UnityEngine.Experimental.Rendering.DrawRendererFlags.EnableDynamicBatching
  name: EnableDynamicBatching
  fullName: UnityEngine.Experimental.Rendering.DrawRendererFlags.EnableDynamicBatching
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererFlags.EnableDynamicBatching.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererFlags.EnableDynamicBatching
  nameWithType: DrawRendererFlags.EnableDynamicBatching
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererFlags.EnableInstancing
  name: EnableInstancing
  fullName: UnityEngine.Experimental.Rendering.DrawRendererFlags.EnableInstancing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererFlags.EnableInstancing.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererFlags.EnableInstancing
  nameWithType: DrawRendererFlags.EnableInstancing
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererFlags.None
  name: None
  fullName: UnityEngine.Experimental.Rendering.DrawRendererFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererFlags.None.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererFlags.None
  nameWithType: DrawRendererFlags.None
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererSettings
  name: DrawRendererSettings
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSettings.html
  commentId: T:UnityEngine.Experimental.Rendering.DrawRendererSettings
  nameWithType: DrawRendererSettings
  type: Struct
- uid: UnityEngine.Experimental.Rendering.DrawRendererSettings.#ctor(UnityEngine.Experimental.Rendering.CullResults,UnityEngine.Camera,UnityEngine.Experimental.Rendering.ShaderPassName)
  name: DrawRendererSettings(CullResults, Camera, ShaderPassName)
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSettings.DrawRendererSettings(UnityEngine.Experimental.Rendering.CullResults, UnityEngine.Camera, UnityEngine.Experimental.Rendering.ShaderPassName)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSettings-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.DrawRendererSettings.#ctor(UnityEngine.Experimental.Rendering.CullResults,UnityEngine.Camera,UnityEngine.Experimental.Rendering.ShaderPassName)
  nameWithType: DrawRendererSettings.DrawRendererSettings(CullResults, Camera, ShaderPassName)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.DrawRendererSettings.cullResults
  name: cullResults
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSettings.cullResults
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSettings-cullResults.html
  commentId: P:UnityEngine.Experimental.Rendering.DrawRendererSettings.cullResults
  nameWithType: DrawRendererSettings.cullResults
  type: Property
- uid: UnityEngine.Experimental.Rendering.DrawRendererSettings.flags
  name: flags
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSettings.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSettings-flags.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererSettings.flags
  nameWithType: DrawRendererSettings.flags
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererSettings.inputFilter
  name: inputFilter
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSettings.inputFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSettings-inputFilter.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererSettings.inputFilter
  nameWithType: DrawRendererSettings.inputFilter
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererSettings.rendererConfiguration
  name: rendererConfiguration
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSettings.rendererConfiguration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSettings-rendererConfiguration.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererSettings.rendererConfiguration
  nameWithType: DrawRendererSettings.rendererConfiguration
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererSettings.shaderPassName
  name: shaderPassName
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSettings.shaderPassName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSettings-shaderPassName.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererSettings.shaderPassName
  nameWithType: DrawRendererSettings.shaderPassName
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererSettings.sorting
  name: sorting
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSettings.sorting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSettings-sorting.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererSettings.sorting
  nameWithType: DrawRendererSettings.sorting
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererSortSettings
  name: DrawRendererSortSettings
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSortSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSortSettings.html
  commentId: T:UnityEngine.Experimental.Rendering.DrawRendererSortSettings
  nameWithType: DrawRendererSortSettings
  type: Struct
- uid: UnityEngine.Experimental.Rendering.DrawRendererSortSettings.cameraPosition
  name: cameraPosition
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSortSettings.cameraPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSortSettings-cameraPosition.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererSortSettings.cameraPosition
  nameWithType: DrawRendererSortSettings.cameraPosition
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererSortSettings.flags
  name: flags
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSortSettings.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSortSettings-flags.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererSortSettings.flags
  nameWithType: DrawRendererSortSettings.flags
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawRendererSortSettings.sortOrthographic
  name: sortOrthographic
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSortSettings.sortOrthographic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSortSettings-sortOrthographic.html
  commentId: P:UnityEngine.Experimental.Rendering.DrawRendererSortSettings.sortOrthographic
  nameWithType: DrawRendererSortSettings.sortOrthographic
  type: Property
- uid: UnityEngine.Experimental.Rendering.DrawRendererSortSettings.worldToCameraMatrix
  name: worldToCameraMatrix
  fullName: UnityEngine.Experimental.Rendering.DrawRendererSortSettings.worldToCameraMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawRendererSortSettings-worldToCameraMatrix.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawRendererSortSettings.worldToCameraMatrix
  nameWithType: DrawRendererSortSettings.worldToCameraMatrix
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawShadowsSettings
  name: DrawShadowsSettings
  fullName: UnityEngine.Experimental.Rendering.DrawShadowsSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawShadowsSettings.html
  commentId: T:UnityEngine.Experimental.Rendering.DrawShadowsSettings
  nameWithType: DrawShadowsSettings
  type: Struct
- uid: UnityEngine.Experimental.Rendering.DrawShadowsSettings.#ctor(UnityEngine.Experimental.Rendering.CullResults,System.Int32)
  name: DrawShadowsSettings(CullResults, int)
  fullName: UnityEngine.Experimental.Rendering.DrawShadowsSettings.DrawShadowsSettings(UnityEngine.Experimental.Rendering.CullResults, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawShadowsSettings-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.DrawShadowsSettings.#ctor(UnityEngine.Experimental.Rendering.CullResults,System.Int32)
  nameWithType: DrawShadowsSettings.DrawShadowsSettings(CullResults, int)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.DrawShadowsSettings.cullResults
  name: cullResults
  fullName: UnityEngine.Experimental.Rendering.DrawShadowsSettings.cullResults
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawShadowsSettings-cullResults.html
  commentId: P:UnityEngine.Experimental.Rendering.DrawShadowsSettings.cullResults
  nameWithType: DrawShadowsSettings.cullResults
  type: Property
- uid: UnityEngine.Experimental.Rendering.DrawShadowsSettings.lightIndex
  name: lightIndex
  fullName: UnityEngine.Experimental.Rendering.DrawShadowsSettings.lightIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawShadowsSettings-lightIndex.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawShadowsSettings.lightIndex
  nameWithType: DrawShadowsSettings.lightIndex
  type: Field
- uid: UnityEngine.Experimental.Rendering.DrawShadowsSettings.splitData
  name: splitData
  fullName: UnityEngine.Experimental.Rendering.DrawShadowsSettings.splitData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.DrawShadowsSettings-splitData.html
  commentId: F:UnityEngine.Experimental.Rendering.DrawShadowsSettings.splitData
  nameWithType: DrawShadowsSettings.splitData
  type: Field
- uid: UnityEngine.Experimental.Rendering.InputFilter
  name: InputFilter
  fullName: UnityEngine.Experimental.Rendering.InputFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.InputFilter.html
  commentId: T:UnityEngine.Experimental.Rendering.InputFilter
  nameWithType: InputFilter
  type: Struct
- uid: UnityEngine.Experimental.Rendering.InputFilter.Default
  name: Default()
  fullName: UnityEngine.Experimental.Rendering.InputFilter.Default()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.InputFilter.Default.html
  commentId: M:UnityEngine.Experimental.Rendering.InputFilter.Default
  nameWithType: InputFilter.Default()
  type: Method
- uid: UnityEngine.Experimental.Rendering.InputFilter.layerMask
  name: layerMask
  fullName: UnityEngine.Experimental.Rendering.InputFilter.layerMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.InputFilter-layerMask.html
  commentId: F:UnityEngine.Experimental.Rendering.InputFilter.layerMask
  nameWithType: InputFilter.layerMask
  type: Field
- uid: UnityEngine.Experimental.Rendering.InputFilter.renderQueueMax
  name: renderQueueMax
  fullName: UnityEngine.Experimental.Rendering.InputFilter.renderQueueMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.InputFilter-renderQueueMax.html
  commentId: F:UnityEngine.Experimental.Rendering.InputFilter.renderQueueMax
  nameWithType: InputFilter.renderQueueMax
  type: Field
- uid: UnityEngine.Experimental.Rendering.InputFilter.renderQueueMin
  name: renderQueueMin
  fullName: UnityEngine.Experimental.Rendering.InputFilter.renderQueueMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.InputFilter-renderQueueMin.html
  commentId: F:UnityEngine.Experimental.Rendering.InputFilter.renderQueueMin
  nameWithType: InputFilter.renderQueueMin
  type: Field
- uid: UnityEngine.Experimental.Rendering.InputFilter.SetQueuesOpaque
  name: SetQueuesOpaque()
  fullName: UnityEngine.Experimental.Rendering.InputFilter.SetQueuesOpaque()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.InputFilter.SetQueuesOpaque.html
  commentId: M:UnityEngine.Experimental.Rendering.InputFilter.SetQueuesOpaque
  nameWithType: InputFilter.SetQueuesOpaque()
  type: Method
- uid: UnityEngine.Experimental.Rendering.InputFilter.SetQueuesTransparent
  name: SetQueuesTransparent()
  fullName: UnityEngine.Experimental.Rendering.InputFilter.SetQueuesTransparent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.InputFilter.SetQueuesTransparent.html
  commentId: M:UnityEngine.Experimental.Rendering.InputFilter.SetQueuesTransparent
  nameWithType: InputFilter.SetQueuesTransparent()
  type: Method
- uid: UnityEngine.Experimental.Rendering.IRenderPipeline
  name: IRenderPipeline
  fullName: UnityEngine.Experimental.Rendering.IRenderPipeline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.IRenderPipeline.html
  commentId: T:UnityEngine.Experimental.Rendering.IRenderPipeline
  nameWithType: IRenderPipeline
  type: Interface
- uid: UnityEngine.Experimental.Rendering.IRenderPipeline.disposed
  name: disposed
  fullName: UnityEngine.Experimental.Rendering.IRenderPipeline.disposed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.IRenderPipeline-disposed.html
  commentId: P:UnityEngine.Experimental.Rendering.IRenderPipeline.disposed
  nameWithType: IRenderPipeline.disposed
  type: Property
- uid: UnityEngine.Experimental.Rendering.IRenderPipeline.Render(UnityEngine.Experimental.Rendering.ScriptableRenderContext,UnityEngine.Camera[])
  name: Render(ScriptableRenderContext, Camera[])
  fullName: UnityEngine.Experimental.Rendering.IRenderPipeline.Render(UnityEngine.Experimental.Rendering.ScriptableRenderContext, UnityEngine.Camera[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.IRenderPipeline.Render.html
  commentId: M:UnityEngine.Experimental.Rendering.IRenderPipeline.Render(UnityEngine.Experimental.Rendering.ScriptableRenderContext,UnityEngine.Camera[])
  nameWithType: IRenderPipeline.Render(ScriptableRenderContext, Camera[])
  type: Method
- uid: UnityEngine.Experimental.Rendering.IRenderPipelineAsset
  name: IRenderPipelineAsset
  fullName: UnityEngine.Experimental.Rendering.IRenderPipelineAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.IRenderPipelineAsset.html
  commentId: T:UnityEngine.Experimental.Rendering.IRenderPipelineAsset
  nameWithType: IRenderPipelineAsset
  type: Interface
- uid: UnityEngine.Experimental.Rendering.IRenderPipelineAsset.CreatePipeline
  name: CreatePipeline()
  fullName: UnityEngine.Experimental.Rendering.IRenderPipelineAsset.CreatePipeline()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.IRenderPipelineAsset.CreatePipeline.html
  commentId: M:UnityEngine.Experimental.Rendering.IRenderPipelineAsset.CreatePipeline
  nameWithType: IRenderPipelineAsset.CreatePipeline()
  type: Method
- uid: UnityEngine.Experimental.Rendering.IRenderPipelineAsset.DestroyCreatedInstances
  name: DestroyCreatedInstances()
  fullName: UnityEngine.Experimental.Rendering.IRenderPipelineAsset.DestroyCreatedInstances()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.IRenderPipelineAsset.DestroyCreatedInstances.html
  commentId: M:UnityEngine.Experimental.Rendering.IRenderPipelineAsset.DestroyCreatedInstances
  nameWithType: IRenderPipelineAsset.DestroyCreatedInstances()
  type: Method
- uid: UnityEngine.Experimental.Rendering.IRenderPipelineAsset.GetTerrainBrushPassIndex
  name: GetTerrainBrushPassIndex()
  fullName: UnityEngine.Experimental.Rendering.IRenderPipelineAsset.GetTerrainBrushPassIndex()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.IRenderPipelineAsset.GetTerrainBrushPassIndex.html
  commentId: M:UnityEngine.Experimental.Rendering.IRenderPipelineAsset.GetTerrainBrushPassIndex
  nameWithType: IRenderPipelineAsset.GetTerrainBrushPassIndex()
  type: Method
- uid: UnityEngine.Experimental.Rendering.LODParameters
  name: LODParameters
  fullName: UnityEngine.Experimental.Rendering.LODParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.LODParameters.html
  commentId: T:UnityEngine.Experimental.Rendering.LODParameters
  nameWithType: LODParameters
  type: Struct
- uid: UnityEngine.Experimental.Rendering.LODParameters.cameraPixelHeight
  name: cameraPixelHeight
  fullName: UnityEngine.Experimental.Rendering.LODParameters.cameraPixelHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.LODParameters-cameraPixelHeight.html
  commentId: P:UnityEngine.Experimental.Rendering.LODParameters.cameraPixelHeight
  nameWithType: LODParameters.cameraPixelHeight
  type: Property
- uid: UnityEngine.Experimental.Rendering.LODParameters.cameraPosition
  name: cameraPosition
  fullName: UnityEngine.Experimental.Rendering.LODParameters.cameraPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.LODParameters-cameraPosition.html
  commentId: P:UnityEngine.Experimental.Rendering.LODParameters.cameraPosition
  nameWithType: LODParameters.cameraPosition
  type: Property
- uid: UnityEngine.Experimental.Rendering.LODParameters.fieldOfView
  name: fieldOfView
  fullName: UnityEngine.Experimental.Rendering.LODParameters.fieldOfView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.LODParameters-fieldOfView.html
  commentId: P:UnityEngine.Experimental.Rendering.LODParameters.fieldOfView
  nameWithType: LODParameters.fieldOfView
  type: Property
- uid: UnityEngine.Experimental.Rendering.LODParameters.isOrthographic
  name: isOrthographic
  fullName: UnityEngine.Experimental.Rendering.LODParameters.isOrthographic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.LODParameters-isOrthographic.html
  commentId: P:UnityEngine.Experimental.Rendering.LODParameters.isOrthographic
  nameWithType: LODParameters.isOrthographic
  type: Property
- uid: UnityEngine.Experimental.Rendering.LODParameters.orthoSize
  name: orthoSize
  fullName: UnityEngine.Experimental.Rendering.LODParameters.orthoSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.LODParameters-orthoSize.html
  commentId: P:UnityEngine.Experimental.Rendering.LODParameters.orthoSize
  nameWithType: LODParameters.orthoSize
  type: Property
- uid: UnityEngine.Experimental.Rendering.RasterState
  name: RasterState
  fullName: UnityEngine.Experimental.Rendering.RasterState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RasterState.html
  commentId: T:UnityEngine.Experimental.Rendering.RasterState
  nameWithType: RasterState
  type: Struct
- uid: UnityEngine.Experimental.Rendering.RasterState.#ctor(UnityEngine.Rendering.CullMode,System.Int32,System.Single,System.Boolean)
  name: RasterState(CullMode, int, float, bool)
  fullName: UnityEngine.Experimental.Rendering.RasterState.RasterState(UnityEngine.Rendering.CullMode, int, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RasterState-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.RasterState.#ctor(UnityEngine.Rendering.CullMode,System.Int32,System.Single,System.Boolean)
  nameWithType: RasterState.RasterState(CullMode, int, float, bool)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.RasterState.cullingMode
  name: cullingMode
  fullName: UnityEngine.Experimental.Rendering.RasterState.cullingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RasterState-cullingMode.html
  commentId: P:UnityEngine.Experimental.Rendering.RasterState.cullingMode
  nameWithType: RasterState.cullingMode
  type: Property
- uid: UnityEngine.Experimental.Rendering.RasterState.Default
  name: Default
  fullName: UnityEngine.Experimental.Rendering.RasterState.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RasterState.Default.html
  commentId: F:UnityEngine.Experimental.Rendering.RasterState.Default
  nameWithType: RasterState.Default
  type: Field
- uid: UnityEngine.Experimental.Rendering.RasterState.depthClip
  name: depthClip
  fullName: UnityEngine.Experimental.Rendering.RasterState.depthClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RasterState-depthClip.html
  commentId: P:UnityEngine.Experimental.Rendering.RasterState.depthClip
  nameWithType: RasterState.depthClip
  type: Property
- uid: UnityEngine.Experimental.Rendering.RasterState.offsetFactor
  name: offsetFactor
  fullName: UnityEngine.Experimental.Rendering.RasterState.offsetFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RasterState-offsetFactor.html
  commentId: P:UnityEngine.Experimental.Rendering.RasterState.offsetFactor
  nameWithType: RasterState.offsetFactor
  type: Property
- uid: UnityEngine.Experimental.Rendering.RasterState.offsetUnits
  name: offsetUnits
  fullName: UnityEngine.Experimental.Rendering.RasterState.offsetUnits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RasterState-offsetUnits.html
  commentId: P:UnityEngine.Experimental.Rendering.RasterState.offsetUnits
  nameWithType: RasterState.offsetUnits
  type: Property
- uid: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions
  name: ReflectionProbeSortOptions
  fullName: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ReflectionProbeSortOptions.html
  commentId: T:UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions
  nameWithType: ReflectionProbeSortOptions
  type: Enum
- uid: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.Importance
  name: Importance
  fullName: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.Importance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ReflectionProbeSortOptions.Importance.html
  commentId: F:UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.Importance
  nameWithType: ReflectionProbeSortOptions.Importance
  type: Field
- uid: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.ImportanceThenSize
  name: ImportanceThenSize
  fullName: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.ImportanceThenSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ReflectionProbeSortOptions.ImportanceThenSize.html
  commentId: F:UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.ImportanceThenSize
  nameWithType: ReflectionProbeSortOptions.ImportanceThenSize
  type: Field
- uid: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.None
  name: None
  fullName: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ReflectionProbeSortOptions.None.html
  commentId: F:UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.None
  nameWithType: ReflectionProbeSortOptions.None
  type: Field
- uid: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.Size
  name: Size
  fullName: UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.Size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ReflectionProbeSortOptions.Size.html
  commentId: F:UnityEngine.Experimental.Rendering.ReflectionProbeSortOptions.Size
  nameWithType: ReflectionProbeSortOptions.Size
  type: Field
- uid: UnityEngine.Experimental.Rendering.RendererConfiguration
  name: RendererConfiguration
  fullName: UnityEngine.Experimental.Rendering.RendererConfiguration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RendererConfiguration.html
  commentId: T:UnityEngine.Experimental.Rendering.RendererConfiguration
  nameWithType: RendererConfiguration
  type: Enum
- uid: UnityEngine.Experimental.Rendering.RendererConfiguration.None
  name: None
  fullName: UnityEngine.Experimental.Rendering.RendererConfiguration.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RendererConfiguration.None.html
  commentId: F:UnityEngine.Experimental.Rendering.RendererConfiguration.None
  nameWithType: RendererConfiguration.None
  type: Field
- uid: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightmaps
  name: PerObjectLightmaps
  fullName: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightmaps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RendererConfiguration.PerObjectLightmaps.html
  commentId: F:UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightmaps
  nameWithType: RendererConfiguration.PerObjectLightmaps
  type: Field
- uid: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightProbe
  name: PerObjectLightProbe
  fullName: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightProbe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RendererConfiguration.PerObjectLightProbe.html
  commentId: F:UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightProbe
  nameWithType: RendererConfiguration.PerObjectLightProbe
  type: Field
- uid: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightProbeProxyVolume
  name: PerObjectLightProbeProxyVolume
  fullName: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightProbeProxyVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RendererConfiguration.PerObjectLightProbeProxyVolume.html
  commentId: F:UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectLightProbeProxyVolume
  nameWithType: RendererConfiguration.PerObjectLightProbeProxyVolume
  type: Field
- uid: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectMotionVectors
  name: PerObjectMotionVectors
  fullName: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectMotionVectors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RendererConfiguration.PerObjectMotionVectors.html
  commentId: F:UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectMotionVectors
  nameWithType: RendererConfiguration.PerObjectMotionVectors
  type: Field
- uid: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectReflectionProbes
  name: PerObjectReflectionProbes
  fullName: UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectReflectionProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RendererConfiguration.PerObjectReflectionProbes.html
  commentId: F:UnityEngine.Experimental.Rendering.RendererConfiguration.PerObjectReflectionProbes
  nameWithType: RendererConfiguration.PerObjectReflectionProbes
  type: Field
- uid: UnityEngine.Experimental.Rendering.RendererConfiguration.ProvideLightIndices
  name: ProvideLightIndices
  fullName: UnityEngine.Experimental.Rendering.RendererConfiguration.ProvideLightIndices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RendererConfiguration.ProvideLightIndices.html
  commentId: F:UnityEngine.Experimental.Rendering.RendererConfiguration.ProvideLightIndices
  nameWithType: RendererConfiguration.ProvideLightIndices
  type: Field
- uid: UnityEngine.Experimental.Rendering.RenderPass
  name: RenderPass
  fullName: UnityEngine.Experimental.Rendering.RenderPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderPass
  nameWithType: RenderPass
  type: Class
- uid: UnityEngine.Experimental.Rendering.RenderPass.#ctor(UnityEngine.Experimental.Rendering.ScriptableRenderContext,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.RenderPassAttachment[],UnityEngine.Experimental.Rendering.RenderPassAttachment)
  name: RenderPass(ScriptableRenderContext, int, int, int, RenderPassAttachment[], RenderPassAttachment)
  fullName: UnityEngine.Experimental.Rendering.RenderPass.RenderPass(UnityEngine.Experimental.Rendering.ScriptableRenderContext, int, int, int, UnityEngine.Experimental.Rendering.RenderPassAttachment[], UnityEngine.Experimental.Rendering.RenderPassAttachment)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPass.#ctor(UnityEngine.Experimental.Rendering.ScriptableRenderContext,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.RenderPassAttachment[],UnityEngine.Experimental.Rendering.RenderPassAttachment)
  nameWithType: RenderPass.RenderPass(ScriptableRenderContext, int, int, int, RenderPassAttachment[], RenderPassAttachment)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.RenderPass.colorAttachments
  name: colorAttachments
  fullName: UnityEngine.Experimental.Rendering.RenderPass.colorAttachments
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass-colorAttachments.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPass.colorAttachments
  nameWithType: RenderPass.colorAttachments
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPass.context
  name: context
  fullName: UnityEngine.Experimental.Rendering.RenderPass.context
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass-context.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPass.context
  nameWithType: RenderPass.context
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPass.depthAttachment
  name: depthAttachment
  fullName: UnityEngine.Experimental.Rendering.RenderPass.depthAttachment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass-depthAttachment.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPass.depthAttachment
  nameWithType: RenderPass.depthAttachment
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPass.Dispose
  name: Dispose()
  fullName: UnityEngine.Experimental.Rendering.RenderPass.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass.Dispose.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPass.Dispose
  nameWithType: RenderPass.Dispose()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPass.height
  name: height
  fullName: UnityEngine.Experimental.Rendering.RenderPass.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass-height.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPass.height
  nameWithType: RenderPass.height
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPass.sampleCount
  name: sampleCount
  fullName: UnityEngine.Experimental.Rendering.RenderPass.sampleCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass-sampleCount.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPass.sampleCount
  nameWithType: RenderPass.sampleCount
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPass.SubPass
  name: RenderPass.SubPass
  fullName: UnityEngine.Experimental.Rendering.RenderPass.SubPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass.SubPass.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderPass.SubPass
  nameWithType: RenderPass.SubPass
  type: Class
- uid: UnityEngine.Experimental.Rendering.RenderPass.SubPass.#ctor(UnityEngine.Experimental.Rendering.RenderPass,UnityEngine.Experimental.Rendering.RenderPassAttachment[],UnityEngine.Experimental.Rendering.RenderPassAttachment[],System.Boolean)
  name: SubPass(RenderPass, RenderPassAttachment[], RenderPassAttachment[], bool)
  fullName: UnityEngine.Experimental.Rendering.RenderPass.SubPass.SubPass(UnityEngine.Experimental.Rendering.RenderPass, UnityEngine.Experimental.Rendering.RenderPassAttachment[], UnityEngine.Experimental.Rendering.RenderPassAttachment[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass.SubPass-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPass.SubPass.#ctor(UnityEngine.Experimental.Rendering.RenderPass,UnityEngine.Experimental.Rendering.RenderPassAttachment[],UnityEngine.Experimental.Rendering.RenderPassAttachment[],System.Boolean)
  nameWithType: RenderPass.SubPass.SubPass(RenderPass, RenderPassAttachment[], RenderPassAttachment[], bool)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.RenderPass.SubPass.Dispose
  name: Dispose()
  fullName: UnityEngine.Experimental.Rendering.RenderPass.SubPass.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass.SubPass.Dispose.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPass.SubPass.Dispose
  nameWithType: RenderPass.SubPass.Dispose()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPass.width
  name: width
  fullName: UnityEngine.Experimental.Rendering.RenderPass.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPass-width.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPass.width
  nameWithType: RenderPass.width
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment
  name: RenderPassAttachment
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderPassAttachment
  nameWithType: RenderPassAttachment
  type: Class
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.#ctor(UnityEngine.RenderTextureFormat)
  name: RenderPassAttachment(RenderTextureFormat)
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.RenderPassAttachment(UnityEngine.RenderTextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPassAttachment.#ctor(UnityEngine.RenderTextureFormat)
  nameWithType: RenderPassAttachment.RenderPassAttachment(RenderTextureFormat)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.BindResolveSurface(UnityEngine.Rendering.RenderTargetIdentifier)
  name: BindResolveSurface(RenderTargetIdentifier)
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.BindResolveSurface(UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment.BindResolveSurface.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPassAttachment.BindResolveSurface(UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: RenderPassAttachment.BindResolveSurface(RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.BindSurface(UnityEngine.Rendering.RenderTargetIdentifier,System.Boolean,System.Boolean)
  name: BindSurface(RenderTargetIdentifier, bool, bool)
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.BindSurface(UnityEngine.Rendering.RenderTargetIdentifier, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment.BindSurface.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPassAttachment.BindSurface(UnityEngine.Rendering.RenderTargetIdentifier,System.Boolean,System.Boolean)
  nameWithType: RenderPassAttachment.BindSurface(RenderTargetIdentifier, bool, bool)
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.Clear(UnityEngine.Color,System.Single,System.UInt32)
  name: Clear(Color, float, uint)
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.Clear(UnityEngine.Color, float, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment.Clear.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPassAttachment.Clear(UnityEngine.Color,System.Single,System.UInt32)
  nameWithType: RenderPassAttachment.Clear(Color, float, uint)
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.clearColor
  name: clearColor
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.clearColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment-clearColor.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPassAttachment.clearColor
  nameWithType: RenderPassAttachment.clearColor
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.clearDepth
  name: clearDepth
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.clearDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment-clearDepth.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPassAttachment.clearDepth
  nameWithType: RenderPassAttachment.clearDepth
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.clearStencil
  name: clearStencil
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.clearStencil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment-clearStencil.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPassAttachment.clearStencil
  nameWithType: RenderPassAttachment.clearStencil
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.format
  name: format
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment-format.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPassAttachment.format
  nameWithType: RenderPassAttachment.format
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.Internal_CreateAttachment(UnityEngine.Experimental.Rendering.RenderPassAttachment)
  name: Internal_CreateAttachment(RenderPassAttachment)
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.Internal_CreateAttachment(UnityEngine.Experimental.Rendering.RenderPassAttachment)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment.Internal_CreateAttachment.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPassAttachment.Internal_CreateAttachment(UnityEngine.Experimental.Rendering.RenderPassAttachment)
  nameWithType: RenderPassAttachment.Internal_CreateAttachment(RenderPassAttachment)
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.loadAction
  name: loadAction
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.loadAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment-loadAction.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPassAttachment.loadAction
  nameWithType: RenderPassAttachment.loadAction
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPassAttachment.storeAction
  name: storeAction
  fullName: UnityEngine.Experimental.Rendering.RenderPassAttachment.storeAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPassAttachment-storeAction.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPassAttachment.storeAction
  nameWithType: RenderPassAttachment.storeAction
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPipeline
  name: RenderPipeline
  fullName: UnityEngine.Experimental.Rendering.RenderPipeline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipeline.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderPipeline
  nameWithType: RenderPipeline
  type: Class
- uid: UnityEngine.Experimental.Rendering.RenderPipeline.Dispose
  name: Dispose()
  fullName: UnityEngine.Experimental.Rendering.RenderPipeline.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipeline.Dispose.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipeline.Dispose
  nameWithType: RenderPipeline.Dispose()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipeline.disposed
  name: disposed
  fullName: UnityEngine.Experimental.Rendering.RenderPipeline.disposed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipeline-disposed.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPipeline.disposed
  nameWithType: RenderPipeline.disposed
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderPipeline.Render(UnityEngine.Experimental.Rendering.ScriptableRenderContext,UnityEngine.Camera[])
  name: Render(ScriptableRenderContext, Camera[])
  fullName: UnityEngine.Experimental.Rendering.RenderPipeline.Render(UnityEngine.Experimental.Rendering.ScriptableRenderContext, UnityEngine.Camera[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipeline.Render.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipeline.Render(UnityEngine.Experimental.Rendering.ScriptableRenderContext,UnityEngine.Camera[])
  nameWithType: RenderPipeline.Render(ScriptableRenderContext, Camera[])
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset
  name: RenderPipelineAsset
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderPipelineAsset
  nameWithType: RenderPipelineAsset
  type: Class
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.CreatedInstances
  name: CreatedInstances()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.CreatedInstances()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.CreatedInstances.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.CreatedInstances
  nameWithType: RenderPipelineAsset.CreatedInstances()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.CreatePipeline
  name: CreatePipeline()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.CreatePipeline()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.CreatePipeline.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.CreatePipeline
  nameWithType: RenderPipelineAsset.CreatePipeline()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.DestroyCreatedInstances
  name: DestroyCreatedInstances()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.DestroyCreatedInstances()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.DestroyCreatedInstances.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.DestroyCreatedInstances
  nameWithType: RenderPipelineAsset.DestroyCreatedInstances()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefault2DMaterial
  name: GetDefault2DMaterial()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefault2DMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefault2DMaterial.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefault2DMaterial
  nameWithType: RenderPipelineAsset.GetDefault2DMaterial()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultLineMaterial
  name: GetDefaultLineMaterial()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultLineMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefaultLineMaterial.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultLineMaterial
  nameWithType: RenderPipelineAsset.GetDefaultLineMaterial()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultMaterial
  name: GetDefaultMaterial()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefaultMaterial.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultMaterial
  nameWithType: RenderPipelineAsset.GetDefaultMaterial()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultParticleMaterial
  name: GetDefaultParticleMaterial()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultParticleMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefaultParticleMaterial.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultParticleMaterial
  nameWithType: RenderPipelineAsset.GetDefaultParticleMaterial()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultShader
  name: GetDefaultShader()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultShader()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefaultShader.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultShader
  nameWithType: RenderPipelineAsset.GetDefaultShader()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultTerrainMaterial
  name: GetDefaultTerrainMaterial()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultTerrainMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefaultTerrainMaterial.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultTerrainMaterial
  nameWithType: RenderPipelineAsset.GetDefaultTerrainMaterial()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIETC1SupportedMaterial
  name: GetDefaultUIETC1SupportedMaterial()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIETC1SupportedMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefaultUIETC1SupportedMaterial.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIETC1SupportedMaterial
  nameWithType: RenderPipelineAsset.GetDefaultUIETC1SupportedMaterial()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIMaterial
  name: GetDefaultUIMaterial()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefaultUIMaterial.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIMaterial
  nameWithType: RenderPipelineAsset.GetDefaultUIMaterial()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIOverdrawMaterial
  name: GetDefaultUIOverdrawMaterial()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIOverdrawMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetDefaultUIOverdrawMaterial.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetDefaultUIOverdrawMaterial
  nameWithType: RenderPipelineAsset.GetDefaultUIOverdrawMaterial()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetTerrainBrushPassIndex
  name: GetTerrainBrushPassIndex()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetTerrainBrushPassIndex()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.GetTerrainBrushPassIndex.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.GetTerrainBrushPassIndex
  nameWithType: RenderPipelineAsset.GetTerrainBrushPassIndex()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineAsset.InternalCreatePipeline
  name: InternalCreatePipeline()
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineAsset.InternalCreatePipeline()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineAsset.InternalCreatePipeline.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderPipelineAsset.InternalCreatePipeline
  nameWithType: RenderPipelineAsset.InternalCreatePipeline()
  type: Method
- uid: UnityEngine.Experimental.Rendering.RenderPipelineManager
  name: RenderPipelineManager
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineManager.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderPipelineManager
  nameWithType: RenderPipelineManager
  type: Class
- uid: UnityEngine.Experimental.Rendering.RenderPipelineManager.currentPipeline
  name: currentPipeline
  fullName: UnityEngine.Experimental.Rendering.RenderPipelineManager.currentPipeline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderPipelineManager-currentPipeline.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderPipelineManager.currentPipeline
  nameWithType: RenderPipelineManager.currentPipeline
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateBlock
  name: RenderStateBlock
  fullName: UnityEngine.Experimental.Rendering.RenderStateBlock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateBlock.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderStateBlock
  nameWithType: RenderStateBlock
  type: Struct
- uid: UnityEngine.Experimental.Rendering.RenderStateBlock.#ctor(UnityEngine.Experimental.Rendering.RenderStateMask)
  name: RenderStateBlock(RenderStateMask)
  fullName: UnityEngine.Experimental.Rendering.RenderStateBlock.RenderStateBlock(UnityEngine.Experimental.Rendering.RenderStateMask)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateBlock-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderStateBlock.#ctor(UnityEngine.Experimental.Rendering.RenderStateMask)
  nameWithType: RenderStateBlock.RenderStateBlock(RenderStateMask)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.RenderStateBlock.blendState
  name: blendState
  fullName: UnityEngine.Experimental.Rendering.RenderStateBlock.blendState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateBlock-blendState.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderStateBlock.blendState
  nameWithType: RenderStateBlock.blendState
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateBlock.depthState
  name: depthState
  fullName: UnityEngine.Experimental.Rendering.RenderStateBlock.depthState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateBlock-depthState.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderStateBlock.depthState
  nameWithType: RenderStateBlock.depthState
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateBlock.mask
  name: mask
  fullName: UnityEngine.Experimental.Rendering.RenderStateBlock.mask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateBlock-mask.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderStateBlock.mask
  nameWithType: RenderStateBlock.mask
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateBlock.rasterState
  name: rasterState
  fullName: UnityEngine.Experimental.Rendering.RenderStateBlock.rasterState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateBlock-rasterState.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderStateBlock.rasterState
  nameWithType: RenderStateBlock.rasterState
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateBlock.stencilReference
  name: stencilReference
  fullName: UnityEngine.Experimental.Rendering.RenderStateBlock.stencilReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateBlock-stencilReference.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderStateBlock.stencilReference
  nameWithType: RenderStateBlock.stencilReference
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateBlock.stencilState
  name: stencilState
  fullName: UnityEngine.Experimental.Rendering.RenderStateBlock.stencilState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateBlock-stencilState.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderStateBlock.stencilState
  nameWithType: RenderStateBlock.stencilState
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateMapping
  name: RenderStateMapping
  fullName: UnityEngine.Experimental.Rendering.RenderStateMapping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMapping.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderStateMapping
  nameWithType: RenderStateMapping
  type: Struct
- uid: UnityEngine.Experimental.Rendering.RenderStateMapping.#ctor(System.String,UnityEngine.Experimental.Rendering.RenderStateBlock)
  name: RenderStateMapping(string, RenderStateBlock)
  fullName: UnityEngine.Experimental.Rendering.RenderStateMapping.RenderStateMapping(string, UnityEngine.Experimental.Rendering.RenderStateBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMapping-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderStateMapping.#ctor(System.String,UnityEngine.Experimental.Rendering.RenderStateBlock)
  nameWithType: RenderStateMapping.RenderStateMapping(string, RenderStateBlock)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.RenderStateMapping.#ctor(UnityEngine.Experimental.Rendering.RenderStateBlock)
  name: RenderStateMapping(RenderStateBlock)
  fullName: UnityEngine.Experimental.Rendering.RenderStateMapping.RenderStateMapping(UnityEngine.Experimental.Rendering.RenderStateBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMapping-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderStateMapping.#ctor(UnityEngine.Experimental.Rendering.RenderStateBlock)
  nameWithType: RenderStateMapping.RenderStateMapping(RenderStateBlock)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.RenderStateMapping.renderType
  name: renderType
  fullName: UnityEngine.Experimental.Rendering.RenderStateMapping.renderType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMapping-renderType.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderStateMapping.renderType
  nameWithType: RenderStateMapping.renderType
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateMapping.stateBlock
  name: stateBlock
  fullName: UnityEngine.Experimental.Rendering.RenderStateMapping.stateBlock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMapping-stateBlock.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderStateMapping.stateBlock
  nameWithType: RenderStateMapping.stateBlock
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderStateMask
  name: RenderStateMask
  fullName: UnityEngine.Experimental.Rendering.RenderStateMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMask.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderStateMask
  nameWithType: RenderStateMask
  type: Enum
- uid: UnityEngine.Experimental.Rendering.RenderStateMask.Blend
  name: Blend
  fullName: UnityEngine.Experimental.Rendering.RenderStateMask.Blend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMask.Blend.html
  commentId: F:UnityEngine.Experimental.Rendering.RenderStateMask.Blend
  nameWithType: RenderStateMask.Blend
  type: Field
- uid: UnityEngine.Experimental.Rendering.RenderStateMask.Depth
  name: Depth
  fullName: UnityEngine.Experimental.Rendering.RenderStateMask.Depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMask.Depth.html
  commentId: F:UnityEngine.Experimental.Rendering.RenderStateMask.Depth
  nameWithType: RenderStateMask.Depth
  type: Field
- uid: UnityEngine.Experimental.Rendering.RenderStateMask.Everything
  name: Everything
  fullName: UnityEngine.Experimental.Rendering.RenderStateMask.Everything
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMask.Everything.html
  commentId: F:UnityEngine.Experimental.Rendering.RenderStateMask.Everything
  nameWithType: RenderStateMask.Everything
  type: Field
- uid: UnityEngine.Experimental.Rendering.RenderStateMask.Nothing
  name: Nothing
  fullName: UnityEngine.Experimental.Rendering.RenderStateMask.Nothing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMask.Nothing.html
  commentId: F:UnityEngine.Experimental.Rendering.RenderStateMask.Nothing
  nameWithType: RenderStateMask.Nothing
  type: Field
- uid: UnityEngine.Experimental.Rendering.RenderStateMask.Raster
  name: Raster
  fullName: UnityEngine.Experimental.Rendering.RenderStateMask.Raster
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMask.Raster.html
  commentId: F:UnityEngine.Experimental.Rendering.RenderStateMask.Raster
  nameWithType: RenderStateMask.Raster
  type: Field
- uid: UnityEngine.Experimental.Rendering.RenderStateMask.Stencil
  name: Stencil
  fullName: UnityEngine.Experimental.Rendering.RenderStateMask.Stencil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderStateMask.Stencil.html
  commentId: F:UnityEngine.Experimental.Rendering.RenderStateMask.Stencil
  nameWithType: RenderStateMask.Stencil
  type: Field
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState
  name: RenderTargetBlendState
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState.html
  commentId: T:UnityEngine.Experimental.Rendering.RenderTargetBlendState
  nameWithType: RenderTargetBlendState
  type: Struct
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.#ctor(UnityEngine.Rendering.ColorWriteMask,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendOp,UnityEngine.Rendering.BlendOp)
  name: RenderTargetBlendState(ColorWriteMask, BlendMode, BlendMode, BlendMode, BlendMode, BlendOp, BlendOp)
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.RenderTargetBlendState(UnityEngine.Rendering.ColorWriteMask, UnityEngine.Rendering.BlendMode, UnityEngine.Rendering.BlendMode, UnityEngine.Rendering.BlendMode, UnityEngine.Rendering.BlendMode, UnityEngine.Rendering.BlendOp, UnityEngine.Rendering.BlendOp)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.RenderTargetBlendState.#ctor(UnityEngine.Rendering.ColorWriteMask,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendOp,UnityEngine.Rendering.BlendOp)
  nameWithType: RenderTargetBlendState.RenderTargetBlendState(ColorWriteMask, BlendMode, BlendMode, BlendMode, BlendMode, BlendOp, BlendOp)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.alphaBlendOperation
  name: alphaBlendOperation
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.alphaBlendOperation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState-alphaBlendOperation.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderTargetBlendState.alphaBlendOperation
  nameWithType: RenderTargetBlendState.alphaBlendOperation
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.colorBlendOperation
  name: colorBlendOperation
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.colorBlendOperation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState-colorBlendOperation.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderTargetBlendState.colorBlendOperation
  nameWithType: RenderTargetBlendState.colorBlendOperation
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.Default
  name: Default
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState.Default.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderTargetBlendState.Default
  nameWithType: RenderTargetBlendState.Default
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.destinationAlphaBlendMode
  name: destinationAlphaBlendMode
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.destinationAlphaBlendMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState-destinationAlphaBlendMode.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderTargetBlendState.destinationAlphaBlendMode
  nameWithType: RenderTargetBlendState.destinationAlphaBlendMode
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.destinationColorBlendMode
  name: destinationColorBlendMode
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.destinationColorBlendMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState-destinationColorBlendMode.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderTargetBlendState.destinationColorBlendMode
  nameWithType: RenderTargetBlendState.destinationColorBlendMode
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.sourceAlphaBlendMode
  name: sourceAlphaBlendMode
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.sourceAlphaBlendMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState-sourceAlphaBlendMode.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderTargetBlendState.sourceAlphaBlendMode
  nameWithType: RenderTargetBlendState.sourceAlphaBlendMode
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.sourceColorBlendMode
  name: sourceColorBlendMode
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.sourceColorBlendMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState-sourceColorBlendMode.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderTargetBlendState.sourceColorBlendMode
  nameWithType: RenderTargetBlendState.sourceColorBlendMode
  type: Property
- uid: UnityEngine.Experimental.Rendering.RenderTargetBlendState.writeMask
  name: writeMask
  fullName: UnityEngine.Experimental.Rendering.RenderTargetBlendState.writeMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.RenderTargetBlendState-writeMask.html
  commentId: P:UnityEngine.Experimental.Rendering.RenderTargetBlendState.writeMask
  nameWithType: RenderTargetBlendState.writeMask
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters
  name: ScriptableCullingParameters
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters.html
  commentId: T:UnityEngine.Experimental.Rendering.ScriptableCullingParameters
  nameWithType: ScriptableCullingParameters
  type: Struct
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cameraProperties
  name: cameraProperties
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cameraProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-cameraProperties.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cameraProperties
  nameWithType: ScriptableCullingParameters.cameraProperties
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingFlags
  name: cullingFlags
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-cullingFlags.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingFlags
  nameWithType: ScriptableCullingParameters.cullingFlags
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingMask
  name: cullingMask
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-cullingMask.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingMask
  nameWithType: ScriptableCullingParameters.cullingMask
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingMatrix
  name: cullingMatrix
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-cullingMatrix.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingMatrix
  nameWithType: ScriptableCullingParameters.cullingMatrix
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingPlaneCount
  name: cullingPlaneCount
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingPlaneCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-cullingPlaneCount.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.cullingPlaneCount
  nameWithType: ScriptableCullingParameters.cullingPlaneCount
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.GetCullingPlane(System.Int32)
  name: GetCullingPlane(int)
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.GetCullingPlane(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters.GetCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.GetCullingPlane(System.Int32)
  nameWithType: ScriptableCullingParameters.GetCullingPlane(int)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.GetLayerCullDistance(System.Int32)
  name: GetLayerCullDistance(int)
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.GetLayerCullDistance(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters.GetLayerCullDistance.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.GetLayerCullDistance(System.Int32)
  nameWithType: ScriptableCullingParameters.GetLayerCullDistance(int)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.isOrthographic
  name: isOrthographic
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.isOrthographic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-isOrthographic.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.isOrthographic
  nameWithType: ScriptableCullingParameters.isOrthographic
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.layerCull
  name: layerCull
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.layerCull
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-layerCull.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.layerCull
  nameWithType: ScriptableCullingParameters.layerCull
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.lodParameters
  name: lodParameters
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.lodParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-lodParameters.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.lodParameters
  nameWithType: ScriptableCullingParameters.lodParameters
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.position
  name: position
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-position.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.position
  nameWithType: ScriptableCullingParameters.position
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.reflectionProbeSortOptions
  name: reflectionProbeSortOptions
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.reflectionProbeSortOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-reflectionProbeSortOptions.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.reflectionProbeSortOptions
  nameWithType: ScriptableCullingParameters.reflectionProbeSortOptions
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.sceneMask
  name: sceneMask
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.sceneMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-sceneMask.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.sceneMask
  nameWithType: ScriptableCullingParameters.sceneMask
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.SetCullingPlane(System.Int32,UnityEngine.Plane)
  name: SetCullingPlane(int, Plane)
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.SetCullingPlane(int, UnityEngine.Plane)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters.SetCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.SetCullingPlane(System.Int32,UnityEngine.Plane)
  nameWithType: ScriptableCullingParameters.SetCullingPlane(int, Plane)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.SetLayerCullDistance(System.Int32,System.Single)
  name: SetLayerCullDistance(int, float)
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.SetLayerCullDistance(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters.SetLayerCullDistance.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.SetLayerCullDistance(System.Int32,System.Single)
  nameWithType: ScriptableCullingParameters.SetLayerCullDistance(int, float)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.shadowDistance
  name: shadowDistance
  fullName: UnityEngine.Experimental.Rendering.ScriptableCullingParameters.shadowDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableCullingParameters-shadowDistance.html
  commentId: P:UnityEngine.Experimental.Rendering.ScriptableCullingParameters.shadowDistance
  nameWithType: ScriptableCullingParameters.shadowDistance
  type: Property
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext
  name: ScriptableRenderContext
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.html
  commentId: T:UnityEngine.Experimental.Rendering.ScriptableRenderContext
  nameWithType: ScriptableRenderContext
  type: Struct
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.BeginRenderPassInternal(System.IntPtr,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.RenderPassAttachment[],UnityEngine.Experimental.Rendering.RenderPassAttachment)
  name: BeginRenderPassInternal(IntPtr, int, int, int, RenderPassAttachment[], RenderPassAttachment)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.BeginRenderPassInternal(System.IntPtr, int, int, int, UnityEngine.Experimental.Rendering.RenderPassAttachment[], UnityEngine.Experimental.Rendering.RenderPassAttachment)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.BeginRenderPassInternal.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.BeginRenderPassInternal(System.IntPtr,System.Int32,System.Int32,System.Int32,UnityEngine.Experimental.Rendering.RenderPassAttachment[],UnityEngine.Experimental.Rendering.RenderPassAttachment)
  nameWithType: ScriptableRenderContext.BeginRenderPassInternal(IntPtr, int, int, int, RenderPassAttachment[], RenderPassAttachment)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.BeginSubPassInternal(System.IntPtr,UnityEngine.Experimental.Rendering.RenderPassAttachment[],UnityEngine.Experimental.Rendering.RenderPassAttachment[],System.Boolean)
  name: BeginSubPassInternal(IntPtr, RenderPassAttachment[], RenderPassAttachment[], bool)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.BeginSubPassInternal(System.IntPtr, UnityEngine.Experimental.Rendering.RenderPassAttachment[], UnityEngine.Experimental.Rendering.RenderPassAttachment[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.BeginSubPassInternal.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.BeginSubPassInternal(System.IntPtr,UnityEngine.Experimental.Rendering.RenderPassAttachment[],UnityEngine.Experimental.Rendering.RenderPassAttachment[],System.Boolean)
  nameWithType: ScriptableRenderContext.BeginSubPassInternal(IntPtr, RenderPassAttachment[], RenderPassAttachment[], bool)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(UnityEngine.Experimental.Rendering.DrawRendererSettings@,System.Collections.Generic.List{UnityEngine.Experimental.Rendering.RenderStateMapping})
  name: DrawRenderers(ref DrawRendererSettings, List<RenderStateMapping>)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(ref UnityEngine.Experimental.Rendering.DrawRendererSettings, System.Collections.Generic.List<UnityEngine.Experimental.Rendering.RenderStateMapping>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.DrawRenderers.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(UnityEngine.Experimental.Rendering.DrawRendererSettings@,System.Collections.Generic.List{UnityEngine.Experimental.Rendering.RenderStateMapping})
  nameWithType: ScriptableRenderContext.DrawRenderers(ref DrawRendererSettings, List<RenderStateMapping>)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(UnityEngine.Experimental.Rendering.DrawRendererSettings@,UnityEngine.Experimental.Rendering.RenderStateBlock)
  name: DrawRenderers(ref DrawRendererSettings, RenderStateBlock)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(ref UnityEngine.Experimental.Rendering.DrawRendererSettings, UnityEngine.Experimental.Rendering.RenderStateBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.DrawRenderers.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(UnityEngine.Experimental.Rendering.DrawRendererSettings@,UnityEngine.Experimental.Rendering.RenderStateBlock)
  nameWithType: ScriptableRenderContext.DrawRenderers(ref DrawRendererSettings, RenderStateBlock)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(UnityEngine.Experimental.Rendering.DrawRendererSettings@)
  name: DrawRenderers(ref DrawRendererSettings)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(ref UnityEngine.Experimental.Rendering.DrawRendererSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.DrawRenderers.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawRenderers(UnityEngine.Experimental.Rendering.DrawRendererSettings@)
  nameWithType: ScriptableRenderContext.DrawRenderers(ref DrawRendererSettings)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawShadows(UnityEngine.Experimental.Rendering.DrawShadowsSettings@)
  name: DrawShadows(ref DrawShadowsSettings)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawShadows(ref UnityEngine.Experimental.Rendering.DrawShadowsSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.DrawShadows.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawShadows(UnityEngine.Experimental.Rendering.DrawShadowsSettings@)
  nameWithType: ScriptableRenderContext.DrawShadows(ref DrawShadowsSettings)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawSkybox(UnityEngine.Camera)
  name: DrawSkybox(Camera)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawSkybox(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.DrawSkybox.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.DrawSkybox(UnityEngine.Camera)
  nameWithType: ScriptableRenderContext.DrawSkybox(Camera)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.EndRenderPassInternal(System.IntPtr)
  name: EndRenderPassInternal(IntPtr)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.EndRenderPassInternal(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.EndRenderPassInternal.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.EndRenderPassInternal(System.IntPtr)
  nameWithType: ScriptableRenderContext.EndRenderPassInternal(IntPtr)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.ExecuteCommandBuffer(UnityEngine.Rendering.CommandBuffer)
  name: ExecuteCommandBuffer(CommandBuffer)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.ExecuteCommandBuffer(UnityEngine.Rendering.CommandBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.ExecuteCommandBuffer.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.ExecuteCommandBuffer(UnityEngine.Rendering.CommandBuffer)
  nameWithType: ScriptableRenderContext.ExecuteCommandBuffer(CommandBuffer)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.SetupCameraProperties(UnityEngine.Camera)
  name: SetupCameraProperties(Camera)
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.SetupCameraProperties(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.SetupCameraProperties.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.SetupCameraProperties(UnityEngine.Camera)
  nameWithType: ScriptableRenderContext.SetupCameraProperties(Camera)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ScriptableRenderContext.Submit
  name: Submit()
  fullName: UnityEngine.Experimental.Rendering.ScriptableRenderContext.Submit()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ScriptableRenderContext.Submit.html
  commentId: M:UnityEngine.Experimental.Rendering.ScriptableRenderContext.Submit
  nameWithType: ScriptableRenderContext.Submit()
  type: Method
- uid: UnityEngine.Experimental.Rendering.ShaderPassName
  name: ShaderPassName
  fullName: UnityEngine.Experimental.Rendering.ShaderPassName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ShaderPassName.html
  commentId: T:UnityEngine.Experimental.Rendering.ShaderPassName
  nameWithType: ShaderPassName
  type: Struct
- uid: UnityEngine.Experimental.Rendering.ShaderPassName.#ctor(System.String)
  name: ShaderPassName(string)
  fullName: UnityEngine.Experimental.Rendering.ShaderPassName.ShaderPassName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ShaderPassName-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.ShaderPassName.#ctor(System.String)
  nameWithType: ShaderPassName.ShaderPassName(string)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.ShadowSplitData
  name: ShadowSplitData
  fullName: UnityEngine.Experimental.Rendering.ShadowSplitData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ShadowSplitData.html
  commentId: T:UnityEngine.Experimental.Rendering.ShadowSplitData
  nameWithType: ShadowSplitData
  type: Struct
- uid: UnityEngine.Experimental.Rendering.ShadowSplitData.cullingPlaneCount
  name: cullingPlaneCount
  fullName: UnityEngine.Experimental.Rendering.ShadowSplitData.cullingPlaneCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ShadowSplitData-cullingPlaneCount.html
  commentId: F:UnityEngine.Experimental.Rendering.ShadowSplitData.cullingPlaneCount
  nameWithType: ShadowSplitData.cullingPlaneCount
  type: Field
- uid: UnityEngine.Experimental.Rendering.ShadowSplitData.cullingSphere
  name: cullingSphere
  fullName: UnityEngine.Experimental.Rendering.ShadowSplitData.cullingSphere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ShadowSplitData-cullingSphere.html
  commentId: F:UnityEngine.Experimental.Rendering.ShadowSplitData.cullingSphere
  nameWithType: ShadowSplitData.cullingSphere
  type: Field
- uid: UnityEngine.Experimental.Rendering.ShadowSplitData.GetCullingPlane(System.Int32)
  name: GetCullingPlane(int)
  fullName: UnityEngine.Experimental.Rendering.ShadowSplitData.GetCullingPlane(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ShadowSplitData.GetCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.ShadowSplitData.GetCullingPlane(System.Int32)
  nameWithType: ShadowSplitData.GetCullingPlane(int)
  type: Method
- uid: UnityEngine.Experimental.Rendering.ShadowSplitData.SetCullingPlane(System.Int32,UnityEngine.Plane)
  name: SetCullingPlane(int, Plane)
  fullName: UnityEngine.Experimental.Rendering.ShadowSplitData.SetCullingPlane(int, UnityEngine.Plane)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.ShadowSplitData.SetCullingPlane.html
  commentId: M:UnityEngine.Experimental.Rendering.ShadowSplitData.SetCullingPlane(System.Int32,UnityEngine.Plane)
  nameWithType: ShadowSplitData.SetCullingPlane(int, Plane)
  type: Method
- uid: UnityEngine.Experimental.Rendering.SortFlags
  name: SortFlags
  fullName: UnityEngine.Experimental.Rendering.SortFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.html
  commentId: T:UnityEngine.Experimental.Rendering.SortFlags
  nameWithType: SortFlags
  type: Enum
- uid: UnityEngine.Experimental.Rendering.SortFlags.BackToFront
  name: BackToFront
  fullName: UnityEngine.Experimental.Rendering.SortFlags.BackToFront
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.BackToFront.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.BackToFront
  nameWithType: SortFlags.BackToFront
  type: Field
- uid: UnityEngine.Experimental.Rendering.SortFlags.CanvasOrder
  name: CanvasOrder
  fullName: UnityEngine.Experimental.Rendering.SortFlags.CanvasOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.CanvasOrder.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.CanvasOrder
  nameWithType: SortFlags.CanvasOrder
  type: Field
- uid: UnityEngine.Experimental.Rendering.SortFlags.CommonOpaque
  name: CommonOpaque
  fullName: UnityEngine.Experimental.Rendering.SortFlags.CommonOpaque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.CommonOpaque.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.CommonOpaque
  nameWithType: SortFlags.CommonOpaque
  type: Field
- uid: UnityEngine.Experimental.Rendering.SortFlags.CommonTransparent
  name: CommonTransparent
  fullName: UnityEngine.Experimental.Rendering.SortFlags.CommonTransparent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.CommonTransparent.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.CommonTransparent
  nameWithType: SortFlags.CommonTransparent
  type: Field
- uid: UnityEngine.Experimental.Rendering.SortFlags.None
  name: None
  fullName: UnityEngine.Experimental.Rendering.SortFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.None.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.None
  nameWithType: SortFlags.None
  type: Field
- uid: UnityEngine.Experimental.Rendering.SortFlags.OptimizeStateChanges
  name: OptimizeStateChanges
  fullName: UnityEngine.Experimental.Rendering.SortFlags.OptimizeStateChanges
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.OptimizeStateChanges.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.OptimizeStateChanges
  nameWithType: SortFlags.OptimizeStateChanges
  type: Field
- uid: UnityEngine.Experimental.Rendering.SortFlags.QuantizedFrontToBack
  name: QuantizedFrontToBack
  fullName: UnityEngine.Experimental.Rendering.SortFlags.QuantizedFrontToBack
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.QuantizedFrontToBack.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.QuantizedFrontToBack
  nameWithType: SortFlags.QuantizedFrontToBack
  type: Field
- uid: UnityEngine.Experimental.Rendering.SortFlags.RenderQueue
  name: RenderQueue
  fullName: UnityEngine.Experimental.Rendering.SortFlags.RenderQueue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.RenderQueue.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.RenderQueue
  nameWithType: SortFlags.RenderQueue
  type: Field
- uid: UnityEngine.Experimental.Rendering.SortFlags.SortingLayer
  name: SortingLayer
  fullName: UnityEngine.Experimental.Rendering.SortFlags.SortingLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.SortFlags.SortingLayer.html
  commentId: F:UnityEngine.Experimental.Rendering.SortFlags.SortingLayer
  nameWithType: SortFlags.SortingLayer
  type: Field
- uid: UnityEngine.Experimental.Rendering.StencilState
  name: StencilState
  fullName: UnityEngine.Experimental.Rendering.StencilState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState.html
  commentId: T:UnityEngine.Experimental.Rendering.StencilState
  nameWithType: StencilState
  type: Struct
- uid: UnityEngine.Experimental.Rendering.StencilState.#ctor(System.Boolean,System.Byte,System.Byte,UnityEngine.Rendering.CompareFunction,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.CompareFunction,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp)
  name: StencilState(bool, byte, byte, CompareFunction, StencilOp, StencilOp, StencilOp, CompareFunction, StencilOp, StencilOp, StencilOp)
  fullName: UnityEngine.Experimental.Rendering.StencilState.StencilState(bool, byte, byte, UnityEngine.Rendering.CompareFunction, UnityEngine.Rendering.StencilOp, UnityEngine.Rendering.StencilOp, UnityEngine.Rendering.StencilOp, UnityEngine.Rendering.CompareFunction, UnityEngine.Rendering.StencilOp, UnityEngine.Rendering.StencilOp, UnityEngine.Rendering.StencilOp)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.StencilState.#ctor(System.Boolean,System.Byte,System.Byte,UnityEngine.Rendering.CompareFunction,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.CompareFunction,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp)
  nameWithType: StencilState.StencilState(bool, byte, byte, CompareFunction, StencilOp, StencilOp, StencilOp, CompareFunction, StencilOp, StencilOp, StencilOp)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.StencilState.#ctor(System.Boolean,System.Byte,System.Byte,UnityEngine.Rendering.CompareFunction,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp)
  name: StencilState(bool, byte, byte, CompareFunction, StencilOp, StencilOp, StencilOp)
  fullName: UnityEngine.Experimental.Rendering.StencilState.StencilState(bool, byte, byte, UnityEngine.Rendering.CompareFunction, UnityEngine.Rendering.StencilOp, UnityEngine.Rendering.StencilOp, UnityEngine.Rendering.StencilOp)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-ctor.html
  commentId: M:UnityEngine.Experimental.Rendering.StencilState.#ctor(System.Boolean,System.Byte,System.Byte,UnityEngine.Rendering.CompareFunction,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp,UnityEngine.Rendering.StencilOp)
  nameWithType: StencilState.StencilState(bool, byte, byte, CompareFunction, StencilOp, StencilOp, StencilOp)
  type: Constructor
- uid: UnityEngine.Experimental.Rendering.StencilState.compareFunction
  name: compareFunction
  fullName: UnityEngine.Experimental.Rendering.StencilState.compareFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-compareFunction.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.compareFunction
  nameWithType: StencilState.compareFunction
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.compareFunctionBack
  name: compareFunctionBack
  fullName: UnityEngine.Experimental.Rendering.StencilState.compareFunctionBack
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-compareFunctionBack.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.compareFunctionBack
  nameWithType: StencilState.compareFunctionBack
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.compareFunctionFront
  name: compareFunctionFront
  fullName: UnityEngine.Experimental.Rendering.StencilState.compareFunctionFront
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-compareFunctionFront.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.compareFunctionFront
  nameWithType: StencilState.compareFunctionFront
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.Default
  name: Default
  fullName: UnityEngine.Experimental.Rendering.StencilState.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState.Default.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.Default
  nameWithType: StencilState.Default
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.enabled
  name: enabled
  fullName: UnityEngine.Experimental.Rendering.StencilState.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-enabled.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.enabled
  nameWithType: StencilState.enabled
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.failOperation
  name: failOperation
  fullName: UnityEngine.Experimental.Rendering.StencilState.failOperation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-failOperation.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.failOperation
  nameWithType: StencilState.failOperation
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.failOperationBack
  name: failOperationBack
  fullName: UnityEngine.Experimental.Rendering.StencilState.failOperationBack
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-failOperationBack.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.failOperationBack
  nameWithType: StencilState.failOperationBack
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.failOperationFront
  name: failOperationFront
  fullName: UnityEngine.Experimental.Rendering.StencilState.failOperationFront
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-failOperationFront.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.failOperationFront
  nameWithType: StencilState.failOperationFront
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.passOperation
  name: passOperation
  fullName: UnityEngine.Experimental.Rendering.StencilState.passOperation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-passOperation.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.passOperation
  nameWithType: StencilState.passOperation
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.passOperationBack
  name: passOperationBack
  fullName: UnityEngine.Experimental.Rendering.StencilState.passOperationBack
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-passOperationBack.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.passOperationBack
  nameWithType: StencilState.passOperationBack
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.passOperationFront
  name: passOperationFront
  fullName: UnityEngine.Experimental.Rendering.StencilState.passOperationFront
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-passOperationFront.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.passOperationFront
  nameWithType: StencilState.passOperationFront
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.readMask
  name: readMask
  fullName: UnityEngine.Experimental.Rendering.StencilState.readMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-readMask.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.readMask
  nameWithType: StencilState.readMask
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.writeMask
  name: writeMask
  fullName: UnityEngine.Experimental.Rendering.StencilState.writeMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-writeMask.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.writeMask
  nameWithType: StencilState.writeMask
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.zFailOperation
  name: zFailOperation
  fullName: UnityEngine.Experimental.Rendering.StencilState.zFailOperation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-zFailOperation.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.zFailOperation
  nameWithType: StencilState.zFailOperation
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.zFailOperationBack
  name: zFailOperationBack
  fullName: UnityEngine.Experimental.Rendering.StencilState.zFailOperationBack
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-zFailOperationBack.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.zFailOperationBack
  nameWithType: StencilState.zFailOperationBack
  type: Property
- uid: UnityEngine.Experimental.Rendering.StencilState.zFailOperationFront
  name: zFailOperationFront
  fullName: UnityEngine.Experimental.Rendering.StencilState.zFailOperationFront
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.StencilState-zFailOperationFront.html
  commentId: P:UnityEngine.Experimental.Rendering.StencilState.zFailOperationFront
  nameWithType: StencilState.zFailOperationFront
  type: Property
- uid: UnityEngine.Experimental.Rendering.VisibleLight
  name: VisibleLight
  fullName: UnityEngine.Experimental.Rendering.VisibleLight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight.html
  commentId: T:UnityEngine.Experimental.Rendering.VisibleLight
  nameWithType: VisibleLight
  type: Struct
- uid: UnityEngine.Experimental.Rendering.VisibleLight.finalColor
  name: finalColor
  fullName: UnityEngine.Experimental.Rendering.VisibleLight.finalColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight-finalColor.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLight.finalColor
  nameWithType: VisibleLight.finalColor
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLight.flags
  name: flags
  fullName: UnityEngine.Experimental.Rendering.VisibleLight.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight-flags.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLight.flags
  nameWithType: VisibleLight.flags
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLight.light
  name: light
  fullName: UnityEngine.Experimental.Rendering.VisibleLight.light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight-light.html
  commentId: P:UnityEngine.Experimental.Rendering.VisibleLight.light
  nameWithType: VisibleLight.light
  type: Property
- uid: UnityEngine.Experimental.Rendering.VisibleLight.lightType
  name: lightType
  fullName: UnityEngine.Experimental.Rendering.VisibleLight.lightType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight-lightType.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLight.lightType
  nameWithType: VisibleLight.lightType
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLight.localToWorld
  name: localToWorld
  fullName: UnityEngine.Experimental.Rendering.VisibleLight.localToWorld
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight-localToWorld.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLight.localToWorld
  nameWithType: VisibleLight.localToWorld
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLight.range
  name: range
  fullName: UnityEngine.Experimental.Rendering.VisibleLight.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight-range.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLight.range
  nameWithType: VisibleLight.range
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLight.screenRect
  name: screenRect
  fullName: UnityEngine.Experimental.Rendering.VisibleLight.screenRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight-screenRect.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLight.screenRect
  nameWithType: VisibleLight.screenRect
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLight.spotAngle
  name: spotAngle
  fullName: UnityEngine.Experimental.Rendering.VisibleLight.spotAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLight-spotAngle.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLight.spotAngle
  nameWithType: VisibleLight.spotAngle
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLightFlags
  name: VisibleLightFlags
  fullName: UnityEngine.Experimental.Rendering.VisibleLightFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLightFlags.html
  commentId: T:UnityEngine.Experimental.Rendering.VisibleLightFlags
  nameWithType: VisibleLightFlags
  type: Enum
- uid: UnityEngine.Experimental.Rendering.VisibleLightFlags.IntersectsFarPlane
  name: IntersectsFarPlane
  fullName: UnityEngine.Experimental.Rendering.VisibleLightFlags.IntersectsFarPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLightFlags.IntersectsFarPlane.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLightFlags.IntersectsFarPlane
  nameWithType: VisibleLightFlags.IntersectsFarPlane
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLightFlags.IntersectsNearPlane
  name: IntersectsNearPlane
  fullName: UnityEngine.Experimental.Rendering.VisibleLightFlags.IntersectsNearPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLightFlags.IntersectsNearPlane.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLightFlags.IntersectsNearPlane
  nameWithType: VisibleLightFlags.IntersectsNearPlane
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleLightFlags.None
  name: None
  fullName: UnityEngine.Experimental.Rendering.VisibleLightFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleLightFlags.None.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleLightFlags.None
  nameWithType: VisibleLightFlags.None
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe
  name: VisibleReflectionProbe
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe.html
  commentId: T:UnityEngine.Experimental.Rendering.VisibleReflectionProbe
  nameWithType: VisibleReflectionProbe
  type: Struct
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.blendDistance
  name: blendDistance
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.blendDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-blendDistance.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.blendDistance
  nameWithType: VisibleReflectionProbe.blendDistance
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.bounds
  name: bounds
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-bounds.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.bounds
  nameWithType: VisibleReflectionProbe.bounds
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.boxProjection
  name: boxProjection
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.boxProjection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-boxProjection.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.boxProjection
  nameWithType: VisibleReflectionProbe.boxProjection
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.center
  name: center
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-center.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.center
  nameWithType: VisibleReflectionProbe.center
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.hdr
  name: hdr
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.hdr
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-hdr.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.hdr
  nameWithType: VisibleReflectionProbe.hdr
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.importance
  name: importance
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.importance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-importance.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.importance
  nameWithType: VisibleReflectionProbe.importance
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.localToWorld
  name: localToWorld
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.localToWorld
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-localToWorld.html
  commentId: F:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.localToWorld
  nameWithType: VisibleReflectionProbe.localToWorld
  type: Field
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.probe
  name: probe
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.probe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-probe.html
  commentId: P:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.probe
  nameWithType: VisibleReflectionProbe.probe
  type: Property
- uid: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.texture
  name: texture
  fullName: UnityEngine.Experimental.Rendering.VisibleReflectionProbe.texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.Rendering.VisibleReflectionProbe-texture.html
  commentId: P:UnityEngine.Experimental.Rendering.VisibleReflectionProbe.texture
  nameWithType: VisibleReflectionProbe.texture
  type: Property
- uid: UnityEngine.Experimental.UIElements
  name: UnityEngine.Experimental.UIElements
  fullName: UnityEngine.Experimental.UIElements
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Experimental.UIElements
  nameWithType: UnityEngine.Experimental.UIElements
  type: Namespace
- uid: UnityEngine.Experimental.UIElements.BasePanelDebug
  name: BasePanelDebug
  fullName: UnityEngine.Experimental.UIElements.BasePanelDebug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.BasePanelDebug.html
  commentId: T:UnityEngine.Experimental.UIElements.BasePanelDebug
  nameWithType: BasePanelDebug
  type: Class
- uid: UnityEngine.Experimental.UIElements.Button
  name: Button
  fullName: UnityEngine.Experimental.UIElements.Button
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Button.html
  commentId: T:UnityEngine.Experimental.UIElements.Button
  nameWithType: Button
  type: Class
- uid: UnityEngine.Experimental.UIElements.Button.#ctor(System.Action)
  name: Button(Action)
  fullName: UnityEngine.Experimental.UIElements.Button.Button(System.Action)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Button-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Button.#ctor(System.Action)
  nameWithType: Button.Button(Action)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler
  name: CallbackEventHandler
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.html
  commentId: T:UnityEngine.Experimental.UIElements.CallbackEventHandler
  nameWithType: CallbackEventHandler
  type: Class
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.ExecuteDefaultAction(UnityEngine.Experimental.UIElements.EventBase)
  name: ExecuteDefaultAction(EventBase)
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.ExecuteDefaultAction(UnityEngine.Experimental.UIElements.EventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.ExecuteDefaultAction.html
  commentId: M:UnityEngine.Experimental.UIElements.CallbackEventHandler.ExecuteDefaultAction(UnityEngine.Experimental.UIElements.EventBase)
  nameWithType: CallbackEventHandler.ExecuteDefaultAction(EventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  name: HandleEvent(EventBase)
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.HandleEvent.html
  commentId: M:UnityEngine.Experimental.UIElements.CallbackEventHandler.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  nameWithType: CallbackEventHandler.HandleEvent(EventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.OnLostCapture
  name: OnLostCapture()
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.OnLostCapture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.OnLostCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.CallbackEventHandler.OnLostCapture
  nameWithType: CallbackEventHandler.OnLostCapture()
  type: Method
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.OnLostKeyboardFocus
  name: OnLostKeyboardFocus()
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.OnLostKeyboardFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.OnLostKeyboardFocus.html
  commentId: M:UnityEngine.Experimental.UIElements.CallbackEventHandler.OnLostKeyboardFocus
  nameWithType: CallbackEventHandler.OnLostKeyboardFocus()
  type: Method
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.panel
  name: panel
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.panel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler-panel.html
  commentId: P:UnityEngine.Experimental.UIElements.CallbackEventHandler.panel
  nameWithType: CallbackEventHandler.panel
  type: Property
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.RegisterCallback``1(UnityEngine.Experimental.UIElements.EventCallback{``0},UnityEngine.Experimental.UIElements.Capture)
  name: RegisterCallback<TEventType>(EventCallback<TEventType>, Capture)
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.RegisterCallback<TEventType>(UnityEngine.Experimental.UIElements.EventCallback<TEventType>, UnityEngine.Experimental.UIElements.Capture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.RegisterCallback.html
  commentId: M:UnityEngine.Experimental.UIElements.CallbackEventHandler.RegisterCallback``1(UnityEngine.Experimental.UIElements.EventCallback{``0},UnityEngine.Experimental.UIElements.Capture)
  nameWithType: CallbackEventHandler.RegisterCallback<TEventType>(EventCallback<TEventType>, Capture)
  type: Method
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.RegisterCallback``2(UnityEngine.Experimental.UIElements.EventCallback{``0,``1},``1,UnityEngine.Experimental.UIElements.Capture)
  name: RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, Capture)
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(UnityEngine.Experimental.UIElements.EventCallback<TEventType, TUserArgsType>, TUserArgsType, UnityEngine.Experimental.UIElements.Capture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.RegisterCallback.html
  commentId: M:UnityEngine.Experimental.UIElements.CallbackEventHandler.RegisterCallback``2(UnityEngine.Experimental.UIElements.EventCallback{``0,``1},``1,UnityEngine.Experimental.UIElements.Capture)
  nameWithType: CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, Capture)
  type: Method
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.UnregisterCallback``1(UnityEngine.Experimental.UIElements.EventCallback{``0},UnityEngine.Experimental.UIElements.Capture)
  name: UnregisterCallback<TEventType>(EventCallback<TEventType>, Capture)
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.UnregisterCallback<TEventType>(UnityEngine.Experimental.UIElements.EventCallback<TEventType>, UnityEngine.Experimental.UIElements.Capture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.UnregisterCallback.html
  commentId: M:UnityEngine.Experimental.UIElements.CallbackEventHandler.UnregisterCallback``1(UnityEngine.Experimental.UIElements.EventCallback{``0},UnityEngine.Experimental.UIElements.Capture)
  nameWithType: CallbackEventHandler.UnregisterCallback<TEventType>(EventCallback<TEventType>, Capture)
  type: Method
- uid: UnityEngine.Experimental.UIElements.CallbackEventHandler.UnregisterCallback``2(UnityEngine.Experimental.UIElements.EventCallback{``0,``1},UnityEngine.Experimental.UIElements.Capture)
  name: UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, Capture)
  fullName: UnityEngine.Experimental.UIElements.CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(UnityEngine.Experimental.UIElements.EventCallback<TEventType, TUserArgsType>, UnityEngine.Experimental.UIElements.Capture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.CallbackEventHandler.UnregisterCallback.html
  commentId: M:UnityEngine.Experimental.UIElements.CallbackEventHandler.UnregisterCallback``2(UnityEngine.Experimental.UIElements.EventCallback{``0,``1},UnityEngine.Experimental.UIElements.Capture)
  nameWithType: CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, Capture)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Capture
  name: Capture
  fullName: UnityEngine.Experimental.UIElements.Capture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Capture.html
  commentId: T:UnityEngine.Experimental.UIElements.Capture
  nameWithType: Capture
  type: Enum
- uid: UnityEngine.Experimental.UIElements.Capture.Capture
  name: Capture
  fullName: UnityEngine.Experimental.UIElements.Capture.Capture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Capture.Capture.html
  commentId: F:UnityEngine.Experimental.UIElements.Capture.Capture
  nameWithType: Capture.Capture
  type: Field
- uid: UnityEngine.Experimental.UIElements.Capture.NoCapture
  name: NoCapture
  fullName: UnityEngine.Experimental.UIElements.Capture.NoCapture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Capture.NoCapture.html
  commentId: F:UnityEngine.Experimental.UIElements.Capture.NoCapture
  nameWithType: Capture.NoCapture
  type: Field
- uid: UnityEngine.Experimental.UIElements.ChangeType
  name: ChangeType
  fullName: UnityEngine.Experimental.UIElements.ChangeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ChangeType.html
  commentId: T:UnityEngine.Experimental.UIElements.ChangeType
  nameWithType: ChangeType
  type: Enum
- uid: UnityEngine.Experimental.UIElements.ChangeType.Layout
  name: Layout
  fullName: UnityEngine.Experimental.UIElements.ChangeType.Layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ChangeType.Layout.html
  commentId: F:UnityEngine.Experimental.UIElements.ChangeType.Layout
  nameWithType: ChangeType.Layout
  type: Field
- uid: UnityEngine.Experimental.UIElements.ChangeType.Repaint
  name: Repaint
  fullName: UnityEngine.Experimental.UIElements.ChangeType.Repaint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ChangeType.Repaint.html
  commentId: F:UnityEngine.Experimental.UIElements.ChangeType.Repaint
  nameWithType: ChangeType.Repaint
  type: Field
- uid: UnityEngine.Experimental.UIElements.ChangeType.Styles
  name: Styles
  fullName: UnityEngine.Experimental.UIElements.ChangeType.Styles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ChangeType.Styles.html
  commentId: F:UnityEngine.Experimental.UIElements.ChangeType.Styles
  nameWithType: ChangeType.Styles
  type: Field
- uid: UnityEngine.Experimental.UIElements.ChangeType.StylesPath
  name: StylesPath
  fullName: UnityEngine.Experimental.UIElements.ChangeType.StylesPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ChangeType.StylesPath.html
  commentId: F:UnityEngine.Experimental.UIElements.ChangeType.StylesPath
  nameWithType: ChangeType.StylesPath
  type: Field
- uid: UnityEngine.Experimental.UIElements.ChangeType.Transform
  name: Transform
  fullName: UnityEngine.Experimental.UIElements.ChangeType.Transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ChangeType.Transform.html
  commentId: F:UnityEngine.Experimental.UIElements.ChangeType.Transform
  nameWithType: ChangeType.Transform
  type: Field
- uid: UnityEngine.Experimental.UIElements.Clickable
  name: Clickable
  fullName: UnityEngine.Experimental.UIElements.Clickable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable.html
  commentId: T:UnityEngine.Experimental.UIElements.Clickable
  nameWithType: Clickable
  type: Class
- uid: UnityEngine.Experimental.UIElements.Clickable.#ctor(System.Action,System.Int64,System.Int64)
  name: Clickable(Action, long, long)
  fullName: UnityEngine.Experimental.UIElements.Clickable.Clickable(System.Action, long, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Clickable.#ctor(System.Action,System.Int64,System.Int64)
  nameWithType: Clickable.Clickable(Action, long, long)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Clickable.#ctor(System.Action)
  name: Clickable(Action)
  fullName: UnityEngine.Experimental.UIElements.Clickable.Clickable(System.Action)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Clickable.#ctor(System.Action)
  nameWithType: Clickable.Clickable(Action)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Clickable.clicked
  name: clicked
  fullName: UnityEngine.Experimental.UIElements.Clickable.clicked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable-clicked.html
  commentId: E:UnityEngine.Experimental.UIElements.Clickable.clicked
  nameWithType: Clickable.clicked
  type: Event
- uid: UnityEngine.Experimental.UIElements.Clickable.lastMousePosition
  name: lastMousePosition
  fullName: UnityEngine.Experimental.UIElements.Clickable.lastMousePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable-lastMousePosition.html
  commentId: P:UnityEngine.Experimental.UIElements.Clickable.lastMousePosition
  nameWithType: Clickable.lastMousePosition
  type: Property
- uid: UnityEngine.Experimental.UIElements.Clickable.OnMouseDown(UnityEngine.Experimental.UIElements.MouseEventBase)
  name: OnMouseDown(MouseEventBase)
  fullName: UnityEngine.Experimental.UIElements.Clickable.OnMouseDown(UnityEngine.Experimental.UIElements.MouseEventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable.OnMouseDown.html
  commentId: M:UnityEngine.Experimental.UIElements.Clickable.OnMouseDown(UnityEngine.Experimental.UIElements.MouseEventBase)
  nameWithType: Clickable.OnMouseDown(MouseEventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Clickable.OnMouseMove(UnityEngine.Experimental.UIElements.MouseEventBase)
  name: OnMouseMove(MouseEventBase)
  fullName: UnityEngine.Experimental.UIElements.Clickable.OnMouseMove(UnityEngine.Experimental.UIElements.MouseEventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable.OnMouseMove.html
  commentId: M:UnityEngine.Experimental.UIElements.Clickable.OnMouseMove(UnityEngine.Experimental.UIElements.MouseEventBase)
  nameWithType: Clickable.OnMouseMove(MouseEventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Clickable.OnMouseUp(UnityEngine.Experimental.UIElements.MouseEventBase)
  name: OnMouseUp(MouseEventBase)
  fullName: UnityEngine.Experimental.UIElements.Clickable.OnMouseUp(UnityEngine.Experimental.UIElements.MouseEventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable.OnMouseUp.html
  commentId: M:UnityEngine.Experimental.UIElements.Clickable.OnMouseUp(UnityEngine.Experimental.UIElements.MouseEventBase)
  nameWithType: Clickable.OnMouseUp(MouseEventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Clickable.RegisterCallbacksOnTarget
  name: RegisterCallbacksOnTarget()
  fullName: UnityEngine.Experimental.UIElements.Clickable.RegisterCallbacksOnTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable.RegisterCallbacksOnTarget.html
  commentId: M:UnityEngine.Experimental.UIElements.Clickable.RegisterCallbacksOnTarget
  nameWithType: Clickable.RegisterCallbacksOnTarget()
  type: Method
- uid: UnityEngine.Experimental.UIElements.Clickable.UnregisterCallbacksFromTarget
  name: UnregisterCallbacksFromTarget()
  fullName: UnityEngine.Experimental.UIElements.Clickable.UnregisterCallbacksFromTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Clickable.UnregisterCallbacksFromTarget.html
  commentId: M:UnityEngine.Experimental.UIElements.Clickable.UnregisterCallbacksFromTarget
  nameWithType: Clickable.UnregisterCallbacksFromTarget()
  type: Method
- uid: UnityEngine.Experimental.UIElements.ContextType
  name: ContextType
  fullName: UnityEngine.Experimental.UIElements.ContextType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ContextType.html
  commentId: T:UnityEngine.Experimental.UIElements.ContextType
  nameWithType: ContextType
  type: Enum
- uid: UnityEngine.Experimental.UIElements.ContextType.Editor
  name: Editor
  fullName: UnityEngine.Experimental.UIElements.ContextType.Editor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ContextType.Editor.html
  commentId: F:UnityEngine.Experimental.UIElements.ContextType.Editor
  nameWithType: ContextType.Editor
  type: Field
- uid: UnityEngine.Experimental.UIElements.ContextType.Player
  name: Player
  fullName: UnityEngine.Experimental.UIElements.ContextType.Player
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ContextType.Player.html
  commentId: F:UnityEngine.Experimental.UIElements.ContextType.Player
  nameWithType: ContextType.Player
  type: Field
- uid: UnityEngine.Experimental.UIElements.EventBase
  name: EventBase
  fullName: UnityEngine.Experimental.UIElements.EventBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.html
  commentId: T:UnityEngine.Experimental.UIElements.EventBase
  nameWithType: EventBase
  type: Class
- uid: UnityEngine.Experimental.UIElements.EventBase.#ctor(UnityEngine.Experimental.UIElements.EventBase.EventFlags,UnityEngine.Event)
  name: EventBase(EventFlags, Event)
  fullName: UnityEngine.Experimental.UIElements.EventBase.EventBase(UnityEngine.Experimental.UIElements.EventBase.EventFlags, UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.EventBase.#ctor(UnityEngine.Experimental.UIElements.EventBase.EventFlags,UnityEngine.Event)
  nameWithType: EventBase.EventBase(EventBase.EventFlags, Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.EventBase.bubbles
  name: bubbles
  fullName: UnityEngine.Experimental.UIElements.EventBase.bubbles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-bubbles.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.bubbles
  nameWithType: EventBase.bubbles
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.currentTarget
  name: currentTarget
  fullName: UnityEngine.Experimental.UIElements.EventBase.currentTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-currentTarget.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.currentTarget
  nameWithType: EventBase.currentTarget
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.dispatch
  name: dispatch
  fullName: UnityEngine.Experimental.UIElements.EventBase.dispatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-dispatch.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.dispatch
  nameWithType: EventBase.dispatch
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.EventFlags
  name: EventBase.EventFlags
  fullName: UnityEngine.Experimental.UIElements.EventBase.EventFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.EventFlags.html
  commentId: T:UnityEngine.Experimental.UIElements.EventBase.EventFlags
  nameWithType: EventBase.EventFlags
  type: Enum
- uid: UnityEngine.Experimental.UIElements.EventBase.EventFlags.Bubbles
  name: Bubbles
  fullName: UnityEngine.Experimental.UIElements.EventBase.EventFlags.Bubbles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.EventFlags.Bubbles.html
  commentId: F:UnityEngine.Experimental.UIElements.EventBase.EventFlags.Bubbles
  nameWithType: EventBase.EventFlags.Bubbles
  type: Field
- uid: UnityEngine.Experimental.UIElements.EventBase.EventFlags.Cancellable
  name: Cancellable
  fullName: UnityEngine.Experimental.UIElements.EventBase.EventFlags.Cancellable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.EventFlags.Cancellable.html
  commentId: F:UnityEngine.Experimental.UIElements.EventBase.EventFlags.Cancellable
  nameWithType: EventBase.EventFlags.Cancellable
  type: Field
- uid: UnityEngine.Experimental.UIElements.EventBase.EventFlags.None
  name: None
  fullName: UnityEngine.Experimental.UIElements.EventBase.EventFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.EventFlags.None.html
  commentId: F:UnityEngine.Experimental.UIElements.EventBase.EventFlags.None
  nameWithType: EventBase.EventFlags.None
  type: Field
- uid: UnityEngine.Experimental.UIElements.EventBase.GetEventTypeId
  name: GetEventTypeId()
  fullName: UnityEngine.Experimental.UIElements.EventBase.GetEventTypeId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.GetEventTypeId.html
  commentId: M:UnityEngine.Experimental.UIElements.EventBase.GetEventTypeId
  nameWithType: EventBase.GetEventTypeId()
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventBase.imguiEvent
  name: imguiEvent
  fullName: UnityEngine.Experimental.UIElements.EventBase.imguiEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-imguiEvent.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.imguiEvent
  nameWithType: EventBase.imguiEvent
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.isDefaultPrevented
  name: isDefaultPrevented
  fullName: UnityEngine.Experimental.UIElements.EventBase.isDefaultPrevented
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-isDefaultPrevented.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.isDefaultPrevented
  nameWithType: EventBase.isDefaultPrevented
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.isImmediatePropagationStopped
  name: isImmediatePropagationStopped
  fullName: UnityEngine.Experimental.UIElements.EventBase.isImmediatePropagationStopped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-isImmediatePropagationStopped.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.isImmediatePropagationStopped
  nameWithType: EventBase.isImmediatePropagationStopped
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.isPropagationStopped
  name: isPropagationStopped
  fullName: UnityEngine.Experimental.UIElements.EventBase.isPropagationStopped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-isPropagationStopped.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.isPropagationStopped
  nameWithType: EventBase.isPropagationStopped
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.PreventDefault
  name: PreventDefault()
  fullName: UnityEngine.Experimental.UIElements.EventBase.PreventDefault()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.PreventDefault.html
  commentId: M:UnityEngine.Experimental.UIElements.EventBase.PreventDefault
  nameWithType: EventBase.PreventDefault()
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventBase.propagationPhase
  name: propagationPhase
  fullName: UnityEngine.Experimental.UIElements.EventBase.propagationPhase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-propagationPhase.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.propagationPhase
  nameWithType: EventBase.propagationPhase
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.RegisterEventClass
  name: RegisterEventClass()
  fullName: UnityEngine.Experimental.UIElements.EventBase.RegisterEventClass()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.RegisterEventClass.html
  commentId: M:UnityEngine.Experimental.UIElements.EventBase.RegisterEventClass
  nameWithType: EventBase.RegisterEventClass()
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventBase.StopImmediatePropagation
  name: StopImmediatePropagation()
  fullName: UnityEngine.Experimental.UIElements.EventBase.StopImmediatePropagation()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.StopImmediatePropagation.html
  commentId: M:UnityEngine.Experimental.UIElements.EventBase.StopImmediatePropagation
  nameWithType: EventBase.StopImmediatePropagation()
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventBase.StopPropagation
  name: StopPropagation()
  fullName: UnityEngine.Experimental.UIElements.EventBase.StopPropagation()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase.StopPropagation.html
  commentId: M:UnityEngine.Experimental.UIElements.EventBase.StopPropagation
  nameWithType: EventBase.StopPropagation()
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventBase.target
  name: target
  fullName: UnityEngine.Experimental.UIElements.EventBase.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-target.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.target
  nameWithType: EventBase.target
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventBase.timestamp
  name: timestamp
  fullName: UnityEngine.Experimental.UIElements.EventBase.timestamp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventBase-timestamp.html
  commentId: P:UnityEngine.Experimental.UIElements.EventBase.timestamp
  nameWithType: EventBase.timestamp
  type: Property
- uid: UnityEngine.Experimental.UIElements.EventCallback`1
  name: EventCallback<TEventType>
  fullName: UnityEngine.Experimental.UIElements.EventCallback<TEventType>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventCallback_1.html
  commentId: T:UnityEngine.Experimental.UIElements.EventCallback`1
  nameWithType: EventCallback<TEventType>
  type: Delegate
- uid: UnityEngine.Experimental.UIElements.EventCallback`2
  name: EventCallback<TEventType, TCallbackArgs>
  fullName: UnityEngine.Experimental.UIElements.EventCallback<TEventType, TCallbackArgs>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventCallback_2.html
  commentId: T:UnityEngine.Experimental.UIElements.EventCallback`2
  nameWithType: EventCallback<TEventType, TCallbackArgs>
  type: Delegate
- uid: UnityEngine.Experimental.UIElements.EventHandlerExtensions
  name: EventHandlerExtensions
  fullName: UnityEngine.Experimental.UIElements.EventHandlerExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventHandlerExtensions.html
  commentId: T:UnityEngine.Experimental.UIElements.EventHandlerExtensions
  nameWithType: EventHandlerExtensions
  type: Class
- uid: UnityEngine.Experimental.UIElements.EventHandlerExtensions.HasCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  name: HasCapture(IEventHandler)
  fullName: UnityEngine.Experimental.UIElements.EventHandlerExtensions.HasCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventHandlerExtensions.HasCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.EventHandlerExtensions.HasCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  nameWithType: EventHandlerExtensions.HasCapture(IEventHandler)
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventHandlerExtensions.ReleaseCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  name: ReleaseCapture(IEventHandler)
  fullName: UnityEngine.Experimental.UIElements.EventHandlerExtensions.ReleaseCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventHandlerExtensions.ReleaseCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.EventHandlerExtensions.ReleaseCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  nameWithType: EventHandlerExtensions.ReleaseCapture(IEventHandler)
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventHandlerExtensions.RemoveCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  name: RemoveCapture(IEventHandler)
  fullName: UnityEngine.Experimental.UIElements.EventHandlerExtensions.RemoveCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventHandlerExtensions.RemoveCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.EventHandlerExtensions.RemoveCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  nameWithType: EventHandlerExtensions.RemoveCapture(IEventHandler)
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventHandlerExtensions.Schedule(UnityEngine.Experimental.UIElements.IEventHandler,System.Action{UnityEngine.Experimental.UIElements.TimerState})
  name: Schedule(IEventHandler, Action<TimerState>)
  fullName: UnityEngine.Experimental.UIElements.EventHandlerExtensions.Schedule(UnityEngine.Experimental.UIElements.IEventHandler, System.Action<UnityEngine.Experimental.UIElements.TimerState>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventHandlerExtensions.Schedule.html
  commentId: M:UnityEngine.Experimental.UIElements.EventHandlerExtensions.Schedule(UnityEngine.Experimental.UIElements.IEventHandler,System.Action{UnityEngine.Experimental.UIElements.TimerState})
  nameWithType: EventHandlerExtensions.Schedule(IEventHandler, Action<TimerState>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventHandlerExtensions.TakeCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  name: TakeCapture(IEventHandler)
  fullName: UnityEngine.Experimental.UIElements.EventHandlerExtensions.TakeCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventHandlerExtensions.TakeCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.EventHandlerExtensions.TakeCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  nameWithType: EventHandlerExtensions.TakeCapture(IEventHandler)
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventHandlerExtensions.Unschedule(UnityEngine.Experimental.UIElements.IEventHandler,System.Action{UnityEngine.Experimental.UIElements.TimerState})
  name: Unschedule(IEventHandler, Action<TimerState>)
  fullName: UnityEngine.Experimental.UIElements.EventHandlerExtensions.Unschedule(UnityEngine.Experimental.UIElements.IEventHandler, System.Action<UnityEngine.Experimental.UIElements.TimerState>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventHandlerExtensions.Unschedule.html
  commentId: M:UnityEngine.Experimental.UIElements.EventHandlerExtensions.Unschedule(UnityEngine.Experimental.UIElements.IEventHandler,System.Action{UnityEngine.Experimental.UIElements.TimerState})
  nameWithType: EventHandlerExtensions.Unschedule(IEventHandler, Action<TimerState>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.EventPhase
  name: EventPhase
  fullName: UnityEngine.Experimental.UIElements.EventPhase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventPhase.html
  commentId: T:UnityEngine.Experimental.UIElements.EventPhase
  nameWithType: EventPhase
  type: Enum
- uid: UnityEngine.Experimental.UIElements.EventPhase.BubbleUp
  name: BubbleUp
  fullName: UnityEngine.Experimental.UIElements.EventPhase.BubbleUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventPhase.BubbleUp.html
  commentId: F:UnityEngine.Experimental.UIElements.EventPhase.BubbleUp
  nameWithType: EventPhase.BubbleUp
  type: Field
- uid: UnityEngine.Experimental.UIElements.EventPhase.Capture
  name: Capture
  fullName: UnityEngine.Experimental.UIElements.EventPhase.Capture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventPhase.Capture.html
  commentId: F:UnityEngine.Experimental.UIElements.EventPhase.Capture
  nameWithType: EventPhase.Capture
  type: Field
- uid: UnityEngine.Experimental.UIElements.EventPropagation
  name: EventPropagation
  fullName: UnityEngine.Experimental.UIElements.EventPropagation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventPropagation.html
  commentId: T:UnityEngine.Experimental.UIElements.EventPropagation
  nameWithType: EventPropagation
  type: Enum
- uid: UnityEngine.Experimental.UIElements.EventPropagation.Continue
  name: Continue
  fullName: UnityEngine.Experimental.UIElements.EventPropagation.Continue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventPropagation.Continue.html
  commentId: F:UnityEngine.Experimental.UIElements.EventPropagation.Continue
  nameWithType: EventPropagation.Continue
  type: Field
- uid: UnityEngine.Experimental.UIElements.EventPropagation.Stop
  name: Stop
  fullName: UnityEngine.Experimental.UIElements.EventPropagation.Stop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.EventPropagation.Stop.html
  commentId: F:UnityEngine.Experimental.UIElements.EventPropagation.Stop
  nameWithType: EventPropagation.Stop
  type: Field
- uid: UnityEngine.Experimental.UIElements.IDataWatchHandle
  name: IDataWatchHandle
  fullName: UnityEngine.Experimental.UIElements.IDataWatchHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDataWatchHandle.html
  commentId: T:UnityEngine.Experimental.UIElements.IDataWatchHandle
  nameWithType: IDataWatchHandle
  type: Interface
- uid: UnityEngine.Experimental.UIElements.IDataWatchHandle.disposed
  name: disposed
  fullName: UnityEngine.Experimental.UIElements.IDataWatchHandle.disposed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDataWatchHandle-disposed.html
  commentId: P:UnityEngine.Experimental.UIElements.IDataWatchHandle.disposed
  nameWithType: IDataWatchHandle.disposed
  type: Property
- uid: UnityEngine.Experimental.UIElements.IDataWatchHandle.watched
  name: watched
  fullName: UnityEngine.Experimental.UIElements.IDataWatchHandle.watched
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDataWatchHandle-watched.html
  commentId: P:UnityEngine.Experimental.UIElements.IDataWatchHandle.watched
  nameWithType: IDataWatchHandle.watched
  type: Property
- uid: UnityEngine.Experimental.UIElements.IDataWatchService
  name: IDataWatchService
  fullName: UnityEngine.Experimental.UIElements.IDataWatchService
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDataWatchService.html
  commentId: T:UnityEngine.Experimental.UIElements.IDataWatchService
  nameWithType: IDataWatchService
  type: Interface
- uid: UnityEngine.Experimental.UIElements.IDataWatchService.AddWatch(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Object,System.Action)
  name: AddWatch(VisualElement, Object, Action)
  fullName: UnityEngine.Experimental.UIElements.IDataWatchService.AddWatch(UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Object, System.Action)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDataWatchService.AddWatch.html
  commentId: M:UnityEngine.Experimental.UIElements.IDataWatchService.AddWatch(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Object,System.Action)
  nameWithType: IDataWatchService.AddWatch(VisualElement, Object, Action)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IDispatcher
  name: IDispatcher
  fullName: UnityEngine.Experimental.UIElements.IDispatcher
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDispatcher.html
  commentId: T:UnityEngine.Experimental.UIElements.IDispatcher
  nameWithType: IDispatcher
  type: Interface
- uid: UnityEngine.Experimental.UIElements.IDispatcher.capture
  name: capture
  fullName: UnityEngine.Experimental.UIElements.IDispatcher.capture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDispatcher-capture.html
  commentId: P:UnityEngine.Experimental.UIElements.IDispatcher.capture
  nameWithType: IDispatcher.capture
  type: Property
- uid: UnityEngine.Experimental.UIElements.IDispatcher.ReleaseCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  name: ReleaseCapture(IEventHandler)
  fullName: UnityEngine.Experimental.UIElements.IDispatcher.ReleaseCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDispatcher.ReleaseCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.IDispatcher.ReleaseCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  nameWithType: IDispatcher.ReleaseCapture(IEventHandler)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IDispatcher.RemoveCapture
  name: RemoveCapture()
  fullName: UnityEngine.Experimental.UIElements.IDispatcher.RemoveCapture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDispatcher.RemoveCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.IDispatcher.RemoveCapture
  nameWithType: IDispatcher.RemoveCapture()
  type: Method
- uid: UnityEngine.Experimental.UIElements.IDispatcher.TakeCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  name: TakeCapture(IEventHandler)
  fullName: UnityEngine.Experimental.UIElements.IDispatcher.TakeCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IDispatcher.TakeCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.IDispatcher.TakeCapture(UnityEngine.Experimental.UIElements.IEventHandler)
  nameWithType: IDispatcher.TakeCapture(IEventHandler)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IEventHandler
  name: IEventHandler
  fullName: UnityEngine.Experimental.UIElements.IEventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IEventHandler.html
  commentId: T:UnityEngine.Experimental.UIElements.IEventHandler
  nameWithType: IEventHandler
  type: Interface
- uid: UnityEngine.Experimental.UIElements.IEventHandler.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  name: HandleEvent(EventBase)
  fullName: UnityEngine.Experimental.UIElements.IEventHandler.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IEventHandler.HandleEvent.html
  commentId: M:UnityEngine.Experimental.UIElements.IEventHandler.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  nameWithType: IEventHandler.HandleEvent(EventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IEventHandler.OnLostCapture
  name: OnLostCapture()
  fullName: UnityEngine.Experimental.UIElements.IEventHandler.OnLostCapture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IEventHandler.OnLostCapture.html
  commentId: M:UnityEngine.Experimental.UIElements.IEventHandler.OnLostCapture
  nameWithType: IEventHandler.OnLostCapture()
  type: Method
- uid: UnityEngine.Experimental.UIElements.IEventHandler.OnLostKeyboardFocus
  name: OnLostKeyboardFocus()
  fullName: UnityEngine.Experimental.UIElements.IEventHandler.OnLostKeyboardFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IEventHandler.OnLostKeyboardFocus.html
  commentId: M:UnityEngine.Experimental.UIElements.IEventHandler.OnLostKeyboardFocus
  nameWithType: IEventHandler.OnLostKeyboardFocus()
  type: Method
- uid: UnityEngine.Experimental.UIElements.IEventHandler.panel
  name: panel
  fullName: UnityEngine.Experimental.UIElements.IEventHandler.panel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IEventHandler-panel.html
  commentId: P:UnityEngine.Experimental.UIElements.IEventHandler.panel
  nameWithType: IEventHandler.panel
  type: Property
- uid: UnityEngine.Experimental.UIElements.Image
  name: Image
  fullName: UnityEngine.Experimental.UIElements.Image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Image.html
  commentId: T:UnityEngine.Experimental.UIElements.Image
  nameWithType: Image
  type: Class
- uid: UnityEngine.Experimental.UIElements.Image.#ctor
  name: Image()
  fullName: UnityEngine.Experimental.UIElements.Image.Image()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Image-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Image.#ctor
  nameWithType: Image.Image()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Image.DoMeasure(System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode,System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  name: DoMeasure(float, MeasureMode, float, MeasureMode)
  fullName: UnityEngine.Experimental.UIElements.Image.DoMeasure(float, UnityEngine.Experimental.UIElements.VisualElement.MeasureMode, float, UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Image.DoMeasure.html
  commentId: M:UnityEngine.Experimental.UIElements.Image.DoMeasure(System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode,System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  nameWithType: Image.DoMeasure(float, VisualElement.MeasureMode, float, VisualElement.MeasureMode)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Image.image
  name: image
  fullName: UnityEngine.Experimental.UIElements.Image.image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Image-image.html
  commentId: P:UnityEngine.Experimental.UIElements.Image.image
  nameWithType: Image.image
  type: Property
- uid: UnityEngine.Experimental.UIElements.Image.scaleMode
  name: scaleMode
  fullName: UnityEngine.Experimental.UIElements.Image.scaleMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Image-scaleMode.html
  commentId: P:UnityEngine.Experimental.UIElements.Image.scaleMode
  nameWithType: Image.scaleMode
  type: Property
- uid: UnityEngine.Experimental.UIElements.IManipulator
  name: IManipulator
  fullName: UnityEngine.Experimental.UIElements.IManipulator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IManipulator.html
  commentId: T:UnityEngine.Experimental.UIElements.IManipulator
  nameWithType: IManipulator
  type: Interface
- uid: UnityEngine.Experimental.UIElements.IManipulator.target
  name: target
  fullName: UnityEngine.Experimental.UIElements.IManipulator.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IManipulator-target.html
  commentId: P:UnityEngine.Experimental.UIElements.IManipulator.target
  nameWithType: IManipulator.target
  type: Property
- uid: UnityEngine.Experimental.UIElements.IMGUIContainer
  name: IMGUIContainer
  fullName: UnityEngine.Experimental.UIElements.IMGUIContainer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIContainer.html
  commentId: T:UnityEngine.Experimental.UIElements.IMGUIContainer
  nameWithType: IMGUIContainer
  type: Class
- uid: UnityEngine.Experimental.UIElements.IMGUIContainer.#ctor(System.Action)
  name: IMGUIContainer(Action)
  fullName: UnityEngine.Experimental.UIElements.IMGUIContainer.IMGUIContainer(System.Action)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIContainer-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.IMGUIContainer.#ctor(System.Action)
  nameWithType: IMGUIContainer.IMGUIContainer(Action)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.IMGUIContainer.contextType
  name: contextType
  fullName: UnityEngine.Experimental.UIElements.IMGUIContainer.contextType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIContainer-contextType.html
  commentId: P:UnityEngine.Experimental.UIElements.IMGUIContainer.contextType
  nameWithType: IMGUIContainer.contextType
  type: Property
- uid: UnityEngine.Experimental.UIElements.IMGUIContainer.DoMeasure(System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode,System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  name: DoMeasure(float, MeasureMode, float, MeasureMode)
  fullName: UnityEngine.Experimental.UIElements.IMGUIContainer.DoMeasure(float, UnityEngine.Experimental.UIElements.VisualElement.MeasureMode, float, UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIContainer.DoMeasure.html
  commentId: M:UnityEngine.Experimental.UIElements.IMGUIContainer.DoMeasure(System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode,System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  nameWithType: IMGUIContainer.DoMeasure(float, VisualElement.MeasureMode, float, VisualElement.MeasureMode)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IMGUIContainer.executionContext
  name: executionContext
  fullName: UnityEngine.Experimental.UIElements.IMGUIContainer.executionContext
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIContainer-executionContext.html
  commentId: P:UnityEngine.Experimental.UIElements.IMGUIContainer.executionContext
  nameWithType: IMGUIContainer.executionContext
  type: Property
- uid: UnityEngine.Experimental.UIElements.IMGUIContainer.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  name: HandleEvent(EventBase)
  fullName: UnityEngine.Experimental.UIElements.IMGUIContainer.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIContainer.HandleEvent.html
  commentId: M:UnityEngine.Experimental.UIElements.IMGUIContainer.HandleEvent(UnityEngine.Experimental.UIElements.EventBase)
  nameWithType: IMGUIContainer.HandleEvent(EventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IMGUIContainer.OnLostKeyboardFocus
  name: OnLostKeyboardFocus()
  fullName: UnityEngine.Experimental.UIElements.IMGUIContainer.OnLostKeyboardFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIContainer.OnLostKeyboardFocus.html
  commentId: M:UnityEngine.Experimental.UIElements.IMGUIContainer.OnLostKeyboardFocus
  nameWithType: IMGUIContainer.OnLostKeyboardFocus()
  type: Method
- uid: UnityEngine.Experimental.UIElements.IMGUIEvent
  name: IMGUIEvent
  fullName: UnityEngine.Experimental.UIElements.IMGUIEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIEvent.html
  commentId: T:UnityEngine.Experimental.UIElements.IMGUIEvent
  nameWithType: IMGUIEvent
  type: Class
- uid: UnityEngine.Experimental.UIElements.IMGUIEvent.#ctor
  name: IMGUIEvent()
  fullName: UnityEngine.Experimental.UIElements.IMGUIEvent.IMGUIEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.IMGUIEvent.#ctor
  nameWithType: IMGUIEvent.IMGUIEvent()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.IMGUIEvent.#ctor(UnityEngine.Event)
  name: IMGUIEvent(Event)
  fullName: UnityEngine.Experimental.UIElements.IMGUIEvent.IMGUIEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.IMGUIEvent.#ctor(UnityEngine.Event)
  nameWithType: IMGUIEvent.IMGUIEvent(Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.IMGUIEvent.GetEventTypeId
  name: GetEventTypeId()
  fullName: UnityEngine.Experimental.UIElements.IMGUIEvent.GetEventTypeId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IMGUIEvent.GetEventTypeId.html
  commentId: M:UnityEngine.Experimental.UIElements.IMGUIEvent.GetEventTypeId
  nameWithType: IMGUIEvent.GetEventTypeId()
  type: Method
- uid: UnityEngine.Experimental.UIElements.IPanel
  name: IPanel
  fullName: UnityEngine.Experimental.UIElements.IPanel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel.html
  commentId: T:UnityEngine.Experimental.UIElements.IPanel
  nameWithType: IPanel
  type: Interface
- uid: UnityEngine.Experimental.UIElements.IPanel.contextType
  name: contextType
  fullName: UnityEngine.Experimental.UIElements.IPanel.contextType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel-contextType.html
  commentId: P:UnityEngine.Experimental.UIElements.IPanel.contextType
  nameWithType: IPanel.contextType
  type: Property
- uid: UnityEngine.Experimental.UIElements.IPanel.dataWatch
  name: dataWatch
  fullName: UnityEngine.Experimental.UIElements.IPanel.dataWatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel-dataWatch.html
  commentId: P:UnityEngine.Experimental.UIElements.IPanel.dataWatch
  nameWithType: IPanel.dataWatch
  type: Property
- uid: UnityEngine.Experimental.UIElements.IPanel.dispatcher
  name: dispatcher
  fullName: UnityEngine.Experimental.UIElements.IPanel.dispatcher
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel-dispatcher.html
  commentId: P:UnityEngine.Experimental.UIElements.IPanel.dispatcher
  nameWithType: IPanel.dispatcher
  type: Property
- uid: UnityEngine.Experimental.UIElements.IPanel.panelDebug
  name: panelDebug
  fullName: UnityEngine.Experimental.UIElements.IPanel.panelDebug
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel-panelDebug.html
  commentId: P:UnityEngine.Experimental.UIElements.IPanel.panelDebug
  nameWithType: IPanel.panelDebug
  type: Property
- uid: UnityEngine.Experimental.UIElements.IPanel.Pick(UnityEngine.Vector2)
  name: Pick(Vector2)
  fullName: UnityEngine.Experimental.UIElements.IPanel.Pick(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel.Pick.html
  commentId: M:UnityEngine.Experimental.UIElements.IPanel.Pick(UnityEngine.Vector2)
  nameWithType: IPanel.Pick(Vector2)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IPanel.PickAll(UnityEngine.Vector2,System.Collections.Generic.List{UnityEngine.Experimental.UIElements.VisualElement})
  name: PickAll(Vector2, List<VisualElement>)
  fullName: UnityEngine.Experimental.UIElements.IPanel.PickAll(UnityEngine.Vector2, System.Collections.Generic.List<UnityEngine.Experimental.UIElements.VisualElement>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel.PickAll.html
  commentId: M:UnityEngine.Experimental.UIElements.IPanel.PickAll(UnityEngine.Vector2,System.Collections.Generic.List{UnityEngine.Experimental.UIElements.VisualElement})
  nameWithType: IPanel.PickAll(Vector2, List<VisualElement>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IPanel.scheduler
  name: scheduler
  fullName: UnityEngine.Experimental.UIElements.IPanel.scheduler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel-scheduler.html
  commentId: P:UnityEngine.Experimental.UIElements.IPanel.scheduler
  nameWithType: IPanel.scheduler
  type: Property
- uid: UnityEngine.Experimental.UIElements.IPanel.visualTree
  name: visualTree
  fullName: UnityEngine.Experimental.UIElements.IPanel.visualTree
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IPanel-visualTree.html
  commentId: P:UnityEngine.Experimental.UIElements.IPanel.visualTree
  nameWithType: IPanel.visualTree
  type: Property
- uid: UnityEngine.Experimental.UIElements.IScheduler
  name: IScheduler
  fullName: UnityEngine.Experimental.UIElements.IScheduler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IScheduler.html
  commentId: T:UnityEngine.Experimental.UIElements.IScheduler
  nameWithType: IScheduler
  type: Interface
- uid: UnityEngine.Experimental.UIElements.IScheduler.Schedule(System.Action{UnityEngine.Experimental.UIElements.TimerState},UnityEngine.Experimental.UIElements.IEventHandler)
  name: Schedule(Action<TimerState>, IEventHandler)
  fullName: UnityEngine.Experimental.UIElements.IScheduler.Schedule(System.Action<UnityEngine.Experimental.UIElements.TimerState>, UnityEngine.Experimental.UIElements.IEventHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IScheduler.Schedule.html
  commentId: M:UnityEngine.Experimental.UIElements.IScheduler.Schedule(System.Action{UnityEngine.Experimental.UIElements.TimerState},UnityEngine.Experimental.UIElements.IEventHandler)
  nameWithType: IScheduler.Schedule(Action<TimerState>, IEventHandler)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IScheduler.Unschedule(System.Action{UnityEngine.Experimental.UIElements.TimerState})
  name: Unschedule(Action<TimerState>)
  fullName: UnityEngine.Experimental.UIElements.IScheduler.Unschedule(System.Action<UnityEngine.Experimental.UIElements.TimerState>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IScheduler.Unschedule.html
  commentId: M:UnityEngine.Experimental.UIElements.IScheduler.Unschedule(System.Action{UnityEngine.Experimental.UIElements.TimerState})
  nameWithType: IScheduler.Unschedule(Action<TimerState>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.IStyle
  name: IStyle
  fullName: UnityEngine.Experimental.UIElements.IStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle.html
  commentId: T:UnityEngine.Experimental.UIElements.IStyle
  nameWithType: IStyle
  type: Interface
- uid: UnityEngine.Experimental.UIElements.IStyle.alignContent
  name: alignContent
  fullName: UnityEngine.Experimental.UIElements.IStyle.alignContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-alignContent.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.alignContent
  nameWithType: IStyle.alignContent
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.alignItems
  name: alignItems
  fullName: UnityEngine.Experimental.UIElements.IStyle.alignItems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-alignItems.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.alignItems
  nameWithType: IStyle.alignItems
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.alignSelf
  name: alignSelf
  fullName: UnityEngine.Experimental.UIElements.IStyle.alignSelf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-alignSelf.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.alignSelf
  nameWithType: IStyle.alignSelf
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.backgroundColor
  name: backgroundColor
  fullName: UnityEngine.Experimental.UIElements.IStyle.backgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-backgroundColor.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.backgroundColor
  nameWithType: IStyle.backgroundColor
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.backgroundImage
  name: backgroundImage
  fullName: UnityEngine.Experimental.UIElements.IStyle.backgroundImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-backgroundImage.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.backgroundImage
  nameWithType: IStyle.backgroundImage
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.backgroundSize
  name: backgroundSize
  fullName: UnityEngine.Experimental.UIElements.IStyle.backgroundSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-backgroundSize.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.backgroundSize
  nameWithType: IStyle.backgroundSize
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderBottom
  name: borderBottom
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderBottom
  nameWithType: IStyle.borderBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderBottomWidth
  name: borderBottomWidth
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderBottomWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderBottomWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderBottomWidth
  nameWithType: IStyle.borderBottomWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderColor
  name: borderColor
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderColor.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderColor
  nameWithType: IStyle.borderColor
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderLeft
  name: borderLeft
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderLeft
  nameWithType: IStyle.borderLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderLeftWidth
  name: borderLeftWidth
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderLeftWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderLeftWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderLeftWidth
  nameWithType: IStyle.borderLeftWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderRadius
  name: borderRadius
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderRadius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderRadius.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderRadius
  nameWithType: IStyle.borderRadius
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderRight
  name: borderRight
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderRight.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderRight
  nameWithType: IStyle.borderRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderRightWidth
  name: borderRightWidth
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderRightWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderRightWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderRightWidth
  nameWithType: IStyle.borderRightWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderTop
  name: borderTop
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderTop.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderTop
  nameWithType: IStyle.borderTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.borderTopWidth
  name: borderTopWidth
  fullName: UnityEngine.Experimental.UIElements.IStyle.borderTopWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-borderTopWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.borderTopWidth
  nameWithType: IStyle.borderTopWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.flex
  name: flex
  fullName: UnityEngine.Experimental.UIElements.IStyle.flex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-flex.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.flex
  nameWithType: IStyle.flex
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.flexDirection
  name: flexDirection
  fullName: UnityEngine.Experimental.UIElements.IStyle.flexDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-flexDirection.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.flexDirection
  nameWithType: IStyle.flexDirection
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.flexWrap
  name: flexWrap
  fullName: UnityEngine.Experimental.UIElements.IStyle.flexWrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-flexWrap.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.flexWrap
  nameWithType: IStyle.flexWrap
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.font
  name: font
  fullName: UnityEngine.Experimental.UIElements.IStyle.font
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-font.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.font
  nameWithType: IStyle.font
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.fontSize
  name: fontSize
  fullName: UnityEngine.Experimental.UIElements.IStyle.fontSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-fontSize.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.fontSize
  nameWithType: IStyle.fontSize
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.fontStyle
  name: fontStyle
  fullName: UnityEngine.Experimental.UIElements.IStyle.fontStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-fontStyle.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.fontStyle
  nameWithType: IStyle.fontStyle
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.height
  name: height
  fullName: UnityEngine.Experimental.UIElements.IStyle.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-height.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.height
  nameWithType: IStyle.height
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.justifyContent
  name: justifyContent
  fullName: UnityEngine.Experimental.UIElements.IStyle.justifyContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-justifyContent.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.justifyContent
  nameWithType: IStyle.justifyContent
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.marginBottom
  name: marginBottom
  fullName: UnityEngine.Experimental.UIElements.IStyle.marginBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-marginBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.marginBottom
  nameWithType: IStyle.marginBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.marginLeft
  name: marginLeft
  fullName: UnityEngine.Experimental.UIElements.IStyle.marginLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-marginLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.marginLeft
  nameWithType: IStyle.marginLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.marginRight
  name: marginRight
  fullName: UnityEngine.Experimental.UIElements.IStyle.marginRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-marginRight.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.marginRight
  nameWithType: IStyle.marginRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.marginTop
  name: marginTop
  fullName: UnityEngine.Experimental.UIElements.IStyle.marginTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-marginTop.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.marginTop
  nameWithType: IStyle.marginTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.maxHeight
  name: maxHeight
  fullName: UnityEngine.Experimental.UIElements.IStyle.maxHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-maxHeight.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.maxHeight
  nameWithType: IStyle.maxHeight
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.maxWidth
  name: maxWidth
  fullName: UnityEngine.Experimental.UIElements.IStyle.maxWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-maxWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.maxWidth
  nameWithType: IStyle.maxWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.minHeight
  name: minHeight
  fullName: UnityEngine.Experimental.UIElements.IStyle.minHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-minHeight.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.minHeight
  nameWithType: IStyle.minHeight
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.minWidth
  name: minWidth
  fullName: UnityEngine.Experimental.UIElements.IStyle.minWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-minWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.minWidth
  nameWithType: IStyle.minWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.opacity
  name: opacity
  fullName: UnityEngine.Experimental.UIElements.IStyle.opacity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-opacity.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.opacity
  nameWithType: IStyle.opacity
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.overflow
  name: overflow
  fullName: UnityEngine.Experimental.UIElements.IStyle.overflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-overflow.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.overflow
  nameWithType: IStyle.overflow
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.paddingBottom
  name: paddingBottom
  fullName: UnityEngine.Experimental.UIElements.IStyle.paddingBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-paddingBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.paddingBottom
  nameWithType: IStyle.paddingBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.paddingLeft
  name: paddingLeft
  fullName: UnityEngine.Experimental.UIElements.IStyle.paddingLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-paddingLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.paddingLeft
  nameWithType: IStyle.paddingLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.paddingRight
  name: paddingRight
  fullName: UnityEngine.Experimental.UIElements.IStyle.paddingRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-paddingRight.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.paddingRight
  nameWithType: IStyle.paddingRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.paddingTop
  name: paddingTop
  fullName: UnityEngine.Experimental.UIElements.IStyle.paddingTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-paddingTop.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.paddingTop
  nameWithType: IStyle.paddingTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.positionBottom
  name: positionBottom
  fullName: UnityEngine.Experimental.UIElements.IStyle.positionBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-positionBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.positionBottom
  nameWithType: IStyle.positionBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.positionLeft
  name: positionLeft
  fullName: UnityEngine.Experimental.UIElements.IStyle.positionLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-positionLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.positionLeft
  nameWithType: IStyle.positionLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.positionRight
  name: positionRight
  fullName: UnityEngine.Experimental.UIElements.IStyle.positionRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-positionRight.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.positionRight
  nameWithType: IStyle.positionRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.positionTop
  name: positionTop
  fullName: UnityEngine.Experimental.UIElements.IStyle.positionTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-positionTop.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.positionTop
  nameWithType: IStyle.positionTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.positionType
  name: positionType
  fullName: UnityEngine.Experimental.UIElements.IStyle.positionType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-positionType.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.positionType
  nameWithType: IStyle.positionType
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.sliceBottom
  name: sliceBottom
  fullName: UnityEngine.Experimental.UIElements.IStyle.sliceBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-sliceBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.sliceBottom
  nameWithType: IStyle.sliceBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.sliceLeft
  name: sliceLeft
  fullName: UnityEngine.Experimental.UIElements.IStyle.sliceLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-sliceLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.sliceLeft
  nameWithType: IStyle.sliceLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.sliceRight
  name: sliceRight
  fullName: UnityEngine.Experimental.UIElements.IStyle.sliceRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-sliceRight.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.sliceRight
  nameWithType: IStyle.sliceRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.sliceTop
  name: sliceTop
  fullName: UnityEngine.Experimental.UIElements.IStyle.sliceTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-sliceTop.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.sliceTop
  nameWithType: IStyle.sliceTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.textAlignment
  name: textAlignment
  fullName: UnityEngine.Experimental.UIElements.IStyle.textAlignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-textAlignment.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.textAlignment
  nameWithType: IStyle.textAlignment
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.textClipping
  name: textClipping
  fullName: UnityEngine.Experimental.UIElements.IStyle.textClipping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-textClipping.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.textClipping
  nameWithType: IStyle.textClipping
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.textColor
  name: textColor
  fullName: UnityEngine.Experimental.UIElements.IStyle.textColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-textColor.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.textColor
  nameWithType: IStyle.textColor
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.width
  name: width
  fullName: UnityEngine.Experimental.UIElements.IStyle.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-width.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.width
  nameWithType: IStyle.width
  type: Property
- uid: UnityEngine.Experimental.UIElements.IStyle.wordWrap
  name: wordWrap
  fullName: UnityEngine.Experimental.UIElements.IStyle.wordWrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.IStyle-wordWrap.html
  commentId: P:UnityEngine.Experimental.UIElements.IStyle.wordWrap
  nameWithType: IStyle.wordWrap
  type: Property
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase
  name: KeyboardEventBase
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase.html
  commentId: T:UnityEngine.Experimental.UIElements.KeyboardEventBase
  nameWithType: KeyboardEventBase
  type: Class
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase.#ctor(UnityEngine.Experimental.UIElements.EventBase.EventFlags,UnityEngine.Event)
  name: KeyboardEventBase(EventFlags, Event)
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase.KeyboardEventBase(UnityEngine.Experimental.UIElements.EventBase.EventFlags, UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.KeyboardEventBase.#ctor(UnityEngine.Experimental.UIElements.EventBase.EventFlags,UnityEngine.Event)
  nameWithType: KeyboardEventBase.KeyboardEventBase(EventBase.EventFlags, Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase.altKey
  name: altKey
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase.altKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase-altKey.html
  commentId: P:UnityEngine.Experimental.UIElements.KeyboardEventBase.altKey
  nameWithType: KeyboardEventBase.altKey
  type: Property
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase.character
  name: character
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase.character
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase-character.html
  commentId: P:UnityEngine.Experimental.UIElements.KeyboardEventBase.character
  nameWithType: KeyboardEventBase.character
  type: Property
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase.commandKey
  name: commandKey
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase.commandKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase-commandKey.html
  commentId: P:UnityEngine.Experimental.UIElements.KeyboardEventBase.commandKey
  nameWithType: KeyboardEventBase.commandKey
  type: Property
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase.ctrlKey
  name: ctrlKey
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase.ctrlKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase-ctrlKey.html
  commentId: P:UnityEngine.Experimental.UIElements.KeyboardEventBase.ctrlKey
  nameWithType: KeyboardEventBase.ctrlKey
  type: Property
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase.keyCode
  name: keyCode
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase.keyCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase-keyCode.html
  commentId: P:UnityEngine.Experimental.UIElements.KeyboardEventBase.keyCode
  nameWithType: KeyboardEventBase.keyCode
  type: Property
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase.modifiers
  name: modifiers
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase.modifiers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase-modifiers.html
  commentId: P:UnityEngine.Experimental.UIElements.KeyboardEventBase.modifiers
  nameWithType: KeyboardEventBase.modifiers
  type: Property
- uid: UnityEngine.Experimental.UIElements.KeyboardEventBase.shiftKey
  name: shiftKey
  fullName: UnityEngine.Experimental.UIElements.KeyboardEventBase.shiftKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyboardEventBase-shiftKey.html
  commentId: P:UnityEngine.Experimental.UIElements.KeyboardEventBase.shiftKey
  nameWithType: KeyboardEventBase.shiftKey
  type: Property
- uid: UnityEngine.Experimental.UIElements.KeyDownEvent
  name: KeyDownEvent
  fullName: UnityEngine.Experimental.UIElements.KeyDownEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyDownEvent.html
  commentId: T:UnityEngine.Experimental.UIElements.KeyDownEvent
  nameWithType: KeyDownEvent
  type: Class
- uid: UnityEngine.Experimental.UIElements.KeyDownEvent.#ctor
  name: KeyDownEvent()
  fullName: UnityEngine.Experimental.UIElements.KeyDownEvent.KeyDownEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyDownEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.KeyDownEvent.#ctor
  nameWithType: KeyDownEvent.KeyDownEvent()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.KeyDownEvent.#ctor(UnityEngine.Event)
  name: KeyDownEvent(Event)
  fullName: UnityEngine.Experimental.UIElements.KeyDownEvent.KeyDownEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyDownEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.KeyDownEvent.#ctor(UnityEngine.Event)
  nameWithType: KeyDownEvent.KeyDownEvent(Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.KeyDownEvent.GetEventTypeId
  name: GetEventTypeId()
  fullName: UnityEngine.Experimental.UIElements.KeyDownEvent.GetEventTypeId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyDownEvent.GetEventTypeId.html
  commentId: M:UnityEngine.Experimental.UIElements.KeyDownEvent.GetEventTypeId
  nameWithType: KeyDownEvent.GetEventTypeId()
  type: Method
- uid: UnityEngine.Experimental.UIElements.KeyUpEvent
  name: KeyUpEvent
  fullName: UnityEngine.Experimental.UIElements.KeyUpEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyUpEvent.html
  commentId: T:UnityEngine.Experimental.UIElements.KeyUpEvent
  nameWithType: KeyUpEvent
  type: Class
- uid: UnityEngine.Experimental.UIElements.KeyUpEvent.#ctor
  name: KeyUpEvent()
  fullName: UnityEngine.Experimental.UIElements.KeyUpEvent.KeyUpEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyUpEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.KeyUpEvent.#ctor
  nameWithType: KeyUpEvent.KeyUpEvent()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.KeyUpEvent.#ctor(UnityEngine.Event)
  name: KeyUpEvent(Event)
  fullName: UnityEngine.Experimental.UIElements.KeyUpEvent.KeyUpEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyUpEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.KeyUpEvent.#ctor(UnityEngine.Event)
  nameWithType: KeyUpEvent.KeyUpEvent(Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.KeyUpEvent.GetEventTypeId
  name: GetEventTypeId()
  fullName: UnityEngine.Experimental.UIElements.KeyUpEvent.GetEventTypeId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.KeyUpEvent.GetEventTypeId.html
  commentId: M:UnityEngine.Experimental.UIElements.KeyUpEvent.GetEventTypeId
  nameWithType: KeyUpEvent.GetEventTypeId()
  type: Method
- uid: UnityEngine.Experimental.UIElements.Label
  name: Label
  fullName: UnityEngine.Experimental.UIElements.Label
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Label.html
  commentId: T:UnityEngine.Experimental.UIElements.Label
  nameWithType: Label
  type: Class
- uid: UnityEngine.Experimental.UIElements.Label.#ctor
  name: Label()
  fullName: UnityEngine.Experimental.UIElements.Label.Label()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Label-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Label.#ctor
  nameWithType: Label.Label()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Label.#ctor(System.String)
  name: Label(string)
  fullName: UnityEngine.Experimental.UIElements.Label.Label(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Label-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Label.#ctor(System.String)
  nameWithType: Label.Label(string)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Manipulator
  name: Manipulator
  fullName: UnityEngine.Experimental.UIElements.Manipulator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Manipulator.html
  commentId: T:UnityEngine.Experimental.UIElements.Manipulator
  nameWithType: Manipulator
  type: Class
- uid: UnityEngine.Experimental.UIElements.Manipulator.RegisterCallbacksOnTarget
  name: RegisterCallbacksOnTarget()
  fullName: UnityEngine.Experimental.UIElements.Manipulator.RegisterCallbacksOnTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Manipulator.RegisterCallbacksOnTarget.html
  commentId: M:UnityEngine.Experimental.UIElements.Manipulator.RegisterCallbacksOnTarget
  nameWithType: Manipulator.RegisterCallbacksOnTarget()
  type: Method
- uid: UnityEngine.Experimental.UIElements.Manipulator.target
  name: target
  fullName: UnityEngine.Experimental.UIElements.Manipulator.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Manipulator-target.html
  commentId: P:UnityEngine.Experimental.UIElements.Manipulator.target
  nameWithType: Manipulator.target
  type: Property
- uid: UnityEngine.Experimental.UIElements.Manipulator.UnregisterCallbacksFromTarget
  name: UnregisterCallbacksFromTarget()
  fullName: UnityEngine.Experimental.UIElements.Manipulator.UnregisterCallbacksFromTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Manipulator.UnregisterCallbacksFromTarget.html
  commentId: M:UnityEngine.Experimental.UIElements.Manipulator.UnregisterCallbacksFromTarget
  nameWithType: Manipulator.UnregisterCallbacksFromTarget()
  type: Method
- uid: UnityEngine.Experimental.UIElements.ManipulatorActivationFilter
  name: ManipulatorActivationFilter
  fullName: UnityEngine.Experimental.UIElements.ManipulatorActivationFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ManipulatorActivationFilter.html
  commentId: T:UnityEngine.Experimental.UIElements.ManipulatorActivationFilter
  nameWithType: ManipulatorActivationFilter
  type: Struct
- uid: UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.button
  name: button
  fullName: UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.button
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ManipulatorActivationFilter-button.html
  commentId: F:UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.button
  nameWithType: ManipulatorActivationFilter.button
  type: Field
- uid: UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.Matches(UnityEngine.Experimental.UIElements.MouseEventBase)
  name: Matches(MouseEventBase)
  fullName: UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.Matches(UnityEngine.Experimental.UIElements.MouseEventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ManipulatorActivationFilter.Matches.html
  commentId: M:UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.Matches(UnityEngine.Experimental.UIElements.MouseEventBase)
  nameWithType: ManipulatorActivationFilter.Matches(MouseEventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.modifiers
  name: modifiers
  fullName: UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.modifiers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ManipulatorActivationFilter-modifiers.html
  commentId: F:UnityEngine.Experimental.UIElements.ManipulatorActivationFilter.modifiers
  nameWithType: ManipulatorActivationFilter.modifiers
  type: Field
- uid: UnityEngine.Experimental.UIElements.MouseButton
  name: MouseButton
  fullName: UnityEngine.Experimental.UIElements.MouseButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseButton.html
  commentId: T:UnityEngine.Experimental.UIElements.MouseButton
  nameWithType: MouseButton
  type: Enum
- uid: UnityEngine.Experimental.UIElements.MouseButton.LeftMouse
  name: LeftMouse
  fullName: UnityEngine.Experimental.UIElements.MouseButton.LeftMouse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseButton.LeftMouse.html
  commentId: F:UnityEngine.Experimental.UIElements.MouseButton.LeftMouse
  nameWithType: MouseButton.LeftMouse
  type: Field
- uid: UnityEngine.Experimental.UIElements.MouseButton.MiddleMouse
  name: MiddleMouse
  fullName: UnityEngine.Experimental.UIElements.MouseButton.MiddleMouse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseButton.MiddleMouse.html
  commentId: F:UnityEngine.Experimental.UIElements.MouseButton.MiddleMouse
  nameWithType: MouseButton.MiddleMouse
  type: Field
- uid: UnityEngine.Experimental.UIElements.MouseButton.RightMouse
  name: RightMouse
  fullName: UnityEngine.Experimental.UIElements.MouseButton.RightMouse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseButton.RightMouse.html
  commentId: F:UnityEngine.Experimental.UIElements.MouseButton.RightMouse
  nameWithType: MouseButton.RightMouse
  type: Field
- uid: UnityEngine.Experimental.UIElements.MouseDownEvent
  name: MouseDownEvent
  fullName: UnityEngine.Experimental.UIElements.MouseDownEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseDownEvent.html
  commentId: T:UnityEngine.Experimental.UIElements.MouseDownEvent
  nameWithType: MouseDownEvent
  type: Class
- uid: UnityEngine.Experimental.UIElements.MouseDownEvent.#ctor
  name: MouseDownEvent()
  fullName: UnityEngine.Experimental.UIElements.MouseDownEvent.MouseDownEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseDownEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseDownEvent.#ctor
  nameWithType: MouseDownEvent.MouseDownEvent()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.MouseDownEvent.#ctor(UnityEngine.Event)
  name: MouseDownEvent(Event)
  fullName: UnityEngine.Experimental.UIElements.MouseDownEvent.MouseDownEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseDownEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseDownEvent.#ctor(UnityEngine.Event)
  nameWithType: MouseDownEvent.MouseDownEvent(Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.MouseDownEvent.GetEventTypeId
  name: GetEventTypeId()
  fullName: UnityEngine.Experimental.UIElements.MouseDownEvent.GetEventTypeId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseDownEvent.GetEventTypeId.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseDownEvent.GetEventTypeId
  nameWithType: MouseDownEvent.GetEventTypeId()
  type: Method
- uid: UnityEngine.Experimental.UIElements.MouseEventBase
  name: MouseEventBase
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase.html
  commentId: T:UnityEngine.Experimental.UIElements.MouseEventBase
  nameWithType: MouseEventBase
  type: Class
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.#ctor(UnityEngine.Experimental.UIElements.EventBase.EventFlags,UnityEngine.Event)
  name: MouseEventBase(EventFlags, Event)
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.MouseEventBase(UnityEngine.Experimental.UIElements.EventBase.EventFlags, UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseEventBase.#ctor(UnityEngine.Experimental.UIElements.EventBase.EventFlags,UnityEngine.Event)
  nameWithType: MouseEventBase.MouseEventBase(EventBase.EventFlags, Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.altKey
  name: altKey
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.altKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-altKey.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.altKey
  nameWithType: MouseEventBase.altKey
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.button
  name: button
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.button
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-button.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.button
  nameWithType: MouseEventBase.button
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.clickCount
  name: clickCount
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.clickCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-clickCount.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.clickCount
  nameWithType: MouseEventBase.clickCount
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.commandKey
  name: commandKey
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.commandKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-commandKey.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.commandKey
  nameWithType: MouseEventBase.commandKey
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.ctrlKey
  name: ctrlKey
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.ctrlKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-ctrlKey.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.ctrlKey
  nameWithType: MouseEventBase.ctrlKey
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.currentTarget
  name: currentTarget
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.currentTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-currentTarget.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.currentTarget
  nameWithType: MouseEventBase.currentTarget
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.localMousePosition
  name: localMousePosition
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.localMousePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-localMousePosition.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.localMousePosition
  nameWithType: MouseEventBase.localMousePosition
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.modifiers
  name: modifiers
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.modifiers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-modifiers.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.modifiers
  nameWithType: MouseEventBase.modifiers
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.mouseDelta
  name: mouseDelta
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.mouseDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-mouseDelta.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.mouseDelta
  nameWithType: MouseEventBase.mouseDelta
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.mousePosition
  name: mousePosition
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.mousePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-mousePosition.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.mousePosition
  nameWithType: MouseEventBase.mousePosition
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseEventBase.shiftKey
  name: shiftKey
  fullName: UnityEngine.Experimental.UIElements.MouseEventBase.shiftKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseEventBase-shiftKey.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseEventBase.shiftKey
  nameWithType: MouseEventBase.shiftKey
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseManipulator
  name: MouseManipulator
  fullName: UnityEngine.Experimental.UIElements.MouseManipulator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseManipulator.html
  commentId: T:UnityEngine.Experimental.UIElements.MouseManipulator
  nameWithType: MouseManipulator
  type: Class
- uid: UnityEngine.Experimental.UIElements.MouseManipulator.#ctor
  name: MouseManipulator()
  fullName: UnityEngine.Experimental.UIElements.MouseManipulator.MouseManipulator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseManipulator-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseManipulator.#ctor
  nameWithType: MouseManipulator.MouseManipulator()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.MouseManipulator.activators
  name: activators
  fullName: UnityEngine.Experimental.UIElements.MouseManipulator.activators
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseManipulator-activators.html
  commentId: P:UnityEngine.Experimental.UIElements.MouseManipulator.activators
  nameWithType: MouseManipulator.activators
  type: Property
- uid: UnityEngine.Experimental.UIElements.MouseManipulator.CanStartManipulation(UnityEngine.Experimental.UIElements.MouseEventBase)
  name: CanStartManipulation(MouseEventBase)
  fullName: UnityEngine.Experimental.UIElements.MouseManipulator.CanStartManipulation(UnityEngine.Experimental.UIElements.MouseEventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseManipulator.CanStartManipulation.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseManipulator.CanStartManipulation(UnityEngine.Experimental.UIElements.MouseEventBase)
  nameWithType: MouseManipulator.CanStartManipulation(MouseEventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.MouseManipulator.CanStopManipulation(UnityEngine.Experimental.UIElements.MouseEventBase)
  name: CanStopManipulation(MouseEventBase)
  fullName: UnityEngine.Experimental.UIElements.MouseManipulator.CanStopManipulation(UnityEngine.Experimental.UIElements.MouseEventBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseManipulator.CanStopManipulation.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseManipulator.CanStopManipulation(UnityEngine.Experimental.UIElements.MouseEventBase)
  nameWithType: MouseManipulator.CanStopManipulation(MouseEventBase)
  type: Method
- uid: UnityEngine.Experimental.UIElements.MouseMoveEvent
  name: MouseMoveEvent
  fullName: UnityEngine.Experimental.UIElements.MouseMoveEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseMoveEvent.html
  commentId: T:UnityEngine.Experimental.UIElements.MouseMoveEvent
  nameWithType: MouseMoveEvent
  type: Class
- uid: UnityEngine.Experimental.UIElements.MouseMoveEvent.#ctor
  name: MouseMoveEvent()
  fullName: UnityEngine.Experimental.UIElements.MouseMoveEvent.MouseMoveEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseMoveEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseMoveEvent.#ctor
  nameWithType: MouseMoveEvent.MouseMoveEvent()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.MouseMoveEvent.#ctor(UnityEngine.Event)
  name: MouseMoveEvent(Event)
  fullName: UnityEngine.Experimental.UIElements.MouseMoveEvent.MouseMoveEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseMoveEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseMoveEvent.#ctor(UnityEngine.Event)
  nameWithType: MouseMoveEvent.MouseMoveEvent(Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.MouseMoveEvent.GetEventTypeId
  name: GetEventTypeId()
  fullName: UnityEngine.Experimental.UIElements.MouseMoveEvent.GetEventTypeId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseMoveEvent.GetEventTypeId.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseMoveEvent.GetEventTypeId
  nameWithType: MouseMoveEvent.GetEventTypeId()
  type: Method
- uid: UnityEngine.Experimental.UIElements.MouseUpEvent
  name: MouseUpEvent
  fullName: UnityEngine.Experimental.UIElements.MouseUpEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseUpEvent.html
  commentId: T:UnityEngine.Experimental.UIElements.MouseUpEvent
  nameWithType: MouseUpEvent
  type: Class
- uid: UnityEngine.Experimental.UIElements.MouseUpEvent.#ctor
  name: MouseUpEvent()
  fullName: UnityEngine.Experimental.UIElements.MouseUpEvent.MouseUpEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseUpEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseUpEvent.#ctor
  nameWithType: MouseUpEvent.MouseUpEvent()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.MouseUpEvent.#ctor(UnityEngine.Event)
  name: MouseUpEvent(Event)
  fullName: UnityEngine.Experimental.UIElements.MouseUpEvent.MouseUpEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseUpEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseUpEvent.#ctor(UnityEngine.Event)
  nameWithType: MouseUpEvent.MouseUpEvent(Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.MouseUpEvent.GetEventTypeId
  name: GetEventTypeId()
  fullName: UnityEngine.Experimental.UIElements.MouseUpEvent.GetEventTypeId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.MouseUpEvent.GetEventTypeId.html
  commentId: M:UnityEngine.Experimental.UIElements.MouseUpEvent.GetEventTypeId
  nameWithType: MouseUpEvent.GetEventTypeId()
  type: Method
- uid: UnityEngine.Experimental.UIElements.PickingMode
  name: PickingMode
  fullName: UnityEngine.Experimental.UIElements.PickingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PickingMode.html
  commentId: T:UnityEngine.Experimental.UIElements.PickingMode
  nameWithType: PickingMode
  type: Enum
- uid: UnityEngine.Experimental.UIElements.PickingMode.Ignore
  name: Ignore
  fullName: UnityEngine.Experimental.UIElements.PickingMode.Ignore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PickingMode.Ignore.html
  commentId: F:UnityEngine.Experimental.UIElements.PickingMode.Ignore
  nameWithType: PickingMode.Ignore
  type: Field
- uid: UnityEngine.Experimental.UIElements.PickingMode.Position
  name: Position
  fullName: UnityEngine.Experimental.UIElements.PickingMode.Position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PickingMode.Position.html
  commentId: F:UnityEngine.Experimental.UIElements.PickingMode.Position
  nameWithType: PickingMode.Position
  type: Field
- uid: UnityEngine.Experimental.UIElements.PropagationPhase
  name: PropagationPhase
  fullName: UnityEngine.Experimental.UIElements.PropagationPhase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PropagationPhase.html
  commentId: T:UnityEngine.Experimental.UIElements.PropagationPhase
  nameWithType: PropagationPhase
  type: Enum
- uid: UnityEngine.Experimental.UIElements.PropagationPhase.AtTarget
  name: AtTarget
  fullName: UnityEngine.Experimental.UIElements.PropagationPhase.AtTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PropagationPhase.AtTarget.html
  commentId: F:UnityEngine.Experimental.UIElements.PropagationPhase.AtTarget
  nameWithType: PropagationPhase.AtTarget
  type: Field
- uid: UnityEngine.Experimental.UIElements.PropagationPhase.BubbleUp
  name: BubbleUp
  fullName: UnityEngine.Experimental.UIElements.PropagationPhase.BubbleUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PropagationPhase.BubbleUp.html
  commentId: F:UnityEngine.Experimental.UIElements.PropagationPhase.BubbleUp
  nameWithType: PropagationPhase.BubbleUp
  type: Field
- uid: UnityEngine.Experimental.UIElements.PropagationPhase.Capture
  name: Capture
  fullName: UnityEngine.Experimental.UIElements.PropagationPhase.Capture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PropagationPhase.Capture.html
  commentId: F:UnityEngine.Experimental.UIElements.PropagationPhase.Capture
  nameWithType: PropagationPhase.Capture
  type: Field
- uid: UnityEngine.Experimental.UIElements.PropagationPhase.DefaultAction
  name: DefaultAction
  fullName: UnityEngine.Experimental.UIElements.PropagationPhase.DefaultAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PropagationPhase.DefaultAction.html
  commentId: F:UnityEngine.Experimental.UIElements.PropagationPhase.DefaultAction
  nameWithType: PropagationPhase.DefaultAction
  type: Field
- uid: UnityEngine.Experimental.UIElements.PropagationPhase.None
  name: None
  fullName: UnityEngine.Experimental.UIElements.PropagationPhase.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.PropagationPhase.None.html
  commentId: F:UnityEngine.Experimental.UIElements.PropagationPhase.None
  nameWithType: PropagationPhase.None
  type: Field
- uid: UnityEngine.Experimental.UIElements.RepeatButton
  name: RepeatButton
  fullName: UnityEngine.Experimental.UIElements.RepeatButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.RepeatButton.html
  commentId: T:UnityEngine.Experimental.UIElements.RepeatButton
  nameWithType: RepeatButton
  type: Class
- uid: UnityEngine.Experimental.UIElements.RepeatButton.#ctor(System.Action,System.Int64,System.Int64)
  name: RepeatButton(Action, long, long)
  fullName: UnityEngine.Experimental.UIElements.RepeatButton.RepeatButton(System.Action, long, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.RepeatButton-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.RepeatButton.#ctor(System.Action,System.Int64,System.Int64)
  nameWithType: RepeatButton.RepeatButton(Action, long, long)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.ScheduleBuilder
  name: ScheduleBuilder
  fullName: UnityEngine.Experimental.UIElements.ScheduleBuilder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScheduleBuilder.html
  commentId: T:UnityEngine.Experimental.UIElements.ScheduleBuilder
  nameWithType: ScheduleBuilder
  type: Struct
- uid: UnityEngine.Experimental.UIElements.ScheduleBuilder.Every(System.Int64)
  name: Every(long)
  fullName: UnityEngine.Experimental.UIElements.ScheduleBuilder.Every(long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScheduleBuilder.Every.html
  commentId: M:UnityEngine.Experimental.UIElements.ScheduleBuilder.Every(System.Int64)
  nameWithType: ScheduleBuilder.Every(long)
  type: Method
- uid: UnityEngine.Experimental.UIElements.ScheduleBuilder.StartingIn(System.Int64)
  name: StartingIn(long)
  fullName: UnityEngine.Experimental.UIElements.ScheduleBuilder.StartingIn(long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScheduleBuilder.StartingIn.html
  commentId: M:UnityEngine.Experimental.UIElements.ScheduleBuilder.StartingIn(System.Int64)
  nameWithType: ScheduleBuilder.StartingIn(long)
  type: Method
- uid: UnityEngine.Experimental.UIElements.ScheduleBuilder.Until(System.Func{System.Boolean})
  name: Until(Func<bool>)
  fullName: UnityEngine.Experimental.UIElements.ScheduleBuilder.Until(System.Func<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScheduleBuilder.Until.html
  commentId: M:UnityEngine.Experimental.UIElements.ScheduleBuilder.Until(System.Func{System.Boolean})
  nameWithType: ScheduleBuilder.Until(Func<bool>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Scroller
  name: Scroller
  fullName: UnityEngine.Experimental.UIElements.Scroller
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller.html
  commentId: T:UnityEngine.Experimental.UIElements.Scroller
  nameWithType: Scroller
  type: Class
- uid: UnityEngine.Experimental.UIElements.Scroller.#ctor(System.Single,System.Single,System.Action{System.Single},UnityEngine.Experimental.UIElements.Slider.Direction)
  name: Scroller(float, float, Action<float>, Direction)
  fullName: UnityEngine.Experimental.UIElements.Scroller.Scroller(float, float, System.Action<float>, UnityEngine.Experimental.UIElements.Slider.Direction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Scroller.#ctor(System.Single,System.Single,System.Action{System.Single},UnityEngine.Experimental.UIElements.Slider.Direction)
  nameWithType: Scroller.Scroller(float, float, Action<float>, Slider.Direction)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Scroller.Adjust(System.Single)
  name: Adjust(float)
  fullName: UnityEngine.Experimental.UIElements.Scroller.Adjust(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller.Adjust.html
  commentId: M:UnityEngine.Experimental.UIElements.Scroller.Adjust(System.Single)
  nameWithType: Scroller.Adjust(float)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Scroller.direction
  name: direction
  fullName: UnityEngine.Experimental.UIElements.Scroller.direction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-direction.html
  commentId: P:UnityEngine.Experimental.UIElements.Scroller.direction
  nameWithType: Scroller.direction
  type: Property
- uid: UnityEngine.Experimental.UIElements.Scroller.enabled
  name: enabled
  fullName: UnityEngine.Experimental.UIElements.Scroller.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-enabled.html
  commentId: P:UnityEngine.Experimental.UIElements.Scroller.enabled
  nameWithType: Scroller.enabled
  type: Property
- uid: UnityEngine.Experimental.UIElements.Scroller.highButton
  name: highButton
  fullName: UnityEngine.Experimental.UIElements.Scroller.highButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-highButton.html
  commentId: P:UnityEngine.Experimental.UIElements.Scroller.highButton
  nameWithType: Scroller.highButton
  type: Property
- uid: UnityEngine.Experimental.UIElements.Scroller.highValue
  name: highValue
  fullName: UnityEngine.Experimental.UIElements.Scroller.highValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-highValue.html
  commentId: P:UnityEngine.Experimental.UIElements.Scroller.highValue
  nameWithType: Scroller.highValue
  type: Property
- uid: UnityEngine.Experimental.UIElements.Scroller.lowButton
  name: lowButton
  fullName: UnityEngine.Experimental.UIElements.Scroller.lowButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-lowButton.html
  commentId: P:UnityEngine.Experimental.UIElements.Scroller.lowButton
  nameWithType: Scroller.lowButton
  type: Property
- uid: UnityEngine.Experimental.UIElements.Scroller.lowValue
  name: lowValue
  fullName: UnityEngine.Experimental.UIElements.Scroller.lowValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-lowValue.html
  commentId: P:UnityEngine.Experimental.UIElements.Scroller.lowValue
  nameWithType: Scroller.lowValue
  type: Property
- uid: UnityEngine.Experimental.UIElements.Scroller.PropagateEnabled(UnityEngine.Experimental.UIElements.VisualContainer,System.Boolean)
  name: PropagateEnabled(VisualContainer, bool)
  fullName: UnityEngine.Experimental.UIElements.Scroller.PropagateEnabled(UnityEngine.Experimental.UIElements.VisualContainer, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller.PropagateEnabled.html
  commentId: M:UnityEngine.Experimental.UIElements.Scroller.PropagateEnabled(UnityEngine.Experimental.UIElements.VisualContainer,System.Boolean)
  nameWithType: Scroller.PropagateEnabled(VisualContainer, bool)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Scroller.ScrollPageDown
  name: ScrollPageDown()
  fullName: UnityEngine.Experimental.UIElements.Scroller.ScrollPageDown()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller.ScrollPageDown.html
  commentId: M:UnityEngine.Experimental.UIElements.Scroller.ScrollPageDown
  nameWithType: Scroller.ScrollPageDown()
  type: Method
- uid: UnityEngine.Experimental.UIElements.Scroller.ScrollPageUp
  name: ScrollPageUp()
  fullName: UnityEngine.Experimental.UIElements.Scroller.ScrollPageUp()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller.ScrollPageUp.html
  commentId: M:UnityEngine.Experimental.UIElements.Scroller.ScrollPageUp
  nameWithType: Scroller.ScrollPageUp()
  type: Method
- uid: UnityEngine.Experimental.UIElements.Scroller.slider
  name: slider
  fullName: UnityEngine.Experimental.UIElements.Scroller.slider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-slider.html
  commentId: P:UnityEngine.Experimental.UIElements.Scroller.slider
  nameWithType: Scroller.slider
  type: Property
- uid: UnityEngine.Experimental.UIElements.Scroller.value
  name: value
  fullName: UnityEngine.Experimental.UIElements.Scroller.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-value.html
  commentId: P:UnityEngine.Experimental.UIElements.Scroller.value
  nameWithType: Scroller.value
  type: Property
- uid: UnityEngine.Experimental.UIElements.Scroller.valueChanged
  name: valueChanged
  fullName: UnityEngine.Experimental.UIElements.Scroller.valueChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Scroller-valueChanged.html
  commentId: E:UnityEngine.Experimental.UIElements.Scroller.valueChanged
  nameWithType: Scroller.valueChanged
  type: Event
- uid: UnityEngine.Experimental.UIElements.ScrollerButton
  name: ScrollerButton
  fullName: UnityEngine.Experimental.UIElements.ScrollerButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollerButton.html
  commentId: T:UnityEngine.Experimental.UIElements.ScrollerButton
  nameWithType: ScrollerButton
  type: Class
- uid: UnityEngine.Experimental.UIElements.ScrollerButton.#ctor(System.Action,System.Int64,System.Int64)
  name: ScrollerButton(Action, long, long)
  fullName: UnityEngine.Experimental.UIElements.ScrollerButton.ScrollerButton(System.Action, long, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollerButton-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.ScrollerButton.#ctor(System.Action,System.Int64,System.Int64)
  nameWithType: ScrollerButton.ScrollerButton(Action, long, long)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.ScrollerButton.clickable
  name: clickable
  fullName: UnityEngine.Experimental.UIElements.ScrollerButton.clickable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollerButton-clickable.html
  commentId: F:UnityEngine.Experimental.UIElements.ScrollerButton.clickable
  nameWithType: ScrollerButton.clickable
  type: Field
- uid: UnityEngine.Experimental.UIElements.ScrollView
  name: ScrollView
  fullName: UnityEngine.Experimental.UIElements.ScrollView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView.html
  commentId: T:UnityEngine.Experimental.UIElements.ScrollView
  nameWithType: ScrollView
  type: Class
- uid: UnityEngine.Experimental.UIElements.ScrollView.#ctor
  name: ScrollView()
  fullName: UnityEngine.Experimental.UIElements.ScrollView.ScrollView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.ScrollView.#ctor
  nameWithType: ScrollView.ScrollView()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.ScrollView.#ctor(UnityEngine.Vector2,UnityEngine.Vector2)
  name: ScrollView(Vector2, Vector2)
  fullName: UnityEngine.Experimental.UIElements.ScrollView.ScrollView(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.ScrollView.#ctor(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: ScrollView.ScrollView(Vector2, Vector2)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.ScrollView.contentView
  name: contentView
  fullName: UnityEngine.Experimental.UIElements.ScrollView.contentView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-contentView.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.contentView
  nameWithType: ScrollView.contentView
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.contentViewport
  name: contentViewport
  fullName: UnityEngine.Experimental.UIElements.ScrollView.contentViewport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-contentViewport.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.contentViewport
  nameWithType: ScrollView.contentViewport
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.horizontalScroller
  name: horizontalScroller
  fullName: UnityEngine.Experimental.UIElements.ScrollView.horizontalScroller
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-horizontalScroller.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.horizontalScroller
  nameWithType: ScrollView.horizontalScroller
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.horizontalScrollerValues
  name: horizontalScrollerValues
  fullName: UnityEngine.Experimental.UIElements.ScrollView.horizontalScrollerValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-horizontalScrollerValues.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.horizontalScrollerValues
  nameWithType: ScrollView.horizontalScrollerValues
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.kDefaultScrollerValues
  name: kDefaultScrollerValues
  fullName: UnityEngine.Experimental.UIElements.ScrollView.kDefaultScrollerValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-kDefaultScrollerValues.html
  commentId: F:UnityEngine.Experimental.UIElements.ScrollView.kDefaultScrollerValues
  nameWithType: ScrollView.kDefaultScrollerValues
  type: Field
- uid: UnityEngine.Experimental.UIElements.ScrollView.needsHorizontal
  name: needsHorizontal
  fullName: UnityEngine.Experimental.UIElements.ScrollView.needsHorizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-needsHorizontal.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.needsHorizontal
  nameWithType: ScrollView.needsHorizontal
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.needsVertical
  name: needsVertical
  fullName: UnityEngine.Experimental.UIElements.ScrollView.needsVertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-needsVertical.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.needsVertical
  nameWithType: ScrollView.needsVertical
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.OnPostLayout(System.Boolean)
  name: OnPostLayout(bool)
  fullName: UnityEngine.Experimental.UIElements.ScrollView.OnPostLayout(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView.OnPostLayout.html
  commentId: M:UnityEngine.Experimental.UIElements.ScrollView.OnPostLayout(System.Boolean)
  nameWithType: ScrollView.OnPostLayout(bool)
  type: Method
- uid: UnityEngine.Experimental.UIElements.ScrollView.scrollOffset
  name: scrollOffset
  fullName: UnityEngine.Experimental.UIElements.ScrollView.scrollOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-scrollOffset.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.scrollOffset
  nameWithType: ScrollView.scrollOffset
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.showHorizontal
  name: showHorizontal
  fullName: UnityEngine.Experimental.UIElements.ScrollView.showHorizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-showHorizontal.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.showHorizontal
  nameWithType: ScrollView.showHorizontal
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.showVertical
  name: showVertical
  fullName: UnityEngine.Experimental.UIElements.ScrollView.showVertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-showVertical.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.showVertical
  nameWithType: ScrollView.showVertical
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.verticalScroller
  name: verticalScroller
  fullName: UnityEngine.Experimental.UIElements.ScrollView.verticalScroller
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-verticalScroller.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.verticalScroller
  nameWithType: ScrollView.verticalScroller
  type: Property
- uid: UnityEngine.Experimental.UIElements.ScrollView.verticalScrollerValues
  name: verticalScrollerValues
  fullName: UnityEngine.Experimental.UIElements.ScrollView.verticalScrollerValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.ScrollView-verticalScrollerValues.html
  commentId: P:UnityEngine.Experimental.UIElements.ScrollView.verticalScrollerValues
  nameWithType: ScrollView.verticalScrollerValues
  type: Property
- uid: UnityEngine.Experimental.UIElements.Slider
  name: Slider
  fullName: UnityEngine.Experimental.UIElements.Slider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider.html
  commentId: T:UnityEngine.Experimental.UIElements.Slider
  nameWithType: Slider
  type: Class
- uid: UnityEngine.Experimental.UIElements.Slider.#ctor(System.Single,System.Single,System.Action{System.Single},UnityEngine.Experimental.UIElements.Slider.Direction,System.Single)
  name: Slider(float, float, Action<float>, Direction, float)
  fullName: UnityEngine.Experimental.UIElements.Slider.Slider(float, float, System.Action<float>, UnityEngine.Experimental.UIElements.Slider.Direction, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Slider.#ctor(System.Single,System.Single,System.Action{System.Single},UnityEngine.Experimental.UIElements.Slider.Direction,System.Single)
  nameWithType: Slider.Slider(float, float, Action<float>, Slider.Direction, float)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Slider.AdjustDragElement(System.Single)
  name: AdjustDragElement(float)
  fullName: UnityEngine.Experimental.UIElements.Slider.AdjustDragElement(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider.AdjustDragElement.html
  commentId: M:UnityEngine.Experimental.UIElements.Slider.AdjustDragElement(System.Single)
  nameWithType: Slider.AdjustDragElement(float)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Slider.direction
  name: direction
  fullName: UnityEngine.Experimental.UIElements.Slider.direction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-direction.html
  commentId: P:UnityEngine.Experimental.UIElements.Slider.direction
  nameWithType: Slider.direction
  type: Property
- uid: UnityEngine.Experimental.UIElements.Slider.Direction
  name: Slider.Direction
  fullName: UnityEngine.Experimental.UIElements.Slider.Direction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider.Direction.html
  commentId: T:UnityEngine.Experimental.UIElements.Slider.Direction
  nameWithType: Slider.Direction
  type: Enum
- uid: UnityEngine.Experimental.UIElements.Slider.Direction.Horizontal
  name: Horizontal
  fullName: UnityEngine.Experimental.UIElements.Slider.Direction.Horizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider.Direction.Horizontal.html
  commentId: F:UnityEngine.Experimental.UIElements.Slider.Direction.Horizontal
  nameWithType: Slider.Direction.Horizontal
  type: Field
- uid: UnityEngine.Experimental.UIElements.Slider.Direction.Vertical
  name: Vertical
  fullName: UnityEngine.Experimental.UIElements.Slider.Direction.Vertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider.Direction.Vertical.html
  commentId: F:UnityEngine.Experimental.UIElements.Slider.Direction.Vertical
  nameWithType: Slider.Direction.Vertical
  type: Field
- uid: UnityEngine.Experimental.UIElements.Slider.dragElement
  name: dragElement
  fullName: UnityEngine.Experimental.UIElements.Slider.dragElement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-dragElement.html
  commentId: P:UnityEngine.Experimental.UIElements.Slider.dragElement
  nameWithType: Slider.dragElement
  type: Property
- uid: UnityEngine.Experimental.UIElements.Slider.highValue
  name: highValue
  fullName: UnityEngine.Experimental.UIElements.Slider.highValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-highValue.html
  commentId: P:UnityEngine.Experimental.UIElements.Slider.highValue
  nameWithType: Slider.highValue
  type: Property
- uid: UnityEngine.Experimental.UIElements.Slider.lowValue
  name: lowValue
  fullName: UnityEngine.Experimental.UIElements.Slider.lowValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-lowValue.html
  commentId: P:UnityEngine.Experimental.UIElements.Slider.lowValue
  nameWithType: Slider.lowValue
  type: Property
- uid: UnityEngine.Experimental.UIElements.Slider.OnPostLayout(System.Boolean)
  name: OnPostLayout(bool)
  fullName: UnityEngine.Experimental.UIElements.Slider.OnPostLayout(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider.OnPostLayout.html
  commentId: M:UnityEngine.Experimental.UIElements.Slider.OnPostLayout(System.Boolean)
  nameWithType: Slider.OnPostLayout(bool)
  type: Method
- uid: UnityEngine.Experimental.UIElements.Slider.pageSize
  name: pageSize
  fullName: UnityEngine.Experimental.UIElements.Slider.pageSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-pageSize.html
  commentId: P:UnityEngine.Experimental.UIElements.Slider.pageSize
  nameWithType: Slider.pageSize
  type: Property
- uid: UnityEngine.Experimental.UIElements.Slider.range
  name: range
  fullName: UnityEngine.Experimental.UIElements.Slider.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-range.html
  commentId: P:UnityEngine.Experimental.UIElements.Slider.range
  nameWithType: Slider.range
  type: Property
- uid: UnityEngine.Experimental.UIElements.Slider.value
  name: value
  fullName: UnityEngine.Experimental.UIElements.Slider.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-value.html
  commentId: P:UnityEngine.Experimental.UIElements.Slider.value
  nameWithType: Slider.value
  type: Property
- uid: UnityEngine.Experimental.UIElements.Slider.valueChanged
  name: valueChanged
  fullName: UnityEngine.Experimental.UIElements.Slider.valueChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Slider-valueChanged.html
  commentId: E:UnityEngine.Experimental.UIElements.Slider.valueChanged
  nameWithType: Slider.valueChanged
  type: Event
- uid: UnityEngine.Experimental.UIElements.Spacing
  name: Spacing
  fullName: UnityEngine.Experimental.UIElements.Spacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing.html
  commentId: T:UnityEngine.Experimental.UIElements.Spacing
  nameWithType: Spacing
  type: Struct
- uid: UnityEngine.Experimental.UIElements.Spacing.#ctor(System.Single,System.Single,System.Single,System.Single)
  name: Spacing(float, float, float, float)
  fullName: UnityEngine.Experimental.UIElements.Spacing.Spacing(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Spacing.#ctor(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Spacing.Spacing(float, float, float, float)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Spacing.bottom
  name: bottom
  fullName: UnityEngine.Experimental.UIElements.Spacing.bottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-bottom.html
  commentId: F:UnityEngine.Experimental.UIElements.Spacing.bottom
  nameWithType: Spacing.bottom
  type: Field
- uid: UnityEngine.Experimental.UIElements.Spacing.horizontal
  name: horizontal
  fullName: UnityEngine.Experimental.UIElements.Spacing.horizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-horizontal.html
  commentId: P:UnityEngine.Experimental.UIElements.Spacing.horizontal
  nameWithType: Spacing.horizontal
  type: Property
- uid: UnityEngine.Experimental.UIElements.Spacing.left
  name: left
  fullName: UnityEngine.Experimental.UIElements.Spacing.left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-left.html
  commentId: F:UnityEngine.Experimental.UIElements.Spacing.left
  nameWithType: Spacing.left
  type: Field
- uid: UnityEngine.Experimental.UIElements.Spacing.op_Addition(UnityEngine.Rect,UnityEngine.Experimental.UIElements.Spacing)
  name: operator +(Rect, Spacing)
  fullName: UnityEngine.Experimental.UIElements.Spacing.operator +(UnityEngine.Rect, UnityEngine.Experimental.UIElements.Spacing)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-op_Addition.html
  commentId: M:UnityEngine.Experimental.UIElements.Spacing.op_Addition(UnityEngine.Rect,UnityEngine.Experimental.UIElements.Spacing)
  nameWithType: Spacing.operator +(Rect, Spacing)
  type: Operator
- uid: UnityEngine.Experimental.UIElements.Spacing.op_Subtraction(UnityEngine.Rect,UnityEngine.Experimental.UIElements.Spacing)
  name: operator -(Rect, Spacing)
  fullName: UnityEngine.Experimental.UIElements.Spacing.operator -(UnityEngine.Rect, UnityEngine.Experimental.UIElements.Spacing)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-op_Subtraction.html
  commentId: M:UnityEngine.Experimental.UIElements.Spacing.op_Subtraction(UnityEngine.Rect,UnityEngine.Experimental.UIElements.Spacing)
  nameWithType: Spacing.operator -(Rect, Spacing)
  type: Operator
- uid: UnityEngine.Experimental.UIElements.Spacing.right
  name: right
  fullName: UnityEngine.Experimental.UIElements.Spacing.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-right.html
  commentId: F:UnityEngine.Experimental.UIElements.Spacing.right
  nameWithType: Spacing.right
  type: Field
- uid: UnityEngine.Experimental.UIElements.Spacing.top
  name: top
  fullName: UnityEngine.Experimental.UIElements.Spacing.top
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-top.html
  commentId: F:UnityEngine.Experimental.UIElements.Spacing.top
  nameWithType: Spacing.top
  type: Field
- uid: UnityEngine.Experimental.UIElements.Spacing.vertical
  name: vertical
  fullName: UnityEngine.Experimental.UIElements.Spacing.vertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Spacing-vertical.html
  commentId: P:UnityEngine.Experimental.UIElements.Spacing.vertical
  nameWithType: Spacing.vertical
  type: Property
- uid: UnityEngine.Experimental.UIElements.StyleEnums
  name: UnityEngine.Experimental.UIElements.StyleEnums
  fullName: UnityEngine.Experimental.UIElements.StyleEnums
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Experimental.UIElements.StyleEnums
  nameWithType: UnityEngine.Experimental.UIElements.StyleEnums
  type: Namespace
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Align
  name: Align
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Align
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Align.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleEnums.Align
  nameWithType: Align
  type: Enum
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Align.Auto
  name: Auto
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Align.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Align.Auto.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Align.Auto
  nameWithType: Align.Auto
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Align.Center
  name: Center
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Align.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Align.Center.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Align.Center
  nameWithType: Align.Center
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Align.FlexEnd
  name: FlexEnd
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Align.FlexEnd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Align.FlexEnd.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Align.FlexEnd
  nameWithType: Align.FlexEnd
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Align.FlexStart
  name: FlexStart
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Align.FlexStart
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Align.FlexStart.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Align.FlexStart
  nameWithType: Align.FlexStart
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Align.Stretch
  name: Stretch
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Align.Stretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Align.Stretch.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Align.Stretch
  nameWithType: Align.Stretch
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection
  name: FlexDirection
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.FlexDirection.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection
  nameWithType: FlexDirection
  type: Enum
- uid: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.Column
  name: Column
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.Column
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.FlexDirection.Column.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.Column
  nameWithType: FlexDirection.Column
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.ColumnReverse
  name: ColumnReverse
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.ColumnReverse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.FlexDirection.ColumnReverse.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.ColumnReverse
  nameWithType: FlexDirection.ColumnReverse
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.Row
  name: Row
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.Row
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.FlexDirection.Row.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.Row
  nameWithType: FlexDirection.Row
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.RowReverse
  name: RowReverse
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.RowReverse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.FlexDirection.RowReverse.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.FlexDirection.RowReverse
  nameWithType: FlexDirection.RowReverse
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode
  name: ImageScaleMode
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.ImageScaleMode.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode
  nameWithType: ImageScaleMode
  type: Enum
- uid: UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.ScaleAndCrop
  name: ScaleAndCrop
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.ScaleAndCrop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.ImageScaleMode.ScaleAndCrop.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.ScaleAndCrop
  nameWithType: ImageScaleMode.ScaleAndCrop
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.ScaleToFit
  name: ScaleToFit
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.ScaleToFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.ImageScaleMode.ScaleToFit.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.ScaleToFit
  nameWithType: ImageScaleMode.ScaleToFit
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.StretchToFill
  name: StretchToFill
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.StretchToFill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.ImageScaleMode.StretchToFill.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.ImageScaleMode.StretchToFill
  nameWithType: ImageScaleMode.StretchToFill
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Justify
  name: Justify
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Justify
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Justify.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleEnums.Justify
  nameWithType: Justify
  type: Enum
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Justify.Center
  name: Center
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Justify.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Justify.Center.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Justify.Center
  nameWithType: Justify.Center
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Justify.FlexEnd
  name: FlexEnd
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Justify.FlexEnd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Justify.FlexEnd.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Justify.FlexEnd
  nameWithType: Justify.FlexEnd
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Justify.FlexStart
  name: FlexStart
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Justify.FlexStart
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Justify.FlexStart.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Justify.FlexStart
  nameWithType: Justify.FlexStart
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Justify.SpaceAround
  name: SpaceAround
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Justify.SpaceAround
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Justify.SpaceAround.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Justify.SpaceAround
  nameWithType: Justify.SpaceAround
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Justify.SpaceBetween
  name: SpaceBetween
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Justify.SpaceBetween
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Justify.SpaceBetween.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Justify.SpaceBetween
  nameWithType: Justify.SpaceBetween
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Overflow
  name: Overflow
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Overflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Overflow.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleEnums.Overflow
  nameWithType: Overflow
  type: Enum
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Hidden
  name: Hidden
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Overflow.Hidden.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Hidden
  nameWithType: Overflow.Hidden
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Scroll
  name: Scroll
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Scroll
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Overflow.Scroll.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Scroll
  nameWithType: Overflow.Scroll
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Visible
  name: Visible
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Overflow.Visible.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Overflow.Visible
  nameWithType: Overflow.Visible
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.PositionType
  name: PositionType
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.PositionType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.PositionType.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleEnums.PositionType
  nameWithType: PositionType
  type: Enum
- uid: UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Absolute
  name: Absolute
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Absolute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.PositionType.Absolute.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Absolute
  nameWithType: PositionType.Absolute
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Manual
  name: Manual
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Manual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.PositionType.Manual.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Manual
  nameWithType: PositionType.Manual
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Relative
  name: Relative
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Relative
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.PositionType.Relative.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.PositionType.Relative
  nameWithType: PositionType.Relative
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Wrap
  name: Wrap
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Wrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Wrap.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleEnums.Wrap
  nameWithType: Wrap
  type: Enum
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Wrap.NoWrap
  name: NoWrap
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Wrap.NoWrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Wrap.NoWrap.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Wrap.NoWrap
  nameWithType: Wrap.NoWrap
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleEnums.Wrap.Wrap
  name: Wrap
  fullName: UnityEngine.Experimental.UIElements.StyleEnums.Wrap.Wrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleEnums.Wrap.Wrap.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleEnums.Wrap.Wrap
  nameWithType: Wrap.Wrap
  type: Field
- uid: UnityEngine.Experimental.UIElements.StyleSheets
  name: UnityEngine.Experimental.UIElements.StyleSheets
  fullName: UnityEngine.Experimental.UIElements.StyleSheets
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Experimental.UIElements.StyleSheets
  nameWithType: UnityEngine.Experimental.UIElements.StyleSheets
  type: Namespace
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle
  name: ICustomStyle
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyle.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle
  nameWithType: ICustomStyle
  type: Interface
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{System.Boolean}@)
  name: ApplyCustomProperty(string, ref StyleValue<bool>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{System.Boolean}@)
  nameWithType: ICustomStyle.ApplyCustomProperty(string, ref StyleValue<bool>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{System.Int32}@)
  name: ApplyCustomProperty(string, ref StyleValue<int>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{System.Int32}@)
  nameWithType: ICustomStyle.ApplyCustomProperty(string, ref StyleValue<int>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{System.Single}@)
  name: ApplyCustomProperty(string, ref StyleValue<float>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{System.Single}@)
  nameWithType: ICustomStyle.ApplyCustomProperty(string, ref StyleValue<float>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{System.String}@)
  name: ApplyCustomProperty(string, ref StyleValue<string>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{System.String}@)
  nameWithType: ICustomStyle.ApplyCustomProperty(string, ref StyleValue<string>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{UnityEngine.Color}@)
  name: ApplyCustomProperty(string, ref StyleValue<Color>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<UnityEngine.Color>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{UnityEngine.Color}@)
  nameWithType: ICustomStyle.ApplyCustomProperty(string, ref StyleValue<Color>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty``1(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{``0}@)
  name: ApplyCustomProperty<T>(string, ref StyleValue<T>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty<T>(string, ref UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle.ApplyCustomProperty``1(System.String,UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{``0}@)
  nameWithType: ICustomStyle.ApplyCustomProperty<T>(string, ref StyleValue<T>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles
  name: ICustomStyles
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyles.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles
  nameWithType: ICustomStyles
  type: Interface
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{System.Boolean}@)
  name: ApplyCustomProperty(string, ref Style<bool>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.Style<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{System.Boolean}@)
  nameWithType: ICustomStyles.ApplyCustomProperty(string, ref Style<bool>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{System.Int32}@)
  name: ApplyCustomProperty(string, ref Style<int>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.Style<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{System.Int32}@)
  nameWithType: ICustomStyles.ApplyCustomProperty(string, ref Style<int>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{System.Single}@)
  name: ApplyCustomProperty(string, ref Style<float>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.Style<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{System.Single}@)
  nameWithType: ICustomStyles.ApplyCustomProperty(string, ref Style<float>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{System.String}@)
  name: ApplyCustomProperty(string, ref Style<string>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.Style<string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{System.String}@)
  nameWithType: ICustomStyles.ApplyCustomProperty(string, ref Style<string>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{UnityEngine.Color}@)
  name: ApplyCustomProperty(string, ref Style<Color>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(string, ref UnityEngine.Experimental.UIElements.StyleSheets.Style<UnityEngine.Color>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{UnityEngine.Color}@)
  nameWithType: ICustomStyles.ApplyCustomProperty(string, ref Style<Color>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty``1(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{``0}@)
  name: ApplyCustomProperty<T>(string, ref Style<T>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty<T>(string, ref UnityEngine.Experimental.UIElements.StyleSheets.Style<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles.ApplyCustomProperty``1(System.String,UnityEngine.Experimental.UIElements.StyleSheets.Style{``0}@)
  nameWithType: ICustomStyles.ApplyCustomProperty<T>(string, ref Style<T>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.Style`1
  name: Style<T>
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.Style<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.Style_1.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleSheets.Style`1
  nameWithType: Style<T>
  type: Struct
- uid: UnityEngine.Experimental.UIElements.StyleSheets.Style`1.GetSpecifiedValueOrDefault(`0)
  name: GetSpecifiedValueOrDefault(T)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.Style<T>.GetSpecifiedValueOrDefault(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.Style_1.GetSpecifiedValueOrDefault.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.Style`1.GetSpecifiedValueOrDefault(`0)
  nameWithType: Style<T>.GetSpecifiedValueOrDefault(T)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1
  name: StyleValue<T>
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1.html
  commentId: T:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1
  nameWithType: StyleValue<T>
  type: Struct
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.#ctor(`0)
  name: StyleValue(T)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>.StyleValue(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.#ctor(`0)
  nameWithType: StyleValue<T>.StyleValue(T)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.Create(`0)
  name: Create(T)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>.Create(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1.Create.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.Create(`0)
  nameWithType: StyleValue<T>.Create(T)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.GetSpecifiedValueOrDefault(`0)
  name: GetSpecifiedValueOrDefault(T)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>.GetSpecifiedValueOrDefault(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1.GetSpecifiedValueOrDefault.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.GetSpecifiedValueOrDefault(`0)
  nameWithType: StyleValue<T>.GetSpecifiedValueOrDefault(T)
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.nil
  name: nil
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>.nil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1-nil.html
  commentId: P:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.nil
  nameWithType: StyleValue<T>.nil
  type: Property
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.op_Implicit(`0)~UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{`0}
  name: implicit operator StyleValue<T>(T)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>.implicit operator UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1.op_Implicit~UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{_0}.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.op_Implicit(`0)~UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{`0}
  nameWithType: StyleValue<T>.implicit operator StyleValue<T>(T)
  type: Operator
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.op_Implicit(UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{`0})~`0
  name: implicit operator T(StyleValue<T>)
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>.implicit operator T(UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1-op_Implicit~_0.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.op_Implicit(UnityEngine.Experimental.UIElements.StyleSheets.StyleValue{`0})~`0
  nameWithType: StyleValue<T>.implicit operator T(StyleValue<T>)
  type: Operator
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.ToString
  name: ToString()
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1.ToString.html
  commentId: M:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.ToString
  nameWithType: StyleValue<T>.ToString()
  type: Method
- uid: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.value
  name: value
  fullName: UnityEngine.Experimental.UIElements.StyleSheets.StyleValue<T>.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.StyleSheets.StyleValue_1-value.html
  commentId: F:UnityEngine.Experimental.UIElements.StyleSheets.StyleValue`1.value
  nameWithType: StyleValue<T>.value
  type: Field
- uid: UnityEngine.Experimental.UIElements.TextEditor
  name: TextEditor
  fullName: UnityEngine.Experimental.UIElements.TextEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor.html
  commentId: T:UnityEngine.Experimental.UIElements.TextEditor
  nameWithType: TextEditor
  type: Class
- uid: UnityEngine.Experimental.UIElements.TextEditor.#ctor(UnityEngine.Experimental.UIElements.TextField)
  name: TextEditor(TextField)
  fullName: UnityEngine.Experimental.UIElements.TextEditor.TextEditor(UnityEngine.Experimental.UIElements.TextField)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.TextEditor.#ctor(UnityEngine.Experimental.UIElements.TextField)
  nameWithType: TextEditor.TextEditor(TextField)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.TextEditor.doubleClickSelectsWord
  name: doubleClickSelectsWord
  fullName: UnityEngine.Experimental.UIElements.TextEditor.doubleClickSelectsWord
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor-doubleClickSelectsWord.html
  commentId: P:UnityEngine.Experimental.UIElements.TextEditor.doubleClickSelectsWord
  nameWithType: TextEditor.doubleClickSelectsWord
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextEditor.maskChar
  name: maskChar
  fullName: UnityEngine.Experimental.UIElements.TextEditor.maskChar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor-maskChar.html
  commentId: P:UnityEngine.Experimental.UIElements.TextEditor.maskChar
  nameWithType: TextEditor.maskChar
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextEditor.maxLength
  name: maxLength
  fullName: UnityEngine.Experimental.UIElements.TextEditor.maxLength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor-maxLength.html
  commentId: P:UnityEngine.Experimental.UIElements.TextEditor.maxLength
  nameWithType: TextEditor.maxLength
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextEditor.RegisterCallbacksOnTarget
  name: RegisterCallbacksOnTarget()
  fullName: UnityEngine.Experimental.UIElements.TextEditor.RegisterCallbacksOnTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor.RegisterCallbacksOnTarget.html
  commentId: M:UnityEngine.Experimental.UIElements.TextEditor.RegisterCallbacksOnTarget
  nameWithType: TextEditor.RegisterCallbacksOnTarget()
  type: Method
- uid: UnityEngine.Experimental.UIElements.TextEditor.SyncTextEditor
  name: SyncTextEditor()
  fullName: UnityEngine.Experimental.UIElements.TextEditor.SyncTextEditor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor.SyncTextEditor.html
  commentId: M:UnityEngine.Experimental.UIElements.TextEditor.SyncTextEditor
  nameWithType: TextEditor.SyncTextEditor()
  type: Method
- uid: UnityEngine.Experimental.UIElements.TextEditor.target
  name: target
  fullName: UnityEngine.Experimental.UIElements.TextEditor.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor-target.html
  commentId: P:UnityEngine.Experimental.UIElements.TextEditor.target
  nameWithType: TextEditor.target
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextEditor.textField
  name: textField
  fullName: UnityEngine.Experimental.UIElements.TextEditor.textField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor-textField.html
  commentId: P:UnityEngine.Experimental.UIElements.TextEditor.textField
  nameWithType: TextEditor.textField
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextEditor.tripleClickSelectsLine
  name: tripleClickSelectsLine
  fullName: UnityEngine.Experimental.UIElements.TextEditor.tripleClickSelectsLine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor-tripleClickSelectsLine.html
  commentId: P:UnityEngine.Experimental.UIElements.TextEditor.tripleClickSelectsLine
  nameWithType: TextEditor.tripleClickSelectsLine
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextEditor.UnregisterCallbacksFromTarget
  name: UnregisterCallbacksFromTarget()
  fullName: UnityEngine.Experimental.UIElements.TextEditor.UnregisterCallbacksFromTarget()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextEditor.UnregisterCallbacksFromTarget.html
  commentId: M:UnityEngine.Experimental.UIElements.TextEditor.UnregisterCallbacksFromTarget
  nameWithType: TextEditor.UnregisterCallbacksFromTarget()
  type: Method
- uid: UnityEngine.Experimental.UIElements.TextField
  name: TextField
  fullName: UnityEngine.Experimental.UIElements.TextField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField.html
  commentId: T:UnityEngine.Experimental.UIElements.TextField
  nameWithType: TextField
  type: Class
- uid: UnityEngine.Experimental.UIElements.TextField.#ctor
  name: TextField()
  fullName: UnityEngine.Experimental.UIElements.TextField.TextField()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.TextField.#ctor
  nameWithType: TextField.TextField()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.TextField.#ctor(System.Int32,System.Boolean,System.Boolean,System.Char)
  name: TextField(int, bool, bool, char)
  fullName: UnityEngine.Experimental.UIElements.TextField.TextField(int, bool, bool, char)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.TextField.#ctor(System.Int32,System.Boolean,System.Boolean,System.Char)
  nameWithType: TextField.TextField(int, bool, bool, char)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.TextField.cursorColor
  name: cursorColor
  fullName: UnityEngine.Experimental.UIElements.TextField.cursorColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-cursorColor.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.cursorColor
  nameWithType: TextField.cursorColor
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.doubleClickSelectsWord
  name: doubleClickSelectsWord
  fullName: UnityEngine.Experimental.UIElements.TextField.doubleClickSelectsWord
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-doubleClickSelectsWord.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.doubleClickSelectsWord
  nameWithType: TextField.doubleClickSelectsWord
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.editor
  name: editor
  fullName: UnityEngine.Experimental.UIElements.TextField.editor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-editor.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.editor
  nameWithType: TextField.editor
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.hasFocus
  name: hasFocus
  fullName: UnityEngine.Experimental.UIElements.TextField.hasFocus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-hasFocus.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.hasFocus
  nameWithType: TextField.hasFocus
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.isPasswordField
  name: isPasswordField
  fullName: UnityEngine.Experimental.UIElements.TextField.isPasswordField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-isPasswordField.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.isPasswordField
  nameWithType: TextField.isPasswordField
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.maskChar
  name: maskChar
  fullName: UnityEngine.Experimental.UIElements.TextField.maskChar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-maskChar.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.maskChar
  nameWithType: TextField.maskChar
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.maxLength
  name: maxLength
  fullName: UnityEngine.Experimental.UIElements.TextField.maxLength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-maxLength.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.maxLength
  nameWithType: TextField.maxLength
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.multiline
  name: multiline
  fullName: UnityEngine.Experimental.UIElements.TextField.multiline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-multiline.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.multiline
  nameWithType: TextField.multiline
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.OnStyleResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle)
  name: OnStyleResolved(ICustomStyle)
  fullName: UnityEngine.Experimental.UIElements.TextField.OnStyleResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField.OnStyleResolved.html
  commentId: M:UnityEngine.Experimental.UIElements.TextField.OnStyleResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle)
  nameWithType: TextField.OnStyleResolved(ICustomStyle)
  type: Method
- uid: UnityEngine.Experimental.UIElements.TextField.OnTextChanged
  name: OnTextChanged
  fullName: UnityEngine.Experimental.UIElements.TextField.OnTextChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField.OnTextChanged.html
  commentId: F:UnityEngine.Experimental.UIElements.TextField.OnTextChanged
  nameWithType: TextField.OnTextChanged
  type: Field
- uid: UnityEngine.Experimental.UIElements.TextField.OnTextChangeValidated
  name: OnTextChangeValidated
  fullName: UnityEngine.Experimental.UIElements.TextField.OnTextChangeValidated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField.OnTextChangeValidated.html
  commentId: F:UnityEngine.Experimental.UIElements.TextField.OnTextChangeValidated
  nameWithType: TextField.OnTextChangeValidated
  type: Field
- uid: UnityEngine.Experimental.UIElements.TextField.selectionColor
  name: selectionColor
  fullName: UnityEngine.Experimental.UIElements.TextField.selectionColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-selectionColor.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.selectionColor
  nameWithType: TextField.selectionColor
  type: Property
- uid: UnityEngine.Experimental.UIElements.TextField.tripleClickSelectsLine
  name: tripleClickSelectsLine
  fullName: UnityEngine.Experimental.UIElements.TextField.tripleClickSelectsLine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TextField-tripleClickSelectsLine.html
  commentId: P:UnityEngine.Experimental.UIElements.TextField.tripleClickSelectsLine
  nameWithType: TextField.tripleClickSelectsLine
  type: Property
- uid: UnityEngine.Experimental.UIElements.TimerState
  name: TimerState
  fullName: UnityEngine.Experimental.UIElements.TimerState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TimerState.html
  commentId: T:UnityEngine.Experimental.UIElements.TimerState
  nameWithType: TimerState
  type: Struct
- uid: UnityEngine.Experimental.UIElements.TimerState.deltaTime
  name: deltaTime
  fullName: UnityEngine.Experimental.UIElements.TimerState.deltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TimerState-deltaTime.html
  commentId: P:UnityEngine.Experimental.UIElements.TimerState.deltaTime
  nameWithType: TimerState.deltaTime
  type: Property
- uid: UnityEngine.Experimental.UIElements.TimerState.now
  name: now
  fullName: UnityEngine.Experimental.UIElements.TimerState.now
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TimerState-now.html
  commentId: F:UnityEngine.Experimental.UIElements.TimerState.now
  nameWithType: TimerState.now
  type: Field
- uid: UnityEngine.Experimental.UIElements.TimerState.start
  name: start
  fullName: UnityEngine.Experimental.UIElements.TimerState.start
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.TimerState-start.html
  commentId: F:UnityEngine.Experimental.UIElements.TimerState.start
  nameWithType: TimerState.start
  type: Field
- uid: UnityEngine.Experimental.UIElements.Toggle
  name: Toggle
  fullName: UnityEngine.Experimental.UIElements.Toggle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Toggle.html
  commentId: T:UnityEngine.Experimental.UIElements.Toggle
  nameWithType: Toggle
  type: Class
- uid: UnityEngine.Experimental.UIElements.Toggle.#ctor(System.Action)
  name: Toggle(Action)
  fullName: UnityEngine.Experimental.UIElements.Toggle.Toggle(System.Action)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Toggle-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.Toggle.#ctor(System.Action)
  nameWithType: Toggle.Toggle(Action)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.Toggle.on
  name: on
  fullName: UnityEngine.Experimental.UIElements.Toggle.on
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.Toggle-on.html
  commentId: P:UnityEngine.Experimental.UIElements.Toggle.on
  nameWithType: Toggle.on
  type: Property
- uid: UnityEngine.Experimental.UIElements.UIEvent
  name: UIEvent
  fullName: UnityEngine.Experimental.UIElements.UIEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UIEvent.html
  commentId: T:UnityEngine.Experimental.UIElements.UIEvent
  nameWithType: UIEvent
  type: Class
- uid: UnityEngine.Experimental.UIElements.UIEvent.#ctor(UnityEngine.Experimental.UIElements.EventBase.EventFlags,UnityEngine.Event)
  name: UIEvent(EventFlags, Event)
  fullName: UnityEngine.Experimental.UIElements.UIEvent.UIEvent(UnityEngine.Experimental.UIElements.EventBase.EventFlags, UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UIEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.UIEvent.#ctor(UnityEngine.Experimental.UIElements.EventBase.EventFlags,UnityEngine.Event)
  nameWithType: UIEvent.UIEvent(EventBase.EventFlags, Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.UQuery
  name: UQuery
  fullName: UnityEngine.Experimental.UIElements.UQuery
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.html
  commentId: T:UnityEngine.Experimental.UIElements.UQuery
  nameWithType: UQuery
  type: Class
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1
  name: UQuery.QueryBuilder<T>
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.html
  commentId: T:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1
  nameWithType: UQuery.QueryBuilder<T>
  type: Struct
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.#ctor(UnityEngine.Experimental.UIElements.VisualElement)
  name: QueryBuilder(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.QueryBuilder(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.#ctor(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: UQuery.QueryBuilder<T>.QueryBuilder(VisualElement)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Active
  name: Active()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Active()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Active.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Active
  nameWithType: UQuery.QueryBuilder<T>.Active()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.AtIndex(System.Int32)
  name: AtIndex(int)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.AtIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.AtIndex.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.AtIndex(System.Int32)
  nameWithType: UQuery.QueryBuilder<T>.AtIndex(int)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Build
  name: Build()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Build()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Build.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Build
  nameWithType: UQuery.QueryBuilder<T>.Build()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Checked
  name: Checked()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Checked()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Checked.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Checked
  nameWithType: UQuery.QueryBuilder<T>.Checked()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Children``1(System.String,System.String)
  name: Children<T2>(string, string)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Children<T2>(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Children.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Children``1(System.String,System.String)
  nameWithType: UQuery.QueryBuilder<T>.Children<T2>(string, string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Children``1(System.String,System.String[])
  name: Children<T2>(string, params string[])
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Children<T2>(string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Children.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Children``1(System.String,System.String[])
  nameWithType: UQuery.QueryBuilder<T>.Children<T2>(string, params string[])
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Class(System.String)
  name: Class(string)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Class(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Class.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Class(System.String)
  nameWithType: UQuery.QueryBuilder<T>.Class(string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Descendents``1(System.String,System.String)
  name: Descendents<T2>(string, string)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Descendents<T2>(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Descendents.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Descendents``1(System.String,System.String)
  nameWithType: UQuery.QueryBuilder<T>.Descendents<T2>(string, string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Descendents``1(System.String,System.String[])
  name: Descendents<T2>(string, params string[])
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Descendents<T2>(string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Descendents.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Descendents``1(System.String,System.String[])
  nameWithType: UQuery.QueryBuilder<T>.Descendents<T2>(string, params string[])
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Enabled
  name: Enabled()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Enabled()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Enabled.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Enabled
  nameWithType: UQuery.QueryBuilder<T>.Enabled()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.First
  name: First()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.First()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.First.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.First
  nameWithType: UQuery.QueryBuilder<T>.First()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Focused
  name: Focused()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Focused()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Focused.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Focused
  nameWithType: UQuery.QueryBuilder<T>.Focused()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ForEach(System.Action{`0})
  name: ForEach(Action<T>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.ForEach(System.Action<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.ForEach.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ForEach(System.Action{`0})
  nameWithType: UQuery.QueryBuilder<T>.ForEach(Action<T>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ForEach``1(System.Collections.Generic.List{``0},System.Func{`0,``0})
  name: ForEach<T2>(List<T2>, Func<T, T2>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.ForEach<T2>(System.Collections.Generic.List<T2>, System.Func<T, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.ForEach.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ForEach``1(System.Collections.Generic.List{``0},System.Func{`0,``0})
  nameWithType: UQuery.QueryBuilder<T>.ForEach<T2>(List<T2>, Func<T, T2>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ForEach``1(System.Func{`0,``0})
  name: ForEach<T2>(Func<T, T2>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.ForEach<T2>(System.Func<T, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.ForEach.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ForEach``1(System.Func{`0,``0})
  nameWithType: UQuery.QueryBuilder<T>.ForEach<T2>(Func<T, T2>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Hovered
  name: Hovered()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Hovered()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Hovered.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Hovered
  nameWithType: UQuery.QueryBuilder<T>.Hovered()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Last
  name: Last()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Last()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Last.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Last
  nameWithType: UQuery.QueryBuilder<T>.Last()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Name(System.String)
  name: Name(string)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Name(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Name.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Name(System.String)
  nameWithType: UQuery.QueryBuilder<T>.Name(string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotActive
  name: NotActive()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.NotActive()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.NotActive.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotActive
  nameWithType: UQuery.QueryBuilder<T>.NotActive()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotChecked
  name: NotChecked()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.NotChecked()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.NotChecked.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotChecked
  nameWithType: UQuery.QueryBuilder<T>.NotChecked()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotEnabled
  name: NotEnabled()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.NotEnabled()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.NotEnabled.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotEnabled
  nameWithType: UQuery.QueryBuilder<T>.NotEnabled()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotFocused
  name: NotFocused()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.NotFocused()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.NotFocused.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotFocused
  nameWithType: UQuery.QueryBuilder<T>.NotFocused()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotHovered
  name: NotHovered()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.NotHovered()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.NotHovered.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotHovered
  nameWithType: UQuery.QueryBuilder<T>.NotHovered()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotSelected
  name: NotSelected()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.NotSelected()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.NotSelected.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotSelected
  nameWithType: UQuery.QueryBuilder<T>.NotSelected()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotVisible
  name: NotVisible()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.NotVisible()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.NotVisible.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.NotVisible
  nameWithType: UQuery.QueryBuilder<T>.NotVisible()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.OfType``1(System.String,System.String)
  name: OfType<T2>(string, string)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.OfType<T2>(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.OfType.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.OfType``1(System.String,System.String)
  nameWithType: UQuery.QueryBuilder<T>.OfType<T2>(string, string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.OfType``1(System.String,System.String[])
  name: OfType<T2>(string, params string[])
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.OfType<T2>(string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.OfType.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.OfType``1(System.String,System.String[])
  nameWithType: UQuery.QueryBuilder<T>.OfType<T2>(string, params string[])
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.op_Implicit(UnityEngine.Experimental.UIElements.UQuery.QueryBuilder{`0})~`0
  name: implicit operator T(QueryBuilder<T>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.implicit operator T(UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1-op_Implicit~_0.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.op_Implicit(UnityEngine.Experimental.UIElements.UQuery.QueryBuilder{`0})~`0
  nameWithType: UQuery.QueryBuilder<T>.implicit operator T(UQuery.QueryBuilder<T>)
  type: Operator
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Selected
  name: Selected()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Selected()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Selected.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Selected
  nameWithType: UQuery.QueryBuilder<T>.Selected()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ToList
  name: ToList()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.ToList()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.ToList.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ToList
  nameWithType: UQuery.QueryBuilder<T>.ToList()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ToList(System.Collections.Generic.List{`0})
  name: ToList(List<T>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.ToList(System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.ToList.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.ToList(System.Collections.Generic.List{`0})
  nameWithType: UQuery.QueryBuilder<T>.ToList(List<T>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Visible
  name: Visible()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Visible()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Visible.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Visible
  nameWithType: UQuery.QueryBuilder<T>.Visible()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Where(System.Func{`0,System.Boolean})
  name: Where(Func<T, bool>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryBuilder<T>.Where(System.Func<T, bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryBuilder_1.Where.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryBuilder`1.Where(System.Func{`0,System.Boolean})
  nameWithType: UQuery.QueryBuilder<T>.Where(Func<T, bool>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1
  name: UQuery.QueryState<T>
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.html
  commentId: T:UnityEngine.Experimental.UIElements.UQuery.QueryState`1
  nameWithType: UQuery.QueryState<T>
  type: Struct
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.AtIndex(System.Int32)
  name: AtIndex(int)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.AtIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.AtIndex.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.AtIndex(System.Int32)
  nameWithType: UQuery.QueryState<T>.AtIndex(int)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.First
  name: First()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.First()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.First.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.First
  nameWithType: UQuery.QueryState<T>.First()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ForEach(System.Action{`0})
  name: ForEach(Action<T>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.ForEach(System.Action<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.ForEach.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ForEach(System.Action{`0})
  nameWithType: UQuery.QueryState<T>.ForEach(Action<T>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ForEach``1(System.Collections.Generic.List{``0},System.Func{`0,``0})
  name: ForEach<T2>(List<T2>, Func<T, T2>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.ForEach<T2>(System.Collections.Generic.List<T2>, System.Func<T, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.ForEach.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ForEach``1(System.Collections.Generic.List{``0},System.Func{`0,``0})
  nameWithType: UQuery.QueryState<T>.ForEach<T2>(List<T2>, Func<T, T2>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ForEach``1(System.Func{`0,``0})
  name: ForEach<T2>(Func<T, T2>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.ForEach<T2>(System.Func<T, T2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.ForEach.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ForEach``1(System.Func{`0,``0})
  nameWithType: UQuery.QueryState<T>.ForEach<T2>(Func<T, T2>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.Last
  name: Last()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.Last()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.Last.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.Last
  nameWithType: UQuery.QueryState<T>.Last()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.RebuildOn(UnityEngine.Experimental.UIElements.VisualElement)
  name: RebuildOn(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.RebuildOn(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.RebuildOn.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.RebuildOn(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: UQuery.QueryState<T>.RebuildOn(VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ToList
  name: ToList()
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.ToList()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.ToList.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ToList
  nameWithType: UQuery.QueryState<T>.ToList()
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ToList(System.Collections.Generic.List{`0})
  name: ToList(List<T>)
  fullName: UnityEngine.Experimental.UIElements.UQuery.QueryState<T>.ToList(System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQuery.QueryState_1.ToList.html
  commentId: M:UnityEngine.Experimental.UIElements.UQuery.QueryState`1.ToList(System.Collections.Generic.List{`0})
  nameWithType: UQuery.QueryState<T>.ToList(List<T>)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions
  name: UQueryExtensions
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.html
  commentId: T:UnityEngine.Experimental.UIElements.UQueryExtensions
  nameWithType: UQueryExtensions
  type: Class
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Q(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String)
  name: Q(VisualElement, string, string)
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Q(UnityEngine.Experimental.UIElements.VisualElement, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Q.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Q(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String)
  nameWithType: UQueryExtensions.Q(VisualElement, string, string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Q(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String[])
  name: Q(VisualElement, string, params string[])
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Q(UnityEngine.Experimental.UIElements.VisualElement, string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Q.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Q(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String[])
  nameWithType: UQueryExtensions.Q(VisualElement, string, params string[])
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Q``1(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String)
  name: Q<T>(VisualElement, string, string)
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Q<T>(UnityEngine.Experimental.UIElements.VisualElement, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Q.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Q``1(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String)
  nameWithType: UQueryExtensions.Q<T>(VisualElement, string, string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Q``1(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String[])
  name: Q<T>(VisualElement, string, params string[])
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Q<T>(UnityEngine.Experimental.UIElements.VisualElement, string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Q.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Q``1(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String[])
  nameWithType: UQueryExtensions.Q<T>(VisualElement, string, params string[])
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String)
  name: Query(VisualElement, string, string)
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Query.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String)
  nameWithType: UQueryExtensions.Query(VisualElement, string, string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String[])
  name: Query(VisualElement, string, params string[])
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement, string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Query.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String[])
  nameWithType: UQueryExtensions.Query(VisualElement, string, params string[])
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement)
  name: Query(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Query.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Query(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: UQueryExtensions.Query(VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Query``1(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String)
  name: Query<T>(VisualElement, string, string)
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Query<T>(UnityEngine.Experimental.UIElements.VisualElement, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Query.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Query``1(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String)
  nameWithType: UQueryExtensions.Query<T>(VisualElement, string, string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.UQueryExtensions.Query``1(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String[])
  name: Query<T>(VisualElement, string, params string[])
  fullName: UnityEngine.Experimental.UIElements.UQueryExtensions.Query<T>(UnityEngine.Experimental.UIElements.VisualElement, string, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.UQueryExtensions.Query.html
  commentId: M:UnityEngine.Experimental.UIElements.UQueryExtensions.Query``1(UnityEngine.Experimental.UIElements.VisualElement,System.String,System.String[])
  nameWithType: UQueryExtensions.Query<T>(VisualElement, string, params string[])
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer
  name: VisualContainer
  fullName: UnityEngine.Experimental.UIElements.VisualContainer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.html
  commentId: T:UnityEngine.Experimental.UIElements.VisualContainer
  nameWithType: VisualContainer
  type: Class
- uid: UnityEngine.Experimental.UIElements.VisualContainer.#ctor
  name: VisualContainer()
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.VisualContainer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.#ctor
  nameWithType: VisualContainer.VisualContainer()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.VisualContainer.AddChild(UnityEngine.Experimental.UIElements.VisualElement)
  name: AddChild(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.AddChild(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.AddChild.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.AddChild(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: VisualContainer.AddChild(VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.AddStyleSheetPath(System.String)
  name: AddStyleSheetPath(string)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.AddStyleSheetPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.AddStyleSheetPath.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.AddStyleSheetPath(System.String)
  nameWithType: VisualContainer.AddStyleSheetPath(string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.alignContent
  name: alignContent
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.alignContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer-alignContent.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualContainer.alignContent
  nameWithType: VisualContainer.alignContent
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualContainer.alignItems
  name: alignItems
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.alignItems
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer-alignItems.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualContainer.alignItems
  nameWithType: VisualContainer.alignItems
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualContainer.childrenCount
  name: childrenCount
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.childrenCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer-childrenCount.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualContainer.childrenCount
  nameWithType: VisualContainer.childrenCount
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualContainer.ClearChildren
  name: ClearChildren()
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.ClearChildren()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.ClearChildren.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.ClearChildren
  nameWithType: VisualContainer.ClearChildren()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.clipChildren
  name: clipChildren
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.clipChildren
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer-clipChildren.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualContainer.clipChildren
  nameWithType: VisualContainer.clipChildren
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualContainer.ContainsChild(UnityEngine.Experimental.UIElements.VisualElement)
  name: ContainsChild(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.ContainsChild(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.ContainsChild.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.ContainsChild(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: VisualContainer.ContainsChild(VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator
  name: VisualContainer.Enumerator
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.Enumerator.html
  commentId: T:UnityEngine.Experimental.UIElements.VisualContainer.Enumerator
  nameWithType: VisualContainer.Enumerator
  type: Struct
- uid: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.#ctor(System.Collections.Generic.List{UnityEngine.Experimental.UIElements.VisualElement}@)
  name: Enumerator(ref List<VisualElement>)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Enumerator(ref System.Collections.Generic.List<UnityEngine.Experimental.UIElements.VisualElement>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.Enumerator-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.#ctor(System.Collections.Generic.List{UnityEngine.Experimental.UIElements.VisualElement}@)
  nameWithType: VisualContainer.Enumerator.Enumerator(ref List<VisualElement>)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Current
  name: Current
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.Enumerator.Current.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Current
  nameWithType: VisualContainer.Enumerator.Current
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Dispose
  name: Dispose()
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.Enumerator.Dispose.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Dispose
  nameWithType: VisualContainer.Enumerator.Dispose()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.MoveNext
  name: MoveNext()
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.MoveNext()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.Enumerator.MoveNext.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.MoveNext
  nameWithType: VisualContainer.Enumerator.MoveNext()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Reset
  name: Reset()
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.Enumerator.Reset.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.Enumerator.Reset
  nameWithType: VisualContainer.Enumerator.Reset()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.flexDirection
  name: flexDirection
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.flexDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer-flexDirection.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualContainer.flexDirection
  nameWithType: VisualContainer.flexDirection
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualContainer.flexWrap
  name: flexWrap
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.flexWrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer-flexWrap.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualContainer.flexWrap
  nameWithType: VisualContainer.flexWrap
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualContainer.GetChildAt(System.Int32)
  name: GetChildAt(int)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.GetChildAt(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.GetChildAt.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.GetChildAt(System.Int32)
  nameWithType: VisualContainer.GetChildAt(int)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.GetEnumerator.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.GetEnumerator
  nameWithType: VisualContainer.GetEnumerator()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.HasStyleSheetPath(System.String)
  name: HasStyleSheetPath(string)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.HasStyleSheetPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.HasStyleSheetPath.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.HasStyleSheetPath(System.String)
  nameWithType: VisualContainer.HasStyleSheetPath(string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.InsertChild(System.Int32,UnityEngine.Experimental.UIElements.VisualElement)
  name: InsertChild(int, VisualElement)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.InsertChild(int, UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.InsertChild.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.InsertChild(System.Int32,UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: VisualContainer.InsertChild(int, VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.justifyContent
  name: justifyContent
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.justifyContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer-justifyContent.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualContainer.justifyContent
  nameWithType: VisualContainer.justifyContent
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualContainer.RemoveChild(UnityEngine.Experimental.UIElements.VisualElement)
  name: RemoveChild(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.RemoveChild(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.RemoveChild.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.RemoveChild(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: VisualContainer.RemoveChild(VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.RemoveChildAt(System.Int32)
  name: RemoveChildAt(int)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.RemoveChildAt(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.RemoveChildAt.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.RemoveChildAt(System.Int32)
  nameWithType: VisualContainer.RemoveChildAt(int)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualContainer.RemoveStyleSheetPath(System.String)
  name: RemoveStyleSheetPath(string)
  fullName: UnityEngine.Experimental.UIElements.VisualContainer.RemoveStyleSheetPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualContainer.RemoveStyleSheetPath.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualContainer.RemoveStyleSheetPath(System.String)
  nameWithType: VisualContainer.RemoveStyleSheetPath(string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement
  name: VisualElement
  fullName: UnityEngine.Experimental.UIElements.VisualElement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.html
  commentId: T:UnityEngine.Experimental.UIElements.VisualElement
  nameWithType: VisualElement
  type: Class
- uid: UnityEngine.Experimental.UIElements.VisualElement.#ctor
  name: VisualElement()
  fullName: UnityEngine.Experimental.UIElements.VisualElement.VisualElement()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.#ctor
  nameWithType: VisualElement.VisualElement()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.VisualElement.AddManipulator(UnityEngine.Experimental.UIElements.IManipulator)
  name: AddManipulator(IManipulator)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.AddManipulator(UnityEngine.Experimental.UIElements.IManipulator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.AddManipulator.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.AddManipulator(UnityEngine.Experimental.UIElements.IManipulator)
  nameWithType: VisualElement.AddManipulator(IManipulator)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.AddToClassList(System.String)
  name: AddToClassList(string)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.AddToClassList(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.AddToClassList.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.AddToClassList(System.String)
  nameWithType: VisualElement.AddToClassList(string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.alignSelf
  name: alignSelf
  fullName: UnityEngine.Experimental.UIElements.VisualElement.alignSelf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-alignSelf.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.alignSelf
  nameWithType: VisualElement.alignSelf
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.backgroundColor
  name: backgroundColor
  fullName: UnityEngine.Experimental.UIElements.VisualElement.backgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-backgroundColor.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.backgroundColor
  nameWithType: VisualElement.backgroundColor
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.backgroundImage
  name: backgroundImage
  fullName: UnityEngine.Experimental.UIElements.VisualElement.backgroundImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-backgroundImage.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.backgroundImage
  nameWithType: VisualElement.backgroundImage
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.backgroundSize
  name: backgroundSize
  fullName: UnityEngine.Experimental.UIElements.VisualElement.backgroundSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-backgroundSize.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.backgroundSize
  nameWithType: VisualElement.backgroundSize
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderBottom
  name: borderBottom
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderBottom
  nameWithType: VisualElement.borderBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderBottomWidth
  name: borderBottomWidth
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderBottomWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderBottomWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderBottomWidth
  nameWithType: VisualElement.borderBottomWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderColor
  name: borderColor
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderColor.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderColor
  nameWithType: VisualElement.borderColor
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderLeft
  name: borderLeft
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderLeft
  nameWithType: VisualElement.borderLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderLeftWidth
  name: borderLeftWidth
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderLeftWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderLeftWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderLeftWidth
  nameWithType: VisualElement.borderLeftWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderRadius
  name: borderRadius
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderRadius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderRadius.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderRadius
  nameWithType: VisualElement.borderRadius
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderRight
  name: borderRight
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderRight.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderRight
  nameWithType: VisualElement.borderRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderRightWidth
  name: borderRightWidth
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderRightWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderRightWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderRightWidth
  nameWithType: VisualElement.borderRightWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderTop
  name: borderTop
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderTop.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderTop
  nameWithType: VisualElement.borderTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.borderTopWidth
  name: borderTopWidth
  fullName: UnityEngine.Experimental.UIElements.VisualElement.borderTopWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-borderTopWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.borderTopWidth
  nameWithType: VisualElement.borderTopWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.ClassListContains(System.String)
  name: ClassListContains(string)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.ClassListContains(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.ClassListContains.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.ClassListContains(System.String)
  nameWithType: VisualElement.ClassListContains(string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.ClearClassList
  name: ClearClassList()
  fullName: UnityEngine.Experimental.UIElements.VisualElement.ClearClassList()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.ClearClassList.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.ClearClassList
  nameWithType: VisualElement.ClearClassList()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.ClearDirty(UnityEngine.Experimental.UIElements.ChangeType)
  name: ClearDirty(ChangeType)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.ClearDirty(UnityEngine.Experimental.UIElements.ChangeType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.ClearDirty.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.ClearDirty(UnityEngine.Experimental.UIElements.ChangeType)
  nameWithType: VisualElement.ClearDirty(ChangeType)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.ContainsPoint(UnityEngine.Vector2)
  name: ContainsPoint(Vector2)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.ContainsPoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.ContainsPoint.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.ContainsPoint(UnityEngine.Vector2)
  nameWithType: VisualElement.ContainsPoint(Vector2)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.ContainsPointToLocal(UnityEngine.Vector2)
  name: ContainsPointToLocal(Vector2)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.ContainsPointToLocal(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.ContainsPointToLocal.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.ContainsPointToLocal(UnityEngine.Vector2)
  nameWithType: VisualElement.ContainsPointToLocal(Vector2)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.contentRect
  name: contentRect
  fullName: UnityEngine.Experimental.UIElements.VisualElement.contentRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-contentRect.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.contentRect
  nameWithType: VisualElement.contentRect
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.Dirty(UnityEngine.Experimental.UIElements.ChangeType)
  name: Dirty(ChangeType)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.Dirty(UnityEngine.Experimental.UIElements.ChangeType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.Dirty.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.Dirty(UnityEngine.Experimental.UIElements.ChangeType)
  nameWithType: VisualElement.Dirty(ChangeType)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.DoMeasure(System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode,System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  name: DoMeasure(float, MeasureMode, float, MeasureMode)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.DoMeasure(float, UnityEngine.Experimental.UIElements.VisualElement.MeasureMode, float, UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.DoMeasure.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.DoMeasure(System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode,System.Single,UnityEngine.Experimental.UIElements.VisualElement.MeasureMode)
  nameWithType: VisualElement.DoMeasure(float, VisualElement.MeasureMode, float, VisualElement.MeasureMode)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.DoRepaint
  name: DoRepaint()
  fullName: UnityEngine.Experimental.UIElements.VisualElement.DoRepaint()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.DoRepaint.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.DoRepaint
  nameWithType: VisualElement.DoRepaint()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.enabled
  name: enabled
  fullName: UnityEngine.Experimental.UIElements.VisualElement.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-enabled.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.enabled
  nameWithType: VisualElement.enabled
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.flex
  name: flex
  fullName: UnityEngine.Experimental.UIElements.VisualElement.flex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-flex.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.flex
  nameWithType: VisualElement.flex
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.font
  name: font
  fullName: UnityEngine.Experimental.UIElements.VisualElement.font
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-font.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.font
  nameWithType: VisualElement.font
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.fontSize
  name: fontSize
  fullName: UnityEngine.Experimental.UIElements.VisualElement.fontSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-fontSize.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.fontSize
  nameWithType: VisualElement.fontSize
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.fontStyle
  name: fontStyle
  fullName: UnityEngine.Experimental.UIElements.VisualElement.fontStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-fontStyle.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.fontStyle
  nameWithType: VisualElement.fontStyle
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.globalBound
  name: globalBound
  fullName: UnityEngine.Experimental.UIElements.VisualElement.globalBound
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-globalBound.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.globalBound
  nameWithType: VisualElement.globalBound
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.globalTransform
  name: globalTransform
  fullName: UnityEngine.Experimental.UIElements.VisualElement.globalTransform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-globalTransform.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.globalTransform
  nameWithType: VisualElement.globalTransform
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.height
  name: height
  fullName: UnityEngine.Experimental.UIElements.VisualElement.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-height.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.height
  nameWithType: VisualElement.height
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.InsertManipulator(System.Int32,UnityEngine.Experimental.UIElements.IManipulator)
  name: InsertManipulator(int, IManipulator)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.InsertManipulator(int, UnityEngine.Experimental.UIElements.IManipulator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.InsertManipulator.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.InsertManipulator(System.Int32,UnityEngine.Experimental.UIElements.IManipulator)
  nameWithType: VisualElement.InsertManipulator(int, IManipulator)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.IsDirty(UnityEngine.Experimental.UIElements.ChangeType)
  name: IsDirty(ChangeType)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.IsDirty(UnityEngine.Experimental.UIElements.ChangeType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.IsDirty.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.IsDirty(UnityEngine.Experimental.UIElements.ChangeType)
  nameWithType: VisualElement.IsDirty(ChangeType)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.layout
  name: layout
  fullName: UnityEngine.Experimental.UIElements.VisualElement.layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-layout.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.layout
  nameWithType: VisualElement.layout
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.localBound
  name: localBound
  fullName: UnityEngine.Experimental.UIElements.VisualElement.localBound
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-localBound.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.localBound
  nameWithType: VisualElement.localBound
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.marginBottom
  name: marginBottom
  fullName: UnityEngine.Experimental.UIElements.VisualElement.marginBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-marginBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.marginBottom
  nameWithType: VisualElement.marginBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.marginLeft
  name: marginLeft
  fullName: UnityEngine.Experimental.UIElements.VisualElement.marginLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-marginLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.marginLeft
  nameWithType: VisualElement.marginLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.marginRight
  name: marginRight
  fullName: UnityEngine.Experimental.UIElements.VisualElement.marginRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-marginRight.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.marginRight
  nameWithType: VisualElement.marginRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.marginTop
  name: marginTop
  fullName: UnityEngine.Experimental.UIElements.VisualElement.marginTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-marginTop.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.marginTop
  nameWithType: VisualElement.marginTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.maxHeight
  name: maxHeight
  fullName: UnityEngine.Experimental.UIElements.VisualElement.maxHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-maxHeight.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.maxHeight
  nameWithType: VisualElement.maxHeight
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.maxWidth
  name: maxWidth
  fullName: UnityEngine.Experimental.UIElements.VisualElement.maxWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-maxWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.maxWidth
  nameWithType: VisualElement.maxWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.MeasureMode
  name: VisualElement.MeasureMode
  fullName: UnityEngine.Experimental.UIElements.VisualElement.MeasureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.MeasureMode.html
  commentId: T:UnityEngine.Experimental.UIElements.VisualElement.MeasureMode
  nameWithType: VisualElement.MeasureMode
  type: Enum
- uid: UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.AtMost
  name: AtMost
  fullName: UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.AtMost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.MeasureMode.AtMost.html
  commentId: F:UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.AtMost
  nameWithType: VisualElement.MeasureMode.AtMost
  type: Field
- uid: UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.Exactly
  name: Exactly
  fullName: UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.Exactly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.MeasureMode.Exactly.html
  commentId: F:UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.Exactly
  nameWithType: VisualElement.MeasureMode.Exactly
  type: Field
- uid: UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.Undefined
  name: Undefined
  fullName: UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.Undefined
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.MeasureMode.Undefined.html
  commentId: F:UnityEngine.Experimental.UIElements.VisualElement.MeasureMode.Undefined
  nameWithType: VisualElement.MeasureMode.Undefined
  type: Field
- uid: UnityEngine.Experimental.UIElements.VisualElement.minHeight
  name: minHeight
  fullName: UnityEngine.Experimental.UIElements.VisualElement.minHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-minHeight.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.minHeight
  nameWithType: VisualElement.minHeight
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.minWidth
  name: minWidth
  fullName: UnityEngine.Experimental.UIElements.VisualElement.minWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-minWidth.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.minWidth
  nameWithType: VisualElement.minWidth
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.name
  name: name
  fullName: UnityEngine.Experimental.UIElements.VisualElement.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-name.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.name
  nameWithType: VisualElement.name
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.onEnter
  name: onEnter
  fullName: UnityEngine.Experimental.UIElements.VisualElement.onEnter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-onEnter.html
  commentId: E:UnityEngine.Experimental.UIElements.VisualElement.onEnter
  nameWithType: VisualElement.onEnter
  type: Event
- uid: UnityEngine.Experimental.UIElements.VisualElement.onLeave
  name: onLeave
  fullName: UnityEngine.Experimental.UIElements.VisualElement.onLeave
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-onLeave.html
  commentId: E:UnityEngine.Experimental.UIElements.VisualElement.onLeave
  nameWithType: VisualElement.onLeave
  type: Event
- uid: UnityEngine.Experimental.UIElements.VisualElement.OnPostLayout(System.Boolean)
  name: OnPostLayout(bool)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.OnPostLayout(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.OnPostLayout.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.OnPostLayout(System.Boolean)
  nameWithType: VisualElement.OnPostLayout(bool)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.OnStyleResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle)
  name: OnStyleResolved(ICustomStyle)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.OnStyleResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.OnStyleResolved.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.OnStyleResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyle)
  nameWithType: VisualElement.OnStyleResolved(ICustomStyle)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.OnStylesResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles)
  name: OnStylesResolved(ICustomStyles)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.OnStylesResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.OnStylesResolved.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.OnStylesResolved(UnityEngine.Experimental.UIElements.StyleSheets.ICustomStyles)
  nameWithType: VisualElement.OnStylesResolved(ICustomStyles)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.overflow
  name: overflow
  fullName: UnityEngine.Experimental.UIElements.VisualElement.overflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-overflow.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.overflow
  nameWithType: VisualElement.overflow
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.Overlaps(UnityEngine.Rect)
  name: Overlaps(Rect)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.Overlaps(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.Overlaps.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.Overlaps(UnityEngine.Rect)
  nameWithType: VisualElement.Overlaps(Rect)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.paddingBottom
  name: paddingBottom
  fullName: UnityEngine.Experimental.UIElements.VisualElement.paddingBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-paddingBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.paddingBottom
  nameWithType: VisualElement.paddingBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.paddingLeft
  name: paddingLeft
  fullName: UnityEngine.Experimental.UIElements.VisualElement.paddingLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-paddingLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.paddingLeft
  nameWithType: VisualElement.paddingLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.paddingRect
  name: paddingRect
  fullName: UnityEngine.Experimental.UIElements.VisualElement.paddingRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-paddingRect.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.paddingRect
  nameWithType: VisualElement.paddingRect
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.paddingRight
  name: paddingRight
  fullName: UnityEngine.Experimental.UIElements.VisualElement.paddingRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-paddingRight.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.paddingRight
  nameWithType: VisualElement.paddingRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.paddingTop
  name: paddingTop
  fullName: UnityEngine.Experimental.UIElements.VisualElement.paddingTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-paddingTop.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.paddingTop
  nameWithType: VisualElement.paddingTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.panel
  name: panel
  fullName: UnityEngine.Experimental.UIElements.VisualElement.panel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-panel.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.panel
  nameWithType: VisualElement.panel
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.parent
  name: parent
  fullName: UnityEngine.Experimental.UIElements.VisualElement.parent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-parent.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.parent
  nameWithType: VisualElement.parent
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.pickingMode
  name: pickingMode
  fullName: UnityEngine.Experimental.UIElements.VisualElement.pickingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-pickingMode.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.pickingMode
  nameWithType: VisualElement.pickingMode
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.position
  name: position
  fullName: UnityEngine.Experimental.UIElements.VisualElement.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-position.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.position
  nameWithType: VisualElement.position
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.positionBottom
  name: positionBottom
  fullName: UnityEngine.Experimental.UIElements.VisualElement.positionBottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-positionBottom.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.positionBottom
  nameWithType: VisualElement.positionBottom
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.positionLeft
  name: positionLeft
  fullName: UnityEngine.Experimental.UIElements.VisualElement.positionLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-positionLeft.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.positionLeft
  nameWithType: VisualElement.positionLeft
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.positionRight
  name: positionRight
  fullName: UnityEngine.Experimental.UIElements.VisualElement.positionRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-positionRight.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.positionRight
  nameWithType: VisualElement.positionRight
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.positionTop
  name: positionTop
  fullName: UnityEngine.Experimental.UIElements.VisualElement.positionTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-positionTop.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.positionTop
  nameWithType: VisualElement.positionTop
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.positionType
  name: positionType
  fullName: UnityEngine.Experimental.UIElements.VisualElement.positionType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-positionType.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.positionType
  nameWithType: VisualElement.positionType
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.RemoveFromClassList(System.String)
  name: RemoveFromClassList(string)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.RemoveFromClassList(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.RemoveFromClassList.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.RemoveFromClassList(System.String)
  nameWithType: VisualElement.RemoveFromClassList(string)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.RemoveManipulator(UnityEngine.Experimental.UIElements.IManipulator)
  name: RemoveManipulator(IManipulator)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.RemoveManipulator(UnityEngine.Experimental.UIElements.IManipulator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.RemoveManipulator.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.RemoveManipulator(UnityEngine.Experimental.UIElements.IManipulator)
  nameWithType: VisualElement.RemoveManipulator(IManipulator)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.ResetPositionProperties
  name: ResetPositionProperties()
  fullName: UnityEngine.Experimental.UIElements.VisualElement.ResetPositionProperties()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.ResetPositionProperties.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.ResetPositionProperties
  nameWithType: VisualElement.ResetPositionProperties()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.SetSize(UnityEngine.Vector2)
  name: SetSize(Vector2)
  fullName: UnityEngine.Experimental.UIElements.VisualElement.SetSize(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.SetSize.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.SetSize(UnityEngine.Vector2)
  nameWithType: VisualElement.SetSize(Vector2)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.style
  name: style
  fullName: UnityEngine.Experimental.UIElements.VisualElement.style
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-style.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.style
  nameWithType: VisualElement.style
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.text
  name: text
  fullName: UnityEngine.Experimental.UIElements.VisualElement.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-text.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.text
  nameWithType: VisualElement.text
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.textAlignment
  name: textAlignment
  fullName: UnityEngine.Experimental.UIElements.VisualElement.textAlignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-textAlignment.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.textAlignment
  nameWithType: VisualElement.textAlignment
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.textClipping
  name: textClipping
  fullName: UnityEngine.Experimental.UIElements.VisualElement.textClipping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-textClipping.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.textClipping
  nameWithType: VisualElement.textClipping
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.textColor
  name: textColor
  fullName: UnityEngine.Experimental.UIElements.VisualElement.textColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-textColor.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.textColor
  nameWithType: VisualElement.textColor
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.ToString
  name: ToString()
  fullName: UnityEngine.Experimental.UIElements.VisualElement.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement.ToString.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElement.ToString
  nameWithType: VisualElement.ToString()
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElement.transform
  name: transform
  fullName: UnityEngine.Experimental.UIElements.VisualElement.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-transform.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.transform
  nameWithType: VisualElement.transform
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.usePixelCaching
  name: usePixelCaching
  fullName: UnityEngine.Experimental.UIElements.VisualElement.usePixelCaching
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-usePixelCaching.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.usePixelCaching
  nameWithType: VisualElement.usePixelCaching
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.visible
  name: visible
  fullName: UnityEngine.Experimental.UIElements.VisualElement.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-visible.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.visible
  nameWithType: VisualElement.visible
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.width
  name: width
  fullName: UnityEngine.Experimental.UIElements.VisualElement.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-width.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.width
  nameWithType: VisualElement.width
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElement.wordWrap
  name: wordWrap
  fullName: UnityEngine.Experimental.UIElements.VisualElement.wordWrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElement-wordWrap.html
  commentId: P:UnityEngine.Experimental.UIElements.VisualElement.wordWrap
  nameWithType: VisualElement.wordWrap
  type: Property
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions
  name: VisualElementExtensions
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.html
  commentId: T:UnityEngine.Experimental.UIElements.VisualElementExtensions
  nameWithType: VisualElementExtensions
  type: Class
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.ChangeCoordinatesTo(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Rect)
  name: ChangeCoordinatesTo(VisualElement, VisualElement, Rect)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.ChangeCoordinatesTo(UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.ChangeCoordinatesTo.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.ChangeCoordinatesTo(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Rect)
  nameWithType: VisualElementExtensions.ChangeCoordinatesTo(VisualElement, VisualElement, Rect)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.ChangeCoordinatesTo(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Vector2)
  name: ChangeCoordinatesTo(VisualElement, VisualElement, Vector2)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.ChangeCoordinatesTo(UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.ChangeCoordinatesTo.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.ChangeCoordinatesTo(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Vector2)
  nameWithType: VisualElementExtensions.ChangeCoordinatesTo(VisualElement, VisualElement, Vector2)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.GetFirstAncestorOfType``1(UnityEngine.Experimental.UIElements.VisualElement)
  name: GetFirstAncestorOfType<T>(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.GetFirstAncestorOfType<T>(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.GetFirstAncestorOfType.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.GetFirstAncestorOfType``1(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: VisualElementExtensions.GetFirstAncestorOfType<T>(VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.GetFirstOfType``1(UnityEngine.Experimental.UIElements.VisualElement)
  name: GetFirstOfType<T>(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.GetFirstOfType<T>(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.GetFirstOfType.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.GetFirstOfType``1(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: VisualElementExtensions.GetFirstOfType<T>(VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.GlobalToBound(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Rect)
  name: GlobalToBound(VisualElement, Rect)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.GlobalToBound(UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.GlobalToBound.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.GlobalToBound(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Rect)
  nameWithType: VisualElementExtensions.GlobalToBound(VisualElement, Rect)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.GlobalToBound(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Vector2)
  name: GlobalToBound(VisualElement, Vector2)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.GlobalToBound(UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.GlobalToBound.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.GlobalToBound(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Vector2)
  nameWithType: VisualElementExtensions.GlobalToBound(VisualElement, Vector2)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.LocalToGlobal(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Rect)
  name: LocalToGlobal(VisualElement, Rect)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.LocalToGlobal(UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.LocalToGlobal.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.LocalToGlobal(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Rect)
  nameWithType: VisualElementExtensions.LocalToGlobal(VisualElement, Rect)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.LocalToGlobal(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Vector2)
  name: LocalToGlobal(VisualElement, Vector2)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.LocalToGlobal(UnityEngine.Experimental.UIElements.VisualElement, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.LocalToGlobal.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.LocalToGlobal(UnityEngine.Experimental.UIElements.VisualElement,UnityEngine.Vector2)
  nameWithType: VisualElementExtensions.LocalToGlobal(VisualElement, Vector2)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualElementExtensions.StretchToParentSize(UnityEngine.Experimental.UIElements.VisualElement)
  name: StretchToParentSize(VisualElement)
  fullName: UnityEngine.Experimental.UIElements.VisualElementExtensions.StretchToParentSize(UnityEngine.Experimental.UIElements.VisualElement)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualElementExtensions.StretchToParentSize.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualElementExtensions.StretchToParentSize(UnityEngine.Experimental.UIElements.VisualElement)
  nameWithType: VisualElementExtensions.StretchToParentSize(VisualElement)
  type: Method
- uid: UnityEngine.Experimental.UIElements.VisualTreeAsset
  name: VisualTreeAsset
  fullName: UnityEngine.Experimental.UIElements.VisualTreeAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualTreeAsset.html
  commentId: T:UnityEngine.Experimental.UIElements.VisualTreeAsset
  nameWithType: VisualTreeAsset
  type: Class
- uid: UnityEngine.Experimental.UIElements.VisualTreeAsset.CloneTree
  name: CloneTree()
  fullName: UnityEngine.Experimental.UIElements.VisualTreeAsset.CloneTree()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.VisualTreeAsset.CloneTree.html
  commentId: M:UnityEngine.Experimental.UIElements.VisualTreeAsset.CloneTree
  nameWithType: VisualTreeAsset.CloneTree()
  type: Method
- uid: UnityEngine.Experimental.UIElements.WheelEvent
  name: WheelEvent
  fullName: UnityEngine.Experimental.UIElements.WheelEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.WheelEvent.html
  commentId: T:UnityEngine.Experimental.UIElements.WheelEvent
  nameWithType: WheelEvent
  type: Class
- uid: UnityEngine.Experimental.UIElements.WheelEvent.#ctor
  name: WheelEvent()
  fullName: UnityEngine.Experimental.UIElements.WheelEvent.WheelEvent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.WheelEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.WheelEvent.#ctor
  nameWithType: WheelEvent.WheelEvent()
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.WheelEvent.#ctor(UnityEngine.Event)
  name: WheelEvent(Event)
  fullName: UnityEngine.Experimental.UIElements.WheelEvent.WheelEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.WheelEvent-ctor.html
  commentId: M:UnityEngine.Experimental.UIElements.WheelEvent.#ctor(UnityEngine.Event)
  nameWithType: WheelEvent.WheelEvent(Event)
  type: Constructor
- uid: UnityEngine.Experimental.UIElements.WheelEvent.delta
  name: delta
  fullName: UnityEngine.Experimental.UIElements.WheelEvent.delta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.WheelEvent-delta.html
  commentId: P:UnityEngine.Experimental.UIElements.WheelEvent.delta
  nameWithType: WheelEvent.delta
  type: Property
- uid: UnityEngine.Experimental.UIElements.WheelEvent.GetEventTypeId
  name: GetEventTypeId()
  fullName: UnityEngine.Experimental.UIElements.WheelEvent.GetEventTypeId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.UIElements.WheelEvent.GetEventTypeId.html
  commentId: M:UnityEngine.Experimental.UIElements.WheelEvent.GetEventTypeId
  nameWithType: WheelEvent.GetEventTypeId()
  type: Method
- uid: UnityEngine.Experimental.VR
  name: UnityEngine.Experimental.VR
  fullName: UnityEngine.Experimental.VR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Experimental.VR
  nameWithType: UnityEngine.Experimental.VR
  type: Namespace
- uid: UnityEngine.Experimental.VR.Boundary
  name: Boundary
  fullName: UnityEngine.Experimental.VR.Boundary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary.html
  commentId: T:UnityEngine.Experimental.VR.Boundary
  nameWithType: Boundary
  type: Class
- uid: UnityEngine.Experimental.VR.Boundary.configured
  name: configured
  fullName: UnityEngine.Experimental.VR.Boundary.configured
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary-configured.html
  commentId: P:UnityEngine.Experimental.VR.Boundary.configured
  nameWithType: Boundary.configured
  type: Property
- uid: UnityEngine.Experimental.VR.Boundary.TryGetDimensions(UnityEngine.Vector3@,UnityEngine.Experimental.VR.Boundary.Type)
  name: TryGetDimensions(out Vector3, Type)
  fullName: UnityEngine.Experimental.VR.Boundary.TryGetDimensions(out UnityEngine.Vector3, UnityEngine.Experimental.VR.Boundary.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary.TryGetDimensions.html
  commentId: M:UnityEngine.Experimental.VR.Boundary.TryGetDimensions(UnityEngine.Vector3@,UnityEngine.Experimental.VR.Boundary.Type)
  nameWithType: Boundary.TryGetDimensions(out Vector3, Boundary.Type)
  type: Method
- uid: UnityEngine.Experimental.VR.Boundary.TryGetDimensions(UnityEngine.Vector3@)
  name: TryGetDimensions(out Vector3)
  fullName: UnityEngine.Experimental.VR.Boundary.TryGetDimensions(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary.TryGetDimensions.html
  commentId: M:UnityEngine.Experimental.VR.Boundary.TryGetDimensions(UnityEngine.Vector3@)
  nameWithType: Boundary.TryGetDimensions(out Vector3)
  type: Method
- uid: UnityEngine.Experimental.VR.Boundary.TryGetGeometry(System.Collections.Generic.List{UnityEngine.Vector3},UnityEngine.Experimental.VR.Boundary.Type)
  name: TryGetGeometry(List<Vector3>, Type)
  fullName: UnityEngine.Experimental.VR.Boundary.TryGetGeometry(System.Collections.Generic.List<UnityEngine.Vector3>, UnityEngine.Experimental.VR.Boundary.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary.TryGetGeometry.html
  commentId: M:UnityEngine.Experimental.VR.Boundary.TryGetGeometry(System.Collections.Generic.List{UnityEngine.Vector3},UnityEngine.Experimental.VR.Boundary.Type)
  nameWithType: Boundary.TryGetGeometry(List<Vector3>, Boundary.Type)
  type: Method
- uid: UnityEngine.Experimental.VR.Boundary.TryGetGeometry(System.Collections.Generic.List{UnityEngine.Vector3})
  name: TryGetGeometry(List<Vector3>)
  fullName: UnityEngine.Experimental.VR.Boundary.TryGetGeometry(System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary.TryGetGeometry.html
  commentId: M:UnityEngine.Experimental.VR.Boundary.TryGetGeometry(System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: Boundary.TryGetGeometry(List<Vector3>)
  type: Method
- uid: UnityEngine.Experimental.VR.Boundary.Type
  name: Boundary.Type
  fullName: UnityEngine.Experimental.VR.Boundary.Type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary.Type.html
  commentId: T:UnityEngine.Experimental.VR.Boundary.Type
  nameWithType: Boundary.Type
  type: Enum
- uid: UnityEngine.Experimental.VR.Boundary.Type.PlayArea
  name: PlayArea
  fullName: UnityEngine.Experimental.VR.Boundary.Type.PlayArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary.Type.PlayArea.html
  commentId: F:UnityEngine.Experimental.VR.Boundary.Type.PlayArea
  nameWithType: Boundary.Type.PlayArea
  type: Field
- uid: UnityEngine.Experimental.VR.Boundary.Type.TrackedArea
  name: TrackedArea
  fullName: UnityEngine.Experimental.VR.Boundary.Type.TrackedArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary.Type.TrackedArea.html
  commentId: F:UnityEngine.Experimental.VR.Boundary.Type.TrackedArea
  nameWithType: Boundary.Type.TrackedArea
  type: Field
- uid: UnityEngine.Experimental.VR.Boundary.visible
  name: visible
  fullName: UnityEngine.Experimental.VR.Boundary.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.VR.Boundary-visible.html
  commentId: P:UnityEngine.Experimental.VR.Boundary.visible
  nameWithType: Boundary.visible
  type: Property
- uid: UnityEngine.Experimental.XR
  name: UnityEngine.Experimental.XR
  fullName: UnityEngine.Experimental.XR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Experimental.XR
  nameWithType: UnityEngine.Experimental.XR
  type: Namespace
- uid: UnityEngine.Experimental.XR.Boundary
  name: Boundary
  fullName: UnityEngine.Experimental.XR.Boundary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary.html
  commentId: T:UnityEngine.Experimental.XR.Boundary
  nameWithType: Boundary
  type: Class
- uid: UnityEngine.Experimental.XR.Boundary.configured
  name: configured
  fullName: UnityEngine.Experimental.XR.Boundary.configured
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary-configured.html
  commentId: P:UnityEngine.Experimental.XR.Boundary.configured
  nameWithType: Boundary.configured
  type: Property
- uid: UnityEngine.Experimental.XR.Boundary.TryGetDimensions(UnityEngine.Vector3@,UnityEngine.Experimental.XR.Boundary.Type)
  name: TryGetDimensions(out Vector3, Type)
  fullName: UnityEngine.Experimental.XR.Boundary.TryGetDimensions(out UnityEngine.Vector3, UnityEngine.Experimental.XR.Boundary.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary.TryGetDimensions.html
  commentId: M:UnityEngine.Experimental.XR.Boundary.TryGetDimensions(UnityEngine.Vector3@,UnityEngine.Experimental.XR.Boundary.Type)
  nameWithType: Boundary.TryGetDimensions(out Vector3, Boundary.Type)
  type: Method
- uid: UnityEngine.Experimental.XR.Boundary.TryGetDimensions(UnityEngine.Vector3@)
  name: TryGetDimensions(out Vector3)
  fullName: UnityEngine.Experimental.XR.Boundary.TryGetDimensions(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary.TryGetDimensions.html
  commentId: M:UnityEngine.Experimental.XR.Boundary.TryGetDimensions(UnityEngine.Vector3@)
  nameWithType: Boundary.TryGetDimensions(out Vector3)
  type: Method
- uid: UnityEngine.Experimental.XR.Boundary.TryGetGeometry(System.Collections.Generic.List{UnityEngine.Vector3},UnityEngine.Experimental.XR.Boundary.Type)
  name: TryGetGeometry(List<Vector3>, Type)
  fullName: UnityEngine.Experimental.XR.Boundary.TryGetGeometry(System.Collections.Generic.List<UnityEngine.Vector3>, UnityEngine.Experimental.XR.Boundary.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary.TryGetGeometry.html
  commentId: M:UnityEngine.Experimental.XR.Boundary.TryGetGeometry(System.Collections.Generic.List{UnityEngine.Vector3},UnityEngine.Experimental.XR.Boundary.Type)
  nameWithType: Boundary.TryGetGeometry(List<Vector3>, Boundary.Type)
  type: Method
- uid: UnityEngine.Experimental.XR.Boundary.TryGetGeometry(System.Collections.Generic.List{UnityEngine.Vector3})
  name: TryGetGeometry(List<Vector3>)
  fullName: UnityEngine.Experimental.XR.Boundary.TryGetGeometry(System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary.TryGetGeometry.html
  commentId: M:UnityEngine.Experimental.XR.Boundary.TryGetGeometry(System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: Boundary.TryGetGeometry(List<Vector3>)
  type: Method
- uid: UnityEngine.Experimental.XR.Boundary.Type
  name: Boundary.Type
  fullName: UnityEngine.Experimental.XR.Boundary.Type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary.Type.html
  commentId: T:UnityEngine.Experimental.XR.Boundary.Type
  nameWithType: Boundary.Type
  type: Enum
- uid: UnityEngine.Experimental.XR.Boundary.Type.PlayArea
  name: PlayArea
  fullName: UnityEngine.Experimental.XR.Boundary.Type.PlayArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary.Type.PlayArea.html
  commentId: F:UnityEngine.Experimental.XR.Boundary.Type.PlayArea
  nameWithType: Boundary.Type.PlayArea
  type: Field
- uid: UnityEngine.Experimental.XR.Boundary.Type.TrackedArea
  name: TrackedArea
  fullName: UnityEngine.Experimental.XR.Boundary.Type.TrackedArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary.Type.TrackedArea.html
  commentId: F:UnityEngine.Experimental.XR.Boundary.Type.TrackedArea
  nameWithType: Boundary.Type.TrackedArea
  type: Field
- uid: UnityEngine.Experimental.XR.Boundary.visible
  name: visible
  fullName: UnityEngine.Experimental.XR.Boundary.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Experimental.XR.Boundary-visible.html
  commentId: P:UnityEngine.Experimental.XR.Boundary.visible
  nameWithType: Boundary.visible
  type: Property
- uid: UnityEngine.ExposedPropertyResolver
  name: ExposedPropertyResolver
  fullName: UnityEngine.ExposedPropertyResolver
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExposedPropertyResolver.html
  commentId: T:UnityEngine.ExposedPropertyResolver
  nameWithType: ExposedPropertyResolver
  type: Struct
- uid: UnityEngine.ExposedReference`1
  name: ExposedReference<T>
  fullName: UnityEngine.ExposedReference<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExposedReference_1.html
  commentId: T:UnityEngine.ExposedReference`1
  nameWithType: ExposedReference<T>
  type: Struct
- uid: UnityEngine.ExposedReference`1.defaultValue
  name: defaultValue
  fullName: UnityEngine.ExposedReference<T>.defaultValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExposedReference_1-defaultValue.html
  commentId: F:UnityEngine.ExposedReference`1.defaultValue
  nameWithType: ExposedReference<T>.defaultValue
  type: Field
- uid: UnityEngine.ExposedReference`1.exposedName
  name: exposedName
  fullName: UnityEngine.ExposedReference<T>.exposedName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExposedReference_1-exposedName.html
  commentId: F:UnityEngine.ExposedReference`1.exposedName
  nameWithType: ExposedReference<T>.exposedName
  type: Field
- uid: UnityEngine.ExposedReference`1.Resolve(UnityEngine.IExposedPropertyTable)
  name: Resolve(IExposedPropertyTable)
  fullName: UnityEngine.ExposedReference<T>.Resolve(UnityEngine.IExposedPropertyTable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ExposedReference_1.Resolve.html
  commentId: M:UnityEngine.ExposedReference`1.Resolve(UnityEngine.IExposedPropertyTable)
  nameWithType: ExposedReference<T>.Resolve(IExposedPropertyTable)
  type: Method
- uid: UnityEngine.FFTWindow
  name: FFTWindow
  fullName: UnityEngine.FFTWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FFTWindow.html
  commentId: T:UnityEngine.FFTWindow
  nameWithType: FFTWindow
  type: Enum
- uid: UnityEngine.FFTWindow.Blackman
  name: Blackman
  fullName: UnityEngine.FFTWindow.Blackman
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FFTWindow.Blackman.html
  commentId: F:UnityEngine.FFTWindow.Blackman
  nameWithType: FFTWindow.Blackman
  type: Field
- uid: UnityEngine.FFTWindow.BlackmanHarris
  name: BlackmanHarris
  fullName: UnityEngine.FFTWindow.BlackmanHarris
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FFTWindow.BlackmanHarris.html
  commentId: F:UnityEngine.FFTWindow.BlackmanHarris
  nameWithType: FFTWindow.BlackmanHarris
  type: Field
- uid: UnityEngine.FFTWindow.Hamming
  name: Hamming
  fullName: UnityEngine.FFTWindow.Hamming
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FFTWindow.Hamming.html
  commentId: F:UnityEngine.FFTWindow.Hamming
  nameWithType: FFTWindow.Hamming
  type: Field
- uid: UnityEngine.FFTWindow.Hanning
  name: Hanning
  fullName: UnityEngine.FFTWindow.Hanning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FFTWindow.Hanning.html
  commentId: F:UnityEngine.FFTWindow.Hanning
  nameWithType: FFTWindow.Hanning
  type: Field
- uid: UnityEngine.FFTWindow.Rectangular
  name: Rectangular
  fullName: UnityEngine.FFTWindow.Rectangular
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FFTWindow.Rectangular.html
  commentId: F:UnityEngine.FFTWindow.Rectangular
  nameWithType: FFTWindow.Rectangular
  type: Field
- uid: UnityEngine.FFTWindow.Triangle
  name: Triangle
  fullName: UnityEngine.FFTWindow.Triangle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FFTWindow.Triangle.html
  commentId: F:UnityEngine.FFTWindow.Triangle
  nameWithType: FFTWindow.Triangle
  type: Field
- uid: UnityEngine.FilterMode
  name: FilterMode
  fullName: UnityEngine.FilterMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FilterMode.html
  commentId: T:UnityEngine.FilterMode
  nameWithType: FilterMode
  type: Enum
- uid: UnityEngine.FilterMode.Bilinear
  name: Bilinear
  fullName: UnityEngine.FilterMode.Bilinear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FilterMode.Bilinear.html
  commentId: F:UnityEngine.FilterMode.Bilinear
  nameWithType: FilterMode.Bilinear
  type: Field
- uid: UnityEngine.FilterMode.Point
  name: Point
  fullName: UnityEngine.FilterMode.Point
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FilterMode.Point.html
  commentId: F:UnityEngine.FilterMode.Point
  nameWithType: FilterMode.Point
  type: Field
- uid: UnityEngine.FilterMode.Trilinear
  name: Trilinear
  fullName: UnityEngine.FilterMode.Trilinear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FilterMode.Trilinear.html
  commentId: F:UnityEngine.FilterMode.Trilinear
  nameWithType: FilterMode.Trilinear
  type: Field
- uid: UnityEngine.FixedJoint
  name: FixedJoint
  fullName: UnityEngine.FixedJoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FixedJoint.html
  commentId: T:UnityEngine.FixedJoint
  nameWithType: FixedJoint
  type: Class
- uid: UnityEngine.FixedJoint2D
  name: FixedJoint2D
  fullName: UnityEngine.FixedJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FixedJoint2D.html
  commentId: T:UnityEngine.FixedJoint2D
  nameWithType: FixedJoint2D
  type: Class
- uid: UnityEngine.FixedJoint2D.dampingRatio
  name: dampingRatio
  fullName: UnityEngine.FixedJoint2D.dampingRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FixedJoint2D-dampingRatio.html
  commentId: P:UnityEngine.FixedJoint2D.dampingRatio
  nameWithType: FixedJoint2D.dampingRatio
  type: Property
- uid: UnityEngine.FixedJoint2D.frequency
  name: frequency
  fullName: UnityEngine.FixedJoint2D.frequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FixedJoint2D-frequency.html
  commentId: P:UnityEngine.FixedJoint2D.frequency
  nameWithType: FixedJoint2D.frequency
  type: Property
- uid: UnityEngine.FixedJoint2D.referenceAngle
  name: referenceAngle
  fullName: UnityEngine.FixedJoint2D.referenceAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FixedJoint2D-referenceAngle.html
  commentId: P:UnityEngine.FixedJoint2D.referenceAngle
  nameWithType: FixedJoint2D.referenceAngle
  type: Property
- uid: UnityEngine.Flare
  name: Flare
  fullName: UnityEngine.Flare
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Flare.html
  commentId: T:UnityEngine.Flare
  nameWithType: Flare
  type: Class
- uid: UnityEngine.FlareLayer
  name: FlareLayer
  fullName: UnityEngine.FlareLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FlareLayer.html
  commentId: T:UnityEngine.FlareLayer
  nameWithType: FlareLayer
  type: Class
- uid: UnityEngine.FocusType
  name: FocusType
  fullName: UnityEngine.FocusType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FocusType.html
  commentId: T:UnityEngine.FocusType
  nameWithType: FocusType
  type: Enum
- uid: UnityEngine.FocusType.Keyboard
  name: Keyboard
  fullName: UnityEngine.FocusType.Keyboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FocusType.Keyboard.html
  commentId: F:UnityEngine.FocusType.Keyboard
  nameWithType: FocusType.Keyboard
  type: Field
- uid: UnityEngine.FocusType.Native
  name: Native
  fullName: UnityEngine.FocusType.Native
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FocusType.Native.html
  commentId: F:UnityEngine.FocusType.Native
  nameWithType: FocusType.Native
  type: Field
- uid: UnityEngine.FocusType.Passive
  name: Passive
  fullName: UnityEngine.FocusType.Passive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FocusType.Passive.html
  commentId: F:UnityEngine.FocusType.Passive
  nameWithType: FocusType.Passive
  type: Field
- uid: UnityEngine.FogMode
  name: FogMode
  fullName: UnityEngine.FogMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FogMode.html
  commentId: T:UnityEngine.FogMode
  nameWithType: FogMode
  type: Enum
- uid: UnityEngine.FogMode.Exponential
  name: Exponential
  fullName: UnityEngine.FogMode.Exponential
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FogMode.Exponential.html
  commentId: F:UnityEngine.FogMode.Exponential
  nameWithType: FogMode.Exponential
  type: Field
- uid: UnityEngine.FogMode.ExponentialSquared
  name: ExponentialSquared
  fullName: UnityEngine.FogMode.ExponentialSquared
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FogMode.ExponentialSquared.html
  commentId: F:UnityEngine.FogMode.ExponentialSquared
  nameWithType: FogMode.ExponentialSquared
  type: Field
- uid: UnityEngine.FogMode.Linear
  name: Linear
  fullName: UnityEngine.FogMode.Linear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FogMode.Linear.html
  commentId: F:UnityEngine.FogMode.Linear
  nameWithType: FogMode.Linear
  type: Field
- uid: UnityEngine.Font
  name: Font
  fullName: UnityEngine.Font
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.html
  commentId: T:UnityEngine.Font
  nameWithType: Font
  type: Class
- uid: UnityEngine.Font.#ctor
  name: Font()
  fullName: UnityEngine.Font.Font()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-ctor.html
  commentId: M:UnityEngine.Font.#ctor
  nameWithType: Font.Font()
  type: Constructor
- uid: UnityEngine.Font.#ctor(System.String)
  name: Font(string)
  fullName: UnityEngine.Font.Font(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-ctor.html
  commentId: M:UnityEngine.Font.#ctor(System.String)
  nameWithType: Font.Font(string)
  type: Constructor
- uid: UnityEngine.Font.ascent
  name: ascent
  fullName: UnityEngine.Font.ascent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-ascent.html
  commentId: P:UnityEngine.Font.ascent
  nameWithType: Font.ascent
  type: Property
- uid: UnityEngine.Font.characterInfo
  name: characterInfo
  fullName: UnityEngine.Font.characterInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-characterInfo.html
  commentId: P:UnityEngine.Font.characterInfo
  nameWithType: Font.characterInfo
  type: Property
- uid: UnityEngine.Font.CreateDynamicFontFromOSFont(System.String,System.Int32)
  name: CreateDynamicFontFromOSFont(string, int)
  fullName: UnityEngine.Font.CreateDynamicFontFromOSFont(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.CreateDynamicFontFromOSFont.html
  commentId: M:UnityEngine.Font.CreateDynamicFontFromOSFont(System.String,System.Int32)
  nameWithType: Font.CreateDynamicFontFromOSFont(string, int)
  type: Method
- uid: UnityEngine.Font.CreateDynamicFontFromOSFont(System.String[],System.Int32)
  name: CreateDynamicFontFromOSFont(string[], int)
  fullName: UnityEngine.Font.CreateDynamicFontFromOSFont(string[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.CreateDynamicFontFromOSFont.html
  commentId: M:UnityEngine.Font.CreateDynamicFontFromOSFont(System.String[],System.Int32)
  nameWithType: Font.CreateDynamicFontFromOSFont(string[], int)
  type: Method
- uid: UnityEngine.Font.dynamic
  name: dynamic
  fullName: UnityEngine.Font.dynamic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-dynamic.html
  commentId: P:UnityEngine.Font.dynamic
  nameWithType: Font.dynamic
  type: Property
- uid: UnityEngine.Font.fontNames
  name: fontNames
  fullName: UnityEngine.Font.fontNames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-fontNames.html
  commentId: P:UnityEngine.Font.fontNames
  nameWithType: Font.fontNames
  type: Property
- uid: UnityEngine.Font.fontSize
  name: fontSize
  fullName: UnityEngine.Font.fontSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-fontSize.html
  commentId: P:UnityEngine.Font.fontSize
  nameWithType: Font.fontSize
  type: Property
- uid: UnityEngine.Font.GetCharacterInfo(System.Char,UnityEngine.CharacterInfo@,System.Int32,UnityEngine.FontStyle)
  name: GetCharacterInfo(char, out CharacterInfo, int, FontStyle)
  fullName: UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int, UnityEngine.FontStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.GetCharacterInfo.html
  commentId: M:UnityEngine.Font.GetCharacterInfo(System.Char,UnityEngine.CharacterInfo@,System.Int32,UnityEngine.FontStyle)
  nameWithType: Font.GetCharacterInfo(char, out CharacterInfo, int, FontStyle)
  type: Method
- uid: UnityEngine.Font.GetCharacterInfo(System.Char,UnityEngine.CharacterInfo@,System.Int32)
  name: GetCharacterInfo(char, out CharacterInfo, int)
  fullName: UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.GetCharacterInfo.html
  commentId: M:UnityEngine.Font.GetCharacterInfo(System.Char,UnityEngine.CharacterInfo@,System.Int32)
  nameWithType: Font.GetCharacterInfo(char, out CharacterInfo, int)
  type: Method
- uid: UnityEngine.Font.GetCharacterInfo(System.Char,UnityEngine.CharacterInfo@)
  name: GetCharacterInfo(char, out CharacterInfo)
  fullName: UnityEngine.Font.GetCharacterInfo(char, out UnityEngine.CharacterInfo)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.GetCharacterInfo.html
  commentId: M:UnityEngine.Font.GetCharacterInfo(System.Char,UnityEngine.CharacterInfo@)
  nameWithType: Font.GetCharacterInfo(char, out CharacterInfo)
  type: Method
- uid: UnityEngine.Font.GetMaxVertsForString(System.String)
  name: GetMaxVertsForString(string)
  fullName: UnityEngine.Font.GetMaxVertsForString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.GetMaxVertsForString.html
  commentId: M:UnityEngine.Font.GetMaxVertsForString(System.String)
  nameWithType: Font.GetMaxVertsForString(string)
  type: Method
- uid: UnityEngine.Font.GetOSInstalledFontNames
  name: GetOSInstalledFontNames()
  fullName: UnityEngine.Font.GetOSInstalledFontNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.GetOSInstalledFontNames.html
  commentId: M:UnityEngine.Font.GetOSInstalledFontNames
  nameWithType: Font.GetOSInstalledFontNames()
  type: Method
- uid: UnityEngine.Font.HasCharacter(System.Char)
  name: HasCharacter(char)
  fullName: UnityEngine.Font.HasCharacter(char)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.HasCharacter.html
  commentId: M:UnityEngine.Font.HasCharacter(System.Char)
  nameWithType: Font.HasCharacter(char)
  type: Method
- uid: UnityEngine.Font.lineHeight
  name: lineHeight
  fullName: UnityEngine.Font.lineHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-lineHeight.html
  commentId: P:UnityEngine.Font.lineHeight
  nameWithType: Font.lineHeight
  type: Property
- uid: UnityEngine.Font.material
  name: material
  fullName: UnityEngine.Font.material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-material.html
  commentId: P:UnityEngine.Font.material
  nameWithType: Font.material
  type: Property
- uid: UnityEngine.Font.RequestCharactersInTexture(System.String,System.Int32,UnityEngine.FontStyle)
  name: RequestCharactersInTexture(string, int, FontStyle)
  fullName: UnityEngine.Font.RequestCharactersInTexture(string, int, UnityEngine.FontStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.RequestCharactersInTexture.html
  commentId: M:UnityEngine.Font.RequestCharactersInTexture(System.String,System.Int32,UnityEngine.FontStyle)
  nameWithType: Font.RequestCharactersInTexture(string, int, FontStyle)
  type: Method
- uid: UnityEngine.Font.RequestCharactersInTexture(System.String,System.Int32)
  name: RequestCharactersInTexture(string, int)
  fullName: UnityEngine.Font.RequestCharactersInTexture(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.RequestCharactersInTexture.html
  commentId: M:UnityEngine.Font.RequestCharactersInTexture(System.String,System.Int32)
  nameWithType: Font.RequestCharactersInTexture(string, int)
  type: Method
- uid: UnityEngine.Font.RequestCharactersInTexture(System.String)
  name: RequestCharactersInTexture(string)
  fullName: UnityEngine.Font.RequestCharactersInTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font.RequestCharactersInTexture.html
  commentId: M:UnityEngine.Font.RequestCharactersInTexture(System.String)
  nameWithType: Font.RequestCharactersInTexture(string)
  type: Method
- uid: UnityEngine.Font.textureRebuilt
  name: textureRebuilt
  fullName: UnityEngine.Font.textureRebuilt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Font-textureRebuilt.html
  commentId: E:UnityEngine.Font.textureRebuilt
  nameWithType: Font.textureRebuilt
  type: Event
- uid: UnityEngine.FontStyle
  name: FontStyle
  fullName: UnityEngine.FontStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontStyle.html
  commentId: T:UnityEngine.FontStyle
  nameWithType: FontStyle
  type: Enum
- uid: UnityEngine.FontStyle.Bold
  name: Bold
  fullName: UnityEngine.FontStyle.Bold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontStyle.Bold.html
  commentId: F:UnityEngine.FontStyle.Bold
  nameWithType: FontStyle.Bold
  type: Field
- uid: UnityEngine.FontStyle.BoldAndItalic
  name: BoldAndItalic
  fullName: UnityEngine.FontStyle.BoldAndItalic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontStyle.BoldAndItalic.html
  commentId: F:UnityEngine.FontStyle.BoldAndItalic
  nameWithType: FontStyle.BoldAndItalic
  type: Field
- uid: UnityEngine.FontStyle.Italic
  name: Italic
  fullName: UnityEngine.FontStyle.Italic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontStyle.Italic.html
  commentId: F:UnityEngine.FontStyle.Italic
  nameWithType: FontStyle.Italic
  type: Field
- uid: UnityEngine.FontStyle.Normal
  name: Normal
  fullName: UnityEngine.FontStyle.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FontStyle.Normal.html
  commentId: F:UnityEngine.FontStyle.Normal
  nameWithType: FontStyle.Normal
  type: Field
- uid: UnityEngine.ForceMode
  name: ForceMode
  fullName: UnityEngine.ForceMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ForceMode.html
  commentId: T:UnityEngine.ForceMode
  nameWithType: ForceMode
  type: Enum
- uid: UnityEngine.ForceMode.Acceleration
  name: Acceleration
  fullName: UnityEngine.ForceMode.Acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ForceMode.Acceleration.html
  commentId: F:UnityEngine.ForceMode.Acceleration
  nameWithType: ForceMode.Acceleration
  type: Field
- uid: UnityEngine.ForceMode.Force
  name: Force
  fullName: UnityEngine.ForceMode.Force
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ForceMode.Force.html
  commentId: F:UnityEngine.ForceMode.Force
  nameWithType: ForceMode.Force
  type: Field
- uid: UnityEngine.ForceMode.Impulse
  name: Impulse
  fullName: UnityEngine.ForceMode.Impulse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ForceMode.Impulse.html
  commentId: F:UnityEngine.ForceMode.Impulse
  nameWithType: ForceMode.Impulse
  type: Field
- uid: UnityEngine.ForceMode.VelocityChange
  name: VelocityChange
  fullName: UnityEngine.ForceMode.VelocityChange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ForceMode.VelocityChange.html
  commentId: F:UnityEngine.ForceMode.VelocityChange
  nameWithType: ForceMode.VelocityChange
  type: Field
- uid: UnityEngine.ForceMode2D
  name: ForceMode2D
  fullName: UnityEngine.ForceMode2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ForceMode2D.html
  commentId: T:UnityEngine.ForceMode2D
  nameWithType: ForceMode2D
  type: Enum
- uid: UnityEngine.ForceMode2D.Force
  name: Force
  fullName: UnityEngine.ForceMode2D.Force
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ForceMode2D.Force.html
  commentId: F:UnityEngine.ForceMode2D.Force
  nameWithType: ForceMode2D.Force
  type: Field
- uid: UnityEngine.ForceMode2D.Impulse
  name: Impulse
  fullName: UnityEngine.ForceMode2D.Impulse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ForceMode2D.Impulse.html
  commentId: F:UnityEngine.ForceMode2D.Impulse
  nameWithType: ForceMode2D.Impulse
  type: Field
- uid: UnityEngine.FrictionJoint2D
  name: FrictionJoint2D
  fullName: UnityEngine.FrictionJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrictionJoint2D.html
  commentId: T:UnityEngine.FrictionJoint2D
  nameWithType: FrictionJoint2D
  type: Class
- uid: UnityEngine.FrictionJoint2D.maxForce
  name: maxForce
  fullName: UnityEngine.FrictionJoint2D.maxForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrictionJoint2D-maxForce.html
  commentId: P:UnityEngine.FrictionJoint2D.maxForce
  nameWithType: FrictionJoint2D.maxForce
  type: Property
- uid: UnityEngine.FrictionJoint2D.maxTorque
  name: maxTorque
  fullName: UnityEngine.FrictionJoint2D.maxTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrictionJoint2D-maxTorque.html
  commentId: P:UnityEngine.FrictionJoint2D.maxTorque
  nameWithType: FrictionJoint2D.maxTorque
  type: Property
- uid: UnityEngine.FrustumPlanes
  name: FrustumPlanes
  fullName: UnityEngine.FrustumPlanes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrustumPlanes.html
  commentId: T:UnityEngine.FrustumPlanes
  nameWithType: FrustumPlanes
  type: Struct
- uid: UnityEngine.FrustumPlanes.bottom
  name: bottom
  fullName: UnityEngine.FrustumPlanes.bottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrustumPlanes-bottom.html
  commentId: F:UnityEngine.FrustumPlanes.bottom
  nameWithType: FrustumPlanes.bottom
  type: Field
- uid: UnityEngine.FrustumPlanes.left
  name: left
  fullName: UnityEngine.FrustumPlanes.left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrustumPlanes-left.html
  commentId: F:UnityEngine.FrustumPlanes.left
  nameWithType: FrustumPlanes.left
  type: Field
- uid: UnityEngine.FrustumPlanes.right
  name: right
  fullName: UnityEngine.FrustumPlanes.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrustumPlanes-right.html
  commentId: F:UnityEngine.FrustumPlanes.right
  nameWithType: FrustumPlanes.right
  type: Field
- uid: UnityEngine.FrustumPlanes.top
  name: top
  fullName: UnityEngine.FrustumPlanes.top
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrustumPlanes-top.html
  commentId: F:UnityEngine.FrustumPlanes.top
  nameWithType: FrustumPlanes.top
  type: Field
- uid: UnityEngine.FrustumPlanes.zFar
  name: zFar
  fullName: UnityEngine.FrustumPlanes.zFar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrustumPlanes-zFar.html
  commentId: F:UnityEngine.FrustumPlanes.zFar
  nameWithType: FrustumPlanes.zFar
  type: Field
- uid: UnityEngine.FrustumPlanes.zNear
  name: zNear
  fullName: UnityEngine.FrustumPlanes.zNear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FrustumPlanes-zNear.html
  commentId: F:UnityEngine.FrustumPlanes.zNear
  nameWithType: FrustumPlanes.zNear
  type: Field
- uid: UnityEngine.FullScreenMovieControlMode
  name: FullScreenMovieControlMode
  fullName: UnityEngine.FullScreenMovieControlMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieControlMode.html
  commentId: T:UnityEngine.FullScreenMovieControlMode
  nameWithType: FullScreenMovieControlMode
  type: Enum
- uid: UnityEngine.FullScreenMovieControlMode.CancelOnInput
  name: CancelOnInput
  fullName: UnityEngine.FullScreenMovieControlMode.CancelOnInput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieControlMode.CancelOnInput.html
  commentId: F:UnityEngine.FullScreenMovieControlMode.CancelOnInput
  nameWithType: FullScreenMovieControlMode.CancelOnInput
  type: Field
- uid: UnityEngine.FullScreenMovieControlMode.Full
  name: Full
  fullName: UnityEngine.FullScreenMovieControlMode.Full
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieControlMode.Full.html
  commentId: F:UnityEngine.FullScreenMovieControlMode.Full
  nameWithType: FullScreenMovieControlMode.Full
  type: Field
- uid: UnityEngine.FullScreenMovieControlMode.Hidden
  name: Hidden
  fullName: UnityEngine.FullScreenMovieControlMode.Hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieControlMode.Hidden.html
  commentId: F:UnityEngine.FullScreenMovieControlMode.Hidden
  nameWithType: FullScreenMovieControlMode.Hidden
  type: Field
- uid: UnityEngine.FullScreenMovieControlMode.Minimal
  name: Minimal
  fullName: UnityEngine.FullScreenMovieControlMode.Minimal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieControlMode.Minimal.html
  commentId: F:UnityEngine.FullScreenMovieControlMode.Minimal
  nameWithType: FullScreenMovieControlMode.Minimal
  type: Field
- uid: UnityEngine.FullScreenMovieScalingMode
  name: FullScreenMovieScalingMode
  fullName: UnityEngine.FullScreenMovieScalingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieScalingMode.html
  commentId: T:UnityEngine.FullScreenMovieScalingMode
  nameWithType: FullScreenMovieScalingMode
  type: Enum
- uid: UnityEngine.FullScreenMovieScalingMode.AspectFill
  name: AspectFill
  fullName: UnityEngine.FullScreenMovieScalingMode.AspectFill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieScalingMode.AspectFill.html
  commentId: F:UnityEngine.FullScreenMovieScalingMode.AspectFill
  nameWithType: FullScreenMovieScalingMode.AspectFill
  type: Field
- uid: UnityEngine.FullScreenMovieScalingMode.AspectFit
  name: AspectFit
  fullName: UnityEngine.FullScreenMovieScalingMode.AspectFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieScalingMode.AspectFit.html
  commentId: F:UnityEngine.FullScreenMovieScalingMode.AspectFit
  nameWithType: FullScreenMovieScalingMode.AspectFit
  type: Field
- uid: UnityEngine.FullScreenMovieScalingMode.Fill
  name: Fill
  fullName: UnityEngine.FullScreenMovieScalingMode.Fill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieScalingMode.Fill.html
  commentId: F:UnityEngine.FullScreenMovieScalingMode.Fill
  nameWithType: FullScreenMovieScalingMode.Fill
  type: Field
- uid: UnityEngine.FullScreenMovieScalingMode.None
  name: None
  fullName: UnityEngine.FullScreenMovieScalingMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/FullScreenMovieScalingMode.None.html
  commentId: F:UnityEngine.FullScreenMovieScalingMode.None
  nameWithType: FullScreenMovieScalingMode.None
  type: Field
- uid: UnityEngine.GameObject
  name: GameObject
  fullName: UnityEngine.GameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.html
  commentId: T:UnityEngine.GameObject
  nameWithType: GameObject
  type: Class
- uid: UnityEngine.GameObject.#ctor
  name: GameObject()
  fullName: UnityEngine.GameObject.GameObject()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-ctor.html
  commentId: M:UnityEngine.GameObject.#ctor
  nameWithType: GameObject.GameObject()
  type: Constructor
- uid: UnityEngine.GameObject.#ctor(System.String,System.Type[])
  name: GameObject(string, params Type[])
  fullName: UnityEngine.GameObject.GameObject(string, params System.Type[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-ctor.html
  commentId: M:UnityEngine.GameObject.#ctor(System.String,System.Type[])
  nameWithType: GameObject.GameObject(string, params Type[])
  type: Constructor
- uid: UnityEngine.GameObject.#ctor(System.String)
  name: GameObject(string)
  fullName: UnityEngine.GameObject.GameObject(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-ctor.html
  commentId: M:UnityEngine.GameObject.#ctor(System.String)
  nameWithType: GameObject.GameObject(string)
  type: Constructor
- uid: UnityEngine.GameObject.active
  name: active
  fullName: UnityEngine.GameObject.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-active.html
  commentId: P:UnityEngine.GameObject.active
  nameWithType: GameObject.active
  type: Property
- uid: UnityEngine.GameObject.activeInHierarchy
  name: activeInHierarchy
  fullName: UnityEngine.GameObject.activeInHierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-activeInHierarchy.html
  commentId: P:UnityEngine.GameObject.activeInHierarchy
  nameWithType: GameObject.activeInHierarchy
  type: Property
- uid: UnityEngine.GameObject.activeSelf
  name: activeSelf
  fullName: UnityEngine.GameObject.activeSelf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-activeSelf.html
  commentId: P:UnityEngine.GameObject.activeSelf
  nameWithType: GameObject.activeSelf
  type: Property
- uid: UnityEngine.GameObject.AddComponent(System.String)
  name: AddComponent(string)
  fullName: UnityEngine.GameObject.AddComponent(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.AddComponent.html
  commentId: M:UnityEngine.GameObject.AddComponent(System.String)
  nameWithType: GameObject.AddComponent(string)
  type: Method
- uid: UnityEngine.GameObject.AddComponent(System.Type)
  name: AddComponent(Type)
  fullName: UnityEngine.GameObject.AddComponent(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.AddComponent.html
  commentId: M:UnityEngine.GameObject.AddComponent(System.Type)
  nameWithType: GameObject.AddComponent(Type)
  type: Method
- uid: UnityEngine.GameObject.AddComponent``1
  name: AddComponent<T>()
  fullName: UnityEngine.GameObject.AddComponent<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.AddComponent.html
  commentId: M:UnityEngine.GameObject.AddComponent``1
  nameWithType: GameObject.AddComponent<T>()
  type: Method
- uid: UnityEngine.GameObject.animation
  name: animation
  fullName: UnityEngine.GameObject.animation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-animation.html
  commentId: P:UnityEngine.GameObject.animation
  nameWithType: GameObject.animation
  type: Property
- uid: UnityEngine.GameObject.audio
  name: audio
  fullName: UnityEngine.GameObject.audio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-audio.html
  commentId: P:UnityEngine.GameObject.audio
  nameWithType: GameObject.audio
  type: Property
- uid: UnityEngine.GameObject.BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions)
  name: BroadcastMessage(string, object, SendMessageOptions)
  fullName: UnityEngine.GameObject.BroadcastMessage(string, object, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.BroadcastMessage.html
  commentId: M:UnityEngine.GameObject.BroadcastMessage(System.String,System.Object,UnityEngine.SendMessageOptions)
  nameWithType: GameObject.BroadcastMessage(string, object, SendMessageOptions)
  type: Method
- uid: UnityEngine.GameObject.BroadcastMessage(System.String,System.Object)
  name: BroadcastMessage(string, object)
  fullName: UnityEngine.GameObject.BroadcastMessage(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.BroadcastMessage.html
  commentId: M:UnityEngine.GameObject.BroadcastMessage(System.String,System.Object)
  nameWithType: GameObject.BroadcastMessage(string, object)
  type: Method
- uid: UnityEngine.GameObject.BroadcastMessage(System.String,UnityEngine.SendMessageOptions)
  name: BroadcastMessage(string, SendMessageOptions)
  fullName: UnityEngine.GameObject.BroadcastMessage(string, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.BroadcastMessage.html
  commentId: M:UnityEngine.GameObject.BroadcastMessage(System.String,UnityEngine.SendMessageOptions)
  nameWithType: GameObject.BroadcastMessage(string, SendMessageOptions)
  type: Method
- uid: UnityEngine.GameObject.BroadcastMessage(System.String)
  name: BroadcastMessage(string)
  fullName: UnityEngine.GameObject.BroadcastMessage(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.BroadcastMessage.html
  commentId: M:UnityEngine.GameObject.BroadcastMessage(System.String)
  nameWithType: GameObject.BroadcastMessage(string)
  type: Method
- uid: UnityEngine.GameObject.camera
  name: camera
  fullName: UnityEngine.GameObject.camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-camera.html
  commentId: P:UnityEngine.GameObject.camera
  nameWithType: GameObject.camera
  type: Property
- uid: UnityEngine.GameObject.collider
  name: collider
  fullName: UnityEngine.GameObject.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-collider.html
  commentId: P:UnityEngine.GameObject.collider
  nameWithType: GameObject.collider
  type: Property
- uid: UnityEngine.GameObject.collider2D
  name: collider2D
  fullName: UnityEngine.GameObject.collider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-collider2D.html
  commentId: P:UnityEngine.GameObject.collider2D
  nameWithType: GameObject.collider2D
  type: Property
- uid: UnityEngine.GameObject.CompareTag(System.String)
  name: CompareTag(string)
  fullName: UnityEngine.GameObject.CompareTag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.CompareTag.html
  commentId: M:UnityEngine.GameObject.CompareTag(System.String)
  nameWithType: GameObject.CompareTag(string)
  type: Method
- uid: UnityEngine.GameObject.constantForce
  name: constantForce
  fullName: UnityEngine.GameObject.constantForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-constantForce.html
  commentId: P:UnityEngine.GameObject.constantForce
  nameWithType: GameObject.constantForce
  type: Property
- uid: UnityEngine.GameObject.CreatePrimitive(UnityEngine.PrimitiveType)
  name: CreatePrimitive(PrimitiveType)
  fullName: UnityEngine.GameObject.CreatePrimitive(UnityEngine.PrimitiveType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.CreatePrimitive.html
  commentId: M:UnityEngine.GameObject.CreatePrimitive(UnityEngine.PrimitiveType)
  nameWithType: GameObject.CreatePrimitive(PrimitiveType)
  type: Method
- uid: UnityEngine.GameObject.Find(System.String)
  name: Find(string)
  fullName: UnityEngine.GameObject.Find(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.Find.html
  commentId: M:UnityEngine.GameObject.Find(System.String)
  nameWithType: GameObject.Find(string)
  type: Method
- uid: UnityEngine.GameObject.FindGameObjectsWithTag(System.String)
  name: FindGameObjectsWithTag(string)
  fullName: UnityEngine.GameObject.FindGameObjectsWithTag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.FindGameObjectsWithTag.html
  commentId: M:UnityEngine.GameObject.FindGameObjectsWithTag(System.String)
  nameWithType: GameObject.FindGameObjectsWithTag(string)
  type: Method
- uid: UnityEngine.GameObject.FindGameObjectWithTag(System.String)
  name: FindGameObjectWithTag(string)
  fullName: UnityEngine.GameObject.FindGameObjectWithTag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.FindGameObjectWithTag.html
  commentId: M:UnityEngine.GameObject.FindGameObjectWithTag(System.String)
  nameWithType: GameObject.FindGameObjectWithTag(string)
  type: Method
- uid: UnityEngine.GameObject.FindWithTag(System.String)
  name: FindWithTag(string)
  fullName: UnityEngine.GameObject.FindWithTag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.FindWithTag.html
  commentId: M:UnityEngine.GameObject.FindWithTag(System.String)
  nameWithType: GameObject.FindWithTag(string)
  type: Method
- uid: UnityEngine.GameObject.gameObject
  name: gameObject
  fullName: UnityEngine.GameObject.gameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-gameObject.html
  commentId: P:UnityEngine.GameObject.gameObject
  nameWithType: GameObject.gameObject
  type: Property
- uid: UnityEngine.GameObject.GetComponent(System.String)
  name: GetComponent(string)
  fullName: UnityEngine.GameObject.GetComponent(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponent.html
  commentId: M:UnityEngine.GameObject.GetComponent(System.String)
  nameWithType: GameObject.GetComponent(string)
  type: Method
- uid: UnityEngine.GameObject.GetComponent(System.Type)
  name: GetComponent(Type)
  fullName: UnityEngine.GameObject.GetComponent(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponent.html
  commentId: M:UnityEngine.GameObject.GetComponent(System.Type)
  nameWithType: GameObject.GetComponent(Type)
  type: Method
- uid: UnityEngine.GameObject.GetComponent``1
  name: GetComponent<T>()
  fullName: UnityEngine.GameObject.GetComponent<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponent.html
  commentId: M:UnityEngine.GameObject.GetComponent``1
  nameWithType: GameObject.GetComponent<T>()
  type: Method
- uid: UnityEngine.GameObject.GetComponentInChildren(System.Type,System.Boolean)
  name: GetComponentInChildren(Type, bool)
  fullName: UnityEngine.GameObject.GetComponentInChildren(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentInChildren(System.Type,System.Boolean)
  nameWithType: GameObject.GetComponentInChildren(Type, bool)
  type: Method
- uid: UnityEngine.GameObject.GetComponentInChildren(System.Type)
  name: GetComponentInChildren(Type)
  fullName: UnityEngine.GameObject.GetComponentInChildren(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentInChildren(System.Type)
  nameWithType: GameObject.GetComponentInChildren(Type)
  type: Method
- uid: UnityEngine.GameObject.GetComponentInChildren``1
  name: GetComponentInChildren<T>()
  fullName: UnityEngine.GameObject.GetComponentInChildren<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentInChildren``1
  nameWithType: GameObject.GetComponentInChildren<T>()
  type: Method
- uid: UnityEngine.GameObject.GetComponentInChildren``1(System.Boolean)
  name: GetComponentInChildren<T>(bool)
  fullName: UnityEngine.GameObject.GetComponentInChildren<T>(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentInChildren``1(System.Boolean)
  nameWithType: GameObject.GetComponentInChildren<T>(bool)
  type: Method
- uid: UnityEngine.GameObject.GetComponentInParent(System.Type)
  name: GetComponentInParent(Type)
  fullName: UnityEngine.GameObject.GetComponentInParent(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentInParent.html
  commentId: M:UnityEngine.GameObject.GetComponentInParent(System.Type)
  nameWithType: GameObject.GetComponentInParent(Type)
  type: Method
- uid: UnityEngine.GameObject.GetComponentInParent``1
  name: GetComponentInParent<T>()
  fullName: UnityEngine.GameObject.GetComponentInParent<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentInParent.html
  commentId: M:UnityEngine.GameObject.GetComponentInParent``1
  nameWithType: GameObject.GetComponentInParent<T>()
  type: Method
- uid: UnityEngine.GameObject.GetComponents(System.Type,System.Collections.Generic.List{UnityEngine.Component})
  name: GetComponents(Type, List<Component>)
  fullName: UnityEngine.GameObject.GetComponents(System.Type, System.Collections.Generic.List<UnityEngine.Component>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponents.html
  commentId: M:UnityEngine.GameObject.GetComponents(System.Type,System.Collections.Generic.List{UnityEngine.Component})
  nameWithType: GameObject.GetComponents(Type, List<Component>)
  type: Method
- uid: UnityEngine.GameObject.GetComponents(System.Type)
  name: GetComponents(Type)
  fullName: UnityEngine.GameObject.GetComponents(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponents.html
  commentId: M:UnityEngine.GameObject.GetComponents(System.Type)
  nameWithType: GameObject.GetComponents(Type)
  type: Method
- uid: UnityEngine.GameObject.GetComponents``1
  name: GetComponents<T>()
  fullName: UnityEngine.GameObject.GetComponents<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponents.html
  commentId: M:UnityEngine.GameObject.GetComponents``1
  nameWithType: GameObject.GetComponents<T>()
  type: Method
- uid: UnityEngine.GameObject.GetComponents``1(System.Collections.Generic.List{``0})
  name: GetComponents<T>(List<T>)
  fullName: UnityEngine.GameObject.GetComponents<T>(System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponents.html
  commentId: M:UnityEngine.GameObject.GetComponents``1(System.Collections.Generic.List{``0})
  nameWithType: GameObject.GetComponents<T>(List<T>)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInChildren(System.Type,System.Boolean)
  name: GetComponentsInChildren(Type, bool)
  fullName: UnityEngine.GameObject.GetComponentsInChildren(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentsInChildren(System.Type,System.Boolean)
  nameWithType: GameObject.GetComponentsInChildren(Type, bool)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInChildren(System.Type)
  name: GetComponentsInChildren(Type)
  fullName: UnityEngine.GameObject.GetComponentsInChildren(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentsInChildren(System.Type)
  nameWithType: GameObject.GetComponentsInChildren(Type)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInChildren``1
  name: GetComponentsInChildren<T>()
  fullName: UnityEngine.GameObject.GetComponentsInChildren<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentsInChildren``1
  nameWithType: GameObject.GetComponentsInChildren<T>()
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInChildren``1(System.Boolean,System.Collections.Generic.List{``0})
  name: GetComponentsInChildren<T>(bool, List<T>)
  fullName: UnityEngine.GameObject.GetComponentsInChildren<T>(bool, System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentsInChildren``1(System.Boolean,System.Collections.Generic.List{``0})
  nameWithType: GameObject.GetComponentsInChildren<T>(bool, List<T>)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInChildren``1(System.Boolean)
  name: GetComponentsInChildren<T>(bool)
  fullName: UnityEngine.GameObject.GetComponentsInChildren<T>(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentsInChildren``1(System.Boolean)
  nameWithType: GameObject.GetComponentsInChildren<T>(bool)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInChildren``1(System.Collections.Generic.List{``0})
  name: GetComponentsInChildren<T>(List<T>)
  fullName: UnityEngine.GameObject.GetComponentsInChildren<T>(System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInChildren.html
  commentId: M:UnityEngine.GameObject.GetComponentsInChildren``1(System.Collections.Generic.List{``0})
  nameWithType: GameObject.GetComponentsInChildren<T>(List<T>)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInParent(System.Type,System.Boolean)
  name: GetComponentsInParent(Type, bool)
  fullName: UnityEngine.GameObject.GetComponentsInParent(System.Type, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInParent.html
  commentId: M:UnityEngine.GameObject.GetComponentsInParent(System.Type,System.Boolean)
  nameWithType: GameObject.GetComponentsInParent(Type, bool)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInParent(System.Type)
  name: GetComponentsInParent(Type)
  fullName: UnityEngine.GameObject.GetComponentsInParent(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInParent.html
  commentId: M:UnityEngine.GameObject.GetComponentsInParent(System.Type)
  nameWithType: GameObject.GetComponentsInParent(Type)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInParent``1
  name: GetComponentsInParent<T>()
  fullName: UnityEngine.GameObject.GetComponentsInParent<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInParent.html
  commentId: M:UnityEngine.GameObject.GetComponentsInParent``1
  nameWithType: GameObject.GetComponentsInParent<T>()
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInParent``1(System.Boolean,System.Collections.Generic.List{``0})
  name: GetComponentsInParent<T>(bool, List<T>)
  fullName: UnityEngine.GameObject.GetComponentsInParent<T>(bool, System.Collections.Generic.List<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInParent.html
  commentId: M:UnityEngine.GameObject.GetComponentsInParent``1(System.Boolean,System.Collections.Generic.List{``0})
  nameWithType: GameObject.GetComponentsInParent<T>(bool, List<T>)
  type: Method
- uid: UnityEngine.GameObject.GetComponentsInParent``1(System.Boolean)
  name: GetComponentsInParent<T>(bool)
  fullName: UnityEngine.GameObject.GetComponentsInParent<T>(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.GetComponentsInParent.html
  commentId: M:UnityEngine.GameObject.GetComponentsInParent``1(System.Boolean)
  nameWithType: GameObject.GetComponentsInParent<T>(bool)
  type: Method
- uid: UnityEngine.GameObject.guiElement
  name: guiElement
  fullName: UnityEngine.GameObject.guiElement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-guiElement.html
  commentId: P:UnityEngine.GameObject.guiElement
  nameWithType: GameObject.guiElement
  type: Property
- uid: UnityEngine.GameObject.guiText
  name: guiText
  fullName: UnityEngine.GameObject.guiText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-guiText.html
  commentId: P:UnityEngine.GameObject.guiText
  nameWithType: GameObject.guiText
  type: Property
- uid: UnityEngine.GameObject.guiTexture
  name: guiTexture
  fullName: UnityEngine.GameObject.guiTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-guiTexture.html
  commentId: P:UnityEngine.GameObject.guiTexture
  nameWithType: GameObject.guiTexture
  type: Property
- uid: UnityEngine.GameObject.hingeJoint
  name: hingeJoint
  fullName: UnityEngine.GameObject.hingeJoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-hingeJoint.html
  commentId: P:UnityEngine.GameObject.hingeJoint
  nameWithType: GameObject.hingeJoint
  type: Property
- uid: UnityEngine.GameObject.isStatic
  name: isStatic
  fullName: UnityEngine.GameObject.isStatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-isStatic.html
  commentId: P:UnityEngine.GameObject.isStatic
  nameWithType: GameObject.isStatic
  type: Property
- uid: UnityEngine.GameObject.layer
  name: layer
  fullName: UnityEngine.GameObject.layer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-layer.html
  commentId: P:UnityEngine.GameObject.layer
  nameWithType: GameObject.layer
  type: Property
- uid: UnityEngine.GameObject.light
  name: light
  fullName: UnityEngine.GameObject.light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-light.html
  commentId: P:UnityEngine.GameObject.light
  nameWithType: GameObject.light
  type: Property
- uid: UnityEngine.GameObject.networkView
  name: networkView
  fullName: UnityEngine.GameObject.networkView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-networkView.html
  commentId: P:UnityEngine.GameObject.networkView
  nameWithType: GameObject.networkView
  type: Property
- uid: UnityEngine.GameObject.particleEmitter
  name: particleEmitter
  fullName: UnityEngine.GameObject.particleEmitter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-particleEmitter.html
  commentId: P:UnityEngine.GameObject.particleEmitter
  nameWithType: GameObject.particleEmitter
  type: Property
- uid: UnityEngine.GameObject.particleSystem
  name: particleSystem
  fullName: UnityEngine.GameObject.particleSystem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-particleSystem.html
  commentId: P:UnityEngine.GameObject.particleSystem
  nameWithType: GameObject.particleSystem
  type: Property
- uid: UnityEngine.GameObject.PlayAnimation(UnityEngine.Object)
  name: PlayAnimation(Object)
  fullName: UnityEngine.GameObject.PlayAnimation(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.PlayAnimation.html
  commentId: M:UnityEngine.GameObject.PlayAnimation(UnityEngine.Object)
  nameWithType: GameObject.PlayAnimation(Object)
  type: Method
- uid: UnityEngine.GameObject.renderer
  name: renderer
  fullName: UnityEngine.GameObject.renderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-renderer.html
  commentId: P:UnityEngine.GameObject.renderer
  nameWithType: GameObject.renderer
  type: Property
- uid: UnityEngine.GameObject.rigidbody
  name: rigidbody
  fullName: UnityEngine.GameObject.rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-rigidbody.html
  commentId: P:UnityEngine.GameObject.rigidbody
  nameWithType: GameObject.rigidbody
  type: Property
- uid: UnityEngine.GameObject.rigidbody2D
  name: rigidbody2D
  fullName: UnityEngine.GameObject.rigidbody2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-rigidbody2D.html
  commentId: P:UnityEngine.GameObject.rigidbody2D
  nameWithType: GameObject.rigidbody2D
  type: Property
- uid: UnityEngine.GameObject.SampleAnimation(UnityEngine.Object,System.Single)
  name: SampleAnimation(Object, float)
  fullName: UnityEngine.GameObject.SampleAnimation(UnityEngine.Object, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SampleAnimation.html
  commentId: M:UnityEngine.GameObject.SampleAnimation(UnityEngine.Object,System.Single)
  nameWithType: GameObject.SampleAnimation(Object, float)
  type: Method
- uid: UnityEngine.GameObject.scene
  name: scene
  fullName: UnityEngine.GameObject.scene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-scene.html
  commentId: P:UnityEngine.GameObject.scene
  nameWithType: GameObject.scene
  type: Property
- uid: UnityEngine.GameObject.SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions)
  name: SendMessage(string, object, SendMessageOptions)
  fullName: UnityEngine.GameObject.SendMessage(string, object, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SendMessage.html
  commentId: M:UnityEngine.GameObject.SendMessage(System.String,System.Object,UnityEngine.SendMessageOptions)
  nameWithType: GameObject.SendMessage(string, object, SendMessageOptions)
  type: Method
- uid: UnityEngine.GameObject.SendMessage(System.String,System.Object)
  name: SendMessage(string, object)
  fullName: UnityEngine.GameObject.SendMessage(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SendMessage.html
  commentId: M:UnityEngine.GameObject.SendMessage(System.String,System.Object)
  nameWithType: GameObject.SendMessage(string, object)
  type: Method
- uid: UnityEngine.GameObject.SendMessage(System.String,UnityEngine.SendMessageOptions)
  name: SendMessage(string, SendMessageOptions)
  fullName: UnityEngine.GameObject.SendMessage(string, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SendMessage.html
  commentId: M:UnityEngine.GameObject.SendMessage(System.String,UnityEngine.SendMessageOptions)
  nameWithType: GameObject.SendMessage(string, SendMessageOptions)
  type: Method
- uid: UnityEngine.GameObject.SendMessage(System.String)
  name: SendMessage(string)
  fullName: UnityEngine.GameObject.SendMessage(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SendMessage.html
  commentId: M:UnityEngine.GameObject.SendMessage(System.String)
  nameWithType: GameObject.SendMessage(string)
  type: Method
- uid: UnityEngine.GameObject.SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions)
  name: SendMessageUpwards(string, object, SendMessageOptions)
  fullName: UnityEngine.GameObject.SendMessageUpwards(string, object, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SendMessageUpwards.html
  commentId: M:UnityEngine.GameObject.SendMessageUpwards(System.String,System.Object,UnityEngine.SendMessageOptions)
  nameWithType: GameObject.SendMessageUpwards(string, object, SendMessageOptions)
  type: Method
- uid: UnityEngine.GameObject.SendMessageUpwards(System.String,System.Object)
  name: SendMessageUpwards(string, object)
  fullName: UnityEngine.GameObject.SendMessageUpwards(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SendMessageUpwards.html
  commentId: M:UnityEngine.GameObject.SendMessageUpwards(System.String,System.Object)
  nameWithType: GameObject.SendMessageUpwards(string, object)
  type: Method
- uid: UnityEngine.GameObject.SendMessageUpwards(System.String,UnityEngine.SendMessageOptions)
  name: SendMessageUpwards(string, SendMessageOptions)
  fullName: UnityEngine.GameObject.SendMessageUpwards(string, UnityEngine.SendMessageOptions)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SendMessageUpwards.html
  commentId: M:UnityEngine.GameObject.SendMessageUpwards(System.String,UnityEngine.SendMessageOptions)
  nameWithType: GameObject.SendMessageUpwards(string, SendMessageOptions)
  type: Method
- uid: UnityEngine.GameObject.SendMessageUpwards(System.String)
  name: SendMessageUpwards(string)
  fullName: UnityEngine.GameObject.SendMessageUpwards(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SendMessageUpwards.html
  commentId: M:UnityEngine.GameObject.SendMessageUpwards(System.String)
  nameWithType: GameObject.SendMessageUpwards(string)
  type: Method
- uid: UnityEngine.GameObject.SetActive(System.Boolean)
  name: SetActive(bool)
  fullName: UnityEngine.GameObject.SetActive(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SetActive.html
  commentId: M:UnityEngine.GameObject.SetActive(System.Boolean)
  nameWithType: GameObject.SetActive(bool)
  type: Method
- uid: UnityEngine.GameObject.SetActiveRecursively(System.Boolean)
  name: SetActiveRecursively(bool)
  fullName: UnityEngine.GameObject.SetActiveRecursively(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.SetActiveRecursively.html
  commentId: M:UnityEngine.GameObject.SetActiveRecursively(System.Boolean)
  nameWithType: GameObject.SetActiveRecursively(bool)
  type: Method
- uid: UnityEngine.GameObject.StopAnimation
  name: StopAnimation()
  fullName: UnityEngine.GameObject.StopAnimation()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject.StopAnimation.html
  commentId: M:UnityEngine.GameObject.StopAnimation
  nameWithType: GameObject.StopAnimation()
  type: Method
- uid: UnityEngine.GameObject.tag
  name: tag
  fullName: UnityEngine.GameObject.tag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-tag.html
  commentId: P:UnityEngine.GameObject.tag
  nameWithType: GameObject.tag
  type: Property
- uid: UnityEngine.GameObject.transform
  name: transform
  fullName: UnityEngine.GameObject.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GameObject-transform.html
  commentId: P:UnityEngine.GameObject.transform
  nameWithType: GameObject.transform
  type: Property
- uid: UnityEngine.GeometryUtility
  name: GeometryUtility
  fullName: UnityEngine.GeometryUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GeometryUtility.html
  commentId: T:UnityEngine.GeometryUtility
  nameWithType: GeometryUtility
  type: Class
- uid: UnityEngine.GeometryUtility.CalculateBounds(UnityEngine.Vector3[],UnityEngine.Matrix4x4)
  name: CalculateBounds(Vector3[], Matrix4x4)
  fullName: UnityEngine.GeometryUtility.CalculateBounds(UnityEngine.Vector3[], UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GeometryUtility.CalculateBounds.html
  commentId: M:UnityEngine.GeometryUtility.CalculateBounds(UnityEngine.Vector3[],UnityEngine.Matrix4x4)
  nameWithType: GeometryUtility.CalculateBounds(Vector3[], Matrix4x4)
  type: Method
- uid: UnityEngine.GeometryUtility.CalculateFrustumPlanes(UnityEngine.Camera)
  name: CalculateFrustumPlanes(Camera)
  fullName: UnityEngine.GeometryUtility.CalculateFrustumPlanes(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GeometryUtility.CalculateFrustumPlanes.html
  commentId: M:UnityEngine.GeometryUtility.CalculateFrustumPlanes(UnityEngine.Camera)
  nameWithType: GeometryUtility.CalculateFrustumPlanes(Camera)
  type: Method
- uid: UnityEngine.GeometryUtility.CalculateFrustumPlanes(UnityEngine.Matrix4x4)
  name: CalculateFrustumPlanes(Matrix4x4)
  fullName: UnityEngine.GeometryUtility.CalculateFrustumPlanes(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GeometryUtility.CalculateFrustumPlanes.html
  commentId: M:UnityEngine.GeometryUtility.CalculateFrustumPlanes(UnityEngine.Matrix4x4)
  nameWithType: GeometryUtility.CalculateFrustumPlanes(Matrix4x4)
  type: Method
- uid: UnityEngine.GeometryUtility.TestPlanesAABB(UnityEngine.Plane[],UnityEngine.Bounds)
  name: TestPlanesAABB(Plane[], Bounds)
  fullName: UnityEngine.GeometryUtility.TestPlanesAABB(UnityEngine.Plane[], UnityEngine.Bounds)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GeometryUtility.TestPlanesAABB.html
  commentId: M:UnityEngine.GeometryUtility.TestPlanesAABB(UnityEngine.Plane[],UnityEngine.Bounds)
  nameWithType: GeometryUtility.TestPlanesAABB(Plane[], Bounds)
  type: Method
- uid: UnityEngine.GeometryUtility.TryCreatePlaneFromPolygon(UnityEngine.Vector3[],UnityEngine.Plane@)
  name: TryCreatePlaneFromPolygon(Vector3[], out Plane)
  fullName: UnityEngine.GeometryUtility.TryCreatePlaneFromPolygon(UnityEngine.Vector3[], out UnityEngine.Plane)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GeometryUtility.TryCreatePlaneFromPolygon.html
  commentId: M:UnityEngine.GeometryUtility.TryCreatePlaneFromPolygon(UnityEngine.Vector3[],UnityEngine.Plane@)
  nameWithType: GeometryUtility.TryCreatePlaneFromPolygon(Vector3[], out Plane)
  type: Method
- uid: UnityEngine.Gizmos
  name: Gizmos
  fullName: UnityEngine.Gizmos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.html
  commentId: T:UnityEngine.Gizmos
  nameWithType: Gizmos
  type: Class
- uid: UnityEngine.Gizmos.color
  name: color
  fullName: UnityEngine.Gizmos.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos-color.html
  commentId: P:UnityEngine.Gizmos.color
  nameWithType: Gizmos.color
  type: Property
- uid: UnityEngine.Gizmos.DrawCube(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DrawCube(Vector3, Vector3)
  fullName: UnityEngine.Gizmos.DrawCube(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawCube.html
  commentId: M:UnityEngine.Gizmos.DrawCube(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawCube(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawFrustum(UnityEngine.Vector3,System.Single,System.Single,System.Single,System.Single)
  name: DrawFrustum(Vector3, float, float, float, float)
  fullName: UnityEngine.Gizmos.DrawFrustum(UnityEngine.Vector3, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawFrustum.html
  commentId: M:UnityEngine.Gizmos.DrawFrustum(UnityEngine.Vector3,System.Single,System.Single,System.Single,System.Single)
  nameWithType: Gizmos.DrawFrustum(Vector3, float, float, float, float)
  type: Method
- uid: UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material)
  name: DrawGUITexture(Rect, Texture, int, int, int, int, Material)
  fullName: UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect, UnityEngine.Texture, int, int, int, int, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawGUITexture.html
  commentId: M:UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material)
  nameWithType: Gizmos.DrawGUITexture(Rect, Texture, int, int, int, int, Material)
  type: Method
- uid: UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32)
  name: DrawGUITexture(Rect, Texture, int, int, int, int)
  fullName: UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect, UnityEngine.Texture, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawGUITexture.html
  commentId: M:UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Gizmos.DrawGUITexture(Rect, Texture, int, int, int, int)
  type: Method
- uid: UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material)
  name: DrawGUITexture(Rect, Texture, Material)
  fullName: UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawGUITexture.html
  commentId: M:UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material)
  nameWithType: Gizmos.DrawGUITexture(Rect, Texture, Material)
  type: Method
- uid: UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect,UnityEngine.Texture)
  name: DrawGUITexture(Rect, Texture)
  fullName: UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawGUITexture.html
  commentId: M:UnityEngine.Gizmos.DrawGUITexture(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: Gizmos.DrawGUITexture(Rect, Texture)
  type: Method
- uid: UnityEngine.Gizmos.DrawIcon(UnityEngine.Vector3,System.String,System.Boolean)
  name: DrawIcon(Vector3, string, bool)
  fullName: UnityEngine.Gizmos.DrawIcon(UnityEngine.Vector3, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawIcon.html
  commentId: M:UnityEngine.Gizmos.DrawIcon(UnityEngine.Vector3,System.String,System.Boolean)
  nameWithType: Gizmos.DrawIcon(Vector3, string, bool)
  type: Method
- uid: UnityEngine.Gizmos.DrawIcon(UnityEngine.Vector3,System.String)
  name: DrawIcon(Vector3, string)
  fullName: UnityEngine.Gizmos.DrawIcon(UnityEngine.Vector3, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawIcon.html
  commentId: M:UnityEngine.Gizmos.DrawIcon(UnityEngine.Vector3,System.String)
  nameWithType: Gizmos.DrawIcon(Vector3, string)
  type: Method
- uid: UnityEngine.Gizmos.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DrawLine(Vector3, Vector3)
  fullName: UnityEngine.Gizmos.DrawLine(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawLine.html
  commentId: M:UnityEngine.Gizmos.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawLine(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  name: DrawMesh(Mesh, int, Vector3, Quaternion, Vector3)
  fullName: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh, int, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawMesh.html
  commentId: M:UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawMesh(Mesh, int, Vector3, Quaternion, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: DrawMesh(Mesh, int, Vector3, Quaternion)
  fullName: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh, int, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawMesh.html
  commentId: M:UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Gizmos.DrawMesh(Mesh, int, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3)
  name: DrawMesh(Mesh, int, Vector3)
  fullName: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh, int, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawMesh.html
  commentId: M:UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawMesh(Mesh, int, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,System.Int32)
  name: DrawMesh(Mesh, int)
  fullName: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawMesh.html
  commentId: M:UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,System.Int32)
  nameWithType: Gizmos.DrawMesh(Mesh, int)
  type: Method
- uid: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  name: DrawMesh(Mesh, Vector3, Quaternion, Vector3)
  fullName: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawMesh.html
  commentId: M:UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawMesh(Mesh, Vector3, Quaternion, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: DrawMesh(Mesh, Vector3, Quaternion)
  fullName: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawMesh.html
  commentId: M:UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Gizmos.DrawMesh(Mesh, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3)
  name: DrawMesh(Mesh, Vector3)
  fullName: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawMesh.html
  commentId: M:UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawMesh(Mesh, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh)
  name: DrawMesh(Mesh)
  fullName: UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawMesh.html
  commentId: M:UnityEngine.Gizmos.DrawMesh(UnityEngine.Mesh)
  nameWithType: Gizmos.DrawMesh(Mesh)
  type: Method
- uid: UnityEngine.Gizmos.DrawRay(UnityEngine.Ray)
  name: DrawRay(Ray)
  fullName: UnityEngine.Gizmos.DrawRay(UnityEngine.Ray)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawRay.html
  commentId: M:UnityEngine.Gizmos.DrawRay(UnityEngine.Ray)
  nameWithType: Gizmos.DrawRay(Ray)
  type: Method
- uid: UnityEngine.Gizmos.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DrawRay(Vector3, Vector3)
  fullName: UnityEngine.Gizmos.DrawRay(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawRay.html
  commentId: M:UnityEngine.Gizmos.DrawRay(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawRay(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawSphere(UnityEngine.Vector3,System.Single)
  name: DrawSphere(Vector3, float)
  fullName: UnityEngine.Gizmos.DrawSphere(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawSphere.html
  commentId: M:UnityEngine.Gizmos.DrawSphere(UnityEngine.Vector3,System.Single)
  nameWithType: Gizmos.DrawSphere(Vector3, float)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3)
  name: DrawWireCube(Vector3, Vector3)
  fullName: UnityEngine.Gizmos.DrawWireCube(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireCube.html
  commentId: M:UnityEngine.Gizmos.DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawWireCube(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  name: DrawWireMesh(Mesh, int, Vector3, Quaternion, Vector3)
  fullName: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh, int, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireMesh.html
  commentId: M:UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawWireMesh(Mesh, int, Vector3, Quaternion, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: DrawWireMesh(Mesh, int, Vector3, Quaternion)
  fullName: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh, int, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireMesh.html
  commentId: M:UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Gizmos.DrawWireMesh(Mesh, int, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3)
  name: DrawWireMesh(Mesh, int, Vector3)
  fullName: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh, int, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireMesh.html
  commentId: M:UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,System.Int32,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawWireMesh(Mesh, int, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,System.Int32)
  name: DrawWireMesh(Mesh, int)
  fullName: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireMesh.html
  commentId: M:UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,System.Int32)
  nameWithType: Gizmos.DrawWireMesh(Mesh, int)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  name: DrawWireMesh(Mesh, Vector3, Quaternion, Vector3)
  fullName: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireMesh.html
  commentId: M:UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawWireMesh(Mesh, Vector3, Quaternion, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: DrawWireMesh(Mesh, Vector3, Quaternion)
  fullName: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireMesh.html
  commentId: M:UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Gizmos.DrawWireMesh(Mesh, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,UnityEngine.Vector3)
  name: DrawWireMesh(Mesh, Vector3)
  fullName: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireMesh.html
  commentId: M:UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh,UnityEngine.Vector3)
  nameWithType: Gizmos.DrawWireMesh(Mesh, Vector3)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh)
  name: DrawWireMesh(Mesh)
  fullName: UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireMesh.html
  commentId: M:UnityEngine.Gizmos.DrawWireMesh(UnityEngine.Mesh)
  nameWithType: Gizmos.DrawWireMesh(Mesh)
  type: Method
- uid: UnityEngine.Gizmos.DrawWireSphere(UnityEngine.Vector3,System.Single)
  name: DrawWireSphere(Vector3, float)
  fullName: UnityEngine.Gizmos.DrawWireSphere(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos.DrawWireSphere.html
  commentId: M:UnityEngine.Gizmos.DrawWireSphere(UnityEngine.Vector3,System.Single)
  nameWithType: Gizmos.DrawWireSphere(Vector3, float)
  type: Method
- uid: UnityEngine.Gizmos.matrix
  name: matrix
  fullName: UnityEngine.Gizmos.matrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gizmos-matrix.html
  commentId: P:UnityEngine.Gizmos.matrix
  nameWithType: Gizmos.matrix
  type: Property
- uid: UnityEngine.GL
  name: GL
  fullName: UnityEngine.GL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.html
  commentId: T:UnityEngine.GL
  nameWithType: GL
  type: Class
- uid: UnityEngine.GL.Begin(System.Int32)
  name: Begin(int)
  fullName: UnityEngine.GL.Begin(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.Begin.html
  commentId: M:UnityEngine.GL.Begin(System.Int32)
  nameWithType: GL.Begin(int)
  type: Method
- uid: UnityEngine.GL.Clear(System.Boolean,System.Boolean,UnityEngine.Color,System.Single)
  name: Clear(bool, bool, Color, float)
  fullName: UnityEngine.GL.Clear(bool, bool, UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.Clear.html
  commentId: M:UnityEngine.GL.Clear(System.Boolean,System.Boolean,UnityEngine.Color,System.Single)
  nameWithType: GL.Clear(bool, bool, Color, float)
  type: Method
- uid: UnityEngine.GL.Clear(System.Boolean,System.Boolean,UnityEngine.Color)
  name: Clear(bool, bool, Color)
  fullName: UnityEngine.GL.Clear(bool, bool, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.Clear.html
  commentId: M:UnityEngine.GL.Clear(System.Boolean,System.Boolean,UnityEngine.Color)
  nameWithType: GL.Clear(bool, bool, Color)
  type: Method
- uid: UnityEngine.GL.ClearWithSkybox(System.Boolean,UnityEngine.Camera)
  name: ClearWithSkybox(bool, Camera)
  fullName: UnityEngine.GL.ClearWithSkybox(bool, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.ClearWithSkybox.html
  commentId: M:UnityEngine.GL.ClearWithSkybox(System.Boolean,UnityEngine.Camera)
  nameWithType: GL.ClearWithSkybox(bool, Camera)
  type: Method
- uid: UnityEngine.GL.Color(UnityEngine.Color)
  name: Color(Color)
  fullName: UnityEngine.GL.Color(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.Color.html
  commentId: M:UnityEngine.GL.Color(UnityEngine.Color)
  nameWithType: GL.Color(Color)
  type: Method
- uid: UnityEngine.GL.End
  name: End()
  fullName: UnityEngine.GL.End()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.End.html
  commentId: M:UnityEngine.GL.End
  nameWithType: GL.End()
  type: Method
- uid: UnityEngine.GL.Flush
  name: Flush()
  fullName: UnityEngine.GL.Flush()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.Flush.html
  commentId: M:UnityEngine.GL.Flush
  nameWithType: GL.Flush()
  type: Method
- uid: UnityEngine.GL.GetGPUProjectionMatrix(UnityEngine.Matrix4x4,System.Boolean)
  name: GetGPUProjectionMatrix(Matrix4x4, bool)
  fullName: UnityEngine.GL.GetGPUProjectionMatrix(UnityEngine.Matrix4x4, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.GetGPUProjectionMatrix.html
  commentId: M:UnityEngine.GL.GetGPUProjectionMatrix(UnityEngine.Matrix4x4,System.Boolean)
  nameWithType: GL.GetGPUProjectionMatrix(Matrix4x4, bool)
  type: Method
- uid: UnityEngine.GL.InvalidateState
  name: InvalidateState()
  fullName: UnityEngine.GL.InvalidateState()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.InvalidateState.html
  commentId: M:UnityEngine.GL.InvalidateState
  nameWithType: GL.InvalidateState()
  type: Method
- uid: UnityEngine.GL.invertCulling
  name: invertCulling
  fullName: UnityEngine.GL.invertCulling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL-invertCulling.html
  commentId: P:UnityEngine.GL.invertCulling
  nameWithType: GL.invertCulling
  type: Property
- uid: UnityEngine.GL.IssuePluginEvent(System.Int32)
  name: IssuePluginEvent(int)
  fullName: UnityEngine.GL.IssuePluginEvent(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.IssuePluginEvent.html
  commentId: M:UnityEngine.GL.IssuePluginEvent(System.Int32)
  nameWithType: GL.IssuePluginEvent(int)
  type: Method
- uid: UnityEngine.GL.IssuePluginEvent(System.IntPtr,System.Int32)
  name: IssuePluginEvent(IntPtr, int)
  fullName: UnityEngine.GL.IssuePluginEvent(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.IssuePluginEvent.html
  commentId: M:UnityEngine.GL.IssuePluginEvent(System.IntPtr,System.Int32)
  nameWithType: GL.IssuePluginEvent(IntPtr, int)
  type: Method
- uid: UnityEngine.GL.LINE_STRIP
  name: LINE_STRIP
  fullName: UnityEngine.GL.LINE_STRIP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.LINE_STRIP.html
  commentId: F:UnityEngine.GL.LINE_STRIP
  nameWithType: GL.LINE_STRIP
  type: Field
- uid: UnityEngine.GL.LINES
  name: LINES
  fullName: UnityEngine.GL.LINES
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.LINES.html
  commentId: F:UnityEngine.GL.LINES
  nameWithType: GL.LINES
  type: Field
- uid: UnityEngine.GL.LoadIdentity
  name: LoadIdentity()
  fullName: UnityEngine.GL.LoadIdentity()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.LoadIdentity.html
  commentId: M:UnityEngine.GL.LoadIdentity
  nameWithType: GL.LoadIdentity()
  type: Method
- uid: UnityEngine.GL.LoadOrtho
  name: LoadOrtho()
  fullName: UnityEngine.GL.LoadOrtho()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.LoadOrtho.html
  commentId: M:UnityEngine.GL.LoadOrtho
  nameWithType: GL.LoadOrtho()
  type: Method
- uid: UnityEngine.GL.LoadPixelMatrix
  name: LoadPixelMatrix()
  fullName: UnityEngine.GL.LoadPixelMatrix()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.LoadPixelMatrix.html
  commentId: M:UnityEngine.GL.LoadPixelMatrix
  nameWithType: GL.LoadPixelMatrix()
  type: Method
- uid: UnityEngine.GL.LoadPixelMatrix(System.Single,System.Single,System.Single,System.Single)
  name: LoadPixelMatrix(float, float, float, float)
  fullName: UnityEngine.GL.LoadPixelMatrix(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.LoadPixelMatrix.html
  commentId: M:UnityEngine.GL.LoadPixelMatrix(System.Single,System.Single,System.Single,System.Single)
  nameWithType: GL.LoadPixelMatrix(float, float, float, float)
  type: Method
- uid: UnityEngine.GL.LoadProjectionMatrix(UnityEngine.Matrix4x4)
  name: LoadProjectionMatrix(Matrix4x4)
  fullName: UnityEngine.GL.LoadProjectionMatrix(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.LoadProjectionMatrix.html
  commentId: M:UnityEngine.GL.LoadProjectionMatrix(UnityEngine.Matrix4x4)
  nameWithType: GL.LoadProjectionMatrix(Matrix4x4)
  type: Method
- uid: UnityEngine.GL.modelview
  name: modelview
  fullName: UnityEngine.GL.modelview
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL-modelview.html
  commentId: P:UnityEngine.GL.modelview
  nameWithType: GL.modelview
  type: Property
- uid: UnityEngine.GL.MultiTexCoord(System.Int32,UnityEngine.Vector3)
  name: MultiTexCoord(int, Vector3)
  fullName: UnityEngine.GL.MultiTexCoord(int, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.MultiTexCoord.html
  commentId: M:UnityEngine.GL.MultiTexCoord(System.Int32,UnityEngine.Vector3)
  nameWithType: GL.MultiTexCoord(int, Vector3)
  type: Method
- uid: UnityEngine.GL.MultiTexCoord2(System.Int32,System.Single,System.Single)
  name: MultiTexCoord2(int, float, float)
  fullName: UnityEngine.GL.MultiTexCoord2(int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.MultiTexCoord2.html
  commentId: M:UnityEngine.GL.MultiTexCoord2(System.Int32,System.Single,System.Single)
  nameWithType: GL.MultiTexCoord2(int, float, float)
  type: Method
- uid: UnityEngine.GL.MultiTexCoord3(System.Int32,System.Single,System.Single,System.Single)
  name: MultiTexCoord3(int, float, float, float)
  fullName: UnityEngine.GL.MultiTexCoord3(int, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.MultiTexCoord3.html
  commentId: M:UnityEngine.GL.MultiTexCoord3(System.Int32,System.Single,System.Single,System.Single)
  nameWithType: GL.MultiTexCoord3(int, float, float, float)
  type: Method
- uid: UnityEngine.GL.MultMatrix(UnityEngine.Matrix4x4)
  name: MultMatrix(Matrix4x4)
  fullName: UnityEngine.GL.MultMatrix(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.MultMatrix.html
  commentId: M:UnityEngine.GL.MultMatrix(UnityEngine.Matrix4x4)
  nameWithType: GL.MultMatrix(Matrix4x4)
  type: Method
- uid: UnityEngine.GL.PopMatrix
  name: PopMatrix()
  fullName: UnityEngine.GL.PopMatrix()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.PopMatrix.html
  commentId: M:UnityEngine.GL.PopMatrix
  nameWithType: GL.PopMatrix()
  type: Method
- uid: UnityEngine.GL.PushMatrix
  name: PushMatrix()
  fullName: UnityEngine.GL.PushMatrix()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.PushMatrix.html
  commentId: M:UnityEngine.GL.PushMatrix
  nameWithType: GL.PushMatrix()
  type: Method
- uid: UnityEngine.GL.QUADS
  name: QUADS
  fullName: UnityEngine.GL.QUADS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.QUADS.html
  commentId: F:UnityEngine.GL.QUADS
  nameWithType: GL.QUADS
  type: Field
- uid: UnityEngine.GL.RenderTargetBarrier
  name: RenderTargetBarrier()
  fullName: UnityEngine.GL.RenderTargetBarrier()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.RenderTargetBarrier.html
  commentId: M:UnityEngine.GL.RenderTargetBarrier
  nameWithType: GL.RenderTargetBarrier()
  type: Method
- uid: UnityEngine.GL.SetRevertBackfacing(System.Boolean)
  name: SetRevertBackfacing(bool)
  fullName: UnityEngine.GL.SetRevertBackfacing(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.SetRevertBackfacing.html
  commentId: M:UnityEngine.GL.SetRevertBackfacing(System.Boolean)
  nameWithType: GL.SetRevertBackfacing(bool)
  type: Method
- uid: UnityEngine.GL.sRGBWrite
  name: sRGBWrite
  fullName: UnityEngine.GL.sRGBWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL-sRGBWrite.html
  commentId: P:UnityEngine.GL.sRGBWrite
  nameWithType: GL.sRGBWrite
  type: Property
- uid: UnityEngine.GL.TexCoord(UnityEngine.Vector3)
  name: TexCoord(Vector3)
  fullName: UnityEngine.GL.TexCoord(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.TexCoord.html
  commentId: M:UnityEngine.GL.TexCoord(UnityEngine.Vector3)
  nameWithType: GL.TexCoord(Vector3)
  type: Method
- uid: UnityEngine.GL.TexCoord2(System.Single,System.Single)
  name: TexCoord2(float, float)
  fullName: UnityEngine.GL.TexCoord2(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.TexCoord2.html
  commentId: M:UnityEngine.GL.TexCoord2(System.Single,System.Single)
  nameWithType: GL.TexCoord2(float, float)
  type: Method
- uid: UnityEngine.GL.TexCoord3(System.Single,System.Single,System.Single)
  name: TexCoord3(float, float, float)
  fullName: UnityEngine.GL.TexCoord3(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.TexCoord3.html
  commentId: M:UnityEngine.GL.TexCoord3(System.Single,System.Single,System.Single)
  nameWithType: GL.TexCoord3(float, float, float)
  type: Method
- uid: UnityEngine.GL.TRIANGLE_STRIP
  name: TRIANGLE_STRIP
  fullName: UnityEngine.GL.TRIANGLE_STRIP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.TRIANGLE_STRIP.html
  commentId: F:UnityEngine.GL.TRIANGLE_STRIP
  nameWithType: GL.TRIANGLE_STRIP
  type: Field
- uid: UnityEngine.GL.TRIANGLES
  name: TRIANGLES
  fullName: UnityEngine.GL.TRIANGLES
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.TRIANGLES.html
  commentId: F:UnityEngine.GL.TRIANGLES
  nameWithType: GL.TRIANGLES
  type: Field
- uid: UnityEngine.GL.Vertex(UnityEngine.Vector3)
  name: Vertex(Vector3)
  fullName: UnityEngine.GL.Vertex(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.Vertex.html
  commentId: M:UnityEngine.GL.Vertex(UnityEngine.Vector3)
  nameWithType: GL.Vertex(Vector3)
  type: Method
- uid: UnityEngine.GL.Vertex3(System.Single,System.Single,System.Single)
  name: Vertex3(float, float, float)
  fullName: UnityEngine.GL.Vertex3(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.Vertex3.html
  commentId: M:UnityEngine.GL.Vertex3(System.Single,System.Single,System.Single)
  nameWithType: GL.Vertex3(float, float, float)
  type: Method
- uid: UnityEngine.GL.Viewport(UnityEngine.Rect)
  name: Viewport(Rect)
  fullName: UnityEngine.GL.Viewport(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL.Viewport.html
  commentId: M:UnityEngine.GL.Viewport(UnityEngine.Rect)
  nameWithType: GL.Viewport(Rect)
  type: Method
- uid: UnityEngine.GL.wireframe
  name: wireframe
  fullName: UnityEngine.GL.wireframe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GL-wireframe.html
  commentId: P:UnityEngine.GL.wireframe
  nameWithType: GL.wireframe
  type: Property
- uid: UnityEngine.Gradient
  name: Gradient
  fullName: UnityEngine.Gradient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gradient.html
  commentId: T:UnityEngine.Gradient
  nameWithType: Gradient
  type: Class
- uid: UnityEngine.Gradient.#ctor
  name: Gradient()
  fullName: UnityEngine.Gradient.Gradient()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gradient-ctor.html
  commentId: M:UnityEngine.Gradient.#ctor
  nameWithType: Gradient.Gradient()
  type: Constructor
- uid: UnityEngine.Gradient.alphaKeys
  name: alphaKeys
  fullName: UnityEngine.Gradient.alphaKeys
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gradient-alphaKeys.html
  commentId: P:UnityEngine.Gradient.alphaKeys
  nameWithType: Gradient.alphaKeys
  type: Property
- uid: UnityEngine.Gradient.colorKeys
  name: colorKeys
  fullName: UnityEngine.Gradient.colorKeys
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gradient-colorKeys.html
  commentId: P:UnityEngine.Gradient.colorKeys
  nameWithType: Gradient.colorKeys
  type: Property
- uid: UnityEngine.Gradient.Evaluate(System.Single)
  name: Evaluate(float)
  fullName: UnityEngine.Gradient.Evaluate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gradient.Evaluate.html
  commentId: M:UnityEngine.Gradient.Evaluate(System.Single)
  nameWithType: Gradient.Evaluate(float)
  type: Method
- uid: UnityEngine.Gradient.Finalize
  name: ~Gradient()
  fullName: UnityEngine.Gradient.~Gradient()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gradient.Finalize.html
  commentId: M:UnityEngine.Gradient.Finalize
  nameWithType: Gradient.~Gradient()
  type: Method
- uid: UnityEngine.Gradient.mode
  name: mode
  fullName: UnityEngine.Gradient.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gradient-mode.html
  commentId: P:UnityEngine.Gradient.mode
  nameWithType: Gradient.mode
  type: Property
- uid: UnityEngine.Gradient.SetKeys(UnityEngine.GradientColorKey[],UnityEngine.GradientAlphaKey[])
  name: SetKeys(GradientColorKey[], GradientAlphaKey[])
  fullName: UnityEngine.Gradient.SetKeys(UnityEngine.GradientColorKey[], UnityEngine.GradientAlphaKey[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gradient.SetKeys.html
  commentId: M:UnityEngine.Gradient.SetKeys(UnityEngine.GradientColorKey[],UnityEngine.GradientAlphaKey[])
  nameWithType: Gradient.SetKeys(GradientColorKey[], GradientAlphaKey[])
  type: Method
- uid: UnityEngine.GradientAlphaKey
  name: GradientAlphaKey
  fullName: UnityEngine.GradientAlphaKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientAlphaKey.html
  commentId: T:UnityEngine.GradientAlphaKey
  nameWithType: GradientAlphaKey
  type: Struct
- uid: UnityEngine.GradientAlphaKey.#ctor(System.Single,System.Single)
  name: GradientAlphaKey(float, float)
  fullName: UnityEngine.GradientAlphaKey.GradientAlphaKey(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientAlphaKey-ctor.html
  commentId: M:UnityEngine.GradientAlphaKey.#ctor(System.Single,System.Single)
  nameWithType: GradientAlphaKey.GradientAlphaKey(float, float)
  type: Constructor
- uid: UnityEngine.GradientAlphaKey.alpha
  name: alpha
  fullName: UnityEngine.GradientAlphaKey.alpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientAlphaKey-alpha.html
  commentId: F:UnityEngine.GradientAlphaKey.alpha
  nameWithType: GradientAlphaKey.alpha
  type: Field
- uid: UnityEngine.GradientAlphaKey.time
  name: time
  fullName: UnityEngine.GradientAlphaKey.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientAlphaKey-time.html
  commentId: F:UnityEngine.GradientAlphaKey.time
  nameWithType: GradientAlphaKey.time
  type: Field
- uid: UnityEngine.GradientColorKey
  name: GradientColorKey
  fullName: UnityEngine.GradientColorKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientColorKey.html
  commentId: T:UnityEngine.GradientColorKey
  nameWithType: GradientColorKey
  type: Struct
- uid: UnityEngine.GradientColorKey.#ctor(UnityEngine.Color,System.Single)
  name: GradientColorKey(Color, float)
  fullName: UnityEngine.GradientColorKey.GradientColorKey(UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientColorKey-ctor.html
  commentId: M:UnityEngine.GradientColorKey.#ctor(UnityEngine.Color,System.Single)
  nameWithType: GradientColorKey.GradientColorKey(Color, float)
  type: Constructor
- uid: UnityEngine.GradientColorKey.color
  name: color
  fullName: UnityEngine.GradientColorKey.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientColorKey-color.html
  commentId: F:UnityEngine.GradientColorKey.color
  nameWithType: GradientColorKey.color
  type: Field
- uid: UnityEngine.GradientColorKey.time
  name: time
  fullName: UnityEngine.GradientColorKey.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientColorKey-time.html
  commentId: F:UnityEngine.GradientColorKey.time
  nameWithType: GradientColorKey.time
  type: Field
- uid: UnityEngine.GradientMode
  name: GradientMode
  fullName: UnityEngine.GradientMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientMode.html
  commentId: T:UnityEngine.GradientMode
  nameWithType: GradientMode
  type: Enum
- uid: UnityEngine.GradientMode.Blend
  name: Blend
  fullName: UnityEngine.GradientMode.Blend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientMode.Blend.html
  commentId: F:UnityEngine.GradientMode.Blend
  nameWithType: GradientMode.Blend
  type: Field
- uid: UnityEngine.GradientMode.Fixed
  name: Fixed
  fullName: UnityEngine.GradientMode.Fixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GradientMode.Fixed.html
  commentId: F:UnityEngine.GradientMode.Fixed
  nameWithType: GradientMode.Fixed
  type: Field
- uid: UnityEngine.Graphics
  name: Graphics
  fullName: UnityEngine.Graphics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.html
  commentId: T:UnityEngine.Graphics
  nameWithType: Graphics
  type: Class
- uid: UnityEngine.Graphics.activeColorBuffer
  name: activeColorBuffer
  fullName: UnityEngine.Graphics.activeColorBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics-activeColorBuffer.html
  commentId: P:UnityEngine.Graphics.activeColorBuffer
  nameWithType: Graphics.activeColorBuffer
  type: Property
- uid: UnityEngine.Graphics.activeColorGamut
  name: activeColorGamut
  fullName: UnityEngine.Graphics.activeColorGamut
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics-activeColorGamut.html
  commentId: P:UnityEngine.Graphics.activeColorGamut
  nameWithType: Graphics.activeColorGamut
  type: Property
- uid: UnityEngine.Graphics.activeDepthBuffer
  name: activeDepthBuffer
  fullName: UnityEngine.Graphics.activeDepthBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics-activeDepthBuffer.html
  commentId: P:UnityEngine.Graphics.activeDepthBuffer
  nameWithType: Graphics.activeDepthBuffer
  type: Property
- uid: UnityEngine.Graphics.activeTier
  name: activeTier
  fullName: UnityEngine.Graphics.activeTier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics-activeTier.html
  commentId: P:UnityEngine.Graphics.activeTier
  nameWithType: Graphics.activeTier
  type: Property
- uid: UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.Material,System.Int32)
  name: Blit(Texture, Material, int)
  fullName: UnityEngine.Graphics.Blit(UnityEngine.Texture, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.Blit.html
  commentId: M:UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.Material,System.Int32)
  nameWithType: Graphics.Blit(Texture, Material, int)
  type: Method
- uid: UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.Material)
  name: Blit(Texture, Material)
  fullName: UnityEngine.Graphics.Blit(UnityEngine.Texture, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.Blit.html
  commentId: M:UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.Material)
  nameWithType: Graphics.Blit(Texture, Material)
  type: Method
- uid: UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,System.Int32)
  name: Blit(Texture, RenderTexture, Material, int)
  fullName: UnityEngine.Graphics.Blit(UnityEngine.Texture, UnityEngine.RenderTexture, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.Blit.html
  commentId: M:UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,System.Int32)
  nameWithType: Graphics.Blit(Texture, RenderTexture, Material, int)
  type: Method
- uid: UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material)
  name: Blit(Texture, RenderTexture, Material)
  fullName: UnityEngine.Graphics.Blit(UnityEngine.Texture, UnityEngine.RenderTexture, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.Blit.html
  commentId: M:UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material)
  nameWithType: Graphics.Blit(Texture, RenderTexture, Material)
  type: Method
- uid: UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Vector2,UnityEngine.Vector2)
  name: Blit(Texture, RenderTexture, Vector2, Vector2)
  fullName: UnityEngine.Graphics.Blit(UnityEngine.Texture, UnityEngine.RenderTexture, UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.Blit.html
  commentId: M:UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Graphics.Blit(Texture, RenderTexture, Vector2, Vector2)
  type: Method
- uid: UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.RenderTexture)
  name: Blit(Texture, RenderTexture)
  fullName: UnityEngine.Graphics.Blit(UnityEngine.Texture, UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.Blit.html
  commentId: M:UnityEngine.Graphics.Blit(UnityEngine.Texture,UnityEngine.RenderTexture)
  nameWithType: Graphics.Blit(Texture, RenderTexture)
  type: Method
- uid: UnityEngine.Graphics.BlitMultiTap(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,UnityEngine.Vector2[])
  name: BlitMultiTap(Texture, RenderTexture, Material, params Vector2[])
  fullName: UnityEngine.Graphics.BlitMultiTap(UnityEngine.Texture, UnityEngine.RenderTexture, UnityEngine.Material, params UnityEngine.Vector2[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.BlitMultiTap.html
  commentId: M:UnityEngine.Graphics.BlitMultiTap(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,UnityEngine.Vector2[])
  nameWithType: Graphics.BlitMultiTap(Texture, RenderTexture, Material, params Vector2[])
  type: Method
- uid: UnityEngine.Graphics.ClearRandomWriteTargets
  name: ClearRandomWriteTargets()
  fullName: UnityEngine.Graphics.ClearRandomWriteTargets()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.ClearRandomWriteTargets.html
  commentId: M:UnityEngine.Graphics.ClearRandomWriteTargets
  nameWithType: Graphics.ClearRandomWriteTargets()
  type: Method
- uid: UnityEngine.Graphics.ConvertTexture(UnityEngine.Texture,System.Int32,UnityEngine.Texture,System.Int32)
  name: ConvertTexture(Texture, int, Texture, int)
  fullName: UnityEngine.Graphics.ConvertTexture(UnityEngine.Texture, int, UnityEngine.Texture, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.ConvertTexture.html
  commentId: M:UnityEngine.Graphics.ConvertTexture(UnityEngine.Texture,System.Int32,UnityEngine.Texture,System.Int32)
  nameWithType: Graphics.ConvertTexture(Texture, int, Texture, int)
  type: Method
- uid: UnityEngine.Graphics.ConvertTexture(UnityEngine.Texture,UnityEngine.Texture)
  name: ConvertTexture(Texture, Texture)
  fullName: UnityEngine.Graphics.ConvertTexture(UnityEngine.Texture, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.ConvertTexture.html
  commentId: M:UnityEngine.Graphics.ConvertTexture(UnityEngine.Texture,UnityEngine.Texture)
  nameWithType: Graphics.ConvertTexture(Texture, Texture)
  type: Method
- uid: UnityEngine.Graphics.CopyTexture(UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32)
  name: CopyTexture(Texture, int, int, int, int, int, int, Texture, int, int, int, int)
  fullName: UnityEngine.Graphics.CopyTexture(UnityEngine.Texture, int, int, int, int, int, int, UnityEngine.Texture, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.CopyTexture.html
  commentId: M:UnityEngine.Graphics.CopyTexture(UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Graphics.CopyTexture(Texture, int, int, int, int, int, int, Texture, int, int, int, int)
  type: Method
- uid: UnityEngine.Graphics.CopyTexture(UnityEngine.Texture,System.Int32,System.Int32,UnityEngine.Texture,System.Int32,System.Int32)
  name: CopyTexture(Texture, int, int, Texture, int, int)
  fullName: UnityEngine.Graphics.CopyTexture(UnityEngine.Texture, int, int, UnityEngine.Texture, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.CopyTexture.html
  commentId: M:UnityEngine.Graphics.CopyTexture(UnityEngine.Texture,System.Int32,System.Int32,UnityEngine.Texture,System.Int32,System.Int32)
  nameWithType: Graphics.CopyTexture(Texture, int, int, Texture, int, int)
  type: Method
- uid: UnityEngine.Graphics.CopyTexture(UnityEngine.Texture,System.Int32,UnityEngine.Texture,System.Int32)
  name: CopyTexture(Texture, int, Texture, int)
  fullName: UnityEngine.Graphics.CopyTexture(UnityEngine.Texture, int, UnityEngine.Texture, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.CopyTexture.html
  commentId: M:UnityEngine.Graphics.CopyTexture(UnityEngine.Texture,System.Int32,UnityEngine.Texture,System.Int32)
  nameWithType: Graphics.CopyTexture(Texture, int, Texture, int)
  type: Method
- uid: UnityEngine.Graphics.CopyTexture(UnityEngine.Texture,UnityEngine.Texture)
  name: CopyTexture(Texture, Texture)
  fullName: UnityEngine.Graphics.CopyTexture(UnityEngine.Texture, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.CopyTexture.html
  commentId: M:UnityEngine.Graphics.CopyTexture(UnityEngine.Texture,UnityEngine.Texture)
  nameWithType: Graphics.CopyTexture(Texture, Texture)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Boolean,System.Boolean)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, bool, bool, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, bool, bool, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Boolean)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, bool, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, bool, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,UnityEngine.Transform,System.Boolean)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool, Transform, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,UnityEngine.Transform,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool, Transform, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,UnityEngine.Transform)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool, Transform)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,UnityEngine.Transform)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool, Transform)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, Camera)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.Camera)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int, Camera)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32)
  name: DrawMesh(Mesh, Matrix4x4, Material, int)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32)
  nameWithType: Graphics.DrawMesh(Mesh, Matrix4x4, Material, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Boolean,System.Boolean)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, bool, bool, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, bool, bool, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Boolean)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, bool, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, bool, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,UnityEngine.Transform,System.Boolean)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool, Transform, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,UnityEngine.Transform,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool, Transform, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,UnityEngine.Transform)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool, Transform)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,UnityEngine.Transform)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool, Transform)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock, ShadowCastingMode)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera,System.Int32)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32,UnityEngine.Camera)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int, Camera)
  type: Method
- uid: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32)
  name: DrawMesh(Mesh, Vector3, Quaternion, Material, int)
  fullName: UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMesh.html
  commentId: M:UnityEngine.Graphics.DrawMesh(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Material,System.Int32)
  nameWithType: Graphics.DrawMesh(Mesh, Vector3, Quaternion, Material, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32,UnityEngine.Camera)
  name: DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock, ShadowCastingMode, bool, int, Camera)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, System.Collections.Generic.List<UnityEngine.Matrix4x4>, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, int, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32,UnityEngine.Camera)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock, ShadowCastingMode, bool, int, Camera)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32)
  name: DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock, ShadowCastingMode, bool, int)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, System.Collections.Generic.List<UnityEngine.Matrix4x4>, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock, ShadowCastingMode, bool, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  name: DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock, ShadowCastingMode, bool)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, System.Collections.Generic.List<UnityEngine.Matrix4x4>, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock, ShadowCastingMode, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  name: DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock, ShadowCastingMode)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, System.Collections.Generic.List<UnityEngine.Matrix4x4>, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock, ShadowCastingMode)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock)
  name: DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, System.Collections.Generic.List<UnityEngine.Matrix4x4>, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4},UnityEngine.MaterialPropertyBlock)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32,UnityEngine.Camera)
  name: DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock, ShadowCastingMode, bool, int, Camera)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Matrix4x4[], int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, int, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32,UnityEngine.Camera)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock, ShadowCastingMode, bool, int, Camera)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32)
  name: DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock, ShadowCastingMode, bool, int)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Matrix4x4[], int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock, ShadowCastingMode, bool, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  name: DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock, ShadowCastingMode, bool)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Matrix4x4[], int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock, ShadowCastingMode, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  name: DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock, ShadowCastingMode)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Matrix4x4[], int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock, ShadowCastingMode)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Matrix4x4[], int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32)
  name: DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int)
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Matrix4x4[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[],System.Int32)
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, Matrix4x4[], int)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[])
  name: DrawMeshInstanced(Mesh, int, Material, Matrix4x4[])
  fullName: UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstanced.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Matrix4x4[])
  nameWithType: Graphics.DrawMeshInstanced(Mesh, int, Material, Matrix4x4[])
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32,UnityEngine.Camera)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock, ShadowCastingMode, bool, int, Camera)
  fullName: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Bounds, UnityEngine.ComputeBuffer, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, int, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32,UnityEngine.Camera)
  nameWithType: Graphics.DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock, ShadowCastingMode, bool, int, Camera)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock, ShadowCastingMode, bool, int)
  fullName: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Bounds, UnityEngine.ComputeBuffer, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean,System.Int32)
  nameWithType: Graphics.DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock, ShadowCastingMode, bool, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock, ShadowCastingMode, bool)
  fullName: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Bounds, UnityEngine.ComputeBuffer, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode,System.Boolean)
  nameWithType: Graphics.DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock, ShadowCastingMode, bool)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock, ShadowCastingMode)
  fullName: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Bounds, UnityEngine.ComputeBuffer, int, UnityEngine.MaterialPropertyBlock, UnityEngine.Rendering.ShadowCastingMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock,UnityEngine.Rendering.ShadowCastingMode)
  nameWithType: Graphics.DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock, ShadowCastingMode)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock)
  fullName: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Bounds, UnityEngine.ComputeBuffer, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: Graphics.DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int)
  fullName: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Bounds, UnityEngine.ComputeBuffer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer,System.Int32)
  nameWithType: Graphics.DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer)
  fullName: UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, UnityEngine.Bounds, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Graphics.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,UnityEngine.Bounds,UnityEngine.ComputeBuffer)
  nameWithType: Graphics.DrawMeshInstancedIndirect(Mesh, int, Material, Bounds, ComputeBuffer)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh,UnityEngine.Matrix4x4,System.Int32)
  name: DrawMeshNow(Mesh, Matrix4x4, int)
  fullName: UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh, UnityEngine.Matrix4x4, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshNow.html
  commentId: M:UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh,UnityEngine.Matrix4x4,System.Int32)
  nameWithType: Graphics.DrawMeshNow(Mesh, Matrix4x4, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh,UnityEngine.Matrix4x4)
  name: DrawMeshNow(Mesh, Matrix4x4)
  fullName: UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshNow.html
  commentId: M:UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh,UnityEngine.Matrix4x4)
  nameWithType: Graphics.DrawMeshNow(Mesh, Matrix4x4)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32)
  name: DrawMeshNow(Mesh, Vector3, Quaternion, int)
  fullName: UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshNow.html
  commentId: M:UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32)
  nameWithType: Graphics.DrawMeshNow(Mesh, Vector3, Quaternion, int)
  type: Method
- uid: UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: DrawMeshNow(Mesh, Vector3, Quaternion)
  fullName: UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawMeshNow.html
  commentId: M:UnityEngine.Graphics.DrawMeshNow(UnityEngine.Mesh,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Graphics.DrawMeshNow(Mesh, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Graphics.DrawProcedural(UnityEngine.MeshTopology,System.Int32,System.Int32)
  name: DrawProcedural(MeshTopology, int, int)
  fullName: UnityEngine.Graphics.DrawProcedural(UnityEngine.MeshTopology, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawProcedural.html
  commentId: M:UnityEngine.Graphics.DrawProcedural(UnityEngine.MeshTopology,System.Int32,System.Int32)
  nameWithType: Graphics.DrawProcedural(MeshTopology, int, int)
  type: Method
- uid: UnityEngine.Graphics.DrawProcedural(UnityEngine.MeshTopology,System.Int32)
  name: DrawProcedural(MeshTopology, int)
  fullName: UnityEngine.Graphics.DrawProcedural(UnityEngine.MeshTopology, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawProcedural.html
  commentId: M:UnityEngine.Graphics.DrawProcedural(UnityEngine.MeshTopology,System.Int32)
  nameWithType: Graphics.DrawProcedural(MeshTopology, int)
  type: Method
- uid: UnityEngine.Graphics.DrawProceduralIndirect(UnityEngine.MeshTopology,UnityEngine.ComputeBuffer,System.Int32)
  name: DrawProceduralIndirect(MeshTopology, ComputeBuffer, int)
  fullName: UnityEngine.Graphics.DrawProceduralIndirect(UnityEngine.MeshTopology, UnityEngine.ComputeBuffer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawProceduralIndirect.html
  commentId: M:UnityEngine.Graphics.DrawProceduralIndirect(UnityEngine.MeshTopology,UnityEngine.ComputeBuffer,System.Int32)
  nameWithType: Graphics.DrawProceduralIndirect(MeshTopology, ComputeBuffer, int)
  type: Method
- uid: UnityEngine.Graphics.DrawProceduralIndirect(UnityEngine.MeshTopology,UnityEngine.ComputeBuffer)
  name: DrawProceduralIndirect(MeshTopology, ComputeBuffer)
  fullName: UnityEngine.Graphics.DrawProceduralIndirect(UnityEngine.MeshTopology, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawProceduralIndirect.html
  commentId: M:UnityEngine.Graphics.DrawProceduralIndirect(UnityEngine.MeshTopology,UnityEngine.ComputeBuffer)
  nameWithType: Graphics.DrawProceduralIndirect(MeshTopology, ComputeBuffer)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material,System.Int32)
  name: DrawTexture(Rect, Texture, int, int, int, int, Material, int)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, int, int, int, int, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material,System.Int32)
  nameWithType: Graphics.DrawTexture(Rect, Texture, int, int, int, int, Material, int)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material)
  name: DrawTexture(Rect, Texture, int, int, int, int, Material)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, int, int, int, int, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material)
  nameWithType: Graphics.DrawTexture(Rect, Texture, int, int, int, int, Material)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32)
  name: DrawTexture(Rect, Texture, int, int, int, int)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Graphics.DrawTexture(Rect, Texture, int, int, int, int)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,System.Int32)
  name: DrawTexture(Rect, Texture, Material, int)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,System.Int32)
  nameWithType: Graphics.DrawTexture(Rect, Texture, Material, int)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material)
  name: DrawTexture(Rect, Texture, Material)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material)
  nameWithType: Graphics.DrawTexture(Rect, Texture, Material)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color,UnityEngine.Material,System.Int32)
  name: DrawTexture(Rect, Texture, Rect, int, int, int, int, Color, Material, int)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Rect, int, int, int, int, UnityEngine.Color, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color,UnityEngine.Material,System.Int32)
  nameWithType: Graphics.DrawTexture(Rect, Texture, Rect, int, int, int, int, Color, Material, int)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color,UnityEngine.Material)
  name: DrawTexture(Rect, Texture, Rect, int, int, int, int, Color, Material)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Rect, int, int, int, int, UnityEngine.Color, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color,UnityEngine.Material)
  nameWithType: Graphics.DrawTexture(Rect, Texture, Rect, int, int, int, int, Color, Material)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color)
  name: DrawTexture(Rect, Texture, Rect, int, int, int, int, Color)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Rect, int, int, int, int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color)
  nameWithType: Graphics.DrawTexture(Rect, Texture, Rect, int, int, int, int, Color)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material,System.Int32)
  name: DrawTexture(Rect, Texture, Rect, int, int, int, int, Material, int)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Rect, int, int, int, int, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material,System.Int32)
  nameWithType: Graphics.DrawTexture(Rect, Texture, Rect, int, int, int, int, Material, int)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material)
  name: DrawTexture(Rect, Texture, Rect, int, int, int, int, Material)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Rect, int, int, int, int, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Material)
  nameWithType: Graphics.DrawTexture(Rect, Texture, Rect, int, int, int, int, Material)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32)
  name: DrawTexture(Rect, Texture, Rect, int, int, int, int)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Rect, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Graphics.DrawTexture(Rect, Texture, Rect, int, int, int, int)
  type: Method
- uid: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture)
  name: DrawTexture(Rect, Texture)
  fullName: UnityEngine.Graphics.DrawTexture(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.DrawTexture.html
  commentId: M:UnityEngine.Graphics.DrawTexture(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: Graphics.DrawTexture(Rect, Texture)
  type: Method
- uid: UnityEngine.Graphics.ExecuteCommandBuffer(UnityEngine.Rendering.CommandBuffer)
  name: ExecuteCommandBuffer(CommandBuffer)
  fullName: UnityEngine.Graphics.ExecuteCommandBuffer(UnityEngine.Rendering.CommandBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.ExecuteCommandBuffer.html
  commentId: M:UnityEngine.Graphics.ExecuteCommandBuffer(UnityEngine.Rendering.CommandBuffer)
  nameWithType: Graphics.ExecuteCommandBuffer(CommandBuffer)
  type: Method
- uid: UnityEngine.Graphics.SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer,System.Boolean)
  name: SetRandomWriteTarget(int, ComputeBuffer, bool)
  fullName: UnityEngine.Graphics.SetRandomWriteTarget(int, UnityEngine.ComputeBuffer, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRandomWriteTarget.html
  commentId: M:UnityEngine.Graphics.SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer,System.Boolean)
  nameWithType: Graphics.SetRandomWriteTarget(int, ComputeBuffer, bool)
  type: Method
- uid: UnityEngine.Graphics.SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer)
  name: SetRandomWriteTarget(int, ComputeBuffer)
  fullName: UnityEngine.Graphics.SetRandomWriteTarget(int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRandomWriteTarget.html
  commentId: M:UnityEngine.Graphics.SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: Graphics.SetRandomWriteTarget(int, ComputeBuffer)
  type: Method
- uid: UnityEngine.Graphics.SetRandomWriteTarget(System.Int32,UnityEngine.RenderTexture)
  name: SetRandomWriteTarget(int, RenderTexture)
  fullName: UnityEngine.Graphics.SetRandomWriteTarget(int, UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRandomWriteTarget.html
  commentId: M:UnityEngine.Graphics.SetRandomWriteTarget(System.Int32,UnityEngine.RenderTexture)
  nameWithType: Graphics.SetRandomWriteTarget(int, RenderTexture)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: SetRenderTarget(RenderBuffer, RenderBuffer, int, CubemapFace, int)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: Graphics.SetRenderTarget(RenderBuffer, RenderBuffer, int, CubemapFace, int)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace)
  name: SetRenderTarget(RenderBuffer, RenderBuffer, int, CubemapFace)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer, int, UnityEngine.CubemapFace)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace)
  nameWithType: Graphics.SetRenderTarget(RenderBuffer, RenderBuffer, int, CubemapFace)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32)
  name: SetRenderTarget(RenderBuffer, RenderBuffer, int)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32)
  nameWithType: Graphics.SetRenderTarget(RenderBuffer, RenderBuffer, int)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer)
  name: SetRenderTarget(RenderBuffer, RenderBuffer)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer)
  nameWithType: Graphics.SetRenderTarget(RenderBuffer, RenderBuffer)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer)
  name: SetRenderTarget(RenderBuffer[], RenderBuffer)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer[], UnityEngine.RenderBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer)
  nameWithType: Graphics.SetRenderTarget(RenderBuffer[], RenderBuffer)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTargetSetup)
  name: SetRenderTarget(RenderTargetSetup)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTargetSetup)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTargetSetup)
  nameWithType: Graphics.SetRenderTarget(RenderTargetSetup)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: SetRenderTarget(RenderTexture, int, CubemapFace, int)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: Graphics.SetRenderTarget(RenderTexture, int, CubemapFace, int)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture,System.Int32,UnityEngine.CubemapFace)
  name: SetRenderTarget(RenderTexture, int, CubemapFace)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture, int, UnityEngine.CubemapFace)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture,System.Int32,UnityEngine.CubemapFace)
  nameWithType: Graphics.SetRenderTarget(RenderTexture, int, CubemapFace)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture,System.Int32)
  name: SetRenderTarget(RenderTexture, int)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture,System.Int32)
  nameWithType: Graphics.SetRenderTarget(RenderTexture, int)
  type: Method
- uid: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture)
  name: SetRenderTarget(RenderTexture)
  fullName: UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Graphics.SetRenderTarget.html
  commentId: M:UnityEngine.Graphics.SetRenderTarget(UnityEngine.RenderTexture)
  nameWithType: Graphics.SetRenderTarget(RenderTexture)
  type: Method
- uid: UnityEngine.Grid
  name: Grid
  fullName: UnityEngine.Grid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid.html
  commentId: T:UnityEngine.Grid
  nameWithType: Grid
  type: Class
- uid: UnityEngine.Grid.cellGap
  name: cellGap
  fullName: UnityEngine.Grid.cellGap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid-cellGap.html
  commentId: P:UnityEngine.Grid.cellGap
  nameWithType: Grid.cellGap
  type: Property
- uid: UnityEngine.Grid.cellLayout
  name: cellLayout
  fullName: UnityEngine.Grid.cellLayout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid-cellLayout.html
  commentId: P:UnityEngine.Grid.cellLayout
  nameWithType: Grid.cellLayout
  type: Property
- uid: UnityEngine.Grid.cellSize
  name: cellSize
  fullName: UnityEngine.Grid.cellSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid-cellSize.html
  commentId: P:UnityEngine.Grid.cellSize
  nameWithType: Grid.cellSize
  type: Property
- uid: UnityEngine.Grid.cellSwizzle
  name: cellSwizzle
  fullName: UnityEngine.Grid.cellSwizzle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid-cellSwizzle.html
  commentId: P:UnityEngine.Grid.cellSwizzle
  nameWithType: Grid.cellSwizzle
  type: Property
- uid: UnityEngine.Grid.GetCellCenterLocal(UnityEngine.Vector3Int)
  name: GetCellCenterLocal(Vector3Int)
  fullName: UnityEngine.Grid.GetCellCenterLocal(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid.GetCellCenterLocal.html
  commentId: M:UnityEngine.Grid.GetCellCenterLocal(UnityEngine.Vector3Int)
  nameWithType: Grid.GetCellCenterLocal(Vector3Int)
  type: Method
- uid: UnityEngine.Grid.GetCellCenterWorld(UnityEngine.Vector3Int)
  name: GetCellCenterWorld(Vector3Int)
  fullName: UnityEngine.Grid.GetCellCenterWorld(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid.GetCellCenterWorld.html
  commentId: M:UnityEngine.Grid.GetCellCenterWorld(UnityEngine.Vector3Int)
  nameWithType: Grid.GetCellCenterWorld(Vector3Int)
  type: Method
- uid: UnityEngine.Grid.InverseSwizzle(UnityEngine.GridLayout.CellSwizzle,UnityEngine.Vector3)
  name: InverseSwizzle(CellSwizzle, Vector3)
  fullName: UnityEngine.Grid.InverseSwizzle(UnityEngine.GridLayout.CellSwizzle, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid.InverseSwizzle.html
  commentId: M:UnityEngine.Grid.InverseSwizzle(UnityEngine.GridLayout.CellSwizzle,UnityEngine.Vector3)
  nameWithType: Grid.InverseSwizzle(GridLayout.CellSwizzle, Vector3)
  type: Method
- uid: UnityEngine.Grid.Swizzle(UnityEngine.GridLayout.CellSwizzle,UnityEngine.Vector3)
  name: Swizzle(CellSwizzle, Vector3)
  fullName: UnityEngine.Grid.Swizzle(UnityEngine.GridLayout.CellSwizzle, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Grid.Swizzle.html
  commentId: M:UnityEngine.Grid.Swizzle(UnityEngine.GridLayout.CellSwizzle,UnityEngine.Vector3)
  nameWithType: Grid.Swizzle(GridLayout.CellSwizzle, Vector3)
  type: Method
- uid: UnityEngine.GridBrushBase
  name: GridBrushBase
  fullName: UnityEngine.GridBrushBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.html
  commentId: T:UnityEngine.GridBrushBase
  nameWithType: GridBrushBase
  type: Class
- uid: UnityEngine.GridBrushBase.BoxErase(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: BoxErase(GridLayout, GameObject, BoundsInt)
  fullName: UnityEngine.GridBrushBase.BoxErase(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.BoxErase.html
  commentId: M:UnityEngine.GridBrushBase.BoxErase(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrushBase.BoxErase(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEngine.GridBrushBase.BoxFill(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: BoxFill(GridLayout, GameObject, BoundsInt)
  fullName: UnityEngine.GridBrushBase.BoxFill(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.BoxFill.html
  commentId: M:UnityEngine.GridBrushBase.BoxFill(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrushBase.BoxFill(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEngine.GridBrushBase.Erase(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  name: Erase(GridLayout, GameObject, Vector3Int)
  fullName: UnityEngine.GridBrushBase.Erase(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Erase.html
  commentId: M:UnityEngine.GridBrushBase.Erase(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  nameWithType: GridBrushBase.Erase(GridLayout, GameObject, Vector3Int)
  type: Method
- uid: UnityEngine.GridBrushBase.Flip(UnityEngine.GridBrushBase.FlipAxis,UnityEngine.GridLayout.CellLayout)
  name: Flip(FlipAxis, CellLayout)
  fullName: UnityEngine.GridBrushBase.Flip(UnityEngine.GridBrushBase.FlipAxis, UnityEngine.GridLayout.CellLayout)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Flip.html
  commentId: M:UnityEngine.GridBrushBase.Flip(UnityEngine.GridBrushBase.FlipAxis,UnityEngine.GridLayout.CellLayout)
  nameWithType: GridBrushBase.Flip(GridBrushBase.FlipAxis, GridLayout.CellLayout)
  type: Method
- uid: UnityEngine.GridBrushBase.FlipAxis
  name: GridBrushBase.FlipAxis
  fullName: UnityEngine.GridBrushBase.FlipAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.FlipAxis.html
  commentId: T:UnityEngine.GridBrushBase.FlipAxis
  nameWithType: GridBrushBase.FlipAxis
  type: Enum
- uid: UnityEngine.GridBrushBase.FlipAxis.X
  name: X
  fullName: UnityEngine.GridBrushBase.FlipAxis.X
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.FlipAxis.X.html
  commentId: F:UnityEngine.GridBrushBase.FlipAxis.X
  nameWithType: GridBrushBase.FlipAxis.X
  type: Field
- uid: UnityEngine.GridBrushBase.FlipAxis.Y
  name: Y
  fullName: UnityEngine.GridBrushBase.FlipAxis.Y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.FlipAxis.Y.html
  commentId: F:UnityEngine.GridBrushBase.FlipAxis.Y
  nameWithType: GridBrushBase.FlipAxis.Y
  type: Field
- uid: UnityEngine.GridBrushBase.FloodFill(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  name: FloodFill(GridLayout, GameObject, Vector3Int)
  fullName: UnityEngine.GridBrushBase.FloodFill(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.FloodFill.html
  commentId: M:UnityEngine.GridBrushBase.FloodFill(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  nameWithType: GridBrushBase.FloodFill(GridLayout, GameObject, Vector3Int)
  type: Method
- uid: UnityEngine.GridBrushBase.Move(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.BoundsInt)
  name: Move(GridLayout, GameObject, BoundsInt, BoundsInt)
  fullName: UnityEngine.GridBrushBase.Move(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Move.html
  commentId: M:UnityEngine.GridBrushBase.Move(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.BoundsInt)
  nameWithType: GridBrushBase.Move(GridLayout, GameObject, BoundsInt, BoundsInt)
  type: Method
- uid: UnityEngine.GridBrushBase.MoveEnd(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: MoveEnd(GridLayout, GameObject, BoundsInt)
  fullName: UnityEngine.GridBrushBase.MoveEnd(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.MoveEnd.html
  commentId: M:UnityEngine.GridBrushBase.MoveEnd(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrushBase.MoveEnd(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEngine.GridBrushBase.MoveStart(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: MoveStart(GridLayout, GameObject, BoundsInt)
  fullName: UnityEngine.GridBrushBase.MoveStart(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.MoveStart.html
  commentId: M:UnityEngine.GridBrushBase.MoveStart(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrushBase.MoveStart(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEngine.GridBrushBase.Paint(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  name: Paint(GridLayout, GameObject, Vector3Int)
  fullName: UnityEngine.GridBrushBase.Paint(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Paint.html
  commentId: M:UnityEngine.GridBrushBase.Paint(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.Vector3Int)
  nameWithType: GridBrushBase.Paint(GridLayout, GameObject, Vector3Int)
  type: Method
- uid: UnityEngine.GridBrushBase.Pick(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.Vector3Int)
  name: Pick(GridLayout, GameObject, BoundsInt, Vector3Int)
  fullName: UnityEngine.GridBrushBase.Pick(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Pick.html
  commentId: M:UnityEngine.GridBrushBase.Pick(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt,UnityEngine.Vector3Int)
  nameWithType: GridBrushBase.Pick(GridLayout, GameObject, BoundsInt, Vector3Int)
  type: Method
- uid: UnityEngine.GridBrushBase.Rotate(UnityEngine.GridBrushBase.RotationDirection,UnityEngine.GridLayout.CellLayout)
  name: Rotate(RotationDirection, CellLayout)
  fullName: UnityEngine.GridBrushBase.Rotate(UnityEngine.GridBrushBase.RotationDirection, UnityEngine.GridLayout.CellLayout)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Rotate.html
  commentId: M:UnityEngine.GridBrushBase.Rotate(UnityEngine.GridBrushBase.RotationDirection,UnityEngine.GridLayout.CellLayout)
  nameWithType: GridBrushBase.Rotate(GridBrushBase.RotationDirection, GridLayout.CellLayout)
  type: Method
- uid: UnityEngine.GridBrushBase.RotationDirection
  name: GridBrushBase.RotationDirection
  fullName: UnityEngine.GridBrushBase.RotationDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.RotationDirection.html
  commentId: T:UnityEngine.GridBrushBase.RotationDirection
  nameWithType: GridBrushBase.RotationDirection
  type: Enum
- uid: UnityEngine.GridBrushBase.RotationDirection.Clockwise
  name: Clockwise
  fullName: UnityEngine.GridBrushBase.RotationDirection.Clockwise
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.RotationDirection.Clockwise.html
  commentId: F:UnityEngine.GridBrushBase.RotationDirection.Clockwise
  nameWithType: GridBrushBase.RotationDirection.Clockwise
  type: Field
- uid: UnityEngine.GridBrushBase.RotationDirection.CounterClockwise
  name: CounterClockwise
  fullName: UnityEngine.GridBrushBase.RotationDirection.CounterClockwise
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.RotationDirection.CounterClockwise.html
  commentId: F:UnityEngine.GridBrushBase.RotationDirection.CounterClockwise
  nameWithType: GridBrushBase.RotationDirection.CounterClockwise
  type: Field
- uid: UnityEngine.GridBrushBase.Select(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  name: Select(GridLayout, GameObject, BoundsInt)
  fullName: UnityEngine.GridBrushBase.Select(UnityEngine.GridLayout, UnityEngine.GameObject, UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Select.html
  commentId: M:UnityEngine.GridBrushBase.Select(UnityEngine.GridLayout,UnityEngine.GameObject,UnityEngine.BoundsInt)
  nameWithType: GridBrushBase.Select(GridLayout, GameObject, BoundsInt)
  type: Method
- uid: UnityEngine.GridBrushBase.Tool
  name: GridBrushBase.Tool
  fullName: UnityEngine.GridBrushBase.Tool
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Tool.html
  commentId: T:UnityEngine.GridBrushBase.Tool
  nameWithType: GridBrushBase.Tool
  type: Enum
- uid: UnityEngine.GridBrushBase.Tool.Box
  name: Box
  fullName: UnityEngine.GridBrushBase.Tool.Box
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Tool.Box.html
  commentId: F:UnityEngine.GridBrushBase.Tool.Box
  nameWithType: GridBrushBase.Tool.Box
  type: Field
- uid: UnityEngine.GridBrushBase.Tool.Erase
  name: Erase
  fullName: UnityEngine.GridBrushBase.Tool.Erase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Tool.Erase.html
  commentId: F:UnityEngine.GridBrushBase.Tool.Erase
  nameWithType: GridBrushBase.Tool.Erase
  type: Field
- uid: UnityEngine.GridBrushBase.Tool.FloodFill
  name: FloodFill
  fullName: UnityEngine.GridBrushBase.Tool.FloodFill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Tool.FloodFill.html
  commentId: F:UnityEngine.GridBrushBase.Tool.FloodFill
  nameWithType: GridBrushBase.Tool.FloodFill
  type: Field
- uid: UnityEngine.GridBrushBase.Tool.Move
  name: Move
  fullName: UnityEngine.GridBrushBase.Tool.Move
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Tool.Move.html
  commentId: F:UnityEngine.GridBrushBase.Tool.Move
  nameWithType: GridBrushBase.Tool.Move
  type: Field
- uid: UnityEngine.GridBrushBase.Tool.Paint
  name: Paint
  fullName: UnityEngine.GridBrushBase.Tool.Paint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Tool.Paint.html
  commentId: F:UnityEngine.GridBrushBase.Tool.Paint
  nameWithType: GridBrushBase.Tool.Paint
  type: Field
- uid: UnityEngine.GridBrushBase.Tool.Pick
  name: Pick
  fullName: UnityEngine.GridBrushBase.Tool.Pick
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Tool.Pick.html
  commentId: F:UnityEngine.GridBrushBase.Tool.Pick
  nameWithType: GridBrushBase.Tool.Pick
  type: Field
- uid: UnityEngine.GridBrushBase.Tool.Select
  name: Select
  fullName: UnityEngine.GridBrushBase.Tool.Select
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridBrushBase.Tool.Select.html
  commentId: F:UnityEngine.GridBrushBase.Tool.Select
  nameWithType: GridBrushBase.Tool.Select
  type: Field
- uid: UnityEngine.GridLayout
  name: GridLayout
  fullName: UnityEngine.GridLayout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.html
  commentId: T:UnityEngine.GridLayout
  nameWithType: GridLayout
  type: Class
- uid: UnityEngine.GridLayout.cellGap
  name: cellGap
  fullName: UnityEngine.GridLayout.cellGap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout-cellGap.html
  commentId: P:UnityEngine.GridLayout.cellGap
  nameWithType: GridLayout.cellGap
  type: Property
- uid: UnityEngine.GridLayout.cellLayout
  name: cellLayout
  fullName: UnityEngine.GridLayout.cellLayout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout-cellLayout.html
  commentId: P:UnityEngine.GridLayout.cellLayout
  nameWithType: GridLayout.cellLayout
  type: Property
- uid: UnityEngine.GridLayout.CellLayout
  name: GridLayout.CellLayout
  fullName: UnityEngine.GridLayout.CellLayout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellLayout.html
  commentId: T:UnityEngine.GridLayout.CellLayout
  nameWithType: GridLayout.CellLayout
  type: Enum
- uid: UnityEngine.GridLayout.CellLayout.Rectangle
  name: Rectangle
  fullName: UnityEngine.GridLayout.CellLayout.Rectangle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellLayout.Rectangle.html
  commentId: F:UnityEngine.GridLayout.CellLayout.Rectangle
  nameWithType: GridLayout.CellLayout.Rectangle
  type: Field
- uid: UnityEngine.GridLayout.cellSize
  name: cellSize
  fullName: UnityEngine.GridLayout.cellSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout-cellSize.html
  commentId: P:UnityEngine.GridLayout.cellSize
  nameWithType: GridLayout.cellSize
  type: Property
- uid: UnityEngine.GridLayout.cellSwizzle
  name: cellSwizzle
  fullName: UnityEngine.GridLayout.cellSwizzle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout-cellSwizzle.html
  commentId: P:UnityEngine.GridLayout.cellSwizzle
  nameWithType: GridLayout.cellSwizzle
  type: Property
- uid: UnityEngine.GridLayout.CellSwizzle
  name: GridLayout.CellSwizzle
  fullName: UnityEngine.GridLayout.CellSwizzle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellSwizzle.html
  commentId: T:UnityEngine.GridLayout.CellSwizzle
  nameWithType: GridLayout.CellSwizzle
  type: Enum
- uid: UnityEngine.GridLayout.CellSwizzle.XYZ
  name: XYZ
  fullName: UnityEngine.GridLayout.CellSwizzle.XYZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellSwizzle.XYZ.html
  commentId: F:UnityEngine.GridLayout.CellSwizzle.XYZ
  nameWithType: GridLayout.CellSwizzle.XYZ
  type: Field
- uid: UnityEngine.GridLayout.CellSwizzle.XZY
  name: XZY
  fullName: UnityEngine.GridLayout.CellSwizzle.XZY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellSwizzle.XZY.html
  commentId: F:UnityEngine.GridLayout.CellSwizzle.XZY
  nameWithType: GridLayout.CellSwizzle.XZY
  type: Field
- uid: UnityEngine.GridLayout.CellSwizzle.YXZ
  name: YXZ
  fullName: UnityEngine.GridLayout.CellSwizzle.YXZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellSwizzle.YXZ.html
  commentId: F:UnityEngine.GridLayout.CellSwizzle.YXZ
  nameWithType: GridLayout.CellSwizzle.YXZ
  type: Field
- uid: UnityEngine.GridLayout.CellSwizzle.YZX
  name: YZX
  fullName: UnityEngine.GridLayout.CellSwizzle.YZX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellSwizzle.YZX.html
  commentId: F:UnityEngine.GridLayout.CellSwizzle.YZX
  nameWithType: GridLayout.CellSwizzle.YZX
  type: Field
- uid: UnityEngine.GridLayout.CellSwizzle.ZXY
  name: ZXY
  fullName: UnityEngine.GridLayout.CellSwizzle.ZXY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellSwizzle.ZXY.html
  commentId: F:UnityEngine.GridLayout.CellSwizzle.ZXY
  nameWithType: GridLayout.CellSwizzle.ZXY
  type: Field
- uid: UnityEngine.GridLayout.CellSwizzle.ZYX
  name: ZYX
  fullName: UnityEngine.GridLayout.CellSwizzle.ZYX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellSwizzle.ZYX.html
  commentId: F:UnityEngine.GridLayout.CellSwizzle.ZYX
  nameWithType: GridLayout.CellSwizzle.ZYX
  type: Field
- uid: UnityEngine.GridLayout.CellToLocal(UnityEngine.Vector3Int)
  name: CellToLocal(Vector3Int)
  fullName: UnityEngine.GridLayout.CellToLocal(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellToLocal.html
  commentId: M:UnityEngine.GridLayout.CellToLocal(UnityEngine.Vector3Int)
  nameWithType: GridLayout.CellToLocal(Vector3Int)
  type: Method
- uid: UnityEngine.GridLayout.CellToLocalInterpolated(UnityEngine.Vector3)
  name: CellToLocalInterpolated(Vector3)
  fullName: UnityEngine.GridLayout.CellToLocalInterpolated(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellToLocalInterpolated.html
  commentId: M:UnityEngine.GridLayout.CellToLocalInterpolated(UnityEngine.Vector3)
  nameWithType: GridLayout.CellToLocalInterpolated(Vector3)
  type: Method
- uid: UnityEngine.GridLayout.CellToWorld(UnityEngine.Vector3Int)
  name: CellToWorld(Vector3Int)
  fullName: UnityEngine.GridLayout.CellToWorld(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.CellToWorld.html
  commentId: M:UnityEngine.GridLayout.CellToWorld(UnityEngine.Vector3Int)
  nameWithType: GridLayout.CellToWorld(Vector3Int)
  type: Method
- uid: UnityEngine.GridLayout.GetBoundsLocal(UnityEngine.Vector3Int)
  name: GetBoundsLocal(Vector3Int)
  fullName: UnityEngine.GridLayout.GetBoundsLocal(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.GetBoundsLocal.html
  commentId: M:UnityEngine.GridLayout.GetBoundsLocal(UnityEngine.Vector3Int)
  nameWithType: GridLayout.GetBoundsLocal(Vector3Int)
  type: Method
- uid: UnityEngine.GridLayout.GetLayoutCellCenter
  name: GetLayoutCellCenter()
  fullName: UnityEngine.GridLayout.GetLayoutCellCenter()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.GetLayoutCellCenter.html
  commentId: M:UnityEngine.GridLayout.GetLayoutCellCenter
  nameWithType: GridLayout.GetLayoutCellCenter()
  type: Method
- uid: UnityEngine.GridLayout.LocalToCell(UnityEngine.Vector3)
  name: LocalToCell(Vector3)
  fullName: UnityEngine.GridLayout.LocalToCell(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.LocalToCell.html
  commentId: M:UnityEngine.GridLayout.LocalToCell(UnityEngine.Vector3)
  nameWithType: GridLayout.LocalToCell(Vector3)
  type: Method
- uid: UnityEngine.GridLayout.LocalToCellInterpolated(UnityEngine.Vector3)
  name: LocalToCellInterpolated(Vector3)
  fullName: UnityEngine.GridLayout.LocalToCellInterpolated(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.LocalToCellInterpolated.html
  commentId: M:UnityEngine.GridLayout.LocalToCellInterpolated(UnityEngine.Vector3)
  nameWithType: GridLayout.LocalToCellInterpolated(Vector3)
  type: Method
- uid: UnityEngine.GridLayout.LocalToWorld(UnityEngine.Vector3)
  name: LocalToWorld(Vector3)
  fullName: UnityEngine.GridLayout.LocalToWorld(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.LocalToWorld.html
  commentId: M:UnityEngine.GridLayout.LocalToWorld(UnityEngine.Vector3)
  nameWithType: GridLayout.LocalToWorld(Vector3)
  type: Method
- uid: UnityEngine.GridLayout.WorldToCell(UnityEngine.Vector3)
  name: WorldToCell(Vector3)
  fullName: UnityEngine.GridLayout.WorldToCell(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.WorldToCell.html
  commentId: M:UnityEngine.GridLayout.WorldToCell(UnityEngine.Vector3)
  nameWithType: GridLayout.WorldToCell(Vector3)
  type: Method
- uid: UnityEngine.GridLayout.WorldToLocal(UnityEngine.Vector3)
  name: WorldToLocal(Vector3)
  fullName: UnityEngine.GridLayout.WorldToLocal(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GridLayout.WorldToLocal.html
  commentId: M:UnityEngine.GridLayout.WorldToLocal(UnityEngine.Vector3)
  nameWithType: GridLayout.WorldToLocal(Vector3)
  type: Method
- uid: UnityEngine.GUI
  name: GUI
  fullName: UnityEngine.GUI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.html
  commentId: T:UnityEngine.GUI
  nameWithType: GUI
  type: Class
- uid: UnityEngine.GUI.backgroundColor
  name: backgroundColor
  fullName: UnityEngine.GUI.backgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-backgroundColor.html
  commentId: P:UnityEngine.GUI.backgroundColor
  nameWithType: GUI.backgroundColor
  type: Property
- uid: UnityEngine.GUI.BeginClip(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Vector2,System.Boolean)
  name: BeginClip(Rect, Vector2, Vector2, bool)
  fullName: UnityEngine.GUI.BeginClip(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginClip.html
  commentId: M:UnityEngine.GUI.BeginClip(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Vector2,System.Boolean)
  nameWithType: GUI.BeginClip(Rect, Vector2, Vector2, bool)
  type: Method
- uid: UnityEngine.GUI.BeginClip(UnityEngine.Rect)
  name: BeginClip(Rect)
  fullName: UnityEngine.GUI.BeginClip(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginClip.html
  commentId: M:UnityEngine.GUI.BeginClip(UnityEngine.Rect)
  nameWithType: GUI.BeginClip(Rect)
  type: Method
- uid: UnityEngine.GUI.BeginGroup(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: BeginGroup(Rect, string, GUIStyle)
  fullName: UnityEngine.GUI.BeginGroup(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginGroup.html
  commentId: M:UnityEngine.GUI.BeginGroup(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.BeginGroup(Rect, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.BeginGroup(UnityEngine.Rect,System.String)
  name: BeginGroup(Rect, string)
  fullName: UnityEngine.GUI.BeginGroup(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginGroup.html
  commentId: M:UnityEngine.GUI.BeginGroup(UnityEngine.Rect,System.String)
  nameWithType: GUI.BeginGroup(Rect, string)
  type: Method
- uid: UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: BeginGroup(Rect, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.BeginGroup(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginGroup.html
  commentId: M:UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.BeginGroup(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.GUIContent)
  name: BeginGroup(Rect, GUIContent)
  fullName: UnityEngine.GUI.BeginGroup(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginGroup.html
  commentId: M:UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: GUI.BeginGroup(Rect, GUIContent)
  type: Method
- uid: UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: BeginGroup(Rect, GUIStyle)
  fullName: UnityEngine.GUI.BeginGroup(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginGroup.html
  commentId: M:UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: GUI.BeginGroup(Rect, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: BeginGroup(Rect, Texture, GUIStyle)
  fullName: UnityEngine.GUI.BeginGroup(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginGroup.html
  commentId: M:UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.BeginGroup(Rect, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.Texture)
  name: BeginGroup(Rect, Texture)
  fullName: UnityEngine.GUI.BeginGroup(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginGroup.html
  commentId: M:UnityEngine.GUI.BeginGroup(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUI.BeginGroup(Rect, Texture)
  type: Method
- uid: UnityEngine.GUI.BeginGroup(UnityEngine.Rect)
  name: BeginGroup(Rect)
  fullName: UnityEngine.GUI.BeginGroup(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginGroup.html
  commentId: M:UnityEngine.GUI.BeginGroup(UnityEngine.Rect)
  nameWithType: GUI.BeginGroup(Rect)
  type: Method
- uid: UnityEngine.GUI.BeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: BeginScrollView(Rect, Vector2, Rect, bool, bool, GUIStyle, GUIStyle)
  fullName: UnityEngine.GUI.BeginScrollView(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginScrollView.html
  commentId: M:UnityEngine.GUI.BeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: GUI.BeginScrollView(Rect, Vector2, Rect, bool, bool, GUIStyle, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.BeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean)
  name: BeginScrollView(Rect, Vector2, Rect, bool, bool)
  fullName: UnityEngine.GUI.BeginScrollView(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginScrollView.html
  commentId: M:UnityEngine.GUI.BeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean)
  nameWithType: GUI.BeginScrollView(Rect, Vector2, Rect, bool, bool)
  type: Method
- uid: UnityEngine.GUI.BeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: BeginScrollView(Rect, Vector2, Rect, GUIStyle, GUIStyle)
  fullName: UnityEngine.GUI.BeginScrollView(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginScrollView.html
  commentId: M:UnityEngine.GUI.BeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: GUI.BeginScrollView(Rect, Vector2, Rect, GUIStyle, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.BeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect)
  name: BeginScrollView(Rect, Vector2, Rect)
  fullName: UnityEngine.GUI.BeginScrollView(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BeginScrollView.html
  commentId: M:UnityEngine.GUI.BeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect)
  nameWithType: GUI.BeginScrollView(Rect, Vector2, Rect)
  type: Method
- uid: UnityEngine.GUI.Box(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: Box(Rect, string, GUIStyle)
  fullName: UnityEngine.GUI.Box(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Box.html
  commentId: M:UnityEngine.GUI.Box(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.Box(Rect, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Box(UnityEngine.Rect,System.String)
  name: Box(Rect, string)
  fullName: UnityEngine.GUI.Box(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Box.html
  commentId: M:UnityEngine.GUI.Box(UnityEngine.Rect,System.String)
  nameWithType: GUI.Box(Rect, string)
  type: Method
- uid: UnityEngine.GUI.Box(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Box(Rect, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.Box(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Box.html
  commentId: M:UnityEngine.GUI.Box(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.Box(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Box(UnityEngine.Rect,UnityEngine.GUIContent)
  name: Box(Rect, GUIContent)
  fullName: UnityEngine.GUI.Box(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Box.html
  commentId: M:UnityEngine.GUI.Box(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: GUI.Box(Rect, GUIContent)
  type: Method
- uid: UnityEngine.GUI.Box(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: Box(Rect, Texture, GUIStyle)
  fullName: UnityEngine.GUI.Box(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Box.html
  commentId: M:UnityEngine.GUI.Box(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.Box(Rect, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Box(UnityEngine.Rect,UnityEngine.Texture)
  name: Box(Rect, Texture)
  fullName: UnityEngine.GUI.Box(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Box.html
  commentId: M:UnityEngine.GUI.Box(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUI.Box(Rect, Texture)
  type: Method
- uid: UnityEngine.GUI.BringWindowToBack(System.Int32)
  name: BringWindowToBack(int)
  fullName: UnityEngine.GUI.BringWindowToBack(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BringWindowToBack.html
  commentId: M:UnityEngine.GUI.BringWindowToBack(System.Int32)
  nameWithType: GUI.BringWindowToBack(int)
  type: Method
- uid: UnityEngine.GUI.BringWindowToFront(System.Int32)
  name: BringWindowToFront(int)
  fullName: UnityEngine.GUI.BringWindowToFront(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.BringWindowToFront.html
  commentId: M:UnityEngine.GUI.BringWindowToFront(System.Int32)
  nameWithType: GUI.BringWindowToFront(int)
  type: Method
- uid: UnityEngine.GUI.Button(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: Button(Rect, string, GUIStyle)
  fullName: UnityEngine.GUI.Button(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Button.html
  commentId: M:UnityEngine.GUI.Button(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.Button(Rect, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Button(UnityEngine.Rect,System.String)
  name: Button(Rect, string)
  fullName: UnityEngine.GUI.Button(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Button.html
  commentId: M:UnityEngine.GUI.Button(UnityEngine.Rect,System.String)
  nameWithType: GUI.Button(Rect, string)
  type: Method
- uid: UnityEngine.GUI.Button(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Button(Rect, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.Button(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Button.html
  commentId: M:UnityEngine.GUI.Button(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.Button(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Button(UnityEngine.Rect,UnityEngine.GUIContent)
  name: Button(Rect, GUIContent)
  fullName: UnityEngine.GUI.Button(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Button.html
  commentId: M:UnityEngine.GUI.Button(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: GUI.Button(Rect, GUIContent)
  type: Method
- uid: UnityEngine.GUI.Button(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: Button(Rect, Texture, GUIStyle)
  fullName: UnityEngine.GUI.Button(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Button.html
  commentId: M:UnityEngine.GUI.Button(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.Button(Rect, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Button(UnityEngine.Rect,UnityEngine.Texture)
  name: Button(Rect, Texture)
  fullName: UnityEngine.GUI.Button(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Button.html
  commentId: M:UnityEngine.GUI.Button(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUI.Button(Rect, Texture)
  type: Method
- uid: UnityEngine.GUI.changed
  name: changed
  fullName: UnityEngine.GUI.changed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-changed.html
  commentId: P:UnityEngine.GUI.changed
  nameWithType: GUI.changed
  type: Property
- uid: UnityEngine.GUI.ClipScope
  name: GUI.ClipScope
  fullName: UnityEngine.GUI.ClipScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ClipScope.html
  commentId: T:UnityEngine.GUI.ClipScope
  nameWithType: GUI.ClipScope
  type: Class
- uid: UnityEngine.GUI.ClipScope.#ctor(UnityEngine.Rect)
  name: ClipScope(Rect)
  fullName: UnityEngine.GUI.ClipScope.ClipScope(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ClipScope-ctor.html
  commentId: M:UnityEngine.GUI.ClipScope.#ctor(UnityEngine.Rect)
  nameWithType: GUI.ClipScope.ClipScope(Rect)
  type: Constructor
- uid: UnityEngine.GUI.ClipScope.CloseScope
  name: CloseScope()
  fullName: UnityEngine.GUI.ClipScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ClipScope.CloseScope.html
  commentId: M:UnityEngine.GUI.ClipScope.CloseScope
  nameWithType: GUI.ClipScope.CloseScope()
  type: Method
- uid: UnityEngine.GUI.color
  name: color
  fullName: UnityEngine.GUI.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-color.html
  commentId: P:UnityEngine.GUI.color
  nameWithType: GUI.color
  type: Property
- uid: UnityEngine.GUI.contentColor
  name: contentColor
  fullName: UnityEngine.GUI.contentColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-contentColor.html
  commentId: P:UnityEngine.GUI.contentColor
  nameWithType: GUI.contentColor
  type: Property
- uid: UnityEngine.GUI.depth
  name: depth
  fullName: UnityEngine.GUI.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-depth.html
  commentId: P:UnityEngine.GUI.depth
  nameWithType: GUI.depth
  type: Property
- uid: UnityEngine.GUI.DoBeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: DoBeginScrollView(Rect, Vector2, Rect, bool, bool, GUIStyle, GUIStyle, GUIStyle)
  fullName: UnityEngine.GUI.DoBeginScrollView(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DoBeginScrollView.html
  commentId: M:UnityEngine.GUI.DoBeginScrollView(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: GUI.DoBeginScrollView(Rect, Vector2, Rect, bool, bool, GUIStyle, GUIStyle, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.DragWindow
  name: DragWindow()
  fullName: UnityEngine.GUI.DragWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DragWindow.html
  commentId: M:UnityEngine.GUI.DragWindow
  nameWithType: GUI.DragWindow()
  type: Method
- uid: UnityEngine.GUI.DragWindow(UnityEngine.Rect)
  name: DragWindow(Rect)
  fullName: UnityEngine.GUI.DragWindow(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DragWindow.html
  commentId: M:UnityEngine.GUI.DragWindow(UnityEngine.Rect)
  nameWithType: GUI.DragWindow(Rect)
  type: Method
- uid: UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Boolean,System.Single,UnityEngine.Color,System.Single,System.Single)
  name: DrawTexture(Rect, Texture, ScaleMode, bool, float, Color, float, float)
  fullName: UnityEngine.GUI.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode, bool, float, UnityEngine.Color, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DrawTexture.html
  commentId: M:UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Boolean,System.Single,UnityEngine.Color,System.Single,System.Single)
  nameWithType: GUI.DrawTexture(Rect, Texture, ScaleMode, bool, float, Color, float, float)
  type: Method
- uid: UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Boolean,System.Single,UnityEngine.Color,UnityEngine.Vector4,System.Single)
  name: DrawTexture(Rect, Texture, ScaleMode, bool, float, Color, Vector4, float)
  fullName: UnityEngine.GUI.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode, bool, float, UnityEngine.Color, UnityEngine.Vector4, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DrawTexture.html
  commentId: M:UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Boolean,System.Single,UnityEngine.Color,UnityEngine.Vector4,System.Single)
  nameWithType: GUI.DrawTexture(Rect, Texture, ScaleMode, bool, float, Color, Vector4, float)
  type: Method
- uid: UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Boolean,System.Single)
  name: DrawTexture(Rect, Texture, ScaleMode, bool, float)
  fullName: UnityEngine.GUI.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode, bool, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DrawTexture.html
  commentId: M:UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Boolean,System.Single)
  nameWithType: GUI.DrawTexture(Rect, Texture, ScaleMode, bool, float)
  type: Method
- uid: UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Boolean)
  name: DrawTexture(Rect, Texture, ScaleMode, bool)
  fullName: UnityEngine.GUI.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DrawTexture.html
  commentId: M:UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Boolean)
  nameWithType: GUI.DrawTexture(Rect, Texture, ScaleMode, bool)
  type: Method
- uid: UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)
  name: DrawTexture(Rect, Texture, ScaleMode)
  fullName: UnityEngine.GUI.DrawTexture(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.ScaleMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DrawTexture.html
  commentId: M:UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)
  nameWithType: GUI.DrawTexture(Rect, Texture, ScaleMode)
  type: Method
- uid: UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture)
  name: DrawTexture(Rect, Texture)
  fullName: UnityEngine.GUI.DrawTexture(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DrawTexture.html
  commentId: M:UnityEngine.GUI.DrawTexture(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUI.DrawTexture(Rect, Texture)
  type: Method
- uid: UnityEngine.GUI.DrawTextureWithTexCoords(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Boolean)
  name: DrawTextureWithTexCoords(Rect, Texture, Rect, bool)
  fullName: UnityEngine.GUI.DrawTextureWithTexCoords(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Rect, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DrawTextureWithTexCoords.html
  commentId: M:UnityEngine.GUI.DrawTextureWithTexCoords(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect,System.Boolean)
  nameWithType: GUI.DrawTextureWithTexCoords(Rect, Texture, Rect, bool)
  type: Method
- uid: UnityEngine.GUI.DrawTextureWithTexCoords(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect)
  name: DrawTextureWithTexCoords(Rect, Texture, Rect)
  fullName: UnityEngine.GUI.DrawTextureWithTexCoords(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.DrawTextureWithTexCoords.html
  commentId: M:UnityEngine.GUI.DrawTextureWithTexCoords(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Rect)
  nameWithType: GUI.DrawTextureWithTexCoords(Rect, Texture, Rect)
  type: Method
- uid: UnityEngine.GUI.enabled
  name: enabled
  fullName: UnityEngine.GUI.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-enabled.html
  commentId: P:UnityEngine.GUI.enabled
  nameWithType: GUI.enabled
  type: Property
- uid: UnityEngine.GUI.EndClip
  name: EndClip()
  fullName: UnityEngine.GUI.EndClip()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.EndClip.html
  commentId: M:UnityEngine.GUI.EndClip
  nameWithType: GUI.EndClip()
  type: Method
- uid: UnityEngine.GUI.EndGroup
  name: EndGroup()
  fullName: UnityEngine.GUI.EndGroup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.EndGroup.html
  commentId: M:UnityEngine.GUI.EndGroup
  nameWithType: GUI.EndGroup()
  type: Method
- uid: UnityEngine.GUI.EndScrollView
  name: EndScrollView()
  fullName: UnityEngine.GUI.EndScrollView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.EndScrollView.html
  commentId: M:UnityEngine.GUI.EndScrollView
  nameWithType: GUI.EndScrollView()
  type: Method
- uid: UnityEngine.GUI.EndScrollView(System.Boolean)
  name: EndScrollView(bool)
  fullName: UnityEngine.GUI.EndScrollView(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.EndScrollView.html
  commentId: M:UnityEngine.GUI.EndScrollView(System.Boolean)
  nameWithType: GUI.EndScrollView(bool)
  type: Method
- uid: UnityEngine.GUI.FocusControl(System.String)
  name: FocusControl(string)
  fullName: UnityEngine.GUI.FocusControl(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.FocusControl.html
  commentId: M:UnityEngine.GUI.FocusControl(System.String)
  nameWithType: GUI.FocusControl(string)
  type: Method
- uid: UnityEngine.GUI.FocusWindow(System.Int32)
  name: FocusWindow(int)
  fullName: UnityEngine.GUI.FocusWindow(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.FocusWindow.html
  commentId: M:UnityEngine.GUI.FocusWindow(System.Int32)
  nameWithType: GUI.FocusWindow(int)
  type: Method
- uid: UnityEngine.GUI.GetNameOfFocusedControl
  name: GetNameOfFocusedControl()
  fullName: UnityEngine.GUI.GetNameOfFocusedControl()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GetNameOfFocusedControl.html
  commentId: M:UnityEngine.GUI.GetNameOfFocusedControl
  nameWithType: GUI.GetNameOfFocusedControl()
  type: Method
- uid: UnityEngine.GUI.GroupScope
  name: GUI.GroupScope
  fullName: UnityEngine.GUI.GroupScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope.html
  commentId: T:UnityEngine.GUI.GroupScope
  nameWithType: GUI.GroupScope
  type: Class
- uid: UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: GroupScope(Rect, string, GUIStyle)
  fullName: UnityEngine.GUI.GroupScope.GroupScope(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope-ctor.html
  commentId: M:UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.GroupScope.GroupScope(Rect, string, GUIStyle)
  type: Constructor
- uid: UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,System.String)
  name: GroupScope(Rect, string)
  fullName: UnityEngine.GUI.GroupScope.GroupScope(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope-ctor.html
  commentId: M:UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,System.String)
  nameWithType: GUI.GroupScope.GroupScope(Rect, string)
  type: Constructor
- uid: UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent)
  name: GroupScope(Rect, GUIContent)
  fullName: UnityEngine.GUI.GroupScope.GroupScope(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope-ctor.html
  commentId: M:UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: GUI.GroupScope.GroupScope(Rect, GUIContent)
  type: Constructor
- uid: UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: GroupScope(Rect, GUIStyle)
  fullName: UnityEngine.GUI.GroupScope.GroupScope(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope-ctor.html
  commentId: M:UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: GUI.GroupScope.GroupScope(Rect, GUIStyle)
  type: Constructor
- uid: UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: GroupScope(Rect, Texture, GUIStyle)
  fullName: UnityEngine.GUI.GroupScope.GroupScope(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope-ctor.html
  commentId: M:UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.GroupScope.GroupScope(Rect, Texture, GUIStyle)
  type: Constructor
- uid: UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,UnityEngine.Texture)
  name: GroupScope(Rect, Texture)
  fullName: UnityEngine.GUI.GroupScope.GroupScope(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope-ctor.html
  commentId: M:UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUI.GroupScope.GroupScope(Rect, Texture)
  type: Constructor
- uid: UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect)
  name: GroupScope(Rect)
  fullName: UnityEngine.GUI.GroupScope.GroupScope(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope-ctor.html
  commentId: M:UnityEngine.GUI.GroupScope.#ctor(UnityEngine.Rect)
  nameWithType: GUI.GroupScope.GroupScope(Rect)
  type: Constructor
- uid: UnityEngine.GUI.GroupScope.CloseScope
  name: CloseScope()
  fullName: UnityEngine.GUI.GroupScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.GroupScope.CloseScope.html
  commentId: M:UnityEngine.GUI.GroupScope.CloseScope
  nameWithType: GUI.GroupScope.CloseScope()
  type: Method
- uid: UnityEngine.GUI.HorizontalScrollbar(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle)
  name: HorizontalScrollbar(Rect, float, float, float, float, GUIStyle)
  fullName: UnityEngine.GUI.HorizontalScrollbar(UnityEngine.Rect, float, float, float, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.HorizontalScrollbar.html
  commentId: M:UnityEngine.GUI.HorizontalScrollbar(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle)
  nameWithType: GUI.HorizontalScrollbar(Rect, float, float, float, float, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.HorizontalScrollbar(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single)
  name: HorizontalScrollbar(Rect, float, float, float, float)
  fullName: UnityEngine.GUI.HorizontalScrollbar(UnityEngine.Rect, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.HorizontalScrollbar.html
  commentId: M:UnityEngine.GUI.HorizontalScrollbar(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single)
  nameWithType: GUI.HorizontalScrollbar(Rect, float, float, float, float)
  type: Method
- uid: UnityEngine.GUI.HorizontalSlider(UnityEngine.Rect,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: HorizontalSlider(Rect, float, float, float, GUIStyle, GUIStyle)
  fullName: UnityEngine.GUI.HorizontalSlider(UnityEngine.Rect, float, float, float, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.HorizontalSlider.html
  commentId: M:UnityEngine.GUI.HorizontalSlider(UnityEngine.Rect,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: GUI.HorizontalSlider(Rect, float, float, float, GUIStyle, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.HorizontalSlider(UnityEngine.Rect,System.Single,System.Single,System.Single)
  name: HorizontalSlider(Rect, float, float, float)
  fullName: UnityEngine.GUI.HorizontalSlider(UnityEngine.Rect, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.HorizontalSlider.html
  commentId: M:UnityEngine.GUI.HorizontalSlider(UnityEngine.Rect,System.Single,System.Single,System.Single)
  nameWithType: GUI.HorizontalSlider(Rect, float, float, float)
  type: Method
- uid: UnityEngine.GUI.Label(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: Label(Rect, string, GUIStyle)
  fullName: UnityEngine.GUI.Label(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Label.html
  commentId: M:UnityEngine.GUI.Label(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.Label(Rect, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Label(UnityEngine.Rect,System.String)
  name: Label(Rect, string)
  fullName: UnityEngine.GUI.Label(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Label.html
  commentId: M:UnityEngine.GUI.Label(UnityEngine.Rect,System.String)
  nameWithType: GUI.Label(Rect, string)
  type: Method
- uid: UnityEngine.GUI.Label(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Label(Rect, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.Label(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Label.html
  commentId: M:UnityEngine.GUI.Label(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.Label(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Label(UnityEngine.Rect,UnityEngine.GUIContent)
  name: Label(Rect, GUIContent)
  fullName: UnityEngine.GUI.Label(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Label.html
  commentId: M:UnityEngine.GUI.Label(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: GUI.Label(Rect, GUIContent)
  type: Method
- uid: UnityEngine.GUI.Label(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: Label(Rect, Texture, GUIStyle)
  fullName: UnityEngine.GUI.Label(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Label.html
  commentId: M:UnityEngine.GUI.Label(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.Label(Rect, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Label(UnityEngine.Rect,UnityEngine.Texture)
  name: Label(Rect, Texture)
  fullName: UnityEngine.GUI.Label(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Label.html
  commentId: M:UnityEngine.GUI.Label(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUI.Label(Rect, Texture)
  type: Method
- uid: UnityEngine.GUI.matrix
  name: matrix
  fullName: UnityEngine.GUI.matrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-matrix.html
  commentId: P:UnityEngine.GUI.matrix
  nameWithType: GUI.matrix
  type: Property
- uid: UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String,UnityEngine.GUIStyle)
  name: ModalWindow(int, Rect, WindowFunction, string, GUIStyle)
  fullName: UnityEngine.GUI.ModalWindow(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ModalWindow.html
  commentId: M:UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.ModalWindow(int, Rect, GUI.WindowFunction, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String)
  name: ModalWindow(int, Rect, WindowFunction, string)
  fullName: UnityEngine.GUI.ModalWindow(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ModalWindow.html
  commentId: M:UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String)
  nameWithType: GUI.ModalWindow(int, Rect, GUI.WindowFunction, string)
  type: Method
- uid: UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: ModalWindow(int, Rect, WindowFunction, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.ModalWindow(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ModalWindow.html
  commentId: M:UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.ModalWindow(int, Rect, GUI.WindowFunction, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent)
  name: ModalWindow(int, Rect, WindowFunction, GUIContent)
  fullName: UnityEngine.GUI.ModalWindow(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ModalWindow.html
  commentId: M:UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent)
  nameWithType: GUI.ModalWindow(int, Rect, GUI.WindowFunction, GUIContent)
  type: Method
- uid: UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: ModalWindow(int, Rect, WindowFunction, Texture, GUIStyle)
  fullName: UnityEngine.GUI.ModalWindow(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ModalWindow.html
  commentId: M:UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.ModalWindow(int, Rect, GUI.WindowFunction, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture)
  name: ModalWindow(int, Rect, WindowFunction, Texture)
  fullName: UnityEngine.GUI.ModalWindow(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ModalWindow.html
  commentId: M:UnityEngine.GUI.ModalWindow(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture)
  nameWithType: GUI.ModalWindow(int, Rect, GUI.WindowFunction, Texture)
  type: Method
- uid: UnityEngine.GUI.mouseTooltip
  name: mouseTooltip
  fullName: UnityEngine.GUI.mouseTooltip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-mouseTooltip.html
  commentId: P:UnityEngine.GUI.mouseTooltip
  nameWithType: GUI.mouseTooltip
  type: Property
- uid: UnityEngine.GUI.PasswordField(UnityEngine.Rect,System.String,System.Char,System.Int32,UnityEngine.GUIStyle)
  name: PasswordField(Rect, string, char, int, GUIStyle)
  fullName: UnityEngine.GUI.PasswordField(UnityEngine.Rect, string, char, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.PasswordField.html
  commentId: M:UnityEngine.GUI.PasswordField(UnityEngine.Rect,System.String,System.Char,System.Int32,UnityEngine.GUIStyle)
  nameWithType: GUI.PasswordField(Rect, string, char, int, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.PasswordField(UnityEngine.Rect,System.String,System.Char,System.Int32)
  name: PasswordField(Rect, string, char, int)
  fullName: UnityEngine.GUI.PasswordField(UnityEngine.Rect, string, char, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.PasswordField.html
  commentId: M:UnityEngine.GUI.PasswordField(UnityEngine.Rect,System.String,System.Char,System.Int32)
  nameWithType: GUI.PasswordField(Rect, string, char, int)
  type: Method
- uid: UnityEngine.GUI.PasswordField(UnityEngine.Rect,System.String,System.Char,UnityEngine.GUIStyle)
  name: PasswordField(Rect, string, char, GUIStyle)
  fullName: UnityEngine.GUI.PasswordField(UnityEngine.Rect, string, char, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.PasswordField.html
  commentId: M:UnityEngine.GUI.PasswordField(UnityEngine.Rect,System.String,System.Char,UnityEngine.GUIStyle)
  nameWithType: GUI.PasswordField(Rect, string, char, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.PasswordField(UnityEngine.Rect,System.String,System.Char)
  name: PasswordField(Rect, string, char)
  fullName: UnityEngine.GUI.PasswordField(UnityEngine.Rect, string, char)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.PasswordField.html
  commentId: M:UnityEngine.GUI.PasswordField(UnityEngine.Rect,System.String,System.Char)
  nameWithType: GUI.PasswordField(Rect, string, char)
  type: Method
- uid: UnityEngine.GUI.RepeatButton(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: RepeatButton(Rect, string, GUIStyle)
  fullName: UnityEngine.GUI.RepeatButton(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.RepeatButton.html
  commentId: M:UnityEngine.GUI.RepeatButton(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.RepeatButton(Rect, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.RepeatButton(UnityEngine.Rect,System.String)
  name: RepeatButton(Rect, string)
  fullName: UnityEngine.GUI.RepeatButton(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.RepeatButton.html
  commentId: M:UnityEngine.GUI.RepeatButton(UnityEngine.Rect,System.String)
  nameWithType: GUI.RepeatButton(Rect, string)
  type: Method
- uid: UnityEngine.GUI.RepeatButton(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: RepeatButton(Rect, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.RepeatButton(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.RepeatButton.html
  commentId: M:UnityEngine.GUI.RepeatButton(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.RepeatButton(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.RepeatButton(UnityEngine.Rect,UnityEngine.GUIContent)
  name: RepeatButton(Rect, GUIContent)
  fullName: UnityEngine.GUI.RepeatButton(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.RepeatButton.html
  commentId: M:UnityEngine.GUI.RepeatButton(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: GUI.RepeatButton(Rect, GUIContent)
  type: Method
- uid: UnityEngine.GUI.RepeatButton(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: RepeatButton(Rect, Texture, GUIStyle)
  fullName: UnityEngine.GUI.RepeatButton(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.RepeatButton.html
  commentId: M:UnityEngine.GUI.RepeatButton(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.RepeatButton(Rect, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.RepeatButton(UnityEngine.Rect,UnityEngine.Texture)
  name: RepeatButton(Rect, Texture)
  fullName: UnityEngine.GUI.RepeatButton(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.RepeatButton.html
  commentId: M:UnityEngine.GUI.RepeatButton(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUI.RepeatButton(Rect, Texture)
  type: Method
- uid: UnityEngine.GUI.Scope
  name: GUI.Scope
  fullName: UnityEngine.GUI.Scope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Scope.html
  commentId: T:UnityEngine.GUI.Scope
  nameWithType: GUI.Scope
  type: Class
- uid: UnityEngine.GUI.Scope.CloseScope
  name: CloseScope()
  fullName: UnityEngine.GUI.Scope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Scope.CloseScope.html
  commentId: M:UnityEngine.GUI.Scope.CloseScope
  nameWithType: GUI.Scope.CloseScope()
  type: Method
- uid: UnityEngine.GUI.Scope.Dispose
  name: Dispose()
  fullName: UnityEngine.GUI.Scope.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Scope.Dispose.html
  commentId: M:UnityEngine.GUI.Scope.Dispose
  nameWithType: GUI.Scope.Dispose()
  type: Method
- uid: UnityEngine.GUI.Scope.Finalize
  name: ~Scope()
  fullName: UnityEngine.GUI.Scope.~Scope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Scope.Finalize.html
  commentId: M:UnityEngine.GUI.Scope.Finalize
  nameWithType: GUI.Scope.~Scope()
  type: Method
- uid: UnityEngine.GUI.ScrollTo(UnityEngine.Rect)
  name: ScrollTo(Rect)
  fullName: UnityEngine.GUI.ScrollTo(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollTo.html
  commentId: M:UnityEngine.GUI.ScrollTo(UnityEngine.Rect)
  nameWithType: GUI.ScrollTo(Rect)
  type: Method
- uid: UnityEngine.GUI.ScrollTowards(UnityEngine.Rect,System.Single)
  name: ScrollTowards(Rect, float)
  fullName: UnityEngine.GUI.ScrollTowards(UnityEngine.Rect, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollTowards.html
  commentId: M:UnityEngine.GUI.ScrollTowards(UnityEngine.Rect,System.Single)
  nameWithType: GUI.ScrollTowards(Rect, float)
  type: Method
- uid: UnityEngine.GUI.ScrollViewScope
  name: GUI.ScrollViewScope
  fullName: UnityEngine.GUI.ScrollViewScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollViewScope.html
  commentId: T:UnityEngine.GUI.ScrollViewScope
  nameWithType: GUI.ScrollViewScope
  type: Class
- uid: UnityEngine.GUI.ScrollViewScope.#ctor(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: ScrollViewScope(Rect, Vector2, Rect, bool, bool, GUIStyle, GUIStyle)
  fullName: UnityEngine.GUI.ScrollViewScope.ScrollViewScope(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUI.ScrollViewScope.#ctor(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: GUI.ScrollViewScope.ScrollViewScope(Rect, Vector2, Rect, bool, bool, GUIStyle, GUIStyle)
  type: Constructor
- uid: UnityEngine.GUI.ScrollViewScope.#ctor(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean)
  name: ScrollViewScope(Rect, Vector2, Rect, bool, bool)
  fullName: UnityEngine.GUI.ScrollViewScope.ScrollViewScope(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUI.ScrollViewScope.#ctor(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,System.Boolean,System.Boolean)
  nameWithType: GUI.ScrollViewScope.ScrollViewScope(Rect, Vector2, Rect, bool, bool)
  type: Constructor
- uid: UnityEngine.GUI.ScrollViewScope.#ctor(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: ScrollViewScope(Rect, Vector2, Rect, GUIStyle, GUIStyle)
  fullName: UnityEngine.GUI.ScrollViewScope.ScrollViewScope(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUI.ScrollViewScope.#ctor(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: GUI.ScrollViewScope.ScrollViewScope(Rect, Vector2, Rect, GUIStyle, GUIStyle)
  type: Constructor
- uid: UnityEngine.GUI.ScrollViewScope.#ctor(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect)
  name: ScrollViewScope(Rect, Vector2, Rect)
  fullName: UnityEngine.GUI.ScrollViewScope.ScrollViewScope(UnityEngine.Rect, UnityEngine.Vector2, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUI.ScrollViewScope.#ctor(UnityEngine.Rect,UnityEngine.Vector2,UnityEngine.Rect)
  nameWithType: GUI.ScrollViewScope.ScrollViewScope(Rect, Vector2, Rect)
  type: Constructor
- uid: UnityEngine.GUI.ScrollViewScope.CloseScope
  name: CloseScope()
  fullName: UnityEngine.GUI.ScrollViewScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollViewScope.CloseScope.html
  commentId: M:UnityEngine.GUI.ScrollViewScope.CloseScope
  nameWithType: GUI.ScrollViewScope.CloseScope()
  type: Method
- uid: UnityEngine.GUI.ScrollViewScope.handleScrollWheel
  name: handleScrollWheel
  fullName: UnityEngine.GUI.ScrollViewScope.handleScrollWheel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollViewScope-handleScrollWheel.html
  commentId: P:UnityEngine.GUI.ScrollViewScope.handleScrollWheel
  nameWithType: GUI.ScrollViewScope.handleScrollWheel
  type: Property
- uid: UnityEngine.GUI.ScrollViewScope.scrollPosition
  name: scrollPosition
  fullName: UnityEngine.GUI.ScrollViewScope.scrollPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ScrollViewScope-scrollPosition.html
  commentId: P:UnityEngine.GUI.ScrollViewScope.scrollPosition
  nameWithType: GUI.ScrollViewScope.scrollPosition
  type: Property
- uid: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,System.String[],System.Int32,UnityEngine.GUIStyle)
  name: SelectionGrid(Rect, int, string[], int, GUIStyle)
  fullName: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect, int, string[], int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.SelectionGrid.html
  commentId: M:UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,System.String[],System.Int32,UnityEngine.GUIStyle)
  nameWithType: GUI.SelectionGrid(Rect, int, string[], int, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,System.String[],System.Int32)
  name: SelectionGrid(Rect, int, string[], int)
  fullName: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect, int, string[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.SelectionGrid.html
  commentId: M:UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,System.String[],System.Int32)
  nameWithType: GUI.SelectionGrid(Rect, int, string[], int)
  type: Method
- uid: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32,UnityEngine.GUIStyle)
  name: SelectionGrid(Rect, int, GUIContent[], int, GUIStyle)
  fullName: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect, int, UnityEngine.GUIContent[], int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.SelectionGrid.html
  commentId: M:UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32,UnityEngine.GUIStyle)
  nameWithType: GUI.SelectionGrid(Rect, int, GUIContent[], int, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32)
  name: SelectionGrid(Rect, int, GUIContent[], int)
  fullName: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect, int, UnityEngine.GUIContent[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.SelectionGrid.html
  commentId: M:UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32)
  nameWithType: GUI.SelectionGrid(Rect, int, GUIContent[], int)
  type: Method
- uid: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,UnityEngine.Texture[],System.Int32,UnityEngine.GUIStyle)
  name: SelectionGrid(Rect, int, Texture[], int, GUIStyle)
  fullName: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect, int, UnityEngine.Texture[], int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.SelectionGrid.html
  commentId: M:UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,UnityEngine.Texture[],System.Int32,UnityEngine.GUIStyle)
  nameWithType: GUI.SelectionGrid(Rect, int, Texture[], int, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,UnityEngine.Texture[],System.Int32)
  name: SelectionGrid(Rect, int, Texture[], int)
  fullName: UnityEngine.GUI.SelectionGrid(UnityEngine.Rect, int, UnityEngine.Texture[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.SelectionGrid.html
  commentId: M:UnityEngine.GUI.SelectionGrid(UnityEngine.Rect,System.Int32,UnityEngine.Texture[],System.Int32)
  nameWithType: GUI.SelectionGrid(Rect, int, Texture[], int)
  type: Method
- uid: UnityEngine.GUI.SetNextControlName(System.String)
  name: SetNextControlName(string)
  fullName: UnityEngine.GUI.SetNextControlName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.SetNextControlName.html
  commentId: M:UnityEngine.GUI.SetNextControlName(System.String)
  nameWithType: GUI.SetNextControlName(string)
  type: Method
- uid: UnityEngine.GUI.skin
  name: skin
  fullName: UnityEngine.GUI.skin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-skin.html
  commentId: P:UnityEngine.GUI.skin
  nameWithType: GUI.skin
  type: Property
- uid: UnityEngine.GUI.Slider(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle,System.Boolean,System.Int32)
  name: Slider(Rect, float, float, float, float, GUIStyle, GUIStyle, bool, int)
  fullName: UnityEngine.GUI.Slider(UnityEngine.Rect, float, float, float, float, UnityEngine.GUIStyle, UnityEngine.GUIStyle, bool, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Slider.html
  commentId: M:UnityEngine.GUI.Slider(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle,System.Boolean,System.Int32)
  nameWithType: GUI.Slider(Rect, float, float, float, float, GUIStyle, GUIStyle, bool, int)
  type: Method
- uid: UnityEngine.GUI.TextArea(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  name: TextArea(Rect, string, int, GUIStyle)
  fullName: UnityEngine.GUI.TextArea(UnityEngine.Rect, string, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.TextArea.html
  commentId: M:UnityEngine.GUI.TextArea(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  nameWithType: GUI.TextArea(Rect, string, int, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.TextArea(UnityEngine.Rect,System.String,System.Int32)
  name: TextArea(Rect, string, int)
  fullName: UnityEngine.GUI.TextArea(UnityEngine.Rect, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.TextArea.html
  commentId: M:UnityEngine.GUI.TextArea(UnityEngine.Rect,System.String,System.Int32)
  nameWithType: GUI.TextArea(Rect, string, int)
  type: Method
- uid: UnityEngine.GUI.TextArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: TextArea(Rect, string, GUIStyle)
  fullName: UnityEngine.GUI.TextArea(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.TextArea.html
  commentId: M:UnityEngine.GUI.TextArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.TextArea(Rect, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.TextArea(UnityEngine.Rect,System.String)
  name: TextArea(Rect, string)
  fullName: UnityEngine.GUI.TextArea(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.TextArea.html
  commentId: M:UnityEngine.GUI.TextArea(UnityEngine.Rect,System.String)
  nameWithType: GUI.TextArea(Rect, string)
  type: Method
- uid: UnityEngine.GUI.TextField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  name: TextField(Rect, string, int, GUIStyle)
  fullName: UnityEngine.GUI.TextField(UnityEngine.Rect, string, int, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.TextField.html
  commentId: M:UnityEngine.GUI.TextField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)
  nameWithType: GUI.TextField(Rect, string, int, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.TextField(UnityEngine.Rect,System.String,System.Int32)
  name: TextField(Rect, string, int)
  fullName: UnityEngine.GUI.TextField(UnityEngine.Rect, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.TextField.html
  commentId: M:UnityEngine.GUI.TextField(UnityEngine.Rect,System.String,System.Int32)
  nameWithType: GUI.TextField(Rect, string, int)
  type: Method
- uid: UnityEngine.GUI.TextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: TextField(Rect, string, GUIStyle)
  fullName: UnityEngine.GUI.TextField(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.TextField.html
  commentId: M:UnityEngine.GUI.TextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.TextField(Rect, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.TextField(UnityEngine.Rect,System.String)
  name: TextField(Rect, string)
  fullName: UnityEngine.GUI.TextField(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.TextField.html
  commentId: M:UnityEngine.GUI.TextField(UnityEngine.Rect,System.String)
  nameWithType: GUI.TextField(Rect, string)
  type: Method
- uid: UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,System.String,UnityEngine.GUIStyle)
  name: Toggle(Rect, bool, string, GUIStyle)
  fullName: UnityEngine.GUI.Toggle(UnityEngine.Rect, bool, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toggle.html
  commentId: M:UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.Toggle(Rect, bool, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,System.String)
  name: Toggle(Rect, bool, string)
  fullName: UnityEngine.GUI.Toggle(UnityEngine.Rect, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toggle.html
  commentId: M:UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,System.String)
  nameWithType: GUI.Toggle(Rect, bool, string)
  type: Method
- uid: UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Toggle(Rect, bool, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.Toggle(UnityEngine.Rect, bool, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toggle.html
  commentId: M:UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.Toggle(Rect, bool, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent)
  name: Toggle(Rect, bool, GUIContent)
  fullName: UnityEngine.GUI.Toggle(UnityEngine.Rect, bool, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toggle.html
  commentId: M:UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent)
  nameWithType: GUI.Toggle(Rect, bool, GUIContent)
  type: Method
- uid: UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: Toggle(Rect, bool, Texture, GUIStyle)
  fullName: UnityEngine.GUI.Toggle(UnityEngine.Rect, bool, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toggle.html
  commentId: M:UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.Toggle(Rect, bool, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.Texture)
  name: Toggle(Rect, bool, Texture)
  fullName: UnityEngine.GUI.Toggle(UnityEngine.Rect, bool, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toggle.html
  commentId: M:UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.Texture)
  nameWithType: GUI.Toggle(Rect, bool, Texture)
  type: Method
- uid: UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Int32,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Toggle(Rect, int, bool, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.Toggle(UnityEngine.Rect, int, bool, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toggle.html
  commentId: M:UnityEngine.GUI.Toggle(UnityEngine.Rect,System.Int32,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.Toggle(Rect, int, bool, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)
  name: Toolbar(Rect, int, string[], GUIStyle)
  fullName: UnityEngine.GUI.Toolbar(UnityEngine.Rect, int, string[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toolbar.html
  commentId: M:UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)
  nameWithType: GUI.Toolbar(Rect, int, string[], GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,System.String[])
  name: Toolbar(Rect, int, string[])
  fullName: UnityEngine.GUI.Toolbar(UnityEngine.Rect, int, string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toolbar.html
  commentId: M:UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,System.String[])
  nameWithType: GUI.Toolbar(Rect, int, string[])
  type: Method
- uid: UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUI.ToolbarButtonSize)
  name: Toolbar(Rect, int, GUIContent[], GUIStyle, ToolbarButtonSize)
  fullName: UnityEngine.GUI.Toolbar(UnityEngine.Rect, int, UnityEngine.GUIContent[], UnityEngine.GUIStyle, UnityEngine.GUI.ToolbarButtonSize)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toolbar.html
  commentId: M:UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUI.ToolbarButtonSize)
  nameWithType: GUI.Toolbar(Rect, int, GUIContent[], GUIStyle, GUI.ToolbarButtonSize)
  type: Method
- uid: UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)
  name: Toolbar(Rect, int, GUIContent[], GUIStyle)
  fullName: UnityEngine.GUI.Toolbar(UnityEngine.Rect, int, UnityEngine.GUIContent[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toolbar.html
  commentId: M:UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)
  nameWithType: GUI.Toolbar(Rect, int, GUIContent[], GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[])
  name: Toolbar(Rect, int, GUIContent[])
  fullName: UnityEngine.GUI.Toolbar(UnityEngine.Rect, int, UnityEngine.GUIContent[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toolbar.html
  commentId: M:UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[])
  nameWithType: GUI.Toolbar(Rect, int, GUIContent[])
  type: Method
- uid: UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.Texture[],UnityEngine.GUIStyle)
  name: Toolbar(Rect, int, Texture[], GUIStyle)
  fullName: UnityEngine.GUI.Toolbar(UnityEngine.Rect, int, UnityEngine.Texture[], UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toolbar.html
  commentId: M:UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.Texture[],UnityEngine.GUIStyle)
  nameWithType: GUI.Toolbar(Rect, int, Texture[], GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.Texture[])
  name: Toolbar(Rect, int, Texture[])
  fullName: UnityEngine.GUI.Toolbar(UnityEngine.Rect, int, UnityEngine.Texture[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Toolbar.html
  commentId: M:UnityEngine.GUI.Toolbar(UnityEngine.Rect,System.Int32,UnityEngine.Texture[])
  nameWithType: GUI.Toolbar(Rect, int, Texture[])
  type: Method
- uid: UnityEngine.GUI.ToolbarButtonSize
  name: GUI.ToolbarButtonSize
  fullName: UnityEngine.GUI.ToolbarButtonSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ToolbarButtonSize.html
  commentId: T:UnityEngine.GUI.ToolbarButtonSize
  nameWithType: GUI.ToolbarButtonSize
  type: Enum
- uid: UnityEngine.GUI.ToolbarButtonSize.FitToContents
  name: FitToContents
  fullName: UnityEngine.GUI.ToolbarButtonSize.FitToContents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ToolbarButtonSize.FitToContents.html
  commentId: F:UnityEngine.GUI.ToolbarButtonSize.FitToContents
  nameWithType: GUI.ToolbarButtonSize.FitToContents
  type: Field
- uid: UnityEngine.GUI.ToolbarButtonSize.Fixed
  name: Fixed
  fullName: UnityEngine.GUI.ToolbarButtonSize.Fixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.ToolbarButtonSize.Fixed.html
  commentId: F:UnityEngine.GUI.ToolbarButtonSize.Fixed
  nameWithType: GUI.ToolbarButtonSize.Fixed
  type: Field
- uid: UnityEngine.GUI.tooltip
  name: tooltip
  fullName: UnityEngine.GUI.tooltip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-tooltip.html
  commentId: P:UnityEngine.GUI.tooltip
  nameWithType: GUI.tooltip
  type: Property
- uid: UnityEngine.GUI.tooltipRect
  name: tooltipRect
  fullName: UnityEngine.GUI.tooltipRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI-tooltipRect.html
  commentId: P:UnityEngine.GUI.tooltipRect
  nameWithType: GUI.tooltipRect
  type: Property
- uid: UnityEngine.GUI.UnfocusWindow
  name: UnfocusWindow()
  fullName: UnityEngine.GUI.UnfocusWindow()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.UnfocusWindow.html
  commentId: M:UnityEngine.GUI.UnfocusWindow
  nameWithType: GUI.UnfocusWindow()
  type: Method
- uid: UnityEngine.GUI.VerticalScrollbar(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle)
  name: VerticalScrollbar(Rect, float, float, float, float, GUIStyle)
  fullName: UnityEngine.GUI.VerticalScrollbar(UnityEngine.Rect, float, float, float, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.VerticalScrollbar.html
  commentId: M:UnityEngine.GUI.VerticalScrollbar(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle)
  nameWithType: GUI.VerticalScrollbar(Rect, float, float, float, float, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.VerticalScrollbar(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single)
  name: VerticalScrollbar(Rect, float, float, float, float)
  fullName: UnityEngine.GUI.VerticalScrollbar(UnityEngine.Rect, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.VerticalScrollbar.html
  commentId: M:UnityEngine.GUI.VerticalScrollbar(UnityEngine.Rect,System.Single,System.Single,System.Single,System.Single)
  nameWithType: GUI.VerticalScrollbar(Rect, float, float, float, float)
  type: Method
- uid: UnityEngine.GUI.VerticalSlider(UnityEngine.Rect,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  name: VerticalSlider(Rect, float, float, float, GUIStyle, GUIStyle)
  fullName: UnityEngine.GUI.VerticalSlider(UnityEngine.Rect, float, float, float, UnityEngine.GUIStyle, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.VerticalSlider.html
  commentId: M:UnityEngine.GUI.VerticalSlider(UnityEngine.Rect,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle)
  nameWithType: GUI.VerticalSlider(Rect, float, float, float, GUIStyle, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.VerticalSlider(UnityEngine.Rect,System.Single,System.Single,System.Single)
  name: VerticalSlider(Rect, float, float, float)
  fullName: UnityEngine.GUI.VerticalSlider(UnityEngine.Rect, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.VerticalSlider.html
  commentId: M:UnityEngine.GUI.VerticalSlider(UnityEngine.Rect,System.Single,System.Single,System.Single)
  nameWithType: GUI.VerticalSlider(Rect, float, float, float)
  type: Method
- uid: UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String,UnityEngine.GUIStyle)
  name: Window(int, Rect, WindowFunction, string, GUIStyle)
  fullName: UnityEngine.GUI.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Window.html
  commentId: M:UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String,UnityEngine.GUIStyle)
  nameWithType: GUI.Window(int, Rect, GUI.WindowFunction, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String)
  name: Window(int, Rect, WindowFunction, string)
  fullName: UnityEngine.GUI.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Window.html
  commentId: M:UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String)
  nameWithType: GUI.Window(int, Rect, GUI.WindowFunction, string)
  type: Method
- uid: UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: Window(int, Rect, WindowFunction, GUIContent, GUIStyle)
  fullName: UnityEngine.GUI.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Window.html
  commentId: M:UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUI.Window(int, Rect, GUI.WindowFunction, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent)
  name: Window(int, Rect, WindowFunction, GUIContent)
  fullName: UnityEngine.GUI.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Window.html
  commentId: M:UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent)
  nameWithType: GUI.Window(int, Rect, GUI.WindowFunction, GUIContent)
  type: Method
- uid: UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: Window(int, Rect, WindowFunction, Texture, GUIStyle)
  fullName: UnityEngine.GUI.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Window.html
  commentId: M:UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUI.Window(int, Rect, GUI.WindowFunction, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture)
  name: Window(int, Rect, WindowFunction, Texture)
  fullName: UnityEngine.GUI.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.Window.html
  commentId: M:UnityEngine.GUI.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture)
  nameWithType: GUI.Window(int, Rect, GUI.WindowFunction, Texture)
  type: Method
- uid: UnityEngine.GUI.WindowFunction
  name: GUI.WindowFunction
  fullName: UnityEngine.GUI.WindowFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUI.WindowFunction.html
  commentId: T:UnityEngine.GUI.WindowFunction
  nameWithType: GUI.WindowFunction
  type: Delegate
- uid: UnityEngine.GUIContent
  name: GUIContent
  fullName: UnityEngine.GUIContent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent.html
  commentId: T:UnityEngine.GUIContent
  nameWithType: GUIContent
  type: Class
- uid: UnityEngine.GUIContent.#ctor
  name: GUIContent()
  fullName: UnityEngine.GUIContent.GUIContent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-ctor.html
  commentId: M:UnityEngine.GUIContent.#ctor
  nameWithType: GUIContent.GUIContent()
  type: Constructor
- uid: UnityEngine.GUIContent.#ctor(System.String,System.String)
  name: GUIContent(string, string)
  fullName: UnityEngine.GUIContent.GUIContent(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-ctor.html
  commentId: M:UnityEngine.GUIContent.#ctor(System.String,System.String)
  nameWithType: GUIContent.GUIContent(string, string)
  type: Constructor
- uid: UnityEngine.GUIContent.#ctor(System.String,UnityEngine.Texture,System.String)
  name: GUIContent(string, Texture, string)
  fullName: UnityEngine.GUIContent.GUIContent(string, UnityEngine.Texture, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-ctor.html
  commentId: M:UnityEngine.GUIContent.#ctor(System.String,UnityEngine.Texture,System.String)
  nameWithType: GUIContent.GUIContent(string, Texture, string)
  type: Constructor
- uid: UnityEngine.GUIContent.#ctor(System.String,UnityEngine.Texture)
  name: GUIContent(string, Texture)
  fullName: UnityEngine.GUIContent.GUIContent(string, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-ctor.html
  commentId: M:UnityEngine.GUIContent.#ctor(System.String,UnityEngine.Texture)
  nameWithType: GUIContent.GUIContent(string, Texture)
  type: Constructor
- uid: UnityEngine.GUIContent.#ctor(System.String)
  name: GUIContent(string)
  fullName: UnityEngine.GUIContent.GUIContent(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-ctor.html
  commentId: M:UnityEngine.GUIContent.#ctor(System.String)
  nameWithType: GUIContent.GUIContent(string)
  type: Constructor
- uid: UnityEngine.GUIContent.#ctor(UnityEngine.GUIContent)
  name: GUIContent(GUIContent)
  fullName: UnityEngine.GUIContent.GUIContent(UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-ctor.html
  commentId: M:UnityEngine.GUIContent.#ctor(UnityEngine.GUIContent)
  nameWithType: GUIContent.GUIContent(GUIContent)
  type: Constructor
- uid: UnityEngine.GUIContent.#ctor(UnityEngine.Texture,System.String)
  name: GUIContent(Texture, string)
  fullName: UnityEngine.GUIContent.GUIContent(UnityEngine.Texture, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-ctor.html
  commentId: M:UnityEngine.GUIContent.#ctor(UnityEngine.Texture,System.String)
  nameWithType: GUIContent.GUIContent(Texture, string)
  type: Constructor
- uid: UnityEngine.GUIContent.#ctor(UnityEngine.Texture)
  name: GUIContent(Texture)
  fullName: UnityEngine.GUIContent.GUIContent(UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-ctor.html
  commentId: M:UnityEngine.GUIContent.#ctor(UnityEngine.Texture)
  nameWithType: GUIContent.GUIContent(Texture)
  type: Constructor
- uid: UnityEngine.GUIContent.image
  name: image
  fullName: UnityEngine.GUIContent.image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-image.html
  commentId: P:UnityEngine.GUIContent.image
  nameWithType: GUIContent.image
  type: Property
- uid: UnityEngine.GUIContent.none
  name: none
  fullName: UnityEngine.GUIContent.none
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-none.html
  commentId: F:UnityEngine.GUIContent.none
  nameWithType: GUIContent.none
  type: Field
- uid: UnityEngine.GUIContent.text
  name: text
  fullName: UnityEngine.GUIContent.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-text.html
  commentId: P:UnityEngine.GUIContent.text
  nameWithType: GUIContent.text
  type: Property
- uid: UnityEngine.GUIContent.tooltip
  name: tooltip
  fullName: UnityEngine.GUIContent.tooltip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIContent-tooltip.html
  commentId: P:UnityEngine.GUIContent.tooltip
  nameWithType: GUIContent.tooltip
  type: Property
- uid: UnityEngine.GUIElement
  name: GUIElement
  fullName: UnityEngine.GUIElement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIElement.html
  commentId: T:UnityEngine.GUIElement
  nameWithType: GUIElement
  type: Class
- uid: UnityEngine.GUIElement.GetScreenRect
  name: GetScreenRect()
  fullName: UnityEngine.GUIElement.GetScreenRect()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIElement.GetScreenRect.html
  commentId: M:UnityEngine.GUIElement.GetScreenRect
  nameWithType: GUIElement.GetScreenRect()
  type: Method
- uid: UnityEngine.GUIElement.GetScreenRect(UnityEngine.Camera)
  name: GetScreenRect(Camera)
  fullName: UnityEngine.GUIElement.GetScreenRect(UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIElement.GetScreenRect.html
  commentId: M:UnityEngine.GUIElement.GetScreenRect(UnityEngine.Camera)
  nameWithType: GUIElement.GetScreenRect(Camera)
  type: Method
- uid: UnityEngine.GUIElement.HitTest(UnityEngine.Vector3,UnityEngine.Camera)
  name: HitTest(Vector3, Camera)
  fullName: UnityEngine.GUIElement.HitTest(UnityEngine.Vector3, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIElement.HitTest.html
  commentId: M:UnityEngine.GUIElement.HitTest(UnityEngine.Vector3,UnityEngine.Camera)
  nameWithType: GUIElement.HitTest(Vector3, Camera)
  type: Method
- uid: UnityEngine.GUIElement.HitTest(UnityEngine.Vector3)
  name: HitTest(Vector3)
  fullName: UnityEngine.GUIElement.HitTest(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIElement.HitTest.html
  commentId: M:UnityEngine.GUIElement.HitTest(UnityEngine.Vector3)
  nameWithType: GUIElement.HitTest(Vector3)
  type: Method
- uid: UnityEngine.GUILayer
  name: GUILayer
  fullName: UnityEngine.GUILayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayer.html
  commentId: T:UnityEngine.GUILayer
  nameWithType: GUILayer
  type: Class
- uid: UnityEngine.GUILayer.HitTest(UnityEngine.Vector3)
  name: HitTest(Vector3)
  fullName: UnityEngine.GUILayer.HitTest(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayer.HitTest.html
  commentId: M:UnityEngine.GUILayer.HitTest(UnityEngine.Vector3)
  nameWithType: GUILayer.HitTest(Vector3)
  type: Method
- uid: UnityEngine.GUILayout
  name: GUILayout
  fullName: UnityEngine.GUILayout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.html
  commentId: T:UnityEngine.GUILayout
  nameWithType: GUILayout
  type: Class
- uid: UnityEngine.GUILayout.AreaScope
  name: GUILayout.AreaScope
  fullName: UnityEngine.GUILayout.AreaScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope.html
  commentId: T:UnityEngine.GUILayout.AreaScope
  nameWithType: GUILayout.AreaScope
  type: Class
- uid: UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: AreaScope(Rect, string, GUIStyle)
  fullName: UnityEngine.GUILayout.AreaScope.AreaScope(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope-ctor.html
  commentId: M:UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUILayout.AreaScope.AreaScope(Rect, string, GUIStyle)
  type: Constructor
- uid: UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,System.String)
  name: AreaScope(Rect, string)
  fullName: UnityEngine.GUILayout.AreaScope.AreaScope(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope-ctor.html
  commentId: M:UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,System.String)
  nameWithType: GUILayout.AreaScope.AreaScope(Rect, string)
  type: Constructor
- uid: UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: AreaScope(Rect, GUIContent, GUIStyle)
  fullName: UnityEngine.GUILayout.AreaScope.AreaScope(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope-ctor.html
  commentId: M:UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUILayout.AreaScope.AreaScope(Rect, GUIContent, GUIStyle)
  type: Constructor
- uid: UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent)
  name: AreaScope(Rect, GUIContent)
  fullName: UnityEngine.GUILayout.AreaScope.AreaScope(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope-ctor.html
  commentId: M:UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: GUILayout.AreaScope.AreaScope(Rect, GUIContent)
  type: Constructor
- uid: UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: AreaScope(Rect, Texture, GUIStyle)
  fullName: UnityEngine.GUILayout.AreaScope.AreaScope(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope-ctor.html
  commentId: M:UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUILayout.AreaScope.AreaScope(Rect, Texture, GUIStyle)
  type: Constructor
- uid: UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,UnityEngine.Texture)
  name: AreaScope(Rect, Texture)
  fullName: UnityEngine.GUILayout.AreaScope.AreaScope(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope-ctor.html
  commentId: M:UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUILayout.AreaScope.AreaScope(Rect, Texture)
  type: Constructor
- uid: UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect)
  name: AreaScope(Rect)
  fullName: UnityEngine.GUILayout.AreaScope.AreaScope(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope-ctor.html
  commentId: M:UnityEngine.GUILayout.AreaScope.#ctor(UnityEngine.Rect)
  nameWithType: GUILayout.AreaScope.AreaScope(Rect)
  type: Constructor
- uid: UnityEngine.GUILayout.AreaScope.CloseScope
  name: CloseScope()
  fullName: UnityEngine.GUILayout.AreaScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.AreaScope.CloseScope.html
  commentId: M:UnityEngine.GUILayout.AreaScope.CloseScope
  nameWithType: GUILayout.AreaScope.CloseScope()
  type: Method
- uid: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  name: BeginArea(Rect, string, GUIStyle)
  fullName: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect, string, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginArea.html
  commentId: M:UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)
  nameWithType: GUILayout.BeginArea(Rect, string, GUIStyle)
  type: Method
- uid: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,System.String)
  name: BeginArea(Rect, string)
  fullName: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginArea.html
  commentId: M:UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,System.String)
  nameWithType: GUILayout.BeginArea(Rect, string)
  type: Method
- uid: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: BeginArea(Rect, GUIContent, GUIStyle)
  fullName: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginArea.html
  commentId: M:UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUILayout.BeginArea(Rect, GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.GUIContent)
  name: BeginArea(Rect, GUIContent)
  fullName: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect, UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginArea.html
  commentId: M:UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.GUIContent)
  nameWithType: GUILayout.BeginArea(Rect, GUIContent)
  type: Method
- uid: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.GUIStyle)
  name: BeginArea(Rect, GUIStyle)
  fullName: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginArea.html
  commentId: M:UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.GUIStyle)
  nameWithType: GUILayout.BeginArea(Rect, GUIStyle)
  type: Method
- uid: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  name: BeginArea(Rect, Texture, GUIStyle)
  fullName: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect, UnityEngine.Texture, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginArea.html
  commentId: M:UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.GUIStyle)
  nameWithType: GUILayout.BeginArea(Rect, Texture, GUIStyle)
  type: Method
- uid: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.Texture)
  name: BeginArea(Rect, Texture)
  fullName: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginArea.html
  commentId: M:UnityEngine.GUILayout.BeginArea(UnityEngine.Rect,UnityEngine.Texture)
  nameWithType: GUILayout.BeginArea(Rect, Texture)
  type: Method
- uid: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect)
  name: BeginArea(Rect)
  fullName: UnityEngine.GUILayout.BeginArea(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginArea.html
  commentId: M:UnityEngine.GUILayout.BeginArea(UnityEngine.Rect)
  nameWithType: GUILayout.BeginArea(Rect)
  type: Method
- uid: UnityEngine.GUILayout.BeginHorizontal(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginHorizontal(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginHorizontal(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginHorizontal.html
  commentId: M:UnityEngine.GUILayout.BeginHorizontal(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginHorizontal(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginHorizontal(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginHorizontal(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginHorizontal(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginHorizontal.html
  commentId: M:UnityEngine.GUILayout.BeginHorizontal(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginHorizontal(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginHorizontal(UnityEngine.GUILayoutOption[])
  name: BeginHorizontal(params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginHorizontal(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginHorizontal.html
  commentId: M:UnityEngine.GUILayout.BeginHorizontal(UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginHorizontal(params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginHorizontal(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginHorizontal(GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginHorizontal(UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginHorizontal.html
  commentId: M:UnityEngine.GUILayout.BeginHorizontal(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginHorizontal(GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginHorizontal(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginHorizontal(Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginHorizontal(UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginHorizontal.html
  commentId: M:UnityEngine.GUILayout.BeginHorizontal(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginHorizontal(Texture, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, bool, bool, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2, bool, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginScrollView.html
  commentId: M:UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginScrollView(Vector2, bool, bool, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, bool, bool, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginScrollView.html
  commentId: M:UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginScrollView(Vector2, bool, bool, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, bool, bool, GUIStyle, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginScrollView.html
  commentId: M:UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginScrollView(Vector2, bool, bool, GUIStyle, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginScrollView.html
  commentId: M:UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginScrollView(Vector2, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginScrollView.html
  commentId: M:UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginScrollView(Vector2, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginScrollView(Vector2, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginScrollView.html
  commentId: M:UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginScrollView(Vector2, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle)
  name: BeginScrollView(Vector2, GUIStyle)
  fullName: UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginScrollView.html
  commentId: M:UnityEngine.GUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle)
  nameWithType: GUILayout.BeginScrollView(Vector2, GUIStyle)
  type: Method
- uid: UnityEngine.GUILayout.BeginVertical(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginVertical(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginVertical(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginVertical.html
  commentId: M:UnityEngine.GUILayout.BeginVertical(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginVertical(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginVertical(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginVertical(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginVertical(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginVertical.html
  commentId: M:UnityEngine.GUILayout.BeginVertical(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginVertical(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginVertical(UnityEngine.GUILayoutOption[])
  name: BeginVertical(params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginVertical(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginVertical.html
  commentId: M:UnityEngine.GUILayout.BeginVertical(UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginVertical(params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginVertical(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginVertical(GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginVertical(UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginVertical.html
  commentId: M:UnityEngine.GUILayout.BeginVertical(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginVertical(GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.BeginVertical(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: BeginVertical(Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.BeginVertical(UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.BeginVertical.html
  commentId: M:UnityEngine.GUILayout.BeginVertical(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.BeginVertical(Texture, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Box(System.String,UnityEngine.GUILayoutOption[])
  name: Box(string, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Box(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Box.html
  commentId: M:UnityEngine.GUILayout.Box(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Box(string, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Box(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Box(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Box(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Box.html
  commentId: M:UnityEngine.GUILayout.Box(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Box(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Box(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: Box(GUIContent, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Box(UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Box.html
  commentId: M:UnityEngine.GUILayout.Box(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Box(GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Box(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Box(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Box(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Box.html
  commentId: M:UnityEngine.GUILayout.Box(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Box(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Box(UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  name: Box(Texture, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Box(UnityEngine.Texture, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Box.html
  commentId: M:UnityEngine.GUILayout.Box(UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Box(Texture, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Box(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Box(Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Box(UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Box.html
  commentId: M:UnityEngine.GUILayout.Box(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Box(Texture, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Button(System.String,UnityEngine.GUILayoutOption[])
  name: Button(string, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Button(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Button.html
  commentId: M:UnityEngine.GUILayout.Button(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Button(string, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Button(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Button(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Button(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Button.html
  commentId: M:UnityEngine.GUILayout.Button(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Button(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Button(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: Button(GUIContent, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Button(UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Button.html
  commentId: M:UnityEngine.GUILayout.Button(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Button(GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Button(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Button(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Button(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Button.html
  commentId: M:UnityEngine.GUILayout.Button(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Button(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Button(UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  name: Button(Texture, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Button(UnityEngine.Texture, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Button.html
  commentId: M:UnityEngine.GUILayout.Button(UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Button(Texture, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Button(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Button(Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Button(UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Button.html
  commentId: M:UnityEngine.GUILayout.Button(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Button(Texture, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.EndArea
  name: EndArea()
  fullName: UnityEngine.GUILayout.EndArea()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.EndArea.html
  commentId: M:UnityEngine.GUILayout.EndArea
  nameWithType: GUILayout.EndArea()
  type: Method
- uid: UnityEngine.GUILayout.EndHorizontal
  name: EndHorizontal()
  fullName: UnityEngine.GUILayout.EndHorizontal()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.EndHorizontal.html
  commentId: M:UnityEngine.GUILayout.EndHorizontal
  nameWithType: GUILayout.EndHorizontal()
  type: Method
- uid: UnityEngine.GUILayout.EndScrollView
  name: EndScrollView()
  fullName: UnityEngine.GUILayout.EndScrollView()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.EndScrollView.html
  commentId: M:UnityEngine.GUILayout.EndScrollView
  nameWithType: GUILayout.EndScrollView()
  type: Method
- uid: UnityEngine.GUILayout.EndVertical
  name: EndVertical()
  fullName: UnityEngine.GUILayout.EndVertical()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.EndVertical.html
  commentId: M:UnityEngine.GUILayout.EndVertical
  nameWithType: GUILayout.EndVertical()
  type: Method
- uid: UnityEngine.GUILayout.ExpandHeight(System.Boolean)
  name: ExpandHeight(bool)
  fullName: UnityEngine.GUILayout.ExpandHeight(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ExpandHeight.html
  commentId: M:UnityEngine.GUILayout.ExpandHeight(System.Boolean)
  nameWithType: GUILayout.ExpandHeight(bool)
  type: Method
- uid: UnityEngine.GUILayout.ExpandWidth(System.Boolean)
  name: ExpandWidth(bool)
  fullName: UnityEngine.GUILayout.ExpandWidth(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ExpandWidth.html
  commentId: M:UnityEngine.GUILayout.ExpandWidth(System.Boolean)
  nameWithType: GUILayout.ExpandWidth(bool)
  type: Method
- uid: UnityEngine.GUILayout.FlexibleSpace
  name: FlexibleSpace()
  fullName: UnityEngine.GUILayout.FlexibleSpace()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.FlexibleSpace.html
  commentId: M:UnityEngine.GUILayout.FlexibleSpace
  nameWithType: GUILayout.FlexibleSpace()
  type: Method
- uid: UnityEngine.GUILayout.Height(System.Single)
  name: Height(float)
  fullName: UnityEngine.GUILayout.Height(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Height.html
  commentId: M:UnityEngine.GUILayout.Height(System.Single)
  nameWithType: GUILayout.Height(float)
  type: Method
- uid: UnityEngine.GUILayout.HorizontalScope
  name: GUILayout.HorizontalScope
  fullName: UnityEngine.GUILayout.HorizontalScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScope.html
  commentId: T:UnityEngine.GUILayout.HorizontalScope
  nameWithType: GUILayout.HorizontalScope
  type: Class
- uid: UnityEngine.GUILayout.HorizontalScope.#ctor(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: HorizontalScope(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalScope.HorizontalScope(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.HorizontalScope.#ctor(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalScope.HorizontalScope(string, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.HorizontalScope.#ctor(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: HorizontalScope(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalScope.HorizontalScope(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.HorizontalScope.#ctor(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalScope.HorizontalScope(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.HorizontalScope.#ctor(UnityEngine.GUILayoutOption[])
  name: HorizontalScope(params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalScope.HorizontalScope(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.HorizontalScope.#ctor(UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalScope.HorizontalScope(params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.HorizontalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: HorizontalScope(GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalScope.HorizontalScope(UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.HorizontalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalScope.HorizontalScope(GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.HorizontalScope.#ctor(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: HorizontalScope(Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalScope.HorizontalScope(UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.HorizontalScope.#ctor(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalScope.HorizontalScope(Texture, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.HorizontalScope.CloseScope
  name: CloseScope()
  fullName: UnityEngine.GUILayout.HorizontalScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScope.CloseScope.html
  commentId: M:UnityEngine.GUILayout.HorizontalScope.CloseScope
  nameWithType: GUILayout.HorizontalScope.CloseScope()
  type: Method
- uid: UnityEngine.GUILayout.HorizontalScrollbar(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: HorizontalScrollbar(float, float, float, float, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalScrollbar(float, float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScrollbar.html
  commentId: M:UnityEngine.GUILayout.HorizontalScrollbar(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalScrollbar(float, float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.HorizontalScrollbar(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: HorizontalScrollbar(float, float, float, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalScrollbar(float, float, float, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalScrollbar.html
  commentId: M:UnityEngine.GUILayout.HorizontalScrollbar(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalScrollbar(float, float, float, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.HorizontalSlider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: HorizontalSlider(float, float, float, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalSlider(float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalSlider.html
  commentId: M:UnityEngine.GUILayout.HorizontalSlider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalSlider(float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.HorizontalSlider(System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: HorizontalSlider(float, float, float, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.HorizontalSlider(float, float, float, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.HorizontalSlider.html
  commentId: M:UnityEngine.GUILayout.HorizontalSlider(System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.HorizontalSlider(float, float, float, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Label(System.String,UnityEngine.GUILayoutOption[])
  name: Label(string, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Label(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Label.html
  commentId: M:UnityEngine.GUILayout.Label(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Label(string, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Label(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Label(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Label(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Label.html
  commentId: M:UnityEngine.GUILayout.Label(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Label(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Label(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: Label(GUIContent, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Label(UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Label.html
  commentId: M:UnityEngine.GUILayout.Label(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Label(GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Label(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Label(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Label(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Label.html
  commentId: M:UnityEngine.GUILayout.Label(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Label(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Label(UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  name: Label(Texture, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Label(UnityEngine.Texture, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Label.html
  commentId: M:UnityEngine.GUILayout.Label(UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Label(Texture, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Label(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Label(Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Label(UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Label.html
  commentId: M:UnityEngine.GUILayout.Label(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Label(Texture, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.MaxHeight(System.Single)
  name: MaxHeight(float)
  fullName: UnityEngine.GUILayout.MaxHeight(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.MaxHeight.html
  commentId: M:UnityEngine.GUILayout.MaxHeight(System.Single)
  nameWithType: GUILayout.MaxHeight(float)
  type: Method
- uid: UnityEngine.GUILayout.MaxWidth(System.Single)
  name: MaxWidth(float)
  fullName: UnityEngine.GUILayout.MaxWidth(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.MaxWidth.html
  commentId: M:UnityEngine.GUILayout.MaxWidth(System.Single)
  nameWithType: GUILayout.MaxWidth(float)
  type: Method
- uid: UnityEngine.GUILayout.MinHeight(System.Single)
  name: MinHeight(float)
  fullName: UnityEngine.GUILayout.MinHeight(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.MinHeight.html
  commentId: M:UnityEngine.GUILayout.MinHeight(System.Single)
  nameWithType: GUILayout.MinHeight(float)
  type: Method
- uid: UnityEngine.GUILayout.MinWidth(System.Single)
  name: MinWidth(float)
  fullName: UnityEngine.GUILayout.MinWidth(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.MinWidth.html
  commentId: M:UnityEngine.GUILayout.MinWidth(System.Single)
  nameWithType: GUILayout.MinWidth(float)
  type: Method
- uid: UnityEngine.GUILayout.PasswordField(System.String,System.Char,System.Int32,UnityEngine.GUILayoutOption[])
  name: PasswordField(string, char, int, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.PasswordField(string, char, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.PasswordField.html
  commentId: M:UnityEngine.GUILayout.PasswordField(System.String,System.Char,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.PasswordField(string, char, int, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.PasswordField(System.String,System.Char,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: PasswordField(string, char, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.PasswordField(string, char, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.PasswordField.html
  commentId: M:UnityEngine.GUILayout.PasswordField(System.String,System.Char,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.PasswordField(string, char, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.PasswordField(System.String,System.Char,UnityEngine.GUILayoutOption[])
  name: PasswordField(string, char, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.PasswordField(string, char, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.PasswordField.html
  commentId: M:UnityEngine.GUILayout.PasswordField(System.String,System.Char,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.PasswordField(string, char, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.PasswordField(System.String,System.Char,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: PasswordField(string, char, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.PasswordField(string, char, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.PasswordField.html
  commentId: M:UnityEngine.GUILayout.PasswordField(System.String,System.Char,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.PasswordField(string, char, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.RepeatButton(System.String,UnityEngine.GUILayoutOption[])
  name: RepeatButton(string, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.RepeatButton(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.RepeatButton.html
  commentId: M:UnityEngine.GUILayout.RepeatButton(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.RepeatButton(string, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.RepeatButton(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: RepeatButton(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.RepeatButton(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.RepeatButton.html
  commentId: M:UnityEngine.GUILayout.RepeatButton(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.RepeatButton(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.RepeatButton(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: RepeatButton(GUIContent, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.RepeatButton(UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.RepeatButton.html
  commentId: M:UnityEngine.GUILayout.RepeatButton(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.RepeatButton(GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.RepeatButton(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: RepeatButton(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.RepeatButton(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.RepeatButton.html
  commentId: M:UnityEngine.GUILayout.RepeatButton(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.RepeatButton(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.RepeatButton(UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  name: RepeatButton(Texture, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.RepeatButton(UnityEngine.Texture, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.RepeatButton.html
  commentId: M:UnityEngine.GUILayout.RepeatButton(UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.RepeatButton(Texture, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.RepeatButton(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: RepeatButton(Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.RepeatButton(UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.RepeatButton.html
  commentId: M:UnityEngine.GUILayout.RepeatButton(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.RepeatButton(Texture, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.ScrollViewScope
  name: GUILayout.ScrollViewScope
  fullName: UnityEngine.GUILayout.ScrollViewScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope.html
  commentId: T:UnityEngine.GUILayout.ScrollViewScope
  nameWithType: GUILayout.ScrollViewScope
  type: Class
- uid: UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, bool, bool, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, bool, bool, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.ScrollViewScope.ScrollViewScope(Vector2, bool, bool, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, bool, bool, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.ScrollViewScope.ScrollViewScope(Vector2, bool, bool, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, bool, bool, GUIStyle, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, bool, bool, UnityEngine.GUIStyle, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.ScrollViewScope.ScrollViewScope(Vector2, bool, bool, GUIStyle, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.ScrollViewScope.ScrollViewScope(Vector2, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.ScrollViewScope.ScrollViewScope(Vector2, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: ScrollViewScope(Vector2, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.ScrollViewScope.ScrollViewScope(UnityEngine.Vector2, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope-ctor.html
  commentId: M:UnityEngine.GUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.ScrollViewScope.ScrollViewScope(Vector2, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.ScrollViewScope.CloseScope
  name: CloseScope()
  fullName: UnityEngine.GUILayout.ScrollViewScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope.CloseScope.html
  commentId: M:UnityEngine.GUILayout.ScrollViewScope.CloseScope
  nameWithType: GUILayout.ScrollViewScope.CloseScope()
  type: Method
- uid: UnityEngine.GUILayout.ScrollViewScope.handleScrollWheel
  name: handleScrollWheel
  fullName: UnityEngine.GUILayout.ScrollViewScope.handleScrollWheel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope-handleScrollWheel.html
  commentId: P:UnityEngine.GUILayout.ScrollViewScope.handleScrollWheel
  nameWithType: GUILayout.ScrollViewScope.handleScrollWheel
  type: Property
- uid: UnityEngine.GUILayout.ScrollViewScope.scrollPosition
  name: scrollPosition
  fullName: UnityEngine.GUILayout.ScrollViewScope.scrollPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.ScrollViewScope-scrollPosition.html
  commentId: P:UnityEngine.GUILayout.ScrollViewScope.scrollPosition
  nameWithType: GUILayout.ScrollViewScope.scrollPosition
  type: Property
- uid: UnityEngine.GUILayout.SelectionGrid(System.Int32,System.String[],System.Int32,UnityEngine.GUILayoutOption[])
  name: SelectionGrid(int, string[], int, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.SelectionGrid(int, string[], int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.SelectionGrid.html
  commentId: M:UnityEngine.GUILayout.SelectionGrid(System.Int32,System.String[],System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.SelectionGrid(int, string[], int, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.SelectionGrid(System.Int32,System.String[],System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: SelectionGrid(int, string[], int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.SelectionGrid(int, string[], int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.SelectionGrid.html
  commentId: M:UnityEngine.GUILayout.SelectionGrid(System.Int32,System.String[],System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.SelectionGrid(int, string[], int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.SelectionGrid(System.Int32,UnityEngine.GUIContent[],System.Int32,UnityEngine.GUILayoutOption[])
  name: SelectionGrid(int, GUIContent[], int, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.SelectionGrid(int, UnityEngine.GUIContent[], int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.SelectionGrid.html
  commentId: M:UnityEngine.GUILayout.SelectionGrid(System.Int32,UnityEngine.GUIContent[],System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.SelectionGrid(int, GUIContent[], int, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.SelectionGrid(System.Int32,UnityEngine.GUIContent[],System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: SelectionGrid(int, GUIContent[], int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.SelectionGrid(int, UnityEngine.GUIContent[], int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.SelectionGrid.html
  commentId: M:UnityEngine.GUILayout.SelectionGrid(System.Int32,UnityEngine.GUIContent[],System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.SelectionGrid(int, GUIContent[], int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.SelectionGrid(System.Int32,UnityEngine.Texture[],System.Int32,UnityEngine.GUILayoutOption[])
  name: SelectionGrid(int, Texture[], int, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.SelectionGrid(int, UnityEngine.Texture[], int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.SelectionGrid.html
  commentId: M:UnityEngine.GUILayout.SelectionGrid(System.Int32,UnityEngine.Texture[],System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.SelectionGrid(int, Texture[], int, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.SelectionGrid(System.Int32,UnityEngine.Texture[],System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: SelectionGrid(int, Texture[], int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.SelectionGrid(int, UnityEngine.Texture[], int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.SelectionGrid.html
  commentId: M:UnityEngine.GUILayout.SelectionGrid(System.Int32,UnityEngine.Texture[],System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.SelectionGrid(int, Texture[], int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Space(System.Single)
  name: Space(float)
  fullName: UnityEngine.GUILayout.Space(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Space.html
  commentId: M:UnityEngine.GUILayout.Space(System.Single)
  nameWithType: GUILayout.Space(float)
  type: Method
- uid: UnityEngine.GUILayout.TextArea(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  name: TextArea(string, int, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.TextArea(string, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.TextArea.html
  commentId: M:UnityEngine.GUILayout.TextArea(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.TextArea(string, int, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.TextArea(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TextArea(string, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.TextArea(string, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.TextArea.html
  commentId: M:UnityEngine.GUILayout.TextArea(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.TextArea(string, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.TextArea(System.String,UnityEngine.GUILayoutOption[])
  name: TextArea(string, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.TextArea(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.TextArea.html
  commentId: M:UnityEngine.GUILayout.TextArea(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.TextArea(string, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.TextArea(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TextArea(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.TextArea(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.TextArea.html
  commentId: M:UnityEngine.GUILayout.TextArea(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.TextArea(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.TextField(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  name: TextField(string, int, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.TextField(string, int, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.TextField.html
  commentId: M:UnityEngine.GUILayout.TextField(System.String,System.Int32,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.TextField(string, int, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.TextField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TextField(string, int, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.TextField(string, int, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.TextField.html
  commentId: M:UnityEngine.GUILayout.TextField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.TextField(string, int, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.TextField(System.String,UnityEngine.GUILayoutOption[])
  name: TextField(string, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.TextField(string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.TextField.html
  commentId: M:UnityEngine.GUILayout.TextField(System.String,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.TextField(string, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.TextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: TextField(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.TextField(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.TextField.html
  commentId: M:UnityEngine.GUILayout.TextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.TextField(string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toggle(System.Boolean,System.String,UnityEngine.GUILayoutOption[])
  name: Toggle(bool, string, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toggle(bool, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toggle.html
  commentId: M:UnityEngine.GUILayout.Toggle(System.Boolean,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toggle(bool, string, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toggle(System.Boolean,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toggle(bool, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toggle(bool, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toggle.html
  commentId: M:UnityEngine.GUILayout.Toggle(System.Boolean,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toggle(bool, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toggle(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: Toggle(bool, GUIContent, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toggle(bool, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toggle.html
  commentId: M:UnityEngine.GUILayout.Toggle(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toggle(bool, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toggle(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toggle(bool, GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toggle(bool, UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toggle.html
  commentId: M:UnityEngine.GUILayout.Toggle(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toggle(bool, GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toggle(System.Boolean,UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  name: Toggle(bool, Texture, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toggle(bool, UnityEngine.Texture, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toggle.html
  commentId: M:UnityEngine.GUILayout.Toggle(System.Boolean,UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toggle(bool, Texture, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toggle(System.Boolean,UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toggle(bool, Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toggle(bool, UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toggle.html
  commentId: M:UnityEngine.GUILayout.Toggle(System.Boolean,UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toggle(bool, Texture, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  name: Toolbar(int, string[], params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, string[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,System.String[],UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, string[], params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUI.ToolbarButtonSize,UnityEngine.GUILayoutOption[])
  name: Toolbar(int, string[], GUIStyle, ToolbarButtonSize, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, string[], UnityEngine.GUIStyle, UnityEngine.GUI.ToolbarButtonSize, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUI.ToolbarButtonSize,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, string[], GUIStyle, GUI.ToolbarButtonSize, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toolbar(int, string[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, string[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, string[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])
  name: Toolbar(int, GUIContent[], params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, UnityEngine.GUIContent[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, GUIContent[], params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUI.ToolbarButtonSize,UnityEngine.GUILayoutOption[])
  name: Toolbar(int, GUIContent[], GUIStyle, ToolbarButtonSize, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, UnityEngine.GUIContent[], UnityEngine.GUIStyle, UnityEngine.GUI.ToolbarButtonSize, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUI.ToolbarButtonSize,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, GUIContent[], GUIStyle, GUI.ToolbarButtonSize, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toolbar(int, GUIContent[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, UnityEngine.GUIContent[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, GUIContent[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.Texture[],UnityEngine.GUILayoutOption[])
  name: Toolbar(int, Texture[], params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, UnityEngine.Texture[], params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.Texture[],UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, Texture[], params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.Texture[],UnityEngine.GUIStyle,UnityEngine.GUI.ToolbarButtonSize,UnityEngine.GUILayoutOption[])
  name: Toolbar(int, Texture[], GUIStyle, ToolbarButtonSize, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, UnityEngine.Texture[], UnityEngine.GUIStyle, UnityEngine.GUI.ToolbarButtonSize, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.Texture[],UnityEngine.GUIStyle,UnityEngine.GUI.ToolbarButtonSize,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, Texture[], GUIStyle, GUI.ToolbarButtonSize, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.Texture[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Toolbar(int, Texture[], GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Toolbar(int, UnityEngine.Texture[], UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Toolbar.html
  commentId: M:UnityEngine.GUILayout.Toolbar(System.Int32,UnityEngine.Texture[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Toolbar(int, Texture[], GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.VerticalScope
  name: GUILayout.VerticalScope
  fullName: UnityEngine.GUILayout.VerticalScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScope.html
  commentId: T:UnityEngine.GUILayout.VerticalScope
  nameWithType: GUILayout.VerticalScope
  type: Class
- uid: UnityEngine.GUILayout.VerticalScope.#ctor(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: VerticalScope(string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalScope.VerticalScope(string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.VerticalScope.#ctor(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalScope.VerticalScope(string, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.VerticalScope.#ctor(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: VerticalScope(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalScope.VerticalScope(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.VerticalScope.#ctor(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalScope.VerticalScope(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.VerticalScope.#ctor(UnityEngine.GUILayoutOption[])
  name: VerticalScope(params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalScope.VerticalScope(params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.VerticalScope.#ctor(UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalScope.VerticalScope(params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.VerticalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: VerticalScope(GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalScope.VerticalScope(UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.VerticalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalScope.VerticalScope(GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.VerticalScope.#ctor(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: VerticalScope(Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalScope.VerticalScope(UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScope-ctor.html
  commentId: M:UnityEngine.GUILayout.VerticalScope.#ctor(UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalScope.VerticalScope(Texture, GUIStyle, params GUILayoutOption[])
  type: Constructor
- uid: UnityEngine.GUILayout.VerticalScope.CloseScope
  name: CloseScope()
  fullName: UnityEngine.GUILayout.VerticalScope.CloseScope()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScope.CloseScope.html
  commentId: M:UnityEngine.GUILayout.VerticalScope.CloseScope
  nameWithType: GUILayout.VerticalScope.CloseScope()
  type: Method
- uid: UnityEngine.GUILayout.VerticalScrollbar(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: VerticalScrollbar(float, float, float, float, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalScrollbar(float, float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScrollbar.html
  commentId: M:UnityEngine.GUILayout.VerticalScrollbar(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalScrollbar(float, float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.VerticalScrollbar(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: VerticalScrollbar(float, float, float, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalScrollbar(float, float, float, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalScrollbar.html
  commentId: M:UnityEngine.GUILayout.VerticalScrollbar(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalScrollbar(float, float, float, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.VerticalSlider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: VerticalSlider(float, float, float, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalSlider(float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalSlider.html
  commentId: M:UnityEngine.GUILayout.VerticalSlider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalSlider(float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.VerticalSlider(System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: VerticalSlider(float, float, float, GUIStyle, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.VerticalSlider(float, float, float, UnityEngine.GUIStyle, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.VerticalSlider.html
  commentId: M:UnityEngine.GUILayout.VerticalSlider(System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.VerticalSlider(float, float, float, GUIStyle, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Width(System.Single)
  name: Width(float)
  fullName: UnityEngine.GUILayout.Width(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Width.html
  commentId: M:UnityEngine.GUILayout.Width(System.Single)
  nameWithType: GUILayout.Width(float)
  type: Method
- uid: UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String,UnityEngine.GUILayoutOption[])
  name: Window(int, Rect, WindowFunction, string, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, string, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Window.html
  commentId: M:UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Window(int, Rect, GUI.WindowFunction, string, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Window(int, Rect, WindowFunction, string, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, string, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Window.html
  commentId: M:UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Window(int, Rect, GUI.WindowFunction, string, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  name: Window(int, Rect, WindowFunction, GUIContent, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.GUIContent, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Window.html
  commentId: M:UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Window(int, Rect, GUI.WindowFunction, GUIContent, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Window(int, Rect, WindowFunction, GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Window.html
  commentId: M:UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Window(int, Rect, GUI.WindowFunction, GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  name: Window(int, Rect, WindowFunction, Texture, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.Texture, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Window.html
  commentId: M:UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Window(int, Rect, GUI.WindowFunction, Texture, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: Window(int, Rect, WindowFunction, Texture, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayout.Window(int, UnityEngine.Rect, UnityEngine.GUI.WindowFunction, UnityEngine.Texture, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayout.Window.html
  commentId: M:UnityEngine.GUILayout.Window(System.Int32,UnityEngine.Rect,UnityEngine.GUI.WindowFunction,UnityEngine.Texture,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayout.Window(int, Rect, GUI.WindowFunction, Texture, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayoutOption
  name: GUILayoutOption
  fullName: UnityEngine.GUILayoutOption
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutOption.html
  commentId: T:UnityEngine.GUILayoutOption
  nameWithType: GUILayoutOption
  type: Class
- uid: UnityEngine.GUILayoutUtility
  name: GUILayoutUtility
  fullName: UnityEngine.GUILayoutUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.html
  commentId: T:UnityEngine.GUILayoutUtility
  nameWithType: GUILayoutUtility
  type: Class
- uid: UnityEngine.GUILayoutUtility.BeginGroup(System.String)
  name: BeginGroup(string)
  fullName: UnityEngine.GUILayoutUtility.BeginGroup(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.BeginGroup.html
  commentId: M:UnityEngine.GUILayoutUtility.BeginGroup(System.String)
  nameWithType: GUILayoutUtility.BeginGroup(string)
  type: Method
- uid: UnityEngine.GUILayoutUtility.EndGroup(System.String)
  name: EndGroup(string)
  fullName: UnityEngine.GUILayoutUtility.EndGroup(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.EndGroup.html
  commentId: M:UnityEngine.GUILayoutUtility.EndGroup(System.String)
  nameWithType: GUILayoutUtility.EndGroup(string)
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetAspectRect(System.Single,UnityEngine.GUILayoutOption[])
  name: GetAspectRect(float, params GUILayoutOption[])
  fullName: UnityEngine.GUILayoutUtility.GetAspectRect(float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetAspectRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetAspectRect(System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayoutUtility.GetAspectRect(float, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetAspectRect(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: GetAspectRect(float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayoutUtility.GetAspectRect(float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetAspectRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetAspectRect(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayoutUtility.GetAspectRect(float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetAspectRect(System.Single,UnityEngine.GUIStyle)
  name: GetAspectRect(float, GUIStyle)
  fullName: UnityEngine.GUILayoutUtility.GetAspectRect(float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetAspectRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetAspectRect(System.Single,UnityEngine.GUIStyle)
  nameWithType: GUILayoutUtility.GetAspectRect(float, GUIStyle)
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetAspectRect(System.Single)
  name: GetAspectRect(float)
  fullName: UnityEngine.GUILayoutUtility.GetAspectRect(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetAspectRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetAspectRect(System.Single)
  nameWithType: GUILayoutUtility.GetAspectRect(float)
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetLastRect
  name: GetLastRect()
  fullName: UnityEngine.GUILayoutUtility.GetLastRect()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetLastRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetLastRect
  nameWithType: GUILayoutUtility.GetLastRect()
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: GetRect(float, float, float, float, params GUILayoutOption[])
  fullName: UnityEngine.GUILayoutUtility.GetRect(float, float, float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayoutUtility.GetRect(float, float, float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: GetRect(float, float, float, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayoutUtility.GetRect(float, float, float, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayoutUtility.GetRect(float, float, float, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle)
  name: GetRect(float, float, float, float, GUIStyle)
  fullName: UnityEngine.GUILayoutUtility.GetRect(float, float, float, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle)
  nameWithType: GUILayoutUtility.GetRect(float, float, float, float, GUIStyle)
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,System.Single,System.Single)
  name: GetRect(float, float, float, float)
  fullName: UnityEngine.GUILayoutUtility.GetRect(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,System.Single,System.Single)
  nameWithType: GUILayoutUtility.GetRect(float, float, float, float)
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,UnityEngine.GUILayoutOption[])
  name: GetRect(float, float, params GUILayoutOption[])
  fullName: UnityEngine.GUILayoutUtility.GetRect(float, float, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayoutUtility.GetRect(float, float, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: GetRect(float, float, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayoutUtility.GetRect(float, float, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayoutUtility.GetRect(float, float, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,UnityEngine.GUIStyle)
  name: GetRect(float, float, GUIStyle)
  fullName: UnityEngine.GUILayoutUtility.GetRect(float, float, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single,UnityEngine.GUIStyle)
  nameWithType: GUILayoutUtility.GetRect(float, float, GUIStyle)
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single)
  name: GetRect(float, float)
  fullName: UnityEngine.GUILayoutUtility.GetRect(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(System.Single,System.Single)
  nameWithType: GUILayoutUtility.GetRect(float, float)
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  name: GetRect(GUIContent, GUIStyle, params GUILayoutOption[])
  fullName: UnityEngine.GUILayoutUtility.GetRect(UnityEngine.GUIContent, UnityEngine.GUIStyle, params UnityEngine.GUILayoutOption[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
  nameWithType: GUILayoutUtility.GetRect(GUIContent, GUIStyle, params GUILayoutOption[])
  type: Method
- uid: UnityEngine.GUILayoutUtility.GetRect(UnityEngine.GUIContent,UnityEngine.GUIStyle)
  name: GetRect(GUIContent, GUIStyle)
  fullName: UnityEngine.GUILayoutUtility.GetRect(UnityEngine.GUIContent, UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUILayoutUtility.GetRect.html
  commentId: M:UnityEngine.GUILayoutUtility.GetRect(UnityEngine.GUIContent,UnityEngine.GUIStyle)
  nameWithType: GUILayoutUtility.GetRect(GUIContent, GUIStyle)
  type: Method
- uid: UnityEngine.GUISettings
  name: GUISettings
  fullName: UnityEngine.GUISettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISettings.html
  commentId: T:UnityEngine.GUISettings
  nameWithType: GUISettings
  type: Class
- uid: UnityEngine.GUISettings.cursorColor
  name: cursorColor
  fullName: UnityEngine.GUISettings.cursorColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISettings-cursorColor.html
  commentId: P:UnityEngine.GUISettings.cursorColor
  nameWithType: GUISettings.cursorColor
  type: Property
- uid: UnityEngine.GUISettings.cursorFlashSpeed
  name: cursorFlashSpeed
  fullName: UnityEngine.GUISettings.cursorFlashSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISettings-cursorFlashSpeed.html
  commentId: P:UnityEngine.GUISettings.cursorFlashSpeed
  nameWithType: GUISettings.cursorFlashSpeed
  type: Property
- uid: UnityEngine.GUISettings.doubleClickSelectsWord
  name: doubleClickSelectsWord
  fullName: UnityEngine.GUISettings.doubleClickSelectsWord
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISettings-doubleClickSelectsWord.html
  commentId: P:UnityEngine.GUISettings.doubleClickSelectsWord
  nameWithType: GUISettings.doubleClickSelectsWord
  type: Property
- uid: UnityEngine.GUISettings.selectionColor
  name: selectionColor
  fullName: UnityEngine.GUISettings.selectionColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISettings-selectionColor.html
  commentId: P:UnityEngine.GUISettings.selectionColor
  nameWithType: GUISettings.selectionColor
  type: Property
- uid: UnityEngine.GUISettings.tripleClickSelectsLine
  name: tripleClickSelectsLine
  fullName: UnityEngine.GUISettings.tripleClickSelectsLine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISettings-tripleClickSelectsLine.html
  commentId: P:UnityEngine.GUISettings.tripleClickSelectsLine
  nameWithType: GUISettings.tripleClickSelectsLine
  type: Property
- uid: UnityEngine.GUISkin
  name: GUISkin
  fullName: UnityEngine.GUISkin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin.html
  commentId: T:UnityEngine.GUISkin
  nameWithType: GUISkin
  type: Class
- uid: UnityEngine.GUISkin.#ctor
  name: GUISkin()
  fullName: UnityEngine.GUISkin.GUISkin()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-ctor.html
  commentId: M:UnityEngine.GUISkin.#ctor
  nameWithType: GUISkin.GUISkin()
  type: Constructor
- uid: UnityEngine.GUISkin.box
  name: box
  fullName: UnityEngine.GUISkin.box
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-box.html
  commentId: P:UnityEngine.GUISkin.box
  nameWithType: GUISkin.box
  type: Property
- uid: UnityEngine.GUISkin.button
  name: button
  fullName: UnityEngine.GUISkin.button
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-button.html
  commentId: P:UnityEngine.GUISkin.button
  nameWithType: GUISkin.button
  type: Property
- uid: UnityEngine.GUISkin.customStyles
  name: customStyles
  fullName: UnityEngine.GUISkin.customStyles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-customStyles.html
  commentId: P:UnityEngine.GUISkin.customStyles
  nameWithType: GUISkin.customStyles
  type: Property
- uid: UnityEngine.GUISkin.FindStyle(System.String)
  name: FindStyle(string)
  fullName: UnityEngine.GUISkin.FindStyle(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin.FindStyle.html
  commentId: M:UnityEngine.GUISkin.FindStyle(System.String)
  nameWithType: GUISkin.FindStyle(string)
  type: Method
- uid: UnityEngine.GUISkin.font
  name: font
  fullName: UnityEngine.GUISkin.font
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-font.html
  commentId: P:UnityEngine.GUISkin.font
  nameWithType: GUISkin.font
  type: Property
- uid: UnityEngine.GUISkin.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEngine.GUISkin.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin.GetEnumerator.html
  commentId: M:UnityEngine.GUISkin.GetEnumerator
  nameWithType: GUISkin.GetEnumerator()
  type: Method
- uid: UnityEngine.GUISkin.GetStyle(System.String)
  name: GetStyle(string)
  fullName: UnityEngine.GUISkin.GetStyle(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin.GetStyle.html
  commentId: M:UnityEngine.GUISkin.GetStyle(System.String)
  nameWithType: GUISkin.GetStyle(string)
  type: Method
- uid: UnityEngine.GUISkin.horizontalScrollbar
  name: horizontalScrollbar
  fullName: UnityEngine.GUISkin.horizontalScrollbar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-horizontalScrollbar.html
  commentId: P:UnityEngine.GUISkin.horizontalScrollbar
  nameWithType: GUISkin.horizontalScrollbar
  type: Property
- uid: UnityEngine.GUISkin.horizontalScrollbarLeftButton
  name: horizontalScrollbarLeftButton
  fullName: UnityEngine.GUISkin.horizontalScrollbarLeftButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-horizontalScrollbarLeftButton.html
  commentId: P:UnityEngine.GUISkin.horizontalScrollbarLeftButton
  nameWithType: GUISkin.horizontalScrollbarLeftButton
  type: Property
- uid: UnityEngine.GUISkin.horizontalScrollbarRightButton
  name: horizontalScrollbarRightButton
  fullName: UnityEngine.GUISkin.horizontalScrollbarRightButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-horizontalScrollbarRightButton.html
  commentId: P:UnityEngine.GUISkin.horizontalScrollbarRightButton
  nameWithType: GUISkin.horizontalScrollbarRightButton
  type: Property
- uid: UnityEngine.GUISkin.horizontalScrollbarThumb
  name: horizontalScrollbarThumb
  fullName: UnityEngine.GUISkin.horizontalScrollbarThumb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-horizontalScrollbarThumb.html
  commentId: P:UnityEngine.GUISkin.horizontalScrollbarThumb
  nameWithType: GUISkin.horizontalScrollbarThumb
  type: Property
- uid: UnityEngine.GUISkin.horizontalSlider
  name: horizontalSlider
  fullName: UnityEngine.GUISkin.horizontalSlider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-horizontalSlider.html
  commentId: P:UnityEngine.GUISkin.horizontalSlider
  nameWithType: GUISkin.horizontalSlider
  type: Property
- uid: UnityEngine.GUISkin.horizontalSliderThumb
  name: horizontalSliderThumb
  fullName: UnityEngine.GUISkin.horizontalSliderThumb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-horizontalSliderThumb.html
  commentId: P:UnityEngine.GUISkin.horizontalSliderThumb
  nameWithType: GUISkin.horizontalSliderThumb
  type: Property
- uid: UnityEngine.GUISkin.label
  name: label
  fullName: UnityEngine.GUISkin.label
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-label.html
  commentId: P:UnityEngine.GUISkin.label
  nameWithType: GUISkin.label
  type: Property
- uid: UnityEngine.GUISkin.scrollView
  name: scrollView
  fullName: UnityEngine.GUISkin.scrollView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-scrollView.html
  commentId: P:UnityEngine.GUISkin.scrollView
  nameWithType: GUISkin.scrollView
  type: Property
- uid: UnityEngine.GUISkin.settings
  name: settings
  fullName: UnityEngine.GUISkin.settings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-settings.html
  commentId: P:UnityEngine.GUISkin.settings
  nameWithType: GUISkin.settings
  type: Property
- uid: UnityEngine.GUISkin.textArea
  name: textArea
  fullName: UnityEngine.GUISkin.textArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-textArea.html
  commentId: P:UnityEngine.GUISkin.textArea
  nameWithType: GUISkin.textArea
  type: Property
- uid: UnityEngine.GUISkin.textField
  name: textField
  fullName: UnityEngine.GUISkin.textField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-textField.html
  commentId: P:UnityEngine.GUISkin.textField
  nameWithType: GUISkin.textField
  type: Property
- uid: UnityEngine.GUISkin.toggle
  name: toggle
  fullName: UnityEngine.GUISkin.toggle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-toggle.html
  commentId: P:UnityEngine.GUISkin.toggle
  nameWithType: GUISkin.toggle
  type: Property
- uid: UnityEngine.GUISkin.verticalScrollbar
  name: verticalScrollbar
  fullName: UnityEngine.GUISkin.verticalScrollbar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-verticalScrollbar.html
  commentId: P:UnityEngine.GUISkin.verticalScrollbar
  nameWithType: GUISkin.verticalScrollbar
  type: Property
- uid: UnityEngine.GUISkin.verticalScrollbarDownButton
  name: verticalScrollbarDownButton
  fullName: UnityEngine.GUISkin.verticalScrollbarDownButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-verticalScrollbarDownButton.html
  commentId: P:UnityEngine.GUISkin.verticalScrollbarDownButton
  nameWithType: GUISkin.verticalScrollbarDownButton
  type: Property
- uid: UnityEngine.GUISkin.verticalScrollbarThumb
  name: verticalScrollbarThumb
  fullName: UnityEngine.GUISkin.verticalScrollbarThumb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-verticalScrollbarThumb.html
  commentId: P:UnityEngine.GUISkin.verticalScrollbarThumb
  nameWithType: GUISkin.verticalScrollbarThumb
  type: Property
- uid: UnityEngine.GUISkin.verticalScrollbarUpButton
  name: verticalScrollbarUpButton
  fullName: UnityEngine.GUISkin.verticalScrollbarUpButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-verticalScrollbarUpButton.html
  commentId: P:UnityEngine.GUISkin.verticalScrollbarUpButton
  nameWithType: GUISkin.verticalScrollbarUpButton
  type: Property
- uid: UnityEngine.GUISkin.verticalSlider
  name: verticalSlider
  fullName: UnityEngine.GUISkin.verticalSlider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-verticalSlider.html
  commentId: P:UnityEngine.GUISkin.verticalSlider
  nameWithType: GUISkin.verticalSlider
  type: Property
- uid: UnityEngine.GUISkin.verticalSliderThumb
  name: verticalSliderThumb
  fullName: UnityEngine.GUISkin.verticalSliderThumb
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-verticalSliderThumb.html
  commentId: P:UnityEngine.GUISkin.verticalSliderThumb
  nameWithType: GUISkin.verticalSliderThumb
  type: Property
- uid: UnityEngine.GUISkin.window
  name: window
  fullName: UnityEngine.GUISkin.window
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUISkin-window.html
  commentId: P:UnityEngine.GUISkin.window
  nameWithType: GUISkin.window
  type: Property
- uid: UnityEngine.GUIStyle
  name: GUIStyle
  fullName: UnityEngine.GUIStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.html
  commentId: T:UnityEngine.GUIStyle
  nameWithType: GUIStyle
  type: Class
- uid: UnityEngine.GUIStyle.#ctor
  name: GUIStyle()
  fullName: UnityEngine.GUIStyle.GUIStyle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-ctor.html
  commentId: M:UnityEngine.GUIStyle.#ctor
  nameWithType: GUIStyle.GUIStyle()
  type: Constructor
- uid: UnityEngine.GUIStyle.#ctor(UnityEngine.GUIStyle)
  name: GUIStyle(GUIStyle)
  fullName: UnityEngine.GUIStyle.GUIStyle(UnityEngine.GUIStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-ctor.html
  commentId: M:UnityEngine.GUIStyle.#ctor(UnityEngine.GUIStyle)
  nameWithType: GUIStyle.GUIStyle(GUIStyle)
  type: Constructor
- uid: UnityEngine.GUIStyle.active
  name: active
  fullName: UnityEngine.GUIStyle.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-active.html
  commentId: P:UnityEngine.GUIStyle.active
  nameWithType: GUIStyle.active
  type: Property
- uid: UnityEngine.GUIStyle.alignment
  name: alignment
  fullName: UnityEngine.GUIStyle.alignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-alignment.html
  commentId: P:UnityEngine.GUIStyle.alignment
  nameWithType: GUIStyle.alignment
  type: Property
- uid: UnityEngine.GUIStyle.border
  name: border
  fullName: UnityEngine.GUIStyle.border
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-border.html
  commentId: P:UnityEngine.GUIStyle.border
  nameWithType: GUIStyle.border
  type: Property
- uid: UnityEngine.GUIStyle.CalcHeight(UnityEngine.GUIContent,System.Single)
  name: CalcHeight(GUIContent, float)
  fullName: UnityEngine.GUIStyle.CalcHeight(UnityEngine.GUIContent, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.CalcHeight.html
  commentId: M:UnityEngine.GUIStyle.CalcHeight(UnityEngine.GUIContent,System.Single)
  nameWithType: GUIStyle.CalcHeight(GUIContent, float)
  type: Method
- uid: UnityEngine.GUIStyle.CalcMinMaxWidth(UnityEngine.GUIContent,System.Single@,System.Single@)
  name: CalcMinMaxWidth(GUIContent, out float, out float)
  fullName: UnityEngine.GUIStyle.CalcMinMaxWidth(UnityEngine.GUIContent, out float, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.CalcMinMaxWidth.html
  commentId: M:UnityEngine.GUIStyle.CalcMinMaxWidth(UnityEngine.GUIContent,System.Single@,System.Single@)
  nameWithType: GUIStyle.CalcMinMaxWidth(GUIContent, out float, out float)
  type: Method
- uid: UnityEngine.GUIStyle.CalcScreenSize(UnityEngine.Vector2)
  name: CalcScreenSize(Vector2)
  fullName: UnityEngine.GUIStyle.CalcScreenSize(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.CalcScreenSize.html
  commentId: M:UnityEngine.GUIStyle.CalcScreenSize(UnityEngine.Vector2)
  nameWithType: GUIStyle.CalcScreenSize(Vector2)
  type: Method
- uid: UnityEngine.GUIStyle.CalcSize(UnityEngine.GUIContent)
  name: CalcSize(GUIContent)
  fullName: UnityEngine.GUIStyle.CalcSize(UnityEngine.GUIContent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.CalcSize.html
  commentId: M:UnityEngine.GUIStyle.CalcSize(UnityEngine.GUIContent)
  nameWithType: GUIStyle.CalcSize(GUIContent)
  type: Method
- uid: UnityEngine.GUIStyle.clipOffset
  name: clipOffset
  fullName: UnityEngine.GUIStyle.clipOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-clipOffset.html
  commentId: P:UnityEngine.GUIStyle.clipOffset
  nameWithType: GUIStyle.clipOffset
  type: Property
- uid: UnityEngine.GUIStyle.clipping
  name: clipping
  fullName: UnityEngine.GUIStyle.clipping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-clipping.html
  commentId: P:UnityEngine.GUIStyle.clipping
  nameWithType: GUIStyle.clipping
  type: Property
- uid: UnityEngine.GUIStyle.contentOffset
  name: contentOffset
  fullName: UnityEngine.GUIStyle.contentOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-contentOffset.html
  commentId: P:UnityEngine.GUIStyle.contentOffset
  nameWithType: GUIStyle.contentOffset
  type: Property
- uid: UnityEngine.GUIStyle.Draw(UnityEngine.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  name: Draw(Rect, bool, bool, bool, bool)
  fullName: UnityEngine.GUIStyle.Draw(UnityEngine.Rect, bool, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.Draw.html
  commentId: M:UnityEngine.GUIStyle.Draw(UnityEngine.Rect,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: GUIStyle.Draw(Rect, bool, bool, bool, bool)
  type: Method
- uid: UnityEngine.GUIStyle.Draw(UnityEngine.Rect,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  name: Draw(Rect, string, bool, bool, bool, bool)
  fullName: UnityEngine.GUIStyle.Draw(UnityEngine.Rect, string, bool, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.Draw.html
  commentId: M:UnityEngine.GUIStyle.Draw(UnityEngine.Rect,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: GUIStyle.Draw(Rect, string, bool, bool, bool, bool)
  type: Method
- uid: UnityEngine.GUIStyle.Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  name: Draw(Rect, GUIContent, bool, bool, bool, bool)
  fullName: UnityEngine.GUIStyle.Draw(UnityEngine.Rect, UnityEngine.GUIContent, bool, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.Draw.html
  commentId: M:UnityEngine.GUIStyle.Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: GUIStyle.Draw(Rect, GUIContent, bool, bool, bool, bool)
  type: Method
- uid: UnityEngine.GUIStyle.Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean)
  name: Draw(Rect, GUIContent, int, bool)
  fullName: UnityEngine.GUIStyle.Draw(UnityEngine.Rect, UnityEngine.GUIContent, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.Draw.html
  commentId: M:UnityEngine.GUIStyle.Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean)
  nameWithType: GUIStyle.Draw(Rect, GUIContent, int, bool)
  type: Method
- uid: UnityEngine.GUIStyle.Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  name: Draw(Rect, GUIContent, int)
  fullName: UnityEngine.GUIStyle.Draw(UnityEngine.Rect, UnityEngine.GUIContent, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.Draw.html
  commentId: M:UnityEngine.GUIStyle.Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  nameWithType: GUIStyle.Draw(Rect, GUIContent, int)
  type: Method
- uid: UnityEngine.GUIStyle.Draw(UnityEngine.Rect,UnityEngine.Texture,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  name: Draw(Rect, Texture, bool, bool, bool, bool)
  fullName: UnityEngine.GUIStyle.Draw(UnityEngine.Rect, UnityEngine.Texture, bool, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.Draw.html
  commentId: M:UnityEngine.GUIStyle.Draw(UnityEngine.Rect,UnityEngine.Texture,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: GUIStyle.Draw(Rect, Texture, bool, bool, bool, bool)
  type: Method
- uid: UnityEngine.GUIStyle.DrawCursor(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32)
  name: DrawCursor(Rect, GUIContent, int, int)
  fullName: UnityEngine.GUIStyle.DrawCursor(UnityEngine.Rect, UnityEngine.GUIContent, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.DrawCursor.html
  commentId: M:UnityEngine.GUIStyle.DrawCursor(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32)
  nameWithType: GUIStyle.DrawCursor(Rect, GUIContent, int, int)
  type: Method
- uid: UnityEngine.GUIStyle.DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32)
  name: DrawWithTextSelection(Rect, GUIContent, int, int, int)
  fullName: UnityEngine.GUIStyle.DrawWithTextSelection(UnityEngine.Rect, UnityEngine.GUIContent, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.DrawWithTextSelection.html
  commentId: M:UnityEngine.GUIStyle.DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32)
  nameWithType: GUIStyle.DrawWithTextSelection(Rect, GUIContent, int, int, int)
  type: Method
- uid: UnityEngine.GUIStyle.Finalize
  name: ~GUIStyle()
  fullName: UnityEngine.GUIStyle.~GUIStyle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.Finalize.html
  commentId: M:UnityEngine.GUIStyle.Finalize
  nameWithType: GUIStyle.~GUIStyle()
  type: Method
- uid: UnityEngine.GUIStyle.fixedHeight
  name: fixedHeight
  fullName: UnityEngine.GUIStyle.fixedHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-fixedHeight.html
  commentId: P:UnityEngine.GUIStyle.fixedHeight
  nameWithType: GUIStyle.fixedHeight
  type: Property
- uid: UnityEngine.GUIStyle.fixedWidth
  name: fixedWidth
  fullName: UnityEngine.GUIStyle.fixedWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-fixedWidth.html
  commentId: P:UnityEngine.GUIStyle.fixedWidth
  nameWithType: GUIStyle.fixedWidth
  type: Property
- uid: UnityEngine.GUIStyle.focused
  name: focused
  fullName: UnityEngine.GUIStyle.focused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-focused.html
  commentId: P:UnityEngine.GUIStyle.focused
  nameWithType: GUIStyle.focused
  type: Property
- uid: UnityEngine.GUIStyle.font
  name: font
  fullName: UnityEngine.GUIStyle.font
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-font.html
  commentId: P:UnityEngine.GUIStyle.font
  nameWithType: GUIStyle.font
  type: Property
- uid: UnityEngine.GUIStyle.fontSize
  name: fontSize
  fullName: UnityEngine.GUIStyle.fontSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-fontSize.html
  commentId: P:UnityEngine.GUIStyle.fontSize
  nameWithType: GUIStyle.fontSize
  type: Property
- uid: UnityEngine.GUIStyle.fontStyle
  name: fontStyle
  fullName: UnityEngine.GUIStyle.fontStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-fontStyle.html
  commentId: P:UnityEngine.GUIStyle.fontStyle
  nameWithType: GUIStyle.fontStyle
  type: Property
- uid: UnityEngine.GUIStyle.GetCursorPixelPosition(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  name: GetCursorPixelPosition(Rect, GUIContent, int)
  fullName: UnityEngine.GUIStyle.GetCursorPixelPosition(UnityEngine.Rect, UnityEngine.GUIContent, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.GetCursorPixelPosition.html
  commentId: M:UnityEngine.GUIStyle.GetCursorPixelPosition(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
  nameWithType: GUIStyle.GetCursorPixelPosition(Rect, GUIContent, int)
  type: Method
- uid: UnityEngine.GUIStyle.GetCursorStringIndex(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)
  name: GetCursorStringIndex(Rect, GUIContent, Vector2)
  fullName: UnityEngine.GUIStyle.GetCursorStringIndex(UnityEngine.Rect, UnityEngine.GUIContent, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.GetCursorStringIndex.html
  commentId: M:UnityEngine.GUIStyle.GetCursorStringIndex(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)
  nameWithType: GUIStyle.GetCursorStringIndex(Rect, GUIContent, Vector2)
  type: Method
- uid: UnityEngine.GUIStyle.hover
  name: hover
  fullName: UnityEngine.GUIStyle.hover
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-hover.html
  commentId: P:UnityEngine.GUIStyle.hover
  nameWithType: GUIStyle.hover
  type: Property
- uid: UnityEngine.GUIStyle.imagePosition
  name: imagePosition
  fullName: UnityEngine.GUIStyle.imagePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-imagePosition.html
  commentId: P:UnityEngine.GUIStyle.imagePosition
  nameWithType: GUIStyle.imagePosition
  type: Property
- uid: UnityEngine.GUIStyle.isHeightDependantOnWidth
  name: isHeightDependantOnWidth
  fullName: UnityEngine.GUIStyle.isHeightDependantOnWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-isHeightDependantOnWidth.html
  commentId: P:UnityEngine.GUIStyle.isHeightDependantOnWidth
  nameWithType: GUIStyle.isHeightDependantOnWidth
  type: Property
- uid: UnityEngine.GUIStyle.lineHeight
  name: lineHeight
  fullName: UnityEngine.GUIStyle.lineHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-lineHeight.html
  commentId: P:UnityEngine.GUIStyle.lineHeight
  nameWithType: GUIStyle.lineHeight
  type: Property
- uid: UnityEngine.GUIStyle.margin
  name: margin
  fullName: UnityEngine.GUIStyle.margin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-margin.html
  commentId: P:UnityEngine.GUIStyle.margin
  nameWithType: GUIStyle.margin
  type: Property
- uid: UnityEngine.GUIStyle.name
  name: name
  fullName: UnityEngine.GUIStyle.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-name.html
  commentId: P:UnityEngine.GUIStyle.name
  nameWithType: GUIStyle.name
  type: Property
- uid: UnityEngine.GUIStyle.none
  name: none
  fullName: UnityEngine.GUIStyle.none
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-none.html
  commentId: P:UnityEngine.GUIStyle.none
  nameWithType: GUIStyle.none
  type: Property
- uid: UnityEngine.GUIStyle.normal
  name: normal
  fullName: UnityEngine.GUIStyle.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-normal.html
  commentId: P:UnityEngine.GUIStyle.normal
  nameWithType: GUIStyle.normal
  type: Property
- uid: UnityEngine.GUIStyle.onActive
  name: onActive
  fullName: UnityEngine.GUIStyle.onActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-onActive.html
  commentId: P:UnityEngine.GUIStyle.onActive
  nameWithType: GUIStyle.onActive
  type: Property
- uid: UnityEngine.GUIStyle.onFocused
  name: onFocused
  fullName: UnityEngine.GUIStyle.onFocused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-onFocused.html
  commentId: P:UnityEngine.GUIStyle.onFocused
  nameWithType: GUIStyle.onFocused
  type: Property
- uid: UnityEngine.GUIStyle.onHover
  name: onHover
  fullName: UnityEngine.GUIStyle.onHover
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-onHover.html
  commentId: P:UnityEngine.GUIStyle.onHover
  nameWithType: GUIStyle.onHover
  type: Property
- uid: UnityEngine.GUIStyle.onNormal
  name: onNormal
  fullName: UnityEngine.GUIStyle.onNormal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-onNormal.html
  commentId: P:UnityEngine.GUIStyle.onNormal
  nameWithType: GUIStyle.onNormal
  type: Property
- uid: UnityEngine.GUIStyle.op_Implicit(System.String)~UnityEngine.GUIStyle
  name: implicit operator GUIStyle(string)
  fullName: UnityEngine.GUIStyle.implicit operator UnityEngine.GUIStyle(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.op_Implicit~UnityEngine.GUIStyle.html
  commentId: M:UnityEngine.GUIStyle.op_Implicit(System.String)~UnityEngine.GUIStyle
  nameWithType: GUIStyle.implicit operator GUIStyle(string)
  type: Operator
- uid: UnityEngine.GUIStyle.overflow
  name: overflow
  fullName: UnityEngine.GUIStyle.overflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-overflow.html
  commentId: P:UnityEngine.GUIStyle.overflow
  nameWithType: GUIStyle.overflow
  type: Property
- uid: UnityEngine.GUIStyle.padding
  name: padding
  fullName: UnityEngine.GUIStyle.padding
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-padding.html
  commentId: P:UnityEngine.GUIStyle.padding
  nameWithType: GUIStyle.padding
  type: Property
- uid: UnityEngine.GUIStyle.richText
  name: richText
  fullName: UnityEngine.GUIStyle.richText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-richText.html
  commentId: P:UnityEngine.GUIStyle.richText
  nameWithType: GUIStyle.richText
  type: Property
- uid: UnityEngine.GUIStyle.stretchHeight
  name: stretchHeight
  fullName: UnityEngine.GUIStyle.stretchHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-stretchHeight.html
  commentId: P:UnityEngine.GUIStyle.stretchHeight
  nameWithType: GUIStyle.stretchHeight
  type: Property
- uid: UnityEngine.GUIStyle.stretchWidth
  name: stretchWidth
  fullName: UnityEngine.GUIStyle.stretchWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-stretchWidth.html
  commentId: P:UnityEngine.GUIStyle.stretchWidth
  nameWithType: GUIStyle.stretchWidth
  type: Property
- uid: UnityEngine.GUIStyle.ToString
  name: ToString()
  fullName: UnityEngine.GUIStyle.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle.ToString.html
  commentId: M:UnityEngine.GUIStyle.ToString
  nameWithType: GUIStyle.ToString()
  type: Method
- uid: UnityEngine.GUIStyle.wordWrap
  name: wordWrap
  fullName: UnityEngine.GUIStyle.wordWrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyle-wordWrap.html
  commentId: P:UnityEngine.GUIStyle.wordWrap
  nameWithType: GUIStyle.wordWrap
  type: Property
- uid: UnityEngine.GUIStyleState
  name: GUIStyleState
  fullName: UnityEngine.GUIStyleState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyleState.html
  commentId: T:UnityEngine.GUIStyleState
  nameWithType: GUIStyleState
  type: Class
- uid: UnityEngine.GUIStyleState.#ctor
  name: GUIStyleState()
  fullName: UnityEngine.GUIStyleState.GUIStyleState()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyleState-ctor.html
  commentId: M:UnityEngine.GUIStyleState.#ctor
  nameWithType: GUIStyleState.GUIStyleState()
  type: Constructor
- uid: UnityEngine.GUIStyleState.background
  name: background
  fullName: UnityEngine.GUIStyleState.background
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyleState-background.html
  commentId: P:UnityEngine.GUIStyleState.background
  nameWithType: GUIStyleState.background
  type: Property
- uid: UnityEngine.GUIStyleState.Finalize
  name: ~GUIStyleState()
  fullName: UnityEngine.GUIStyleState.~GUIStyleState()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyleState.Finalize.html
  commentId: M:UnityEngine.GUIStyleState.Finalize
  nameWithType: GUIStyleState.~GUIStyleState()
  type: Method
- uid: UnityEngine.GUIStyleState.scaledBackgrounds
  name: scaledBackgrounds
  fullName: UnityEngine.GUIStyleState.scaledBackgrounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyleState-scaledBackgrounds.html
  commentId: P:UnityEngine.GUIStyleState.scaledBackgrounds
  nameWithType: GUIStyleState.scaledBackgrounds
  type: Property
- uid: UnityEngine.GUIStyleState.textColor
  name: textColor
  fullName: UnityEngine.GUIStyleState.textColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIStyleState-textColor.html
  commentId: P:UnityEngine.GUIStyleState.textColor
  nameWithType: GUIStyleState.textColor
  type: Property
- uid: UnityEngine.GUITargetAttribute
  name: GUITargetAttribute
  fullName: UnityEngine.GUITargetAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITargetAttribute.html
  commentId: T:UnityEngine.GUITargetAttribute
  nameWithType: GUITargetAttribute
  type: Class
- uid: UnityEngine.GUITargetAttribute.#ctor
  name: GUITargetAttribute()
  fullName: UnityEngine.GUITargetAttribute.GUITargetAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITargetAttribute-ctor.html
  commentId: M:UnityEngine.GUITargetAttribute.#ctor
  nameWithType: GUITargetAttribute.GUITargetAttribute()
  type: Constructor
- uid: UnityEngine.GUITargetAttribute.#ctor(System.Int32,System.Int32,System.Int32[])
  name: GUITargetAttribute(int, int, params int[])
  fullName: UnityEngine.GUITargetAttribute.GUITargetAttribute(int, int, params int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITargetAttribute-ctor.html
  commentId: M:UnityEngine.GUITargetAttribute.#ctor(System.Int32,System.Int32,System.Int32[])
  nameWithType: GUITargetAttribute.GUITargetAttribute(int, int, params int[])
  type: Constructor
- uid: UnityEngine.GUITargetAttribute.#ctor(System.Int32,System.Int32)
  name: GUITargetAttribute(int, int)
  fullName: UnityEngine.GUITargetAttribute.GUITargetAttribute(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITargetAttribute-ctor.html
  commentId: M:UnityEngine.GUITargetAttribute.#ctor(System.Int32,System.Int32)
  nameWithType: GUITargetAttribute.GUITargetAttribute(int, int)
  type: Constructor
- uid: UnityEngine.GUITargetAttribute.#ctor(System.Int32)
  name: GUITargetAttribute(int)
  fullName: UnityEngine.GUITargetAttribute.GUITargetAttribute(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITargetAttribute-ctor.html
  commentId: M:UnityEngine.GUITargetAttribute.#ctor(System.Int32)
  nameWithType: GUITargetAttribute.GUITargetAttribute(int)
  type: Constructor
- uid: UnityEngine.GUIText
  name: GUIText
  fullName: UnityEngine.GUIText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText.html
  commentId: T:UnityEngine.GUIText
  nameWithType: GUIText
  type: Class
- uid: UnityEngine.GUIText.alignment
  name: alignment
  fullName: UnityEngine.GUIText.alignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-alignment.html
  commentId: P:UnityEngine.GUIText.alignment
  nameWithType: GUIText.alignment
  type: Property
- uid: UnityEngine.GUIText.anchor
  name: anchor
  fullName: UnityEngine.GUIText.anchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-anchor.html
  commentId: P:UnityEngine.GUIText.anchor
  nameWithType: GUIText.anchor
  type: Property
- uid: UnityEngine.GUIText.color
  name: color
  fullName: UnityEngine.GUIText.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-color.html
  commentId: P:UnityEngine.GUIText.color
  nameWithType: GUIText.color
  type: Property
- uid: UnityEngine.GUIText.font
  name: font
  fullName: UnityEngine.GUIText.font
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-font.html
  commentId: P:UnityEngine.GUIText.font
  nameWithType: GUIText.font
  type: Property
- uid: UnityEngine.GUIText.fontSize
  name: fontSize
  fullName: UnityEngine.GUIText.fontSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-fontSize.html
  commentId: P:UnityEngine.GUIText.fontSize
  nameWithType: GUIText.fontSize
  type: Property
- uid: UnityEngine.GUIText.fontStyle
  name: fontStyle
  fullName: UnityEngine.GUIText.fontStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-fontStyle.html
  commentId: P:UnityEngine.GUIText.fontStyle
  nameWithType: GUIText.fontStyle
  type: Property
- uid: UnityEngine.GUIText.lineSpacing
  name: lineSpacing
  fullName: UnityEngine.GUIText.lineSpacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-lineSpacing.html
  commentId: P:UnityEngine.GUIText.lineSpacing
  nameWithType: GUIText.lineSpacing
  type: Property
- uid: UnityEngine.GUIText.material
  name: material
  fullName: UnityEngine.GUIText.material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-material.html
  commentId: P:UnityEngine.GUIText.material
  nameWithType: GUIText.material
  type: Property
- uid: UnityEngine.GUIText.pixelOffset
  name: pixelOffset
  fullName: UnityEngine.GUIText.pixelOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-pixelOffset.html
  commentId: P:UnityEngine.GUIText.pixelOffset
  nameWithType: GUIText.pixelOffset
  type: Property
- uid: UnityEngine.GUIText.richText
  name: richText
  fullName: UnityEngine.GUIText.richText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-richText.html
  commentId: P:UnityEngine.GUIText.richText
  nameWithType: GUIText.richText
  type: Property
- uid: UnityEngine.GUIText.tabSize
  name: tabSize
  fullName: UnityEngine.GUIText.tabSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-tabSize.html
  commentId: P:UnityEngine.GUIText.tabSize
  nameWithType: GUIText.tabSize
  type: Property
- uid: UnityEngine.GUIText.text
  name: text
  fullName: UnityEngine.GUIText.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIText-text.html
  commentId: P:UnityEngine.GUIText.text
  nameWithType: GUIText.text
  type: Property
- uid: UnityEngine.GUITexture
  name: GUITexture
  fullName: UnityEngine.GUITexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITexture.html
  commentId: T:UnityEngine.GUITexture
  nameWithType: GUITexture
  type: Class
- uid: UnityEngine.GUITexture.border
  name: border
  fullName: UnityEngine.GUITexture.border
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITexture-border.html
  commentId: P:UnityEngine.GUITexture.border
  nameWithType: GUITexture.border
  type: Property
- uid: UnityEngine.GUITexture.color
  name: color
  fullName: UnityEngine.GUITexture.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITexture-color.html
  commentId: P:UnityEngine.GUITexture.color
  nameWithType: GUITexture.color
  type: Property
- uid: UnityEngine.GUITexture.pixelInset
  name: pixelInset
  fullName: UnityEngine.GUITexture.pixelInset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITexture-pixelInset.html
  commentId: P:UnityEngine.GUITexture.pixelInset
  nameWithType: GUITexture.pixelInset
  type: Property
- uid: UnityEngine.GUITexture.texture
  name: texture
  fullName: UnityEngine.GUITexture.texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUITexture-texture.html
  commentId: P:UnityEngine.GUITexture.texture
  nameWithType: GUITexture.texture
  type: Property
- uid: UnityEngine.GUIUtility
  name: GUIUtility
  fullName: UnityEngine.GUIUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.html
  commentId: T:UnityEngine.GUIUtility
  nameWithType: GUIUtility
  type: Class
- uid: UnityEngine.GUIUtility.ExitGUI
  name: ExitGUI()
  fullName: UnityEngine.GUIUtility.ExitGUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.ExitGUI.html
  commentId: M:UnityEngine.GUIUtility.ExitGUI
  nameWithType: GUIUtility.ExitGUI()
  type: Method
- uid: UnityEngine.GUIUtility.GetControlID(System.Int32,UnityEngine.FocusType,UnityEngine.Rect)
  name: GetControlID(int, FocusType, Rect)
  fullName: UnityEngine.GUIUtility.GetControlID(int, UnityEngine.FocusType, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.GetControlID.html
  commentId: M:UnityEngine.GUIUtility.GetControlID(System.Int32,UnityEngine.FocusType,UnityEngine.Rect)
  nameWithType: GUIUtility.GetControlID(int, FocusType, Rect)
  type: Method
- uid: UnityEngine.GUIUtility.GetControlID(System.Int32,UnityEngine.FocusType)
  name: GetControlID(int, FocusType)
  fullName: UnityEngine.GUIUtility.GetControlID(int, UnityEngine.FocusType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.GetControlID.html
  commentId: M:UnityEngine.GUIUtility.GetControlID(System.Int32,UnityEngine.FocusType)
  nameWithType: GUIUtility.GetControlID(int, FocusType)
  type: Method
- uid: UnityEngine.GUIUtility.GetControlID(UnityEngine.FocusType,UnityEngine.Rect)
  name: GetControlID(FocusType, Rect)
  fullName: UnityEngine.GUIUtility.GetControlID(UnityEngine.FocusType, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.GetControlID.html
  commentId: M:UnityEngine.GUIUtility.GetControlID(UnityEngine.FocusType,UnityEngine.Rect)
  nameWithType: GUIUtility.GetControlID(FocusType, Rect)
  type: Method
- uid: UnityEngine.GUIUtility.GetControlID(UnityEngine.FocusType)
  name: GetControlID(FocusType)
  fullName: UnityEngine.GUIUtility.GetControlID(UnityEngine.FocusType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.GetControlID.html
  commentId: M:UnityEngine.GUIUtility.GetControlID(UnityEngine.FocusType)
  nameWithType: GUIUtility.GetControlID(FocusType)
  type: Method
- uid: UnityEngine.GUIUtility.GetControlID(UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.Rect)
  name: GetControlID(GUIContent, FocusType, Rect)
  fullName: UnityEngine.GUIUtility.GetControlID(UnityEngine.GUIContent, UnityEngine.FocusType, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.GetControlID.html
  commentId: M:UnityEngine.GUIUtility.GetControlID(UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.Rect)
  nameWithType: GUIUtility.GetControlID(GUIContent, FocusType, Rect)
  type: Method
- uid: UnityEngine.GUIUtility.GetControlID(UnityEngine.GUIContent,UnityEngine.FocusType)
  name: GetControlID(GUIContent, FocusType)
  fullName: UnityEngine.GUIUtility.GetControlID(UnityEngine.GUIContent, UnityEngine.FocusType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.GetControlID.html
  commentId: M:UnityEngine.GUIUtility.GetControlID(UnityEngine.GUIContent,UnityEngine.FocusType)
  nameWithType: GUIUtility.GetControlID(GUIContent, FocusType)
  type: Method
- uid: UnityEngine.GUIUtility.GetStateObject(System.Type,System.Int32)
  name: GetStateObject(Type, int)
  fullName: UnityEngine.GUIUtility.GetStateObject(System.Type, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.GetStateObject.html
  commentId: M:UnityEngine.GUIUtility.GetStateObject(System.Type,System.Int32)
  nameWithType: GUIUtility.GetStateObject(Type, int)
  type: Method
- uid: UnityEngine.GUIUtility.GUIToScreenPoint(UnityEngine.Vector2)
  name: GUIToScreenPoint(Vector2)
  fullName: UnityEngine.GUIUtility.GUIToScreenPoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.GUIToScreenPoint.html
  commentId: M:UnityEngine.GUIUtility.GUIToScreenPoint(UnityEngine.Vector2)
  nameWithType: GUIUtility.GUIToScreenPoint(Vector2)
  type: Method
- uid: UnityEngine.GUIUtility.hasModalWindow
  name: hasModalWindow
  fullName: UnityEngine.GUIUtility.hasModalWindow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility-hasModalWindow.html
  commentId: P:UnityEngine.GUIUtility.hasModalWindow
  nameWithType: GUIUtility.hasModalWindow
  type: Property
- uid: UnityEngine.GUIUtility.hotControl
  name: hotControl
  fullName: UnityEngine.GUIUtility.hotControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility-hotControl.html
  commentId: P:UnityEngine.GUIUtility.hotControl
  nameWithType: GUIUtility.hotControl
  type: Property
- uid: UnityEngine.GUIUtility.keyboardControl
  name: keyboardControl
  fullName: UnityEngine.GUIUtility.keyboardControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility-keyboardControl.html
  commentId: P:UnityEngine.GUIUtility.keyboardControl
  nameWithType: GUIUtility.keyboardControl
  type: Property
- uid: UnityEngine.GUIUtility.QueryStateObject(System.Type,System.Int32)
  name: QueryStateObject(Type, int)
  fullName: UnityEngine.GUIUtility.QueryStateObject(System.Type, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.QueryStateObject.html
  commentId: M:UnityEngine.GUIUtility.QueryStateObject(System.Type,System.Int32)
  nameWithType: GUIUtility.QueryStateObject(Type, int)
  type: Method
- uid: UnityEngine.GUIUtility.RotateAroundPivot(System.Single,UnityEngine.Vector2)
  name: RotateAroundPivot(float, Vector2)
  fullName: UnityEngine.GUIUtility.RotateAroundPivot(float, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.RotateAroundPivot.html
  commentId: M:UnityEngine.GUIUtility.RotateAroundPivot(System.Single,UnityEngine.Vector2)
  nameWithType: GUIUtility.RotateAroundPivot(float, Vector2)
  type: Method
- uid: UnityEngine.GUIUtility.ScaleAroundPivot(UnityEngine.Vector2,UnityEngine.Vector2)
  name: ScaleAroundPivot(Vector2, Vector2)
  fullName: UnityEngine.GUIUtility.ScaleAroundPivot(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.ScaleAroundPivot.html
  commentId: M:UnityEngine.GUIUtility.ScaleAroundPivot(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: GUIUtility.ScaleAroundPivot(Vector2, Vector2)
  type: Method
- uid: UnityEngine.GUIUtility.ScreenToGUIPoint(UnityEngine.Vector2)
  name: ScreenToGUIPoint(Vector2)
  fullName: UnityEngine.GUIUtility.ScreenToGUIPoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.ScreenToGUIPoint.html
  commentId: M:UnityEngine.GUIUtility.ScreenToGUIPoint(UnityEngine.Vector2)
  nameWithType: GUIUtility.ScreenToGUIPoint(Vector2)
  type: Method
- uid: UnityEngine.GUIUtility.ScreenToGUIRect(UnityEngine.Rect)
  name: ScreenToGUIRect(Rect)
  fullName: UnityEngine.GUIUtility.ScreenToGUIRect(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility.ScreenToGUIRect.html
  commentId: M:UnityEngine.GUIUtility.ScreenToGUIRect(UnityEngine.Rect)
  nameWithType: GUIUtility.ScreenToGUIRect(Rect)
  type: Method
- uid: UnityEngine.GUIUtility.systemCopyBuffer
  name: systemCopyBuffer
  fullName: UnityEngine.GUIUtility.systemCopyBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/GUIUtility-systemCopyBuffer.html
  commentId: P:UnityEngine.GUIUtility.systemCopyBuffer
  nameWithType: GUIUtility.systemCopyBuffer
  type: Property
- uid: UnityEngine.Gyroscope
  name: Gyroscope
  fullName: UnityEngine.Gyroscope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gyroscope.html
  commentId: T:UnityEngine.Gyroscope
  nameWithType: Gyroscope
  type: Class
- uid: UnityEngine.Gyroscope.attitude
  name: attitude
  fullName: UnityEngine.Gyroscope.attitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gyroscope-attitude.html
  commentId: P:UnityEngine.Gyroscope.attitude
  nameWithType: Gyroscope.attitude
  type: Property
- uid: UnityEngine.Gyroscope.enabled
  name: enabled
  fullName: UnityEngine.Gyroscope.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gyroscope-enabled.html
  commentId: P:UnityEngine.Gyroscope.enabled
  nameWithType: Gyroscope.enabled
  type: Property
- uid: UnityEngine.Gyroscope.gravity
  name: gravity
  fullName: UnityEngine.Gyroscope.gravity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gyroscope-gravity.html
  commentId: P:UnityEngine.Gyroscope.gravity
  nameWithType: Gyroscope.gravity
  type: Property
- uid: UnityEngine.Gyroscope.rotationRate
  name: rotationRate
  fullName: UnityEngine.Gyroscope.rotationRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gyroscope-rotationRate.html
  commentId: P:UnityEngine.Gyroscope.rotationRate
  nameWithType: Gyroscope.rotationRate
  type: Property
- uid: UnityEngine.Gyroscope.rotationRateUnbiased
  name: rotationRateUnbiased
  fullName: UnityEngine.Gyroscope.rotationRateUnbiased
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gyroscope-rotationRateUnbiased.html
  commentId: P:UnityEngine.Gyroscope.rotationRateUnbiased
  nameWithType: Gyroscope.rotationRateUnbiased
  type: Property
- uid: UnityEngine.Gyroscope.updateInterval
  name: updateInterval
  fullName: UnityEngine.Gyroscope.updateInterval
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gyroscope-updateInterval.html
  commentId: P:UnityEngine.Gyroscope.updateInterval
  nameWithType: Gyroscope.updateInterval
  type: Property
- uid: UnityEngine.Gyroscope.userAcceleration
  name: userAcceleration
  fullName: UnityEngine.Gyroscope.userAcceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Gyroscope-userAcceleration.html
  commentId: P:UnityEngine.Gyroscope.userAcceleration
  nameWithType: Gyroscope.userAcceleration
  type: Property
- uid: UnityEngine.Handheld
  name: Handheld
  fullName: UnityEngine.Handheld
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld.html
  commentId: T:UnityEngine.Handheld
  nameWithType: Handheld
  type: Class
- uid: UnityEngine.Handheld.ClearShaderCache
  name: ClearShaderCache()
  fullName: UnityEngine.Handheld.ClearShaderCache()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld.ClearShaderCache.html
  commentId: M:UnityEngine.Handheld.ClearShaderCache
  nameWithType: Handheld.ClearShaderCache()
  type: Method
- uid: UnityEngine.Handheld.GetActivityIndicatorStyle
  name: GetActivityIndicatorStyle()
  fullName: UnityEngine.Handheld.GetActivityIndicatorStyle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld.GetActivityIndicatorStyle.html
  commentId: M:UnityEngine.Handheld.GetActivityIndicatorStyle
  nameWithType: Handheld.GetActivityIndicatorStyle()
  type: Method
- uid: UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.AndroidActivityIndicatorStyle)
  name: SetActivityIndicatorStyle(AndroidActivityIndicatorStyle)
  fullName: UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.AndroidActivityIndicatorStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld.SetActivityIndicatorStyle.html
  commentId: M:UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.AndroidActivityIndicatorStyle)
  nameWithType: Handheld.SetActivityIndicatorStyle(AndroidActivityIndicatorStyle)
  type: Method
- uid: UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.iOS.ActivityIndicatorStyle)
  name: SetActivityIndicatorStyle(ActivityIndicatorStyle)
  fullName: UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.iOS.ActivityIndicatorStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld.SetActivityIndicatorStyle.html
  commentId: M:UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.iOS.ActivityIndicatorStyle)
  nameWithType: Handheld.SetActivityIndicatorStyle(ActivityIndicatorStyle)
  type: Method
- uid: UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.TizenActivityIndicatorStyle)
  name: SetActivityIndicatorStyle(TizenActivityIndicatorStyle)
  fullName: UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.TizenActivityIndicatorStyle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld.SetActivityIndicatorStyle.html
  commentId: M:UnityEngine.Handheld.SetActivityIndicatorStyle(UnityEngine.TizenActivityIndicatorStyle)
  nameWithType: Handheld.SetActivityIndicatorStyle(TizenActivityIndicatorStyle)
  type: Method
- uid: UnityEngine.Handheld.StartActivityIndicator
  name: StartActivityIndicator()
  fullName: UnityEngine.Handheld.StartActivityIndicator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld.StartActivityIndicator.html
  commentId: M:UnityEngine.Handheld.StartActivityIndicator
  nameWithType: Handheld.StartActivityIndicator()
  type: Method
- uid: UnityEngine.Handheld.StopActivityIndicator
  name: StopActivityIndicator()
  fullName: UnityEngine.Handheld.StopActivityIndicator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld.StopActivityIndicator.html
  commentId: M:UnityEngine.Handheld.StopActivityIndicator
  nameWithType: Handheld.StopActivityIndicator()
  type: Method
- uid: UnityEngine.Handheld.use32BitDisplayBuffer
  name: use32BitDisplayBuffer
  fullName: UnityEngine.Handheld.use32BitDisplayBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Handheld-use32BitDisplayBuffer.html
  commentId: P:UnityEngine.Handheld.use32BitDisplayBuffer
  nameWithType: Handheld.use32BitDisplayBuffer
  type: Property
- uid: UnityEngine.Hash128
  name: Hash128
  fullName: UnityEngine.Hash128
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128.html
  commentId: T:UnityEngine.Hash128
  nameWithType: Hash128
  type: Struct
- uid: UnityEngine.Hash128.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32)
  name: Hash128(uint, uint, uint, uint)
  fullName: UnityEngine.Hash128.Hash128(uint, uint, uint, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128-ctor.html
  commentId: M:UnityEngine.Hash128.#ctor(System.UInt32,System.UInt32,System.UInt32,System.UInt32)
  nameWithType: Hash128.Hash128(uint, uint, uint, uint)
  type: Constructor
- uid: UnityEngine.Hash128.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Hash128.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128.Equals.html
  commentId: M:UnityEngine.Hash128.Equals(System.Object)
  nameWithType: Hash128.Equals(object)
  type: Method
- uid: UnityEngine.Hash128.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Hash128.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128.GetHashCode.html
  commentId: M:UnityEngine.Hash128.GetHashCode
  nameWithType: Hash128.GetHashCode()
  type: Method
- uid: UnityEngine.Hash128.isValid
  name: isValid
  fullName: UnityEngine.Hash128.isValid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128-isValid.html
  commentId: P:UnityEngine.Hash128.isValid
  nameWithType: Hash128.isValid
  type: Property
- uid: UnityEngine.Hash128.op_Equality(UnityEngine.Hash128,UnityEngine.Hash128)
  name: operator ==(Hash128, Hash128)
  fullName: UnityEngine.Hash128.operator ==(UnityEngine.Hash128, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128-op_Equality.html
  commentId: M:UnityEngine.Hash128.op_Equality(UnityEngine.Hash128,UnityEngine.Hash128)
  nameWithType: Hash128.operator ==(Hash128, Hash128)
  type: Operator
- uid: UnityEngine.Hash128.op_Inequality(UnityEngine.Hash128,UnityEngine.Hash128)
  name: operator !=(Hash128, Hash128)
  fullName: UnityEngine.Hash128.operator !=(UnityEngine.Hash128, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128-op_Inequality.html
  commentId: M:UnityEngine.Hash128.op_Inequality(UnityEngine.Hash128,UnityEngine.Hash128)
  nameWithType: Hash128.operator !=(Hash128, Hash128)
  type: Operator
- uid: UnityEngine.Hash128.Parse(System.String)
  name: Parse(string)
  fullName: UnityEngine.Hash128.Parse(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128.Parse.html
  commentId: M:UnityEngine.Hash128.Parse(System.String)
  nameWithType: Hash128.Parse(string)
  type: Method
- uid: UnityEngine.Hash128.ToString
  name: ToString()
  fullName: UnityEngine.Hash128.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Hash128.ToString.html
  commentId: M:UnityEngine.Hash128.ToString
  nameWithType: Hash128.ToString()
  type: Method
- uid: UnityEngine.HeaderAttribute
  name: HeaderAttribute
  fullName: UnityEngine.HeaderAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HeaderAttribute.html
  commentId: T:UnityEngine.HeaderAttribute
  nameWithType: HeaderAttribute
  type: Class
- uid: UnityEngine.HeaderAttribute.#ctor(System.String)
  name: HeaderAttribute(string)
  fullName: UnityEngine.HeaderAttribute.HeaderAttribute(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HeaderAttribute-ctor.html
  commentId: M:UnityEngine.HeaderAttribute.#ctor(System.String)
  nameWithType: HeaderAttribute.HeaderAttribute(string)
  type: Constructor
- uid: UnityEngine.HeaderAttribute.header
  name: header
  fullName: UnityEngine.HeaderAttribute.header
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HeaderAttribute-header.html
  commentId: F:UnityEngine.HeaderAttribute.header
  nameWithType: HeaderAttribute.header
  type: Field
- uid: UnityEngine.HelpURLAttribute
  name: HelpURLAttribute
  fullName: UnityEngine.HelpURLAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HelpURLAttribute.html
  commentId: T:UnityEngine.HelpURLAttribute
  nameWithType: HelpURLAttribute
  type: Class
- uid: UnityEngine.HelpURLAttribute.#ctor(System.String)
  name: HelpURLAttribute(string)
  fullName: UnityEngine.HelpURLAttribute.HelpURLAttribute(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HelpURLAttribute-ctor.html
  commentId: M:UnityEngine.HelpURLAttribute.#ctor(System.String)
  nameWithType: HelpURLAttribute.HelpURLAttribute(string)
  type: Constructor
- uid: UnityEngine.HelpURLAttribute.URL
  name: URL
  fullName: UnityEngine.HelpURLAttribute.URL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HelpURLAttribute.URL.html
  commentId: P:UnityEngine.HelpURLAttribute.URL
  nameWithType: HelpURLAttribute.URL
  type: Property
- uid: UnityEngine.HideFlags
  name: HideFlags
  fullName: UnityEngine.HideFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.html
  commentId: T:UnityEngine.HideFlags
  nameWithType: HideFlags
  type: Enum
- uid: UnityEngine.HideFlags.DontSave
  name: DontSave
  fullName: UnityEngine.HideFlags.DontSave
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.DontSave.html
  commentId: F:UnityEngine.HideFlags.DontSave
  nameWithType: HideFlags.DontSave
  type: Field
- uid: UnityEngine.HideFlags.DontSaveInBuild
  name: DontSaveInBuild
  fullName: UnityEngine.HideFlags.DontSaveInBuild
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.DontSaveInBuild.html
  commentId: F:UnityEngine.HideFlags.DontSaveInBuild
  nameWithType: HideFlags.DontSaveInBuild
  type: Field
- uid: UnityEngine.HideFlags.DontSaveInEditor
  name: DontSaveInEditor
  fullName: UnityEngine.HideFlags.DontSaveInEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.DontSaveInEditor.html
  commentId: F:UnityEngine.HideFlags.DontSaveInEditor
  nameWithType: HideFlags.DontSaveInEditor
  type: Field
- uid: UnityEngine.HideFlags.DontUnloadUnusedAsset
  name: DontUnloadUnusedAsset
  fullName: UnityEngine.HideFlags.DontUnloadUnusedAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.DontUnloadUnusedAsset.html
  commentId: F:UnityEngine.HideFlags.DontUnloadUnusedAsset
  nameWithType: HideFlags.DontUnloadUnusedAsset
  type: Field
- uid: UnityEngine.HideFlags.HideAndDontSave
  name: HideAndDontSave
  fullName: UnityEngine.HideFlags.HideAndDontSave
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.HideAndDontSave.html
  commentId: F:UnityEngine.HideFlags.HideAndDontSave
  nameWithType: HideFlags.HideAndDontSave
  type: Field
- uid: UnityEngine.HideFlags.HideInHierarchy
  name: HideInHierarchy
  fullName: UnityEngine.HideFlags.HideInHierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.HideInHierarchy.html
  commentId: F:UnityEngine.HideFlags.HideInHierarchy
  nameWithType: HideFlags.HideInHierarchy
  type: Field
- uid: UnityEngine.HideFlags.HideInInspector
  name: HideInInspector
  fullName: UnityEngine.HideFlags.HideInInspector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.HideInInspector.html
  commentId: F:UnityEngine.HideFlags.HideInInspector
  nameWithType: HideFlags.HideInInspector
  type: Field
- uid: UnityEngine.HideFlags.None
  name: None
  fullName: UnityEngine.HideFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.None.html
  commentId: F:UnityEngine.HideFlags.None
  nameWithType: HideFlags.None
  type: Field
- uid: UnityEngine.HideFlags.NotEditable
  name: NotEditable
  fullName: UnityEngine.HideFlags.NotEditable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideFlags.NotEditable.html
  commentId: F:UnityEngine.HideFlags.NotEditable
  nameWithType: HideFlags.NotEditable
  type: Field
- uid: UnityEngine.HideInInspector
  name: HideInInspector
  fullName: UnityEngine.HideInInspector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HideInInspector.html
  commentId: T:UnityEngine.HideInInspector
  nameWithType: HideInInspector
  type: Class
- uid: UnityEngine.HingeJoint
  name: HingeJoint
  fullName: UnityEngine.HingeJoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint.html
  commentId: T:UnityEngine.HingeJoint
  nameWithType: HingeJoint
  type: Class
- uid: UnityEngine.HingeJoint.angle
  name: angle
  fullName: UnityEngine.HingeJoint.angle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint-angle.html
  commentId: P:UnityEngine.HingeJoint.angle
  nameWithType: HingeJoint.angle
  type: Property
- uid: UnityEngine.HingeJoint.limits
  name: limits
  fullName: UnityEngine.HingeJoint.limits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint-limits.html
  commentId: P:UnityEngine.HingeJoint.limits
  nameWithType: HingeJoint.limits
  type: Property
- uid: UnityEngine.HingeJoint.motor
  name: motor
  fullName: UnityEngine.HingeJoint.motor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint-motor.html
  commentId: P:UnityEngine.HingeJoint.motor
  nameWithType: HingeJoint.motor
  type: Property
- uid: UnityEngine.HingeJoint.spring
  name: spring
  fullName: UnityEngine.HingeJoint.spring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint-spring.html
  commentId: P:UnityEngine.HingeJoint.spring
  nameWithType: HingeJoint.spring
  type: Property
- uid: UnityEngine.HingeJoint.useLimits
  name: useLimits
  fullName: UnityEngine.HingeJoint.useLimits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint-useLimits.html
  commentId: P:UnityEngine.HingeJoint.useLimits
  nameWithType: HingeJoint.useLimits
  type: Property
- uid: UnityEngine.HingeJoint.useMotor
  name: useMotor
  fullName: UnityEngine.HingeJoint.useMotor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint-useMotor.html
  commentId: P:UnityEngine.HingeJoint.useMotor
  nameWithType: HingeJoint.useMotor
  type: Property
- uid: UnityEngine.HingeJoint.useSpring
  name: useSpring
  fullName: UnityEngine.HingeJoint.useSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint-useSpring.html
  commentId: P:UnityEngine.HingeJoint.useSpring
  nameWithType: HingeJoint.useSpring
  type: Property
- uid: UnityEngine.HingeJoint.velocity
  name: velocity
  fullName: UnityEngine.HingeJoint.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint-velocity.html
  commentId: P:UnityEngine.HingeJoint.velocity
  nameWithType: HingeJoint.velocity
  type: Property
- uid: UnityEngine.HingeJoint2D
  name: HingeJoint2D
  fullName: UnityEngine.HingeJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D.html
  commentId: T:UnityEngine.HingeJoint2D
  nameWithType: HingeJoint2D
  type: Class
- uid: UnityEngine.HingeJoint2D.GetMotorTorque(System.Single)
  name: GetMotorTorque(float)
  fullName: UnityEngine.HingeJoint2D.GetMotorTorque(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D.GetMotorTorque.html
  commentId: M:UnityEngine.HingeJoint2D.GetMotorTorque(System.Single)
  nameWithType: HingeJoint2D.GetMotorTorque(float)
  type: Method
- uid: UnityEngine.HingeJoint2D.jointAngle
  name: jointAngle
  fullName: UnityEngine.HingeJoint2D.jointAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D-jointAngle.html
  commentId: P:UnityEngine.HingeJoint2D.jointAngle
  nameWithType: HingeJoint2D.jointAngle
  type: Property
- uid: UnityEngine.HingeJoint2D.jointSpeed
  name: jointSpeed
  fullName: UnityEngine.HingeJoint2D.jointSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D-jointSpeed.html
  commentId: P:UnityEngine.HingeJoint2D.jointSpeed
  nameWithType: HingeJoint2D.jointSpeed
  type: Property
- uid: UnityEngine.HingeJoint2D.limits
  name: limits
  fullName: UnityEngine.HingeJoint2D.limits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D-limits.html
  commentId: P:UnityEngine.HingeJoint2D.limits
  nameWithType: HingeJoint2D.limits
  type: Property
- uid: UnityEngine.HingeJoint2D.limitState
  name: limitState
  fullName: UnityEngine.HingeJoint2D.limitState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D-limitState.html
  commentId: P:UnityEngine.HingeJoint2D.limitState
  nameWithType: HingeJoint2D.limitState
  type: Property
- uid: UnityEngine.HingeJoint2D.motor
  name: motor
  fullName: UnityEngine.HingeJoint2D.motor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D-motor.html
  commentId: P:UnityEngine.HingeJoint2D.motor
  nameWithType: HingeJoint2D.motor
  type: Property
- uid: UnityEngine.HingeJoint2D.referenceAngle
  name: referenceAngle
  fullName: UnityEngine.HingeJoint2D.referenceAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D-referenceAngle.html
  commentId: P:UnityEngine.HingeJoint2D.referenceAngle
  nameWithType: HingeJoint2D.referenceAngle
  type: Property
- uid: UnityEngine.HingeJoint2D.useLimits
  name: useLimits
  fullName: UnityEngine.HingeJoint2D.useLimits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D-useLimits.html
  commentId: P:UnityEngine.HingeJoint2D.useLimits
  nameWithType: HingeJoint2D.useLimits
  type: Property
- uid: UnityEngine.HingeJoint2D.useMotor
  name: useMotor
  fullName: UnityEngine.HingeJoint2D.useMotor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HingeJoint2D-useMotor.html
  commentId: P:UnityEngine.HingeJoint2D.useMotor
  nameWithType: HingeJoint2D.useMotor
  type: Property
- uid: UnityEngine.HorizontalWrapMode
  name: HorizontalWrapMode
  fullName: UnityEngine.HorizontalWrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HorizontalWrapMode.html
  commentId: T:UnityEngine.HorizontalWrapMode
  nameWithType: HorizontalWrapMode
  type: Enum
- uid: UnityEngine.HorizontalWrapMode.Overflow
  name: Overflow
  fullName: UnityEngine.HorizontalWrapMode.Overflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HorizontalWrapMode.Overflow.html
  commentId: F:UnityEngine.HorizontalWrapMode.Overflow
  nameWithType: HorizontalWrapMode.Overflow
  type: Field
- uid: UnityEngine.HorizontalWrapMode.Wrap
  name: Wrap
  fullName: UnityEngine.HorizontalWrapMode.Wrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HorizontalWrapMode.Wrap.html
  commentId: F:UnityEngine.HorizontalWrapMode.Wrap
  nameWithType: HorizontalWrapMode.Wrap
  type: Field
- uid: UnityEngine.HostData
  name: HostData
  fullName: UnityEngine.HostData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData.html
  commentId: T:UnityEngine.HostData
  nameWithType: HostData
  type: Class
- uid: UnityEngine.HostData.comment
  name: comment
  fullName: UnityEngine.HostData.comment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-comment.html
  commentId: P:UnityEngine.HostData.comment
  nameWithType: HostData.comment
  type: Property
- uid: UnityEngine.HostData.connectedPlayers
  name: connectedPlayers
  fullName: UnityEngine.HostData.connectedPlayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-connectedPlayers.html
  commentId: P:UnityEngine.HostData.connectedPlayers
  nameWithType: HostData.connectedPlayers
  type: Property
- uid: UnityEngine.HostData.gameName
  name: gameName
  fullName: UnityEngine.HostData.gameName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-gameName.html
  commentId: P:UnityEngine.HostData.gameName
  nameWithType: HostData.gameName
  type: Property
- uid: UnityEngine.HostData.gameType
  name: gameType
  fullName: UnityEngine.HostData.gameType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-gameType.html
  commentId: P:UnityEngine.HostData.gameType
  nameWithType: HostData.gameType
  type: Property
- uid: UnityEngine.HostData.guid
  name: guid
  fullName: UnityEngine.HostData.guid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-guid.html
  commentId: P:UnityEngine.HostData.guid
  nameWithType: HostData.guid
  type: Property
- uid: UnityEngine.HostData.ip
  name: ip
  fullName: UnityEngine.HostData.ip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-ip.html
  commentId: P:UnityEngine.HostData.ip
  nameWithType: HostData.ip
  type: Property
- uid: UnityEngine.HostData.passwordProtected
  name: passwordProtected
  fullName: UnityEngine.HostData.passwordProtected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-passwordProtected.html
  commentId: P:UnityEngine.HostData.passwordProtected
  nameWithType: HostData.passwordProtected
  type: Property
- uid: UnityEngine.HostData.playerLimit
  name: playerLimit
  fullName: UnityEngine.HostData.playerLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-playerLimit.html
  commentId: P:UnityEngine.HostData.playerLimit
  nameWithType: HostData.playerLimit
  type: Property
- uid: UnityEngine.HostData.port
  name: port
  fullName: UnityEngine.HostData.port
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-port.html
  commentId: P:UnityEngine.HostData.port
  nameWithType: HostData.port
  type: Property
- uid: UnityEngine.HostData.useNat
  name: useNat
  fullName: UnityEngine.HostData.useNat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HostData-useNat.html
  commentId: P:UnityEngine.HostData.useNat
  nameWithType: HostData.useNat
  type: Property
- uid: UnityEngine.HumanBodyBones
  name: HumanBodyBones
  fullName: UnityEngine.HumanBodyBones
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.html
  commentId: T:UnityEngine.HumanBodyBones
  nameWithType: HumanBodyBones
  type: Enum
- uid: UnityEngine.HumanBodyBones.Chest
  name: Chest
  fullName: UnityEngine.HumanBodyBones.Chest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.Chest.html
  commentId: F:UnityEngine.HumanBodyBones.Chest
  nameWithType: HumanBodyBones.Chest
  type: Field
- uid: UnityEngine.HumanBodyBones.Head
  name: Head
  fullName: UnityEngine.HumanBodyBones.Head
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.Head.html
  commentId: F:UnityEngine.HumanBodyBones.Head
  nameWithType: HumanBodyBones.Head
  type: Field
- uid: UnityEngine.HumanBodyBones.Hips
  name: Hips
  fullName: UnityEngine.HumanBodyBones.Hips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.Hips.html
  commentId: F:UnityEngine.HumanBodyBones.Hips
  nameWithType: HumanBodyBones.Hips
  type: Field
- uid: UnityEngine.HumanBodyBones.Jaw
  name: Jaw
  fullName: UnityEngine.HumanBodyBones.Jaw
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.Jaw.html
  commentId: F:UnityEngine.HumanBodyBones.Jaw
  nameWithType: HumanBodyBones.Jaw
  type: Field
- uid: UnityEngine.HumanBodyBones.LastBone
  name: LastBone
  fullName: UnityEngine.HumanBodyBones.LastBone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LastBone.html
  commentId: F:UnityEngine.HumanBodyBones.LastBone
  nameWithType: HumanBodyBones.LastBone
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftEye
  name: LeftEye
  fullName: UnityEngine.HumanBodyBones.LeftEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftEye.html
  commentId: F:UnityEngine.HumanBodyBones.LeftEye
  nameWithType: HumanBodyBones.LeftEye
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftFoot
  name: LeftFoot
  fullName: UnityEngine.HumanBodyBones.LeftFoot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftFoot.html
  commentId: F:UnityEngine.HumanBodyBones.LeftFoot
  nameWithType: HumanBodyBones.LeftFoot
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftHand
  name: LeftHand
  fullName: UnityEngine.HumanBodyBones.LeftHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftHand.html
  commentId: F:UnityEngine.HumanBodyBones.LeftHand
  nameWithType: HumanBodyBones.LeftHand
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftIndexDistal
  name: LeftIndexDistal
  fullName: UnityEngine.HumanBodyBones.LeftIndexDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftIndexDistal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftIndexDistal
  nameWithType: HumanBodyBones.LeftIndexDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftIndexIntermediate
  name: LeftIndexIntermediate
  fullName: UnityEngine.HumanBodyBones.LeftIndexIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftIndexIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.LeftIndexIntermediate
  nameWithType: HumanBodyBones.LeftIndexIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftIndexProximal
  name: LeftIndexProximal
  fullName: UnityEngine.HumanBodyBones.LeftIndexProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftIndexProximal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftIndexProximal
  nameWithType: HumanBodyBones.LeftIndexProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftLittleDistal
  name: LeftLittleDistal
  fullName: UnityEngine.HumanBodyBones.LeftLittleDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftLittleDistal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftLittleDistal
  nameWithType: HumanBodyBones.LeftLittleDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftLittleIntermediate
  name: LeftLittleIntermediate
  fullName: UnityEngine.HumanBodyBones.LeftLittleIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftLittleIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.LeftLittleIntermediate
  nameWithType: HumanBodyBones.LeftLittleIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftLittleProximal
  name: LeftLittleProximal
  fullName: UnityEngine.HumanBodyBones.LeftLittleProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftLittleProximal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftLittleProximal
  nameWithType: HumanBodyBones.LeftLittleProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftLowerArm
  name: LeftLowerArm
  fullName: UnityEngine.HumanBodyBones.LeftLowerArm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftLowerArm.html
  commentId: F:UnityEngine.HumanBodyBones.LeftLowerArm
  nameWithType: HumanBodyBones.LeftLowerArm
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftLowerLeg
  name: LeftLowerLeg
  fullName: UnityEngine.HumanBodyBones.LeftLowerLeg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftLowerLeg.html
  commentId: F:UnityEngine.HumanBodyBones.LeftLowerLeg
  nameWithType: HumanBodyBones.LeftLowerLeg
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftMiddleDistal
  name: LeftMiddleDistal
  fullName: UnityEngine.HumanBodyBones.LeftMiddleDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftMiddleDistal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftMiddleDistal
  nameWithType: HumanBodyBones.LeftMiddleDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftMiddleIntermediate
  name: LeftMiddleIntermediate
  fullName: UnityEngine.HumanBodyBones.LeftMiddleIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftMiddleIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.LeftMiddleIntermediate
  nameWithType: HumanBodyBones.LeftMiddleIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftMiddleProximal
  name: LeftMiddleProximal
  fullName: UnityEngine.HumanBodyBones.LeftMiddleProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftMiddleProximal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftMiddleProximal
  nameWithType: HumanBodyBones.LeftMiddleProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftRingDistal
  name: LeftRingDistal
  fullName: UnityEngine.HumanBodyBones.LeftRingDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftRingDistal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftRingDistal
  nameWithType: HumanBodyBones.LeftRingDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftRingIntermediate
  name: LeftRingIntermediate
  fullName: UnityEngine.HumanBodyBones.LeftRingIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftRingIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.LeftRingIntermediate
  nameWithType: HumanBodyBones.LeftRingIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftRingProximal
  name: LeftRingProximal
  fullName: UnityEngine.HumanBodyBones.LeftRingProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftRingProximal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftRingProximal
  nameWithType: HumanBodyBones.LeftRingProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftShoulder
  name: LeftShoulder
  fullName: UnityEngine.HumanBodyBones.LeftShoulder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftShoulder.html
  commentId: F:UnityEngine.HumanBodyBones.LeftShoulder
  nameWithType: HumanBodyBones.LeftShoulder
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftThumbDistal
  name: LeftThumbDistal
  fullName: UnityEngine.HumanBodyBones.LeftThumbDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftThumbDistal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftThumbDistal
  nameWithType: HumanBodyBones.LeftThumbDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftThumbIntermediate
  name: LeftThumbIntermediate
  fullName: UnityEngine.HumanBodyBones.LeftThumbIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftThumbIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.LeftThumbIntermediate
  nameWithType: HumanBodyBones.LeftThumbIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftThumbProximal
  name: LeftThumbProximal
  fullName: UnityEngine.HumanBodyBones.LeftThumbProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftThumbProximal.html
  commentId: F:UnityEngine.HumanBodyBones.LeftThumbProximal
  nameWithType: HumanBodyBones.LeftThumbProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftToes
  name: LeftToes
  fullName: UnityEngine.HumanBodyBones.LeftToes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftToes.html
  commentId: F:UnityEngine.HumanBodyBones.LeftToes
  nameWithType: HumanBodyBones.LeftToes
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftUpperArm
  name: LeftUpperArm
  fullName: UnityEngine.HumanBodyBones.LeftUpperArm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftUpperArm.html
  commentId: F:UnityEngine.HumanBodyBones.LeftUpperArm
  nameWithType: HumanBodyBones.LeftUpperArm
  type: Field
- uid: UnityEngine.HumanBodyBones.LeftUpperLeg
  name: LeftUpperLeg
  fullName: UnityEngine.HumanBodyBones.LeftUpperLeg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.LeftUpperLeg.html
  commentId: F:UnityEngine.HumanBodyBones.LeftUpperLeg
  nameWithType: HumanBodyBones.LeftUpperLeg
  type: Field
- uid: UnityEngine.HumanBodyBones.Neck
  name: Neck
  fullName: UnityEngine.HumanBodyBones.Neck
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.Neck.html
  commentId: F:UnityEngine.HumanBodyBones.Neck
  nameWithType: HumanBodyBones.Neck
  type: Field
- uid: UnityEngine.HumanBodyBones.RightEye
  name: RightEye
  fullName: UnityEngine.HumanBodyBones.RightEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightEye.html
  commentId: F:UnityEngine.HumanBodyBones.RightEye
  nameWithType: HumanBodyBones.RightEye
  type: Field
- uid: UnityEngine.HumanBodyBones.RightFoot
  name: RightFoot
  fullName: UnityEngine.HumanBodyBones.RightFoot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightFoot.html
  commentId: F:UnityEngine.HumanBodyBones.RightFoot
  nameWithType: HumanBodyBones.RightFoot
  type: Field
- uid: UnityEngine.HumanBodyBones.RightHand
  name: RightHand
  fullName: UnityEngine.HumanBodyBones.RightHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightHand.html
  commentId: F:UnityEngine.HumanBodyBones.RightHand
  nameWithType: HumanBodyBones.RightHand
  type: Field
- uid: UnityEngine.HumanBodyBones.RightIndexDistal
  name: RightIndexDistal
  fullName: UnityEngine.HumanBodyBones.RightIndexDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightIndexDistal.html
  commentId: F:UnityEngine.HumanBodyBones.RightIndexDistal
  nameWithType: HumanBodyBones.RightIndexDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightIndexIntermediate
  name: RightIndexIntermediate
  fullName: UnityEngine.HumanBodyBones.RightIndexIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightIndexIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.RightIndexIntermediate
  nameWithType: HumanBodyBones.RightIndexIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.RightIndexProximal
  name: RightIndexProximal
  fullName: UnityEngine.HumanBodyBones.RightIndexProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightIndexProximal.html
  commentId: F:UnityEngine.HumanBodyBones.RightIndexProximal
  nameWithType: HumanBodyBones.RightIndexProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightLittleDistal
  name: RightLittleDistal
  fullName: UnityEngine.HumanBodyBones.RightLittleDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightLittleDistal.html
  commentId: F:UnityEngine.HumanBodyBones.RightLittleDistal
  nameWithType: HumanBodyBones.RightLittleDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightLittleIntermediate
  name: RightLittleIntermediate
  fullName: UnityEngine.HumanBodyBones.RightLittleIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightLittleIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.RightLittleIntermediate
  nameWithType: HumanBodyBones.RightLittleIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.RightLittleProximal
  name: RightLittleProximal
  fullName: UnityEngine.HumanBodyBones.RightLittleProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightLittleProximal.html
  commentId: F:UnityEngine.HumanBodyBones.RightLittleProximal
  nameWithType: HumanBodyBones.RightLittleProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightLowerArm
  name: RightLowerArm
  fullName: UnityEngine.HumanBodyBones.RightLowerArm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightLowerArm.html
  commentId: F:UnityEngine.HumanBodyBones.RightLowerArm
  nameWithType: HumanBodyBones.RightLowerArm
  type: Field
- uid: UnityEngine.HumanBodyBones.RightLowerLeg
  name: RightLowerLeg
  fullName: UnityEngine.HumanBodyBones.RightLowerLeg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightLowerLeg.html
  commentId: F:UnityEngine.HumanBodyBones.RightLowerLeg
  nameWithType: HumanBodyBones.RightLowerLeg
  type: Field
- uid: UnityEngine.HumanBodyBones.RightMiddleDistal
  name: RightMiddleDistal
  fullName: UnityEngine.HumanBodyBones.RightMiddleDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightMiddleDistal.html
  commentId: F:UnityEngine.HumanBodyBones.RightMiddleDistal
  nameWithType: HumanBodyBones.RightMiddleDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightMiddleIntermediate
  name: RightMiddleIntermediate
  fullName: UnityEngine.HumanBodyBones.RightMiddleIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightMiddleIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.RightMiddleIntermediate
  nameWithType: HumanBodyBones.RightMiddleIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.RightMiddleProximal
  name: RightMiddleProximal
  fullName: UnityEngine.HumanBodyBones.RightMiddleProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightMiddleProximal.html
  commentId: F:UnityEngine.HumanBodyBones.RightMiddleProximal
  nameWithType: HumanBodyBones.RightMiddleProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightRingDistal
  name: RightRingDistal
  fullName: UnityEngine.HumanBodyBones.RightRingDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightRingDistal.html
  commentId: F:UnityEngine.HumanBodyBones.RightRingDistal
  nameWithType: HumanBodyBones.RightRingDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightRingIntermediate
  name: RightRingIntermediate
  fullName: UnityEngine.HumanBodyBones.RightRingIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightRingIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.RightRingIntermediate
  nameWithType: HumanBodyBones.RightRingIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.RightRingProximal
  name: RightRingProximal
  fullName: UnityEngine.HumanBodyBones.RightRingProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightRingProximal.html
  commentId: F:UnityEngine.HumanBodyBones.RightRingProximal
  nameWithType: HumanBodyBones.RightRingProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightShoulder
  name: RightShoulder
  fullName: UnityEngine.HumanBodyBones.RightShoulder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightShoulder.html
  commentId: F:UnityEngine.HumanBodyBones.RightShoulder
  nameWithType: HumanBodyBones.RightShoulder
  type: Field
- uid: UnityEngine.HumanBodyBones.RightThumbDistal
  name: RightThumbDistal
  fullName: UnityEngine.HumanBodyBones.RightThumbDistal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightThumbDistal.html
  commentId: F:UnityEngine.HumanBodyBones.RightThumbDistal
  nameWithType: HumanBodyBones.RightThumbDistal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightThumbIntermediate
  name: RightThumbIntermediate
  fullName: UnityEngine.HumanBodyBones.RightThumbIntermediate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightThumbIntermediate.html
  commentId: F:UnityEngine.HumanBodyBones.RightThumbIntermediate
  nameWithType: HumanBodyBones.RightThumbIntermediate
  type: Field
- uid: UnityEngine.HumanBodyBones.RightThumbProximal
  name: RightThumbProximal
  fullName: UnityEngine.HumanBodyBones.RightThumbProximal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightThumbProximal.html
  commentId: F:UnityEngine.HumanBodyBones.RightThumbProximal
  nameWithType: HumanBodyBones.RightThumbProximal
  type: Field
- uid: UnityEngine.HumanBodyBones.RightToes
  name: RightToes
  fullName: UnityEngine.HumanBodyBones.RightToes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightToes.html
  commentId: F:UnityEngine.HumanBodyBones.RightToes
  nameWithType: HumanBodyBones.RightToes
  type: Field
- uid: UnityEngine.HumanBodyBones.RightUpperArm
  name: RightUpperArm
  fullName: UnityEngine.HumanBodyBones.RightUpperArm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightUpperArm.html
  commentId: F:UnityEngine.HumanBodyBones.RightUpperArm
  nameWithType: HumanBodyBones.RightUpperArm
  type: Field
- uid: UnityEngine.HumanBodyBones.RightUpperLeg
  name: RightUpperLeg
  fullName: UnityEngine.HumanBodyBones.RightUpperLeg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.RightUpperLeg.html
  commentId: F:UnityEngine.HumanBodyBones.RightUpperLeg
  nameWithType: HumanBodyBones.RightUpperLeg
  type: Field
- uid: UnityEngine.HumanBodyBones.Spine
  name: Spine
  fullName: UnityEngine.HumanBodyBones.Spine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.Spine.html
  commentId: F:UnityEngine.HumanBodyBones.Spine
  nameWithType: HumanBodyBones.Spine
  type: Field
- uid: UnityEngine.HumanBodyBones.UpperChest
  name: UpperChest
  fullName: UnityEngine.HumanBodyBones.UpperChest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBodyBones.UpperChest.html
  commentId: F:UnityEngine.HumanBodyBones.UpperChest
  nameWithType: HumanBodyBones.UpperChest
  type: Field
- uid: UnityEngine.HumanBone
  name: HumanBone
  fullName: UnityEngine.HumanBone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBone.html
  commentId: T:UnityEngine.HumanBone
  nameWithType: HumanBone
  type: Struct
- uid: UnityEngine.HumanBone.boneName
  name: boneName
  fullName: UnityEngine.HumanBone.boneName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBone-boneName.html
  commentId: P:UnityEngine.HumanBone.boneName
  nameWithType: HumanBone.boneName
  type: Property
- uid: UnityEngine.HumanBone.humanName
  name: humanName
  fullName: UnityEngine.HumanBone.humanName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBone-humanName.html
  commentId: P:UnityEngine.HumanBone.humanName
  nameWithType: HumanBone.humanName
  type: Property
- uid: UnityEngine.HumanBone.limit
  name: limit
  fullName: UnityEngine.HumanBone.limit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanBone-limit.html
  commentId: F:UnityEngine.HumanBone.limit
  nameWithType: HumanBone.limit
  type: Field
- uid: UnityEngine.HumanDescription
  name: HumanDescription
  fullName: UnityEngine.HumanDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription.html
  commentId: T:UnityEngine.HumanDescription
  nameWithType: HumanDescription
  type: Struct
- uid: UnityEngine.HumanDescription.armStretch
  name: armStretch
  fullName: UnityEngine.HumanDescription.armStretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-armStretch.html
  commentId: P:UnityEngine.HumanDescription.armStretch
  nameWithType: HumanDescription.armStretch
  type: Property
- uid: UnityEngine.HumanDescription.feetSpacing
  name: feetSpacing
  fullName: UnityEngine.HumanDescription.feetSpacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-feetSpacing.html
  commentId: P:UnityEngine.HumanDescription.feetSpacing
  nameWithType: HumanDescription.feetSpacing
  type: Property
- uid: UnityEngine.HumanDescription.hasTranslationDoF
  name: hasTranslationDoF
  fullName: UnityEngine.HumanDescription.hasTranslationDoF
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-hasTranslationDoF.html
  commentId: P:UnityEngine.HumanDescription.hasTranslationDoF
  nameWithType: HumanDescription.hasTranslationDoF
  type: Property
- uid: UnityEngine.HumanDescription.human
  name: human
  fullName: UnityEngine.HumanDescription.human
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-human.html
  commentId: F:UnityEngine.HumanDescription.human
  nameWithType: HumanDescription.human
  type: Field
- uid: UnityEngine.HumanDescription.legStretch
  name: legStretch
  fullName: UnityEngine.HumanDescription.legStretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-legStretch.html
  commentId: P:UnityEngine.HumanDescription.legStretch
  nameWithType: HumanDescription.legStretch
  type: Property
- uid: UnityEngine.HumanDescription.lowerArmTwist
  name: lowerArmTwist
  fullName: UnityEngine.HumanDescription.lowerArmTwist
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-lowerArmTwist.html
  commentId: P:UnityEngine.HumanDescription.lowerArmTwist
  nameWithType: HumanDescription.lowerArmTwist
  type: Property
- uid: UnityEngine.HumanDescription.lowerLegTwist
  name: lowerLegTwist
  fullName: UnityEngine.HumanDescription.lowerLegTwist
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-lowerLegTwist.html
  commentId: P:UnityEngine.HumanDescription.lowerLegTwist
  nameWithType: HumanDescription.lowerLegTwist
  type: Property
- uid: UnityEngine.HumanDescription.skeleton
  name: skeleton
  fullName: UnityEngine.HumanDescription.skeleton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-skeleton.html
  commentId: F:UnityEngine.HumanDescription.skeleton
  nameWithType: HumanDescription.skeleton
  type: Field
- uid: UnityEngine.HumanDescription.upperArmTwist
  name: upperArmTwist
  fullName: UnityEngine.HumanDescription.upperArmTwist
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-upperArmTwist.html
  commentId: P:UnityEngine.HumanDescription.upperArmTwist
  nameWithType: HumanDescription.upperArmTwist
  type: Property
- uid: UnityEngine.HumanDescription.upperLegTwist
  name: upperLegTwist
  fullName: UnityEngine.HumanDescription.upperLegTwist
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanDescription-upperLegTwist.html
  commentId: P:UnityEngine.HumanDescription.upperLegTwist
  nameWithType: HumanDescription.upperLegTwist
  type: Property
- uid: UnityEngine.HumanLimit
  name: HumanLimit
  fullName: UnityEngine.HumanLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanLimit.html
  commentId: T:UnityEngine.HumanLimit
  nameWithType: HumanLimit
  type: Struct
- uid: UnityEngine.HumanLimit.axisLength
  name: axisLength
  fullName: UnityEngine.HumanLimit.axisLength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanLimit-axisLength.html
  commentId: P:UnityEngine.HumanLimit.axisLength
  nameWithType: HumanLimit.axisLength
  type: Property
- uid: UnityEngine.HumanLimit.center
  name: center
  fullName: UnityEngine.HumanLimit.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanLimit-center.html
  commentId: P:UnityEngine.HumanLimit.center
  nameWithType: HumanLimit.center
  type: Property
- uid: UnityEngine.HumanLimit.max
  name: max
  fullName: UnityEngine.HumanLimit.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanLimit-max.html
  commentId: P:UnityEngine.HumanLimit.max
  nameWithType: HumanLimit.max
  type: Property
- uid: UnityEngine.HumanLimit.min
  name: min
  fullName: UnityEngine.HumanLimit.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanLimit-min.html
  commentId: P:UnityEngine.HumanLimit.min
  nameWithType: HumanLimit.min
  type: Property
- uid: UnityEngine.HumanLimit.useDefaultValues
  name: useDefaultValues
  fullName: UnityEngine.HumanLimit.useDefaultValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanLimit-useDefaultValues.html
  commentId: P:UnityEngine.HumanLimit.useDefaultValues
  nameWithType: HumanLimit.useDefaultValues
  type: Property
- uid: UnityEngine.HumanPose
  name: HumanPose
  fullName: UnityEngine.HumanPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPose.html
  commentId: T:UnityEngine.HumanPose
  nameWithType: HumanPose
  type: Struct
- uid: UnityEngine.HumanPose.bodyPosition
  name: bodyPosition
  fullName: UnityEngine.HumanPose.bodyPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPose-bodyPosition.html
  commentId: F:UnityEngine.HumanPose.bodyPosition
  nameWithType: HumanPose.bodyPosition
  type: Field
- uid: UnityEngine.HumanPose.bodyRotation
  name: bodyRotation
  fullName: UnityEngine.HumanPose.bodyRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPose-bodyRotation.html
  commentId: F:UnityEngine.HumanPose.bodyRotation
  nameWithType: HumanPose.bodyRotation
  type: Field
- uid: UnityEngine.HumanPose.muscles
  name: muscles
  fullName: UnityEngine.HumanPose.muscles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPose-muscles.html
  commentId: F:UnityEngine.HumanPose.muscles
  nameWithType: HumanPose.muscles
  type: Field
- uid: UnityEngine.HumanPoseHandler
  name: HumanPoseHandler
  fullName: UnityEngine.HumanPoseHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPoseHandler.html
  commentId: T:UnityEngine.HumanPoseHandler
  nameWithType: HumanPoseHandler
  type: Class
- uid: UnityEngine.HumanPoseHandler.#ctor(UnityEngine.Avatar,UnityEngine.Transform)
  name: HumanPoseHandler(Avatar, Transform)
  fullName: UnityEngine.HumanPoseHandler.HumanPoseHandler(UnityEngine.Avatar, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPoseHandler-ctor.html
  commentId: M:UnityEngine.HumanPoseHandler.#ctor(UnityEngine.Avatar,UnityEngine.Transform)
  nameWithType: HumanPoseHandler.HumanPoseHandler(Avatar, Transform)
  type: Constructor
- uid: UnityEngine.HumanPoseHandler.Dispose
  name: Dispose()
  fullName: UnityEngine.HumanPoseHandler.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPoseHandler.Dispose.html
  commentId: M:UnityEngine.HumanPoseHandler.Dispose
  nameWithType: HumanPoseHandler.Dispose()
  type: Method
- uid: UnityEngine.HumanPoseHandler.GetHumanPose(UnityEngine.HumanPose@)
  name: GetHumanPose(ref HumanPose)
  fullName: UnityEngine.HumanPoseHandler.GetHumanPose(ref UnityEngine.HumanPose)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPoseHandler.GetHumanPose.html
  commentId: M:UnityEngine.HumanPoseHandler.GetHumanPose(UnityEngine.HumanPose@)
  nameWithType: HumanPoseHandler.GetHumanPose(ref HumanPose)
  type: Method
- uid: UnityEngine.HumanPoseHandler.SetHumanPose(UnityEngine.HumanPose@)
  name: SetHumanPose(ref HumanPose)
  fullName: UnityEngine.HumanPoseHandler.SetHumanPose(ref UnityEngine.HumanPose)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanPoseHandler.SetHumanPose.html
  commentId: M:UnityEngine.HumanPoseHandler.SetHumanPose(UnityEngine.HumanPose@)
  nameWithType: HumanPoseHandler.SetHumanPose(ref HumanPose)
  type: Method
- uid: UnityEngine.HumanTrait
  name: HumanTrait
  fullName: UnityEngine.HumanTrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.html
  commentId: T:UnityEngine.HumanTrait
  nameWithType: HumanTrait
  type: Class
- uid: UnityEngine.HumanTrait.BoneCount
  name: BoneCount
  fullName: UnityEngine.HumanTrait.BoneCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.BoneCount.html
  commentId: P:UnityEngine.HumanTrait.BoneCount
  nameWithType: HumanTrait.BoneCount
  type: Property
- uid: UnityEngine.HumanTrait.BoneFromMuscle(System.Int32)
  name: BoneFromMuscle(int)
  fullName: UnityEngine.HumanTrait.BoneFromMuscle(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.BoneFromMuscle.html
  commentId: M:UnityEngine.HumanTrait.BoneFromMuscle(System.Int32)
  nameWithType: HumanTrait.BoneFromMuscle(int)
  type: Method
- uid: UnityEngine.HumanTrait.BoneName
  name: BoneName
  fullName: UnityEngine.HumanTrait.BoneName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.BoneName.html
  commentId: P:UnityEngine.HumanTrait.BoneName
  nameWithType: HumanTrait.BoneName
  type: Property
- uid: UnityEngine.HumanTrait.GetMuscleDefaultMax(System.Int32)
  name: GetMuscleDefaultMax(int)
  fullName: UnityEngine.HumanTrait.GetMuscleDefaultMax(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.GetMuscleDefaultMax.html
  commentId: M:UnityEngine.HumanTrait.GetMuscleDefaultMax(System.Int32)
  nameWithType: HumanTrait.GetMuscleDefaultMax(int)
  type: Method
- uid: UnityEngine.HumanTrait.GetMuscleDefaultMin(System.Int32)
  name: GetMuscleDefaultMin(int)
  fullName: UnityEngine.HumanTrait.GetMuscleDefaultMin(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.GetMuscleDefaultMin.html
  commentId: M:UnityEngine.HumanTrait.GetMuscleDefaultMin(System.Int32)
  nameWithType: HumanTrait.GetMuscleDefaultMin(int)
  type: Method
- uid: UnityEngine.HumanTrait.GetParentBone(System.Int32)
  name: GetParentBone(int)
  fullName: UnityEngine.HumanTrait.GetParentBone(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.GetParentBone.html
  commentId: M:UnityEngine.HumanTrait.GetParentBone(System.Int32)
  nameWithType: HumanTrait.GetParentBone(int)
  type: Method
- uid: UnityEngine.HumanTrait.MuscleCount
  name: MuscleCount
  fullName: UnityEngine.HumanTrait.MuscleCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.MuscleCount.html
  commentId: P:UnityEngine.HumanTrait.MuscleCount
  nameWithType: HumanTrait.MuscleCount
  type: Property
- uid: UnityEngine.HumanTrait.MuscleFromBone(System.Int32,System.Int32)
  name: MuscleFromBone(int, int)
  fullName: UnityEngine.HumanTrait.MuscleFromBone(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.MuscleFromBone.html
  commentId: M:UnityEngine.HumanTrait.MuscleFromBone(System.Int32,System.Int32)
  nameWithType: HumanTrait.MuscleFromBone(int, int)
  type: Method
- uid: UnityEngine.HumanTrait.MuscleName
  name: MuscleName
  fullName: UnityEngine.HumanTrait.MuscleName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.MuscleName.html
  commentId: P:UnityEngine.HumanTrait.MuscleName
  nameWithType: HumanTrait.MuscleName
  type: Property
- uid: UnityEngine.HumanTrait.RequiredBone(System.Int32)
  name: RequiredBone(int)
  fullName: UnityEngine.HumanTrait.RequiredBone(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.RequiredBone.html
  commentId: M:UnityEngine.HumanTrait.RequiredBone(System.Int32)
  nameWithType: HumanTrait.RequiredBone(int)
  type: Method
- uid: UnityEngine.HumanTrait.RequiredBoneCount
  name: RequiredBoneCount
  fullName: UnityEngine.HumanTrait.RequiredBoneCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/HumanTrait.RequiredBoneCount.html
  commentId: P:UnityEngine.HumanTrait.RequiredBoneCount
  nameWithType: HumanTrait.RequiredBoneCount
  type: Property
- uid: UnityEngine.ICanvasRaycastFilter
  name: ICanvasRaycastFilter
  fullName: UnityEngine.ICanvasRaycastFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ICanvasRaycastFilter.html
  commentId: T:UnityEngine.ICanvasRaycastFilter
  nameWithType: ICanvasRaycastFilter
  type: Interface
- uid: UnityEngine.ICanvasRaycastFilter.IsRaycastLocationValid(UnityEngine.Vector2,UnityEngine.Camera)
  name: IsRaycastLocationValid(Vector2, Camera)
  fullName: UnityEngine.ICanvasRaycastFilter.IsRaycastLocationValid(UnityEngine.Vector2, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ICanvasRaycastFilter.IsRaycastLocationValid.html
  commentId: M:UnityEngine.ICanvasRaycastFilter.IsRaycastLocationValid(UnityEngine.Vector2,UnityEngine.Camera)
  nameWithType: ICanvasRaycastFilter.IsRaycastLocationValid(Vector2, Camera)
  type: Method
- uid: UnityEngine.IExposedPropertyTable
  name: IExposedPropertyTable
  fullName: UnityEngine.IExposedPropertyTable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IExposedPropertyTable.html
  commentId: T:UnityEngine.IExposedPropertyTable
  nameWithType: IExposedPropertyTable
  type: Interface
- uid: UnityEngine.IExposedPropertyTable.ClearReferenceValue(UnityEngine.PropertyName)
  name: ClearReferenceValue(PropertyName)
  fullName: UnityEngine.IExposedPropertyTable.ClearReferenceValue(UnityEngine.PropertyName)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IExposedPropertyTable.ClearReferenceValue.html
  commentId: M:UnityEngine.IExposedPropertyTable.ClearReferenceValue(UnityEngine.PropertyName)
  nameWithType: IExposedPropertyTable.ClearReferenceValue(PropertyName)
  type: Method
- uid: UnityEngine.IExposedPropertyTable.GetReferenceValue(UnityEngine.PropertyName,System.Boolean@)
  name: GetReferenceValue(PropertyName, out bool)
  fullName: UnityEngine.IExposedPropertyTable.GetReferenceValue(UnityEngine.PropertyName, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IExposedPropertyTable.GetReferenceValue.html
  commentId: M:UnityEngine.IExposedPropertyTable.GetReferenceValue(UnityEngine.PropertyName,System.Boolean@)
  nameWithType: IExposedPropertyTable.GetReferenceValue(PropertyName, out bool)
  type: Method
- uid: UnityEngine.IExposedPropertyTable.SetReferenceValue(UnityEngine.PropertyName,UnityEngine.Object)
  name: SetReferenceValue(PropertyName, Object)
  fullName: UnityEngine.IExposedPropertyTable.SetReferenceValue(UnityEngine.PropertyName, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IExposedPropertyTable.SetReferenceValue.html
  commentId: M:UnityEngine.IExposedPropertyTable.SetReferenceValue(UnityEngine.PropertyName,UnityEngine.Object)
  nameWithType: IExposedPropertyTable.SetReferenceValue(PropertyName, Object)
  type: Method
- uid: UnityEngine.ILogger
  name: ILogger
  fullName: UnityEngine.ILogger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.html
  commentId: T:UnityEngine.ILogger
  nameWithType: ILogger
  type: Interface
- uid: UnityEngine.ILogger.filterLogType
  name: filterLogType
  fullName: UnityEngine.ILogger.filterLogType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger-filterLogType.html
  commentId: P:UnityEngine.ILogger.filterLogType
  nameWithType: ILogger.filterLogType
  type: Property
- uid: UnityEngine.ILogger.IsLogTypeAllowed(UnityEngine.LogType)
  name: IsLogTypeAllowed(LogType)
  fullName: UnityEngine.ILogger.IsLogTypeAllowed(UnityEngine.LogType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.IsLogTypeAllowed.html
  commentId: M:UnityEngine.ILogger.IsLogTypeAllowed(UnityEngine.LogType)
  nameWithType: ILogger.IsLogTypeAllowed(LogType)
  type: Method
- uid: UnityEngine.ILogger.Log(System.Object)
  name: Log(object)
  fullName: UnityEngine.ILogger.Log(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.Log.html
  commentId: M:UnityEngine.ILogger.Log(System.Object)
  nameWithType: ILogger.Log(object)
  type: Method
- uid: UnityEngine.ILogger.Log(System.String,System.Object,UnityEngine.Object)
  name: Log(string, object, Object)
  fullName: UnityEngine.ILogger.Log(string, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.Log.html
  commentId: M:UnityEngine.ILogger.Log(System.String,System.Object,UnityEngine.Object)
  nameWithType: ILogger.Log(string, object, Object)
  type: Method
- uid: UnityEngine.ILogger.Log(System.String,System.Object)
  name: Log(string, object)
  fullName: UnityEngine.ILogger.Log(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.Log.html
  commentId: M:UnityEngine.ILogger.Log(System.String,System.Object)
  nameWithType: ILogger.Log(string, object)
  type: Method
- uid: UnityEngine.ILogger.Log(UnityEngine.LogType,System.Object,UnityEngine.Object)
  name: Log(LogType, object, Object)
  fullName: UnityEngine.ILogger.Log(UnityEngine.LogType, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.Log.html
  commentId: M:UnityEngine.ILogger.Log(UnityEngine.LogType,System.Object,UnityEngine.Object)
  nameWithType: ILogger.Log(LogType, object, Object)
  type: Method
- uid: UnityEngine.ILogger.Log(UnityEngine.LogType,System.Object)
  name: Log(LogType, object)
  fullName: UnityEngine.ILogger.Log(UnityEngine.LogType, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.Log.html
  commentId: M:UnityEngine.ILogger.Log(UnityEngine.LogType,System.Object)
  nameWithType: ILogger.Log(LogType, object)
  type: Method
- uid: UnityEngine.ILogger.Log(UnityEngine.LogType,System.String,System.Object,UnityEngine.Object)
  name: Log(LogType, string, object, Object)
  fullName: UnityEngine.ILogger.Log(UnityEngine.LogType, string, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.Log.html
  commentId: M:UnityEngine.ILogger.Log(UnityEngine.LogType,System.String,System.Object,UnityEngine.Object)
  nameWithType: ILogger.Log(LogType, string, object, Object)
  type: Method
- uid: UnityEngine.ILogger.Log(UnityEngine.LogType,System.String,System.Object)
  name: Log(LogType, string, object)
  fullName: UnityEngine.ILogger.Log(UnityEngine.LogType, string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.Log.html
  commentId: M:UnityEngine.ILogger.Log(UnityEngine.LogType,System.String,System.Object)
  nameWithType: ILogger.Log(LogType, string, object)
  type: Method
- uid: UnityEngine.ILogger.logEnabled
  name: logEnabled
  fullName: UnityEngine.ILogger.logEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger-logEnabled.html
  commentId: P:UnityEngine.ILogger.logEnabled
  nameWithType: ILogger.logEnabled
  type: Property
- uid: UnityEngine.ILogger.LogError(System.String,System.Object,UnityEngine.Object)
  name: LogError(string, object, Object)
  fullName: UnityEngine.ILogger.LogError(string, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.LogError.html
  commentId: M:UnityEngine.ILogger.LogError(System.String,System.Object,UnityEngine.Object)
  nameWithType: ILogger.LogError(string, object, Object)
  type: Method
- uid: UnityEngine.ILogger.LogError(System.String,System.Object)
  name: LogError(string, object)
  fullName: UnityEngine.ILogger.LogError(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.LogError.html
  commentId: M:UnityEngine.ILogger.LogError(System.String,System.Object)
  nameWithType: ILogger.LogError(string, object)
  type: Method
- uid: UnityEngine.ILogger.LogException(System.Exception)
  name: LogException(Exception)
  fullName: UnityEngine.ILogger.LogException(System.Exception)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.LogException.html
  commentId: M:UnityEngine.ILogger.LogException(System.Exception)
  nameWithType: ILogger.LogException(Exception)
  type: Method
- uid: UnityEngine.ILogger.LogFormat(UnityEngine.LogType,System.String,System.Object[])
  name: LogFormat(LogType, string, params object[])
  fullName: UnityEngine.ILogger.LogFormat(UnityEngine.LogType, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.LogFormat.html
  commentId: M:UnityEngine.ILogger.LogFormat(UnityEngine.LogType,System.String,System.Object[])
  nameWithType: ILogger.LogFormat(LogType, string, params object[])
  type: Method
- uid: UnityEngine.ILogger.logHandler
  name: logHandler
  fullName: UnityEngine.ILogger.logHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger-logHandler.html
  commentId: P:UnityEngine.ILogger.logHandler
  nameWithType: ILogger.logHandler
  type: Property
- uid: UnityEngine.ILogger.LogWarning(System.String,System.Object,UnityEngine.Object)
  name: LogWarning(string, object, Object)
  fullName: UnityEngine.ILogger.LogWarning(string, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.LogWarning.html
  commentId: M:UnityEngine.ILogger.LogWarning(System.String,System.Object,UnityEngine.Object)
  nameWithType: ILogger.LogWarning(string, object, Object)
  type: Method
- uid: UnityEngine.ILogger.LogWarning(System.String,System.Object)
  name: LogWarning(string, object)
  fullName: UnityEngine.ILogger.LogWarning(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogger.LogWarning.html
  commentId: M:UnityEngine.ILogger.LogWarning(System.String,System.Object)
  nameWithType: ILogger.LogWarning(string, object)
  type: Method
- uid: UnityEngine.ILogHandler
  name: ILogHandler
  fullName: UnityEngine.ILogHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogHandler.html
  commentId: T:UnityEngine.ILogHandler
  nameWithType: ILogHandler
  type: Interface
- uid: UnityEngine.ILogHandler.LogException(System.Exception,UnityEngine.Object)
  name: LogException(Exception, Object)
  fullName: UnityEngine.ILogHandler.LogException(System.Exception, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogHandler.LogException.html
  commentId: M:UnityEngine.ILogHandler.LogException(System.Exception,UnityEngine.Object)
  nameWithType: ILogHandler.LogException(Exception, Object)
  type: Method
- uid: UnityEngine.ILogHandler.LogFormat(UnityEngine.LogType,UnityEngine.Object,System.String,System.Object[])
  name: LogFormat(LogType, Object, string, params object[])
  fullName: UnityEngine.ILogHandler.LogFormat(UnityEngine.LogType, UnityEngine.Object, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ILogHandler.LogFormat.html
  commentId: M:UnityEngine.ILogHandler.LogFormat(UnityEngine.LogType,UnityEngine.Object,System.String,System.Object[])
  nameWithType: ILogHandler.LogFormat(LogType, Object, string, params object[])
  type: Method
- uid: UnityEngine.ImageConversion
  name: ImageConversion
  fullName: UnityEngine.ImageConversion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageConversion.html
  commentId: T:UnityEngine.ImageConversion
  nameWithType: ImageConversion
  type: Class
- uid: UnityEngine.ImageConversion.EncodeToEXR(UnityEngine.Texture2D,UnityEngine.Texture2D.EXRFlags)
  name: EncodeToEXR(Texture2D, EXRFlags)
  fullName: UnityEngine.ImageConversion.EncodeToEXR(UnityEngine.Texture2D, UnityEngine.Texture2D.EXRFlags)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageConversion.EncodeToEXR.html
  commentId: M:UnityEngine.ImageConversion.EncodeToEXR(UnityEngine.Texture2D,UnityEngine.Texture2D.EXRFlags)
  nameWithType: ImageConversion.EncodeToEXR(Texture2D, Texture2D.EXRFlags)
  type: Method
- uid: UnityEngine.ImageConversion.EncodeToEXR(UnityEngine.Texture2D)
  name: EncodeToEXR(Texture2D)
  fullName: UnityEngine.ImageConversion.EncodeToEXR(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageConversion.EncodeToEXR.html
  commentId: M:UnityEngine.ImageConversion.EncodeToEXR(UnityEngine.Texture2D)
  nameWithType: ImageConversion.EncodeToEXR(Texture2D)
  type: Method
- uid: UnityEngine.ImageConversion.EncodeToJPG(UnityEngine.Texture2D,System.Int32)
  name: EncodeToJPG(Texture2D, int)
  fullName: UnityEngine.ImageConversion.EncodeToJPG(UnityEngine.Texture2D, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageConversion.EncodeToJPG.html
  commentId: M:UnityEngine.ImageConversion.EncodeToJPG(UnityEngine.Texture2D,System.Int32)
  nameWithType: ImageConversion.EncodeToJPG(Texture2D, int)
  type: Method
- uid: UnityEngine.ImageConversion.EncodeToJPG(UnityEngine.Texture2D)
  name: EncodeToJPG(Texture2D)
  fullName: UnityEngine.ImageConversion.EncodeToJPG(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageConversion.EncodeToJPG.html
  commentId: M:UnityEngine.ImageConversion.EncodeToJPG(UnityEngine.Texture2D)
  nameWithType: ImageConversion.EncodeToJPG(Texture2D)
  type: Method
- uid: UnityEngine.ImageConversion.EncodeToPNG(UnityEngine.Texture2D)
  name: EncodeToPNG(Texture2D)
  fullName: UnityEngine.ImageConversion.EncodeToPNG(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageConversion.EncodeToPNG.html
  commentId: M:UnityEngine.ImageConversion.EncodeToPNG(UnityEngine.Texture2D)
  nameWithType: ImageConversion.EncodeToPNG(Texture2D)
  type: Method
- uid: UnityEngine.ImageConversion.LoadImage(UnityEngine.Texture2D,System.Byte[],System.Boolean)
  name: LoadImage(Texture2D, byte[], bool)
  fullName: UnityEngine.ImageConversion.LoadImage(UnityEngine.Texture2D, byte[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageConversion.LoadImage.html
  commentId: M:UnityEngine.ImageConversion.LoadImage(UnityEngine.Texture2D,System.Byte[],System.Boolean)
  nameWithType: ImageConversion.LoadImage(Texture2D, byte[], bool)
  type: Method
- uid: UnityEngine.ImageConversion.LoadImage(UnityEngine.Texture2D,System.Byte[])
  name: LoadImage(Texture2D, byte[])
  fullName: UnityEngine.ImageConversion.LoadImage(UnityEngine.Texture2D, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageConversion.LoadImage.html
  commentId: M:UnityEngine.ImageConversion.LoadImage(UnityEngine.Texture2D,System.Byte[])
  nameWithType: ImageConversion.LoadImage(Texture2D, byte[])
  type: Method
- uid: UnityEngine.ImageEffectAllowedInSceneView
  name: ImageEffectAllowedInSceneView
  fullName: UnityEngine.ImageEffectAllowedInSceneView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageEffectAllowedInSceneView.html
  commentId: T:UnityEngine.ImageEffectAllowedInSceneView
  nameWithType: ImageEffectAllowedInSceneView
  type: Class
- uid: UnityEngine.ImageEffectOpaque
  name: ImageEffectOpaque
  fullName: UnityEngine.ImageEffectOpaque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageEffectOpaque.html
  commentId: T:UnityEngine.ImageEffectOpaque
  nameWithType: ImageEffectOpaque
  type: Class
- uid: UnityEngine.ImageEffectTransformsToLDR
  name: ImageEffectTransformsToLDR
  fullName: UnityEngine.ImageEffectTransformsToLDR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImageEffectTransformsToLDR.html
  commentId: T:UnityEngine.ImageEffectTransformsToLDR
  nameWithType: ImageEffectTransformsToLDR
  type: Class
- uid: UnityEngine.ImagePosition
  name: ImagePosition
  fullName: UnityEngine.ImagePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImagePosition.html
  commentId: T:UnityEngine.ImagePosition
  nameWithType: ImagePosition
  type: Enum
- uid: UnityEngine.ImagePosition.ImageAbove
  name: ImageAbove
  fullName: UnityEngine.ImagePosition.ImageAbove
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImagePosition.ImageAbove.html
  commentId: F:UnityEngine.ImagePosition.ImageAbove
  nameWithType: ImagePosition.ImageAbove
  type: Field
- uid: UnityEngine.ImagePosition.ImageLeft
  name: ImageLeft
  fullName: UnityEngine.ImagePosition.ImageLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImagePosition.ImageLeft.html
  commentId: F:UnityEngine.ImagePosition.ImageLeft
  nameWithType: ImagePosition.ImageLeft
  type: Field
- uid: UnityEngine.ImagePosition.ImageOnly
  name: ImageOnly
  fullName: UnityEngine.ImagePosition.ImageOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImagePosition.ImageOnly.html
  commentId: F:UnityEngine.ImagePosition.ImageOnly
  nameWithType: ImagePosition.ImageOnly
  type: Field
- uid: UnityEngine.ImagePosition.TextOnly
  name: TextOnly
  fullName: UnityEngine.ImagePosition.TextOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ImagePosition.TextOnly.html
  commentId: F:UnityEngine.ImagePosition.TextOnly
  nameWithType: ImagePosition.TextOnly
  type: Field
- uid: UnityEngine.IMECompositionMode
  name: IMECompositionMode
  fullName: UnityEngine.IMECompositionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMECompositionMode.html
  commentId: T:UnityEngine.IMECompositionMode
  nameWithType: IMECompositionMode
  type: Enum
- uid: UnityEngine.IMECompositionMode.Auto
  name: Auto
  fullName: UnityEngine.IMECompositionMode.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMECompositionMode.Auto.html
  commentId: F:UnityEngine.IMECompositionMode.Auto
  nameWithType: IMECompositionMode.Auto
  type: Field
- uid: UnityEngine.IMECompositionMode.Off
  name: Off
  fullName: UnityEngine.IMECompositionMode.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMECompositionMode.Off.html
  commentId: F:UnityEngine.IMECompositionMode.Off
  nameWithType: IMECompositionMode.Off
  type: Field
- uid: UnityEngine.IMECompositionMode.On
  name: On
  fullName: UnityEngine.IMECompositionMode.On
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/IMECompositionMode.On.html
  commentId: F:UnityEngine.IMECompositionMode.On
  nameWithType: IMECompositionMode.On
  type: Field
- uid: UnityEngine.Input
  name: Input
  fullName: UnityEngine.Input
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.html
  commentId: T:UnityEngine.Input
  nameWithType: Input
  type: Class
- uid: UnityEngine.Input.acceleration
  name: acceleration
  fullName: UnityEngine.Input.acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-acceleration.html
  commentId: P:UnityEngine.Input.acceleration
  nameWithType: Input.acceleration
  type: Property
- uid: UnityEngine.Input.accelerationEventCount
  name: accelerationEventCount
  fullName: UnityEngine.Input.accelerationEventCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-accelerationEventCount.html
  commentId: P:UnityEngine.Input.accelerationEventCount
  nameWithType: Input.accelerationEventCount
  type: Property
- uid: UnityEngine.Input.accelerationEvents
  name: accelerationEvents
  fullName: UnityEngine.Input.accelerationEvents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-accelerationEvents.html
  commentId: P:UnityEngine.Input.accelerationEvents
  nameWithType: Input.accelerationEvents
  type: Property
- uid: UnityEngine.Input.anyKey
  name: anyKey
  fullName: UnityEngine.Input.anyKey
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-anyKey.html
  commentId: P:UnityEngine.Input.anyKey
  nameWithType: Input.anyKey
  type: Property
- uid: UnityEngine.Input.anyKeyDown
  name: anyKeyDown
  fullName: UnityEngine.Input.anyKeyDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-anyKeyDown.html
  commentId: P:UnityEngine.Input.anyKeyDown
  nameWithType: Input.anyKeyDown
  type: Property
- uid: UnityEngine.Input.backButtonLeavesApp
  name: backButtonLeavesApp
  fullName: UnityEngine.Input.backButtonLeavesApp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-backButtonLeavesApp.html
  commentId: P:UnityEngine.Input.backButtonLeavesApp
  nameWithType: Input.backButtonLeavesApp
  type: Property
- uid: UnityEngine.Input.compass
  name: compass
  fullName: UnityEngine.Input.compass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-compass.html
  commentId: P:UnityEngine.Input.compass
  nameWithType: Input.compass
  type: Property
- uid: UnityEngine.Input.compensateSensors
  name: compensateSensors
  fullName: UnityEngine.Input.compensateSensors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-compensateSensors.html
  commentId: P:UnityEngine.Input.compensateSensors
  nameWithType: Input.compensateSensors
  type: Property
- uid: UnityEngine.Input.compositionCursorPos
  name: compositionCursorPos
  fullName: UnityEngine.Input.compositionCursorPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-compositionCursorPos.html
  commentId: P:UnityEngine.Input.compositionCursorPos
  nameWithType: Input.compositionCursorPos
  type: Property
- uid: UnityEngine.Input.compositionString
  name: compositionString
  fullName: UnityEngine.Input.compositionString
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-compositionString.html
  commentId: P:UnityEngine.Input.compositionString
  nameWithType: Input.compositionString
  type: Property
- uid: UnityEngine.Input.deviceOrientation
  name: deviceOrientation
  fullName: UnityEngine.Input.deviceOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-deviceOrientation.html
  commentId: P:UnityEngine.Input.deviceOrientation
  nameWithType: Input.deviceOrientation
  type: Property
- uid: UnityEngine.Input.eatKeyPressOnTextFieldFocus
  name: eatKeyPressOnTextFieldFocus
  fullName: UnityEngine.Input.eatKeyPressOnTextFieldFocus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-eatKeyPressOnTextFieldFocus.html
  commentId: P:UnityEngine.Input.eatKeyPressOnTextFieldFocus
  nameWithType: Input.eatKeyPressOnTextFieldFocus
  type: Property
- uid: UnityEngine.Input.GetAccelerationEvent(System.Int32)
  name: GetAccelerationEvent(int)
  fullName: UnityEngine.Input.GetAccelerationEvent(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetAccelerationEvent.html
  commentId: M:UnityEngine.Input.GetAccelerationEvent(System.Int32)
  nameWithType: Input.GetAccelerationEvent(int)
  type: Method
- uid: UnityEngine.Input.GetAxis(System.String)
  name: GetAxis(string)
  fullName: UnityEngine.Input.GetAxis(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetAxis.html
  commentId: M:UnityEngine.Input.GetAxis(System.String)
  nameWithType: Input.GetAxis(string)
  type: Method
- uid: UnityEngine.Input.GetAxisRaw(System.String)
  name: GetAxisRaw(string)
  fullName: UnityEngine.Input.GetAxisRaw(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetAxisRaw.html
  commentId: M:UnityEngine.Input.GetAxisRaw(System.String)
  nameWithType: Input.GetAxisRaw(string)
  type: Method
- uid: UnityEngine.Input.GetButton(System.String)
  name: GetButton(string)
  fullName: UnityEngine.Input.GetButton(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetButton.html
  commentId: M:UnityEngine.Input.GetButton(System.String)
  nameWithType: Input.GetButton(string)
  type: Method
- uid: UnityEngine.Input.GetButtonDown(System.String)
  name: GetButtonDown(string)
  fullName: UnityEngine.Input.GetButtonDown(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetButtonDown.html
  commentId: M:UnityEngine.Input.GetButtonDown(System.String)
  nameWithType: Input.GetButtonDown(string)
  type: Method
- uid: UnityEngine.Input.GetButtonUp(System.String)
  name: GetButtonUp(string)
  fullName: UnityEngine.Input.GetButtonUp(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetButtonUp.html
  commentId: M:UnityEngine.Input.GetButtonUp(System.String)
  nameWithType: Input.GetButtonUp(string)
  type: Method
- uid: UnityEngine.Input.GetJoystickNames
  name: GetJoystickNames()
  fullName: UnityEngine.Input.GetJoystickNames()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetJoystickNames.html
  commentId: M:UnityEngine.Input.GetJoystickNames
  nameWithType: Input.GetJoystickNames()
  type: Method
- uid: UnityEngine.Input.GetKey(System.String)
  name: GetKey(string)
  fullName: UnityEngine.Input.GetKey(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetKey.html
  commentId: M:UnityEngine.Input.GetKey(System.String)
  nameWithType: Input.GetKey(string)
  type: Method
- uid: UnityEngine.Input.GetKey(UnityEngine.KeyCode)
  name: GetKey(KeyCode)
  fullName: UnityEngine.Input.GetKey(UnityEngine.KeyCode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetKey.html
  commentId: M:UnityEngine.Input.GetKey(UnityEngine.KeyCode)
  nameWithType: Input.GetKey(KeyCode)
  type: Method
- uid: UnityEngine.Input.GetKeyDown(System.String)
  name: GetKeyDown(string)
  fullName: UnityEngine.Input.GetKeyDown(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetKeyDown.html
  commentId: M:UnityEngine.Input.GetKeyDown(System.String)
  nameWithType: Input.GetKeyDown(string)
  type: Method
- uid: UnityEngine.Input.GetKeyDown(UnityEngine.KeyCode)
  name: GetKeyDown(KeyCode)
  fullName: UnityEngine.Input.GetKeyDown(UnityEngine.KeyCode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetKeyDown.html
  commentId: M:UnityEngine.Input.GetKeyDown(UnityEngine.KeyCode)
  nameWithType: Input.GetKeyDown(KeyCode)
  type: Method
- uid: UnityEngine.Input.GetKeyUp(System.String)
  name: GetKeyUp(string)
  fullName: UnityEngine.Input.GetKeyUp(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetKeyUp.html
  commentId: M:UnityEngine.Input.GetKeyUp(System.String)
  nameWithType: Input.GetKeyUp(string)
  type: Method
- uid: UnityEngine.Input.GetKeyUp(UnityEngine.KeyCode)
  name: GetKeyUp(KeyCode)
  fullName: UnityEngine.Input.GetKeyUp(UnityEngine.KeyCode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetKeyUp.html
  commentId: M:UnityEngine.Input.GetKeyUp(UnityEngine.KeyCode)
  nameWithType: Input.GetKeyUp(KeyCode)
  type: Method
- uid: UnityEngine.Input.GetMouseButton(System.Int32)
  name: GetMouseButton(int)
  fullName: UnityEngine.Input.GetMouseButton(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetMouseButton.html
  commentId: M:UnityEngine.Input.GetMouseButton(System.Int32)
  nameWithType: Input.GetMouseButton(int)
  type: Method
- uid: UnityEngine.Input.GetMouseButtonDown(System.Int32)
  name: GetMouseButtonDown(int)
  fullName: UnityEngine.Input.GetMouseButtonDown(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetMouseButtonDown.html
  commentId: M:UnityEngine.Input.GetMouseButtonDown(System.Int32)
  nameWithType: Input.GetMouseButtonDown(int)
  type: Method
- uid: UnityEngine.Input.GetMouseButtonUp(System.Int32)
  name: GetMouseButtonUp(int)
  fullName: UnityEngine.Input.GetMouseButtonUp(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetMouseButtonUp.html
  commentId: M:UnityEngine.Input.GetMouseButtonUp(System.Int32)
  nameWithType: Input.GetMouseButtonUp(int)
  type: Method
- uid: UnityEngine.Input.GetTouch(System.Int32)
  name: GetTouch(int)
  fullName: UnityEngine.Input.GetTouch(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.GetTouch.html
  commentId: M:UnityEngine.Input.GetTouch(System.Int32)
  nameWithType: Input.GetTouch(int)
  type: Method
- uid: UnityEngine.Input.gyro
  name: gyro
  fullName: UnityEngine.Input.gyro
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-gyro.html
  commentId: P:UnityEngine.Input.gyro
  nameWithType: Input.gyro
  type: Property
- uid: UnityEngine.Input.imeCompositionMode
  name: imeCompositionMode
  fullName: UnityEngine.Input.imeCompositionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-imeCompositionMode.html
  commentId: P:UnityEngine.Input.imeCompositionMode
  nameWithType: Input.imeCompositionMode
  type: Property
- uid: UnityEngine.Input.imeIsSelected
  name: imeIsSelected
  fullName: UnityEngine.Input.imeIsSelected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-imeIsSelected.html
  commentId: P:UnityEngine.Input.imeIsSelected
  nameWithType: Input.imeIsSelected
  type: Property
- uid: UnityEngine.Input.inputString
  name: inputString
  fullName: UnityEngine.Input.inputString
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-inputString.html
  commentId: P:UnityEngine.Input.inputString
  nameWithType: Input.inputString
  type: Property
- uid: UnityEngine.Input.isGyroAvailable
  name: isGyroAvailable
  fullName: UnityEngine.Input.isGyroAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-isGyroAvailable.html
  commentId: P:UnityEngine.Input.isGyroAvailable
  nameWithType: Input.isGyroAvailable
  type: Property
- uid: UnityEngine.Input.IsJoystickPreconfigured(System.String)
  name: IsJoystickPreconfigured(string)
  fullName: UnityEngine.Input.IsJoystickPreconfigured(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.IsJoystickPreconfigured.html
  commentId: M:UnityEngine.Input.IsJoystickPreconfigured(System.String)
  nameWithType: Input.IsJoystickPreconfigured(string)
  type: Method
- uid: UnityEngine.Input.location
  name: location
  fullName: UnityEngine.Input.location
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-location.html
  commentId: P:UnityEngine.Input.location
  nameWithType: Input.location
  type: Property
- uid: UnityEngine.Input.mousePosition
  name: mousePosition
  fullName: UnityEngine.Input.mousePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-mousePosition.html
  commentId: P:UnityEngine.Input.mousePosition
  nameWithType: Input.mousePosition
  type: Property
- uid: UnityEngine.Input.mousePresent
  name: mousePresent
  fullName: UnityEngine.Input.mousePresent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-mousePresent.html
  commentId: P:UnityEngine.Input.mousePresent
  nameWithType: Input.mousePresent
  type: Property
- uid: UnityEngine.Input.mouseScrollDelta
  name: mouseScrollDelta
  fullName: UnityEngine.Input.mouseScrollDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-mouseScrollDelta.html
  commentId: P:UnityEngine.Input.mouseScrollDelta
  nameWithType: Input.mouseScrollDelta
  type: Property
- uid: UnityEngine.Input.multiTouchEnabled
  name: multiTouchEnabled
  fullName: UnityEngine.Input.multiTouchEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-multiTouchEnabled.html
  commentId: P:UnityEngine.Input.multiTouchEnabled
  nameWithType: Input.multiTouchEnabled
  type: Property
- uid: UnityEngine.Input.ResetInputAxes
  name: ResetInputAxes()
  fullName: UnityEngine.Input.ResetInputAxes()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input.ResetInputAxes.html
  commentId: M:UnityEngine.Input.ResetInputAxes
  nameWithType: Input.ResetInputAxes()
  type: Method
- uid: UnityEngine.Input.simulateMouseWithTouches
  name: simulateMouseWithTouches
  fullName: UnityEngine.Input.simulateMouseWithTouches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-simulateMouseWithTouches.html
  commentId: P:UnityEngine.Input.simulateMouseWithTouches
  nameWithType: Input.simulateMouseWithTouches
  type: Property
- uid: UnityEngine.Input.stylusTouchSupported
  name: stylusTouchSupported
  fullName: UnityEngine.Input.stylusTouchSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-stylusTouchSupported.html
  commentId: P:UnityEngine.Input.stylusTouchSupported
  nameWithType: Input.stylusTouchSupported
  type: Property
- uid: UnityEngine.Input.touchCount
  name: touchCount
  fullName: UnityEngine.Input.touchCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-touchCount.html
  commentId: P:UnityEngine.Input.touchCount
  nameWithType: Input.touchCount
  type: Property
- uid: UnityEngine.Input.touches
  name: touches
  fullName: UnityEngine.Input.touches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-touches.html
  commentId: P:UnityEngine.Input.touches
  nameWithType: Input.touches
  type: Property
- uid: UnityEngine.Input.touchPressureSupported
  name: touchPressureSupported
  fullName: UnityEngine.Input.touchPressureSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-touchPressureSupported.html
  commentId: P:UnityEngine.Input.touchPressureSupported
  nameWithType: Input.touchPressureSupported
  type: Property
- uid: UnityEngine.Input.touchSupported
  name: touchSupported
  fullName: UnityEngine.Input.touchSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Input-touchSupported.html
  commentId: P:UnityEngine.Input.touchSupported
  nameWithType: Input.touchSupported
  type: Property
- uid: UnityEngine.iOS
  name: UnityEngine.iOS
  fullName: UnityEngine.iOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.iOS
  nameWithType: UnityEngine.iOS
  type: Namespace
- uid: UnityEngine.iOS.ActivityIndicatorStyle
  name: ActivityIndicatorStyle
  fullName: UnityEngine.iOS.ActivityIndicatorStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ActivityIndicatorStyle.html
  commentId: T:UnityEngine.iOS.ActivityIndicatorStyle
  nameWithType: ActivityIndicatorStyle
  type: Enum
- uid: UnityEngine.iOS.ActivityIndicatorStyle.DontShow
  name: DontShow
  fullName: UnityEngine.iOS.ActivityIndicatorStyle.DontShow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ActivityIndicatorStyle.DontShow.html
  commentId: F:UnityEngine.iOS.ActivityIndicatorStyle.DontShow
  nameWithType: ActivityIndicatorStyle.DontShow
  type: Field
- uid: UnityEngine.iOS.ActivityIndicatorStyle.Gray
  name: Gray
  fullName: UnityEngine.iOS.ActivityIndicatorStyle.Gray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ActivityIndicatorStyle.Gray.html
  commentId: F:UnityEngine.iOS.ActivityIndicatorStyle.Gray
  nameWithType: ActivityIndicatorStyle.Gray
  type: Field
- uid: UnityEngine.iOS.ActivityIndicatorStyle.White
  name: White
  fullName: UnityEngine.iOS.ActivityIndicatorStyle.White
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ActivityIndicatorStyle.White.html
  commentId: F:UnityEngine.iOS.ActivityIndicatorStyle.White
  nameWithType: ActivityIndicatorStyle.White
  type: Field
- uid: UnityEngine.iOS.ActivityIndicatorStyle.WhiteLarge
  name: WhiteLarge
  fullName: UnityEngine.iOS.ActivityIndicatorStyle.WhiteLarge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ActivityIndicatorStyle.WhiteLarge.html
  commentId: F:UnityEngine.iOS.ActivityIndicatorStyle.WhiteLarge
  nameWithType: ActivityIndicatorStyle.WhiteLarge
  type: Field
- uid: UnityEngine.iOS.ADBannerView
  name: ADBannerView
  fullName: UnityEngine.iOS.ADBannerView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.html
  commentId: T:UnityEngine.iOS.ADBannerView
  nameWithType: ADBannerView
  type: Class
- uid: UnityEngine.iOS.ADBannerView.#ctor(UnityEngine.iOS.ADBannerView.Type,UnityEngine.iOS.ADBannerView.Layout)
  name: ADBannerView(Type, Layout)
  fullName: UnityEngine.iOS.ADBannerView.ADBannerView(UnityEngine.iOS.ADBannerView.Type, UnityEngine.iOS.ADBannerView.Layout)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-ctor.html
  commentId: M:UnityEngine.iOS.ADBannerView.#ctor(UnityEngine.iOS.ADBannerView.Type,UnityEngine.iOS.ADBannerView.Layout)
  nameWithType: ADBannerView.ADBannerView(ADBannerView.Type, ADBannerView.Layout)
  type: Constructor
- uid: UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate
  name: ADBannerView.BannerFailedToLoadDelegate
  fullName: UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.BannerFailedToLoadDelegate.html
  commentId: T:UnityEngine.iOS.ADBannerView.BannerFailedToLoadDelegate
  nameWithType: ADBannerView.BannerFailedToLoadDelegate
  type: Delegate
- uid: UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate
  name: ADBannerView.BannerWasClickedDelegate
  fullName: UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.BannerWasClickedDelegate.html
  commentId: T:UnityEngine.iOS.ADBannerView.BannerWasClickedDelegate
  nameWithType: ADBannerView.BannerWasClickedDelegate
  type: Delegate
- uid: UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate
  name: ADBannerView.BannerWasLoadedDelegate
  fullName: UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.BannerWasLoadedDelegate.html
  commentId: T:UnityEngine.iOS.ADBannerView.BannerWasLoadedDelegate
  nameWithType: ADBannerView.BannerWasLoadedDelegate
  type: Delegate
- uid: UnityEngine.iOS.ADBannerView.IsAvailable(UnityEngine.iOS.ADBannerView.Type)
  name: IsAvailable(Type)
  fullName: UnityEngine.iOS.ADBannerView.IsAvailable(UnityEngine.iOS.ADBannerView.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.IsAvailable.html
  commentId: M:UnityEngine.iOS.ADBannerView.IsAvailable(UnityEngine.iOS.ADBannerView.Type)
  nameWithType: ADBannerView.IsAvailable(ADBannerView.Type)
  type: Method
- uid: UnityEngine.iOS.ADBannerView.layout
  name: layout
  fullName: UnityEngine.iOS.ADBannerView.layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-layout.html
  commentId: P:UnityEngine.iOS.ADBannerView.layout
  nameWithType: ADBannerView.layout
  type: Property
- uid: UnityEngine.iOS.ADBannerView.Layout
  name: ADBannerView.Layout
  fullName: UnityEngine.iOS.ADBannerView.Layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.html
  commentId: T:UnityEngine.iOS.ADBannerView.Layout
  nameWithType: ADBannerView.Layout
  type: Enum
- uid: UnityEngine.iOS.ADBannerView.Layout.Bottom
  name: Bottom
  fullName: UnityEngine.iOS.ADBannerView.Layout.Bottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.Bottom.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.Bottom
  nameWithType: ADBannerView.Layout.Bottom
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.BottomCenter
  name: BottomCenter
  fullName: UnityEngine.iOS.ADBannerView.Layout.BottomCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.BottomCenter.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.BottomCenter
  nameWithType: ADBannerView.Layout.BottomCenter
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.BottomLeft
  name: BottomLeft
  fullName: UnityEngine.iOS.ADBannerView.Layout.BottomLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.BottomLeft.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.BottomLeft
  nameWithType: ADBannerView.Layout.BottomLeft
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.BottomRight
  name: BottomRight
  fullName: UnityEngine.iOS.ADBannerView.Layout.BottomRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.BottomRight.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.BottomRight
  nameWithType: ADBannerView.Layout.BottomRight
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.Center
  name: Center
  fullName: UnityEngine.iOS.ADBannerView.Layout.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.Center.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.Center
  nameWithType: ADBannerView.Layout.Center
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.CenterLeft
  name: CenterLeft
  fullName: UnityEngine.iOS.ADBannerView.Layout.CenterLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.CenterLeft.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.CenterLeft
  nameWithType: ADBannerView.Layout.CenterLeft
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.CenterRight
  name: CenterRight
  fullName: UnityEngine.iOS.ADBannerView.Layout.CenterRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.CenterRight.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.CenterRight
  nameWithType: ADBannerView.Layout.CenterRight
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.Manual
  name: Manual
  fullName: UnityEngine.iOS.ADBannerView.Layout.Manual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.Manual.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.Manual
  nameWithType: ADBannerView.Layout.Manual
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.Top
  name: Top
  fullName: UnityEngine.iOS.ADBannerView.Layout.Top
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.Top.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.Top
  nameWithType: ADBannerView.Layout.Top
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.TopCenter
  name: TopCenter
  fullName: UnityEngine.iOS.ADBannerView.Layout.TopCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.TopCenter.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.TopCenter
  nameWithType: ADBannerView.Layout.TopCenter
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.TopLeft
  name: TopLeft
  fullName: UnityEngine.iOS.ADBannerView.Layout.TopLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.TopLeft.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.TopLeft
  nameWithType: ADBannerView.Layout.TopLeft
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Layout.TopRight
  name: TopRight
  fullName: UnityEngine.iOS.ADBannerView.Layout.TopRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Layout.TopRight.html
  commentId: F:UnityEngine.iOS.ADBannerView.Layout.TopRight
  nameWithType: ADBannerView.Layout.TopRight
  type: Field
- uid: UnityEngine.iOS.ADBannerView.loaded
  name: loaded
  fullName: UnityEngine.iOS.ADBannerView.loaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-loaded.html
  commentId: P:UnityEngine.iOS.ADBannerView.loaded
  nameWithType: ADBannerView.loaded
  type: Property
- uid: UnityEngine.iOS.ADBannerView.onBannerFailedToLoad
  name: onBannerFailedToLoad
  fullName: UnityEngine.iOS.ADBannerView.onBannerFailedToLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-onBannerFailedToLoad.html
  commentId: E:UnityEngine.iOS.ADBannerView.onBannerFailedToLoad
  nameWithType: ADBannerView.onBannerFailedToLoad
  type: Event
- uid: UnityEngine.iOS.ADBannerView.onBannerWasClicked
  name: onBannerWasClicked
  fullName: UnityEngine.iOS.ADBannerView.onBannerWasClicked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-onBannerWasClicked.html
  commentId: E:UnityEngine.iOS.ADBannerView.onBannerWasClicked
  nameWithType: ADBannerView.onBannerWasClicked
  type: Event
- uid: UnityEngine.iOS.ADBannerView.onBannerWasLoaded
  name: onBannerWasLoaded
  fullName: UnityEngine.iOS.ADBannerView.onBannerWasLoaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-onBannerWasLoaded.html
  commentId: E:UnityEngine.iOS.ADBannerView.onBannerWasLoaded
  nameWithType: ADBannerView.onBannerWasLoaded
  type: Event
- uid: UnityEngine.iOS.ADBannerView.position
  name: position
  fullName: UnityEngine.iOS.ADBannerView.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-position.html
  commentId: P:UnityEngine.iOS.ADBannerView.position
  nameWithType: ADBannerView.position
  type: Property
- uid: UnityEngine.iOS.ADBannerView.size
  name: size
  fullName: UnityEngine.iOS.ADBannerView.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-size.html
  commentId: P:UnityEngine.iOS.ADBannerView.size
  nameWithType: ADBannerView.size
  type: Property
- uid: UnityEngine.iOS.ADBannerView.Type
  name: ADBannerView.Type
  fullName: UnityEngine.iOS.ADBannerView.Type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Type.html
  commentId: T:UnityEngine.iOS.ADBannerView.Type
  nameWithType: ADBannerView.Type
  type: Enum
- uid: UnityEngine.iOS.ADBannerView.Type.Banner
  name: Banner
  fullName: UnityEngine.iOS.ADBannerView.Type.Banner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Type.Banner.html
  commentId: F:UnityEngine.iOS.ADBannerView.Type.Banner
  nameWithType: ADBannerView.Type.Banner
  type: Field
- uid: UnityEngine.iOS.ADBannerView.Type.MediumRect
  name: MediumRect
  fullName: UnityEngine.iOS.ADBannerView.Type.MediumRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView.Type.MediumRect.html
  commentId: F:UnityEngine.iOS.ADBannerView.Type.MediumRect
  nameWithType: ADBannerView.Type.MediumRect
  type: Field
- uid: UnityEngine.iOS.ADBannerView.visible
  name: visible
  fullName: UnityEngine.iOS.ADBannerView.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADBannerView-visible.html
  commentId: P:UnityEngine.iOS.ADBannerView.visible
  nameWithType: ADBannerView.visible
  type: Property
- uid: UnityEngine.iOS.ADInterstitialAd
  name: ADInterstitialAd
  fullName: UnityEngine.iOS.ADInterstitialAd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd.html
  commentId: T:UnityEngine.iOS.ADInterstitialAd
  nameWithType: ADInterstitialAd
  type: Class
- uid: UnityEngine.iOS.ADInterstitialAd.#ctor
  name: ADInterstitialAd()
  fullName: UnityEngine.iOS.ADInterstitialAd.ADInterstitialAd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd-ctor.html
  commentId: M:UnityEngine.iOS.ADInterstitialAd.#ctor
  nameWithType: ADInterstitialAd.ADInterstitialAd()
  type: Constructor
- uid: UnityEngine.iOS.ADInterstitialAd.#ctor(System.Boolean)
  name: ADInterstitialAd(bool)
  fullName: UnityEngine.iOS.ADInterstitialAd.ADInterstitialAd(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd-ctor.html
  commentId: M:UnityEngine.iOS.ADInterstitialAd.#ctor(System.Boolean)
  nameWithType: ADInterstitialAd.ADInterstitialAd(bool)
  type: Constructor
- uid: UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate
  name: ADInterstitialAd.InterstitialWasLoadedDelegate
  fullName: UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd.InterstitialWasLoadedDelegate.html
  commentId: T:UnityEngine.iOS.ADInterstitialAd.InterstitialWasLoadedDelegate
  nameWithType: ADInterstitialAd.InterstitialWasLoadedDelegate
  type: Delegate
- uid: UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate
  name: ADInterstitialAd.InterstitialWasViewedDelegate
  fullName: UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd.InterstitialWasViewedDelegate.html
  commentId: T:UnityEngine.iOS.ADInterstitialAd.InterstitialWasViewedDelegate
  nameWithType: ADInterstitialAd.InterstitialWasViewedDelegate
  type: Delegate
- uid: UnityEngine.iOS.ADInterstitialAd.isAvailable
  name: isAvailable
  fullName: UnityEngine.iOS.ADInterstitialAd.isAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd-isAvailable.html
  commentId: P:UnityEngine.iOS.ADInterstitialAd.isAvailable
  nameWithType: ADInterstitialAd.isAvailable
  type: Property
- uid: UnityEngine.iOS.ADInterstitialAd.loaded
  name: loaded
  fullName: UnityEngine.iOS.ADInterstitialAd.loaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd-loaded.html
  commentId: P:UnityEngine.iOS.ADInterstitialAd.loaded
  nameWithType: ADInterstitialAd.loaded
  type: Property
- uid: UnityEngine.iOS.ADInterstitialAd.onInterstitialWasLoaded
  name: onInterstitialWasLoaded
  fullName: UnityEngine.iOS.ADInterstitialAd.onInterstitialWasLoaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd-onInterstitialWasLoaded.html
  commentId: E:UnityEngine.iOS.ADInterstitialAd.onInterstitialWasLoaded
  nameWithType: ADInterstitialAd.onInterstitialWasLoaded
  type: Event
- uid: UnityEngine.iOS.ADInterstitialAd.onInterstitialWasViewed
  name: onInterstitialWasViewed
  fullName: UnityEngine.iOS.ADInterstitialAd.onInterstitialWasViewed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd-onInterstitialWasViewed.html
  commentId: E:UnityEngine.iOS.ADInterstitialAd.onInterstitialWasViewed
  nameWithType: ADInterstitialAd.onInterstitialWasViewed
  type: Event
- uid: UnityEngine.iOS.ADInterstitialAd.ReloadAd
  name: ReloadAd()
  fullName: UnityEngine.iOS.ADInterstitialAd.ReloadAd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd.ReloadAd.html
  commentId: M:UnityEngine.iOS.ADInterstitialAd.ReloadAd
  nameWithType: ADInterstitialAd.ReloadAd()
  type: Method
- uid: UnityEngine.iOS.ADInterstitialAd.Show
  name: Show()
  fullName: UnityEngine.iOS.ADInterstitialAd.Show()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.ADInterstitialAd.Show.html
  commentId: M:UnityEngine.iOS.ADInterstitialAd.Show
  nameWithType: ADInterstitialAd.Show()
  type: Method
- uid: UnityEngine.iOS.CalendarIdentifier
  name: CalendarIdentifier
  fullName: UnityEngine.iOS.CalendarIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.html
  commentId: T:UnityEngine.iOS.CalendarIdentifier
  nameWithType: CalendarIdentifier
  type: Enum
- uid: UnityEngine.iOS.CalendarIdentifier.BuddhistCalendar
  name: BuddhistCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.BuddhistCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.BuddhistCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.BuddhistCalendar
  nameWithType: CalendarIdentifier.BuddhistCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.ChineseCalendar
  name: ChineseCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.ChineseCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.ChineseCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.ChineseCalendar
  nameWithType: CalendarIdentifier.ChineseCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.GregorianCalendar
  name: GregorianCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.GregorianCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.GregorianCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.GregorianCalendar
  nameWithType: CalendarIdentifier.GregorianCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.HebrewCalendar
  name: HebrewCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.HebrewCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.HebrewCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.HebrewCalendar
  nameWithType: CalendarIdentifier.HebrewCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.IndianCalendar
  name: IndianCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.IndianCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.IndianCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.IndianCalendar
  nameWithType: CalendarIdentifier.IndianCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.IslamicCalendar
  name: IslamicCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.IslamicCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.IslamicCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.IslamicCalendar
  nameWithType: CalendarIdentifier.IslamicCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.IslamicCivilCalendar
  name: IslamicCivilCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.IslamicCivilCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.IslamicCivilCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.IslamicCivilCalendar
  nameWithType: CalendarIdentifier.IslamicCivilCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.ISO8601Calendar
  name: ISO8601Calendar
  fullName: UnityEngine.iOS.CalendarIdentifier.ISO8601Calendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.ISO8601Calendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.ISO8601Calendar
  nameWithType: CalendarIdentifier.ISO8601Calendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.JapaneseCalendar
  name: JapaneseCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.JapaneseCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.JapaneseCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.JapaneseCalendar
  nameWithType: CalendarIdentifier.JapaneseCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.PersianCalendar
  name: PersianCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.PersianCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.PersianCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.PersianCalendar
  nameWithType: CalendarIdentifier.PersianCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarIdentifier.RepublicOfChinaCalendar
  name: RepublicOfChinaCalendar
  fullName: UnityEngine.iOS.CalendarIdentifier.RepublicOfChinaCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarIdentifier.RepublicOfChinaCalendar.html
  commentId: F:UnityEngine.iOS.CalendarIdentifier.RepublicOfChinaCalendar
  nameWithType: CalendarIdentifier.RepublicOfChinaCalendar
  type: Field
- uid: UnityEngine.iOS.CalendarUnit
  name: CalendarUnit
  fullName: UnityEngine.iOS.CalendarUnit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.html
  commentId: T:UnityEngine.iOS.CalendarUnit
  nameWithType: CalendarUnit
  type: Enum
- uid: UnityEngine.iOS.CalendarUnit.Day
  name: Day
  fullName: UnityEngine.iOS.CalendarUnit.Day
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Day.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Day
  nameWithType: CalendarUnit.Day
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Era
  name: Era
  fullName: UnityEngine.iOS.CalendarUnit.Era
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Era.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Era
  nameWithType: CalendarUnit.Era
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Hour
  name: Hour
  fullName: UnityEngine.iOS.CalendarUnit.Hour
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Hour.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Hour
  nameWithType: CalendarUnit.Hour
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Minute
  name: Minute
  fullName: UnityEngine.iOS.CalendarUnit.Minute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Minute.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Minute
  nameWithType: CalendarUnit.Minute
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Month
  name: Month
  fullName: UnityEngine.iOS.CalendarUnit.Month
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Month.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Month
  nameWithType: CalendarUnit.Month
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Quarter
  name: Quarter
  fullName: UnityEngine.iOS.CalendarUnit.Quarter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Quarter.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Quarter
  nameWithType: CalendarUnit.Quarter
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Second
  name: Second
  fullName: UnityEngine.iOS.CalendarUnit.Second
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Second.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Second
  nameWithType: CalendarUnit.Second
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Week
  name: Week
  fullName: UnityEngine.iOS.CalendarUnit.Week
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Week.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Week
  nameWithType: CalendarUnit.Week
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Weekday
  name: Weekday
  fullName: UnityEngine.iOS.CalendarUnit.Weekday
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Weekday.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Weekday
  nameWithType: CalendarUnit.Weekday
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.WeekdayOrdinal
  name: WeekdayOrdinal
  fullName: UnityEngine.iOS.CalendarUnit.WeekdayOrdinal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.WeekdayOrdinal.html
  commentId: F:UnityEngine.iOS.CalendarUnit.WeekdayOrdinal
  nameWithType: CalendarUnit.WeekdayOrdinal
  type: Field
- uid: UnityEngine.iOS.CalendarUnit.Year
  name: Year
  fullName: UnityEngine.iOS.CalendarUnit.Year
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.CalendarUnit.Year.html
  commentId: F:UnityEngine.iOS.CalendarUnit.Year
  nameWithType: CalendarUnit.Year
  type: Field
- uid: UnityEngine.iOS.Device
  name: Device
  fullName: UnityEngine.iOS.Device
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device.html
  commentId: T:UnityEngine.iOS.Device
  nameWithType: Device
  type: Class
- uid: UnityEngine.iOS.Device.advertisingIdentifier
  name: advertisingIdentifier
  fullName: UnityEngine.iOS.Device.advertisingIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device-advertisingIdentifier.html
  commentId: P:UnityEngine.iOS.Device.advertisingIdentifier
  nameWithType: Device.advertisingIdentifier
  type: Property
- uid: UnityEngine.iOS.Device.advertisingTrackingEnabled
  name: advertisingTrackingEnabled
  fullName: UnityEngine.iOS.Device.advertisingTrackingEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device-advertisingTrackingEnabled.html
  commentId: P:UnityEngine.iOS.Device.advertisingTrackingEnabled
  nameWithType: Device.advertisingTrackingEnabled
  type: Property
- uid: UnityEngine.iOS.Device.deferSystemGesturesMode
  name: deferSystemGesturesMode
  fullName: UnityEngine.iOS.Device.deferSystemGesturesMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device-deferSystemGesturesMode.html
  commentId: P:UnityEngine.iOS.Device.deferSystemGesturesMode
  nameWithType: Device.deferSystemGesturesMode
  type: Property
- uid: UnityEngine.iOS.Device.generation
  name: generation
  fullName: UnityEngine.iOS.Device.generation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device-generation.html
  commentId: P:UnityEngine.iOS.Device.generation
  nameWithType: Device.generation
  type: Property
- uid: UnityEngine.iOS.Device.hideHomeButton
  name: hideHomeButton
  fullName: UnityEngine.iOS.Device.hideHomeButton
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device-hideHomeButton.html
  commentId: P:UnityEngine.iOS.Device.hideHomeButton
  nameWithType: Device.hideHomeButton
  type: Property
- uid: UnityEngine.iOS.Device.ResetNoBackupFlag(System.String)
  name: ResetNoBackupFlag(string)
  fullName: UnityEngine.iOS.Device.ResetNoBackupFlag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device.ResetNoBackupFlag.html
  commentId: M:UnityEngine.iOS.Device.ResetNoBackupFlag(System.String)
  nameWithType: Device.ResetNoBackupFlag(string)
  type: Method
- uid: UnityEngine.iOS.Device.SetNoBackupFlag(System.String)
  name: SetNoBackupFlag(string)
  fullName: UnityEngine.iOS.Device.SetNoBackupFlag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device.SetNoBackupFlag.html
  commentId: M:UnityEngine.iOS.Device.SetNoBackupFlag(System.String)
  nameWithType: Device.SetNoBackupFlag(string)
  type: Method
- uid: UnityEngine.iOS.Device.systemVersion
  name: systemVersion
  fullName: UnityEngine.iOS.Device.systemVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device-systemVersion.html
  commentId: P:UnityEngine.iOS.Device.systemVersion
  nameWithType: Device.systemVersion
  type: Property
- uid: UnityEngine.iOS.Device.vendorIdentifier
  name: vendorIdentifier
  fullName: UnityEngine.iOS.Device.vendorIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.Device-vendorIdentifier.html
  commentId: P:UnityEngine.iOS.Device.vendorIdentifier
  nameWithType: Device.vendorIdentifier
  type: Property
- uid: UnityEngine.iOS.DeviceGeneration
  name: DeviceGeneration
  fullName: UnityEngine.iOS.DeviceGeneration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration.html
  commentId: T:UnityEngine.iOS.DeviceGeneration
  nameWithType: DeviceGeneration
  type: Enum
- uid: UnityEngine.iOS.DeviceGeneration.iPad1Gen
  name: iPad1Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPad1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPad1Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPad1Gen
  nameWithType: DeviceGeneration.iPad1Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPad2Gen
  name: iPad2Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPad2Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPad2Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPad2Gen
  nameWithType: DeviceGeneration.iPad2Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPad3Gen
  name: iPad3Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPad3Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPad3Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPad3Gen
  nameWithType: DeviceGeneration.iPad3Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPad4Gen
  name: iPad4Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPad4Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPad4Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPad4Gen
  nameWithType: DeviceGeneration.iPad4Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPad5Gen
  name: iPad5Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPad5Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPad5Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPad5Gen
  nameWithType: DeviceGeneration.iPad5Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadAir1
  name: iPadAir1
  fullName: UnityEngine.iOS.DeviceGeneration.iPadAir1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadAir1.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadAir1
  nameWithType: DeviceGeneration.iPadAir1
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadAir2
  name: iPadAir2
  fullName: UnityEngine.iOS.DeviceGeneration.iPadAir2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadAir2.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadAir2
  nameWithType: DeviceGeneration.iPadAir2
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadMini1Gen
  name: iPadMini1Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPadMini1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadMini1Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadMini1Gen
  nameWithType: DeviceGeneration.iPadMini1Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadMini2Gen
  name: iPadMini2Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPadMini2Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadMini2Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadMini2Gen
  nameWithType: DeviceGeneration.iPadMini2Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadMini3Gen
  name: iPadMini3Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPadMini3Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadMini3Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadMini3Gen
  nameWithType: DeviceGeneration.iPadMini3Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadMini4Gen
  name: iPadMini4Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPadMini4Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadMini4Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadMini4Gen
  nameWithType: DeviceGeneration.iPadMini4Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadPro10Inch1Gen
  name: iPadPro10Inch1Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPadPro10Inch1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadPro10Inch1Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadPro10Inch1Gen
  nameWithType: DeviceGeneration.iPadPro10Inch1Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadPro10Inch2Gen
  name: iPadPro10Inch2Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPadPro10Inch2Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadPro10Inch2Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadPro10Inch2Gen
  nameWithType: DeviceGeneration.iPadPro10Inch2Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadPro1Gen
  name: iPadPro1Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPadPro1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadPro1Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadPro1Gen
  nameWithType: DeviceGeneration.iPadPro1Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadPro2Gen
  name: iPadPro2Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPadPro2Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadPro2Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadPro2Gen
  nameWithType: DeviceGeneration.iPadPro2Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPadUnknown
  name: iPadUnknown
  fullName: UnityEngine.iOS.DeviceGeneration.iPadUnknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPadUnknown.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPadUnknown
  nameWithType: DeviceGeneration.iPadUnknown
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone
  name: iPhone
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone
  nameWithType: DeviceGeneration.iPhone
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone3G
  name: iPhone3G
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone3G
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone3G.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone3G
  nameWithType: DeviceGeneration.iPhone3G
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone3GS
  name: iPhone3GS
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone3GS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone3GS.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone3GS
  nameWithType: DeviceGeneration.iPhone3GS
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone4
  name: iPhone4
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone4.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone4
  nameWithType: DeviceGeneration.iPhone4
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone4S
  name: iPhone4S
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone4S
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone4S.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone4S
  nameWithType: DeviceGeneration.iPhone4S
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone5
  name: iPhone5
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone5.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone5
  nameWithType: DeviceGeneration.iPhone5
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone5C
  name: iPhone5C
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone5C
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone5C.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone5C
  nameWithType: DeviceGeneration.iPhone5C
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone5S
  name: iPhone5S
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone5S
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone5S.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone5S
  nameWithType: DeviceGeneration.iPhone5S
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone6
  name: iPhone6
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone6.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone6
  nameWithType: DeviceGeneration.iPhone6
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone6Plus
  name: iPhone6Plus
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone6Plus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone6Plus.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone6Plus
  nameWithType: DeviceGeneration.iPhone6Plus
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone6S
  name: iPhone6S
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone6S
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone6S.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone6S
  nameWithType: DeviceGeneration.iPhone6S
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone6SPlus
  name: iPhone6SPlus
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone6SPlus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone6SPlus.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone6SPlus
  nameWithType: DeviceGeneration.iPhone6SPlus
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone7
  name: iPhone7
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone7.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone7
  nameWithType: DeviceGeneration.iPhone7
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone7Plus
  name: iPhone7Plus
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone7Plus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone7Plus.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone7Plus
  nameWithType: DeviceGeneration.iPhone7Plus
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone8
  name: iPhone8
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone8.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone8
  nameWithType: DeviceGeneration.iPhone8
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhone8Plus
  name: iPhone8Plus
  fullName: UnityEngine.iOS.DeviceGeneration.iPhone8Plus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhone8Plus.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhone8Plus
  nameWithType: DeviceGeneration.iPhone8Plus
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhoneSE1Gen
  name: iPhoneSE1Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPhoneSE1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhoneSE1Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhoneSE1Gen
  nameWithType: DeviceGeneration.iPhoneSE1Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhoneUnknown
  name: iPhoneUnknown
  fullName: UnityEngine.iOS.DeviceGeneration.iPhoneUnknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhoneUnknown.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhoneUnknown
  nameWithType: DeviceGeneration.iPhoneUnknown
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPhoneX
  name: iPhoneX
  fullName: UnityEngine.iOS.DeviceGeneration.iPhoneX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPhoneX.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPhoneX
  nameWithType: DeviceGeneration.iPhoneX
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPodTouch1Gen
  name: iPodTouch1Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPodTouch1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPodTouch1Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPodTouch1Gen
  nameWithType: DeviceGeneration.iPodTouch1Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPodTouch2Gen
  name: iPodTouch2Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPodTouch2Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPodTouch2Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPodTouch2Gen
  nameWithType: DeviceGeneration.iPodTouch2Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPodTouch3Gen
  name: iPodTouch3Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPodTouch3Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPodTouch3Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPodTouch3Gen
  nameWithType: DeviceGeneration.iPodTouch3Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPodTouch4Gen
  name: iPodTouch4Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPodTouch4Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPodTouch4Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPodTouch4Gen
  nameWithType: DeviceGeneration.iPodTouch4Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPodTouch5Gen
  name: iPodTouch5Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPodTouch5Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPodTouch5Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPodTouch5Gen
  nameWithType: DeviceGeneration.iPodTouch5Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPodTouch6Gen
  name: iPodTouch6Gen
  fullName: UnityEngine.iOS.DeviceGeneration.iPodTouch6Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPodTouch6Gen.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPodTouch6Gen
  nameWithType: DeviceGeneration.iPodTouch6Gen
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.iPodTouchUnknown
  name: iPodTouchUnknown
  fullName: UnityEngine.iOS.DeviceGeneration.iPodTouchUnknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration-iPodTouchUnknown.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.iPodTouchUnknown
  nameWithType: DeviceGeneration.iPodTouchUnknown
  type: Field
- uid: UnityEngine.iOS.DeviceGeneration.Unknown
  name: Unknown
  fullName: UnityEngine.iOS.DeviceGeneration.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.DeviceGeneration.Unknown.html
  commentId: F:UnityEngine.iOS.DeviceGeneration.Unknown
  nameWithType: DeviceGeneration.Unknown
  type: Field
- uid: UnityEngine.iOS.LocalNotification
  name: LocalNotification
  fullName: UnityEngine.iOS.LocalNotification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification.html
  commentId: T:UnityEngine.iOS.LocalNotification
  nameWithType: LocalNotification
  type: Class
- uid: UnityEngine.iOS.LocalNotification.#ctor
  name: LocalNotification()
  fullName: UnityEngine.iOS.LocalNotification.LocalNotification()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-ctor.html
  commentId: M:UnityEngine.iOS.LocalNotification.#ctor
  nameWithType: LocalNotification.LocalNotification()
  type: Constructor
- uid: UnityEngine.iOS.LocalNotification.alertAction
  name: alertAction
  fullName: UnityEngine.iOS.LocalNotification.alertAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-alertAction.html
  commentId: P:UnityEngine.iOS.LocalNotification.alertAction
  nameWithType: LocalNotification.alertAction
  type: Property
- uid: UnityEngine.iOS.LocalNotification.alertBody
  name: alertBody
  fullName: UnityEngine.iOS.LocalNotification.alertBody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-alertBody.html
  commentId: P:UnityEngine.iOS.LocalNotification.alertBody
  nameWithType: LocalNotification.alertBody
  type: Property
- uid: UnityEngine.iOS.LocalNotification.alertLaunchImage
  name: alertLaunchImage
  fullName: UnityEngine.iOS.LocalNotification.alertLaunchImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-alertLaunchImage.html
  commentId: P:UnityEngine.iOS.LocalNotification.alertLaunchImage
  nameWithType: LocalNotification.alertLaunchImage
  type: Property
- uid: UnityEngine.iOS.LocalNotification.applicationIconBadgeNumber
  name: applicationIconBadgeNumber
  fullName: UnityEngine.iOS.LocalNotification.applicationIconBadgeNumber
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-applicationIconBadgeNumber.html
  commentId: P:UnityEngine.iOS.LocalNotification.applicationIconBadgeNumber
  nameWithType: LocalNotification.applicationIconBadgeNumber
  type: Property
- uid: UnityEngine.iOS.LocalNotification.defaultSoundName
  name: defaultSoundName
  fullName: UnityEngine.iOS.LocalNotification.defaultSoundName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-defaultSoundName.html
  commentId: P:UnityEngine.iOS.LocalNotification.defaultSoundName
  nameWithType: LocalNotification.defaultSoundName
  type: Property
- uid: UnityEngine.iOS.LocalNotification.Finalize
  name: ~LocalNotification()
  fullName: UnityEngine.iOS.LocalNotification.~LocalNotification()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification.Finalize.html
  commentId: M:UnityEngine.iOS.LocalNotification.Finalize
  nameWithType: LocalNotification.~LocalNotification()
  type: Method
- uid: UnityEngine.iOS.LocalNotification.fireDate
  name: fireDate
  fullName: UnityEngine.iOS.LocalNotification.fireDate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-fireDate.html
  commentId: P:UnityEngine.iOS.LocalNotification.fireDate
  nameWithType: LocalNotification.fireDate
  type: Property
- uid: UnityEngine.iOS.LocalNotification.hasAction
  name: hasAction
  fullName: UnityEngine.iOS.LocalNotification.hasAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-hasAction.html
  commentId: P:UnityEngine.iOS.LocalNotification.hasAction
  nameWithType: LocalNotification.hasAction
  type: Property
- uid: UnityEngine.iOS.LocalNotification.repeatCalendar
  name: repeatCalendar
  fullName: UnityEngine.iOS.LocalNotification.repeatCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-repeatCalendar.html
  commentId: P:UnityEngine.iOS.LocalNotification.repeatCalendar
  nameWithType: LocalNotification.repeatCalendar
  type: Property
- uid: UnityEngine.iOS.LocalNotification.repeatInterval
  name: repeatInterval
  fullName: UnityEngine.iOS.LocalNotification.repeatInterval
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-repeatInterval.html
  commentId: P:UnityEngine.iOS.LocalNotification.repeatInterval
  nameWithType: LocalNotification.repeatInterval
  type: Property
- uid: UnityEngine.iOS.LocalNotification.soundName
  name: soundName
  fullName: UnityEngine.iOS.LocalNotification.soundName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-soundName.html
  commentId: P:UnityEngine.iOS.LocalNotification.soundName
  nameWithType: LocalNotification.soundName
  type: Property
- uid: UnityEngine.iOS.LocalNotification.timeZone
  name: timeZone
  fullName: UnityEngine.iOS.LocalNotification.timeZone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-timeZone.html
  commentId: P:UnityEngine.iOS.LocalNotification.timeZone
  nameWithType: LocalNotification.timeZone
  type: Property
- uid: UnityEngine.iOS.LocalNotification.userInfo
  name: userInfo
  fullName: UnityEngine.iOS.LocalNotification.userInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.LocalNotification-userInfo.html
  commentId: P:UnityEngine.iOS.LocalNotification.userInfo
  nameWithType: LocalNotification.userInfo
  type: Property
- uid: UnityEngine.iOS.NotificationServices
  name: NotificationServices
  fullName: UnityEngine.iOS.NotificationServices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.html
  commentId: T:UnityEngine.iOS.NotificationServices
  nameWithType: NotificationServices
  type: Class
- uid: UnityEngine.iOS.NotificationServices.CancelAllLocalNotifications
  name: CancelAllLocalNotifications()
  fullName: UnityEngine.iOS.NotificationServices.CancelAllLocalNotifications()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.CancelAllLocalNotifications.html
  commentId: M:UnityEngine.iOS.NotificationServices.CancelAllLocalNotifications
  nameWithType: NotificationServices.CancelAllLocalNotifications()
  type: Method
- uid: UnityEngine.iOS.NotificationServices.CancelLocalNotification(UnityEngine.iOS.LocalNotification)
  name: CancelLocalNotification(LocalNotification)
  fullName: UnityEngine.iOS.NotificationServices.CancelLocalNotification(UnityEngine.iOS.LocalNotification)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.CancelLocalNotification.html
  commentId: M:UnityEngine.iOS.NotificationServices.CancelLocalNotification(UnityEngine.iOS.LocalNotification)
  nameWithType: NotificationServices.CancelLocalNotification(LocalNotification)
  type: Method
- uid: UnityEngine.iOS.NotificationServices.ClearLocalNotifications
  name: ClearLocalNotifications()
  fullName: UnityEngine.iOS.NotificationServices.ClearLocalNotifications()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.ClearLocalNotifications.html
  commentId: M:UnityEngine.iOS.NotificationServices.ClearLocalNotifications
  nameWithType: NotificationServices.ClearLocalNotifications()
  type: Method
- uid: UnityEngine.iOS.NotificationServices.ClearRemoteNotifications
  name: ClearRemoteNotifications()
  fullName: UnityEngine.iOS.NotificationServices.ClearRemoteNotifications()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.ClearRemoteNotifications.html
  commentId: M:UnityEngine.iOS.NotificationServices.ClearRemoteNotifications
  nameWithType: NotificationServices.ClearRemoteNotifications()
  type: Method
- uid: UnityEngine.iOS.NotificationServices.deviceToken
  name: deviceToken
  fullName: UnityEngine.iOS.NotificationServices.deviceToken
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices-deviceToken.html
  commentId: P:UnityEngine.iOS.NotificationServices.deviceToken
  nameWithType: NotificationServices.deviceToken
  type: Property
- uid: UnityEngine.iOS.NotificationServices.enabledNotificationTypes
  name: enabledNotificationTypes
  fullName: UnityEngine.iOS.NotificationServices.enabledNotificationTypes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices-enabledNotificationTypes.html
  commentId: P:UnityEngine.iOS.NotificationServices.enabledNotificationTypes
  nameWithType: NotificationServices.enabledNotificationTypes
  type: Property
- uid: UnityEngine.iOS.NotificationServices.GetLocalNotification(System.Int32)
  name: GetLocalNotification(int)
  fullName: UnityEngine.iOS.NotificationServices.GetLocalNotification(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.GetLocalNotification.html
  commentId: M:UnityEngine.iOS.NotificationServices.GetLocalNotification(System.Int32)
  nameWithType: NotificationServices.GetLocalNotification(int)
  type: Method
- uid: UnityEngine.iOS.NotificationServices.GetRemoteNotification(System.Int32)
  name: GetRemoteNotification(int)
  fullName: UnityEngine.iOS.NotificationServices.GetRemoteNotification(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.GetRemoteNotification.html
  commentId: M:UnityEngine.iOS.NotificationServices.GetRemoteNotification(System.Int32)
  nameWithType: NotificationServices.GetRemoteNotification(int)
  type: Method
- uid: UnityEngine.iOS.NotificationServices.localNotificationCount
  name: localNotificationCount
  fullName: UnityEngine.iOS.NotificationServices.localNotificationCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices-localNotificationCount.html
  commentId: P:UnityEngine.iOS.NotificationServices.localNotificationCount
  nameWithType: NotificationServices.localNotificationCount
  type: Property
- uid: UnityEngine.iOS.NotificationServices.localNotifications
  name: localNotifications
  fullName: UnityEngine.iOS.NotificationServices.localNotifications
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices-localNotifications.html
  commentId: P:UnityEngine.iOS.NotificationServices.localNotifications
  nameWithType: NotificationServices.localNotifications
  type: Property
- uid: UnityEngine.iOS.NotificationServices.PresentLocalNotificationNow(UnityEngine.iOS.LocalNotification)
  name: PresentLocalNotificationNow(LocalNotification)
  fullName: UnityEngine.iOS.NotificationServices.PresentLocalNotificationNow(UnityEngine.iOS.LocalNotification)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.PresentLocalNotificationNow.html
  commentId: M:UnityEngine.iOS.NotificationServices.PresentLocalNotificationNow(UnityEngine.iOS.LocalNotification)
  nameWithType: NotificationServices.PresentLocalNotificationNow(LocalNotification)
  type: Method
- uid: UnityEngine.iOS.NotificationServices.RegisterForNotifications(UnityEngine.iOS.NotificationType,System.Boolean)
  name: RegisterForNotifications(NotificationType, bool)
  fullName: UnityEngine.iOS.NotificationServices.RegisterForNotifications(UnityEngine.iOS.NotificationType, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.RegisterForNotifications.html
  commentId: M:UnityEngine.iOS.NotificationServices.RegisterForNotifications(UnityEngine.iOS.NotificationType,System.Boolean)
  nameWithType: NotificationServices.RegisterForNotifications(NotificationType, bool)
  type: Method
- uid: UnityEngine.iOS.NotificationServices.RegisterForNotifications(UnityEngine.iOS.NotificationType)
  name: RegisterForNotifications(NotificationType)
  fullName: UnityEngine.iOS.NotificationServices.RegisterForNotifications(UnityEngine.iOS.NotificationType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.RegisterForNotifications.html
  commentId: M:UnityEngine.iOS.NotificationServices.RegisterForNotifications(UnityEngine.iOS.NotificationType)
  nameWithType: NotificationServices.RegisterForNotifications(NotificationType)
  type: Method
- uid: UnityEngine.iOS.NotificationServices.registrationError
  name: registrationError
  fullName: UnityEngine.iOS.NotificationServices.registrationError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices-registrationError.html
  commentId: P:UnityEngine.iOS.NotificationServices.registrationError
  nameWithType: NotificationServices.registrationError
  type: Property
- uid: UnityEngine.iOS.NotificationServices.remoteNotificationCount
  name: remoteNotificationCount
  fullName: UnityEngine.iOS.NotificationServices.remoteNotificationCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices-remoteNotificationCount.html
  commentId: P:UnityEngine.iOS.NotificationServices.remoteNotificationCount
  nameWithType: NotificationServices.remoteNotificationCount
  type: Property
- uid: UnityEngine.iOS.NotificationServices.remoteNotifications
  name: remoteNotifications
  fullName: UnityEngine.iOS.NotificationServices.remoteNotifications
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices-remoteNotifications.html
  commentId: P:UnityEngine.iOS.NotificationServices.remoteNotifications
  nameWithType: NotificationServices.remoteNotifications
  type: Property
- uid: UnityEngine.iOS.NotificationServices.scheduledLocalNotifications
  name: scheduledLocalNotifications
  fullName: UnityEngine.iOS.NotificationServices.scheduledLocalNotifications
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices-scheduledLocalNotifications.html
  commentId: P:UnityEngine.iOS.NotificationServices.scheduledLocalNotifications
  nameWithType: NotificationServices.scheduledLocalNotifications
  type: Property
- uid: UnityEngine.iOS.NotificationServices.ScheduleLocalNotification(UnityEngine.iOS.LocalNotification)
  name: ScheduleLocalNotification(LocalNotification)
  fullName: UnityEngine.iOS.NotificationServices.ScheduleLocalNotification(UnityEngine.iOS.LocalNotification)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.ScheduleLocalNotification.html
  commentId: M:UnityEngine.iOS.NotificationServices.ScheduleLocalNotification(UnityEngine.iOS.LocalNotification)
  nameWithType: NotificationServices.ScheduleLocalNotification(LocalNotification)
  type: Method
- uid: UnityEngine.iOS.NotificationServices.UnregisterForRemoteNotifications
  name: UnregisterForRemoteNotifications()
  fullName: UnityEngine.iOS.NotificationServices.UnregisterForRemoteNotifications()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationServices.UnregisterForRemoteNotifications.html
  commentId: M:UnityEngine.iOS.NotificationServices.UnregisterForRemoteNotifications
  nameWithType: NotificationServices.UnregisterForRemoteNotifications()
  type: Method
- uid: UnityEngine.iOS.NotificationType
  name: NotificationType
  fullName: UnityEngine.iOS.NotificationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationType.html
  commentId: T:UnityEngine.iOS.NotificationType
  nameWithType: NotificationType
  type: Enum
- uid: UnityEngine.iOS.NotificationType.Alert
  name: Alert
  fullName: UnityEngine.iOS.NotificationType.Alert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationType.Alert.html
  commentId: F:UnityEngine.iOS.NotificationType.Alert
  nameWithType: NotificationType.Alert
  type: Field
- uid: UnityEngine.iOS.NotificationType.Badge
  name: Badge
  fullName: UnityEngine.iOS.NotificationType.Badge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationType.Badge.html
  commentId: F:UnityEngine.iOS.NotificationType.Badge
  nameWithType: NotificationType.Badge
  type: Field
- uid: UnityEngine.iOS.NotificationType.None
  name: None
  fullName: UnityEngine.iOS.NotificationType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationType.None.html
  commentId: F:UnityEngine.iOS.NotificationType.None
  nameWithType: NotificationType.None
  type: Field
- uid: UnityEngine.iOS.NotificationType.Sound
  name: Sound
  fullName: UnityEngine.iOS.NotificationType.Sound
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.NotificationType.Sound.html
  commentId: F:UnityEngine.iOS.NotificationType.Sound
  nameWithType: NotificationType.Sound
  type: Field
- uid: UnityEngine.iOS.OnDemandResources
  name: OnDemandResources
  fullName: UnityEngine.iOS.OnDemandResources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResources.html
  commentId: T:UnityEngine.iOS.OnDemandResources
  nameWithType: OnDemandResources
  type: Class
- uid: UnityEngine.iOS.OnDemandResources.enabled
  name: enabled
  fullName: UnityEngine.iOS.OnDemandResources.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResources-enabled.html
  commentId: P:UnityEngine.iOS.OnDemandResources.enabled
  nameWithType: OnDemandResources.enabled
  type: Property
- uid: UnityEngine.iOS.OnDemandResources.PreloadAsync(System.String[])
  name: PreloadAsync(string[])
  fullName: UnityEngine.iOS.OnDemandResources.PreloadAsync(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResources.PreloadAsync.html
  commentId: M:UnityEngine.iOS.OnDemandResources.PreloadAsync(System.String[])
  nameWithType: OnDemandResources.PreloadAsync(string[])
  type: Method
- uid: UnityEngine.iOS.OnDemandResourcesRequest
  name: OnDemandResourcesRequest
  fullName: UnityEngine.iOS.OnDemandResourcesRequest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResourcesRequest.html
  commentId: T:UnityEngine.iOS.OnDemandResourcesRequest
  nameWithType: OnDemandResourcesRequest
  type: Class
- uid: UnityEngine.iOS.OnDemandResourcesRequest.Dispose
  name: Dispose()
  fullName: UnityEngine.iOS.OnDemandResourcesRequest.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResourcesRequest.Dispose.html
  commentId: M:UnityEngine.iOS.OnDemandResourcesRequest.Dispose
  nameWithType: OnDemandResourcesRequest.Dispose()
  type: Method
- uid: UnityEngine.iOS.OnDemandResourcesRequest.error
  name: error
  fullName: UnityEngine.iOS.OnDemandResourcesRequest.error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResourcesRequest-error.html
  commentId: P:UnityEngine.iOS.OnDemandResourcesRequest.error
  nameWithType: OnDemandResourcesRequest.error
  type: Property
- uid: UnityEngine.iOS.OnDemandResourcesRequest.Finalize
  name: ~OnDemandResourcesRequest()
  fullName: UnityEngine.iOS.OnDemandResourcesRequest.~OnDemandResourcesRequest()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResourcesRequest.Finalize.html
  commentId: M:UnityEngine.iOS.OnDemandResourcesRequest.Finalize
  nameWithType: OnDemandResourcesRequest.~OnDemandResourcesRequest()
  type: Method
- uid: UnityEngine.iOS.OnDemandResourcesRequest.GetResourcePath(System.String)
  name: GetResourcePath(string)
  fullName: UnityEngine.iOS.OnDemandResourcesRequest.GetResourcePath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResourcesRequest.GetResourcePath.html
  commentId: M:UnityEngine.iOS.OnDemandResourcesRequest.GetResourcePath(System.String)
  nameWithType: OnDemandResourcesRequest.GetResourcePath(string)
  type: Method
- uid: UnityEngine.iOS.OnDemandResourcesRequest.loadingPriority
  name: loadingPriority
  fullName: UnityEngine.iOS.OnDemandResourcesRequest.loadingPriority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.OnDemandResourcesRequest-loadingPriority.html
  commentId: P:UnityEngine.iOS.OnDemandResourcesRequest.loadingPriority
  nameWithType: OnDemandResourcesRequest.loadingPriority
  type: Property
- uid: UnityEngine.iOS.RemoteNotification
  name: RemoteNotification
  fullName: UnityEngine.iOS.RemoteNotification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.RemoteNotification.html
  commentId: T:UnityEngine.iOS.RemoteNotification
  nameWithType: RemoteNotification
  type: Class
- uid: UnityEngine.iOS.RemoteNotification.alertBody
  name: alertBody
  fullName: UnityEngine.iOS.RemoteNotification.alertBody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.RemoteNotification-alertBody.html
  commentId: P:UnityEngine.iOS.RemoteNotification.alertBody
  nameWithType: RemoteNotification.alertBody
  type: Property
- uid: UnityEngine.iOS.RemoteNotification.applicationIconBadgeNumber
  name: applicationIconBadgeNumber
  fullName: UnityEngine.iOS.RemoteNotification.applicationIconBadgeNumber
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.RemoteNotification-applicationIconBadgeNumber.html
  commentId: P:UnityEngine.iOS.RemoteNotification.applicationIconBadgeNumber
  nameWithType: RemoteNotification.applicationIconBadgeNumber
  type: Property
- uid: UnityEngine.iOS.RemoteNotification.Finalize
  name: ~RemoteNotification()
  fullName: UnityEngine.iOS.RemoteNotification.~RemoteNotification()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.RemoteNotification.Finalize.html
  commentId: M:UnityEngine.iOS.RemoteNotification.Finalize
  nameWithType: RemoteNotification.~RemoteNotification()
  type: Method
- uid: UnityEngine.iOS.RemoteNotification.hasAction
  name: hasAction
  fullName: UnityEngine.iOS.RemoteNotification.hasAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.RemoteNotification-hasAction.html
  commentId: P:UnityEngine.iOS.RemoteNotification.hasAction
  nameWithType: RemoteNotification.hasAction
  type: Property
- uid: UnityEngine.iOS.RemoteNotification.soundName
  name: soundName
  fullName: UnityEngine.iOS.RemoteNotification.soundName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.RemoteNotification-soundName.html
  commentId: P:UnityEngine.iOS.RemoteNotification.soundName
  nameWithType: RemoteNotification.soundName
  type: Property
- uid: UnityEngine.iOS.RemoteNotification.userInfo
  name: userInfo
  fullName: UnityEngine.iOS.RemoteNotification.userInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.RemoteNotification-userInfo.html
  commentId: P:UnityEngine.iOS.RemoteNotification.userInfo
  nameWithType: RemoteNotification.userInfo
  type: Property
- uid: UnityEngine.iOS.SystemGestureDeferMode
  name: SystemGestureDeferMode
  fullName: UnityEngine.iOS.SystemGestureDeferMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.SystemGestureDeferMode.html
  commentId: T:UnityEngine.iOS.SystemGestureDeferMode
  nameWithType: SystemGestureDeferMode
  type: Enum
- uid: UnityEngine.iOS.SystemGestureDeferMode.All
  name: All
  fullName: UnityEngine.iOS.SystemGestureDeferMode.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.SystemGestureDeferMode.All.html
  commentId: F:UnityEngine.iOS.SystemGestureDeferMode.All
  nameWithType: SystemGestureDeferMode.All
  type: Field
- uid: UnityEngine.iOS.SystemGestureDeferMode.BottomEdge
  name: BottomEdge
  fullName: UnityEngine.iOS.SystemGestureDeferMode.BottomEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.SystemGestureDeferMode.BottomEdge.html
  commentId: F:UnityEngine.iOS.SystemGestureDeferMode.BottomEdge
  nameWithType: SystemGestureDeferMode.BottomEdge
  type: Field
- uid: UnityEngine.iOS.SystemGestureDeferMode.LeftEdge
  name: LeftEdge
  fullName: UnityEngine.iOS.SystemGestureDeferMode.LeftEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.SystemGestureDeferMode.LeftEdge.html
  commentId: F:UnityEngine.iOS.SystemGestureDeferMode.LeftEdge
  nameWithType: SystemGestureDeferMode.LeftEdge
  type: Field
- uid: UnityEngine.iOS.SystemGestureDeferMode.None
  name: None
  fullName: UnityEngine.iOS.SystemGestureDeferMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.SystemGestureDeferMode.None.html
  commentId: F:UnityEngine.iOS.SystemGestureDeferMode.None
  nameWithType: SystemGestureDeferMode.None
  type: Field
- uid: UnityEngine.iOS.SystemGestureDeferMode.RightEdge
  name: RightEdge
  fullName: UnityEngine.iOS.SystemGestureDeferMode.RightEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.SystemGestureDeferMode.RightEdge.html
  commentId: F:UnityEngine.iOS.SystemGestureDeferMode.RightEdge
  nameWithType: SystemGestureDeferMode.RightEdge
  type: Field
- uid: UnityEngine.iOS.SystemGestureDeferMode.TopEdge
  name: TopEdge
  fullName: UnityEngine.iOS.SystemGestureDeferMode.TopEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOS.SystemGestureDeferMode.TopEdge.html
  commentId: F:UnityEngine.iOS.SystemGestureDeferMode.TopEdge
  nameWithType: SystemGestureDeferMode.TopEdge
  type: Field
- uid: UnityEngine.iOSActivityIndicatorStyle
  name: iOSActivityIndicatorStyle
  fullName: UnityEngine.iOSActivityIndicatorStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSActivityIndicatorStyle.html
  commentId: T:UnityEngine.iOSActivityIndicatorStyle
  nameWithType: iOSActivityIndicatorStyle
  type: Enum
- uid: UnityEngine.iOSActivityIndicatorStyle.DontShow
  name: DontShow
  fullName: UnityEngine.iOSActivityIndicatorStyle.DontShow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSActivityIndicatorStyle.DontShow.html
  commentId: F:UnityEngine.iOSActivityIndicatorStyle.DontShow
  nameWithType: iOSActivityIndicatorStyle.DontShow
  type: Field
- uid: UnityEngine.iOSActivityIndicatorStyle.Gray
  name: Gray
  fullName: UnityEngine.iOSActivityIndicatorStyle.Gray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSActivityIndicatorStyle.Gray.html
  commentId: F:UnityEngine.iOSActivityIndicatorStyle.Gray
  nameWithType: iOSActivityIndicatorStyle.Gray
  type: Field
- uid: UnityEngine.iOSActivityIndicatorStyle.White
  name: White
  fullName: UnityEngine.iOSActivityIndicatorStyle.White
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSActivityIndicatorStyle.White.html
  commentId: F:UnityEngine.iOSActivityIndicatorStyle.White
  nameWithType: iOSActivityIndicatorStyle.White
  type: Field
- uid: UnityEngine.iOSActivityIndicatorStyle.WhiteLarge
  name: WhiteLarge
  fullName: UnityEngine.iOSActivityIndicatorStyle.WhiteLarge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iOSActivityIndicatorStyle.WhiteLarge.html
  commentId: F:UnityEngine.iOSActivityIndicatorStyle.WhiteLarge
  nameWithType: iOSActivityIndicatorStyle.WhiteLarge
  type: Field
- uid: UnityEngine.iPhone
  name: iPhone
  fullName: UnityEngine.iPhone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhone.html
  commentId: T:UnityEngine.iPhone
  nameWithType: iPhone
  type: Class
- uid: UnityEngine.iPhone.advertisingIdentifier
  name: advertisingIdentifier
  fullName: UnityEngine.iPhone.advertisingIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhone-advertisingIdentifier.html
  commentId: P:UnityEngine.iPhone.advertisingIdentifier
  nameWithType: iPhone.advertisingIdentifier
  type: Property
- uid: UnityEngine.iPhone.advertisingTrackingEnabled
  name: advertisingTrackingEnabled
  fullName: UnityEngine.iPhone.advertisingTrackingEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhone-advertisingTrackingEnabled.html
  commentId: P:UnityEngine.iPhone.advertisingTrackingEnabled
  nameWithType: iPhone.advertisingTrackingEnabled
  type: Property
- uid: UnityEngine.iPhone.generation
  name: generation
  fullName: UnityEngine.iPhone.generation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhone-generation.html
  commentId: P:UnityEngine.iPhone.generation
  nameWithType: iPhone.generation
  type: Property
- uid: UnityEngine.iPhone.ResetNoBackupFlag(System.String)
  name: ResetNoBackupFlag(string)
  fullName: UnityEngine.iPhone.ResetNoBackupFlag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhone.ResetNoBackupFlag.html
  commentId: M:UnityEngine.iPhone.ResetNoBackupFlag(System.String)
  nameWithType: iPhone.ResetNoBackupFlag(string)
  type: Method
- uid: UnityEngine.iPhone.SetNoBackupFlag(System.String)
  name: SetNoBackupFlag(string)
  fullName: UnityEngine.iPhone.SetNoBackupFlag(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhone.SetNoBackupFlag.html
  commentId: M:UnityEngine.iPhone.SetNoBackupFlag(System.String)
  nameWithType: iPhone.SetNoBackupFlag(string)
  type: Method
- uid: UnityEngine.iPhone.vendorIdentifier
  name: vendorIdentifier
  fullName: UnityEngine.iPhone.vendorIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhone-vendorIdentifier.html
  commentId: P:UnityEngine.iPhone.vendorIdentifier
  nameWithType: iPhone.vendorIdentifier
  type: Property
- uid: UnityEngine.iPhoneAccelerationEvent
  name: iPhoneAccelerationEvent
  fullName: UnityEngine.iPhoneAccelerationEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneAccelerationEvent.html
  commentId: T:UnityEngine.iPhoneAccelerationEvent
  nameWithType: iPhoneAccelerationEvent
  type: Struct
- uid: UnityEngine.iPhoneAccelerationEvent.acceleration
  name: acceleration
  fullName: UnityEngine.iPhoneAccelerationEvent.acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneAccelerationEvent-acceleration.html
  commentId: P:UnityEngine.iPhoneAccelerationEvent.acceleration
  nameWithType: iPhoneAccelerationEvent.acceleration
  type: Property
- uid: UnityEngine.iPhoneAccelerationEvent.deltaTime
  name: deltaTime
  fullName: UnityEngine.iPhoneAccelerationEvent.deltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneAccelerationEvent-deltaTime.html
  commentId: P:UnityEngine.iPhoneAccelerationEvent.deltaTime
  nameWithType: iPhoneAccelerationEvent.deltaTime
  type: Property
- uid: UnityEngine.iPhoneAccelerationEvent.timeDelta
  name: timeDelta
  fullName: UnityEngine.iPhoneAccelerationEvent.timeDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneAccelerationEvent-timeDelta.html
  commentId: P:UnityEngine.iPhoneAccelerationEvent.timeDelta
  nameWithType: iPhoneAccelerationEvent.timeDelta
  type: Property
- uid: UnityEngine.iPhoneGeneration
  name: iPhoneGeneration
  fullName: UnityEngine.iPhoneGeneration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration.html
  commentId: T:UnityEngine.iPhoneGeneration
  nameWithType: iPhoneGeneration
  type: Enum
- uid: UnityEngine.iPhoneGeneration.iPad1Gen
  name: iPad1Gen
  fullName: UnityEngine.iPhoneGeneration.iPad1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPad1Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPad1Gen
  nameWithType: iPhoneGeneration.iPad1Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPad2Gen
  name: iPad2Gen
  fullName: UnityEngine.iPhoneGeneration.iPad2Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPad2Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPad2Gen
  nameWithType: iPhoneGeneration.iPad2Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPad3Gen
  name: iPad3Gen
  fullName: UnityEngine.iPhoneGeneration.iPad3Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPad3Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPad3Gen
  nameWithType: iPhoneGeneration.iPad3Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPad4Gen
  name: iPad4Gen
  fullName: UnityEngine.iPhoneGeneration.iPad4Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPad4Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPad4Gen
  nameWithType: iPhoneGeneration.iPad4Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPadMini1Gen
  name: iPadMini1Gen
  fullName: UnityEngine.iPhoneGeneration.iPadMini1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPadMini1Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPadMini1Gen
  nameWithType: iPhoneGeneration.iPadMini1Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPadUnknown
  name: iPadUnknown
  fullName: UnityEngine.iPhoneGeneration.iPadUnknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPadUnknown.html
  commentId: F:UnityEngine.iPhoneGeneration.iPadUnknown
  nameWithType: iPhoneGeneration.iPadUnknown
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhone
  name: iPhone
  fullName: UnityEngine.iPhoneGeneration.iPhone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhone.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhone
  nameWithType: iPhoneGeneration.iPhone
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhone3G
  name: iPhone3G
  fullName: UnityEngine.iPhoneGeneration.iPhone3G
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhone3G.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhone3G
  nameWithType: iPhoneGeneration.iPhone3G
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhone3GS
  name: iPhone3GS
  fullName: UnityEngine.iPhoneGeneration.iPhone3GS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhone3GS.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhone3GS
  nameWithType: iPhoneGeneration.iPhone3GS
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhone4
  name: iPhone4
  fullName: UnityEngine.iPhoneGeneration.iPhone4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhone4.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhone4
  nameWithType: iPhoneGeneration.iPhone4
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhone4S
  name: iPhone4S
  fullName: UnityEngine.iPhoneGeneration.iPhone4S
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhone4S.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhone4S
  nameWithType: iPhoneGeneration.iPhone4S
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhone5
  name: iPhone5
  fullName: UnityEngine.iPhoneGeneration.iPhone5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhone5.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhone5
  nameWithType: iPhoneGeneration.iPhone5
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhone5C
  name: iPhone5C
  fullName: UnityEngine.iPhoneGeneration.iPhone5C
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhone5C.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhone5C
  nameWithType: iPhoneGeneration.iPhone5C
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhone5S
  name: iPhone5S
  fullName: UnityEngine.iPhoneGeneration.iPhone5S
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhone5S.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhone5S
  nameWithType: iPhoneGeneration.iPhone5S
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPhoneUnknown
  name: iPhoneUnknown
  fullName: UnityEngine.iPhoneGeneration.iPhoneUnknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPhoneUnknown.html
  commentId: F:UnityEngine.iPhoneGeneration.iPhoneUnknown
  nameWithType: iPhoneGeneration.iPhoneUnknown
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPodTouch1Gen
  name: iPodTouch1Gen
  fullName: UnityEngine.iPhoneGeneration.iPodTouch1Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPodTouch1Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPodTouch1Gen
  nameWithType: iPhoneGeneration.iPodTouch1Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPodTouch2Gen
  name: iPodTouch2Gen
  fullName: UnityEngine.iPhoneGeneration.iPodTouch2Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPodTouch2Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPodTouch2Gen
  nameWithType: iPhoneGeneration.iPodTouch2Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPodTouch3Gen
  name: iPodTouch3Gen
  fullName: UnityEngine.iPhoneGeneration.iPodTouch3Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPodTouch3Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPodTouch3Gen
  nameWithType: iPhoneGeneration.iPodTouch3Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPodTouch4Gen
  name: iPodTouch4Gen
  fullName: UnityEngine.iPhoneGeneration.iPodTouch4Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPodTouch4Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPodTouch4Gen
  nameWithType: iPhoneGeneration.iPodTouch4Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPodTouch5Gen
  name: iPodTouch5Gen
  fullName: UnityEngine.iPhoneGeneration.iPodTouch5Gen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPodTouch5Gen.html
  commentId: F:UnityEngine.iPhoneGeneration.iPodTouch5Gen
  nameWithType: iPhoneGeneration.iPodTouch5Gen
  type: Field
- uid: UnityEngine.iPhoneGeneration.iPodTouchUnknown
  name: iPodTouchUnknown
  fullName: UnityEngine.iPhoneGeneration.iPodTouchUnknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration-iPodTouchUnknown.html
  commentId: F:UnityEngine.iPhoneGeneration.iPodTouchUnknown
  nameWithType: iPhoneGeneration.iPodTouchUnknown
  type: Field
- uid: UnityEngine.iPhoneGeneration.Unknown
  name: Unknown
  fullName: UnityEngine.iPhoneGeneration.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneGeneration.Unknown.html
  commentId: F:UnityEngine.iPhoneGeneration.Unknown
  nameWithType: iPhoneGeneration.Unknown
  type: Field
- uid: UnityEngine.iPhoneInput
  name: iPhoneInput
  fullName: UnityEngine.iPhoneInput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput.html
  commentId: T:UnityEngine.iPhoneInput
  nameWithType: iPhoneInput
  type: Class
- uid: UnityEngine.iPhoneInput.acceleration
  name: acceleration
  fullName: UnityEngine.iPhoneInput.acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput-acceleration.html
  commentId: P:UnityEngine.iPhoneInput.acceleration
  nameWithType: iPhoneInput.acceleration
  type: Property
- uid: UnityEngine.iPhoneInput.accelerationEventCount
  name: accelerationEventCount
  fullName: UnityEngine.iPhoneInput.accelerationEventCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput-accelerationEventCount.html
  commentId: P:UnityEngine.iPhoneInput.accelerationEventCount
  nameWithType: iPhoneInput.accelerationEventCount
  type: Property
- uid: UnityEngine.iPhoneInput.accelerationEvents
  name: accelerationEvents
  fullName: UnityEngine.iPhoneInput.accelerationEvents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput-accelerationEvents.html
  commentId: P:UnityEngine.iPhoneInput.accelerationEvents
  nameWithType: iPhoneInput.accelerationEvents
  type: Property
- uid: UnityEngine.iPhoneInput.GetAccelerationEvent(System.Int32)
  name: GetAccelerationEvent(int)
  fullName: UnityEngine.iPhoneInput.GetAccelerationEvent(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput.GetAccelerationEvent.html
  commentId: M:UnityEngine.iPhoneInput.GetAccelerationEvent(System.Int32)
  nameWithType: iPhoneInput.GetAccelerationEvent(int)
  type: Method
- uid: UnityEngine.iPhoneInput.GetTouch(System.Int32)
  name: GetTouch(int)
  fullName: UnityEngine.iPhoneInput.GetTouch(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput.GetTouch.html
  commentId: M:UnityEngine.iPhoneInput.GetTouch(System.Int32)
  nameWithType: iPhoneInput.GetTouch(int)
  type: Method
- uid: UnityEngine.iPhoneInput.lastLocation
  name: lastLocation
  fullName: UnityEngine.iPhoneInput.lastLocation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput-lastLocation.html
  commentId: P:UnityEngine.iPhoneInput.lastLocation
  nameWithType: iPhoneInput.lastLocation
  type: Property
- uid: UnityEngine.iPhoneInput.multiTouchEnabled
  name: multiTouchEnabled
  fullName: UnityEngine.iPhoneInput.multiTouchEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput-multiTouchEnabled.html
  commentId: P:UnityEngine.iPhoneInput.multiTouchEnabled
  nameWithType: iPhoneInput.multiTouchEnabled
  type: Property
- uid: UnityEngine.iPhoneInput.orientation
  name: orientation
  fullName: UnityEngine.iPhoneInput.orientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput-orientation.html
  commentId: P:UnityEngine.iPhoneInput.orientation
  nameWithType: iPhoneInput.orientation
  type: Property
- uid: UnityEngine.iPhoneInput.touchCount
  name: touchCount
  fullName: UnityEngine.iPhoneInput.touchCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput-touchCount.html
  commentId: P:UnityEngine.iPhoneInput.touchCount
  nameWithType: iPhoneInput.touchCount
  type: Property
- uid: UnityEngine.iPhoneInput.touches
  name: touches
  fullName: UnityEngine.iPhoneInput.touches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneInput-touches.html
  commentId: P:UnityEngine.iPhoneInput.touches
  nameWithType: iPhoneInput.touches
  type: Property
- uid: UnityEngine.iPhoneKeyboard
  name: iPhoneKeyboard
  fullName: UnityEngine.iPhoneKeyboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboard.html
  commentId: T:UnityEngine.iPhoneKeyboard
  nameWithType: iPhoneKeyboard
  type: Class
- uid: UnityEngine.iPhoneKeyboard.active
  name: active
  fullName: UnityEngine.iPhoneKeyboard.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboard-active.html
  commentId: P:UnityEngine.iPhoneKeyboard.active
  nameWithType: iPhoneKeyboard.active
  type: Property
- uid: UnityEngine.iPhoneKeyboard.area
  name: area
  fullName: UnityEngine.iPhoneKeyboard.area
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboard-area.html
  commentId: P:UnityEngine.iPhoneKeyboard.area
  nameWithType: iPhoneKeyboard.area
  type: Property
- uid: UnityEngine.iPhoneKeyboard.done
  name: done
  fullName: UnityEngine.iPhoneKeyboard.done
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboard-done.html
  commentId: P:UnityEngine.iPhoneKeyboard.done
  nameWithType: iPhoneKeyboard.done
  type: Property
- uid: UnityEngine.iPhoneKeyboard.hideInput
  name: hideInput
  fullName: UnityEngine.iPhoneKeyboard.hideInput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboard-hideInput.html
  commentId: P:UnityEngine.iPhoneKeyboard.hideInput
  nameWithType: iPhoneKeyboard.hideInput
  type: Property
- uid: UnityEngine.iPhoneKeyboard.text
  name: text
  fullName: UnityEngine.iPhoneKeyboard.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboard-text.html
  commentId: P:UnityEngine.iPhoneKeyboard.text
  nameWithType: iPhoneKeyboard.text
  type: Property
- uid: UnityEngine.iPhoneKeyboard.visible
  name: visible
  fullName: UnityEngine.iPhoneKeyboard.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboard-visible.html
  commentId: P:UnityEngine.iPhoneKeyboard.visible
  nameWithType: iPhoneKeyboard.visible
  type: Property
- uid: UnityEngine.iPhoneKeyboardType
  name: iPhoneKeyboardType
  fullName: UnityEngine.iPhoneKeyboardType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.html
  commentId: T:UnityEngine.iPhoneKeyboardType
  nameWithType: iPhoneKeyboardType
  type: Enum
- uid: UnityEngine.iPhoneKeyboardType.ASCIICapable
  name: ASCIICapable
  fullName: UnityEngine.iPhoneKeyboardType.ASCIICapable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.ASCIICapable.html
  commentId: F:UnityEngine.iPhoneKeyboardType.ASCIICapable
  nameWithType: iPhoneKeyboardType.ASCIICapable
  type: Field
- uid: UnityEngine.iPhoneKeyboardType.Default
  name: Default
  fullName: UnityEngine.iPhoneKeyboardType.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.Default.html
  commentId: F:UnityEngine.iPhoneKeyboardType.Default
  nameWithType: iPhoneKeyboardType.Default
  type: Field
- uid: UnityEngine.iPhoneKeyboardType.EmailAddress
  name: EmailAddress
  fullName: UnityEngine.iPhoneKeyboardType.EmailAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.EmailAddress.html
  commentId: F:UnityEngine.iPhoneKeyboardType.EmailAddress
  nameWithType: iPhoneKeyboardType.EmailAddress
  type: Field
- uid: UnityEngine.iPhoneKeyboardType.NamePhonePad
  name: NamePhonePad
  fullName: UnityEngine.iPhoneKeyboardType.NamePhonePad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.NamePhonePad.html
  commentId: F:UnityEngine.iPhoneKeyboardType.NamePhonePad
  nameWithType: iPhoneKeyboardType.NamePhonePad
  type: Field
- uid: UnityEngine.iPhoneKeyboardType.NumberPad
  name: NumberPad
  fullName: UnityEngine.iPhoneKeyboardType.NumberPad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.NumberPad.html
  commentId: F:UnityEngine.iPhoneKeyboardType.NumberPad
  nameWithType: iPhoneKeyboardType.NumberPad
  type: Field
- uid: UnityEngine.iPhoneKeyboardType.NumbersAndPunctuation
  name: NumbersAndPunctuation
  fullName: UnityEngine.iPhoneKeyboardType.NumbersAndPunctuation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.NumbersAndPunctuation.html
  commentId: F:UnityEngine.iPhoneKeyboardType.NumbersAndPunctuation
  nameWithType: iPhoneKeyboardType.NumbersAndPunctuation
  type: Field
- uid: UnityEngine.iPhoneKeyboardType.PhonePad
  name: PhonePad
  fullName: UnityEngine.iPhoneKeyboardType.PhonePad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.PhonePad.html
  commentId: F:UnityEngine.iPhoneKeyboardType.PhonePad
  nameWithType: iPhoneKeyboardType.PhonePad
  type: Field
- uid: UnityEngine.iPhoneKeyboardType.URL
  name: URL
  fullName: UnityEngine.iPhoneKeyboardType.URL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneKeyboardType.URL.html
  commentId: F:UnityEngine.iPhoneKeyboardType.URL
  nameWithType: iPhoneKeyboardType.URL
  type: Field
- uid: UnityEngine.iPhoneMovieControlMode
  name: iPhoneMovieControlMode
  fullName: UnityEngine.iPhoneMovieControlMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieControlMode.html
  commentId: T:UnityEngine.iPhoneMovieControlMode
  nameWithType: iPhoneMovieControlMode
  type: Enum
- uid: UnityEngine.iPhoneMovieControlMode.CancelOnTouch
  name: CancelOnTouch
  fullName: UnityEngine.iPhoneMovieControlMode.CancelOnTouch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieControlMode.CancelOnTouch.html
  commentId: F:UnityEngine.iPhoneMovieControlMode.CancelOnTouch
  nameWithType: iPhoneMovieControlMode.CancelOnTouch
  type: Field
- uid: UnityEngine.iPhoneMovieControlMode.Full
  name: Full
  fullName: UnityEngine.iPhoneMovieControlMode.Full
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieControlMode.Full.html
  commentId: F:UnityEngine.iPhoneMovieControlMode.Full
  nameWithType: iPhoneMovieControlMode.Full
  type: Field
- uid: UnityEngine.iPhoneMovieControlMode.Hidden
  name: Hidden
  fullName: UnityEngine.iPhoneMovieControlMode.Hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieControlMode.Hidden.html
  commentId: F:UnityEngine.iPhoneMovieControlMode.Hidden
  nameWithType: iPhoneMovieControlMode.Hidden
  type: Field
- uid: UnityEngine.iPhoneMovieControlMode.Minimal
  name: Minimal
  fullName: UnityEngine.iPhoneMovieControlMode.Minimal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieControlMode.Minimal.html
  commentId: F:UnityEngine.iPhoneMovieControlMode.Minimal
  nameWithType: iPhoneMovieControlMode.Minimal
  type: Field
- uid: UnityEngine.iPhoneMovieControlMode.VolumeOnly
  name: VolumeOnly
  fullName: UnityEngine.iPhoneMovieControlMode.VolumeOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieControlMode.VolumeOnly.html
  commentId: F:UnityEngine.iPhoneMovieControlMode.VolumeOnly
  nameWithType: iPhoneMovieControlMode.VolumeOnly
  type: Field
- uid: UnityEngine.iPhoneMovieScalingMode
  name: iPhoneMovieScalingMode
  fullName: UnityEngine.iPhoneMovieScalingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieScalingMode.html
  commentId: T:UnityEngine.iPhoneMovieScalingMode
  nameWithType: iPhoneMovieScalingMode
  type: Enum
- uid: UnityEngine.iPhoneMovieScalingMode.AspectFill
  name: AspectFill
  fullName: UnityEngine.iPhoneMovieScalingMode.AspectFill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieScalingMode.AspectFill.html
  commentId: F:UnityEngine.iPhoneMovieScalingMode.AspectFill
  nameWithType: iPhoneMovieScalingMode.AspectFill
  type: Field
- uid: UnityEngine.iPhoneMovieScalingMode.AspectFit
  name: AspectFit
  fullName: UnityEngine.iPhoneMovieScalingMode.AspectFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieScalingMode.AspectFit.html
  commentId: F:UnityEngine.iPhoneMovieScalingMode.AspectFit
  nameWithType: iPhoneMovieScalingMode.AspectFit
  type: Field
- uid: UnityEngine.iPhoneMovieScalingMode.Fill
  name: Fill
  fullName: UnityEngine.iPhoneMovieScalingMode.Fill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieScalingMode.Fill.html
  commentId: F:UnityEngine.iPhoneMovieScalingMode.Fill
  nameWithType: iPhoneMovieScalingMode.Fill
  type: Field
- uid: UnityEngine.iPhoneMovieScalingMode.None
  name: None
  fullName: UnityEngine.iPhoneMovieScalingMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneMovieScalingMode.None.html
  commentId: F:UnityEngine.iPhoneMovieScalingMode.None
  nameWithType: iPhoneMovieScalingMode.None
  type: Field
- uid: UnityEngine.iPhoneNetworkReachability
  name: iPhoneNetworkReachability
  fullName: UnityEngine.iPhoneNetworkReachability
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneNetworkReachability.html
  commentId: T:UnityEngine.iPhoneNetworkReachability
  nameWithType: iPhoneNetworkReachability
  type: Enum
- uid: UnityEngine.iPhoneNetworkReachability.NotReachable
  name: NotReachable
  fullName: UnityEngine.iPhoneNetworkReachability.NotReachable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneNetworkReachability.NotReachable.html
  commentId: F:UnityEngine.iPhoneNetworkReachability.NotReachable
  nameWithType: iPhoneNetworkReachability.NotReachable
  type: Field
- uid: UnityEngine.iPhoneNetworkReachability.ReachableViaCarrierDataNetwork
  name: ReachableViaCarrierDataNetwork
  fullName: UnityEngine.iPhoneNetworkReachability.ReachableViaCarrierDataNetwork
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneNetworkReachability.ReachableViaCarrierDataNetwork.html
  commentId: F:UnityEngine.iPhoneNetworkReachability.ReachableViaCarrierDataNetwork
  nameWithType: iPhoneNetworkReachability.ReachableViaCarrierDataNetwork
  type: Field
- uid: UnityEngine.iPhoneNetworkReachability.ReachableViaWiFiNetwork
  name: ReachableViaWiFiNetwork
  fullName: UnityEngine.iPhoneNetworkReachability.ReachableViaWiFiNetwork
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneNetworkReachability.ReachableViaWiFiNetwork.html
  commentId: F:UnityEngine.iPhoneNetworkReachability.ReachableViaWiFiNetwork
  nameWithType: iPhoneNetworkReachability.ReachableViaWiFiNetwork
  type: Field
- uid: UnityEngine.iPhoneOrientation
  name: iPhoneOrientation
  fullName: UnityEngine.iPhoneOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneOrientation.html
  commentId: T:UnityEngine.iPhoneOrientation
  nameWithType: iPhoneOrientation
  type: Enum
- uid: UnityEngine.iPhoneOrientation.FaceDown
  name: FaceDown
  fullName: UnityEngine.iPhoneOrientation.FaceDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneOrientation.FaceDown.html
  commentId: F:UnityEngine.iPhoneOrientation.FaceDown
  nameWithType: iPhoneOrientation.FaceDown
  type: Field
- uid: UnityEngine.iPhoneOrientation.FaceUp
  name: FaceUp
  fullName: UnityEngine.iPhoneOrientation.FaceUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneOrientation.FaceUp.html
  commentId: F:UnityEngine.iPhoneOrientation.FaceUp
  nameWithType: iPhoneOrientation.FaceUp
  type: Field
- uid: UnityEngine.iPhoneOrientation.LandscapeLeft
  name: LandscapeLeft
  fullName: UnityEngine.iPhoneOrientation.LandscapeLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneOrientation.LandscapeLeft.html
  commentId: F:UnityEngine.iPhoneOrientation.LandscapeLeft
  nameWithType: iPhoneOrientation.LandscapeLeft
  type: Field
- uid: UnityEngine.iPhoneOrientation.LandscapeRight
  name: LandscapeRight
  fullName: UnityEngine.iPhoneOrientation.LandscapeRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneOrientation.LandscapeRight.html
  commentId: F:UnityEngine.iPhoneOrientation.LandscapeRight
  nameWithType: iPhoneOrientation.LandscapeRight
  type: Field
- uid: UnityEngine.iPhoneOrientation.Portrait
  name: Portrait
  fullName: UnityEngine.iPhoneOrientation.Portrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneOrientation.Portrait.html
  commentId: F:UnityEngine.iPhoneOrientation.Portrait
  nameWithType: iPhoneOrientation.Portrait
  type: Field
- uid: UnityEngine.iPhoneOrientation.PortraitUpsideDown
  name: PortraitUpsideDown
  fullName: UnityEngine.iPhoneOrientation.PortraitUpsideDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneOrientation.PortraitUpsideDown.html
  commentId: F:UnityEngine.iPhoneOrientation.PortraitUpsideDown
  nameWithType: iPhoneOrientation.PortraitUpsideDown
  type: Field
- uid: UnityEngine.iPhoneOrientation.Unknown
  name: Unknown
  fullName: UnityEngine.iPhoneOrientation.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneOrientation.Unknown.html
  commentId: F:UnityEngine.iPhoneOrientation.Unknown
  nameWithType: iPhoneOrientation.Unknown
  type: Field
- uid: UnityEngine.iPhoneScreenOrientation
  name: iPhoneScreenOrientation
  fullName: UnityEngine.iPhoneScreenOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneScreenOrientation.html
  commentId: T:UnityEngine.iPhoneScreenOrientation
  nameWithType: iPhoneScreenOrientation
  type: Enum
- uid: UnityEngine.iPhoneScreenOrientation.AutoRotation
  name: AutoRotation
  fullName: UnityEngine.iPhoneScreenOrientation.AutoRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneScreenOrientation.AutoRotation.html
  commentId: F:UnityEngine.iPhoneScreenOrientation.AutoRotation
  nameWithType: iPhoneScreenOrientation.AutoRotation
  type: Field
- uid: UnityEngine.iPhoneScreenOrientation.Landscape
  name: Landscape
  fullName: UnityEngine.iPhoneScreenOrientation.Landscape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneScreenOrientation.Landscape.html
  commentId: F:UnityEngine.iPhoneScreenOrientation.Landscape
  nameWithType: iPhoneScreenOrientation.Landscape
  type: Field
- uid: UnityEngine.iPhoneScreenOrientation.LandscapeLeft
  name: LandscapeLeft
  fullName: UnityEngine.iPhoneScreenOrientation.LandscapeLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneScreenOrientation.LandscapeLeft.html
  commentId: F:UnityEngine.iPhoneScreenOrientation.LandscapeLeft
  nameWithType: iPhoneScreenOrientation.LandscapeLeft
  type: Field
- uid: UnityEngine.iPhoneScreenOrientation.LandscapeRight
  name: LandscapeRight
  fullName: UnityEngine.iPhoneScreenOrientation.LandscapeRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneScreenOrientation.LandscapeRight.html
  commentId: F:UnityEngine.iPhoneScreenOrientation.LandscapeRight
  nameWithType: iPhoneScreenOrientation.LandscapeRight
  type: Field
- uid: UnityEngine.iPhoneScreenOrientation.Portrait
  name: Portrait
  fullName: UnityEngine.iPhoneScreenOrientation.Portrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneScreenOrientation.Portrait.html
  commentId: F:UnityEngine.iPhoneScreenOrientation.Portrait
  nameWithType: iPhoneScreenOrientation.Portrait
  type: Field
- uid: UnityEngine.iPhoneScreenOrientation.PortraitUpsideDown
  name: PortraitUpsideDown
  fullName: UnityEngine.iPhoneScreenOrientation.PortraitUpsideDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneScreenOrientation.PortraitUpsideDown.html
  commentId: F:UnityEngine.iPhoneScreenOrientation.PortraitUpsideDown
  nameWithType: iPhoneScreenOrientation.PortraitUpsideDown
  type: Field
- uid: UnityEngine.iPhoneScreenOrientation.Unknown
  name: Unknown
  fullName: UnityEngine.iPhoneScreenOrientation.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneScreenOrientation.Unknown.html
  commentId: F:UnityEngine.iPhoneScreenOrientation.Unknown
  nameWithType: iPhoneScreenOrientation.Unknown
  type: Field
- uid: UnityEngine.iPhoneSettings
  name: iPhoneSettings
  fullName: UnityEngine.iPhoneSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings.html
  commentId: T:UnityEngine.iPhoneSettings
  nameWithType: iPhoneSettings
  type: Class
- uid: UnityEngine.iPhoneSettings.generation
  name: generation
  fullName: UnityEngine.iPhoneSettings.generation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-generation.html
  commentId: P:UnityEngine.iPhoneSettings.generation
  nameWithType: iPhoneSettings.generation
  type: Property
- uid: UnityEngine.iPhoneSettings.internetReachability
  name: internetReachability
  fullName: UnityEngine.iPhoneSettings.internetReachability
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-internetReachability.html
  commentId: P:UnityEngine.iPhoneSettings.internetReachability
  nameWithType: iPhoneSettings.internetReachability
  type: Property
- uid: UnityEngine.iPhoneSettings.locationServiceEnabledByUser
  name: locationServiceEnabledByUser
  fullName: UnityEngine.iPhoneSettings.locationServiceEnabledByUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-locationServiceEnabledByUser.html
  commentId: P:UnityEngine.iPhoneSettings.locationServiceEnabledByUser
  nameWithType: iPhoneSettings.locationServiceEnabledByUser
  type: Property
- uid: UnityEngine.iPhoneSettings.locationServiceStatus
  name: locationServiceStatus
  fullName: UnityEngine.iPhoneSettings.locationServiceStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-locationServiceStatus.html
  commentId: P:UnityEngine.iPhoneSettings.locationServiceStatus
  nameWithType: iPhoneSettings.locationServiceStatus
  type: Property
- uid: UnityEngine.iPhoneSettings.model
  name: model
  fullName: UnityEngine.iPhoneSettings.model
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-model.html
  commentId: P:UnityEngine.iPhoneSettings.model
  nameWithType: iPhoneSettings.model
  type: Property
- uid: UnityEngine.iPhoneSettings.name
  name: name
  fullName: UnityEngine.iPhoneSettings.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-name.html
  commentId: P:UnityEngine.iPhoneSettings.name
  nameWithType: iPhoneSettings.name
  type: Property
- uid: UnityEngine.iPhoneSettings.screenCanDarken
  name: screenCanDarken
  fullName: UnityEngine.iPhoneSettings.screenCanDarken
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-screenCanDarken.html
  commentId: P:UnityEngine.iPhoneSettings.screenCanDarken
  nameWithType: iPhoneSettings.screenCanDarken
  type: Property
- uid: UnityEngine.iPhoneSettings.screenOrientation
  name: screenOrientation
  fullName: UnityEngine.iPhoneSettings.screenOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-screenOrientation.html
  commentId: P:UnityEngine.iPhoneSettings.screenOrientation
  nameWithType: iPhoneSettings.screenOrientation
  type: Property
- uid: UnityEngine.iPhoneSettings.StartLocationServiceUpdates
  name: StartLocationServiceUpdates()
  fullName: UnityEngine.iPhoneSettings.StartLocationServiceUpdates()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings.StartLocationServiceUpdates.html
  commentId: M:UnityEngine.iPhoneSettings.StartLocationServiceUpdates
  nameWithType: iPhoneSettings.StartLocationServiceUpdates()
  type: Method
- uid: UnityEngine.iPhoneSettings.StartLocationServiceUpdates(System.Single,System.Single)
  name: StartLocationServiceUpdates(float, float)
  fullName: UnityEngine.iPhoneSettings.StartLocationServiceUpdates(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings.StartLocationServiceUpdates.html
  commentId: M:UnityEngine.iPhoneSettings.StartLocationServiceUpdates(System.Single,System.Single)
  nameWithType: iPhoneSettings.StartLocationServiceUpdates(float, float)
  type: Method
- uid: UnityEngine.iPhoneSettings.StartLocationServiceUpdates(System.Single)
  name: StartLocationServiceUpdates(float)
  fullName: UnityEngine.iPhoneSettings.StartLocationServiceUpdates(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings.StartLocationServiceUpdates.html
  commentId: M:UnityEngine.iPhoneSettings.StartLocationServiceUpdates(System.Single)
  nameWithType: iPhoneSettings.StartLocationServiceUpdates(float)
  type: Method
- uid: UnityEngine.iPhoneSettings.StopLocationServiceUpdates
  name: StopLocationServiceUpdates()
  fullName: UnityEngine.iPhoneSettings.StopLocationServiceUpdates()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings.StopLocationServiceUpdates.html
  commentId: M:UnityEngine.iPhoneSettings.StopLocationServiceUpdates
  nameWithType: iPhoneSettings.StopLocationServiceUpdates()
  type: Method
- uid: UnityEngine.iPhoneSettings.systemName
  name: systemName
  fullName: UnityEngine.iPhoneSettings.systemName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-systemName.html
  commentId: P:UnityEngine.iPhoneSettings.systemName
  nameWithType: iPhoneSettings.systemName
  type: Property
- uid: UnityEngine.iPhoneSettings.systemVersion
  name: systemVersion
  fullName: UnityEngine.iPhoneSettings.systemVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-systemVersion.html
  commentId: P:UnityEngine.iPhoneSettings.systemVersion
  nameWithType: iPhoneSettings.systemVersion
  type: Property
- uid: UnityEngine.iPhoneSettings.uniqueIdentifier
  name: uniqueIdentifier
  fullName: UnityEngine.iPhoneSettings.uniqueIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-uniqueIdentifier.html
  commentId: P:UnityEngine.iPhoneSettings.uniqueIdentifier
  nameWithType: iPhoneSettings.uniqueIdentifier
  type: Property
- uid: UnityEngine.iPhoneSettings.verticalOrientation
  name: verticalOrientation
  fullName: UnityEngine.iPhoneSettings.verticalOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneSettings-verticalOrientation.html
  commentId: P:UnityEngine.iPhoneSettings.verticalOrientation
  nameWithType: iPhoneSettings.verticalOrientation
  type: Property
- uid: UnityEngine.iPhoneTouch
  name: iPhoneTouch
  fullName: UnityEngine.iPhoneTouch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch.html
  commentId: T:UnityEngine.iPhoneTouch
  nameWithType: iPhoneTouch
  type: Struct
- uid: UnityEngine.iPhoneTouch.deltaPosition
  name: deltaPosition
  fullName: UnityEngine.iPhoneTouch.deltaPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch-deltaPosition.html
  commentId: P:UnityEngine.iPhoneTouch.deltaPosition
  nameWithType: iPhoneTouch.deltaPosition
  type: Property
- uid: UnityEngine.iPhoneTouch.deltaTime
  name: deltaTime
  fullName: UnityEngine.iPhoneTouch.deltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch-deltaTime.html
  commentId: P:UnityEngine.iPhoneTouch.deltaTime
  nameWithType: iPhoneTouch.deltaTime
  type: Property
- uid: UnityEngine.iPhoneTouch.fingerId
  name: fingerId
  fullName: UnityEngine.iPhoneTouch.fingerId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch-fingerId.html
  commentId: P:UnityEngine.iPhoneTouch.fingerId
  nameWithType: iPhoneTouch.fingerId
  type: Property
- uid: UnityEngine.iPhoneTouch.phase
  name: phase
  fullName: UnityEngine.iPhoneTouch.phase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch-phase.html
  commentId: P:UnityEngine.iPhoneTouch.phase
  nameWithType: iPhoneTouch.phase
  type: Property
- uid: UnityEngine.iPhoneTouch.position
  name: position
  fullName: UnityEngine.iPhoneTouch.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch-position.html
  commentId: P:UnityEngine.iPhoneTouch.position
  nameWithType: iPhoneTouch.position
  type: Property
- uid: UnityEngine.iPhoneTouch.positionDelta
  name: positionDelta
  fullName: UnityEngine.iPhoneTouch.positionDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch-positionDelta.html
  commentId: P:UnityEngine.iPhoneTouch.positionDelta
  nameWithType: iPhoneTouch.positionDelta
  type: Property
- uid: UnityEngine.iPhoneTouch.tapCount
  name: tapCount
  fullName: UnityEngine.iPhoneTouch.tapCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch-tapCount.html
  commentId: P:UnityEngine.iPhoneTouch.tapCount
  nameWithType: iPhoneTouch.tapCount
  type: Property
- uid: UnityEngine.iPhoneTouch.timeDelta
  name: timeDelta
  fullName: UnityEngine.iPhoneTouch.timeDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouch-timeDelta.html
  commentId: P:UnityEngine.iPhoneTouch.timeDelta
  nameWithType: iPhoneTouch.timeDelta
  type: Property
- uid: UnityEngine.iPhoneTouchPhase
  name: iPhoneTouchPhase
  fullName: UnityEngine.iPhoneTouchPhase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouchPhase.html
  commentId: T:UnityEngine.iPhoneTouchPhase
  nameWithType: iPhoneTouchPhase
  type: Enum
- uid: UnityEngine.iPhoneTouchPhase.Began
  name: Began
  fullName: UnityEngine.iPhoneTouchPhase.Began
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouchPhase.Began.html
  commentId: F:UnityEngine.iPhoneTouchPhase.Began
  nameWithType: iPhoneTouchPhase.Began
  type: Field
- uid: UnityEngine.iPhoneTouchPhase.Canceled
  name: Canceled
  fullName: UnityEngine.iPhoneTouchPhase.Canceled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouchPhase.Canceled.html
  commentId: F:UnityEngine.iPhoneTouchPhase.Canceled
  nameWithType: iPhoneTouchPhase.Canceled
  type: Field
- uid: UnityEngine.iPhoneTouchPhase.Ended
  name: Ended
  fullName: UnityEngine.iPhoneTouchPhase.Ended
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouchPhase.Ended.html
  commentId: F:UnityEngine.iPhoneTouchPhase.Ended
  nameWithType: iPhoneTouchPhase.Ended
  type: Field
- uid: UnityEngine.iPhoneTouchPhase.Moved
  name: Moved
  fullName: UnityEngine.iPhoneTouchPhase.Moved
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouchPhase.Moved.html
  commentId: F:UnityEngine.iPhoneTouchPhase.Moved
  nameWithType: iPhoneTouchPhase.Moved
  type: Field
- uid: UnityEngine.iPhoneTouchPhase.Stationary
  name: Stationary
  fullName: UnityEngine.iPhoneTouchPhase.Stationary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneTouchPhase.Stationary.html
  commentId: F:UnityEngine.iPhoneTouchPhase.Stationary
  nameWithType: iPhoneTouchPhase.Stationary
  type: Field
- uid: UnityEngine.iPhoneUtils
  name: iPhoneUtils
  fullName: UnityEngine.iPhoneUtils
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils.html
  commentId: T:UnityEngine.iPhoneUtils
  nameWithType: iPhoneUtils
  type: Class
- uid: UnityEngine.iPhoneUtils.isApplicationGenuine
  name: isApplicationGenuine
  fullName: UnityEngine.iPhoneUtils.isApplicationGenuine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils-isApplicationGenuine.html
  commentId: P:UnityEngine.iPhoneUtils.isApplicationGenuine
  nameWithType: iPhoneUtils.isApplicationGenuine
  type: Property
- uid: UnityEngine.iPhoneUtils.isApplicationGenuineAvailable
  name: isApplicationGenuineAvailable
  fullName: UnityEngine.iPhoneUtils.isApplicationGenuineAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils-isApplicationGenuineAvailable.html
  commentId: P:UnityEngine.iPhoneUtils.isApplicationGenuineAvailable
  nameWithType: iPhoneUtils.isApplicationGenuineAvailable
  type: Property
- uid: UnityEngine.iPhoneUtils.PlayMovie(System.String,UnityEngine.Color,UnityEngine.iPhoneMovieControlMode,UnityEngine.iPhoneMovieScalingMode)
  name: PlayMovie(string, Color, iPhoneMovieControlMode, iPhoneMovieScalingMode)
  fullName: UnityEngine.iPhoneUtils.PlayMovie(string, UnityEngine.Color, UnityEngine.iPhoneMovieControlMode, UnityEngine.iPhoneMovieScalingMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils.PlayMovie.html
  commentId: M:UnityEngine.iPhoneUtils.PlayMovie(System.String,UnityEngine.Color,UnityEngine.iPhoneMovieControlMode,UnityEngine.iPhoneMovieScalingMode)
  nameWithType: iPhoneUtils.PlayMovie(string, Color, iPhoneMovieControlMode, iPhoneMovieScalingMode)
  type: Method
- uid: UnityEngine.iPhoneUtils.PlayMovie(System.String,UnityEngine.Color,UnityEngine.iPhoneMovieControlMode)
  name: PlayMovie(string, Color, iPhoneMovieControlMode)
  fullName: UnityEngine.iPhoneUtils.PlayMovie(string, UnityEngine.Color, UnityEngine.iPhoneMovieControlMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils.PlayMovie.html
  commentId: M:UnityEngine.iPhoneUtils.PlayMovie(System.String,UnityEngine.Color,UnityEngine.iPhoneMovieControlMode)
  nameWithType: iPhoneUtils.PlayMovie(string, Color, iPhoneMovieControlMode)
  type: Method
- uid: UnityEngine.iPhoneUtils.PlayMovie(System.String,UnityEngine.Color)
  name: PlayMovie(string, Color)
  fullName: UnityEngine.iPhoneUtils.PlayMovie(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils.PlayMovie.html
  commentId: M:UnityEngine.iPhoneUtils.PlayMovie(System.String,UnityEngine.Color)
  nameWithType: iPhoneUtils.PlayMovie(string, Color)
  type: Method
- uid: UnityEngine.iPhoneUtils.PlayMovieURL(System.String,UnityEngine.Color,UnityEngine.iPhoneMovieControlMode,UnityEngine.iPhoneMovieScalingMode)
  name: PlayMovieURL(string, Color, iPhoneMovieControlMode, iPhoneMovieScalingMode)
  fullName: UnityEngine.iPhoneUtils.PlayMovieURL(string, UnityEngine.Color, UnityEngine.iPhoneMovieControlMode, UnityEngine.iPhoneMovieScalingMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils.PlayMovieURL.html
  commentId: M:UnityEngine.iPhoneUtils.PlayMovieURL(System.String,UnityEngine.Color,UnityEngine.iPhoneMovieControlMode,UnityEngine.iPhoneMovieScalingMode)
  nameWithType: iPhoneUtils.PlayMovieURL(string, Color, iPhoneMovieControlMode, iPhoneMovieScalingMode)
  type: Method
- uid: UnityEngine.iPhoneUtils.PlayMovieURL(System.String,UnityEngine.Color,UnityEngine.iPhoneMovieControlMode)
  name: PlayMovieURL(string, Color, iPhoneMovieControlMode)
  fullName: UnityEngine.iPhoneUtils.PlayMovieURL(string, UnityEngine.Color, UnityEngine.iPhoneMovieControlMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils.PlayMovieURL.html
  commentId: M:UnityEngine.iPhoneUtils.PlayMovieURL(System.String,UnityEngine.Color,UnityEngine.iPhoneMovieControlMode)
  nameWithType: iPhoneUtils.PlayMovieURL(string, Color, iPhoneMovieControlMode)
  type: Method
- uid: UnityEngine.iPhoneUtils.PlayMovieURL(System.String,UnityEngine.Color)
  name: PlayMovieURL(string, Color)
  fullName: UnityEngine.iPhoneUtils.PlayMovieURL(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils.PlayMovieURL.html
  commentId: M:UnityEngine.iPhoneUtils.PlayMovieURL(System.String,UnityEngine.Color)
  nameWithType: iPhoneUtils.PlayMovieURL(string, Color)
  type: Method
- uid: UnityEngine.iPhoneUtils.Vibrate
  name: Vibrate()
  fullName: UnityEngine.iPhoneUtils.Vibrate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/iPhoneUtils.Vibrate.html
  commentId: M:UnityEngine.iPhoneUtils.Vibrate
  nameWithType: iPhoneUtils.Vibrate()
  type: Method
- uid: UnityEngine.ISerializationCallbackReceiver
  name: ISerializationCallbackReceiver
  fullName: UnityEngine.ISerializationCallbackReceiver
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ISerializationCallbackReceiver.html
  commentId: T:UnityEngine.ISerializationCallbackReceiver
  nameWithType: ISerializationCallbackReceiver
  type: Interface
- uid: UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize
  name: OnAfterDeserialize()
  fullName: UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ISerializationCallbackReceiver.OnAfterDeserialize.html
  commentId: M:UnityEngine.ISerializationCallbackReceiver.OnAfterDeserialize
  nameWithType: ISerializationCallbackReceiver.OnAfterDeserialize()
  type: Method
- uid: UnityEngine.ISerializationCallbackReceiver.OnBeforeSerialize
  name: OnBeforeSerialize()
  fullName: UnityEngine.ISerializationCallbackReceiver.OnBeforeSerialize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ISerializationCallbackReceiver.OnBeforeSerialize.html
  commentId: M:UnityEngine.ISerializationCallbackReceiver.OnBeforeSerialize
  nameWithType: ISerializationCallbackReceiver.OnBeforeSerialize()
  type: Method
- uid: UnityEngine.Joint
  name: Joint
  fullName: UnityEngine.Joint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint.html
  commentId: T:UnityEngine.Joint
  nameWithType: Joint
  type: Class
- uid: UnityEngine.Joint.anchor
  name: anchor
  fullName: UnityEngine.Joint.anchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-anchor.html
  commentId: P:UnityEngine.Joint.anchor
  nameWithType: Joint.anchor
  type: Property
- uid: UnityEngine.Joint.autoConfigureConnectedAnchor
  name: autoConfigureConnectedAnchor
  fullName: UnityEngine.Joint.autoConfigureConnectedAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-autoConfigureConnectedAnchor.html
  commentId: P:UnityEngine.Joint.autoConfigureConnectedAnchor
  nameWithType: Joint.autoConfigureConnectedAnchor
  type: Property
- uid: UnityEngine.Joint.axis
  name: axis
  fullName: UnityEngine.Joint.axis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-axis.html
  commentId: P:UnityEngine.Joint.axis
  nameWithType: Joint.axis
  type: Property
- uid: UnityEngine.Joint.breakForce
  name: breakForce
  fullName: UnityEngine.Joint.breakForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-breakForce.html
  commentId: P:UnityEngine.Joint.breakForce
  nameWithType: Joint.breakForce
  type: Property
- uid: UnityEngine.Joint.breakTorque
  name: breakTorque
  fullName: UnityEngine.Joint.breakTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-breakTorque.html
  commentId: P:UnityEngine.Joint.breakTorque
  nameWithType: Joint.breakTorque
  type: Property
- uid: UnityEngine.Joint.connectedAnchor
  name: connectedAnchor
  fullName: UnityEngine.Joint.connectedAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-connectedAnchor.html
  commentId: P:UnityEngine.Joint.connectedAnchor
  nameWithType: Joint.connectedAnchor
  type: Property
- uid: UnityEngine.Joint.connectedBody
  name: connectedBody
  fullName: UnityEngine.Joint.connectedBody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-connectedBody.html
  commentId: P:UnityEngine.Joint.connectedBody
  nameWithType: Joint.connectedBody
  type: Property
- uid: UnityEngine.Joint.connectedMassScale
  name: connectedMassScale
  fullName: UnityEngine.Joint.connectedMassScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-connectedMassScale.html
  commentId: P:UnityEngine.Joint.connectedMassScale
  nameWithType: Joint.connectedMassScale
  type: Property
- uid: UnityEngine.Joint.currentForce
  name: currentForce
  fullName: UnityEngine.Joint.currentForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-currentForce.html
  commentId: P:UnityEngine.Joint.currentForce
  nameWithType: Joint.currentForce
  type: Property
- uid: UnityEngine.Joint.currentTorque
  name: currentTorque
  fullName: UnityEngine.Joint.currentTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-currentTorque.html
  commentId: P:UnityEngine.Joint.currentTorque
  nameWithType: Joint.currentTorque
  type: Property
- uid: UnityEngine.Joint.enableCollision
  name: enableCollision
  fullName: UnityEngine.Joint.enableCollision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-enableCollision.html
  commentId: P:UnityEngine.Joint.enableCollision
  nameWithType: Joint.enableCollision
  type: Property
- uid: UnityEngine.Joint.enablePreprocessing
  name: enablePreprocessing
  fullName: UnityEngine.Joint.enablePreprocessing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-enablePreprocessing.html
  commentId: P:UnityEngine.Joint.enablePreprocessing
  nameWithType: Joint.enablePreprocessing
  type: Property
- uid: UnityEngine.Joint.massScale
  name: massScale
  fullName: UnityEngine.Joint.massScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint-massScale.html
  commentId: P:UnityEngine.Joint.massScale
  nameWithType: Joint.massScale
  type: Property
- uid: UnityEngine.Joint2D
  name: Joint2D
  fullName: UnityEngine.Joint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D.html
  commentId: T:UnityEngine.Joint2D
  nameWithType: Joint2D
  type: Class
- uid: UnityEngine.Joint2D.attachedRigidbody
  name: attachedRigidbody
  fullName: UnityEngine.Joint2D.attachedRigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D-attachedRigidbody.html
  commentId: P:UnityEngine.Joint2D.attachedRigidbody
  nameWithType: Joint2D.attachedRigidbody
  type: Property
- uid: UnityEngine.Joint2D.breakForce
  name: breakForce
  fullName: UnityEngine.Joint2D.breakForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D-breakForce.html
  commentId: P:UnityEngine.Joint2D.breakForce
  nameWithType: Joint2D.breakForce
  type: Property
- uid: UnityEngine.Joint2D.breakTorque
  name: breakTorque
  fullName: UnityEngine.Joint2D.breakTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D-breakTorque.html
  commentId: P:UnityEngine.Joint2D.breakTorque
  nameWithType: Joint2D.breakTorque
  type: Property
- uid: UnityEngine.Joint2D.collideConnected
  name: collideConnected
  fullName: UnityEngine.Joint2D.collideConnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D-collideConnected.html
  commentId: P:UnityEngine.Joint2D.collideConnected
  nameWithType: Joint2D.collideConnected
  type: Property
- uid: UnityEngine.Joint2D.connectedBody
  name: connectedBody
  fullName: UnityEngine.Joint2D.connectedBody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D-connectedBody.html
  commentId: P:UnityEngine.Joint2D.connectedBody
  nameWithType: Joint2D.connectedBody
  type: Property
- uid: UnityEngine.Joint2D.enableCollision
  name: enableCollision
  fullName: UnityEngine.Joint2D.enableCollision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D-enableCollision.html
  commentId: P:UnityEngine.Joint2D.enableCollision
  nameWithType: Joint2D.enableCollision
  type: Property
- uid: UnityEngine.Joint2D.GetReactionForce(System.Single)
  name: GetReactionForce(float)
  fullName: UnityEngine.Joint2D.GetReactionForce(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D.GetReactionForce.html
  commentId: M:UnityEngine.Joint2D.GetReactionForce(System.Single)
  nameWithType: Joint2D.GetReactionForce(float)
  type: Method
- uid: UnityEngine.Joint2D.GetReactionTorque(System.Single)
  name: GetReactionTorque(float)
  fullName: UnityEngine.Joint2D.GetReactionTorque(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D.GetReactionTorque.html
  commentId: M:UnityEngine.Joint2D.GetReactionTorque(System.Single)
  nameWithType: Joint2D.GetReactionTorque(float)
  type: Method
- uid: UnityEngine.Joint2D.reactionForce
  name: reactionForce
  fullName: UnityEngine.Joint2D.reactionForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D-reactionForce.html
  commentId: P:UnityEngine.Joint2D.reactionForce
  nameWithType: Joint2D.reactionForce
  type: Property
- uid: UnityEngine.Joint2D.reactionTorque
  name: reactionTorque
  fullName: UnityEngine.Joint2D.reactionTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Joint2D-reactionTorque.html
  commentId: P:UnityEngine.Joint2D.reactionTorque
  nameWithType: Joint2D.reactionTorque
  type: Property
- uid: UnityEngine.JointAngleLimits2D
  name: JointAngleLimits2D
  fullName: UnityEngine.JointAngleLimits2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointAngleLimits2D.html
  commentId: T:UnityEngine.JointAngleLimits2D
  nameWithType: JointAngleLimits2D
  type: Struct
- uid: UnityEngine.JointAngleLimits2D.max
  name: max
  fullName: UnityEngine.JointAngleLimits2D.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointAngleLimits2D-max.html
  commentId: P:UnityEngine.JointAngleLimits2D.max
  nameWithType: JointAngleLimits2D.max
  type: Property
- uid: UnityEngine.JointAngleLimits2D.min
  name: min
  fullName: UnityEngine.JointAngleLimits2D.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointAngleLimits2D-min.html
  commentId: P:UnityEngine.JointAngleLimits2D.min
  nameWithType: JointAngleLimits2D.min
  type: Property
- uid: UnityEngine.JointDrive
  name: JointDrive
  fullName: UnityEngine.JointDrive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDrive.html
  commentId: T:UnityEngine.JointDrive
  nameWithType: JointDrive
  type: Struct
- uid: UnityEngine.JointDrive.maximumForce
  name: maximumForce
  fullName: UnityEngine.JointDrive.maximumForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDrive-maximumForce.html
  commentId: P:UnityEngine.JointDrive.maximumForce
  nameWithType: JointDrive.maximumForce
  type: Property
- uid: UnityEngine.JointDrive.mode
  name: mode
  fullName: UnityEngine.JointDrive.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDrive-mode.html
  commentId: P:UnityEngine.JointDrive.mode
  nameWithType: JointDrive.mode
  type: Property
- uid: UnityEngine.JointDrive.positionDamper
  name: positionDamper
  fullName: UnityEngine.JointDrive.positionDamper
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDrive-positionDamper.html
  commentId: P:UnityEngine.JointDrive.positionDamper
  nameWithType: JointDrive.positionDamper
  type: Property
- uid: UnityEngine.JointDrive.positionSpring
  name: positionSpring
  fullName: UnityEngine.JointDrive.positionSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDrive-positionSpring.html
  commentId: P:UnityEngine.JointDrive.positionSpring
  nameWithType: JointDrive.positionSpring
  type: Property
- uid: UnityEngine.JointDriveMode
  name: JointDriveMode
  fullName: UnityEngine.JointDriveMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDriveMode.html
  commentId: T:UnityEngine.JointDriveMode
  nameWithType: JointDriveMode
  type: Enum
- uid: UnityEngine.JointDriveMode.None
  name: None
  fullName: UnityEngine.JointDriveMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDriveMode.None.html
  commentId: F:UnityEngine.JointDriveMode.None
  nameWithType: JointDriveMode.None
  type: Field
- uid: UnityEngine.JointDriveMode.Position
  name: Position
  fullName: UnityEngine.JointDriveMode.Position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDriveMode.Position.html
  commentId: F:UnityEngine.JointDriveMode.Position
  nameWithType: JointDriveMode.Position
  type: Field
- uid: UnityEngine.JointDriveMode.PositionAndVelocity
  name: PositionAndVelocity
  fullName: UnityEngine.JointDriveMode.PositionAndVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDriveMode.PositionAndVelocity.html
  commentId: F:UnityEngine.JointDriveMode.PositionAndVelocity
  nameWithType: JointDriveMode.PositionAndVelocity
  type: Field
- uid: UnityEngine.JointDriveMode.Velocity
  name: Velocity
  fullName: UnityEngine.JointDriveMode.Velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointDriveMode.Velocity.html
  commentId: F:UnityEngine.JointDriveMode.Velocity
  nameWithType: JointDriveMode.Velocity
  type: Field
- uid: UnityEngine.JointLimits
  name: JointLimits
  fullName: UnityEngine.JointLimits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimits.html
  commentId: T:UnityEngine.JointLimits
  nameWithType: JointLimits
  type: Struct
- uid: UnityEngine.JointLimits.bounceMinVelocity
  name: bounceMinVelocity
  fullName: UnityEngine.JointLimits.bounceMinVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimits-bounceMinVelocity.html
  commentId: P:UnityEngine.JointLimits.bounceMinVelocity
  nameWithType: JointLimits.bounceMinVelocity
  type: Property
- uid: UnityEngine.JointLimits.bounciness
  name: bounciness
  fullName: UnityEngine.JointLimits.bounciness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimits-bounciness.html
  commentId: P:UnityEngine.JointLimits.bounciness
  nameWithType: JointLimits.bounciness
  type: Property
- uid: UnityEngine.JointLimits.contactDistance
  name: contactDistance
  fullName: UnityEngine.JointLimits.contactDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimits-contactDistance.html
  commentId: P:UnityEngine.JointLimits.contactDistance
  nameWithType: JointLimits.contactDistance
  type: Property
- uid: UnityEngine.JointLimits.max
  name: max
  fullName: UnityEngine.JointLimits.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimits-max.html
  commentId: P:UnityEngine.JointLimits.max
  nameWithType: JointLimits.max
  type: Property
- uid: UnityEngine.JointLimits.maxBounce
  name: maxBounce
  fullName: UnityEngine.JointLimits.maxBounce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimits-maxBounce.html
  commentId: F:UnityEngine.JointLimits.maxBounce
  nameWithType: JointLimits.maxBounce
  type: Field
- uid: UnityEngine.JointLimits.min
  name: min
  fullName: UnityEngine.JointLimits.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimits-min.html
  commentId: P:UnityEngine.JointLimits.min
  nameWithType: JointLimits.min
  type: Property
- uid: UnityEngine.JointLimits.minBounce
  name: minBounce
  fullName: UnityEngine.JointLimits.minBounce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimits-minBounce.html
  commentId: F:UnityEngine.JointLimits.minBounce
  nameWithType: JointLimits.minBounce
  type: Field
- uid: UnityEngine.JointLimitState2D
  name: JointLimitState2D
  fullName: UnityEngine.JointLimitState2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimitState2D.html
  commentId: T:UnityEngine.JointLimitState2D
  nameWithType: JointLimitState2D
  type: Enum
- uid: UnityEngine.JointLimitState2D.EqualLimits
  name: EqualLimits
  fullName: UnityEngine.JointLimitState2D.EqualLimits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimitState2D.EqualLimits.html
  commentId: F:UnityEngine.JointLimitState2D.EqualLimits
  nameWithType: JointLimitState2D.EqualLimits
  type: Field
- uid: UnityEngine.JointLimitState2D.Inactive
  name: Inactive
  fullName: UnityEngine.JointLimitState2D.Inactive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimitState2D.Inactive.html
  commentId: F:UnityEngine.JointLimitState2D.Inactive
  nameWithType: JointLimitState2D.Inactive
  type: Field
- uid: UnityEngine.JointLimitState2D.LowerLimit
  name: LowerLimit
  fullName: UnityEngine.JointLimitState2D.LowerLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimitState2D.LowerLimit.html
  commentId: F:UnityEngine.JointLimitState2D.LowerLimit
  nameWithType: JointLimitState2D.LowerLimit
  type: Field
- uid: UnityEngine.JointLimitState2D.UpperLimit
  name: UpperLimit
  fullName: UnityEngine.JointLimitState2D.UpperLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointLimitState2D.UpperLimit.html
  commentId: F:UnityEngine.JointLimitState2D.UpperLimit
  nameWithType: JointLimitState2D.UpperLimit
  type: Field
- uid: UnityEngine.JointMotor
  name: JointMotor
  fullName: UnityEngine.JointMotor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointMotor.html
  commentId: T:UnityEngine.JointMotor
  nameWithType: JointMotor
  type: Struct
- uid: UnityEngine.JointMotor.force
  name: force
  fullName: UnityEngine.JointMotor.force
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointMotor-force.html
  commentId: P:UnityEngine.JointMotor.force
  nameWithType: JointMotor.force
  type: Property
- uid: UnityEngine.JointMotor.freeSpin
  name: freeSpin
  fullName: UnityEngine.JointMotor.freeSpin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointMotor-freeSpin.html
  commentId: P:UnityEngine.JointMotor.freeSpin
  nameWithType: JointMotor.freeSpin
  type: Property
- uid: UnityEngine.JointMotor.targetVelocity
  name: targetVelocity
  fullName: UnityEngine.JointMotor.targetVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointMotor-targetVelocity.html
  commentId: P:UnityEngine.JointMotor.targetVelocity
  nameWithType: JointMotor.targetVelocity
  type: Property
- uid: UnityEngine.JointMotor2D
  name: JointMotor2D
  fullName: UnityEngine.JointMotor2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointMotor2D.html
  commentId: T:UnityEngine.JointMotor2D
  nameWithType: JointMotor2D
  type: Struct
- uid: UnityEngine.JointMotor2D.maxMotorTorque
  name: maxMotorTorque
  fullName: UnityEngine.JointMotor2D.maxMotorTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointMotor2D-maxMotorTorque.html
  commentId: P:UnityEngine.JointMotor2D.maxMotorTorque
  nameWithType: JointMotor2D.maxMotorTorque
  type: Property
- uid: UnityEngine.JointMotor2D.motorSpeed
  name: motorSpeed
  fullName: UnityEngine.JointMotor2D.motorSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointMotor2D-motorSpeed.html
  commentId: P:UnityEngine.JointMotor2D.motorSpeed
  nameWithType: JointMotor2D.motorSpeed
  type: Property
- uid: UnityEngine.JointProjectionMode
  name: JointProjectionMode
  fullName: UnityEngine.JointProjectionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointProjectionMode.html
  commentId: T:UnityEngine.JointProjectionMode
  nameWithType: JointProjectionMode
  type: Enum
- uid: UnityEngine.JointProjectionMode.None
  name: None
  fullName: UnityEngine.JointProjectionMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointProjectionMode.None.html
  commentId: F:UnityEngine.JointProjectionMode.None
  nameWithType: JointProjectionMode.None
  type: Field
- uid: UnityEngine.JointProjectionMode.PositionAndRotation
  name: PositionAndRotation
  fullName: UnityEngine.JointProjectionMode.PositionAndRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointProjectionMode.PositionAndRotation.html
  commentId: F:UnityEngine.JointProjectionMode.PositionAndRotation
  nameWithType: JointProjectionMode.PositionAndRotation
  type: Field
- uid: UnityEngine.JointProjectionMode.PositionOnly
  name: PositionOnly
  fullName: UnityEngine.JointProjectionMode.PositionOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointProjectionMode.PositionOnly.html
  commentId: F:UnityEngine.JointProjectionMode.PositionOnly
  nameWithType: JointProjectionMode.PositionOnly
  type: Field
- uid: UnityEngine.JointSpring
  name: JointSpring
  fullName: UnityEngine.JointSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointSpring.html
  commentId: T:UnityEngine.JointSpring
  nameWithType: JointSpring
  type: Struct
- uid: UnityEngine.JointSpring.damper
  name: damper
  fullName: UnityEngine.JointSpring.damper
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointSpring-damper.html
  commentId: F:UnityEngine.JointSpring.damper
  nameWithType: JointSpring.damper
  type: Field
- uid: UnityEngine.JointSpring.spring
  name: spring
  fullName: UnityEngine.JointSpring.spring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointSpring-spring.html
  commentId: F:UnityEngine.JointSpring.spring
  nameWithType: JointSpring.spring
  type: Field
- uid: UnityEngine.JointSpring.targetPosition
  name: targetPosition
  fullName: UnityEngine.JointSpring.targetPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointSpring-targetPosition.html
  commentId: F:UnityEngine.JointSpring.targetPosition
  nameWithType: JointSpring.targetPosition
  type: Field
- uid: UnityEngine.JointSuspension2D
  name: JointSuspension2D
  fullName: UnityEngine.JointSuspension2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointSuspension2D.html
  commentId: T:UnityEngine.JointSuspension2D
  nameWithType: JointSuspension2D
  type: Struct
- uid: UnityEngine.JointSuspension2D.angle
  name: angle
  fullName: UnityEngine.JointSuspension2D.angle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointSuspension2D-angle.html
  commentId: P:UnityEngine.JointSuspension2D.angle
  nameWithType: JointSuspension2D.angle
  type: Property
- uid: UnityEngine.JointSuspension2D.dampingRatio
  name: dampingRatio
  fullName: UnityEngine.JointSuspension2D.dampingRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointSuspension2D-dampingRatio.html
  commentId: P:UnityEngine.JointSuspension2D.dampingRatio
  nameWithType: JointSuspension2D.dampingRatio
  type: Property
- uid: UnityEngine.JointSuspension2D.frequency
  name: frequency
  fullName: UnityEngine.JointSuspension2D.frequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointSuspension2D-frequency.html
  commentId: P:UnityEngine.JointSuspension2D.frequency
  nameWithType: JointSuspension2D.frequency
  type: Property
- uid: UnityEngine.JointTranslationLimits2D
  name: JointTranslationLimits2D
  fullName: UnityEngine.JointTranslationLimits2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointTranslationLimits2D.html
  commentId: T:UnityEngine.JointTranslationLimits2D
  nameWithType: JointTranslationLimits2D
  type: Struct
- uid: UnityEngine.JointTranslationLimits2D.max
  name: max
  fullName: UnityEngine.JointTranslationLimits2D.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointTranslationLimits2D-max.html
  commentId: P:UnityEngine.JointTranslationLimits2D.max
  nameWithType: JointTranslationLimits2D.max
  type: Property
- uid: UnityEngine.JointTranslationLimits2D.min
  name: min
  fullName: UnityEngine.JointTranslationLimits2D.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JointTranslationLimits2D-min.html
  commentId: P:UnityEngine.JointTranslationLimits2D.min
  nameWithType: JointTranslationLimits2D.min
  type: Property
- uid: UnityEngine.JsonUtility
  name: JsonUtility
  fullName: UnityEngine.JsonUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JsonUtility.html
  commentId: T:UnityEngine.JsonUtility
  nameWithType: JsonUtility
  type: Class
- uid: UnityEngine.JsonUtility.FromJson(System.String,System.Type)
  name: FromJson(string, Type)
  fullName: UnityEngine.JsonUtility.FromJson(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JsonUtility.FromJson.html
  commentId: M:UnityEngine.JsonUtility.FromJson(System.String,System.Type)
  nameWithType: JsonUtility.FromJson(string, Type)
  type: Method
- uid: UnityEngine.JsonUtility.FromJson``1(System.String)
  name: FromJson<T>(string)
  fullName: UnityEngine.JsonUtility.FromJson<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JsonUtility.FromJson.html
  commentId: M:UnityEngine.JsonUtility.FromJson``1(System.String)
  nameWithType: JsonUtility.FromJson<T>(string)
  type: Method
- uid: UnityEngine.JsonUtility.FromJsonOverwrite(System.String,System.Object)
  name: FromJsonOverwrite(string, object)
  fullName: UnityEngine.JsonUtility.FromJsonOverwrite(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JsonUtility.FromJsonOverwrite.html
  commentId: M:UnityEngine.JsonUtility.FromJsonOverwrite(System.String,System.Object)
  nameWithType: JsonUtility.FromJsonOverwrite(string, object)
  type: Method
- uid: UnityEngine.JsonUtility.ToJson(System.Object,System.Boolean)
  name: ToJson(object, bool)
  fullName: UnityEngine.JsonUtility.ToJson(object, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JsonUtility.ToJson.html
  commentId: M:UnityEngine.JsonUtility.ToJson(System.Object,System.Boolean)
  nameWithType: JsonUtility.ToJson(object, bool)
  type: Method
- uid: UnityEngine.JsonUtility.ToJson(System.Object)
  name: ToJson(object)
  fullName: UnityEngine.JsonUtility.ToJson(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/JsonUtility.ToJson.html
  commentId: M:UnityEngine.JsonUtility.ToJson(System.Object)
  nameWithType: JsonUtility.ToJson(object)
  type: Method
- uid: UnityEngine.jvalue
  name: jvalue
  fullName: UnityEngine.jvalue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue.html
  commentId: T:UnityEngine.jvalue
  nameWithType: jvalue
  type: Struct
- uid: UnityEngine.jvalue.b
  name: b
  fullName: UnityEngine.jvalue.b
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-b.html
  commentId: F:UnityEngine.jvalue.b
  nameWithType: jvalue.b
  type: Field
- uid: UnityEngine.jvalue.c
  name: c
  fullName: UnityEngine.jvalue.c
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-c.html
  commentId: F:UnityEngine.jvalue.c
  nameWithType: jvalue.c
  type: Field
- uid: UnityEngine.jvalue.d
  name: d
  fullName: UnityEngine.jvalue.d
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-d.html
  commentId: F:UnityEngine.jvalue.d
  nameWithType: jvalue.d
  type: Field
- uid: UnityEngine.jvalue.f
  name: f
  fullName: UnityEngine.jvalue.f
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-f.html
  commentId: F:UnityEngine.jvalue.f
  nameWithType: jvalue.f
  type: Field
- uid: UnityEngine.jvalue.i
  name: i
  fullName: UnityEngine.jvalue.i
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-i.html
  commentId: F:UnityEngine.jvalue.i
  nameWithType: jvalue.i
  type: Field
- uid: UnityEngine.jvalue.j
  name: j
  fullName: UnityEngine.jvalue.j
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-j.html
  commentId: F:UnityEngine.jvalue.j
  nameWithType: jvalue.j
  type: Field
- uid: UnityEngine.jvalue.l
  name: l
  fullName: UnityEngine.jvalue.l
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-l.html
  commentId: F:UnityEngine.jvalue.l
  nameWithType: jvalue.l
  type: Field
- uid: UnityEngine.jvalue.s
  name: s
  fullName: UnityEngine.jvalue.s
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-s.html
  commentId: F:UnityEngine.jvalue.s
  nameWithType: jvalue.s
  type: Field
- uid: UnityEngine.jvalue.z
  name: z
  fullName: UnityEngine.jvalue.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/jvalue-z.html
  commentId: F:UnityEngine.jvalue.z
  nameWithType: jvalue.z
  type: Field
- uid: UnityEngine.KeyCode
  name: KeyCode
  fullName: UnityEngine.KeyCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.html
  commentId: T:UnityEngine.KeyCode
  nameWithType: KeyCode
  type: Enum
- uid: UnityEngine.KeyCode.A
  name: A
  fullName: UnityEngine.KeyCode.A
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.A.html
  commentId: F:UnityEngine.KeyCode.A
  nameWithType: KeyCode.A
  type: Field
- uid: UnityEngine.KeyCode.Alpha0
  name: Alpha0
  fullName: UnityEngine.KeyCode.Alpha0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha0.html
  commentId: F:UnityEngine.KeyCode.Alpha0
  nameWithType: KeyCode.Alpha0
  type: Field
- uid: UnityEngine.KeyCode.Alpha1
  name: Alpha1
  fullName: UnityEngine.KeyCode.Alpha1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha1.html
  commentId: F:UnityEngine.KeyCode.Alpha1
  nameWithType: KeyCode.Alpha1
  type: Field
- uid: UnityEngine.KeyCode.Alpha2
  name: Alpha2
  fullName: UnityEngine.KeyCode.Alpha2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha2.html
  commentId: F:UnityEngine.KeyCode.Alpha2
  nameWithType: KeyCode.Alpha2
  type: Field
- uid: UnityEngine.KeyCode.Alpha3
  name: Alpha3
  fullName: UnityEngine.KeyCode.Alpha3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha3.html
  commentId: F:UnityEngine.KeyCode.Alpha3
  nameWithType: KeyCode.Alpha3
  type: Field
- uid: UnityEngine.KeyCode.Alpha4
  name: Alpha4
  fullName: UnityEngine.KeyCode.Alpha4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha4.html
  commentId: F:UnityEngine.KeyCode.Alpha4
  nameWithType: KeyCode.Alpha4
  type: Field
- uid: UnityEngine.KeyCode.Alpha5
  name: Alpha5
  fullName: UnityEngine.KeyCode.Alpha5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha5.html
  commentId: F:UnityEngine.KeyCode.Alpha5
  nameWithType: KeyCode.Alpha5
  type: Field
- uid: UnityEngine.KeyCode.Alpha6
  name: Alpha6
  fullName: UnityEngine.KeyCode.Alpha6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha6.html
  commentId: F:UnityEngine.KeyCode.Alpha6
  nameWithType: KeyCode.Alpha6
  type: Field
- uid: UnityEngine.KeyCode.Alpha7
  name: Alpha7
  fullName: UnityEngine.KeyCode.Alpha7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha7.html
  commentId: F:UnityEngine.KeyCode.Alpha7
  nameWithType: KeyCode.Alpha7
  type: Field
- uid: UnityEngine.KeyCode.Alpha8
  name: Alpha8
  fullName: UnityEngine.KeyCode.Alpha8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha8.html
  commentId: F:UnityEngine.KeyCode.Alpha8
  nameWithType: KeyCode.Alpha8
  type: Field
- uid: UnityEngine.KeyCode.Alpha9
  name: Alpha9
  fullName: UnityEngine.KeyCode.Alpha9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Alpha9.html
  commentId: F:UnityEngine.KeyCode.Alpha9
  nameWithType: KeyCode.Alpha9
  type: Field
- uid: UnityEngine.KeyCode.AltGr
  name: AltGr
  fullName: UnityEngine.KeyCode.AltGr
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.AltGr.html
  commentId: F:UnityEngine.KeyCode.AltGr
  nameWithType: KeyCode.AltGr
  type: Field
- uid: UnityEngine.KeyCode.Ampersand
  name: Ampersand
  fullName: UnityEngine.KeyCode.Ampersand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Ampersand.html
  commentId: F:UnityEngine.KeyCode.Ampersand
  nameWithType: KeyCode.Ampersand
  type: Field
- uid: UnityEngine.KeyCode.Asterisk
  name: Asterisk
  fullName: UnityEngine.KeyCode.Asterisk
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Asterisk.html
  commentId: F:UnityEngine.KeyCode.Asterisk
  nameWithType: KeyCode.Asterisk
  type: Field
- uid: UnityEngine.KeyCode.At
  name: At
  fullName: UnityEngine.KeyCode.At
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.At.html
  commentId: F:UnityEngine.KeyCode.At
  nameWithType: KeyCode.At
  type: Field
- uid: UnityEngine.KeyCode.B
  name: B
  fullName: UnityEngine.KeyCode.B
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.B.html
  commentId: F:UnityEngine.KeyCode.B
  nameWithType: KeyCode.B
  type: Field
- uid: UnityEngine.KeyCode.BackQuote
  name: BackQuote
  fullName: UnityEngine.KeyCode.BackQuote
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.BackQuote.html
  commentId: F:UnityEngine.KeyCode.BackQuote
  nameWithType: KeyCode.BackQuote
  type: Field
- uid: UnityEngine.KeyCode.Backslash
  name: Backslash
  fullName: UnityEngine.KeyCode.Backslash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Backslash.html
  commentId: F:UnityEngine.KeyCode.Backslash
  nameWithType: KeyCode.Backslash
  type: Field
- uid: UnityEngine.KeyCode.Backspace
  name: Backspace
  fullName: UnityEngine.KeyCode.Backspace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Backspace.html
  commentId: F:UnityEngine.KeyCode.Backspace
  nameWithType: KeyCode.Backspace
  type: Field
- uid: UnityEngine.KeyCode.Break
  name: Break
  fullName: UnityEngine.KeyCode.Break
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Break.html
  commentId: F:UnityEngine.KeyCode.Break
  nameWithType: KeyCode.Break
  type: Field
- uid: UnityEngine.KeyCode.C
  name: C
  fullName: UnityEngine.KeyCode.C
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.C.html
  commentId: F:UnityEngine.KeyCode.C
  nameWithType: KeyCode.C
  type: Field
- uid: UnityEngine.KeyCode.CapsLock
  name: CapsLock
  fullName: UnityEngine.KeyCode.CapsLock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.CapsLock.html
  commentId: F:UnityEngine.KeyCode.CapsLock
  nameWithType: KeyCode.CapsLock
  type: Field
- uid: UnityEngine.KeyCode.Caret
  name: Caret
  fullName: UnityEngine.KeyCode.Caret
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Caret.html
  commentId: F:UnityEngine.KeyCode.Caret
  nameWithType: KeyCode.Caret
  type: Field
- uid: UnityEngine.KeyCode.Clear
  name: Clear
  fullName: UnityEngine.KeyCode.Clear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Clear.html
  commentId: F:UnityEngine.KeyCode.Clear
  nameWithType: KeyCode.Clear
  type: Field
- uid: UnityEngine.KeyCode.Colon
  name: Colon
  fullName: UnityEngine.KeyCode.Colon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Colon.html
  commentId: F:UnityEngine.KeyCode.Colon
  nameWithType: KeyCode.Colon
  type: Field
- uid: UnityEngine.KeyCode.Comma
  name: Comma
  fullName: UnityEngine.KeyCode.Comma
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Comma.html
  commentId: F:UnityEngine.KeyCode.Comma
  nameWithType: KeyCode.Comma
  type: Field
- uid: UnityEngine.KeyCode.D
  name: D
  fullName: UnityEngine.KeyCode.D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.D.html
  commentId: F:UnityEngine.KeyCode.D
  nameWithType: KeyCode.D
  type: Field
- uid: UnityEngine.KeyCode.Delete
  name: Delete
  fullName: UnityEngine.KeyCode.Delete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Delete.html
  commentId: F:UnityEngine.KeyCode.Delete
  nameWithType: KeyCode.Delete
  type: Field
- uid: UnityEngine.KeyCode.Dollar
  name: Dollar
  fullName: UnityEngine.KeyCode.Dollar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Dollar.html
  commentId: F:UnityEngine.KeyCode.Dollar
  nameWithType: KeyCode.Dollar
  type: Field
- uid: UnityEngine.KeyCode.DoubleQuote
  name: DoubleQuote
  fullName: UnityEngine.KeyCode.DoubleQuote
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.DoubleQuote.html
  commentId: F:UnityEngine.KeyCode.DoubleQuote
  nameWithType: KeyCode.DoubleQuote
  type: Field
- uid: UnityEngine.KeyCode.DownArrow
  name: DownArrow
  fullName: UnityEngine.KeyCode.DownArrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.DownArrow.html
  commentId: F:UnityEngine.KeyCode.DownArrow
  nameWithType: KeyCode.DownArrow
  type: Field
- uid: UnityEngine.KeyCode.E
  name: E
  fullName: UnityEngine.KeyCode.E
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.E.html
  commentId: F:UnityEngine.KeyCode.E
  nameWithType: KeyCode.E
  type: Field
- uid: UnityEngine.KeyCode.End
  name: End
  fullName: UnityEngine.KeyCode.End
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.End.html
  commentId: F:UnityEngine.KeyCode.End
  nameWithType: KeyCode.End
  type: Field
- uid: UnityEngine.KeyCode.Equals
  name: Equals
  fullName: UnityEngine.KeyCode.Equals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Equals.html
  commentId: F:UnityEngine.KeyCode.Equals
  nameWithType: KeyCode.Equals
  type: Field
- uid: UnityEngine.KeyCode.Escape
  name: Escape
  fullName: UnityEngine.KeyCode.Escape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Escape.html
  commentId: F:UnityEngine.KeyCode.Escape
  nameWithType: KeyCode.Escape
  type: Field
- uid: UnityEngine.KeyCode.Exclaim
  name: Exclaim
  fullName: UnityEngine.KeyCode.Exclaim
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Exclaim.html
  commentId: F:UnityEngine.KeyCode.Exclaim
  nameWithType: KeyCode.Exclaim
  type: Field
- uid: UnityEngine.KeyCode.F
  name: F
  fullName: UnityEngine.KeyCode.F
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F.html
  commentId: F:UnityEngine.KeyCode.F
  nameWithType: KeyCode.F
  type: Field
- uid: UnityEngine.KeyCode.F1
  name: F1
  fullName: UnityEngine.KeyCode.F1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F1.html
  commentId: F:UnityEngine.KeyCode.F1
  nameWithType: KeyCode.F1
  type: Field
- uid: UnityEngine.KeyCode.F10
  name: F10
  fullName: UnityEngine.KeyCode.F10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F10.html
  commentId: F:UnityEngine.KeyCode.F10
  nameWithType: KeyCode.F10
  type: Field
- uid: UnityEngine.KeyCode.F11
  name: F11
  fullName: UnityEngine.KeyCode.F11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F11.html
  commentId: F:UnityEngine.KeyCode.F11
  nameWithType: KeyCode.F11
  type: Field
- uid: UnityEngine.KeyCode.F12
  name: F12
  fullName: UnityEngine.KeyCode.F12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F12.html
  commentId: F:UnityEngine.KeyCode.F12
  nameWithType: KeyCode.F12
  type: Field
- uid: UnityEngine.KeyCode.F13
  name: F13
  fullName: UnityEngine.KeyCode.F13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F13.html
  commentId: F:UnityEngine.KeyCode.F13
  nameWithType: KeyCode.F13
  type: Field
- uid: UnityEngine.KeyCode.F14
  name: F14
  fullName: UnityEngine.KeyCode.F14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F14.html
  commentId: F:UnityEngine.KeyCode.F14
  nameWithType: KeyCode.F14
  type: Field
- uid: UnityEngine.KeyCode.F15
  name: F15
  fullName: UnityEngine.KeyCode.F15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F15.html
  commentId: F:UnityEngine.KeyCode.F15
  nameWithType: KeyCode.F15
  type: Field
- uid: UnityEngine.KeyCode.F2
  name: F2
  fullName: UnityEngine.KeyCode.F2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F2.html
  commentId: F:UnityEngine.KeyCode.F2
  nameWithType: KeyCode.F2
  type: Field
- uid: UnityEngine.KeyCode.F3
  name: F3
  fullName: UnityEngine.KeyCode.F3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F3.html
  commentId: F:UnityEngine.KeyCode.F3
  nameWithType: KeyCode.F3
  type: Field
- uid: UnityEngine.KeyCode.F4
  name: F4
  fullName: UnityEngine.KeyCode.F4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F4.html
  commentId: F:UnityEngine.KeyCode.F4
  nameWithType: KeyCode.F4
  type: Field
- uid: UnityEngine.KeyCode.F5
  name: F5
  fullName: UnityEngine.KeyCode.F5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F5.html
  commentId: F:UnityEngine.KeyCode.F5
  nameWithType: KeyCode.F5
  type: Field
- uid: UnityEngine.KeyCode.F6
  name: F6
  fullName: UnityEngine.KeyCode.F6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F6.html
  commentId: F:UnityEngine.KeyCode.F6
  nameWithType: KeyCode.F6
  type: Field
- uid: UnityEngine.KeyCode.F7
  name: F7
  fullName: UnityEngine.KeyCode.F7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F7.html
  commentId: F:UnityEngine.KeyCode.F7
  nameWithType: KeyCode.F7
  type: Field
- uid: UnityEngine.KeyCode.F8
  name: F8
  fullName: UnityEngine.KeyCode.F8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F8.html
  commentId: F:UnityEngine.KeyCode.F8
  nameWithType: KeyCode.F8
  type: Field
- uid: UnityEngine.KeyCode.F9
  name: F9
  fullName: UnityEngine.KeyCode.F9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.F9.html
  commentId: F:UnityEngine.KeyCode.F9
  nameWithType: KeyCode.F9
  type: Field
- uid: UnityEngine.KeyCode.G
  name: G
  fullName: UnityEngine.KeyCode.G
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.G.html
  commentId: F:UnityEngine.KeyCode.G
  nameWithType: KeyCode.G
  type: Field
- uid: UnityEngine.KeyCode.Greater
  name: Greater
  fullName: UnityEngine.KeyCode.Greater
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Greater.html
  commentId: F:UnityEngine.KeyCode.Greater
  nameWithType: KeyCode.Greater
  type: Field
- uid: UnityEngine.KeyCode.H
  name: H
  fullName: UnityEngine.KeyCode.H
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.H.html
  commentId: F:UnityEngine.KeyCode.H
  nameWithType: KeyCode.H
  type: Field
- uid: UnityEngine.KeyCode.Hash
  name: Hash
  fullName: UnityEngine.KeyCode.Hash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Hash.html
  commentId: F:UnityEngine.KeyCode.Hash
  nameWithType: KeyCode.Hash
  type: Field
- uid: UnityEngine.KeyCode.Help
  name: Help
  fullName: UnityEngine.KeyCode.Help
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Help.html
  commentId: F:UnityEngine.KeyCode.Help
  nameWithType: KeyCode.Help
  type: Field
- uid: UnityEngine.KeyCode.Home
  name: Home
  fullName: UnityEngine.KeyCode.Home
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Home.html
  commentId: F:UnityEngine.KeyCode.Home
  nameWithType: KeyCode.Home
  type: Field
- uid: UnityEngine.KeyCode.I
  name: I
  fullName: UnityEngine.KeyCode.I
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.I.html
  commentId: F:UnityEngine.KeyCode.I
  nameWithType: KeyCode.I
  type: Field
- uid: UnityEngine.KeyCode.Insert
  name: Insert
  fullName: UnityEngine.KeyCode.Insert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Insert.html
  commentId: F:UnityEngine.KeyCode.Insert
  nameWithType: KeyCode.Insert
  type: Field
- uid: UnityEngine.KeyCode.J
  name: J
  fullName: UnityEngine.KeyCode.J
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.J.html
  commentId: F:UnityEngine.KeyCode.J
  nameWithType: KeyCode.J
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button0
  name: Joystick1Button0
  fullName: UnityEngine.KeyCode.Joystick1Button0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button0.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button0
  nameWithType: KeyCode.Joystick1Button0
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button1
  name: Joystick1Button1
  fullName: UnityEngine.KeyCode.Joystick1Button1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button1.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button1
  nameWithType: KeyCode.Joystick1Button1
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button10
  name: Joystick1Button10
  fullName: UnityEngine.KeyCode.Joystick1Button10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button10.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button10
  nameWithType: KeyCode.Joystick1Button10
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button11
  name: Joystick1Button11
  fullName: UnityEngine.KeyCode.Joystick1Button11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button11.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button11
  nameWithType: KeyCode.Joystick1Button11
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button12
  name: Joystick1Button12
  fullName: UnityEngine.KeyCode.Joystick1Button12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button12.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button12
  nameWithType: KeyCode.Joystick1Button12
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button13
  name: Joystick1Button13
  fullName: UnityEngine.KeyCode.Joystick1Button13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button13.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button13
  nameWithType: KeyCode.Joystick1Button13
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button14
  name: Joystick1Button14
  fullName: UnityEngine.KeyCode.Joystick1Button14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button14.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button14
  nameWithType: KeyCode.Joystick1Button14
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button15
  name: Joystick1Button15
  fullName: UnityEngine.KeyCode.Joystick1Button15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button15.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button15
  nameWithType: KeyCode.Joystick1Button15
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button16
  name: Joystick1Button16
  fullName: UnityEngine.KeyCode.Joystick1Button16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button16.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button16
  nameWithType: KeyCode.Joystick1Button16
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button17
  name: Joystick1Button17
  fullName: UnityEngine.KeyCode.Joystick1Button17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button17.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button17
  nameWithType: KeyCode.Joystick1Button17
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button18
  name: Joystick1Button18
  fullName: UnityEngine.KeyCode.Joystick1Button18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button18.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button18
  nameWithType: KeyCode.Joystick1Button18
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button19
  name: Joystick1Button19
  fullName: UnityEngine.KeyCode.Joystick1Button19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button19.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button19
  nameWithType: KeyCode.Joystick1Button19
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button2
  name: Joystick1Button2
  fullName: UnityEngine.KeyCode.Joystick1Button2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button2.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button2
  nameWithType: KeyCode.Joystick1Button2
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button3
  name: Joystick1Button3
  fullName: UnityEngine.KeyCode.Joystick1Button3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button3.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button3
  nameWithType: KeyCode.Joystick1Button3
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button4
  name: Joystick1Button4
  fullName: UnityEngine.KeyCode.Joystick1Button4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button4.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button4
  nameWithType: KeyCode.Joystick1Button4
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button5
  name: Joystick1Button5
  fullName: UnityEngine.KeyCode.Joystick1Button5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button5.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button5
  nameWithType: KeyCode.Joystick1Button5
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button6
  name: Joystick1Button6
  fullName: UnityEngine.KeyCode.Joystick1Button6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button6.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button6
  nameWithType: KeyCode.Joystick1Button6
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button7
  name: Joystick1Button7
  fullName: UnityEngine.KeyCode.Joystick1Button7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button7.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button7
  nameWithType: KeyCode.Joystick1Button7
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button8
  name: Joystick1Button8
  fullName: UnityEngine.KeyCode.Joystick1Button8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button8.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button8
  nameWithType: KeyCode.Joystick1Button8
  type: Field
- uid: UnityEngine.KeyCode.Joystick1Button9
  name: Joystick1Button9
  fullName: UnityEngine.KeyCode.Joystick1Button9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick1Button9.html
  commentId: F:UnityEngine.KeyCode.Joystick1Button9
  nameWithType: KeyCode.Joystick1Button9
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button0
  name: Joystick2Button0
  fullName: UnityEngine.KeyCode.Joystick2Button0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button0.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button0
  nameWithType: KeyCode.Joystick2Button0
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button1
  name: Joystick2Button1
  fullName: UnityEngine.KeyCode.Joystick2Button1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button1.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button1
  nameWithType: KeyCode.Joystick2Button1
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button10
  name: Joystick2Button10
  fullName: UnityEngine.KeyCode.Joystick2Button10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button10.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button10
  nameWithType: KeyCode.Joystick2Button10
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button11
  name: Joystick2Button11
  fullName: UnityEngine.KeyCode.Joystick2Button11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button11.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button11
  nameWithType: KeyCode.Joystick2Button11
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button12
  name: Joystick2Button12
  fullName: UnityEngine.KeyCode.Joystick2Button12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button12.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button12
  nameWithType: KeyCode.Joystick2Button12
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button13
  name: Joystick2Button13
  fullName: UnityEngine.KeyCode.Joystick2Button13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button13.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button13
  nameWithType: KeyCode.Joystick2Button13
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button14
  name: Joystick2Button14
  fullName: UnityEngine.KeyCode.Joystick2Button14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button14.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button14
  nameWithType: KeyCode.Joystick2Button14
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button15
  name: Joystick2Button15
  fullName: UnityEngine.KeyCode.Joystick2Button15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button15.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button15
  nameWithType: KeyCode.Joystick2Button15
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button16
  name: Joystick2Button16
  fullName: UnityEngine.KeyCode.Joystick2Button16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button16.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button16
  nameWithType: KeyCode.Joystick2Button16
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button17
  name: Joystick2Button17
  fullName: UnityEngine.KeyCode.Joystick2Button17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button17.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button17
  nameWithType: KeyCode.Joystick2Button17
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button18
  name: Joystick2Button18
  fullName: UnityEngine.KeyCode.Joystick2Button18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button18.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button18
  nameWithType: KeyCode.Joystick2Button18
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button19
  name: Joystick2Button19
  fullName: UnityEngine.KeyCode.Joystick2Button19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button19.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button19
  nameWithType: KeyCode.Joystick2Button19
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button2
  name: Joystick2Button2
  fullName: UnityEngine.KeyCode.Joystick2Button2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button2.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button2
  nameWithType: KeyCode.Joystick2Button2
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button3
  name: Joystick2Button3
  fullName: UnityEngine.KeyCode.Joystick2Button3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button3.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button3
  nameWithType: KeyCode.Joystick2Button3
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button4
  name: Joystick2Button4
  fullName: UnityEngine.KeyCode.Joystick2Button4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button4.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button4
  nameWithType: KeyCode.Joystick2Button4
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button5
  name: Joystick2Button5
  fullName: UnityEngine.KeyCode.Joystick2Button5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button5.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button5
  nameWithType: KeyCode.Joystick2Button5
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button6
  name: Joystick2Button6
  fullName: UnityEngine.KeyCode.Joystick2Button6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button6.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button6
  nameWithType: KeyCode.Joystick2Button6
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button7
  name: Joystick2Button7
  fullName: UnityEngine.KeyCode.Joystick2Button7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button7.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button7
  nameWithType: KeyCode.Joystick2Button7
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button8
  name: Joystick2Button8
  fullName: UnityEngine.KeyCode.Joystick2Button8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button8.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button8
  nameWithType: KeyCode.Joystick2Button8
  type: Field
- uid: UnityEngine.KeyCode.Joystick2Button9
  name: Joystick2Button9
  fullName: UnityEngine.KeyCode.Joystick2Button9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick2Button9.html
  commentId: F:UnityEngine.KeyCode.Joystick2Button9
  nameWithType: KeyCode.Joystick2Button9
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button0
  name: Joystick3Button0
  fullName: UnityEngine.KeyCode.Joystick3Button0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button0.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button0
  nameWithType: KeyCode.Joystick3Button0
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button1
  name: Joystick3Button1
  fullName: UnityEngine.KeyCode.Joystick3Button1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button1.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button1
  nameWithType: KeyCode.Joystick3Button1
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button10
  name: Joystick3Button10
  fullName: UnityEngine.KeyCode.Joystick3Button10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button10.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button10
  nameWithType: KeyCode.Joystick3Button10
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button11
  name: Joystick3Button11
  fullName: UnityEngine.KeyCode.Joystick3Button11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button11.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button11
  nameWithType: KeyCode.Joystick3Button11
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button12
  name: Joystick3Button12
  fullName: UnityEngine.KeyCode.Joystick3Button12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button12.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button12
  nameWithType: KeyCode.Joystick3Button12
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button13
  name: Joystick3Button13
  fullName: UnityEngine.KeyCode.Joystick3Button13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button13.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button13
  nameWithType: KeyCode.Joystick3Button13
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button14
  name: Joystick3Button14
  fullName: UnityEngine.KeyCode.Joystick3Button14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button14.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button14
  nameWithType: KeyCode.Joystick3Button14
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button15
  name: Joystick3Button15
  fullName: UnityEngine.KeyCode.Joystick3Button15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button15.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button15
  nameWithType: KeyCode.Joystick3Button15
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button16
  name: Joystick3Button16
  fullName: UnityEngine.KeyCode.Joystick3Button16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button16.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button16
  nameWithType: KeyCode.Joystick3Button16
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button17
  name: Joystick3Button17
  fullName: UnityEngine.KeyCode.Joystick3Button17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button17.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button17
  nameWithType: KeyCode.Joystick3Button17
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button18
  name: Joystick3Button18
  fullName: UnityEngine.KeyCode.Joystick3Button18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button18.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button18
  nameWithType: KeyCode.Joystick3Button18
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button19
  name: Joystick3Button19
  fullName: UnityEngine.KeyCode.Joystick3Button19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button19.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button19
  nameWithType: KeyCode.Joystick3Button19
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button2
  name: Joystick3Button2
  fullName: UnityEngine.KeyCode.Joystick3Button2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button2.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button2
  nameWithType: KeyCode.Joystick3Button2
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button3
  name: Joystick3Button3
  fullName: UnityEngine.KeyCode.Joystick3Button3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button3.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button3
  nameWithType: KeyCode.Joystick3Button3
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button4
  name: Joystick3Button4
  fullName: UnityEngine.KeyCode.Joystick3Button4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button4.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button4
  nameWithType: KeyCode.Joystick3Button4
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button5
  name: Joystick3Button5
  fullName: UnityEngine.KeyCode.Joystick3Button5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button5.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button5
  nameWithType: KeyCode.Joystick3Button5
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button6
  name: Joystick3Button6
  fullName: UnityEngine.KeyCode.Joystick3Button6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button6.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button6
  nameWithType: KeyCode.Joystick3Button6
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button7
  name: Joystick3Button7
  fullName: UnityEngine.KeyCode.Joystick3Button7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button7.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button7
  nameWithType: KeyCode.Joystick3Button7
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button8
  name: Joystick3Button8
  fullName: UnityEngine.KeyCode.Joystick3Button8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button8.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button8
  nameWithType: KeyCode.Joystick3Button8
  type: Field
- uid: UnityEngine.KeyCode.Joystick3Button9
  name: Joystick3Button9
  fullName: UnityEngine.KeyCode.Joystick3Button9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick3Button9.html
  commentId: F:UnityEngine.KeyCode.Joystick3Button9
  nameWithType: KeyCode.Joystick3Button9
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button0
  name: Joystick4Button0
  fullName: UnityEngine.KeyCode.Joystick4Button0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button0.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button0
  nameWithType: KeyCode.Joystick4Button0
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button1
  name: Joystick4Button1
  fullName: UnityEngine.KeyCode.Joystick4Button1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button1.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button1
  nameWithType: KeyCode.Joystick4Button1
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button10
  name: Joystick4Button10
  fullName: UnityEngine.KeyCode.Joystick4Button10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button10.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button10
  nameWithType: KeyCode.Joystick4Button10
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button11
  name: Joystick4Button11
  fullName: UnityEngine.KeyCode.Joystick4Button11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button11.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button11
  nameWithType: KeyCode.Joystick4Button11
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button12
  name: Joystick4Button12
  fullName: UnityEngine.KeyCode.Joystick4Button12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button12.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button12
  nameWithType: KeyCode.Joystick4Button12
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button13
  name: Joystick4Button13
  fullName: UnityEngine.KeyCode.Joystick4Button13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button13.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button13
  nameWithType: KeyCode.Joystick4Button13
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button14
  name: Joystick4Button14
  fullName: UnityEngine.KeyCode.Joystick4Button14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button14.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button14
  nameWithType: KeyCode.Joystick4Button14
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button15
  name: Joystick4Button15
  fullName: UnityEngine.KeyCode.Joystick4Button15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button15.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button15
  nameWithType: KeyCode.Joystick4Button15
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button16
  name: Joystick4Button16
  fullName: UnityEngine.KeyCode.Joystick4Button16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button16.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button16
  nameWithType: KeyCode.Joystick4Button16
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button17
  name: Joystick4Button17
  fullName: UnityEngine.KeyCode.Joystick4Button17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button17.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button17
  nameWithType: KeyCode.Joystick4Button17
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button18
  name: Joystick4Button18
  fullName: UnityEngine.KeyCode.Joystick4Button18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button18.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button18
  nameWithType: KeyCode.Joystick4Button18
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button19
  name: Joystick4Button19
  fullName: UnityEngine.KeyCode.Joystick4Button19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button19.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button19
  nameWithType: KeyCode.Joystick4Button19
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button2
  name: Joystick4Button2
  fullName: UnityEngine.KeyCode.Joystick4Button2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button2.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button2
  nameWithType: KeyCode.Joystick4Button2
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button3
  name: Joystick4Button3
  fullName: UnityEngine.KeyCode.Joystick4Button3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button3.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button3
  nameWithType: KeyCode.Joystick4Button3
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button4
  name: Joystick4Button4
  fullName: UnityEngine.KeyCode.Joystick4Button4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button4.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button4
  nameWithType: KeyCode.Joystick4Button4
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button5
  name: Joystick4Button5
  fullName: UnityEngine.KeyCode.Joystick4Button5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button5.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button5
  nameWithType: KeyCode.Joystick4Button5
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button6
  name: Joystick4Button6
  fullName: UnityEngine.KeyCode.Joystick4Button6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button6.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button6
  nameWithType: KeyCode.Joystick4Button6
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button7
  name: Joystick4Button7
  fullName: UnityEngine.KeyCode.Joystick4Button7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button7.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button7
  nameWithType: KeyCode.Joystick4Button7
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button8
  name: Joystick4Button8
  fullName: UnityEngine.KeyCode.Joystick4Button8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button8.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button8
  nameWithType: KeyCode.Joystick4Button8
  type: Field
- uid: UnityEngine.KeyCode.Joystick4Button9
  name: Joystick4Button9
  fullName: UnityEngine.KeyCode.Joystick4Button9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick4Button9.html
  commentId: F:UnityEngine.KeyCode.Joystick4Button9
  nameWithType: KeyCode.Joystick4Button9
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button0
  name: Joystick5Button0
  fullName: UnityEngine.KeyCode.Joystick5Button0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button0.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button0
  nameWithType: KeyCode.Joystick5Button0
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button1
  name: Joystick5Button1
  fullName: UnityEngine.KeyCode.Joystick5Button1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button1.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button1
  nameWithType: KeyCode.Joystick5Button1
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button10
  name: Joystick5Button10
  fullName: UnityEngine.KeyCode.Joystick5Button10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button10.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button10
  nameWithType: KeyCode.Joystick5Button10
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button11
  name: Joystick5Button11
  fullName: UnityEngine.KeyCode.Joystick5Button11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button11.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button11
  nameWithType: KeyCode.Joystick5Button11
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button12
  name: Joystick5Button12
  fullName: UnityEngine.KeyCode.Joystick5Button12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button12.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button12
  nameWithType: KeyCode.Joystick5Button12
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button13
  name: Joystick5Button13
  fullName: UnityEngine.KeyCode.Joystick5Button13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button13.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button13
  nameWithType: KeyCode.Joystick5Button13
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button14
  name: Joystick5Button14
  fullName: UnityEngine.KeyCode.Joystick5Button14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button14.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button14
  nameWithType: KeyCode.Joystick5Button14
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button15
  name: Joystick5Button15
  fullName: UnityEngine.KeyCode.Joystick5Button15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button15.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button15
  nameWithType: KeyCode.Joystick5Button15
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button16
  name: Joystick5Button16
  fullName: UnityEngine.KeyCode.Joystick5Button16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button16.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button16
  nameWithType: KeyCode.Joystick5Button16
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button17
  name: Joystick5Button17
  fullName: UnityEngine.KeyCode.Joystick5Button17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button17.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button17
  nameWithType: KeyCode.Joystick5Button17
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button18
  name: Joystick5Button18
  fullName: UnityEngine.KeyCode.Joystick5Button18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button18.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button18
  nameWithType: KeyCode.Joystick5Button18
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button19
  name: Joystick5Button19
  fullName: UnityEngine.KeyCode.Joystick5Button19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button19.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button19
  nameWithType: KeyCode.Joystick5Button19
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button2
  name: Joystick5Button2
  fullName: UnityEngine.KeyCode.Joystick5Button2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button2.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button2
  nameWithType: KeyCode.Joystick5Button2
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button3
  name: Joystick5Button3
  fullName: UnityEngine.KeyCode.Joystick5Button3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button3.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button3
  nameWithType: KeyCode.Joystick5Button3
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button4
  name: Joystick5Button4
  fullName: UnityEngine.KeyCode.Joystick5Button4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button4.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button4
  nameWithType: KeyCode.Joystick5Button4
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button5
  name: Joystick5Button5
  fullName: UnityEngine.KeyCode.Joystick5Button5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button5.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button5
  nameWithType: KeyCode.Joystick5Button5
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button6
  name: Joystick5Button6
  fullName: UnityEngine.KeyCode.Joystick5Button6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button6.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button6
  nameWithType: KeyCode.Joystick5Button6
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button7
  name: Joystick5Button7
  fullName: UnityEngine.KeyCode.Joystick5Button7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button7.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button7
  nameWithType: KeyCode.Joystick5Button7
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button8
  name: Joystick5Button8
  fullName: UnityEngine.KeyCode.Joystick5Button8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button8.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button8
  nameWithType: KeyCode.Joystick5Button8
  type: Field
- uid: UnityEngine.KeyCode.Joystick5Button9
  name: Joystick5Button9
  fullName: UnityEngine.KeyCode.Joystick5Button9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick5Button9.html
  commentId: F:UnityEngine.KeyCode.Joystick5Button9
  nameWithType: KeyCode.Joystick5Button9
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button0
  name: Joystick6Button0
  fullName: UnityEngine.KeyCode.Joystick6Button0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button0.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button0
  nameWithType: KeyCode.Joystick6Button0
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button1
  name: Joystick6Button1
  fullName: UnityEngine.KeyCode.Joystick6Button1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button1.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button1
  nameWithType: KeyCode.Joystick6Button1
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button10
  name: Joystick6Button10
  fullName: UnityEngine.KeyCode.Joystick6Button10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button10.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button10
  nameWithType: KeyCode.Joystick6Button10
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button11
  name: Joystick6Button11
  fullName: UnityEngine.KeyCode.Joystick6Button11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button11.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button11
  nameWithType: KeyCode.Joystick6Button11
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button12
  name: Joystick6Button12
  fullName: UnityEngine.KeyCode.Joystick6Button12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button12.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button12
  nameWithType: KeyCode.Joystick6Button12
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button13
  name: Joystick6Button13
  fullName: UnityEngine.KeyCode.Joystick6Button13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button13.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button13
  nameWithType: KeyCode.Joystick6Button13
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button14
  name: Joystick6Button14
  fullName: UnityEngine.KeyCode.Joystick6Button14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button14.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button14
  nameWithType: KeyCode.Joystick6Button14
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button15
  name: Joystick6Button15
  fullName: UnityEngine.KeyCode.Joystick6Button15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button15.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button15
  nameWithType: KeyCode.Joystick6Button15
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button16
  name: Joystick6Button16
  fullName: UnityEngine.KeyCode.Joystick6Button16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button16.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button16
  nameWithType: KeyCode.Joystick6Button16
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button17
  name: Joystick6Button17
  fullName: UnityEngine.KeyCode.Joystick6Button17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button17.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button17
  nameWithType: KeyCode.Joystick6Button17
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button18
  name: Joystick6Button18
  fullName: UnityEngine.KeyCode.Joystick6Button18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button18.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button18
  nameWithType: KeyCode.Joystick6Button18
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button19
  name: Joystick6Button19
  fullName: UnityEngine.KeyCode.Joystick6Button19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button19.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button19
  nameWithType: KeyCode.Joystick6Button19
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button2
  name: Joystick6Button2
  fullName: UnityEngine.KeyCode.Joystick6Button2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button2.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button2
  nameWithType: KeyCode.Joystick6Button2
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button3
  name: Joystick6Button3
  fullName: UnityEngine.KeyCode.Joystick6Button3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button3.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button3
  nameWithType: KeyCode.Joystick6Button3
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button4
  name: Joystick6Button4
  fullName: UnityEngine.KeyCode.Joystick6Button4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button4.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button4
  nameWithType: KeyCode.Joystick6Button4
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button5
  name: Joystick6Button5
  fullName: UnityEngine.KeyCode.Joystick6Button5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button5.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button5
  nameWithType: KeyCode.Joystick6Button5
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button6
  name: Joystick6Button6
  fullName: UnityEngine.KeyCode.Joystick6Button6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button6.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button6
  nameWithType: KeyCode.Joystick6Button6
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button7
  name: Joystick6Button7
  fullName: UnityEngine.KeyCode.Joystick6Button7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button7.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button7
  nameWithType: KeyCode.Joystick6Button7
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button8
  name: Joystick6Button8
  fullName: UnityEngine.KeyCode.Joystick6Button8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button8.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button8
  nameWithType: KeyCode.Joystick6Button8
  type: Field
- uid: UnityEngine.KeyCode.Joystick6Button9
  name: Joystick6Button9
  fullName: UnityEngine.KeyCode.Joystick6Button9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick6Button9.html
  commentId: F:UnityEngine.KeyCode.Joystick6Button9
  nameWithType: KeyCode.Joystick6Button9
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button0
  name: Joystick7Button0
  fullName: UnityEngine.KeyCode.Joystick7Button0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button0.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button0
  nameWithType: KeyCode.Joystick7Button0
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button1
  name: Joystick7Button1
  fullName: UnityEngine.KeyCode.Joystick7Button1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button1.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button1
  nameWithType: KeyCode.Joystick7Button1
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button10
  name: Joystick7Button10
  fullName: UnityEngine.KeyCode.Joystick7Button10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button10.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button10
  nameWithType: KeyCode.Joystick7Button10
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button11
  name: Joystick7Button11
  fullName: UnityEngine.KeyCode.Joystick7Button11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button11.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button11
  nameWithType: KeyCode.Joystick7Button11
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button12
  name: Joystick7Button12
  fullName: UnityEngine.KeyCode.Joystick7Button12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button12.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button12
  nameWithType: KeyCode.Joystick7Button12
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button13
  name: Joystick7Button13
  fullName: UnityEngine.KeyCode.Joystick7Button13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button13.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button13
  nameWithType: KeyCode.Joystick7Button13
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button14
  name: Joystick7Button14
  fullName: UnityEngine.KeyCode.Joystick7Button14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button14.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button14
  nameWithType: KeyCode.Joystick7Button14
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button15
  name: Joystick7Button15
  fullName: UnityEngine.KeyCode.Joystick7Button15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button15.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button15
  nameWithType: KeyCode.Joystick7Button15
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button16
  name: Joystick7Button16
  fullName: UnityEngine.KeyCode.Joystick7Button16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button16.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button16
  nameWithType: KeyCode.Joystick7Button16
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button17
  name: Joystick7Button17
  fullName: UnityEngine.KeyCode.Joystick7Button17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button17.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button17
  nameWithType: KeyCode.Joystick7Button17
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button18
  name: Joystick7Button18
  fullName: UnityEngine.KeyCode.Joystick7Button18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button18.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button18
  nameWithType: KeyCode.Joystick7Button18
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button19
  name: Joystick7Button19
  fullName: UnityEngine.KeyCode.Joystick7Button19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button19.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button19
  nameWithType: KeyCode.Joystick7Button19
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button2
  name: Joystick7Button2
  fullName: UnityEngine.KeyCode.Joystick7Button2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button2.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button2
  nameWithType: KeyCode.Joystick7Button2
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button3
  name: Joystick7Button3
  fullName: UnityEngine.KeyCode.Joystick7Button3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button3.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button3
  nameWithType: KeyCode.Joystick7Button3
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button4
  name: Joystick7Button4
  fullName: UnityEngine.KeyCode.Joystick7Button4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button4.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button4
  nameWithType: KeyCode.Joystick7Button4
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button5
  name: Joystick7Button5
  fullName: UnityEngine.KeyCode.Joystick7Button5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button5.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button5
  nameWithType: KeyCode.Joystick7Button5
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button6
  name: Joystick7Button6
  fullName: UnityEngine.KeyCode.Joystick7Button6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button6.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button6
  nameWithType: KeyCode.Joystick7Button6
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button7
  name: Joystick7Button7
  fullName: UnityEngine.KeyCode.Joystick7Button7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button7.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button7
  nameWithType: KeyCode.Joystick7Button7
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button8
  name: Joystick7Button8
  fullName: UnityEngine.KeyCode.Joystick7Button8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button8.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button8
  nameWithType: KeyCode.Joystick7Button8
  type: Field
- uid: UnityEngine.KeyCode.Joystick7Button9
  name: Joystick7Button9
  fullName: UnityEngine.KeyCode.Joystick7Button9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick7Button9.html
  commentId: F:UnityEngine.KeyCode.Joystick7Button9
  nameWithType: KeyCode.Joystick7Button9
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button0
  name: Joystick8Button0
  fullName: UnityEngine.KeyCode.Joystick8Button0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button0.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button0
  nameWithType: KeyCode.Joystick8Button0
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button1
  name: Joystick8Button1
  fullName: UnityEngine.KeyCode.Joystick8Button1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button1.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button1
  nameWithType: KeyCode.Joystick8Button1
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button10
  name: Joystick8Button10
  fullName: UnityEngine.KeyCode.Joystick8Button10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button10.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button10
  nameWithType: KeyCode.Joystick8Button10
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button11
  name: Joystick8Button11
  fullName: UnityEngine.KeyCode.Joystick8Button11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button11.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button11
  nameWithType: KeyCode.Joystick8Button11
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button12
  name: Joystick8Button12
  fullName: UnityEngine.KeyCode.Joystick8Button12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button12.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button12
  nameWithType: KeyCode.Joystick8Button12
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button13
  name: Joystick8Button13
  fullName: UnityEngine.KeyCode.Joystick8Button13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button13.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button13
  nameWithType: KeyCode.Joystick8Button13
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button14
  name: Joystick8Button14
  fullName: UnityEngine.KeyCode.Joystick8Button14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button14.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button14
  nameWithType: KeyCode.Joystick8Button14
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button15
  name: Joystick8Button15
  fullName: UnityEngine.KeyCode.Joystick8Button15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button15.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button15
  nameWithType: KeyCode.Joystick8Button15
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button16
  name: Joystick8Button16
  fullName: UnityEngine.KeyCode.Joystick8Button16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button16.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button16
  nameWithType: KeyCode.Joystick8Button16
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button17
  name: Joystick8Button17
  fullName: UnityEngine.KeyCode.Joystick8Button17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button17.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button17
  nameWithType: KeyCode.Joystick8Button17
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button18
  name: Joystick8Button18
  fullName: UnityEngine.KeyCode.Joystick8Button18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button18.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button18
  nameWithType: KeyCode.Joystick8Button18
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button19
  name: Joystick8Button19
  fullName: UnityEngine.KeyCode.Joystick8Button19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button19.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button19
  nameWithType: KeyCode.Joystick8Button19
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button2
  name: Joystick8Button2
  fullName: UnityEngine.KeyCode.Joystick8Button2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button2.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button2
  nameWithType: KeyCode.Joystick8Button2
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button3
  name: Joystick8Button3
  fullName: UnityEngine.KeyCode.Joystick8Button3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button3.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button3
  nameWithType: KeyCode.Joystick8Button3
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button4
  name: Joystick8Button4
  fullName: UnityEngine.KeyCode.Joystick8Button4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button4.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button4
  nameWithType: KeyCode.Joystick8Button4
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button5
  name: Joystick8Button5
  fullName: UnityEngine.KeyCode.Joystick8Button5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button5.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button5
  nameWithType: KeyCode.Joystick8Button5
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button6
  name: Joystick8Button6
  fullName: UnityEngine.KeyCode.Joystick8Button6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button6.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button6
  nameWithType: KeyCode.Joystick8Button6
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button7
  name: Joystick8Button7
  fullName: UnityEngine.KeyCode.Joystick8Button7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button7.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button7
  nameWithType: KeyCode.Joystick8Button7
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button8
  name: Joystick8Button8
  fullName: UnityEngine.KeyCode.Joystick8Button8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button8.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button8
  nameWithType: KeyCode.Joystick8Button8
  type: Field
- uid: UnityEngine.KeyCode.Joystick8Button9
  name: Joystick8Button9
  fullName: UnityEngine.KeyCode.Joystick8Button9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Joystick8Button9.html
  commentId: F:UnityEngine.KeyCode.Joystick8Button9
  nameWithType: KeyCode.Joystick8Button9
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton0
  name: JoystickButton0
  fullName: UnityEngine.KeyCode.JoystickButton0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton0.html
  commentId: F:UnityEngine.KeyCode.JoystickButton0
  nameWithType: KeyCode.JoystickButton0
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton1
  name: JoystickButton1
  fullName: UnityEngine.KeyCode.JoystickButton1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton1.html
  commentId: F:UnityEngine.KeyCode.JoystickButton1
  nameWithType: KeyCode.JoystickButton1
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton10
  name: JoystickButton10
  fullName: UnityEngine.KeyCode.JoystickButton10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton10.html
  commentId: F:UnityEngine.KeyCode.JoystickButton10
  nameWithType: KeyCode.JoystickButton10
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton11
  name: JoystickButton11
  fullName: UnityEngine.KeyCode.JoystickButton11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton11.html
  commentId: F:UnityEngine.KeyCode.JoystickButton11
  nameWithType: KeyCode.JoystickButton11
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton12
  name: JoystickButton12
  fullName: UnityEngine.KeyCode.JoystickButton12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton12.html
  commentId: F:UnityEngine.KeyCode.JoystickButton12
  nameWithType: KeyCode.JoystickButton12
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton13
  name: JoystickButton13
  fullName: UnityEngine.KeyCode.JoystickButton13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton13.html
  commentId: F:UnityEngine.KeyCode.JoystickButton13
  nameWithType: KeyCode.JoystickButton13
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton14
  name: JoystickButton14
  fullName: UnityEngine.KeyCode.JoystickButton14
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton14.html
  commentId: F:UnityEngine.KeyCode.JoystickButton14
  nameWithType: KeyCode.JoystickButton14
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton15
  name: JoystickButton15
  fullName: UnityEngine.KeyCode.JoystickButton15
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton15.html
  commentId: F:UnityEngine.KeyCode.JoystickButton15
  nameWithType: KeyCode.JoystickButton15
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton16
  name: JoystickButton16
  fullName: UnityEngine.KeyCode.JoystickButton16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton16.html
  commentId: F:UnityEngine.KeyCode.JoystickButton16
  nameWithType: KeyCode.JoystickButton16
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton17
  name: JoystickButton17
  fullName: UnityEngine.KeyCode.JoystickButton17
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton17.html
  commentId: F:UnityEngine.KeyCode.JoystickButton17
  nameWithType: KeyCode.JoystickButton17
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton18
  name: JoystickButton18
  fullName: UnityEngine.KeyCode.JoystickButton18
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton18.html
  commentId: F:UnityEngine.KeyCode.JoystickButton18
  nameWithType: KeyCode.JoystickButton18
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton19
  name: JoystickButton19
  fullName: UnityEngine.KeyCode.JoystickButton19
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton19.html
  commentId: F:UnityEngine.KeyCode.JoystickButton19
  nameWithType: KeyCode.JoystickButton19
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton2
  name: JoystickButton2
  fullName: UnityEngine.KeyCode.JoystickButton2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton2.html
  commentId: F:UnityEngine.KeyCode.JoystickButton2
  nameWithType: KeyCode.JoystickButton2
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton3
  name: JoystickButton3
  fullName: UnityEngine.KeyCode.JoystickButton3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton3.html
  commentId: F:UnityEngine.KeyCode.JoystickButton3
  nameWithType: KeyCode.JoystickButton3
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton4
  name: JoystickButton4
  fullName: UnityEngine.KeyCode.JoystickButton4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton4.html
  commentId: F:UnityEngine.KeyCode.JoystickButton4
  nameWithType: KeyCode.JoystickButton4
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton5
  name: JoystickButton5
  fullName: UnityEngine.KeyCode.JoystickButton5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton5.html
  commentId: F:UnityEngine.KeyCode.JoystickButton5
  nameWithType: KeyCode.JoystickButton5
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton6
  name: JoystickButton6
  fullName: UnityEngine.KeyCode.JoystickButton6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton6.html
  commentId: F:UnityEngine.KeyCode.JoystickButton6
  nameWithType: KeyCode.JoystickButton6
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton7
  name: JoystickButton7
  fullName: UnityEngine.KeyCode.JoystickButton7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton7.html
  commentId: F:UnityEngine.KeyCode.JoystickButton7
  nameWithType: KeyCode.JoystickButton7
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton8
  name: JoystickButton8
  fullName: UnityEngine.KeyCode.JoystickButton8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton8.html
  commentId: F:UnityEngine.KeyCode.JoystickButton8
  nameWithType: KeyCode.JoystickButton8
  type: Field
- uid: UnityEngine.KeyCode.JoystickButton9
  name: JoystickButton9
  fullName: UnityEngine.KeyCode.JoystickButton9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.JoystickButton9.html
  commentId: F:UnityEngine.KeyCode.JoystickButton9
  nameWithType: KeyCode.JoystickButton9
  type: Field
- uid: UnityEngine.KeyCode.K
  name: K
  fullName: UnityEngine.KeyCode.K
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.K.html
  commentId: F:UnityEngine.KeyCode.K
  nameWithType: KeyCode.K
  type: Field
- uid: UnityEngine.KeyCode.Keypad0
  name: Keypad0
  fullName: UnityEngine.KeyCode.Keypad0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad0.html
  commentId: F:UnityEngine.KeyCode.Keypad0
  nameWithType: KeyCode.Keypad0
  type: Field
- uid: UnityEngine.KeyCode.Keypad1
  name: Keypad1
  fullName: UnityEngine.KeyCode.Keypad1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad1.html
  commentId: F:UnityEngine.KeyCode.Keypad1
  nameWithType: KeyCode.Keypad1
  type: Field
- uid: UnityEngine.KeyCode.Keypad2
  name: Keypad2
  fullName: UnityEngine.KeyCode.Keypad2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad2.html
  commentId: F:UnityEngine.KeyCode.Keypad2
  nameWithType: KeyCode.Keypad2
  type: Field
- uid: UnityEngine.KeyCode.Keypad3
  name: Keypad3
  fullName: UnityEngine.KeyCode.Keypad3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad3.html
  commentId: F:UnityEngine.KeyCode.Keypad3
  nameWithType: KeyCode.Keypad3
  type: Field
- uid: UnityEngine.KeyCode.Keypad4
  name: Keypad4
  fullName: UnityEngine.KeyCode.Keypad4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad4.html
  commentId: F:UnityEngine.KeyCode.Keypad4
  nameWithType: KeyCode.Keypad4
  type: Field
- uid: UnityEngine.KeyCode.Keypad5
  name: Keypad5
  fullName: UnityEngine.KeyCode.Keypad5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad5.html
  commentId: F:UnityEngine.KeyCode.Keypad5
  nameWithType: KeyCode.Keypad5
  type: Field
- uid: UnityEngine.KeyCode.Keypad6
  name: Keypad6
  fullName: UnityEngine.KeyCode.Keypad6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad6.html
  commentId: F:UnityEngine.KeyCode.Keypad6
  nameWithType: KeyCode.Keypad6
  type: Field
- uid: UnityEngine.KeyCode.Keypad7
  name: Keypad7
  fullName: UnityEngine.KeyCode.Keypad7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad7.html
  commentId: F:UnityEngine.KeyCode.Keypad7
  nameWithType: KeyCode.Keypad7
  type: Field
- uid: UnityEngine.KeyCode.Keypad8
  name: Keypad8
  fullName: UnityEngine.KeyCode.Keypad8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad8.html
  commentId: F:UnityEngine.KeyCode.Keypad8
  nameWithType: KeyCode.Keypad8
  type: Field
- uid: UnityEngine.KeyCode.Keypad9
  name: Keypad9
  fullName: UnityEngine.KeyCode.Keypad9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Keypad9.html
  commentId: F:UnityEngine.KeyCode.Keypad9
  nameWithType: KeyCode.Keypad9
  type: Field
- uid: UnityEngine.KeyCode.KeypadDivide
  name: KeypadDivide
  fullName: UnityEngine.KeyCode.KeypadDivide
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.KeypadDivide.html
  commentId: F:UnityEngine.KeyCode.KeypadDivide
  nameWithType: KeyCode.KeypadDivide
  type: Field
- uid: UnityEngine.KeyCode.KeypadEnter
  name: KeypadEnter
  fullName: UnityEngine.KeyCode.KeypadEnter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.KeypadEnter.html
  commentId: F:UnityEngine.KeyCode.KeypadEnter
  nameWithType: KeyCode.KeypadEnter
  type: Field
- uid: UnityEngine.KeyCode.KeypadEquals
  name: KeypadEquals
  fullName: UnityEngine.KeyCode.KeypadEquals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.KeypadEquals.html
  commentId: F:UnityEngine.KeyCode.KeypadEquals
  nameWithType: KeyCode.KeypadEquals
  type: Field
- uid: UnityEngine.KeyCode.KeypadMinus
  name: KeypadMinus
  fullName: UnityEngine.KeyCode.KeypadMinus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.KeypadMinus.html
  commentId: F:UnityEngine.KeyCode.KeypadMinus
  nameWithType: KeyCode.KeypadMinus
  type: Field
- uid: UnityEngine.KeyCode.KeypadMultiply
  name: KeypadMultiply
  fullName: UnityEngine.KeyCode.KeypadMultiply
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.KeypadMultiply.html
  commentId: F:UnityEngine.KeyCode.KeypadMultiply
  nameWithType: KeyCode.KeypadMultiply
  type: Field
- uid: UnityEngine.KeyCode.KeypadPeriod
  name: KeypadPeriod
  fullName: UnityEngine.KeyCode.KeypadPeriod
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.KeypadPeriod.html
  commentId: F:UnityEngine.KeyCode.KeypadPeriod
  nameWithType: KeyCode.KeypadPeriod
  type: Field
- uid: UnityEngine.KeyCode.KeypadPlus
  name: KeypadPlus
  fullName: UnityEngine.KeyCode.KeypadPlus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.KeypadPlus.html
  commentId: F:UnityEngine.KeyCode.KeypadPlus
  nameWithType: KeyCode.KeypadPlus
  type: Field
- uid: UnityEngine.KeyCode.L
  name: L
  fullName: UnityEngine.KeyCode.L
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.L.html
  commentId: F:UnityEngine.KeyCode.L
  nameWithType: KeyCode.L
  type: Field
- uid: UnityEngine.KeyCode.LeftAlt
  name: LeftAlt
  fullName: UnityEngine.KeyCode.LeftAlt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftAlt.html
  commentId: F:UnityEngine.KeyCode.LeftAlt
  nameWithType: KeyCode.LeftAlt
  type: Field
- uid: UnityEngine.KeyCode.LeftApple
  name: LeftApple
  fullName: UnityEngine.KeyCode.LeftApple
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftApple.html
  commentId: F:UnityEngine.KeyCode.LeftApple
  nameWithType: KeyCode.LeftApple
  type: Field
- uid: UnityEngine.KeyCode.LeftArrow
  name: LeftArrow
  fullName: UnityEngine.KeyCode.LeftArrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftArrow.html
  commentId: F:UnityEngine.KeyCode.LeftArrow
  nameWithType: KeyCode.LeftArrow
  type: Field
- uid: UnityEngine.KeyCode.LeftBracket
  name: LeftBracket
  fullName: UnityEngine.KeyCode.LeftBracket
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftBracket.html
  commentId: F:UnityEngine.KeyCode.LeftBracket
  nameWithType: KeyCode.LeftBracket
  type: Field
- uid: UnityEngine.KeyCode.LeftCommand
  name: LeftCommand
  fullName: UnityEngine.KeyCode.LeftCommand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftCommand.html
  commentId: F:UnityEngine.KeyCode.LeftCommand
  nameWithType: KeyCode.LeftCommand
  type: Field
- uid: UnityEngine.KeyCode.LeftControl
  name: LeftControl
  fullName: UnityEngine.KeyCode.LeftControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftControl.html
  commentId: F:UnityEngine.KeyCode.LeftControl
  nameWithType: KeyCode.LeftControl
  type: Field
- uid: UnityEngine.KeyCode.LeftParen
  name: LeftParen
  fullName: UnityEngine.KeyCode.LeftParen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftParen.html
  commentId: F:UnityEngine.KeyCode.LeftParen
  nameWithType: KeyCode.LeftParen
  type: Field
- uid: UnityEngine.KeyCode.LeftShift
  name: LeftShift
  fullName: UnityEngine.KeyCode.LeftShift
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftShift.html
  commentId: F:UnityEngine.KeyCode.LeftShift
  nameWithType: KeyCode.LeftShift
  type: Field
- uid: UnityEngine.KeyCode.LeftWindows
  name: LeftWindows
  fullName: UnityEngine.KeyCode.LeftWindows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.LeftWindows.html
  commentId: F:UnityEngine.KeyCode.LeftWindows
  nameWithType: KeyCode.LeftWindows
  type: Field
- uid: UnityEngine.KeyCode.Less
  name: Less
  fullName: UnityEngine.KeyCode.Less
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Less.html
  commentId: F:UnityEngine.KeyCode.Less
  nameWithType: KeyCode.Less
  type: Field
- uid: UnityEngine.KeyCode.M
  name: M
  fullName: UnityEngine.KeyCode.M
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.M.html
  commentId: F:UnityEngine.KeyCode.M
  nameWithType: KeyCode.M
  type: Field
- uid: UnityEngine.KeyCode.Menu
  name: Menu
  fullName: UnityEngine.KeyCode.Menu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Menu.html
  commentId: F:UnityEngine.KeyCode.Menu
  nameWithType: KeyCode.Menu
  type: Field
- uid: UnityEngine.KeyCode.Minus
  name: Minus
  fullName: UnityEngine.KeyCode.Minus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Minus.html
  commentId: F:UnityEngine.KeyCode.Minus
  nameWithType: KeyCode.Minus
  type: Field
- uid: UnityEngine.KeyCode.Mouse0
  name: Mouse0
  fullName: UnityEngine.KeyCode.Mouse0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Mouse0.html
  commentId: F:UnityEngine.KeyCode.Mouse0
  nameWithType: KeyCode.Mouse0
  type: Field
- uid: UnityEngine.KeyCode.Mouse1
  name: Mouse1
  fullName: UnityEngine.KeyCode.Mouse1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Mouse1.html
  commentId: F:UnityEngine.KeyCode.Mouse1
  nameWithType: KeyCode.Mouse1
  type: Field
- uid: UnityEngine.KeyCode.Mouse2
  name: Mouse2
  fullName: UnityEngine.KeyCode.Mouse2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Mouse2.html
  commentId: F:UnityEngine.KeyCode.Mouse2
  nameWithType: KeyCode.Mouse2
  type: Field
- uid: UnityEngine.KeyCode.Mouse3
  name: Mouse3
  fullName: UnityEngine.KeyCode.Mouse3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Mouse3.html
  commentId: F:UnityEngine.KeyCode.Mouse3
  nameWithType: KeyCode.Mouse3
  type: Field
- uid: UnityEngine.KeyCode.Mouse4
  name: Mouse4
  fullName: UnityEngine.KeyCode.Mouse4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Mouse4.html
  commentId: F:UnityEngine.KeyCode.Mouse4
  nameWithType: KeyCode.Mouse4
  type: Field
- uid: UnityEngine.KeyCode.Mouse5
  name: Mouse5
  fullName: UnityEngine.KeyCode.Mouse5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Mouse5.html
  commentId: F:UnityEngine.KeyCode.Mouse5
  nameWithType: KeyCode.Mouse5
  type: Field
- uid: UnityEngine.KeyCode.Mouse6
  name: Mouse6
  fullName: UnityEngine.KeyCode.Mouse6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Mouse6.html
  commentId: F:UnityEngine.KeyCode.Mouse6
  nameWithType: KeyCode.Mouse6
  type: Field
- uid: UnityEngine.KeyCode.N
  name: N
  fullName: UnityEngine.KeyCode.N
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.N.html
  commentId: F:UnityEngine.KeyCode.N
  nameWithType: KeyCode.N
  type: Field
- uid: UnityEngine.KeyCode.None
  name: None
  fullName: UnityEngine.KeyCode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.None.html
  commentId: F:UnityEngine.KeyCode.None
  nameWithType: KeyCode.None
  type: Field
- uid: UnityEngine.KeyCode.Numlock
  name: Numlock
  fullName: UnityEngine.KeyCode.Numlock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Numlock.html
  commentId: F:UnityEngine.KeyCode.Numlock
  nameWithType: KeyCode.Numlock
  type: Field
- uid: UnityEngine.KeyCode.O
  name: O
  fullName: UnityEngine.KeyCode.O
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.O.html
  commentId: F:UnityEngine.KeyCode.O
  nameWithType: KeyCode.O
  type: Field
- uid: UnityEngine.KeyCode.P
  name: P
  fullName: UnityEngine.KeyCode.P
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.P.html
  commentId: F:UnityEngine.KeyCode.P
  nameWithType: KeyCode.P
  type: Field
- uid: UnityEngine.KeyCode.PageDown
  name: PageDown
  fullName: UnityEngine.KeyCode.PageDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.PageDown.html
  commentId: F:UnityEngine.KeyCode.PageDown
  nameWithType: KeyCode.PageDown
  type: Field
- uid: UnityEngine.KeyCode.PageUp
  name: PageUp
  fullName: UnityEngine.KeyCode.PageUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.PageUp.html
  commentId: F:UnityEngine.KeyCode.PageUp
  nameWithType: KeyCode.PageUp
  type: Field
- uid: UnityEngine.KeyCode.Pause
  name: Pause
  fullName: UnityEngine.KeyCode.Pause
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Pause.html
  commentId: F:UnityEngine.KeyCode.Pause
  nameWithType: KeyCode.Pause
  type: Field
- uid: UnityEngine.KeyCode.Period
  name: Period
  fullName: UnityEngine.KeyCode.Period
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Period.html
  commentId: F:UnityEngine.KeyCode.Period
  nameWithType: KeyCode.Period
  type: Field
- uid: UnityEngine.KeyCode.Plus
  name: Plus
  fullName: UnityEngine.KeyCode.Plus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Plus.html
  commentId: F:UnityEngine.KeyCode.Plus
  nameWithType: KeyCode.Plus
  type: Field
- uid: UnityEngine.KeyCode.Print
  name: Print
  fullName: UnityEngine.KeyCode.Print
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Print.html
  commentId: F:UnityEngine.KeyCode.Print
  nameWithType: KeyCode.Print
  type: Field
- uid: UnityEngine.KeyCode.Q
  name: Q
  fullName: UnityEngine.KeyCode.Q
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Q.html
  commentId: F:UnityEngine.KeyCode.Q
  nameWithType: KeyCode.Q
  type: Field
- uid: UnityEngine.KeyCode.Question
  name: Question
  fullName: UnityEngine.KeyCode.Question
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Question.html
  commentId: F:UnityEngine.KeyCode.Question
  nameWithType: KeyCode.Question
  type: Field
- uid: UnityEngine.KeyCode.Quote
  name: Quote
  fullName: UnityEngine.KeyCode.Quote
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Quote.html
  commentId: F:UnityEngine.KeyCode.Quote
  nameWithType: KeyCode.Quote
  type: Field
- uid: UnityEngine.KeyCode.R
  name: R
  fullName: UnityEngine.KeyCode.R
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.R.html
  commentId: F:UnityEngine.KeyCode.R
  nameWithType: KeyCode.R
  type: Field
- uid: UnityEngine.KeyCode.Return
  name: Return
  fullName: UnityEngine.KeyCode.Return
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Return.html
  commentId: F:UnityEngine.KeyCode.Return
  nameWithType: KeyCode.Return
  type: Field
- uid: UnityEngine.KeyCode.RightAlt
  name: RightAlt
  fullName: UnityEngine.KeyCode.RightAlt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightAlt.html
  commentId: F:UnityEngine.KeyCode.RightAlt
  nameWithType: KeyCode.RightAlt
  type: Field
- uid: UnityEngine.KeyCode.RightApple
  name: RightApple
  fullName: UnityEngine.KeyCode.RightApple
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightApple.html
  commentId: F:UnityEngine.KeyCode.RightApple
  nameWithType: KeyCode.RightApple
  type: Field
- uid: UnityEngine.KeyCode.RightArrow
  name: RightArrow
  fullName: UnityEngine.KeyCode.RightArrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightArrow.html
  commentId: F:UnityEngine.KeyCode.RightArrow
  nameWithType: KeyCode.RightArrow
  type: Field
- uid: UnityEngine.KeyCode.RightBracket
  name: RightBracket
  fullName: UnityEngine.KeyCode.RightBracket
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightBracket.html
  commentId: F:UnityEngine.KeyCode.RightBracket
  nameWithType: KeyCode.RightBracket
  type: Field
- uid: UnityEngine.KeyCode.RightCommand
  name: RightCommand
  fullName: UnityEngine.KeyCode.RightCommand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightCommand.html
  commentId: F:UnityEngine.KeyCode.RightCommand
  nameWithType: KeyCode.RightCommand
  type: Field
- uid: UnityEngine.KeyCode.RightControl
  name: RightControl
  fullName: UnityEngine.KeyCode.RightControl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightControl.html
  commentId: F:UnityEngine.KeyCode.RightControl
  nameWithType: KeyCode.RightControl
  type: Field
- uid: UnityEngine.KeyCode.RightParen
  name: RightParen
  fullName: UnityEngine.KeyCode.RightParen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightParen.html
  commentId: F:UnityEngine.KeyCode.RightParen
  nameWithType: KeyCode.RightParen
  type: Field
- uid: UnityEngine.KeyCode.RightShift
  name: RightShift
  fullName: UnityEngine.KeyCode.RightShift
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightShift.html
  commentId: F:UnityEngine.KeyCode.RightShift
  nameWithType: KeyCode.RightShift
  type: Field
- uid: UnityEngine.KeyCode.RightWindows
  name: RightWindows
  fullName: UnityEngine.KeyCode.RightWindows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.RightWindows.html
  commentId: F:UnityEngine.KeyCode.RightWindows
  nameWithType: KeyCode.RightWindows
  type: Field
- uid: UnityEngine.KeyCode.S
  name: S
  fullName: UnityEngine.KeyCode.S
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.S.html
  commentId: F:UnityEngine.KeyCode.S
  nameWithType: KeyCode.S
  type: Field
- uid: UnityEngine.KeyCode.ScrollLock
  name: ScrollLock
  fullName: UnityEngine.KeyCode.ScrollLock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.ScrollLock.html
  commentId: F:UnityEngine.KeyCode.ScrollLock
  nameWithType: KeyCode.ScrollLock
  type: Field
- uid: UnityEngine.KeyCode.Semicolon
  name: Semicolon
  fullName: UnityEngine.KeyCode.Semicolon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Semicolon.html
  commentId: F:UnityEngine.KeyCode.Semicolon
  nameWithType: KeyCode.Semicolon
  type: Field
- uid: UnityEngine.KeyCode.Slash
  name: Slash
  fullName: UnityEngine.KeyCode.Slash
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Slash.html
  commentId: F:UnityEngine.KeyCode.Slash
  nameWithType: KeyCode.Slash
  type: Field
- uid: UnityEngine.KeyCode.Space
  name: Space
  fullName: UnityEngine.KeyCode.Space
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Space.html
  commentId: F:UnityEngine.KeyCode.Space
  nameWithType: KeyCode.Space
  type: Field
- uid: UnityEngine.KeyCode.SysReq
  name: SysReq
  fullName: UnityEngine.KeyCode.SysReq
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.SysReq.html
  commentId: F:UnityEngine.KeyCode.SysReq
  nameWithType: KeyCode.SysReq
  type: Field
- uid: UnityEngine.KeyCode.T
  name: T
  fullName: UnityEngine.KeyCode.T
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.T.html
  commentId: F:UnityEngine.KeyCode.T
  nameWithType: KeyCode.T
  type: Field
- uid: UnityEngine.KeyCode.Tab
  name: Tab
  fullName: UnityEngine.KeyCode.Tab
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Tab.html
  commentId: F:UnityEngine.KeyCode.Tab
  nameWithType: KeyCode.Tab
  type: Field
- uid: UnityEngine.KeyCode.U
  name: U
  fullName: UnityEngine.KeyCode.U
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.U.html
  commentId: F:UnityEngine.KeyCode.U
  nameWithType: KeyCode.U
  type: Field
- uid: UnityEngine.KeyCode.Underscore
  name: Underscore
  fullName: UnityEngine.KeyCode.Underscore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Underscore.html
  commentId: F:UnityEngine.KeyCode.Underscore
  nameWithType: KeyCode.Underscore
  type: Field
- uid: UnityEngine.KeyCode.UpArrow
  name: UpArrow
  fullName: UnityEngine.KeyCode.UpArrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.UpArrow.html
  commentId: F:UnityEngine.KeyCode.UpArrow
  nameWithType: KeyCode.UpArrow
  type: Field
- uid: UnityEngine.KeyCode.V
  name: V
  fullName: UnityEngine.KeyCode.V
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.V.html
  commentId: F:UnityEngine.KeyCode.V
  nameWithType: KeyCode.V
  type: Field
- uid: UnityEngine.KeyCode.W
  name: W
  fullName: UnityEngine.KeyCode.W
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.W.html
  commentId: F:UnityEngine.KeyCode.W
  nameWithType: KeyCode.W
  type: Field
- uid: UnityEngine.KeyCode.X
  name: X
  fullName: UnityEngine.KeyCode.X
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.X.html
  commentId: F:UnityEngine.KeyCode.X
  nameWithType: KeyCode.X
  type: Field
- uid: UnityEngine.KeyCode.Y
  name: Y
  fullName: UnityEngine.KeyCode.Y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Y.html
  commentId: F:UnityEngine.KeyCode.Y
  nameWithType: KeyCode.Y
  type: Field
- uid: UnityEngine.KeyCode.Z
  name: Z
  fullName: UnityEngine.KeyCode.Z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/KeyCode.Z.html
  commentId: F:UnityEngine.KeyCode.Z
  nameWithType: KeyCode.Z
  type: Field
- uid: UnityEngine.Keyframe
  name: Keyframe
  fullName: UnityEngine.Keyframe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Keyframe.html
  commentId: T:UnityEngine.Keyframe
  nameWithType: Keyframe
  type: Struct
- uid: UnityEngine.Keyframe.#ctor(System.Single,System.Single,System.Single,System.Single)
  name: Keyframe(float, float, float, float)
  fullName: UnityEngine.Keyframe.Keyframe(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Keyframe-ctor.html
  commentId: M:UnityEngine.Keyframe.#ctor(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Keyframe.Keyframe(float, float, float, float)
  type: Constructor
- uid: UnityEngine.Keyframe.#ctor(System.Single,System.Single)
  name: Keyframe(float, float)
  fullName: UnityEngine.Keyframe.Keyframe(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Keyframe-ctor.html
  commentId: M:UnityEngine.Keyframe.#ctor(System.Single,System.Single)
  nameWithType: Keyframe.Keyframe(float, float)
  type: Constructor
- uid: UnityEngine.Keyframe.inTangent
  name: inTangent
  fullName: UnityEngine.Keyframe.inTangent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Keyframe-inTangent.html
  commentId: P:UnityEngine.Keyframe.inTangent
  nameWithType: Keyframe.inTangent
  type: Property
- uid: UnityEngine.Keyframe.outTangent
  name: outTangent
  fullName: UnityEngine.Keyframe.outTangent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Keyframe-outTangent.html
  commentId: P:UnityEngine.Keyframe.outTangent
  nameWithType: Keyframe.outTangent
  type: Property
- uid: UnityEngine.Keyframe.tangentMode
  name: tangentMode
  fullName: UnityEngine.Keyframe.tangentMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Keyframe-tangentMode.html
  commentId: P:UnityEngine.Keyframe.tangentMode
  nameWithType: Keyframe.tangentMode
  type: Property
- uid: UnityEngine.Keyframe.time
  name: time
  fullName: UnityEngine.Keyframe.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Keyframe-time.html
  commentId: P:UnityEngine.Keyframe.time
  nameWithType: Keyframe.time
  type: Property
- uid: UnityEngine.Keyframe.value
  name: value
  fullName: UnityEngine.Keyframe.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Keyframe-value.html
  commentId: P:UnityEngine.Keyframe.value
  nameWithType: Keyframe.value
  type: Property
- uid: UnityEngine.LayerMask
  name: LayerMask
  fullName: UnityEngine.LayerMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LayerMask.html
  commentId: T:UnityEngine.LayerMask
  nameWithType: LayerMask
  type: Struct
- uid: UnityEngine.LayerMask.GetMask(System.String[])
  name: GetMask(params string[])
  fullName: UnityEngine.LayerMask.GetMask(params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LayerMask.GetMask.html
  commentId: M:UnityEngine.LayerMask.GetMask(System.String[])
  nameWithType: LayerMask.GetMask(params string[])
  type: Method
- uid: UnityEngine.LayerMask.LayerToName(System.Int32)
  name: LayerToName(int)
  fullName: UnityEngine.LayerMask.LayerToName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LayerMask.LayerToName.html
  commentId: M:UnityEngine.LayerMask.LayerToName(System.Int32)
  nameWithType: LayerMask.LayerToName(int)
  type: Method
- uid: UnityEngine.LayerMask.NameToLayer(System.String)
  name: NameToLayer(string)
  fullName: UnityEngine.LayerMask.NameToLayer(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LayerMask.NameToLayer.html
  commentId: M:UnityEngine.LayerMask.NameToLayer(System.String)
  nameWithType: LayerMask.NameToLayer(string)
  type: Method
- uid: UnityEngine.LayerMask.op_Implicit(System.Int32)~UnityEngine.LayerMask
  name: implicit operator LayerMask(int)
  fullName: UnityEngine.LayerMask.implicit operator UnityEngine.LayerMask(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LayerMask.op_Implicit~UnityEngine.LayerMask.html
  commentId: M:UnityEngine.LayerMask.op_Implicit(System.Int32)~UnityEngine.LayerMask
  nameWithType: LayerMask.implicit operator LayerMask(int)
  type: Operator
- uid: UnityEngine.LayerMask.op_Implicit(UnityEngine.LayerMask)~System.Int32
  name: implicit operator int(LayerMask)
  fullName: UnityEngine.LayerMask.implicit operator int(UnityEngine.LayerMask)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LayerMask.op_Implicit~System.Int32.html
  commentId: M:UnityEngine.LayerMask.op_Implicit(UnityEngine.LayerMask)~System.Int32
  nameWithType: LayerMask.implicit operator int(LayerMask)
  type: Operator
- uid: UnityEngine.LayerMask.value
  name: value
  fullName: UnityEngine.LayerMask.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LayerMask-value.html
  commentId: P:UnityEngine.LayerMask.value
  nameWithType: LayerMask.value
  type: Property
- uid: UnityEngine.LensFlare
  name: LensFlare
  fullName: UnityEngine.LensFlare
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LensFlare.html
  commentId: T:UnityEngine.LensFlare
  nameWithType: LensFlare
  type: Class
- uid: UnityEngine.LensFlare.brightness
  name: brightness
  fullName: UnityEngine.LensFlare.brightness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LensFlare-brightness.html
  commentId: P:UnityEngine.LensFlare.brightness
  nameWithType: LensFlare.brightness
  type: Property
- uid: UnityEngine.LensFlare.color
  name: color
  fullName: UnityEngine.LensFlare.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LensFlare-color.html
  commentId: P:UnityEngine.LensFlare.color
  nameWithType: LensFlare.color
  type: Property
- uid: UnityEngine.LensFlare.fadeSpeed
  name: fadeSpeed
  fullName: UnityEngine.LensFlare.fadeSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LensFlare-fadeSpeed.html
  commentId: P:UnityEngine.LensFlare.fadeSpeed
  nameWithType: LensFlare.fadeSpeed
  type: Property
- uid: UnityEngine.LensFlare.flare
  name: flare
  fullName: UnityEngine.LensFlare.flare
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LensFlare-flare.html
  commentId: P:UnityEngine.LensFlare.flare
  nameWithType: LensFlare.flare
  type: Property
- uid: UnityEngine.Light
  name: Light
  fullName: UnityEngine.Light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light.html
  commentId: T:UnityEngine.Light
  nameWithType: Light
  type: Class
- uid: UnityEngine.Light.AddCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ShadowMapPass)
  name: AddCommandBuffer(LightEvent, CommandBuffer, ShadowMapPass)
  fullName: UnityEngine.Light.AddCommandBuffer(UnityEngine.Rendering.LightEvent, UnityEngine.Rendering.CommandBuffer, UnityEngine.Rendering.ShadowMapPass)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light.AddCommandBuffer.html
  commentId: M:UnityEngine.Light.AddCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.ShadowMapPass)
  nameWithType: Light.AddCommandBuffer(LightEvent, CommandBuffer, ShadowMapPass)
  type: Method
- uid: UnityEngine.Light.AddCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer)
  name: AddCommandBuffer(LightEvent, CommandBuffer)
  fullName: UnityEngine.Light.AddCommandBuffer(UnityEngine.Rendering.LightEvent, UnityEngine.Rendering.CommandBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light.AddCommandBuffer.html
  commentId: M:UnityEngine.Light.AddCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer)
  nameWithType: Light.AddCommandBuffer(LightEvent, CommandBuffer)
  type: Method
- uid: UnityEngine.Light.alreadyLightmapped
  name: alreadyLightmapped
  fullName: UnityEngine.Light.alreadyLightmapped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-alreadyLightmapped.html
  commentId: P:UnityEngine.Light.alreadyLightmapped
  nameWithType: Light.alreadyLightmapped
  type: Property
- uid: UnityEngine.Light.areaSize
  name: areaSize
  fullName: UnityEngine.Light.areaSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-areaSize.html
  commentId: P:UnityEngine.Light.areaSize
  nameWithType: Light.areaSize
  type: Property
- uid: UnityEngine.Light.attenuate
  name: attenuate
  fullName: UnityEngine.Light.attenuate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-attenuate.html
  commentId: P:UnityEngine.Light.attenuate
  nameWithType: Light.attenuate
  type: Property
- uid: UnityEngine.Light.bakedIndex
  name: bakedIndex
  fullName: UnityEngine.Light.bakedIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-bakedIndex.html
  commentId: P:UnityEngine.Light.bakedIndex
  nameWithType: Light.bakedIndex
  type: Property
- uid: UnityEngine.Light.bounceIntensity
  name: bounceIntensity
  fullName: UnityEngine.Light.bounceIntensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-bounceIntensity.html
  commentId: P:UnityEngine.Light.bounceIntensity
  nameWithType: Light.bounceIntensity
  type: Property
- uid: UnityEngine.Light.color
  name: color
  fullName: UnityEngine.Light.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-color.html
  commentId: P:UnityEngine.Light.color
  nameWithType: Light.color
  type: Property
- uid: UnityEngine.Light.colorTemperature
  name: colorTemperature
  fullName: UnityEngine.Light.colorTemperature
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-colorTemperature.html
  commentId: P:UnityEngine.Light.colorTemperature
  nameWithType: Light.colorTemperature
  type: Property
- uid: UnityEngine.Light.commandBufferCount
  name: commandBufferCount
  fullName: UnityEngine.Light.commandBufferCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-commandBufferCount.html
  commentId: P:UnityEngine.Light.commandBufferCount
  nameWithType: Light.commandBufferCount
  type: Property
- uid: UnityEngine.Light.cookie
  name: cookie
  fullName: UnityEngine.Light.cookie
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-cookie.html
  commentId: P:UnityEngine.Light.cookie
  nameWithType: Light.cookie
  type: Property
- uid: UnityEngine.Light.cookieSize
  name: cookieSize
  fullName: UnityEngine.Light.cookieSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-cookieSize.html
  commentId: P:UnityEngine.Light.cookieSize
  nameWithType: Light.cookieSize
  type: Property
- uid: UnityEngine.Light.cullingMask
  name: cullingMask
  fullName: UnityEngine.Light.cullingMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-cullingMask.html
  commentId: P:UnityEngine.Light.cullingMask
  nameWithType: Light.cullingMask
  type: Property
- uid: UnityEngine.Light.flare
  name: flare
  fullName: UnityEngine.Light.flare
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-flare.html
  commentId: P:UnityEngine.Light.flare
  nameWithType: Light.flare
  type: Property
- uid: UnityEngine.Light.GetCommandBuffers(UnityEngine.Rendering.LightEvent)
  name: GetCommandBuffers(LightEvent)
  fullName: UnityEngine.Light.GetCommandBuffers(UnityEngine.Rendering.LightEvent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light.GetCommandBuffers.html
  commentId: M:UnityEngine.Light.GetCommandBuffers(UnityEngine.Rendering.LightEvent)
  nameWithType: Light.GetCommandBuffers(LightEvent)
  type: Method
- uid: UnityEngine.Light.GetLights(UnityEngine.LightType,System.Int32)
  name: GetLights(LightType, int)
  fullName: UnityEngine.Light.GetLights(UnityEngine.LightType, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light.GetLights.html
  commentId: M:UnityEngine.Light.GetLights(UnityEngine.LightType,System.Int32)
  nameWithType: Light.GetLights(LightType, int)
  type: Method
- uid: UnityEngine.Light.intensity
  name: intensity
  fullName: UnityEngine.Light.intensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-intensity.html
  commentId: P:UnityEngine.Light.intensity
  nameWithType: Light.intensity
  type: Property
- uid: UnityEngine.Light.isBaked
  name: isBaked
  fullName: UnityEngine.Light.isBaked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-isBaked.html
  commentId: P:UnityEngine.Light.isBaked
  nameWithType: Light.isBaked
  type: Property
- uid: UnityEngine.Light.lightmapBakeType
  name: lightmapBakeType
  fullName: UnityEngine.Light.lightmapBakeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-lightmapBakeType.html
  commentId: P:UnityEngine.Light.lightmapBakeType
  nameWithType: Light.lightmapBakeType
  type: Property
- uid: UnityEngine.Light.lightmappingMode
  name: lightmappingMode
  fullName: UnityEngine.Light.lightmappingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-lightmappingMode.html
  commentId: P:UnityEngine.Light.lightmappingMode
  nameWithType: Light.lightmappingMode
  type: Property
- uid: UnityEngine.Light.pixelLightCount
  name: pixelLightCount
  fullName: UnityEngine.Light.pixelLightCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-pixelLightCount.html
  commentId: P:UnityEngine.Light.pixelLightCount
  nameWithType: Light.pixelLightCount
  type: Property
- uid: UnityEngine.Light.range
  name: range
  fullName: UnityEngine.Light.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-range.html
  commentId: P:UnityEngine.Light.range
  nameWithType: Light.range
  type: Property
- uid: UnityEngine.Light.RemoveAllCommandBuffers
  name: RemoveAllCommandBuffers()
  fullName: UnityEngine.Light.RemoveAllCommandBuffers()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light.RemoveAllCommandBuffers.html
  commentId: M:UnityEngine.Light.RemoveAllCommandBuffers
  nameWithType: Light.RemoveAllCommandBuffers()
  type: Method
- uid: UnityEngine.Light.RemoveCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer)
  name: RemoveCommandBuffer(LightEvent, CommandBuffer)
  fullName: UnityEngine.Light.RemoveCommandBuffer(UnityEngine.Rendering.LightEvent, UnityEngine.Rendering.CommandBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light.RemoveCommandBuffer.html
  commentId: M:UnityEngine.Light.RemoveCommandBuffer(UnityEngine.Rendering.LightEvent,UnityEngine.Rendering.CommandBuffer)
  nameWithType: Light.RemoveCommandBuffer(LightEvent, CommandBuffer)
  type: Method
- uid: UnityEngine.Light.RemoveCommandBuffers(UnityEngine.Rendering.LightEvent)
  name: RemoveCommandBuffers(LightEvent)
  fullName: UnityEngine.Light.RemoveCommandBuffers(UnityEngine.Rendering.LightEvent)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light.RemoveCommandBuffers.html
  commentId: M:UnityEngine.Light.RemoveCommandBuffers(UnityEngine.Rendering.LightEvent)
  nameWithType: Light.RemoveCommandBuffers(LightEvent)
  type: Method
- uid: UnityEngine.Light.renderMode
  name: renderMode
  fullName: UnityEngine.Light.renderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-renderMode.html
  commentId: P:UnityEngine.Light.renderMode
  nameWithType: Light.renderMode
  type: Property
- uid: UnityEngine.Light.shadowBias
  name: shadowBias
  fullName: UnityEngine.Light.shadowBias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowBias.html
  commentId: P:UnityEngine.Light.shadowBias
  nameWithType: Light.shadowBias
  type: Property
- uid: UnityEngine.Light.shadowConstantBias
  name: shadowConstantBias
  fullName: UnityEngine.Light.shadowConstantBias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowConstantBias.html
  commentId: P:UnityEngine.Light.shadowConstantBias
  nameWithType: Light.shadowConstantBias
  type: Property
- uid: UnityEngine.Light.shadowCustomResolution
  name: shadowCustomResolution
  fullName: UnityEngine.Light.shadowCustomResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowCustomResolution.html
  commentId: P:UnityEngine.Light.shadowCustomResolution
  nameWithType: Light.shadowCustomResolution
  type: Property
- uid: UnityEngine.Light.shadowNearPlane
  name: shadowNearPlane
  fullName: UnityEngine.Light.shadowNearPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowNearPlane.html
  commentId: P:UnityEngine.Light.shadowNearPlane
  nameWithType: Light.shadowNearPlane
  type: Property
- uid: UnityEngine.Light.shadowNormalBias
  name: shadowNormalBias
  fullName: UnityEngine.Light.shadowNormalBias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowNormalBias.html
  commentId: P:UnityEngine.Light.shadowNormalBias
  nameWithType: Light.shadowNormalBias
  type: Property
- uid: UnityEngine.Light.shadowObjectSizeBias
  name: shadowObjectSizeBias
  fullName: UnityEngine.Light.shadowObjectSizeBias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowObjectSizeBias.html
  commentId: P:UnityEngine.Light.shadowObjectSizeBias
  nameWithType: Light.shadowObjectSizeBias
  type: Property
- uid: UnityEngine.Light.shadowResolution
  name: shadowResolution
  fullName: UnityEngine.Light.shadowResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowResolution.html
  commentId: P:UnityEngine.Light.shadowResolution
  nameWithType: Light.shadowResolution
  type: Property
- uid: UnityEngine.Light.shadows
  name: shadows
  fullName: UnityEngine.Light.shadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadows.html
  commentId: P:UnityEngine.Light.shadows
  nameWithType: Light.shadows
  type: Property
- uid: UnityEngine.Light.shadowSoftness
  name: shadowSoftness
  fullName: UnityEngine.Light.shadowSoftness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowSoftness.html
  commentId: P:UnityEngine.Light.shadowSoftness
  nameWithType: Light.shadowSoftness
  type: Property
- uid: UnityEngine.Light.shadowSoftnessFade
  name: shadowSoftnessFade
  fullName: UnityEngine.Light.shadowSoftnessFade
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowSoftnessFade.html
  commentId: P:UnityEngine.Light.shadowSoftnessFade
  nameWithType: Light.shadowSoftnessFade
  type: Property
- uid: UnityEngine.Light.shadowStrength
  name: shadowStrength
  fullName: UnityEngine.Light.shadowStrength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-shadowStrength.html
  commentId: P:UnityEngine.Light.shadowStrength
  nameWithType: Light.shadowStrength
  type: Property
- uid: UnityEngine.Light.spotAngle
  name: spotAngle
  fullName: UnityEngine.Light.spotAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-spotAngle.html
  commentId: P:UnityEngine.Light.spotAngle
  nameWithType: Light.spotAngle
  type: Property
- uid: UnityEngine.Light.type
  name: type
  fullName: UnityEngine.Light.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Light-type.html
  commentId: P:UnityEngine.Light.type
  nameWithType: Light.type
  type: Property
- uid: UnityEngine.LightmapBakeType
  name: LightmapBakeType
  fullName: UnityEngine.LightmapBakeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapBakeType.html
  commentId: T:UnityEngine.LightmapBakeType
  nameWithType: LightmapBakeType
  type: Enum
- uid: UnityEngine.LightmapBakeType.Baked
  name: Baked
  fullName: UnityEngine.LightmapBakeType.Baked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapBakeType.Baked.html
  commentId: F:UnityEngine.LightmapBakeType.Baked
  nameWithType: LightmapBakeType.Baked
  type: Field
- uid: UnityEngine.LightmapBakeType.Mixed
  name: Mixed
  fullName: UnityEngine.LightmapBakeType.Mixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapBakeType.Mixed.html
  commentId: F:UnityEngine.LightmapBakeType.Mixed
  nameWithType: LightmapBakeType.Mixed
  type: Field
- uid: UnityEngine.LightmapBakeType.Realtime
  name: Realtime
  fullName: UnityEngine.LightmapBakeType.Realtime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapBakeType.Realtime.html
  commentId: F:UnityEngine.LightmapBakeType.Realtime
  nameWithType: LightmapBakeType.Realtime
  type: Field
- uid: UnityEngine.LightmapData
  name: LightmapData
  fullName: UnityEngine.LightmapData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapData.html
  commentId: T:UnityEngine.LightmapData
  nameWithType: LightmapData
  type: Class
- uid: UnityEngine.LightmapData.lightmapColor
  name: lightmapColor
  fullName: UnityEngine.LightmapData.lightmapColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapData-lightmapColor.html
  commentId: P:UnityEngine.LightmapData.lightmapColor
  nameWithType: LightmapData.lightmapColor
  type: Property
- uid: UnityEngine.LightmapData.lightmapDir
  name: lightmapDir
  fullName: UnityEngine.LightmapData.lightmapDir
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapData-lightmapDir.html
  commentId: P:UnityEngine.LightmapData.lightmapDir
  nameWithType: LightmapData.lightmapDir
  type: Property
- uid: UnityEngine.LightmapData.lightmapLight
  name: lightmapLight
  fullName: UnityEngine.LightmapData.lightmapLight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapData-lightmapLight.html
  commentId: P:UnityEngine.LightmapData.lightmapLight
  nameWithType: LightmapData.lightmapLight
  type: Property
- uid: UnityEngine.LightmapData.shadowMask
  name: shadowMask
  fullName: UnityEngine.LightmapData.shadowMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapData-shadowMask.html
  commentId: P:UnityEngine.LightmapData.shadowMask
  nameWithType: LightmapData.shadowMask
  type: Property
- uid: UnityEngine.LightmappingMode
  name: LightmappingMode
  fullName: UnityEngine.LightmappingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmappingMode.html
  commentId: T:UnityEngine.LightmappingMode
  nameWithType: LightmappingMode
  type: Enum
- uid: UnityEngine.LightmappingMode.Baked
  name: Baked
  fullName: UnityEngine.LightmappingMode.Baked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmappingMode.Baked.html
  commentId: F:UnityEngine.LightmappingMode.Baked
  nameWithType: LightmappingMode.Baked
  type: Field
- uid: UnityEngine.LightmappingMode.Mixed
  name: Mixed
  fullName: UnityEngine.LightmappingMode.Mixed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmappingMode.Mixed.html
  commentId: F:UnityEngine.LightmappingMode.Mixed
  nameWithType: LightmappingMode.Mixed
  type: Field
- uid: UnityEngine.LightmappingMode.Realtime
  name: Realtime
  fullName: UnityEngine.LightmappingMode.Realtime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmappingMode.Realtime.html
  commentId: F:UnityEngine.LightmappingMode.Realtime
  nameWithType: LightmappingMode.Realtime
  type: Field
- uid: UnityEngine.LightmapSettings
  name: LightmapSettings
  fullName: UnityEngine.LightmapSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapSettings.html
  commentId: T:UnityEngine.LightmapSettings
  nameWithType: LightmapSettings
  type: Class
- uid: UnityEngine.LightmapSettings.bakedColorSpace
  name: bakedColorSpace
  fullName: UnityEngine.LightmapSettings.bakedColorSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapSettings-bakedColorSpace.html
  commentId: P:UnityEngine.LightmapSettings.bakedColorSpace
  nameWithType: LightmapSettings.bakedColorSpace
  type: Property
- uid: UnityEngine.LightmapSettings.lightmaps
  name: lightmaps
  fullName: UnityEngine.LightmapSettings.lightmaps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapSettings-lightmaps.html
  commentId: P:UnityEngine.LightmapSettings.lightmaps
  nameWithType: LightmapSettings.lightmaps
  type: Property
- uid: UnityEngine.LightmapSettings.lightmapsMode
  name: lightmapsMode
  fullName: UnityEngine.LightmapSettings.lightmapsMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapSettings-lightmapsMode.html
  commentId: P:UnityEngine.LightmapSettings.lightmapsMode
  nameWithType: LightmapSettings.lightmapsMode
  type: Property
- uid: UnityEngine.LightmapSettings.lightmapsModeLegacy
  name: lightmapsModeLegacy
  fullName: UnityEngine.LightmapSettings.lightmapsModeLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapSettings-lightmapsModeLegacy.html
  commentId: P:UnityEngine.LightmapSettings.lightmapsModeLegacy
  nameWithType: LightmapSettings.lightmapsModeLegacy
  type: Property
- uid: UnityEngine.LightmapSettings.lightProbes
  name: lightProbes
  fullName: UnityEngine.LightmapSettings.lightProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapSettings-lightProbes.html
  commentId: P:UnityEngine.LightmapSettings.lightProbes
  nameWithType: LightmapSettings.lightProbes
  type: Property
- uid: UnityEngine.LightmapsMode
  name: LightmapsMode
  fullName: UnityEngine.LightmapsMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapsMode.html
  commentId: T:UnityEngine.LightmapsMode
  nameWithType: LightmapsMode
  type: Enum
- uid: UnityEngine.LightmapsMode.CombinedDirectional
  name: CombinedDirectional
  fullName: UnityEngine.LightmapsMode.CombinedDirectional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapsMode.CombinedDirectional.html
  commentId: F:UnityEngine.LightmapsMode.CombinedDirectional
  nameWithType: LightmapsMode.CombinedDirectional
  type: Field
- uid: UnityEngine.LightmapsMode.NonDirectional
  name: NonDirectional
  fullName: UnityEngine.LightmapsMode.NonDirectional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapsMode.NonDirectional.html
  commentId: F:UnityEngine.LightmapsMode.NonDirectional
  nameWithType: LightmapsMode.NonDirectional
  type: Field
- uid: UnityEngine.LightmapsModeLegacy
  name: LightmapsModeLegacy
  fullName: UnityEngine.LightmapsModeLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapsModeLegacy.html
  commentId: T:UnityEngine.LightmapsModeLegacy
  nameWithType: LightmapsModeLegacy
  type: Enum
- uid: UnityEngine.LightmapsModeLegacy.Directional
  name: Directional
  fullName: UnityEngine.LightmapsModeLegacy.Directional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapsModeLegacy.Directional.html
  commentId: F:UnityEngine.LightmapsModeLegacy.Directional
  nameWithType: LightmapsModeLegacy.Directional
  type: Field
- uid: UnityEngine.LightmapsModeLegacy.Dual
  name: Dual
  fullName: UnityEngine.LightmapsModeLegacy.Dual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapsModeLegacy.Dual.html
  commentId: F:UnityEngine.LightmapsModeLegacy.Dual
  nameWithType: LightmapsModeLegacy.Dual
  type: Field
- uid: UnityEngine.LightmapsModeLegacy.Single
  name: Single
  fullName: UnityEngine.LightmapsModeLegacy.Single
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightmapsModeLegacy.Single.html
  commentId: F:UnityEngine.LightmapsModeLegacy.Single
  nameWithType: LightmapsModeLegacy.Single
  type: Field
- uid: UnityEngine.LightProbeGroup
  name: LightProbeGroup
  fullName: UnityEngine.LightProbeGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeGroup.html
  commentId: T:UnityEngine.LightProbeGroup
  nameWithType: LightProbeGroup
  type: Class
- uid: UnityEngine.LightProbeGroup.probePositions
  name: probePositions
  fullName: UnityEngine.LightProbeGroup.probePositions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeGroup-probePositions.html
  commentId: P:UnityEngine.LightProbeGroup.probePositions
  nameWithType: LightProbeGroup.probePositions
  type: Property
- uid: UnityEngine.LightProbeProxyVolume
  name: LightProbeProxyVolume
  fullName: UnityEngine.LightProbeProxyVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.html
  commentId: T:UnityEngine.LightProbeProxyVolume
  nameWithType: LightProbeProxyVolume
  type: Class
- uid: UnityEngine.LightProbeProxyVolume.boundingBoxMode
  name: boundingBoxMode
  fullName: UnityEngine.LightProbeProxyVolume.boundingBoxMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-boundingBoxMode.html
  commentId: P:UnityEngine.LightProbeProxyVolume.boundingBoxMode
  nameWithType: LightProbeProxyVolume.boundingBoxMode
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.BoundingBoxMode
  name: LightProbeProxyVolume.BoundingBoxMode
  fullName: UnityEngine.LightProbeProxyVolume.BoundingBoxMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.BoundingBoxMode.html
  commentId: T:UnityEngine.LightProbeProxyVolume.BoundingBoxMode
  nameWithType: LightProbeProxyVolume.BoundingBoxMode
  type: Enum
- uid: UnityEngine.LightProbeProxyVolume.BoundingBoxMode.AutomaticLocal
  name: AutomaticLocal
  fullName: UnityEngine.LightProbeProxyVolume.BoundingBoxMode.AutomaticLocal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.BoundingBoxMode.AutomaticLocal.html
  commentId: F:UnityEngine.LightProbeProxyVolume.BoundingBoxMode.AutomaticLocal
  nameWithType: LightProbeProxyVolume.BoundingBoxMode.AutomaticLocal
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.BoundingBoxMode.AutomaticWorld
  name: AutomaticWorld
  fullName: UnityEngine.LightProbeProxyVolume.BoundingBoxMode.AutomaticWorld
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.BoundingBoxMode.AutomaticWorld.html
  commentId: F:UnityEngine.LightProbeProxyVolume.BoundingBoxMode.AutomaticWorld
  nameWithType: LightProbeProxyVolume.BoundingBoxMode.AutomaticWorld
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.BoundingBoxMode.Custom
  name: Custom
  fullName: UnityEngine.LightProbeProxyVolume.BoundingBoxMode.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.BoundingBoxMode.Custom.html
  commentId: F:UnityEngine.LightProbeProxyVolume.BoundingBoxMode.Custom
  nameWithType: LightProbeProxyVolume.BoundingBoxMode.Custom
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.boundsGlobal
  name: boundsGlobal
  fullName: UnityEngine.LightProbeProxyVolume.boundsGlobal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-boundsGlobal.html
  commentId: P:UnityEngine.LightProbeProxyVolume.boundsGlobal
  nameWithType: LightProbeProxyVolume.boundsGlobal
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.gridResolutionX
  name: gridResolutionX
  fullName: UnityEngine.LightProbeProxyVolume.gridResolutionX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-gridResolutionX.html
  commentId: P:UnityEngine.LightProbeProxyVolume.gridResolutionX
  nameWithType: LightProbeProxyVolume.gridResolutionX
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.gridResolutionY
  name: gridResolutionY
  fullName: UnityEngine.LightProbeProxyVolume.gridResolutionY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-gridResolutionY.html
  commentId: P:UnityEngine.LightProbeProxyVolume.gridResolutionY
  nameWithType: LightProbeProxyVolume.gridResolutionY
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.gridResolutionZ
  name: gridResolutionZ
  fullName: UnityEngine.LightProbeProxyVolume.gridResolutionZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-gridResolutionZ.html
  commentId: P:UnityEngine.LightProbeProxyVolume.gridResolutionZ
  nameWithType: LightProbeProxyVolume.gridResolutionZ
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.isFeatureSupported
  name: isFeatureSupported
  fullName: UnityEngine.LightProbeProxyVolume.isFeatureSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-isFeatureSupported.html
  commentId: P:UnityEngine.LightProbeProxyVolume.isFeatureSupported
  nameWithType: LightProbeProxyVolume.isFeatureSupported
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.originCustom
  name: originCustom
  fullName: UnityEngine.LightProbeProxyVolume.originCustom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-originCustom.html
  commentId: P:UnityEngine.LightProbeProxyVolume.originCustom
  nameWithType: LightProbeProxyVolume.originCustom
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.probeDensity
  name: probeDensity
  fullName: UnityEngine.LightProbeProxyVolume.probeDensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-probeDensity.html
  commentId: P:UnityEngine.LightProbeProxyVolume.probeDensity
  nameWithType: LightProbeProxyVolume.probeDensity
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.probePositionMode
  name: probePositionMode
  fullName: UnityEngine.LightProbeProxyVolume.probePositionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-probePositionMode.html
  commentId: P:UnityEngine.LightProbeProxyVolume.probePositionMode
  nameWithType: LightProbeProxyVolume.probePositionMode
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.ProbePositionMode
  name: LightProbeProxyVolume.ProbePositionMode
  fullName: UnityEngine.LightProbeProxyVolume.ProbePositionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.ProbePositionMode.html
  commentId: T:UnityEngine.LightProbeProxyVolume.ProbePositionMode
  nameWithType: LightProbeProxyVolume.ProbePositionMode
  type: Enum
- uid: UnityEngine.LightProbeProxyVolume.ProbePositionMode.CellCenter
  name: CellCenter
  fullName: UnityEngine.LightProbeProxyVolume.ProbePositionMode.CellCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.ProbePositionMode.CellCenter.html
  commentId: F:UnityEngine.LightProbeProxyVolume.ProbePositionMode.CellCenter
  nameWithType: LightProbeProxyVolume.ProbePositionMode.CellCenter
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.ProbePositionMode.CellCorner
  name: CellCorner
  fullName: UnityEngine.LightProbeProxyVolume.ProbePositionMode.CellCorner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.ProbePositionMode.CellCorner.html
  commentId: F:UnityEngine.LightProbeProxyVolume.ProbePositionMode.CellCorner
  nameWithType: LightProbeProxyVolume.ProbePositionMode.CellCorner
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.refreshMode
  name: refreshMode
  fullName: UnityEngine.LightProbeProxyVolume.refreshMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-refreshMode.html
  commentId: P:UnityEngine.LightProbeProxyVolume.refreshMode
  nameWithType: LightProbeProxyVolume.refreshMode
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.RefreshMode
  name: LightProbeProxyVolume.RefreshMode
  fullName: UnityEngine.LightProbeProxyVolume.RefreshMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.RefreshMode.html
  commentId: T:UnityEngine.LightProbeProxyVolume.RefreshMode
  nameWithType: LightProbeProxyVolume.RefreshMode
  type: Enum
- uid: UnityEngine.LightProbeProxyVolume.RefreshMode.Automatic
  name: Automatic
  fullName: UnityEngine.LightProbeProxyVolume.RefreshMode.Automatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.RefreshMode.Automatic.html
  commentId: F:UnityEngine.LightProbeProxyVolume.RefreshMode.Automatic
  nameWithType: LightProbeProxyVolume.RefreshMode.Automatic
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.RefreshMode.EveryFrame
  name: EveryFrame
  fullName: UnityEngine.LightProbeProxyVolume.RefreshMode.EveryFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.RefreshMode.EveryFrame.html
  commentId: F:UnityEngine.LightProbeProxyVolume.RefreshMode.EveryFrame
  nameWithType: LightProbeProxyVolume.RefreshMode.EveryFrame
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.RefreshMode.ViaScripting
  name: ViaScripting
  fullName: UnityEngine.LightProbeProxyVolume.RefreshMode.ViaScripting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.RefreshMode.ViaScripting.html
  commentId: F:UnityEngine.LightProbeProxyVolume.RefreshMode.ViaScripting
  nameWithType: LightProbeProxyVolume.RefreshMode.ViaScripting
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.resolutionMode
  name: resolutionMode
  fullName: UnityEngine.LightProbeProxyVolume.resolutionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-resolutionMode.html
  commentId: P:UnityEngine.LightProbeProxyVolume.resolutionMode
  nameWithType: LightProbeProxyVolume.resolutionMode
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.ResolutionMode
  name: LightProbeProxyVolume.ResolutionMode
  fullName: UnityEngine.LightProbeProxyVolume.ResolutionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.ResolutionMode.html
  commentId: T:UnityEngine.LightProbeProxyVolume.ResolutionMode
  nameWithType: LightProbeProxyVolume.ResolutionMode
  type: Enum
- uid: UnityEngine.LightProbeProxyVolume.ResolutionMode.Automatic
  name: Automatic
  fullName: UnityEngine.LightProbeProxyVolume.ResolutionMode.Automatic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.ResolutionMode.Automatic.html
  commentId: F:UnityEngine.LightProbeProxyVolume.ResolutionMode.Automatic
  nameWithType: LightProbeProxyVolume.ResolutionMode.Automatic
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.ResolutionMode.Custom
  name: Custom
  fullName: UnityEngine.LightProbeProxyVolume.ResolutionMode.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.ResolutionMode.Custom.html
  commentId: F:UnityEngine.LightProbeProxyVolume.ResolutionMode.Custom
  nameWithType: LightProbeProxyVolume.ResolutionMode.Custom
  type: Field
- uid: UnityEngine.LightProbeProxyVolume.sizeCustom
  name: sizeCustom
  fullName: UnityEngine.LightProbeProxyVolume.sizeCustom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume-sizeCustom.html
  commentId: P:UnityEngine.LightProbeProxyVolume.sizeCustom
  nameWithType: LightProbeProxyVolume.sizeCustom
  type: Property
- uid: UnityEngine.LightProbeProxyVolume.Update
  name: Update()
  fullName: UnityEngine.LightProbeProxyVolume.Update()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbeProxyVolume.Update.html
  commentId: M:UnityEngine.LightProbeProxyVolume.Update
  nameWithType: LightProbeProxyVolume.Update()
  type: Method
- uid: UnityEngine.LightProbes
  name: LightProbes
  fullName: UnityEngine.LightProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbes.html
  commentId: T:UnityEngine.LightProbes
  nameWithType: LightProbes
  type: Class
- uid: UnityEngine.LightProbes.bakedProbes
  name: bakedProbes
  fullName: UnityEngine.LightProbes.bakedProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbes-bakedProbes.html
  commentId: P:UnityEngine.LightProbes.bakedProbes
  nameWithType: LightProbes.bakedProbes
  type: Property
- uid: UnityEngine.LightProbes.cellCount
  name: cellCount
  fullName: UnityEngine.LightProbes.cellCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbes-cellCount.html
  commentId: P:UnityEngine.LightProbes.cellCount
  nameWithType: LightProbes.cellCount
  type: Property
- uid: UnityEngine.LightProbes.coefficients
  name: coefficients
  fullName: UnityEngine.LightProbes.coefficients
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbes-coefficients.html
  commentId: P:UnityEngine.LightProbes.coefficients
  nameWithType: LightProbes.coefficients
  type: Property
- uid: UnityEngine.LightProbes.count
  name: count
  fullName: UnityEngine.LightProbes.count
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbes-count.html
  commentId: P:UnityEngine.LightProbes.count
  nameWithType: LightProbes.count
  type: Property
- uid: UnityEngine.LightProbes.GetInterpolatedLightProbe(UnityEngine.Vector3,UnityEngine.Renderer,System.Single[])
  name: GetInterpolatedLightProbe(Vector3, Renderer, float[])
  fullName: UnityEngine.LightProbes.GetInterpolatedLightProbe(UnityEngine.Vector3, UnityEngine.Renderer, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbes.GetInterpolatedLightProbe.html
  commentId: M:UnityEngine.LightProbes.GetInterpolatedLightProbe(UnityEngine.Vector3,UnityEngine.Renderer,System.Single[])
  nameWithType: LightProbes.GetInterpolatedLightProbe(Vector3, Renderer, float[])
  type: Method
- uid: UnityEngine.LightProbes.GetInterpolatedProbe(UnityEngine.Vector3,UnityEngine.Renderer,UnityEngine.Rendering.SphericalHarmonicsL2@)
  name: GetInterpolatedProbe(Vector3, Renderer, out SphericalHarmonicsL2)
  fullName: UnityEngine.LightProbes.GetInterpolatedProbe(UnityEngine.Vector3, UnityEngine.Renderer, out UnityEngine.Rendering.SphericalHarmonicsL2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbes.GetInterpolatedProbe.html
  commentId: M:UnityEngine.LightProbes.GetInterpolatedProbe(UnityEngine.Vector3,UnityEngine.Renderer,UnityEngine.Rendering.SphericalHarmonicsL2@)
  nameWithType: LightProbes.GetInterpolatedProbe(Vector3, Renderer, out SphericalHarmonicsL2)
  type: Method
- uid: UnityEngine.LightProbes.positions
  name: positions
  fullName: UnityEngine.LightProbes.positions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightProbes-positions.html
  commentId: P:UnityEngine.LightProbes.positions
  nameWithType: LightProbes.positions
  type: Property
- uid: UnityEngine.LightRenderMode
  name: LightRenderMode
  fullName: UnityEngine.LightRenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightRenderMode.html
  commentId: T:UnityEngine.LightRenderMode
  nameWithType: LightRenderMode
  type: Enum
- uid: UnityEngine.LightRenderMode.Auto
  name: Auto
  fullName: UnityEngine.LightRenderMode.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightRenderMode.Auto.html
  commentId: F:UnityEngine.LightRenderMode.Auto
  nameWithType: LightRenderMode.Auto
  type: Field
- uid: UnityEngine.LightRenderMode.ForcePixel
  name: ForcePixel
  fullName: UnityEngine.LightRenderMode.ForcePixel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightRenderMode.ForcePixel.html
  commentId: F:UnityEngine.LightRenderMode.ForcePixel
  nameWithType: LightRenderMode.ForcePixel
  type: Field
- uid: UnityEngine.LightRenderMode.ForceVertex
  name: ForceVertex
  fullName: UnityEngine.LightRenderMode.ForceVertex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightRenderMode.ForceVertex.html
  commentId: F:UnityEngine.LightRenderMode.ForceVertex
  nameWithType: LightRenderMode.ForceVertex
  type: Field
- uid: UnityEngine.LightShadows
  name: LightShadows
  fullName: UnityEngine.LightShadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightShadows.html
  commentId: T:UnityEngine.LightShadows
  nameWithType: LightShadows
  type: Enum
- uid: UnityEngine.LightShadows.Hard
  name: Hard
  fullName: UnityEngine.LightShadows.Hard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightShadows.Hard.html
  commentId: F:UnityEngine.LightShadows.Hard
  nameWithType: LightShadows.Hard
  type: Field
- uid: UnityEngine.LightShadows.None
  name: None
  fullName: UnityEngine.LightShadows.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightShadows.None.html
  commentId: F:UnityEngine.LightShadows.None
  nameWithType: LightShadows.None
  type: Field
- uid: UnityEngine.LightShadows.Soft
  name: Soft
  fullName: UnityEngine.LightShadows.Soft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightShadows.Soft.html
  commentId: F:UnityEngine.LightShadows.Soft
  nameWithType: LightShadows.Soft
  type: Field
- uid: UnityEngine.LightType
  name: LightType
  fullName: UnityEngine.LightType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightType.html
  commentId: T:UnityEngine.LightType
  nameWithType: LightType
  type: Enum
- uid: UnityEngine.LightType.Area
  name: Area
  fullName: UnityEngine.LightType.Area
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightType.Area.html
  commentId: F:UnityEngine.LightType.Area
  nameWithType: LightType.Area
  type: Field
- uid: UnityEngine.LightType.Directional
  name: Directional
  fullName: UnityEngine.LightType.Directional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightType.Directional.html
  commentId: F:UnityEngine.LightType.Directional
  nameWithType: LightType.Directional
  type: Field
- uid: UnityEngine.LightType.Point
  name: Point
  fullName: UnityEngine.LightType.Point
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightType.Point.html
  commentId: F:UnityEngine.LightType.Point
  nameWithType: LightType.Point
  type: Field
- uid: UnityEngine.LightType.Spot
  name: Spot
  fullName: UnityEngine.LightType.Spot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LightType.Spot.html
  commentId: F:UnityEngine.LightType.Spot
  nameWithType: LightType.Spot
  type: Field
- uid: UnityEngine.LineAlignment
  name: LineAlignment
  fullName: UnityEngine.LineAlignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineAlignment.html
  commentId: T:UnityEngine.LineAlignment
  nameWithType: LineAlignment
  type: Enum
- uid: UnityEngine.LineAlignment.Local
  name: Local
  fullName: UnityEngine.LineAlignment.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineAlignment.Local.html
  commentId: F:UnityEngine.LineAlignment.Local
  nameWithType: LineAlignment.Local
  type: Field
- uid: UnityEngine.LineAlignment.View
  name: View
  fullName: UnityEngine.LineAlignment.View
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineAlignment.View.html
  commentId: F:UnityEngine.LineAlignment.View
  nameWithType: LineAlignment.View
  type: Field
- uid: UnityEngine.LineRenderer
  name: LineRenderer
  fullName: UnityEngine.LineRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.html
  commentId: T:UnityEngine.LineRenderer
  nameWithType: LineRenderer
  type: Class
- uid: UnityEngine.LineRenderer.alignment
  name: alignment
  fullName: UnityEngine.LineRenderer.alignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-alignment.html
  commentId: P:UnityEngine.LineRenderer.alignment
  nameWithType: LineRenderer.alignment
  type: Property
- uid: UnityEngine.LineRenderer.colorGradient
  name: colorGradient
  fullName: UnityEngine.LineRenderer.colorGradient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-colorGradient.html
  commentId: P:UnityEngine.LineRenderer.colorGradient
  nameWithType: LineRenderer.colorGradient
  type: Property
- uid: UnityEngine.LineRenderer.endColor
  name: endColor
  fullName: UnityEngine.LineRenderer.endColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-endColor.html
  commentId: P:UnityEngine.LineRenderer.endColor
  nameWithType: LineRenderer.endColor
  type: Property
- uid: UnityEngine.LineRenderer.endWidth
  name: endWidth
  fullName: UnityEngine.LineRenderer.endWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-endWidth.html
  commentId: P:UnityEngine.LineRenderer.endWidth
  nameWithType: LineRenderer.endWidth
  type: Property
- uid: UnityEngine.LineRenderer.generateLightingData
  name: generateLightingData
  fullName: UnityEngine.LineRenderer.generateLightingData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-generateLightingData.html
  commentId: P:UnityEngine.LineRenderer.generateLightingData
  nameWithType: LineRenderer.generateLightingData
  type: Property
- uid: UnityEngine.LineRenderer.GetPosition(System.Int32)
  name: GetPosition(int)
  fullName: UnityEngine.LineRenderer.GetPosition(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.GetPosition.html
  commentId: M:UnityEngine.LineRenderer.GetPosition(System.Int32)
  nameWithType: LineRenderer.GetPosition(int)
  type: Method
- uid: UnityEngine.LineRenderer.GetPositions(UnityEngine.Vector3[])
  name: GetPositions(Vector3[])
  fullName: UnityEngine.LineRenderer.GetPositions(UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.GetPositions.html
  commentId: M:UnityEngine.LineRenderer.GetPositions(UnityEngine.Vector3[])
  nameWithType: LineRenderer.GetPositions(Vector3[])
  type: Method
- uid: UnityEngine.LineRenderer.loop
  name: loop
  fullName: UnityEngine.LineRenderer.loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-loop.html
  commentId: P:UnityEngine.LineRenderer.loop
  nameWithType: LineRenderer.loop
  type: Property
- uid: UnityEngine.LineRenderer.numCapVertices
  name: numCapVertices
  fullName: UnityEngine.LineRenderer.numCapVertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-numCapVertices.html
  commentId: P:UnityEngine.LineRenderer.numCapVertices
  nameWithType: LineRenderer.numCapVertices
  type: Property
- uid: UnityEngine.LineRenderer.numCornerVertices
  name: numCornerVertices
  fullName: UnityEngine.LineRenderer.numCornerVertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-numCornerVertices.html
  commentId: P:UnityEngine.LineRenderer.numCornerVertices
  nameWithType: LineRenderer.numCornerVertices
  type: Property
- uid: UnityEngine.LineRenderer.numPositions
  name: numPositions
  fullName: UnityEngine.LineRenderer.numPositions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-numPositions.html
  commentId: P:UnityEngine.LineRenderer.numPositions
  nameWithType: LineRenderer.numPositions
  type: Property
- uid: UnityEngine.LineRenderer.positionCount
  name: positionCount
  fullName: UnityEngine.LineRenderer.positionCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-positionCount.html
  commentId: P:UnityEngine.LineRenderer.positionCount
  nameWithType: LineRenderer.positionCount
  type: Property
- uid: UnityEngine.LineRenderer.SetColors(UnityEngine.Color,UnityEngine.Color)
  name: SetColors(Color, Color)
  fullName: UnityEngine.LineRenderer.SetColors(UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.SetColors.html
  commentId: M:UnityEngine.LineRenderer.SetColors(UnityEngine.Color,UnityEngine.Color)
  nameWithType: LineRenderer.SetColors(Color, Color)
  type: Method
- uid: UnityEngine.LineRenderer.SetPosition(System.Int32,UnityEngine.Vector3)
  name: SetPosition(int, Vector3)
  fullName: UnityEngine.LineRenderer.SetPosition(int, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.SetPosition.html
  commentId: M:UnityEngine.LineRenderer.SetPosition(System.Int32,UnityEngine.Vector3)
  nameWithType: LineRenderer.SetPosition(int, Vector3)
  type: Method
- uid: UnityEngine.LineRenderer.SetPositions(UnityEngine.Vector3[])
  name: SetPositions(Vector3[])
  fullName: UnityEngine.LineRenderer.SetPositions(UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.SetPositions.html
  commentId: M:UnityEngine.LineRenderer.SetPositions(UnityEngine.Vector3[])
  nameWithType: LineRenderer.SetPositions(Vector3[])
  type: Method
- uid: UnityEngine.LineRenderer.SetVertexCount(System.Int32)
  name: SetVertexCount(int)
  fullName: UnityEngine.LineRenderer.SetVertexCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.SetVertexCount.html
  commentId: M:UnityEngine.LineRenderer.SetVertexCount(System.Int32)
  nameWithType: LineRenderer.SetVertexCount(int)
  type: Method
- uid: UnityEngine.LineRenderer.SetWidth(System.Single,System.Single)
  name: SetWidth(float, float)
  fullName: UnityEngine.LineRenderer.SetWidth(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.SetWidth.html
  commentId: M:UnityEngine.LineRenderer.SetWidth(System.Single,System.Single)
  nameWithType: LineRenderer.SetWidth(float, float)
  type: Method
- uid: UnityEngine.LineRenderer.Simplify(System.Single)
  name: Simplify(float)
  fullName: UnityEngine.LineRenderer.Simplify(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer.Simplify.html
  commentId: M:UnityEngine.LineRenderer.Simplify(System.Single)
  nameWithType: LineRenderer.Simplify(float)
  type: Method
- uid: UnityEngine.LineRenderer.startColor
  name: startColor
  fullName: UnityEngine.LineRenderer.startColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-startColor.html
  commentId: P:UnityEngine.LineRenderer.startColor
  nameWithType: LineRenderer.startColor
  type: Property
- uid: UnityEngine.LineRenderer.startWidth
  name: startWidth
  fullName: UnityEngine.LineRenderer.startWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-startWidth.html
  commentId: P:UnityEngine.LineRenderer.startWidth
  nameWithType: LineRenderer.startWidth
  type: Property
- uid: UnityEngine.LineRenderer.textureMode
  name: textureMode
  fullName: UnityEngine.LineRenderer.textureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-textureMode.html
  commentId: P:UnityEngine.LineRenderer.textureMode
  nameWithType: LineRenderer.textureMode
  type: Property
- uid: UnityEngine.LineRenderer.useWorldSpace
  name: useWorldSpace
  fullName: UnityEngine.LineRenderer.useWorldSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-useWorldSpace.html
  commentId: P:UnityEngine.LineRenderer.useWorldSpace
  nameWithType: LineRenderer.useWorldSpace
  type: Property
- uid: UnityEngine.LineRenderer.widthCurve
  name: widthCurve
  fullName: UnityEngine.LineRenderer.widthCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-widthCurve.html
  commentId: P:UnityEngine.LineRenderer.widthCurve
  nameWithType: LineRenderer.widthCurve
  type: Property
- uid: UnityEngine.LineRenderer.widthMultiplier
  name: widthMultiplier
  fullName: UnityEngine.LineRenderer.widthMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineRenderer-widthMultiplier.html
  commentId: P:UnityEngine.LineRenderer.widthMultiplier
  nameWithType: LineRenderer.widthMultiplier
  type: Property
- uid: UnityEngine.LineTextureMode
  name: LineTextureMode
  fullName: UnityEngine.LineTextureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineTextureMode.html
  commentId: T:UnityEngine.LineTextureMode
  nameWithType: LineTextureMode
  type: Enum
- uid: UnityEngine.LineTextureMode.DistributePerSegment
  name: DistributePerSegment
  fullName: UnityEngine.LineTextureMode.DistributePerSegment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineTextureMode.DistributePerSegment.html
  commentId: F:UnityEngine.LineTextureMode.DistributePerSegment
  nameWithType: LineTextureMode.DistributePerSegment
  type: Field
- uid: UnityEngine.LineTextureMode.RepeatPerSegment
  name: RepeatPerSegment
  fullName: UnityEngine.LineTextureMode.RepeatPerSegment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineTextureMode.RepeatPerSegment.html
  commentId: F:UnityEngine.LineTextureMode.RepeatPerSegment
  nameWithType: LineTextureMode.RepeatPerSegment
  type: Field
- uid: UnityEngine.LineTextureMode.Stretch
  name: Stretch
  fullName: UnityEngine.LineTextureMode.Stretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineTextureMode.Stretch.html
  commentId: F:UnityEngine.LineTextureMode.Stretch
  nameWithType: LineTextureMode.Stretch
  type: Field
- uid: UnityEngine.LineTextureMode.Tile
  name: Tile
  fullName: UnityEngine.LineTextureMode.Tile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineTextureMode.Tile.html
  commentId: F:UnityEngine.LineTextureMode.Tile
  nameWithType: LineTextureMode.Tile
  type: Field
- uid: UnityEngine.LineUtility
  name: LineUtility
  fullName: UnityEngine.LineUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineUtility.html
  commentId: T:UnityEngine.LineUtility
  nameWithType: LineUtility
  type: Class
- uid: UnityEngine.LineUtility.Simplify(System.Collections.Generic.List{UnityEngine.Vector2},System.Single,System.Collections.Generic.List{System.Int32})
  name: Simplify(List<Vector2>, float, List<int>)
  fullName: UnityEngine.LineUtility.Simplify(System.Collections.Generic.List<UnityEngine.Vector2>, float, System.Collections.Generic.List<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineUtility.Simplify.html
  commentId: M:UnityEngine.LineUtility.Simplify(System.Collections.Generic.List{UnityEngine.Vector2},System.Single,System.Collections.Generic.List{System.Int32})
  nameWithType: LineUtility.Simplify(List<Vector2>, float, List<int>)
  type: Method
- uid: UnityEngine.LineUtility.Simplify(System.Collections.Generic.List{UnityEngine.Vector2},System.Single,System.Collections.Generic.List{UnityEngine.Vector2})
  name: Simplify(List<Vector2>, float, List<Vector2>)
  fullName: UnityEngine.LineUtility.Simplify(System.Collections.Generic.List<UnityEngine.Vector2>, float, System.Collections.Generic.List<UnityEngine.Vector2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineUtility.Simplify.html
  commentId: M:UnityEngine.LineUtility.Simplify(System.Collections.Generic.List{UnityEngine.Vector2},System.Single,System.Collections.Generic.List{UnityEngine.Vector2})
  nameWithType: LineUtility.Simplify(List<Vector2>, float, List<Vector2>)
  type: Method
- uid: UnityEngine.LineUtility.Simplify(System.Collections.Generic.List{UnityEngine.Vector3},System.Single,System.Collections.Generic.List{System.Int32})
  name: Simplify(List<Vector3>, float, List<int>)
  fullName: UnityEngine.LineUtility.Simplify(System.Collections.Generic.List<UnityEngine.Vector3>, float, System.Collections.Generic.List<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineUtility.Simplify.html
  commentId: M:UnityEngine.LineUtility.Simplify(System.Collections.Generic.List{UnityEngine.Vector3},System.Single,System.Collections.Generic.List{System.Int32})
  nameWithType: LineUtility.Simplify(List<Vector3>, float, List<int>)
  type: Method
- uid: UnityEngine.LineUtility.Simplify(System.Collections.Generic.List{UnityEngine.Vector3},System.Single,System.Collections.Generic.List{UnityEngine.Vector3})
  name: Simplify(List<Vector3>, float, List<Vector3>)
  fullName: UnityEngine.LineUtility.Simplify(System.Collections.Generic.List<UnityEngine.Vector3>, float, System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LineUtility.Simplify.html
  commentId: M:UnityEngine.LineUtility.Simplify(System.Collections.Generic.List{UnityEngine.Vector3},System.Single,System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: LineUtility.Simplify(List<Vector3>, float, List<Vector3>)
  type: Method
- uid: UnityEngine.LocalNotification
  name: LocalNotification
  fullName: UnityEngine.LocalNotification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification.html
  commentId: T:UnityEngine.LocalNotification
  nameWithType: LocalNotification
  type: Class
- uid: UnityEngine.LocalNotification.#ctor
  name: LocalNotification()
  fullName: UnityEngine.LocalNotification.LocalNotification()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-ctor.html
  commentId: M:UnityEngine.LocalNotification.#ctor
  nameWithType: LocalNotification.LocalNotification()
  type: Constructor
- uid: UnityEngine.LocalNotification.alertAction
  name: alertAction
  fullName: UnityEngine.LocalNotification.alertAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-alertAction.html
  commentId: P:UnityEngine.LocalNotification.alertAction
  nameWithType: LocalNotification.alertAction
  type: Property
- uid: UnityEngine.LocalNotification.alertBody
  name: alertBody
  fullName: UnityEngine.LocalNotification.alertBody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-alertBody.html
  commentId: P:UnityEngine.LocalNotification.alertBody
  nameWithType: LocalNotification.alertBody
  type: Property
- uid: UnityEngine.LocalNotification.alertLaunchImage
  name: alertLaunchImage
  fullName: UnityEngine.LocalNotification.alertLaunchImage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-alertLaunchImage.html
  commentId: P:UnityEngine.LocalNotification.alertLaunchImage
  nameWithType: LocalNotification.alertLaunchImage
  type: Property
- uid: UnityEngine.LocalNotification.applicationIconBadgeNumber
  name: applicationIconBadgeNumber
  fullName: UnityEngine.LocalNotification.applicationIconBadgeNumber
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-applicationIconBadgeNumber.html
  commentId: P:UnityEngine.LocalNotification.applicationIconBadgeNumber
  nameWithType: LocalNotification.applicationIconBadgeNumber
  type: Property
- uid: UnityEngine.LocalNotification.defaultSoundName
  name: defaultSoundName
  fullName: UnityEngine.LocalNotification.defaultSoundName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-defaultSoundName.html
  commentId: P:UnityEngine.LocalNotification.defaultSoundName
  nameWithType: LocalNotification.defaultSoundName
  type: Property
- uid: UnityEngine.LocalNotification.fireDate
  name: fireDate
  fullName: UnityEngine.LocalNotification.fireDate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-fireDate.html
  commentId: P:UnityEngine.LocalNotification.fireDate
  nameWithType: LocalNotification.fireDate
  type: Property
- uid: UnityEngine.LocalNotification.hasAction
  name: hasAction
  fullName: UnityEngine.LocalNotification.hasAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-hasAction.html
  commentId: P:UnityEngine.LocalNotification.hasAction
  nameWithType: LocalNotification.hasAction
  type: Property
- uid: UnityEngine.LocalNotification.repeatCalendar
  name: repeatCalendar
  fullName: UnityEngine.LocalNotification.repeatCalendar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-repeatCalendar.html
  commentId: P:UnityEngine.LocalNotification.repeatCalendar
  nameWithType: LocalNotification.repeatCalendar
  type: Property
- uid: UnityEngine.LocalNotification.repeatInterval
  name: repeatInterval
  fullName: UnityEngine.LocalNotification.repeatInterval
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-repeatInterval.html
  commentId: P:UnityEngine.LocalNotification.repeatInterval
  nameWithType: LocalNotification.repeatInterval
  type: Property
- uid: UnityEngine.LocalNotification.soundName
  name: soundName
  fullName: UnityEngine.LocalNotification.soundName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-soundName.html
  commentId: P:UnityEngine.LocalNotification.soundName
  nameWithType: LocalNotification.soundName
  type: Property
- uid: UnityEngine.LocalNotification.timeZone
  name: timeZone
  fullName: UnityEngine.LocalNotification.timeZone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-timeZone.html
  commentId: P:UnityEngine.LocalNotification.timeZone
  nameWithType: LocalNotification.timeZone
  type: Property
- uid: UnityEngine.LocalNotification.userInfo
  name: userInfo
  fullName: UnityEngine.LocalNotification.userInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocalNotification-userInfo.html
  commentId: P:UnityEngine.LocalNotification.userInfo
  nameWithType: LocalNotification.userInfo
  type: Property
- uid: UnityEngine.LocationInfo
  name: LocationInfo
  fullName: UnityEngine.LocationInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationInfo.html
  commentId: T:UnityEngine.LocationInfo
  nameWithType: LocationInfo
  type: Struct
- uid: UnityEngine.LocationInfo.altitude
  name: altitude
  fullName: UnityEngine.LocationInfo.altitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationInfo-altitude.html
  commentId: P:UnityEngine.LocationInfo.altitude
  nameWithType: LocationInfo.altitude
  type: Property
- uid: UnityEngine.LocationInfo.horizontalAccuracy
  name: horizontalAccuracy
  fullName: UnityEngine.LocationInfo.horizontalAccuracy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationInfo-horizontalAccuracy.html
  commentId: P:UnityEngine.LocationInfo.horizontalAccuracy
  nameWithType: LocationInfo.horizontalAccuracy
  type: Property
- uid: UnityEngine.LocationInfo.latitude
  name: latitude
  fullName: UnityEngine.LocationInfo.latitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationInfo-latitude.html
  commentId: P:UnityEngine.LocationInfo.latitude
  nameWithType: LocationInfo.latitude
  type: Property
- uid: UnityEngine.LocationInfo.longitude
  name: longitude
  fullName: UnityEngine.LocationInfo.longitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationInfo-longitude.html
  commentId: P:UnityEngine.LocationInfo.longitude
  nameWithType: LocationInfo.longitude
  type: Property
- uid: UnityEngine.LocationInfo.timestamp
  name: timestamp
  fullName: UnityEngine.LocationInfo.timestamp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationInfo-timestamp.html
  commentId: P:UnityEngine.LocationInfo.timestamp
  nameWithType: LocationInfo.timestamp
  type: Property
- uid: UnityEngine.LocationInfo.verticalAccuracy
  name: verticalAccuracy
  fullName: UnityEngine.LocationInfo.verticalAccuracy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationInfo-verticalAccuracy.html
  commentId: P:UnityEngine.LocationInfo.verticalAccuracy
  nameWithType: LocationInfo.verticalAccuracy
  type: Property
- uid: UnityEngine.LocationService
  name: LocationService
  fullName: UnityEngine.LocationService
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationService.html
  commentId: T:UnityEngine.LocationService
  nameWithType: LocationService
  type: Class
- uid: UnityEngine.LocationService.isEnabledByUser
  name: isEnabledByUser
  fullName: UnityEngine.LocationService.isEnabledByUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationService-isEnabledByUser.html
  commentId: P:UnityEngine.LocationService.isEnabledByUser
  nameWithType: LocationService.isEnabledByUser
  type: Property
- uid: UnityEngine.LocationService.lastData
  name: lastData
  fullName: UnityEngine.LocationService.lastData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationService-lastData.html
  commentId: P:UnityEngine.LocationService.lastData
  nameWithType: LocationService.lastData
  type: Property
- uid: UnityEngine.LocationService.Start
  name: Start()
  fullName: UnityEngine.LocationService.Start()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationService.Start.html
  commentId: M:UnityEngine.LocationService.Start
  nameWithType: LocationService.Start()
  type: Method
- uid: UnityEngine.LocationService.Start(System.Single,System.Single)
  name: Start(float, float)
  fullName: UnityEngine.LocationService.Start(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationService.Start.html
  commentId: M:UnityEngine.LocationService.Start(System.Single,System.Single)
  nameWithType: LocationService.Start(float, float)
  type: Method
- uid: UnityEngine.LocationService.Start(System.Single)
  name: Start(float)
  fullName: UnityEngine.LocationService.Start(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationService.Start.html
  commentId: M:UnityEngine.LocationService.Start(System.Single)
  nameWithType: LocationService.Start(float)
  type: Method
- uid: UnityEngine.LocationService.status
  name: status
  fullName: UnityEngine.LocationService.status
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationService-status.html
  commentId: P:UnityEngine.LocationService.status
  nameWithType: LocationService.status
  type: Property
- uid: UnityEngine.LocationService.Stop
  name: Stop()
  fullName: UnityEngine.LocationService.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationService.Stop.html
  commentId: M:UnityEngine.LocationService.Stop
  nameWithType: LocationService.Stop()
  type: Method
- uid: UnityEngine.LocationServiceStatus
  name: LocationServiceStatus
  fullName: UnityEngine.LocationServiceStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationServiceStatus.html
  commentId: T:UnityEngine.LocationServiceStatus
  nameWithType: LocationServiceStatus
  type: Enum
- uid: UnityEngine.LocationServiceStatus.Failed
  name: Failed
  fullName: UnityEngine.LocationServiceStatus.Failed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationServiceStatus.Failed.html
  commentId: F:UnityEngine.LocationServiceStatus.Failed
  nameWithType: LocationServiceStatus.Failed
  type: Field
- uid: UnityEngine.LocationServiceStatus.Initializing
  name: Initializing
  fullName: UnityEngine.LocationServiceStatus.Initializing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationServiceStatus.Initializing.html
  commentId: F:UnityEngine.LocationServiceStatus.Initializing
  nameWithType: LocationServiceStatus.Initializing
  type: Field
- uid: UnityEngine.LocationServiceStatus.Running
  name: Running
  fullName: UnityEngine.LocationServiceStatus.Running
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationServiceStatus.Running.html
  commentId: F:UnityEngine.LocationServiceStatus.Running
  nameWithType: LocationServiceStatus.Running
  type: Field
- uid: UnityEngine.LocationServiceStatus.Stopped
  name: Stopped
  fullName: UnityEngine.LocationServiceStatus.Stopped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LocationServiceStatus.Stopped.html
  commentId: F:UnityEngine.LocationServiceStatus.Stopped
  nameWithType: LocationServiceStatus.Stopped
  type: Field
- uid: UnityEngine.LOD
  name: LOD
  fullName: UnityEngine.LOD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LOD.html
  commentId: T:UnityEngine.LOD
  nameWithType: LOD
  type: Struct
- uid: UnityEngine.LOD.#ctor(System.Single,UnityEngine.Renderer[])
  name: LOD(float, Renderer[])
  fullName: UnityEngine.LOD.LOD(float, UnityEngine.Renderer[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LOD-ctor.html
  commentId: M:UnityEngine.LOD.#ctor(System.Single,UnityEngine.Renderer[])
  nameWithType: LOD.LOD(float, Renderer[])
  type: Constructor
- uid: UnityEngine.LOD.fadeTransitionWidth
  name: fadeTransitionWidth
  fullName: UnityEngine.LOD.fadeTransitionWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LOD-fadeTransitionWidth.html
  commentId: F:UnityEngine.LOD.fadeTransitionWidth
  nameWithType: LOD.fadeTransitionWidth
  type: Field
- uid: UnityEngine.LOD.renderers
  name: renderers
  fullName: UnityEngine.LOD.renderers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LOD-renderers.html
  commentId: F:UnityEngine.LOD.renderers
  nameWithType: LOD.renderers
  type: Field
- uid: UnityEngine.LOD.screenRelativeTransitionHeight
  name: screenRelativeTransitionHeight
  fullName: UnityEngine.LOD.screenRelativeTransitionHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LOD-screenRelativeTransitionHeight.html
  commentId: F:UnityEngine.LOD.screenRelativeTransitionHeight
  nameWithType: LOD.screenRelativeTransitionHeight
  type: Field
- uid: UnityEngine.LODFadeMode
  name: LODFadeMode
  fullName: UnityEngine.LODFadeMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODFadeMode.html
  commentId: T:UnityEngine.LODFadeMode
  nameWithType: LODFadeMode
  type: Enum
- uid: UnityEngine.LODFadeMode.CrossFade
  name: CrossFade
  fullName: UnityEngine.LODFadeMode.CrossFade
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODFadeMode.CrossFade.html
  commentId: F:UnityEngine.LODFadeMode.CrossFade
  nameWithType: LODFadeMode.CrossFade
  type: Field
- uid: UnityEngine.LODFadeMode.None
  name: None
  fullName: UnityEngine.LODFadeMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODFadeMode.None.html
  commentId: F:UnityEngine.LODFadeMode.None
  nameWithType: LODFadeMode.None
  type: Field
- uid: UnityEngine.LODFadeMode.SpeedTree
  name: SpeedTree
  fullName: UnityEngine.LODFadeMode.SpeedTree
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODFadeMode.SpeedTree.html
  commentId: F:UnityEngine.LODFadeMode.SpeedTree
  nameWithType: LODFadeMode.SpeedTree
  type: Field
- uid: UnityEngine.LODGroup
  name: LODGroup
  fullName: UnityEngine.LODGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup.html
  commentId: T:UnityEngine.LODGroup
  nameWithType: LODGroup
  type: Class
- uid: UnityEngine.LODGroup.animateCrossFading
  name: animateCrossFading
  fullName: UnityEngine.LODGroup.animateCrossFading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup-animateCrossFading.html
  commentId: P:UnityEngine.LODGroup.animateCrossFading
  nameWithType: LODGroup.animateCrossFading
  type: Property
- uid: UnityEngine.LODGroup.crossFadeAnimationDuration
  name: crossFadeAnimationDuration
  fullName: UnityEngine.LODGroup.crossFadeAnimationDuration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup-crossFadeAnimationDuration.html
  commentId: P:UnityEngine.LODGroup.crossFadeAnimationDuration
  nameWithType: LODGroup.crossFadeAnimationDuration
  type: Property
- uid: UnityEngine.LODGroup.enabled
  name: enabled
  fullName: UnityEngine.LODGroup.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup-enabled.html
  commentId: P:UnityEngine.LODGroup.enabled
  nameWithType: LODGroup.enabled
  type: Property
- uid: UnityEngine.LODGroup.fadeMode
  name: fadeMode
  fullName: UnityEngine.LODGroup.fadeMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup-fadeMode.html
  commentId: P:UnityEngine.LODGroup.fadeMode
  nameWithType: LODGroup.fadeMode
  type: Property
- uid: UnityEngine.LODGroup.ForceLOD(System.Int32)
  name: ForceLOD(int)
  fullName: UnityEngine.LODGroup.ForceLOD(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup.ForceLOD.html
  commentId: M:UnityEngine.LODGroup.ForceLOD(System.Int32)
  nameWithType: LODGroup.ForceLOD(int)
  type: Method
- uid: UnityEngine.LODGroup.GetLODs
  name: GetLODs()
  fullName: UnityEngine.LODGroup.GetLODs()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup.GetLODs.html
  commentId: M:UnityEngine.LODGroup.GetLODs
  nameWithType: LODGroup.GetLODs()
  type: Method
- uid: UnityEngine.LODGroup.localReferencePoint
  name: localReferencePoint
  fullName: UnityEngine.LODGroup.localReferencePoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup-localReferencePoint.html
  commentId: P:UnityEngine.LODGroup.localReferencePoint
  nameWithType: LODGroup.localReferencePoint
  type: Property
- uid: UnityEngine.LODGroup.lodCount
  name: lodCount
  fullName: UnityEngine.LODGroup.lodCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup-lodCount.html
  commentId: P:UnityEngine.LODGroup.lodCount
  nameWithType: LODGroup.lodCount
  type: Property
- uid: UnityEngine.LODGroup.RecalculateBounds
  name: RecalculateBounds()
  fullName: UnityEngine.LODGroup.RecalculateBounds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup.RecalculateBounds.html
  commentId: M:UnityEngine.LODGroup.RecalculateBounds
  nameWithType: LODGroup.RecalculateBounds()
  type: Method
- uid: UnityEngine.LODGroup.SetLODs(UnityEngine.LOD[])
  name: SetLODs(LOD[])
  fullName: UnityEngine.LODGroup.SetLODs(UnityEngine.LOD[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup.SetLODs.html
  commentId: M:UnityEngine.LODGroup.SetLODs(UnityEngine.LOD[])
  nameWithType: LODGroup.SetLODs(LOD[])
  type: Method
- uid: UnityEngine.LODGroup.SetLODS(UnityEngine.LOD[])
  name: SetLODS(LOD[])
  fullName: UnityEngine.LODGroup.SetLODS(UnityEngine.LOD[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup.SetLODS.html
  commentId: M:UnityEngine.LODGroup.SetLODS(UnityEngine.LOD[])
  nameWithType: LODGroup.SetLODS(LOD[])
  type: Method
- uid: UnityEngine.LODGroup.size
  name: size
  fullName: UnityEngine.LODGroup.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LODGroup-size.html
  commentId: P:UnityEngine.LODGroup.size
  nameWithType: LODGroup.size
  type: Property
- uid: UnityEngine.Logger
  name: Logger
  fullName: UnityEngine.Logger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.html
  commentId: T:UnityEngine.Logger
  nameWithType: Logger
  type: Class
- uid: UnityEngine.Logger.#ctor(UnityEngine.ILogHandler)
  name: Logger(ILogHandler)
  fullName: UnityEngine.Logger.Logger(UnityEngine.ILogHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger-ctor.html
  commentId: M:UnityEngine.Logger.#ctor(UnityEngine.ILogHandler)
  nameWithType: Logger.Logger(ILogHandler)
  type: Constructor
- uid: UnityEngine.Logger.filterLogType
  name: filterLogType
  fullName: UnityEngine.Logger.filterLogType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger-filterLogType.html
  commentId: P:UnityEngine.Logger.filterLogType
  nameWithType: Logger.filterLogType
  type: Property
- uid: UnityEngine.Logger.IsLogTypeAllowed(UnityEngine.LogType)
  name: IsLogTypeAllowed(LogType)
  fullName: UnityEngine.Logger.IsLogTypeAllowed(UnityEngine.LogType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.IsLogTypeAllowed.html
  commentId: M:UnityEngine.Logger.IsLogTypeAllowed(UnityEngine.LogType)
  nameWithType: Logger.IsLogTypeAllowed(LogType)
  type: Method
- uid: UnityEngine.Logger.Log(System.Object)
  name: Log(object)
  fullName: UnityEngine.Logger.Log(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.Log.html
  commentId: M:UnityEngine.Logger.Log(System.Object)
  nameWithType: Logger.Log(object)
  type: Method
- uid: UnityEngine.Logger.Log(System.String,System.Object,UnityEngine.Object)
  name: Log(string, object, Object)
  fullName: UnityEngine.Logger.Log(string, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.Log.html
  commentId: M:UnityEngine.Logger.Log(System.String,System.Object,UnityEngine.Object)
  nameWithType: Logger.Log(string, object, Object)
  type: Method
- uid: UnityEngine.Logger.Log(System.String,System.Object)
  name: Log(string, object)
  fullName: UnityEngine.Logger.Log(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.Log.html
  commentId: M:UnityEngine.Logger.Log(System.String,System.Object)
  nameWithType: Logger.Log(string, object)
  type: Method
- uid: UnityEngine.Logger.Log(UnityEngine.LogType,System.Object,UnityEngine.Object)
  name: Log(LogType, object, Object)
  fullName: UnityEngine.Logger.Log(UnityEngine.LogType, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.Log.html
  commentId: M:UnityEngine.Logger.Log(UnityEngine.LogType,System.Object,UnityEngine.Object)
  nameWithType: Logger.Log(LogType, object, Object)
  type: Method
- uid: UnityEngine.Logger.Log(UnityEngine.LogType,System.Object)
  name: Log(LogType, object)
  fullName: UnityEngine.Logger.Log(UnityEngine.LogType, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.Log.html
  commentId: M:UnityEngine.Logger.Log(UnityEngine.LogType,System.Object)
  nameWithType: Logger.Log(LogType, object)
  type: Method
- uid: UnityEngine.Logger.Log(UnityEngine.LogType,System.String,System.Object,UnityEngine.Object)
  name: Log(LogType, string, object, Object)
  fullName: UnityEngine.Logger.Log(UnityEngine.LogType, string, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.Log.html
  commentId: M:UnityEngine.Logger.Log(UnityEngine.LogType,System.String,System.Object,UnityEngine.Object)
  nameWithType: Logger.Log(LogType, string, object, Object)
  type: Method
- uid: UnityEngine.Logger.Log(UnityEngine.LogType,System.String,System.Object)
  name: Log(LogType, string, object)
  fullName: UnityEngine.Logger.Log(UnityEngine.LogType, string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.Log.html
  commentId: M:UnityEngine.Logger.Log(UnityEngine.LogType,System.String,System.Object)
  nameWithType: Logger.Log(LogType, string, object)
  type: Method
- uid: UnityEngine.Logger.logEnabled
  name: logEnabled
  fullName: UnityEngine.Logger.logEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger-logEnabled.html
  commentId: P:UnityEngine.Logger.logEnabled
  nameWithType: Logger.logEnabled
  type: Property
- uid: UnityEngine.Logger.LogError(System.String,System.Object,UnityEngine.Object)
  name: LogError(string, object, Object)
  fullName: UnityEngine.Logger.LogError(string, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.LogError.html
  commentId: M:UnityEngine.Logger.LogError(System.String,System.Object,UnityEngine.Object)
  nameWithType: Logger.LogError(string, object, Object)
  type: Method
- uid: UnityEngine.Logger.LogError(System.String,System.Object)
  name: LogError(string, object)
  fullName: UnityEngine.Logger.LogError(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.LogError.html
  commentId: M:UnityEngine.Logger.LogError(System.String,System.Object)
  nameWithType: Logger.LogError(string, object)
  type: Method
- uid: UnityEngine.Logger.LogException(System.Exception,UnityEngine.Object)
  name: LogException(Exception, Object)
  fullName: UnityEngine.Logger.LogException(System.Exception, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.LogException.html
  commentId: M:UnityEngine.Logger.LogException(System.Exception,UnityEngine.Object)
  nameWithType: Logger.LogException(Exception, Object)
  type: Method
- uid: UnityEngine.Logger.LogException(System.Exception)
  name: LogException(Exception)
  fullName: UnityEngine.Logger.LogException(System.Exception)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.LogException.html
  commentId: M:UnityEngine.Logger.LogException(System.Exception)
  nameWithType: Logger.LogException(Exception)
  type: Method
- uid: UnityEngine.Logger.LogFormat(UnityEngine.LogType,System.String,System.Object[])
  name: LogFormat(LogType, string, params object[])
  fullName: UnityEngine.Logger.LogFormat(UnityEngine.LogType, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.LogFormat.html
  commentId: M:UnityEngine.Logger.LogFormat(UnityEngine.LogType,System.String,System.Object[])
  nameWithType: Logger.LogFormat(LogType, string, params object[])
  type: Method
- uid: UnityEngine.Logger.LogFormat(UnityEngine.LogType,UnityEngine.Object,System.String,System.Object[])
  name: LogFormat(LogType, Object, string, params object[])
  fullName: UnityEngine.Logger.LogFormat(UnityEngine.LogType, UnityEngine.Object, string, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.LogFormat.html
  commentId: M:UnityEngine.Logger.LogFormat(UnityEngine.LogType,UnityEngine.Object,System.String,System.Object[])
  nameWithType: Logger.LogFormat(LogType, Object, string, params object[])
  type: Method
- uid: UnityEngine.Logger.logHandler
  name: logHandler
  fullName: UnityEngine.Logger.logHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger-logHandler.html
  commentId: P:UnityEngine.Logger.logHandler
  nameWithType: Logger.logHandler
  type: Property
- uid: UnityEngine.Logger.LogWarning(System.String,System.Object,UnityEngine.Object)
  name: LogWarning(string, object, Object)
  fullName: UnityEngine.Logger.LogWarning(string, object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.LogWarning.html
  commentId: M:UnityEngine.Logger.LogWarning(System.String,System.Object,UnityEngine.Object)
  nameWithType: Logger.LogWarning(string, object, Object)
  type: Method
- uid: UnityEngine.Logger.LogWarning(System.String,System.Object)
  name: LogWarning(string, object)
  fullName: UnityEngine.Logger.LogWarning(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Logger.LogWarning.html
  commentId: M:UnityEngine.Logger.LogWarning(System.String,System.Object)
  nameWithType: Logger.LogWarning(string, object)
  type: Method
- uid: UnityEngine.LogType
  name: LogType
  fullName: UnityEngine.LogType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LogType.html
  commentId: T:UnityEngine.LogType
  nameWithType: LogType
  type: Enum
- uid: UnityEngine.LogType.Assert
  name: Assert
  fullName: UnityEngine.LogType.Assert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LogType.Assert.html
  commentId: F:UnityEngine.LogType.Assert
  nameWithType: LogType.Assert
  type: Field
- uid: UnityEngine.LogType.Error
  name: Error
  fullName: UnityEngine.LogType.Error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LogType.Error.html
  commentId: F:UnityEngine.LogType.Error
  nameWithType: LogType.Error
  type: Field
- uid: UnityEngine.LogType.Exception
  name: Exception
  fullName: UnityEngine.LogType.Exception
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LogType.Exception.html
  commentId: F:UnityEngine.LogType.Exception
  nameWithType: LogType.Exception
  type: Field
- uid: UnityEngine.LogType.Log
  name: Log
  fullName: UnityEngine.LogType.Log
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LogType.Log.html
  commentId: F:UnityEngine.LogType.Log
  nameWithType: LogType.Log
  type: Field
- uid: UnityEngine.LogType.Warning
  name: Warning
  fullName: UnityEngine.LogType.Warning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/LogType.Warning.html
  commentId: F:UnityEngine.LogType.Warning
  nameWithType: LogType.Warning
  type: Field
- uid: UnityEngine.MasterServer
  name: MasterServer
  fullName: UnityEngine.MasterServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer.html
  commentId: T:UnityEngine.MasterServer
  nameWithType: MasterServer
  type: Class
- uid: UnityEngine.MasterServer.ClearHostList
  name: ClearHostList()
  fullName: UnityEngine.MasterServer.ClearHostList()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer.ClearHostList.html
  commentId: M:UnityEngine.MasterServer.ClearHostList
  nameWithType: MasterServer.ClearHostList()
  type: Method
- uid: UnityEngine.MasterServer.dedicatedServer
  name: dedicatedServer
  fullName: UnityEngine.MasterServer.dedicatedServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer-dedicatedServer.html
  commentId: P:UnityEngine.MasterServer.dedicatedServer
  nameWithType: MasterServer.dedicatedServer
  type: Property
- uid: UnityEngine.MasterServer.ipAddress
  name: ipAddress
  fullName: UnityEngine.MasterServer.ipAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer-ipAddress.html
  commentId: P:UnityEngine.MasterServer.ipAddress
  nameWithType: MasterServer.ipAddress
  type: Property
- uid: UnityEngine.MasterServer.PollHostList
  name: PollHostList()
  fullName: UnityEngine.MasterServer.PollHostList()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer.PollHostList.html
  commentId: M:UnityEngine.MasterServer.PollHostList
  nameWithType: MasterServer.PollHostList()
  type: Method
- uid: UnityEngine.MasterServer.port
  name: port
  fullName: UnityEngine.MasterServer.port
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer-port.html
  commentId: P:UnityEngine.MasterServer.port
  nameWithType: MasterServer.port
  type: Property
- uid: UnityEngine.MasterServer.RegisterHost(System.String,System.String,System.String)
  name: RegisterHost(string, string, string)
  fullName: UnityEngine.MasterServer.RegisterHost(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer.RegisterHost.html
  commentId: M:UnityEngine.MasterServer.RegisterHost(System.String,System.String,System.String)
  nameWithType: MasterServer.RegisterHost(string, string, string)
  type: Method
- uid: UnityEngine.MasterServer.RegisterHost(System.String,System.String)
  name: RegisterHost(string, string)
  fullName: UnityEngine.MasterServer.RegisterHost(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer.RegisterHost.html
  commentId: M:UnityEngine.MasterServer.RegisterHost(System.String,System.String)
  nameWithType: MasterServer.RegisterHost(string, string)
  type: Method
- uid: UnityEngine.MasterServer.RequestHostList(System.String)
  name: RequestHostList(string)
  fullName: UnityEngine.MasterServer.RequestHostList(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer.RequestHostList.html
  commentId: M:UnityEngine.MasterServer.RequestHostList(System.String)
  nameWithType: MasterServer.RequestHostList(string)
  type: Method
- uid: UnityEngine.MasterServer.UnregisterHost
  name: UnregisterHost()
  fullName: UnityEngine.MasterServer.UnregisterHost()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer.UnregisterHost.html
  commentId: M:UnityEngine.MasterServer.UnregisterHost
  nameWithType: MasterServer.UnregisterHost()
  type: Method
- uid: UnityEngine.MasterServer.updateRate
  name: updateRate
  fullName: UnityEngine.MasterServer.updateRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServer-updateRate.html
  commentId: P:UnityEngine.MasterServer.updateRate
  nameWithType: MasterServer.updateRate
  type: Property
- uid: UnityEngine.MasterServerEvent
  name: MasterServerEvent
  fullName: UnityEngine.MasterServerEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServerEvent.html
  commentId: T:UnityEngine.MasterServerEvent
  nameWithType: MasterServerEvent
  type: Enum
- uid: UnityEngine.MasterServerEvent.HostListReceived
  name: HostListReceived
  fullName: UnityEngine.MasterServerEvent.HostListReceived
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServerEvent.HostListReceived.html
  commentId: F:UnityEngine.MasterServerEvent.HostListReceived
  nameWithType: MasterServerEvent.HostListReceived
  type: Field
- uid: UnityEngine.MasterServerEvent.RegistrationFailedGameName
  name: RegistrationFailedGameName
  fullName: UnityEngine.MasterServerEvent.RegistrationFailedGameName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServerEvent.RegistrationFailedGameName.html
  commentId: F:UnityEngine.MasterServerEvent.RegistrationFailedGameName
  nameWithType: MasterServerEvent.RegistrationFailedGameName
  type: Field
- uid: UnityEngine.MasterServerEvent.RegistrationFailedGameType
  name: RegistrationFailedGameType
  fullName: UnityEngine.MasterServerEvent.RegistrationFailedGameType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServerEvent.RegistrationFailedGameType.html
  commentId: F:UnityEngine.MasterServerEvent.RegistrationFailedGameType
  nameWithType: MasterServerEvent.RegistrationFailedGameType
  type: Field
- uid: UnityEngine.MasterServerEvent.RegistrationFailedNoServer
  name: RegistrationFailedNoServer
  fullName: UnityEngine.MasterServerEvent.RegistrationFailedNoServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServerEvent.RegistrationFailedNoServer.html
  commentId: F:UnityEngine.MasterServerEvent.RegistrationFailedNoServer
  nameWithType: MasterServerEvent.RegistrationFailedNoServer
  type: Field
- uid: UnityEngine.MasterServerEvent.RegistrationSucceeded
  name: RegistrationSucceeded
  fullName: UnityEngine.MasterServerEvent.RegistrationSucceeded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MasterServerEvent.RegistrationSucceeded.html
  commentId: F:UnityEngine.MasterServerEvent.RegistrationSucceeded
  nameWithType: MasterServerEvent.RegistrationSucceeded
  type: Field
- uid: UnityEngine.MatchTargetWeightMask
  name: MatchTargetWeightMask
  fullName: UnityEngine.MatchTargetWeightMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MatchTargetWeightMask.html
  commentId: T:UnityEngine.MatchTargetWeightMask
  nameWithType: MatchTargetWeightMask
  type: Struct
- uid: UnityEngine.MatchTargetWeightMask.#ctor(UnityEngine.Vector3,System.Single)
  name: MatchTargetWeightMask(Vector3, float)
  fullName: UnityEngine.MatchTargetWeightMask.MatchTargetWeightMask(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MatchTargetWeightMask-ctor.html
  commentId: M:UnityEngine.MatchTargetWeightMask.#ctor(UnityEngine.Vector3,System.Single)
  nameWithType: MatchTargetWeightMask.MatchTargetWeightMask(Vector3, float)
  type: Constructor
- uid: UnityEngine.MatchTargetWeightMask.positionXYZWeight
  name: positionXYZWeight
  fullName: UnityEngine.MatchTargetWeightMask.positionXYZWeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MatchTargetWeightMask-positionXYZWeight.html
  commentId: P:UnityEngine.MatchTargetWeightMask.positionXYZWeight
  nameWithType: MatchTargetWeightMask.positionXYZWeight
  type: Property
- uid: UnityEngine.MatchTargetWeightMask.rotationWeight
  name: rotationWeight
  fullName: UnityEngine.MatchTargetWeightMask.rotationWeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MatchTargetWeightMask-rotationWeight.html
  commentId: P:UnityEngine.MatchTargetWeightMask.rotationWeight
  nameWithType: MatchTargetWeightMask.rotationWeight
  type: Property
- uid: UnityEngine.Material
  name: Material
  fullName: UnityEngine.Material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.html
  commentId: T:UnityEngine.Material
  nameWithType: Material
  type: Class
- uid: UnityEngine.Material.#ctor(System.String)
  name: Material(string)
  fullName: UnityEngine.Material.Material(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-ctor.html
  commentId: M:UnityEngine.Material.#ctor(System.String)
  nameWithType: Material.Material(string)
  type: Constructor
- uid: UnityEngine.Material.#ctor(UnityEngine.Material)
  name: Material(Material)
  fullName: UnityEngine.Material.Material(UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-ctor.html
  commentId: M:UnityEngine.Material.#ctor(UnityEngine.Material)
  nameWithType: Material.Material(Material)
  type: Constructor
- uid: UnityEngine.Material.#ctor(UnityEngine.Shader)
  name: Material(Shader)
  fullName: UnityEngine.Material.Material(UnityEngine.Shader)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-ctor.html
  commentId: M:UnityEngine.Material.#ctor(UnityEngine.Shader)
  nameWithType: Material.Material(Shader)
  type: Constructor
- uid: UnityEngine.Material.color
  name: color
  fullName: UnityEngine.Material.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-color.html
  commentId: P:UnityEngine.Material.color
  nameWithType: Material.color
  type: Property
- uid: UnityEngine.Material.CopyPropertiesFromMaterial(UnityEngine.Material)
  name: CopyPropertiesFromMaterial(Material)
  fullName: UnityEngine.Material.CopyPropertiesFromMaterial(UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.CopyPropertiesFromMaterial.html
  commentId: M:UnityEngine.Material.CopyPropertiesFromMaterial(UnityEngine.Material)
  nameWithType: Material.CopyPropertiesFromMaterial(Material)
  type: Method
- uid: UnityEngine.Material.Create(System.String)
  name: Create(string)
  fullName: UnityEngine.Material.Create(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.Create.html
  commentId: M:UnityEngine.Material.Create(System.String)
  nameWithType: Material.Create(string)
  type: Method
- uid: UnityEngine.Material.DisableKeyword(System.String)
  name: DisableKeyword(string)
  fullName: UnityEngine.Material.DisableKeyword(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.DisableKeyword.html
  commentId: M:UnityEngine.Material.DisableKeyword(System.String)
  nameWithType: Material.DisableKeyword(string)
  type: Method
- uid: UnityEngine.Material.doubleSidedGI
  name: doubleSidedGI
  fullName: UnityEngine.Material.doubleSidedGI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-doubleSidedGI.html
  commentId: P:UnityEngine.Material.doubleSidedGI
  nameWithType: Material.doubleSidedGI
  type: Property
- uid: UnityEngine.Material.enableInstancing
  name: enableInstancing
  fullName: UnityEngine.Material.enableInstancing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-enableInstancing.html
  commentId: P:UnityEngine.Material.enableInstancing
  nameWithType: Material.enableInstancing
  type: Property
- uid: UnityEngine.Material.EnableKeyword(System.String)
  name: EnableKeyword(string)
  fullName: UnityEngine.Material.EnableKeyword(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.EnableKeyword.html
  commentId: M:UnityEngine.Material.EnableKeyword(System.String)
  nameWithType: Material.EnableKeyword(string)
  type: Method
- uid: UnityEngine.Material.FindPass(System.String)
  name: FindPass(string)
  fullName: UnityEngine.Material.FindPass(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.FindPass.html
  commentId: M:UnityEngine.Material.FindPass(System.String)
  nameWithType: Material.FindPass(string)
  type: Method
- uid: UnityEngine.Material.GetColor(System.Int32)
  name: GetColor(int)
  fullName: UnityEngine.Material.GetColor(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetColor.html
  commentId: M:UnityEngine.Material.GetColor(System.Int32)
  nameWithType: Material.GetColor(int)
  type: Method
- uid: UnityEngine.Material.GetColor(System.String)
  name: GetColor(string)
  fullName: UnityEngine.Material.GetColor(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetColor.html
  commentId: M:UnityEngine.Material.GetColor(System.String)
  nameWithType: Material.GetColor(string)
  type: Method
- uid: UnityEngine.Material.GetColorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Color})
  name: GetColorArray(int, List<Color>)
  fullName: UnityEngine.Material.GetColorArray(int, System.Collections.Generic.List<UnityEngine.Color>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetColorArray.html
  commentId: M:UnityEngine.Material.GetColorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Color})
  nameWithType: Material.GetColorArray(int, List<Color>)
  type: Method
- uid: UnityEngine.Material.GetColorArray(System.Int32)
  name: GetColorArray(int)
  fullName: UnityEngine.Material.GetColorArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetColorArray.html
  commentId: M:UnityEngine.Material.GetColorArray(System.Int32)
  nameWithType: Material.GetColorArray(int)
  type: Method
- uid: UnityEngine.Material.GetColorArray(System.String,System.Collections.Generic.List{UnityEngine.Color})
  name: GetColorArray(string, List<Color>)
  fullName: UnityEngine.Material.GetColorArray(string, System.Collections.Generic.List<UnityEngine.Color>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetColorArray.html
  commentId: M:UnityEngine.Material.GetColorArray(System.String,System.Collections.Generic.List{UnityEngine.Color})
  nameWithType: Material.GetColorArray(string, List<Color>)
  type: Method
- uid: UnityEngine.Material.GetColorArray(System.String)
  name: GetColorArray(string)
  fullName: UnityEngine.Material.GetColorArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetColorArray.html
  commentId: M:UnityEngine.Material.GetColorArray(System.String)
  nameWithType: Material.GetColorArray(string)
  type: Method
- uid: UnityEngine.Material.GetFloat(System.Int32)
  name: GetFloat(int)
  fullName: UnityEngine.Material.GetFloat(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetFloat.html
  commentId: M:UnityEngine.Material.GetFloat(System.Int32)
  nameWithType: Material.GetFloat(int)
  type: Method
- uid: UnityEngine.Material.GetFloat(System.String)
  name: GetFloat(string)
  fullName: UnityEngine.Material.GetFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetFloat.html
  commentId: M:UnityEngine.Material.GetFloat(System.String)
  nameWithType: Material.GetFloat(string)
  type: Method
- uid: UnityEngine.Material.GetFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  name: GetFloatArray(int, List<float>)
  fullName: UnityEngine.Material.GetFloatArray(int, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetFloatArray.html
  commentId: M:UnityEngine.Material.GetFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  nameWithType: Material.GetFloatArray(int, List<float>)
  type: Method
- uid: UnityEngine.Material.GetFloatArray(System.Int32)
  name: GetFloatArray(int)
  fullName: UnityEngine.Material.GetFloatArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetFloatArray.html
  commentId: M:UnityEngine.Material.GetFloatArray(System.Int32)
  nameWithType: Material.GetFloatArray(int)
  type: Method
- uid: UnityEngine.Material.GetFloatArray(System.String,System.Collections.Generic.List{System.Single})
  name: GetFloatArray(string, List<float>)
  fullName: UnityEngine.Material.GetFloatArray(string, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetFloatArray.html
  commentId: M:UnityEngine.Material.GetFloatArray(System.String,System.Collections.Generic.List{System.Single})
  nameWithType: Material.GetFloatArray(string, List<float>)
  type: Method
- uid: UnityEngine.Material.GetFloatArray(System.String)
  name: GetFloatArray(string)
  fullName: UnityEngine.Material.GetFloatArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetFloatArray.html
  commentId: M:UnityEngine.Material.GetFloatArray(System.String)
  nameWithType: Material.GetFloatArray(string)
  type: Method
- uid: UnityEngine.Material.GetInt(System.Int32)
  name: GetInt(int)
  fullName: UnityEngine.Material.GetInt(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetInt.html
  commentId: M:UnityEngine.Material.GetInt(System.Int32)
  nameWithType: Material.GetInt(int)
  type: Method
- uid: UnityEngine.Material.GetInt(System.String)
  name: GetInt(string)
  fullName: UnityEngine.Material.GetInt(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetInt.html
  commentId: M:UnityEngine.Material.GetInt(System.String)
  nameWithType: Material.GetInt(string)
  type: Method
- uid: UnityEngine.Material.GetMatrix(System.Int32)
  name: GetMatrix(int)
  fullName: UnityEngine.Material.GetMatrix(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetMatrix.html
  commentId: M:UnityEngine.Material.GetMatrix(System.Int32)
  nameWithType: Material.GetMatrix(int)
  type: Method
- uid: UnityEngine.Material.GetMatrix(System.String)
  name: GetMatrix(string)
  fullName: UnityEngine.Material.GetMatrix(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetMatrix.html
  commentId: M:UnityEngine.Material.GetMatrix(System.String)
  nameWithType: Material.GetMatrix(string)
  type: Method
- uid: UnityEngine.Material.GetMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: GetMatrixArray(int, List<Matrix4x4>)
  fullName: UnityEngine.Material.GetMatrixArray(int, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetMatrixArray.html
  commentId: M:UnityEngine.Material.GetMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Material.GetMatrixArray(int, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Material.GetMatrixArray(System.Int32)
  name: GetMatrixArray(int)
  fullName: UnityEngine.Material.GetMatrixArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetMatrixArray.html
  commentId: M:UnityEngine.Material.GetMatrixArray(System.Int32)
  nameWithType: Material.GetMatrixArray(int)
  type: Method
- uid: UnityEngine.Material.GetMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: GetMatrixArray(string, List<Matrix4x4>)
  fullName: UnityEngine.Material.GetMatrixArray(string, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetMatrixArray.html
  commentId: M:UnityEngine.Material.GetMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Material.GetMatrixArray(string, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Material.GetMatrixArray(System.String)
  name: GetMatrixArray(string)
  fullName: UnityEngine.Material.GetMatrixArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetMatrixArray.html
  commentId: M:UnityEngine.Material.GetMatrixArray(System.String)
  nameWithType: Material.GetMatrixArray(string)
  type: Method
- uid: UnityEngine.Material.GetPassName(System.Int32)
  name: GetPassName(int)
  fullName: UnityEngine.Material.GetPassName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetPassName.html
  commentId: M:UnityEngine.Material.GetPassName(System.Int32)
  nameWithType: Material.GetPassName(int)
  type: Method
- uid: UnityEngine.Material.GetShaderPassEnabled(System.String)
  name: GetShaderPassEnabled(string)
  fullName: UnityEngine.Material.GetShaderPassEnabled(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetShaderPassEnabled.html
  commentId: M:UnityEngine.Material.GetShaderPassEnabled(System.String)
  nameWithType: Material.GetShaderPassEnabled(string)
  type: Method
- uid: UnityEngine.Material.GetTag(System.String,System.Boolean,System.String)
  name: GetTag(string, bool, string)
  fullName: UnityEngine.Material.GetTag(string, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetTag.html
  commentId: M:UnityEngine.Material.GetTag(System.String,System.Boolean,System.String)
  nameWithType: Material.GetTag(string, bool, string)
  type: Method
- uid: UnityEngine.Material.GetTag(System.String,System.Boolean)
  name: GetTag(string, bool)
  fullName: UnityEngine.Material.GetTag(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetTag.html
  commentId: M:UnityEngine.Material.GetTag(System.String,System.Boolean)
  nameWithType: Material.GetTag(string, bool)
  type: Method
- uid: UnityEngine.Material.GetTexture(System.Int32)
  name: GetTexture(int)
  fullName: UnityEngine.Material.GetTexture(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetTexture.html
  commentId: M:UnityEngine.Material.GetTexture(System.Int32)
  nameWithType: Material.GetTexture(int)
  type: Method
- uid: UnityEngine.Material.GetTexture(System.String)
  name: GetTexture(string)
  fullName: UnityEngine.Material.GetTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetTexture.html
  commentId: M:UnityEngine.Material.GetTexture(System.String)
  nameWithType: Material.GetTexture(string)
  type: Method
- uid: UnityEngine.Material.GetTextureOffset(System.Int32)
  name: GetTextureOffset(int)
  fullName: UnityEngine.Material.GetTextureOffset(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetTextureOffset.html
  commentId: M:UnityEngine.Material.GetTextureOffset(System.Int32)
  nameWithType: Material.GetTextureOffset(int)
  type: Method
- uid: UnityEngine.Material.GetTextureOffset(System.String)
  name: GetTextureOffset(string)
  fullName: UnityEngine.Material.GetTextureOffset(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetTextureOffset.html
  commentId: M:UnityEngine.Material.GetTextureOffset(System.String)
  nameWithType: Material.GetTextureOffset(string)
  type: Method
- uid: UnityEngine.Material.GetTextureScale(System.Int32)
  name: GetTextureScale(int)
  fullName: UnityEngine.Material.GetTextureScale(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetTextureScale.html
  commentId: M:UnityEngine.Material.GetTextureScale(System.Int32)
  nameWithType: Material.GetTextureScale(int)
  type: Method
- uid: UnityEngine.Material.GetTextureScale(System.String)
  name: GetTextureScale(string)
  fullName: UnityEngine.Material.GetTextureScale(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetTextureScale.html
  commentId: M:UnityEngine.Material.GetTextureScale(System.String)
  nameWithType: Material.GetTextureScale(string)
  type: Method
- uid: UnityEngine.Material.GetVector(System.Int32)
  name: GetVector(int)
  fullName: UnityEngine.Material.GetVector(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetVector.html
  commentId: M:UnityEngine.Material.GetVector(System.Int32)
  nameWithType: Material.GetVector(int)
  type: Method
- uid: UnityEngine.Material.GetVector(System.String)
  name: GetVector(string)
  fullName: UnityEngine.Material.GetVector(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetVector.html
  commentId: M:UnityEngine.Material.GetVector(System.String)
  nameWithType: Material.GetVector(string)
  type: Method
- uid: UnityEngine.Material.GetVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetVectorArray(int, List<Vector4>)
  fullName: UnityEngine.Material.GetVectorArray(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetVectorArray.html
  commentId: M:UnityEngine.Material.GetVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Material.GetVectorArray(int, List<Vector4>)
  type: Method
- uid: UnityEngine.Material.GetVectorArray(System.Int32)
  name: GetVectorArray(int)
  fullName: UnityEngine.Material.GetVectorArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetVectorArray.html
  commentId: M:UnityEngine.Material.GetVectorArray(System.Int32)
  nameWithType: Material.GetVectorArray(int)
  type: Method
- uid: UnityEngine.Material.GetVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetVectorArray(string, List<Vector4>)
  fullName: UnityEngine.Material.GetVectorArray(string, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetVectorArray.html
  commentId: M:UnityEngine.Material.GetVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Material.GetVectorArray(string, List<Vector4>)
  type: Method
- uid: UnityEngine.Material.GetVectorArray(System.String)
  name: GetVectorArray(string)
  fullName: UnityEngine.Material.GetVectorArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.GetVectorArray.html
  commentId: M:UnityEngine.Material.GetVectorArray(System.String)
  nameWithType: Material.GetVectorArray(string)
  type: Method
- uid: UnityEngine.Material.globalIlluminationFlags
  name: globalIlluminationFlags
  fullName: UnityEngine.Material.globalIlluminationFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-globalIlluminationFlags.html
  commentId: P:UnityEngine.Material.globalIlluminationFlags
  nameWithType: Material.globalIlluminationFlags
  type: Property
- uid: UnityEngine.Material.HasProperty(System.Int32)
  name: HasProperty(int)
  fullName: UnityEngine.Material.HasProperty(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.HasProperty.html
  commentId: M:UnityEngine.Material.HasProperty(System.Int32)
  nameWithType: Material.HasProperty(int)
  type: Method
- uid: UnityEngine.Material.HasProperty(System.String)
  name: HasProperty(string)
  fullName: UnityEngine.Material.HasProperty(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.HasProperty.html
  commentId: M:UnityEngine.Material.HasProperty(System.String)
  nameWithType: Material.HasProperty(string)
  type: Method
- uid: UnityEngine.Material.IsKeywordEnabled(System.String)
  name: IsKeywordEnabled(string)
  fullName: UnityEngine.Material.IsKeywordEnabled(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.IsKeywordEnabled.html
  commentId: M:UnityEngine.Material.IsKeywordEnabled(System.String)
  nameWithType: Material.IsKeywordEnabled(string)
  type: Method
- uid: UnityEngine.Material.Lerp(UnityEngine.Material,UnityEngine.Material,System.Single)
  name: Lerp(Material, Material, float)
  fullName: UnityEngine.Material.Lerp(UnityEngine.Material, UnityEngine.Material, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.Lerp.html
  commentId: M:UnityEngine.Material.Lerp(UnityEngine.Material,UnityEngine.Material,System.Single)
  nameWithType: Material.Lerp(Material, Material, float)
  type: Method
- uid: UnityEngine.Material.mainTexture
  name: mainTexture
  fullName: UnityEngine.Material.mainTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-mainTexture.html
  commentId: P:UnityEngine.Material.mainTexture
  nameWithType: Material.mainTexture
  type: Property
- uid: UnityEngine.Material.mainTextureOffset
  name: mainTextureOffset
  fullName: UnityEngine.Material.mainTextureOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-mainTextureOffset.html
  commentId: P:UnityEngine.Material.mainTextureOffset
  nameWithType: Material.mainTextureOffset
  type: Property
- uid: UnityEngine.Material.mainTextureScale
  name: mainTextureScale
  fullName: UnityEngine.Material.mainTextureScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-mainTextureScale.html
  commentId: P:UnityEngine.Material.mainTextureScale
  nameWithType: Material.mainTextureScale
  type: Property
- uid: UnityEngine.Material.passCount
  name: passCount
  fullName: UnityEngine.Material.passCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-passCount.html
  commentId: P:UnityEngine.Material.passCount
  nameWithType: Material.passCount
  type: Property
- uid: UnityEngine.Material.renderQueue
  name: renderQueue
  fullName: UnityEngine.Material.renderQueue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-renderQueue.html
  commentId: P:UnityEngine.Material.renderQueue
  nameWithType: Material.renderQueue
  type: Property
- uid: UnityEngine.Material.SetBuffer(System.Int32,UnityEngine.ComputeBuffer)
  name: SetBuffer(int, ComputeBuffer)
  fullName: UnityEngine.Material.SetBuffer(int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetBuffer.html
  commentId: M:UnityEngine.Material.SetBuffer(System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: Material.SetBuffer(int, ComputeBuffer)
  type: Method
- uid: UnityEngine.Material.SetBuffer(System.String,UnityEngine.ComputeBuffer)
  name: SetBuffer(string, ComputeBuffer)
  fullName: UnityEngine.Material.SetBuffer(string, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetBuffer.html
  commentId: M:UnityEngine.Material.SetBuffer(System.String,UnityEngine.ComputeBuffer)
  nameWithType: Material.SetBuffer(string, ComputeBuffer)
  type: Method
- uid: UnityEngine.Material.SetColor(System.Int32,UnityEngine.Color)
  name: SetColor(int, Color)
  fullName: UnityEngine.Material.SetColor(int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetColor.html
  commentId: M:UnityEngine.Material.SetColor(System.Int32,UnityEngine.Color)
  nameWithType: Material.SetColor(int, Color)
  type: Method
- uid: UnityEngine.Material.SetColor(System.String,UnityEngine.Color)
  name: SetColor(string, Color)
  fullName: UnityEngine.Material.SetColor(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetColor.html
  commentId: M:UnityEngine.Material.SetColor(System.String,UnityEngine.Color)
  nameWithType: Material.SetColor(string, Color)
  type: Method
- uid: UnityEngine.Material.SetColorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Color})
  name: SetColorArray(int, List<Color>)
  fullName: UnityEngine.Material.SetColorArray(int, System.Collections.Generic.List<UnityEngine.Color>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetColorArray.html
  commentId: M:UnityEngine.Material.SetColorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Color})
  nameWithType: Material.SetColorArray(int, List<Color>)
  type: Method
- uid: UnityEngine.Material.SetColorArray(System.Int32,UnityEngine.Color[])
  name: SetColorArray(int, Color[])
  fullName: UnityEngine.Material.SetColorArray(int, UnityEngine.Color[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetColorArray.html
  commentId: M:UnityEngine.Material.SetColorArray(System.Int32,UnityEngine.Color[])
  nameWithType: Material.SetColorArray(int, Color[])
  type: Method
- uid: UnityEngine.Material.SetColorArray(System.String,System.Collections.Generic.List{UnityEngine.Color})
  name: SetColorArray(string, List<Color>)
  fullName: UnityEngine.Material.SetColorArray(string, System.Collections.Generic.List<UnityEngine.Color>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetColorArray.html
  commentId: M:UnityEngine.Material.SetColorArray(System.String,System.Collections.Generic.List{UnityEngine.Color})
  nameWithType: Material.SetColorArray(string, List<Color>)
  type: Method
- uid: UnityEngine.Material.SetColorArray(System.String,UnityEngine.Color[])
  name: SetColorArray(string, Color[])
  fullName: UnityEngine.Material.SetColorArray(string, UnityEngine.Color[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetColorArray.html
  commentId: M:UnityEngine.Material.SetColorArray(System.String,UnityEngine.Color[])
  nameWithType: Material.SetColorArray(string, Color[])
  type: Method
- uid: UnityEngine.Material.SetFloat(System.Int32,System.Single)
  name: SetFloat(int, float)
  fullName: UnityEngine.Material.SetFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetFloat.html
  commentId: M:UnityEngine.Material.SetFloat(System.Int32,System.Single)
  nameWithType: Material.SetFloat(int, float)
  type: Method
- uid: UnityEngine.Material.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEngine.Material.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetFloat.html
  commentId: M:UnityEngine.Material.SetFloat(System.String,System.Single)
  nameWithType: Material.SetFloat(string, float)
  type: Method
- uid: UnityEngine.Material.SetFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  name: SetFloatArray(int, List<float>)
  fullName: UnityEngine.Material.SetFloatArray(int, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetFloatArray.html
  commentId: M:UnityEngine.Material.SetFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  nameWithType: Material.SetFloatArray(int, List<float>)
  type: Method
- uid: UnityEngine.Material.SetFloatArray(System.Int32,System.Single[])
  name: SetFloatArray(int, float[])
  fullName: UnityEngine.Material.SetFloatArray(int, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetFloatArray.html
  commentId: M:UnityEngine.Material.SetFloatArray(System.Int32,System.Single[])
  nameWithType: Material.SetFloatArray(int, float[])
  type: Method
- uid: UnityEngine.Material.SetFloatArray(System.String,System.Collections.Generic.List{System.Single})
  name: SetFloatArray(string, List<float>)
  fullName: UnityEngine.Material.SetFloatArray(string, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetFloatArray.html
  commentId: M:UnityEngine.Material.SetFloatArray(System.String,System.Collections.Generic.List{System.Single})
  nameWithType: Material.SetFloatArray(string, List<float>)
  type: Method
- uid: UnityEngine.Material.SetFloatArray(System.String,System.Single[])
  name: SetFloatArray(string, float[])
  fullName: UnityEngine.Material.SetFloatArray(string, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetFloatArray.html
  commentId: M:UnityEngine.Material.SetFloatArray(System.String,System.Single[])
  nameWithType: Material.SetFloatArray(string, float[])
  type: Method
- uid: UnityEngine.Material.SetInt(System.Int32,System.Int32)
  name: SetInt(int, int)
  fullName: UnityEngine.Material.SetInt(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetInt.html
  commentId: M:UnityEngine.Material.SetInt(System.Int32,System.Int32)
  nameWithType: Material.SetInt(int, int)
  type: Method
- uid: UnityEngine.Material.SetInt(System.String,System.Int32)
  name: SetInt(string, int)
  fullName: UnityEngine.Material.SetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetInt.html
  commentId: M:UnityEngine.Material.SetInt(System.String,System.Int32)
  nameWithType: Material.SetInt(string, int)
  type: Method
- uid: UnityEngine.Material.SetMatrix(System.Int32,UnityEngine.Matrix4x4)
  name: SetMatrix(int, Matrix4x4)
  fullName: UnityEngine.Material.SetMatrix(int, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetMatrix.html
  commentId: M:UnityEngine.Material.SetMatrix(System.Int32,UnityEngine.Matrix4x4)
  nameWithType: Material.SetMatrix(int, Matrix4x4)
  type: Method
- uid: UnityEngine.Material.SetMatrix(System.String,UnityEngine.Matrix4x4)
  name: SetMatrix(string, Matrix4x4)
  fullName: UnityEngine.Material.SetMatrix(string, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetMatrix.html
  commentId: M:UnityEngine.Material.SetMatrix(System.String,UnityEngine.Matrix4x4)
  nameWithType: Material.SetMatrix(string, Matrix4x4)
  type: Method
- uid: UnityEngine.Material.SetMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: SetMatrixArray(int, List<Matrix4x4>)
  fullName: UnityEngine.Material.SetMatrixArray(int, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetMatrixArray.html
  commentId: M:UnityEngine.Material.SetMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Material.SetMatrixArray(int, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Material.SetMatrixArray(System.Int32,UnityEngine.Matrix4x4[])
  name: SetMatrixArray(int, Matrix4x4[])
  fullName: UnityEngine.Material.SetMatrixArray(int, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetMatrixArray.html
  commentId: M:UnityEngine.Material.SetMatrixArray(System.Int32,UnityEngine.Matrix4x4[])
  nameWithType: Material.SetMatrixArray(int, Matrix4x4[])
  type: Method
- uid: UnityEngine.Material.SetMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: SetMatrixArray(string, List<Matrix4x4>)
  fullName: UnityEngine.Material.SetMatrixArray(string, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetMatrixArray.html
  commentId: M:UnityEngine.Material.SetMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Material.SetMatrixArray(string, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Material.SetMatrixArray(System.String,UnityEngine.Matrix4x4[])
  name: SetMatrixArray(string, Matrix4x4[])
  fullName: UnityEngine.Material.SetMatrixArray(string, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetMatrixArray.html
  commentId: M:UnityEngine.Material.SetMatrixArray(System.String,UnityEngine.Matrix4x4[])
  nameWithType: Material.SetMatrixArray(string, Matrix4x4[])
  type: Method
- uid: UnityEngine.Material.SetOverrideTag(System.String,System.String)
  name: SetOverrideTag(string, string)
  fullName: UnityEngine.Material.SetOverrideTag(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetOverrideTag.html
  commentId: M:UnityEngine.Material.SetOverrideTag(System.String,System.String)
  nameWithType: Material.SetOverrideTag(string, string)
  type: Method
- uid: UnityEngine.Material.SetPass(System.Int32)
  name: SetPass(int)
  fullName: UnityEngine.Material.SetPass(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetPass.html
  commentId: M:UnityEngine.Material.SetPass(System.Int32)
  nameWithType: Material.SetPass(int)
  type: Method
- uid: UnityEngine.Material.SetShaderPassEnabled(System.String,System.Boolean)
  name: SetShaderPassEnabled(string, bool)
  fullName: UnityEngine.Material.SetShaderPassEnabled(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetShaderPassEnabled.html
  commentId: M:UnityEngine.Material.SetShaderPassEnabled(System.String,System.Boolean)
  nameWithType: Material.SetShaderPassEnabled(string, bool)
  type: Method
- uid: UnityEngine.Material.SetTexture(System.Int32,UnityEngine.Texture)
  name: SetTexture(int, Texture)
  fullName: UnityEngine.Material.SetTexture(int, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetTexture.html
  commentId: M:UnityEngine.Material.SetTexture(System.Int32,UnityEngine.Texture)
  nameWithType: Material.SetTexture(int, Texture)
  type: Method
- uid: UnityEngine.Material.SetTexture(System.String,UnityEngine.Texture)
  name: SetTexture(string, Texture)
  fullName: UnityEngine.Material.SetTexture(string, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetTexture.html
  commentId: M:UnityEngine.Material.SetTexture(System.String,UnityEngine.Texture)
  nameWithType: Material.SetTexture(string, Texture)
  type: Method
- uid: UnityEngine.Material.SetTextureOffset(System.Int32,UnityEngine.Vector2)
  name: SetTextureOffset(int, Vector2)
  fullName: UnityEngine.Material.SetTextureOffset(int, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetTextureOffset.html
  commentId: M:UnityEngine.Material.SetTextureOffset(System.Int32,UnityEngine.Vector2)
  nameWithType: Material.SetTextureOffset(int, Vector2)
  type: Method
- uid: UnityEngine.Material.SetTextureOffset(System.String,UnityEngine.Vector2)
  name: SetTextureOffset(string, Vector2)
  fullName: UnityEngine.Material.SetTextureOffset(string, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetTextureOffset.html
  commentId: M:UnityEngine.Material.SetTextureOffset(System.String,UnityEngine.Vector2)
  nameWithType: Material.SetTextureOffset(string, Vector2)
  type: Method
- uid: UnityEngine.Material.SetTextureScale(System.Int32,UnityEngine.Vector2)
  name: SetTextureScale(int, Vector2)
  fullName: UnityEngine.Material.SetTextureScale(int, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetTextureScale.html
  commentId: M:UnityEngine.Material.SetTextureScale(System.Int32,UnityEngine.Vector2)
  nameWithType: Material.SetTextureScale(int, Vector2)
  type: Method
- uid: UnityEngine.Material.SetTextureScale(System.String,UnityEngine.Vector2)
  name: SetTextureScale(string, Vector2)
  fullName: UnityEngine.Material.SetTextureScale(string, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetTextureScale.html
  commentId: M:UnityEngine.Material.SetTextureScale(System.String,UnityEngine.Vector2)
  nameWithType: Material.SetTextureScale(string, Vector2)
  type: Method
- uid: UnityEngine.Material.SetVector(System.Int32,UnityEngine.Vector4)
  name: SetVector(int, Vector4)
  fullName: UnityEngine.Material.SetVector(int, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetVector.html
  commentId: M:UnityEngine.Material.SetVector(System.Int32,UnityEngine.Vector4)
  nameWithType: Material.SetVector(int, Vector4)
  type: Method
- uid: UnityEngine.Material.SetVector(System.String,UnityEngine.Vector4)
  name: SetVector(string, Vector4)
  fullName: UnityEngine.Material.SetVector(string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetVector.html
  commentId: M:UnityEngine.Material.SetVector(System.String,UnityEngine.Vector4)
  nameWithType: Material.SetVector(string, Vector4)
  type: Method
- uid: UnityEngine.Material.SetVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetVectorArray(int, List<Vector4>)
  fullName: UnityEngine.Material.SetVectorArray(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetVectorArray.html
  commentId: M:UnityEngine.Material.SetVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Material.SetVectorArray(int, List<Vector4>)
  type: Method
- uid: UnityEngine.Material.SetVectorArray(System.Int32,UnityEngine.Vector4[])
  name: SetVectorArray(int, Vector4[])
  fullName: UnityEngine.Material.SetVectorArray(int, UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetVectorArray.html
  commentId: M:UnityEngine.Material.SetVectorArray(System.Int32,UnityEngine.Vector4[])
  nameWithType: Material.SetVectorArray(int, Vector4[])
  type: Method
- uid: UnityEngine.Material.SetVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetVectorArray(string, List<Vector4>)
  fullName: UnityEngine.Material.SetVectorArray(string, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetVectorArray.html
  commentId: M:UnityEngine.Material.SetVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Material.SetVectorArray(string, List<Vector4>)
  type: Method
- uid: UnityEngine.Material.SetVectorArray(System.String,UnityEngine.Vector4[])
  name: SetVectorArray(string, Vector4[])
  fullName: UnityEngine.Material.SetVectorArray(string, UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material.SetVectorArray.html
  commentId: M:UnityEngine.Material.SetVectorArray(System.String,UnityEngine.Vector4[])
  nameWithType: Material.SetVectorArray(string, Vector4[])
  type: Method
- uid: UnityEngine.Material.shader
  name: shader
  fullName: UnityEngine.Material.shader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-shader.html
  commentId: P:UnityEngine.Material.shader
  nameWithType: Material.shader
  type: Property
- uid: UnityEngine.Material.shaderKeywords
  name: shaderKeywords
  fullName: UnityEngine.Material.shaderKeywords
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Material-shaderKeywords.html
  commentId: P:UnityEngine.Material.shaderKeywords
  nameWithType: Material.shaderKeywords
  type: Property
- uid: UnityEngine.MaterialGlobalIlluminationFlags
  name: MaterialGlobalIlluminationFlags
  fullName: UnityEngine.MaterialGlobalIlluminationFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialGlobalIlluminationFlags.html
  commentId: T:UnityEngine.MaterialGlobalIlluminationFlags
  nameWithType: MaterialGlobalIlluminationFlags
  type: Enum
- uid: UnityEngine.MaterialGlobalIlluminationFlags.AnyEmissive
  name: AnyEmissive
  fullName: UnityEngine.MaterialGlobalIlluminationFlags.AnyEmissive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialGlobalIlluminationFlags.AnyEmissive.html
  commentId: F:UnityEngine.MaterialGlobalIlluminationFlags.AnyEmissive
  nameWithType: MaterialGlobalIlluminationFlags.AnyEmissive
  type: Field
- uid: UnityEngine.MaterialGlobalIlluminationFlags.BakedEmissive
  name: BakedEmissive
  fullName: UnityEngine.MaterialGlobalIlluminationFlags.BakedEmissive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialGlobalIlluminationFlags.BakedEmissive.html
  commentId: F:UnityEngine.MaterialGlobalIlluminationFlags.BakedEmissive
  nameWithType: MaterialGlobalIlluminationFlags.BakedEmissive
  type: Field
- uid: UnityEngine.MaterialGlobalIlluminationFlags.EmissiveIsBlack
  name: EmissiveIsBlack
  fullName: UnityEngine.MaterialGlobalIlluminationFlags.EmissiveIsBlack
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialGlobalIlluminationFlags.EmissiveIsBlack.html
  commentId: F:UnityEngine.MaterialGlobalIlluminationFlags.EmissiveIsBlack
  nameWithType: MaterialGlobalIlluminationFlags.EmissiveIsBlack
  type: Field
- uid: UnityEngine.MaterialGlobalIlluminationFlags.None
  name: None
  fullName: UnityEngine.MaterialGlobalIlluminationFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialGlobalIlluminationFlags.None.html
  commentId: F:UnityEngine.MaterialGlobalIlluminationFlags.None
  nameWithType: MaterialGlobalIlluminationFlags.None
  type: Field
- uid: UnityEngine.MaterialGlobalIlluminationFlags.RealtimeEmissive
  name: RealtimeEmissive
  fullName: UnityEngine.MaterialGlobalIlluminationFlags.RealtimeEmissive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialGlobalIlluminationFlags.RealtimeEmissive.html
  commentId: F:UnityEngine.MaterialGlobalIlluminationFlags.RealtimeEmissive
  nameWithType: MaterialGlobalIlluminationFlags.RealtimeEmissive
  type: Field
- uid: UnityEngine.MaterialPropertyBlock
  name: MaterialPropertyBlock
  fullName: UnityEngine.MaterialPropertyBlock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.html
  commentId: T:UnityEngine.MaterialPropertyBlock
  nameWithType: MaterialPropertyBlock
  type: Class
- uid: UnityEngine.MaterialPropertyBlock.#ctor
  name: MaterialPropertyBlock()
  fullName: UnityEngine.MaterialPropertyBlock.MaterialPropertyBlock()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock-ctor.html
  commentId: M:UnityEngine.MaterialPropertyBlock.#ctor
  nameWithType: MaterialPropertyBlock.MaterialPropertyBlock()
  type: Constructor
- uid: UnityEngine.MaterialPropertyBlock.AddColor(System.Int32,UnityEngine.Color)
  name: AddColor(int, Color)
  fullName: UnityEngine.MaterialPropertyBlock.AddColor(int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddColor.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddColor(System.Int32,UnityEngine.Color)
  nameWithType: MaterialPropertyBlock.AddColor(int, Color)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddColor(System.String,UnityEngine.Color)
  name: AddColor(string, Color)
  fullName: UnityEngine.MaterialPropertyBlock.AddColor(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddColor.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddColor(System.String,UnityEngine.Color)
  nameWithType: MaterialPropertyBlock.AddColor(string, Color)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddFloat(System.Int32,System.Single)
  name: AddFloat(int, float)
  fullName: UnityEngine.MaterialPropertyBlock.AddFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddFloat.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddFloat(System.Int32,System.Single)
  nameWithType: MaterialPropertyBlock.AddFloat(int, float)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddFloat(System.String,System.Single)
  name: AddFloat(string, float)
  fullName: UnityEngine.MaterialPropertyBlock.AddFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddFloat.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddFloat(System.String,System.Single)
  nameWithType: MaterialPropertyBlock.AddFloat(string, float)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddMatrix(System.Int32,UnityEngine.Matrix4x4)
  name: AddMatrix(int, Matrix4x4)
  fullName: UnityEngine.MaterialPropertyBlock.AddMatrix(int, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddMatrix.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddMatrix(System.Int32,UnityEngine.Matrix4x4)
  nameWithType: MaterialPropertyBlock.AddMatrix(int, Matrix4x4)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddMatrix(System.String,UnityEngine.Matrix4x4)
  name: AddMatrix(string, Matrix4x4)
  fullName: UnityEngine.MaterialPropertyBlock.AddMatrix(string, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddMatrix.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddMatrix(System.String,UnityEngine.Matrix4x4)
  nameWithType: MaterialPropertyBlock.AddMatrix(string, Matrix4x4)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddTexture(System.Int32,UnityEngine.Texture)
  name: AddTexture(int, Texture)
  fullName: UnityEngine.MaterialPropertyBlock.AddTexture(int, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddTexture.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddTexture(System.Int32,UnityEngine.Texture)
  nameWithType: MaterialPropertyBlock.AddTexture(int, Texture)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddTexture(System.String,UnityEngine.Texture)
  name: AddTexture(string, Texture)
  fullName: UnityEngine.MaterialPropertyBlock.AddTexture(string, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddTexture.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddTexture(System.String,UnityEngine.Texture)
  nameWithType: MaterialPropertyBlock.AddTexture(string, Texture)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddVector(System.Int32,UnityEngine.Vector4)
  name: AddVector(int, Vector4)
  fullName: UnityEngine.MaterialPropertyBlock.AddVector(int, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddVector.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddVector(System.Int32,UnityEngine.Vector4)
  nameWithType: MaterialPropertyBlock.AddVector(int, Vector4)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.AddVector(System.String,UnityEngine.Vector4)
  name: AddVector(string, Vector4)
  fullName: UnityEngine.MaterialPropertyBlock.AddVector(string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.AddVector.html
  commentId: M:UnityEngine.MaterialPropertyBlock.AddVector(System.String,UnityEngine.Vector4)
  nameWithType: MaterialPropertyBlock.AddVector(string, Vector4)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.Clear
  name: Clear()
  fullName: UnityEngine.MaterialPropertyBlock.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.Clear.html
  commentId: M:UnityEngine.MaterialPropertyBlock.Clear
  nameWithType: MaterialPropertyBlock.Clear()
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.Finalize
  name: ~MaterialPropertyBlock()
  fullName: UnityEngine.MaterialPropertyBlock.~MaterialPropertyBlock()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.Finalize.html
  commentId: M:UnityEngine.MaterialPropertyBlock.Finalize
  nameWithType: MaterialPropertyBlock.~MaterialPropertyBlock()
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetFloat(System.Int32)
  name: GetFloat(int)
  fullName: UnityEngine.MaterialPropertyBlock.GetFloat(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetFloat.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetFloat(System.Int32)
  nameWithType: MaterialPropertyBlock.GetFloat(int)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetFloat(System.String)
  name: GetFloat(string)
  fullName: UnityEngine.MaterialPropertyBlock.GetFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetFloat.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetFloat(System.String)
  nameWithType: MaterialPropertyBlock.GetFloat(string)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  name: GetFloatArray(int, List<float>)
  fullName: UnityEngine.MaterialPropertyBlock.GetFloatArray(int, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetFloatArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  nameWithType: MaterialPropertyBlock.GetFloatArray(int, List<float>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetFloatArray(System.Int32)
  name: GetFloatArray(int)
  fullName: UnityEngine.MaterialPropertyBlock.GetFloatArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetFloatArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetFloatArray(System.Int32)
  nameWithType: MaterialPropertyBlock.GetFloatArray(int)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetFloatArray(System.String,System.Collections.Generic.List{System.Single})
  name: GetFloatArray(string, List<float>)
  fullName: UnityEngine.MaterialPropertyBlock.GetFloatArray(string, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetFloatArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetFloatArray(System.String,System.Collections.Generic.List{System.Single})
  nameWithType: MaterialPropertyBlock.GetFloatArray(string, List<float>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetFloatArray(System.String)
  name: GetFloatArray(string)
  fullName: UnityEngine.MaterialPropertyBlock.GetFloatArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetFloatArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetFloatArray(System.String)
  nameWithType: MaterialPropertyBlock.GetFloatArray(string)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetMatrix(System.Int32)
  name: GetMatrix(int)
  fullName: UnityEngine.MaterialPropertyBlock.GetMatrix(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetMatrix.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetMatrix(System.Int32)
  nameWithType: MaterialPropertyBlock.GetMatrix(int)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetMatrix(System.String)
  name: GetMatrix(string)
  fullName: UnityEngine.MaterialPropertyBlock.GetMatrix(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetMatrix.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetMatrix(System.String)
  nameWithType: MaterialPropertyBlock.GetMatrix(string)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: GetMatrixArray(int, List<Matrix4x4>)
  fullName: UnityEngine.MaterialPropertyBlock.GetMatrixArray(int, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetMatrixArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: MaterialPropertyBlock.GetMatrixArray(int, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetMatrixArray(System.Int32)
  name: GetMatrixArray(int)
  fullName: UnityEngine.MaterialPropertyBlock.GetMatrixArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetMatrixArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetMatrixArray(System.Int32)
  nameWithType: MaterialPropertyBlock.GetMatrixArray(int)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: GetMatrixArray(string, List<Matrix4x4>)
  fullName: UnityEngine.MaterialPropertyBlock.GetMatrixArray(string, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetMatrixArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: MaterialPropertyBlock.GetMatrixArray(string, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetMatrixArray(System.String)
  name: GetMatrixArray(string)
  fullName: UnityEngine.MaterialPropertyBlock.GetMatrixArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetMatrixArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetMatrixArray(System.String)
  nameWithType: MaterialPropertyBlock.GetMatrixArray(string)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetTexture(System.Int32)
  name: GetTexture(int)
  fullName: UnityEngine.MaterialPropertyBlock.GetTexture(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetTexture.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetTexture(System.Int32)
  nameWithType: MaterialPropertyBlock.GetTexture(int)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetTexture(System.String)
  name: GetTexture(string)
  fullName: UnityEngine.MaterialPropertyBlock.GetTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetTexture.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetTexture(System.String)
  nameWithType: MaterialPropertyBlock.GetTexture(string)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetVector(System.Int32)
  name: GetVector(int)
  fullName: UnityEngine.MaterialPropertyBlock.GetVector(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetVector.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetVector(System.Int32)
  nameWithType: MaterialPropertyBlock.GetVector(int)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetVector(System.String)
  name: GetVector(string)
  fullName: UnityEngine.MaterialPropertyBlock.GetVector(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetVector.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetVector(System.String)
  nameWithType: MaterialPropertyBlock.GetVector(string)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetVectorArray(int, List<Vector4>)
  fullName: UnityEngine.MaterialPropertyBlock.GetVectorArray(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetVectorArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: MaterialPropertyBlock.GetVectorArray(int, List<Vector4>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetVectorArray(System.Int32)
  name: GetVectorArray(int)
  fullName: UnityEngine.MaterialPropertyBlock.GetVectorArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetVectorArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetVectorArray(System.Int32)
  nameWithType: MaterialPropertyBlock.GetVectorArray(int)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetVectorArray(string, List<Vector4>)
  fullName: UnityEngine.MaterialPropertyBlock.GetVectorArray(string, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetVectorArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: MaterialPropertyBlock.GetVectorArray(string, List<Vector4>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.GetVectorArray(System.String)
  name: GetVectorArray(string)
  fullName: UnityEngine.MaterialPropertyBlock.GetVectorArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.GetVectorArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.GetVectorArray(System.String)
  nameWithType: MaterialPropertyBlock.GetVectorArray(string)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.isEmpty
  name: isEmpty
  fullName: UnityEngine.MaterialPropertyBlock.isEmpty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock-isEmpty.html
  commentId: P:UnityEngine.MaterialPropertyBlock.isEmpty
  nameWithType: MaterialPropertyBlock.isEmpty
  type: Property
- uid: UnityEngine.MaterialPropertyBlock.SetBuffer(System.Int32,UnityEngine.ComputeBuffer)
  name: SetBuffer(int, ComputeBuffer)
  fullName: UnityEngine.MaterialPropertyBlock.SetBuffer(int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetBuffer.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetBuffer(System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: MaterialPropertyBlock.SetBuffer(int, ComputeBuffer)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetBuffer(System.String,UnityEngine.ComputeBuffer)
  name: SetBuffer(string, ComputeBuffer)
  fullName: UnityEngine.MaterialPropertyBlock.SetBuffer(string, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetBuffer.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetBuffer(System.String,UnityEngine.ComputeBuffer)
  nameWithType: MaterialPropertyBlock.SetBuffer(string, ComputeBuffer)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetColor(System.Int32,UnityEngine.Color)
  name: SetColor(int, Color)
  fullName: UnityEngine.MaterialPropertyBlock.SetColor(int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetColor.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetColor(System.Int32,UnityEngine.Color)
  nameWithType: MaterialPropertyBlock.SetColor(int, Color)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetColor(System.String,UnityEngine.Color)
  name: SetColor(string, Color)
  fullName: UnityEngine.MaterialPropertyBlock.SetColor(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetColor.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetColor(System.String,UnityEngine.Color)
  nameWithType: MaterialPropertyBlock.SetColor(string, Color)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetFloat(System.Int32,System.Single)
  name: SetFloat(int, float)
  fullName: UnityEngine.MaterialPropertyBlock.SetFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetFloat.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetFloat(System.Int32,System.Single)
  nameWithType: MaterialPropertyBlock.SetFloat(int, float)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEngine.MaterialPropertyBlock.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetFloat.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetFloat(System.String,System.Single)
  nameWithType: MaterialPropertyBlock.SetFloat(string, float)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  name: SetFloatArray(int, List<float>)
  fullName: UnityEngine.MaterialPropertyBlock.SetFloatArray(int, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetFloatArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  nameWithType: MaterialPropertyBlock.SetFloatArray(int, List<float>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetFloatArray(System.Int32,System.Single[])
  name: SetFloatArray(int, float[])
  fullName: UnityEngine.MaterialPropertyBlock.SetFloatArray(int, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetFloatArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetFloatArray(System.Int32,System.Single[])
  nameWithType: MaterialPropertyBlock.SetFloatArray(int, float[])
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetFloatArray(System.String,System.Collections.Generic.List{System.Single})
  name: SetFloatArray(string, List<float>)
  fullName: UnityEngine.MaterialPropertyBlock.SetFloatArray(string, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetFloatArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetFloatArray(System.String,System.Collections.Generic.List{System.Single})
  nameWithType: MaterialPropertyBlock.SetFloatArray(string, List<float>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetFloatArray(System.String,System.Single[])
  name: SetFloatArray(string, float[])
  fullName: UnityEngine.MaterialPropertyBlock.SetFloatArray(string, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetFloatArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetFloatArray(System.String,System.Single[])
  nameWithType: MaterialPropertyBlock.SetFloatArray(string, float[])
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetMatrix(System.Int32,UnityEngine.Matrix4x4)
  name: SetMatrix(int, Matrix4x4)
  fullName: UnityEngine.MaterialPropertyBlock.SetMatrix(int, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetMatrix.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetMatrix(System.Int32,UnityEngine.Matrix4x4)
  nameWithType: MaterialPropertyBlock.SetMatrix(int, Matrix4x4)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetMatrix(System.String,UnityEngine.Matrix4x4)
  name: SetMatrix(string, Matrix4x4)
  fullName: UnityEngine.MaterialPropertyBlock.SetMatrix(string, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetMatrix.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetMatrix(System.String,UnityEngine.Matrix4x4)
  nameWithType: MaterialPropertyBlock.SetMatrix(string, Matrix4x4)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: SetMatrixArray(int, List<Matrix4x4>)
  fullName: UnityEngine.MaterialPropertyBlock.SetMatrixArray(int, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetMatrixArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: MaterialPropertyBlock.SetMatrixArray(int, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetMatrixArray(System.Int32,UnityEngine.Matrix4x4[])
  name: SetMatrixArray(int, Matrix4x4[])
  fullName: UnityEngine.MaterialPropertyBlock.SetMatrixArray(int, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetMatrixArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetMatrixArray(System.Int32,UnityEngine.Matrix4x4[])
  nameWithType: MaterialPropertyBlock.SetMatrixArray(int, Matrix4x4[])
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: SetMatrixArray(string, List<Matrix4x4>)
  fullName: UnityEngine.MaterialPropertyBlock.SetMatrixArray(string, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetMatrixArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: MaterialPropertyBlock.SetMatrixArray(string, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetMatrixArray(System.String,UnityEngine.Matrix4x4[])
  name: SetMatrixArray(string, Matrix4x4[])
  fullName: UnityEngine.MaterialPropertyBlock.SetMatrixArray(string, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetMatrixArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetMatrixArray(System.String,UnityEngine.Matrix4x4[])
  nameWithType: MaterialPropertyBlock.SetMatrixArray(string, Matrix4x4[])
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetTexture(System.Int32,UnityEngine.Texture)
  name: SetTexture(int, Texture)
  fullName: UnityEngine.MaterialPropertyBlock.SetTexture(int, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetTexture.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetTexture(System.Int32,UnityEngine.Texture)
  nameWithType: MaterialPropertyBlock.SetTexture(int, Texture)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetTexture(System.String,UnityEngine.Texture)
  name: SetTexture(string, Texture)
  fullName: UnityEngine.MaterialPropertyBlock.SetTexture(string, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetTexture.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetTexture(System.String,UnityEngine.Texture)
  nameWithType: MaterialPropertyBlock.SetTexture(string, Texture)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetVector(System.Int32,UnityEngine.Vector4)
  name: SetVector(int, Vector4)
  fullName: UnityEngine.MaterialPropertyBlock.SetVector(int, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetVector.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetVector(System.Int32,UnityEngine.Vector4)
  nameWithType: MaterialPropertyBlock.SetVector(int, Vector4)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetVector(System.String,UnityEngine.Vector4)
  name: SetVector(string, Vector4)
  fullName: UnityEngine.MaterialPropertyBlock.SetVector(string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetVector.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetVector(System.String,UnityEngine.Vector4)
  nameWithType: MaterialPropertyBlock.SetVector(string, Vector4)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetVectorArray(int, List<Vector4>)
  fullName: UnityEngine.MaterialPropertyBlock.SetVectorArray(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetVectorArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: MaterialPropertyBlock.SetVectorArray(int, List<Vector4>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetVectorArray(System.Int32,UnityEngine.Vector4[])
  name: SetVectorArray(int, Vector4[])
  fullName: UnityEngine.MaterialPropertyBlock.SetVectorArray(int, UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetVectorArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetVectorArray(System.Int32,UnityEngine.Vector4[])
  nameWithType: MaterialPropertyBlock.SetVectorArray(int, Vector4[])
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetVectorArray(string, List<Vector4>)
  fullName: UnityEngine.MaterialPropertyBlock.SetVectorArray(string, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetVectorArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: MaterialPropertyBlock.SetVectorArray(string, List<Vector4>)
  type: Method
- uid: UnityEngine.MaterialPropertyBlock.SetVectorArray(System.String,UnityEngine.Vector4[])
  name: SetVectorArray(string, Vector4[])
  fullName: UnityEngine.MaterialPropertyBlock.SetVectorArray(string, UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MaterialPropertyBlock.SetVectorArray.html
  commentId: M:UnityEngine.MaterialPropertyBlock.SetVectorArray(System.String,UnityEngine.Vector4[])
  nameWithType: MaterialPropertyBlock.SetVectorArray(string, Vector4[])
  type: Method
- uid: UnityEngine.Mathf
  name: Mathf
  fullName: UnityEngine.Mathf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.html
  commentId: T:UnityEngine.Mathf
  nameWithType: Mathf
  type: Struct
- uid: UnityEngine.Mathf.Abs(System.Int32)
  name: Abs(int)
  fullName: UnityEngine.Mathf.Abs(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Abs.html
  commentId: M:UnityEngine.Mathf.Abs(System.Int32)
  nameWithType: Mathf.Abs(int)
  type: Method
- uid: UnityEngine.Mathf.Abs(System.Single)
  name: Abs(float)
  fullName: UnityEngine.Mathf.Abs(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Abs.html
  commentId: M:UnityEngine.Mathf.Abs(System.Single)
  nameWithType: Mathf.Abs(float)
  type: Method
- uid: UnityEngine.Mathf.Acos(System.Single)
  name: Acos(float)
  fullName: UnityEngine.Mathf.Acos(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Acos.html
  commentId: M:UnityEngine.Mathf.Acos(System.Single)
  nameWithType: Mathf.Acos(float)
  type: Method
- uid: UnityEngine.Mathf.Approximately(System.Single,System.Single)
  name: Approximately(float, float)
  fullName: UnityEngine.Mathf.Approximately(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Approximately.html
  commentId: M:UnityEngine.Mathf.Approximately(System.Single,System.Single)
  nameWithType: Mathf.Approximately(float, float)
  type: Method
- uid: UnityEngine.Mathf.Asin(System.Single)
  name: Asin(float)
  fullName: UnityEngine.Mathf.Asin(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Asin.html
  commentId: M:UnityEngine.Mathf.Asin(System.Single)
  nameWithType: Mathf.Asin(float)
  type: Method
- uid: UnityEngine.Mathf.Atan(System.Single)
  name: Atan(float)
  fullName: UnityEngine.Mathf.Atan(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Atan.html
  commentId: M:UnityEngine.Mathf.Atan(System.Single)
  nameWithType: Mathf.Atan(float)
  type: Method
- uid: UnityEngine.Mathf.Atan2(System.Single,System.Single)
  name: Atan2(float, float)
  fullName: UnityEngine.Mathf.Atan2(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Atan2.html
  commentId: M:UnityEngine.Mathf.Atan2(System.Single,System.Single)
  nameWithType: Mathf.Atan2(float, float)
  type: Method
- uid: UnityEngine.Mathf.Ceil(System.Single)
  name: Ceil(float)
  fullName: UnityEngine.Mathf.Ceil(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Ceil.html
  commentId: M:UnityEngine.Mathf.Ceil(System.Single)
  nameWithType: Mathf.Ceil(float)
  type: Method
- uid: UnityEngine.Mathf.CeilToInt(System.Single)
  name: CeilToInt(float)
  fullName: UnityEngine.Mathf.CeilToInt(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.CeilToInt.html
  commentId: M:UnityEngine.Mathf.CeilToInt(System.Single)
  nameWithType: Mathf.CeilToInt(float)
  type: Method
- uid: UnityEngine.Mathf.Clamp(System.Int32,System.Int32,System.Int32)
  name: Clamp(int, int, int)
  fullName: UnityEngine.Mathf.Clamp(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Clamp.html
  commentId: M:UnityEngine.Mathf.Clamp(System.Int32,System.Int32,System.Int32)
  nameWithType: Mathf.Clamp(int, int, int)
  type: Method
- uid: UnityEngine.Mathf.Clamp(System.Single,System.Single,System.Single)
  name: Clamp(float, float, float)
  fullName: UnityEngine.Mathf.Clamp(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Clamp.html
  commentId: M:UnityEngine.Mathf.Clamp(System.Single,System.Single,System.Single)
  nameWithType: Mathf.Clamp(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.Clamp01(System.Single)
  name: Clamp01(float)
  fullName: UnityEngine.Mathf.Clamp01(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Clamp01.html
  commentId: M:UnityEngine.Mathf.Clamp01(System.Single)
  nameWithType: Mathf.Clamp01(float)
  type: Method
- uid: UnityEngine.Mathf.ClosestPowerOfTwo(System.Int32)
  name: ClosestPowerOfTwo(int)
  fullName: UnityEngine.Mathf.ClosestPowerOfTwo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.ClosestPowerOfTwo.html
  commentId: M:UnityEngine.Mathf.ClosestPowerOfTwo(System.Int32)
  nameWithType: Mathf.ClosestPowerOfTwo(int)
  type: Method
- uid: UnityEngine.Mathf.CorrelatedColorTemperatureToRGB(System.Single)
  name: CorrelatedColorTemperatureToRGB(float)
  fullName: UnityEngine.Mathf.CorrelatedColorTemperatureToRGB(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.CorrelatedColorTemperatureToRGB.html
  commentId: M:UnityEngine.Mathf.CorrelatedColorTemperatureToRGB(System.Single)
  nameWithType: Mathf.CorrelatedColorTemperatureToRGB(float)
  type: Method
- uid: UnityEngine.Mathf.Cos(System.Single)
  name: Cos(float)
  fullName: UnityEngine.Mathf.Cos(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Cos.html
  commentId: M:UnityEngine.Mathf.Cos(System.Single)
  nameWithType: Mathf.Cos(float)
  type: Method
- uid: UnityEngine.Mathf.Deg2Rad
  name: Deg2Rad
  fullName: UnityEngine.Mathf.Deg2Rad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Deg2Rad.html
  commentId: F:UnityEngine.Mathf.Deg2Rad
  nameWithType: Mathf.Deg2Rad
  type: Field
- uid: UnityEngine.Mathf.DeltaAngle(System.Single,System.Single)
  name: DeltaAngle(float, float)
  fullName: UnityEngine.Mathf.DeltaAngle(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.DeltaAngle.html
  commentId: M:UnityEngine.Mathf.DeltaAngle(System.Single,System.Single)
  nameWithType: Mathf.DeltaAngle(float, float)
  type: Method
- uid: UnityEngine.Mathf.Epsilon
  name: Epsilon
  fullName: UnityEngine.Mathf.Epsilon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Epsilon.html
  commentId: F:UnityEngine.Mathf.Epsilon
  nameWithType: Mathf.Epsilon
  type: Field
- uid: UnityEngine.Mathf.Exp(System.Single)
  name: Exp(float)
  fullName: UnityEngine.Mathf.Exp(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Exp.html
  commentId: M:UnityEngine.Mathf.Exp(System.Single)
  nameWithType: Mathf.Exp(float)
  type: Method
- uid: UnityEngine.Mathf.FloatToHalf(System.Single)
  name: FloatToHalf(float)
  fullName: UnityEngine.Mathf.FloatToHalf(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.FloatToHalf.html
  commentId: M:UnityEngine.Mathf.FloatToHalf(System.Single)
  nameWithType: Mathf.FloatToHalf(float)
  type: Method
- uid: UnityEngine.Mathf.Floor(System.Single)
  name: Floor(float)
  fullName: UnityEngine.Mathf.Floor(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Floor.html
  commentId: M:UnityEngine.Mathf.Floor(System.Single)
  nameWithType: Mathf.Floor(float)
  type: Method
- uid: UnityEngine.Mathf.FloorToInt(System.Single)
  name: FloorToInt(float)
  fullName: UnityEngine.Mathf.FloorToInt(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.FloorToInt.html
  commentId: M:UnityEngine.Mathf.FloorToInt(System.Single)
  nameWithType: Mathf.FloorToInt(float)
  type: Method
- uid: UnityEngine.Mathf.Gamma(System.Single,System.Single,System.Single)
  name: Gamma(float, float, float)
  fullName: UnityEngine.Mathf.Gamma(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Gamma.html
  commentId: M:UnityEngine.Mathf.Gamma(System.Single,System.Single,System.Single)
  nameWithType: Mathf.Gamma(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.GammaToLinearSpace(System.Single)
  name: GammaToLinearSpace(float)
  fullName: UnityEngine.Mathf.GammaToLinearSpace(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.GammaToLinearSpace.html
  commentId: M:UnityEngine.Mathf.GammaToLinearSpace(System.Single)
  nameWithType: Mathf.GammaToLinearSpace(float)
  type: Method
- uid: UnityEngine.Mathf.HalfToFloat(System.UInt16)
  name: HalfToFloat(ushort)
  fullName: UnityEngine.Mathf.HalfToFloat(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.HalfToFloat.html
  commentId: M:UnityEngine.Mathf.HalfToFloat(System.UInt16)
  nameWithType: Mathf.HalfToFloat(ushort)
  type: Method
- uid: UnityEngine.Mathf.Infinity
  name: Infinity
  fullName: UnityEngine.Mathf.Infinity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Infinity.html
  commentId: F:UnityEngine.Mathf.Infinity
  nameWithType: Mathf.Infinity
  type: Field
- uid: UnityEngine.Mathf.InverseLerp(System.Single,System.Single,System.Single)
  name: InverseLerp(float, float, float)
  fullName: UnityEngine.Mathf.InverseLerp(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.InverseLerp.html
  commentId: M:UnityEngine.Mathf.InverseLerp(System.Single,System.Single,System.Single)
  nameWithType: Mathf.InverseLerp(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.IsPowerOfTwo(System.Int32)
  name: IsPowerOfTwo(int)
  fullName: UnityEngine.Mathf.IsPowerOfTwo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.IsPowerOfTwo.html
  commentId: M:UnityEngine.Mathf.IsPowerOfTwo(System.Int32)
  nameWithType: Mathf.IsPowerOfTwo(int)
  type: Method
- uid: UnityEngine.Mathf.Lerp(System.Single,System.Single,System.Single)
  name: Lerp(float, float, float)
  fullName: UnityEngine.Mathf.Lerp(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Lerp.html
  commentId: M:UnityEngine.Mathf.Lerp(System.Single,System.Single,System.Single)
  nameWithType: Mathf.Lerp(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.LerpAngle(System.Single,System.Single,System.Single)
  name: LerpAngle(float, float, float)
  fullName: UnityEngine.Mathf.LerpAngle(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.LerpAngle.html
  commentId: M:UnityEngine.Mathf.LerpAngle(System.Single,System.Single,System.Single)
  nameWithType: Mathf.LerpAngle(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.LerpUnclamped(System.Single,System.Single,System.Single)
  name: LerpUnclamped(float, float, float)
  fullName: UnityEngine.Mathf.LerpUnclamped(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.LerpUnclamped.html
  commentId: M:UnityEngine.Mathf.LerpUnclamped(System.Single,System.Single,System.Single)
  nameWithType: Mathf.LerpUnclamped(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.LinearToGammaSpace(System.Single)
  name: LinearToGammaSpace(float)
  fullName: UnityEngine.Mathf.LinearToGammaSpace(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.LinearToGammaSpace.html
  commentId: M:UnityEngine.Mathf.LinearToGammaSpace(System.Single)
  nameWithType: Mathf.LinearToGammaSpace(float)
  type: Method
- uid: UnityEngine.Mathf.Log(System.Single,System.Single)
  name: Log(float, float)
  fullName: UnityEngine.Mathf.Log(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Log.html
  commentId: M:UnityEngine.Mathf.Log(System.Single,System.Single)
  nameWithType: Mathf.Log(float, float)
  type: Method
- uid: UnityEngine.Mathf.Log(System.Single)
  name: Log(float)
  fullName: UnityEngine.Mathf.Log(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Log.html
  commentId: M:UnityEngine.Mathf.Log(System.Single)
  nameWithType: Mathf.Log(float)
  type: Method
- uid: UnityEngine.Mathf.Log10(System.Single)
  name: Log10(float)
  fullName: UnityEngine.Mathf.Log10(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Log10.html
  commentId: M:UnityEngine.Mathf.Log10(System.Single)
  nameWithType: Mathf.Log10(float)
  type: Method
- uid: UnityEngine.Mathf.Max(System.Int32,System.Int32)
  name: Max(int, int)
  fullName: UnityEngine.Mathf.Max(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Max.html
  commentId: M:UnityEngine.Mathf.Max(System.Int32,System.Int32)
  nameWithType: Mathf.Max(int, int)
  type: Method
- uid: UnityEngine.Mathf.Max(System.Int32[])
  name: Max(params int[])
  fullName: UnityEngine.Mathf.Max(params int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Max.html
  commentId: M:UnityEngine.Mathf.Max(System.Int32[])
  nameWithType: Mathf.Max(params int[])
  type: Method
- uid: UnityEngine.Mathf.Max(System.Single,System.Single)
  name: Max(float, float)
  fullName: UnityEngine.Mathf.Max(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Max.html
  commentId: M:UnityEngine.Mathf.Max(System.Single,System.Single)
  nameWithType: Mathf.Max(float, float)
  type: Method
- uid: UnityEngine.Mathf.Max(System.Single[])
  name: Max(params float[])
  fullName: UnityEngine.Mathf.Max(params float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Max.html
  commentId: M:UnityEngine.Mathf.Max(System.Single[])
  nameWithType: Mathf.Max(params float[])
  type: Method
- uid: UnityEngine.Mathf.Min(System.Int32,System.Int32)
  name: Min(int, int)
  fullName: UnityEngine.Mathf.Min(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Min.html
  commentId: M:UnityEngine.Mathf.Min(System.Int32,System.Int32)
  nameWithType: Mathf.Min(int, int)
  type: Method
- uid: UnityEngine.Mathf.Min(System.Int32[])
  name: Min(params int[])
  fullName: UnityEngine.Mathf.Min(params int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Min.html
  commentId: M:UnityEngine.Mathf.Min(System.Int32[])
  nameWithType: Mathf.Min(params int[])
  type: Method
- uid: UnityEngine.Mathf.Min(System.Single,System.Single)
  name: Min(float, float)
  fullName: UnityEngine.Mathf.Min(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Min.html
  commentId: M:UnityEngine.Mathf.Min(System.Single,System.Single)
  nameWithType: Mathf.Min(float, float)
  type: Method
- uid: UnityEngine.Mathf.Min(System.Single[])
  name: Min(params float[])
  fullName: UnityEngine.Mathf.Min(params float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Min.html
  commentId: M:UnityEngine.Mathf.Min(System.Single[])
  nameWithType: Mathf.Min(params float[])
  type: Method
- uid: UnityEngine.Mathf.MoveTowards(System.Single,System.Single,System.Single)
  name: MoveTowards(float, float, float)
  fullName: UnityEngine.Mathf.MoveTowards(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.MoveTowards.html
  commentId: M:UnityEngine.Mathf.MoveTowards(System.Single,System.Single,System.Single)
  nameWithType: Mathf.MoveTowards(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.MoveTowardsAngle(System.Single,System.Single,System.Single)
  name: MoveTowardsAngle(float, float, float)
  fullName: UnityEngine.Mathf.MoveTowardsAngle(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.MoveTowardsAngle.html
  commentId: M:UnityEngine.Mathf.MoveTowardsAngle(System.Single,System.Single,System.Single)
  nameWithType: Mathf.MoveTowardsAngle(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.NegativeInfinity
  name: NegativeInfinity
  fullName: UnityEngine.Mathf.NegativeInfinity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.NegativeInfinity.html
  commentId: F:UnityEngine.Mathf.NegativeInfinity
  nameWithType: Mathf.NegativeInfinity
  type: Field
- uid: UnityEngine.Mathf.NextPowerOfTwo(System.Int32)
  name: NextPowerOfTwo(int)
  fullName: UnityEngine.Mathf.NextPowerOfTwo(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.NextPowerOfTwo.html
  commentId: M:UnityEngine.Mathf.NextPowerOfTwo(System.Int32)
  nameWithType: Mathf.NextPowerOfTwo(int)
  type: Method
- uid: UnityEngine.Mathf.PerlinNoise(System.Single,System.Single)
  name: PerlinNoise(float, float)
  fullName: UnityEngine.Mathf.PerlinNoise(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.PerlinNoise.html
  commentId: M:UnityEngine.Mathf.PerlinNoise(System.Single,System.Single)
  nameWithType: Mathf.PerlinNoise(float, float)
  type: Method
- uid: UnityEngine.Mathf.PI
  name: PI
  fullName: UnityEngine.Mathf.PI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.PI.html
  commentId: F:UnityEngine.Mathf.PI
  nameWithType: Mathf.PI
  type: Field
- uid: UnityEngine.Mathf.PingPong(System.Single,System.Single)
  name: PingPong(float, float)
  fullName: UnityEngine.Mathf.PingPong(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.PingPong.html
  commentId: M:UnityEngine.Mathf.PingPong(System.Single,System.Single)
  nameWithType: Mathf.PingPong(float, float)
  type: Method
- uid: UnityEngine.Mathf.Pow(System.Single,System.Single)
  name: Pow(float, float)
  fullName: UnityEngine.Mathf.Pow(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Pow.html
  commentId: M:UnityEngine.Mathf.Pow(System.Single,System.Single)
  nameWithType: Mathf.Pow(float, float)
  type: Method
- uid: UnityEngine.Mathf.Rad2Deg
  name: Rad2Deg
  fullName: UnityEngine.Mathf.Rad2Deg
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Rad2Deg.html
  commentId: F:UnityEngine.Mathf.Rad2Deg
  nameWithType: Mathf.Rad2Deg
  type: Field
- uid: UnityEngine.Mathf.Repeat(System.Single,System.Single)
  name: Repeat(float, float)
  fullName: UnityEngine.Mathf.Repeat(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Repeat.html
  commentId: M:UnityEngine.Mathf.Repeat(System.Single,System.Single)
  nameWithType: Mathf.Repeat(float, float)
  type: Method
- uid: UnityEngine.Mathf.Round(System.Single)
  name: Round(float)
  fullName: UnityEngine.Mathf.Round(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Round.html
  commentId: M:UnityEngine.Mathf.Round(System.Single)
  nameWithType: Mathf.Round(float)
  type: Method
- uid: UnityEngine.Mathf.RoundToInt(System.Single)
  name: RoundToInt(float)
  fullName: UnityEngine.Mathf.RoundToInt(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.RoundToInt.html
  commentId: M:UnityEngine.Mathf.RoundToInt(System.Single)
  nameWithType: Mathf.RoundToInt(float)
  type: Method
- uid: UnityEngine.Mathf.Sign(System.Single)
  name: Sign(float)
  fullName: UnityEngine.Mathf.Sign(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Sign.html
  commentId: M:UnityEngine.Mathf.Sign(System.Single)
  nameWithType: Mathf.Sign(float)
  type: Method
- uid: UnityEngine.Mathf.Sin(System.Single)
  name: Sin(float)
  fullName: UnityEngine.Mathf.Sin(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Sin.html
  commentId: M:UnityEngine.Mathf.Sin(System.Single)
  nameWithType: Mathf.Sin(float)
  type: Method
- uid: UnityEngine.Mathf.SmoothDamp(System.Single,System.Single,System.Single@,System.Single,System.Single,System.Single)
  name: SmoothDamp(float, float, ref float, float, float, float)
  fullName: UnityEngine.Mathf.SmoothDamp(float, float, ref float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.SmoothDamp.html
  commentId: M:UnityEngine.Mathf.SmoothDamp(System.Single,System.Single,System.Single@,System.Single,System.Single,System.Single)
  nameWithType: Mathf.SmoothDamp(float, float, ref float, float, float, float)
  type: Method
- uid: UnityEngine.Mathf.SmoothDamp(System.Single,System.Single,System.Single@,System.Single,System.Single)
  name: SmoothDamp(float, float, ref float, float, float)
  fullName: UnityEngine.Mathf.SmoothDamp(float, float, ref float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.SmoothDamp.html
  commentId: M:UnityEngine.Mathf.SmoothDamp(System.Single,System.Single,System.Single@,System.Single,System.Single)
  nameWithType: Mathf.SmoothDamp(float, float, ref float, float, float)
  type: Method
- uid: UnityEngine.Mathf.SmoothDamp(System.Single,System.Single,System.Single@,System.Single)
  name: SmoothDamp(float, float, ref float, float)
  fullName: UnityEngine.Mathf.SmoothDamp(float, float, ref float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.SmoothDamp.html
  commentId: M:UnityEngine.Mathf.SmoothDamp(System.Single,System.Single,System.Single@,System.Single)
  nameWithType: Mathf.SmoothDamp(float, float, ref float, float)
  type: Method
- uid: UnityEngine.Mathf.SmoothDampAngle(System.Single,System.Single,System.Single@,System.Single,System.Single,System.Single)
  name: SmoothDampAngle(float, float, ref float, float, float, float)
  fullName: UnityEngine.Mathf.SmoothDampAngle(float, float, ref float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.SmoothDampAngle.html
  commentId: M:UnityEngine.Mathf.SmoothDampAngle(System.Single,System.Single,System.Single@,System.Single,System.Single,System.Single)
  nameWithType: Mathf.SmoothDampAngle(float, float, ref float, float, float, float)
  type: Method
- uid: UnityEngine.Mathf.SmoothDampAngle(System.Single,System.Single,System.Single@,System.Single,System.Single)
  name: SmoothDampAngle(float, float, ref float, float, float)
  fullName: UnityEngine.Mathf.SmoothDampAngle(float, float, ref float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.SmoothDampAngle.html
  commentId: M:UnityEngine.Mathf.SmoothDampAngle(System.Single,System.Single,System.Single@,System.Single,System.Single)
  nameWithType: Mathf.SmoothDampAngle(float, float, ref float, float, float)
  type: Method
- uid: UnityEngine.Mathf.SmoothDampAngle(System.Single,System.Single,System.Single@,System.Single)
  name: SmoothDampAngle(float, float, ref float, float)
  fullName: UnityEngine.Mathf.SmoothDampAngle(float, float, ref float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.SmoothDampAngle.html
  commentId: M:UnityEngine.Mathf.SmoothDampAngle(System.Single,System.Single,System.Single@,System.Single)
  nameWithType: Mathf.SmoothDampAngle(float, float, ref float, float)
  type: Method
- uid: UnityEngine.Mathf.SmoothStep(System.Single,System.Single,System.Single)
  name: SmoothStep(float, float, float)
  fullName: UnityEngine.Mathf.SmoothStep(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.SmoothStep.html
  commentId: M:UnityEngine.Mathf.SmoothStep(System.Single,System.Single,System.Single)
  nameWithType: Mathf.SmoothStep(float, float, float)
  type: Method
- uid: UnityEngine.Mathf.Sqrt(System.Single)
  name: Sqrt(float)
  fullName: UnityEngine.Mathf.Sqrt(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Sqrt.html
  commentId: M:UnityEngine.Mathf.Sqrt(System.Single)
  nameWithType: Mathf.Sqrt(float)
  type: Method
- uid: UnityEngine.Mathf.Tan(System.Single)
  name: Tan(float)
  fullName: UnityEngine.Mathf.Tan(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mathf.Tan.html
  commentId: M:UnityEngine.Mathf.Tan(System.Single)
  nameWithType: Mathf.Tan(float)
  type: Method
- uid: UnityEngine.Matrix4x4
  name: Matrix4x4
  fullName: UnityEngine.Matrix4x4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.html
  commentId: T:UnityEngine.Matrix4x4
  nameWithType: Matrix4x4
  type: Struct
- uid: UnityEngine.Matrix4x4.#ctor(UnityEngine.Vector4,UnityEngine.Vector4,UnityEngine.Vector4,UnityEngine.Vector4)
  name: Matrix4x4(Vector4, Vector4, Vector4, Vector4)
  fullName: UnityEngine.Matrix4x4.Matrix4x4(UnityEngine.Vector4, UnityEngine.Vector4, UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-ctor.html
  commentId: M:UnityEngine.Matrix4x4.#ctor(UnityEngine.Vector4,UnityEngine.Vector4,UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Matrix4x4.Matrix4x4(Vector4, Vector4, Vector4, Vector4)
  type: Constructor
- uid: UnityEngine.Matrix4x4.decomposeProjection
  name: decomposeProjection
  fullName: UnityEngine.Matrix4x4.decomposeProjection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-decomposeProjection.html
  commentId: P:UnityEngine.Matrix4x4.decomposeProjection
  nameWithType: Matrix4x4.decomposeProjection
  type: Property
- uid: UnityEngine.Matrix4x4.determinant
  name: determinant
  fullName: UnityEngine.Matrix4x4.determinant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-determinant.html
  commentId: P:UnityEngine.Matrix4x4.determinant
  nameWithType: Matrix4x4.determinant
  type: Property
- uid: UnityEngine.Matrix4x4.Determinant(UnityEngine.Matrix4x4)
  name: Determinant(Matrix4x4)
  fullName: UnityEngine.Matrix4x4.Determinant(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Determinant.html
  commentId: M:UnityEngine.Matrix4x4.Determinant(UnityEngine.Matrix4x4)
  nameWithType: Matrix4x4.Determinant(Matrix4x4)
  type: Method
- uid: UnityEngine.Matrix4x4.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Matrix4x4.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Equals.html
  commentId: M:UnityEngine.Matrix4x4.Equals(System.Object)
  nameWithType: Matrix4x4.Equals(object)
  type: Method
- uid: UnityEngine.Matrix4x4.Frustum(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
  name: Frustum(float, float, float, float, float, float)
  fullName: UnityEngine.Matrix4x4.Frustum(float, float, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Frustum.html
  commentId: M:UnityEngine.Matrix4x4.Frustum(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
  nameWithType: Matrix4x4.Frustum(float, float, float, float, float, float)
  type: Method
- uid: UnityEngine.Matrix4x4.Frustum(UnityEngine.FrustumPlanes)
  name: Frustum(FrustumPlanes)
  fullName: UnityEngine.Matrix4x4.Frustum(UnityEngine.FrustumPlanes)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Frustum.html
  commentId: M:UnityEngine.Matrix4x4.Frustum(UnityEngine.FrustumPlanes)
  nameWithType: Matrix4x4.Frustum(FrustumPlanes)
  type: Method
- uid: UnityEngine.Matrix4x4.GetColumn(System.Int32)
  name: GetColumn(int)
  fullName: UnityEngine.Matrix4x4.GetColumn(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.GetColumn.html
  commentId: M:UnityEngine.Matrix4x4.GetColumn(System.Int32)
  nameWithType: Matrix4x4.GetColumn(int)
  type: Method
- uid: UnityEngine.Matrix4x4.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Matrix4x4.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.GetHashCode.html
  commentId: M:UnityEngine.Matrix4x4.GetHashCode
  nameWithType: Matrix4x4.GetHashCode()
  type: Method
- uid: UnityEngine.Matrix4x4.GetRow(System.Int32)
  name: GetRow(int)
  fullName: UnityEngine.Matrix4x4.GetRow(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.GetRow.html
  commentId: M:UnityEngine.Matrix4x4.GetRow(System.Int32)
  nameWithType: Matrix4x4.GetRow(int)
  type: Method
- uid: UnityEngine.Matrix4x4.identity
  name: identity
  fullName: UnityEngine.Matrix4x4.identity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-identity.html
  commentId: P:UnityEngine.Matrix4x4.identity
  nameWithType: Matrix4x4.identity
  type: Property
- uid: UnityEngine.Matrix4x4.inverse
  name: inverse
  fullName: UnityEngine.Matrix4x4.inverse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-inverse.html
  commentId: P:UnityEngine.Matrix4x4.inverse
  nameWithType: Matrix4x4.inverse
  type: Property
- uid: UnityEngine.Matrix4x4.Inverse(UnityEngine.Matrix4x4)
  name: Inverse(Matrix4x4)
  fullName: UnityEngine.Matrix4x4.Inverse(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Inverse.html
  commentId: M:UnityEngine.Matrix4x4.Inverse(UnityEngine.Matrix4x4)
  nameWithType: Matrix4x4.Inverse(Matrix4x4)
  type: Method
- uid: UnityEngine.Matrix4x4.isIdentity
  name: isIdentity
  fullName: UnityEngine.Matrix4x4.isIdentity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-isIdentity.html
  commentId: P:UnityEngine.Matrix4x4.isIdentity
  nameWithType: Matrix4x4.isIdentity
  type: Property
- uid: UnityEngine.Matrix4x4.Item(System.Int32,System.Int32)
  name: this[int, int]
  fullName: UnityEngine.Matrix4x4.this[int, int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Item.html
  commentId: P:UnityEngine.Matrix4x4.Item(System.Int32,System.Int32)
  nameWithType: Matrix4x4.this[int, int]
  type: Property
- uid: UnityEngine.Matrix4x4.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Matrix4x4.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Item.html
  commentId: P:UnityEngine.Matrix4x4.Item(System.Int32)
  nameWithType: Matrix4x4.this[int]
  type: Property
- uid: UnityEngine.Matrix4x4.LookAt(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: LookAt(Vector3, Vector3, Vector3)
  fullName: UnityEngine.Matrix4x4.LookAt(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.LookAt.html
  commentId: M:UnityEngine.Matrix4x4.LookAt(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Matrix4x4.LookAt(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEngine.Matrix4x4.lossyScale
  name: lossyScale
  fullName: UnityEngine.Matrix4x4.lossyScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-lossyScale.html
  commentId: P:UnityEngine.Matrix4x4.lossyScale
  nameWithType: Matrix4x4.lossyScale
  type: Property
- uid: UnityEngine.Matrix4x4.m00
  name: m00
  fullName: UnityEngine.Matrix4x4.m00
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m00.html
  commentId: F:UnityEngine.Matrix4x4.m00
  nameWithType: Matrix4x4.m00
  type: Field
- uid: UnityEngine.Matrix4x4.m01
  name: m01
  fullName: UnityEngine.Matrix4x4.m01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m01.html
  commentId: F:UnityEngine.Matrix4x4.m01
  nameWithType: Matrix4x4.m01
  type: Field
- uid: UnityEngine.Matrix4x4.m02
  name: m02
  fullName: UnityEngine.Matrix4x4.m02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m02.html
  commentId: F:UnityEngine.Matrix4x4.m02
  nameWithType: Matrix4x4.m02
  type: Field
- uid: UnityEngine.Matrix4x4.m03
  name: m03
  fullName: UnityEngine.Matrix4x4.m03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m03.html
  commentId: F:UnityEngine.Matrix4x4.m03
  nameWithType: Matrix4x4.m03
  type: Field
- uid: UnityEngine.Matrix4x4.m10
  name: m10
  fullName: UnityEngine.Matrix4x4.m10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m10.html
  commentId: F:UnityEngine.Matrix4x4.m10
  nameWithType: Matrix4x4.m10
  type: Field
- uid: UnityEngine.Matrix4x4.m11
  name: m11
  fullName: UnityEngine.Matrix4x4.m11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m11.html
  commentId: F:UnityEngine.Matrix4x4.m11
  nameWithType: Matrix4x4.m11
  type: Field
- uid: UnityEngine.Matrix4x4.m12
  name: m12
  fullName: UnityEngine.Matrix4x4.m12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m12.html
  commentId: F:UnityEngine.Matrix4x4.m12
  nameWithType: Matrix4x4.m12
  type: Field
- uid: UnityEngine.Matrix4x4.m13
  name: m13
  fullName: UnityEngine.Matrix4x4.m13
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m13.html
  commentId: F:UnityEngine.Matrix4x4.m13
  nameWithType: Matrix4x4.m13
  type: Field
- uid: UnityEngine.Matrix4x4.m20
  name: m20
  fullName: UnityEngine.Matrix4x4.m20
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m20.html
  commentId: F:UnityEngine.Matrix4x4.m20
  nameWithType: Matrix4x4.m20
  type: Field
- uid: UnityEngine.Matrix4x4.m21
  name: m21
  fullName: UnityEngine.Matrix4x4.m21
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m21.html
  commentId: F:UnityEngine.Matrix4x4.m21
  nameWithType: Matrix4x4.m21
  type: Field
- uid: UnityEngine.Matrix4x4.m22
  name: m22
  fullName: UnityEngine.Matrix4x4.m22
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m22.html
  commentId: F:UnityEngine.Matrix4x4.m22
  nameWithType: Matrix4x4.m22
  type: Field
- uid: UnityEngine.Matrix4x4.m23
  name: m23
  fullName: UnityEngine.Matrix4x4.m23
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m23.html
  commentId: F:UnityEngine.Matrix4x4.m23
  nameWithType: Matrix4x4.m23
  type: Field
- uid: UnityEngine.Matrix4x4.m30
  name: m30
  fullName: UnityEngine.Matrix4x4.m30
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m30.html
  commentId: F:UnityEngine.Matrix4x4.m30
  nameWithType: Matrix4x4.m30
  type: Field
- uid: UnityEngine.Matrix4x4.m31
  name: m31
  fullName: UnityEngine.Matrix4x4.m31
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m31.html
  commentId: F:UnityEngine.Matrix4x4.m31
  nameWithType: Matrix4x4.m31
  type: Field
- uid: UnityEngine.Matrix4x4.m32
  name: m32
  fullName: UnityEngine.Matrix4x4.m32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m32.html
  commentId: F:UnityEngine.Matrix4x4.m32
  nameWithType: Matrix4x4.m32
  type: Field
- uid: UnityEngine.Matrix4x4.m33
  name: m33
  fullName: UnityEngine.Matrix4x4.m33
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-m33.html
  commentId: F:UnityEngine.Matrix4x4.m33
  nameWithType: Matrix4x4.m33
  type: Field
- uid: UnityEngine.Matrix4x4.MultiplyPoint(UnityEngine.Vector3)
  name: MultiplyPoint(Vector3)
  fullName: UnityEngine.Matrix4x4.MultiplyPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.MultiplyPoint.html
  commentId: M:UnityEngine.Matrix4x4.MultiplyPoint(UnityEngine.Vector3)
  nameWithType: Matrix4x4.MultiplyPoint(Vector3)
  type: Method
- uid: UnityEngine.Matrix4x4.MultiplyPoint3x4(UnityEngine.Vector3)
  name: MultiplyPoint3x4(Vector3)
  fullName: UnityEngine.Matrix4x4.MultiplyPoint3x4(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.MultiplyPoint3x4.html
  commentId: M:UnityEngine.Matrix4x4.MultiplyPoint3x4(UnityEngine.Vector3)
  nameWithType: Matrix4x4.MultiplyPoint3x4(Vector3)
  type: Method
- uid: UnityEngine.Matrix4x4.MultiplyVector(UnityEngine.Vector3)
  name: MultiplyVector(Vector3)
  fullName: UnityEngine.Matrix4x4.MultiplyVector(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.MultiplyVector.html
  commentId: M:UnityEngine.Matrix4x4.MultiplyVector(UnityEngine.Vector3)
  nameWithType: Matrix4x4.MultiplyVector(Vector3)
  type: Method
- uid: UnityEngine.Matrix4x4.op_Equality(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  name: operator ==(Matrix4x4, Matrix4x4)
  fullName: UnityEngine.Matrix4x4.operator ==(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-op_Equality.html
  commentId: M:UnityEngine.Matrix4x4.op_Equality(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  nameWithType: Matrix4x4.operator ==(Matrix4x4, Matrix4x4)
  type: Operator
- uid: UnityEngine.Matrix4x4.op_Inequality(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  name: operator !=(Matrix4x4, Matrix4x4)
  fullName: UnityEngine.Matrix4x4.operator !=(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-op_Inequality.html
  commentId: M:UnityEngine.Matrix4x4.op_Inequality(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  nameWithType: Matrix4x4.operator !=(Matrix4x4, Matrix4x4)
  type: Operator
- uid: UnityEngine.Matrix4x4.op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  name: operator *(Matrix4x4, Matrix4x4)
  fullName: UnityEngine.Matrix4x4.operator *(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-op_Multiply.html
  commentId: M:UnityEngine.Matrix4x4.op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  nameWithType: Matrix4x4.operator *(Matrix4x4, Matrix4x4)
  type: Operator
- uid: UnityEngine.Matrix4x4.op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Vector4)
  name: operator *(Matrix4x4, Vector4)
  fullName: UnityEngine.Matrix4x4.operator *(UnityEngine.Matrix4x4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-op_Multiply.html
  commentId: M:UnityEngine.Matrix4x4.op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Vector4)
  nameWithType: Matrix4x4.operator *(Matrix4x4, Vector4)
  type: Operator
- uid: UnityEngine.Matrix4x4.Ortho(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
  name: Ortho(float, float, float, float, float, float)
  fullName: UnityEngine.Matrix4x4.Ortho(float, float, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Ortho.html
  commentId: M:UnityEngine.Matrix4x4.Ortho(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
  nameWithType: Matrix4x4.Ortho(float, float, float, float, float, float)
  type: Method
- uid: UnityEngine.Matrix4x4.Perspective(System.Single,System.Single,System.Single,System.Single)
  name: Perspective(float, float, float, float)
  fullName: UnityEngine.Matrix4x4.Perspective(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Perspective.html
  commentId: M:UnityEngine.Matrix4x4.Perspective(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Matrix4x4.Perspective(float, float, float, float)
  type: Method
- uid: UnityEngine.Matrix4x4.Rotate(UnityEngine.Quaternion)
  name: Rotate(Quaternion)
  fullName: UnityEngine.Matrix4x4.Rotate(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Rotate.html
  commentId: M:UnityEngine.Matrix4x4.Rotate(UnityEngine.Quaternion)
  nameWithType: Matrix4x4.Rotate(Quaternion)
  type: Method
- uid: UnityEngine.Matrix4x4.rotation
  name: rotation
  fullName: UnityEngine.Matrix4x4.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-rotation.html
  commentId: P:UnityEngine.Matrix4x4.rotation
  nameWithType: Matrix4x4.rotation
  type: Property
- uid: UnityEngine.Matrix4x4.Scale(UnityEngine.Vector3)
  name: Scale(Vector3)
  fullName: UnityEngine.Matrix4x4.Scale(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Scale.html
  commentId: M:UnityEngine.Matrix4x4.Scale(UnityEngine.Vector3)
  nameWithType: Matrix4x4.Scale(Vector3)
  type: Method
- uid: UnityEngine.Matrix4x4.SetColumn(System.Int32,UnityEngine.Vector4)
  name: SetColumn(int, Vector4)
  fullName: UnityEngine.Matrix4x4.SetColumn(int, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.SetColumn.html
  commentId: M:UnityEngine.Matrix4x4.SetColumn(System.Int32,UnityEngine.Vector4)
  nameWithType: Matrix4x4.SetColumn(int, Vector4)
  type: Method
- uid: UnityEngine.Matrix4x4.SetRow(System.Int32,UnityEngine.Vector4)
  name: SetRow(int, Vector4)
  fullName: UnityEngine.Matrix4x4.SetRow(int, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.SetRow.html
  commentId: M:UnityEngine.Matrix4x4.SetRow(System.Int32,UnityEngine.Vector4)
  nameWithType: Matrix4x4.SetRow(int, Vector4)
  type: Method
- uid: UnityEngine.Matrix4x4.SetTRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  name: SetTRS(Vector3, Quaternion, Vector3)
  fullName: UnityEngine.Matrix4x4.SetTRS(UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.SetTRS.html
  commentId: M:UnityEngine.Matrix4x4.SetTRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Matrix4x4.SetTRS(Vector3, Quaternion, Vector3)
  type: Method
- uid: UnityEngine.Matrix4x4.ToString
  name: ToString()
  fullName: UnityEngine.Matrix4x4.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.ToString.html
  commentId: M:UnityEngine.Matrix4x4.ToString
  nameWithType: Matrix4x4.ToString()
  type: Method
- uid: UnityEngine.Matrix4x4.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Matrix4x4.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.ToString.html
  commentId: M:UnityEngine.Matrix4x4.ToString(System.String)
  nameWithType: Matrix4x4.ToString(string)
  type: Method
- uid: UnityEngine.Matrix4x4.TransformPlane(UnityEngine.Plane)
  name: TransformPlane(Plane)
  fullName: UnityEngine.Matrix4x4.TransformPlane(UnityEngine.Plane)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.TransformPlane.html
  commentId: M:UnityEngine.Matrix4x4.TransformPlane(UnityEngine.Plane)
  nameWithType: Matrix4x4.TransformPlane(Plane)
  type: Method
- uid: UnityEngine.Matrix4x4.Translate(UnityEngine.Vector3)
  name: Translate(Vector3)
  fullName: UnityEngine.Matrix4x4.Translate(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Translate.html
  commentId: M:UnityEngine.Matrix4x4.Translate(UnityEngine.Vector3)
  nameWithType: Matrix4x4.Translate(Vector3)
  type: Method
- uid: UnityEngine.Matrix4x4.transpose
  name: transpose
  fullName: UnityEngine.Matrix4x4.transpose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-transpose.html
  commentId: P:UnityEngine.Matrix4x4.transpose
  nameWithType: Matrix4x4.transpose
  type: Property
- uid: UnityEngine.Matrix4x4.Transpose(UnityEngine.Matrix4x4)
  name: Transpose(Matrix4x4)
  fullName: UnityEngine.Matrix4x4.Transpose(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.Transpose.html
  commentId: M:UnityEngine.Matrix4x4.Transpose(UnityEngine.Matrix4x4)
  nameWithType: Matrix4x4.Transpose(Matrix4x4)
  type: Method
- uid: UnityEngine.Matrix4x4.TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  name: TRS(Vector3, Quaternion, Vector3)
  fullName: UnityEngine.Matrix4x4.TRS(UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.TRS.html
  commentId: M:UnityEngine.Matrix4x4.TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Matrix4x4.TRS(Vector3, Quaternion, Vector3)
  type: Method
- uid: UnityEngine.Matrix4x4.ValidTRS
  name: ValidTRS()
  fullName: UnityEngine.Matrix4x4.ValidTRS()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4.ValidTRS.html
  commentId: M:UnityEngine.Matrix4x4.ValidTRS
  nameWithType: Matrix4x4.ValidTRS()
  type: Method
- uid: UnityEngine.Matrix4x4.zero
  name: zero
  fullName: UnityEngine.Matrix4x4.zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Matrix4x4-zero.html
  commentId: P:UnityEngine.Matrix4x4.zero
  nameWithType: Matrix4x4.zero
  type: Property
- uid: UnityEngine.Mesh
  name: Mesh
  fullName: UnityEngine.Mesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.html
  commentId: T:UnityEngine.Mesh
  nameWithType: Mesh
  type: Class
- uid: UnityEngine.Mesh.#ctor
  name: Mesh()
  fullName: UnityEngine.Mesh.Mesh()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-ctor.html
  commentId: M:UnityEngine.Mesh.#ctor
  nameWithType: Mesh.Mesh()
  type: Constructor
- uid: UnityEngine.Mesh.AddBlendShapeFrame(System.String,System.Single,UnityEngine.Vector3[],UnityEngine.Vector3[],UnityEngine.Vector3[])
  name: AddBlendShapeFrame(string, float, Vector3[], Vector3[], Vector3[])
  fullName: UnityEngine.Mesh.AddBlendShapeFrame(string, float, UnityEngine.Vector3[], UnityEngine.Vector3[], UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.AddBlendShapeFrame.html
  commentId: M:UnityEngine.Mesh.AddBlendShapeFrame(System.String,System.Single,UnityEngine.Vector3[],UnityEngine.Vector3[],UnityEngine.Vector3[])
  nameWithType: Mesh.AddBlendShapeFrame(string, float, Vector3[], Vector3[], Vector3[])
  type: Method
- uid: UnityEngine.Mesh.bindposes
  name: bindposes
  fullName: UnityEngine.Mesh.bindposes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-bindposes.html
  commentId: P:UnityEngine.Mesh.bindposes
  nameWithType: Mesh.bindposes
  type: Property
- uid: UnityEngine.Mesh.blendShapeCount
  name: blendShapeCount
  fullName: UnityEngine.Mesh.blendShapeCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-blendShapeCount.html
  commentId: P:UnityEngine.Mesh.blendShapeCount
  nameWithType: Mesh.blendShapeCount
  type: Property
- uid: UnityEngine.Mesh.boneWeights
  name: boneWeights
  fullName: UnityEngine.Mesh.boneWeights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-boneWeights.html
  commentId: P:UnityEngine.Mesh.boneWeights
  nameWithType: Mesh.boneWeights
  type: Property
- uid: UnityEngine.Mesh.bounds
  name: bounds
  fullName: UnityEngine.Mesh.bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-bounds.html
  commentId: P:UnityEngine.Mesh.bounds
  nameWithType: Mesh.bounds
  type: Property
- uid: UnityEngine.Mesh.Clear
  name: Clear()
  fullName: UnityEngine.Mesh.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.Clear.html
  commentId: M:UnityEngine.Mesh.Clear
  nameWithType: Mesh.Clear()
  type: Method
- uid: UnityEngine.Mesh.Clear(System.Boolean)
  name: Clear(bool)
  fullName: UnityEngine.Mesh.Clear(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.Clear.html
  commentId: M:UnityEngine.Mesh.Clear(System.Boolean)
  nameWithType: Mesh.Clear(bool)
  type: Method
- uid: UnityEngine.Mesh.ClearBlendShapes
  name: ClearBlendShapes()
  fullName: UnityEngine.Mesh.ClearBlendShapes()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.ClearBlendShapes.html
  commentId: M:UnityEngine.Mesh.ClearBlendShapes
  nameWithType: Mesh.ClearBlendShapes()
  type: Method
- uid: UnityEngine.Mesh.colors
  name: colors
  fullName: UnityEngine.Mesh.colors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-colors.html
  commentId: P:UnityEngine.Mesh.colors
  nameWithType: Mesh.colors
  type: Property
- uid: UnityEngine.Mesh.colors32
  name: colors32
  fullName: UnityEngine.Mesh.colors32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-colors32.html
  commentId: P:UnityEngine.Mesh.colors32
  nameWithType: Mesh.colors32
  type: Property
- uid: UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[],System.Boolean,System.Boolean,System.Boolean)
  name: CombineMeshes(CombineInstance[], bool, bool, bool)
  fullName: UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[], bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.CombineMeshes.html
  commentId: M:UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[],System.Boolean,System.Boolean,System.Boolean)
  nameWithType: Mesh.CombineMeshes(CombineInstance[], bool, bool, bool)
  type: Method
- uid: UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[],System.Boolean,System.Boolean)
  name: CombineMeshes(CombineInstance[], bool, bool)
  fullName: UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[], bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.CombineMeshes.html
  commentId: M:UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[],System.Boolean,System.Boolean)
  nameWithType: Mesh.CombineMeshes(CombineInstance[], bool, bool)
  type: Method
- uid: UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[],System.Boolean)
  name: CombineMeshes(CombineInstance[], bool)
  fullName: UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[], bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.CombineMeshes.html
  commentId: M:UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[],System.Boolean)
  nameWithType: Mesh.CombineMeshes(CombineInstance[], bool)
  type: Method
- uid: UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[])
  name: CombineMeshes(CombineInstance[])
  fullName: UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.CombineMeshes.html
  commentId: M:UnityEngine.Mesh.CombineMeshes(UnityEngine.CombineInstance[])
  nameWithType: Mesh.CombineMeshes(CombineInstance[])
  type: Method
- uid: UnityEngine.Mesh.GetBindposes(System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: GetBindposes(List<Matrix4x4>)
  fullName: UnityEngine.Mesh.GetBindposes(System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetBindposes.html
  commentId: M:UnityEngine.Mesh.GetBindposes(System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Mesh.GetBindposes(List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Mesh.GetBlendShapeFrameCount(System.Int32)
  name: GetBlendShapeFrameCount(int)
  fullName: UnityEngine.Mesh.GetBlendShapeFrameCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetBlendShapeFrameCount.html
  commentId: M:UnityEngine.Mesh.GetBlendShapeFrameCount(System.Int32)
  nameWithType: Mesh.GetBlendShapeFrameCount(int)
  type: Method
- uid: UnityEngine.Mesh.GetBlendShapeFrameVertices(System.Int32,System.Int32,UnityEngine.Vector3[],UnityEngine.Vector3[],UnityEngine.Vector3[])
  name: GetBlendShapeFrameVertices(int, int, Vector3[], Vector3[], Vector3[])
  fullName: UnityEngine.Mesh.GetBlendShapeFrameVertices(int, int, UnityEngine.Vector3[], UnityEngine.Vector3[], UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetBlendShapeFrameVertices.html
  commentId: M:UnityEngine.Mesh.GetBlendShapeFrameVertices(System.Int32,System.Int32,UnityEngine.Vector3[],UnityEngine.Vector3[],UnityEngine.Vector3[])
  nameWithType: Mesh.GetBlendShapeFrameVertices(int, int, Vector3[], Vector3[], Vector3[])
  type: Method
- uid: UnityEngine.Mesh.GetBlendShapeFrameWeight(System.Int32,System.Int32)
  name: GetBlendShapeFrameWeight(int, int)
  fullName: UnityEngine.Mesh.GetBlendShapeFrameWeight(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetBlendShapeFrameWeight.html
  commentId: M:UnityEngine.Mesh.GetBlendShapeFrameWeight(System.Int32,System.Int32)
  nameWithType: Mesh.GetBlendShapeFrameWeight(int, int)
  type: Method
- uid: UnityEngine.Mesh.GetBlendShapeIndex(System.String)
  name: GetBlendShapeIndex(string)
  fullName: UnityEngine.Mesh.GetBlendShapeIndex(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetBlendShapeIndex.html
  commentId: M:UnityEngine.Mesh.GetBlendShapeIndex(System.String)
  nameWithType: Mesh.GetBlendShapeIndex(string)
  type: Method
- uid: UnityEngine.Mesh.GetBlendShapeName(System.Int32)
  name: GetBlendShapeName(int)
  fullName: UnityEngine.Mesh.GetBlendShapeName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetBlendShapeName.html
  commentId: M:UnityEngine.Mesh.GetBlendShapeName(System.Int32)
  nameWithType: Mesh.GetBlendShapeName(int)
  type: Method
- uid: UnityEngine.Mesh.GetBoneWeights(System.Collections.Generic.List{UnityEngine.BoneWeight})
  name: GetBoneWeights(List<BoneWeight>)
  fullName: UnityEngine.Mesh.GetBoneWeights(System.Collections.Generic.List<UnityEngine.BoneWeight>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetBoneWeights.html
  commentId: M:UnityEngine.Mesh.GetBoneWeights(System.Collections.Generic.List{UnityEngine.BoneWeight})
  nameWithType: Mesh.GetBoneWeights(List<BoneWeight>)
  type: Method
- uid: UnityEngine.Mesh.GetColors(System.Collections.Generic.List{UnityEngine.Color})
  name: GetColors(List<Color>)
  fullName: UnityEngine.Mesh.GetColors(System.Collections.Generic.List<UnityEngine.Color>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetColors.html
  commentId: M:UnityEngine.Mesh.GetColors(System.Collections.Generic.List{UnityEngine.Color})
  nameWithType: Mesh.GetColors(List<Color>)
  type: Method
- uid: UnityEngine.Mesh.GetColors(System.Collections.Generic.List{UnityEngine.Color32})
  name: GetColors(List<Color32>)
  fullName: UnityEngine.Mesh.GetColors(System.Collections.Generic.List<UnityEngine.Color32>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetColors.html
  commentId: M:UnityEngine.Mesh.GetColors(System.Collections.Generic.List{UnityEngine.Color32})
  nameWithType: Mesh.GetColors(List<Color32>)
  type: Method
- uid: UnityEngine.Mesh.GetIndexCount(System.Int32)
  name: GetIndexCount(int)
  fullName: UnityEngine.Mesh.GetIndexCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetIndexCount.html
  commentId: M:UnityEngine.Mesh.GetIndexCount(System.Int32)
  nameWithType: Mesh.GetIndexCount(int)
  type: Method
- uid: UnityEngine.Mesh.GetIndexStart(System.Int32)
  name: GetIndexStart(int)
  fullName: UnityEngine.Mesh.GetIndexStart(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetIndexStart.html
  commentId: M:UnityEngine.Mesh.GetIndexStart(System.Int32)
  nameWithType: Mesh.GetIndexStart(int)
  type: Method
- uid: UnityEngine.Mesh.GetIndices(System.Collections.Generic.List{System.Int32},System.Int32)
  name: GetIndices(List<int>, int)
  fullName: UnityEngine.Mesh.GetIndices(System.Collections.Generic.List<int>, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetIndices.html
  commentId: M:UnityEngine.Mesh.GetIndices(System.Collections.Generic.List{System.Int32},System.Int32)
  nameWithType: Mesh.GetIndices(List<int>, int)
  type: Method
- uid: UnityEngine.Mesh.GetIndices(System.Int32)
  name: GetIndices(int)
  fullName: UnityEngine.Mesh.GetIndices(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetIndices.html
  commentId: M:UnityEngine.Mesh.GetIndices(System.Int32)
  nameWithType: Mesh.GetIndices(int)
  type: Method
- uid: UnityEngine.Mesh.GetNativeIndexBufferPtr
  name: GetNativeIndexBufferPtr()
  fullName: UnityEngine.Mesh.GetNativeIndexBufferPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetNativeIndexBufferPtr.html
  commentId: M:UnityEngine.Mesh.GetNativeIndexBufferPtr
  nameWithType: Mesh.GetNativeIndexBufferPtr()
  type: Method
- uid: UnityEngine.Mesh.GetNativeVertexBufferPtr(System.Int32)
  name: GetNativeVertexBufferPtr(int)
  fullName: UnityEngine.Mesh.GetNativeVertexBufferPtr(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetNativeVertexBufferPtr.html
  commentId: M:UnityEngine.Mesh.GetNativeVertexBufferPtr(System.Int32)
  nameWithType: Mesh.GetNativeVertexBufferPtr(int)
  type: Method
- uid: UnityEngine.Mesh.GetNormals(System.Collections.Generic.List{UnityEngine.Vector3})
  name: GetNormals(List<Vector3>)
  fullName: UnityEngine.Mesh.GetNormals(System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetNormals.html
  commentId: M:UnityEngine.Mesh.GetNormals(System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: Mesh.GetNormals(List<Vector3>)
  type: Method
- uid: UnityEngine.Mesh.GetTangents(System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetTangents(List<Vector4>)
  fullName: UnityEngine.Mesh.GetTangents(System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetTangents.html
  commentId: M:UnityEngine.Mesh.GetTangents(System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Mesh.GetTangents(List<Vector4>)
  type: Method
- uid: UnityEngine.Mesh.GetTopology(System.Int32)
  name: GetTopology(int)
  fullName: UnityEngine.Mesh.GetTopology(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetTopology.html
  commentId: M:UnityEngine.Mesh.GetTopology(System.Int32)
  nameWithType: Mesh.GetTopology(int)
  type: Method
- uid: UnityEngine.Mesh.GetTriangles(System.Collections.Generic.List{System.Int32},System.Int32)
  name: GetTriangles(List<int>, int)
  fullName: UnityEngine.Mesh.GetTriangles(System.Collections.Generic.List<int>, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetTriangles.html
  commentId: M:UnityEngine.Mesh.GetTriangles(System.Collections.Generic.List{System.Int32},System.Int32)
  nameWithType: Mesh.GetTriangles(List<int>, int)
  type: Method
- uid: UnityEngine.Mesh.GetTriangles(System.Int32)
  name: GetTriangles(int)
  fullName: UnityEngine.Mesh.GetTriangles(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetTriangles.html
  commentId: M:UnityEngine.Mesh.GetTriangles(System.Int32)
  nameWithType: Mesh.GetTriangles(int)
  type: Method
- uid: UnityEngine.Mesh.GetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector2})
  name: GetUVs(int, List<Vector2>)
  fullName: UnityEngine.Mesh.GetUVs(int, System.Collections.Generic.List<UnityEngine.Vector2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetUVs.html
  commentId: M:UnityEngine.Mesh.GetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector2})
  nameWithType: Mesh.GetUVs(int, List<Vector2>)
  type: Method
- uid: UnityEngine.Mesh.GetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector3})
  name: GetUVs(int, List<Vector3>)
  fullName: UnityEngine.Mesh.GetUVs(int, System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetUVs.html
  commentId: M:UnityEngine.Mesh.GetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: Mesh.GetUVs(int, List<Vector3>)
  type: Method
- uid: UnityEngine.Mesh.GetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetUVs(int, List<Vector4>)
  fullName: UnityEngine.Mesh.GetUVs(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetUVs.html
  commentId: M:UnityEngine.Mesh.GetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Mesh.GetUVs(int, List<Vector4>)
  type: Method
- uid: UnityEngine.Mesh.GetVertices(System.Collections.Generic.List{UnityEngine.Vector3})
  name: GetVertices(List<Vector3>)
  fullName: UnityEngine.Mesh.GetVertices(System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.GetVertices.html
  commentId: M:UnityEngine.Mesh.GetVertices(System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: Mesh.GetVertices(List<Vector3>)
  type: Method
- uid: UnityEngine.Mesh.isReadable
  name: isReadable
  fullName: UnityEngine.Mesh.isReadable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-isReadable.html
  commentId: P:UnityEngine.Mesh.isReadable
  nameWithType: Mesh.isReadable
  type: Property
- uid: UnityEngine.Mesh.MarkDynamic
  name: MarkDynamic()
  fullName: UnityEngine.Mesh.MarkDynamic()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.MarkDynamic.html
  commentId: M:UnityEngine.Mesh.MarkDynamic
  nameWithType: Mesh.MarkDynamic()
  type: Method
- uid: UnityEngine.Mesh.normals
  name: normals
  fullName: UnityEngine.Mesh.normals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-normals.html
  commentId: P:UnityEngine.Mesh.normals
  nameWithType: Mesh.normals
  type: Property
- uid: UnityEngine.Mesh.RecalculateBounds
  name: RecalculateBounds()
  fullName: UnityEngine.Mesh.RecalculateBounds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.RecalculateBounds.html
  commentId: M:UnityEngine.Mesh.RecalculateBounds
  nameWithType: Mesh.RecalculateBounds()
  type: Method
- uid: UnityEngine.Mesh.RecalculateNormals
  name: RecalculateNormals()
  fullName: UnityEngine.Mesh.RecalculateNormals()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.RecalculateNormals.html
  commentId: M:UnityEngine.Mesh.RecalculateNormals
  nameWithType: Mesh.RecalculateNormals()
  type: Method
- uid: UnityEngine.Mesh.RecalculateTangents
  name: RecalculateTangents()
  fullName: UnityEngine.Mesh.RecalculateTangents()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.RecalculateTangents.html
  commentId: M:UnityEngine.Mesh.RecalculateTangents
  nameWithType: Mesh.RecalculateTangents()
  type: Method
- uid: UnityEngine.Mesh.SetColors(System.Collections.Generic.List{UnityEngine.Color})
  name: SetColors(List<Color>)
  fullName: UnityEngine.Mesh.SetColors(System.Collections.Generic.List<UnityEngine.Color>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetColors.html
  commentId: M:UnityEngine.Mesh.SetColors(System.Collections.Generic.List{UnityEngine.Color})
  nameWithType: Mesh.SetColors(List<Color>)
  type: Method
- uid: UnityEngine.Mesh.SetColors(System.Collections.Generic.List{UnityEngine.Color32})
  name: SetColors(List<Color32>)
  fullName: UnityEngine.Mesh.SetColors(System.Collections.Generic.List<UnityEngine.Color32>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetColors.html
  commentId: M:UnityEngine.Mesh.SetColors(System.Collections.Generic.List{UnityEngine.Color32})
  nameWithType: Mesh.SetColors(List<Color32>)
  type: Method
- uid: UnityEngine.Mesh.SetIndices(System.Int32[],UnityEngine.MeshTopology,System.Int32,System.Boolean)
  name: SetIndices(int[], MeshTopology, int, bool)
  fullName: UnityEngine.Mesh.SetIndices(int[], UnityEngine.MeshTopology, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetIndices.html
  commentId: M:UnityEngine.Mesh.SetIndices(System.Int32[],UnityEngine.MeshTopology,System.Int32,System.Boolean)
  nameWithType: Mesh.SetIndices(int[], MeshTopology, int, bool)
  type: Method
- uid: UnityEngine.Mesh.SetIndices(System.Int32[],UnityEngine.MeshTopology,System.Int32)
  name: SetIndices(int[], MeshTopology, int)
  fullName: UnityEngine.Mesh.SetIndices(int[], UnityEngine.MeshTopology, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetIndices.html
  commentId: M:UnityEngine.Mesh.SetIndices(System.Int32[],UnityEngine.MeshTopology,System.Int32)
  nameWithType: Mesh.SetIndices(int[], MeshTopology, int)
  type: Method
- uid: UnityEngine.Mesh.SetNormals(System.Collections.Generic.List{UnityEngine.Vector3})
  name: SetNormals(List<Vector3>)
  fullName: UnityEngine.Mesh.SetNormals(System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetNormals.html
  commentId: M:UnityEngine.Mesh.SetNormals(System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: Mesh.SetNormals(List<Vector3>)
  type: Method
- uid: UnityEngine.Mesh.SetTangents(System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetTangents(List<Vector4>)
  fullName: UnityEngine.Mesh.SetTangents(System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetTangents.html
  commentId: M:UnityEngine.Mesh.SetTangents(System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Mesh.SetTangents(List<Vector4>)
  type: Method
- uid: UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List{System.Int32},System.Int32,System.Boolean)
  name: SetTriangles(List<int>, int, bool)
  fullName: UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List<int>, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetTriangles.html
  commentId: M:UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List{System.Int32},System.Int32,System.Boolean)
  nameWithType: Mesh.SetTriangles(List<int>, int, bool)
  type: Method
- uid: UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List{System.Int32},System.Int32)
  name: SetTriangles(List<int>, int)
  fullName: UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List<int>, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetTriangles.html
  commentId: M:UnityEngine.Mesh.SetTriangles(System.Collections.Generic.List{System.Int32},System.Int32)
  nameWithType: Mesh.SetTriangles(List<int>, int)
  type: Method
- uid: UnityEngine.Mesh.SetTriangles(System.Int32[],System.Int32,System.Boolean)
  name: SetTriangles(int[], int, bool)
  fullName: UnityEngine.Mesh.SetTriangles(int[], int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetTriangles.html
  commentId: M:UnityEngine.Mesh.SetTriangles(System.Int32[],System.Int32,System.Boolean)
  nameWithType: Mesh.SetTriangles(int[], int, bool)
  type: Method
- uid: UnityEngine.Mesh.SetTriangles(System.Int32[],System.Int32)
  name: SetTriangles(int[], int)
  fullName: UnityEngine.Mesh.SetTriangles(int[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetTriangles.html
  commentId: M:UnityEngine.Mesh.SetTriangles(System.Int32[],System.Int32)
  nameWithType: Mesh.SetTriangles(int[], int)
  type: Method
- uid: UnityEngine.Mesh.SetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector2})
  name: SetUVs(int, List<Vector2>)
  fullName: UnityEngine.Mesh.SetUVs(int, System.Collections.Generic.List<UnityEngine.Vector2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetUVs.html
  commentId: M:UnityEngine.Mesh.SetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector2})
  nameWithType: Mesh.SetUVs(int, List<Vector2>)
  type: Method
- uid: UnityEngine.Mesh.SetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector3})
  name: SetUVs(int, List<Vector3>)
  fullName: UnityEngine.Mesh.SetUVs(int, System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetUVs.html
  commentId: M:UnityEngine.Mesh.SetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: Mesh.SetUVs(int, List<Vector3>)
  type: Method
- uid: UnityEngine.Mesh.SetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetUVs(int, List<Vector4>)
  fullName: UnityEngine.Mesh.SetUVs(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetUVs.html
  commentId: M:UnityEngine.Mesh.SetUVs(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Mesh.SetUVs(int, List<Vector4>)
  type: Method
- uid: UnityEngine.Mesh.SetVertices(System.Collections.Generic.List{UnityEngine.Vector3})
  name: SetVertices(List<Vector3>)
  fullName: UnityEngine.Mesh.SetVertices(System.Collections.Generic.List<UnityEngine.Vector3>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.SetVertices.html
  commentId: M:UnityEngine.Mesh.SetVertices(System.Collections.Generic.List{UnityEngine.Vector3})
  nameWithType: Mesh.SetVertices(List<Vector3>)
  type: Method
- uid: UnityEngine.Mesh.subMeshCount
  name: subMeshCount
  fullName: UnityEngine.Mesh.subMeshCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-subMeshCount.html
  commentId: P:UnityEngine.Mesh.subMeshCount
  nameWithType: Mesh.subMeshCount
  type: Property
- uid: UnityEngine.Mesh.tangents
  name: tangents
  fullName: UnityEngine.Mesh.tangents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-tangents.html
  commentId: P:UnityEngine.Mesh.tangents
  nameWithType: Mesh.tangents
  type: Property
- uid: UnityEngine.Mesh.triangles
  name: triangles
  fullName: UnityEngine.Mesh.triangles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-triangles.html
  commentId: P:UnityEngine.Mesh.triangles
  nameWithType: Mesh.triangles
  type: Property
- uid: UnityEngine.Mesh.UploadMeshData(System.Boolean)
  name: UploadMeshData(bool)
  fullName: UnityEngine.Mesh.UploadMeshData(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh.UploadMeshData.html
  commentId: M:UnityEngine.Mesh.UploadMeshData(System.Boolean)
  nameWithType: Mesh.UploadMeshData(bool)
  type: Method
- uid: UnityEngine.Mesh.uv
  name: uv
  fullName: UnityEngine.Mesh.uv
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-uv.html
  commentId: P:UnityEngine.Mesh.uv
  nameWithType: Mesh.uv
  type: Property
- uid: UnityEngine.Mesh.uv2
  name: uv2
  fullName: UnityEngine.Mesh.uv2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-uv2.html
  commentId: P:UnityEngine.Mesh.uv2
  nameWithType: Mesh.uv2
  type: Property
- uid: UnityEngine.Mesh.uv3
  name: uv3
  fullName: UnityEngine.Mesh.uv3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-uv3.html
  commentId: P:UnityEngine.Mesh.uv3
  nameWithType: Mesh.uv3
  type: Property
- uid: UnityEngine.Mesh.uv4
  name: uv4
  fullName: UnityEngine.Mesh.uv4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-uv4.html
  commentId: P:UnityEngine.Mesh.uv4
  nameWithType: Mesh.uv4
  type: Property
- uid: UnityEngine.Mesh.vertexBufferCount
  name: vertexBufferCount
  fullName: UnityEngine.Mesh.vertexBufferCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-vertexBufferCount.html
  commentId: P:UnityEngine.Mesh.vertexBufferCount
  nameWithType: Mesh.vertexBufferCount
  type: Property
- uid: UnityEngine.Mesh.vertexCount
  name: vertexCount
  fullName: UnityEngine.Mesh.vertexCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-vertexCount.html
  commentId: P:UnityEngine.Mesh.vertexCount
  nameWithType: Mesh.vertexCount
  type: Property
- uid: UnityEngine.Mesh.vertices
  name: vertices
  fullName: UnityEngine.Mesh.vertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Mesh-vertices.html
  commentId: P:UnityEngine.Mesh.vertices
  nameWithType: Mesh.vertices
  type: Property
- uid: UnityEngine.MeshCollider
  name: MeshCollider
  fullName: UnityEngine.MeshCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshCollider.html
  commentId: T:UnityEngine.MeshCollider
  nameWithType: MeshCollider
  type: Class
- uid: UnityEngine.MeshCollider.convex
  name: convex
  fullName: UnityEngine.MeshCollider.convex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshCollider-convex.html
  commentId: P:UnityEngine.MeshCollider.convex
  nameWithType: MeshCollider.convex
  type: Property
- uid: UnityEngine.MeshCollider.inflateMesh
  name: inflateMesh
  fullName: UnityEngine.MeshCollider.inflateMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshCollider-inflateMesh.html
  commentId: P:UnityEngine.MeshCollider.inflateMesh
  nameWithType: MeshCollider.inflateMesh
  type: Property
- uid: UnityEngine.MeshCollider.sharedMesh
  name: sharedMesh
  fullName: UnityEngine.MeshCollider.sharedMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshCollider-sharedMesh.html
  commentId: P:UnityEngine.MeshCollider.sharedMesh
  nameWithType: MeshCollider.sharedMesh
  type: Property
- uid: UnityEngine.MeshCollider.skinWidth
  name: skinWidth
  fullName: UnityEngine.MeshCollider.skinWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshCollider-skinWidth.html
  commentId: P:UnityEngine.MeshCollider.skinWidth
  nameWithType: MeshCollider.skinWidth
  type: Property
- uid: UnityEngine.MeshCollider.smoothSphereCollisions
  name: smoothSphereCollisions
  fullName: UnityEngine.MeshCollider.smoothSphereCollisions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshCollider-smoothSphereCollisions.html
  commentId: P:UnityEngine.MeshCollider.smoothSphereCollisions
  nameWithType: MeshCollider.smoothSphereCollisions
  type: Property
- uid: UnityEngine.MeshFilter
  name: MeshFilter
  fullName: UnityEngine.MeshFilter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshFilter.html
  commentId: T:UnityEngine.MeshFilter
  nameWithType: MeshFilter
  type: Class
- uid: UnityEngine.MeshFilter.mesh
  name: mesh
  fullName: UnityEngine.MeshFilter.mesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshFilter-mesh.html
  commentId: P:UnityEngine.MeshFilter.mesh
  nameWithType: MeshFilter.mesh
  type: Property
- uid: UnityEngine.MeshFilter.sharedMesh
  name: sharedMesh
  fullName: UnityEngine.MeshFilter.sharedMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshFilter-sharedMesh.html
  commentId: P:UnityEngine.MeshFilter.sharedMesh
  nameWithType: MeshFilter.sharedMesh
  type: Property
- uid: UnityEngine.MeshParticleEmitter
  name: MeshParticleEmitter
  fullName: UnityEngine.MeshParticleEmitter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshParticleEmitter.html
  commentId: T:UnityEngine.MeshParticleEmitter
  nameWithType: MeshParticleEmitter
  type: Class
- uid: UnityEngine.MeshRenderer
  name: MeshRenderer
  fullName: UnityEngine.MeshRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshRenderer.html
  commentId: T:UnityEngine.MeshRenderer
  nameWithType: MeshRenderer
  type: Class
- uid: UnityEngine.MeshRenderer.additionalVertexStreams
  name: additionalVertexStreams
  fullName: UnityEngine.MeshRenderer.additionalVertexStreams
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshRenderer-additionalVertexStreams.html
  commentId: P:UnityEngine.MeshRenderer.additionalVertexStreams
  nameWithType: MeshRenderer.additionalVertexStreams
  type: Property
- uid: UnityEngine.MeshTopology
  name: MeshTopology
  fullName: UnityEngine.MeshTopology
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshTopology.html
  commentId: T:UnityEngine.MeshTopology
  nameWithType: MeshTopology
  type: Enum
- uid: UnityEngine.MeshTopology.Lines
  name: Lines
  fullName: UnityEngine.MeshTopology.Lines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshTopology.Lines.html
  commentId: F:UnityEngine.MeshTopology.Lines
  nameWithType: MeshTopology.Lines
  type: Field
- uid: UnityEngine.MeshTopology.LineStrip
  name: LineStrip
  fullName: UnityEngine.MeshTopology.LineStrip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshTopology.LineStrip.html
  commentId: F:UnityEngine.MeshTopology.LineStrip
  nameWithType: MeshTopology.LineStrip
  type: Field
- uid: UnityEngine.MeshTopology.Points
  name: Points
  fullName: UnityEngine.MeshTopology.Points
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshTopology.Points.html
  commentId: F:UnityEngine.MeshTopology.Points
  nameWithType: MeshTopology.Points
  type: Field
- uid: UnityEngine.MeshTopology.Quads
  name: Quads
  fullName: UnityEngine.MeshTopology.Quads
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshTopology.Quads.html
  commentId: F:UnityEngine.MeshTopology.Quads
  nameWithType: MeshTopology.Quads
  type: Field
- uid: UnityEngine.MeshTopology.Triangles
  name: Triangles
  fullName: UnityEngine.MeshTopology.Triangles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MeshTopology.Triangles.html
  commentId: F:UnityEngine.MeshTopology.Triangles
  nameWithType: MeshTopology.Triangles
  type: Field
- uid: UnityEngine.Microphone
  name: Microphone
  fullName: UnityEngine.Microphone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Microphone.html
  commentId: T:UnityEngine.Microphone
  nameWithType: Microphone
  type: Class
- uid: UnityEngine.Microphone.devices
  name: devices
  fullName: UnityEngine.Microphone.devices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Microphone-devices.html
  commentId: P:UnityEngine.Microphone.devices
  nameWithType: Microphone.devices
  type: Property
- uid: UnityEngine.Microphone.End(System.String)
  name: End(string)
  fullName: UnityEngine.Microphone.End(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Microphone.End.html
  commentId: M:UnityEngine.Microphone.End(System.String)
  nameWithType: Microphone.End(string)
  type: Method
- uid: UnityEngine.Microphone.GetDeviceCaps(System.String,System.Int32@,System.Int32@)
  name: GetDeviceCaps(string, out int, out int)
  fullName: UnityEngine.Microphone.GetDeviceCaps(string, out int, out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Microphone.GetDeviceCaps.html
  commentId: M:UnityEngine.Microphone.GetDeviceCaps(System.String,System.Int32@,System.Int32@)
  nameWithType: Microphone.GetDeviceCaps(string, out int, out int)
  type: Method
- uid: UnityEngine.Microphone.GetPosition(System.String)
  name: GetPosition(string)
  fullName: UnityEngine.Microphone.GetPosition(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Microphone.GetPosition.html
  commentId: M:UnityEngine.Microphone.GetPosition(System.String)
  nameWithType: Microphone.GetPosition(string)
  type: Method
- uid: UnityEngine.Microphone.IsRecording(System.String)
  name: IsRecording(string)
  fullName: UnityEngine.Microphone.IsRecording(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Microphone.IsRecording.html
  commentId: M:UnityEngine.Microphone.IsRecording(System.String)
  nameWithType: Microphone.IsRecording(string)
  type: Method
- uid: UnityEngine.Microphone.Start(System.String,System.Boolean,System.Int32,System.Int32)
  name: Start(string, bool, int, int)
  fullName: UnityEngine.Microphone.Start(string, bool, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Microphone.Start.html
  commentId: M:UnityEngine.Microphone.Start(System.String,System.Boolean,System.Int32,System.Int32)
  nameWithType: Microphone.Start(string, bool, int, int)
  type: Method
- uid: UnityEngine.MissingComponentException
  name: MissingComponentException
  fullName: UnityEngine.MissingComponentException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingComponentException.html
  commentId: T:UnityEngine.MissingComponentException
  nameWithType: MissingComponentException
  type: Class
- uid: UnityEngine.MissingComponentException.#ctor
  name: MissingComponentException()
  fullName: UnityEngine.MissingComponentException.MissingComponentException()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingComponentException-ctor.html
  commentId: M:UnityEngine.MissingComponentException.#ctor
  nameWithType: MissingComponentException.MissingComponentException()
  type: Constructor
- uid: UnityEngine.MissingComponentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  name: MissingComponentException(SerializationInfo, StreamingContext)
  fullName: UnityEngine.MissingComponentException.MissingComponentException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingComponentException-ctor.html
  commentId: M:UnityEngine.MissingComponentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  nameWithType: MissingComponentException.MissingComponentException(SerializationInfo, StreamingContext)
  type: Constructor
- uid: UnityEngine.MissingComponentException.#ctor(System.String,System.Exception)
  name: MissingComponentException(string, Exception)
  fullName: UnityEngine.MissingComponentException.MissingComponentException(string, System.Exception)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingComponentException-ctor.html
  commentId: M:UnityEngine.MissingComponentException.#ctor(System.String,System.Exception)
  nameWithType: MissingComponentException.MissingComponentException(string, Exception)
  type: Constructor
- uid: UnityEngine.MissingComponentException.#ctor(System.String)
  name: MissingComponentException(string)
  fullName: UnityEngine.MissingComponentException.MissingComponentException(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingComponentException-ctor.html
  commentId: M:UnityEngine.MissingComponentException.#ctor(System.String)
  nameWithType: MissingComponentException.MissingComponentException(string)
  type: Constructor
- uid: UnityEngine.MissingReferenceException
  name: MissingReferenceException
  fullName: UnityEngine.MissingReferenceException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingReferenceException.html
  commentId: T:UnityEngine.MissingReferenceException
  nameWithType: MissingReferenceException
  type: Class
- uid: UnityEngine.MissingReferenceException.#ctor
  name: MissingReferenceException()
  fullName: UnityEngine.MissingReferenceException.MissingReferenceException()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingReferenceException-ctor.html
  commentId: M:UnityEngine.MissingReferenceException.#ctor
  nameWithType: MissingReferenceException.MissingReferenceException()
  type: Constructor
- uid: UnityEngine.MissingReferenceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  name: MissingReferenceException(SerializationInfo, StreamingContext)
  fullName: UnityEngine.MissingReferenceException.MissingReferenceException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingReferenceException-ctor.html
  commentId: M:UnityEngine.MissingReferenceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  nameWithType: MissingReferenceException.MissingReferenceException(SerializationInfo, StreamingContext)
  type: Constructor
- uid: UnityEngine.MissingReferenceException.#ctor(System.String,System.Exception)
  name: MissingReferenceException(string, Exception)
  fullName: UnityEngine.MissingReferenceException.MissingReferenceException(string, System.Exception)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingReferenceException-ctor.html
  commentId: M:UnityEngine.MissingReferenceException.#ctor(System.String,System.Exception)
  nameWithType: MissingReferenceException.MissingReferenceException(string, Exception)
  type: Constructor
- uid: UnityEngine.MissingReferenceException.#ctor(System.String)
  name: MissingReferenceException(string)
  fullName: UnityEngine.MissingReferenceException.MissingReferenceException(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MissingReferenceException-ctor.html
  commentId: M:UnityEngine.MissingReferenceException.#ctor(System.String)
  nameWithType: MissingReferenceException.MissingReferenceException(string)
  type: Constructor
- uid: UnityEngine.MonoBehaviour
  name: MonoBehaviour
  fullName: UnityEngine.MonoBehaviour
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.html
  commentId: T:UnityEngine.MonoBehaviour
  nameWithType: MonoBehaviour
  type: Class
- uid: UnityEngine.MonoBehaviour.#ctor
  name: MonoBehaviour()
  fullName: UnityEngine.MonoBehaviour.MonoBehaviour()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour-ctor.html
  commentId: M:UnityEngine.MonoBehaviour.#ctor
  nameWithType: MonoBehaviour.MonoBehaviour()
  type: Constructor
- uid: UnityEngine.MonoBehaviour.CancelInvoke
  name: CancelInvoke()
  fullName: UnityEngine.MonoBehaviour.CancelInvoke()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.CancelInvoke.html
  commentId: M:UnityEngine.MonoBehaviour.CancelInvoke
  nameWithType: MonoBehaviour.CancelInvoke()
  type: Method
- uid: UnityEngine.MonoBehaviour.CancelInvoke(System.String)
  name: CancelInvoke(string)
  fullName: UnityEngine.MonoBehaviour.CancelInvoke(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.CancelInvoke.html
  commentId: M:UnityEngine.MonoBehaviour.CancelInvoke(System.String)
  nameWithType: MonoBehaviour.CancelInvoke(string)
  type: Method
- uid: UnityEngine.MonoBehaviour.Invoke(System.String,System.Single)
  name: Invoke(string, float)
  fullName: UnityEngine.MonoBehaviour.Invoke(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.Invoke.html
  commentId: M:UnityEngine.MonoBehaviour.Invoke(System.String,System.Single)
  nameWithType: MonoBehaviour.Invoke(string, float)
  type: Method
- uid: UnityEngine.MonoBehaviour.InvokeRepeating(System.String,System.Single,System.Single)
  name: InvokeRepeating(string, float, float)
  fullName: UnityEngine.MonoBehaviour.InvokeRepeating(string, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.InvokeRepeating.html
  commentId: M:UnityEngine.MonoBehaviour.InvokeRepeating(System.String,System.Single,System.Single)
  nameWithType: MonoBehaviour.InvokeRepeating(string, float, float)
  type: Method
- uid: UnityEngine.MonoBehaviour.IsInvoking
  name: IsInvoking()
  fullName: UnityEngine.MonoBehaviour.IsInvoking()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.IsInvoking.html
  commentId: M:UnityEngine.MonoBehaviour.IsInvoking
  nameWithType: MonoBehaviour.IsInvoking()
  type: Method
- uid: UnityEngine.MonoBehaviour.IsInvoking(System.String)
  name: IsInvoking(string)
  fullName: UnityEngine.MonoBehaviour.IsInvoking(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.IsInvoking.html
  commentId: M:UnityEngine.MonoBehaviour.IsInvoking(System.String)
  nameWithType: MonoBehaviour.IsInvoking(string)
  type: Method
- uid: UnityEngine.MonoBehaviour.print(System.Object)
  name: print(object)
  fullName: UnityEngine.MonoBehaviour.print(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour-print.html
  commentId: M:UnityEngine.MonoBehaviour.print(System.Object)
  nameWithType: MonoBehaviour.print(object)
  type: Method
- uid: UnityEngine.MonoBehaviour.runInEditMode
  name: runInEditMode
  fullName: UnityEngine.MonoBehaviour.runInEditMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour-runInEditMode.html
  commentId: P:UnityEngine.MonoBehaviour.runInEditMode
  nameWithType: MonoBehaviour.runInEditMode
  type: Property
- uid: UnityEngine.MonoBehaviour.StartCoroutine_Auto(System.Collections.IEnumerator)
  name: StartCoroutine_Auto(IEnumerator)
  fullName: UnityEngine.MonoBehaviour.StartCoroutine_Auto(System.Collections.IEnumerator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.StartCoroutine_Auto.html
  commentId: M:UnityEngine.MonoBehaviour.StartCoroutine_Auto(System.Collections.IEnumerator)
  nameWithType: MonoBehaviour.StartCoroutine_Auto(IEnumerator)
  type: Method
- uid: UnityEngine.MonoBehaviour.StartCoroutine(System.Collections.IEnumerator)
  name: StartCoroutine(IEnumerator)
  fullName: UnityEngine.MonoBehaviour.StartCoroutine(System.Collections.IEnumerator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.StartCoroutine.html
  commentId: M:UnityEngine.MonoBehaviour.StartCoroutine(System.Collections.IEnumerator)
  nameWithType: MonoBehaviour.StartCoroutine(IEnumerator)
  type: Method
- uid: UnityEngine.MonoBehaviour.StartCoroutine(System.String,System.Object)
  name: StartCoroutine(string, object)
  fullName: UnityEngine.MonoBehaviour.StartCoroutine(string, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.StartCoroutine.html
  commentId: M:UnityEngine.MonoBehaviour.StartCoroutine(System.String,System.Object)
  nameWithType: MonoBehaviour.StartCoroutine(string, object)
  type: Method
- uid: UnityEngine.MonoBehaviour.StartCoroutine(System.String)
  name: StartCoroutine(string)
  fullName: UnityEngine.MonoBehaviour.StartCoroutine(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.StartCoroutine.html
  commentId: M:UnityEngine.MonoBehaviour.StartCoroutine(System.String)
  nameWithType: MonoBehaviour.StartCoroutine(string)
  type: Method
- uid: UnityEngine.MonoBehaviour.StopAllCoroutines
  name: StopAllCoroutines()
  fullName: UnityEngine.MonoBehaviour.StopAllCoroutines()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.StopAllCoroutines.html
  commentId: M:UnityEngine.MonoBehaviour.StopAllCoroutines
  nameWithType: MonoBehaviour.StopAllCoroutines()
  type: Method
- uid: UnityEngine.MonoBehaviour.StopCoroutine(System.Collections.IEnumerator)
  name: StopCoroutine(IEnumerator)
  fullName: UnityEngine.MonoBehaviour.StopCoroutine(System.Collections.IEnumerator)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.StopCoroutine.html
  commentId: M:UnityEngine.MonoBehaviour.StopCoroutine(System.Collections.IEnumerator)
  nameWithType: MonoBehaviour.StopCoroutine(IEnumerator)
  type: Method
- uid: UnityEngine.MonoBehaviour.StopCoroutine(System.String)
  name: StopCoroutine(string)
  fullName: UnityEngine.MonoBehaviour.StopCoroutine(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.StopCoroutine.html
  commentId: M:UnityEngine.MonoBehaviour.StopCoroutine(System.String)
  nameWithType: MonoBehaviour.StopCoroutine(string)
  type: Method
- uid: UnityEngine.MonoBehaviour.StopCoroutine(UnityEngine.Coroutine)
  name: StopCoroutine(Coroutine)
  fullName: UnityEngine.MonoBehaviour.StopCoroutine(UnityEngine.Coroutine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour.StopCoroutine.html
  commentId: M:UnityEngine.MonoBehaviour.StopCoroutine(UnityEngine.Coroutine)
  nameWithType: MonoBehaviour.StopCoroutine(Coroutine)
  type: Method
- uid: UnityEngine.MonoBehaviour.useGUILayout
  name: useGUILayout
  fullName: UnityEngine.MonoBehaviour.useGUILayout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MonoBehaviour-useGUILayout.html
  commentId: P:UnityEngine.MonoBehaviour.useGUILayout
  nameWithType: MonoBehaviour.useGUILayout
  type: Property
- uid: UnityEngine.Motion
  name: Motion
  fullName: UnityEngine.Motion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion.html
  commentId: T:UnityEngine.Motion
  nameWithType: Motion
  type: Class
- uid: UnityEngine.Motion.apparentSpeed
  name: apparentSpeed
  fullName: UnityEngine.Motion.apparentSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion-apparentSpeed.html
  commentId: P:UnityEngine.Motion.apparentSpeed
  nameWithType: Motion.apparentSpeed
  type: Property
- uid: UnityEngine.Motion.averageAngularSpeed
  name: averageAngularSpeed
  fullName: UnityEngine.Motion.averageAngularSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion-averageAngularSpeed.html
  commentId: P:UnityEngine.Motion.averageAngularSpeed
  nameWithType: Motion.averageAngularSpeed
  type: Property
- uid: UnityEngine.Motion.averageDuration
  name: averageDuration
  fullName: UnityEngine.Motion.averageDuration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion-averageDuration.html
  commentId: P:UnityEngine.Motion.averageDuration
  nameWithType: Motion.averageDuration
  type: Property
- uid: UnityEngine.Motion.averageSpeed
  name: averageSpeed
  fullName: UnityEngine.Motion.averageSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion-averageSpeed.html
  commentId: P:UnityEngine.Motion.averageSpeed
  nameWithType: Motion.averageSpeed
  type: Property
- uid: UnityEngine.Motion.isAnimatorMotion
  name: isAnimatorMotion
  fullName: UnityEngine.Motion.isAnimatorMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion-isAnimatorMotion.html
  commentId: P:UnityEngine.Motion.isAnimatorMotion
  nameWithType: Motion.isAnimatorMotion
  type: Property
- uid: UnityEngine.Motion.isHumanMotion
  name: isHumanMotion
  fullName: UnityEngine.Motion.isHumanMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion-isHumanMotion.html
  commentId: P:UnityEngine.Motion.isHumanMotion
  nameWithType: Motion.isHumanMotion
  type: Property
- uid: UnityEngine.Motion.isLooping
  name: isLooping
  fullName: UnityEngine.Motion.isLooping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion-isLooping.html
  commentId: P:UnityEngine.Motion.isLooping
  nameWithType: Motion.isLooping
  type: Property
- uid: UnityEngine.Motion.legacy
  name: legacy
  fullName: UnityEngine.Motion.legacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion-legacy.html
  commentId: P:UnityEngine.Motion.legacy
  nameWithType: Motion.legacy
  type: Property
- uid: UnityEngine.Motion.ValidateIfRetargetable(System.Boolean)
  name: ValidateIfRetargetable(bool)
  fullName: UnityEngine.Motion.ValidateIfRetargetable(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Motion.ValidateIfRetargetable.html
  commentId: M:UnityEngine.Motion.ValidateIfRetargetable(System.Boolean)
  nameWithType: Motion.ValidateIfRetargetable(bool)
  type: Method
- uid: UnityEngine.MotionVectorGenerationMode
  name: MotionVectorGenerationMode
  fullName: UnityEngine.MotionVectorGenerationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MotionVectorGenerationMode.html
  commentId: T:UnityEngine.MotionVectorGenerationMode
  nameWithType: MotionVectorGenerationMode
  type: Enum
- uid: UnityEngine.MotionVectorGenerationMode.Camera
  name: Camera
  fullName: UnityEngine.MotionVectorGenerationMode.Camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MotionVectorGenerationMode.Camera.html
  commentId: F:UnityEngine.MotionVectorGenerationMode.Camera
  nameWithType: MotionVectorGenerationMode.Camera
  type: Field
- uid: UnityEngine.MotionVectorGenerationMode.ForceNoMotion
  name: ForceNoMotion
  fullName: UnityEngine.MotionVectorGenerationMode.ForceNoMotion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MotionVectorGenerationMode.ForceNoMotion.html
  commentId: F:UnityEngine.MotionVectorGenerationMode.ForceNoMotion
  nameWithType: MotionVectorGenerationMode.ForceNoMotion
  type: Field
- uid: UnityEngine.MotionVectorGenerationMode.Object
  name: Object
  fullName: UnityEngine.MotionVectorGenerationMode.Object
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MotionVectorGenerationMode.Object.html
  commentId: F:UnityEngine.MotionVectorGenerationMode.Object
  nameWithType: MotionVectorGenerationMode.Object
  type: Field
- uid: UnityEngine.MovieTexture
  name: MovieTexture
  fullName: UnityEngine.MovieTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture.html
  commentId: T:UnityEngine.MovieTexture
  nameWithType: MovieTexture
  type: Class
- uid: UnityEngine.MovieTexture.audioClip
  name: audioClip
  fullName: UnityEngine.MovieTexture.audioClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture-audioClip.html
  commentId: P:UnityEngine.MovieTexture.audioClip
  nameWithType: MovieTexture.audioClip
  type: Property
- uid: UnityEngine.MovieTexture.duration
  name: duration
  fullName: UnityEngine.MovieTexture.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture-duration.html
  commentId: P:UnityEngine.MovieTexture.duration
  nameWithType: MovieTexture.duration
  type: Property
- uid: UnityEngine.MovieTexture.isPlaying
  name: isPlaying
  fullName: UnityEngine.MovieTexture.isPlaying
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture-isPlaying.html
  commentId: P:UnityEngine.MovieTexture.isPlaying
  nameWithType: MovieTexture.isPlaying
  type: Property
- uid: UnityEngine.MovieTexture.isReadyToPlay
  name: isReadyToPlay
  fullName: UnityEngine.MovieTexture.isReadyToPlay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture-isReadyToPlay.html
  commentId: P:UnityEngine.MovieTexture.isReadyToPlay
  nameWithType: MovieTexture.isReadyToPlay
  type: Property
- uid: UnityEngine.MovieTexture.loop
  name: loop
  fullName: UnityEngine.MovieTexture.loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture-loop.html
  commentId: P:UnityEngine.MovieTexture.loop
  nameWithType: MovieTexture.loop
  type: Property
- uid: UnityEngine.MovieTexture.Pause
  name: Pause()
  fullName: UnityEngine.MovieTexture.Pause()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture.Pause.html
  commentId: M:UnityEngine.MovieTexture.Pause
  nameWithType: MovieTexture.Pause()
  type: Method
- uid: UnityEngine.MovieTexture.Play
  name: Play()
  fullName: UnityEngine.MovieTexture.Play()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture.Play.html
  commentId: M:UnityEngine.MovieTexture.Play
  nameWithType: MovieTexture.Play()
  type: Method
- uid: UnityEngine.MovieTexture.Stop
  name: Stop()
  fullName: UnityEngine.MovieTexture.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MovieTexture.Stop.html
  commentId: M:UnityEngine.MovieTexture.Stop
  nameWithType: MovieTexture.Stop()
  type: Method
- uid: UnityEngine.MultilineAttribute
  name: MultilineAttribute
  fullName: UnityEngine.MultilineAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MultilineAttribute.html
  commentId: T:UnityEngine.MultilineAttribute
  nameWithType: MultilineAttribute
  type: Class
- uid: UnityEngine.MultilineAttribute.#ctor
  name: MultilineAttribute()
  fullName: UnityEngine.MultilineAttribute.MultilineAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MultilineAttribute-ctor.html
  commentId: M:UnityEngine.MultilineAttribute.#ctor
  nameWithType: MultilineAttribute.MultilineAttribute()
  type: Constructor
- uid: UnityEngine.MultilineAttribute.#ctor(System.Int32)
  name: MultilineAttribute(int)
  fullName: UnityEngine.MultilineAttribute.MultilineAttribute(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MultilineAttribute-ctor.html
  commentId: M:UnityEngine.MultilineAttribute.#ctor(System.Int32)
  nameWithType: MultilineAttribute.MultilineAttribute(int)
  type: Constructor
- uid: UnityEngine.MultilineAttribute.lines
  name: lines
  fullName: UnityEngine.MultilineAttribute.lines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/MultilineAttribute-lines.html
  commentId: F:UnityEngine.MultilineAttribute.lines
  nameWithType: MultilineAttribute.lines
  type: Field
- uid: UnityEngine.NativeClassAttribute
  name: NativeClassAttribute
  fullName: UnityEngine.NativeClassAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NativeClassAttribute.html
  commentId: T:UnityEngine.NativeClassAttribute
  nameWithType: NativeClassAttribute
  type: Class
- uid: UnityEngine.NativeClassAttribute.#ctor(System.String)
  name: NativeClassAttribute(string)
  fullName: UnityEngine.NativeClassAttribute.NativeClassAttribute(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NativeClassAttribute-ctor.html
  commentId: M:UnityEngine.NativeClassAttribute.#ctor(System.String)
  nameWithType: NativeClassAttribute.NativeClassAttribute(string)
  type: Constructor
- uid: UnityEngine.NativeClassAttribute.QualifiedNativeName
  name: QualifiedNativeName
  fullName: UnityEngine.NativeClassAttribute.QualifiedNativeName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NativeClassAttribute.QualifiedNativeName.html
  commentId: P:UnityEngine.NativeClassAttribute.QualifiedNativeName
  nameWithType: NativeClassAttribute.QualifiedNativeName
  type: Property
- uid: UnityEngine.Network
  name: Network
  fullName: UnityEngine.Network
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.html
  commentId: T:UnityEngine.Network
  nameWithType: Network
  type: Class
- uid: UnityEngine.Network.AllocateViewID
  name: AllocateViewID()
  fullName: UnityEngine.Network.AllocateViewID()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.AllocateViewID.html
  commentId: M:UnityEngine.Network.AllocateViewID
  nameWithType: Network.AllocateViewID()
  type: Method
- uid: UnityEngine.Network.CloseConnection(UnityEngine.NetworkPlayer,System.Boolean)
  name: CloseConnection(NetworkPlayer, bool)
  fullName: UnityEngine.Network.CloseConnection(UnityEngine.NetworkPlayer, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.CloseConnection.html
  commentId: M:UnityEngine.Network.CloseConnection(UnityEngine.NetworkPlayer,System.Boolean)
  nameWithType: Network.CloseConnection(NetworkPlayer, bool)
  type: Method
- uid: UnityEngine.Network.Connect(System.String,System.Int32,System.String)
  name: Connect(string, int, string)
  fullName: UnityEngine.Network.Connect(string, int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Connect.html
  commentId: M:UnityEngine.Network.Connect(System.String,System.Int32,System.String)
  nameWithType: Network.Connect(string, int, string)
  type: Method
- uid: UnityEngine.Network.Connect(System.String,System.Int32)
  name: Connect(string, int)
  fullName: UnityEngine.Network.Connect(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Connect.html
  commentId: M:UnityEngine.Network.Connect(System.String,System.Int32)
  nameWithType: Network.Connect(string, int)
  type: Method
- uid: UnityEngine.Network.Connect(System.String,System.String)
  name: Connect(string, string)
  fullName: UnityEngine.Network.Connect(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Connect.html
  commentId: M:UnityEngine.Network.Connect(System.String,System.String)
  nameWithType: Network.Connect(string, string)
  type: Method
- uid: UnityEngine.Network.Connect(System.String)
  name: Connect(string)
  fullName: UnityEngine.Network.Connect(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Connect.html
  commentId: M:UnityEngine.Network.Connect(System.String)
  nameWithType: Network.Connect(string)
  type: Method
- uid: UnityEngine.Network.Connect(System.String[],System.Int32,System.String)
  name: Connect(string[], int, string)
  fullName: UnityEngine.Network.Connect(string[], int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Connect.html
  commentId: M:UnityEngine.Network.Connect(System.String[],System.Int32,System.String)
  nameWithType: Network.Connect(string[], int, string)
  type: Method
- uid: UnityEngine.Network.Connect(System.String[],System.Int32)
  name: Connect(string[], int)
  fullName: UnityEngine.Network.Connect(string[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Connect.html
  commentId: M:UnityEngine.Network.Connect(System.String[],System.Int32)
  nameWithType: Network.Connect(string[], int)
  type: Method
- uid: UnityEngine.Network.Connect(UnityEngine.HostData,System.String)
  name: Connect(HostData, string)
  fullName: UnityEngine.Network.Connect(UnityEngine.HostData, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Connect.html
  commentId: M:UnityEngine.Network.Connect(UnityEngine.HostData,System.String)
  nameWithType: Network.Connect(HostData, string)
  type: Method
- uid: UnityEngine.Network.Connect(UnityEngine.HostData)
  name: Connect(HostData)
  fullName: UnityEngine.Network.Connect(UnityEngine.HostData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Connect.html
  commentId: M:UnityEngine.Network.Connect(UnityEngine.HostData)
  nameWithType: Network.Connect(HostData)
  type: Method
- uid: UnityEngine.Network.connections
  name: connections
  fullName: UnityEngine.Network.connections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-connections.html
  commentId: P:UnityEngine.Network.connections
  nameWithType: Network.connections
  type: Property
- uid: UnityEngine.Network.connectionTesterIP
  name: connectionTesterIP
  fullName: UnityEngine.Network.connectionTesterIP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-connectionTesterIP.html
  commentId: P:UnityEngine.Network.connectionTesterIP
  nameWithType: Network.connectionTesterIP
  type: Property
- uid: UnityEngine.Network.connectionTesterPort
  name: connectionTesterPort
  fullName: UnityEngine.Network.connectionTesterPort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-connectionTesterPort.html
  commentId: P:UnityEngine.Network.connectionTesterPort
  nameWithType: Network.connectionTesterPort
  type: Property
- uid: UnityEngine.Network.Destroy(UnityEngine.GameObject)
  name: Destroy(GameObject)
  fullName: UnityEngine.Network.Destroy(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Destroy.html
  commentId: M:UnityEngine.Network.Destroy(UnityEngine.GameObject)
  nameWithType: Network.Destroy(GameObject)
  type: Method
- uid: UnityEngine.Network.Destroy(UnityEngine.NetworkViewID)
  name: Destroy(NetworkViewID)
  fullName: UnityEngine.Network.Destroy(UnityEngine.NetworkViewID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Destroy.html
  commentId: M:UnityEngine.Network.Destroy(UnityEngine.NetworkViewID)
  nameWithType: Network.Destroy(NetworkViewID)
  type: Method
- uid: UnityEngine.Network.DestroyPlayerObjects(UnityEngine.NetworkPlayer)
  name: DestroyPlayerObjects(NetworkPlayer)
  fullName: UnityEngine.Network.DestroyPlayerObjects(UnityEngine.NetworkPlayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.DestroyPlayerObjects.html
  commentId: M:UnityEngine.Network.DestroyPlayerObjects(UnityEngine.NetworkPlayer)
  nameWithType: Network.DestroyPlayerObjects(NetworkPlayer)
  type: Method
- uid: UnityEngine.Network.Disconnect
  name: Disconnect()
  fullName: UnityEngine.Network.Disconnect()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Disconnect.html
  commentId: M:UnityEngine.Network.Disconnect
  nameWithType: Network.Disconnect()
  type: Method
- uid: UnityEngine.Network.Disconnect(System.Int32)
  name: Disconnect(int)
  fullName: UnityEngine.Network.Disconnect(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Disconnect.html
  commentId: M:UnityEngine.Network.Disconnect(System.Int32)
  nameWithType: Network.Disconnect(int)
  type: Method
- uid: UnityEngine.Network.GetAveragePing(UnityEngine.NetworkPlayer)
  name: GetAveragePing(NetworkPlayer)
  fullName: UnityEngine.Network.GetAveragePing(UnityEngine.NetworkPlayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.GetAveragePing.html
  commentId: M:UnityEngine.Network.GetAveragePing(UnityEngine.NetworkPlayer)
  nameWithType: Network.GetAveragePing(NetworkPlayer)
  type: Method
- uid: UnityEngine.Network.GetLastPing(UnityEngine.NetworkPlayer)
  name: GetLastPing(NetworkPlayer)
  fullName: UnityEngine.Network.GetLastPing(UnityEngine.NetworkPlayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.GetLastPing.html
  commentId: M:UnityEngine.Network.GetLastPing(UnityEngine.NetworkPlayer)
  nameWithType: Network.GetLastPing(NetworkPlayer)
  type: Method
- uid: UnityEngine.Network.HavePublicAddress
  name: HavePublicAddress()
  fullName: UnityEngine.Network.HavePublicAddress()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.HavePublicAddress.html
  commentId: M:UnityEngine.Network.HavePublicAddress
  nameWithType: Network.HavePublicAddress()
  type: Method
- uid: UnityEngine.Network.incomingPassword
  name: incomingPassword
  fullName: UnityEngine.Network.incomingPassword
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-incomingPassword.html
  commentId: P:UnityEngine.Network.incomingPassword
  nameWithType: Network.incomingPassword
  type: Property
- uid: UnityEngine.Network.InitializeSecurity
  name: InitializeSecurity()
  fullName: UnityEngine.Network.InitializeSecurity()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.InitializeSecurity.html
  commentId: M:UnityEngine.Network.InitializeSecurity
  nameWithType: Network.InitializeSecurity()
  type: Method
- uid: UnityEngine.Network.InitializeServer(System.Int32,System.Int32,System.Boolean)
  name: InitializeServer(int, int, bool)
  fullName: UnityEngine.Network.InitializeServer(int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.InitializeServer.html
  commentId: M:UnityEngine.Network.InitializeServer(System.Int32,System.Int32,System.Boolean)
  nameWithType: Network.InitializeServer(int, int, bool)
  type: Method
- uid: UnityEngine.Network.InitializeServer(System.Int32,System.Int32)
  name: InitializeServer(int, int)
  fullName: UnityEngine.Network.InitializeServer(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.InitializeServer.html
  commentId: M:UnityEngine.Network.InitializeServer(System.Int32,System.Int32)
  nameWithType: Network.InitializeServer(int, int)
  type: Method
- uid: UnityEngine.Network.Instantiate(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32)
  name: Instantiate(Object, Vector3, Quaternion, int)
  fullName: UnityEngine.Network.Instantiate(UnityEngine.Object, UnityEngine.Vector3, UnityEngine.Quaternion, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.Instantiate.html
  commentId: M:UnityEngine.Network.Instantiate(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32)
  nameWithType: Network.Instantiate(Object, Vector3, Quaternion, int)
  type: Method
- uid: UnityEngine.Network.isClient
  name: isClient
  fullName: UnityEngine.Network.isClient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-isClient.html
  commentId: P:UnityEngine.Network.isClient
  nameWithType: Network.isClient
  type: Property
- uid: UnityEngine.Network.isMessageQueueRunning
  name: isMessageQueueRunning
  fullName: UnityEngine.Network.isMessageQueueRunning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-isMessageQueueRunning.html
  commentId: P:UnityEngine.Network.isMessageQueueRunning
  nameWithType: Network.isMessageQueueRunning
  type: Property
- uid: UnityEngine.Network.isServer
  name: isServer
  fullName: UnityEngine.Network.isServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-isServer.html
  commentId: P:UnityEngine.Network.isServer
  nameWithType: Network.isServer
  type: Property
- uid: UnityEngine.Network.logLevel
  name: logLevel
  fullName: UnityEngine.Network.logLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-logLevel.html
  commentId: P:UnityEngine.Network.logLevel
  nameWithType: Network.logLevel
  type: Property
- uid: UnityEngine.Network.maxConnections
  name: maxConnections
  fullName: UnityEngine.Network.maxConnections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-maxConnections.html
  commentId: P:UnityEngine.Network.maxConnections
  nameWithType: Network.maxConnections
  type: Property
- uid: UnityEngine.Network.minimumAllocatableViewIDs
  name: minimumAllocatableViewIDs
  fullName: UnityEngine.Network.minimumAllocatableViewIDs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-minimumAllocatableViewIDs.html
  commentId: P:UnityEngine.Network.minimumAllocatableViewIDs
  nameWithType: Network.minimumAllocatableViewIDs
  type: Property
- uid: UnityEngine.Network.natFacilitatorIP
  name: natFacilitatorIP
  fullName: UnityEngine.Network.natFacilitatorIP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-natFacilitatorIP.html
  commentId: P:UnityEngine.Network.natFacilitatorIP
  nameWithType: Network.natFacilitatorIP
  type: Property
- uid: UnityEngine.Network.natFacilitatorPort
  name: natFacilitatorPort
  fullName: UnityEngine.Network.natFacilitatorPort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-natFacilitatorPort.html
  commentId: P:UnityEngine.Network.natFacilitatorPort
  nameWithType: Network.natFacilitatorPort
  type: Property
- uid: UnityEngine.Network.peerType
  name: peerType
  fullName: UnityEngine.Network.peerType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-peerType.html
  commentId: P:UnityEngine.Network.peerType
  nameWithType: Network.peerType
  type: Property
- uid: UnityEngine.Network.player
  name: player
  fullName: UnityEngine.Network.player
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-player.html
  commentId: P:UnityEngine.Network.player
  nameWithType: Network.player
  type: Property
- uid: UnityEngine.Network.proxyIP
  name: proxyIP
  fullName: UnityEngine.Network.proxyIP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-proxyIP.html
  commentId: P:UnityEngine.Network.proxyIP
  nameWithType: Network.proxyIP
  type: Property
- uid: UnityEngine.Network.proxyPassword
  name: proxyPassword
  fullName: UnityEngine.Network.proxyPassword
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-proxyPassword.html
  commentId: P:UnityEngine.Network.proxyPassword
  nameWithType: Network.proxyPassword
  type: Property
- uid: UnityEngine.Network.proxyPort
  name: proxyPort
  fullName: UnityEngine.Network.proxyPort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-proxyPort.html
  commentId: P:UnityEngine.Network.proxyPort
  nameWithType: Network.proxyPort
  type: Property
- uid: UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkPlayer,System.Int32)
  name: RemoveRPCs(NetworkPlayer, int)
  fullName: UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkPlayer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.RemoveRPCs.html
  commentId: M:UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkPlayer,System.Int32)
  nameWithType: Network.RemoveRPCs(NetworkPlayer, int)
  type: Method
- uid: UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkPlayer)
  name: RemoveRPCs(NetworkPlayer)
  fullName: UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkPlayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.RemoveRPCs.html
  commentId: M:UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkPlayer)
  nameWithType: Network.RemoveRPCs(NetworkPlayer)
  type: Method
- uid: UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkViewID)
  name: RemoveRPCs(NetworkViewID)
  fullName: UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkViewID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.RemoveRPCs.html
  commentId: M:UnityEngine.Network.RemoveRPCs(UnityEngine.NetworkViewID)
  nameWithType: Network.RemoveRPCs(NetworkViewID)
  type: Method
- uid: UnityEngine.Network.RemoveRPCsInGroup(System.Int32)
  name: RemoveRPCsInGroup(int)
  fullName: UnityEngine.Network.RemoveRPCsInGroup(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.RemoveRPCsInGroup.html
  commentId: M:UnityEngine.Network.RemoveRPCsInGroup(System.Int32)
  nameWithType: Network.RemoveRPCsInGroup(int)
  type: Method
- uid: UnityEngine.Network.sendRate
  name: sendRate
  fullName: UnityEngine.Network.sendRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-sendRate.html
  commentId: P:UnityEngine.Network.sendRate
  nameWithType: Network.sendRate
  type: Property
- uid: UnityEngine.Network.SetLevelPrefix(System.Int32)
  name: SetLevelPrefix(int)
  fullName: UnityEngine.Network.SetLevelPrefix(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.SetLevelPrefix.html
  commentId: M:UnityEngine.Network.SetLevelPrefix(System.Int32)
  nameWithType: Network.SetLevelPrefix(int)
  type: Method
- uid: UnityEngine.Network.SetReceivingEnabled(UnityEngine.NetworkPlayer,System.Int32,System.Boolean)
  name: SetReceivingEnabled(NetworkPlayer, int, bool)
  fullName: UnityEngine.Network.SetReceivingEnabled(UnityEngine.NetworkPlayer, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.SetReceivingEnabled.html
  commentId: M:UnityEngine.Network.SetReceivingEnabled(UnityEngine.NetworkPlayer,System.Int32,System.Boolean)
  nameWithType: Network.SetReceivingEnabled(NetworkPlayer, int, bool)
  type: Method
- uid: UnityEngine.Network.SetSendingEnabled(System.Int32,System.Boolean)
  name: SetSendingEnabled(int, bool)
  fullName: UnityEngine.Network.SetSendingEnabled(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.SetSendingEnabled.html
  commentId: M:UnityEngine.Network.SetSendingEnabled(System.Int32,System.Boolean)
  nameWithType: Network.SetSendingEnabled(int, bool)
  type: Method
- uid: UnityEngine.Network.SetSendingEnabled(UnityEngine.NetworkPlayer,System.Int32,System.Boolean)
  name: SetSendingEnabled(NetworkPlayer, int, bool)
  fullName: UnityEngine.Network.SetSendingEnabled(UnityEngine.NetworkPlayer, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.SetSendingEnabled.html
  commentId: M:UnityEngine.Network.SetSendingEnabled(UnityEngine.NetworkPlayer,System.Int32,System.Boolean)
  nameWithType: Network.SetSendingEnabled(NetworkPlayer, int, bool)
  type: Method
- uid: UnityEngine.Network.TestConnection
  name: TestConnection()
  fullName: UnityEngine.Network.TestConnection()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.TestConnection.html
  commentId: M:UnityEngine.Network.TestConnection
  nameWithType: Network.TestConnection()
  type: Method
- uid: UnityEngine.Network.TestConnection(System.Boolean)
  name: TestConnection(bool)
  fullName: UnityEngine.Network.TestConnection(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.TestConnection.html
  commentId: M:UnityEngine.Network.TestConnection(System.Boolean)
  nameWithType: Network.TestConnection(bool)
  type: Method
- uid: UnityEngine.Network.TestConnectionNAT
  name: TestConnectionNAT()
  fullName: UnityEngine.Network.TestConnectionNAT()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.TestConnectionNAT.html
  commentId: M:UnityEngine.Network.TestConnectionNAT
  nameWithType: Network.TestConnectionNAT()
  type: Method
- uid: UnityEngine.Network.TestConnectionNAT(System.Boolean)
  name: TestConnectionNAT(bool)
  fullName: UnityEngine.Network.TestConnectionNAT(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network.TestConnectionNAT.html
  commentId: M:UnityEngine.Network.TestConnectionNAT(System.Boolean)
  nameWithType: Network.TestConnectionNAT(bool)
  type: Method
- uid: UnityEngine.Network.time
  name: time
  fullName: UnityEngine.Network.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-time.html
  commentId: P:UnityEngine.Network.time
  nameWithType: Network.time
  type: Property
- uid: UnityEngine.Network.useNat
  name: useNat
  fullName: UnityEngine.Network.useNat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-useNat.html
  commentId: P:UnityEngine.Network.useNat
  nameWithType: Network.useNat
  type: Property
- uid: UnityEngine.Network.useProxy
  name: useProxy
  fullName: UnityEngine.Network.useProxy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Network-useProxy.html
  commentId: P:UnityEngine.Network.useProxy
  nameWithType: Network.useProxy
  type: Property
- uid: UnityEngine.NetworkConnectionError
  name: NetworkConnectionError
  fullName: UnityEngine.NetworkConnectionError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.html
  commentId: T:UnityEngine.NetworkConnectionError
  nameWithType: NetworkConnectionError
  type: Enum
- uid: UnityEngine.NetworkConnectionError.AlreadyConnectedToAnotherServer
  name: AlreadyConnectedToAnotherServer
  fullName: UnityEngine.NetworkConnectionError.AlreadyConnectedToAnotherServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.AlreadyConnectedToAnotherServer.html
  commentId: F:UnityEngine.NetworkConnectionError.AlreadyConnectedToAnotherServer
  nameWithType: NetworkConnectionError.AlreadyConnectedToAnotherServer
  type: Field
- uid: UnityEngine.NetworkConnectionError.AlreadyConnectedToServer
  name: AlreadyConnectedToServer
  fullName: UnityEngine.NetworkConnectionError.AlreadyConnectedToServer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.AlreadyConnectedToServer.html
  commentId: F:UnityEngine.NetworkConnectionError.AlreadyConnectedToServer
  nameWithType: NetworkConnectionError.AlreadyConnectedToServer
  type: Field
- uid: UnityEngine.NetworkConnectionError.ConnectionBanned
  name: ConnectionBanned
  fullName: UnityEngine.NetworkConnectionError.ConnectionBanned
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.ConnectionBanned.html
  commentId: F:UnityEngine.NetworkConnectionError.ConnectionBanned
  nameWithType: NetworkConnectionError.ConnectionBanned
  type: Field
- uid: UnityEngine.NetworkConnectionError.ConnectionFailed
  name: ConnectionFailed
  fullName: UnityEngine.NetworkConnectionError.ConnectionFailed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.ConnectionFailed.html
  commentId: F:UnityEngine.NetworkConnectionError.ConnectionFailed
  nameWithType: NetworkConnectionError.ConnectionFailed
  type: Field
- uid: UnityEngine.NetworkConnectionError.CreateSocketOrThreadFailure
  name: CreateSocketOrThreadFailure
  fullName: UnityEngine.NetworkConnectionError.CreateSocketOrThreadFailure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.CreateSocketOrThreadFailure.html
  commentId: F:UnityEngine.NetworkConnectionError.CreateSocketOrThreadFailure
  nameWithType: NetworkConnectionError.CreateSocketOrThreadFailure
  type: Field
- uid: UnityEngine.NetworkConnectionError.EmptyConnectTarget
  name: EmptyConnectTarget
  fullName: UnityEngine.NetworkConnectionError.EmptyConnectTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.EmptyConnectTarget.html
  commentId: F:UnityEngine.NetworkConnectionError.EmptyConnectTarget
  nameWithType: NetworkConnectionError.EmptyConnectTarget
  type: Field
- uid: UnityEngine.NetworkConnectionError.IncorrectParameters
  name: IncorrectParameters
  fullName: UnityEngine.NetworkConnectionError.IncorrectParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.IncorrectParameters.html
  commentId: F:UnityEngine.NetworkConnectionError.IncorrectParameters
  nameWithType: NetworkConnectionError.IncorrectParameters
  type: Field
- uid: UnityEngine.NetworkConnectionError.InternalDirectConnectFailed
  name: InternalDirectConnectFailed
  fullName: UnityEngine.NetworkConnectionError.InternalDirectConnectFailed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.InternalDirectConnectFailed.html
  commentId: F:UnityEngine.NetworkConnectionError.InternalDirectConnectFailed
  nameWithType: NetworkConnectionError.InternalDirectConnectFailed
  type: Field
- uid: UnityEngine.NetworkConnectionError.InvalidPassword
  name: InvalidPassword
  fullName: UnityEngine.NetworkConnectionError.InvalidPassword
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.InvalidPassword.html
  commentId: F:UnityEngine.NetworkConnectionError.InvalidPassword
  nameWithType: NetworkConnectionError.InvalidPassword
  type: Field
- uid: UnityEngine.NetworkConnectionError.NATPunchthroughFailed
  name: NATPunchthroughFailed
  fullName: UnityEngine.NetworkConnectionError.NATPunchthroughFailed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.NATPunchthroughFailed.html
  commentId: F:UnityEngine.NetworkConnectionError.NATPunchthroughFailed
  nameWithType: NetworkConnectionError.NATPunchthroughFailed
  type: Field
- uid: UnityEngine.NetworkConnectionError.NATTargetConnectionLost
  name: NATTargetConnectionLost
  fullName: UnityEngine.NetworkConnectionError.NATTargetConnectionLost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.NATTargetConnectionLost.html
  commentId: F:UnityEngine.NetworkConnectionError.NATTargetConnectionLost
  nameWithType: NetworkConnectionError.NATTargetConnectionLost
  type: Field
- uid: UnityEngine.NetworkConnectionError.NATTargetNotConnected
  name: NATTargetNotConnected
  fullName: UnityEngine.NetworkConnectionError.NATTargetNotConnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.NATTargetNotConnected.html
  commentId: F:UnityEngine.NetworkConnectionError.NATTargetNotConnected
  nameWithType: NetworkConnectionError.NATTargetNotConnected
  type: Field
- uid: UnityEngine.NetworkConnectionError.NoError
  name: NoError
  fullName: UnityEngine.NetworkConnectionError.NoError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.NoError.html
  commentId: F:UnityEngine.NetworkConnectionError.NoError
  nameWithType: NetworkConnectionError.NoError
  type: Field
- uid: UnityEngine.NetworkConnectionError.RSAPublicKeyMismatch
  name: RSAPublicKeyMismatch
  fullName: UnityEngine.NetworkConnectionError.RSAPublicKeyMismatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.RSAPublicKeyMismatch.html
  commentId: F:UnityEngine.NetworkConnectionError.RSAPublicKeyMismatch
  nameWithType: NetworkConnectionError.RSAPublicKeyMismatch
  type: Field
- uid: UnityEngine.NetworkConnectionError.TooManyConnectedPlayers
  name: TooManyConnectedPlayers
  fullName: UnityEngine.NetworkConnectionError.TooManyConnectedPlayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkConnectionError.TooManyConnectedPlayers.html
  commentId: F:UnityEngine.NetworkConnectionError.TooManyConnectedPlayers
  nameWithType: NetworkConnectionError.TooManyConnectedPlayers
  type: Field
- uid: UnityEngine.NetworkDisconnection
  name: NetworkDisconnection
  fullName: UnityEngine.NetworkDisconnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkDisconnection.html
  commentId: T:UnityEngine.NetworkDisconnection
  nameWithType: NetworkDisconnection
  type: Enum
- uid: UnityEngine.NetworkDisconnection.Disconnected
  name: Disconnected
  fullName: UnityEngine.NetworkDisconnection.Disconnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkDisconnection.Disconnected.html
  commentId: F:UnityEngine.NetworkDisconnection.Disconnected
  nameWithType: NetworkDisconnection.Disconnected
  type: Field
- uid: UnityEngine.NetworkDisconnection.LostConnection
  name: LostConnection
  fullName: UnityEngine.NetworkDisconnection.LostConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkDisconnection.LostConnection.html
  commentId: F:UnityEngine.NetworkDisconnection.LostConnection
  nameWithType: NetworkDisconnection.LostConnection
  type: Field
- uid: UnityEngine.Networking
  name: UnityEngine.Networking
  fullName: UnityEngine.Networking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Networking
  nameWithType: UnityEngine.Networking
  type: Namespace
- uid: UnityEngine.Networking.ChannelQOS
  name: ChannelQOS
  fullName: UnityEngine.Networking.ChannelQOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ChannelQOS.html
  commentId: T:UnityEngine.Networking.ChannelQOS
  nameWithType: ChannelQOS
  type: Class
- uid: UnityEngine.Networking.ChannelQOS.#ctor
  name: ChannelQOS()
  fullName: UnityEngine.Networking.ChannelQOS.ChannelQOS()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ChannelQOS-ctor.html
  commentId: M:UnityEngine.Networking.ChannelQOS.#ctor
  nameWithType: ChannelQOS.ChannelQOS()
  type: Constructor
- uid: UnityEngine.Networking.ChannelQOS.#ctor(UnityEngine.Networking.ChannelQOS)
  name: ChannelQOS(ChannelQOS)
  fullName: UnityEngine.Networking.ChannelQOS.ChannelQOS(UnityEngine.Networking.ChannelQOS)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ChannelQOS-ctor.html
  commentId: M:UnityEngine.Networking.ChannelQOS.#ctor(UnityEngine.Networking.ChannelQOS)
  nameWithType: ChannelQOS.ChannelQOS(ChannelQOS)
  type: Constructor
- uid: UnityEngine.Networking.ChannelQOS.#ctor(UnityEngine.Networking.QosType)
  name: ChannelQOS(QosType)
  fullName: UnityEngine.Networking.ChannelQOS.ChannelQOS(UnityEngine.Networking.QosType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ChannelQOS-ctor.html
  commentId: M:UnityEngine.Networking.ChannelQOS.#ctor(UnityEngine.Networking.QosType)
  nameWithType: ChannelQOS.ChannelQOS(QosType)
  type: Constructor
- uid: UnityEngine.Networking.ChannelQOS.QOS
  name: QOS
  fullName: UnityEngine.Networking.ChannelQOS.QOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ChannelQOS.QOS.html
  commentId: P:UnityEngine.Networking.ChannelQOS.QOS
  nameWithType: ChannelQOS.QOS
  type: Property
- uid: UnityEngine.Networking.ConnectionAcksType
  name: ConnectionAcksType
  fullName: UnityEngine.Networking.ConnectionAcksType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionAcksType.html
  commentId: T:UnityEngine.Networking.ConnectionAcksType
  nameWithType: ConnectionAcksType
  type: Enum
- uid: UnityEngine.Networking.ConnectionAcksType.Acks128
  name: Acks128
  fullName: UnityEngine.Networking.ConnectionAcksType.Acks128
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionAcksType.Acks128.html
  commentId: F:UnityEngine.Networking.ConnectionAcksType.Acks128
  nameWithType: ConnectionAcksType.Acks128
  type: Field
- uid: UnityEngine.Networking.ConnectionAcksType.Acks32
  name: Acks32
  fullName: UnityEngine.Networking.ConnectionAcksType.Acks32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionAcksType.Acks32.html
  commentId: F:UnityEngine.Networking.ConnectionAcksType.Acks32
  nameWithType: ConnectionAcksType.Acks32
  type: Field
- uid: UnityEngine.Networking.ConnectionAcksType.Acks64
  name: Acks64
  fullName: UnityEngine.Networking.ConnectionAcksType.Acks64
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionAcksType.Acks64.html
  commentId: F:UnityEngine.Networking.ConnectionAcksType.Acks64
  nameWithType: ConnectionAcksType.Acks64
  type: Field
- uid: UnityEngine.Networking.ConnectionAcksType.Acks96
  name: Acks96
  fullName: UnityEngine.Networking.ConnectionAcksType.Acks96
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionAcksType.Acks96.html
  commentId: F:UnityEngine.Networking.ConnectionAcksType.Acks96
  nameWithType: ConnectionAcksType.Acks96
  type: Field
- uid: UnityEngine.Networking.ConnectionConfig
  name: ConnectionConfig
  fullName: UnityEngine.Networking.ConnectionConfig
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.html
  commentId: T:UnityEngine.Networking.ConnectionConfig
  nameWithType: ConnectionConfig
  type: Class
- uid: UnityEngine.Networking.ConnectionConfig.#ctor
  name: ConnectionConfig()
  fullName: UnityEngine.Networking.ConnectionConfig.ConnectionConfig()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig-ctor.html
  commentId: M:UnityEngine.Networking.ConnectionConfig.#ctor
  nameWithType: ConnectionConfig.ConnectionConfig()
  type: Constructor
- uid: UnityEngine.Networking.ConnectionConfig.#ctor(UnityEngine.Networking.ConnectionConfig)
  name: ConnectionConfig(ConnectionConfig)
  fullName: UnityEngine.Networking.ConnectionConfig.ConnectionConfig(UnityEngine.Networking.ConnectionConfig)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig-ctor.html
  commentId: M:UnityEngine.Networking.ConnectionConfig.#ctor(UnityEngine.Networking.ConnectionConfig)
  nameWithType: ConnectionConfig.ConnectionConfig(ConnectionConfig)
  type: Constructor
- uid: UnityEngine.Networking.ConnectionConfig.AckDelay
  name: AckDelay
  fullName: UnityEngine.Networking.ConnectionConfig.AckDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.AckDelay.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.AckDelay
  nameWithType: ConnectionConfig.AckDelay
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.AcksType
  name: AcksType
  fullName: UnityEngine.Networking.ConnectionConfig.AcksType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.AcksType.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.AcksType
  nameWithType: ConnectionConfig.AcksType
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.AddChannel(UnityEngine.Networking.QosType)
  name: AddChannel(QosType)
  fullName: UnityEngine.Networking.ConnectionConfig.AddChannel(UnityEngine.Networking.QosType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.AddChannel.html
  commentId: M:UnityEngine.Networking.ConnectionConfig.AddChannel(UnityEngine.Networking.QosType)
  nameWithType: ConnectionConfig.AddChannel(QosType)
  type: Method
- uid: UnityEngine.Networking.ConnectionConfig.AllCostTimeout
  name: AllCostTimeout
  fullName: UnityEngine.Networking.ConnectionConfig.AllCostTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.AllCostTimeout.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.AllCostTimeout
  nameWithType: ConnectionConfig.AllCostTimeout
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.BandwidthPeakFactor
  name: BandwidthPeakFactor
  fullName: UnityEngine.Networking.ConnectionConfig.BandwidthPeakFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.BandwidthPeakFactor.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.BandwidthPeakFactor
  nameWithType: ConnectionConfig.BandwidthPeakFactor
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.ChannelCount
  name: ChannelCount
  fullName: UnityEngine.Networking.ConnectionConfig.ChannelCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.ChannelCount.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.ChannelCount
  nameWithType: ConnectionConfig.ChannelCount
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.Channels
  name: Channels
  fullName: UnityEngine.Networking.ConnectionConfig.Channels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.Channels.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.Channels
  nameWithType: ConnectionConfig.Channels
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.ConnectTimeout
  name: ConnectTimeout
  fullName: UnityEngine.Networking.ConnectionConfig.ConnectTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.ConnectTimeout.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.ConnectTimeout
  nameWithType: ConnectionConfig.ConnectTimeout
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.DisconnectTimeout
  name: DisconnectTimeout
  fullName: UnityEngine.Networking.ConnectionConfig.DisconnectTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.DisconnectTimeout.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.DisconnectTimeout
  nameWithType: ConnectionConfig.DisconnectTimeout
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.FragmentSize
  name: FragmentSize
  fullName: UnityEngine.Networking.ConnectionConfig.FragmentSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.FragmentSize.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.FragmentSize
  nameWithType: ConnectionConfig.FragmentSize
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.GetChannel(System.Byte)
  name: GetChannel(byte)
  fullName: UnityEngine.Networking.ConnectionConfig.GetChannel(byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.GetChannel.html
  commentId: M:UnityEngine.Networking.ConnectionConfig.GetChannel(System.Byte)
  nameWithType: ConnectionConfig.GetChannel(byte)
  type: Method
- uid: UnityEngine.Networking.ConnectionConfig.InitialBandwidth
  name: InitialBandwidth
  fullName: UnityEngine.Networking.ConnectionConfig.InitialBandwidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.InitialBandwidth.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.InitialBandwidth
  nameWithType: ConnectionConfig.InitialBandwidth
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.IsAcksLong
  name: IsAcksLong
  fullName: UnityEngine.Networking.ConnectionConfig.IsAcksLong
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.IsAcksLong.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.IsAcksLong
  nameWithType: ConnectionConfig.IsAcksLong
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.MaxCombinedReliableMessageCount
  name: MaxCombinedReliableMessageCount
  fullName: UnityEngine.Networking.ConnectionConfig.MaxCombinedReliableMessageCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.MaxCombinedReliableMessageCount.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.MaxCombinedReliableMessageCount
  nameWithType: ConnectionConfig.MaxCombinedReliableMessageCount
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.MaxCombinedReliableMessageSize
  name: MaxCombinedReliableMessageSize
  fullName: UnityEngine.Networking.ConnectionConfig.MaxCombinedReliableMessageSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.MaxCombinedReliableMessageSize.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.MaxCombinedReliableMessageSize
  nameWithType: ConnectionConfig.MaxCombinedReliableMessageSize
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.MaxConnectionAttempt
  name: MaxConnectionAttempt
  fullName: UnityEngine.Networking.ConnectionConfig.MaxConnectionAttempt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.MaxConnectionAttempt.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.MaxConnectionAttempt
  nameWithType: ConnectionConfig.MaxConnectionAttempt
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.MaxSentMessageQueueSize
  name: MaxSentMessageQueueSize
  fullName: UnityEngine.Networking.ConnectionConfig.MaxSentMessageQueueSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.MaxSentMessageQueueSize.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.MaxSentMessageQueueSize
  nameWithType: ConnectionConfig.MaxSentMessageQueueSize
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.MinUpdateTimeout
  name: MinUpdateTimeout
  fullName: UnityEngine.Networking.ConnectionConfig.MinUpdateTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.MinUpdateTimeout.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.MinUpdateTimeout
  nameWithType: ConnectionConfig.MinUpdateTimeout
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.NetworkDropThreshold
  name: NetworkDropThreshold
  fullName: UnityEngine.Networking.ConnectionConfig.NetworkDropThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.NetworkDropThreshold.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.NetworkDropThreshold
  nameWithType: ConnectionConfig.NetworkDropThreshold
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.OverflowDropThreshold
  name: OverflowDropThreshold
  fullName: UnityEngine.Networking.ConnectionConfig.OverflowDropThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.OverflowDropThreshold.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.OverflowDropThreshold
  nameWithType: ConnectionConfig.OverflowDropThreshold
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.PacketSize
  name: PacketSize
  fullName: UnityEngine.Networking.ConnectionConfig.PacketSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.PacketSize.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.PacketSize
  nameWithType: ConnectionConfig.PacketSize
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.PingTimeout
  name: PingTimeout
  fullName: UnityEngine.Networking.ConnectionConfig.PingTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.PingTimeout.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.PingTimeout
  nameWithType: ConnectionConfig.PingTimeout
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.ReducedPingTimeout
  name: ReducedPingTimeout
  fullName: UnityEngine.Networking.ConnectionConfig.ReducedPingTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.ReducedPingTimeout.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.ReducedPingTimeout
  nameWithType: ConnectionConfig.ReducedPingTimeout
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.ResendTimeout
  name: ResendTimeout
  fullName: UnityEngine.Networking.ConnectionConfig.ResendTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.ResendTimeout.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.ResendTimeout
  nameWithType: ConnectionConfig.ResendTimeout
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.SendDelay
  name: SendDelay
  fullName: UnityEngine.Networking.ConnectionConfig.SendDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.SendDelay.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.SendDelay
  nameWithType: ConnectionConfig.SendDelay
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.SSLCAFilePath
  name: SSLCAFilePath
  fullName: UnityEngine.Networking.ConnectionConfig.SSLCAFilePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.SSLCAFilePath.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.SSLCAFilePath
  nameWithType: ConnectionConfig.SSLCAFilePath
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.SSLCertFilePath
  name: SSLCertFilePath
  fullName: UnityEngine.Networking.ConnectionConfig.SSLCertFilePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.SSLCertFilePath.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.SSLCertFilePath
  nameWithType: ConnectionConfig.SSLCertFilePath
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.SSLPrivateKeyFilePath
  name: SSLPrivateKeyFilePath
  fullName: UnityEngine.Networking.ConnectionConfig.SSLPrivateKeyFilePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.SSLPrivateKeyFilePath.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.SSLPrivateKeyFilePath
  nameWithType: ConnectionConfig.SSLPrivateKeyFilePath
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.UdpSocketReceiveBufferMaxSize
  name: UdpSocketReceiveBufferMaxSize
  fullName: UnityEngine.Networking.ConnectionConfig.UdpSocketReceiveBufferMaxSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.UdpSocketReceiveBufferMaxSize.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.UdpSocketReceiveBufferMaxSize
  nameWithType: ConnectionConfig.UdpSocketReceiveBufferMaxSize
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.UsePlatformSpecificProtocols
  name: UsePlatformSpecificProtocols
  fullName: UnityEngine.Networking.ConnectionConfig.UsePlatformSpecificProtocols
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.UsePlatformSpecificProtocols.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.UsePlatformSpecificProtocols
  nameWithType: ConnectionConfig.UsePlatformSpecificProtocols
  type: Property
- uid: UnityEngine.Networking.ConnectionConfig.Validate(UnityEngine.Networking.ConnectionConfig)
  name: Validate(ConnectionConfig)
  fullName: UnityEngine.Networking.ConnectionConfig.Validate(UnityEngine.Networking.ConnectionConfig)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.Validate.html
  commentId: M:UnityEngine.Networking.ConnectionConfig.Validate(UnityEngine.Networking.ConnectionConfig)
  nameWithType: ConnectionConfig.Validate(ConnectionConfig)
  type: Method
- uid: UnityEngine.Networking.ConnectionConfig.WebSocketReceiveBufferMaxSize
  name: WebSocketReceiveBufferMaxSize
  fullName: UnityEngine.Networking.ConnectionConfig.WebSocketReceiveBufferMaxSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionConfig.WebSocketReceiveBufferMaxSize.html
  commentId: P:UnityEngine.Networking.ConnectionConfig.WebSocketReceiveBufferMaxSize
  nameWithType: ConnectionConfig.WebSocketReceiveBufferMaxSize
  type: Property
- uid: UnityEngine.Networking.ConnectionSimulatorConfig
  name: ConnectionSimulatorConfig
  fullName: UnityEngine.Networking.ConnectionSimulatorConfig
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionSimulatorConfig.html
  commentId: T:UnityEngine.Networking.ConnectionSimulatorConfig
  nameWithType: ConnectionSimulatorConfig
  type: Class
- uid: UnityEngine.Networking.ConnectionSimulatorConfig.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)
  name: ConnectionSimulatorConfig(int, int, int, int, float)
  fullName: UnityEngine.Networking.ConnectionSimulatorConfig.ConnectionSimulatorConfig(int, int, int, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionSimulatorConfig-ctor.html
  commentId: M:UnityEngine.Networking.ConnectionSimulatorConfig.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Single)
  nameWithType: ConnectionSimulatorConfig.ConnectionSimulatorConfig(int, int, int, int, float)
  type: Constructor
- uid: UnityEngine.Networking.ConnectionSimulatorConfig.Dispose
  name: Dispose()
  fullName: UnityEngine.Networking.ConnectionSimulatorConfig.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionSimulatorConfig.Dispose.html
  commentId: M:UnityEngine.Networking.ConnectionSimulatorConfig.Dispose
  nameWithType: ConnectionSimulatorConfig.Dispose()
  type: Method
- uid: UnityEngine.Networking.ConnectionSimulatorConfig.Finalize
  name: ~ConnectionSimulatorConfig()
  fullName: UnityEngine.Networking.ConnectionSimulatorConfig.~ConnectionSimulatorConfig()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ConnectionSimulatorConfig.Finalize.html
  commentId: M:UnityEngine.Networking.ConnectionSimulatorConfig.Finalize
  nameWithType: ConnectionSimulatorConfig.~ConnectionSimulatorConfig()
  type: Method
- uid: UnityEngine.Networking.DownloadHandler
  name: DownloadHandler
  fullName: UnityEngine.Networking.DownloadHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.html
  commentId: T:UnityEngine.Networking.DownloadHandler
  nameWithType: DownloadHandler
  type: Class
- uid: UnityEngine.Networking.DownloadHandler.CompleteContent
  name: CompleteContent()
  fullName: UnityEngine.Networking.DownloadHandler.CompleteContent()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.CompleteContent.html
  commentId: M:UnityEngine.Networking.DownloadHandler.CompleteContent
  nameWithType: DownloadHandler.CompleteContent()
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.data
  name: data
  fullName: UnityEngine.Networking.DownloadHandler.data
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler-data.html
  commentId: P:UnityEngine.Networking.DownloadHandler.data
  nameWithType: DownloadHandler.data
  type: Property
- uid: UnityEngine.Networking.DownloadHandler.Dispose
  name: Dispose()
  fullName: UnityEngine.Networking.DownloadHandler.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.Dispose.html
  commentId: M:UnityEngine.Networking.DownloadHandler.Dispose
  nameWithType: DownloadHandler.Dispose()
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.Finalize
  name: ~DownloadHandler()
  fullName: UnityEngine.Networking.DownloadHandler.~DownloadHandler()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.Finalize.html
  commentId: M:UnityEngine.Networking.DownloadHandler.Finalize
  nameWithType: DownloadHandler.~DownloadHandler()
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.GetCheckedDownloader``1(UnityEngine.Networking.UnityWebRequest)
  name: GetCheckedDownloader<T>(UnityWebRequest)
  fullName: UnityEngine.Networking.DownloadHandler.GetCheckedDownloader<T>(UnityEngine.Networking.UnityWebRequest)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.GetCheckedDownloader.html
  commentId: M:UnityEngine.Networking.DownloadHandler.GetCheckedDownloader``1(UnityEngine.Networking.UnityWebRequest)
  nameWithType: DownloadHandler.GetCheckedDownloader<T>(UnityWebRequest)
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.GetData
  name: GetData()
  fullName: UnityEngine.Networking.DownloadHandler.GetData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.GetData.html
  commentId: M:UnityEngine.Networking.DownloadHandler.GetData
  nameWithType: DownloadHandler.GetData()
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.GetProgress
  name: GetProgress()
  fullName: UnityEngine.Networking.DownloadHandler.GetProgress()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.GetProgress.html
  commentId: M:UnityEngine.Networking.DownloadHandler.GetProgress
  nameWithType: DownloadHandler.GetProgress()
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.GetText
  name: GetText()
  fullName: UnityEngine.Networking.DownloadHandler.GetText()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.GetText.html
  commentId: M:UnityEngine.Networking.DownloadHandler.GetText
  nameWithType: DownloadHandler.GetText()
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.isDone
  name: isDone
  fullName: UnityEngine.Networking.DownloadHandler.isDone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler-isDone.html
  commentId: P:UnityEngine.Networking.DownloadHandler.isDone
  nameWithType: DownloadHandler.isDone
  type: Property
- uid: UnityEngine.Networking.DownloadHandler.ReceiveContentLength(System.Int32)
  name: ReceiveContentLength(int)
  fullName: UnityEngine.Networking.DownloadHandler.ReceiveContentLength(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.ReceiveContentLength.html
  commentId: M:UnityEngine.Networking.DownloadHandler.ReceiveContentLength(System.Int32)
  nameWithType: DownloadHandler.ReceiveContentLength(int)
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.ReceiveData(System.Byte[],System.Int32)
  name: ReceiveData(byte[], int)
  fullName: UnityEngine.Networking.DownloadHandler.ReceiveData(byte[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler.ReceiveData.html
  commentId: M:UnityEngine.Networking.DownloadHandler.ReceiveData(System.Byte[],System.Int32)
  nameWithType: DownloadHandler.ReceiveData(byte[], int)
  type: Method
- uid: UnityEngine.Networking.DownloadHandler.text
  name: text
  fullName: UnityEngine.Networking.DownloadHandler.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandler-text.html
  commentId: P:UnityEngine.Networking.DownloadHandler.text
  nameWithType: DownloadHandler.text
  type: Property
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle
  name: DownloadHandlerAssetBundle
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle.html
  commentId: T:UnityEngine.Networking.DownloadHandlerAssetBundle
  nameWithType: DownloadHandlerAssetBundle
  type: Class
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle.#ctor(System.String,System.String,UnityEngine.Hash128,System.UInt32)
  name: DownloadHandlerAssetBundle(string, string, Hash128, uint)
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle.DownloadHandlerAssetBundle(string, string, UnityEngine.Hash128, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAssetBundle.#ctor(System.String,System.String,UnityEngine.Hash128,System.UInt32)
  nameWithType: DownloadHandlerAssetBundle.DownloadHandlerAssetBundle(string, string, Hash128, uint)
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle.#ctor(System.String,System.UInt32,System.UInt32)
  name: DownloadHandlerAssetBundle(string, uint, uint)
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle.DownloadHandlerAssetBundle(string, uint, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAssetBundle.#ctor(System.String,System.UInt32,System.UInt32)
  nameWithType: DownloadHandlerAssetBundle.DownloadHandlerAssetBundle(string, uint, uint)
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle.#ctor(System.String,System.UInt32)
  name: DownloadHandlerAssetBundle(string, uint)
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle.DownloadHandlerAssetBundle(string, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAssetBundle.#ctor(System.String,System.UInt32)
  nameWithType: DownloadHandlerAssetBundle.DownloadHandlerAssetBundle(string, uint)
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle.#ctor(System.String,UnityEngine.Hash128,System.UInt32)
  name: DownloadHandlerAssetBundle(string, Hash128, uint)
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle.DownloadHandlerAssetBundle(string, UnityEngine.Hash128, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAssetBundle.#ctor(System.String,UnityEngine.Hash128,System.UInt32)
  nameWithType: DownloadHandlerAssetBundle.DownloadHandlerAssetBundle(string, Hash128, uint)
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle.assetBundle
  name: assetBundle
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle.assetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle-assetBundle.html
  commentId: P:UnityEngine.Networking.DownloadHandlerAssetBundle.assetBundle
  nameWithType: DownloadHandlerAssetBundle.assetBundle
  type: Property
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle.GetContent(UnityEngine.Networking.UnityWebRequest)
  name: GetContent(UnityWebRequest)
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle.GetContent(UnityEngine.Networking.UnityWebRequest)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle.GetContent.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAssetBundle.GetContent(UnityEngine.Networking.UnityWebRequest)
  nameWithType: DownloadHandlerAssetBundle.GetContent(UnityWebRequest)
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle.GetData
  name: GetData()
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle.GetData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle.GetData.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAssetBundle.GetData
  nameWithType: DownloadHandlerAssetBundle.GetData()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerAssetBundle.GetText
  name: GetText()
  fullName: UnityEngine.Networking.DownloadHandlerAssetBundle.GetText()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAssetBundle.GetText.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAssetBundle.GetText
  nameWithType: DownloadHandlerAssetBundle.GetText()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerAudioClip
  name: DownloadHandlerAudioClip
  fullName: UnityEngine.Networking.DownloadHandlerAudioClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAudioClip.html
  commentId: T:UnityEngine.Networking.DownloadHandlerAudioClip
  nameWithType: DownloadHandlerAudioClip
  type: Class
- uid: UnityEngine.Networking.DownloadHandlerAudioClip.#ctor(System.String,UnityEngine.AudioType)
  name: DownloadHandlerAudioClip(string, AudioType)
  fullName: UnityEngine.Networking.DownloadHandlerAudioClip.DownloadHandlerAudioClip(string, UnityEngine.AudioType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAudioClip-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAudioClip.#ctor(System.String,UnityEngine.AudioType)
  nameWithType: DownloadHandlerAudioClip.DownloadHandlerAudioClip(string, AudioType)
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerAudioClip.audioClip
  name: audioClip
  fullName: UnityEngine.Networking.DownloadHandlerAudioClip.audioClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAudioClip-audioClip.html
  commentId: P:UnityEngine.Networking.DownloadHandlerAudioClip.audioClip
  nameWithType: DownloadHandlerAudioClip.audioClip
  type: Property
- uid: UnityEngine.Networking.DownloadHandlerAudioClip.GetContent(UnityEngine.Networking.UnityWebRequest)
  name: GetContent(UnityWebRequest)
  fullName: UnityEngine.Networking.DownloadHandlerAudioClip.GetContent(UnityEngine.Networking.UnityWebRequest)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAudioClip.GetContent.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAudioClip.GetContent(UnityEngine.Networking.UnityWebRequest)
  nameWithType: DownloadHandlerAudioClip.GetContent(UnityWebRequest)
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerAudioClip.GetData
  name: GetData()
  fullName: UnityEngine.Networking.DownloadHandlerAudioClip.GetData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAudioClip.GetData.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAudioClip.GetData
  nameWithType: DownloadHandlerAudioClip.GetData()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerAudioClip.GetText
  name: GetText()
  fullName: UnityEngine.Networking.DownloadHandlerAudioClip.GetText()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerAudioClip.GetText.html
  commentId: M:UnityEngine.Networking.DownloadHandlerAudioClip.GetText
  nameWithType: DownloadHandlerAudioClip.GetText()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerBuffer
  name: DownloadHandlerBuffer
  fullName: UnityEngine.Networking.DownloadHandlerBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerBuffer.html
  commentId: T:UnityEngine.Networking.DownloadHandlerBuffer
  nameWithType: DownloadHandlerBuffer
  type: Class
- uid: UnityEngine.Networking.DownloadHandlerBuffer.#ctor
  name: DownloadHandlerBuffer()
  fullName: UnityEngine.Networking.DownloadHandlerBuffer.DownloadHandlerBuffer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerBuffer-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerBuffer.#ctor
  nameWithType: DownloadHandlerBuffer.DownloadHandlerBuffer()
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerBuffer.GetContent(UnityEngine.Networking.UnityWebRequest)
  name: GetContent(UnityWebRequest)
  fullName: UnityEngine.Networking.DownloadHandlerBuffer.GetContent(UnityEngine.Networking.UnityWebRequest)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerBuffer.GetContent.html
  commentId: M:UnityEngine.Networking.DownloadHandlerBuffer.GetContent(UnityEngine.Networking.UnityWebRequest)
  nameWithType: DownloadHandlerBuffer.GetContent(UnityWebRequest)
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerBuffer.GetData
  name: GetData()
  fullName: UnityEngine.Networking.DownloadHandlerBuffer.GetData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerBuffer.GetData.html
  commentId: M:UnityEngine.Networking.DownloadHandlerBuffer.GetData
  nameWithType: DownloadHandlerBuffer.GetData()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerFile
  name: DownloadHandlerFile
  fullName: UnityEngine.Networking.DownloadHandlerFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerFile.html
  commentId: T:UnityEngine.Networking.DownloadHandlerFile
  nameWithType: DownloadHandlerFile
  type: Class
- uid: UnityEngine.Networking.DownloadHandlerFile.#ctor(System.String)
  name: DownloadHandlerFile(string)
  fullName: UnityEngine.Networking.DownloadHandlerFile.DownloadHandlerFile(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerFile-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerFile.#ctor(System.String)
  nameWithType: DownloadHandlerFile.DownloadHandlerFile(string)
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerFile.GetData
  name: GetData()
  fullName: UnityEngine.Networking.DownloadHandlerFile.GetData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerFile.GetData.html
  commentId: M:UnityEngine.Networking.DownloadHandlerFile.GetData
  nameWithType: DownloadHandlerFile.GetData()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerFile.GetText
  name: GetText()
  fullName: UnityEngine.Networking.DownloadHandlerFile.GetText()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerFile.GetText.html
  commentId: M:UnityEngine.Networking.DownloadHandlerFile.GetText
  nameWithType: DownloadHandlerFile.GetText()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerFile.removeFileOnAbort
  name: removeFileOnAbort
  fullName: UnityEngine.Networking.DownloadHandlerFile.removeFileOnAbort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerFile-removeFileOnAbort.html
  commentId: P:UnityEngine.Networking.DownloadHandlerFile.removeFileOnAbort
  nameWithType: DownloadHandlerFile.removeFileOnAbort
  type: Property
- uid: UnityEngine.Networking.DownloadHandlerMovieTexture
  name: DownloadHandlerMovieTexture
  fullName: UnityEngine.Networking.DownloadHandlerMovieTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerMovieTexture.html
  commentId: T:UnityEngine.Networking.DownloadHandlerMovieTexture
  nameWithType: DownloadHandlerMovieTexture
  type: Class
- uid: UnityEngine.Networking.DownloadHandlerMovieTexture.#ctor
  name: DownloadHandlerMovieTexture()
  fullName: UnityEngine.Networking.DownloadHandlerMovieTexture.DownloadHandlerMovieTexture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerMovieTexture-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerMovieTexture.#ctor
  nameWithType: DownloadHandlerMovieTexture.DownloadHandlerMovieTexture()
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerMovieTexture.GetContent(UnityEngine.Networking.UnityWebRequest)
  name: GetContent(UnityWebRequest)
  fullName: UnityEngine.Networking.DownloadHandlerMovieTexture.GetContent(UnityEngine.Networking.UnityWebRequest)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerMovieTexture.GetContent.html
  commentId: M:UnityEngine.Networking.DownloadHandlerMovieTexture.GetContent(UnityEngine.Networking.UnityWebRequest)
  nameWithType: DownloadHandlerMovieTexture.GetContent(UnityWebRequest)
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerMovieTexture.GetData
  name: GetData()
  fullName: UnityEngine.Networking.DownloadHandlerMovieTexture.GetData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerMovieTexture.GetData.html
  commentId: M:UnityEngine.Networking.DownloadHandlerMovieTexture.GetData
  nameWithType: DownloadHandlerMovieTexture.GetData()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerMovieTexture.GetText
  name: GetText()
  fullName: UnityEngine.Networking.DownloadHandlerMovieTexture.GetText()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerMovieTexture.GetText.html
  commentId: M:UnityEngine.Networking.DownloadHandlerMovieTexture.GetText
  nameWithType: DownloadHandlerMovieTexture.GetText()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerMovieTexture.movieTexture
  name: movieTexture
  fullName: UnityEngine.Networking.DownloadHandlerMovieTexture.movieTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerMovieTexture-movieTexture.html
  commentId: P:UnityEngine.Networking.DownloadHandlerMovieTexture.movieTexture
  nameWithType: DownloadHandlerMovieTexture.movieTexture
  type: Property
- uid: UnityEngine.Networking.DownloadHandlerScript
  name: DownloadHandlerScript
  fullName: UnityEngine.Networking.DownloadHandlerScript
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerScript.html
  commentId: T:UnityEngine.Networking.DownloadHandlerScript
  nameWithType: DownloadHandlerScript
  type: Class
- uid: UnityEngine.Networking.DownloadHandlerScript.#ctor
  name: DownloadHandlerScript()
  fullName: UnityEngine.Networking.DownloadHandlerScript.DownloadHandlerScript()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerScript-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerScript.#ctor
  nameWithType: DownloadHandlerScript.DownloadHandlerScript()
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerScript.#ctor(System.Byte[])
  name: DownloadHandlerScript(byte[])
  fullName: UnityEngine.Networking.DownloadHandlerScript.DownloadHandlerScript(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerScript-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerScript.#ctor(System.Byte[])
  nameWithType: DownloadHandlerScript.DownloadHandlerScript(byte[])
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerTexture
  name: DownloadHandlerTexture
  fullName: UnityEngine.Networking.DownloadHandlerTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerTexture.html
  commentId: T:UnityEngine.Networking.DownloadHandlerTexture
  nameWithType: DownloadHandlerTexture
  type: Class
- uid: UnityEngine.Networking.DownloadHandlerTexture.#ctor
  name: DownloadHandlerTexture()
  fullName: UnityEngine.Networking.DownloadHandlerTexture.DownloadHandlerTexture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerTexture-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerTexture.#ctor
  nameWithType: DownloadHandlerTexture.DownloadHandlerTexture()
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerTexture.#ctor(System.Boolean)
  name: DownloadHandlerTexture(bool)
  fullName: UnityEngine.Networking.DownloadHandlerTexture.DownloadHandlerTexture(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerTexture-ctor.html
  commentId: M:UnityEngine.Networking.DownloadHandlerTexture.#ctor(System.Boolean)
  nameWithType: DownloadHandlerTexture.DownloadHandlerTexture(bool)
  type: Constructor
- uid: UnityEngine.Networking.DownloadHandlerTexture.GetContent(UnityEngine.Networking.UnityWebRequest)
  name: GetContent(UnityWebRequest)
  fullName: UnityEngine.Networking.DownloadHandlerTexture.GetContent(UnityEngine.Networking.UnityWebRequest)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerTexture.GetContent.html
  commentId: M:UnityEngine.Networking.DownloadHandlerTexture.GetContent(UnityEngine.Networking.UnityWebRequest)
  nameWithType: DownloadHandlerTexture.GetContent(UnityWebRequest)
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerTexture.GetData
  name: GetData()
  fullName: UnityEngine.Networking.DownloadHandlerTexture.GetData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerTexture.GetData.html
  commentId: M:UnityEngine.Networking.DownloadHandlerTexture.GetData
  nameWithType: DownloadHandlerTexture.GetData()
  type: Method
- uid: UnityEngine.Networking.DownloadHandlerTexture.texture
  name: texture
  fullName: UnityEngine.Networking.DownloadHandlerTexture.texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.DownloadHandlerTexture-texture.html
  commentId: P:UnityEngine.Networking.DownloadHandlerTexture.texture
  nameWithType: DownloadHandlerTexture.texture
  type: Property
- uid: UnityEngine.Networking.GlobalConfig
  name: GlobalConfig
  fullName: UnityEngine.Networking.GlobalConfig
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.html
  commentId: T:UnityEngine.Networking.GlobalConfig
  nameWithType: GlobalConfig
  type: Class
- uid: UnityEngine.Networking.GlobalConfig.#ctor
  name: GlobalConfig()
  fullName: UnityEngine.Networking.GlobalConfig.GlobalConfig()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig-ctor.html
  commentId: M:UnityEngine.Networking.GlobalConfig.#ctor
  nameWithType: GlobalConfig.GlobalConfig()
  type: Constructor
- uid: UnityEngine.Networking.GlobalConfig.MaxHosts
  name: MaxHosts
  fullName: UnityEngine.Networking.GlobalConfig.MaxHosts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.MaxHosts.html
  commentId: P:UnityEngine.Networking.GlobalConfig.MaxHosts
  nameWithType: GlobalConfig.MaxHosts
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.MaxNetSimulatorTimeout
  name: MaxNetSimulatorTimeout
  fullName: UnityEngine.Networking.GlobalConfig.MaxNetSimulatorTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.MaxNetSimulatorTimeout.html
  commentId: P:UnityEngine.Networking.GlobalConfig.MaxNetSimulatorTimeout
  nameWithType: GlobalConfig.MaxNetSimulatorTimeout
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.MaxPacketSize
  name: MaxPacketSize
  fullName: UnityEngine.Networking.GlobalConfig.MaxPacketSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.MaxPacketSize.html
  commentId: P:UnityEngine.Networking.GlobalConfig.MaxPacketSize
  nameWithType: GlobalConfig.MaxPacketSize
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.MaxTimerTimeout
  name: MaxTimerTimeout
  fullName: UnityEngine.Networking.GlobalConfig.MaxTimerTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.MaxTimerTimeout.html
  commentId: P:UnityEngine.Networking.GlobalConfig.MaxTimerTimeout
  nameWithType: GlobalConfig.MaxTimerTimeout
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.MinNetSimulatorTimeout
  name: MinNetSimulatorTimeout
  fullName: UnityEngine.Networking.GlobalConfig.MinNetSimulatorTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.MinNetSimulatorTimeout.html
  commentId: P:UnityEngine.Networking.GlobalConfig.MinNetSimulatorTimeout
  nameWithType: GlobalConfig.MinNetSimulatorTimeout
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.MinTimerTimeout
  name: MinTimerTimeout
  fullName: UnityEngine.Networking.GlobalConfig.MinTimerTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.MinTimerTimeout.html
  commentId: P:UnityEngine.Networking.GlobalConfig.MinTimerTimeout
  nameWithType: GlobalConfig.MinTimerTimeout
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.ReactorMaximumReceivedMessages
  name: ReactorMaximumReceivedMessages
  fullName: UnityEngine.Networking.GlobalConfig.ReactorMaximumReceivedMessages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.ReactorMaximumReceivedMessages.html
  commentId: P:UnityEngine.Networking.GlobalConfig.ReactorMaximumReceivedMessages
  nameWithType: GlobalConfig.ReactorMaximumReceivedMessages
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.ReactorMaximumSentMessages
  name: ReactorMaximumSentMessages
  fullName: UnityEngine.Networking.GlobalConfig.ReactorMaximumSentMessages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.ReactorMaximumSentMessages.html
  commentId: P:UnityEngine.Networking.GlobalConfig.ReactorMaximumSentMessages
  nameWithType: GlobalConfig.ReactorMaximumSentMessages
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.ReactorModel
  name: ReactorModel
  fullName: UnityEngine.Networking.GlobalConfig.ReactorModel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.ReactorModel.html
  commentId: P:UnityEngine.Networking.GlobalConfig.ReactorModel
  nameWithType: GlobalConfig.ReactorModel
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.ThreadAwakeTimeout
  name: ThreadAwakeTimeout
  fullName: UnityEngine.Networking.GlobalConfig.ThreadAwakeTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.ThreadAwakeTimeout.html
  commentId: P:UnityEngine.Networking.GlobalConfig.ThreadAwakeTimeout
  nameWithType: GlobalConfig.ThreadAwakeTimeout
  type: Property
- uid: UnityEngine.Networking.GlobalConfig.ThreadPoolSize
  name: ThreadPoolSize
  fullName: UnityEngine.Networking.GlobalConfig.ThreadPoolSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.GlobalConfig.ThreadPoolSize.html
  commentId: P:UnityEngine.Networking.GlobalConfig.ThreadPoolSize
  nameWithType: GlobalConfig.ThreadPoolSize
  type: Property
- uid: UnityEngine.Networking.HostTopology
  name: HostTopology
  fullName: UnityEngine.Networking.HostTopology
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.html
  commentId: T:UnityEngine.Networking.HostTopology
  nameWithType: HostTopology
  type: Class
- uid: UnityEngine.Networking.HostTopology.#ctor(UnityEngine.Networking.ConnectionConfig,System.Int32)
  name: HostTopology(ConnectionConfig, int)
  fullName: UnityEngine.Networking.HostTopology.HostTopology(UnityEngine.Networking.ConnectionConfig, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology-ctor.html
  commentId: M:UnityEngine.Networking.HostTopology.#ctor(UnityEngine.Networking.ConnectionConfig,System.Int32)
  nameWithType: HostTopology.HostTopology(ConnectionConfig, int)
  type: Constructor
- uid: UnityEngine.Networking.HostTopology.AddSpecialConnectionConfig(UnityEngine.Networking.ConnectionConfig)
  name: AddSpecialConnectionConfig(ConnectionConfig)
  fullName: UnityEngine.Networking.HostTopology.AddSpecialConnectionConfig(UnityEngine.Networking.ConnectionConfig)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.AddSpecialConnectionConfig.html
  commentId: M:UnityEngine.Networking.HostTopology.AddSpecialConnectionConfig(UnityEngine.Networking.ConnectionConfig)
  nameWithType: HostTopology.AddSpecialConnectionConfig(ConnectionConfig)
  type: Method
- uid: UnityEngine.Networking.HostTopology.DefaultConfig
  name: DefaultConfig
  fullName: UnityEngine.Networking.HostTopology.DefaultConfig
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.DefaultConfig.html
  commentId: P:UnityEngine.Networking.HostTopology.DefaultConfig
  nameWithType: HostTopology.DefaultConfig
  type: Property
- uid: UnityEngine.Networking.HostTopology.GetSpecialConnectionConfig(System.Int32)
  name: GetSpecialConnectionConfig(int)
  fullName: UnityEngine.Networking.HostTopology.GetSpecialConnectionConfig(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.GetSpecialConnectionConfig.html
  commentId: M:UnityEngine.Networking.HostTopology.GetSpecialConnectionConfig(System.Int32)
  nameWithType: HostTopology.GetSpecialConnectionConfig(int)
  type: Method
- uid: UnityEngine.Networking.HostTopology.MaxDefaultConnections
  name: MaxDefaultConnections
  fullName: UnityEngine.Networking.HostTopology.MaxDefaultConnections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.MaxDefaultConnections.html
  commentId: P:UnityEngine.Networking.HostTopology.MaxDefaultConnections
  nameWithType: HostTopology.MaxDefaultConnections
  type: Property
- uid: UnityEngine.Networking.HostTopology.MessagePoolSizeGrowthFactor
  name: MessagePoolSizeGrowthFactor
  fullName: UnityEngine.Networking.HostTopology.MessagePoolSizeGrowthFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.MessagePoolSizeGrowthFactor.html
  commentId: P:UnityEngine.Networking.HostTopology.MessagePoolSizeGrowthFactor
  nameWithType: HostTopology.MessagePoolSizeGrowthFactor
  type: Property
- uid: UnityEngine.Networking.HostTopology.ReceivedMessagePoolSize
  name: ReceivedMessagePoolSize
  fullName: UnityEngine.Networking.HostTopology.ReceivedMessagePoolSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.ReceivedMessagePoolSize.html
  commentId: P:UnityEngine.Networking.HostTopology.ReceivedMessagePoolSize
  nameWithType: HostTopology.ReceivedMessagePoolSize
  type: Property
- uid: UnityEngine.Networking.HostTopology.SentMessagePoolSize
  name: SentMessagePoolSize
  fullName: UnityEngine.Networking.HostTopology.SentMessagePoolSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.SentMessagePoolSize.html
  commentId: P:UnityEngine.Networking.HostTopology.SentMessagePoolSize
  nameWithType: HostTopology.SentMessagePoolSize
  type: Property
- uid: UnityEngine.Networking.HostTopology.SpecialConnectionConfigs
  name: SpecialConnectionConfigs
  fullName: UnityEngine.Networking.HostTopology.SpecialConnectionConfigs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.SpecialConnectionConfigs.html
  commentId: P:UnityEngine.Networking.HostTopology.SpecialConnectionConfigs
  nameWithType: HostTopology.SpecialConnectionConfigs
  type: Property
- uid: UnityEngine.Networking.HostTopology.SpecialConnectionConfigsCount
  name: SpecialConnectionConfigsCount
  fullName: UnityEngine.Networking.HostTopology.SpecialConnectionConfigsCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.HostTopology.SpecialConnectionConfigsCount.html
  commentId: P:UnityEngine.Networking.HostTopology.SpecialConnectionConfigsCount
  nameWithType: HostTopology.SpecialConnectionConfigsCount
  type: Property
- uid: UnityEngine.Networking.IMultipartFormSection
  name: IMultipartFormSection
  fullName: UnityEngine.Networking.IMultipartFormSection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.IMultipartFormSection.html
  commentId: T:UnityEngine.Networking.IMultipartFormSection
  nameWithType: IMultipartFormSection
  type: Interface
- uid: UnityEngine.Networking.IMultipartFormSection.contentType
  name: contentType
  fullName: UnityEngine.Networking.IMultipartFormSection.contentType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.IMultipartFormSection-contentType.html
  commentId: P:UnityEngine.Networking.IMultipartFormSection.contentType
  nameWithType: IMultipartFormSection.contentType
  type: Property
- uid: UnityEngine.Networking.IMultipartFormSection.fileName
  name: fileName
  fullName: UnityEngine.Networking.IMultipartFormSection.fileName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.IMultipartFormSection-fileName.html
  commentId: P:UnityEngine.Networking.IMultipartFormSection.fileName
  nameWithType: IMultipartFormSection.fileName
  type: Property
- uid: UnityEngine.Networking.IMultipartFormSection.sectionData
  name: sectionData
  fullName: UnityEngine.Networking.IMultipartFormSection.sectionData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.IMultipartFormSection-sectionData.html
  commentId: P:UnityEngine.Networking.IMultipartFormSection.sectionData
  nameWithType: IMultipartFormSection.sectionData
  type: Property
- uid: UnityEngine.Networking.IMultipartFormSection.sectionName
  name: sectionName
  fullName: UnityEngine.Networking.IMultipartFormSection.sectionName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.IMultipartFormSection-sectionName.html
  commentId: P:UnityEngine.Networking.IMultipartFormSection.sectionName
  nameWithType: IMultipartFormSection.sectionName
  type: Property
- uid: UnityEngine.Networking.Match
  name: UnityEngine.Networking.Match
  fullName: UnityEngine.Networking.Match
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Networking.Match
  nameWithType: UnityEngine.Networking.Match
  type: Namespace
- uid: UnityEngine.Networking.Match.MatchInfo
  name: MatchInfo
  fullName: UnityEngine.Networking.Match.MatchInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo.html
  commentId: T:UnityEngine.Networking.Match.MatchInfo
  nameWithType: MatchInfo
  type: Class
- uid: UnityEngine.Networking.Match.MatchInfo.#ctor
  name: MatchInfo()
  fullName: UnityEngine.Networking.Match.MatchInfo.MatchInfo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo-ctor.html
  commentId: M:UnityEngine.Networking.Match.MatchInfo.#ctor
  nameWithType: MatchInfo.MatchInfo()
  type: Constructor
- uid: UnityEngine.Networking.Match.MatchInfo.accessToken
  name: accessToken
  fullName: UnityEngine.Networking.Match.MatchInfo.accessToken
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo-accessToken.html
  commentId: P:UnityEngine.Networking.Match.MatchInfo.accessToken
  nameWithType: MatchInfo.accessToken
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfo.address
  name: address
  fullName: UnityEngine.Networking.Match.MatchInfo.address
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo-address.html
  commentId: P:UnityEngine.Networking.Match.MatchInfo.address
  nameWithType: MatchInfo.address
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfo.domain
  name: domain
  fullName: UnityEngine.Networking.Match.MatchInfo.domain
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo-domain.html
  commentId: P:UnityEngine.Networking.Match.MatchInfo.domain
  nameWithType: MatchInfo.domain
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfo.networkId
  name: networkId
  fullName: UnityEngine.Networking.Match.MatchInfo.networkId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo-networkId.html
  commentId: P:UnityEngine.Networking.Match.MatchInfo.networkId
  nameWithType: MatchInfo.networkId
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfo.nodeId
  name: nodeId
  fullName: UnityEngine.Networking.Match.MatchInfo.nodeId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo-nodeId.html
  commentId: P:UnityEngine.Networking.Match.MatchInfo.nodeId
  nameWithType: MatchInfo.nodeId
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfo.port
  name: port
  fullName: UnityEngine.Networking.Match.MatchInfo.port
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo-port.html
  commentId: P:UnityEngine.Networking.Match.MatchInfo.port
  nameWithType: MatchInfo.port
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfo.ToString
  name: ToString()
  fullName: UnityEngine.Networking.Match.MatchInfo.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo.ToString.html
  commentId: M:UnityEngine.Networking.Match.MatchInfo.ToString
  nameWithType: MatchInfo.ToString()
  type: Method
- uid: UnityEngine.Networking.Match.MatchInfo.usingRelay
  name: usingRelay
  fullName: UnityEngine.Networking.Match.MatchInfo.usingRelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfo-usingRelay.html
  commentId: P:UnityEngine.Networking.Match.MatchInfo.usingRelay
  nameWithType: MatchInfo.usingRelay
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot
  name: MatchInfoSnapshot
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot.html
  commentId: T:UnityEngine.Networking.Match.MatchInfoSnapshot
  nameWithType: MatchInfoSnapshot
  type: Class
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.#ctor
  name: MatchInfoSnapshot()
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoSnapshot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-ctor.html
  commentId: M:UnityEngine.Networking.Match.MatchInfoSnapshot.#ctor
  nameWithType: MatchInfoSnapshot.MatchInfoSnapshot()
  type: Constructor
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.averageEloScore
  name: averageEloScore
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.averageEloScore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-averageEloScore.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.averageEloScore
  nameWithType: MatchInfoSnapshot.averageEloScore
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.currentSize
  name: currentSize
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.currentSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-currentSize.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.currentSize
  nameWithType: MatchInfoSnapshot.currentSize
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.directConnectInfos
  name: directConnectInfos
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.directConnectInfos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-directConnectInfos.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.directConnectInfos
  nameWithType: MatchInfoSnapshot.directConnectInfos
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.hostNodeId
  name: hostNodeId
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.hostNodeId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-hostNodeId.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.hostNodeId
  nameWithType: MatchInfoSnapshot.hostNodeId
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.isPrivate
  name: isPrivate
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.isPrivate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-isPrivate.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.isPrivate
  nameWithType: MatchInfoSnapshot.isPrivate
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.matchAttributes
  name: matchAttributes
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.matchAttributes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-matchAttributes.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.matchAttributes
  nameWithType: MatchInfoSnapshot.matchAttributes
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
  name: MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.html
  commentId: T:UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
  nameWithType: MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
  type: Class
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.#ctor
  name: MatchInfoDirectConnectSnapshot()
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.MatchInfoDirectConnectSnapshot()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot-ctor.html
  commentId: M:UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.#ctor
  nameWithType: MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.MatchInfoDirectConnectSnapshot()
  type: Constructor
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.hostPriority
  name: hostPriority
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.hostPriority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot-hostPriority.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.hostPriority
  nameWithType: MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.hostPriority
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.nodeId
  name: nodeId
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.nodeId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot-nodeId.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.nodeId
  nameWithType: MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.nodeId
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.privateAddress
  name: privateAddress
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.privateAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot-privateAddress.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.privateAddress
  nameWithType: MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.privateAddress
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.publicAddress
  name: publicAddress
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.publicAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot-publicAddress.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.publicAddress
  nameWithType: MatchInfoSnapshot.MatchInfoDirectConnectSnapshot.publicAddress
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.maxSize
  name: maxSize
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.maxSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-maxSize.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.maxSize
  nameWithType: MatchInfoSnapshot.maxSize
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.name
  name: name
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-name.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.name
  nameWithType: MatchInfoSnapshot.name
  type: Property
- uid: UnityEngine.Networking.Match.MatchInfoSnapshot.networkId
  name: networkId
  fullName: UnityEngine.Networking.Match.MatchInfoSnapshot.networkId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.MatchInfoSnapshot-networkId.html
  commentId: P:UnityEngine.Networking.Match.MatchInfoSnapshot.networkId
  nameWithType: MatchInfoSnapshot.networkId
  type: Property
- uid: UnityEngine.Networking.Match.NetworkMatch
  name: NetworkMatch
  fullName: UnityEngine.Networking.Match.NetworkMatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.html
  commentId: T:UnityEngine.Networking.Match.NetworkMatch
  nameWithType: NetworkMatch
  type: Class
- uid: UnityEngine.Networking.Match.NetworkMatch.baseUri
  name: baseUri
  fullName: UnityEngine.Networking.Match.NetworkMatch.baseUri
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch-baseUri.html
  commentId: P:UnityEngine.Networking.Match.NetworkMatch.baseUri
  nameWithType: NetworkMatch.baseUri
  type: Property
- uid: UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate
  name: NetworkMatch.BasicResponseDelegate
  fullName: UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.BasicResponseDelegate.html
  commentId: T:UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate
  nameWithType: NetworkMatch.BasicResponseDelegate
  type: Delegate
- uid: UnityEngine.Networking.Match.NetworkMatch.CreateMatch(System.String,System.UInt32,System.Boolean,System.String,System.String,System.String,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate{UnityEngine.Networking.Match.MatchInfo})
  name: CreateMatch(string, uint, bool, string, string, string, int, int, DataResponseDelegate<MatchInfo>)
  fullName: UnityEngine.Networking.Match.NetworkMatch.CreateMatch(string, uint, bool, string, string, string, int, int, UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate<UnityEngine.Networking.Match.MatchInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.CreateMatch.html
  commentId: M:UnityEngine.Networking.Match.NetworkMatch.CreateMatch(System.String,System.UInt32,System.Boolean,System.String,System.String,System.String,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate{UnityEngine.Networking.Match.MatchInfo})
  nameWithType: NetworkMatch.CreateMatch(string, uint, bool, string, string, string, int, int, NetworkMatch.DataResponseDelegate<MatchInfo>)
  type: Method
- uid: UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate`1
  name: NetworkMatch.DataResponseDelegate<T>
  fullName: UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.DataResponseDelegate_1.html
  commentId: T:UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate`1
  nameWithType: NetworkMatch.DataResponseDelegate<T>
  type: Delegate
- uid: UnityEngine.Networking.Match.NetworkMatch.DestroyMatch(UnityEngine.Networking.Types.NetworkID,System.Int32,UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  name: DestroyMatch(NetworkID, int, BasicResponseDelegate)
  fullName: UnityEngine.Networking.Match.NetworkMatch.DestroyMatch(UnityEngine.Networking.Types.NetworkID, int, UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.DestroyMatch.html
  commentId: M:UnityEngine.Networking.Match.NetworkMatch.DestroyMatch(UnityEngine.Networking.Types.NetworkID,System.Int32,UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  nameWithType: NetworkMatch.DestroyMatch(NetworkID, int, NetworkMatch.BasicResponseDelegate)
  type: Method
- uid: UnityEngine.Networking.Match.NetworkMatch.DropConnection(UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NodeID,System.Int32,UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  name: DropConnection(NetworkID, NodeID, int, BasicResponseDelegate)
  fullName: UnityEngine.Networking.Match.NetworkMatch.DropConnection(UnityEngine.Networking.Types.NetworkID, UnityEngine.Networking.Types.NodeID, int, UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.DropConnection.html
  commentId: M:UnityEngine.Networking.Match.NetworkMatch.DropConnection(UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NodeID,System.Int32,UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  nameWithType: NetworkMatch.DropConnection(NetworkID, NodeID, int, NetworkMatch.BasicResponseDelegate)
  type: Method
- uid: UnityEngine.Networking.Match.NetworkMatch.JoinMatch(UnityEngine.Networking.Types.NetworkID,System.String,System.String,System.String,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate{UnityEngine.Networking.Match.MatchInfo})
  name: JoinMatch(NetworkID, string, string, string, int, int, DataResponseDelegate<MatchInfo>)
  fullName: UnityEngine.Networking.Match.NetworkMatch.JoinMatch(UnityEngine.Networking.Types.NetworkID, string, string, string, int, int, UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate<UnityEngine.Networking.Match.MatchInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.JoinMatch.html
  commentId: M:UnityEngine.Networking.Match.NetworkMatch.JoinMatch(UnityEngine.Networking.Types.NetworkID,System.String,System.String,System.String,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate{UnityEngine.Networking.Match.MatchInfo})
  nameWithType: NetworkMatch.JoinMatch(NetworkID, string, string, string, int, int, NetworkMatch.DataResponseDelegate<MatchInfo>)
  type: Method
- uid: UnityEngine.Networking.Match.NetworkMatch.ListMatches(System.Int32,System.Int32,System.String,System.Boolean,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate{System.Collections.Generic.List{UnityEngine.Networking.Match.MatchInfoSnapshot}})
  name: ListMatches(int, int, string, bool, int, int, DataResponseDelegate<List<MatchInfoSnapshot>>)
  fullName: UnityEngine.Networking.Match.NetworkMatch.ListMatches(int, int, string, bool, int, int, UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate<System.Collections.Generic.List<UnityEngine.Networking.Match.MatchInfoSnapshot>>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.ListMatches.html
  commentId: M:UnityEngine.Networking.Match.NetworkMatch.ListMatches(System.Int32,System.Int32,System.String,System.Boolean,System.Int32,System.Int32,UnityEngine.Networking.Match.NetworkMatch.DataResponseDelegate{System.Collections.Generic.List{UnityEngine.Networking.Match.MatchInfoSnapshot}})
  nameWithType: NetworkMatch.ListMatches(int, int, string, bool, int, int, NetworkMatch.DataResponseDelegate<List<MatchInfoSnapshot>>)
  type: Method
- uid: UnityEngine.Networking.Match.NetworkMatch.SetMatchAttributes(UnityEngine.Networking.Types.NetworkID,System.Boolean,System.Int32,UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  name: SetMatchAttributes(NetworkID, bool, int, BasicResponseDelegate)
  fullName: UnityEngine.Networking.Match.NetworkMatch.SetMatchAttributes(UnityEngine.Networking.Types.NetworkID, bool, int, UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.SetMatchAttributes.html
  commentId: M:UnityEngine.Networking.Match.NetworkMatch.SetMatchAttributes(UnityEngine.Networking.Types.NetworkID,System.Boolean,System.Int32,UnityEngine.Networking.Match.NetworkMatch.BasicResponseDelegate)
  nameWithType: NetworkMatch.SetMatchAttributes(NetworkID, bool, int, NetworkMatch.BasicResponseDelegate)
  type: Method
- uid: UnityEngine.Networking.Match.NetworkMatch.SetProgramAppID(UnityEngine.Networking.Types.AppID)
  name: SetProgramAppID(AppID)
  fullName: UnityEngine.Networking.Match.NetworkMatch.SetProgramAppID(UnityEngine.Networking.Types.AppID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Match.NetworkMatch.SetProgramAppID.html
  commentId: M:UnityEngine.Networking.Match.NetworkMatch.SetProgramAppID(UnityEngine.Networking.Types.AppID)
  nameWithType: NetworkMatch.SetProgramAppID(AppID)
  type: Method
- uid: UnityEngine.Networking.MultipartFormDataSection
  name: MultipartFormDataSection
  fullName: UnityEngine.Networking.MultipartFormDataSection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection.html
  commentId: T:UnityEngine.Networking.MultipartFormDataSection
  nameWithType: MultipartFormDataSection
  type: Class
- uid: UnityEngine.Networking.MultipartFormDataSection.#ctor(System.Byte[])
  name: MultipartFormDataSection(byte[])
  fullName: UnityEngine.Networking.MultipartFormDataSection.MultipartFormDataSection(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormDataSection.#ctor(System.Byte[])
  nameWithType: MultipartFormDataSection.MultipartFormDataSection(byte[])
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.Byte[],System.String)
  name: MultipartFormDataSection(string, byte[], string)
  fullName: UnityEngine.Networking.MultipartFormDataSection.MultipartFormDataSection(string, byte[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.Byte[],System.String)
  nameWithType: MultipartFormDataSection.MultipartFormDataSection(string, byte[], string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.Byte[])
  name: MultipartFormDataSection(string, byte[])
  fullName: UnityEngine.Networking.MultipartFormDataSection.MultipartFormDataSection(string, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.Byte[])
  nameWithType: MultipartFormDataSection.MultipartFormDataSection(string, byte[])
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.String,System.String)
  name: MultipartFormDataSection(string, string, string)
  fullName: UnityEngine.Networking.MultipartFormDataSection.MultipartFormDataSection(string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.String,System.String)
  nameWithType: MultipartFormDataSection.MultipartFormDataSection(string, string, string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.String,System.Text.Encoding,System.String)
  name: MultipartFormDataSection(string, string, Encoding, string)
  fullName: UnityEngine.Networking.MultipartFormDataSection.MultipartFormDataSection(string, string, System.Text.Encoding, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.String,System.Text.Encoding,System.String)
  nameWithType: MultipartFormDataSection.MultipartFormDataSection(string, string, Encoding, string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.String)
  name: MultipartFormDataSection(string, string)
  fullName: UnityEngine.Networking.MultipartFormDataSection.MultipartFormDataSection(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String,System.String)
  nameWithType: MultipartFormDataSection.MultipartFormDataSection(string, string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String)
  name: MultipartFormDataSection(string)
  fullName: UnityEngine.Networking.MultipartFormDataSection.MultipartFormDataSection(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormDataSection.#ctor(System.String)
  nameWithType: MultipartFormDataSection.MultipartFormDataSection(string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormDataSection.contentType
  name: contentType
  fullName: UnityEngine.Networking.MultipartFormDataSection.contentType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-contentType.html
  commentId: P:UnityEngine.Networking.MultipartFormDataSection.contentType
  nameWithType: MultipartFormDataSection.contentType
  type: Property
- uid: UnityEngine.Networking.MultipartFormDataSection.fileName
  name: fileName
  fullName: UnityEngine.Networking.MultipartFormDataSection.fileName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-fileName.html
  commentId: P:UnityEngine.Networking.MultipartFormDataSection.fileName
  nameWithType: MultipartFormDataSection.fileName
  type: Property
- uid: UnityEngine.Networking.MultipartFormDataSection.sectionData
  name: sectionData
  fullName: UnityEngine.Networking.MultipartFormDataSection.sectionData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-sectionData.html
  commentId: P:UnityEngine.Networking.MultipartFormDataSection.sectionData
  nameWithType: MultipartFormDataSection.sectionData
  type: Property
- uid: UnityEngine.Networking.MultipartFormDataSection.sectionName
  name: sectionName
  fullName: UnityEngine.Networking.MultipartFormDataSection.sectionName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormDataSection-sectionName.html
  commentId: P:UnityEngine.Networking.MultipartFormDataSection.sectionName
  nameWithType: MultipartFormDataSection.sectionName
  type: Property
- uid: UnityEngine.Networking.MultipartFormFileSection
  name: MultipartFormFileSection
  fullName: UnityEngine.Networking.MultipartFormFileSection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection.html
  commentId: T:UnityEngine.Networking.MultipartFormFileSection
  nameWithType: MultipartFormFileSection
  type: Class
- uid: UnityEngine.Networking.MultipartFormFileSection.#ctor(System.Byte[])
  name: MultipartFormFileSection(byte[])
  fullName: UnityEngine.Networking.MultipartFormFileSection.MultipartFormFileSection(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormFileSection.#ctor(System.Byte[])
  nameWithType: MultipartFormFileSection.MultipartFormFileSection(byte[])
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.Byte[],System.String,System.String)
  name: MultipartFormFileSection(string, byte[], string, string)
  fullName: UnityEngine.Networking.MultipartFormFileSection.MultipartFormFileSection(string, byte[], string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.Byte[],System.String,System.String)
  nameWithType: MultipartFormFileSection.MultipartFormFileSection(string, byte[], string, string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.Byte[])
  name: MultipartFormFileSection(string, byte[])
  fullName: UnityEngine.Networking.MultipartFormFileSection.MultipartFormFileSection(string, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.Byte[])
  nameWithType: MultipartFormFileSection.MultipartFormFileSection(string, byte[])
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.String,System.Text.Encoding,System.String)
  name: MultipartFormFileSection(string, string, Encoding, string)
  fullName: UnityEngine.Networking.MultipartFormFileSection.MultipartFormFileSection(string, string, System.Text.Encoding, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.String,System.Text.Encoding,System.String)
  nameWithType: MultipartFormFileSection.MultipartFormFileSection(string, string, Encoding, string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.String)
  name: MultipartFormFileSection(string, string)
  fullName: UnityEngine.Networking.MultipartFormFileSection.MultipartFormFileSection(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.String)
  nameWithType: MultipartFormFileSection.MultipartFormFileSection(string, string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.Text.Encoding,System.String)
  name: MultipartFormFileSection(string, Encoding, string)
  fullName: UnityEngine.Networking.MultipartFormFileSection.MultipartFormFileSection(string, System.Text.Encoding, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-ctor.html
  commentId: M:UnityEngine.Networking.MultipartFormFileSection.#ctor(System.String,System.Text.Encoding,System.String)
  nameWithType: MultipartFormFileSection.MultipartFormFileSection(string, Encoding, string)
  type: Constructor
- uid: UnityEngine.Networking.MultipartFormFileSection.contentType
  name: contentType
  fullName: UnityEngine.Networking.MultipartFormFileSection.contentType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-contentType.html
  commentId: P:UnityEngine.Networking.MultipartFormFileSection.contentType
  nameWithType: MultipartFormFileSection.contentType
  type: Property
- uid: UnityEngine.Networking.MultipartFormFileSection.fileName
  name: fileName
  fullName: UnityEngine.Networking.MultipartFormFileSection.fileName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-fileName.html
  commentId: P:UnityEngine.Networking.MultipartFormFileSection.fileName
  nameWithType: MultipartFormFileSection.fileName
  type: Property
- uid: UnityEngine.Networking.MultipartFormFileSection.sectionData
  name: sectionData
  fullName: UnityEngine.Networking.MultipartFormFileSection.sectionData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-sectionData.html
  commentId: P:UnityEngine.Networking.MultipartFormFileSection.sectionData
  nameWithType: MultipartFormFileSection.sectionData
  type: Property
- uid: UnityEngine.Networking.MultipartFormFileSection.sectionName
  name: sectionName
  fullName: UnityEngine.Networking.MultipartFormFileSection.sectionName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.MultipartFormFileSection-sectionName.html
  commentId: P:UnityEngine.Networking.MultipartFormFileSection.sectionName
  nameWithType: MultipartFormFileSection.sectionName
  type: Property
- uid: UnityEngine.Networking.NetworkError
  name: NetworkError
  fullName: UnityEngine.Networking.NetworkError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.html
  commentId: T:UnityEngine.Networking.NetworkError
  nameWithType: NetworkError
  type: Enum
- uid: UnityEngine.Networking.NetworkError.BadMessage
  name: BadMessage
  fullName: UnityEngine.Networking.NetworkError.BadMessage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.BadMessage.html
  commentId: F:UnityEngine.Networking.NetworkError.BadMessage
  nameWithType: NetworkError.BadMessage
  type: Field
- uid: UnityEngine.Networking.NetworkError.CRCMismatch
  name: CRCMismatch
  fullName: UnityEngine.Networking.NetworkError.CRCMismatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.CRCMismatch.html
  commentId: F:UnityEngine.Networking.NetworkError.CRCMismatch
  nameWithType: NetworkError.CRCMismatch
  type: Field
- uid: UnityEngine.Networking.NetworkError.DNSFailure
  name: DNSFailure
  fullName: UnityEngine.Networking.NetworkError.DNSFailure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.DNSFailure.html
  commentId: F:UnityEngine.Networking.NetworkError.DNSFailure
  nameWithType: NetworkError.DNSFailure
  type: Field
- uid: UnityEngine.Networking.NetworkError.MessageToLong
  name: MessageToLong
  fullName: UnityEngine.Networking.NetworkError.MessageToLong
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.MessageToLong.html
  commentId: F:UnityEngine.Networking.NetworkError.MessageToLong
  nameWithType: NetworkError.MessageToLong
  type: Field
- uid: UnityEngine.Networking.NetworkError.NoResources
  name: NoResources
  fullName: UnityEngine.Networking.NetworkError.NoResources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.NoResources.html
  commentId: F:UnityEngine.Networking.NetworkError.NoResources
  nameWithType: NetworkError.NoResources
  type: Field
- uid: UnityEngine.Networking.NetworkError.Ok
  name: Ok
  fullName: UnityEngine.Networking.NetworkError.Ok
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.Ok.html
  commentId: F:UnityEngine.Networking.NetworkError.Ok
  nameWithType: NetworkError.Ok
  type: Field
- uid: UnityEngine.Networking.NetworkError.Timeout
  name: Timeout
  fullName: UnityEngine.Networking.NetworkError.Timeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.Timeout.html
  commentId: F:UnityEngine.Networking.NetworkError.Timeout
  nameWithType: NetworkError.Timeout
  type: Field
- uid: UnityEngine.Networking.NetworkError.UsageError
  name: UsageError
  fullName: UnityEngine.Networking.NetworkError.UsageError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.UsageError.html
  commentId: F:UnityEngine.Networking.NetworkError.UsageError
  nameWithType: NetworkError.UsageError
  type: Field
- uid: UnityEngine.Networking.NetworkError.VersionMismatch
  name: VersionMismatch
  fullName: UnityEngine.Networking.NetworkError.VersionMismatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.VersionMismatch.html
  commentId: F:UnityEngine.Networking.NetworkError.VersionMismatch
  nameWithType: NetworkError.VersionMismatch
  type: Field
- uid: UnityEngine.Networking.NetworkError.WrongChannel
  name: WrongChannel
  fullName: UnityEngine.Networking.NetworkError.WrongChannel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.WrongChannel.html
  commentId: F:UnityEngine.Networking.NetworkError.WrongChannel
  nameWithType: NetworkError.WrongChannel
  type: Field
- uid: UnityEngine.Networking.NetworkError.WrongConnection
  name: WrongConnection
  fullName: UnityEngine.Networking.NetworkError.WrongConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.WrongConnection.html
  commentId: F:UnityEngine.Networking.NetworkError.WrongConnection
  nameWithType: NetworkError.WrongConnection
  type: Field
- uid: UnityEngine.Networking.NetworkError.WrongHost
  name: WrongHost
  fullName: UnityEngine.Networking.NetworkError.WrongHost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.WrongHost.html
  commentId: F:UnityEngine.Networking.NetworkError.WrongHost
  nameWithType: NetworkError.WrongHost
  type: Field
- uid: UnityEngine.Networking.NetworkError.WrongOperation
  name: WrongOperation
  fullName: UnityEngine.Networking.NetworkError.WrongOperation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkError.WrongOperation.html
  commentId: F:UnityEngine.Networking.NetworkError.WrongOperation
  nameWithType: NetworkError.WrongOperation
  type: Field
- uid: UnityEngine.Networking.NetworkEventType
  name: NetworkEventType
  fullName: UnityEngine.Networking.NetworkEventType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkEventType.html
  commentId: T:UnityEngine.Networking.NetworkEventType
  nameWithType: NetworkEventType
  type: Enum
- uid: UnityEngine.Networking.NetworkEventType.BroadcastEvent
  name: BroadcastEvent
  fullName: UnityEngine.Networking.NetworkEventType.BroadcastEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkEventType.BroadcastEvent.html
  commentId: F:UnityEngine.Networking.NetworkEventType.BroadcastEvent
  nameWithType: NetworkEventType.BroadcastEvent
  type: Field
- uid: UnityEngine.Networking.NetworkEventType.ConnectEvent
  name: ConnectEvent
  fullName: UnityEngine.Networking.NetworkEventType.ConnectEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkEventType.ConnectEvent.html
  commentId: F:UnityEngine.Networking.NetworkEventType.ConnectEvent
  nameWithType: NetworkEventType.ConnectEvent
  type: Field
- uid: UnityEngine.Networking.NetworkEventType.DataEvent
  name: DataEvent
  fullName: UnityEngine.Networking.NetworkEventType.DataEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkEventType.DataEvent.html
  commentId: F:UnityEngine.Networking.NetworkEventType.DataEvent
  nameWithType: NetworkEventType.DataEvent
  type: Field
- uid: UnityEngine.Networking.NetworkEventType.DisconnectEvent
  name: DisconnectEvent
  fullName: UnityEngine.Networking.NetworkEventType.DisconnectEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkEventType.DisconnectEvent.html
  commentId: F:UnityEngine.Networking.NetworkEventType.DisconnectEvent
  nameWithType: NetworkEventType.DisconnectEvent
  type: Field
- uid: UnityEngine.Networking.NetworkEventType.Nothing
  name: Nothing
  fullName: UnityEngine.Networking.NetworkEventType.Nothing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkEventType.Nothing.html
  commentId: F:UnityEngine.Networking.NetworkEventType.Nothing
  nameWithType: NetworkEventType.Nothing
  type: Field
- uid: UnityEngine.Networking.NetworkTransport
  name: NetworkTransport
  fullName: UnityEngine.Networking.NetworkTransport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.html
  commentId: T:UnityEngine.Networking.NetworkTransport
  nameWithType: NetworkTransport
  type: Class
- uid: UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology,System.Int32,System.String)
  name: AddHost(HostTopology, int, string)
  fullName: UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology, int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology,System.Int32,System.String)
  nameWithType: NetworkTransport.AddHost(HostTopology, int, string)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology,System.Int32)
  name: AddHost(HostTopology, int)
  fullName: UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology,System.Int32)
  nameWithType: NetworkTransport.AddHost(HostTopology, int)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology)
  name: AddHost(HostTopology)
  fullName: UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddHost(UnityEngine.Networking.HostTopology)
  nameWithType: NetworkTransport.AddHost(HostTopology)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32,System.Int32,System.String)
  name: AddHostWithSimulator(HostTopology, int, int, int, string)
  fullName: UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology, int, int, int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddHostWithSimulator.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32,System.Int32,System.String)
  nameWithType: NetworkTransport.AddHostWithSimulator(HostTopology, int, int, int, string)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32,System.Int32)
  name: AddHostWithSimulator(HostTopology, int, int, int)
  fullName: UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddHostWithSimulator.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32,System.Int32)
  nameWithType: NetworkTransport.AddHostWithSimulator(HostTopology, int, int, int)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32)
  name: AddHostWithSimulator(HostTopology, int, int)
  fullName: UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddHostWithSimulator.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddHostWithSimulator(UnityEngine.Networking.HostTopology,System.Int32,System.Int32)
  nameWithType: NetworkTransport.AddHostWithSimulator(HostTopology, int, int)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.AddSceneId(System.Int32)
  name: AddSceneId(int)
  fullName: UnityEngine.Networking.NetworkTransport.AddSceneId(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddSceneId.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddSceneId(System.Int32)
  nameWithType: NetworkTransport.AddSceneId(int)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.AddWebsocketHost(UnityEngine.Networking.HostTopology,System.Int32,System.String)
  name: AddWebsocketHost(HostTopology, int, string)
  fullName: UnityEngine.Networking.NetworkTransport.AddWebsocketHost(UnityEngine.Networking.HostTopology, int, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddWebsocketHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddWebsocketHost(UnityEngine.Networking.HostTopology,System.Int32,System.String)
  nameWithType: NetworkTransport.AddWebsocketHost(HostTopology, int, string)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.AddWebsocketHost(UnityEngine.Networking.HostTopology,System.Int32)
  name: AddWebsocketHost(HostTopology, int)
  fullName: UnityEngine.Networking.NetworkTransport.AddWebsocketHost(UnityEngine.Networking.HostTopology, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.AddWebsocketHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.AddWebsocketHost(UnityEngine.Networking.HostTopology,System.Int32)
  nameWithType: NetworkTransport.AddWebsocketHost(HostTopology, int)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.Connect(System.Int32,System.String,System.Int32,System.Int32,System.Byte@)
  name: Connect(int, string, int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.Connect(int, string, int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.Connect.html
  commentId: M:UnityEngine.Networking.NetworkTransport.Connect(System.Int32,System.String,System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.Connect(int, string, int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.ConnectAsNetworkHost(System.Int32,System.String,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Byte@)
  name: ConnectAsNetworkHost(int, string, int, NetworkID, SourceID, NodeID, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.ConnectAsNetworkHost(int, string, int, UnityEngine.Networking.Types.NetworkID, UnityEngine.Networking.Types.SourceID, UnityEngine.Networking.Types.NodeID, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.ConnectAsNetworkHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.ConnectAsNetworkHost(System.Int32,System.String,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Byte@)
  nameWithType: NetworkTransport.ConnectAsNetworkHost(int, string, int, NetworkID, SourceID, NodeID, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.ConnectEndPoint(System.Int32,System.Net.EndPoint,System.Int32,System.Byte@)
  name: ConnectEndPoint(int, EndPoint, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.ConnectEndPoint(int, System.Net.EndPoint, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.ConnectEndPoint.html
  commentId: M:UnityEngine.Networking.NetworkTransport.ConnectEndPoint(System.Int32,System.Net.EndPoint,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.ConnectEndPoint(int, EndPoint, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.ConnectToNetworkPeer(System.Int32,System.String,System.Int32,System.Int32,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Byte@)
  name: ConnectToNetworkPeer(int, string, int, int, int, NetworkID, SourceID, NodeID, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.ConnectToNetworkPeer(int, string, int, int, int, UnityEngine.Networking.Types.NetworkID, UnityEngine.Networking.Types.SourceID, UnityEngine.Networking.Types.NodeID, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.ConnectToNetworkPeer.html
  commentId: M:UnityEngine.Networking.NetworkTransport.ConnectToNetworkPeer(System.Int32,System.String,System.Int32,System.Int32,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Byte@)
  nameWithType: NetworkTransport.ConnectToNetworkPeer(int, string, int, int, int, NetworkID, SourceID, NodeID, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.ConnectToNetworkPeer(System.Int32,System.String,System.Int32,System.Int32,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Int32,System.Single,System.Byte@)
  name: ConnectToNetworkPeer(int, string, int, int, int, NetworkID, SourceID, NodeID, int, float, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.ConnectToNetworkPeer(int, string, int, int, int, UnityEngine.Networking.Types.NetworkID, UnityEngine.Networking.Types.SourceID, UnityEngine.Networking.Types.NodeID, int, float, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.ConnectToNetworkPeer.html
  commentId: M:UnityEngine.Networking.NetworkTransport.ConnectToNetworkPeer(System.Int32,System.String,System.Int32,System.Int32,System.Int32,UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.SourceID,UnityEngine.Networking.Types.NodeID,System.Int32,System.Single,System.Byte@)
  nameWithType: NetworkTransport.ConnectToNetworkPeer(int, string, int, int, int, NetworkID, SourceID, NodeID, int, float, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.ConnectWithSimulator(System.Int32,System.String,System.Int32,System.Int32,System.Byte@,UnityEngine.Networking.ConnectionSimulatorConfig)
  name: ConnectWithSimulator(int, string, int, int, out byte, ConnectionSimulatorConfig)
  fullName: UnityEngine.Networking.NetworkTransport.ConnectWithSimulator(int, string, int, int, out byte, UnityEngine.Networking.ConnectionSimulatorConfig)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.ConnectWithSimulator.html
  commentId: M:UnityEngine.Networking.NetworkTransport.ConnectWithSimulator(System.Int32,System.String,System.Int32,System.Int32,System.Byte@,UnityEngine.Networking.ConnectionSimulatorConfig)
  nameWithType: NetworkTransport.ConnectWithSimulator(int, string, int, int, out byte, ConnectionSimulatorConfig)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.Disconnect(System.Int32,System.Int32,System.Byte@)
  name: Disconnect(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.Disconnect(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.Disconnect.html
  commentId: M:UnityEngine.Networking.NetworkTransport.Disconnect(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.Disconnect(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.DisconnectNetworkHost(System.Int32,System.Byte@)
  name: DisconnectNetworkHost(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.DisconnectNetworkHost(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.DisconnectNetworkHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.DisconnectNetworkHost(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.DisconnectNetworkHost(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.FinishSendMulticast(System.Int32,System.Byte@)
  name: FinishSendMulticast(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.FinishSendMulticast(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.FinishSendMulticast.html
  commentId: M:UnityEngine.Networking.NetworkTransport.FinishSendMulticast(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.FinishSendMulticast(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetAckBufferCount(System.Int32,System.Int32,System.Byte@)
  name: GetAckBufferCount(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetAckBufferCount(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetAckBufferCount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetAckBufferCount(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetAckBufferCount(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetAssetId(UnityEngine.GameObject)
  name: GetAssetId(GameObject)
  fullName: UnityEngine.Networking.NetworkTransport.GetAssetId(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetAssetId.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetAssetId(UnityEngine.GameObject)
  nameWithType: NetworkTransport.GetAssetId(GameObject)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionInfo(System.Int32,System.Int32@,System.Byte@)
  name: GetBroadcastConnectionInfo(int, out int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionInfo(int, out int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetBroadcastConnectionInfo.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionInfo(System.Int32,System.Int32@,System.Byte@)
  nameWithType: NetworkTransport.GetBroadcastConnectionInfo(int, out int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionInfo(System.Int32,System.String@,System.Int32@,System.Byte@)
  name: GetBroadcastConnectionInfo(int, out string, out int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionInfo(int, out string, out int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetBroadcastConnectionInfo.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionInfo(System.Int32,System.String@,System.Int32@,System.Byte@)
  nameWithType: NetworkTransport.GetBroadcastConnectionInfo(int, out string, out int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionMessage(System.Int32,System.Byte[],System.Int32,System.Int32@,System.Byte@)
  name: GetBroadcastConnectionMessage(int, byte[], int, out int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionMessage(int, byte[], int, out int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetBroadcastConnectionMessage.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetBroadcastConnectionMessage(System.Int32,System.Byte[],System.Int32,System.Int32@,System.Byte@)
  nameWithType: NetworkTransport.GetBroadcastConnectionMessage(int, byte[], int, out int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetConnectionInfo(System.Int32,System.Int32,System.Int32@,System.UInt64@,System.UInt16@,System.Byte@)
  name: GetConnectionInfo(int, int, out int, out ulong, out ushort, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetConnectionInfo(int, int, out int, out ulong, out ushort, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetConnectionInfo.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetConnectionInfo(System.Int32,System.Int32,System.Int32@,System.UInt64@,System.UInt16@,System.Byte@)
  nameWithType: NetworkTransport.GetConnectionInfo(int, int, out int, out ulong, out ushort, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetConnectionInfo(System.Int32,System.Int32,System.String@,System.Int32@,UnityEngine.Networking.Types.NetworkID@,UnityEngine.Networking.Types.NodeID@,System.Byte@)
  name: GetConnectionInfo(int, int, out string, out int, out NetworkID, out NodeID, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetConnectionInfo(int, int, out string, out int, out UnityEngine.Networking.Types.NetworkID, out UnityEngine.Networking.Types.NodeID, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetConnectionInfo.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetConnectionInfo(System.Int32,System.Int32,System.String@,System.Int32@,UnityEngine.Networking.Types.NetworkID@,UnityEngine.Networking.Types.NodeID@,System.Byte@)
  nameWithType: NetworkTransport.GetConnectionInfo(int, int, out string, out int, out NetworkID, out NodeID, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetCurrentIncomingMessageAmount
  name: GetCurrentIncomingMessageAmount()
  fullName: UnityEngine.Networking.NetworkTransport.GetCurrentIncomingMessageAmount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetCurrentIncomingMessageAmount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetCurrentIncomingMessageAmount
  nameWithType: NetworkTransport.GetCurrentIncomingMessageAmount()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetCurrentOutgoingMessageAmount
  name: GetCurrentOutgoingMessageAmount()
  fullName: UnityEngine.Networking.NetworkTransport.GetCurrentOutgoingMessageAmount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetCurrentOutgoingMessageAmount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetCurrentOutgoingMessageAmount
  nameWithType: NetworkTransport.GetCurrentOutgoingMessageAmount()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetCurrentRtt(System.Int32,System.Int32,System.Byte@)
  name: GetCurrentRtt(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetCurrentRtt(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetCurrentRtt.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetCurrentRtt(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetCurrentRtt(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetCurrentRTT(System.Int32,System.Int32,System.Byte@)
  name: GetCurrentRTT(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetCurrentRTT(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetCurrentRTT.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetCurrentRTT(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetCurrentRTT(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetIncomingMessageQueueSize(System.Int32,System.Byte@)
  name: GetIncomingMessageQueueSize(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetIncomingMessageQueueSize(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetIncomingMessageQueueSize.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetIncomingMessageQueueSize(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetIncomingMessageQueueSize(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetIncomingPacketCount(System.Int32,System.Int32,System.Byte@)
  name: GetIncomingPacketCount(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetIncomingPacketCount(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetIncomingPacketCount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetIncomingPacketCount(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetIncomingPacketCount(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetIncomingPacketCountForAllHosts
  name: GetIncomingPacketCountForAllHosts()
  fullName: UnityEngine.Networking.NetworkTransport.GetIncomingPacketCountForAllHosts()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetIncomingPacketCountForAllHosts.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetIncomingPacketCountForAllHosts
  nameWithType: NetworkTransport.GetIncomingPacketCountForAllHosts()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetIncomingPacketDropCountForAllHosts
  name: GetIncomingPacketDropCountForAllHosts()
  fullName: UnityEngine.Networking.NetworkTransport.GetIncomingPacketDropCountForAllHosts()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetIncomingPacketDropCountForAllHosts.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetIncomingPacketDropCountForAllHosts
  nameWithType: NetworkTransport.GetIncomingPacketDropCountForAllHosts()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetIncomingPacketLossCount(System.Int32,System.Int32,System.Byte@)
  name: GetIncomingPacketLossCount(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetIncomingPacketLossCount(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetIncomingPacketLossCount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetIncomingPacketLossCount(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetIncomingPacketLossCount(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetMaxAllowedBandwidth(System.Int32,System.Int32,System.Byte@)
  name: GetMaxAllowedBandwidth(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetMaxAllowedBandwidth(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetMaxAllowedBandwidth.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetMaxAllowedBandwidth(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetMaxAllowedBandwidth(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetNetIOTimeuS
  name: GetNetIOTimeuS()
  fullName: UnityEngine.Networking.NetworkTransport.GetNetIOTimeuS()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetNetIOTimeuS.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetNetIOTimeuS
  nameWithType: NetworkTransport.GetNetIOTimeuS()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetNetworkLostPacketNum(System.Int32,System.Int32,System.Byte@)
  name: GetNetworkLostPacketNum(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetNetworkLostPacketNum(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetNetworkLostPacketNum.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetNetworkLostPacketNum(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetNetworkLostPacketNum(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetNetworkTimestamp
  name: GetNetworkTimestamp()
  fullName: UnityEngine.Networking.NetworkTransport.GetNetworkTimestamp()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetNetworkTimestamp.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetNetworkTimestamp
  nameWithType: NetworkTransport.GetNetworkTimestamp()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetNextSceneId
  name: GetNextSceneId()
  fullName: UnityEngine.Networking.NetworkTransport.GetNextSceneId()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetNextSceneId.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetNextSceneId
  nameWithType: NetworkTransport.GetNextSceneId()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCount
  name: GetOutgoingFullBytesCount()
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingFullBytesCount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCount
  nameWithType: NetworkTransport.GetOutgoingFullBytesCount()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCountForConnection(System.Int32,System.Int32,System.Byte@)
  name: GetOutgoingFullBytesCountForConnection(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCountForConnection(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingFullBytesCountForConnection.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCountForConnection(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingFullBytesCountForConnection(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCountForHost(System.Int32,System.Byte@)
  name: GetOutgoingFullBytesCountForHost(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCountForHost(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingFullBytesCountForHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingFullBytesCountForHost(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingFullBytesCountForHost(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCount
  name: GetOutgoingMessageCount()
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingMessageCount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCount
  nameWithType: NetworkTransport.GetOutgoingMessageCount()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCountForConnection(System.Int32,System.Int32,System.Byte@)
  name: GetOutgoingMessageCountForConnection(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCountForConnection(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingMessageCountForConnection.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCountForConnection(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingMessageCountForConnection(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCountForHost(System.Int32,System.Byte@)
  name: GetOutgoingMessageCountForHost(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCountForHost(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingMessageCountForHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingMessageCountForHost(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingMessageCountForHost(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingMessageQueueSize(System.Int32,System.Byte@)
  name: GetOutgoingMessageQueueSize(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingMessageQueueSize(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingMessageQueueSize.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingMessageQueueSize(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingMessageQueueSize(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCount
  name: GetOutgoingPacketCount()
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingPacketCount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCount
  nameWithType: NetworkTransport.GetOutgoingPacketCount()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCountForConnection(System.Int32,System.Int32,System.Byte@)
  name: GetOutgoingPacketCountForConnection(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCountForConnection(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingPacketCountForConnection.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCountForConnection(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingPacketCountForConnection(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCountForHost(System.Int32,System.Byte@)
  name: GetOutgoingPacketCountForHost(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCountForHost(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingPacketCountForHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingPacketCountForHost(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingPacketCountForHost(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketNetworkLossPercent(System.Int32,System.Int32,System.Byte@)
  name: GetOutgoingPacketNetworkLossPercent(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketNetworkLossPercent(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingPacketNetworkLossPercent.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingPacketNetworkLossPercent(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingPacketNetworkLossPercent(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketOverflowLossPercent(System.Int32,System.Int32,System.Byte@)
  name: GetOutgoingPacketOverflowLossPercent(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingPacketOverflowLossPercent(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingPacketOverflowLossPercent.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingPacketOverflowLossPercent(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingPacketOverflowLossPercent(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCount
  name: GetOutgoingSystemBytesCount()
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingSystemBytesCount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCount
  nameWithType: NetworkTransport.GetOutgoingSystemBytesCount()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCountForConnection(System.Int32,System.Int32,System.Byte@)
  name: GetOutgoingSystemBytesCountForConnection(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCountForConnection(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingSystemBytesCountForConnection.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCountForConnection(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingSystemBytesCountForConnection(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCountForHost(System.Int32,System.Byte@)
  name: GetOutgoingSystemBytesCountForHost(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCountForHost(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingSystemBytesCountForHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingSystemBytesCountForHost(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingSystemBytesCountForHost(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCount
  name: GetOutgoingUserBytesCount()
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingUserBytesCount.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCount
  nameWithType: NetworkTransport.GetOutgoingUserBytesCount()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCountForConnection(System.Int32,System.Int32,System.Byte@)
  name: GetOutgoingUserBytesCountForConnection(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCountForConnection(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingUserBytesCountForConnection.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCountForConnection(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingUserBytesCountForConnection(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCountForHost(System.Int32,System.Byte@)
  name: GetOutgoingUserBytesCountForHost(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCountForHost(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetOutgoingUserBytesCountForHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetOutgoingUserBytesCountForHost(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetOutgoingUserBytesCountForHost(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetPacketReceivedRate(System.Int32,System.Int32,System.Byte@)
  name: GetPacketReceivedRate(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetPacketReceivedRate(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetPacketReceivedRate.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetPacketReceivedRate(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetPacketReceivedRate(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetPacketSentRate(System.Int32,System.Int32,System.Byte@)
  name: GetPacketSentRate(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetPacketSentRate(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetPacketSentRate.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetPacketSentRate(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetPacketSentRate(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetRemoteDelayTimeMS(System.Int32,System.Int32,System.Int32,System.Byte@)
  name: GetRemoteDelayTimeMS(int, int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetRemoteDelayTimeMS(int, int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetRemoteDelayTimeMS.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetRemoteDelayTimeMS(System.Int32,System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetRemoteDelayTimeMS(int, int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.GetRemotePacketReceivedRate(System.Int32,System.Int32,System.Byte@)
  name: GetRemotePacketReceivedRate(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.GetRemotePacketReceivedRate(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.GetRemotePacketReceivedRate.html
  commentId: M:UnityEngine.Networking.NetworkTransport.GetRemotePacketReceivedRate(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.GetRemotePacketReceivedRate(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.Init
  name: Init()
  fullName: UnityEngine.Networking.NetworkTransport.Init()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.Init.html
  commentId: M:UnityEngine.Networking.NetworkTransport.Init
  nameWithType: NetworkTransport.Init()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.Init(UnityEngine.Networking.GlobalConfig)
  name: Init(GlobalConfig)
  fullName: UnityEngine.Networking.NetworkTransport.Init(UnityEngine.Networking.GlobalConfig)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.Init.html
  commentId: M:UnityEngine.Networking.NetworkTransport.Init(UnityEngine.Networking.GlobalConfig)
  nameWithType: NetworkTransport.Init(GlobalConfig)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.IsBroadcastDiscoveryRunning
  name: IsBroadcastDiscoveryRunning()
  fullName: UnityEngine.Networking.NetworkTransport.IsBroadcastDiscoveryRunning()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.IsBroadcastDiscoveryRunning.html
  commentId: M:UnityEngine.Networking.NetworkTransport.IsBroadcastDiscoveryRunning
  nameWithType: NetworkTransport.IsBroadcastDiscoveryRunning()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.IsStarted
  name: IsStarted
  fullName: UnityEngine.Networking.NetworkTransport.IsStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.IsStarted.html
  commentId: P:UnityEngine.Networking.NetworkTransport.IsStarted
  nameWithType: NetworkTransport.IsStarted
  type: Property
- uid: UnityEngine.Networking.NetworkTransport.QueueMessageForSending(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte@)
  name: QueueMessageForSending(int, int, int, byte[], int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.QueueMessageForSending(int, int, int, byte[], int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.QueueMessageForSending.html
  commentId: M:UnityEngine.Networking.NetworkTransport.QueueMessageForSending(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte@)
  nameWithType: NetworkTransport.QueueMessageForSending(int, int, int, byte[], int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.Receive(System.Int32@,System.Int32@,System.Int32@,System.Byte[],System.Int32,System.Int32@,System.Byte@)
  name: Receive(out int, out int, out int, byte[], int, out int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.Receive(out int, out int, out int, byte[], int, out int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.Receive.html
  commentId: M:UnityEngine.Networking.NetworkTransport.Receive(System.Int32@,System.Int32@,System.Int32@,System.Byte[],System.Int32,System.Int32@,System.Byte@)
  nameWithType: NetworkTransport.Receive(out int, out int, out int, byte[], int, out int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.ReceiveFromHost(System.Int32,System.Int32@,System.Int32@,System.Byte[],System.Int32,System.Int32@,System.Byte@)
  name: ReceiveFromHost(int, out int, out int, byte[], int, out int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.ReceiveFromHost(int, out int, out int, byte[], int, out int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.ReceiveFromHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.ReceiveFromHost(System.Int32,System.Int32@,System.Int32@,System.Byte[],System.Int32,System.Int32@,System.Byte@)
  nameWithType: NetworkTransport.ReceiveFromHost(int, out int, out int, byte[], int, out int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.ReceiveRelayEventFromHost(System.Int32,System.Byte@)
  name: ReceiveRelayEventFromHost(int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.ReceiveRelayEventFromHost(int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.ReceiveRelayEventFromHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.ReceiveRelayEventFromHost(System.Int32,System.Byte@)
  nameWithType: NetworkTransport.ReceiveRelayEventFromHost(int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.RemoveHost(System.Int32)
  name: RemoveHost(int)
  fullName: UnityEngine.Networking.NetworkTransport.RemoveHost(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.RemoveHost.html
  commentId: M:UnityEngine.Networking.NetworkTransport.RemoveHost(System.Int32)
  nameWithType: NetworkTransport.RemoveHost(int)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.Send(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte@)
  name: Send(int, int, int, byte[], int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.Send(int, int, int, byte[], int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.Send.html
  commentId: M:UnityEngine.Networking.NetworkTransport.Send(System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte@)
  nameWithType: NetworkTransport.Send(int, int, int, byte[], int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.SendMulticast(System.Int32,System.Int32,System.Byte@)
  name: SendMulticast(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.SendMulticast(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.SendMulticast.html
  commentId: M:UnityEngine.Networking.NetworkTransport.SendMulticast(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.SendMulticast(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.SendQueuedMessages(System.Int32,System.Int32,System.Byte@)
  name: SendQueuedMessages(int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.SendQueuedMessages(int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.SendQueuedMessages.html
  commentId: M:UnityEngine.Networking.NetworkTransport.SendQueuedMessages(System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.SendQueuedMessages(int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.SetBroadcastCredentials(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte@)
  name: SetBroadcastCredentials(int, int, int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.SetBroadcastCredentials(int, int, int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.SetBroadcastCredentials.html
  commentId: M:UnityEngine.Networking.NetworkTransport.SetBroadcastCredentials(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.SetBroadcastCredentials(int, int, int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.SetPacketStat(System.Int32,System.Int32,System.Int32,System.Int32)
  name: SetPacketStat(int, int, int, int)
  fullName: UnityEngine.Networking.NetworkTransport.SetPacketStat(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.SetPacketStat.html
  commentId: M:UnityEngine.Networking.NetworkTransport.SetPacketStat(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: NetworkTransport.SetPacketStat(int, int, int, int)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.Shutdown
  name: Shutdown()
  fullName: UnityEngine.Networking.NetworkTransport.Shutdown()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.Shutdown.html
  commentId: M:UnityEngine.Networking.NetworkTransport.Shutdown
  nameWithType: NetworkTransport.Shutdown()
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.StartBroadcastDiscovery(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte@)
  name: StartBroadcastDiscovery(int, int, int, int, int, byte[], int, int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.StartBroadcastDiscovery(int, int, int, int, int, byte[], int, int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.StartBroadcastDiscovery.html
  commentId: M:UnityEngine.Networking.NetworkTransport.StartBroadcastDiscovery(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Byte@)
  nameWithType: NetworkTransport.StartBroadcastDiscovery(int, int, int, int, int, byte[], int, int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.StartSendMulticast(System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte@)
  name: StartSendMulticast(int, int, byte[], int, out byte)
  fullName: UnityEngine.Networking.NetworkTransport.StartSendMulticast(int, int, byte[], int, out byte)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.StartSendMulticast.html
  commentId: M:UnityEngine.Networking.NetworkTransport.StartSendMulticast(System.Int32,System.Int32,System.Byte[],System.Int32,System.Byte@)
  nameWithType: NetworkTransport.StartSendMulticast(int, int, byte[], int, out byte)
  type: Method
- uid: UnityEngine.Networking.NetworkTransport.StopBroadcastDiscovery
  name: StopBroadcastDiscovery()
  fullName: UnityEngine.Networking.NetworkTransport.StopBroadcastDiscovery()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.NetworkTransport.StopBroadcastDiscovery.html
  commentId: M:UnityEngine.Networking.NetworkTransport.StopBroadcastDiscovery
  nameWithType: NetworkTransport.StopBroadcastDiscovery()
  type: Method
- uid: UnityEngine.Networking.PlayerConnection
  name: UnityEngine.Networking.PlayerConnection
  fullName: UnityEngine.Networking.PlayerConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Networking.PlayerConnection
  nameWithType: UnityEngine.Networking.PlayerConnection
  type: Namespace
- uid: UnityEngine.Networking.PlayerConnection.MessageEventArgs
  name: MessageEventArgs
  fullName: UnityEngine.Networking.PlayerConnection.MessageEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.MessageEventArgs.html
  commentId: T:UnityEngine.Networking.PlayerConnection.MessageEventArgs
  nameWithType: MessageEventArgs
  type: Class
- uid: UnityEngine.Networking.PlayerConnection.MessageEventArgs.data
  name: data
  fullName: UnityEngine.Networking.PlayerConnection.MessageEventArgs.data
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.MessageEventArgs-data.html
  commentId: F:UnityEngine.Networking.PlayerConnection.MessageEventArgs.data
  nameWithType: MessageEventArgs.data
  type: Field
- uid: UnityEngine.Networking.PlayerConnection.MessageEventArgs.playerId
  name: playerId
  fullName: UnityEngine.Networking.PlayerConnection.MessageEventArgs.playerId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.MessageEventArgs-playerId.html
  commentId: F:UnityEngine.Networking.PlayerConnection.MessageEventArgs.playerId
  nameWithType: MessageEventArgs.playerId
  type: Field
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection
  name: PlayerConnection
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection.html
  commentId: T:UnityEngine.Networking.PlayerConnection.PlayerConnection
  nameWithType: PlayerConnection
  type: Class
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.DisconnectAll
  name: DisconnectAll()
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.DisconnectAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection.DisconnectAll.html
  commentId: M:UnityEngine.Networking.PlayerConnection.PlayerConnection.DisconnectAll
  nameWithType: PlayerConnection.DisconnectAll()
  type: Method
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.instance
  name: instance
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.instance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection-instance.html
  commentId: P:UnityEngine.Networking.PlayerConnection.PlayerConnection.instance
  nameWithType: PlayerConnection.instance
  type: Property
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.isConnected
  name: isConnected
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.isConnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection-isConnected.html
  commentId: P:UnityEngine.Networking.PlayerConnection.PlayerConnection.isConnected
  nameWithType: PlayerConnection.isConnected
  type: Property
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.OnEnable
  name: OnEnable()
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.OnEnable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection.OnEnable.html
  commentId: M:UnityEngine.Networking.PlayerConnection.PlayerConnection.OnEnable
  nameWithType: PlayerConnection.OnEnable()
  type: Method
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.Register(System.Guid,UnityEngine.Events.UnityAction{UnityEngine.Networking.PlayerConnection.MessageEventArgs})
  name: Register(Guid, UnityAction<MessageEventArgs>)
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.Register(System.Guid, UnityEngine.Events.UnityAction<UnityEngine.Networking.PlayerConnection.MessageEventArgs>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection.Register.html
  commentId: M:UnityEngine.Networking.PlayerConnection.PlayerConnection.Register(System.Guid,UnityEngine.Events.UnityAction{UnityEngine.Networking.PlayerConnection.MessageEventArgs})
  nameWithType: PlayerConnection.Register(Guid, UnityAction<MessageEventArgs>)
  type: Method
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.RegisterConnection(UnityEngine.Events.UnityAction{System.Int32})
  name: RegisterConnection(UnityAction<int>)
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.RegisterConnection(UnityEngine.Events.UnityAction<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection.RegisterConnection.html
  commentId: M:UnityEngine.Networking.PlayerConnection.PlayerConnection.RegisterConnection(UnityEngine.Events.UnityAction{System.Int32})
  nameWithType: PlayerConnection.RegisterConnection(UnityAction<int>)
  type: Method
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.RegisterDisconnection(UnityEngine.Events.UnityAction{System.Int32})
  name: RegisterDisconnection(UnityAction<int>)
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.RegisterDisconnection(UnityEngine.Events.UnityAction<int>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection.RegisterDisconnection.html
  commentId: M:UnityEngine.Networking.PlayerConnection.PlayerConnection.RegisterDisconnection(UnityEngine.Events.UnityAction{System.Int32})
  nameWithType: PlayerConnection.RegisterDisconnection(UnityAction<int>)
  type: Method
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.Send(System.Guid,System.Byte[])
  name: Send(Guid, byte[])
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.Send(System.Guid, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection.Send.html
  commentId: M:UnityEngine.Networking.PlayerConnection.PlayerConnection.Send(System.Guid,System.Byte[])
  nameWithType: PlayerConnection.Send(Guid, byte[])
  type: Method
- uid: UnityEngine.Networking.PlayerConnection.PlayerConnection.Unregister(System.Guid,UnityEngine.Events.UnityAction{UnityEngine.Networking.PlayerConnection.MessageEventArgs})
  name: Unregister(Guid, UnityAction<MessageEventArgs>)
  fullName: UnityEngine.Networking.PlayerConnection.PlayerConnection.Unregister(System.Guid, UnityEngine.Events.UnityAction<UnityEngine.Networking.PlayerConnection.MessageEventArgs>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.PlayerConnection.PlayerConnection.Unregister.html
  commentId: M:UnityEngine.Networking.PlayerConnection.PlayerConnection.Unregister(System.Guid,UnityEngine.Events.UnityAction{UnityEngine.Networking.PlayerConnection.MessageEventArgs})
  nameWithType: PlayerConnection.Unregister(Guid, UnityAction<MessageEventArgs>)
  type: Method
- uid: UnityEngine.Networking.QosType
  name: QosType
  fullName: UnityEngine.Networking.QosType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.html
  commentId: T:UnityEngine.Networking.QosType
  nameWithType: QosType
  type: Enum
- uid: UnityEngine.Networking.QosType.AllCostDelivery
  name: AllCostDelivery
  fullName: UnityEngine.Networking.QosType.AllCostDelivery
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.AllCostDelivery.html
  commentId: F:UnityEngine.Networking.QosType.AllCostDelivery
  nameWithType: QosType.AllCostDelivery
  type: Field
- uid: UnityEngine.Networking.QosType.Reliable
  name: Reliable
  fullName: UnityEngine.Networking.QosType.Reliable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.Reliable.html
  commentId: F:UnityEngine.Networking.QosType.Reliable
  nameWithType: QosType.Reliable
  type: Field
- uid: UnityEngine.Networking.QosType.ReliableFragmented
  name: ReliableFragmented
  fullName: UnityEngine.Networking.QosType.ReliableFragmented
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.ReliableFragmented.html
  commentId: F:UnityEngine.Networking.QosType.ReliableFragmented
  nameWithType: QosType.ReliableFragmented
  type: Field
- uid: UnityEngine.Networking.QosType.ReliableFragmentedSequenced
  name: ReliableFragmentedSequenced
  fullName: UnityEngine.Networking.QosType.ReliableFragmentedSequenced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.ReliableFragmentedSequenced.html
  commentId: F:UnityEngine.Networking.QosType.ReliableFragmentedSequenced
  nameWithType: QosType.ReliableFragmentedSequenced
  type: Field
- uid: UnityEngine.Networking.QosType.ReliableSequenced
  name: ReliableSequenced
  fullName: UnityEngine.Networking.QosType.ReliableSequenced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.ReliableSequenced.html
  commentId: F:UnityEngine.Networking.QosType.ReliableSequenced
  nameWithType: QosType.ReliableSequenced
  type: Field
- uid: UnityEngine.Networking.QosType.ReliableStateUpdate
  name: ReliableStateUpdate
  fullName: UnityEngine.Networking.QosType.ReliableStateUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.ReliableStateUpdate.html
  commentId: F:UnityEngine.Networking.QosType.ReliableStateUpdate
  nameWithType: QosType.ReliableStateUpdate
  type: Field
- uid: UnityEngine.Networking.QosType.StateUpdate
  name: StateUpdate
  fullName: UnityEngine.Networking.QosType.StateUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.StateUpdate.html
  commentId: F:UnityEngine.Networking.QosType.StateUpdate
  nameWithType: QosType.StateUpdate
  type: Field
- uid: UnityEngine.Networking.QosType.Unreliable
  name: Unreliable
  fullName: UnityEngine.Networking.QosType.Unreliable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.Unreliable.html
  commentId: F:UnityEngine.Networking.QosType.Unreliable
  nameWithType: QosType.Unreliable
  type: Field
- uid: UnityEngine.Networking.QosType.UnreliableFragmented
  name: UnreliableFragmented
  fullName: UnityEngine.Networking.QosType.UnreliableFragmented
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.UnreliableFragmented.html
  commentId: F:UnityEngine.Networking.QosType.UnreliableFragmented
  nameWithType: QosType.UnreliableFragmented
  type: Field
- uid: UnityEngine.Networking.QosType.UnreliableFragmentedSequenced
  name: UnreliableFragmentedSequenced
  fullName: UnityEngine.Networking.QosType.UnreliableFragmentedSequenced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.UnreliableFragmentedSequenced.html
  commentId: F:UnityEngine.Networking.QosType.UnreliableFragmentedSequenced
  nameWithType: QosType.UnreliableFragmentedSequenced
  type: Field
- uid: UnityEngine.Networking.QosType.UnreliableSequenced
  name: UnreliableSequenced
  fullName: UnityEngine.Networking.QosType.UnreliableSequenced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.QosType.UnreliableSequenced.html
  commentId: F:UnityEngine.Networking.QosType.UnreliableSequenced
  nameWithType: QosType.UnreliableSequenced
  type: Field
- uid: UnityEngine.Networking.ReactorModel
  name: ReactorModel
  fullName: UnityEngine.Networking.ReactorModel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ReactorModel.html
  commentId: T:UnityEngine.Networking.ReactorModel
  nameWithType: ReactorModel
  type: Enum
- uid: UnityEngine.Networking.ReactorModel.FixRateReactor
  name: FixRateReactor
  fullName: UnityEngine.Networking.ReactorModel.FixRateReactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ReactorModel.FixRateReactor.html
  commentId: F:UnityEngine.Networking.ReactorModel.FixRateReactor
  nameWithType: ReactorModel.FixRateReactor
  type: Field
- uid: UnityEngine.Networking.ReactorModel.SelectReactor
  name: SelectReactor
  fullName: UnityEngine.Networking.ReactorModel.SelectReactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.ReactorModel.SelectReactor.html
  commentId: F:UnityEngine.Networking.ReactorModel.SelectReactor
  nameWithType: ReactorModel.SelectReactor
  type: Field
- uid: UnityEngine.Networking.Types
  name: UnityEngine.Networking.Types
  fullName: UnityEngine.Networking.Types
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Networking.Types
  nameWithType: UnityEngine.Networking.Types
  type: Namespace
- uid: UnityEngine.Networking.Types.AppID
  name: AppID
  fullName: UnityEngine.Networking.Types.AppID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.AppID.html
  commentId: T:UnityEngine.Networking.Types.AppID
  nameWithType: AppID
  type: Enum
- uid: UnityEngine.Networking.Types.AppID.Invalid
  name: Invalid
  fullName: UnityEngine.Networking.Types.AppID.Invalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.AppID.Invalid.html
  commentId: F:UnityEngine.Networking.Types.AppID.Invalid
  nameWithType: AppID.Invalid
  type: Field
- uid: UnityEngine.Networking.Types.HostPriority
  name: HostPriority
  fullName: UnityEngine.Networking.Types.HostPriority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.HostPriority.html
  commentId: T:UnityEngine.Networking.Types.HostPriority
  nameWithType: HostPriority
  type: Enum
- uid: UnityEngine.Networking.Types.HostPriority.Invalid
  name: Invalid
  fullName: UnityEngine.Networking.Types.HostPriority.Invalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.HostPriority.Invalid.html
  commentId: F:UnityEngine.Networking.Types.HostPriority.Invalid
  nameWithType: HostPriority.Invalid
  type: Field
- uid: UnityEngine.Networking.Types.NetworkAccessLevel
  name: NetworkAccessLevel
  fullName: UnityEngine.Networking.Types.NetworkAccessLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessLevel.html
  commentId: T:UnityEngine.Networking.Types.NetworkAccessLevel
  nameWithType: NetworkAccessLevel
  type: Enum
- uid: UnityEngine.Networking.Types.NetworkAccessLevel.Admin
  name: Admin
  fullName: UnityEngine.Networking.Types.NetworkAccessLevel.Admin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessLevel.Admin.html
  commentId: F:UnityEngine.Networking.Types.NetworkAccessLevel.Admin
  nameWithType: NetworkAccessLevel.Admin
  type: Field
- uid: UnityEngine.Networking.Types.NetworkAccessLevel.Invalid
  name: Invalid
  fullName: UnityEngine.Networking.Types.NetworkAccessLevel.Invalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessLevel.Invalid.html
  commentId: F:UnityEngine.Networking.Types.NetworkAccessLevel.Invalid
  nameWithType: NetworkAccessLevel.Invalid
  type: Field
- uid: UnityEngine.Networking.Types.NetworkAccessLevel.Owner
  name: Owner
  fullName: UnityEngine.Networking.Types.NetworkAccessLevel.Owner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessLevel.Owner.html
  commentId: F:UnityEngine.Networking.Types.NetworkAccessLevel.Owner
  nameWithType: NetworkAccessLevel.Owner
  type: Field
- uid: UnityEngine.Networking.Types.NetworkAccessLevel.User
  name: User
  fullName: UnityEngine.Networking.Types.NetworkAccessLevel.User
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessLevel.User.html
  commentId: F:UnityEngine.Networking.Types.NetworkAccessLevel.User
  nameWithType: NetworkAccessLevel.User
  type: Field
- uid: UnityEngine.Networking.Types.NetworkAccessToken
  name: NetworkAccessToken
  fullName: UnityEngine.Networking.Types.NetworkAccessToken
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessToken.html
  commentId: T:UnityEngine.Networking.Types.NetworkAccessToken
  nameWithType: NetworkAccessToken
  type: Class
- uid: UnityEngine.Networking.Types.NetworkAccessToken.#ctor
  name: NetworkAccessToken()
  fullName: UnityEngine.Networking.Types.NetworkAccessToken.NetworkAccessToken()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessToken-ctor.html
  commentId: M:UnityEngine.Networking.Types.NetworkAccessToken.#ctor
  nameWithType: NetworkAccessToken.NetworkAccessToken()
  type: Constructor
- uid: UnityEngine.Networking.Types.NetworkAccessToken.#ctor(System.Byte[])
  name: NetworkAccessToken(byte[])
  fullName: UnityEngine.Networking.Types.NetworkAccessToken.NetworkAccessToken(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessToken-ctor.html
  commentId: M:UnityEngine.Networking.Types.NetworkAccessToken.#ctor(System.Byte[])
  nameWithType: NetworkAccessToken.NetworkAccessToken(byte[])
  type: Constructor
- uid: UnityEngine.Networking.Types.NetworkAccessToken.#ctor(System.String)
  name: NetworkAccessToken(string)
  fullName: UnityEngine.Networking.Types.NetworkAccessToken.NetworkAccessToken(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessToken-ctor.html
  commentId: M:UnityEngine.Networking.Types.NetworkAccessToken.#ctor(System.String)
  nameWithType: NetworkAccessToken.NetworkAccessToken(string)
  type: Constructor
- uid: UnityEngine.Networking.Types.NetworkAccessToken.array
  name: array
  fullName: UnityEngine.Networking.Types.NetworkAccessToken.array
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessToken-array.html
  commentId: F:UnityEngine.Networking.Types.NetworkAccessToken.array
  nameWithType: NetworkAccessToken.array
  type: Field
- uid: UnityEngine.Networking.Types.NetworkAccessToken.GetByteString
  name: GetByteString()
  fullName: UnityEngine.Networking.Types.NetworkAccessToken.GetByteString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessToken.GetByteString.html
  commentId: M:UnityEngine.Networking.Types.NetworkAccessToken.GetByteString
  nameWithType: NetworkAccessToken.GetByteString()
  type: Method
- uid: UnityEngine.Networking.Types.NetworkAccessToken.IsValid
  name: IsValid()
  fullName: UnityEngine.Networking.Types.NetworkAccessToken.IsValid()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkAccessToken.IsValid.html
  commentId: M:UnityEngine.Networking.Types.NetworkAccessToken.IsValid
  nameWithType: NetworkAccessToken.IsValid()
  type: Method
- uid: UnityEngine.Networking.Types.NetworkID
  name: NetworkID
  fullName: UnityEngine.Networking.Types.NetworkID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkID.html
  commentId: T:UnityEngine.Networking.Types.NetworkID
  nameWithType: NetworkID
  type: Enum
- uid: UnityEngine.Networking.Types.NetworkID.Invalid
  name: Invalid
  fullName: UnityEngine.Networking.Types.NetworkID.Invalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NetworkID.Invalid.html
  commentId: F:UnityEngine.Networking.Types.NetworkID.Invalid
  nameWithType: NetworkID.Invalid
  type: Field
- uid: UnityEngine.Networking.Types.NodeID
  name: NodeID
  fullName: UnityEngine.Networking.Types.NodeID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NodeID.html
  commentId: T:UnityEngine.Networking.Types.NodeID
  nameWithType: NodeID
  type: Enum
- uid: UnityEngine.Networking.Types.NodeID.Invalid
  name: Invalid
  fullName: UnityEngine.Networking.Types.NodeID.Invalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.NodeID.Invalid.html
  commentId: F:UnityEngine.Networking.Types.NodeID.Invalid
  nameWithType: NodeID.Invalid
  type: Field
- uid: UnityEngine.Networking.Types.SourceID
  name: SourceID
  fullName: UnityEngine.Networking.Types.SourceID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.SourceID.html
  commentId: T:UnityEngine.Networking.Types.SourceID
  nameWithType: SourceID
  type: Enum
- uid: UnityEngine.Networking.Types.SourceID.Invalid
  name: Invalid
  fullName: UnityEngine.Networking.Types.SourceID.Invalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Types.SourceID.Invalid.html
  commentId: F:UnityEngine.Networking.Types.SourceID.Invalid
  nameWithType: SourceID.Invalid
  type: Field
- uid: UnityEngine.Networking.UnityWebRequest
  name: UnityWebRequest
  fullName: UnityEngine.Networking.UnityWebRequest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.html
  commentId: T:UnityEngine.Networking.UnityWebRequest
  nameWithType: UnityWebRequest
  type: Class
- uid: UnityEngine.Networking.UnityWebRequest.#ctor
  name: UnityWebRequest()
  fullName: UnityEngine.Networking.UnityWebRequest.UnityWebRequest()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-ctor.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.#ctor
  nameWithType: UnityWebRequest.UnityWebRequest()
  type: Constructor
- uid: UnityEngine.Networking.UnityWebRequest.#ctor(System.String,System.String,UnityEngine.Networking.DownloadHandler,UnityEngine.Networking.UploadHandler)
  name: UnityWebRequest(string, string, DownloadHandler, UploadHandler)
  fullName: UnityEngine.Networking.UnityWebRequest.UnityWebRequest(string, string, UnityEngine.Networking.DownloadHandler, UnityEngine.Networking.UploadHandler)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-ctor.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.#ctor(System.String,System.String,UnityEngine.Networking.DownloadHandler,UnityEngine.Networking.UploadHandler)
  nameWithType: UnityWebRequest.UnityWebRequest(string, string, DownloadHandler, UploadHandler)
  type: Constructor
- uid: UnityEngine.Networking.UnityWebRequest.#ctor(System.String,System.String)
  name: UnityWebRequest(string, string)
  fullName: UnityEngine.Networking.UnityWebRequest.UnityWebRequest(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-ctor.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.#ctor(System.String,System.String)
  nameWithType: UnityWebRequest.UnityWebRequest(string, string)
  type: Constructor
- uid: UnityEngine.Networking.UnityWebRequest.#ctor(System.String)
  name: UnityWebRequest(string)
  fullName: UnityEngine.Networking.UnityWebRequest.UnityWebRequest(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-ctor.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.#ctor(System.String)
  nameWithType: UnityWebRequest.UnityWebRequest(string)
  type: Constructor
- uid: UnityEngine.Networking.UnityWebRequest.Abort
  name: Abort()
  fullName: UnityEngine.Networking.UnityWebRequest.Abort()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Abort.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Abort
  nameWithType: UnityWebRequest.Abort()
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.chunkedTransfer
  name: chunkedTransfer
  fullName: UnityEngine.Networking.UnityWebRequest.chunkedTransfer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-chunkedTransfer.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.chunkedTransfer
  nameWithType: UnityWebRequest.chunkedTransfer
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.Delete(System.String)
  name: Delete(string)
  fullName: UnityEngine.Networking.UnityWebRequest.Delete(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Delete.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Delete(System.String)
  nameWithType: UnityWebRequest.Delete(string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Dispose
  name: Dispose()
  fullName: UnityEngine.Networking.UnityWebRequest.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Dispose.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Dispose
  nameWithType: UnityWebRequest.Dispose()
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.disposeDownloadHandlerOnDispose
  name: disposeDownloadHandlerOnDispose
  fullName: UnityEngine.Networking.UnityWebRequest.disposeDownloadHandlerOnDispose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-disposeDownloadHandlerOnDispose.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.disposeDownloadHandlerOnDispose
  nameWithType: UnityWebRequest.disposeDownloadHandlerOnDispose
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.disposeUploadHandlerOnDispose
  name: disposeUploadHandlerOnDispose
  fullName: UnityEngine.Networking.UnityWebRequest.disposeUploadHandlerOnDispose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-disposeUploadHandlerOnDispose.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.disposeUploadHandlerOnDispose
  nameWithType: UnityWebRequest.disposeUploadHandlerOnDispose
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.downloadedBytes
  name: downloadedBytes
  fullName: UnityEngine.Networking.UnityWebRequest.downloadedBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-downloadedBytes.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.downloadedBytes
  nameWithType: UnityWebRequest.downloadedBytes
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.downloadHandler
  name: downloadHandler
  fullName: UnityEngine.Networking.UnityWebRequest.downloadHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-downloadHandler.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.downloadHandler
  nameWithType: UnityWebRequest.downloadHandler
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.downloadProgress
  name: downloadProgress
  fullName: UnityEngine.Networking.UnityWebRequest.downloadProgress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-downloadProgress.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.downloadProgress
  nameWithType: UnityWebRequest.downloadProgress
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.error
  name: error
  fullName: UnityEngine.Networking.UnityWebRequest.error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-error.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.error
  nameWithType: UnityWebRequest.error
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.Finalize
  name: ~UnityWebRequest()
  fullName: UnityEngine.Networking.UnityWebRequest.~UnityWebRequest()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Finalize.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Finalize
  nameWithType: UnityWebRequest.~UnityWebRequest()
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GenerateBoundary
  name: GenerateBoundary()
  fullName: UnityEngine.Networking.UnityWebRequest.GenerateBoundary()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GenerateBoundary.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GenerateBoundary
  nameWithType: UnityWebRequest.GenerateBoundary()
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Get(System.String)
  name: Get(string)
  fullName: UnityEngine.Networking.UnityWebRequest.Get(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Get.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Get(System.String)
  nameWithType: UnityWebRequest.Get(string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String,System.UInt32,System.UInt32)
  name: GetAssetBundle(string, uint, uint)
  fullName: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(string, uint, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetAssetBundle.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String,System.UInt32,System.UInt32)
  nameWithType: UnityWebRequest.GetAssetBundle(string, uint, uint)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String,System.UInt32)
  name: GetAssetBundle(string, uint)
  fullName: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(string, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetAssetBundle.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String,System.UInt32)
  nameWithType: UnityWebRequest.GetAssetBundle(string, uint)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String,UnityEngine.CachedAssetBundle,System.UInt32)
  name: GetAssetBundle(string, CachedAssetBundle, uint)
  fullName: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(string, UnityEngine.CachedAssetBundle, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetAssetBundle.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String,UnityEngine.CachedAssetBundle,System.UInt32)
  nameWithType: UnityWebRequest.GetAssetBundle(string, CachedAssetBundle, uint)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String,UnityEngine.Hash128,System.UInt32)
  name: GetAssetBundle(string, Hash128, uint)
  fullName: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(string, UnityEngine.Hash128, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetAssetBundle.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String,UnityEngine.Hash128,System.UInt32)
  nameWithType: UnityWebRequest.GetAssetBundle(string, Hash128, uint)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String)
  name: GetAssetBundle(string)
  fullName: UnityEngine.Networking.UnityWebRequest.GetAssetBundle(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetAssetBundle.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetAssetBundle(System.String)
  nameWithType: UnityWebRequest.GetAssetBundle(string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetAudioClip(System.String,UnityEngine.AudioType)
  name: GetAudioClip(string, AudioType)
  fullName: UnityEngine.Networking.UnityWebRequest.GetAudioClip(string, UnityEngine.AudioType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetAudioClip.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetAudioClip(System.String,UnityEngine.AudioType)
  nameWithType: UnityWebRequest.GetAudioClip(string, AudioType)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetRequestHeader(System.String)
  name: GetRequestHeader(string)
  fullName: UnityEngine.Networking.UnityWebRequest.GetRequestHeader(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetRequestHeader.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetRequestHeader(System.String)
  nameWithType: UnityWebRequest.GetRequestHeader(string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetResponseHeader(System.String)
  name: GetResponseHeader(string)
  fullName: UnityEngine.Networking.UnityWebRequest.GetResponseHeader(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetResponseHeader.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetResponseHeader(System.String)
  nameWithType: UnityWebRequest.GetResponseHeader(string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetResponseHeaders
  name: GetResponseHeaders()
  fullName: UnityEngine.Networking.UnityWebRequest.GetResponseHeaders()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetResponseHeaders.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetResponseHeaders
  nameWithType: UnityWebRequest.GetResponseHeaders()
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetTexture(System.String,System.Boolean)
  name: GetTexture(string, bool)
  fullName: UnityEngine.Networking.UnityWebRequest.GetTexture(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetTexture.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetTexture(System.String,System.Boolean)
  nameWithType: UnityWebRequest.GetTexture(string, bool)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.GetTexture(System.String)
  name: GetTexture(string)
  fullName: UnityEngine.Networking.UnityWebRequest.GetTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.GetTexture.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.GetTexture(System.String)
  nameWithType: UnityWebRequest.GetTexture(string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Head(System.String)
  name: Head(string)
  fullName: UnityEngine.Networking.UnityWebRequest.Head(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Head.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Head(System.String)
  nameWithType: UnityWebRequest.Head(string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.isDone
  name: isDone
  fullName: UnityEngine.Networking.UnityWebRequest.isDone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-isDone.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.isDone
  nameWithType: UnityWebRequest.isDone
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.isError
  name: isError
  fullName: UnityEngine.Networking.UnityWebRequest.isError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-isError.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.isError
  nameWithType: UnityWebRequest.isError
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.isHttpError
  name: isHttpError
  fullName: UnityEngine.Networking.UnityWebRequest.isHttpError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-isHttpError.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.isHttpError
  nameWithType: UnityWebRequest.isHttpError
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.isModifiable
  name: isModifiable
  fullName: UnityEngine.Networking.UnityWebRequest.isModifiable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-isModifiable.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.isModifiable
  nameWithType: UnityWebRequest.isModifiable
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.isNetworkError
  name: isNetworkError
  fullName: UnityEngine.Networking.UnityWebRequest.isNetworkError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-isNetworkError.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.isNetworkError
  nameWithType: UnityWebRequest.isNetworkError
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.kHttpVerbCREATE
  name: kHttpVerbCREATE
  fullName: UnityEngine.Networking.UnityWebRequest.kHttpVerbCREATE
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-kHttpVerbCREATE.html
  commentId: F:UnityEngine.Networking.UnityWebRequest.kHttpVerbCREATE
  nameWithType: UnityWebRequest.kHttpVerbCREATE
  type: Field
- uid: UnityEngine.Networking.UnityWebRequest.kHttpVerbDELETE
  name: kHttpVerbDELETE
  fullName: UnityEngine.Networking.UnityWebRequest.kHttpVerbDELETE
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-kHttpVerbDELETE.html
  commentId: F:UnityEngine.Networking.UnityWebRequest.kHttpVerbDELETE
  nameWithType: UnityWebRequest.kHttpVerbDELETE
  type: Field
- uid: UnityEngine.Networking.UnityWebRequest.kHttpVerbGET
  name: kHttpVerbGET
  fullName: UnityEngine.Networking.UnityWebRequest.kHttpVerbGET
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-kHttpVerbGET.html
  commentId: F:UnityEngine.Networking.UnityWebRequest.kHttpVerbGET
  nameWithType: UnityWebRequest.kHttpVerbGET
  type: Field
- uid: UnityEngine.Networking.UnityWebRequest.kHttpVerbHEAD
  name: kHttpVerbHEAD
  fullName: UnityEngine.Networking.UnityWebRequest.kHttpVerbHEAD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-kHttpVerbHEAD.html
  commentId: F:UnityEngine.Networking.UnityWebRequest.kHttpVerbHEAD
  nameWithType: UnityWebRequest.kHttpVerbHEAD
  type: Field
- uid: UnityEngine.Networking.UnityWebRequest.kHttpVerbPOST
  name: kHttpVerbPOST
  fullName: UnityEngine.Networking.UnityWebRequest.kHttpVerbPOST
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-kHttpVerbPOST.html
  commentId: F:UnityEngine.Networking.UnityWebRequest.kHttpVerbPOST
  nameWithType: UnityWebRequest.kHttpVerbPOST
  type: Field
- uid: UnityEngine.Networking.UnityWebRequest.kHttpVerbPUT
  name: kHttpVerbPUT
  fullName: UnityEngine.Networking.UnityWebRequest.kHttpVerbPUT
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-kHttpVerbPUT.html
  commentId: F:UnityEngine.Networking.UnityWebRequest.kHttpVerbPUT
  nameWithType: UnityWebRequest.kHttpVerbPUT
  type: Field
- uid: UnityEngine.Networking.UnityWebRequest.method
  name: method
  fullName: UnityEngine.Networking.UnityWebRequest.method
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-method.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.method
  nameWithType: UnityWebRequest.method
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.Post(System.String,System.Collections.Generic.Dictionary{System.String,System.String})
  name: Post(string, Dictionary<string, string>)
  fullName: UnityEngine.Networking.UnityWebRequest.Post(string, System.Collections.Generic.Dictionary<string, string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Post.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Post(System.String,System.Collections.Generic.Dictionary{System.String,System.String})
  nameWithType: UnityWebRequest.Post(string, Dictionary<string, string>)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Post(System.String,System.Collections.Generic.List{UnityEngine.Networking.IMultipartFormSection},System.Byte[])
  name: Post(string, List<IMultipartFormSection>, byte[])
  fullName: UnityEngine.Networking.UnityWebRequest.Post(string, System.Collections.Generic.List<UnityEngine.Networking.IMultipartFormSection>, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Post.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Post(System.String,System.Collections.Generic.List{UnityEngine.Networking.IMultipartFormSection},System.Byte[])
  nameWithType: UnityWebRequest.Post(string, List<IMultipartFormSection>, byte[])
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Post(System.String,System.Collections.Generic.List{UnityEngine.Networking.IMultipartFormSection})
  name: Post(string, List<IMultipartFormSection>)
  fullName: UnityEngine.Networking.UnityWebRequest.Post(string, System.Collections.Generic.List<UnityEngine.Networking.IMultipartFormSection>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Post.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Post(System.String,System.Collections.Generic.List{UnityEngine.Networking.IMultipartFormSection})
  nameWithType: UnityWebRequest.Post(string, List<IMultipartFormSection>)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Post(System.String,System.String)
  name: Post(string, string)
  fullName: UnityEngine.Networking.UnityWebRequest.Post(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Post.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Post(System.String,System.String)
  nameWithType: UnityWebRequest.Post(string, string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Post(System.String,UnityEngine.WWWForm)
  name: Post(string, WWWForm)
  fullName: UnityEngine.Networking.UnityWebRequest.Post(string, UnityEngine.WWWForm)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Post.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Post(System.String,UnityEngine.WWWForm)
  nameWithType: UnityWebRequest.Post(string, WWWForm)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Put(System.String,System.Byte[])
  name: Put(string, byte[])
  fullName: UnityEngine.Networking.UnityWebRequest.Put(string, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Put.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Put(System.String,System.Byte[])
  nameWithType: UnityWebRequest.Put(string, byte[])
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.Put(System.String,System.String)
  name: Put(string, string)
  fullName: UnityEngine.Networking.UnityWebRequest.Put(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Put.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Put(System.String,System.String)
  nameWithType: UnityWebRequest.Put(string, string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.redirectLimit
  name: redirectLimit
  fullName: UnityEngine.Networking.UnityWebRequest.redirectLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-redirectLimit.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.redirectLimit
  nameWithType: UnityWebRequest.redirectLimit
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.responseCode
  name: responseCode
  fullName: UnityEngine.Networking.UnityWebRequest.responseCode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-responseCode.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.responseCode
  nameWithType: UnityWebRequest.responseCode
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.Send
  name: Send()
  fullName: UnityEngine.Networking.UnityWebRequest.Send()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.Send.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.Send
  nameWithType: UnityWebRequest.Send()
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.SendWebRequest
  name: SendWebRequest()
  fullName: UnityEngine.Networking.UnityWebRequest.SendWebRequest()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.SendWebRequest.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.SendWebRequest
  nameWithType: UnityWebRequest.SendWebRequest()
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.SerializeFormSections(System.Collections.Generic.List{UnityEngine.Networking.IMultipartFormSection},System.Byte[])
  name: SerializeFormSections(List<IMultipartFormSection>, byte[])
  fullName: UnityEngine.Networking.UnityWebRequest.SerializeFormSections(System.Collections.Generic.List<UnityEngine.Networking.IMultipartFormSection>, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.SerializeFormSections.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.SerializeFormSections(System.Collections.Generic.List{UnityEngine.Networking.IMultipartFormSection},System.Byte[])
  nameWithType: UnityWebRequest.SerializeFormSections(List<IMultipartFormSection>, byte[])
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.SerializeSimpleForm(System.Collections.Generic.Dictionary{System.String,System.String})
  name: SerializeSimpleForm(Dictionary<string, string>)
  fullName: UnityEngine.Networking.UnityWebRequest.SerializeSimpleForm(System.Collections.Generic.Dictionary<string, string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.SerializeSimpleForm.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.SerializeSimpleForm(System.Collections.Generic.Dictionary{System.String,System.String})
  nameWithType: UnityWebRequest.SerializeSimpleForm(Dictionary<string, string>)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.SetRequestHeader(System.String,System.String)
  name: SetRequestHeader(string, string)
  fullName: UnityEngine.Networking.UnityWebRequest.SetRequestHeader(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest.SetRequestHeader.html
  commentId: M:UnityEngine.Networking.UnityWebRequest.SetRequestHeader(System.String,System.String)
  nameWithType: UnityWebRequest.SetRequestHeader(string, string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequest.timeout
  name: timeout
  fullName: UnityEngine.Networking.UnityWebRequest.timeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-timeout.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.timeout
  nameWithType: UnityWebRequest.timeout
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.uploadedBytes
  name: uploadedBytes
  fullName: UnityEngine.Networking.UnityWebRequest.uploadedBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-uploadedBytes.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.uploadedBytes
  nameWithType: UnityWebRequest.uploadedBytes
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.uploadHandler
  name: uploadHandler
  fullName: UnityEngine.Networking.UnityWebRequest.uploadHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-uploadHandler.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.uploadHandler
  nameWithType: UnityWebRequest.uploadHandler
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.uploadProgress
  name: uploadProgress
  fullName: UnityEngine.Networking.UnityWebRequest.uploadProgress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-uploadProgress.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.uploadProgress
  nameWithType: UnityWebRequest.uploadProgress
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.url
  name: url
  fullName: UnityEngine.Networking.UnityWebRequest.url
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-url.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.url
  nameWithType: UnityWebRequest.url
  type: Property
- uid: UnityEngine.Networking.UnityWebRequest.useHttpContinue
  name: useHttpContinue
  fullName: UnityEngine.Networking.UnityWebRequest.useHttpContinue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequest-useHttpContinue.html
  commentId: P:UnityEngine.Networking.UnityWebRequest.useHttpContinue
  nameWithType: UnityWebRequest.useHttpContinue
  type: Property
- uid: UnityEngine.Networking.UnityWebRequestAsyncOperation
  name: UnityWebRequestAsyncOperation
  fullName: UnityEngine.Networking.UnityWebRequestAsyncOperation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequestAsyncOperation.html
  commentId: T:UnityEngine.Networking.UnityWebRequestAsyncOperation
  nameWithType: UnityWebRequestAsyncOperation
  type: Class
- uid: UnityEngine.Networking.UnityWebRequestAsyncOperation.webRequest
  name: webRequest
  fullName: UnityEngine.Networking.UnityWebRequestAsyncOperation.webRequest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequestAsyncOperation-webRequest.html
  commentId: P:UnityEngine.Networking.UnityWebRequestAsyncOperation.webRequest
  nameWithType: UnityWebRequestAsyncOperation.webRequest
  type: Property
- uid: UnityEngine.Networking.UnityWebRequestMultimedia
  name: UnityWebRequestMultimedia
  fullName: UnityEngine.Networking.UnityWebRequestMultimedia
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequestMultimedia.html
  commentId: T:UnityEngine.Networking.UnityWebRequestMultimedia
  nameWithType: UnityWebRequestMultimedia
  type: Class
- uid: UnityEngine.Networking.UnityWebRequestMultimedia.GetAudioClip(System.String,UnityEngine.AudioType)
  name: GetAudioClip(string, AudioType)
  fullName: UnityEngine.Networking.UnityWebRequestMultimedia.GetAudioClip(string, UnityEngine.AudioType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequestMultimedia.GetAudioClip.html
  commentId: M:UnityEngine.Networking.UnityWebRequestMultimedia.GetAudioClip(System.String,UnityEngine.AudioType)
  nameWithType: UnityWebRequestMultimedia.GetAudioClip(string, AudioType)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequestMultimedia.GetMovieTexture(System.String)
  name: GetMovieTexture(string)
  fullName: UnityEngine.Networking.UnityWebRequestMultimedia.GetMovieTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequestMultimedia.GetMovieTexture.html
  commentId: M:UnityEngine.Networking.UnityWebRequestMultimedia.GetMovieTexture(System.String)
  nameWithType: UnityWebRequestMultimedia.GetMovieTexture(string)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequestTexture
  name: UnityWebRequestTexture
  fullName: UnityEngine.Networking.UnityWebRequestTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequestTexture.html
  commentId: T:UnityEngine.Networking.UnityWebRequestTexture
  nameWithType: UnityWebRequestTexture
  type: Class
- uid: UnityEngine.Networking.UnityWebRequestTexture.GetTexture(System.String,System.Boolean)
  name: GetTexture(string, bool)
  fullName: UnityEngine.Networking.UnityWebRequestTexture.GetTexture(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequestTexture.GetTexture.html
  commentId: M:UnityEngine.Networking.UnityWebRequestTexture.GetTexture(System.String,System.Boolean)
  nameWithType: UnityWebRequestTexture.GetTexture(string, bool)
  type: Method
- uid: UnityEngine.Networking.UnityWebRequestTexture.GetTexture(System.String)
  name: GetTexture(string)
  fullName: UnityEngine.Networking.UnityWebRequestTexture.GetTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UnityWebRequestTexture.GetTexture.html
  commentId: M:UnityEngine.Networking.UnityWebRequestTexture.GetTexture(System.String)
  nameWithType: UnityWebRequestTexture.GetTexture(string)
  type: Method
- uid: UnityEngine.Networking.UploadHandler
  name: UploadHandler
  fullName: UnityEngine.Networking.UploadHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UploadHandler.html
  commentId: T:UnityEngine.Networking.UploadHandler
  nameWithType: UploadHandler
  type: Class
- uid: UnityEngine.Networking.UploadHandler.contentType
  name: contentType
  fullName: UnityEngine.Networking.UploadHandler.contentType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UploadHandler-contentType.html
  commentId: P:UnityEngine.Networking.UploadHandler.contentType
  nameWithType: UploadHandler.contentType
  type: Property
- uid: UnityEngine.Networking.UploadHandler.data
  name: data
  fullName: UnityEngine.Networking.UploadHandler.data
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UploadHandler-data.html
  commentId: P:UnityEngine.Networking.UploadHandler.data
  nameWithType: UploadHandler.data
  type: Property
- uid: UnityEngine.Networking.UploadHandler.Dispose
  name: Dispose()
  fullName: UnityEngine.Networking.UploadHandler.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UploadHandler.Dispose.html
  commentId: M:UnityEngine.Networking.UploadHandler.Dispose
  nameWithType: UploadHandler.Dispose()
  type: Method
- uid: UnityEngine.Networking.UploadHandler.Finalize
  name: ~UploadHandler()
  fullName: UnityEngine.Networking.UploadHandler.~UploadHandler()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UploadHandler.Finalize.html
  commentId: M:UnityEngine.Networking.UploadHandler.Finalize
  nameWithType: UploadHandler.~UploadHandler()
  type: Method
- uid: UnityEngine.Networking.UploadHandler.progress
  name: progress
  fullName: UnityEngine.Networking.UploadHandler.progress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UploadHandler-progress.html
  commentId: P:UnityEngine.Networking.UploadHandler.progress
  nameWithType: UploadHandler.progress
  type: Property
- uid: UnityEngine.Networking.UploadHandlerRaw
  name: UploadHandlerRaw
  fullName: UnityEngine.Networking.UploadHandlerRaw
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UploadHandlerRaw.html
  commentId: T:UnityEngine.Networking.UploadHandlerRaw
  nameWithType: UploadHandlerRaw
  type: Class
- uid: UnityEngine.Networking.UploadHandlerRaw.#ctor(System.Byte[])
  name: UploadHandlerRaw(byte[])
  fullName: UnityEngine.Networking.UploadHandlerRaw.UploadHandlerRaw(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.UploadHandlerRaw-ctor.html
  commentId: M:UnityEngine.Networking.UploadHandlerRaw.#ctor(System.Byte[])
  nameWithType: UploadHandlerRaw.UploadHandlerRaw(byte[])
  type: Constructor
- uid: UnityEngine.Networking.Utility
  name: Utility
  fullName: UnityEngine.Networking.Utility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Utility.html
  commentId: T:UnityEngine.Networking.Utility
  nameWithType: Utility
  type: Class
- uid: UnityEngine.Networking.Utility.GetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID)
  name: GetAccessTokenForNetwork(NetworkID)
  fullName: UnityEngine.Networking.Utility.GetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Utility.GetAccessTokenForNetwork.html
  commentId: M:UnityEngine.Networking.Utility.GetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID)
  nameWithType: Utility.GetAccessTokenForNetwork(NetworkID)
  type: Method
- uid: UnityEngine.Networking.Utility.GetAppID
  name: GetAppID()
  fullName: UnityEngine.Networking.Utility.GetAppID()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Utility.GetAppID.html
  commentId: M:UnityEngine.Networking.Utility.GetAppID
  nameWithType: Utility.GetAppID()
  type: Method
- uid: UnityEngine.Networking.Utility.GetSourceID
  name: GetSourceID()
  fullName: UnityEngine.Networking.Utility.GetSourceID()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Utility.GetSourceID.html
  commentId: M:UnityEngine.Networking.Utility.GetSourceID
  nameWithType: Utility.GetSourceID()
  type: Method
- uid: UnityEngine.Networking.Utility.SetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken)
  name: SetAccessTokenForNetwork(NetworkID, NetworkAccessToken)
  fullName: UnityEngine.Networking.Utility.SetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID, UnityEngine.Networking.Types.NetworkAccessToken)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Utility.SetAccessTokenForNetwork.html
  commentId: M:UnityEngine.Networking.Utility.SetAccessTokenForNetwork(UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken)
  nameWithType: Utility.SetAccessTokenForNetwork(NetworkID, NetworkAccessToken)
  type: Method
- uid: UnityEngine.Networking.Utility.SetAppID(UnityEngine.Networking.Types.AppID)
  name: SetAppID(AppID)
  fullName: UnityEngine.Networking.Utility.SetAppID(UnityEngine.Networking.Types.AppID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Utility.SetAppID.html
  commentId: M:UnityEngine.Networking.Utility.SetAppID(UnityEngine.Networking.Types.AppID)
  nameWithType: Utility.SetAppID(AppID)
  type: Method
- uid: UnityEngine.Networking.Utility.useRandomSourceID
  name: useRandomSourceID
  fullName: UnityEngine.Networking.Utility.useRandomSourceID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Networking.Utility-useRandomSourceID.html
  commentId: P:UnityEngine.Networking.Utility.useRandomSourceID
  nameWithType: Utility.useRandomSourceID
  type: Property
- uid: UnityEngine.NetworkLogLevel
  name: NetworkLogLevel
  fullName: UnityEngine.NetworkLogLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkLogLevel.html
  commentId: T:UnityEngine.NetworkLogLevel
  nameWithType: NetworkLogLevel
  type: Enum
- uid: UnityEngine.NetworkLogLevel.Full
  name: Full
  fullName: UnityEngine.NetworkLogLevel.Full
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkLogLevel.Full.html
  commentId: F:UnityEngine.NetworkLogLevel.Full
  nameWithType: NetworkLogLevel.Full
  type: Field
- uid: UnityEngine.NetworkLogLevel.Informational
  name: Informational
  fullName: UnityEngine.NetworkLogLevel.Informational
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkLogLevel.Informational.html
  commentId: F:UnityEngine.NetworkLogLevel.Informational
  nameWithType: NetworkLogLevel.Informational
  type: Field
- uid: UnityEngine.NetworkLogLevel.Off
  name: Off
  fullName: UnityEngine.NetworkLogLevel.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkLogLevel.Off.html
  commentId: F:UnityEngine.NetworkLogLevel.Off
  nameWithType: NetworkLogLevel.Off
  type: Field
- uid: UnityEngine.NetworkMessageInfo
  name: NetworkMessageInfo
  fullName: UnityEngine.NetworkMessageInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkMessageInfo.html
  commentId: T:UnityEngine.NetworkMessageInfo
  nameWithType: NetworkMessageInfo
  type: Struct
- uid: UnityEngine.NetworkMessageInfo.networkView
  name: networkView
  fullName: UnityEngine.NetworkMessageInfo.networkView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkMessageInfo-networkView.html
  commentId: P:UnityEngine.NetworkMessageInfo.networkView
  nameWithType: NetworkMessageInfo.networkView
  type: Property
- uid: UnityEngine.NetworkMessageInfo.sender
  name: sender
  fullName: UnityEngine.NetworkMessageInfo.sender
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkMessageInfo-sender.html
  commentId: P:UnityEngine.NetworkMessageInfo.sender
  nameWithType: NetworkMessageInfo.sender
  type: Property
- uid: UnityEngine.NetworkMessageInfo.timestamp
  name: timestamp
  fullName: UnityEngine.NetworkMessageInfo.timestamp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkMessageInfo-timestamp.html
  commentId: P:UnityEngine.NetworkMessageInfo.timestamp
  nameWithType: NetworkMessageInfo.timestamp
  type: Property
- uid: UnityEngine.NetworkPeerType
  name: NetworkPeerType
  fullName: UnityEngine.NetworkPeerType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPeerType.html
  commentId: T:UnityEngine.NetworkPeerType
  nameWithType: NetworkPeerType
  type: Enum
- uid: UnityEngine.NetworkPeerType.Client
  name: Client
  fullName: UnityEngine.NetworkPeerType.Client
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPeerType.Client.html
  commentId: F:UnityEngine.NetworkPeerType.Client
  nameWithType: NetworkPeerType.Client
  type: Field
- uid: UnityEngine.NetworkPeerType.Connecting
  name: Connecting
  fullName: UnityEngine.NetworkPeerType.Connecting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPeerType.Connecting.html
  commentId: F:UnityEngine.NetworkPeerType.Connecting
  nameWithType: NetworkPeerType.Connecting
  type: Field
- uid: UnityEngine.NetworkPeerType.Disconnected
  name: Disconnected
  fullName: UnityEngine.NetworkPeerType.Disconnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPeerType.Disconnected.html
  commentId: F:UnityEngine.NetworkPeerType.Disconnected
  nameWithType: NetworkPeerType.Disconnected
  type: Field
- uid: UnityEngine.NetworkPeerType.Server
  name: Server
  fullName: UnityEngine.NetworkPeerType.Server
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPeerType.Server.html
  commentId: F:UnityEngine.NetworkPeerType.Server
  nameWithType: NetworkPeerType.Server
  type: Field
- uid: UnityEngine.NetworkPlayer
  name: NetworkPlayer
  fullName: UnityEngine.NetworkPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer.html
  commentId: T:UnityEngine.NetworkPlayer
  nameWithType: NetworkPlayer
  type: Struct
- uid: UnityEngine.NetworkPlayer.#ctor(System.String,System.Int32)
  name: NetworkPlayer(string, int)
  fullName: UnityEngine.NetworkPlayer.NetworkPlayer(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer-ctor.html
  commentId: M:UnityEngine.NetworkPlayer.#ctor(System.String,System.Int32)
  nameWithType: NetworkPlayer.NetworkPlayer(string, int)
  type: Constructor
- uid: UnityEngine.NetworkPlayer.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.NetworkPlayer.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer.Equals.html
  commentId: M:UnityEngine.NetworkPlayer.Equals(System.Object)
  nameWithType: NetworkPlayer.Equals(object)
  type: Method
- uid: UnityEngine.NetworkPlayer.externalIP
  name: externalIP
  fullName: UnityEngine.NetworkPlayer.externalIP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer-externalIP.html
  commentId: P:UnityEngine.NetworkPlayer.externalIP
  nameWithType: NetworkPlayer.externalIP
  type: Property
- uid: UnityEngine.NetworkPlayer.externalPort
  name: externalPort
  fullName: UnityEngine.NetworkPlayer.externalPort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer-externalPort.html
  commentId: P:UnityEngine.NetworkPlayer.externalPort
  nameWithType: NetworkPlayer.externalPort
  type: Property
- uid: UnityEngine.NetworkPlayer.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.NetworkPlayer.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer.GetHashCode.html
  commentId: M:UnityEngine.NetworkPlayer.GetHashCode
  nameWithType: NetworkPlayer.GetHashCode()
  type: Method
- uid: UnityEngine.NetworkPlayer.guid
  name: guid
  fullName: UnityEngine.NetworkPlayer.guid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer-guid.html
  commentId: P:UnityEngine.NetworkPlayer.guid
  nameWithType: NetworkPlayer.guid
  type: Property
- uid: UnityEngine.NetworkPlayer.ipAddress
  name: ipAddress
  fullName: UnityEngine.NetworkPlayer.ipAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer-ipAddress.html
  commentId: P:UnityEngine.NetworkPlayer.ipAddress
  nameWithType: NetworkPlayer.ipAddress
  type: Property
- uid: UnityEngine.NetworkPlayer.op_Equality(UnityEngine.NetworkPlayer,UnityEngine.NetworkPlayer)
  name: operator ==(NetworkPlayer, NetworkPlayer)
  fullName: UnityEngine.NetworkPlayer.operator ==(UnityEngine.NetworkPlayer, UnityEngine.NetworkPlayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer-op_Equality.html
  commentId: M:UnityEngine.NetworkPlayer.op_Equality(UnityEngine.NetworkPlayer,UnityEngine.NetworkPlayer)
  nameWithType: NetworkPlayer.operator ==(NetworkPlayer, NetworkPlayer)
  type: Operator
- uid: UnityEngine.NetworkPlayer.op_Inequality(UnityEngine.NetworkPlayer,UnityEngine.NetworkPlayer)
  name: operator !=(NetworkPlayer, NetworkPlayer)
  fullName: UnityEngine.NetworkPlayer.operator !=(UnityEngine.NetworkPlayer, UnityEngine.NetworkPlayer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer-op_Inequality.html
  commentId: M:UnityEngine.NetworkPlayer.op_Inequality(UnityEngine.NetworkPlayer,UnityEngine.NetworkPlayer)
  nameWithType: NetworkPlayer.operator !=(NetworkPlayer, NetworkPlayer)
  type: Operator
- uid: UnityEngine.NetworkPlayer.port
  name: port
  fullName: UnityEngine.NetworkPlayer.port
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer-port.html
  commentId: P:UnityEngine.NetworkPlayer.port
  nameWithType: NetworkPlayer.port
  type: Property
- uid: UnityEngine.NetworkPlayer.ToString
  name: ToString()
  fullName: UnityEngine.NetworkPlayer.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkPlayer.ToString.html
  commentId: M:UnityEngine.NetworkPlayer.ToString
  nameWithType: NetworkPlayer.ToString()
  type: Method
- uid: UnityEngine.NetworkReachability
  name: NetworkReachability
  fullName: UnityEngine.NetworkReachability
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkReachability.html
  commentId: T:UnityEngine.NetworkReachability
  nameWithType: NetworkReachability
  type: Enum
- uid: UnityEngine.NetworkReachability.NotReachable
  name: NotReachable
  fullName: UnityEngine.NetworkReachability.NotReachable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkReachability.NotReachable.html
  commentId: F:UnityEngine.NetworkReachability.NotReachable
  nameWithType: NetworkReachability.NotReachable
  type: Field
- uid: UnityEngine.NetworkReachability.ReachableViaCarrierDataNetwork
  name: ReachableViaCarrierDataNetwork
  fullName: UnityEngine.NetworkReachability.ReachableViaCarrierDataNetwork
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkReachability.ReachableViaCarrierDataNetwork.html
  commentId: F:UnityEngine.NetworkReachability.ReachableViaCarrierDataNetwork
  nameWithType: NetworkReachability.ReachableViaCarrierDataNetwork
  type: Field
- uid: UnityEngine.NetworkReachability.ReachableViaLocalAreaNetwork
  name: ReachableViaLocalAreaNetwork
  fullName: UnityEngine.NetworkReachability.ReachableViaLocalAreaNetwork
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkReachability.ReachableViaLocalAreaNetwork.html
  commentId: F:UnityEngine.NetworkReachability.ReachableViaLocalAreaNetwork
  nameWithType: NetworkReachability.ReachableViaLocalAreaNetwork
  type: Field
- uid: UnityEngine.NetworkStateSynchronization
  name: NetworkStateSynchronization
  fullName: UnityEngine.NetworkStateSynchronization
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkStateSynchronization.html
  commentId: T:UnityEngine.NetworkStateSynchronization
  nameWithType: NetworkStateSynchronization
  type: Enum
- uid: UnityEngine.NetworkStateSynchronization.Off
  name: Off
  fullName: UnityEngine.NetworkStateSynchronization.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkStateSynchronization.Off.html
  commentId: F:UnityEngine.NetworkStateSynchronization.Off
  nameWithType: NetworkStateSynchronization.Off
  type: Field
- uid: UnityEngine.NetworkStateSynchronization.ReliableDeltaCompressed
  name: ReliableDeltaCompressed
  fullName: UnityEngine.NetworkStateSynchronization.ReliableDeltaCompressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkStateSynchronization.ReliableDeltaCompressed.html
  commentId: F:UnityEngine.NetworkStateSynchronization.ReliableDeltaCompressed
  nameWithType: NetworkStateSynchronization.ReliableDeltaCompressed
  type: Field
- uid: UnityEngine.NetworkStateSynchronization.Unreliable
  name: Unreliable
  fullName: UnityEngine.NetworkStateSynchronization.Unreliable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkStateSynchronization.Unreliable.html
  commentId: F:UnityEngine.NetworkStateSynchronization.Unreliable
  nameWithType: NetworkStateSynchronization.Unreliable
  type: Field
- uid: UnityEngine.NetworkView
  name: NetworkView
  fullName: UnityEngine.NetworkView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView.html
  commentId: T:UnityEngine.NetworkView
  nameWithType: NetworkView
  type: Class
- uid: UnityEngine.NetworkView.Find(UnityEngine.NetworkViewID)
  name: Find(NetworkViewID)
  fullName: UnityEngine.NetworkView.Find(UnityEngine.NetworkViewID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView.Find.html
  commentId: M:UnityEngine.NetworkView.Find(UnityEngine.NetworkViewID)
  nameWithType: NetworkView.Find(NetworkViewID)
  type: Method
- uid: UnityEngine.NetworkView.group
  name: group
  fullName: UnityEngine.NetworkView.group
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView-group.html
  commentId: P:UnityEngine.NetworkView.group
  nameWithType: NetworkView.group
  type: Property
- uid: UnityEngine.NetworkView.isMine
  name: isMine
  fullName: UnityEngine.NetworkView.isMine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView-isMine.html
  commentId: P:UnityEngine.NetworkView.isMine
  nameWithType: NetworkView.isMine
  type: Property
- uid: UnityEngine.NetworkView.observed
  name: observed
  fullName: UnityEngine.NetworkView.observed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView-observed.html
  commentId: P:UnityEngine.NetworkView.observed
  nameWithType: NetworkView.observed
  type: Property
- uid: UnityEngine.NetworkView.owner
  name: owner
  fullName: UnityEngine.NetworkView.owner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView-owner.html
  commentId: P:UnityEngine.NetworkView.owner
  nameWithType: NetworkView.owner
  type: Property
- uid: UnityEngine.NetworkView.RPC(System.String,UnityEngine.NetworkPlayer,System.Object[])
  name: RPC(string, NetworkPlayer, params object[])
  fullName: UnityEngine.NetworkView.RPC(string, UnityEngine.NetworkPlayer, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView.RPC.html
  commentId: M:UnityEngine.NetworkView.RPC(System.String,UnityEngine.NetworkPlayer,System.Object[])
  nameWithType: NetworkView.RPC(string, NetworkPlayer, params object[])
  type: Method
- uid: UnityEngine.NetworkView.RPC(System.String,UnityEngine.RPCMode,System.Object[])
  name: RPC(string, RPCMode, params object[])
  fullName: UnityEngine.NetworkView.RPC(string, UnityEngine.RPCMode, params object[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView.RPC.html
  commentId: M:UnityEngine.NetworkView.RPC(System.String,UnityEngine.RPCMode,System.Object[])
  nameWithType: NetworkView.RPC(string, RPCMode, params object[])
  type: Method
- uid: UnityEngine.NetworkView.SetScope(UnityEngine.NetworkPlayer,System.Boolean)
  name: SetScope(NetworkPlayer, bool)
  fullName: UnityEngine.NetworkView.SetScope(UnityEngine.NetworkPlayer, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView.SetScope.html
  commentId: M:UnityEngine.NetworkView.SetScope(UnityEngine.NetworkPlayer,System.Boolean)
  nameWithType: NetworkView.SetScope(NetworkPlayer, bool)
  type: Method
- uid: UnityEngine.NetworkView.stateSynchronization
  name: stateSynchronization
  fullName: UnityEngine.NetworkView.stateSynchronization
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView-stateSynchronization.html
  commentId: P:UnityEngine.NetworkView.stateSynchronization
  nameWithType: NetworkView.stateSynchronization
  type: Property
- uid: UnityEngine.NetworkView.viewID
  name: viewID
  fullName: UnityEngine.NetworkView.viewID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkView-viewID.html
  commentId: P:UnityEngine.NetworkView.viewID
  nameWithType: NetworkView.viewID
  type: Property
- uid: UnityEngine.NetworkViewID
  name: NetworkViewID
  fullName: UnityEngine.NetworkViewID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID.html
  commentId: T:UnityEngine.NetworkViewID
  nameWithType: NetworkViewID
  type: Struct
- uid: UnityEngine.NetworkViewID.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.NetworkViewID.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID.Equals.html
  commentId: M:UnityEngine.NetworkViewID.Equals(System.Object)
  nameWithType: NetworkViewID.Equals(object)
  type: Method
- uid: UnityEngine.NetworkViewID.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.NetworkViewID.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID.GetHashCode.html
  commentId: M:UnityEngine.NetworkViewID.GetHashCode
  nameWithType: NetworkViewID.GetHashCode()
  type: Method
- uid: UnityEngine.NetworkViewID.isMine
  name: isMine
  fullName: UnityEngine.NetworkViewID.isMine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID-isMine.html
  commentId: P:UnityEngine.NetworkViewID.isMine
  nameWithType: NetworkViewID.isMine
  type: Property
- uid: UnityEngine.NetworkViewID.op_Equality(UnityEngine.NetworkViewID,UnityEngine.NetworkViewID)
  name: operator ==(NetworkViewID, NetworkViewID)
  fullName: UnityEngine.NetworkViewID.operator ==(UnityEngine.NetworkViewID, UnityEngine.NetworkViewID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID-op_Equality.html
  commentId: M:UnityEngine.NetworkViewID.op_Equality(UnityEngine.NetworkViewID,UnityEngine.NetworkViewID)
  nameWithType: NetworkViewID.operator ==(NetworkViewID, NetworkViewID)
  type: Operator
- uid: UnityEngine.NetworkViewID.op_Inequality(UnityEngine.NetworkViewID,UnityEngine.NetworkViewID)
  name: operator !=(NetworkViewID, NetworkViewID)
  fullName: UnityEngine.NetworkViewID.operator !=(UnityEngine.NetworkViewID, UnityEngine.NetworkViewID)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID-op_Inequality.html
  commentId: M:UnityEngine.NetworkViewID.op_Inequality(UnityEngine.NetworkViewID,UnityEngine.NetworkViewID)
  nameWithType: NetworkViewID.operator !=(NetworkViewID, NetworkViewID)
  type: Operator
- uid: UnityEngine.NetworkViewID.owner
  name: owner
  fullName: UnityEngine.NetworkViewID.owner
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID-owner.html
  commentId: P:UnityEngine.NetworkViewID.owner
  nameWithType: NetworkViewID.owner
  type: Property
- uid: UnityEngine.NetworkViewID.ToString
  name: ToString()
  fullName: UnityEngine.NetworkViewID.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID.ToString.html
  commentId: M:UnityEngine.NetworkViewID.ToString
  nameWithType: NetworkViewID.ToString()
  type: Method
- uid: UnityEngine.NetworkViewID.unassigned
  name: unassigned
  fullName: UnityEngine.NetworkViewID.unassigned
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NetworkViewID-unassigned.html
  commentId: P:UnityEngine.NetworkViewID.unassigned
  nameWithType: NetworkViewID.unassigned
  type: Property
- uid: UnityEngine.NotificationServices
  name: NotificationServices
  fullName: UnityEngine.NotificationServices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NotificationServices.html
  commentId: T:UnityEngine.NotificationServices
  nameWithType: NotificationServices
  type: Class
- uid: UnityEngine.NotificationServices.#ctor
  name: NotificationServices()
  fullName: UnityEngine.NotificationServices.NotificationServices()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NotificationServices-ctor.html
  commentId: M:UnityEngine.NotificationServices.#ctor
  nameWithType: NotificationServices.NotificationServices()
  type: Constructor
- uid: UnityEngine.NotificationServices.RegisterForRemoteNotificationTypes(UnityEngine.RemoteNotificationType)
  name: RegisterForRemoteNotificationTypes(RemoteNotificationType)
  fullName: UnityEngine.NotificationServices.RegisterForRemoteNotificationTypes(UnityEngine.RemoteNotificationType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NotificationServices.RegisterForRemoteNotificationTypes.html
  commentId: M:UnityEngine.NotificationServices.RegisterForRemoteNotificationTypes(UnityEngine.RemoteNotificationType)
  nameWithType: NotificationServices.RegisterForRemoteNotificationTypes(RemoteNotificationType)
  type: Method
- uid: UnityEngine.NPOTSupport
  name: NPOTSupport
  fullName: UnityEngine.NPOTSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NPOTSupport.html
  commentId: T:UnityEngine.NPOTSupport
  nameWithType: NPOTSupport
  type: Enum
- uid: UnityEngine.NPOTSupport.Full
  name: Full
  fullName: UnityEngine.NPOTSupport.Full
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NPOTSupport.Full.html
  commentId: F:UnityEngine.NPOTSupport.Full
  nameWithType: NPOTSupport.Full
  type: Field
- uid: UnityEngine.NPOTSupport.None
  name: None
  fullName: UnityEngine.NPOTSupport.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NPOTSupport.None.html
  commentId: F:UnityEngine.NPOTSupport.None
  nameWithType: NPOTSupport.None
  type: Field
- uid: UnityEngine.NPOTSupport.Restricted
  name: Restricted
  fullName: UnityEngine.NPOTSupport.Restricted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/NPOTSupport.Restricted.html
  commentId: F:UnityEngine.NPOTSupport.Restricted
  nameWithType: NPOTSupport.Restricted
  type: Field
- uid: UnityEngine.Object
  name: Object
  fullName: UnityEngine.Object
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.html
  commentId: T:UnityEngine.Object
  nameWithType: Object
  type: Class
- uid: UnityEngine.Object.Destroy(UnityEngine.Object,System.Single)
  name: Destroy(Object, float)
  fullName: UnityEngine.Object.Destroy(UnityEngine.Object, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Destroy.html
  commentId: M:UnityEngine.Object.Destroy(UnityEngine.Object,System.Single)
  nameWithType: Object.Destroy(Object, float)
  type: Method
- uid: UnityEngine.Object.Destroy(UnityEngine.Object)
  name: Destroy(Object)
  fullName: UnityEngine.Object.Destroy(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Destroy.html
  commentId: M:UnityEngine.Object.Destroy(UnityEngine.Object)
  nameWithType: Object.Destroy(Object)
  type: Method
- uid: UnityEngine.Object.DestroyImmediate(UnityEngine.Object,System.Boolean)
  name: DestroyImmediate(Object, bool)
  fullName: UnityEngine.Object.DestroyImmediate(UnityEngine.Object, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.DestroyImmediate.html
  commentId: M:UnityEngine.Object.DestroyImmediate(UnityEngine.Object,System.Boolean)
  nameWithType: Object.DestroyImmediate(Object, bool)
  type: Method
- uid: UnityEngine.Object.DestroyImmediate(UnityEngine.Object)
  name: DestroyImmediate(Object)
  fullName: UnityEngine.Object.DestroyImmediate(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.DestroyImmediate.html
  commentId: M:UnityEngine.Object.DestroyImmediate(UnityEngine.Object)
  nameWithType: Object.DestroyImmediate(Object)
  type: Method
- uid: UnityEngine.Object.DestroyObject(UnityEngine.Object,System.Single)
  name: DestroyObject(Object, float)
  fullName: UnityEngine.Object.DestroyObject(UnityEngine.Object, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.DestroyObject.html
  commentId: M:UnityEngine.Object.DestroyObject(UnityEngine.Object,System.Single)
  nameWithType: Object.DestroyObject(Object, float)
  type: Method
- uid: UnityEngine.Object.DestroyObject(UnityEngine.Object)
  name: DestroyObject(Object)
  fullName: UnityEngine.Object.DestroyObject(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.DestroyObject.html
  commentId: M:UnityEngine.Object.DestroyObject(UnityEngine.Object)
  nameWithType: Object.DestroyObject(Object)
  type: Method
- uid: UnityEngine.Object.DontDestroyOnLoad(UnityEngine.Object)
  name: DontDestroyOnLoad(Object)
  fullName: UnityEngine.Object.DontDestroyOnLoad(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.DontDestroyOnLoad.html
  commentId: M:UnityEngine.Object.DontDestroyOnLoad(UnityEngine.Object)
  nameWithType: Object.DontDestroyOnLoad(Object)
  type: Method
- uid: UnityEngine.Object.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Object.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Equals.html
  commentId: M:UnityEngine.Object.Equals(System.Object)
  nameWithType: Object.Equals(object)
  type: Method
- uid: UnityEngine.Object.FindObjectOfType(System.Type)
  name: FindObjectOfType(Type)
  fullName: UnityEngine.Object.FindObjectOfType(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.FindObjectOfType.html
  commentId: M:UnityEngine.Object.FindObjectOfType(System.Type)
  nameWithType: Object.FindObjectOfType(Type)
  type: Method
- uid: UnityEngine.Object.FindObjectOfType``1
  name: FindObjectOfType<T>()
  fullName: UnityEngine.Object.FindObjectOfType<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.FindObjectOfType.html
  commentId: M:UnityEngine.Object.FindObjectOfType``1
  nameWithType: Object.FindObjectOfType<T>()
  type: Method
- uid: UnityEngine.Object.FindObjectsOfType(System.Type)
  name: FindObjectsOfType(Type)
  fullName: UnityEngine.Object.FindObjectsOfType(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.FindObjectsOfType.html
  commentId: M:UnityEngine.Object.FindObjectsOfType(System.Type)
  nameWithType: Object.FindObjectsOfType(Type)
  type: Method
- uid: UnityEngine.Object.FindObjectsOfType``1
  name: FindObjectsOfType<T>()
  fullName: UnityEngine.Object.FindObjectsOfType<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.FindObjectsOfType.html
  commentId: M:UnityEngine.Object.FindObjectsOfType``1
  nameWithType: Object.FindObjectsOfType<T>()
  type: Method
- uid: UnityEngine.Object.FindObjectsOfTypeAll(System.Type)
  name: FindObjectsOfTypeAll(Type)
  fullName: UnityEngine.Object.FindObjectsOfTypeAll(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.FindObjectsOfTypeAll.html
  commentId: M:UnityEngine.Object.FindObjectsOfTypeAll(System.Type)
  nameWithType: Object.FindObjectsOfTypeAll(Type)
  type: Method
- uid: UnityEngine.Object.FindObjectsOfTypeIncludingAssets(System.Type)
  name: FindObjectsOfTypeIncludingAssets(Type)
  fullName: UnityEngine.Object.FindObjectsOfTypeIncludingAssets(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.FindObjectsOfTypeIncludingAssets.html
  commentId: M:UnityEngine.Object.FindObjectsOfTypeIncludingAssets(System.Type)
  nameWithType: Object.FindObjectsOfTypeIncludingAssets(Type)
  type: Method
- uid: UnityEngine.Object.FindSceneObjectsOfType(System.Type)
  name: FindSceneObjectsOfType(Type)
  fullName: UnityEngine.Object.FindSceneObjectsOfType(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.FindSceneObjectsOfType.html
  commentId: M:UnityEngine.Object.FindSceneObjectsOfType(System.Type)
  nameWithType: Object.FindSceneObjectsOfType(Type)
  type: Method
- uid: UnityEngine.Object.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Object.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.GetHashCode.html
  commentId: M:UnityEngine.Object.GetHashCode
  nameWithType: Object.GetHashCode()
  type: Method
- uid: UnityEngine.Object.GetInstanceID
  name: GetInstanceID()
  fullName: UnityEngine.Object.GetInstanceID()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.GetInstanceID.html
  commentId: M:UnityEngine.Object.GetInstanceID
  nameWithType: Object.GetInstanceID()
  type: Method
- uid: UnityEngine.Object.hideFlags
  name: hideFlags
  fullName: UnityEngine.Object.hideFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object-hideFlags.html
  commentId: P:UnityEngine.Object.hideFlags
  nameWithType: Object.hideFlags
  type: Property
- uid: UnityEngine.Object.Instantiate(UnityEngine.Object,UnityEngine.Transform,System.Boolean)
  name: Instantiate(Object, Transform, bool)
  fullName: UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate(UnityEngine.Object,UnityEngine.Transform,System.Boolean)
  nameWithType: Object.Instantiate(Object, Transform, bool)
  type: Method
- uid: UnityEngine.Object.Instantiate(UnityEngine.Object,UnityEngine.Transform)
  name: Instantiate(Object, Transform)
  fullName: UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate(UnityEngine.Object,UnityEngine.Transform)
  nameWithType: Object.Instantiate(Object, Transform)
  type: Method
- uid: UnityEngine.Object.Instantiate(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform)
  name: Instantiate(Object, Vector3, Quaternion, Transform)
  fullName: UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform)
  nameWithType: Object.Instantiate(Object, Vector3, Quaternion, Transform)
  type: Method
- uid: UnityEngine.Object.Instantiate(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: Instantiate(Object, Vector3, Quaternion)
  fullName: UnityEngine.Object.Instantiate(UnityEngine.Object, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Object.Instantiate(Object, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Object.Instantiate(UnityEngine.Object)
  name: Instantiate(Object)
  fullName: UnityEngine.Object.Instantiate(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate(UnityEngine.Object)
  nameWithType: Object.Instantiate(Object)
  type: Method
- uid: UnityEngine.Object.Instantiate``1(``0,UnityEngine.Transform,System.Boolean)
  name: Instantiate<T>(T, Transform, bool)
  fullName: UnityEngine.Object.Instantiate<T>(T, UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate``1(``0,UnityEngine.Transform,System.Boolean)
  nameWithType: Object.Instantiate<T>(T, Transform, bool)
  type: Method
- uid: UnityEngine.Object.Instantiate``1(``0,UnityEngine.Transform)
  name: Instantiate<T>(T, Transform)
  fullName: UnityEngine.Object.Instantiate<T>(T, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate``1(``0,UnityEngine.Transform)
  nameWithType: Object.Instantiate<T>(T, Transform)
  type: Method
- uid: UnityEngine.Object.Instantiate``1(``0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform)
  name: Instantiate<T>(T, Vector3, Quaternion, Transform)
  fullName: UnityEngine.Object.Instantiate<T>(T, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate``1(``0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform)
  nameWithType: Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
  type: Method
- uid: UnityEngine.Object.Instantiate``1(``0,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: Instantiate<T>(T, Vector3, Quaternion)
  fullName: UnityEngine.Object.Instantiate<T>(T, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate``1(``0,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Object.Instantiate<T>(T, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Object.Instantiate``1(``0)
  name: Instantiate<T>(T)
  fullName: UnityEngine.Object.Instantiate<T>(T)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.Instantiate.html
  commentId: M:UnityEngine.Object.Instantiate``1(``0)
  nameWithType: Object.Instantiate<T>(T)
  type: Method
- uid: UnityEngine.Object.name
  name: name
  fullName: UnityEngine.Object.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object-name.html
  commentId: P:UnityEngine.Object.name
  nameWithType: Object.name
  type: Property
- uid: UnityEngine.Object.op_Equality(UnityEngine.Object,UnityEngine.Object)
  name: operator ==(Object, Object)
  fullName: UnityEngine.Object.operator ==(UnityEngine.Object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object-op_Equality.html
  commentId: M:UnityEngine.Object.op_Equality(UnityEngine.Object,UnityEngine.Object)
  nameWithType: Object.operator ==(Object, Object)
  type: Operator
- uid: UnityEngine.Object.op_Implicit(UnityEngine.Object)~System.Boolean
  name: implicit operator bool(Object)
  fullName: UnityEngine.Object.implicit operator bool(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.op_Implicit~System.Boolean.html
  commentId: M:UnityEngine.Object.op_Implicit(UnityEngine.Object)~System.Boolean
  nameWithType: Object.implicit operator bool(Object)
  type: Operator
- uid: UnityEngine.Object.op_Inequality(UnityEngine.Object,UnityEngine.Object)
  name: operator !=(Object, Object)
  fullName: UnityEngine.Object.operator !=(UnityEngine.Object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object-op_Inequality.html
  commentId: M:UnityEngine.Object.op_Inequality(UnityEngine.Object,UnityEngine.Object)
  nameWithType: Object.operator !=(Object, Object)
  type: Operator
- uid: UnityEngine.Object.ToString
  name: ToString()
  fullName: UnityEngine.Object.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Object.ToString.html
  commentId: M:UnityEngine.Object.ToString
  nameWithType: Object.ToString()
  type: Method
- uid: UnityEngine.OcclusionArea
  name: OcclusionArea
  fullName: UnityEngine.OcclusionArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OcclusionArea.html
  commentId: T:UnityEngine.OcclusionArea
  nameWithType: OcclusionArea
  type: Class
- uid: UnityEngine.OcclusionArea.center
  name: center
  fullName: UnityEngine.OcclusionArea.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OcclusionArea-center.html
  commentId: P:UnityEngine.OcclusionArea.center
  nameWithType: OcclusionArea.center
  type: Property
- uid: UnityEngine.OcclusionArea.size
  name: size
  fullName: UnityEngine.OcclusionArea.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OcclusionArea-size.html
  commentId: P:UnityEngine.OcclusionArea.size
  nameWithType: OcclusionArea.size
  type: Property
- uid: UnityEngine.OcclusionPortal
  name: OcclusionPortal
  fullName: UnityEngine.OcclusionPortal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OcclusionPortal.html
  commentId: T:UnityEngine.OcclusionPortal
  nameWithType: OcclusionPortal
  type: Class
- uid: UnityEngine.OcclusionPortal.open
  name: open
  fullName: UnityEngine.OcclusionPortal.open
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OcclusionPortal-open.html
  commentId: P:UnityEngine.OcclusionPortal.open
  nameWithType: OcclusionPortal.open
  type: Property
- uid: UnityEngine.OperatingSystemFamily
  name: OperatingSystemFamily
  fullName: UnityEngine.OperatingSystemFamily
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OperatingSystemFamily.html
  commentId: T:UnityEngine.OperatingSystemFamily
  nameWithType: OperatingSystemFamily
  type: Enum
- uid: UnityEngine.OperatingSystemFamily.Linux
  name: Linux
  fullName: UnityEngine.OperatingSystemFamily.Linux
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OperatingSystemFamily.Linux.html
  commentId: F:UnityEngine.OperatingSystemFamily.Linux
  nameWithType: OperatingSystemFamily.Linux
  type: Field
- uid: UnityEngine.OperatingSystemFamily.MacOSX
  name: MacOSX
  fullName: UnityEngine.OperatingSystemFamily.MacOSX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OperatingSystemFamily.MacOSX.html
  commentId: F:UnityEngine.OperatingSystemFamily.MacOSX
  nameWithType: OperatingSystemFamily.MacOSX
  type: Field
- uid: UnityEngine.OperatingSystemFamily.Other
  name: Other
  fullName: UnityEngine.OperatingSystemFamily.Other
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OperatingSystemFamily.Other.html
  commentId: F:UnityEngine.OperatingSystemFamily.Other
  nameWithType: OperatingSystemFamily.Other
  type: Field
- uid: UnityEngine.OperatingSystemFamily.Windows
  name: Windows
  fullName: UnityEngine.OperatingSystemFamily.Windows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/OperatingSystemFamily.Windows.html
  commentId: F:UnityEngine.OperatingSystemFamily.Windows
  nameWithType: OperatingSystemFamily.Windows
  type: Field
- uid: UnityEngine.Particle
  name: Particle
  fullName: UnityEngine.Particle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle.html
  commentId: T:UnityEngine.Particle
  nameWithType: Particle
  type: Struct
- uid: UnityEngine.Particle.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.Particle.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle-angularVelocity.html
  commentId: P:UnityEngine.Particle.angularVelocity
  nameWithType: Particle.angularVelocity
  type: Property
- uid: UnityEngine.Particle.color
  name: color
  fullName: UnityEngine.Particle.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle-color.html
  commentId: P:UnityEngine.Particle.color
  nameWithType: Particle.color
  type: Property
- uid: UnityEngine.Particle.energy
  name: energy
  fullName: UnityEngine.Particle.energy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle-energy.html
  commentId: P:UnityEngine.Particle.energy
  nameWithType: Particle.energy
  type: Property
- uid: UnityEngine.Particle.position
  name: position
  fullName: UnityEngine.Particle.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle-position.html
  commentId: P:UnityEngine.Particle.position
  nameWithType: Particle.position
  type: Property
- uid: UnityEngine.Particle.rotation
  name: rotation
  fullName: UnityEngine.Particle.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle-rotation.html
  commentId: P:UnityEngine.Particle.rotation
  nameWithType: Particle.rotation
  type: Property
- uid: UnityEngine.Particle.size
  name: size
  fullName: UnityEngine.Particle.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle-size.html
  commentId: P:UnityEngine.Particle.size
  nameWithType: Particle.size
  type: Property
- uid: UnityEngine.Particle.startEnergy
  name: startEnergy
  fullName: UnityEngine.Particle.startEnergy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle-startEnergy.html
  commentId: P:UnityEngine.Particle.startEnergy
  nameWithType: Particle.startEnergy
  type: Property
- uid: UnityEngine.Particle.velocity
  name: velocity
  fullName: UnityEngine.Particle.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Particle-velocity.html
  commentId: P:UnityEngine.Particle.velocity
  nameWithType: Particle.velocity
  type: Property
- uid: UnityEngine.ParticleAnimator
  name: ParticleAnimator
  fullName: UnityEngine.ParticleAnimator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator.html
  commentId: T:UnityEngine.ParticleAnimator
  nameWithType: ParticleAnimator
  type: Class
- uid: UnityEngine.ParticleAnimator.autodestruct
  name: autodestruct
  fullName: UnityEngine.ParticleAnimator.autodestruct
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-autodestruct.html
  commentId: P:UnityEngine.ParticleAnimator.autodestruct
  nameWithType: ParticleAnimator.autodestruct
  type: Property
- uid: UnityEngine.ParticleAnimator.colorAnimation
  name: colorAnimation
  fullName: UnityEngine.ParticleAnimator.colorAnimation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-colorAnimation.html
  commentId: P:UnityEngine.ParticleAnimator.colorAnimation
  nameWithType: ParticleAnimator.colorAnimation
  type: Property
- uid: UnityEngine.ParticleAnimator.damping
  name: damping
  fullName: UnityEngine.ParticleAnimator.damping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-damping.html
  commentId: P:UnityEngine.ParticleAnimator.damping
  nameWithType: ParticleAnimator.damping
  type: Property
- uid: UnityEngine.ParticleAnimator.doesAnimateColor
  name: doesAnimateColor
  fullName: UnityEngine.ParticleAnimator.doesAnimateColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-doesAnimateColor.html
  commentId: P:UnityEngine.ParticleAnimator.doesAnimateColor
  nameWithType: ParticleAnimator.doesAnimateColor
  type: Property
- uid: UnityEngine.ParticleAnimator.force
  name: force
  fullName: UnityEngine.ParticleAnimator.force
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-force.html
  commentId: P:UnityEngine.ParticleAnimator.force
  nameWithType: ParticleAnimator.force
  type: Property
- uid: UnityEngine.ParticleAnimator.localRotationAxis
  name: localRotationAxis
  fullName: UnityEngine.ParticleAnimator.localRotationAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-localRotationAxis.html
  commentId: P:UnityEngine.ParticleAnimator.localRotationAxis
  nameWithType: ParticleAnimator.localRotationAxis
  type: Property
- uid: UnityEngine.ParticleAnimator.rndForce
  name: rndForce
  fullName: UnityEngine.ParticleAnimator.rndForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-rndForce.html
  commentId: P:UnityEngine.ParticleAnimator.rndForce
  nameWithType: ParticleAnimator.rndForce
  type: Property
- uid: UnityEngine.ParticleAnimator.sizeGrow
  name: sizeGrow
  fullName: UnityEngine.ParticleAnimator.sizeGrow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-sizeGrow.html
  commentId: P:UnityEngine.ParticleAnimator.sizeGrow
  nameWithType: ParticleAnimator.sizeGrow
  type: Property
- uid: UnityEngine.ParticleAnimator.worldRotationAxis
  name: worldRotationAxis
  fullName: UnityEngine.ParticleAnimator.worldRotationAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleAnimator-worldRotationAxis.html
  commentId: P:UnityEngine.ParticleAnimator.worldRotationAxis
  nameWithType: ParticleAnimator.worldRotationAxis
  type: Property
- uid: UnityEngine.ParticleCollisionEvent
  name: ParticleCollisionEvent
  fullName: UnityEngine.ParticleCollisionEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleCollisionEvent.html
  commentId: T:UnityEngine.ParticleCollisionEvent
  nameWithType: ParticleCollisionEvent
  type: Struct
- uid: UnityEngine.ParticleCollisionEvent.colliderComponent
  name: colliderComponent
  fullName: UnityEngine.ParticleCollisionEvent.colliderComponent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleCollisionEvent-colliderComponent.html
  commentId: P:UnityEngine.ParticleCollisionEvent.colliderComponent
  nameWithType: ParticleCollisionEvent.colliderComponent
  type: Property
- uid: UnityEngine.ParticleCollisionEvent.intersection
  name: intersection
  fullName: UnityEngine.ParticleCollisionEvent.intersection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleCollisionEvent-intersection.html
  commentId: P:UnityEngine.ParticleCollisionEvent.intersection
  nameWithType: ParticleCollisionEvent.intersection
  type: Property
- uid: UnityEngine.ParticleCollisionEvent.normal
  name: normal
  fullName: UnityEngine.ParticleCollisionEvent.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleCollisionEvent-normal.html
  commentId: P:UnityEngine.ParticleCollisionEvent.normal
  nameWithType: ParticleCollisionEvent.normal
  type: Property
- uid: UnityEngine.ParticleCollisionEvent.velocity
  name: velocity
  fullName: UnityEngine.ParticleCollisionEvent.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleCollisionEvent-velocity.html
  commentId: P:UnityEngine.ParticleCollisionEvent.velocity
  nameWithType: ParticleCollisionEvent.velocity
  type: Property
- uid: UnityEngine.ParticleEmitter
  name: ParticleEmitter
  fullName: UnityEngine.ParticleEmitter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter.html
  commentId: T:UnityEngine.ParticleEmitter
  nameWithType: ParticleEmitter
  type: Class
- uid: UnityEngine.ParticleEmitter.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.ParticleEmitter.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-angularVelocity.html
  commentId: P:UnityEngine.ParticleEmitter.angularVelocity
  nameWithType: ParticleEmitter.angularVelocity
  type: Property
- uid: UnityEngine.ParticleEmitter.ClearParticles
  name: ClearParticles()
  fullName: UnityEngine.ParticleEmitter.ClearParticles()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter.ClearParticles.html
  commentId: M:UnityEngine.ParticleEmitter.ClearParticles
  nameWithType: ParticleEmitter.ClearParticles()
  type: Method
- uid: UnityEngine.ParticleEmitter.emit
  name: emit
  fullName: UnityEngine.ParticleEmitter.emit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-emit.html
  commentId: P:UnityEngine.ParticleEmitter.emit
  nameWithType: ParticleEmitter.emit
  type: Property
- uid: UnityEngine.ParticleEmitter.Emit
  name: Emit()
  fullName: UnityEngine.ParticleEmitter.Emit()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter.Emit.html
  commentId: M:UnityEngine.ParticleEmitter.Emit
  nameWithType: ParticleEmitter.Emit()
  type: Method
- uid: UnityEngine.ParticleEmitter.Emit(System.Int32)
  name: Emit(int)
  fullName: UnityEngine.ParticleEmitter.Emit(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter.Emit.html
  commentId: M:UnityEngine.ParticleEmitter.Emit(System.Int32)
  nameWithType: ParticleEmitter.Emit(int)
  type: Method
- uid: UnityEngine.ParticleEmitter.Emit(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color,System.Single,System.Single)
  name: Emit(Vector3, Vector3, float, float, Color, float, float)
  fullName: UnityEngine.ParticleEmitter.Emit(UnityEngine.Vector3, UnityEngine.Vector3, float, float, UnityEngine.Color, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter.Emit.html
  commentId: M:UnityEngine.ParticleEmitter.Emit(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color,System.Single,System.Single)
  nameWithType: ParticleEmitter.Emit(Vector3, Vector3, float, float, Color, float, float)
  type: Method
- uid: UnityEngine.ParticleEmitter.Emit(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color)
  name: Emit(Vector3, Vector3, float, float, Color)
  fullName: UnityEngine.ParticleEmitter.Emit(UnityEngine.Vector3, UnityEngine.Vector3, float, float, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter.Emit.html
  commentId: M:UnityEngine.ParticleEmitter.Emit(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color)
  nameWithType: ParticleEmitter.Emit(Vector3, Vector3, float, float, Color)
  type: Method
- uid: UnityEngine.ParticleEmitter.emitterVelocityScale
  name: emitterVelocityScale
  fullName: UnityEngine.ParticleEmitter.emitterVelocityScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-emitterVelocityScale.html
  commentId: P:UnityEngine.ParticleEmitter.emitterVelocityScale
  nameWithType: ParticleEmitter.emitterVelocityScale
  type: Property
- uid: UnityEngine.ParticleEmitter.enabled
  name: enabled
  fullName: UnityEngine.ParticleEmitter.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-enabled.html
  commentId: P:UnityEngine.ParticleEmitter.enabled
  nameWithType: ParticleEmitter.enabled
  type: Property
- uid: UnityEngine.ParticleEmitter.localVelocity
  name: localVelocity
  fullName: UnityEngine.ParticleEmitter.localVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-localVelocity.html
  commentId: P:UnityEngine.ParticleEmitter.localVelocity
  nameWithType: ParticleEmitter.localVelocity
  type: Property
- uid: UnityEngine.ParticleEmitter.maxEmission
  name: maxEmission
  fullName: UnityEngine.ParticleEmitter.maxEmission
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-maxEmission.html
  commentId: P:UnityEngine.ParticleEmitter.maxEmission
  nameWithType: ParticleEmitter.maxEmission
  type: Property
- uid: UnityEngine.ParticleEmitter.maxEnergy
  name: maxEnergy
  fullName: UnityEngine.ParticleEmitter.maxEnergy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-maxEnergy.html
  commentId: P:UnityEngine.ParticleEmitter.maxEnergy
  nameWithType: ParticleEmitter.maxEnergy
  type: Property
- uid: UnityEngine.ParticleEmitter.maxSize
  name: maxSize
  fullName: UnityEngine.ParticleEmitter.maxSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-maxSize.html
  commentId: P:UnityEngine.ParticleEmitter.maxSize
  nameWithType: ParticleEmitter.maxSize
  type: Property
- uid: UnityEngine.ParticleEmitter.minEmission
  name: minEmission
  fullName: UnityEngine.ParticleEmitter.minEmission
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-minEmission.html
  commentId: P:UnityEngine.ParticleEmitter.minEmission
  nameWithType: ParticleEmitter.minEmission
  type: Property
- uid: UnityEngine.ParticleEmitter.minEnergy
  name: minEnergy
  fullName: UnityEngine.ParticleEmitter.minEnergy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-minEnergy.html
  commentId: P:UnityEngine.ParticleEmitter.minEnergy
  nameWithType: ParticleEmitter.minEnergy
  type: Property
- uid: UnityEngine.ParticleEmitter.minSize
  name: minSize
  fullName: UnityEngine.ParticleEmitter.minSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-minSize.html
  commentId: P:UnityEngine.ParticleEmitter.minSize
  nameWithType: ParticleEmitter.minSize
  type: Property
- uid: UnityEngine.ParticleEmitter.particleCount
  name: particleCount
  fullName: UnityEngine.ParticleEmitter.particleCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-particleCount.html
  commentId: P:UnityEngine.ParticleEmitter.particleCount
  nameWithType: ParticleEmitter.particleCount
  type: Property
- uid: UnityEngine.ParticleEmitter.particles
  name: particles
  fullName: UnityEngine.ParticleEmitter.particles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-particles.html
  commentId: P:UnityEngine.ParticleEmitter.particles
  nameWithType: ParticleEmitter.particles
  type: Property
- uid: UnityEngine.ParticleEmitter.rndAngularVelocity
  name: rndAngularVelocity
  fullName: UnityEngine.ParticleEmitter.rndAngularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-rndAngularVelocity.html
  commentId: P:UnityEngine.ParticleEmitter.rndAngularVelocity
  nameWithType: ParticleEmitter.rndAngularVelocity
  type: Property
- uid: UnityEngine.ParticleEmitter.rndRotation
  name: rndRotation
  fullName: UnityEngine.ParticleEmitter.rndRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-rndRotation.html
  commentId: P:UnityEngine.ParticleEmitter.rndRotation
  nameWithType: ParticleEmitter.rndRotation
  type: Property
- uid: UnityEngine.ParticleEmitter.rndVelocity
  name: rndVelocity
  fullName: UnityEngine.ParticleEmitter.rndVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-rndVelocity.html
  commentId: P:UnityEngine.ParticleEmitter.rndVelocity
  nameWithType: ParticleEmitter.rndVelocity
  type: Property
- uid: UnityEngine.ParticleEmitter.Simulate(System.Single)
  name: Simulate(float)
  fullName: UnityEngine.ParticleEmitter.Simulate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter.Simulate.html
  commentId: M:UnityEngine.ParticleEmitter.Simulate(System.Single)
  nameWithType: ParticleEmitter.Simulate(float)
  type: Method
- uid: UnityEngine.ParticleEmitter.useWorldSpace
  name: useWorldSpace
  fullName: UnityEngine.ParticleEmitter.useWorldSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-useWorldSpace.html
  commentId: P:UnityEngine.ParticleEmitter.useWorldSpace
  nameWithType: ParticleEmitter.useWorldSpace
  type: Property
- uid: UnityEngine.ParticleEmitter.worldVelocity
  name: worldVelocity
  fullName: UnityEngine.ParticleEmitter.worldVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleEmitter-worldVelocity.html
  commentId: P:UnityEngine.ParticleEmitter.worldVelocity
  nameWithType: ParticleEmitter.worldVelocity
  type: Property
- uid: UnityEngine.ParticlePhysicsExtensions
  name: ParticlePhysicsExtensions
  fullName: UnityEngine.ParticlePhysicsExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticlePhysicsExtensions.html
  commentId: T:UnityEngine.ParticlePhysicsExtensions
  nameWithType: ParticlePhysicsExtensions
  type: Class
- uid: UnityEngine.ParticlePhysicsExtensions.GetCollisionEvents(UnityEngine.ParticleSystem,UnityEngine.GameObject,System.Collections.Generic.List{UnityEngine.ParticleCollisionEvent})
  name: GetCollisionEvents(ParticleSystem, GameObject, List<ParticleCollisionEvent>)
  fullName: UnityEngine.ParticlePhysicsExtensions.GetCollisionEvents(UnityEngine.ParticleSystem, UnityEngine.GameObject, System.Collections.Generic.List<UnityEngine.ParticleCollisionEvent>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticlePhysicsExtensions.GetCollisionEvents.html
  commentId: M:UnityEngine.ParticlePhysicsExtensions.GetCollisionEvents(UnityEngine.ParticleSystem,UnityEngine.GameObject,System.Collections.Generic.List{UnityEngine.ParticleCollisionEvent})
  nameWithType: ParticlePhysicsExtensions.GetCollisionEvents(ParticleSystem, GameObject, List<ParticleCollisionEvent>)
  type: Method
- uid: UnityEngine.ParticlePhysicsExtensions.GetCollisionEvents(UnityEngine.ParticleSystem,UnityEngine.GameObject,UnityEngine.ParticleCollisionEvent[])
  name: GetCollisionEvents(ParticleSystem, GameObject, ParticleCollisionEvent[])
  fullName: UnityEngine.ParticlePhysicsExtensions.GetCollisionEvents(UnityEngine.ParticleSystem, UnityEngine.GameObject, UnityEngine.ParticleCollisionEvent[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticlePhysicsExtensions.GetCollisionEvents.html
  commentId: M:UnityEngine.ParticlePhysicsExtensions.GetCollisionEvents(UnityEngine.ParticleSystem,UnityEngine.GameObject,UnityEngine.ParticleCollisionEvent[])
  nameWithType: ParticlePhysicsExtensions.GetCollisionEvents(ParticleSystem, GameObject, ParticleCollisionEvent[])
  type: Method
- uid: UnityEngine.ParticlePhysicsExtensions.GetSafeCollisionEventSize(UnityEngine.ParticleSystem)
  name: GetSafeCollisionEventSize(ParticleSystem)
  fullName: UnityEngine.ParticlePhysicsExtensions.GetSafeCollisionEventSize(UnityEngine.ParticleSystem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticlePhysicsExtensions.GetSafeCollisionEventSize.html
  commentId: M:UnityEngine.ParticlePhysicsExtensions.GetSafeCollisionEventSize(UnityEngine.ParticleSystem)
  nameWithType: ParticlePhysicsExtensions.GetSafeCollisionEventSize(ParticleSystem)
  type: Method
- uid: UnityEngine.ParticlePhysicsExtensions.GetSafeTriggerParticlesSize(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemTriggerEventType)
  name: GetSafeTriggerParticlesSize(ParticleSystem, ParticleSystemTriggerEventType)
  fullName: UnityEngine.ParticlePhysicsExtensions.GetSafeTriggerParticlesSize(UnityEngine.ParticleSystem, UnityEngine.ParticleSystemTriggerEventType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticlePhysicsExtensions.GetSafeTriggerParticlesSize.html
  commentId: M:UnityEngine.ParticlePhysicsExtensions.GetSafeTriggerParticlesSize(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemTriggerEventType)
  nameWithType: ParticlePhysicsExtensions.GetSafeTriggerParticlesSize(ParticleSystem, ParticleSystemTriggerEventType)
  type: Method
- uid: UnityEngine.ParticlePhysicsExtensions.GetTriggerParticles(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemTriggerEventType,System.Collections.Generic.List{UnityEngine.ParticleSystem.Particle})
  name: GetTriggerParticles(ParticleSystem, ParticleSystemTriggerEventType, List<Particle>)
  fullName: UnityEngine.ParticlePhysicsExtensions.GetTriggerParticles(UnityEngine.ParticleSystem, UnityEngine.ParticleSystemTriggerEventType, System.Collections.Generic.List<UnityEngine.ParticleSystem.Particle>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticlePhysicsExtensions.GetTriggerParticles.html
  commentId: M:UnityEngine.ParticlePhysicsExtensions.GetTriggerParticles(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemTriggerEventType,System.Collections.Generic.List{UnityEngine.ParticleSystem.Particle})
  nameWithType: ParticlePhysicsExtensions.GetTriggerParticles(ParticleSystem, ParticleSystemTriggerEventType, List<ParticleSystem.Particle>)
  type: Method
- uid: UnityEngine.ParticlePhysicsExtensions.SetTriggerParticles(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemTriggerEventType,System.Collections.Generic.List{UnityEngine.ParticleSystem.Particle},System.Int32,System.Int32)
  name: SetTriggerParticles(ParticleSystem, ParticleSystemTriggerEventType, List<Particle>, int, int)
  fullName: UnityEngine.ParticlePhysicsExtensions.SetTriggerParticles(UnityEngine.ParticleSystem, UnityEngine.ParticleSystemTriggerEventType, System.Collections.Generic.List<UnityEngine.ParticleSystem.Particle>, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticlePhysicsExtensions.SetTriggerParticles.html
  commentId: M:UnityEngine.ParticlePhysicsExtensions.SetTriggerParticles(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemTriggerEventType,System.Collections.Generic.List{UnityEngine.ParticleSystem.Particle},System.Int32,System.Int32)
  nameWithType: ParticlePhysicsExtensions.SetTriggerParticles(ParticleSystem, ParticleSystemTriggerEventType, List<ParticleSystem.Particle>, int, int)
  type: Method
- uid: UnityEngine.ParticlePhysicsExtensions.SetTriggerParticles(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemTriggerEventType,System.Collections.Generic.List{UnityEngine.ParticleSystem.Particle})
  name: SetTriggerParticles(ParticleSystem, ParticleSystemTriggerEventType, List<Particle>)
  fullName: UnityEngine.ParticlePhysicsExtensions.SetTriggerParticles(UnityEngine.ParticleSystem, UnityEngine.ParticleSystemTriggerEventType, System.Collections.Generic.List<UnityEngine.ParticleSystem.Particle>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticlePhysicsExtensions.SetTriggerParticles.html
  commentId: M:UnityEngine.ParticlePhysicsExtensions.SetTriggerParticles(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemTriggerEventType,System.Collections.Generic.List{UnityEngine.ParticleSystem.Particle})
  nameWithType: ParticlePhysicsExtensions.SetTriggerParticles(ParticleSystem, ParticleSystemTriggerEventType, List<ParticleSystem.Particle>)
  type: Method
- uid: UnityEngine.ParticleRenderer
  name: ParticleRenderer
  fullName: UnityEngine.ParticleRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer.html
  commentId: T:UnityEngine.ParticleRenderer
  nameWithType: ParticleRenderer
  type: Class
- uid: UnityEngine.ParticleRenderer.animatedTextureCount
  name: animatedTextureCount
  fullName: UnityEngine.ParticleRenderer.animatedTextureCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-animatedTextureCount.html
  commentId: P:UnityEngine.ParticleRenderer.animatedTextureCount
  nameWithType: ParticleRenderer.animatedTextureCount
  type: Property
- uid: UnityEngine.ParticleRenderer.cameraVelocityScale
  name: cameraVelocityScale
  fullName: UnityEngine.ParticleRenderer.cameraVelocityScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-cameraVelocityScale.html
  commentId: P:UnityEngine.ParticleRenderer.cameraVelocityScale
  nameWithType: ParticleRenderer.cameraVelocityScale
  type: Property
- uid: UnityEngine.ParticleRenderer.heightCurve
  name: heightCurve
  fullName: UnityEngine.ParticleRenderer.heightCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-heightCurve.html
  commentId: P:UnityEngine.ParticleRenderer.heightCurve
  nameWithType: ParticleRenderer.heightCurve
  type: Property
- uid: UnityEngine.ParticleRenderer.lengthScale
  name: lengthScale
  fullName: UnityEngine.ParticleRenderer.lengthScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-lengthScale.html
  commentId: P:UnityEngine.ParticleRenderer.lengthScale
  nameWithType: ParticleRenderer.lengthScale
  type: Property
- uid: UnityEngine.ParticleRenderer.maxParticleSize
  name: maxParticleSize
  fullName: UnityEngine.ParticleRenderer.maxParticleSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-maxParticleSize.html
  commentId: P:UnityEngine.ParticleRenderer.maxParticleSize
  nameWithType: ParticleRenderer.maxParticleSize
  type: Property
- uid: UnityEngine.ParticleRenderer.maxPartileSize
  name: maxPartileSize
  fullName: UnityEngine.ParticleRenderer.maxPartileSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-maxPartileSize.html
  commentId: P:UnityEngine.ParticleRenderer.maxPartileSize
  nameWithType: ParticleRenderer.maxPartileSize
  type: Property
- uid: UnityEngine.ParticleRenderer.particleRenderMode
  name: particleRenderMode
  fullName: UnityEngine.ParticleRenderer.particleRenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-particleRenderMode.html
  commentId: P:UnityEngine.ParticleRenderer.particleRenderMode
  nameWithType: ParticleRenderer.particleRenderMode
  type: Property
- uid: UnityEngine.ParticleRenderer.rotationCurve
  name: rotationCurve
  fullName: UnityEngine.ParticleRenderer.rotationCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-rotationCurve.html
  commentId: P:UnityEngine.ParticleRenderer.rotationCurve
  nameWithType: ParticleRenderer.rotationCurve
  type: Property
- uid: UnityEngine.ParticleRenderer.uvAnimationCycles
  name: uvAnimationCycles
  fullName: UnityEngine.ParticleRenderer.uvAnimationCycles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-uvAnimationCycles.html
  commentId: P:UnityEngine.ParticleRenderer.uvAnimationCycles
  nameWithType: ParticleRenderer.uvAnimationCycles
  type: Property
- uid: UnityEngine.ParticleRenderer.uvAnimationXTile
  name: uvAnimationXTile
  fullName: UnityEngine.ParticleRenderer.uvAnimationXTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-uvAnimationXTile.html
  commentId: P:UnityEngine.ParticleRenderer.uvAnimationXTile
  nameWithType: ParticleRenderer.uvAnimationXTile
  type: Property
- uid: UnityEngine.ParticleRenderer.uvAnimationYTile
  name: uvAnimationYTile
  fullName: UnityEngine.ParticleRenderer.uvAnimationYTile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-uvAnimationYTile.html
  commentId: P:UnityEngine.ParticleRenderer.uvAnimationYTile
  nameWithType: ParticleRenderer.uvAnimationYTile
  type: Property
- uid: UnityEngine.ParticleRenderer.uvTiles
  name: uvTiles
  fullName: UnityEngine.ParticleRenderer.uvTiles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-uvTiles.html
  commentId: P:UnityEngine.ParticleRenderer.uvTiles
  nameWithType: ParticleRenderer.uvTiles
  type: Property
- uid: UnityEngine.ParticleRenderer.velocityScale
  name: velocityScale
  fullName: UnityEngine.ParticleRenderer.velocityScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-velocityScale.html
  commentId: P:UnityEngine.ParticleRenderer.velocityScale
  nameWithType: ParticleRenderer.velocityScale
  type: Property
- uid: UnityEngine.ParticleRenderer.widthCurve
  name: widthCurve
  fullName: UnityEngine.ParticleRenderer.widthCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderer-widthCurve.html
  commentId: P:UnityEngine.ParticleRenderer.widthCurve
  nameWithType: ParticleRenderer.widthCurve
  type: Property
- uid: UnityEngine.ParticleRenderMode
  name: ParticleRenderMode
  fullName: UnityEngine.ParticleRenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderMode.html
  commentId: T:UnityEngine.ParticleRenderMode
  nameWithType: ParticleRenderMode
  type: Enum
- uid: UnityEngine.ParticleRenderMode.Billboard
  name: Billboard
  fullName: UnityEngine.ParticleRenderMode.Billboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderMode.Billboard.html
  commentId: F:UnityEngine.ParticleRenderMode.Billboard
  nameWithType: ParticleRenderMode.Billboard
  type: Field
- uid: UnityEngine.ParticleRenderMode.HorizontalBillboard
  name: HorizontalBillboard
  fullName: UnityEngine.ParticleRenderMode.HorizontalBillboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderMode.HorizontalBillboard.html
  commentId: F:UnityEngine.ParticleRenderMode.HorizontalBillboard
  nameWithType: ParticleRenderMode.HorizontalBillboard
  type: Field
- uid: UnityEngine.ParticleRenderMode.SortedBillboard
  name: SortedBillboard
  fullName: UnityEngine.ParticleRenderMode.SortedBillboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderMode.SortedBillboard.html
  commentId: F:UnityEngine.ParticleRenderMode.SortedBillboard
  nameWithType: ParticleRenderMode.SortedBillboard
  type: Field
- uid: UnityEngine.ParticleRenderMode.Stretch
  name: Stretch
  fullName: UnityEngine.ParticleRenderMode.Stretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderMode.Stretch.html
  commentId: F:UnityEngine.ParticleRenderMode.Stretch
  nameWithType: ParticleRenderMode.Stretch
  type: Field
- uid: UnityEngine.ParticleRenderMode.VerticalBillboard
  name: VerticalBillboard
  fullName: UnityEngine.ParticleRenderMode.VerticalBillboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleRenderMode.VerticalBillboard.html
  commentId: F:UnityEngine.ParticleRenderMode.VerticalBillboard
  nameWithType: ParticleRenderMode.VerticalBillboard
  type: Field
- uid: UnityEngine.ParticleSystem
  name: ParticleSystem
  fullName: UnityEngine.ParticleSystem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.html
  commentId: T:UnityEngine.ParticleSystem
  nameWithType: ParticleSystem
  type: Class
- uid: UnityEngine.ParticleSystem.Burst
  name: ParticleSystem.Burst
  fullName: UnityEngine.ParticleSystem.Burst
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst.html
  commentId: T:UnityEngine.ParticleSystem.Burst
  nameWithType: ParticleSystem.Burst
  type: Struct
- uid: UnityEngine.ParticleSystem.Burst.#ctor(System.Single,System.Int16,System.Int16,System.Int32,System.Single)
  name: Burst(float, short, short, int, float)
  fullName: UnityEngine.ParticleSystem.Burst.Burst(float, short, short, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-ctor.html
  commentId: M:UnityEngine.ParticleSystem.Burst.#ctor(System.Single,System.Int16,System.Int16,System.Int32,System.Single)
  nameWithType: ParticleSystem.Burst.Burst(float, short, short, int, float)
  type: Constructor
- uid: UnityEngine.ParticleSystem.Burst.#ctor(System.Single,System.Int16,System.Int16)
  name: Burst(float, short, short)
  fullName: UnityEngine.ParticleSystem.Burst.Burst(float, short, short)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-ctor.html
  commentId: M:UnityEngine.ParticleSystem.Burst.#ctor(System.Single,System.Int16,System.Int16)
  nameWithType: ParticleSystem.Burst.Burst(float, short, short)
  type: Constructor
- uid: UnityEngine.ParticleSystem.Burst.#ctor(System.Single,System.Int16)
  name: Burst(float, short)
  fullName: UnityEngine.ParticleSystem.Burst.Burst(float, short)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-ctor.html
  commentId: M:UnityEngine.ParticleSystem.Burst.#ctor(System.Single,System.Int16)
  nameWithType: ParticleSystem.Burst.Burst(float, short)
  type: Constructor
- uid: UnityEngine.ParticleSystem.Burst.#ctor(System.Single,UnityEngine.ParticleSystem.MinMaxCurve,System.Int32,System.Single)
  name: Burst(float, MinMaxCurve, int, float)
  fullName: UnityEngine.ParticleSystem.Burst.Burst(float, UnityEngine.ParticleSystem.MinMaxCurve, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-ctor.html
  commentId: M:UnityEngine.ParticleSystem.Burst.#ctor(System.Single,UnityEngine.ParticleSystem.MinMaxCurve,System.Int32,System.Single)
  nameWithType: ParticleSystem.Burst.Burst(float, ParticleSystem.MinMaxCurve, int, float)
  type: Constructor
- uid: UnityEngine.ParticleSystem.Burst.#ctor(System.Single,UnityEngine.ParticleSystem.MinMaxCurve)
  name: Burst(float, MinMaxCurve)
  fullName: UnityEngine.ParticleSystem.Burst.Burst(float, UnityEngine.ParticleSystem.MinMaxCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-ctor.html
  commentId: M:UnityEngine.ParticleSystem.Burst.#ctor(System.Single,UnityEngine.ParticleSystem.MinMaxCurve)
  nameWithType: ParticleSystem.Burst.Burst(float, ParticleSystem.MinMaxCurve)
  type: Constructor
- uid: UnityEngine.ParticleSystem.Burst.count
  name: count
  fullName: UnityEngine.ParticleSystem.Burst.count
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-count.html
  commentId: P:UnityEngine.ParticleSystem.Burst.count
  nameWithType: ParticleSystem.Burst.count
  type: Property
- uid: UnityEngine.ParticleSystem.Burst.cycleCount
  name: cycleCount
  fullName: UnityEngine.ParticleSystem.Burst.cycleCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-cycleCount.html
  commentId: P:UnityEngine.ParticleSystem.Burst.cycleCount
  nameWithType: ParticleSystem.Burst.cycleCount
  type: Property
- uid: UnityEngine.ParticleSystem.Burst.maxCount
  name: maxCount
  fullName: UnityEngine.ParticleSystem.Burst.maxCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-maxCount.html
  commentId: P:UnityEngine.ParticleSystem.Burst.maxCount
  nameWithType: ParticleSystem.Burst.maxCount
  type: Property
- uid: UnityEngine.ParticleSystem.Burst.minCount
  name: minCount
  fullName: UnityEngine.ParticleSystem.Burst.minCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-minCount.html
  commentId: P:UnityEngine.ParticleSystem.Burst.minCount
  nameWithType: ParticleSystem.Burst.minCount
  type: Property
- uid: UnityEngine.ParticleSystem.Burst.repeatInterval
  name: repeatInterval
  fullName: UnityEngine.ParticleSystem.Burst.repeatInterval
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-repeatInterval.html
  commentId: P:UnityEngine.ParticleSystem.Burst.repeatInterval
  nameWithType: ParticleSystem.Burst.repeatInterval
  type: Property
- uid: UnityEngine.ParticleSystem.Burst.time
  name: time
  fullName: UnityEngine.ParticleSystem.Burst.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Burst-time.html
  commentId: P:UnityEngine.ParticleSystem.Burst.time
  nameWithType: ParticleSystem.Burst.time
  type: Property
- uid: UnityEngine.ParticleSystem.Clear
  name: Clear()
  fullName: UnityEngine.ParticleSystem.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Clear.html
  commentId: M:UnityEngine.ParticleSystem.Clear
  nameWithType: ParticleSystem.Clear()
  type: Method
- uid: UnityEngine.ParticleSystem.Clear(System.Boolean)
  name: Clear(bool)
  fullName: UnityEngine.ParticleSystem.Clear(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Clear.html
  commentId: M:UnityEngine.ParticleSystem.Clear(System.Boolean)
  nameWithType: ParticleSystem.Clear(bool)
  type: Method
- uid: UnityEngine.ParticleSystem.collision
  name: collision
  fullName: UnityEngine.ParticleSystem.collision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-collision.html
  commentId: P:UnityEngine.ParticleSystem.collision
  nameWithType: ParticleSystem.collision
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionEvent
  name: ParticleSystem.CollisionEvent
  fullName: UnityEngine.ParticleSystem.CollisionEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionEvent.html
  commentId: T:UnityEngine.ParticleSystem.CollisionEvent
  nameWithType: ParticleSystem.CollisionEvent
  type: Struct
- uid: UnityEngine.ParticleSystem.CollisionEvent.collider
  name: collider
  fullName: UnityEngine.ParticleSystem.CollisionEvent.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionEvent-collider.html
  commentId: P:UnityEngine.ParticleSystem.CollisionEvent.collider
  nameWithType: ParticleSystem.CollisionEvent.collider
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionEvent.intersection
  name: intersection
  fullName: UnityEngine.ParticleSystem.CollisionEvent.intersection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionEvent-intersection.html
  commentId: P:UnityEngine.ParticleSystem.CollisionEvent.intersection
  nameWithType: ParticleSystem.CollisionEvent.intersection
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionEvent.normal
  name: normal
  fullName: UnityEngine.ParticleSystem.CollisionEvent.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionEvent-normal.html
  commentId: P:UnityEngine.ParticleSystem.CollisionEvent.normal
  nameWithType: ParticleSystem.CollisionEvent.normal
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionEvent.velocity
  name: velocity
  fullName: UnityEngine.ParticleSystem.CollisionEvent.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionEvent-velocity.html
  commentId: P:UnityEngine.ParticleSystem.CollisionEvent.velocity
  nameWithType: ParticleSystem.CollisionEvent.velocity
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule
  name: ParticleSystem.CollisionModule
  fullName: UnityEngine.ParticleSystem.CollisionModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule.html
  commentId: T:UnityEngine.ParticleSystem.CollisionModule
  nameWithType: ParticleSystem.CollisionModule
  type: Struct
- uid: UnityEngine.ParticleSystem.CollisionModule.bounce
  name: bounce
  fullName: UnityEngine.ParticleSystem.CollisionModule.bounce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-bounce.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.bounce
  nameWithType: ParticleSystem.CollisionModule.bounce
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.bounceMultiplier
  name: bounceMultiplier
  fullName: UnityEngine.ParticleSystem.CollisionModule.bounceMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-bounceMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.bounceMultiplier
  nameWithType: ParticleSystem.CollisionModule.bounceMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.colliderForce
  name: colliderForce
  fullName: UnityEngine.ParticleSystem.CollisionModule.colliderForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-colliderForce.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.colliderForce
  nameWithType: ParticleSystem.CollisionModule.colliderForce
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.collidesWith
  name: collidesWith
  fullName: UnityEngine.ParticleSystem.CollisionModule.collidesWith
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-collidesWith.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.collidesWith
  nameWithType: ParticleSystem.CollisionModule.collidesWith
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.dampen
  name: dampen
  fullName: UnityEngine.ParticleSystem.CollisionModule.dampen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-dampen.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.dampen
  nameWithType: ParticleSystem.CollisionModule.dampen
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.dampenMultiplier
  name: dampenMultiplier
  fullName: UnityEngine.ParticleSystem.CollisionModule.dampenMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-dampenMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.dampenMultiplier
  nameWithType: ParticleSystem.CollisionModule.dampenMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.CollisionModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.enabled
  nameWithType: ParticleSystem.CollisionModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.enableDynamicColliders
  name: enableDynamicColliders
  fullName: UnityEngine.ParticleSystem.CollisionModule.enableDynamicColliders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-enableDynamicColliders.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.enableDynamicColliders
  nameWithType: ParticleSystem.CollisionModule.enableDynamicColliders
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.enableInteriorCollisions
  name: enableInteriorCollisions
  fullName: UnityEngine.ParticleSystem.CollisionModule.enableInteriorCollisions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-enableInteriorCollisions.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.enableInteriorCollisions
  nameWithType: ParticleSystem.CollisionModule.enableInteriorCollisions
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.GetPlane(System.Int32)
  name: GetPlane(int)
  fullName: UnityEngine.ParticleSystem.CollisionModule.GetPlane(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule.GetPlane.html
  commentId: M:UnityEngine.ParticleSystem.CollisionModule.GetPlane(System.Int32)
  nameWithType: ParticleSystem.CollisionModule.GetPlane(int)
  type: Method
- uid: UnityEngine.ParticleSystem.CollisionModule.lifetimeLoss
  name: lifetimeLoss
  fullName: UnityEngine.ParticleSystem.CollisionModule.lifetimeLoss
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-lifetimeLoss.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.lifetimeLoss
  nameWithType: ParticleSystem.CollisionModule.lifetimeLoss
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.lifetimeLossMultiplier
  name: lifetimeLossMultiplier
  fullName: UnityEngine.ParticleSystem.CollisionModule.lifetimeLossMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-lifetimeLossMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.lifetimeLossMultiplier
  nameWithType: ParticleSystem.CollisionModule.lifetimeLossMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.maxCollisionShapes
  name: maxCollisionShapes
  fullName: UnityEngine.ParticleSystem.CollisionModule.maxCollisionShapes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-maxCollisionShapes.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.maxCollisionShapes
  nameWithType: ParticleSystem.CollisionModule.maxCollisionShapes
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.maxKillSpeed
  name: maxKillSpeed
  fullName: UnityEngine.ParticleSystem.CollisionModule.maxKillSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-maxKillSpeed.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.maxKillSpeed
  nameWithType: ParticleSystem.CollisionModule.maxKillSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.maxPlaneCount
  name: maxPlaneCount
  fullName: UnityEngine.ParticleSystem.CollisionModule.maxPlaneCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-maxPlaneCount.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.maxPlaneCount
  nameWithType: ParticleSystem.CollisionModule.maxPlaneCount
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.minKillSpeed
  name: minKillSpeed
  fullName: UnityEngine.ParticleSystem.CollisionModule.minKillSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-minKillSpeed.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.minKillSpeed
  nameWithType: ParticleSystem.CollisionModule.minKillSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.mode
  name: mode
  fullName: UnityEngine.ParticleSystem.CollisionModule.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-mode.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.mode
  nameWithType: ParticleSystem.CollisionModule.mode
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByCollisionAngle
  name: multiplyColliderForceByCollisionAngle
  fullName: UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByCollisionAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-multiplyColliderForceByCollisionAngle.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByCollisionAngle
  nameWithType: ParticleSystem.CollisionModule.multiplyColliderForceByCollisionAngle
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByParticleSize
  name: multiplyColliderForceByParticleSize
  fullName: UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByParticleSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-multiplyColliderForceByParticleSize.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByParticleSize
  nameWithType: ParticleSystem.CollisionModule.multiplyColliderForceByParticleSize
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByParticleSpeed
  name: multiplyColliderForceByParticleSpeed
  fullName: UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByParticleSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-multiplyColliderForceByParticleSpeed.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.multiplyColliderForceByParticleSpeed
  nameWithType: ParticleSystem.CollisionModule.multiplyColliderForceByParticleSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.quality
  name: quality
  fullName: UnityEngine.ParticleSystem.CollisionModule.quality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-quality.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.quality
  nameWithType: ParticleSystem.CollisionModule.quality
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.radiusScale
  name: radiusScale
  fullName: UnityEngine.ParticleSystem.CollisionModule.radiusScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-radiusScale.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.radiusScale
  nameWithType: ParticleSystem.CollisionModule.radiusScale
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.sendCollisionMessages
  name: sendCollisionMessages
  fullName: UnityEngine.ParticleSystem.CollisionModule.sendCollisionMessages
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-sendCollisionMessages.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.sendCollisionMessages
  nameWithType: ParticleSystem.CollisionModule.sendCollisionMessages
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.SetPlane(System.Int32,UnityEngine.Transform)
  name: SetPlane(int, Transform)
  fullName: UnityEngine.ParticleSystem.CollisionModule.SetPlane(int, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule.SetPlane.html
  commentId: M:UnityEngine.ParticleSystem.CollisionModule.SetPlane(System.Int32,UnityEngine.Transform)
  nameWithType: ParticleSystem.CollisionModule.SetPlane(int, Transform)
  type: Method
- uid: UnityEngine.ParticleSystem.CollisionModule.type
  name: type
  fullName: UnityEngine.ParticleSystem.CollisionModule.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-type.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.type
  nameWithType: ParticleSystem.CollisionModule.type
  type: Property
- uid: UnityEngine.ParticleSystem.CollisionModule.voxelSize
  name: voxelSize
  fullName: UnityEngine.ParticleSystem.CollisionModule.voxelSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CollisionModule-voxelSize.html
  commentId: P:UnityEngine.ParticleSystem.CollisionModule.voxelSize
  nameWithType: ParticleSystem.CollisionModule.voxelSize
  type: Property
- uid: UnityEngine.ParticleSystem.colorBySpeed
  name: colorBySpeed
  fullName: UnityEngine.ParticleSystem.colorBySpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-colorBySpeed.html
  commentId: P:UnityEngine.ParticleSystem.colorBySpeed
  nameWithType: ParticleSystem.colorBySpeed
  type: Property
- uid: UnityEngine.ParticleSystem.ColorBySpeedModule
  name: ParticleSystem.ColorBySpeedModule
  fullName: UnityEngine.ParticleSystem.ColorBySpeedModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ColorBySpeedModule.html
  commentId: T:UnityEngine.ParticleSystem.ColorBySpeedModule
  nameWithType: ParticleSystem.ColorBySpeedModule
  type: Struct
- uid: UnityEngine.ParticleSystem.ColorBySpeedModule.color
  name: color
  fullName: UnityEngine.ParticleSystem.ColorBySpeedModule.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ColorBySpeedModule-color.html
  commentId: P:UnityEngine.ParticleSystem.ColorBySpeedModule.color
  nameWithType: ParticleSystem.ColorBySpeedModule.color
  type: Property
- uid: UnityEngine.ParticleSystem.ColorBySpeedModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.ColorBySpeedModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ColorBySpeedModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.ColorBySpeedModule.enabled
  nameWithType: ParticleSystem.ColorBySpeedModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.ColorBySpeedModule.range
  name: range
  fullName: UnityEngine.ParticleSystem.ColorBySpeedModule.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ColorBySpeedModule-range.html
  commentId: P:UnityEngine.ParticleSystem.ColorBySpeedModule.range
  nameWithType: ParticleSystem.ColorBySpeedModule.range
  type: Property
- uid: UnityEngine.ParticleSystem.colorOverLifetime
  name: colorOverLifetime
  fullName: UnityEngine.ParticleSystem.colorOverLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-colorOverLifetime.html
  commentId: P:UnityEngine.ParticleSystem.colorOverLifetime
  nameWithType: ParticleSystem.colorOverLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.ColorOverLifetimeModule
  name: ParticleSystem.ColorOverLifetimeModule
  fullName: UnityEngine.ParticleSystem.ColorOverLifetimeModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ColorOverLifetimeModule.html
  commentId: T:UnityEngine.ParticleSystem.ColorOverLifetimeModule
  nameWithType: ParticleSystem.ColorOverLifetimeModule
  type: Struct
- uid: UnityEngine.ParticleSystem.ColorOverLifetimeModule.color
  name: color
  fullName: UnityEngine.ParticleSystem.ColorOverLifetimeModule.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ColorOverLifetimeModule-color.html
  commentId: P:UnityEngine.ParticleSystem.ColorOverLifetimeModule.color
  nameWithType: ParticleSystem.ColorOverLifetimeModule.color
  type: Property
- uid: UnityEngine.ParticleSystem.ColorOverLifetimeModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.ColorOverLifetimeModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ColorOverLifetimeModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.ColorOverLifetimeModule.enabled
  nameWithType: ParticleSystem.ColorOverLifetimeModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.customData
  name: customData
  fullName: UnityEngine.ParticleSystem.customData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-customData.html
  commentId: P:UnityEngine.ParticleSystem.customData
  nameWithType: ParticleSystem.customData
  type: Property
- uid: UnityEngine.ParticleSystem.CustomDataModule
  name: ParticleSystem.CustomDataModule
  fullName: UnityEngine.ParticleSystem.CustomDataModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.html
  commentId: T:UnityEngine.ParticleSystem.CustomDataModule
  nameWithType: ParticleSystem.CustomDataModule
  type: Struct
- uid: UnityEngine.ParticleSystem.CustomDataModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.CustomDataModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.CustomDataModule.enabled
  nameWithType: ParticleSystem.CustomDataModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.CustomDataModule.GetColor(UnityEngine.ParticleSystemCustomData)
  name: GetColor(ParticleSystemCustomData)
  fullName: UnityEngine.ParticleSystem.CustomDataModule.GetColor(UnityEngine.ParticleSystemCustomData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.GetColor.html
  commentId: M:UnityEngine.ParticleSystem.CustomDataModule.GetColor(UnityEngine.ParticleSystemCustomData)
  nameWithType: ParticleSystem.CustomDataModule.GetColor(ParticleSystemCustomData)
  type: Method
- uid: UnityEngine.ParticleSystem.CustomDataModule.GetMode(UnityEngine.ParticleSystemCustomData)
  name: GetMode(ParticleSystemCustomData)
  fullName: UnityEngine.ParticleSystem.CustomDataModule.GetMode(UnityEngine.ParticleSystemCustomData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.GetMode.html
  commentId: M:UnityEngine.ParticleSystem.CustomDataModule.GetMode(UnityEngine.ParticleSystemCustomData)
  nameWithType: ParticleSystem.CustomDataModule.GetMode(ParticleSystemCustomData)
  type: Method
- uid: UnityEngine.ParticleSystem.CustomDataModule.GetVector(UnityEngine.ParticleSystemCustomData,System.Int32)
  name: GetVector(ParticleSystemCustomData, int)
  fullName: UnityEngine.ParticleSystem.CustomDataModule.GetVector(UnityEngine.ParticleSystemCustomData, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.GetVector.html
  commentId: M:UnityEngine.ParticleSystem.CustomDataModule.GetVector(UnityEngine.ParticleSystemCustomData,System.Int32)
  nameWithType: ParticleSystem.CustomDataModule.GetVector(ParticleSystemCustomData, int)
  type: Method
- uid: UnityEngine.ParticleSystem.CustomDataModule.GetVectorComponentCount(UnityEngine.ParticleSystemCustomData)
  name: GetVectorComponentCount(ParticleSystemCustomData)
  fullName: UnityEngine.ParticleSystem.CustomDataModule.GetVectorComponentCount(UnityEngine.ParticleSystemCustomData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.GetVectorComponentCount.html
  commentId: M:UnityEngine.ParticleSystem.CustomDataModule.GetVectorComponentCount(UnityEngine.ParticleSystemCustomData)
  nameWithType: ParticleSystem.CustomDataModule.GetVectorComponentCount(ParticleSystemCustomData)
  type: Method
- uid: UnityEngine.ParticleSystem.CustomDataModule.SetColor(UnityEngine.ParticleSystemCustomData,UnityEngine.ParticleSystem.MinMaxGradient)
  name: SetColor(ParticleSystemCustomData, MinMaxGradient)
  fullName: UnityEngine.ParticleSystem.CustomDataModule.SetColor(UnityEngine.ParticleSystemCustomData, UnityEngine.ParticleSystem.MinMaxGradient)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.SetColor.html
  commentId: M:UnityEngine.ParticleSystem.CustomDataModule.SetColor(UnityEngine.ParticleSystemCustomData,UnityEngine.ParticleSystem.MinMaxGradient)
  nameWithType: ParticleSystem.CustomDataModule.SetColor(ParticleSystemCustomData, ParticleSystem.MinMaxGradient)
  type: Method
- uid: UnityEngine.ParticleSystem.CustomDataModule.SetMode(UnityEngine.ParticleSystemCustomData,UnityEngine.ParticleSystemCustomDataMode)
  name: SetMode(ParticleSystemCustomData, ParticleSystemCustomDataMode)
  fullName: UnityEngine.ParticleSystem.CustomDataModule.SetMode(UnityEngine.ParticleSystemCustomData, UnityEngine.ParticleSystemCustomDataMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.SetMode.html
  commentId: M:UnityEngine.ParticleSystem.CustomDataModule.SetMode(UnityEngine.ParticleSystemCustomData,UnityEngine.ParticleSystemCustomDataMode)
  nameWithType: ParticleSystem.CustomDataModule.SetMode(ParticleSystemCustomData, ParticleSystemCustomDataMode)
  type: Method
- uid: UnityEngine.ParticleSystem.CustomDataModule.SetVector(UnityEngine.ParticleSystemCustomData,System.Int32,UnityEngine.ParticleSystem.MinMaxCurve)
  name: SetVector(ParticleSystemCustomData, int, MinMaxCurve)
  fullName: UnityEngine.ParticleSystem.CustomDataModule.SetVector(UnityEngine.ParticleSystemCustomData, int, UnityEngine.ParticleSystem.MinMaxCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.SetVector.html
  commentId: M:UnityEngine.ParticleSystem.CustomDataModule.SetVector(UnityEngine.ParticleSystemCustomData,System.Int32,UnityEngine.ParticleSystem.MinMaxCurve)
  nameWithType: ParticleSystem.CustomDataModule.SetVector(ParticleSystemCustomData, int, ParticleSystem.MinMaxCurve)
  type: Method
- uid: UnityEngine.ParticleSystem.CustomDataModule.SetVectorComponentCount(UnityEngine.ParticleSystemCustomData,System.Int32)
  name: SetVectorComponentCount(ParticleSystemCustomData, int)
  fullName: UnityEngine.ParticleSystem.CustomDataModule.SetVectorComponentCount(UnityEngine.ParticleSystemCustomData, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.CustomDataModule.SetVectorComponentCount.html
  commentId: M:UnityEngine.ParticleSystem.CustomDataModule.SetVectorComponentCount(UnityEngine.ParticleSystemCustomData,System.Int32)
  nameWithType: ParticleSystem.CustomDataModule.SetVectorComponentCount(ParticleSystemCustomData, int)
  type: Method
- uid: UnityEngine.ParticleSystem.duration
  name: duration
  fullName: UnityEngine.ParticleSystem.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-duration.html
  commentId: P:UnityEngine.ParticleSystem.duration
  nameWithType: ParticleSystem.duration
  type: Property
- uid: UnityEngine.ParticleSystem.emission
  name: emission
  fullName: UnityEngine.ParticleSystem.emission
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-emission.html
  commentId: P:UnityEngine.ParticleSystem.emission
  nameWithType: ParticleSystem.emission
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule
  name: ParticleSystem.EmissionModule
  fullName: UnityEngine.ParticleSystem.EmissionModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule.html
  commentId: T:UnityEngine.ParticleSystem.EmissionModule
  nameWithType: ParticleSystem.EmissionModule
  type: Struct
- uid: UnityEngine.ParticleSystem.EmissionModule.burstCount
  name: burstCount
  fullName: UnityEngine.ParticleSystem.EmissionModule.burstCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-burstCount.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.burstCount
  nameWithType: ParticleSystem.EmissionModule.burstCount
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.EmissionModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.enabled
  nameWithType: ParticleSystem.EmissionModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule.GetBurst(System.Int32)
  name: GetBurst(int)
  fullName: UnityEngine.ParticleSystem.EmissionModule.GetBurst(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule.GetBurst.html
  commentId: M:UnityEngine.ParticleSystem.EmissionModule.GetBurst(System.Int32)
  nameWithType: ParticleSystem.EmissionModule.GetBurst(int)
  type: Method
- uid: UnityEngine.ParticleSystem.EmissionModule.GetBursts(UnityEngine.ParticleSystem.Burst[])
  name: GetBursts(Burst[])
  fullName: UnityEngine.ParticleSystem.EmissionModule.GetBursts(UnityEngine.ParticleSystem.Burst[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule.GetBursts.html
  commentId: M:UnityEngine.ParticleSystem.EmissionModule.GetBursts(UnityEngine.ParticleSystem.Burst[])
  nameWithType: ParticleSystem.EmissionModule.GetBursts(ParticleSystem.Burst[])
  type: Method
- uid: UnityEngine.ParticleSystem.EmissionModule.rate
  name: rate
  fullName: UnityEngine.ParticleSystem.EmissionModule.rate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-rate.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.rate
  nameWithType: ParticleSystem.EmissionModule.rate
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule.rateMultiplier
  name: rateMultiplier
  fullName: UnityEngine.ParticleSystem.EmissionModule.rateMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-rateMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.rateMultiplier
  nameWithType: ParticleSystem.EmissionModule.rateMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule.rateOverDistance
  name: rateOverDistance
  fullName: UnityEngine.ParticleSystem.EmissionModule.rateOverDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-rateOverDistance.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.rateOverDistance
  nameWithType: ParticleSystem.EmissionModule.rateOverDistance
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule.rateOverDistanceMultiplier
  name: rateOverDistanceMultiplier
  fullName: UnityEngine.ParticleSystem.EmissionModule.rateOverDistanceMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-rateOverDistanceMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.rateOverDistanceMultiplier
  nameWithType: ParticleSystem.EmissionModule.rateOverDistanceMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule.rateOverTime
  name: rateOverTime
  fullName: UnityEngine.ParticleSystem.EmissionModule.rateOverTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-rateOverTime.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.rateOverTime
  nameWithType: ParticleSystem.EmissionModule.rateOverTime
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule.rateOverTimeMultiplier
  name: rateOverTimeMultiplier
  fullName: UnityEngine.ParticleSystem.EmissionModule.rateOverTimeMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-rateOverTimeMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.rateOverTimeMultiplier
  nameWithType: ParticleSystem.EmissionModule.rateOverTimeMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.EmissionModule.SetBurst(System.Int32,UnityEngine.ParticleSystem.Burst)
  name: SetBurst(int, Burst)
  fullName: UnityEngine.ParticleSystem.EmissionModule.SetBurst(int, UnityEngine.ParticleSystem.Burst)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule.SetBurst.html
  commentId: M:UnityEngine.ParticleSystem.EmissionModule.SetBurst(System.Int32,UnityEngine.ParticleSystem.Burst)
  nameWithType: ParticleSystem.EmissionModule.SetBurst(int, ParticleSystem.Burst)
  type: Method
- uid: UnityEngine.ParticleSystem.EmissionModule.SetBursts(UnityEngine.ParticleSystem.Burst[],System.Int32)
  name: SetBursts(Burst[], int)
  fullName: UnityEngine.ParticleSystem.EmissionModule.SetBursts(UnityEngine.ParticleSystem.Burst[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule.SetBursts.html
  commentId: M:UnityEngine.ParticleSystem.EmissionModule.SetBursts(UnityEngine.ParticleSystem.Burst[],System.Int32)
  nameWithType: ParticleSystem.EmissionModule.SetBursts(ParticleSystem.Burst[], int)
  type: Method
- uid: UnityEngine.ParticleSystem.EmissionModule.SetBursts(UnityEngine.ParticleSystem.Burst[])
  name: SetBursts(Burst[])
  fullName: UnityEngine.ParticleSystem.EmissionModule.SetBursts(UnityEngine.ParticleSystem.Burst[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule.SetBursts.html
  commentId: M:UnityEngine.ParticleSystem.EmissionModule.SetBursts(UnityEngine.ParticleSystem.Burst[])
  nameWithType: ParticleSystem.EmissionModule.SetBursts(ParticleSystem.Burst[])
  type: Method
- uid: UnityEngine.ParticleSystem.EmissionModule.type
  name: type
  fullName: UnityEngine.ParticleSystem.EmissionModule.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmissionModule-type.html
  commentId: P:UnityEngine.ParticleSystem.EmissionModule.type
  nameWithType: ParticleSystem.EmissionModule.type
  type: Property
- uid: UnityEngine.ParticleSystem.emissionRate
  name: emissionRate
  fullName: UnityEngine.ParticleSystem.emissionRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-emissionRate.html
  commentId: P:UnityEngine.ParticleSystem.emissionRate
  nameWithType: ParticleSystem.emissionRate
  type: Property
- uid: UnityEngine.ParticleSystem.Emit(System.Int32)
  name: Emit(int)
  fullName: UnityEngine.ParticleSystem.Emit(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Emit.html
  commentId: M:UnityEngine.ParticleSystem.Emit(System.Int32)
  nameWithType: ParticleSystem.Emit(int)
  type: Method
- uid: UnityEngine.ParticleSystem.Emit(UnityEngine.ParticleSystem.EmitParams,System.Int32)
  name: Emit(EmitParams, int)
  fullName: UnityEngine.ParticleSystem.Emit(UnityEngine.ParticleSystem.EmitParams, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Emit.html
  commentId: M:UnityEngine.ParticleSystem.Emit(UnityEngine.ParticleSystem.EmitParams,System.Int32)
  nameWithType: ParticleSystem.Emit(ParticleSystem.EmitParams, int)
  type: Method
- uid: UnityEngine.ParticleSystem.Emit(UnityEngine.ParticleSystem.Particle)
  name: Emit(Particle)
  fullName: UnityEngine.ParticleSystem.Emit(UnityEngine.ParticleSystem.Particle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Emit.html
  commentId: M:UnityEngine.ParticleSystem.Emit(UnityEngine.ParticleSystem.Particle)
  nameWithType: ParticleSystem.Emit(ParticleSystem.Particle)
  type: Method
- uid: UnityEngine.ParticleSystem.Emit(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color32)
  name: Emit(Vector3, Vector3, float, float, Color32)
  fullName: UnityEngine.ParticleSystem.Emit(UnityEngine.Vector3, UnityEngine.Vector3, float, float, UnityEngine.Color32)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Emit.html
  commentId: M:UnityEngine.ParticleSystem.Emit(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.Color32)
  nameWithType: ParticleSystem.Emit(Vector3, Vector3, float, float, Color32)
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams
  name: ParticleSystem.EmitParams
  fullName: UnityEngine.ParticleSystem.EmitParams
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.html
  commentId: T:UnityEngine.ParticleSystem.EmitParams
  nameWithType: ParticleSystem.EmitParams
  type: Struct
- uid: UnityEngine.ParticleSystem.EmitParams.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.ParticleSystem.EmitParams.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-angularVelocity.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.angularVelocity
  nameWithType: ParticleSystem.EmitParams.angularVelocity
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.angularVelocity3D
  name: angularVelocity3D
  fullName: UnityEngine.ParticleSystem.EmitParams.angularVelocity3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-angularVelocity3D.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.angularVelocity3D
  nameWithType: ParticleSystem.EmitParams.angularVelocity3D
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.applyShapeToPosition
  name: applyShapeToPosition
  fullName: UnityEngine.ParticleSystem.EmitParams.applyShapeToPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-applyShapeToPosition.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.applyShapeToPosition
  nameWithType: ParticleSystem.EmitParams.applyShapeToPosition
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.axisOfRotation
  name: axisOfRotation
  fullName: UnityEngine.ParticleSystem.EmitParams.axisOfRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-axisOfRotation.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.axisOfRotation
  nameWithType: ParticleSystem.EmitParams.axisOfRotation
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.position
  name: position
  fullName: UnityEngine.ParticleSystem.EmitParams.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-position.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.position
  nameWithType: ParticleSystem.EmitParams.position
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.randomSeed
  name: randomSeed
  fullName: UnityEngine.ParticleSystem.EmitParams.randomSeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-randomSeed.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.randomSeed
  nameWithType: ParticleSystem.EmitParams.randomSeed
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.ResetAngularVelocity
  name: ResetAngularVelocity()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetAngularVelocity()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetAngularVelocity.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetAngularVelocity
  nameWithType: ParticleSystem.EmitParams.ResetAngularVelocity()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.ResetAxisOfRotation
  name: ResetAxisOfRotation()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetAxisOfRotation()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetAxisOfRotation.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetAxisOfRotation
  nameWithType: ParticleSystem.EmitParams.ResetAxisOfRotation()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.ResetPosition
  name: ResetPosition()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetPosition()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetPosition.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetPosition
  nameWithType: ParticleSystem.EmitParams.ResetPosition()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.ResetRandomSeed
  name: ResetRandomSeed()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetRandomSeed()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetRandomSeed.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetRandomSeed
  nameWithType: ParticleSystem.EmitParams.ResetRandomSeed()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.ResetRotation
  name: ResetRotation()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetRotation()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetRotation.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetRotation
  nameWithType: ParticleSystem.EmitParams.ResetRotation()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.ResetStartColor
  name: ResetStartColor()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetStartColor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetStartColor.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetStartColor
  nameWithType: ParticleSystem.EmitParams.ResetStartColor()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.ResetStartLifetime
  name: ResetStartLifetime()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetStartLifetime()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetStartLifetime.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetStartLifetime
  nameWithType: ParticleSystem.EmitParams.ResetStartLifetime()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.ResetStartSize
  name: ResetStartSize()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetStartSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetStartSize.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetStartSize
  nameWithType: ParticleSystem.EmitParams.ResetStartSize()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.ResetVelocity
  name: ResetVelocity()
  fullName: UnityEngine.ParticleSystem.EmitParams.ResetVelocity()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams.ResetVelocity.html
  commentId: M:UnityEngine.ParticleSystem.EmitParams.ResetVelocity
  nameWithType: ParticleSystem.EmitParams.ResetVelocity()
  type: Method
- uid: UnityEngine.ParticleSystem.EmitParams.rotation
  name: rotation
  fullName: UnityEngine.ParticleSystem.EmitParams.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-rotation.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.rotation
  nameWithType: ParticleSystem.EmitParams.rotation
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.rotation3D
  name: rotation3D
  fullName: UnityEngine.ParticleSystem.EmitParams.rotation3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-rotation3D.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.rotation3D
  nameWithType: ParticleSystem.EmitParams.rotation3D
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.startColor
  name: startColor
  fullName: UnityEngine.ParticleSystem.EmitParams.startColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-startColor.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.startColor
  nameWithType: ParticleSystem.EmitParams.startColor
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.startLifetime
  name: startLifetime
  fullName: UnityEngine.ParticleSystem.EmitParams.startLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-startLifetime.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.startLifetime
  nameWithType: ParticleSystem.EmitParams.startLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.startSize
  name: startSize
  fullName: UnityEngine.ParticleSystem.EmitParams.startSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-startSize.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.startSize
  nameWithType: ParticleSystem.EmitParams.startSize
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.startSize3D
  name: startSize3D
  fullName: UnityEngine.ParticleSystem.EmitParams.startSize3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-startSize3D.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.startSize3D
  nameWithType: ParticleSystem.EmitParams.startSize3D
  type: Property
- uid: UnityEngine.ParticleSystem.EmitParams.velocity
  name: velocity
  fullName: UnityEngine.ParticleSystem.EmitParams.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.EmitParams-velocity.html
  commentId: P:UnityEngine.ParticleSystem.EmitParams.velocity
  nameWithType: ParticleSystem.EmitParams.velocity
  type: Property
- uid: UnityEngine.ParticleSystem.enableEmission
  name: enableEmission
  fullName: UnityEngine.ParticleSystem.enableEmission
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-enableEmission.html
  commentId: P:UnityEngine.ParticleSystem.enableEmission
  nameWithType: ParticleSystem.enableEmission
  type: Property
- uid: UnityEngine.ParticleSystem.externalForces
  name: externalForces
  fullName: UnityEngine.ParticleSystem.externalForces
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-externalForces.html
  commentId: P:UnityEngine.ParticleSystem.externalForces
  nameWithType: ParticleSystem.externalForces
  type: Property
- uid: UnityEngine.ParticleSystem.ExternalForcesModule
  name: ParticleSystem.ExternalForcesModule
  fullName: UnityEngine.ParticleSystem.ExternalForcesModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ExternalForcesModule.html
  commentId: T:UnityEngine.ParticleSystem.ExternalForcesModule
  nameWithType: ParticleSystem.ExternalForcesModule
  type: Struct
- uid: UnityEngine.ParticleSystem.ExternalForcesModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.ExternalForcesModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ExternalForcesModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.ExternalForcesModule.enabled
  nameWithType: ParticleSystem.ExternalForcesModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.ExternalForcesModule.multiplier
  name: multiplier
  fullName: UnityEngine.ParticleSystem.ExternalForcesModule.multiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ExternalForcesModule-multiplier.html
  commentId: P:UnityEngine.ParticleSystem.ExternalForcesModule.multiplier
  nameWithType: ParticleSystem.ExternalForcesModule.multiplier
  type: Property
- uid: UnityEngine.ParticleSystem.forceOverLifetime
  name: forceOverLifetime
  fullName: UnityEngine.ParticleSystem.forceOverLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-forceOverLifetime.html
  commentId: P:UnityEngine.ParticleSystem.forceOverLifetime
  nameWithType: ParticleSystem.forceOverLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule
  name: ParticleSystem.ForceOverLifetimeModule
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule.html
  commentId: T:UnityEngine.ParticleSystem.ForceOverLifetimeModule
  nameWithType: ParticleSystem.ForceOverLifetimeModule
  type: Struct
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.enabled
  nameWithType: ParticleSystem.ForceOverLifetimeModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.randomized
  name: randomized
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.randomized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-randomized.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.randomized
  nameWithType: ParticleSystem.ForceOverLifetimeModule.randomized
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.space
  name: space
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.space
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-space.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.space
  nameWithType: ParticleSystem.ForceOverLifetimeModule.space
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.x
  name: x
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-x.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.x
  nameWithType: ParticleSystem.ForceOverLifetimeModule.x
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.xMultiplier
  name: xMultiplier
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.xMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-xMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.xMultiplier
  nameWithType: ParticleSystem.ForceOverLifetimeModule.xMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.y
  name: y
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-y.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.y
  nameWithType: ParticleSystem.ForceOverLifetimeModule.y
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.yMultiplier
  name: yMultiplier
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.yMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-yMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.yMultiplier
  nameWithType: ParticleSystem.ForceOverLifetimeModule.yMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.z
  name: z
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-z.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.z
  nameWithType: ParticleSystem.ForceOverLifetimeModule.z
  type: Property
- uid: UnityEngine.ParticleSystem.ForceOverLifetimeModule.zMultiplier
  name: zMultiplier
  fullName: UnityEngine.ParticleSystem.ForceOverLifetimeModule.zMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ForceOverLifetimeModule-zMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.ForceOverLifetimeModule.zMultiplier
  nameWithType: ParticleSystem.ForceOverLifetimeModule.zMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.GetCustomParticleData(System.Collections.Generic.List{UnityEngine.Vector4},UnityEngine.ParticleSystemCustomData)
  name: GetCustomParticleData(List<Vector4>, ParticleSystemCustomData)
  fullName: UnityEngine.ParticleSystem.GetCustomParticleData(System.Collections.Generic.List<UnityEngine.Vector4>, UnityEngine.ParticleSystemCustomData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.GetCustomParticleData.html
  commentId: M:UnityEngine.ParticleSystem.GetCustomParticleData(System.Collections.Generic.List{UnityEngine.Vector4},UnityEngine.ParticleSystemCustomData)
  nameWithType: ParticleSystem.GetCustomParticleData(List<Vector4>, ParticleSystemCustomData)
  type: Method
- uid: UnityEngine.ParticleSystem.GetParticles(UnityEngine.ParticleSystem.Particle[])
  name: GetParticles(Particle[])
  fullName: UnityEngine.ParticleSystem.GetParticles(UnityEngine.ParticleSystem.Particle[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.GetParticles.html
  commentId: M:UnityEngine.ParticleSystem.GetParticles(UnityEngine.ParticleSystem.Particle[])
  nameWithType: ParticleSystem.GetParticles(ParticleSystem.Particle[])
  type: Method
- uid: UnityEngine.ParticleSystem.gravityModifier
  name: gravityModifier
  fullName: UnityEngine.ParticleSystem.gravityModifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-gravityModifier.html
  commentId: P:UnityEngine.ParticleSystem.gravityModifier
  nameWithType: ParticleSystem.gravityModifier
  type: Property
- uid: UnityEngine.ParticleSystem.inheritVelocity
  name: inheritVelocity
  fullName: UnityEngine.ParticleSystem.inheritVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-inheritVelocity.html
  commentId: P:UnityEngine.ParticleSystem.inheritVelocity
  nameWithType: ParticleSystem.inheritVelocity
  type: Property
- uid: UnityEngine.ParticleSystem.InheritVelocityModule
  name: ParticleSystem.InheritVelocityModule
  fullName: UnityEngine.ParticleSystem.InheritVelocityModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.InheritVelocityModule.html
  commentId: T:UnityEngine.ParticleSystem.InheritVelocityModule
  nameWithType: ParticleSystem.InheritVelocityModule
  type: Struct
- uid: UnityEngine.ParticleSystem.InheritVelocityModule.curve
  name: curve
  fullName: UnityEngine.ParticleSystem.InheritVelocityModule.curve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.InheritVelocityModule-curve.html
  commentId: P:UnityEngine.ParticleSystem.InheritVelocityModule.curve
  nameWithType: ParticleSystem.InheritVelocityModule.curve
  type: Property
- uid: UnityEngine.ParticleSystem.InheritVelocityModule.curveMultiplier
  name: curveMultiplier
  fullName: UnityEngine.ParticleSystem.InheritVelocityModule.curveMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.InheritVelocityModule-curveMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.InheritVelocityModule.curveMultiplier
  nameWithType: ParticleSystem.InheritVelocityModule.curveMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.InheritVelocityModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.InheritVelocityModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.InheritVelocityModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.InheritVelocityModule.enabled
  nameWithType: ParticleSystem.InheritVelocityModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.InheritVelocityModule.mode
  name: mode
  fullName: UnityEngine.ParticleSystem.InheritVelocityModule.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.InheritVelocityModule-mode.html
  commentId: P:UnityEngine.ParticleSystem.InheritVelocityModule.mode
  nameWithType: ParticleSystem.InheritVelocityModule.mode
  type: Property
- uid: UnityEngine.ParticleSystem.IsAlive
  name: IsAlive()
  fullName: UnityEngine.ParticleSystem.IsAlive()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.IsAlive.html
  commentId: M:UnityEngine.ParticleSystem.IsAlive
  nameWithType: ParticleSystem.IsAlive()
  type: Method
- uid: UnityEngine.ParticleSystem.IsAlive(System.Boolean)
  name: IsAlive(bool)
  fullName: UnityEngine.ParticleSystem.IsAlive(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.IsAlive.html
  commentId: M:UnityEngine.ParticleSystem.IsAlive(System.Boolean)
  nameWithType: ParticleSystem.IsAlive(bool)
  type: Method
- uid: UnityEngine.ParticleSystem.isEmitting
  name: isEmitting
  fullName: UnityEngine.ParticleSystem.isEmitting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-isEmitting.html
  commentId: P:UnityEngine.ParticleSystem.isEmitting
  nameWithType: ParticleSystem.isEmitting
  type: Property
- uid: UnityEngine.ParticleSystem.isPaused
  name: isPaused
  fullName: UnityEngine.ParticleSystem.isPaused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-isPaused.html
  commentId: P:UnityEngine.ParticleSystem.isPaused
  nameWithType: ParticleSystem.isPaused
  type: Property
- uid: UnityEngine.ParticleSystem.isPlaying
  name: isPlaying
  fullName: UnityEngine.ParticleSystem.isPlaying
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-isPlaying.html
  commentId: P:UnityEngine.ParticleSystem.isPlaying
  nameWithType: ParticleSystem.isPlaying
  type: Property
- uid: UnityEngine.ParticleSystem.isStopped
  name: isStopped
  fullName: UnityEngine.ParticleSystem.isStopped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-isStopped.html
  commentId: P:UnityEngine.ParticleSystem.isStopped
  nameWithType: ParticleSystem.isStopped
  type: Property
- uid: UnityEngine.ParticleSystem.lights
  name: lights
  fullName: UnityEngine.ParticleSystem.lights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-lights.html
  commentId: P:UnityEngine.ParticleSystem.lights
  nameWithType: ParticleSystem.lights
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule
  name: ParticleSystem.LightsModule
  fullName: UnityEngine.ParticleSystem.LightsModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule.html
  commentId: T:UnityEngine.ParticleSystem.LightsModule
  nameWithType: ParticleSystem.LightsModule
  type: Struct
- uid: UnityEngine.ParticleSystem.LightsModule.alphaAffectsIntensity
  name: alphaAffectsIntensity
  fullName: UnityEngine.ParticleSystem.LightsModule.alphaAffectsIntensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-alphaAffectsIntensity.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.alphaAffectsIntensity
  nameWithType: ParticleSystem.LightsModule.alphaAffectsIntensity
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.LightsModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.enabled
  nameWithType: ParticleSystem.LightsModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.intensity
  name: intensity
  fullName: UnityEngine.ParticleSystem.LightsModule.intensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-intensity.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.intensity
  nameWithType: ParticleSystem.LightsModule.intensity
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.intensityMultiplier
  name: intensityMultiplier
  fullName: UnityEngine.ParticleSystem.LightsModule.intensityMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-intensityMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.intensityMultiplier
  nameWithType: ParticleSystem.LightsModule.intensityMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.light
  name: light
  fullName: UnityEngine.ParticleSystem.LightsModule.light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-light.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.light
  nameWithType: ParticleSystem.LightsModule.light
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.maxLights
  name: maxLights
  fullName: UnityEngine.ParticleSystem.LightsModule.maxLights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-maxLights.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.maxLights
  nameWithType: ParticleSystem.LightsModule.maxLights
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.range
  name: range
  fullName: UnityEngine.ParticleSystem.LightsModule.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-range.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.range
  nameWithType: ParticleSystem.LightsModule.range
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.rangeMultiplier
  name: rangeMultiplier
  fullName: UnityEngine.ParticleSystem.LightsModule.rangeMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-rangeMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.rangeMultiplier
  nameWithType: ParticleSystem.LightsModule.rangeMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.ratio
  name: ratio
  fullName: UnityEngine.ParticleSystem.LightsModule.ratio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-ratio.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.ratio
  nameWithType: ParticleSystem.LightsModule.ratio
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.sizeAffectsRange
  name: sizeAffectsRange
  fullName: UnityEngine.ParticleSystem.LightsModule.sizeAffectsRange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-sizeAffectsRange.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.sizeAffectsRange
  nameWithType: ParticleSystem.LightsModule.sizeAffectsRange
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.useParticleColor
  name: useParticleColor
  fullName: UnityEngine.ParticleSystem.LightsModule.useParticleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-useParticleColor.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.useParticleColor
  nameWithType: ParticleSystem.LightsModule.useParticleColor
  type: Property
- uid: UnityEngine.ParticleSystem.LightsModule.useRandomDistribution
  name: useRandomDistribution
  fullName: UnityEngine.ParticleSystem.LightsModule.useRandomDistribution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LightsModule-useRandomDistribution.html
  commentId: P:UnityEngine.ParticleSystem.LightsModule.useRandomDistribution
  nameWithType: ParticleSystem.LightsModule.useRandomDistribution
  type: Property
- uid: UnityEngine.ParticleSystem.limitVelocityOverLifetime
  name: limitVelocityOverLifetime
  fullName: UnityEngine.ParticleSystem.limitVelocityOverLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-limitVelocityOverLifetime.html
  commentId: P:UnityEngine.ParticleSystem.limitVelocityOverLifetime
  nameWithType: ParticleSystem.limitVelocityOverLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule
  name: ParticleSystem.LimitVelocityOverLifetimeModule
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule.html
  commentId: T:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule
  type: Struct
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.dampen
  name: dampen
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.dampen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-dampen.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.dampen
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.dampen
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.drag
  name: drag
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.drag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-drag.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.drag
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.drag
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.dragMultiplier
  name: dragMultiplier
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.dragMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-dragMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.dragMultiplier
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.dragMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.enabled
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limit
  name: limit
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-limit.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limit
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.limit
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitMultiplier
  name: limitMultiplier
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-limitMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitMultiplier
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.limitMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitX
  name: limitX
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-limitX.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitX
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.limitX
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitXMultiplier
  name: limitXMultiplier
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitXMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-limitXMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitXMultiplier
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.limitXMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitY
  name: limitY
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-limitY.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitY
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.limitY
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitYMultiplier
  name: limitYMultiplier
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitYMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-limitYMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitYMultiplier
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.limitYMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitZ
  name: limitZ
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-limitZ.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitZ
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.limitZ
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitZMultiplier
  name: limitZMultiplier
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitZMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-limitZMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.limitZMultiplier
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.limitZMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.multiplyDragByParticleSize
  name: multiplyDragByParticleSize
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.multiplyDragByParticleSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-multiplyDragByParticleSize.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.multiplyDragByParticleSize
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.multiplyDragByParticleSize
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.multiplyDragByParticleVelocity
  name: multiplyDragByParticleVelocity
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.multiplyDragByParticleVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-multiplyDragByParticleVelocity.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.multiplyDragByParticleVelocity
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.multiplyDragByParticleVelocity
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.separateAxes
  name: separateAxes
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.separateAxes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-separateAxes.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.separateAxes
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.separateAxes
  type: Property
- uid: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.space
  name: space
  fullName: UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.space
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.LimitVelocityOverLifetimeModule-space.html
  commentId: P:UnityEngine.ParticleSystem.LimitVelocityOverLifetimeModule.space
  nameWithType: ParticleSystem.LimitVelocityOverLifetimeModule.space
  type: Property
- uid: UnityEngine.ParticleSystem.loop
  name: loop
  fullName: UnityEngine.ParticleSystem.loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-loop.html
  commentId: P:UnityEngine.ParticleSystem.loop
  nameWithType: ParticleSystem.loop
  type: Property
- uid: UnityEngine.ParticleSystem.main
  name: main
  fullName: UnityEngine.ParticleSystem.main
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-main.html
  commentId: P:UnityEngine.ParticleSystem.main
  nameWithType: ParticleSystem.main
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule
  name: ParticleSystem.MainModule
  fullName: UnityEngine.ParticleSystem.MainModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule.html
  commentId: T:UnityEngine.ParticleSystem.MainModule
  nameWithType: ParticleSystem.MainModule
  type: Struct
- uid: UnityEngine.ParticleSystem.MainModule.customSimulationSpace
  name: customSimulationSpace
  fullName: UnityEngine.ParticleSystem.MainModule.customSimulationSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-customSimulationSpace.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.customSimulationSpace
  nameWithType: ParticleSystem.MainModule.customSimulationSpace
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.duration
  name: duration
  fullName: UnityEngine.ParticleSystem.MainModule.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-duration.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.duration
  nameWithType: ParticleSystem.MainModule.duration
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.emitterVelocityMode
  name: emitterVelocityMode
  fullName: UnityEngine.ParticleSystem.MainModule.emitterVelocityMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-emitterVelocityMode.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.emitterVelocityMode
  nameWithType: ParticleSystem.MainModule.emitterVelocityMode
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.gravityModifier
  name: gravityModifier
  fullName: UnityEngine.ParticleSystem.MainModule.gravityModifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-gravityModifier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.gravityModifier
  nameWithType: ParticleSystem.MainModule.gravityModifier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.gravityModifierMultiplier
  name: gravityModifierMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.gravityModifierMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-gravityModifierMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.gravityModifierMultiplier
  nameWithType: ParticleSystem.MainModule.gravityModifierMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.loop
  name: loop
  fullName: UnityEngine.ParticleSystem.MainModule.loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-loop.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.loop
  nameWithType: ParticleSystem.MainModule.loop
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.maxParticles
  name: maxParticles
  fullName: UnityEngine.ParticleSystem.MainModule.maxParticles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-maxParticles.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.maxParticles
  nameWithType: ParticleSystem.MainModule.maxParticles
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.playOnAwake
  name: playOnAwake
  fullName: UnityEngine.ParticleSystem.MainModule.playOnAwake
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-playOnAwake.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.playOnAwake
  nameWithType: ParticleSystem.MainModule.playOnAwake
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.prewarm
  name: prewarm
  fullName: UnityEngine.ParticleSystem.MainModule.prewarm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-prewarm.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.prewarm
  nameWithType: ParticleSystem.MainModule.prewarm
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.randomizeRotationDirection
  name: randomizeRotationDirection
  fullName: UnityEngine.ParticleSystem.MainModule.randomizeRotationDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-randomizeRotationDirection.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.randomizeRotationDirection
  nameWithType: ParticleSystem.MainModule.randomizeRotationDirection
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.scalingMode
  name: scalingMode
  fullName: UnityEngine.ParticleSystem.MainModule.scalingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-scalingMode.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.scalingMode
  nameWithType: ParticleSystem.MainModule.scalingMode
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.simulationSpace
  name: simulationSpace
  fullName: UnityEngine.ParticleSystem.MainModule.simulationSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-simulationSpace.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.simulationSpace
  nameWithType: ParticleSystem.MainModule.simulationSpace
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.simulationSpeed
  name: simulationSpeed
  fullName: UnityEngine.ParticleSystem.MainModule.simulationSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-simulationSpeed.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.simulationSpeed
  nameWithType: ParticleSystem.MainModule.simulationSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startColor
  name: startColor
  fullName: UnityEngine.ParticleSystem.MainModule.startColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startColor.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startColor
  nameWithType: ParticleSystem.MainModule.startColor
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startDelay
  name: startDelay
  fullName: UnityEngine.ParticleSystem.MainModule.startDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startDelay.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startDelay
  nameWithType: ParticleSystem.MainModule.startDelay
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startDelayMultiplier
  name: startDelayMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startDelayMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startDelayMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startDelayMultiplier
  nameWithType: ParticleSystem.MainModule.startDelayMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startLifetime
  name: startLifetime
  fullName: UnityEngine.ParticleSystem.MainModule.startLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startLifetime.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startLifetime
  nameWithType: ParticleSystem.MainModule.startLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startLifetimeMultiplier
  name: startLifetimeMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startLifetimeMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startLifetimeMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startLifetimeMultiplier
  nameWithType: ParticleSystem.MainModule.startLifetimeMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotation
  name: startRotation
  fullName: UnityEngine.ParticleSystem.MainModule.startRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotation.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotation
  nameWithType: ParticleSystem.MainModule.startRotation
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotation3D
  name: startRotation3D
  fullName: UnityEngine.ParticleSystem.MainModule.startRotation3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotation3D.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotation3D
  nameWithType: ParticleSystem.MainModule.startRotation3D
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotationMultiplier
  name: startRotationMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startRotationMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotationMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotationMultiplier
  nameWithType: ParticleSystem.MainModule.startRotationMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotationX
  name: startRotationX
  fullName: UnityEngine.ParticleSystem.MainModule.startRotationX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotationX.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotationX
  nameWithType: ParticleSystem.MainModule.startRotationX
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotationXMultiplier
  name: startRotationXMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startRotationXMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotationXMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotationXMultiplier
  nameWithType: ParticleSystem.MainModule.startRotationXMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotationY
  name: startRotationY
  fullName: UnityEngine.ParticleSystem.MainModule.startRotationY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotationY.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotationY
  nameWithType: ParticleSystem.MainModule.startRotationY
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotationYMultiplier
  name: startRotationYMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startRotationYMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotationYMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotationYMultiplier
  nameWithType: ParticleSystem.MainModule.startRotationYMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotationZ
  name: startRotationZ
  fullName: UnityEngine.ParticleSystem.MainModule.startRotationZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotationZ.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotationZ
  nameWithType: ParticleSystem.MainModule.startRotationZ
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startRotationZMultiplier
  name: startRotationZMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startRotationZMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startRotationZMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startRotationZMultiplier
  nameWithType: ParticleSystem.MainModule.startRotationZMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSize
  name: startSize
  fullName: UnityEngine.ParticleSystem.MainModule.startSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSize.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSize
  nameWithType: ParticleSystem.MainModule.startSize
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSize3D
  name: startSize3D
  fullName: UnityEngine.ParticleSystem.MainModule.startSize3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSize3D.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSize3D
  nameWithType: ParticleSystem.MainModule.startSize3D
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSizeMultiplier
  name: startSizeMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startSizeMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSizeMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSizeMultiplier
  nameWithType: ParticleSystem.MainModule.startSizeMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSizeX
  name: startSizeX
  fullName: UnityEngine.ParticleSystem.MainModule.startSizeX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSizeX.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSizeX
  nameWithType: ParticleSystem.MainModule.startSizeX
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSizeXMultiplier
  name: startSizeXMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startSizeXMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSizeXMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSizeXMultiplier
  nameWithType: ParticleSystem.MainModule.startSizeXMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSizeY
  name: startSizeY
  fullName: UnityEngine.ParticleSystem.MainModule.startSizeY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSizeY.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSizeY
  nameWithType: ParticleSystem.MainModule.startSizeY
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSizeYMultiplier
  name: startSizeYMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startSizeYMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSizeYMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSizeYMultiplier
  nameWithType: ParticleSystem.MainModule.startSizeYMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSizeZ
  name: startSizeZ
  fullName: UnityEngine.ParticleSystem.MainModule.startSizeZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSizeZ.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSizeZ
  nameWithType: ParticleSystem.MainModule.startSizeZ
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSizeZMultiplier
  name: startSizeZMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startSizeZMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSizeZMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSizeZMultiplier
  nameWithType: ParticleSystem.MainModule.startSizeZMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSpeed
  name: startSpeed
  fullName: UnityEngine.ParticleSystem.MainModule.startSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSpeed.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSpeed
  nameWithType: ParticleSystem.MainModule.startSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.startSpeedMultiplier
  name: startSpeedMultiplier
  fullName: UnityEngine.ParticleSystem.MainModule.startSpeedMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-startSpeedMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.startSpeedMultiplier
  nameWithType: ParticleSystem.MainModule.startSpeedMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.stopAction
  name: stopAction
  fullName: UnityEngine.ParticleSystem.MainModule.stopAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-stopAction.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.stopAction
  nameWithType: ParticleSystem.MainModule.stopAction
  type: Property
- uid: UnityEngine.ParticleSystem.MainModule.useUnscaledTime
  name: useUnscaledTime
  fullName: UnityEngine.ParticleSystem.MainModule.useUnscaledTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MainModule-useUnscaledTime.html
  commentId: P:UnityEngine.ParticleSystem.MainModule.useUnscaledTime
  nameWithType: ParticleSystem.MainModule.useUnscaledTime
  type: Property
- uid: UnityEngine.ParticleSystem.maxParticles
  name: maxParticles
  fullName: UnityEngine.ParticleSystem.maxParticles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-maxParticles.html
  commentId: P:UnityEngine.ParticleSystem.maxParticles
  nameWithType: ParticleSystem.maxParticles
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve
  name: ParticleSystem.MinMaxCurve
  fullName: UnityEngine.ParticleSystem.MinMaxCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve.html
  commentId: T:UnityEngine.ParticleSystem.MinMaxCurve
  nameWithType: ParticleSystem.MinMaxCurve
  type: Struct
- uid: UnityEngine.ParticleSystem.MinMaxCurve.#ctor(System.Single,System.Single)
  name: MinMaxCurve(float, float)
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.MinMaxCurve(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-ctor.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxCurve.#ctor(System.Single,System.Single)
  nameWithType: ParticleSystem.MinMaxCurve.MinMaxCurve(float, float)
  type: Constructor
- uid: UnityEngine.ParticleSystem.MinMaxCurve.#ctor(System.Single,UnityEngine.AnimationCurve,UnityEngine.AnimationCurve)
  name: MinMaxCurve(float, AnimationCurve, AnimationCurve)
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.MinMaxCurve(float, UnityEngine.AnimationCurve, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-ctor.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxCurve.#ctor(System.Single,UnityEngine.AnimationCurve,UnityEngine.AnimationCurve)
  nameWithType: ParticleSystem.MinMaxCurve.MinMaxCurve(float, AnimationCurve, AnimationCurve)
  type: Constructor
- uid: UnityEngine.ParticleSystem.MinMaxCurve.#ctor(System.Single,UnityEngine.AnimationCurve)
  name: MinMaxCurve(float, AnimationCurve)
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.MinMaxCurve(float, UnityEngine.AnimationCurve)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-ctor.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxCurve.#ctor(System.Single,UnityEngine.AnimationCurve)
  nameWithType: ParticleSystem.MinMaxCurve.MinMaxCurve(float, AnimationCurve)
  type: Constructor
- uid: UnityEngine.ParticleSystem.MinMaxCurve.#ctor(System.Single)
  name: MinMaxCurve(float)
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.MinMaxCurve(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-ctor.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxCurve.#ctor(System.Single)
  nameWithType: ParticleSystem.MinMaxCurve.MinMaxCurve(float)
  type: Constructor
- uid: UnityEngine.ParticleSystem.MinMaxCurve.constant
  name: constant
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.constant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-constant.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.constant
  nameWithType: ParticleSystem.MinMaxCurve.constant
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.constantMax
  name: constantMax
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.constantMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-constantMax.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.constantMax
  nameWithType: ParticleSystem.MinMaxCurve.constantMax
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.constantMin
  name: constantMin
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.constantMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-constantMin.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.constantMin
  nameWithType: ParticleSystem.MinMaxCurve.constantMin
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.curve
  name: curve
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.curve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-curve.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.curve
  nameWithType: ParticleSystem.MinMaxCurve.curve
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.curveMax
  name: curveMax
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.curveMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-curveMax.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.curveMax
  nameWithType: ParticleSystem.MinMaxCurve.curveMax
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.curveMin
  name: curveMin
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.curveMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-curveMin.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.curveMin
  nameWithType: ParticleSystem.MinMaxCurve.curveMin
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.curveMultiplier
  name: curveMultiplier
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.curveMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-curveMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.curveMultiplier
  nameWithType: ParticleSystem.MinMaxCurve.curveMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.curveScalar
  name: curveScalar
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.curveScalar
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-curveScalar.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.curveScalar
  nameWithType: ParticleSystem.MinMaxCurve.curveScalar
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.Evaluate(System.Single,System.Single)
  name: Evaluate(float, float)
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.Evaluate(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve.Evaluate.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxCurve.Evaluate(System.Single,System.Single)
  nameWithType: ParticleSystem.MinMaxCurve.Evaluate(float, float)
  type: Method
- uid: UnityEngine.ParticleSystem.MinMaxCurve.Evaluate(System.Single)
  name: Evaluate(float)
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.Evaluate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve.Evaluate.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxCurve.Evaluate(System.Single)
  nameWithType: ParticleSystem.MinMaxCurve.Evaluate(float)
  type: Method
- uid: UnityEngine.ParticleSystem.MinMaxCurve.mode
  name: mode
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve-mode.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxCurve.mode
  nameWithType: ParticleSystem.MinMaxCurve.mode
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxCurve.op_Implicit(System.Single)~UnityEngine.ParticleSystem.MinMaxCurve
  name: implicit operator MinMaxCurve(float)
  fullName: UnityEngine.ParticleSystem.MinMaxCurve.implicit operator UnityEngine.ParticleSystem.MinMaxCurve(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxCurve.op_Implicit~UnityEngine.ParticleSystem.MinMaxCurve.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxCurve.op_Implicit(System.Single)~UnityEngine.ParticleSystem.MinMaxCurve
  nameWithType: ParticleSystem.MinMaxCurve.implicit operator ParticleSystem.MinMaxCurve(float)
  type: Operator
- uid: UnityEngine.ParticleSystem.MinMaxGradient
  name: ParticleSystem.MinMaxGradient
  fullName: UnityEngine.ParticleSystem.MinMaxGradient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient.html
  commentId: T:UnityEngine.ParticleSystem.MinMaxGradient
  nameWithType: ParticleSystem.MinMaxGradient
  type: Struct
- uid: UnityEngine.ParticleSystem.MinMaxGradient.#ctor(UnityEngine.Color,UnityEngine.Color)
  name: MinMaxGradient(Color, Color)
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.MinMaxGradient(UnityEngine.Color, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-ctor.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxGradient.#ctor(UnityEngine.Color,UnityEngine.Color)
  nameWithType: ParticleSystem.MinMaxGradient.MinMaxGradient(Color, Color)
  type: Constructor
- uid: UnityEngine.ParticleSystem.MinMaxGradient.#ctor(UnityEngine.Color)
  name: MinMaxGradient(Color)
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.MinMaxGradient(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-ctor.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxGradient.#ctor(UnityEngine.Color)
  nameWithType: ParticleSystem.MinMaxGradient.MinMaxGradient(Color)
  type: Constructor
- uid: UnityEngine.ParticleSystem.MinMaxGradient.#ctor(UnityEngine.Gradient,UnityEngine.Gradient)
  name: MinMaxGradient(Gradient, Gradient)
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.MinMaxGradient(UnityEngine.Gradient, UnityEngine.Gradient)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-ctor.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxGradient.#ctor(UnityEngine.Gradient,UnityEngine.Gradient)
  nameWithType: ParticleSystem.MinMaxGradient.MinMaxGradient(Gradient, Gradient)
  type: Constructor
- uid: UnityEngine.ParticleSystem.MinMaxGradient.#ctor(UnityEngine.Gradient)
  name: MinMaxGradient(Gradient)
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.MinMaxGradient(UnityEngine.Gradient)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-ctor.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxGradient.#ctor(UnityEngine.Gradient)
  nameWithType: ParticleSystem.MinMaxGradient.MinMaxGradient(Gradient)
  type: Constructor
- uid: UnityEngine.ParticleSystem.MinMaxGradient.color
  name: color
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-color.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxGradient.color
  nameWithType: ParticleSystem.MinMaxGradient.color
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxGradient.colorMax
  name: colorMax
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.colorMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-colorMax.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxGradient.colorMax
  nameWithType: ParticleSystem.MinMaxGradient.colorMax
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxGradient.colorMin
  name: colorMin
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.colorMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-colorMin.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxGradient.colorMin
  nameWithType: ParticleSystem.MinMaxGradient.colorMin
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxGradient.Evaluate(System.Single,System.Single)
  name: Evaluate(float, float)
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.Evaluate(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient.Evaluate.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxGradient.Evaluate(System.Single,System.Single)
  nameWithType: ParticleSystem.MinMaxGradient.Evaluate(float, float)
  type: Method
- uid: UnityEngine.ParticleSystem.MinMaxGradient.Evaluate(System.Single)
  name: Evaluate(float)
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.Evaluate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient.Evaluate.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxGradient.Evaluate(System.Single)
  nameWithType: ParticleSystem.MinMaxGradient.Evaluate(float)
  type: Method
- uid: UnityEngine.ParticleSystem.MinMaxGradient.gradient
  name: gradient
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.gradient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-gradient.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxGradient.gradient
  nameWithType: ParticleSystem.MinMaxGradient.gradient
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxGradient.gradientMax
  name: gradientMax
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.gradientMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-gradientMax.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxGradient.gradientMax
  nameWithType: ParticleSystem.MinMaxGradient.gradientMax
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxGradient.gradientMin
  name: gradientMin
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.gradientMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-gradientMin.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxGradient.gradientMin
  nameWithType: ParticleSystem.MinMaxGradient.gradientMin
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxGradient.mode
  name: mode
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient-mode.html
  commentId: P:UnityEngine.ParticleSystem.MinMaxGradient.mode
  nameWithType: ParticleSystem.MinMaxGradient.mode
  type: Property
- uid: UnityEngine.ParticleSystem.MinMaxGradient.op_Implicit(UnityEngine.Color)~UnityEngine.ParticleSystem.MinMaxGradient
  name: implicit operator MinMaxGradient(Color)
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.implicit operator UnityEngine.ParticleSystem.MinMaxGradient(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient.op_Implicit~UnityEngine.ParticleSystem.MinMaxGradient.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxGradient.op_Implicit(UnityEngine.Color)~UnityEngine.ParticleSystem.MinMaxGradient
  nameWithType: ParticleSystem.MinMaxGradient.implicit operator ParticleSystem.MinMaxGradient(Color)
  type: Operator
- uid: UnityEngine.ParticleSystem.MinMaxGradient.op_Implicit(UnityEngine.Gradient)~UnityEngine.ParticleSystem.MinMaxGradient
  name: implicit operator MinMaxGradient(Gradient)
  fullName: UnityEngine.ParticleSystem.MinMaxGradient.implicit operator UnityEngine.ParticleSystem.MinMaxGradient(UnityEngine.Gradient)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.MinMaxGradient.op_Implicit~UnityEngine.ParticleSystem.MinMaxGradient.html
  commentId: M:UnityEngine.ParticleSystem.MinMaxGradient.op_Implicit(UnityEngine.Gradient)~UnityEngine.ParticleSystem.MinMaxGradient
  nameWithType: ParticleSystem.MinMaxGradient.implicit operator ParticleSystem.MinMaxGradient(Gradient)
  type: Operator
- uid: UnityEngine.ParticleSystem.noise
  name: noise
  fullName: UnityEngine.ParticleSystem.noise
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-noise.html
  commentId: P:UnityEngine.ParticleSystem.noise
  nameWithType: ParticleSystem.noise
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule
  name: ParticleSystem.NoiseModule
  fullName: UnityEngine.ParticleSystem.NoiseModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule.html
  commentId: T:UnityEngine.ParticleSystem.NoiseModule
  nameWithType: ParticleSystem.NoiseModule
  type: Struct
- uid: UnityEngine.ParticleSystem.NoiseModule.damping
  name: damping
  fullName: UnityEngine.ParticleSystem.NoiseModule.damping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-damping.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.damping
  nameWithType: ParticleSystem.NoiseModule.damping
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.NoiseModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.enabled
  nameWithType: ParticleSystem.NoiseModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.frequency
  name: frequency
  fullName: UnityEngine.ParticleSystem.NoiseModule.frequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-frequency.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.frequency
  nameWithType: ParticleSystem.NoiseModule.frequency
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.octaveCount
  name: octaveCount
  fullName: UnityEngine.ParticleSystem.NoiseModule.octaveCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-octaveCount.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.octaveCount
  nameWithType: ParticleSystem.NoiseModule.octaveCount
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.octaveMultiplier
  name: octaveMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.octaveMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-octaveMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.octaveMultiplier
  nameWithType: ParticleSystem.NoiseModule.octaveMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.octaveScale
  name: octaveScale
  fullName: UnityEngine.ParticleSystem.NoiseModule.octaveScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-octaveScale.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.octaveScale
  nameWithType: ParticleSystem.NoiseModule.octaveScale
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.positionAmount
  name: positionAmount
  fullName: UnityEngine.ParticleSystem.NoiseModule.positionAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-positionAmount.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.positionAmount
  nameWithType: ParticleSystem.NoiseModule.positionAmount
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.quality
  name: quality
  fullName: UnityEngine.ParticleSystem.NoiseModule.quality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-quality.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.quality
  nameWithType: ParticleSystem.NoiseModule.quality
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remap
  name: remap
  fullName: UnityEngine.ParticleSystem.NoiseModule.remap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remap.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remap
  nameWithType: ParticleSystem.NoiseModule.remap
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remapEnabled
  name: remapEnabled
  fullName: UnityEngine.ParticleSystem.NoiseModule.remapEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remapEnabled.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remapEnabled
  nameWithType: ParticleSystem.NoiseModule.remapEnabled
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remapMultiplier
  name: remapMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.remapMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remapMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remapMultiplier
  nameWithType: ParticleSystem.NoiseModule.remapMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remapX
  name: remapX
  fullName: UnityEngine.ParticleSystem.NoiseModule.remapX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remapX.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remapX
  nameWithType: ParticleSystem.NoiseModule.remapX
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remapXMultiplier
  name: remapXMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.remapXMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remapXMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remapXMultiplier
  nameWithType: ParticleSystem.NoiseModule.remapXMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remapY
  name: remapY
  fullName: UnityEngine.ParticleSystem.NoiseModule.remapY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remapY.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remapY
  nameWithType: ParticleSystem.NoiseModule.remapY
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remapYMultiplier
  name: remapYMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.remapYMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remapYMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remapYMultiplier
  nameWithType: ParticleSystem.NoiseModule.remapYMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remapZ
  name: remapZ
  fullName: UnityEngine.ParticleSystem.NoiseModule.remapZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remapZ.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remapZ
  nameWithType: ParticleSystem.NoiseModule.remapZ
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.remapZMultiplier
  name: remapZMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.remapZMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-remapZMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.remapZMultiplier
  nameWithType: ParticleSystem.NoiseModule.remapZMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.rotationAmount
  name: rotationAmount
  fullName: UnityEngine.ParticleSystem.NoiseModule.rotationAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-rotationAmount.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.rotationAmount
  nameWithType: ParticleSystem.NoiseModule.rotationAmount
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.scrollSpeed
  name: scrollSpeed
  fullName: UnityEngine.ParticleSystem.NoiseModule.scrollSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-scrollSpeed.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.scrollSpeed
  nameWithType: ParticleSystem.NoiseModule.scrollSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.scrollSpeedMultiplier
  name: scrollSpeedMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.scrollSpeedMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-scrollSpeedMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.scrollSpeedMultiplier
  nameWithType: ParticleSystem.NoiseModule.scrollSpeedMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.separateAxes
  name: separateAxes
  fullName: UnityEngine.ParticleSystem.NoiseModule.separateAxes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-separateAxes.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.separateAxes
  nameWithType: ParticleSystem.NoiseModule.separateAxes
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.sizeAmount
  name: sizeAmount
  fullName: UnityEngine.ParticleSystem.NoiseModule.sizeAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-sizeAmount.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.sizeAmount
  nameWithType: ParticleSystem.NoiseModule.sizeAmount
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.strength
  name: strength
  fullName: UnityEngine.ParticleSystem.NoiseModule.strength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-strength.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.strength
  nameWithType: ParticleSystem.NoiseModule.strength
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.strengthMultiplier
  name: strengthMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.strengthMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-strengthMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.strengthMultiplier
  nameWithType: ParticleSystem.NoiseModule.strengthMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.strengthX
  name: strengthX
  fullName: UnityEngine.ParticleSystem.NoiseModule.strengthX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-strengthX.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.strengthX
  nameWithType: ParticleSystem.NoiseModule.strengthX
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.strengthXMultiplier
  name: strengthXMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.strengthXMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-strengthXMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.strengthXMultiplier
  nameWithType: ParticleSystem.NoiseModule.strengthXMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.strengthY
  name: strengthY
  fullName: UnityEngine.ParticleSystem.NoiseModule.strengthY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-strengthY.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.strengthY
  nameWithType: ParticleSystem.NoiseModule.strengthY
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.strengthYMultiplier
  name: strengthYMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.strengthYMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-strengthYMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.strengthYMultiplier
  nameWithType: ParticleSystem.NoiseModule.strengthYMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.strengthZ
  name: strengthZ
  fullName: UnityEngine.ParticleSystem.NoiseModule.strengthZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-strengthZ.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.strengthZ
  nameWithType: ParticleSystem.NoiseModule.strengthZ
  type: Property
- uid: UnityEngine.ParticleSystem.NoiseModule.strengthZMultiplier
  name: strengthZMultiplier
  fullName: UnityEngine.ParticleSystem.NoiseModule.strengthZMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.NoiseModule-strengthZMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.NoiseModule.strengthZMultiplier
  nameWithType: ParticleSystem.NoiseModule.strengthZMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.Particle
  name: ParticleSystem.Particle
  fullName: UnityEngine.ParticleSystem.Particle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle.html
  commentId: T:UnityEngine.ParticleSystem.Particle
  nameWithType: ParticleSystem.Particle
  type: Struct
- uid: UnityEngine.ParticleSystem.Particle.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.ParticleSystem.Particle.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-angularVelocity.html
  commentId: P:UnityEngine.ParticleSystem.Particle.angularVelocity
  nameWithType: ParticleSystem.Particle.angularVelocity
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.angularVelocity3D
  name: angularVelocity3D
  fullName: UnityEngine.ParticleSystem.Particle.angularVelocity3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-angularVelocity3D.html
  commentId: P:UnityEngine.ParticleSystem.Particle.angularVelocity3D
  nameWithType: ParticleSystem.Particle.angularVelocity3D
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.axisOfRotation
  name: axisOfRotation
  fullName: UnityEngine.ParticleSystem.Particle.axisOfRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-axisOfRotation.html
  commentId: P:UnityEngine.ParticleSystem.Particle.axisOfRotation
  nameWithType: ParticleSystem.Particle.axisOfRotation
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.color
  name: color
  fullName: UnityEngine.ParticleSystem.Particle.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-color.html
  commentId: P:UnityEngine.ParticleSystem.Particle.color
  nameWithType: ParticleSystem.Particle.color
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.GetCurrentColor(UnityEngine.ParticleSystem)
  name: GetCurrentColor(ParticleSystem)
  fullName: UnityEngine.ParticleSystem.Particle.GetCurrentColor(UnityEngine.ParticleSystem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle.GetCurrentColor.html
  commentId: M:UnityEngine.ParticleSystem.Particle.GetCurrentColor(UnityEngine.ParticleSystem)
  nameWithType: ParticleSystem.Particle.GetCurrentColor(ParticleSystem)
  type: Method
- uid: UnityEngine.ParticleSystem.Particle.GetCurrentSize(UnityEngine.ParticleSystem)
  name: GetCurrentSize(ParticleSystem)
  fullName: UnityEngine.ParticleSystem.Particle.GetCurrentSize(UnityEngine.ParticleSystem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle.GetCurrentSize.html
  commentId: M:UnityEngine.ParticleSystem.Particle.GetCurrentSize(UnityEngine.ParticleSystem)
  nameWithType: ParticleSystem.Particle.GetCurrentSize(ParticleSystem)
  type: Method
- uid: UnityEngine.ParticleSystem.Particle.GetCurrentSize3D(UnityEngine.ParticleSystem)
  name: GetCurrentSize3D(ParticleSystem)
  fullName: UnityEngine.ParticleSystem.Particle.GetCurrentSize3D(UnityEngine.ParticleSystem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle.GetCurrentSize3D.html
  commentId: M:UnityEngine.ParticleSystem.Particle.GetCurrentSize3D(UnityEngine.ParticleSystem)
  nameWithType: ParticleSystem.Particle.GetCurrentSize3D(ParticleSystem)
  type: Method
- uid: UnityEngine.ParticleSystem.Particle.lifetime
  name: lifetime
  fullName: UnityEngine.ParticleSystem.Particle.lifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-lifetime.html
  commentId: P:UnityEngine.ParticleSystem.Particle.lifetime
  nameWithType: ParticleSystem.Particle.lifetime
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.position
  name: position
  fullName: UnityEngine.ParticleSystem.Particle.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-position.html
  commentId: P:UnityEngine.ParticleSystem.Particle.position
  nameWithType: ParticleSystem.Particle.position
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.randomSeed
  name: randomSeed
  fullName: UnityEngine.ParticleSystem.Particle.randomSeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-randomSeed.html
  commentId: P:UnityEngine.ParticleSystem.Particle.randomSeed
  nameWithType: ParticleSystem.Particle.randomSeed
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.randomValue
  name: randomValue
  fullName: UnityEngine.ParticleSystem.Particle.randomValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-randomValue.html
  commentId: P:UnityEngine.ParticleSystem.Particle.randomValue
  nameWithType: ParticleSystem.Particle.randomValue
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.remainingLifetime
  name: remainingLifetime
  fullName: UnityEngine.ParticleSystem.Particle.remainingLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-remainingLifetime.html
  commentId: P:UnityEngine.ParticleSystem.Particle.remainingLifetime
  nameWithType: ParticleSystem.Particle.remainingLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.rotation
  name: rotation
  fullName: UnityEngine.ParticleSystem.Particle.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-rotation.html
  commentId: P:UnityEngine.ParticleSystem.Particle.rotation
  nameWithType: ParticleSystem.Particle.rotation
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.rotation3D
  name: rotation3D
  fullName: UnityEngine.ParticleSystem.Particle.rotation3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-rotation3D.html
  commentId: P:UnityEngine.ParticleSystem.Particle.rotation3D
  nameWithType: ParticleSystem.Particle.rotation3D
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.size
  name: size
  fullName: UnityEngine.ParticleSystem.Particle.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-size.html
  commentId: P:UnityEngine.ParticleSystem.Particle.size
  nameWithType: ParticleSystem.Particle.size
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.startColor
  name: startColor
  fullName: UnityEngine.ParticleSystem.Particle.startColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-startColor.html
  commentId: P:UnityEngine.ParticleSystem.Particle.startColor
  nameWithType: ParticleSystem.Particle.startColor
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.startLifetime
  name: startLifetime
  fullName: UnityEngine.ParticleSystem.Particle.startLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-startLifetime.html
  commentId: P:UnityEngine.ParticleSystem.Particle.startLifetime
  nameWithType: ParticleSystem.Particle.startLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.startSize
  name: startSize
  fullName: UnityEngine.ParticleSystem.Particle.startSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-startSize.html
  commentId: P:UnityEngine.ParticleSystem.Particle.startSize
  nameWithType: ParticleSystem.Particle.startSize
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.startSize3D
  name: startSize3D
  fullName: UnityEngine.ParticleSystem.Particle.startSize3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-startSize3D.html
  commentId: P:UnityEngine.ParticleSystem.Particle.startSize3D
  nameWithType: ParticleSystem.Particle.startSize3D
  type: Property
- uid: UnityEngine.ParticleSystem.Particle.velocity
  name: velocity
  fullName: UnityEngine.ParticleSystem.Particle.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Particle-velocity.html
  commentId: P:UnityEngine.ParticleSystem.Particle.velocity
  nameWithType: ParticleSystem.Particle.velocity
  type: Property
- uid: UnityEngine.ParticleSystem.particleCount
  name: particleCount
  fullName: UnityEngine.ParticleSystem.particleCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-particleCount.html
  commentId: P:UnityEngine.ParticleSystem.particleCount
  nameWithType: ParticleSystem.particleCount
  type: Property
- uid: UnityEngine.ParticleSystem.Pause
  name: Pause()
  fullName: UnityEngine.ParticleSystem.Pause()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Pause.html
  commentId: M:UnityEngine.ParticleSystem.Pause
  nameWithType: ParticleSystem.Pause()
  type: Method
- uid: UnityEngine.ParticleSystem.Pause(System.Boolean)
  name: Pause(bool)
  fullName: UnityEngine.ParticleSystem.Pause(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Pause.html
  commentId: M:UnityEngine.ParticleSystem.Pause(System.Boolean)
  nameWithType: ParticleSystem.Pause(bool)
  type: Method
- uid: UnityEngine.ParticleSystem.Play
  name: Play()
  fullName: UnityEngine.ParticleSystem.Play()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Play.html
  commentId: M:UnityEngine.ParticleSystem.Play
  nameWithType: ParticleSystem.Play()
  type: Method
- uid: UnityEngine.ParticleSystem.Play(System.Boolean)
  name: Play(bool)
  fullName: UnityEngine.ParticleSystem.Play(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Play.html
  commentId: M:UnityEngine.ParticleSystem.Play(System.Boolean)
  nameWithType: ParticleSystem.Play(bool)
  type: Method
- uid: UnityEngine.ParticleSystem.playbackSpeed
  name: playbackSpeed
  fullName: UnityEngine.ParticleSystem.playbackSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-playbackSpeed.html
  commentId: P:UnityEngine.ParticleSystem.playbackSpeed
  nameWithType: ParticleSystem.playbackSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.playOnAwake
  name: playOnAwake
  fullName: UnityEngine.ParticleSystem.playOnAwake
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-playOnAwake.html
  commentId: P:UnityEngine.ParticleSystem.playOnAwake
  nameWithType: ParticleSystem.playOnAwake
  type: Property
- uid: UnityEngine.ParticleSystem.randomSeed
  name: randomSeed
  fullName: UnityEngine.ParticleSystem.randomSeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-randomSeed.html
  commentId: P:UnityEngine.ParticleSystem.randomSeed
  nameWithType: ParticleSystem.randomSeed
  type: Property
- uid: UnityEngine.ParticleSystem.rotationBySpeed
  name: rotationBySpeed
  fullName: UnityEngine.ParticleSystem.rotationBySpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-rotationBySpeed.html
  commentId: P:UnityEngine.ParticleSystem.rotationBySpeed
  nameWithType: ParticleSystem.rotationBySpeed
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule
  name: ParticleSystem.RotationBySpeedModule
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule.html
  commentId: T:UnityEngine.ParticleSystem.RotationBySpeedModule
  nameWithType: ParticleSystem.RotationBySpeedModule
  type: Struct
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.enabled
  nameWithType: ParticleSystem.RotationBySpeedModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.range
  name: range
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-range.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.range
  nameWithType: ParticleSystem.RotationBySpeedModule.range
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.separateAxes
  name: separateAxes
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.separateAxes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-separateAxes.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.separateAxes
  nameWithType: ParticleSystem.RotationBySpeedModule.separateAxes
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.x
  name: x
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-x.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.x
  nameWithType: ParticleSystem.RotationBySpeedModule.x
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.xMultiplier
  name: xMultiplier
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.xMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-xMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.xMultiplier
  nameWithType: ParticleSystem.RotationBySpeedModule.xMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.y
  name: y
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-y.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.y
  nameWithType: ParticleSystem.RotationBySpeedModule.y
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.yMultiplier
  name: yMultiplier
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.yMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-yMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.yMultiplier
  nameWithType: ParticleSystem.RotationBySpeedModule.yMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.z
  name: z
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-z.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.z
  nameWithType: ParticleSystem.RotationBySpeedModule.z
  type: Property
- uid: UnityEngine.ParticleSystem.RotationBySpeedModule.zMultiplier
  name: zMultiplier
  fullName: UnityEngine.ParticleSystem.RotationBySpeedModule.zMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationBySpeedModule-zMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.RotationBySpeedModule.zMultiplier
  nameWithType: ParticleSystem.RotationBySpeedModule.zMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.rotationOverLifetime
  name: rotationOverLifetime
  fullName: UnityEngine.ParticleSystem.rotationOverLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-rotationOverLifetime.html
  commentId: P:UnityEngine.ParticleSystem.rotationOverLifetime
  nameWithType: ParticleSystem.rotationOverLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule
  name: ParticleSystem.RotationOverLifetimeModule
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule.html
  commentId: T:UnityEngine.ParticleSystem.RotationOverLifetimeModule
  nameWithType: ParticleSystem.RotationOverLifetimeModule
  type: Struct
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.RotationOverLifetimeModule.enabled
  nameWithType: ParticleSystem.RotationOverLifetimeModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule.separateAxes
  name: separateAxes
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule.separateAxes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule-separateAxes.html
  commentId: P:UnityEngine.ParticleSystem.RotationOverLifetimeModule.separateAxes
  nameWithType: ParticleSystem.RotationOverLifetimeModule.separateAxes
  type: Property
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule.x
  name: x
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule-x.html
  commentId: P:UnityEngine.ParticleSystem.RotationOverLifetimeModule.x
  nameWithType: ParticleSystem.RotationOverLifetimeModule.x
  type: Property
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule.xMultiplier
  name: xMultiplier
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule.xMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule-xMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.RotationOverLifetimeModule.xMultiplier
  nameWithType: ParticleSystem.RotationOverLifetimeModule.xMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule.y
  name: y
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule-y.html
  commentId: P:UnityEngine.ParticleSystem.RotationOverLifetimeModule.y
  nameWithType: ParticleSystem.RotationOverLifetimeModule.y
  type: Property
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule.yMultiplier
  name: yMultiplier
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule.yMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule-yMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.RotationOverLifetimeModule.yMultiplier
  nameWithType: ParticleSystem.RotationOverLifetimeModule.yMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule.z
  name: z
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule-z.html
  commentId: P:UnityEngine.ParticleSystem.RotationOverLifetimeModule.z
  nameWithType: ParticleSystem.RotationOverLifetimeModule.z
  type: Property
- uid: UnityEngine.ParticleSystem.RotationOverLifetimeModule.zMultiplier
  name: zMultiplier
  fullName: UnityEngine.ParticleSystem.RotationOverLifetimeModule.zMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.RotationOverLifetimeModule-zMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.RotationOverLifetimeModule.zMultiplier
  nameWithType: ParticleSystem.RotationOverLifetimeModule.zMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.safeCollisionEventSize
  name: safeCollisionEventSize
  fullName: UnityEngine.ParticleSystem.safeCollisionEventSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-safeCollisionEventSize.html
  commentId: P:UnityEngine.ParticleSystem.safeCollisionEventSize
  nameWithType: ParticleSystem.safeCollisionEventSize
  type: Property
- uid: UnityEngine.ParticleSystem.scalingMode
  name: scalingMode
  fullName: UnityEngine.ParticleSystem.scalingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-scalingMode.html
  commentId: P:UnityEngine.ParticleSystem.scalingMode
  nameWithType: ParticleSystem.scalingMode
  type: Property
- uid: UnityEngine.ParticleSystem.SetCustomParticleData(System.Collections.Generic.List{UnityEngine.Vector4},UnityEngine.ParticleSystemCustomData)
  name: SetCustomParticleData(List<Vector4>, ParticleSystemCustomData)
  fullName: UnityEngine.ParticleSystem.SetCustomParticleData(System.Collections.Generic.List<UnityEngine.Vector4>, UnityEngine.ParticleSystemCustomData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SetCustomParticleData.html
  commentId: M:UnityEngine.ParticleSystem.SetCustomParticleData(System.Collections.Generic.List{UnityEngine.Vector4},UnityEngine.ParticleSystemCustomData)
  nameWithType: ParticleSystem.SetCustomParticleData(List<Vector4>, ParticleSystemCustomData)
  type: Method
- uid: UnityEngine.ParticleSystem.SetParticles(UnityEngine.ParticleSystem.Particle[],System.Int32)
  name: SetParticles(Particle[], int)
  fullName: UnityEngine.ParticleSystem.SetParticles(UnityEngine.ParticleSystem.Particle[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SetParticles.html
  commentId: M:UnityEngine.ParticleSystem.SetParticles(UnityEngine.ParticleSystem.Particle[],System.Int32)
  nameWithType: ParticleSystem.SetParticles(ParticleSystem.Particle[], int)
  type: Method
- uid: UnityEngine.ParticleSystem.shape
  name: shape
  fullName: UnityEngine.ParticleSystem.shape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-shape.html
  commentId: P:UnityEngine.ParticleSystem.shape
  nameWithType: ParticleSystem.shape
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule
  name: ParticleSystem.ShapeModule
  fullName: UnityEngine.ParticleSystem.ShapeModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule.html
  commentId: T:UnityEngine.ParticleSystem.ShapeModule
  nameWithType: ParticleSystem.ShapeModule
  type: Struct
- uid: UnityEngine.ParticleSystem.ShapeModule.alignToDirection
  name: alignToDirection
  fullName: UnityEngine.ParticleSystem.ShapeModule.alignToDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-alignToDirection.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.alignToDirection
  nameWithType: ParticleSystem.ShapeModule.alignToDirection
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.angle
  name: angle
  fullName: UnityEngine.ParticleSystem.ShapeModule.angle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-angle.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.angle
  nameWithType: ParticleSystem.ShapeModule.angle
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.arc
  name: arc
  fullName: UnityEngine.ParticleSystem.ShapeModule.arc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-arc.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.arc
  nameWithType: ParticleSystem.ShapeModule.arc
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.arcMode
  name: arcMode
  fullName: UnityEngine.ParticleSystem.ShapeModule.arcMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-arcMode.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.arcMode
  nameWithType: ParticleSystem.ShapeModule.arcMode
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.arcSpeed
  name: arcSpeed
  fullName: UnityEngine.ParticleSystem.ShapeModule.arcSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-arcSpeed.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.arcSpeed
  nameWithType: ParticleSystem.ShapeModule.arcSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.arcSpeedMultiplier
  name: arcSpeedMultiplier
  fullName: UnityEngine.ParticleSystem.ShapeModule.arcSpeedMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-arcSpeedMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.arcSpeedMultiplier
  nameWithType: ParticleSystem.ShapeModule.arcSpeedMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.arcSpread
  name: arcSpread
  fullName: UnityEngine.ParticleSystem.ShapeModule.arcSpread
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-arcSpread.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.arcSpread
  nameWithType: ParticleSystem.ShapeModule.arcSpread
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.box
  name: box
  fullName: UnityEngine.ParticleSystem.ShapeModule.box
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-box.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.box
  nameWithType: ParticleSystem.ShapeModule.box
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.boxThickness
  name: boxThickness
  fullName: UnityEngine.ParticleSystem.ShapeModule.boxThickness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-boxThickness.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.boxThickness
  nameWithType: ParticleSystem.ShapeModule.boxThickness
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.donutRadius
  name: donutRadius
  fullName: UnityEngine.ParticleSystem.ShapeModule.donutRadius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-donutRadius.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.donutRadius
  nameWithType: ParticleSystem.ShapeModule.donutRadius
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.ShapeModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.enabled
  nameWithType: ParticleSystem.ShapeModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.length
  name: length
  fullName: UnityEngine.ParticleSystem.ShapeModule.length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-length.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.length
  nameWithType: ParticleSystem.ShapeModule.length
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.mesh
  name: mesh
  fullName: UnityEngine.ParticleSystem.ShapeModule.mesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-mesh.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.mesh
  nameWithType: ParticleSystem.ShapeModule.mesh
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.meshMaterialIndex
  name: meshMaterialIndex
  fullName: UnityEngine.ParticleSystem.ShapeModule.meshMaterialIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-meshMaterialIndex.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.meshMaterialIndex
  nameWithType: ParticleSystem.ShapeModule.meshMaterialIndex
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.meshRenderer
  name: meshRenderer
  fullName: UnityEngine.ParticleSystem.ShapeModule.meshRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-meshRenderer.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.meshRenderer
  nameWithType: ParticleSystem.ShapeModule.meshRenderer
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.meshScale
  name: meshScale
  fullName: UnityEngine.ParticleSystem.ShapeModule.meshScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-meshScale.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.meshScale
  nameWithType: ParticleSystem.ShapeModule.meshScale
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.meshShapeType
  name: meshShapeType
  fullName: UnityEngine.ParticleSystem.ShapeModule.meshShapeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-meshShapeType.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.meshShapeType
  nameWithType: ParticleSystem.ShapeModule.meshShapeType
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.normalOffset
  name: normalOffset
  fullName: UnityEngine.ParticleSystem.ShapeModule.normalOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-normalOffset.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.normalOffset
  nameWithType: ParticleSystem.ShapeModule.normalOffset
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.position
  name: position
  fullName: UnityEngine.ParticleSystem.ShapeModule.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-position.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.position
  nameWithType: ParticleSystem.ShapeModule.position
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.radius
  name: radius
  fullName: UnityEngine.ParticleSystem.ShapeModule.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-radius.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.radius
  nameWithType: ParticleSystem.ShapeModule.radius
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.radiusMode
  name: radiusMode
  fullName: UnityEngine.ParticleSystem.ShapeModule.radiusMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-radiusMode.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.radiusMode
  nameWithType: ParticleSystem.ShapeModule.radiusMode
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.radiusSpeed
  name: radiusSpeed
  fullName: UnityEngine.ParticleSystem.ShapeModule.radiusSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-radiusSpeed.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.radiusSpeed
  nameWithType: ParticleSystem.ShapeModule.radiusSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.radiusSpeedMultiplier
  name: radiusSpeedMultiplier
  fullName: UnityEngine.ParticleSystem.ShapeModule.radiusSpeedMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-radiusSpeedMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.radiusSpeedMultiplier
  nameWithType: ParticleSystem.ShapeModule.radiusSpeedMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.radiusSpread
  name: radiusSpread
  fullName: UnityEngine.ParticleSystem.ShapeModule.radiusSpread
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-radiusSpread.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.radiusSpread
  nameWithType: ParticleSystem.ShapeModule.radiusSpread
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.radiusThickness
  name: radiusThickness
  fullName: UnityEngine.ParticleSystem.ShapeModule.radiusThickness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-radiusThickness.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.radiusThickness
  nameWithType: ParticleSystem.ShapeModule.radiusThickness
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.randomDirection
  name: randomDirection
  fullName: UnityEngine.ParticleSystem.ShapeModule.randomDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-randomDirection.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.randomDirection
  nameWithType: ParticleSystem.ShapeModule.randomDirection
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.randomDirectionAmount
  name: randomDirectionAmount
  fullName: UnityEngine.ParticleSystem.ShapeModule.randomDirectionAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-randomDirectionAmount.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.randomDirectionAmount
  nameWithType: ParticleSystem.ShapeModule.randomDirectionAmount
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.randomPositionAmount
  name: randomPositionAmount
  fullName: UnityEngine.ParticleSystem.ShapeModule.randomPositionAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-randomPositionAmount.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.randomPositionAmount
  nameWithType: ParticleSystem.ShapeModule.randomPositionAmount
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.rotation
  name: rotation
  fullName: UnityEngine.ParticleSystem.ShapeModule.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-rotation.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.rotation
  nameWithType: ParticleSystem.ShapeModule.rotation
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.scale
  name: scale
  fullName: UnityEngine.ParticleSystem.ShapeModule.scale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-scale.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.scale
  nameWithType: ParticleSystem.ShapeModule.scale
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.shapeType
  name: shapeType
  fullName: UnityEngine.ParticleSystem.ShapeModule.shapeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-shapeType.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.shapeType
  nameWithType: ParticleSystem.ShapeModule.shapeType
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.skinnedMeshRenderer
  name: skinnedMeshRenderer
  fullName: UnityEngine.ParticleSystem.ShapeModule.skinnedMeshRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-skinnedMeshRenderer.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.skinnedMeshRenderer
  nameWithType: ParticleSystem.ShapeModule.skinnedMeshRenderer
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.sphericalDirectionAmount
  name: sphericalDirectionAmount
  fullName: UnityEngine.ParticleSystem.ShapeModule.sphericalDirectionAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-sphericalDirectionAmount.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.sphericalDirectionAmount
  nameWithType: ParticleSystem.ShapeModule.sphericalDirectionAmount
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.useMeshColors
  name: useMeshColors
  fullName: UnityEngine.ParticleSystem.ShapeModule.useMeshColors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-useMeshColors.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.useMeshColors
  nameWithType: ParticleSystem.ShapeModule.useMeshColors
  type: Property
- uid: UnityEngine.ParticleSystem.ShapeModule.useMeshMaterialIndex
  name: useMeshMaterialIndex
  fullName: UnityEngine.ParticleSystem.ShapeModule.useMeshMaterialIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.ShapeModule-useMeshMaterialIndex.html
  commentId: P:UnityEngine.ParticleSystem.ShapeModule.useMeshMaterialIndex
  nameWithType: ParticleSystem.ShapeModule.useMeshMaterialIndex
  type: Property
- uid: UnityEngine.ParticleSystem.Simulate(System.Single,System.Boolean,System.Boolean,System.Boolean)
  name: Simulate(float, bool, bool, bool)
  fullName: UnityEngine.ParticleSystem.Simulate(float, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Simulate.html
  commentId: M:UnityEngine.ParticleSystem.Simulate(System.Single,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: ParticleSystem.Simulate(float, bool, bool, bool)
  type: Method
- uid: UnityEngine.ParticleSystem.Simulate(System.Single,System.Boolean,System.Boolean)
  name: Simulate(float, bool, bool)
  fullName: UnityEngine.ParticleSystem.Simulate(float, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Simulate.html
  commentId: M:UnityEngine.ParticleSystem.Simulate(System.Single,System.Boolean,System.Boolean)
  nameWithType: ParticleSystem.Simulate(float, bool, bool)
  type: Method
- uid: UnityEngine.ParticleSystem.Simulate(System.Single,System.Boolean)
  name: Simulate(float, bool)
  fullName: UnityEngine.ParticleSystem.Simulate(float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Simulate.html
  commentId: M:UnityEngine.ParticleSystem.Simulate(System.Single,System.Boolean)
  nameWithType: ParticleSystem.Simulate(float, bool)
  type: Method
- uid: UnityEngine.ParticleSystem.Simulate(System.Single)
  name: Simulate(float)
  fullName: UnityEngine.ParticleSystem.Simulate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Simulate.html
  commentId: M:UnityEngine.ParticleSystem.Simulate(System.Single)
  nameWithType: ParticleSystem.Simulate(float)
  type: Method
- uid: UnityEngine.ParticleSystem.simulationSpace
  name: simulationSpace
  fullName: UnityEngine.ParticleSystem.simulationSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-simulationSpace.html
  commentId: P:UnityEngine.ParticleSystem.simulationSpace
  nameWithType: ParticleSystem.simulationSpace
  type: Property
- uid: UnityEngine.ParticleSystem.sizeBySpeed
  name: sizeBySpeed
  fullName: UnityEngine.ParticleSystem.sizeBySpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-sizeBySpeed.html
  commentId: P:UnityEngine.ParticleSystem.sizeBySpeed
  nameWithType: ParticleSystem.sizeBySpeed
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule
  name: ParticleSystem.SizeBySpeedModule
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule.html
  commentId: T:UnityEngine.ParticleSystem.SizeBySpeedModule
  nameWithType: ParticleSystem.SizeBySpeedModule
  type: Struct
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.enabled
  nameWithType: ParticleSystem.SizeBySpeedModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.range
  name: range
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-range.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.range
  nameWithType: ParticleSystem.SizeBySpeedModule.range
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.separateAxes
  name: separateAxes
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.separateAxes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-separateAxes.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.separateAxes
  nameWithType: ParticleSystem.SizeBySpeedModule.separateAxes
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.size
  name: size
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-size.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.size
  nameWithType: ParticleSystem.SizeBySpeedModule.size
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.sizeMultiplier
  name: sizeMultiplier
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.sizeMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-sizeMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.sizeMultiplier
  nameWithType: ParticleSystem.SizeBySpeedModule.sizeMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.x
  name: x
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-x.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.x
  nameWithType: ParticleSystem.SizeBySpeedModule.x
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.xMultiplier
  name: xMultiplier
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.xMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-xMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.xMultiplier
  nameWithType: ParticleSystem.SizeBySpeedModule.xMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.y
  name: y
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-y.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.y
  nameWithType: ParticleSystem.SizeBySpeedModule.y
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.yMultiplier
  name: yMultiplier
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.yMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-yMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.yMultiplier
  nameWithType: ParticleSystem.SizeBySpeedModule.yMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.z
  name: z
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-z.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.z
  nameWithType: ParticleSystem.SizeBySpeedModule.z
  type: Property
- uid: UnityEngine.ParticleSystem.SizeBySpeedModule.zMultiplier
  name: zMultiplier
  fullName: UnityEngine.ParticleSystem.SizeBySpeedModule.zMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeBySpeedModule-zMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.SizeBySpeedModule.zMultiplier
  nameWithType: ParticleSystem.SizeBySpeedModule.zMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.sizeOverLifetime
  name: sizeOverLifetime
  fullName: UnityEngine.ParticleSystem.sizeOverLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-sizeOverLifetime.html
  commentId: P:UnityEngine.ParticleSystem.sizeOverLifetime
  nameWithType: ParticleSystem.sizeOverLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule
  name: ParticleSystem.SizeOverLifetimeModule
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule.html
  commentId: T:UnityEngine.ParticleSystem.SizeOverLifetimeModule
  nameWithType: ParticleSystem.SizeOverLifetimeModule
  type: Struct
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.enabled
  nameWithType: ParticleSystem.SizeOverLifetimeModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.separateAxes
  name: separateAxes
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.separateAxes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-separateAxes.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.separateAxes
  nameWithType: ParticleSystem.SizeOverLifetimeModule.separateAxes
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.size
  name: size
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-size.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.size
  nameWithType: ParticleSystem.SizeOverLifetimeModule.size
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.sizeMultiplier
  name: sizeMultiplier
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.sizeMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-sizeMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.sizeMultiplier
  nameWithType: ParticleSystem.SizeOverLifetimeModule.sizeMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.x
  name: x
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-x.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.x
  nameWithType: ParticleSystem.SizeOverLifetimeModule.x
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.xMultiplier
  name: xMultiplier
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.xMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-xMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.xMultiplier
  nameWithType: ParticleSystem.SizeOverLifetimeModule.xMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.y
  name: y
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-y.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.y
  nameWithType: ParticleSystem.SizeOverLifetimeModule.y
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.yMultiplier
  name: yMultiplier
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.yMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-yMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.yMultiplier
  nameWithType: ParticleSystem.SizeOverLifetimeModule.yMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.z
  name: z
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-z.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.z
  nameWithType: ParticleSystem.SizeOverLifetimeModule.z
  type: Property
- uid: UnityEngine.ParticleSystem.SizeOverLifetimeModule.zMultiplier
  name: zMultiplier
  fullName: UnityEngine.ParticleSystem.SizeOverLifetimeModule.zMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SizeOverLifetimeModule-zMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.SizeOverLifetimeModule.zMultiplier
  nameWithType: ParticleSystem.SizeOverLifetimeModule.zMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.startColor
  name: startColor
  fullName: UnityEngine.ParticleSystem.startColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-startColor.html
  commentId: P:UnityEngine.ParticleSystem.startColor
  nameWithType: ParticleSystem.startColor
  type: Property
- uid: UnityEngine.ParticleSystem.startDelay
  name: startDelay
  fullName: UnityEngine.ParticleSystem.startDelay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-startDelay.html
  commentId: P:UnityEngine.ParticleSystem.startDelay
  nameWithType: ParticleSystem.startDelay
  type: Property
- uid: UnityEngine.ParticleSystem.startLifetime
  name: startLifetime
  fullName: UnityEngine.ParticleSystem.startLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-startLifetime.html
  commentId: P:UnityEngine.ParticleSystem.startLifetime
  nameWithType: ParticleSystem.startLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.startRotation
  name: startRotation
  fullName: UnityEngine.ParticleSystem.startRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-startRotation.html
  commentId: P:UnityEngine.ParticleSystem.startRotation
  nameWithType: ParticleSystem.startRotation
  type: Property
- uid: UnityEngine.ParticleSystem.startRotation3D
  name: startRotation3D
  fullName: UnityEngine.ParticleSystem.startRotation3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-startRotation3D.html
  commentId: P:UnityEngine.ParticleSystem.startRotation3D
  nameWithType: ParticleSystem.startRotation3D
  type: Property
- uid: UnityEngine.ParticleSystem.startSize
  name: startSize
  fullName: UnityEngine.ParticleSystem.startSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-startSize.html
  commentId: P:UnityEngine.ParticleSystem.startSize
  nameWithType: ParticleSystem.startSize
  type: Property
- uid: UnityEngine.ParticleSystem.startSpeed
  name: startSpeed
  fullName: UnityEngine.ParticleSystem.startSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-startSpeed.html
  commentId: P:UnityEngine.ParticleSystem.startSpeed
  nameWithType: ParticleSystem.startSpeed
  type: Property
- uid: UnityEngine.ParticleSystem.Stop
  name: Stop()
  fullName: UnityEngine.ParticleSystem.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Stop.html
  commentId: M:UnityEngine.ParticleSystem.Stop
  nameWithType: ParticleSystem.Stop()
  type: Method
- uid: UnityEngine.ParticleSystem.Stop(System.Boolean,UnityEngine.ParticleSystemStopBehavior)
  name: Stop(bool, ParticleSystemStopBehavior)
  fullName: UnityEngine.ParticleSystem.Stop(bool, UnityEngine.ParticleSystemStopBehavior)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Stop.html
  commentId: M:UnityEngine.ParticleSystem.Stop(System.Boolean,UnityEngine.ParticleSystemStopBehavior)
  nameWithType: ParticleSystem.Stop(bool, ParticleSystemStopBehavior)
  type: Method
- uid: UnityEngine.ParticleSystem.Stop(System.Boolean)
  name: Stop(bool)
  fullName: UnityEngine.ParticleSystem.Stop(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.Stop.html
  commentId: M:UnityEngine.ParticleSystem.Stop(System.Boolean)
  nameWithType: ParticleSystem.Stop(bool)
  type: Method
- uid: UnityEngine.ParticleSystem.subEmitters
  name: subEmitters
  fullName: UnityEngine.ParticleSystem.subEmitters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-subEmitters.html
  commentId: P:UnityEngine.ParticleSystem.subEmitters
  nameWithType: ParticleSystem.subEmitters
  type: Property
- uid: UnityEngine.ParticleSystem.SubEmittersModule
  name: ParticleSystem.SubEmittersModule
  fullName: UnityEngine.ParticleSystem.SubEmittersModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.html
  commentId: T:UnityEngine.ParticleSystem.SubEmittersModule
  nameWithType: ParticleSystem.SubEmittersModule
  type: Struct
- uid: UnityEngine.ParticleSystem.SubEmittersModule.AddSubEmitter(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemSubEmitterType,UnityEngine.ParticleSystemSubEmitterProperties)
  name: AddSubEmitter(ParticleSystem, ParticleSystemSubEmitterType, ParticleSystemSubEmitterProperties)
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.AddSubEmitter(UnityEngine.ParticleSystem, UnityEngine.ParticleSystemSubEmitterType, UnityEngine.ParticleSystemSubEmitterProperties)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.AddSubEmitter.html
  commentId: M:UnityEngine.ParticleSystem.SubEmittersModule.AddSubEmitter(UnityEngine.ParticleSystem,UnityEngine.ParticleSystemSubEmitterType,UnityEngine.ParticleSystemSubEmitterProperties)
  nameWithType: ParticleSystem.SubEmittersModule.AddSubEmitter(ParticleSystem, ParticleSystemSubEmitterType, ParticleSystemSubEmitterProperties)
  type: Method
- uid: UnityEngine.ParticleSystem.SubEmittersModule.birth0
  name: birth0
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.birth0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule-birth0.html
  commentId: P:UnityEngine.ParticleSystem.SubEmittersModule.birth0
  nameWithType: ParticleSystem.SubEmittersModule.birth0
  type: Property
- uid: UnityEngine.ParticleSystem.SubEmittersModule.birth1
  name: birth1
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.birth1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule-birth1.html
  commentId: P:UnityEngine.ParticleSystem.SubEmittersModule.birth1
  nameWithType: ParticleSystem.SubEmittersModule.birth1
  type: Property
- uid: UnityEngine.ParticleSystem.SubEmittersModule.collision0
  name: collision0
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.collision0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule-collision0.html
  commentId: P:UnityEngine.ParticleSystem.SubEmittersModule.collision0
  nameWithType: ParticleSystem.SubEmittersModule.collision0
  type: Property
- uid: UnityEngine.ParticleSystem.SubEmittersModule.collision1
  name: collision1
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.collision1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule-collision1.html
  commentId: P:UnityEngine.ParticleSystem.SubEmittersModule.collision1
  nameWithType: ParticleSystem.SubEmittersModule.collision1
  type: Property
- uid: UnityEngine.ParticleSystem.SubEmittersModule.death0
  name: death0
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.death0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule-death0.html
  commentId: P:UnityEngine.ParticleSystem.SubEmittersModule.death0
  nameWithType: ParticleSystem.SubEmittersModule.death0
  type: Property
- uid: UnityEngine.ParticleSystem.SubEmittersModule.death1
  name: death1
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.death1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule-death1.html
  commentId: P:UnityEngine.ParticleSystem.SubEmittersModule.death1
  nameWithType: ParticleSystem.SubEmittersModule.death1
  type: Property
- uid: UnityEngine.ParticleSystem.SubEmittersModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.SubEmittersModule.enabled
  nameWithType: ParticleSystem.SubEmittersModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterProperties(System.Int32)
  name: GetSubEmitterProperties(int)
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterProperties(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.GetSubEmitterProperties.html
  commentId: M:UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterProperties(System.Int32)
  nameWithType: ParticleSystem.SubEmittersModule.GetSubEmitterProperties(int)
  type: Method
- uid: UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterSystem(System.Int32)
  name: GetSubEmitterSystem(int)
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterSystem(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.GetSubEmitterSystem.html
  commentId: M:UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterSystem(System.Int32)
  nameWithType: ParticleSystem.SubEmittersModule.GetSubEmitterSystem(int)
  type: Method
- uid: UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterType(System.Int32)
  name: GetSubEmitterType(int)
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterType(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.GetSubEmitterType.html
  commentId: M:UnityEngine.ParticleSystem.SubEmittersModule.GetSubEmitterType(System.Int32)
  nameWithType: ParticleSystem.SubEmittersModule.GetSubEmitterType(int)
  type: Method
- uid: UnityEngine.ParticleSystem.SubEmittersModule.RemoveSubEmitter(System.Int32)
  name: RemoveSubEmitter(int)
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.RemoveSubEmitter(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.RemoveSubEmitter.html
  commentId: M:UnityEngine.ParticleSystem.SubEmittersModule.RemoveSubEmitter(System.Int32)
  nameWithType: ParticleSystem.SubEmittersModule.RemoveSubEmitter(int)
  type: Method
- uid: UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterProperties(System.Int32,UnityEngine.ParticleSystemSubEmitterProperties)
  name: SetSubEmitterProperties(int, ParticleSystemSubEmitterProperties)
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterProperties(int, UnityEngine.ParticleSystemSubEmitterProperties)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.SetSubEmitterProperties.html
  commentId: M:UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterProperties(System.Int32,UnityEngine.ParticleSystemSubEmitterProperties)
  nameWithType: ParticleSystem.SubEmittersModule.SetSubEmitterProperties(int, ParticleSystemSubEmitterProperties)
  type: Method
- uid: UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterSystem(System.Int32,UnityEngine.ParticleSystem)
  name: SetSubEmitterSystem(int, ParticleSystem)
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterSystem(int, UnityEngine.ParticleSystem)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.SetSubEmitterSystem.html
  commentId: M:UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterSystem(System.Int32,UnityEngine.ParticleSystem)
  nameWithType: ParticleSystem.SubEmittersModule.SetSubEmitterSystem(int, ParticleSystem)
  type: Method
- uid: UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterType(System.Int32,UnityEngine.ParticleSystemSubEmitterType)
  name: SetSubEmitterType(int, ParticleSystemSubEmitterType)
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterType(int, UnityEngine.ParticleSystemSubEmitterType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule.SetSubEmitterType.html
  commentId: M:UnityEngine.ParticleSystem.SubEmittersModule.SetSubEmitterType(System.Int32,UnityEngine.ParticleSystemSubEmitterType)
  nameWithType: ParticleSystem.SubEmittersModule.SetSubEmitterType(int, ParticleSystemSubEmitterType)
  type: Method
- uid: UnityEngine.ParticleSystem.SubEmittersModule.subEmittersCount
  name: subEmittersCount
  fullName: UnityEngine.ParticleSystem.SubEmittersModule.subEmittersCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.SubEmittersModule-subEmittersCount.html
  commentId: P:UnityEngine.ParticleSystem.SubEmittersModule.subEmittersCount
  nameWithType: ParticleSystem.SubEmittersModule.subEmittersCount
  type: Property
- uid: UnityEngine.ParticleSystem.textureSheetAnimation
  name: textureSheetAnimation
  fullName: UnityEngine.ParticleSystem.textureSheetAnimation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-textureSheetAnimation.html
  commentId: P:UnityEngine.ParticleSystem.textureSheetAnimation
  nameWithType: ParticleSystem.textureSheetAnimation
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule
  name: ParticleSystem.TextureSheetAnimationModule
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule.html
  commentId: T:UnityEngine.ParticleSystem.TextureSheetAnimationModule
  nameWithType: ParticleSystem.TextureSheetAnimationModule
  type: Struct
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.AddSprite(UnityEngine.Sprite)
  name: AddSprite(Sprite)
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.AddSprite(UnityEngine.Sprite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule.AddSprite.html
  commentId: M:UnityEngine.ParticleSystem.TextureSheetAnimationModule.AddSprite(UnityEngine.Sprite)
  nameWithType: ParticleSystem.TextureSheetAnimationModule.AddSprite(Sprite)
  type: Method
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.animation
  name: animation
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.animation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-animation.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.animation
  nameWithType: ParticleSystem.TextureSheetAnimationModule.animation
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.cycleCount
  name: cycleCount
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.cycleCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-cycleCount.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.cycleCount
  nameWithType: ParticleSystem.TextureSheetAnimationModule.cycleCount
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.enabled
  nameWithType: ParticleSystem.TextureSheetAnimationModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.flipU
  name: flipU
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.flipU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-flipU.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.flipU
  nameWithType: ParticleSystem.TextureSheetAnimationModule.flipU
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.flipV
  name: flipV
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.flipV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-flipV.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.flipV
  nameWithType: ParticleSystem.TextureSheetAnimationModule.flipV
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.frameOverTime
  name: frameOverTime
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.frameOverTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-frameOverTime.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.frameOverTime
  nameWithType: ParticleSystem.TextureSheetAnimationModule.frameOverTime
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.frameOverTimeMultiplier
  name: frameOverTimeMultiplier
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.frameOverTimeMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-frameOverTimeMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.frameOverTimeMultiplier
  nameWithType: ParticleSystem.TextureSheetAnimationModule.frameOverTimeMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.GetSprite(System.Int32)
  name: GetSprite(int)
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.GetSprite(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule.GetSprite.html
  commentId: M:UnityEngine.ParticleSystem.TextureSheetAnimationModule.GetSprite(System.Int32)
  nameWithType: ParticleSystem.TextureSheetAnimationModule.GetSprite(int)
  type: Method
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.mode
  name: mode
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-mode.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.mode
  nameWithType: ParticleSystem.TextureSheetAnimationModule.mode
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.numTilesX
  name: numTilesX
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.numTilesX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-numTilesX.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.numTilesX
  nameWithType: ParticleSystem.TextureSheetAnimationModule.numTilesX
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.numTilesY
  name: numTilesY
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.numTilesY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-numTilesY.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.numTilesY
  nameWithType: ParticleSystem.TextureSheetAnimationModule.numTilesY
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.RemoveSprite(System.Int32)
  name: RemoveSprite(int)
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.RemoveSprite(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule.RemoveSprite.html
  commentId: M:UnityEngine.ParticleSystem.TextureSheetAnimationModule.RemoveSprite(System.Int32)
  nameWithType: ParticleSystem.TextureSheetAnimationModule.RemoveSprite(int)
  type: Method
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.rowIndex
  name: rowIndex
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.rowIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-rowIndex.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.rowIndex
  nameWithType: ParticleSystem.TextureSheetAnimationModule.rowIndex
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.SetSprite(System.Int32,UnityEngine.Sprite)
  name: SetSprite(int, Sprite)
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.SetSprite(int, UnityEngine.Sprite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule.SetSprite.html
  commentId: M:UnityEngine.ParticleSystem.TextureSheetAnimationModule.SetSprite(System.Int32,UnityEngine.Sprite)
  nameWithType: ParticleSystem.TextureSheetAnimationModule.SetSprite(int, Sprite)
  type: Method
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.spriteCount
  name: spriteCount
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.spriteCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-spriteCount.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.spriteCount
  nameWithType: ParticleSystem.TextureSheetAnimationModule.spriteCount
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.startFrame
  name: startFrame
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.startFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-startFrame.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.startFrame
  nameWithType: ParticleSystem.TextureSheetAnimationModule.startFrame
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.startFrameMultiplier
  name: startFrameMultiplier
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.startFrameMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-startFrameMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.startFrameMultiplier
  nameWithType: ParticleSystem.TextureSheetAnimationModule.startFrameMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.useRandomRow
  name: useRandomRow
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.useRandomRow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-useRandomRow.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.useRandomRow
  nameWithType: ParticleSystem.TextureSheetAnimationModule.useRandomRow
  type: Property
- uid: UnityEngine.ParticleSystem.TextureSheetAnimationModule.uvChannelMask
  name: uvChannelMask
  fullName: UnityEngine.ParticleSystem.TextureSheetAnimationModule.uvChannelMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TextureSheetAnimationModule-uvChannelMask.html
  commentId: P:UnityEngine.ParticleSystem.TextureSheetAnimationModule.uvChannelMask
  nameWithType: ParticleSystem.TextureSheetAnimationModule.uvChannelMask
  type: Property
- uid: UnityEngine.ParticleSystem.time
  name: time
  fullName: UnityEngine.ParticleSystem.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-time.html
  commentId: P:UnityEngine.ParticleSystem.time
  nameWithType: ParticleSystem.time
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule
  name: ParticleSystem.TrailModule
  fullName: UnityEngine.ParticleSystem.TrailModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule.html
  commentId: T:UnityEngine.ParticleSystem.TrailModule
  nameWithType: ParticleSystem.TrailModule
  type: Struct
- uid: UnityEngine.ParticleSystem.TrailModule.colorOverLifetime
  name: colorOverLifetime
  fullName: UnityEngine.ParticleSystem.TrailModule.colorOverLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-colorOverLifetime.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.colorOverLifetime
  nameWithType: ParticleSystem.TrailModule.colorOverLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.colorOverTrail
  name: colorOverTrail
  fullName: UnityEngine.ParticleSystem.TrailModule.colorOverTrail
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-colorOverTrail.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.colorOverTrail
  nameWithType: ParticleSystem.TrailModule.colorOverTrail
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.dieWithParticles
  name: dieWithParticles
  fullName: UnityEngine.ParticleSystem.TrailModule.dieWithParticles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-dieWithParticles.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.dieWithParticles
  nameWithType: ParticleSystem.TrailModule.dieWithParticles
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.TrailModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.enabled
  nameWithType: ParticleSystem.TrailModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.generateLightingData
  name: generateLightingData
  fullName: UnityEngine.ParticleSystem.TrailModule.generateLightingData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-generateLightingData.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.generateLightingData
  nameWithType: ParticleSystem.TrailModule.generateLightingData
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.inheritParticleColor
  name: inheritParticleColor
  fullName: UnityEngine.ParticleSystem.TrailModule.inheritParticleColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-inheritParticleColor.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.inheritParticleColor
  nameWithType: ParticleSystem.TrailModule.inheritParticleColor
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.lifetime
  name: lifetime
  fullName: UnityEngine.ParticleSystem.TrailModule.lifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-lifetime.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.lifetime
  nameWithType: ParticleSystem.TrailModule.lifetime
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.lifetimeMultiplier
  name: lifetimeMultiplier
  fullName: UnityEngine.ParticleSystem.TrailModule.lifetimeMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-lifetimeMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.lifetimeMultiplier
  nameWithType: ParticleSystem.TrailModule.lifetimeMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.minVertexDistance
  name: minVertexDistance
  fullName: UnityEngine.ParticleSystem.TrailModule.minVertexDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-minVertexDistance.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.minVertexDistance
  nameWithType: ParticleSystem.TrailModule.minVertexDistance
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.ratio
  name: ratio
  fullName: UnityEngine.ParticleSystem.TrailModule.ratio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-ratio.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.ratio
  nameWithType: ParticleSystem.TrailModule.ratio
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.sizeAffectsLifetime
  name: sizeAffectsLifetime
  fullName: UnityEngine.ParticleSystem.TrailModule.sizeAffectsLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-sizeAffectsLifetime.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.sizeAffectsLifetime
  nameWithType: ParticleSystem.TrailModule.sizeAffectsLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.sizeAffectsWidth
  name: sizeAffectsWidth
  fullName: UnityEngine.ParticleSystem.TrailModule.sizeAffectsWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-sizeAffectsWidth.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.sizeAffectsWidth
  nameWithType: ParticleSystem.TrailModule.sizeAffectsWidth
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.textureMode
  name: textureMode
  fullName: UnityEngine.ParticleSystem.TrailModule.textureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-textureMode.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.textureMode
  nameWithType: ParticleSystem.TrailModule.textureMode
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.widthOverTrail
  name: widthOverTrail
  fullName: UnityEngine.ParticleSystem.TrailModule.widthOverTrail
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-widthOverTrail.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.widthOverTrail
  nameWithType: ParticleSystem.TrailModule.widthOverTrail
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.widthOverTrailMultiplier
  name: widthOverTrailMultiplier
  fullName: UnityEngine.ParticleSystem.TrailModule.widthOverTrailMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-widthOverTrailMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.widthOverTrailMultiplier
  nameWithType: ParticleSystem.TrailModule.widthOverTrailMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.TrailModule.worldSpace
  name: worldSpace
  fullName: UnityEngine.ParticleSystem.TrailModule.worldSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TrailModule-worldSpace.html
  commentId: P:UnityEngine.ParticleSystem.TrailModule.worldSpace
  nameWithType: ParticleSystem.TrailModule.worldSpace
  type: Property
- uid: UnityEngine.ParticleSystem.trails
  name: trails
  fullName: UnityEngine.ParticleSystem.trails
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-trails.html
  commentId: P:UnityEngine.ParticleSystem.trails
  nameWithType: ParticleSystem.trails
  type: Property
- uid: UnityEngine.ParticleSystem.trigger
  name: trigger
  fullName: UnityEngine.ParticleSystem.trigger
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-trigger.html
  commentId: P:UnityEngine.ParticleSystem.trigger
  nameWithType: ParticleSystem.trigger
  type: Property
- uid: UnityEngine.ParticleSystem.TriggerModule
  name: ParticleSystem.TriggerModule
  fullName: UnityEngine.ParticleSystem.TriggerModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule.html
  commentId: T:UnityEngine.ParticleSystem.TriggerModule
  nameWithType: ParticleSystem.TriggerModule
  type: Struct
- uid: UnityEngine.ParticleSystem.TriggerModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.TriggerModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.TriggerModule.enabled
  nameWithType: ParticleSystem.TriggerModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.TriggerModule.enter
  name: enter
  fullName: UnityEngine.ParticleSystem.TriggerModule.enter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule-enter.html
  commentId: P:UnityEngine.ParticleSystem.TriggerModule.enter
  nameWithType: ParticleSystem.TriggerModule.enter
  type: Property
- uid: UnityEngine.ParticleSystem.TriggerModule.exit
  name: exit
  fullName: UnityEngine.ParticleSystem.TriggerModule.exit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule-exit.html
  commentId: P:UnityEngine.ParticleSystem.TriggerModule.exit
  nameWithType: ParticleSystem.TriggerModule.exit
  type: Property
- uid: UnityEngine.ParticleSystem.TriggerModule.GetCollider(System.Int32)
  name: GetCollider(int)
  fullName: UnityEngine.ParticleSystem.TriggerModule.GetCollider(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule.GetCollider.html
  commentId: M:UnityEngine.ParticleSystem.TriggerModule.GetCollider(System.Int32)
  nameWithType: ParticleSystem.TriggerModule.GetCollider(int)
  type: Method
- uid: UnityEngine.ParticleSystem.TriggerModule.inside
  name: inside
  fullName: UnityEngine.ParticleSystem.TriggerModule.inside
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule-inside.html
  commentId: P:UnityEngine.ParticleSystem.TriggerModule.inside
  nameWithType: ParticleSystem.TriggerModule.inside
  type: Property
- uid: UnityEngine.ParticleSystem.TriggerModule.maxColliderCount
  name: maxColliderCount
  fullName: UnityEngine.ParticleSystem.TriggerModule.maxColliderCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule-maxColliderCount.html
  commentId: P:UnityEngine.ParticleSystem.TriggerModule.maxColliderCount
  nameWithType: ParticleSystem.TriggerModule.maxColliderCount
  type: Property
- uid: UnityEngine.ParticleSystem.TriggerModule.outside
  name: outside
  fullName: UnityEngine.ParticleSystem.TriggerModule.outside
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule-outside.html
  commentId: P:UnityEngine.ParticleSystem.TriggerModule.outside
  nameWithType: ParticleSystem.TriggerModule.outside
  type: Property
- uid: UnityEngine.ParticleSystem.TriggerModule.radiusScale
  name: radiusScale
  fullName: UnityEngine.ParticleSystem.TriggerModule.radiusScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule-radiusScale.html
  commentId: P:UnityEngine.ParticleSystem.TriggerModule.radiusScale
  nameWithType: ParticleSystem.TriggerModule.radiusScale
  type: Property
- uid: UnityEngine.ParticleSystem.TriggerModule.SetCollider(System.Int32,UnityEngine.Component)
  name: SetCollider(int, Component)
  fullName: UnityEngine.ParticleSystem.TriggerModule.SetCollider(int, UnityEngine.Component)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.TriggerModule.SetCollider.html
  commentId: M:UnityEngine.ParticleSystem.TriggerModule.SetCollider(System.Int32,UnityEngine.Component)
  nameWithType: ParticleSystem.TriggerModule.SetCollider(int, Component)
  type: Method
- uid: UnityEngine.ParticleSystem.useAutoRandomSeed
  name: useAutoRandomSeed
  fullName: UnityEngine.ParticleSystem.useAutoRandomSeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-useAutoRandomSeed.html
  commentId: P:UnityEngine.ParticleSystem.useAutoRandomSeed
  nameWithType: ParticleSystem.useAutoRandomSeed
  type: Property
- uid: UnityEngine.ParticleSystem.velocityOverLifetime
  name: velocityOverLifetime
  fullName: UnityEngine.ParticleSystem.velocityOverLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem-velocityOverLifetime.html
  commentId: P:UnityEngine.ParticleSystem.velocityOverLifetime
  nameWithType: ParticleSystem.velocityOverLifetime
  type: Property
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule
  name: ParticleSystem.VelocityOverLifetimeModule
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule.html
  commentId: T:UnityEngine.ParticleSystem.VelocityOverLifetimeModule
  nameWithType: ParticleSystem.VelocityOverLifetimeModule
  type: Struct
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.enabled
  name: enabled
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule-enabled.html
  commentId: P:UnityEngine.ParticleSystem.VelocityOverLifetimeModule.enabled
  nameWithType: ParticleSystem.VelocityOverLifetimeModule.enabled
  type: Property
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.space
  name: space
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.space
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule-space.html
  commentId: P:UnityEngine.ParticleSystem.VelocityOverLifetimeModule.space
  nameWithType: ParticleSystem.VelocityOverLifetimeModule.space
  type: Property
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.x
  name: x
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule-x.html
  commentId: P:UnityEngine.ParticleSystem.VelocityOverLifetimeModule.x
  nameWithType: ParticleSystem.VelocityOverLifetimeModule.x
  type: Property
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.xMultiplier
  name: xMultiplier
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.xMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule-xMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.VelocityOverLifetimeModule.xMultiplier
  nameWithType: ParticleSystem.VelocityOverLifetimeModule.xMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.y
  name: y
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule-y.html
  commentId: P:UnityEngine.ParticleSystem.VelocityOverLifetimeModule.y
  nameWithType: ParticleSystem.VelocityOverLifetimeModule.y
  type: Property
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.yMultiplier
  name: yMultiplier
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.yMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule-yMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.VelocityOverLifetimeModule.yMultiplier
  nameWithType: ParticleSystem.VelocityOverLifetimeModule.yMultiplier
  type: Property
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.z
  name: z
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule-z.html
  commentId: P:UnityEngine.ParticleSystem.VelocityOverLifetimeModule.z
  nameWithType: ParticleSystem.VelocityOverLifetimeModule.z
  type: Property
- uid: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.zMultiplier
  name: zMultiplier
  fullName: UnityEngine.ParticleSystem.VelocityOverLifetimeModule.zMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystem.VelocityOverLifetimeModule-zMultiplier.html
  commentId: P:UnityEngine.ParticleSystem.VelocityOverLifetimeModule.zMultiplier
  nameWithType: ParticleSystem.VelocityOverLifetimeModule.zMultiplier
  type: Property
- uid: UnityEngine.ParticleSystemAnimationMode
  name: ParticleSystemAnimationMode
  fullName: UnityEngine.ParticleSystemAnimationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemAnimationMode.html
  commentId: T:UnityEngine.ParticleSystemAnimationMode
  nameWithType: ParticleSystemAnimationMode
  type: Enum
- uid: UnityEngine.ParticleSystemAnimationMode.Grid
  name: Grid
  fullName: UnityEngine.ParticleSystemAnimationMode.Grid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemAnimationMode.Grid.html
  commentId: F:UnityEngine.ParticleSystemAnimationMode.Grid
  nameWithType: ParticleSystemAnimationMode.Grid
  type: Field
- uid: UnityEngine.ParticleSystemAnimationMode.Sprites
  name: Sprites
  fullName: UnityEngine.ParticleSystemAnimationMode.Sprites
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemAnimationMode.Sprites.html
  commentId: F:UnityEngine.ParticleSystemAnimationMode.Sprites
  nameWithType: ParticleSystemAnimationMode.Sprites
  type: Field
- uid: UnityEngine.ParticleSystemAnimationType
  name: ParticleSystemAnimationType
  fullName: UnityEngine.ParticleSystemAnimationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemAnimationType.html
  commentId: T:UnityEngine.ParticleSystemAnimationType
  nameWithType: ParticleSystemAnimationType
  type: Enum
- uid: UnityEngine.ParticleSystemAnimationType.SingleRow
  name: SingleRow
  fullName: UnityEngine.ParticleSystemAnimationType.SingleRow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemAnimationType.SingleRow.html
  commentId: F:UnityEngine.ParticleSystemAnimationType.SingleRow
  nameWithType: ParticleSystemAnimationType.SingleRow
  type: Field
- uid: UnityEngine.ParticleSystemAnimationType.WholeSheet
  name: WholeSheet
  fullName: UnityEngine.ParticleSystemAnimationType.WholeSheet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemAnimationType.WholeSheet.html
  commentId: F:UnityEngine.ParticleSystemAnimationType.WholeSheet
  nameWithType: ParticleSystemAnimationType.WholeSheet
  type: Field
- uid: UnityEngine.ParticleSystemCollisionMode
  name: ParticleSystemCollisionMode
  fullName: UnityEngine.ParticleSystemCollisionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionMode.html
  commentId: T:UnityEngine.ParticleSystemCollisionMode
  nameWithType: ParticleSystemCollisionMode
  type: Enum
- uid: UnityEngine.ParticleSystemCollisionMode.Collision2D
  name: Collision2D
  fullName: UnityEngine.ParticleSystemCollisionMode.Collision2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionMode.Collision2D.html
  commentId: F:UnityEngine.ParticleSystemCollisionMode.Collision2D
  nameWithType: ParticleSystemCollisionMode.Collision2D
  type: Field
- uid: UnityEngine.ParticleSystemCollisionMode.Collision3D
  name: Collision3D
  fullName: UnityEngine.ParticleSystemCollisionMode.Collision3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionMode.Collision3D.html
  commentId: F:UnityEngine.ParticleSystemCollisionMode.Collision3D
  nameWithType: ParticleSystemCollisionMode.Collision3D
  type: Field
- uid: UnityEngine.ParticleSystemCollisionQuality
  name: ParticleSystemCollisionQuality
  fullName: UnityEngine.ParticleSystemCollisionQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionQuality.html
  commentId: T:UnityEngine.ParticleSystemCollisionQuality
  nameWithType: ParticleSystemCollisionQuality
  type: Enum
- uid: UnityEngine.ParticleSystemCollisionQuality.High
  name: High
  fullName: UnityEngine.ParticleSystemCollisionQuality.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionQuality.High.html
  commentId: F:UnityEngine.ParticleSystemCollisionQuality.High
  nameWithType: ParticleSystemCollisionQuality.High
  type: Field
- uid: UnityEngine.ParticleSystemCollisionQuality.Low
  name: Low
  fullName: UnityEngine.ParticleSystemCollisionQuality.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionQuality.Low.html
  commentId: F:UnityEngine.ParticleSystemCollisionQuality.Low
  nameWithType: ParticleSystemCollisionQuality.Low
  type: Field
- uid: UnityEngine.ParticleSystemCollisionQuality.Medium
  name: Medium
  fullName: UnityEngine.ParticleSystemCollisionQuality.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionQuality.Medium.html
  commentId: F:UnityEngine.ParticleSystemCollisionQuality.Medium
  nameWithType: ParticleSystemCollisionQuality.Medium
  type: Field
- uid: UnityEngine.ParticleSystemCollisionType
  name: ParticleSystemCollisionType
  fullName: UnityEngine.ParticleSystemCollisionType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionType.html
  commentId: T:UnityEngine.ParticleSystemCollisionType
  nameWithType: ParticleSystemCollisionType
  type: Enum
- uid: UnityEngine.ParticleSystemCollisionType.Planes
  name: Planes
  fullName: UnityEngine.ParticleSystemCollisionType.Planes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionType.Planes.html
  commentId: F:UnityEngine.ParticleSystemCollisionType.Planes
  nameWithType: ParticleSystemCollisionType.Planes
  type: Field
- uid: UnityEngine.ParticleSystemCollisionType.World
  name: World
  fullName: UnityEngine.ParticleSystemCollisionType.World
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCollisionType.World.html
  commentId: F:UnityEngine.ParticleSystemCollisionType.World
  nameWithType: ParticleSystemCollisionType.World
  type: Field
- uid: UnityEngine.ParticleSystemCurveMode
  name: ParticleSystemCurveMode
  fullName: UnityEngine.ParticleSystemCurveMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCurveMode.html
  commentId: T:UnityEngine.ParticleSystemCurveMode
  nameWithType: ParticleSystemCurveMode
  type: Enum
- uid: UnityEngine.ParticleSystemCurveMode.Constant
  name: Constant
  fullName: UnityEngine.ParticleSystemCurveMode.Constant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCurveMode.Constant.html
  commentId: F:UnityEngine.ParticleSystemCurveMode.Constant
  nameWithType: ParticleSystemCurveMode.Constant
  type: Field
- uid: UnityEngine.ParticleSystemCurveMode.Curve
  name: Curve
  fullName: UnityEngine.ParticleSystemCurveMode.Curve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCurveMode.Curve.html
  commentId: F:UnityEngine.ParticleSystemCurveMode.Curve
  nameWithType: ParticleSystemCurveMode.Curve
  type: Field
- uid: UnityEngine.ParticleSystemCurveMode.TwoConstants
  name: TwoConstants
  fullName: UnityEngine.ParticleSystemCurveMode.TwoConstants
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCurveMode.TwoConstants.html
  commentId: F:UnityEngine.ParticleSystemCurveMode.TwoConstants
  nameWithType: ParticleSystemCurveMode.TwoConstants
  type: Field
- uid: UnityEngine.ParticleSystemCurveMode.TwoCurves
  name: TwoCurves
  fullName: UnityEngine.ParticleSystemCurveMode.TwoCurves
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCurveMode.TwoCurves.html
  commentId: F:UnityEngine.ParticleSystemCurveMode.TwoCurves
  nameWithType: ParticleSystemCurveMode.TwoCurves
  type: Field
- uid: UnityEngine.ParticleSystemCustomData
  name: ParticleSystemCustomData
  fullName: UnityEngine.ParticleSystemCustomData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCustomData.html
  commentId: T:UnityEngine.ParticleSystemCustomData
  nameWithType: ParticleSystemCustomData
  type: Enum
- uid: UnityEngine.ParticleSystemCustomData.Custom1
  name: Custom1
  fullName: UnityEngine.ParticleSystemCustomData.Custom1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCustomData.Custom1.html
  commentId: F:UnityEngine.ParticleSystemCustomData.Custom1
  nameWithType: ParticleSystemCustomData.Custom1
  type: Field
- uid: UnityEngine.ParticleSystemCustomData.Custom2
  name: Custom2
  fullName: UnityEngine.ParticleSystemCustomData.Custom2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCustomData.Custom2.html
  commentId: F:UnityEngine.ParticleSystemCustomData.Custom2
  nameWithType: ParticleSystemCustomData.Custom2
  type: Field
- uid: UnityEngine.ParticleSystemCustomDataMode
  name: ParticleSystemCustomDataMode
  fullName: UnityEngine.ParticleSystemCustomDataMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCustomDataMode.html
  commentId: T:UnityEngine.ParticleSystemCustomDataMode
  nameWithType: ParticleSystemCustomDataMode
  type: Enum
- uid: UnityEngine.ParticleSystemCustomDataMode.Color
  name: Color
  fullName: UnityEngine.ParticleSystemCustomDataMode.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCustomDataMode.Color.html
  commentId: F:UnityEngine.ParticleSystemCustomDataMode.Color
  nameWithType: ParticleSystemCustomDataMode.Color
  type: Field
- uid: UnityEngine.ParticleSystemCustomDataMode.Disabled
  name: Disabled
  fullName: UnityEngine.ParticleSystemCustomDataMode.Disabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCustomDataMode.Disabled.html
  commentId: F:UnityEngine.ParticleSystemCustomDataMode.Disabled
  nameWithType: ParticleSystemCustomDataMode.Disabled
  type: Field
- uid: UnityEngine.ParticleSystemCustomDataMode.Vector
  name: Vector
  fullName: UnityEngine.ParticleSystemCustomDataMode.Vector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemCustomDataMode.Vector.html
  commentId: F:UnityEngine.ParticleSystemCustomDataMode.Vector
  nameWithType: ParticleSystemCustomDataMode.Vector
  type: Field
- uid: UnityEngine.ParticleSystemEmissionType
  name: ParticleSystemEmissionType
  fullName: UnityEngine.ParticleSystemEmissionType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemEmissionType.html
  commentId: T:UnityEngine.ParticleSystemEmissionType
  nameWithType: ParticleSystemEmissionType
  type: Enum
- uid: UnityEngine.ParticleSystemEmissionType.Distance
  name: Distance
  fullName: UnityEngine.ParticleSystemEmissionType.Distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemEmissionType.Distance.html
  commentId: F:UnityEngine.ParticleSystemEmissionType.Distance
  nameWithType: ParticleSystemEmissionType.Distance
  type: Field
- uid: UnityEngine.ParticleSystemEmissionType.Time
  name: Time
  fullName: UnityEngine.ParticleSystemEmissionType.Time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemEmissionType.Time.html
  commentId: F:UnityEngine.ParticleSystemEmissionType.Time
  nameWithType: ParticleSystemEmissionType.Time
  type: Field
- uid: UnityEngine.ParticleSystemEmitterVelocityMode
  name: ParticleSystemEmitterVelocityMode
  fullName: UnityEngine.ParticleSystemEmitterVelocityMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemEmitterVelocityMode.html
  commentId: T:UnityEngine.ParticleSystemEmitterVelocityMode
  nameWithType: ParticleSystemEmitterVelocityMode
  type: Enum
- uid: UnityEngine.ParticleSystemEmitterVelocityMode.Rigidbody
  name: Rigidbody
  fullName: UnityEngine.ParticleSystemEmitterVelocityMode.Rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemEmitterVelocityMode.Rigidbody.html
  commentId: F:UnityEngine.ParticleSystemEmitterVelocityMode.Rigidbody
  nameWithType: ParticleSystemEmitterVelocityMode.Rigidbody
  type: Field
- uid: UnityEngine.ParticleSystemEmitterVelocityMode.Transform
  name: Transform
  fullName: UnityEngine.ParticleSystemEmitterVelocityMode.Transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemEmitterVelocityMode.Transform.html
  commentId: F:UnityEngine.ParticleSystemEmitterVelocityMode.Transform
  nameWithType: ParticleSystemEmitterVelocityMode.Transform
  type: Field
- uid: UnityEngine.ParticleSystemGradientMode
  name: ParticleSystemGradientMode
  fullName: UnityEngine.ParticleSystemGradientMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemGradientMode.html
  commentId: T:UnityEngine.ParticleSystemGradientMode
  nameWithType: ParticleSystemGradientMode
  type: Enum
- uid: UnityEngine.ParticleSystemGradientMode.Color
  name: Color
  fullName: UnityEngine.ParticleSystemGradientMode.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemGradientMode.Color.html
  commentId: F:UnityEngine.ParticleSystemGradientMode.Color
  nameWithType: ParticleSystemGradientMode.Color
  type: Field
- uid: UnityEngine.ParticleSystemGradientMode.Gradient
  name: Gradient
  fullName: UnityEngine.ParticleSystemGradientMode.Gradient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemGradientMode.Gradient.html
  commentId: F:UnityEngine.ParticleSystemGradientMode.Gradient
  nameWithType: ParticleSystemGradientMode.Gradient
  type: Field
- uid: UnityEngine.ParticleSystemGradientMode.RandomColor
  name: RandomColor
  fullName: UnityEngine.ParticleSystemGradientMode.RandomColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemGradientMode.RandomColor.html
  commentId: F:UnityEngine.ParticleSystemGradientMode.RandomColor
  nameWithType: ParticleSystemGradientMode.RandomColor
  type: Field
- uid: UnityEngine.ParticleSystemGradientMode.TwoColors
  name: TwoColors
  fullName: UnityEngine.ParticleSystemGradientMode.TwoColors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemGradientMode.TwoColors.html
  commentId: F:UnityEngine.ParticleSystemGradientMode.TwoColors
  nameWithType: ParticleSystemGradientMode.TwoColors
  type: Field
- uid: UnityEngine.ParticleSystemGradientMode.TwoGradients
  name: TwoGradients
  fullName: UnityEngine.ParticleSystemGradientMode.TwoGradients
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemGradientMode.TwoGradients.html
  commentId: F:UnityEngine.ParticleSystemGradientMode.TwoGradients
  nameWithType: ParticleSystemGradientMode.TwoGradients
  type: Field
- uid: UnityEngine.ParticleSystemInheritVelocityMode
  name: ParticleSystemInheritVelocityMode
  fullName: UnityEngine.ParticleSystemInheritVelocityMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemInheritVelocityMode.html
  commentId: T:UnityEngine.ParticleSystemInheritVelocityMode
  nameWithType: ParticleSystemInheritVelocityMode
  type: Enum
- uid: UnityEngine.ParticleSystemInheritVelocityMode.Current
  name: Current
  fullName: UnityEngine.ParticleSystemInheritVelocityMode.Current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemInheritVelocityMode.Current.html
  commentId: F:UnityEngine.ParticleSystemInheritVelocityMode.Current
  nameWithType: ParticleSystemInheritVelocityMode.Current
  type: Field
- uid: UnityEngine.ParticleSystemInheritVelocityMode.Initial
  name: Initial
  fullName: UnityEngine.ParticleSystemInheritVelocityMode.Initial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemInheritVelocityMode.Initial.html
  commentId: F:UnityEngine.ParticleSystemInheritVelocityMode.Initial
  nameWithType: ParticleSystemInheritVelocityMode.Initial
  type: Field
- uid: UnityEngine.ParticleSystemMeshShapeType
  name: ParticleSystemMeshShapeType
  fullName: UnityEngine.ParticleSystemMeshShapeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemMeshShapeType.html
  commentId: T:UnityEngine.ParticleSystemMeshShapeType
  nameWithType: ParticleSystemMeshShapeType
  type: Enum
- uid: UnityEngine.ParticleSystemMeshShapeType.Edge
  name: Edge
  fullName: UnityEngine.ParticleSystemMeshShapeType.Edge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemMeshShapeType.Edge.html
  commentId: F:UnityEngine.ParticleSystemMeshShapeType.Edge
  nameWithType: ParticleSystemMeshShapeType.Edge
  type: Field
- uid: UnityEngine.ParticleSystemMeshShapeType.Triangle
  name: Triangle
  fullName: UnityEngine.ParticleSystemMeshShapeType.Triangle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemMeshShapeType.Triangle.html
  commentId: F:UnityEngine.ParticleSystemMeshShapeType.Triangle
  nameWithType: ParticleSystemMeshShapeType.Triangle
  type: Field
- uid: UnityEngine.ParticleSystemMeshShapeType.Vertex
  name: Vertex
  fullName: UnityEngine.ParticleSystemMeshShapeType.Vertex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemMeshShapeType.Vertex.html
  commentId: F:UnityEngine.ParticleSystemMeshShapeType.Vertex
  nameWithType: ParticleSystemMeshShapeType.Vertex
  type: Field
- uid: UnityEngine.ParticleSystemNoiseQuality
  name: ParticleSystemNoiseQuality
  fullName: UnityEngine.ParticleSystemNoiseQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemNoiseQuality.html
  commentId: T:UnityEngine.ParticleSystemNoiseQuality
  nameWithType: ParticleSystemNoiseQuality
  type: Enum
- uid: UnityEngine.ParticleSystemNoiseQuality.High
  name: High
  fullName: UnityEngine.ParticleSystemNoiseQuality.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemNoiseQuality.High.html
  commentId: F:UnityEngine.ParticleSystemNoiseQuality.High
  nameWithType: ParticleSystemNoiseQuality.High
  type: Field
- uid: UnityEngine.ParticleSystemNoiseQuality.Low
  name: Low
  fullName: UnityEngine.ParticleSystemNoiseQuality.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemNoiseQuality.Low.html
  commentId: F:UnityEngine.ParticleSystemNoiseQuality.Low
  nameWithType: ParticleSystemNoiseQuality.Low
  type: Field
- uid: UnityEngine.ParticleSystemNoiseQuality.Medium
  name: Medium
  fullName: UnityEngine.ParticleSystemNoiseQuality.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemNoiseQuality.Medium.html
  commentId: F:UnityEngine.ParticleSystemNoiseQuality.Medium
  nameWithType: ParticleSystemNoiseQuality.Medium
  type: Field
- uid: UnityEngine.ParticleSystemOverlapAction
  name: ParticleSystemOverlapAction
  fullName: UnityEngine.ParticleSystemOverlapAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemOverlapAction.html
  commentId: T:UnityEngine.ParticleSystemOverlapAction
  nameWithType: ParticleSystemOverlapAction
  type: Enum
- uid: UnityEngine.ParticleSystemOverlapAction.Callback
  name: Callback
  fullName: UnityEngine.ParticleSystemOverlapAction.Callback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemOverlapAction.Callback.html
  commentId: F:UnityEngine.ParticleSystemOverlapAction.Callback
  nameWithType: ParticleSystemOverlapAction.Callback
  type: Field
- uid: UnityEngine.ParticleSystemOverlapAction.Ignore
  name: Ignore
  fullName: UnityEngine.ParticleSystemOverlapAction.Ignore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemOverlapAction.Ignore.html
  commentId: F:UnityEngine.ParticleSystemOverlapAction.Ignore
  nameWithType: ParticleSystemOverlapAction.Ignore
  type: Field
- uid: UnityEngine.ParticleSystemOverlapAction.Kill
  name: Kill
  fullName: UnityEngine.ParticleSystemOverlapAction.Kill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemOverlapAction.Kill.html
  commentId: F:UnityEngine.ParticleSystemOverlapAction.Kill
  nameWithType: ParticleSystemOverlapAction.Kill
  type: Field
- uid: UnityEngine.ParticleSystemRenderer
  name: ParticleSystemRenderer
  fullName: UnityEngine.ParticleSystemRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.html
  commentId: T:UnityEngine.ParticleSystemRenderer
  nameWithType: ParticleSystemRenderer
  type: Class
- uid: UnityEngine.ParticleSystemRenderer.activeVertexStreamsCount
  name: activeVertexStreamsCount
  fullName: UnityEngine.ParticleSystemRenderer.activeVertexStreamsCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-activeVertexStreamsCount.html
  commentId: P:UnityEngine.ParticleSystemRenderer.activeVertexStreamsCount
  nameWithType: ParticleSystemRenderer.activeVertexStreamsCount
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.alignment
  name: alignment
  fullName: UnityEngine.ParticleSystemRenderer.alignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-alignment.html
  commentId: P:UnityEngine.ParticleSystemRenderer.alignment
  nameWithType: ParticleSystemRenderer.alignment
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.AreVertexStreamsEnabled(UnityEngine.ParticleSystemVertexStreams)
  name: AreVertexStreamsEnabled(ParticleSystemVertexStreams)
  fullName: UnityEngine.ParticleSystemRenderer.AreVertexStreamsEnabled(UnityEngine.ParticleSystemVertexStreams)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.AreVertexStreamsEnabled.html
  commentId: M:UnityEngine.ParticleSystemRenderer.AreVertexStreamsEnabled(UnityEngine.ParticleSystemVertexStreams)
  nameWithType: ParticleSystemRenderer.AreVertexStreamsEnabled(ParticleSystemVertexStreams)
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.cameraVelocityScale
  name: cameraVelocityScale
  fullName: UnityEngine.ParticleSystemRenderer.cameraVelocityScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-cameraVelocityScale.html
  commentId: P:UnityEngine.ParticleSystemRenderer.cameraVelocityScale
  nameWithType: ParticleSystemRenderer.cameraVelocityScale
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.DisableVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  name: DisableVertexStreams(ParticleSystemVertexStreams)
  fullName: UnityEngine.ParticleSystemRenderer.DisableVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.DisableVertexStreams.html
  commentId: M:UnityEngine.ParticleSystemRenderer.DisableVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  nameWithType: ParticleSystemRenderer.DisableVertexStreams(ParticleSystemVertexStreams)
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.EnableVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  name: EnableVertexStreams(ParticleSystemVertexStreams)
  fullName: UnityEngine.ParticleSystemRenderer.EnableVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.EnableVertexStreams.html
  commentId: M:UnityEngine.ParticleSystemRenderer.EnableVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  nameWithType: ParticleSystemRenderer.EnableVertexStreams(ParticleSystemVertexStreams)
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.GetActiveVertexStreams(System.Collections.Generic.List{UnityEngine.ParticleSystemVertexStream})
  name: GetActiveVertexStreams(List<ParticleSystemVertexStream>)
  fullName: UnityEngine.ParticleSystemRenderer.GetActiveVertexStreams(System.Collections.Generic.List<UnityEngine.ParticleSystemVertexStream>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.GetActiveVertexStreams.html
  commentId: M:UnityEngine.ParticleSystemRenderer.GetActiveVertexStreams(System.Collections.Generic.List{UnityEngine.ParticleSystemVertexStream})
  nameWithType: ParticleSystemRenderer.GetActiveVertexStreams(List<ParticleSystemVertexStream>)
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.GetEnabledVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  name: GetEnabledVertexStreams(ParticleSystemVertexStreams)
  fullName: UnityEngine.ParticleSystemRenderer.GetEnabledVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.GetEnabledVertexStreams.html
  commentId: M:UnityEngine.ParticleSystemRenderer.GetEnabledVertexStreams(UnityEngine.ParticleSystemVertexStreams)
  nameWithType: ParticleSystemRenderer.GetEnabledVertexStreams(ParticleSystemVertexStreams)
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.GetMeshes(UnityEngine.Mesh[])
  name: GetMeshes(Mesh[])
  fullName: UnityEngine.ParticleSystemRenderer.GetMeshes(UnityEngine.Mesh[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.GetMeshes.html
  commentId: M:UnityEngine.ParticleSystemRenderer.GetMeshes(UnityEngine.Mesh[])
  nameWithType: ParticleSystemRenderer.GetMeshes(Mesh[])
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.lengthScale
  name: lengthScale
  fullName: UnityEngine.ParticleSystemRenderer.lengthScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-lengthScale.html
  commentId: P:UnityEngine.ParticleSystemRenderer.lengthScale
  nameWithType: ParticleSystemRenderer.lengthScale
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.maskInteraction
  name: maskInteraction
  fullName: UnityEngine.ParticleSystemRenderer.maskInteraction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-maskInteraction.html
  commentId: P:UnityEngine.ParticleSystemRenderer.maskInteraction
  nameWithType: ParticleSystemRenderer.maskInteraction
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.maxParticleSize
  name: maxParticleSize
  fullName: UnityEngine.ParticleSystemRenderer.maxParticleSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-maxParticleSize.html
  commentId: P:UnityEngine.ParticleSystemRenderer.maxParticleSize
  nameWithType: ParticleSystemRenderer.maxParticleSize
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.mesh
  name: mesh
  fullName: UnityEngine.ParticleSystemRenderer.mesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-mesh.html
  commentId: P:UnityEngine.ParticleSystemRenderer.mesh
  nameWithType: ParticleSystemRenderer.mesh
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.meshCount
  name: meshCount
  fullName: UnityEngine.ParticleSystemRenderer.meshCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-meshCount.html
  commentId: P:UnityEngine.ParticleSystemRenderer.meshCount
  nameWithType: ParticleSystemRenderer.meshCount
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.minParticleSize
  name: minParticleSize
  fullName: UnityEngine.ParticleSystemRenderer.minParticleSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-minParticleSize.html
  commentId: P:UnityEngine.ParticleSystemRenderer.minParticleSize
  nameWithType: ParticleSystemRenderer.minParticleSize
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.normalDirection
  name: normalDirection
  fullName: UnityEngine.ParticleSystemRenderer.normalDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-normalDirection.html
  commentId: P:UnityEngine.ParticleSystemRenderer.normalDirection
  nameWithType: ParticleSystemRenderer.normalDirection
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.pivot
  name: pivot
  fullName: UnityEngine.ParticleSystemRenderer.pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-pivot.html
  commentId: P:UnityEngine.ParticleSystemRenderer.pivot
  nameWithType: ParticleSystemRenderer.pivot
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.renderMode
  name: renderMode
  fullName: UnityEngine.ParticleSystemRenderer.renderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-renderMode.html
  commentId: P:UnityEngine.ParticleSystemRenderer.renderMode
  nameWithType: ParticleSystemRenderer.renderMode
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.SetActiveVertexStreams(System.Collections.Generic.List{UnityEngine.ParticleSystemVertexStream})
  name: SetActiveVertexStreams(List<ParticleSystemVertexStream>)
  fullName: UnityEngine.ParticleSystemRenderer.SetActiveVertexStreams(System.Collections.Generic.List<UnityEngine.ParticleSystemVertexStream>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.SetActiveVertexStreams.html
  commentId: M:UnityEngine.ParticleSystemRenderer.SetActiveVertexStreams(System.Collections.Generic.List{UnityEngine.ParticleSystemVertexStream})
  nameWithType: ParticleSystemRenderer.SetActiveVertexStreams(List<ParticleSystemVertexStream>)
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.SetMeshes(UnityEngine.Mesh[],System.Int32)
  name: SetMeshes(Mesh[], int)
  fullName: UnityEngine.ParticleSystemRenderer.SetMeshes(UnityEngine.Mesh[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.SetMeshes.html
  commentId: M:UnityEngine.ParticleSystemRenderer.SetMeshes(UnityEngine.Mesh[],System.Int32)
  nameWithType: ParticleSystemRenderer.SetMeshes(Mesh[], int)
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.SetMeshes(UnityEngine.Mesh[])
  name: SetMeshes(Mesh[])
  fullName: UnityEngine.ParticleSystemRenderer.SetMeshes(UnityEngine.Mesh[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer.SetMeshes.html
  commentId: M:UnityEngine.ParticleSystemRenderer.SetMeshes(UnityEngine.Mesh[])
  nameWithType: ParticleSystemRenderer.SetMeshes(Mesh[])
  type: Method
- uid: UnityEngine.ParticleSystemRenderer.sortingFudge
  name: sortingFudge
  fullName: UnityEngine.ParticleSystemRenderer.sortingFudge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-sortingFudge.html
  commentId: P:UnityEngine.ParticleSystemRenderer.sortingFudge
  nameWithType: ParticleSystemRenderer.sortingFudge
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.sortMode
  name: sortMode
  fullName: UnityEngine.ParticleSystemRenderer.sortMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-sortMode.html
  commentId: P:UnityEngine.ParticleSystemRenderer.sortMode
  nameWithType: ParticleSystemRenderer.sortMode
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.trailMaterial
  name: trailMaterial
  fullName: UnityEngine.ParticleSystemRenderer.trailMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-trailMaterial.html
  commentId: P:UnityEngine.ParticleSystemRenderer.trailMaterial
  nameWithType: ParticleSystemRenderer.trailMaterial
  type: Property
- uid: UnityEngine.ParticleSystemRenderer.velocityScale
  name: velocityScale
  fullName: UnityEngine.ParticleSystemRenderer.velocityScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderer-velocityScale.html
  commentId: P:UnityEngine.ParticleSystemRenderer.velocityScale
  nameWithType: ParticleSystemRenderer.velocityScale
  type: Property
- uid: UnityEngine.ParticleSystemRenderMode
  name: ParticleSystemRenderMode
  fullName: UnityEngine.ParticleSystemRenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderMode.html
  commentId: T:UnityEngine.ParticleSystemRenderMode
  nameWithType: ParticleSystemRenderMode
  type: Enum
- uid: UnityEngine.ParticleSystemRenderMode.Billboard
  name: Billboard
  fullName: UnityEngine.ParticleSystemRenderMode.Billboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderMode.Billboard.html
  commentId: F:UnityEngine.ParticleSystemRenderMode.Billboard
  nameWithType: ParticleSystemRenderMode.Billboard
  type: Field
- uid: UnityEngine.ParticleSystemRenderMode.HorizontalBillboard
  name: HorizontalBillboard
  fullName: UnityEngine.ParticleSystemRenderMode.HorizontalBillboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderMode.HorizontalBillboard.html
  commentId: F:UnityEngine.ParticleSystemRenderMode.HorizontalBillboard
  nameWithType: ParticleSystemRenderMode.HorizontalBillboard
  type: Field
- uid: UnityEngine.ParticleSystemRenderMode.Mesh
  name: Mesh
  fullName: UnityEngine.ParticleSystemRenderMode.Mesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderMode.Mesh.html
  commentId: F:UnityEngine.ParticleSystemRenderMode.Mesh
  nameWithType: ParticleSystemRenderMode.Mesh
  type: Field
- uid: UnityEngine.ParticleSystemRenderMode.None
  name: None
  fullName: UnityEngine.ParticleSystemRenderMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderMode.None.html
  commentId: F:UnityEngine.ParticleSystemRenderMode.None
  nameWithType: ParticleSystemRenderMode.None
  type: Field
- uid: UnityEngine.ParticleSystemRenderMode.Stretch
  name: Stretch
  fullName: UnityEngine.ParticleSystemRenderMode.Stretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderMode.Stretch.html
  commentId: F:UnityEngine.ParticleSystemRenderMode.Stretch
  nameWithType: ParticleSystemRenderMode.Stretch
  type: Field
- uid: UnityEngine.ParticleSystemRenderMode.VerticalBillboard
  name: VerticalBillboard
  fullName: UnityEngine.ParticleSystemRenderMode.VerticalBillboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderMode.VerticalBillboard.html
  commentId: F:UnityEngine.ParticleSystemRenderMode.VerticalBillboard
  nameWithType: ParticleSystemRenderMode.VerticalBillboard
  type: Field
- uid: UnityEngine.ParticleSystemRenderSpace
  name: ParticleSystemRenderSpace
  fullName: UnityEngine.ParticleSystemRenderSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderSpace.html
  commentId: T:UnityEngine.ParticleSystemRenderSpace
  nameWithType: ParticleSystemRenderSpace
  type: Enum
- uid: UnityEngine.ParticleSystemRenderSpace.Facing
  name: Facing
  fullName: UnityEngine.ParticleSystemRenderSpace.Facing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderSpace.Facing.html
  commentId: F:UnityEngine.ParticleSystemRenderSpace.Facing
  nameWithType: ParticleSystemRenderSpace.Facing
  type: Field
- uid: UnityEngine.ParticleSystemRenderSpace.Local
  name: Local
  fullName: UnityEngine.ParticleSystemRenderSpace.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderSpace.Local.html
  commentId: F:UnityEngine.ParticleSystemRenderSpace.Local
  nameWithType: ParticleSystemRenderSpace.Local
  type: Field
- uid: UnityEngine.ParticleSystemRenderSpace.Velocity
  name: Velocity
  fullName: UnityEngine.ParticleSystemRenderSpace.Velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderSpace.Velocity.html
  commentId: F:UnityEngine.ParticleSystemRenderSpace.Velocity
  nameWithType: ParticleSystemRenderSpace.Velocity
  type: Field
- uid: UnityEngine.ParticleSystemRenderSpace.View
  name: View
  fullName: UnityEngine.ParticleSystemRenderSpace.View
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderSpace.View.html
  commentId: F:UnityEngine.ParticleSystemRenderSpace.View
  nameWithType: ParticleSystemRenderSpace.View
  type: Field
- uid: UnityEngine.ParticleSystemRenderSpace.World
  name: World
  fullName: UnityEngine.ParticleSystemRenderSpace.World
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemRenderSpace.World.html
  commentId: F:UnityEngine.ParticleSystemRenderSpace.World
  nameWithType: ParticleSystemRenderSpace.World
  type: Field
- uid: UnityEngine.ParticleSystemScalingMode
  name: ParticleSystemScalingMode
  fullName: UnityEngine.ParticleSystemScalingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemScalingMode.html
  commentId: T:UnityEngine.ParticleSystemScalingMode
  nameWithType: ParticleSystemScalingMode
  type: Enum
- uid: UnityEngine.ParticleSystemScalingMode.Hierarchy
  name: Hierarchy
  fullName: UnityEngine.ParticleSystemScalingMode.Hierarchy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemScalingMode.Hierarchy.html
  commentId: F:UnityEngine.ParticleSystemScalingMode.Hierarchy
  nameWithType: ParticleSystemScalingMode.Hierarchy
  type: Field
- uid: UnityEngine.ParticleSystemScalingMode.Local
  name: Local
  fullName: UnityEngine.ParticleSystemScalingMode.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemScalingMode.Local.html
  commentId: F:UnityEngine.ParticleSystemScalingMode.Local
  nameWithType: ParticleSystemScalingMode.Local
  type: Field
- uid: UnityEngine.ParticleSystemScalingMode.Shape
  name: Shape
  fullName: UnityEngine.ParticleSystemScalingMode.Shape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemScalingMode.Shape.html
  commentId: F:UnityEngine.ParticleSystemScalingMode.Shape
  nameWithType: ParticleSystemScalingMode.Shape
  type: Field
- uid: UnityEngine.ParticleSystemShapeMultiModeValue
  name: ParticleSystemShapeMultiModeValue
  fullName: UnityEngine.ParticleSystemShapeMultiModeValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeMultiModeValue.html
  commentId: T:UnityEngine.ParticleSystemShapeMultiModeValue
  nameWithType: ParticleSystemShapeMultiModeValue
  type: Enum
- uid: UnityEngine.ParticleSystemShapeMultiModeValue.BurstSpread
  name: BurstSpread
  fullName: UnityEngine.ParticleSystemShapeMultiModeValue.BurstSpread
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeMultiModeValue.BurstSpread.html
  commentId: F:UnityEngine.ParticleSystemShapeMultiModeValue.BurstSpread
  nameWithType: ParticleSystemShapeMultiModeValue.BurstSpread
  type: Field
- uid: UnityEngine.ParticleSystemShapeMultiModeValue.Loop
  name: Loop
  fullName: UnityEngine.ParticleSystemShapeMultiModeValue.Loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeMultiModeValue.Loop.html
  commentId: F:UnityEngine.ParticleSystemShapeMultiModeValue.Loop
  nameWithType: ParticleSystemShapeMultiModeValue.Loop
  type: Field
- uid: UnityEngine.ParticleSystemShapeMultiModeValue.PingPong
  name: PingPong
  fullName: UnityEngine.ParticleSystemShapeMultiModeValue.PingPong
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeMultiModeValue.PingPong.html
  commentId: F:UnityEngine.ParticleSystemShapeMultiModeValue.PingPong
  nameWithType: ParticleSystemShapeMultiModeValue.PingPong
  type: Field
- uid: UnityEngine.ParticleSystemShapeMultiModeValue.Random
  name: Random
  fullName: UnityEngine.ParticleSystemShapeMultiModeValue.Random
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeMultiModeValue.Random.html
  commentId: F:UnityEngine.ParticleSystemShapeMultiModeValue.Random
  nameWithType: ParticleSystemShapeMultiModeValue.Random
  type: Field
- uid: UnityEngine.ParticleSystemShapeType
  name: ParticleSystemShapeType
  fullName: UnityEngine.ParticleSystemShapeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.html
  commentId: T:UnityEngine.ParticleSystemShapeType
  nameWithType: ParticleSystemShapeType
  type: Enum
- uid: UnityEngine.ParticleSystemShapeType.Box
  name: Box
  fullName: UnityEngine.ParticleSystemShapeType.Box
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.Box.html
  commentId: F:UnityEngine.ParticleSystemShapeType.Box
  nameWithType: ParticleSystemShapeType.Box
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.BoxEdge
  name: BoxEdge
  fullName: UnityEngine.ParticleSystemShapeType.BoxEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.BoxEdge.html
  commentId: F:UnityEngine.ParticleSystemShapeType.BoxEdge
  nameWithType: ParticleSystemShapeType.BoxEdge
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.BoxShell
  name: BoxShell
  fullName: UnityEngine.ParticleSystemShapeType.BoxShell
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.BoxShell.html
  commentId: F:UnityEngine.ParticleSystemShapeType.BoxShell
  nameWithType: ParticleSystemShapeType.BoxShell
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.Circle
  name: Circle
  fullName: UnityEngine.ParticleSystemShapeType.Circle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.Circle.html
  commentId: F:UnityEngine.ParticleSystemShapeType.Circle
  nameWithType: ParticleSystemShapeType.Circle
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.CircleEdge
  name: CircleEdge
  fullName: UnityEngine.ParticleSystemShapeType.CircleEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.CircleEdge.html
  commentId: F:UnityEngine.ParticleSystemShapeType.CircleEdge
  nameWithType: ParticleSystemShapeType.CircleEdge
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.Cone
  name: Cone
  fullName: UnityEngine.ParticleSystemShapeType.Cone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.Cone.html
  commentId: F:UnityEngine.ParticleSystemShapeType.Cone
  nameWithType: ParticleSystemShapeType.Cone
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.ConeShell
  name: ConeShell
  fullName: UnityEngine.ParticleSystemShapeType.ConeShell
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.ConeShell.html
  commentId: F:UnityEngine.ParticleSystemShapeType.ConeShell
  nameWithType: ParticleSystemShapeType.ConeShell
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.ConeVolume
  name: ConeVolume
  fullName: UnityEngine.ParticleSystemShapeType.ConeVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.ConeVolume.html
  commentId: F:UnityEngine.ParticleSystemShapeType.ConeVolume
  nameWithType: ParticleSystemShapeType.ConeVolume
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.ConeVolumeShell
  name: ConeVolumeShell
  fullName: UnityEngine.ParticleSystemShapeType.ConeVolumeShell
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.ConeVolumeShell.html
  commentId: F:UnityEngine.ParticleSystemShapeType.ConeVolumeShell
  nameWithType: ParticleSystemShapeType.ConeVolumeShell
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.Donut
  name: Donut
  fullName: UnityEngine.ParticleSystemShapeType.Donut
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.Donut.html
  commentId: F:UnityEngine.ParticleSystemShapeType.Donut
  nameWithType: ParticleSystemShapeType.Donut
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.Hemisphere
  name: Hemisphere
  fullName: UnityEngine.ParticleSystemShapeType.Hemisphere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.Hemisphere.html
  commentId: F:UnityEngine.ParticleSystemShapeType.Hemisphere
  nameWithType: ParticleSystemShapeType.Hemisphere
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.HemisphereShell
  name: HemisphereShell
  fullName: UnityEngine.ParticleSystemShapeType.HemisphereShell
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.HemisphereShell.html
  commentId: F:UnityEngine.ParticleSystemShapeType.HemisphereShell
  nameWithType: ParticleSystemShapeType.HemisphereShell
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.Mesh
  name: Mesh
  fullName: UnityEngine.ParticleSystemShapeType.Mesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.Mesh.html
  commentId: F:UnityEngine.ParticleSystemShapeType.Mesh
  nameWithType: ParticleSystemShapeType.Mesh
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.MeshRenderer
  name: MeshRenderer
  fullName: UnityEngine.ParticleSystemShapeType.MeshRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.MeshRenderer.html
  commentId: F:UnityEngine.ParticleSystemShapeType.MeshRenderer
  nameWithType: ParticleSystemShapeType.MeshRenderer
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.SingleSidedEdge
  name: SingleSidedEdge
  fullName: UnityEngine.ParticleSystemShapeType.SingleSidedEdge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.SingleSidedEdge.html
  commentId: F:UnityEngine.ParticleSystemShapeType.SingleSidedEdge
  nameWithType: ParticleSystemShapeType.SingleSidedEdge
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.SkinnedMeshRenderer
  name: SkinnedMeshRenderer
  fullName: UnityEngine.ParticleSystemShapeType.SkinnedMeshRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.SkinnedMeshRenderer.html
  commentId: F:UnityEngine.ParticleSystemShapeType.SkinnedMeshRenderer
  nameWithType: ParticleSystemShapeType.SkinnedMeshRenderer
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.Sphere
  name: Sphere
  fullName: UnityEngine.ParticleSystemShapeType.Sphere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.Sphere.html
  commentId: F:UnityEngine.ParticleSystemShapeType.Sphere
  nameWithType: ParticleSystemShapeType.Sphere
  type: Field
- uid: UnityEngine.ParticleSystemShapeType.SphereShell
  name: SphereShell
  fullName: UnityEngine.ParticleSystemShapeType.SphereShell
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemShapeType.SphereShell.html
  commentId: F:UnityEngine.ParticleSystemShapeType.SphereShell
  nameWithType: ParticleSystemShapeType.SphereShell
  type: Field
- uid: UnityEngine.ParticleSystemSimulationSpace
  name: ParticleSystemSimulationSpace
  fullName: UnityEngine.ParticleSystemSimulationSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSimulationSpace.html
  commentId: T:UnityEngine.ParticleSystemSimulationSpace
  nameWithType: ParticleSystemSimulationSpace
  type: Enum
- uid: UnityEngine.ParticleSystemSimulationSpace.Custom
  name: Custom
  fullName: UnityEngine.ParticleSystemSimulationSpace.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSimulationSpace.Custom.html
  commentId: F:UnityEngine.ParticleSystemSimulationSpace.Custom
  nameWithType: ParticleSystemSimulationSpace.Custom
  type: Field
- uid: UnityEngine.ParticleSystemSimulationSpace.Local
  name: Local
  fullName: UnityEngine.ParticleSystemSimulationSpace.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSimulationSpace.Local.html
  commentId: F:UnityEngine.ParticleSystemSimulationSpace.Local
  nameWithType: ParticleSystemSimulationSpace.Local
  type: Field
- uid: UnityEngine.ParticleSystemSimulationSpace.World
  name: World
  fullName: UnityEngine.ParticleSystemSimulationSpace.World
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSimulationSpace.World.html
  commentId: F:UnityEngine.ParticleSystemSimulationSpace.World
  nameWithType: ParticleSystemSimulationSpace.World
  type: Field
- uid: UnityEngine.ParticleSystemSortMode
  name: ParticleSystemSortMode
  fullName: UnityEngine.ParticleSystemSortMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSortMode.html
  commentId: T:UnityEngine.ParticleSystemSortMode
  nameWithType: ParticleSystemSortMode
  type: Enum
- uid: UnityEngine.ParticleSystemSortMode.Distance
  name: Distance
  fullName: UnityEngine.ParticleSystemSortMode.Distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSortMode.Distance.html
  commentId: F:UnityEngine.ParticleSystemSortMode.Distance
  nameWithType: ParticleSystemSortMode.Distance
  type: Field
- uid: UnityEngine.ParticleSystemSortMode.None
  name: None
  fullName: UnityEngine.ParticleSystemSortMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSortMode.None.html
  commentId: F:UnityEngine.ParticleSystemSortMode.None
  nameWithType: ParticleSystemSortMode.None
  type: Field
- uid: UnityEngine.ParticleSystemSortMode.OldestInFront
  name: OldestInFront
  fullName: UnityEngine.ParticleSystemSortMode.OldestInFront
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSortMode.OldestInFront.html
  commentId: F:UnityEngine.ParticleSystemSortMode.OldestInFront
  nameWithType: ParticleSystemSortMode.OldestInFront
  type: Field
- uid: UnityEngine.ParticleSystemSortMode.YoungestInFront
  name: YoungestInFront
  fullName: UnityEngine.ParticleSystemSortMode.YoungestInFront
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSortMode.YoungestInFront.html
  commentId: F:UnityEngine.ParticleSystemSortMode.YoungestInFront
  nameWithType: ParticleSystemSortMode.YoungestInFront
  type: Field
- uid: UnityEngine.ParticleSystemStopAction
  name: ParticleSystemStopAction
  fullName: UnityEngine.ParticleSystemStopAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemStopAction.html
  commentId: T:UnityEngine.ParticleSystemStopAction
  nameWithType: ParticleSystemStopAction
  type: Enum
- uid: UnityEngine.ParticleSystemStopAction.Destroy
  name: Destroy
  fullName: UnityEngine.ParticleSystemStopAction.Destroy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemStopAction.Destroy.html
  commentId: F:UnityEngine.ParticleSystemStopAction.Destroy
  nameWithType: ParticleSystemStopAction.Destroy
  type: Field
- uid: UnityEngine.ParticleSystemStopAction.Disable
  name: Disable
  fullName: UnityEngine.ParticleSystemStopAction.Disable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemStopAction.Disable.html
  commentId: F:UnityEngine.ParticleSystemStopAction.Disable
  nameWithType: ParticleSystemStopAction.Disable
  type: Field
- uid: UnityEngine.ParticleSystemStopAction.None
  name: None
  fullName: UnityEngine.ParticleSystemStopAction.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemStopAction.None.html
  commentId: F:UnityEngine.ParticleSystemStopAction.None
  nameWithType: ParticleSystemStopAction.None
  type: Field
- uid: UnityEngine.ParticleSystemStopBehavior
  name: ParticleSystemStopBehavior
  fullName: UnityEngine.ParticleSystemStopBehavior
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemStopBehavior.html
  commentId: T:UnityEngine.ParticleSystemStopBehavior
  nameWithType: ParticleSystemStopBehavior
  type: Enum
- uid: UnityEngine.ParticleSystemStopBehavior.StopEmitting
  name: StopEmitting
  fullName: UnityEngine.ParticleSystemStopBehavior.StopEmitting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemStopBehavior.StopEmitting.html
  commentId: F:UnityEngine.ParticleSystemStopBehavior.StopEmitting
  nameWithType: ParticleSystemStopBehavior.StopEmitting
  type: Field
- uid: UnityEngine.ParticleSystemStopBehavior.StopEmittingAndClear
  name: StopEmittingAndClear
  fullName: UnityEngine.ParticleSystemStopBehavior.StopEmittingAndClear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemStopBehavior.StopEmittingAndClear.html
  commentId: F:UnityEngine.ParticleSystemStopBehavior.StopEmittingAndClear
  nameWithType: ParticleSystemStopBehavior.StopEmittingAndClear
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterProperties
  name: ParticleSystemSubEmitterProperties
  fullName: UnityEngine.ParticleSystemSubEmitterProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterProperties.html
  commentId: T:UnityEngine.ParticleSystemSubEmitterProperties
  nameWithType: ParticleSystemSubEmitterProperties
  type: Enum
- uid: UnityEngine.ParticleSystemSubEmitterProperties.InheritColor
  name: InheritColor
  fullName: UnityEngine.ParticleSystemSubEmitterProperties.InheritColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterProperties.InheritColor.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterProperties.InheritColor
  nameWithType: ParticleSystemSubEmitterProperties.InheritColor
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterProperties.InheritEverything
  name: InheritEverything
  fullName: UnityEngine.ParticleSystemSubEmitterProperties.InheritEverything
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterProperties.InheritEverything.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterProperties.InheritEverything
  nameWithType: ParticleSystemSubEmitterProperties.InheritEverything
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterProperties.InheritLifetime
  name: InheritLifetime
  fullName: UnityEngine.ParticleSystemSubEmitterProperties.InheritLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterProperties.InheritLifetime.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterProperties.InheritLifetime
  nameWithType: ParticleSystemSubEmitterProperties.InheritLifetime
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterProperties.InheritNothing
  name: InheritNothing
  fullName: UnityEngine.ParticleSystemSubEmitterProperties.InheritNothing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterProperties.InheritNothing.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterProperties.InheritNothing
  nameWithType: ParticleSystemSubEmitterProperties.InheritNothing
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterProperties.InheritRotation
  name: InheritRotation
  fullName: UnityEngine.ParticleSystemSubEmitterProperties.InheritRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterProperties.InheritRotation.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterProperties.InheritRotation
  nameWithType: ParticleSystemSubEmitterProperties.InheritRotation
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterProperties.InheritSize
  name: InheritSize
  fullName: UnityEngine.ParticleSystemSubEmitterProperties.InheritSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterProperties.InheritSize.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterProperties.InheritSize
  nameWithType: ParticleSystemSubEmitterProperties.InheritSize
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterType
  name: ParticleSystemSubEmitterType
  fullName: UnityEngine.ParticleSystemSubEmitterType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterType.html
  commentId: T:UnityEngine.ParticleSystemSubEmitterType
  nameWithType: ParticleSystemSubEmitterType
  type: Enum
- uid: UnityEngine.ParticleSystemSubEmitterType.Birth
  name: Birth
  fullName: UnityEngine.ParticleSystemSubEmitterType.Birth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterType.Birth.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterType.Birth
  nameWithType: ParticleSystemSubEmitterType.Birth
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterType.Collision
  name: Collision
  fullName: UnityEngine.ParticleSystemSubEmitterType.Collision
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterType.Collision.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterType.Collision
  nameWithType: ParticleSystemSubEmitterType.Collision
  type: Field
- uid: UnityEngine.ParticleSystemSubEmitterType.Death
  name: Death
  fullName: UnityEngine.ParticleSystemSubEmitterType.Death
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemSubEmitterType.Death.html
  commentId: F:UnityEngine.ParticleSystemSubEmitterType.Death
  nameWithType: ParticleSystemSubEmitterType.Death
  type: Field
- uid: UnityEngine.ParticleSystemTrailTextureMode
  name: ParticleSystemTrailTextureMode
  fullName: UnityEngine.ParticleSystemTrailTextureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTrailTextureMode.html
  commentId: T:UnityEngine.ParticleSystemTrailTextureMode
  nameWithType: ParticleSystemTrailTextureMode
  type: Enum
- uid: UnityEngine.ParticleSystemTrailTextureMode.DistributePerSegment
  name: DistributePerSegment
  fullName: UnityEngine.ParticleSystemTrailTextureMode.DistributePerSegment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTrailTextureMode.DistributePerSegment.html
  commentId: F:UnityEngine.ParticleSystemTrailTextureMode.DistributePerSegment
  nameWithType: ParticleSystemTrailTextureMode.DistributePerSegment
  type: Field
- uid: UnityEngine.ParticleSystemTrailTextureMode.RepeatPerSegment
  name: RepeatPerSegment
  fullName: UnityEngine.ParticleSystemTrailTextureMode.RepeatPerSegment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTrailTextureMode.RepeatPerSegment.html
  commentId: F:UnityEngine.ParticleSystemTrailTextureMode.RepeatPerSegment
  nameWithType: ParticleSystemTrailTextureMode.RepeatPerSegment
  type: Field
- uid: UnityEngine.ParticleSystemTrailTextureMode.Stretch
  name: Stretch
  fullName: UnityEngine.ParticleSystemTrailTextureMode.Stretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTrailTextureMode.Stretch.html
  commentId: F:UnityEngine.ParticleSystemTrailTextureMode.Stretch
  nameWithType: ParticleSystemTrailTextureMode.Stretch
  type: Field
- uid: UnityEngine.ParticleSystemTrailTextureMode.Tile
  name: Tile
  fullName: UnityEngine.ParticleSystemTrailTextureMode.Tile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTrailTextureMode.Tile.html
  commentId: F:UnityEngine.ParticleSystemTrailTextureMode.Tile
  nameWithType: ParticleSystemTrailTextureMode.Tile
  type: Field
- uid: UnityEngine.ParticleSystemTriggerEventType
  name: ParticleSystemTriggerEventType
  fullName: UnityEngine.ParticleSystemTriggerEventType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTriggerEventType.html
  commentId: T:UnityEngine.ParticleSystemTriggerEventType
  nameWithType: ParticleSystemTriggerEventType
  type: Enum
- uid: UnityEngine.ParticleSystemTriggerEventType.Enter
  name: Enter
  fullName: UnityEngine.ParticleSystemTriggerEventType.Enter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTriggerEventType.Enter.html
  commentId: F:UnityEngine.ParticleSystemTriggerEventType.Enter
  nameWithType: ParticleSystemTriggerEventType.Enter
  type: Field
- uid: UnityEngine.ParticleSystemTriggerEventType.Exit
  name: Exit
  fullName: UnityEngine.ParticleSystemTriggerEventType.Exit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTriggerEventType.Exit.html
  commentId: F:UnityEngine.ParticleSystemTriggerEventType.Exit
  nameWithType: ParticleSystemTriggerEventType.Exit
  type: Field
- uid: UnityEngine.ParticleSystemTriggerEventType.Inside
  name: Inside
  fullName: UnityEngine.ParticleSystemTriggerEventType.Inside
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTriggerEventType.Inside.html
  commentId: F:UnityEngine.ParticleSystemTriggerEventType.Inside
  nameWithType: ParticleSystemTriggerEventType.Inside
  type: Field
- uid: UnityEngine.ParticleSystemTriggerEventType.Outside
  name: Outside
  fullName: UnityEngine.ParticleSystemTriggerEventType.Outside
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemTriggerEventType.Outside.html
  commentId: F:UnityEngine.ParticleSystemTriggerEventType.Outside
  nameWithType: ParticleSystemTriggerEventType.Outside
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream
  name: ParticleSystemVertexStream
  fullName: UnityEngine.ParticleSystemVertexStream
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.html
  commentId: T:UnityEngine.ParticleSystemVertexStream
  nameWithType: ParticleSystemVertexStream
  type: Enum
- uid: UnityEngine.ParticleSystemVertexStream.AgePercent
  name: AgePercent
  fullName: UnityEngine.ParticleSystemVertexStream.AgePercent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.AgePercent.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.AgePercent
  nameWithType: ParticleSystemVertexStream.AgePercent
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.AnimBlend
  name: AnimBlend
  fullName: UnityEngine.ParticleSystemVertexStream.AnimBlend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.AnimBlend.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.AnimBlend
  nameWithType: ParticleSystemVertexStream.AnimBlend
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.AnimFrame
  name: AnimFrame
  fullName: UnityEngine.ParticleSystemVertexStream.AnimFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.AnimFrame.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.AnimFrame
  nameWithType: ParticleSystemVertexStream.AnimFrame
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Center
  name: Center
  fullName: UnityEngine.ParticleSystemVertexStream.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Center.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Center
  nameWithType: ParticleSystemVertexStream.Center
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Color
  name: Color
  fullName: UnityEngine.ParticleSystemVertexStream.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Color.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Color
  nameWithType: ParticleSystemVertexStream.Color
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Custom1X
  name: Custom1X
  fullName: UnityEngine.ParticleSystemVertexStream.Custom1X
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Custom1X.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Custom1X
  nameWithType: ParticleSystemVertexStream.Custom1X
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Custom1XY
  name: Custom1XY
  fullName: UnityEngine.ParticleSystemVertexStream.Custom1XY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Custom1XY.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Custom1XY
  nameWithType: ParticleSystemVertexStream.Custom1XY
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Custom1XYZ
  name: Custom1XYZ
  fullName: UnityEngine.ParticleSystemVertexStream.Custom1XYZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Custom1XYZ.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Custom1XYZ
  nameWithType: ParticleSystemVertexStream.Custom1XYZ
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Custom1XYZW
  name: Custom1XYZW
  fullName: UnityEngine.ParticleSystemVertexStream.Custom1XYZW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Custom1XYZW.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Custom1XYZW
  nameWithType: ParticleSystemVertexStream.Custom1XYZW
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Custom2X
  name: Custom2X
  fullName: UnityEngine.ParticleSystemVertexStream.Custom2X
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Custom2X.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Custom2X
  nameWithType: ParticleSystemVertexStream.Custom2X
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Custom2XY
  name: Custom2XY
  fullName: UnityEngine.ParticleSystemVertexStream.Custom2XY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Custom2XY.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Custom2XY
  nameWithType: ParticleSystemVertexStream.Custom2XY
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Custom2XYZ
  name: Custom2XYZ
  fullName: UnityEngine.ParticleSystemVertexStream.Custom2XYZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Custom2XYZ.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Custom2XYZ
  nameWithType: ParticleSystemVertexStream.Custom2XYZ
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Custom2XYZW
  name: Custom2XYZW
  fullName: UnityEngine.ParticleSystemVertexStream.Custom2XYZW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Custom2XYZW.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Custom2XYZW
  nameWithType: ParticleSystemVertexStream.Custom2XYZW
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.InvStartLifetime
  name: InvStartLifetime
  fullName: UnityEngine.ParticleSystemVertexStream.InvStartLifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.InvStartLifetime.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.InvStartLifetime
  nameWithType: ParticleSystemVertexStream.InvStartLifetime
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.NoiseImpulseX
  name: NoiseImpulseX
  fullName: UnityEngine.ParticleSystemVertexStream.NoiseImpulseX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.NoiseImpulseX.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.NoiseImpulseX
  nameWithType: ParticleSystemVertexStream.NoiseImpulseX
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.NoiseImpulseXY
  name: NoiseImpulseXY
  fullName: UnityEngine.ParticleSystemVertexStream.NoiseImpulseXY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.NoiseImpulseXY.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.NoiseImpulseXY
  nameWithType: ParticleSystemVertexStream.NoiseImpulseXY
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.NoiseImpulseXYZ
  name: NoiseImpulseXYZ
  fullName: UnityEngine.ParticleSystemVertexStream.NoiseImpulseXYZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.NoiseImpulseXYZ.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.NoiseImpulseXYZ
  nameWithType: ParticleSystemVertexStream.NoiseImpulseXYZ
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.NoiseSumX
  name: NoiseSumX
  fullName: UnityEngine.ParticleSystemVertexStream.NoiseSumX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.NoiseSumX.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.NoiseSumX
  nameWithType: ParticleSystemVertexStream.NoiseSumX
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.NoiseSumXY
  name: NoiseSumXY
  fullName: UnityEngine.ParticleSystemVertexStream.NoiseSumXY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.NoiseSumXY.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.NoiseSumXY
  nameWithType: ParticleSystemVertexStream.NoiseSumXY
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.NoiseSumXYZ
  name: NoiseSumXYZ
  fullName: UnityEngine.ParticleSystemVertexStream.NoiseSumXYZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.NoiseSumXYZ.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.NoiseSumXYZ
  nameWithType: ParticleSystemVertexStream.NoiseSumXYZ
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Normal
  name: Normal
  fullName: UnityEngine.ParticleSystemVertexStream.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Normal.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Normal
  nameWithType: ParticleSystemVertexStream.Normal
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Position
  name: Position
  fullName: UnityEngine.ParticleSystemVertexStream.Position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Position.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Position
  nameWithType: ParticleSystemVertexStream.Position
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Rotation
  name: Rotation
  fullName: UnityEngine.ParticleSystemVertexStream.Rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Rotation.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Rotation
  nameWithType: ParticleSystemVertexStream.Rotation
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Rotation3D
  name: Rotation3D
  fullName: UnityEngine.ParticleSystemVertexStream.Rotation3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Rotation3D.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Rotation3D
  nameWithType: ParticleSystemVertexStream.Rotation3D
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.RotationSpeed
  name: RotationSpeed
  fullName: UnityEngine.ParticleSystemVertexStream.RotationSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.RotationSpeed.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.RotationSpeed
  nameWithType: ParticleSystemVertexStream.RotationSpeed
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.RotationSpeed3D
  name: RotationSpeed3D
  fullName: UnityEngine.ParticleSystemVertexStream.RotationSpeed3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.RotationSpeed3D.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.RotationSpeed3D
  nameWithType: ParticleSystemVertexStream.RotationSpeed3D
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.SizeX
  name: SizeX
  fullName: UnityEngine.ParticleSystemVertexStream.SizeX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.SizeX.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.SizeX
  nameWithType: ParticleSystemVertexStream.SizeX
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.SizeXY
  name: SizeXY
  fullName: UnityEngine.ParticleSystemVertexStream.SizeXY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.SizeXY.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.SizeXY
  nameWithType: ParticleSystemVertexStream.SizeXY
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.SizeXYZ
  name: SizeXYZ
  fullName: UnityEngine.ParticleSystemVertexStream.SizeXYZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.SizeXYZ.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.SizeXYZ
  nameWithType: ParticleSystemVertexStream.SizeXYZ
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Speed
  name: Speed
  fullName: UnityEngine.ParticleSystemVertexStream.Speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Speed.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Speed
  nameWithType: ParticleSystemVertexStream.Speed
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.StableRandomX
  name: StableRandomX
  fullName: UnityEngine.ParticleSystemVertexStream.StableRandomX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.StableRandomX.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.StableRandomX
  nameWithType: ParticleSystemVertexStream.StableRandomX
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.StableRandomXY
  name: StableRandomXY
  fullName: UnityEngine.ParticleSystemVertexStream.StableRandomXY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.StableRandomXY.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.StableRandomXY
  nameWithType: ParticleSystemVertexStream.StableRandomXY
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.StableRandomXYZ
  name: StableRandomXYZ
  fullName: UnityEngine.ParticleSystemVertexStream.StableRandomXYZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.StableRandomXYZ.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.StableRandomXYZ
  nameWithType: ParticleSystemVertexStream.StableRandomXYZ
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.StableRandomXYZW
  name: StableRandomXYZW
  fullName: UnityEngine.ParticleSystemVertexStream.StableRandomXYZW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.StableRandomXYZW.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.StableRandomXYZW
  nameWithType: ParticleSystemVertexStream.StableRandomXYZW
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Tangent
  name: Tangent
  fullName: UnityEngine.ParticleSystemVertexStream.Tangent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Tangent.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Tangent
  nameWithType: ParticleSystemVertexStream.Tangent
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.UV
  name: UV
  fullName: UnityEngine.ParticleSystemVertexStream.UV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.UV.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.UV
  nameWithType: ParticleSystemVertexStream.UV
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.UV2
  name: UV2
  fullName: UnityEngine.ParticleSystemVertexStream.UV2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.UV2.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.UV2
  nameWithType: ParticleSystemVertexStream.UV2
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.UV3
  name: UV3
  fullName: UnityEngine.ParticleSystemVertexStream.UV3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.UV3.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.UV3
  nameWithType: ParticleSystemVertexStream.UV3
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.UV4
  name: UV4
  fullName: UnityEngine.ParticleSystemVertexStream.UV4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.UV4.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.UV4
  nameWithType: ParticleSystemVertexStream.UV4
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.VaryingRandomX
  name: VaryingRandomX
  fullName: UnityEngine.ParticleSystemVertexStream.VaryingRandomX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.VaryingRandomX.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.VaryingRandomX
  nameWithType: ParticleSystemVertexStream.VaryingRandomX
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.VaryingRandomXY
  name: VaryingRandomXY
  fullName: UnityEngine.ParticleSystemVertexStream.VaryingRandomXY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.VaryingRandomXY.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.VaryingRandomXY
  nameWithType: ParticleSystemVertexStream.VaryingRandomXY
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.VaryingRandomXYZ
  name: VaryingRandomXYZ
  fullName: UnityEngine.ParticleSystemVertexStream.VaryingRandomXYZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.VaryingRandomXYZ.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.VaryingRandomXYZ
  nameWithType: ParticleSystemVertexStream.VaryingRandomXYZ
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.VaryingRandomXYZW
  name: VaryingRandomXYZW
  fullName: UnityEngine.ParticleSystemVertexStream.VaryingRandomXYZW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.VaryingRandomXYZW.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.VaryingRandomXYZW
  nameWithType: ParticleSystemVertexStream.VaryingRandomXYZW
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.Velocity
  name: Velocity
  fullName: UnityEngine.ParticleSystemVertexStream.Velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.Velocity.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.Velocity
  nameWithType: ParticleSystemVertexStream.Velocity
  type: Field
- uid: UnityEngine.ParticleSystemVertexStream.VertexID
  name: VertexID
  fullName: UnityEngine.ParticleSystemVertexStream.VertexID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStream.VertexID.html
  commentId: F:UnityEngine.ParticleSystemVertexStream.VertexID
  nameWithType: ParticleSystemVertexStream.VertexID
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams
  name: ParticleSystemVertexStreams
  fullName: UnityEngine.ParticleSystemVertexStreams
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.html
  commentId: T:UnityEngine.ParticleSystemVertexStreams
  nameWithType: ParticleSystemVertexStreams
  type: Enum
- uid: UnityEngine.ParticleSystemVertexStreams.All
  name: All
  fullName: UnityEngine.ParticleSystemVertexStreams.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.All.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.All
  nameWithType: ParticleSystemVertexStreams.All
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.CenterAndVertexID
  name: CenterAndVertexID
  fullName: UnityEngine.ParticleSystemVertexStreams.CenterAndVertexID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.CenterAndVertexID.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.CenterAndVertexID
  nameWithType: ParticleSystemVertexStreams.CenterAndVertexID
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Color
  name: Color
  fullName: UnityEngine.ParticleSystemVertexStreams.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Color.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Color
  nameWithType: ParticleSystemVertexStreams.Color
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Custom1
  name: Custom1
  fullName: UnityEngine.ParticleSystemVertexStreams.Custom1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Custom1.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Custom1
  nameWithType: ParticleSystemVertexStreams.Custom1
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Custom2
  name: Custom2
  fullName: UnityEngine.ParticleSystemVertexStreams.Custom2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Custom2.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Custom2
  nameWithType: ParticleSystemVertexStreams.Custom2
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Lifetime
  name: Lifetime
  fullName: UnityEngine.ParticleSystemVertexStreams.Lifetime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Lifetime.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Lifetime
  nameWithType: ParticleSystemVertexStreams.Lifetime
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.None
  name: None
  fullName: UnityEngine.ParticleSystemVertexStreams.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.None.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.None
  nameWithType: ParticleSystemVertexStreams.None
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Normal
  name: Normal
  fullName: UnityEngine.ParticleSystemVertexStreams.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Normal.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Normal
  nameWithType: ParticleSystemVertexStreams.Normal
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Position
  name: Position
  fullName: UnityEngine.ParticleSystemVertexStreams.Position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Position.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Position
  nameWithType: ParticleSystemVertexStreams.Position
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Random
  name: Random
  fullName: UnityEngine.ParticleSystemVertexStreams.Random
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Random.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Random
  nameWithType: ParticleSystemVertexStreams.Random
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Rotation
  name: Rotation
  fullName: UnityEngine.ParticleSystemVertexStreams.Rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Rotation.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Rotation
  nameWithType: ParticleSystemVertexStreams.Rotation
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Size
  name: Size
  fullName: UnityEngine.ParticleSystemVertexStreams.Size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Size.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Size
  nameWithType: ParticleSystemVertexStreams.Size
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Tangent
  name: Tangent
  fullName: UnityEngine.ParticleSystemVertexStreams.Tangent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Tangent.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Tangent
  nameWithType: ParticleSystemVertexStreams.Tangent
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.UV
  name: UV
  fullName: UnityEngine.ParticleSystemVertexStreams.UV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.UV.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.UV
  nameWithType: ParticleSystemVertexStreams.UV
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.UV2BlendAndFrame
  name: UV2BlendAndFrame
  fullName: UnityEngine.ParticleSystemVertexStreams.UV2BlendAndFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.UV2BlendAndFrame.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.UV2BlendAndFrame
  nameWithType: ParticleSystemVertexStreams.UV2BlendAndFrame
  type: Field
- uid: UnityEngine.ParticleSystemVertexStreams.Velocity
  name: Velocity
  fullName: UnityEngine.ParticleSystemVertexStreams.Velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ParticleSystemVertexStreams.Velocity.html
  commentId: F:UnityEngine.ParticleSystemVertexStreams.Velocity
  nameWithType: ParticleSystemVertexStreams.Velocity
  type: Field
- uid: UnityEngine.PhysicMaterial
  name: PhysicMaterial
  fullName: UnityEngine.PhysicMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial.html
  commentId: T:UnityEngine.PhysicMaterial
  nameWithType: PhysicMaterial
  type: Class
- uid: UnityEngine.PhysicMaterial.#ctor
  name: PhysicMaterial()
  fullName: UnityEngine.PhysicMaterial.PhysicMaterial()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-ctor.html
  commentId: M:UnityEngine.PhysicMaterial.#ctor
  nameWithType: PhysicMaterial.PhysicMaterial()
  type: Constructor
- uid: UnityEngine.PhysicMaterial.#ctor(System.String)
  name: PhysicMaterial(string)
  fullName: UnityEngine.PhysicMaterial.PhysicMaterial(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-ctor.html
  commentId: M:UnityEngine.PhysicMaterial.#ctor(System.String)
  nameWithType: PhysicMaterial.PhysicMaterial(string)
  type: Constructor
- uid: UnityEngine.PhysicMaterial.bounceCombine
  name: bounceCombine
  fullName: UnityEngine.PhysicMaterial.bounceCombine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-bounceCombine.html
  commentId: P:UnityEngine.PhysicMaterial.bounceCombine
  nameWithType: PhysicMaterial.bounceCombine
  type: Property
- uid: UnityEngine.PhysicMaterial.bounciness
  name: bounciness
  fullName: UnityEngine.PhysicMaterial.bounciness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-bounciness.html
  commentId: P:UnityEngine.PhysicMaterial.bounciness
  nameWithType: PhysicMaterial.bounciness
  type: Property
- uid: UnityEngine.PhysicMaterial.bouncyness
  name: bouncyness
  fullName: UnityEngine.PhysicMaterial.bouncyness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-bouncyness.html
  commentId: P:UnityEngine.PhysicMaterial.bouncyness
  nameWithType: PhysicMaterial.bouncyness
  type: Property
- uid: UnityEngine.PhysicMaterial.dynamicFriction
  name: dynamicFriction
  fullName: UnityEngine.PhysicMaterial.dynamicFriction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-dynamicFriction.html
  commentId: P:UnityEngine.PhysicMaterial.dynamicFriction
  nameWithType: PhysicMaterial.dynamicFriction
  type: Property
- uid: UnityEngine.PhysicMaterial.dynamicFriction2
  name: dynamicFriction2
  fullName: UnityEngine.PhysicMaterial.dynamicFriction2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-dynamicFriction2.html
  commentId: P:UnityEngine.PhysicMaterial.dynamicFriction2
  nameWithType: PhysicMaterial.dynamicFriction2
  type: Property
- uid: UnityEngine.PhysicMaterial.frictionCombine
  name: frictionCombine
  fullName: UnityEngine.PhysicMaterial.frictionCombine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-frictionCombine.html
  commentId: P:UnityEngine.PhysicMaterial.frictionCombine
  nameWithType: PhysicMaterial.frictionCombine
  type: Property
- uid: UnityEngine.PhysicMaterial.frictionDirection
  name: frictionDirection
  fullName: UnityEngine.PhysicMaterial.frictionDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-frictionDirection.html
  commentId: P:UnityEngine.PhysicMaterial.frictionDirection
  nameWithType: PhysicMaterial.frictionDirection
  type: Property
- uid: UnityEngine.PhysicMaterial.frictionDirection2
  name: frictionDirection2
  fullName: UnityEngine.PhysicMaterial.frictionDirection2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-frictionDirection2.html
  commentId: P:UnityEngine.PhysicMaterial.frictionDirection2
  nameWithType: PhysicMaterial.frictionDirection2
  type: Property
- uid: UnityEngine.PhysicMaterial.staticFriction
  name: staticFriction
  fullName: UnityEngine.PhysicMaterial.staticFriction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-staticFriction.html
  commentId: P:UnityEngine.PhysicMaterial.staticFriction
  nameWithType: PhysicMaterial.staticFriction
  type: Property
- uid: UnityEngine.PhysicMaterial.staticFriction2
  name: staticFriction2
  fullName: UnityEngine.PhysicMaterial.staticFriction2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterial-staticFriction2.html
  commentId: P:UnityEngine.PhysicMaterial.staticFriction2
  nameWithType: PhysicMaterial.staticFriction2
  type: Property
- uid: UnityEngine.PhysicMaterialCombine
  name: PhysicMaterialCombine
  fullName: UnityEngine.PhysicMaterialCombine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterialCombine.html
  commentId: T:UnityEngine.PhysicMaterialCombine
  nameWithType: PhysicMaterialCombine
  type: Enum
- uid: UnityEngine.PhysicMaterialCombine.Average
  name: Average
  fullName: UnityEngine.PhysicMaterialCombine.Average
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterialCombine.Average.html
  commentId: F:UnityEngine.PhysicMaterialCombine.Average
  nameWithType: PhysicMaterialCombine.Average
  type: Field
- uid: UnityEngine.PhysicMaterialCombine.Maximum
  name: Maximum
  fullName: UnityEngine.PhysicMaterialCombine.Maximum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterialCombine.Maximum.html
  commentId: F:UnityEngine.PhysicMaterialCombine.Maximum
  nameWithType: PhysicMaterialCombine.Maximum
  type: Field
- uid: UnityEngine.PhysicMaterialCombine.Minimum
  name: Minimum
  fullName: UnityEngine.PhysicMaterialCombine.Minimum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterialCombine.Minimum.html
  commentId: F:UnityEngine.PhysicMaterialCombine.Minimum
  nameWithType: PhysicMaterialCombine.Minimum
  type: Field
- uid: UnityEngine.PhysicMaterialCombine.Multiply
  name: Multiply
  fullName: UnityEngine.PhysicMaterialCombine.Multiply
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicMaterialCombine.Multiply.html
  commentId: F:UnityEngine.PhysicMaterialCombine.Multiply
  nameWithType: PhysicMaterialCombine.Multiply
  type: Field
- uid: UnityEngine.Physics
  name: Physics
  fullName: UnityEngine.Physics
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.html
  commentId: T:UnityEngine.Physics
  nameWithType: Physics
  type: Class
- uid: UnityEngine.Physics.AllLayers
  name: AllLayers
  fullName: UnityEngine.Physics.AllLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.AllLayers.html
  commentId: F:UnityEngine.Physics.AllLayers
  nameWithType: Physics.AllLayers
  type: Field
- uid: UnityEngine.Physics.autoSimulation
  name: autoSimulation
  fullName: UnityEngine.Physics.autoSimulation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-autoSimulation.html
  commentId: P:UnityEngine.Physics.autoSimulation
  nameWithType: Physics.autoSimulation
  type: Property
- uid: UnityEngine.Physics.autoSyncTransforms
  name: autoSyncTransforms
  fullName: UnityEngine.Physics.autoSyncTransforms
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-autoSyncTransforms.html
  commentId: P:UnityEngine.Physics.autoSyncTransforms
  nameWithType: Physics.autoSyncTransforms
  type: Property
- uid: UnityEngine.Physics.bounceThreshold
  name: bounceThreshold
  fullName: UnityEngine.Physics.bounceThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-bounceThreshold.html
  commentId: P:UnityEngine.Physics.bounceThreshold
  nameWithType: Physics.bounceThreshold
  type: Property
- uid: UnityEngine.Physics.bounceTreshold
  name: bounceTreshold
  fullName: UnityEngine.Physics.bounceTreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-bounceTreshold.html
  commentId: P:UnityEngine.Physics.bounceTreshold
  nameWithType: Physics.bounceTreshold
  type: Property
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: BoxCast(Vector3, Vector3, Vector3, Quaternion, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, Quaternion, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Int32)
  name: BoxCast(Vector3, Vector3, Vector3, Quaternion, float, int)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Int32)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, Quaternion, float, int)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: BoxCast(Vector3, Vector3, Vector3, Quaternion, float)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, Quaternion, float)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: BoxCast(Vector3, Vector3, Vector3, Quaternion)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: BoxCast(Vector3, Vector3, Vector3, out RaycastHit, Quaternion, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, UnityEngine.Quaternion, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, out RaycastHit, Quaternion, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,UnityEngine.Quaternion,System.Single,System.Int32)
  name: BoxCast(Vector3, Vector3, Vector3, out RaycastHit, Quaternion, float, int)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, UnityEngine.Quaternion, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,UnityEngine.Quaternion,System.Single,System.Int32)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, out RaycastHit, Quaternion, float, int)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,UnityEngine.Quaternion,System.Single)
  name: BoxCast(Vector3, Vector3, Vector3, out RaycastHit, Quaternion, float)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,UnityEngine.Quaternion,System.Single)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, out RaycastHit, Quaternion, float)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,UnityEngine.Quaternion)
  name: BoxCast(Vector3, Vector3, Vector3, out RaycastHit, Quaternion)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,UnityEngine.Quaternion)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, out RaycastHit, Quaternion)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  name: BoxCast(Vector3, Vector3, Vector3, out RaycastHit)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3, out RaycastHit)
  type: Method
- uid: UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: BoxCast(Vector3, Vector3, Vector3)
  fullName: UnityEngine.Physics.BoxCast(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCast.html
  commentId: M:UnityEngine.Physics.BoxCast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Physics.BoxCast(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: BoxCastAll(Vector3, Vector3, Vector3, Quaternion, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastAll.html
  commentId: M:UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.BoxCastAll(Vector3, Vector3, Vector3, Quaternion, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Int32)
  name: BoxCastAll(Vector3, Vector3, Vector3, Quaternion, float, int)
  fullName: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastAll.html
  commentId: M:UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Int32)
  nameWithType: Physics.BoxCastAll(Vector3, Vector3, Vector3, Quaternion, float, int)
  type: Method
- uid: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  name: BoxCastAll(Vector3, Vector3, Vector3, Quaternion, float)
  fullName: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastAll.html
  commentId: M:UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)
  nameWithType: Physics.BoxCastAll(Vector3, Vector3, Vector3, Quaternion, float)
  type: Method
- uid: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: BoxCastAll(Vector3, Vector3, Vector3, Quaternion)
  fullName: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastAll.html
  commentId: M:UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Physics.BoxCastAll(Vector3, Vector3, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: BoxCastAll(Vector3, Vector3, Vector3)
  fullName: UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastAll.html
  commentId: M:UnityEngine.Physics.BoxCastAll(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Physics.BoxCastAll(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[], Quaternion, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[], UnityEngine.Quaternion, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],UnityEngine.Quaternion,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[], Quaternion, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],UnityEngine.Quaternion,System.Single,System.Int32)
  name: BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[], Quaternion, float, int)
  fullName: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[], UnityEngine.Quaternion, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],UnityEngine.Quaternion,System.Single,System.Int32)
  nameWithType: Physics.BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[], Quaternion, float, int)
  type: Method
- uid: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],UnityEngine.Quaternion,System.Single)
  name: BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[], Quaternion, float)
  fullName: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[], UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],UnityEngine.Quaternion,System.Single)
  nameWithType: Physics.BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[], Quaternion, float)
  type: Method
- uid: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],UnityEngine.Quaternion)
  name: BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[], Quaternion)
  fullName: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[], UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],UnityEngine.Quaternion)
  nameWithType: Physics.BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[], Quaternion)
  type: Method
- uid: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[])
  name: BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[])
  fullName: UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics.BoxCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[])
  nameWithType: Physics.BoxCastNonAlloc(Vector3, Vector3, Vector3, RaycastHit[])
  type: Method
- uid: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: CapsuleCast(Vector3, Vector3, float, Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCast.html
  commentId: M:UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.CapsuleCast(Vector3, Vector3, float, Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32)
  name: CapsuleCast(Vector3, Vector3, float, Vector3, float, int)
  fullName: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCast.html
  commentId: M:UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.CapsuleCast(Vector3, Vector3, float, Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single)
  name: CapsuleCast(Vector3, Vector3, float, Vector3, float)
  fullName: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCast.html
  commentId: M:UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single)
  nameWithType: Physics.CapsuleCast(Vector3, Vector3, float, Vector3, float)
  type: Method
- uid: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: CapsuleCast(Vector3, Vector3, float, Vector3, out RaycastHit, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, out UnityEngine.RaycastHit, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCast.html
  commentId: M:UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.CapsuleCast(Vector3, Vector3, float, Vector3, out RaycastHit, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32)
  name: CapsuleCast(Vector3, Vector3, float, Vector3, out RaycastHit, float, int)
  fullName: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, out UnityEngine.RaycastHit, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCast.html
  commentId: M:UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32)
  nameWithType: Physics.CapsuleCast(Vector3, Vector3, float, Vector3, out RaycastHit, float, int)
  type: Method
- uid: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single)
  name: CapsuleCast(Vector3, Vector3, float, Vector3, out RaycastHit, float)
  fullName: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, out UnityEngine.RaycastHit, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCast.html
  commentId: M:UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single)
  nameWithType: Physics.CapsuleCast(Vector3, Vector3, float, Vector3, out RaycastHit, float)
  type: Method
- uid: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  name: CapsuleCast(Vector3, Vector3, float, Vector3, out RaycastHit)
  fullName: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, out UnityEngine.RaycastHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCast.html
  commentId: M:UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  nameWithType: Physics.CapsuleCast(Vector3, Vector3, float, Vector3, out RaycastHit)
  type: Method
- uid: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3)
  name: CapsuleCast(Vector3, Vector3, float, Vector3)
  fullName: UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCast.html
  commentId: M:UnityEngine.Physics.CapsuleCast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3)
  nameWithType: Physics.CapsuleCast(Vector3, Vector3, float, Vector3)
  type: Method
- uid: UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: CapsuleCastAll(Vector3, Vector3, float, Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.CapsuleCastAll(Vector3, Vector3, float, Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32)
  name: CapsuleCastAll(Vector3, Vector3, float, Vector3, float, int)
  fullName: UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.CapsuleCastAll(Vector3, Vector3, float, Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single)
  name: CapsuleCastAll(Vector3, Vector3, float, Vector3, float)
  fullName: UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single)
  nameWithType: Physics.CapsuleCastAll(Vector3, Vector3, float, Vector3, float)
  type: Method
- uid: UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3)
  name: CapsuleCastAll(Vector3, Vector3, float, Vector3)
  fullName: UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics.CapsuleCastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3)
  nameWithType: Physics.CapsuleCastAll(Vector3, Vector3, float, Vector3)
  type: Method
- uid: UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: CapsuleCastNonAlloc(Vector3, Vector3, float, Vector3, RaycastHit[], float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, UnityEngine.RaycastHit[], float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.CapsuleCastNonAlloc(Vector3, Vector3, float, Vector3, RaycastHit[], float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32)
  name: CapsuleCastNonAlloc(Vector3, Vector3, float, Vector3, RaycastHit[], float, int)
  fullName: UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, UnityEngine.RaycastHit[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32)
  nameWithType: Physics.CapsuleCastNonAlloc(Vector3, Vector3, float, Vector3, RaycastHit[], float, int)
  type: Method
- uid: UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single)
  name: CapsuleCastNonAlloc(Vector3, Vector3, float, Vector3, RaycastHit[], float)
  fullName: UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, UnityEngine.RaycastHit[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single)
  nameWithType: Physics.CapsuleCastNonAlloc(Vector3, Vector3, float, Vector3, RaycastHit[], float)
  type: Method
- uid: UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[])
  name: CapsuleCastNonAlloc(Vector3, Vector3, float, Vector3, RaycastHit[])
  fullName: UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Vector3, UnityEngine.RaycastHit[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics.CapsuleCastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[])
  nameWithType: Physics.CapsuleCastNonAlloc(Vector3, Vector3, float, Vector3, RaycastHit[])
  type: Method
- uid: UnityEngine.Physics.CheckBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: CheckBox(Vector3, Vector3, Quaternion, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.CheckBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckBox.html
  commentId: M:UnityEngine.Physics.CheckBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.CheckBox(Vector3, Vector3, Quaternion, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.CheckBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32)
  name: CheckBox(Vector3, Vector3, Quaternion, int)
  fullName: UnityEngine.Physics.CheckBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckBox.html
  commentId: M:UnityEngine.Physics.CheckBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32)
  nameWithType: Physics.CheckBox(Vector3, Vector3, Quaternion, int)
  type: Method
- uid: UnityEngine.Physics.CheckBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: CheckBox(Vector3, Vector3, Quaternion)
  fullName: UnityEngine.Physics.CheckBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckBox.html
  commentId: M:UnityEngine.Physics.CheckBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Physics.CheckBox(Vector3, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Physics.CheckBox(UnityEngine.Vector3,UnityEngine.Vector3)
  name: CheckBox(Vector3, Vector3)
  fullName: UnityEngine.Physics.CheckBox(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckBox.html
  commentId: M:UnityEngine.Physics.CheckBox(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Physics.CheckBox(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: CheckCapsule(Vector3, Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3, UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckCapsule.html
  commentId: M:UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.CheckCapsule(Vector3, Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32)
  name: CheckCapsule(Vector3, Vector3, float, int)
  fullName: UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3, UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckCapsule.html
  commentId: M:UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.CheckCapsule(Vector3, Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: CheckCapsule(Vector3, Vector3, float)
  fullName: UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckCapsule.html
  commentId: M:UnityEngine.Physics.CheckCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Physics.CheckCapsule(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Physics.CheckSphere(UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: CheckSphere(Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.CheckSphere(UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckSphere.html
  commentId: M:UnityEngine.Physics.CheckSphere(UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.CheckSphere(Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.CheckSphere(UnityEngine.Vector3,System.Single,System.Int32)
  name: CheckSphere(Vector3, float, int)
  fullName: UnityEngine.Physics.CheckSphere(UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckSphere.html
  commentId: M:UnityEngine.Physics.CheckSphere(UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.CheckSphere(Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.CheckSphere(UnityEngine.Vector3,System.Single)
  name: CheckSphere(Vector3, float)
  fullName: UnityEngine.Physics.CheckSphere(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.CheckSphere.html
  commentId: M:UnityEngine.Physics.CheckSphere(UnityEngine.Vector3,System.Single)
  nameWithType: Physics.CheckSphere(Vector3, float)
  type: Method
- uid: UnityEngine.Physics.ClosestPoint(UnityEngine.Vector3,UnityEngine.Collider,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: ClosestPoint(Vector3, Collider, Vector3, Quaternion)
  fullName: UnityEngine.Physics.ClosestPoint(UnityEngine.Vector3, UnityEngine.Collider, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.ClosestPoint.html
  commentId: M:UnityEngine.Physics.ClosestPoint(UnityEngine.Vector3,UnityEngine.Collider,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Physics.ClosestPoint(Vector3, Collider, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Physics.ComputePenetration(UnityEngine.Collider,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Collider,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3@,System.Single@)
  name: ComputePenetration(Collider, Vector3, Quaternion, Collider, Vector3, Quaternion, out Vector3, out float)
  fullName: UnityEngine.Physics.ComputePenetration(UnityEngine.Collider, UnityEngine.Vector3, UnityEngine.Quaternion, UnityEngine.Collider, UnityEngine.Vector3, UnityEngine.Quaternion, out UnityEngine.Vector3, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.ComputePenetration.html
  commentId: M:UnityEngine.Physics.ComputePenetration(UnityEngine.Collider,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Collider,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3@,System.Single@)
  nameWithType: Physics.ComputePenetration(Collider, Vector3, Quaternion, Collider, Vector3, Quaternion, out Vector3, out float)
  type: Method
- uid: UnityEngine.Physics.defaultContactOffset
  name: defaultContactOffset
  fullName: UnityEngine.Physics.defaultContactOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-defaultContactOffset.html
  commentId: P:UnityEngine.Physics.defaultContactOffset
  nameWithType: Physics.defaultContactOffset
  type: Property
- uid: UnityEngine.Physics.DefaultRaycastLayers
  name: DefaultRaycastLayers
  fullName: UnityEngine.Physics.DefaultRaycastLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.DefaultRaycastLayers.html
  commentId: F:UnityEngine.Physics.DefaultRaycastLayers
  nameWithType: Physics.DefaultRaycastLayers
  type: Field
- uid: UnityEngine.Physics.defaultSolverIterations
  name: defaultSolverIterations
  fullName: UnityEngine.Physics.defaultSolverIterations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-defaultSolverIterations.html
  commentId: P:UnityEngine.Physics.defaultSolverIterations
  nameWithType: Physics.defaultSolverIterations
  type: Property
- uid: UnityEngine.Physics.defaultSolverVelocityIterations
  name: defaultSolverVelocityIterations
  fullName: UnityEngine.Physics.defaultSolverVelocityIterations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-defaultSolverVelocityIterations.html
  commentId: P:UnityEngine.Physics.defaultSolverVelocityIterations
  nameWithType: Physics.defaultSolverVelocityIterations
  type: Property
- uid: UnityEngine.Physics.GetIgnoreLayerCollision(System.Int32,System.Int32)
  name: GetIgnoreLayerCollision(int, int)
  fullName: UnityEngine.Physics.GetIgnoreLayerCollision(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.GetIgnoreLayerCollision.html
  commentId: M:UnityEngine.Physics.GetIgnoreLayerCollision(System.Int32,System.Int32)
  nameWithType: Physics.GetIgnoreLayerCollision(int, int)
  type: Method
- uid: UnityEngine.Physics.gravity
  name: gravity
  fullName: UnityEngine.Physics.gravity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-gravity.html
  commentId: P:UnityEngine.Physics.gravity
  nameWithType: Physics.gravity
  type: Property
- uid: UnityEngine.Physics.IgnoreCollision(UnityEngine.Collider,UnityEngine.Collider,System.Boolean)
  name: IgnoreCollision(Collider, Collider, bool)
  fullName: UnityEngine.Physics.IgnoreCollision(UnityEngine.Collider, UnityEngine.Collider, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.IgnoreCollision.html
  commentId: M:UnityEngine.Physics.IgnoreCollision(UnityEngine.Collider,UnityEngine.Collider,System.Boolean)
  nameWithType: Physics.IgnoreCollision(Collider, Collider, bool)
  type: Method
- uid: UnityEngine.Physics.IgnoreCollision(UnityEngine.Collider,UnityEngine.Collider)
  name: IgnoreCollision(Collider, Collider)
  fullName: UnityEngine.Physics.IgnoreCollision(UnityEngine.Collider, UnityEngine.Collider)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.IgnoreCollision.html
  commentId: M:UnityEngine.Physics.IgnoreCollision(UnityEngine.Collider,UnityEngine.Collider)
  nameWithType: Physics.IgnoreCollision(Collider, Collider)
  type: Method
- uid: UnityEngine.Physics.IgnoreLayerCollision(System.Int32,System.Int32,System.Boolean)
  name: IgnoreLayerCollision(int, int, bool)
  fullName: UnityEngine.Physics.IgnoreLayerCollision(int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.IgnoreLayerCollision.html
  commentId: M:UnityEngine.Physics.IgnoreLayerCollision(System.Int32,System.Int32,System.Boolean)
  nameWithType: Physics.IgnoreLayerCollision(int, int, bool)
  type: Method
- uid: UnityEngine.Physics.IgnoreLayerCollision(System.Int32,System.Int32)
  name: IgnoreLayerCollision(int, int)
  fullName: UnityEngine.Physics.IgnoreLayerCollision(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.IgnoreLayerCollision.html
  commentId: M:UnityEngine.Physics.IgnoreLayerCollision(System.Int32,System.Int32)
  nameWithType: Physics.IgnoreLayerCollision(int, int)
  type: Method
- uid: UnityEngine.Physics.IgnoreRaycastLayer
  name: IgnoreRaycastLayer
  fullName: UnityEngine.Physics.IgnoreRaycastLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.IgnoreRaycastLayer.html
  commentId: F:UnityEngine.Physics.IgnoreRaycastLayer
  nameWithType: Physics.IgnoreRaycastLayer
  type: Field
- uid: UnityEngine.Physics.kAllLayers
  name: kAllLayers
  fullName: UnityEngine.Physics.kAllLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-kAllLayers.html
  commentId: F:UnityEngine.Physics.kAllLayers
  nameWithType: Physics.kAllLayers
  type: Field
- uid: UnityEngine.Physics.kDefaultRaycastLayers
  name: kDefaultRaycastLayers
  fullName: UnityEngine.Physics.kDefaultRaycastLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-kDefaultRaycastLayers.html
  commentId: F:UnityEngine.Physics.kDefaultRaycastLayers
  nameWithType: Physics.kDefaultRaycastLayers
  type: Field
- uid: UnityEngine.Physics.kIgnoreRaycastLayer
  name: kIgnoreRaycastLayer
  fullName: UnityEngine.Physics.kIgnoreRaycastLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-kIgnoreRaycastLayer.html
  commentId: F:UnityEngine.Physics.kIgnoreRaycastLayer
  nameWithType: Physics.kIgnoreRaycastLayer
  type: Field
- uid: UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: Linecast(Vector3, Vector3, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.Linecast(UnityEngine.Vector3, UnityEngine.Vector3, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Linecast.html
  commentId: M:UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.Linecast(Vector3, Vector3, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32)
  name: Linecast(Vector3, Vector3, int)
  fullName: UnityEngine.Physics.Linecast(UnityEngine.Vector3, UnityEngine.Vector3, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Linecast.html
  commentId: M:UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,System.Int32)
  nameWithType: Physics.Linecast(Vector3, Vector3, int)
  type: Method
- uid: UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: Linecast(Vector3, Vector3, out RaycastHit, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.Linecast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Linecast.html
  commentId: M:UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.Linecast(Vector3, Vector3, out RaycastHit, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Int32)
  name: Linecast(Vector3, Vector3, out RaycastHit, int)
  fullName: UnityEngine.Physics.Linecast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Linecast.html
  commentId: M:UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Int32)
  nameWithType: Physics.Linecast(Vector3, Vector3, out RaycastHit, int)
  type: Method
- uid: UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  name: Linecast(Vector3, Vector3, out RaycastHit)
  fullName: UnityEngine.Physics.Linecast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Linecast.html
  commentId: M:UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  nameWithType: Physics.Linecast(Vector3, Vector3, out RaycastHit)
  type: Method
- uid: UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Linecast(Vector3, Vector3)
  fullName: UnityEngine.Physics.Linecast(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Linecast.html
  commentId: M:UnityEngine.Physics.Linecast(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Physics.Linecast(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Physics.maxAngularVelocity
  name: maxAngularVelocity
  fullName: UnityEngine.Physics.maxAngularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-maxAngularVelocity.html
  commentId: P:UnityEngine.Physics.maxAngularVelocity
  nameWithType: Physics.maxAngularVelocity
  type: Property
- uid: UnityEngine.Physics.minPenetrationForPenalty
  name: minPenetrationForPenalty
  fullName: UnityEngine.Physics.minPenetrationForPenalty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-minPenetrationForPenalty.html
  commentId: P:UnityEngine.Physics.minPenetrationForPenalty
  nameWithType: Physics.minPenetrationForPenalty
  type: Property
- uid: UnityEngine.Physics.OverlapBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: OverlapBox(Vector3, Vector3, Quaternion, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.OverlapBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapBox.html
  commentId: M:UnityEngine.Physics.OverlapBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.OverlapBox(Vector3, Vector3, Quaternion, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.OverlapBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32)
  name: OverlapBox(Vector3, Vector3, Quaternion, int)
  fullName: UnityEngine.Physics.OverlapBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapBox.html
  commentId: M:UnityEngine.Physics.OverlapBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Int32)
  nameWithType: Physics.OverlapBox(Vector3, Vector3, Quaternion, int)
  type: Method
- uid: UnityEngine.Physics.OverlapBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: OverlapBox(Vector3, Vector3, Quaternion)
  fullName: UnityEngine.Physics.OverlapBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapBox.html
  commentId: M:UnityEngine.Physics.OverlapBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Physics.OverlapBox(Vector3, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Physics.OverlapBox(UnityEngine.Vector3,UnityEngine.Vector3)
  name: OverlapBox(Vector3, Vector3)
  fullName: UnityEngine.Physics.OverlapBox(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapBox.html
  commentId: M:UnityEngine.Physics.OverlapBox(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Physics.OverlapBox(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Collider[],UnityEngine.Quaternion,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: OverlapBoxNonAlloc(Vector3, Vector3, Collider[], Quaternion, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Collider[], UnityEngine.Quaternion, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapBoxNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Collider[],UnityEngine.Quaternion,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.OverlapBoxNonAlloc(Vector3, Vector3, Collider[], Quaternion, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Collider[],UnityEngine.Quaternion,System.Int32)
  name: OverlapBoxNonAlloc(Vector3, Vector3, Collider[], Quaternion, int)
  fullName: UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Collider[], UnityEngine.Quaternion, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapBoxNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Collider[],UnityEngine.Quaternion,System.Int32)
  nameWithType: Physics.OverlapBoxNonAlloc(Vector3, Vector3, Collider[], Quaternion, int)
  type: Method
- uid: UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Collider[],UnityEngine.Quaternion)
  name: OverlapBoxNonAlloc(Vector3, Vector3, Collider[], Quaternion)
  fullName: UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Collider[], UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapBoxNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Collider[],UnityEngine.Quaternion)
  nameWithType: Physics.OverlapBoxNonAlloc(Vector3, Vector3, Collider[], Quaternion)
  type: Method
- uid: UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Collider[])
  name: OverlapBoxNonAlloc(Vector3, Vector3, Collider[])
  fullName: UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Collider[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapBoxNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapBoxNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Collider[])
  nameWithType: Physics.OverlapBoxNonAlloc(Vector3, Vector3, Collider[])
  type: Method
- uid: UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: OverlapCapsule(Vector3, Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3, UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapCapsule.html
  commentId: M:UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.OverlapCapsule(Vector3, Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32)
  name: OverlapCapsule(Vector3, Vector3, float, int)
  fullName: UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3, UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapCapsule.html
  commentId: M:UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.OverlapCapsule(Vector3, Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: OverlapCapsule(Vector3, Vector3, float)
  fullName: UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapCapsule.html
  commentId: M:UnityEngine.Physics.OverlapCapsule(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Physics.OverlapCapsule(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32,UnityEngine.QueryTriggerInteraction)
  name: OverlapCapsuleNonAlloc(Vector3, Vector3, float, Collider[], int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Collider[], int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapCapsuleNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.OverlapCapsuleNonAlloc(Vector3, Vector3, float, Collider[], int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32)
  name: OverlapCapsuleNonAlloc(Vector3, Vector3, float, Collider[], int)
  fullName: UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Collider[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapCapsuleNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32)
  nameWithType: Physics.OverlapCapsuleNonAlloc(Vector3, Vector3, float, Collider[], int)
  type: Method
- uid: UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Collider[])
  name: OverlapCapsuleNonAlloc(Vector3, Vector3, float, Collider[])
  fullName: UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Collider[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapCapsuleNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapCapsuleNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Collider[])
  nameWithType: Physics.OverlapCapsuleNonAlloc(Vector3, Vector3, float, Collider[])
  type: Method
- uid: UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: OverlapSphere(Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapSphere.html
  commentId: M:UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.OverlapSphere(Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3,System.Single,System.Int32)
  name: OverlapSphere(Vector3, float, int)
  fullName: UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapSphere.html
  commentId: M:UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.OverlapSphere(Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3,System.Single)
  name: OverlapSphere(Vector3, float)
  fullName: UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapSphere.html
  commentId: M:UnityEngine.Physics.OverlapSphere(UnityEngine.Vector3,System.Single)
  nameWithType: Physics.OverlapSphere(Vector3, float)
  type: Method
- uid: UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32,UnityEngine.QueryTriggerInteraction)
  name: OverlapSphereNonAlloc(Vector3, float, Collider[], int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3, float, UnityEngine.Collider[], int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapSphereNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.OverlapSphereNonAlloc(Vector3, float, Collider[], int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32)
  name: OverlapSphereNonAlloc(Vector3, float, Collider[], int)
  fullName: UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3, float, UnityEngine.Collider[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapSphereNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32)
  nameWithType: Physics.OverlapSphereNonAlloc(Vector3, float, Collider[], int)
  type: Method
- uid: UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Collider[])
  name: OverlapSphereNonAlloc(Vector3, float, Collider[])
  fullName: UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3, float, UnityEngine.Collider[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.OverlapSphereNonAlloc.html
  commentId: M:UnityEngine.Physics.OverlapSphereNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Collider[])
  nameWithType: Physics.OverlapSphereNonAlloc(Vector3, float, Collider[])
  type: Method
- uid: UnityEngine.Physics.penetrationPenaltyForce
  name: penetrationPenaltyForce
  fullName: UnityEngine.Physics.penetrationPenaltyForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-penetrationPenaltyForce.html
  commentId: P:UnityEngine.Physics.penetrationPenaltyForce
  nameWithType: Physics.penetrationPenaltyForce
  type: Property
- uid: UnityEngine.Physics.queriesHitBackfaces
  name: queriesHitBackfaces
  fullName: UnityEngine.Physics.queriesHitBackfaces
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-queriesHitBackfaces.html
  commentId: P:UnityEngine.Physics.queriesHitBackfaces
  nameWithType: Physics.queriesHitBackfaces
  type: Property
- uid: UnityEngine.Physics.queriesHitTriggers
  name: queriesHitTriggers
  fullName: UnityEngine.Physics.queriesHitTriggers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-queriesHitTriggers.html
  commentId: P:UnityEngine.Physics.queriesHitTriggers
  nameWithType: Physics.queriesHitTriggers
  type: Property
- uid: UnityEngine.Physics.Raycast(UnityEngine.Ray,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: Raycast(Ray, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Ray, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Ray,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.Raycast(Ray, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Ray,System.Single,System.Int32)
  name: Raycast(Ray, float, int)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Ray, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Ray,System.Single,System.Int32)
  nameWithType: Physics.Raycast(Ray, float, int)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Ray,System.Single)
  name: Raycast(Ray, float)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Ray, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Ray,System.Single)
  nameWithType: Physics.Raycast(Ray, float)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: Raycast(Ray, out RaycastHit, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Ray, out UnityEngine.RaycastHit, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.Raycast(Ray, out RaycastHit, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@,System.Single,System.Int32)
  name: Raycast(Ray, out RaycastHit, float, int)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Ray, out UnityEngine.RaycastHit, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@,System.Single,System.Int32)
  nameWithType: Physics.Raycast(Ray, out RaycastHit, float, int)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@,System.Single)
  name: Raycast(Ray, out RaycastHit, float)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Ray, out UnityEngine.RaycastHit, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@,System.Single)
  nameWithType: Physics.Raycast(Ray, out RaycastHit, float)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@)
  name: Raycast(Ray, out RaycastHit)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Ray, out UnityEngine.RaycastHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Ray,UnityEngine.RaycastHit@)
  nameWithType: Physics.Raycast(Ray, out RaycastHit)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Ray)
  name: Raycast(Ray)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Ray)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Ray)
  nameWithType: Physics.Raycast(Ray)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: Raycast(Vector3, Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.Raycast(Vector3, Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32)
  name: Raycast(Vector3, Vector3, float, int)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.Raycast(Vector3, Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: Raycast(Vector3, Vector3, float)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Physics.Raycast(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: Raycast(Vector3, Vector3, out RaycastHit, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.Raycast(Vector3, Vector3, out RaycastHit, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32)
  name: Raycast(Vector3, Vector3, out RaycastHit, float, int)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32)
  nameWithType: Physics.Raycast(Vector3, Vector3, out RaycastHit, float, int)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single)
  name: Raycast(Vector3, Vector3, out RaycastHit, float)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single)
  nameWithType: Physics.Raycast(Vector3, Vector3, out RaycastHit, float)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  name: Raycast(Vector3, Vector3, out RaycastHit)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Vector3, UnityEngine.Vector3, out UnityEngine.RaycastHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  nameWithType: Physics.Raycast(Vector3, Vector3, out RaycastHit)
  type: Method
- uid: UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Raycast(Vector3, Vector3)
  fullName: UnityEngine.Physics.Raycast(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Raycast.html
  commentId: M:UnityEngine.Physics.Raycast(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Physics.Raycast(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Physics.RaycastAll(UnityEngine.Ray,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: RaycastAll(Ray, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.RaycastAll(UnityEngine.Ray, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastAll.html
  commentId: M:UnityEngine.Physics.RaycastAll(UnityEngine.Ray,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.RaycastAll(Ray, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.RaycastAll(UnityEngine.Ray,System.Single,System.Int32)
  name: RaycastAll(Ray, float, int)
  fullName: UnityEngine.Physics.RaycastAll(UnityEngine.Ray, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastAll.html
  commentId: M:UnityEngine.Physics.RaycastAll(UnityEngine.Ray,System.Single,System.Int32)
  nameWithType: Physics.RaycastAll(Ray, float, int)
  type: Method
- uid: UnityEngine.Physics.RaycastAll(UnityEngine.Ray,System.Single)
  name: RaycastAll(Ray, float)
  fullName: UnityEngine.Physics.RaycastAll(UnityEngine.Ray, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastAll.html
  commentId: M:UnityEngine.Physics.RaycastAll(UnityEngine.Ray,System.Single)
  nameWithType: Physics.RaycastAll(Ray, float)
  type: Method
- uid: UnityEngine.Physics.RaycastAll(UnityEngine.Ray)
  name: RaycastAll(Ray)
  fullName: UnityEngine.Physics.RaycastAll(UnityEngine.Ray)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastAll.html
  commentId: M:UnityEngine.Physics.RaycastAll(UnityEngine.Ray)
  nameWithType: Physics.RaycastAll(Ray)
  type: Method
- uid: UnityEngine.Physics.RaycastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: RaycastAll(Vector3, Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.RaycastAll(UnityEngine.Vector3, UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastAll.html
  commentId: M:UnityEngine.Physics.RaycastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.RaycastAll(Vector3, Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.RaycastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32)
  name: RaycastAll(Vector3, Vector3, float, int)
  fullName: UnityEngine.Physics.RaycastAll(UnityEngine.Vector3, UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastAll.html
  commentId: M:UnityEngine.Physics.RaycastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.RaycastAll(Vector3, Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.RaycastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: RaycastAll(Vector3, Vector3, float)
  fullName: UnityEngine.Physics.RaycastAll(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastAll.html
  commentId: M:UnityEngine.Physics.RaycastAll(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Physics.RaycastAll(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Physics.RaycastAll(UnityEngine.Vector3,UnityEngine.Vector3)
  name: RaycastAll(Vector3, Vector3)
  fullName: UnityEngine.Physics.RaycastAll(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastAll.html
  commentId: M:UnityEngine.Physics.RaycastAll(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Physics.RaycastAll(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: RaycastNonAlloc(Ray, RaycastHit[], float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray, UnityEngine.RaycastHit[], float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.RaycastNonAlloc(Ray, RaycastHit[], float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32)
  name: RaycastNonAlloc(Ray, RaycastHit[], float, int)
  fullName: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray, UnityEngine.RaycastHit[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32)
  nameWithType: Physics.RaycastNonAlloc(Ray, RaycastHit[], float, int)
  type: Method
- uid: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single)
  name: RaycastNonAlloc(Ray, RaycastHit[], float)
  fullName: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray, UnityEngine.RaycastHit[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single)
  nameWithType: Physics.RaycastNonAlloc(Ray, RaycastHit[], float)
  type: Method
- uid: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit[])
  name: RaycastNonAlloc(Ray, RaycastHit[])
  fullName: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray, UnityEngine.RaycastHit[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit[])
  nameWithType: Physics.RaycastNonAlloc(Ray, RaycastHit[])
  type: Method
- uid: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: RaycastNonAlloc(Vector3, Vector3, RaycastHit[], float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[], float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.RaycastNonAlloc(Vector3, Vector3, RaycastHit[], float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32)
  name: RaycastNonAlloc(Vector3, Vector3, RaycastHit[], float, int)
  fullName: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32)
  nameWithType: Physics.RaycastNonAlloc(Vector3, Vector3, RaycastHit[], float, int)
  type: Method
- uid: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single)
  name: RaycastNonAlloc(Vector3, Vector3, RaycastHit[], float)
  fullName: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single)
  nameWithType: Physics.RaycastNonAlloc(Vector3, Vector3, RaycastHit[], float)
  type: Method
- uid: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[])
  name: RaycastNonAlloc(Vector3, Vector3, RaycastHit[])
  fullName: UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.RaycastHit[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics.RaycastNonAlloc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.RaycastHit[])
  nameWithType: Physics.RaycastNonAlloc(Vector3, Vector3, RaycastHit[])
  type: Method
- uid: UnityEngine.Physics.Simulate(System.Single)
  name: Simulate(float)
  fullName: UnityEngine.Physics.Simulate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.Simulate.html
  commentId: M:UnityEngine.Physics.Simulate(System.Single)
  nameWithType: Physics.Simulate(float)
  type: Method
- uid: UnityEngine.Physics.sleepAngularVelocity
  name: sleepAngularVelocity
  fullName: UnityEngine.Physics.sleepAngularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-sleepAngularVelocity.html
  commentId: P:UnityEngine.Physics.sleepAngularVelocity
  nameWithType: Physics.sleepAngularVelocity
  type: Property
- uid: UnityEngine.Physics.sleepThreshold
  name: sleepThreshold
  fullName: UnityEngine.Physics.sleepThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-sleepThreshold.html
  commentId: P:UnityEngine.Physics.sleepThreshold
  nameWithType: Physics.sleepThreshold
  type: Property
- uid: UnityEngine.Physics.sleepVelocity
  name: sleepVelocity
  fullName: UnityEngine.Physics.sleepVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-sleepVelocity.html
  commentId: P:UnityEngine.Physics.sleepVelocity
  nameWithType: Physics.sleepVelocity
  type: Property
- uid: UnityEngine.Physics.solverIterationCount
  name: solverIterationCount
  fullName: UnityEngine.Physics.solverIterationCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-solverIterationCount.html
  commentId: P:UnityEngine.Physics.solverIterationCount
  nameWithType: Physics.solverIterationCount
  type: Property
- uid: UnityEngine.Physics.solverVelocityIterationCount
  name: solverVelocityIterationCount
  fullName: UnityEngine.Physics.solverVelocityIterationCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics-solverVelocityIterationCount.html
  commentId: P:UnityEngine.Physics.solverVelocityIterationCount
  nameWithType: Physics.solverVelocityIterationCount
  type: Property
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: SphereCast(Ray, float, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Ray, float, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.SphereCast(Ray, float, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,System.Single,System.Int32)
  name: SphereCast(Ray, float, float, int)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Ray, float, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,System.Single,System.Int32)
  nameWithType: Physics.SphereCast(Ray, float, float, int)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,System.Single)
  name: SphereCast(Ray, float, float)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Ray, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,System.Single)
  nameWithType: Physics.SphereCast(Ray, float, float)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: SphereCast(Ray, float, out RaycastHit, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Ray, float, out UnityEngine.RaycastHit, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.SphereCast(Ray, float, out RaycastHit, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit@,System.Single,System.Int32)
  name: SphereCast(Ray, float, out RaycastHit, float, int)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Ray, float, out UnityEngine.RaycastHit, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit@,System.Single,System.Int32)
  nameWithType: Physics.SphereCast(Ray, float, out RaycastHit, float, int)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit@,System.Single)
  name: SphereCast(Ray, float, out RaycastHit, float)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Ray, float, out UnityEngine.RaycastHit, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit@,System.Single)
  nameWithType: Physics.SphereCast(Ray, float, out RaycastHit, float)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit@)
  name: SphereCast(Ray, float, out RaycastHit)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Ray, float, out UnityEngine.RaycastHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit@)
  nameWithType: Physics.SphereCast(Ray, float, out RaycastHit)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single)
  name: SphereCast(Ray, float)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Ray, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Ray,System.Single)
  nameWithType: Physics.SphereCast(Ray, float)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: SphereCast(Vector3, float, Vector3, out RaycastHit, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Vector3, float, UnityEngine.Vector3, out UnityEngine.RaycastHit, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.SphereCast(Vector3, float, Vector3, out RaycastHit, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32)
  name: SphereCast(Vector3, float, Vector3, out RaycastHit, float, int)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Vector3, float, UnityEngine.Vector3, out UnityEngine.RaycastHit, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,System.Int32)
  nameWithType: Physics.SphereCast(Vector3, float, Vector3, out RaycastHit, float, int)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single)
  name: SphereCast(Vector3, float, Vector3, out RaycastHit, float)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Vector3, float, UnityEngine.Vector3, out UnityEngine.RaycastHit, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single)
  nameWithType: Physics.SphereCast(Vector3, float, Vector3, out RaycastHit, float)
  type: Method
- uid: UnityEngine.Physics.SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  name: SphereCast(Vector3, float, Vector3, out RaycastHit)
  fullName: UnityEngine.Physics.SphereCast(UnityEngine.Vector3, float, UnityEngine.Vector3, out UnityEngine.RaycastHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCast.html
  commentId: M:UnityEngine.Physics.SphereCast(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit@)
  nameWithType: Physics.SphereCast(Vector3, float, Vector3, out RaycastHit)
  type: Method
- uid: UnityEngine.Physics.SphereCastAll(UnityEngine.Ray,System.Single,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: SphereCastAll(Ray, float, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.SphereCastAll(UnityEngine.Ray, float, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastAll.html
  commentId: M:UnityEngine.Physics.SphereCastAll(UnityEngine.Ray,System.Single,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.SphereCastAll(Ray, float, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.SphereCastAll(UnityEngine.Ray,System.Single,System.Single,System.Int32)
  name: SphereCastAll(Ray, float, float, int)
  fullName: UnityEngine.Physics.SphereCastAll(UnityEngine.Ray, float, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastAll.html
  commentId: M:UnityEngine.Physics.SphereCastAll(UnityEngine.Ray,System.Single,System.Single,System.Int32)
  nameWithType: Physics.SphereCastAll(Ray, float, float, int)
  type: Method
- uid: UnityEngine.Physics.SphereCastAll(UnityEngine.Ray,System.Single,System.Single)
  name: SphereCastAll(Ray, float, float)
  fullName: UnityEngine.Physics.SphereCastAll(UnityEngine.Ray, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastAll.html
  commentId: M:UnityEngine.Physics.SphereCastAll(UnityEngine.Ray,System.Single,System.Single)
  nameWithType: Physics.SphereCastAll(Ray, float, float)
  type: Method
- uid: UnityEngine.Physics.SphereCastAll(UnityEngine.Ray,System.Single)
  name: SphereCastAll(Ray, float)
  fullName: UnityEngine.Physics.SphereCastAll(UnityEngine.Ray, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastAll.html
  commentId: M:UnityEngine.Physics.SphereCastAll(UnityEngine.Ray,System.Single)
  nameWithType: Physics.SphereCastAll(Ray, float)
  type: Method
- uid: UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: SphereCastAll(Vector3, float, Vector3, float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3, float, UnityEngine.Vector3, float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastAll.html
  commentId: M:UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.SphereCastAll(Vector3, float, Vector3, float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32)
  name: SphereCastAll(Vector3, float, Vector3, float, int)
  fullName: UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3, float, UnityEngine.Vector3, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastAll.html
  commentId: M:UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single,System.Int32)
  nameWithType: Physics.SphereCastAll(Vector3, float, Vector3, float, int)
  type: Method
- uid: UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single)
  name: SphereCastAll(Vector3, float, Vector3, float)
  fullName: UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3, float, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastAll.html
  commentId: M:UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,System.Single)
  nameWithType: Physics.SphereCastAll(Vector3, float, Vector3, float)
  type: Method
- uid: UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3,System.Single,UnityEngine.Vector3)
  name: SphereCastAll(Vector3, float, Vector3)
  fullName: UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3, float, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastAll.html
  commentId: M:UnityEngine.Physics.SphereCastAll(UnityEngine.Vector3,System.Single,UnityEngine.Vector3)
  nameWithType: Physics.SphereCastAll(Vector3, float, Vector3)
  type: Method
- uid: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: SphereCastNonAlloc(Ray, float, RaycastHit[], float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray, float, UnityEngine.RaycastHit[], float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastNonAlloc.html
  commentId: M:UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.SphereCastNonAlloc(Ray, float, RaycastHit[], float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single,System.Int32)
  name: SphereCastNonAlloc(Ray, float, RaycastHit[], float, int)
  fullName: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray, float, UnityEngine.RaycastHit[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastNonAlloc.html
  commentId: M:UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single,System.Int32)
  nameWithType: Physics.SphereCastNonAlloc(Ray, float, RaycastHit[], float, int)
  type: Method
- uid: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single)
  name: SphereCastNonAlloc(Ray, float, RaycastHit[], float)
  fullName: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray, float, UnityEngine.RaycastHit[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastNonAlloc.html
  commentId: M:UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[],System.Single)
  nameWithType: Physics.SphereCastNonAlloc(Ray, float, RaycastHit[], float)
  type: Method
- uid: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[])
  name: SphereCastNonAlloc(Ray, float, RaycastHit[])
  fullName: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray, float, UnityEngine.RaycastHit[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastNonAlloc.html
  commentId: M:UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Ray,System.Single,UnityEngine.RaycastHit[])
  nameWithType: Physics.SphereCastNonAlloc(Ray, float, RaycastHit[])
  type: Method
- uid: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  name: SphereCastNonAlloc(Vector3, float, Vector3, RaycastHit[], float, int, QueryTriggerInteraction)
  fullName: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3, float, UnityEngine.Vector3, UnityEngine.RaycastHit[], float, int, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastNonAlloc.html
  commentId: M:UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32,UnityEngine.QueryTriggerInteraction)
  nameWithType: Physics.SphereCastNonAlloc(Vector3, float, Vector3, RaycastHit[], float, int, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32)
  name: SphereCastNonAlloc(Vector3, float, Vector3, RaycastHit[], float, int)
  fullName: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3, float, UnityEngine.Vector3, UnityEngine.RaycastHit[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastNonAlloc.html
  commentId: M:UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single,System.Int32)
  nameWithType: Physics.SphereCastNonAlloc(Vector3, float, Vector3, RaycastHit[], float, int)
  type: Method
- uid: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single)
  name: SphereCastNonAlloc(Vector3, float, Vector3, RaycastHit[], float)
  fullName: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3, float, UnityEngine.Vector3, UnityEngine.RaycastHit[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastNonAlloc.html
  commentId: M:UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[],System.Single)
  nameWithType: Physics.SphereCastNonAlloc(Vector3, float, Vector3, RaycastHit[], float)
  type: Method
- uid: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[])
  name: SphereCastNonAlloc(Vector3, float, Vector3, RaycastHit[])
  fullName: UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3, float, UnityEngine.Vector3, UnityEngine.RaycastHit[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SphereCastNonAlloc.html
  commentId: M:UnityEngine.Physics.SphereCastNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Vector3,UnityEngine.RaycastHit[])
  nameWithType: Physics.SphereCastNonAlloc(Vector3, float, Vector3, RaycastHit[])
  type: Method
- uid: UnityEngine.Physics.SyncTransforms
  name: SyncTransforms()
  fullName: UnityEngine.Physics.SyncTransforms()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics.SyncTransforms.html
  commentId: M:UnityEngine.Physics.SyncTransforms
  nameWithType: Physics.SyncTransforms()
  type: Method
- uid: UnityEngine.Physics2D
  name: Physics2D
  fullName: UnityEngine.Physics2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.html
  commentId: T:UnityEngine.Physics2D
  nameWithType: Physics2D
  type: Class
- uid: UnityEngine.Physics2D.AllLayers
  name: AllLayers
  fullName: UnityEngine.Physics2D.AllLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.AllLayers.html
  commentId: F:UnityEngine.Physics2D.AllLayers
  nameWithType: Physics2D.AllLayers
  type: Field
- uid: UnityEngine.Physics2D.alwaysShowColliders
  name: alwaysShowColliders
  fullName: UnityEngine.Physics2D.alwaysShowColliders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-alwaysShowColliders.html
  commentId: P:UnityEngine.Physics2D.alwaysShowColliders
  nameWithType: Physics2D.alwaysShowColliders
  type: Property
- uid: UnityEngine.Physics2D.angularSleepTolerance
  name: angularSleepTolerance
  fullName: UnityEngine.Physics2D.angularSleepTolerance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-angularSleepTolerance.html
  commentId: P:UnityEngine.Physics2D.angularSleepTolerance
  nameWithType: Physics2D.angularSleepTolerance
  type: Property
- uid: UnityEngine.Physics2D.autoSimulation
  name: autoSimulation
  fullName: UnityEngine.Physics2D.autoSimulation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-autoSimulation.html
  commentId: P:UnityEngine.Physics2D.autoSimulation
  nameWithType: Physics2D.autoSimulation
  type: Property
- uid: UnityEngine.Physics2D.autoSyncTransforms
  name: autoSyncTransforms
  fullName: UnityEngine.Physics2D.autoSyncTransforms
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-autoSyncTransforms.html
  commentId: P:UnityEngine.Physics2D.autoSyncTransforms
  nameWithType: Physics2D.autoSyncTransforms
  type: Property
- uid: UnityEngine.Physics2D.baumgarteScale
  name: baumgarteScale
  fullName: UnityEngine.Physics2D.baumgarteScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-baumgarteScale.html
  commentId: P:UnityEngine.Physics2D.baumgarteScale
  nameWithType: Physics2D.baumgarteScale
  type: Property
- uid: UnityEngine.Physics2D.baumgarteTOIScale
  name: baumgarteTOIScale
  fullName: UnityEngine.Physics2D.baumgarteTOIScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-baumgarteTOIScale.html
  commentId: P:UnityEngine.Physics2D.baumgarteTOIScale
  nameWithType: Physics2D.baumgarteTOIScale
  type: Property
- uid: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: BoxCast(Vector2, Vector2, float, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCast.html
  commentId: M:UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.BoxCast(Vector2, Vector2, float, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: BoxCast(Vector2, Vector2, float, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCast.html
  commentId: M:UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.BoxCast(Vector2, Vector2, float, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  name: BoxCast(Vector2, Vector2, float, Vector2, float, int)
  fullName: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCast.html
  commentId: M:UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.BoxCast(Vector2, Vector2, float, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single)
  name: BoxCast(Vector2, Vector2, float, Vector2, float)
  fullName: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCast.html
  commentId: M:UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.BoxCast(Vector2, Vector2, float, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  name: BoxCast(Vector2, Vector2, float, Vector2, ContactFilter2D, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCast.html
  commentId: M:UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.BoxCast(Vector2, Vector2, float, Vector2, ContactFilter2D, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  name: BoxCast(Vector2, Vector2, float, Vector2, ContactFilter2D, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCast.html
  commentId: M:UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.BoxCast(Vector2, Vector2, float, Vector2, ContactFilter2D, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2)
  name: BoxCast(Vector2, Vector2, float, Vector2)
  fullName: UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCast.html
  commentId: M:UnityEngine.Physics2D.BoxCast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2)
  nameWithType: Physics2D.BoxCast(Vector2, Vector2, float, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: BoxCastAll(Vector2, Vector2, float, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastAll.html
  commentId: M:UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.BoxCastAll(Vector2, Vector2, float, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: BoxCastAll(Vector2, Vector2, float, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastAll.html
  commentId: M:UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.BoxCastAll(Vector2, Vector2, float, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  name: BoxCastAll(Vector2, Vector2, float, Vector2, float, int)
  fullName: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastAll.html
  commentId: M:UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.BoxCastAll(Vector2, Vector2, float, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single)
  name: BoxCastAll(Vector2, Vector2, float, Vector2, float)
  fullName: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastAll.html
  commentId: M:UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.BoxCastAll(Vector2, Vector2, float, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2)
  name: BoxCastAll(Vector2, Vector2, float, Vector2)
  fullName: UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastAll.html
  commentId: M:UnityEngine.Physics2D.BoxCastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2)
  nameWithType: Physics2D.BoxCastAll(Vector2, Vector2, float, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  name: BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[], float, int, float, float)
  fullName: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[], float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  name: BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[], float, int, float)
  fullName: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[], float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  name: BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[], float, int)
  fullName: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  nameWithType: Physics2D.BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[], float, int)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  name: BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  name: BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.BoxCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.BoxCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.BoxCastNonAlloc(Vector2, Vector2, float, Vector2, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.callbacksOnDisable
  name: callbacksOnDisable
  fullName: UnityEngine.Physics2D.callbacksOnDisable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-callbacksOnDisable.html
  commentId: P:UnityEngine.Physics2D.callbacksOnDisable
  nameWithType: Physics2D.callbacksOnDisable
  type: Property
- uid: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCast.html
  commentId: M:UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCast.html
  commentId: M:UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  name: CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int)
  fullName: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCast.html
  commentId: M:UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single)
  name: CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float)
  fullName: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCast.html
  commentId: M:UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  name: CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, ContactFilter2D, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCast.html
  commentId: M:UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, ContactFilter2D, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  name: CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, ContactFilter2D, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCast.html
  commentId: M:UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2, ContactFilter2D, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2)
  name: CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2)
  fullName: UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCast.html
  commentId: M:UnityEngine.Physics2D.CapsuleCast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2)
  nameWithType: Physics2D.CapsuleCast(Vector2, Vector2, CapsuleDirection2D, float, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  name: CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int)
  fullName: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single)
  name: CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float)
  fullName: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2)
  name: CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2)
  fullName: UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastAll.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2)
  nameWithType: Physics2D.CapsuleCastAll(Vector2, Vector2, CapsuleDirection2D, float, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  name: CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[], float, int, float, float)
  fullName: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[], float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  name: CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[], float, int, float)
  fullName: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[], float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  name: CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[], float, int)
  fullName: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  nameWithType: Physics2D.CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[], float, int)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  name: CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  name: CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CapsuleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CapsuleCastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.CapsuleCastNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Vector2, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.changeStopsCallbacks
  name: changeStopsCallbacks
  fullName: UnityEngine.Physics2D.changeStopsCallbacks
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-changeStopsCallbacks.html
  commentId: P:UnityEngine.Physics2D.changeStopsCallbacks
  nameWithType: Physics2D.changeStopsCallbacks
  type: Property
- uid: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: CircleCast(Vector2, float, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2, float, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCast.html
  commentId: M:UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.CircleCast(Vector2, float, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: CircleCast(Vector2, float, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2, float, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCast.html
  commentId: M:UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.CircleCast(Vector2, float, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  name: CircleCast(Vector2, float, Vector2, float, int)
  fullName: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2, float, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCast.html
  commentId: M:UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.CircleCast(Vector2, float, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single)
  name: CircleCast(Vector2, float, Vector2, float)
  fullName: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2, float, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCast.html
  commentId: M:UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.CircleCast(Vector2, float, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  name: CircleCast(Vector2, float, Vector2, ContactFilter2D, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCast.html
  commentId: M:UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.CircleCast(Vector2, float, Vector2, ContactFilter2D, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  name: CircleCast(Vector2, float, Vector2, ContactFilter2D, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCast.html
  commentId: M:UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.CircleCast(Vector2, float, Vector2, ContactFilter2D, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2)
  name: CircleCast(Vector2, float, Vector2)
  fullName: UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2, float, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCast.html
  commentId: M:UnityEngine.Physics2D.CircleCast(UnityEngine.Vector2,System.Single,UnityEngine.Vector2)
  nameWithType: Physics2D.CircleCast(Vector2, float, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: CircleCastAll(Vector2, float, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2, float, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastAll.html
  commentId: M:UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.CircleCastAll(Vector2, float, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: CircleCastAll(Vector2, float, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2, float, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastAll.html
  commentId: M:UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.CircleCastAll(Vector2, float, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  name: CircleCastAll(Vector2, float, Vector2, float, int)
  fullName: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2, float, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastAll.html
  commentId: M:UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.CircleCastAll(Vector2, float, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single)
  name: CircleCastAll(Vector2, float, Vector2, float)
  fullName: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2, float, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastAll.html
  commentId: M:UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.CircleCastAll(Vector2, float, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2)
  name: CircleCastAll(Vector2, float, Vector2)
  fullName: UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2, float, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastAll.html
  commentId: M:UnityEngine.Physics2D.CircleCastAll(UnityEngine.Vector2,System.Single,UnityEngine.Vector2)
  nameWithType: Physics2D.CircleCastAll(Vector2, float, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  name: CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[], float, int, float, float)
  fullName: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[], float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  name: CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[], float, int, float)
  fullName: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[], float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  name: CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[], float, int)
  fullName: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  nameWithType: Physics2D.CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[], float, int)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  name: CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  name: CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2, float, UnityEngine.Vector2, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.CircleCastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.CircleCastNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.CircleCastNonAlloc(Vector2, float, Vector2, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.colliderAABBColor
  name: colliderAABBColor
  fullName: UnityEngine.Physics2D.colliderAABBColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-colliderAABBColor.html
  commentId: P:UnityEngine.Physics2D.colliderAABBColor
  nameWithType: Physics2D.colliderAABBColor
  type: Property
- uid: UnityEngine.Physics2D.colliderAsleepColor
  name: colliderAsleepColor
  fullName: UnityEngine.Physics2D.colliderAsleepColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-colliderAsleepColor.html
  commentId: P:UnityEngine.Physics2D.colliderAsleepColor
  nameWithType: Physics2D.colliderAsleepColor
  type: Property
- uid: UnityEngine.Physics2D.colliderAwakeColor
  name: colliderAwakeColor
  fullName: UnityEngine.Physics2D.colliderAwakeColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-colliderAwakeColor.html
  commentId: P:UnityEngine.Physics2D.colliderAwakeColor
  nameWithType: Physics2D.colliderAwakeColor
  type: Property
- uid: UnityEngine.Physics2D.colliderContactColor
  name: colliderContactColor
  fullName: UnityEngine.Physics2D.colliderContactColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-colliderContactColor.html
  commentId: P:UnityEngine.Physics2D.colliderContactColor
  nameWithType: Physics2D.colliderContactColor
  type: Property
- uid: UnityEngine.Physics2D.contactArrowScale
  name: contactArrowScale
  fullName: UnityEngine.Physics2D.contactArrowScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-contactArrowScale.html
  commentId: P:UnityEngine.Physics2D.contactArrowScale
  nameWithType: Physics2D.contactArrowScale
  type: Property
- uid: UnityEngine.Physics2D.defaultContactOffset
  name: defaultContactOffset
  fullName: UnityEngine.Physics2D.defaultContactOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-defaultContactOffset.html
  commentId: P:UnityEngine.Physics2D.defaultContactOffset
  nameWithType: Physics2D.defaultContactOffset
  type: Property
- uid: UnityEngine.Physics2D.DefaultRaycastLayers
  name: DefaultRaycastLayers
  fullName: UnityEngine.Physics2D.DefaultRaycastLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.DefaultRaycastLayers.html
  commentId: F:UnityEngine.Physics2D.DefaultRaycastLayers
  nameWithType: Physics2D.DefaultRaycastLayers
  type: Field
- uid: UnityEngine.Physics2D.deleteStopsCallbacks
  name: deleteStopsCallbacks
  fullName: UnityEngine.Physics2D.deleteStopsCallbacks
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-deleteStopsCallbacks.html
  commentId: P:UnityEngine.Physics2D.deleteStopsCallbacks
  nameWithType: Physics2D.deleteStopsCallbacks
  type: Property
- uid: UnityEngine.Physics2D.Distance(UnityEngine.Collider2D,UnityEngine.Collider2D)
  name: Distance(Collider2D, Collider2D)
  fullName: UnityEngine.Physics2D.Distance(UnityEngine.Collider2D, UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Distance.html
  commentId: M:UnityEngine.Physics2D.Distance(UnityEngine.Collider2D,UnityEngine.Collider2D)
  nameWithType: Physics2D.Distance(Collider2D, Collider2D)
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.Collider2D,UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  name: GetContacts(Collider2D, Collider2D, ContactFilter2D, ContactPoint2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D, UnityEngine.Collider2D, UnityEngine.ContactFilter2D, UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.Collider2D,UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  nameWithType: Physics2D.GetContacts(Collider2D, Collider2D, ContactFilter2D, ContactPoint2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.Collider2D[])
  name: GetContacts(Collider2D, Collider2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.GetContacts(Collider2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: GetContacts(Collider2D, ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D, UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.GetContacts(Collider2D, ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  name: GetContacts(Collider2D, ContactFilter2D, ContactPoint2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D, UnityEngine.ContactFilter2D, UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  nameWithType: Physics2D.GetContacts(Collider2D, ContactFilter2D, ContactPoint2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.ContactPoint2D[])
  name: GetContacts(Collider2D, ContactPoint2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D, UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Collider2D,UnityEngine.ContactPoint2D[])
  nameWithType: Physics2D.GetContacts(Collider2D, ContactPoint2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D,UnityEngine.Collider2D[])
  name: GetContacts(Rigidbody2D, Collider2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.GetContacts(Rigidbody2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: GetContacts(Rigidbody2D, ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D, UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.GetContacts(Rigidbody2D, ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D,UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  name: GetContacts(Rigidbody2D, ContactFilter2D, ContactPoint2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D, UnityEngine.ContactFilter2D, UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D,UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  nameWithType: Physics2D.GetContacts(Rigidbody2D, ContactFilter2D, ContactPoint2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D,UnityEngine.ContactPoint2D[])
  name: GetContacts(Rigidbody2D, ContactPoint2D[])
  fullName: UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D, UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetContacts.html
  commentId: M:UnityEngine.Physics2D.GetContacts(UnityEngine.Rigidbody2D,UnityEngine.ContactPoint2D[])
  nameWithType: Physics2D.GetContacts(Rigidbody2D, ContactPoint2D[])
  type: Method
- uid: UnityEngine.Physics2D.GetIgnoreCollision(UnityEngine.Collider2D,UnityEngine.Collider2D)
  name: GetIgnoreCollision(Collider2D, Collider2D)
  fullName: UnityEngine.Physics2D.GetIgnoreCollision(UnityEngine.Collider2D, UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetIgnoreCollision.html
  commentId: M:UnityEngine.Physics2D.GetIgnoreCollision(UnityEngine.Collider2D,UnityEngine.Collider2D)
  nameWithType: Physics2D.GetIgnoreCollision(Collider2D, Collider2D)
  type: Method
- uid: UnityEngine.Physics2D.GetIgnoreLayerCollision(System.Int32,System.Int32)
  name: GetIgnoreLayerCollision(int, int)
  fullName: UnityEngine.Physics2D.GetIgnoreLayerCollision(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetIgnoreLayerCollision.html
  commentId: M:UnityEngine.Physics2D.GetIgnoreLayerCollision(System.Int32,System.Int32)
  nameWithType: Physics2D.GetIgnoreLayerCollision(int, int)
  type: Method
- uid: UnityEngine.Physics2D.GetLayerCollisionMask(System.Int32)
  name: GetLayerCollisionMask(int)
  fullName: UnityEngine.Physics2D.GetLayerCollisionMask(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetLayerCollisionMask.html
  commentId: M:UnityEngine.Physics2D.GetLayerCollisionMask(System.Int32)
  nameWithType: Physics2D.GetLayerCollisionMask(int)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray,System.Single,System.Int32)
  name: GetRayIntersection(Ray, float, int)
  fullName: UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersection.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray,System.Single,System.Int32)
  nameWithType: Physics2D.GetRayIntersection(Ray, float, int)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray,System.Single)
  name: GetRayIntersection(Ray, float)
  fullName: UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersection.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray,System.Single)
  nameWithType: Physics2D.GetRayIntersection(Ray, float)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray)
  name: GetRayIntersection(Ray)
  fullName: UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersection.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersection(UnityEngine.Ray)
  nameWithType: Physics2D.GetRayIntersection(Ray)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray,System.Single,System.Int32)
  name: GetRayIntersectionAll(Ray, float, int)
  fullName: UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersectionAll.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray,System.Single,System.Int32)
  nameWithType: Physics2D.GetRayIntersectionAll(Ray, float, int)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray,System.Single)
  name: GetRayIntersectionAll(Ray, float)
  fullName: UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersectionAll.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray,System.Single)
  nameWithType: Physics2D.GetRayIntersectionAll(Ray, float)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray)
  name: GetRayIntersectionAll(Ray)
  fullName: UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersectionAll.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersectionAll(UnityEngine.Ray)
  nameWithType: Physics2D.GetRayIntersectionAll(Ray)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  name: GetRayIntersectionNonAlloc(Ray, RaycastHit2D[], float, int)
  fullName: UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray, UnityEngine.RaycastHit2D[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersectionNonAlloc.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  nameWithType: Physics2D.GetRayIntersectionNonAlloc(Ray, RaycastHit2D[], float, int)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit2D[],System.Single)
  name: GetRayIntersectionNonAlloc(Ray, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersectionNonAlloc.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.GetRayIntersectionNonAlloc(Ray, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit2D[])
  name: GetRayIntersectionNonAlloc(Ray, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.GetRayIntersectionNonAlloc.html
  commentId: M:UnityEngine.Physics2D.GetRayIntersectionNonAlloc(UnityEngine.Ray,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.GetRayIntersectionNonAlloc(Ray, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.gravity
  name: gravity
  fullName: UnityEngine.Physics2D.gravity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-gravity.html
  commentId: P:UnityEngine.Physics2D.gravity
  nameWithType: Physics2D.gravity
  type: Property
- uid: UnityEngine.Physics2D.IgnoreCollision(UnityEngine.Collider2D,UnityEngine.Collider2D,System.Boolean)
  name: IgnoreCollision(Collider2D, Collider2D, bool)
  fullName: UnityEngine.Physics2D.IgnoreCollision(UnityEngine.Collider2D, UnityEngine.Collider2D, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IgnoreCollision.html
  commentId: M:UnityEngine.Physics2D.IgnoreCollision(UnityEngine.Collider2D,UnityEngine.Collider2D,System.Boolean)
  nameWithType: Physics2D.IgnoreCollision(Collider2D, Collider2D, bool)
  type: Method
- uid: UnityEngine.Physics2D.IgnoreCollision(UnityEngine.Collider2D,UnityEngine.Collider2D)
  name: IgnoreCollision(Collider2D, Collider2D)
  fullName: UnityEngine.Physics2D.IgnoreCollision(UnityEngine.Collider2D, UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IgnoreCollision.html
  commentId: M:UnityEngine.Physics2D.IgnoreCollision(UnityEngine.Collider2D,UnityEngine.Collider2D)
  nameWithType: Physics2D.IgnoreCollision(Collider2D, Collider2D)
  type: Method
- uid: UnityEngine.Physics2D.IgnoreLayerCollision(System.Int32,System.Int32,System.Boolean)
  name: IgnoreLayerCollision(int, int, bool)
  fullName: UnityEngine.Physics2D.IgnoreLayerCollision(int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IgnoreLayerCollision.html
  commentId: M:UnityEngine.Physics2D.IgnoreLayerCollision(System.Int32,System.Int32,System.Boolean)
  nameWithType: Physics2D.IgnoreLayerCollision(int, int, bool)
  type: Method
- uid: UnityEngine.Physics2D.IgnoreLayerCollision(System.Int32,System.Int32)
  name: IgnoreLayerCollision(int, int)
  fullName: UnityEngine.Physics2D.IgnoreLayerCollision(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IgnoreLayerCollision.html
  commentId: M:UnityEngine.Physics2D.IgnoreLayerCollision(System.Int32,System.Int32)
  nameWithType: Physics2D.IgnoreLayerCollision(int, int)
  type: Method
- uid: UnityEngine.Physics2D.IgnoreRaycastLayer
  name: IgnoreRaycastLayer
  fullName: UnityEngine.Physics2D.IgnoreRaycastLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IgnoreRaycastLayer.html
  commentId: F:UnityEngine.Physics2D.IgnoreRaycastLayer
  nameWithType: Physics2D.IgnoreRaycastLayer
  type: Field
- uid: UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D,UnityEngine.Collider2D,UnityEngine.ContactFilter2D)
  name: IsTouching(Collider2D, Collider2D, ContactFilter2D)
  fullName: UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D, UnityEngine.Collider2D, UnityEngine.ContactFilter2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IsTouching.html
  commentId: M:UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D,UnityEngine.Collider2D,UnityEngine.ContactFilter2D)
  nameWithType: Physics2D.IsTouching(Collider2D, Collider2D, ContactFilter2D)
  type: Method
- uid: UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D,UnityEngine.Collider2D)
  name: IsTouching(Collider2D, Collider2D)
  fullName: UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D, UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IsTouching.html
  commentId: M:UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D,UnityEngine.Collider2D)
  nameWithType: Physics2D.IsTouching(Collider2D, Collider2D)
  type: Method
- uid: UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D,UnityEngine.ContactFilter2D)
  name: IsTouching(Collider2D, ContactFilter2D)
  fullName: UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D, UnityEngine.ContactFilter2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IsTouching.html
  commentId: M:UnityEngine.Physics2D.IsTouching(UnityEngine.Collider2D,UnityEngine.ContactFilter2D)
  nameWithType: Physics2D.IsTouching(Collider2D, ContactFilter2D)
  type: Method
- uid: UnityEngine.Physics2D.IsTouchingLayers(UnityEngine.Collider2D,System.Int32)
  name: IsTouchingLayers(Collider2D, int)
  fullName: UnityEngine.Physics2D.IsTouchingLayers(UnityEngine.Collider2D, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IsTouchingLayers.html
  commentId: M:UnityEngine.Physics2D.IsTouchingLayers(UnityEngine.Collider2D,System.Int32)
  nameWithType: Physics2D.IsTouchingLayers(Collider2D, int)
  type: Method
- uid: UnityEngine.Physics2D.IsTouchingLayers(UnityEngine.Collider2D)
  name: IsTouchingLayers(Collider2D)
  fullName: UnityEngine.Physics2D.IsTouchingLayers(UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.IsTouchingLayers.html
  commentId: M:UnityEngine.Physics2D.IsTouchingLayers(UnityEngine.Collider2D)
  nameWithType: Physics2D.IsTouchingLayers(Collider2D)
  type: Method
- uid: UnityEngine.Physics2D.linearSleepTolerance
  name: linearSleepTolerance
  fullName: UnityEngine.Physics2D.linearSleepTolerance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-linearSleepTolerance.html
  commentId: P:UnityEngine.Physics2D.linearSleepTolerance
  nameWithType: Physics2D.linearSleepTolerance
  type: Property
- uid: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  name: Linecast(Vector2, Vector2, int, float, float)
  fullName: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2, UnityEngine.Vector2, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Linecast.html
  commentId: M:UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.Linecast(Vector2, Vector2, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single)
  name: Linecast(Vector2, Vector2, int, float)
  fullName: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2, UnityEngine.Vector2, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Linecast.html
  commentId: M:UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single)
  nameWithType: Physics2D.Linecast(Vector2, Vector2, int, float)
  type: Method
- uid: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32)
  name: Linecast(Vector2, Vector2, int)
  fullName: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2, UnityEngine.Vector2, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Linecast.html
  commentId: M:UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32)
  nameWithType: Physics2D.Linecast(Vector2, Vector2, int)
  type: Method
- uid: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  name: Linecast(Vector2, Vector2, ContactFilter2D, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Linecast.html
  commentId: M:UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.Linecast(Vector2, Vector2, ContactFilter2D, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Linecast(Vector2, Vector2)
  fullName: UnityEngine.Physics2D.Linecast(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Linecast.html
  commentId: M:UnityEngine.Physics2D.Linecast(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Physics2D.Linecast(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  name: LinecastAll(Vector2, Vector2, int, float, float)
  fullName: UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2, UnityEngine.Vector2, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.LinecastAll.html
  commentId: M:UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.LinecastAll(Vector2, Vector2, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single)
  name: LinecastAll(Vector2, Vector2, int, float)
  fullName: UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2, UnityEngine.Vector2, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.LinecastAll.html
  commentId: M:UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single)
  nameWithType: Physics2D.LinecastAll(Vector2, Vector2, int, float)
  type: Method
- uid: UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32)
  name: LinecastAll(Vector2, Vector2, int)
  fullName: UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2, UnityEngine.Vector2, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.LinecastAll.html
  commentId: M:UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32)
  nameWithType: Physics2D.LinecastAll(Vector2, Vector2, int)
  type: Method
- uid: UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2,UnityEngine.Vector2)
  name: LinecastAll(Vector2, Vector2)
  fullName: UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.LinecastAll.html
  commentId: M:UnityEngine.Physics2D.LinecastAll(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Physics2D.LinecastAll(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Int32,System.Single,System.Single)
  name: LinecastNonAlloc(Vector2, Vector2, RaycastHit2D[], int, float, float)
  fullName: UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.LinecastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.LinecastNonAlloc(Vector2, Vector2, RaycastHit2D[], int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Int32,System.Single)
  name: LinecastNonAlloc(Vector2, Vector2, RaycastHit2D[], int, float)
  fullName: UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.LinecastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Int32,System.Single)
  nameWithType: Physics2D.LinecastNonAlloc(Vector2, Vector2, RaycastHit2D[], int, float)
  type: Method
- uid: UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Int32)
  name: LinecastNonAlloc(Vector2, Vector2, RaycastHit2D[], int)
  fullName: UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.LinecastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Int32)
  nameWithType: Physics2D.LinecastNonAlloc(Vector2, Vector2, RaycastHit2D[], int)
  type: Method
- uid: UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  name: LinecastNonAlloc(Vector2, Vector2, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.LinecastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.LinecastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.LinecastNonAlloc(Vector2, Vector2, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.maxAngularCorrection
  name: maxAngularCorrection
  fullName: UnityEngine.Physics2D.maxAngularCorrection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-maxAngularCorrection.html
  commentId: P:UnityEngine.Physics2D.maxAngularCorrection
  nameWithType: Physics2D.maxAngularCorrection
  type: Property
- uid: UnityEngine.Physics2D.maxLinearCorrection
  name: maxLinearCorrection
  fullName: UnityEngine.Physics2D.maxLinearCorrection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-maxLinearCorrection.html
  commentId: P:UnityEngine.Physics2D.maxLinearCorrection
  nameWithType: Physics2D.maxLinearCorrection
  type: Property
- uid: UnityEngine.Physics2D.maxRotationSpeed
  name: maxRotationSpeed
  fullName: UnityEngine.Physics2D.maxRotationSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-maxRotationSpeed.html
  commentId: P:UnityEngine.Physics2D.maxRotationSpeed
  nameWithType: Physics2D.maxRotationSpeed
  type: Property
- uid: UnityEngine.Physics2D.maxTranslationSpeed
  name: maxTranslationSpeed
  fullName: UnityEngine.Physics2D.maxTranslationSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-maxTranslationSpeed.html
  commentId: P:UnityEngine.Physics2D.maxTranslationSpeed
  nameWithType: Physics2D.maxTranslationSpeed
  type: Property
- uid: UnityEngine.Physics2D.minPenetrationForPenalty
  name: minPenetrationForPenalty
  fullName: UnityEngine.Physics2D.minPenetrationForPenalty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-minPenetrationForPenalty.html
  commentId: P:UnityEngine.Physics2D.minPenetrationForPenalty
  nameWithType: Physics2D.minPenetrationForPenalty
  type: Property
- uid: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  name: OverlapArea(Vector2, Vector2, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2, UnityEngine.Vector2, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapArea.html
  commentId: M:UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapArea(Vector2, Vector2, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single)
  name: OverlapArea(Vector2, Vector2, int, float)
  fullName: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2, UnityEngine.Vector2, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapArea.html
  commentId: M:UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapArea(Vector2, Vector2, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32)
  name: OverlapArea(Vector2, Vector2, int)
  fullName: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2, UnityEngine.Vector2, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapArea.html
  commentId: M:UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32)
  nameWithType: Physics2D.OverlapArea(Vector2, Vector2, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: OverlapArea(Vector2, Vector2, ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapArea.html
  commentId: M:UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapArea(Vector2, Vector2, ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2)
  name: OverlapArea(Vector2, Vector2)
  fullName: UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapArea.html
  commentId: M:UnityEngine.Physics2D.OverlapArea(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Physics2D.OverlapArea(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  name: OverlapAreaAll(Vector2, Vector2, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2, UnityEngine.Vector2, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapAreaAll.html
  commentId: M:UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapAreaAll(Vector2, Vector2, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single)
  name: OverlapAreaAll(Vector2, Vector2, int, float)
  fullName: UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2, UnityEngine.Vector2, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapAreaAll.html
  commentId: M:UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapAreaAll(Vector2, Vector2, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32)
  name: OverlapAreaAll(Vector2, Vector2, int)
  fullName: UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2, UnityEngine.Vector2, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapAreaAll.html
  commentId: M:UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Int32)
  nameWithType: Physics2D.OverlapAreaAll(Vector2, Vector2, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2,UnityEngine.Vector2)
  name: OverlapAreaAll(Vector2, Vector2)
  fullName: UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapAreaAll.html
  commentId: M:UnityEngine.Physics2D.OverlapAreaAll(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Physics2D.OverlapAreaAll(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  name: OverlapAreaNonAlloc(Vector2, Vector2, Collider2D[], int, float, float)
  fullName: UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.Collider2D[], int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapAreaNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapAreaNonAlloc(Vector2, Vector2, Collider2D[], int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32,System.Single)
  name: OverlapAreaNonAlloc(Vector2, Vector2, Collider2D[], int, float)
  fullName: UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.Collider2D[], int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapAreaNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32,System.Single)
  nameWithType: Physics2D.OverlapAreaNonAlloc(Vector2, Vector2, Collider2D[], int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32)
  name: OverlapAreaNonAlloc(Vector2, Vector2, Collider2D[], int)
  fullName: UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.Collider2D[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapAreaNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32)
  nameWithType: Physics2D.OverlapAreaNonAlloc(Vector2, Vector2, Collider2D[], int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Collider2D[])
  name: OverlapAreaNonAlloc(Vector2, Vector2, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapAreaNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapAreaNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapAreaNonAlloc(Vector2, Vector2, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: OverlapBox(Vector2, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBox.html
  commentId: M:UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapBox(Vector2, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: OverlapBox(Vector2, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBox.html
  commentId: M:UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapBox(Vector2, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32)
  name: OverlapBox(Vector2, Vector2, float, int)
  fullName: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBox.html
  commentId: M:UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.OverlapBox(Vector2, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: OverlapBox(Vector2, Vector2, float, ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBox.html
  commentId: M:UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapBox(Vector2, Vector2, float, ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  name: OverlapBox(Vector2, Vector2, float)
  fullName: UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBox.html
  commentId: M:UnityEngine.Physics2D.OverlapBox(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.OverlapBox(Vector2, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: OverlapBoxAll(Vector2, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBoxAll.html
  commentId: M:UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapBoxAll(Vector2, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: OverlapBoxAll(Vector2, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBoxAll.html
  commentId: M:UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapBoxAll(Vector2, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32)
  name: OverlapBoxAll(Vector2, Vector2, float, int)
  fullName: UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBoxAll.html
  commentId: M:UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.OverlapBoxAll(Vector2, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  name: OverlapBoxAll(Vector2, Vector2, float)
  fullName: UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBoxAll.html
  commentId: M:UnityEngine.Physics2D.OverlapBoxAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.OverlapBoxAll(Vector2, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  name: OverlapBoxNonAlloc(Vector2, Vector2, float, Collider2D[], int, float, float)
  fullName: UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Collider2D[], int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBoxNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapBoxNonAlloc(Vector2, Vector2, float, Collider2D[], int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single)
  name: OverlapBoxNonAlloc(Vector2, Vector2, float, Collider2D[], int, float)
  fullName: UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Collider2D[], int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBoxNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single)
  nameWithType: Physics2D.OverlapBoxNonAlloc(Vector2, Vector2, float, Collider2D[], int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32)
  name: OverlapBoxNonAlloc(Vector2, Vector2, float, Collider2D[], int)
  fullName: UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Collider2D[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBoxNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32)
  nameWithType: Physics2D.OverlapBoxNonAlloc(Vector2, Vector2, float, Collider2D[], int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[])
  name: OverlapBoxNonAlloc(Vector2, Vector2, float, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, float, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapBoxNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapBoxNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapBoxNonAlloc(Vector2, Vector2, float, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32,System.Single,System.Single)
  name: OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsule.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32,System.Single)
  name: OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float, int, float)
  fullName: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsule.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32)
  name: OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float, int)
  fullName: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsule.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32)
  nameWithType: Physics2D.OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float, ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsule.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float, ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single)
  name: OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float)
  fullName: UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsule.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsule(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single)
  nameWithType: Physics2D.OverlapCapsule(Vector2, Vector2, CapsuleDirection2D, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32,System.Single,System.Single)
  name: OverlapCapsuleAll(Vector2, Vector2, CapsuleDirection2D, float, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsuleAll.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapCapsuleAll(Vector2, Vector2, CapsuleDirection2D, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32,System.Single)
  name: OverlapCapsuleAll(Vector2, Vector2, CapsuleDirection2D, float, int, float)
  fullName: UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsuleAll.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapCapsuleAll(Vector2, Vector2, CapsuleDirection2D, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32)
  name: OverlapCapsuleAll(Vector2, Vector2, CapsuleDirection2D, float, int)
  fullName: UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsuleAll.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,System.Int32)
  nameWithType: Physics2D.OverlapCapsuleAll(Vector2, Vector2, CapsuleDirection2D, float, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single)
  name: OverlapCapsuleAll(Vector2, Vector2, CapsuleDirection2D, float)
  fullName: UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsuleAll.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsuleAll(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single)
  nameWithType: Physics2D.OverlapCapsuleAll(Vector2, Vector2, CapsuleDirection2D, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  name: OverlapCapsuleNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Collider2D[], int, float, float)
  fullName: UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Collider2D[], int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsuleNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapCapsuleNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Collider2D[], int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single)
  name: OverlapCapsuleNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Collider2D[], int, float)
  fullName: UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Collider2D[], int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsuleNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single)
  nameWithType: Physics2D.OverlapCapsuleNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Collider2D[], int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Collider2D[],System.Int32)
  name: OverlapCapsuleNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Collider2D[], int)
  fullName: UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Collider2D[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsuleNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Collider2D[],System.Int32)
  nameWithType: Physics2D.OverlapCapsuleNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Collider2D[], int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Collider2D[])
  name: OverlapCapsuleNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.CapsuleDirection2D, float, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCapsuleNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapCapsuleNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.CapsuleDirection2D,System.Single,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapCapsuleNonAlloc(Vector2, Vector2, CapsuleDirection2D, float, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: OverlapCircle(Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircle.html
  commentId: M:UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapCircle(Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: OverlapCircle(Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircle.html
  commentId: M:UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapCircle(Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single,System.Int32)
  name: OverlapCircle(Vector2, float, int)
  fullName: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircle.html
  commentId: M:UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.OverlapCircle(Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: OverlapCircle(Vector2, float, ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2, float, UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircle.html
  commentId: M:UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapCircle(Vector2, float, ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single)
  name: OverlapCircle(Vector2, float)
  fullName: UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircle.html
  commentId: M:UnityEngine.Physics2D.OverlapCircle(UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.OverlapCircle(Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: OverlapCircleAll(Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircleAll.html
  commentId: M:UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapCircleAll(Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: OverlapCircleAll(Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircleAll.html
  commentId: M:UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapCircleAll(Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2,System.Single,System.Int32)
  name: OverlapCircleAll(Vector2, float, int)
  fullName: UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircleAll.html
  commentId: M:UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.OverlapCircleAll(Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2,System.Single)
  name: OverlapCircleAll(Vector2, float)
  fullName: UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircleAll.html
  commentId: M:UnityEngine.Physics2D.OverlapCircleAll(UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.OverlapCircleAll(Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  name: OverlapCircleNonAlloc(Vector2, float, Collider2D[], int, float, float)
  fullName: UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2, float, UnityEngine.Collider2D[], int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircleNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapCircleNonAlloc(Vector2, float, Collider2D[], int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single)
  name: OverlapCircleNonAlloc(Vector2, float, Collider2D[], int, float)
  fullName: UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2, float, UnityEngine.Collider2D[], int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircleNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32,System.Single)
  nameWithType: Physics2D.OverlapCircleNonAlloc(Vector2, float, Collider2D[], int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32)
  name: OverlapCircleNonAlloc(Vector2, float, Collider2D[], int)
  fullName: UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2, float, UnityEngine.Collider2D[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircleNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[],System.Int32)
  nameWithType: Physics2D.OverlapCircleNonAlloc(Vector2, float, Collider2D[], int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[])
  name: OverlapCircleNonAlloc(Vector2, float, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2, float, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCircleNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapCircleNonAlloc(UnityEngine.Vector2,System.Single,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapCircleNonAlloc(Vector2, float, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapCollider(UnityEngine.Collider2D,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: OverlapCollider(Collider2D, ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapCollider(UnityEngine.Collider2D, UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapCollider.html
  commentId: M:UnityEngine.Physics2D.OverlapCollider(UnityEngine.Collider2D,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapCollider(Collider2D, ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  name: OverlapPoint(Vector2, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPoint.html
  commentId: M:UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapPoint(Vector2, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2,System.Int32,System.Single)
  name: OverlapPoint(Vector2, int, float)
  fullName: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPoint.html
  commentId: M:UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapPoint(Vector2, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2,System.Int32)
  name: OverlapPoint(Vector2, int)
  fullName: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPoint.html
  commentId: M:UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2,System.Int32)
  nameWithType: Physics2D.OverlapPoint(Vector2, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: OverlapPoint(Vector2, ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPoint.html
  commentId: M:UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapPoint(Vector2, ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2)
  name: OverlapPoint(Vector2)
  fullName: UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPoint.html
  commentId: M:UnityEngine.Physics2D.OverlapPoint(UnityEngine.Vector2)
  nameWithType: Physics2D.OverlapPoint(Vector2)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  name: OverlapPointAll(Vector2, int, float, float)
  fullName: UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPointAll.html
  commentId: M:UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapPointAll(Vector2, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2,System.Int32,System.Single)
  name: OverlapPointAll(Vector2, int, float)
  fullName: UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPointAll.html
  commentId: M:UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2,System.Int32,System.Single)
  nameWithType: Physics2D.OverlapPointAll(Vector2, int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2,System.Int32)
  name: OverlapPointAll(Vector2, int)
  fullName: UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPointAll.html
  commentId: M:UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2,System.Int32)
  nameWithType: Physics2D.OverlapPointAll(Vector2, int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2)
  name: OverlapPointAll(Vector2)
  fullName: UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPointAll.html
  commentId: M:UnityEngine.Physics2D.OverlapPointAll(UnityEngine.Vector2)
  nameWithType: Physics2D.OverlapPointAll(Vector2)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  name: OverlapPointNonAlloc(Vector2, Collider2D[], int, float, float)
  fullName: UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2, UnityEngine.Collider2D[], int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPointNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.OverlapPointNonAlloc(Vector2, Collider2D[], int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32,System.Single)
  name: OverlapPointNonAlloc(Vector2, Collider2D[], int, float)
  fullName: UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2, UnityEngine.Collider2D[], int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPointNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32,System.Single)
  nameWithType: Physics2D.OverlapPointNonAlloc(Vector2, Collider2D[], int, float)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32)
  name: OverlapPointNonAlloc(Vector2, Collider2D[], int)
  fullName: UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2, UnityEngine.Collider2D[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPointNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2,UnityEngine.Collider2D[],System.Int32)
  nameWithType: Physics2D.OverlapPointNonAlloc(Vector2, Collider2D[], int)
  type: Method
- uid: UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2,UnityEngine.Collider2D[])
  name: OverlapPointNonAlloc(Vector2, Collider2D[])
  fullName: UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.OverlapPointNonAlloc.html
  commentId: M:UnityEngine.Physics2D.OverlapPointNonAlloc(UnityEngine.Vector2,UnityEngine.Collider2D[])
  nameWithType: Physics2D.OverlapPointNonAlloc(Vector2, Collider2D[])
  type: Method
- uid: UnityEngine.Physics2D.positionIterations
  name: positionIterations
  fullName: UnityEngine.Physics2D.positionIterations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-positionIterations.html
  commentId: P:UnityEngine.Physics2D.positionIterations
  nameWithType: Physics2D.positionIterations
  type: Property
- uid: UnityEngine.Physics2D.queriesHitTriggers
  name: queriesHitTriggers
  fullName: UnityEngine.Physics2D.queriesHitTriggers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-queriesHitTriggers.html
  commentId: P:UnityEngine.Physics2D.queriesHitTriggers
  nameWithType: Physics2D.queriesHitTriggers
  type: Property
- uid: UnityEngine.Physics2D.queriesStartInColliders
  name: queriesStartInColliders
  fullName: UnityEngine.Physics2D.queriesStartInColliders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-queriesStartInColliders.html
  commentId: P:UnityEngine.Physics2D.queriesStartInColliders
  nameWithType: Physics2D.queriesStartInColliders
  type: Property
- uid: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: Raycast(Vector2, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Raycast.html
  commentId: M:UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.Raycast(Vector2, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: Raycast(Vector2, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Raycast.html
  commentId: M:UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.Raycast(Vector2, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32)
  name: Raycast(Vector2, Vector2, float, int)
  fullName: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Raycast.html
  commentId: M:UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.Raycast(Vector2, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  name: Raycast(Vector2, Vector2, float)
  fullName: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Raycast.html
  commentId: M:UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.Raycast(Vector2, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  name: Raycast(Vector2, Vector2, ContactFilter2D, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Raycast.html
  commentId: M:UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.Raycast(Vector2, Vector2, ContactFilter2D, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  name: Raycast(Vector2, Vector2, ContactFilter2D, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Raycast.html
  commentId: M:UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.Raycast(Vector2, Vector2, ContactFilter2D, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Raycast(Vector2, Vector2)
  fullName: UnityEngine.Physics2D.Raycast(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Raycast.html
  commentId: M:UnityEngine.Physics2D.Raycast(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Physics2D.Raycast(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  name: RaycastAll(Vector2, Vector2, float, int, float, float)
  fullName: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2, UnityEngine.Vector2, float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastAll.html
  commentId: M:UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.RaycastAll(Vector2, Vector2, float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  name: RaycastAll(Vector2, Vector2, float, int, float)
  fullName: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2, UnityEngine.Vector2, float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastAll.html
  commentId: M:UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.RaycastAll(Vector2, Vector2, float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32)
  name: RaycastAll(Vector2, Vector2, float, int)
  fullName: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2, UnityEngine.Vector2, float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastAll.html
  commentId: M:UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Int32)
  nameWithType: Physics2D.RaycastAll(Vector2, Vector2, float, int)
  type: Method
- uid: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  name: RaycastAll(Vector2, Vector2, float)
  fullName: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastAll.html
  commentId: M:UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  nameWithType: Physics2D.RaycastAll(Vector2, Vector2, float)
  type: Method
- uid: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2)
  name: RaycastAll(Vector2, Vector2)
  fullName: UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastAll.html
  commentId: M:UnityEngine.Physics2D.RaycastAll(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Physics2D.RaycastAll(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  name: RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[], float, int, float, float)
  fullName: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single,System.Single)
  nameWithType: Physics2D.RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[], float, int, float, float)
  type: Method
- uid: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  name: RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[], float, int, float)
  fullName: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32,System.Single)
  nameWithType: Physics2D.RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[], float, int, float)
  type: Method
- uid: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  name: RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[], float, int)
  fullName: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
  nameWithType: Physics2D.RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[], float, int)
  type: Method
- uid: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  name: RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[], float)
  fullName: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Physics2D.RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  name: RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[])
  fullName: UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.RaycastNonAlloc.html
  commentId: M:UnityEngine.Physics2D.RaycastNonAlloc(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  nameWithType: Physics2D.RaycastNonAlloc(Vector2, Vector2, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Physics2D.raycastsHitTriggers
  name: raycastsHitTriggers
  fullName: UnityEngine.Physics2D.raycastsHitTriggers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-raycastsHitTriggers.html
  commentId: P:UnityEngine.Physics2D.raycastsHitTriggers
  nameWithType: Physics2D.raycastsHitTriggers
  type: Property
- uid: UnityEngine.Physics2D.raycastsStartInColliders
  name: raycastsStartInColliders
  fullName: UnityEngine.Physics2D.raycastsStartInColliders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-raycastsStartInColliders.html
  commentId: P:UnityEngine.Physics2D.raycastsStartInColliders
  nameWithType: Physics2D.raycastsStartInColliders
  type: Property
- uid: UnityEngine.Physics2D.SetLayerCollisionMask(System.Int32,System.Int32)
  name: SetLayerCollisionMask(int, int)
  fullName: UnityEngine.Physics2D.SetLayerCollisionMask(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.SetLayerCollisionMask.html
  commentId: M:UnityEngine.Physics2D.SetLayerCollisionMask(System.Int32,System.Int32)
  nameWithType: Physics2D.SetLayerCollisionMask(int, int)
  type: Method
- uid: UnityEngine.Physics2D.showColliderAABB
  name: showColliderAABB
  fullName: UnityEngine.Physics2D.showColliderAABB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-showColliderAABB.html
  commentId: P:UnityEngine.Physics2D.showColliderAABB
  nameWithType: Physics2D.showColliderAABB
  type: Property
- uid: UnityEngine.Physics2D.showColliderContacts
  name: showColliderContacts
  fullName: UnityEngine.Physics2D.showColliderContacts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-showColliderContacts.html
  commentId: P:UnityEngine.Physics2D.showColliderContacts
  nameWithType: Physics2D.showColliderContacts
  type: Property
- uid: UnityEngine.Physics2D.showColliderSleep
  name: showColliderSleep
  fullName: UnityEngine.Physics2D.showColliderSleep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-showColliderSleep.html
  commentId: P:UnityEngine.Physics2D.showColliderSleep
  nameWithType: Physics2D.showColliderSleep
  type: Property
- uid: UnityEngine.Physics2D.Simulate(System.Single)
  name: Simulate(float)
  fullName: UnityEngine.Physics2D.Simulate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.Simulate.html
  commentId: M:UnityEngine.Physics2D.Simulate(System.Single)
  nameWithType: Physics2D.Simulate(float)
  type: Method
- uid: UnityEngine.Physics2D.SyncTransforms
  name: SyncTransforms()
  fullName: UnityEngine.Physics2D.SyncTransforms()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D.SyncTransforms.html
  commentId: M:UnityEngine.Physics2D.SyncTransforms
  nameWithType: Physics2D.SyncTransforms()
  type: Method
- uid: UnityEngine.Physics2D.timeToSleep
  name: timeToSleep
  fullName: UnityEngine.Physics2D.timeToSleep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-timeToSleep.html
  commentId: P:UnityEngine.Physics2D.timeToSleep
  nameWithType: Physics2D.timeToSleep
  type: Property
- uid: UnityEngine.Physics2D.velocityIterations
  name: velocityIterations
  fullName: UnityEngine.Physics2D.velocityIterations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-velocityIterations.html
  commentId: P:UnityEngine.Physics2D.velocityIterations
  nameWithType: Physics2D.velocityIterations
  type: Property
- uid: UnityEngine.Physics2D.velocityThreshold
  name: velocityThreshold
  fullName: UnityEngine.Physics2D.velocityThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Physics2D-velocityThreshold.html
  commentId: P:UnityEngine.Physics2D.velocityThreshold
  nameWithType: Physics2D.velocityThreshold
  type: Property
- uid: UnityEngine.PhysicsMaterial2D
  name: PhysicsMaterial2D
  fullName: UnityEngine.PhysicsMaterial2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsMaterial2D.html
  commentId: T:UnityEngine.PhysicsMaterial2D
  nameWithType: PhysicsMaterial2D
  type: Class
- uid: UnityEngine.PhysicsMaterial2D.#ctor
  name: PhysicsMaterial2D()
  fullName: UnityEngine.PhysicsMaterial2D.PhysicsMaterial2D()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsMaterial2D-ctor.html
  commentId: M:UnityEngine.PhysicsMaterial2D.#ctor
  nameWithType: PhysicsMaterial2D.PhysicsMaterial2D()
  type: Constructor
- uid: UnityEngine.PhysicsMaterial2D.#ctor(System.String)
  name: PhysicsMaterial2D(string)
  fullName: UnityEngine.PhysicsMaterial2D.PhysicsMaterial2D(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsMaterial2D-ctor.html
  commentId: M:UnityEngine.PhysicsMaterial2D.#ctor(System.String)
  nameWithType: PhysicsMaterial2D.PhysicsMaterial2D(string)
  type: Constructor
- uid: UnityEngine.PhysicsMaterial2D.bounciness
  name: bounciness
  fullName: UnityEngine.PhysicsMaterial2D.bounciness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsMaterial2D-bounciness.html
  commentId: P:UnityEngine.PhysicsMaterial2D.bounciness
  nameWithType: PhysicsMaterial2D.bounciness
  type: Property
- uid: UnityEngine.PhysicsMaterial2D.friction
  name: friction
  fullName: UnityEngine.PhysicsMaterial2D.friction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsMaterial2D-friction.html
  commentId: P:UnityEngine.PhysicsMaterial2D.friction
  nameWithType: PhysicsMaterial2D.friction
  type: Property
- uid: UnityEngine.PhysicsUpdateBehaviour2D
  name: PhysicsUpdateBehaviour2D
  fullName: UnityEngine.PhysicsUpdateBehaviour2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PhysicsUpdateBehaviour2D.html
  commentId: T:UnityEngine.PhysicsUpdateBehaviour2D
  nameWithType: PhysicsUpdateBehaviour2D
  type: Class
- uid: UnityEngine.Ping
  name: Ping
  fullName: UnityEngine.Ping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ping.html
  commentId: T:UnityEngine.Ping
  nameWithType: Ping
  type: Class
- uid: UnityEngine.Ping.#ctor(System.String)
  name: Ping(string)
  fullName: UnityEngine.Ping.Ping(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ping-ctor.html
  commentId: M:UnityEngine.Ping.#ctor(System.String)
  nameWithType: Ping.Ping(string)
  type: Constructor
- uid: UnityEngine.Ping.DestroyPing
  name: DestroyPing()
  fullName: UnityEngine.Ping.DestroyPing()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ping.DestroyPing.html
  commentId: M:UnityEngine.Ping.DestroyPing
  nameWithType: Ping.DestroyPing()
  type: Method
- uid: UnityEngine.Ping.Finalize
  name: ~Ping()
  fullName: UnityEngine.Ping.~Ping()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ping.Finalize.html
  commentId: M:UnityEngine.Ping.Finalize
  nameWithType: Ping.~Ping()
  type: Method
- uid: UnityEngine.Ping.ip
  name: ip
  fullName: UnityEngine.Ping.ip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ping-ip.html
  commentId: P:UnityEngine.Ping.ip
  nameWithType: Ping.ip
  type: Property
- uid: UnityEngine.Ping.isDone
  name: isDone
  fullName: UnityEngine.Ping.isDone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ping-isDone.html
  commentId: P:UnityEngine.Ping.isDone
  nameWithType: Ping.isDone
  type: Property
- uid: UnityEngine.Ping.time
  name: time
  fullName: UnityEngine.Ping.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ping-time.html
  commentId: P:UnityEngine.Ping.time
  nameWithType: Ping.time
  type: Property
- uid: UnityEngine.Plane
  name: Plane
  fullName: UnityEngine.Plane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.html
  commentId: T:UnityEngine.Plane
  nameWithType: Plane
  type: Struct
- uid: UnityEngine.Plane.#ctor(UnityEngine.Vector3,System.Single)
  name: Plane(Vector3, float)
  fullName: UnityEngine.Plane.Plane(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane-ctor.html
  commentId: M:UnityEngine.Plane.#ctor(UnityEngine.Vector3,System.Single)
  nameWithType: Plane.Plane(Vector3, float)
  type: Constructor
- uid: UnityEngine.Plane.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: Plane(Vector3, Vector3, Vector3)
  fullName: UnityEngine.Plane.Plane(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane-ctor.html
  commentId: M:UnityEngine.Plane.#ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Plane.Plane(Vector3, Vector3, Vector3)
  type: Constructor
- uid: UnityEngine.Plane.#ctor(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Plane(Vector3, Vector3)
  fullName: UnityEngine.Plane.Plane(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane-ctor.html
  commentId: M:UnityEngine.Plane.#ctor(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Plane.Plane(Vector3, Vector3)
  type: Constructor
- uid: UnityEngine.Plane.ClosestPointOnPlane(UnityEngine.Vector3)
  name: ClosestPointOnPlane(Vector3)
  fullName: UnityEngine.Plane.ClosestPointOnPlane(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.ClosestPointOnPlane.html
  commentId: M:UnityEngine.Plane.ClosestPointOnPlane(UnityEngine.Vector3)
  nameWithType: Plane.ClosestPointOnPlane(Vector3)
  type: Method
- uid: UnityEngine.Plane.distance
  name: distance
  fullName: UnityEngine.Plane.distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane-distance.html
  commentId: P:UnityEngine.Plane.distance
  nameWithType: Plane.distance
  type: Property
- uid: UnityEngine.Plane.Flip
  name: Flip()
  fullName: UnityEngine.Plane.Flip()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.Flip.html
  commentId: M:UnityEngine.Plane.Flip
  nameWithType: Plane.Flip()
  type: Method
- uid: UnityEngine.Plane.flipped
  name: flipped
  fullName: UnityEngine.Plane.flipped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane-flipped.html
  commentId: P:UnityEngine.Plane.flipped
  nameWithType: Plane.flipped
  type: Property
- uid: UnityEngine.Plane.GetDistanceToPoint(UnityEngine.Vector3)
  name: GetDistanceToPoint(Vector3)
  fullName: UnityEngine.Plane.GetDistanceToPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.GetDistanceToPoint.html
  commentId: M:UnityEngine.Plane.GetDistanceToPoint(UnityEngine.Vector3)
  nameWithType: Plane.GetDistanceToPoint(Vector3)
  type: Method
- uid: UnityEngine.Plane.GetSide(UnityEngine.Vector3)
  name: GetSide(Vector3)
  fullName: UnityEngine.Plane.GetSide(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.GetSide.html
  commentId: M:UnityEngine.Plane.GetSide(UnityEngine.Vector3)
  nameWithType: Plane.GetSide(Vector3)
  type: Method
- uid: UnityEngine.Plane.normal
  name: normal
  fullName: UnityEngine.Plane.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane-normal.html
  commentId: P:UnityEngine.Plane.normal
  nameWithType: Plane.normal
  type: Property
- uid: UnityEngine.Plane.Raycast(UnityEngine.Ray,System.Single@)
  name: Raycast(Ray, out float)
  fullName: UnityEngine.Plane.Raycast(UnityEngine.Ray, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.Raycast.html
  commentId: M:UnityEngine.Plane.Raycast(UnityEngine.Ray,System.Single@)
  nameWithType: Plane.Raycast(Ray, out float)
  type: Method
- uid: UnityEngine.Plane.SameSide(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SameSide(Vector3, Vector3)
  fullName: UnityEngine.Plane.SameSide(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.SameSide.html
  commentId: M:UnityEngine.Plane.SameSide(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Plane.SameSide(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Plane.Set3Points(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: Set3Points(Vector3, Vector3, Vector3)
  fullName: UnityEngine.Plane.Set3Points(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.Set3Points.html
  commentId: M:UnityEngine.Plane.Set3Points(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Plane.Set3Points(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEngine.Plane.SetNormalAndPosition(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetNormalAndPosition(Vector3, Vector3)
  fullName: UnityEngine.Plane.SetNormalAndPosition(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.SetNormalAndPosition.html
  commentId: M:UnityEngine.Plane.SetNormalAndPosition(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Plane.SetNormalAndPosition(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Plane.ToString
  name: ToString()
  fullName: UnityEngine.Plane.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.ToString.html
  commentId: M:UnityEngine.Plane.ToString
  nameWithType: Plane.ToString()
  type: Method
- uid: UnityEngine.Plane.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Plane.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.ToString.html
  commentId: M:UnityEngine.Plane.ToString(System.String)
  nameWithType: Plane.ToString(string)
  type: Method
- uid: UnityEngine.Plane.Translate(UnityEngine.Plane,UnityEngine.Vector3)
  name: Translate(Plane, Vector3)
  fullName: UnityEngine.Plane.Translate(UnityEngine.Plane, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.Translate.html
  commentId: M:UnityEngine.Plane.Translate(UnityEngine.Plane,UnityEngine.Vector3)
  nameWithType: Plane.Translate(Plane, Vector3)
  type: Method
- uid: UnityEngine.Plane.Translate(UnityEngine.Vector3)
  name: Translate(Vector3)
  fullName: UnityEngine.Plane.Translate(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Plane.Translate.html
  commentId: M:UnityEngine.Plane.Translate(UnityEngine.Vector3)
  nameWithType: Plane.Translate(Vector3)
  type: Method
- uid: UnityEngine.PlatformEffector2D
  name: PlatformEffector2D
  fullName: UnityEngine.PlatformEffector2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D.html
  commentId: T:UnityEngine.PlatformEffector2D
  nameWithType: PlatformEffector2D
  type: Class
- uid: UnityEngine.PlatformEffector2D.oneWay
  name: oneWay
  fullName: UnityEngine.PlatformEffector2D.oneWay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-oneWay.html
  commentId: P:UnityEngine.PlatformEffector2D.oneWay
  nameWithType: PlatformEffector2D.oneWay
  type: Property
- uid: UnityEngine.PlatformEffector2D.rotationalOffset
  name: rotationalOffset
  fullName: UnityEngine.PlatformEffector2D.rotationalOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-rotationalOffset.html
  commentId: P:UnityEngine.PlatformEffector2D.rotationalOffset
  nameWithType: PlatformEffector2D.rotationalOffset
  type: Property
- uid: UnityEngine.PlatformEffector2D.sideAngleVariance
  name: sideAngleVariance
  fullName: UnityEngine.PlatformEffector2D.sideAngleVariance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-sideAngleVariance.html
  commentId: P:UnityEngine.PlatformEffector2D.sideAngleVariance
  nameWithType: PlatformEffector2D.sideAngleVariance
  type: Property
- uid: UnityEngine.PlatformEffector2D.sideArc
  name: sideArc
  fullName: UnityEngine.PlatformEffector2D.sideArc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-sideArc.html
  commentId: P:UnityEngine.PlatformEffector2D.sideArc
  nameWithType: PlatformEffector2D.sideArc
  type: Property
- uid: UnityEngine.PlatformEffector2D.sideBounce
  name: sideBounce
  fullName: UnityEngine.PlatformEffector2D.sideBounce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-sideBounce.html
  commentId: P:UnityEngine.PlatformEffector2D.sideBounce
  nameWithType: PlatformEffector2D.sideBounce
  type: Property
- uid: UnityEngine.PlatformEffector2D.sideFriction
  name: sideFriction
  fullName: UnityEngine.PlatformEffector2D.sideFriction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-sideFriction.html
  commentId: P:UnityEngine.PlatformEffector2D.sideFriction
  nameWithType: PlatformEffector2D.sideFriction
  type: Property
- uid: UnityEngine.PlatformEffector2D.surfaceArc
  name: surfaceArc
  fullName: UnityEngine.PlatformEffector2D.surfaceArc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-surfaceArc.html
  commentId: P:UnityEngine.PlatformEffector2D.surfaceArc
  nameWithType: PlatformEffector2D.surfaceArc
  type: Property
- uid: UnityEngine.PlatformEffector2D.useOneWay
  name: useOneWay
  fullName: UnityEngine.PlatformEffector2D.useOneWay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-useOneWay.html
  commentId: P:UnityEngine.PlatformEffector2D.useOneWay
  nameWithType: PlatformEffector2D.useOneWay
  type: Property
- uid: UnityEngine.PlatformEffector2D.useOneWayGrouping
  name: useOneWayGrouping
  fullName: UnityEngine.PlatformEffector2D.useOneWayGrouping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-useOneWayGrouping.html
  commentId: P:UnityEngine.PlatformEffector2D.useOneWayGrouping
  nameWithType: PlatformEffector2D.useOneWayGrouping
  type: Property
- uid: UnityEngine.PlatformEffector2D.useSideBounce
  name: useSideBounce
  fullName: UnityEngine.PlatformEffector2D.useSideBounce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-useSideBounce.html
  commentId: P:UnityEngine.PlatformEffector2D.useSideBounce
  nameWithType: PlatformEffector2D.useSideBounce
  type: Property
- uid: UnityEngine.PlatformEffector2D.useSideFriction
  name: useSideFriction
  fullName: UnityEngine.PlatformEffector2D.useSideFriction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlatformEffector2D-useSideFriction.html
  commentId: P:UnityEngine.PlatformEffector2D.useSideFriction
  nameWithType: PlatformEffector2D.useSideFriction
  type: Property
- uid: UnityEngine.Playables
  name: UnityEngine.Playables
  fullName: UnityEngine.Playables
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Playables
  nameWithType: UnityEngine.Playables
  type: Namespace
- uid: UnityEngine.Playables.AnimationPlayableUtilities
  name: AnimationPlayableUtilities
  fullName: UnityEngine.Playables.AnimationPlayableUtilities
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.AnimationPlayableUtilities.html
  commentId: T:UnityEngine.Playables.AnimationPlayableUtilities
  nameWithType: AnimationPlayableUtilities
  type: Class
- uid: UnityEngine.Playables.AnimationPlayableUtilities.Play(UnityEngine.Animator,UnityEngine.Playables.Playable,UnityEngine.Playables.PlayableGraph)
  name: Play(Animator, Playable, PlayableGraph)
  fullName: UnityEngine.Playables.AnimationPlayableUtilities.Play(UnityEngine.Animator, UnityEngine.Playables.Playable, UnityEngine.Playables.PlayableGraph)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.AnimationPlayableUtilities.Play.html
  commentId: M:UnityEngine.Playables.AnimationPlayableUtilities.Play(UnityEngine.Animator,UnityEngine.Playables.Playable,UnityEngine.Playables.PlayableGraph)
  nameWithType: AnimationPlayableUtilities.Play(Animator, Playable, PlayableGraph)
  type: Method
- uid: UnityEngine.Playables.AnimationPlayableUtilities.PlayAnimatorController(UnityEngine.Animator,UnityEngine.RuntimeAnimatorController,UnityEngine.Playables.PlayableGraph@)
  name: PlayAnimatorController(Animator, RuntimeAnimatorController, out PlayableGraph)
  fullName: UnityEngine.Playables.AnimationPlayableUtilities.PlayAnimatorController(UnityEngine.Animator, UnityEngine.RuntimeAnimatorController, out UnityEngine.Playables.PlayableGraph)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.AnimationPlayableUtilities.PlayAnimatorController.html
  commentId: M:UnityEngine.Playables.AnimationPlayableUtilities.PlayAnimatorController(UnityEngine.Animator,UnityEngine.RuntimeAnimatorController,UnityEngine.Playables.PlayableGraph@)
  nameWithType: AnimationPlayableUtilities.PlayAnimatorController(Animator, RuntimeAnimatorController, out PlayableGraph)
  type: Method
- uid: UnityEngine.Playables.AnimationPlayableUtilities.PlayClip(UnityEngine.Animator,UnityEngine.AnimationClip,UnityEngine.Playables.PlayableGraph@)
  name: PlayClip(Animator, AnimationClip, out PlayableGraph)
  fullName: UnityEngine.Playables.AnimationPlayableUtilities.PlayClip(UnityEngine.Animator, UnityEngine.AnimationClip, out UnityEngine.Playables.PlayableGraph)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.AnimationPlayableUtilities.PlayClip.html
  commentId: M:UnityEngine.Playables.AnimationPlayableUtilities.PlayClip(UnityEngine.Animator,UnityEngine.AnimationClip,UnityEngine.Playables.PlayableGraph@)
  nameWithType: AnimationPlayableUtilities.PlayClip(Animator, AnimationClip, out PlayableGraph)
  type: Method
- uid: UnityEngine.Playables.AnimationPlayableUtilities.PlayLayerMixer(UnityEngine.Animator,System.Int32,UnityEngine.Playables.PlayableGraph@)
  name: PlayLayerMixer(Animator, int, out PlayableGraph)
  fullName: UnityEngine.Playables.AnimationPlayableUtilities.PlayLayerMixer(UnityEngine.Animator, int, out UnityEngine.Playables.PlayableGraph)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.AnimationPlayableUtilities.PlayLayerMixer.html
  commentId: M:UnityEngine.Playables.AnimationPlayableUtilities.PlayLayerMixer(UnityEngine.Animator,System.Int32,UnityEngine.Playables.PlayableGraph@)
  nameWithType: AnimationPlayableUtilities.PlayLayerMixer(Animator, int, out PlayableGraph)
  type: Method
- uid: UnityEngine.Playables.AnimationPlayableUtilities.PlayMixer(UnityEngine.Animator,System.Int32,UnityEngine.Playables.PlayableGraph@)
  name: PlayMixer(Animator, int, out PlayableGraph)
  fullName: UnityEngine.Playables.AnimationPlayableUtilities.PlayMixer(UnityEngine.Animator, int, out UnityEngine.Playables.PlayableGraph)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.AnimationPlayableUtilities.PlayMixer.html
  commentId: M:UnityEngine.Playables.AnimationPlayableUtilities.PlayMixer(UnityEngine.Animator,System.Int32,UnityEngine.Playables.PlayableGraph@)
  nameWithType: AnimationPlayableUtilities.PlayMixer(Animator, int, out PlayableGraph)
  type: Method
- uid: UnityEngine.Playables.AudioPlayableGraphExtensions
  name: AudioPlayableGraphExtensions
  fullName: UnityEngine.Playables.AudioPlayableGraphExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.AudioPlayableGraphExtensions.html
  commentId: T:UnityEngine.Playables.AudioPlayableGraphExtensions
  nameWithType: AudioPlayableGraphExtensions
  type: Class
- uid: UnityEngine.Playables.DataStreamType
  name: DataStreamType
  fullName: UnityEngine.Playables.DataStreamType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DataStreamType.html
  commentId: T:UnityEngine.Playables.DataStreamType
  nameWithType: DataStreamType
  type: Enum
- uid: UnityEngine.Playables.DataStreamType.Animation
  name: Animation
  fullName: UnityEngine.Playables.DataStreamType.Animation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DataStreamType.Animation.html
  commentId: F:UnityEngine.Playables.DataStreamType.Animation
  nameWithType: DataStreamType.Animation
  type: Field
- uid: UnityEngine.Playables.DataStreamType.Audio
  name: Audio
  fullName: UnityEngine.Playables.DataStreamType.Audio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DataStreamType.Audio.html
  commentId: F:UnityEngine.Playables.DataStreamType.Audio
  nameWithType: DataStreamType.Audio
  type: Field
- uid: UnityEngine.Playables.DataStreamType.None
  name: None
  fullName: UnityEngine.Playables.DataStreamType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DataStreamType.None.html
  commentId: F:UnityEngine.Playables.DataStreamType.None
  nameWithType: DataStreamType.None
  type: Field
- uid: UnityEngine.Playables.DataStreamType.Video
  name: Video
  fullName: UnityEngine.Playables.DataStreamType.Video
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DataStreamType.Video.html
  commentId: F:UnityEngine.Playables.DataStreamType.Video
  nameWithType: DataStreamType.Video
  type: Field
- uid: UnityEngine.Playables.DirectorUpdateMode
  name: DirectorUpdateMode
  fullName: UnityEngine.Playables.DirectorUpdateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorUpdateMode.html
  commentId: T:UnityEngine.Playables.DirectorUpdateMode
  nameWithType: DirectorUpdateMode
  type: Enum
- uid: UnityEngine.Playables.DirectorUpdateMode.DSPClock
  name: DSPClock
  fullName: UnityEngine.Playables.DirectorUpdateMode.DSPClock
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorUpdateMode.DSPClock.html
  commentId: F:UnityEngine.Playables.DirectorUpdateMode.DSPClock
  nameWithType: DirectorUpdateMode.DSPClock
  type: Field
- uid: UnityEngine.Playables.DirectorUpdateMode.GameTime
  name: GameTime
  fullName: UnityEngine.Playables.DirectorUpdateMode.GameTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorUpdateMode.GameTime.html
  commentId: F:UnityEngine.Playables.DirectorUpdateMode.GameTime
  nameWithType: DirectorUpdateMode.GameTime
  type: Field
- uid: UnityEngine.Playables.DirectorUpdateMode.Manual
  name: Manual
  fullName: UnityEngine.Playables.DirectorUpdateMode.Manual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorUpdateMode.Manual.html
  commentId: F:UnityEngine.Playables.DirectorUpdateMode.Manual
  nameWithType: DirectorUpdateMode.Manual
  type: Field
- uid: UnityEngine.Playables.DirectorUpdateMode.UnscaledGameTime
  name: UnscaledGameTime
  fullName: UnityEngine.Playables.DirectorUpdateMode.UnscaledGameTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorUpdateMode.UnscaledGameTime.html
  commentId: F:UnityEngine.Playables.DirectorUpdateMode.UnscaledGameTime
  nameWithType: DirectorUpdateMode.UnscaledGameTime
  type: Field
- uid: UnityEngine.Playables.DirectorWrapMode
  name: DirectorWrapMode
  fullName: UnityEngine.Playables.DirectorWrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorWrapMode.html
  commentId: T:UnityEngine.Playables.DirectorWrapMode
  nameWithType: DirectorWrapMode
  type: Enum
- uid: UnityEngine.Playables.DirectorWrapMode.Hold
  name: Hold
  fullName: UnityEngine.Playables.DirectorWrapMode.Hold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorWrapMode.Hold.html
  commentId: F:UnityEngine.Playables.DirectorWrapMode.Hold
  nameWithType: DirectorWrapMode.Hold
  type: Field
- uid: UnityEngine.Playables.DirectorWrapMode.Loop
  name: Loop
  fullName: UnityEngine.Playables.DirectorWrapMode.Loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorWrapMode.Loop.html
  commentId: F:UnityEngine.Playables.DirectorWrapMode.Loop
  nameWithType: DirectorWrapMode.Loop
  type: Field
- uid: UnityEngine.Playables.DirectorWrapMode.None
  name: None
  fullName: UnityEngine.Playables.DirectorWrapMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.DirectorWrapMode.None.html
  commentId: F:UnityEngine.Playables.DirectorWrapMode.None
  nameWithType: DirectorWrapMode.None
  type: Field
- uid: UnityEngine.Playables.FrameData
  name: FrameData
  fullName: UnityEngine.Playables.FrameData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData.html
  commentId: T:UnityEngine.Playables.FrameData
  nameWithType: FrameData
  type: Struct
- uid: UnityEngine.Playables.FrameData.deltaTime
  name: deltaTime
  fullName: UnityEngine.Playables.FrameData.deltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-deltaTime.html
  commentId: P:UnityEngine.Playables.FrameData.deltaTime
  nameWithType: FrameData.deltaTime
  type: Property
- uid: UnityEngine.Playables.FrameData.effectiveSpeed
  name: effectiveSpeed
  fullName: UnityEngine.Playables.FrameData.effectiveSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-effectiveSpeed.html
  commentId: P:UnityEngine.Playables.FrameData.effectiveSpeed
  nameWithType: FrameData.effectiveSpeed
  type: Property
- uid: UnityEngine.Playables.FrameData.effectiveWeight
  name: effectiveWeight
  fullName: UnityEngine.Playables.FrameData.effectiveWeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-effectiveWeight.html
  commentId: P:UnityEngine.Playables.FrameData.effectiveWeight
  nameWithType: FrameData.effectiveWeight
  type: Property
- uid: UnityEngine.Playables.FrameData.evaluationType
  name: evaluationType
  fullName: UnityEngine.Playables.FrameData.evaluationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-evaluationType.html
  commentId: P:UnityEngine.Playables.FrameData.evaluationType
  nameWithType: FrameData.evaluationType
  type: Property
- uid: UnityEngine.Playables.FrameData.EvaluationType
  name: FrameData.EvaluationType
  fullName: UnityEngine.Playables.FrameData.EvaluationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData.EvaluationType.html
  commentId: T:UnityEngine.Playables.FrameData.EvaluationType
  nameWithType: FrameData.EvaluationType
  type: Enum
- uid: UnityEngine.Playables.FrameData.EvaluationType.Evaluate
  name: Evaluate
  fullName: UnityEngine.Playables.FrameData.EvaluationType.Evaluate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData.EvaluationType.Evaluate.html
  commentId: F:UnityEngine.Playables.FrameData.EvaluationType.Evaluate
  nameWithType: FrameData.EvaluationType.Evaluate
  type: Field
- uid: UnityEngine.Playables.FrameData.EvaluationType.Playback
  name: Playback
  fullName: UnityEngine.Playables.FrameData.EvaluationType.Playback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData.EvaluationType.Playback.html
  commentId: F:UnityEngine.Playables.FrameData.EvaluationType.Playback
  nameWithType: FrameData.EvaluationType.Playback
  type: Field
- uid: UnityEngine.Playables.FrameData.frameId
  name: frameId
  fullName: UnityEngine.Playables.FrameData.frameId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-frameId.html
  commentId: P:UnityEngine.Playables.FrameData.frameId
  nameWithType: FrameData.frameId
  type: Property
- uid: UnityEngine.Playables.FrameData.seekOccurred
  name: seekOccurred
  fullName: UnityEngine.Playables.FrameData.seekOccurred
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-seekOccurred.html
  commentId: P:UnityEngine.Playables.FrameData.seekOccurred
  nameWithType: FrameData.seekOccurred
  type: Property
- uid: UnityEngine.Playables.FrameData.timeHeld
  name: timeHeld
  fullName: UnityEngine.Playables.FrameData.timeHeld
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-timeHeld.html
  commentId: P:UnityEngine.Playables.FrameData.timeHeld
  nameWithType: FrameData.timeHeld
  type: Property
- uid: UnityEngine.Playables.FrameData.timeLooped
  name: timeLooped
  fullName: UnityEngine.Playables.FrameData.timeLooped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-timeLooped.html
  commentId: P:UnityEngine.Playables.FrameData.timeLooped
  nameWithType: FrameData.timeLooped
  type: Property
- uid: UnityEngine.Playables.FrameData.weight
  name: weight
  fullName: UnityEngine.Playables.FrameData.weight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.FrameData-weight.html
  commentId: P:UnityEngine.Playables.FrameData.weight
  nameWithType: FrameData.weight
  type: Property
- uid: UnityEngine.Playables.IPlayable
  name: IPlayable
  fullName: UnityEngine.Playables.IPlayable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayable.html
  commentId: T:UnityEngine.Playables.IPlayable
  nameWithType: IPlayable
  type: Interface
- uid: UnityEngine.Playables.IPlayable.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Playables.IPlayable.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayable.GetHandle.html
  commentId: M:UnityEngine.Playables.IPlayable.GetHandle
  nameWithType: IPlayable.GetHandle()
  type: Method
- uid: UnityEngine.Playables.IPlayableAsset
  name: IPlayableAsset
  fullName: UnityEngine.Playables.IPlayableAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableAsset.html
  commentId: T:UnityEngine.Playables.IPlayableAsset
  nameWithType: IPlayableAsset
  type: Interface
- uid: UnityEngine.Playables.IPlayableAsset.CreatePlayable(UnityEngine.Playables.PlayableGraph,UnityEngine.GameObject)
  name: CreatePlayable(PlayableGraph, GameObject)
  fullName: UnityEngine.Playables.IPlayableAsset.CreatePlayable(UnityEngine.Playables.PlayableGraph, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableAsset.CreatePlayable.html
  commentId: M:UnityEngine.Playables.IPlayableAsset.CreatePlayable(UnityEngine.Playables.PlayableGraph,UnityEngine.GameObject)
  nameWithType: IPlayableAsset.CreatePlayable(PlayableGraph, GameObject)
  type: Method
- uid: UnityEngine.Playables.IPlayableAsset.duration
  name: duration
  fullName: UnityEngine.Playables.IPlayableAsset.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableAsset-duration.html
  commentId: P:UnityEngine.Playables.IPlayableAsset.duration
  nameWithType: IPlayableAsset.duration
  type: Property
- uid: UnityEngine.Playables.IPlayableAsset.outputs
  name: outputs
  fullName: UnityEngine.Playables.IPlayableAsset.outputs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableAsset-outputs.html
  commentId: P:UnityEngine.Playables.IPlayableAsset.outputs
  nameWithType: IPlayableAsset.outputs
  type: Property
- uid: UnityEngine.Playables.IPlayableBehaviour
  name: IPlayableBehaviour
  fullName: UnityEngine.Playables.IPlayableBehaviour
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.html
  commentId: T:UnityEngine.Playables.IPlayableBehaviour
  nameWithType: IPlayableBehaviour
  type: Interface
- uid: UnityEngine.Playables.IPlayableBehaviour.OnBehaviourPause(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  name: OnBehaviourPause(Playable, FrameData)
  fullName: UnityEngine.Playables.IPlayableBehaviour.OnBehaviourPause(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.OnBehaviourPause.html
  commentId: M:UnityEngine.Playables.IPlayableBehaviour.OnBehaviourPause(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  nameWithType: IPlayableBehaviour.OnBehaviourPause(Playable, FrameData)
  type: Method
- uid: UnityEngine.Playables.IPlayableBehaviour.OnBehaviourPlay(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  name: OnBehaviourPlay(Playable, FrameData)
  fullName: UnityEngine.Playables.IPlayableBehaviour.OnBehaviourPlay(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.OnBehaviourPlay.html
  commentId: M:UnityEngine.Playables.IPlayableBehaviour.OnBehaviourPlay(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  nameWithType: IPlayableBehaviour.OnBehaviourPlay(Playable, FrameData)
  type: Method
- uid: UnityEngine.Playables.IPlayableBehaviour.OnGraphStart(UnityEngine.Playables.Playable)
  name: OnGraphStart(Playable)
  fullName: UnityEngine.Playables.IPlayableBehaviour.OnGraphStart(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.OnGraphStart.html
  commentId: M:UnityEngine.Playables.IPlayableBehaviour.OnGraphStart(UnityEngine.Playables.Playable)
  nameWithType: IPlayableBehaviour.OnGraphStart(Playable)
  type: Method
- uid: UnityEngine.Playables.IPlayableBehaviour.OnGraphStop(UnityEngine.Playables.Playable)
  name: OnGraphStop(Playable)
  fullName: UnityEngine.Playables.IPlayableBehaviour.OnGraphStop(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.OnGraphStop.html
  commentId: M:UnityEngine.Playables.IPlayableBehaviour.OnGraphStop(UnityEngine.Playables.Playable)
  nameWithType: IPlayableBehaviour.OnGraphStop(Playable)
  type: Method
- uid: UnityEngine.Playables.IPlayableBehaviour.OnPlayableCreate(UnityEngine.Playables.Playable)
  name: OnPlayableCreate(Playable)
  fullName: UnityEngine.Playables.IPlayableBehaviour.OnPlayableCreate(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.OnPlayableCreate.html
  commentId: M:UnityEngine.Playables.IPlayableBehaviour.OnPlayableCreate(UnityEngine.Playables.Playable)
  nameWithType: IPlayableBehaviour.OnPlayableCreate(Playable)
  type: Method
- uid: UnityEngine.Playables.IPlayableBehaviour.OnPlayableDestroy(UnityEngine.Playables.Playable)
  name: OnPlayableDestroy(Playable)
  fullName: UnityEngine.Playables.IPlayableBehaviour.OnPlayableDestroy(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.OnPlayableDestroy.html
  commentId: M:UnityEngine.Playables.IPlayableBehaviour.OnPlayableDestroy(UnityEngine.Playables.Playable)
  nameWithType: IPlayableBehaviour.OnPlayableDestroy(Playable)
  type: Method
- uid: UnityEngine.Playables.IPlayableBehaviour.PrepareFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  name: PrepareFrame(Playable, FrameData)
  fullName: UnityEngine.Playables.IPlayableBehaviour.PrepareFrame(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.PrepareFrame.html
  commentId: M:UnityEngine.Playables.IPlayableBehaviour.PrepareFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  nameWithType: IPlayableBehaviour.PrepareFrame(Playable, FrameData)
  type: Method
- uid: UnityEngine.Playables.IPlayableBehaviour.ProcessFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData,System.Object)
  name: ProcessFrame(Playable, FrameData, object)
  fullName: UnityEngine.Playables.IPlayableBehaviour.ProcessFrame(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableBehaviour.ProcessFrame.html
  commentId: M:UnityEngine.Playables.IPlayableBehaviour.ProcessFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData,System.Object)
  nameWithType: IPlayableBehaviour.ProcessFrame(Playable, FrameData, object)
  type: Method
- uid: UnityEngine.Playables.IPlayableOutput
  name: IPlayableOutput
  fullName: UnityEngine.Playables.IPlayableOutput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableOutput.html
  commentId: T:UnityEngine.Playables.IPlayableOutput
  nameWithType: IPlayableOutput
  type: Interface
- uid: UnityEngine.Playables.IPlayableOutput.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Playables.IPlayableOutput.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.IPlayableOutput.GetHandle.html
  commentId: M:UnityEngine.Playables.IPlayableOutput.GetHandle
  nameWithType: IPlayableOutput.GetHandle()
  type: Method
- uid: UnityEngine.Playables.Playable
  name: Playable
  fullName: UnityEngine.Playables.Playable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.Playable.html
  commentId: T:UnityEngine.Playables.Playable
  nameWithType: Playable
  type: Struct
- uid: UnityEngine.Playables.Playable.Create(UnityEngine.Playables.PlayableGraph,System.Int32)
  name: Create(PlayableGraph, int)
  fullName: UnityEngine.Playables.Playable.Create(UnityEngine.Playables.PlayableGraph, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.Playable.Create.html
  commentId: M:UnityEngine.Playables.Playable.Create(UnityEngine.Playables.PlayableGraph,System.Int32)
  nameWithType: Playable.Create(PlayableGraph, int)
  type: Method
- uid: UnityEngine.Playables.Playable.Equals(UnityEngine.Playables.Playable)
  name: Equals(Playable)
  fullName: UnityEngine.Playables.Playable.Equals(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.Playable.Equals.html
  commentId: M:UnityEngine.Playables.Playable.Equals(UnityEngine.Playables.Playable)
  nameWithType: Playable.Equals(Playable)
  type: Method
- uid: UnityEngine.Playables.Playable.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Playables.Playable.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.Playable.GetHandle.html
  commentId: M:UnityEngine.Playables.Playable.GetHandle
  nameWithType: Playable.GetHandle()
  type: Method
- uid: UnityEngine.Playables.Playable.GetPlayableType
  name: GetPlayableType()
  fullName: UnityEngine.Playables.Playable.GetPlayableType()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.Playable.GetPlayableType.html
  commentId: M:UnityEngine.Playables.Playable.GetPlayableType
  nameWithType: Playable.GetPlayableType()
  type: Method
- uid: UnityEngine.Playables.Playable.IsPlayableOfType``1
  name: IsPlayableOfType<T>()
  fullName: UnityEngine.Playables.Playable.IsPlayableOfType<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.Playable.IsPlayableOfType.html
  commentId: M:UnityEngine.Playables.Playable.IsPlayableOfType``1
  nameWithType: Playable.IsPlayableOfType<T>()
  type: Method
- uid: UnityEngine.Playables.Playable.Null
  name: Null
  fullName: UnityEngine.Playables.Playable.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.Playable.Null.html
  commentId: P:UnityEngine.Playables.Playable.Null
  nameWithType: Playable.Null
  type: Property
- uid: UnityEngine.Playables.PlayableAsset
  name: PlayableAsset
  fullName: UnityEngine.Playables.PlayableAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableAsset.html
  commentId: T:UnityEngine.Playables.PlayableAsset
  nameWithType: PlayableAsset
  type: Class
- uid: UnityEngine.Playables.PlayableAsset.CreatePlayable(UnityEngine.Playables.PlayableGraph,UnityEngine.GameObject)
  name: CreatePlayable(PlayableGraph, GameObject)
  fullName: UnityEngine.Playables.PlayableAsset.CreatePlayable(UnityEngine.Playables.PlayableGraph, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableAsset.CreatePlayable.html
  commentId: M:UnityEngine.Playables.PlayableAsset.CreatePlayable(UnityEngine.Playables.PlayableGraph,UnityEngine.GameObject)
  nameWithType: PlayableAsset.CreatePlayable(PlayableGraph, GameObject)
  type: Method
- uid: UnityEngine.Playables.PlayableAsset.duration
  name: duration
  fullName: UnityEngine.Playables.PlayableAsset.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableAsset-duration.html
  commentId: P:UnityEngine.Playables.PlayableAsset.duration
  nameWithType: PlayableAsset.duration
  type: Property
- uid: UnityEngine.Playables.PlayableAsset.outputs
  name: outputs
  fullName: UnityEngine.Playables.PlayableAsset.outputs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableAsset-outputs.html
  commentId: P:UnityEngine.Playables.PlayableAsset.outputs
  nameWithType: PlayableAsset.outputs
  type: Property
- uid: UnityEngine.Playables.PlayableBehaviour
  name: PlayableBehaviour
  fullName: UnityEngine.Playables.PlayableBehaviour
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.html
  commentId: T:UnityEngine.Playables.PlayableBehaviour
  nameWithType: PlayableBehaviour
  type: Class
- uid: UnityEngine.Playables.PlayableBehaviour.#ctor
  name: PlayableBehaviour()
  fullName: UnityEngine.Playables.PlayableBehaviour.PlayableBehaviour()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour-ctor.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.#ctor
  nameWithType: PlayableBehaviour.PlayableBehaviour()
  type: Constructor
- uid: UnityEngine.Playables.PlayableBehaviour.Clone
  name: Clone()
  fullName: UnityEngine.Playables.PlayableBehaviour.Clone()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.Clone.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.Clone
  nameWithType: PlayableBehaviour.Clone()
  type: Method
- uid: UnityEngine.Playables.PlayableBehaviour.OnBehaviourPause(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  name: OnBehaviourPause(Playable, FrameData)
  fullName: UnityEngine.Playables.PlayableBehaviour.OnBehaviourPause(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.OnBehaviourPause.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.OnBehaviourPause(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  nameWithType: PlayableBehaviour.OnBehaviourPause(Playable, FrameData)
  type: Method
- uid: UnityEngine.Playables.PlayableBehaviour.OnBehaviourPlay(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  name: OnBehaviourPlay(Playable, FrameData)
  fullName: UnityEngine.Playables.PlayableBehaviour.OnBehaviourPlay(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.OnBehaviourPlay.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.OnBehaviourPlay(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  nameWithType: PlayableBehaviour.OnBehaviourPlay(Playable, FrameData)
  type: Method
- uid: UnityEngine.Playables.PlayableBehaviour.OnGraphStart(UnityEngine.Playables.Playable)
  name: OnGraphStart(Playable)
  fullName: UnityEngine.Playables.PlayableBehaviour.OnGraphStart(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.OnGraphStart.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.OnGraphStart(UnityEngine.Playables.Playable)
  nameWithType: PlayableBehaviour.OnGraphStart(Playable)
  type: Method
- uid: UnityEngine.Playables.PlayableBehaviour.OnGraphStop(UnityEngine.Playables.Playable)
  name: OnGraphStop(Playable)
  fullName: UnityEngine.Playables.PlayableBehaviour.OnGraphStop(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.OnGraphStop.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.OnGraphStop(UnityEngine.Playables.Playable)
  nameWithType: PlayableBehaviour.OnGraphStop(Playable)
  type: Method
- uid: UnityEngine.Playables.PlayableBehaviour.OnPlayableCreate(UnityEngine.Playables.Playable)
  name: OnPlayableCreate(Playable)
  fullName: UnityEngine.Playables.PlayableBehaviour.OnPlayableCreate(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.OnPlayableCreate.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.OnPlayableCreate(UnityEngine.Playables.Playable)
  nameWithType: PlayableBehaviour.OnPlayableCreate(Playable)
  type: Method
- uid: UnityEngine.Playables.PlayableBehaviour.OnPlayableDestroy(UnityEngine.Playables.Playable)
  name: OnPlayableDestroy(Playable)
  fullName: UnityEngine.Playables.PlayableBehaviour.OnPlayableDestroy(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.OnPlayableDestroy.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.OnPlayableDestroy(UnityEngine.Playables.Playable)
  nameWithType: PlayableBehaviour.OnPlayableDestroy(Playable)
  type: Method
- uid: UnityEngine.Playables.PlayableBehaviour.PrepareFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  name: PrepareFrame(Playable, FrameData)
  fullName: UnityEngine.Playables.PlayableBehaviour.PrepareFrame(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.PrepareFrame.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.PrepareFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData)
  nameWithType: PlayableBehaviour.PrepareFrame(Playable, FrameData)
  type: Method
- uid: UnityEngine.Playables.PlayableBehaviour.ProcessFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData,System.Object)
  name: ProcessFrame(Playable, FrameData, object)
  fullName: UnityEngine.Playables.PlayableBehaviour.ProcessFrame(UnityEngine.Playables.Playable, UnityEngine.Playables.FrameData, object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBehaviour.ProcessFrame.html
  commentId: M:UnityEngine.Playables.PlayableBehaviour.ProcessFrame(UnityEngine.Playables.Playable,UnityEngine.Playables.FrameData,System.Object)
  nameWithType: PlayableBehaviour.ProcessFrame(Playable, FrameData, object)
  type: Method
- uid: UnityEngine.Playables.PlayableBinding
  name: PlayableBinding
  fullName: UnityEngine.Playables.PlayableBinding
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBinding.html
  commentId: T:UnityEngine.Playables.PlayableBinding
  nameWithType: PlayableBinding
  type: Struct
- uid: UnityEngine.Playables.PlayableBinding.DefaultDuration
  name: DefaultDuration
  fullName: UnityEngine.Playables.PlayableBinding.DefaultDuration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBinding.DefaultDuration.html
  commentId: F:UnityEngine.Playables.PlayableBinding.DefaultDuration
  nameWithType: PlayableBinding.DefaultDuration
  type: Field
- uid: UnityEngine.Playables.PlayableBinding.None
  name: None
  fullName: UnityEngine.Playables.PlayableBinding.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBinding.None.html
  commentId: F:UnityEngine.Playables.PlayableBinding.None
  nameWithType: PlayableBinding.None
  type: Field
- uid: UnityEngine.Playables.PlayableBinding.sourceBindingType
  name: sourceBindingType
  fullName: UnityEngine.Playables.PlayableBinding.sourceBindingType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBinding-sourceBindingType.html
  commentId: P:UnityEngine.Playables.PlayableBinding.sourceBindingType
  nameWithType: PlayableBinding.sourceBindingType
  type: Property
- uid: UnityEngine.Playables.PlayableBinding.sourceObject
  name: sourceObject
  fullName: UnityEngine.Playables.PlayableBinding.sourceObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBinding-sourceObject.html
  commentId: P:UnityEngine.Playables.PlayableBinding.sourceObject
  nameWithType: PlayableBinding.sourceObject
  type: Property
- uid: UnityEngine.Playables.PlayableBinding.streamName
  name: streamName
  fullName: UnityEngine.Playables.PlayableBinding.streamName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBinding-streamName.html
  commentId: P:UnityEngine.Playables.PlayableBinding.streamName
  nameWithType: PlayableBinding.streamName
  type: Property
- uid: UnityEngine.Playables.PlayableBinding.streamType
  name: streamType
  fullName: UnityEngine.Playables.PlayableBinding.streamType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableBinding-streamType.html
  commentId: P:UnityEngine.Playables.PlayableBinding.streamType
  nameWithType: PlayableBinding.streamType
  type: Property
- uid: UnityEngine.Playables.PlayableDirector
  name: PlayableDirector
  fullName: UnityEngine.Playables.PlayableDirector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.html
  commentId: T:UnityEngine.Playables.PlayableDirector
  nameWithType: PlayableDirector
  type: Class
- uid: UnityEngine.Playables.PlayableDirector.ClearReferenceValue(UnityEngine.PropertyName)
  name: ClearReferenceValue(PropertyName)
  fullName: UnityEngine.Playables.PlayableDirector.ClearReferenceValue(UnityEngine.PropertyName)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.ClearReferenceValue.html
  commentId: M:UnityEngine.Playables.PlayableDirector.ClearReferenceValue(UnityEngine.PropertyName)
  nameWithType: PlayableDirector.ClearReferenceValue(PropertyName)
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.DeferredEvaluate
  name: DeferredEvaluate()
  fullName: UnityEngine.Playables.PlayableDirector.DeferredEvaluate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.DeferredEvaluate.html
  commentId: M:UnityEngine.Playables.PlayableDirector.DeferredEvaluate
  nameWithType: PlayableDirector.DeferredEvaluate()
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.duration
  name: duration
  fullName: UnityEngine.Playables.PlayableDirector.duration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector-duration.html
  commentId: P:UnityEngine.Playables.PlayableDirector.duration
  nameWithType: PlayableDirector.duration
  type: Property
- uid: UnityEngine.Playables.PlayableDirector.Evaluate
  name: Evaluate()
  fullName: UnityEngine.Playables.PlayableDirector.Evaluate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.Evaluate.html
  commentId: M:UnityEngine.Playables.PlayableDirector.Evaluate
  nameWithType: PlayableDirector.Evaluate()
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.extrapolationMode
  name: extrapolationMode
  fullName: UnityEngine.Playables.PlayableDirector.extrapolationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector-extrapolationMode.html
  commentId: P:UnityEngine.Playables.PlayableDirector.extrapolationMode
  nameWithType: PlayableDirector.extrapolationMode
  type: Property
- uid: UnityEngine.Playables.PlayableDirector.GetGenericBinding(UnityEngine.Object)
  name: GetGenericBinding(Object)
  fullName: UnityEngine.Playables.PlayableDirector.GetGenericBinding(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.GetGenericBinding.html
  commentId: M:UnityEngine.Playables.PlayableDirector.GetGenericBinding(UnityEngine.Object)
  nameWithType: PlayableDirector.GetGenericBinding(Object)
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.GetReferenceValue(UnityEngine.PropertyName,System.Boolean@)
  name: GetReferenceValue(PropertyName, out bool)
  fullName: UnityEngine.Playables.PlayableDirector.GetReferenceValue(UnityEngine.PropertyName, out bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.GetReferenceValue.html
  commentId: M:UnityEngine.Playables.PlayableDirector.GetReferenceValue(UnityEngine.PropertyName,System.Boolean@)
  nameWithType: PlayableDirector.GetReferenceValue(PropertyName, out bool)
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.initialTime
  name: initialTime
  fullName: UnityEngine.Playables.PlayableDirector.initialTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector-initialTime.html
  commentId: P:UnityEngine.Playables.PlayableDirector.initialTime
  nameWithType: PlayableDirector.initialTime
  type: Property
- uid: UnityEngine.Playables.PlayableDirector.Pause
  name: Pause()
  fullName: UnityEngine.Playables.PlayableDirector.Pause()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.Pause.html
  commentId: M:UnityEngine.Playables.PlayableDirector.Pause
  nameWithType: PlayableDirector.Pause()
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.Play
  name: Play()
  fullName: UnityEngine.Playables.PlayableDirector.Play()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.Play.html
  commentId: M:UnityEngine.Playables.PlayableDirector.Play
  nameWithType: PlayableDirector.Play()
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.Play(UnityEngine.Playables.PlayableAsset,UnityEngine.Playables.DirectorWrapMode)
  name: Play(PlayableAsset, DirectorWrapMode)
  fullName: UnityEngine.Playables.PlayableDirector.Play(UnityEngine.Playables.PlayableAsset, UnityEngine.Playables.DirectorWrapMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.Play.html
  commentId: M:UnityEngine.Playables.PlayableDirector.Play(UnityEngine.Playables.PlayableAsset,UnityEngine.Playables.DirectorWrapMode)
  nameWithType: PlayableDirector.Play(PlayableAsset, DirectorWrapMode)
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.Play(UnityEngine.Playables.PlayableAsset)
  name: Play(PlayableAsset)
  fullName: UnityEngine.Playables.PlayableDirector.Play(UnityEngine.Playables.PlayableAsset)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.Play.html
  commentId: M:UnityEngine.Playables.PlayableDirector.Play(UnityEngine.Playables.PlayableAsset)
  nameWithType: PlayableDirector.Play(PlayableAsset)
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.playableAsset
  name: playableAsset
  fullName: UnityEngine.Playables.PlayableDirector.playableAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector-playableAsset.html
  commentId: P:UnityEngine.Playables.PlayableDirector.playableAsset
  nameWithType: PlayableDirector.playableAsset
  type: Property
- uid: UnityEngine.Playables.PlayableDirector.playableGraph
  name: playableGraph
  fullName: UnityEngine.Playables.PlayableDirector.playableGraph
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector-playableGraph.html
  commentId: P:UnityEngine.Playables.PlayableDirector.playableGraph
  nameWithType: PlayableDirector.playableGraph
  type: Property
- uid: UnityEngine.Playables.PlayableDirector.Resume
  name: Resume()
  fullName: UnityEngine.Playables.PlayableDirector.Resume()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.Resume.html
  commentId: M:UnityEngine.Playables.PlayableDirector.Resume
  nameWithType: PlayableDirector.Resume()
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.SetGenericBinding(UnityEngine.Object,UnityEngine.Object)
  name: SetGenericBinding(Object, Object)
  fullName: UnityEngine.Playables.PlayableDirector.SetGenericBinding(UnityEngine.Object, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.SetGenericBinding.html
  commentId: M:UnityEngine.Playables.PlayableDirector.SetGenericBinding(UnityEngine.Object,UnityEngine.Object)
  nameWithType: PlayableDirector.SetGenericBinding(Object, Object)
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.SetReferenceValue(UnityEngine.PropertyName,UnityEngine.Object)
  name: SetReferenceValue(PropertyName, Object)
  fullName: UnityEngine.Playables.PlayableDirector.SetReferenceValue(UnityEngine.PropertyName, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.SetReferenceValue.html
  commentId: M:UnityEngine.Playables.PlayableDirector.SetReferenceValue(UnityEngine.PropertyName,UnityEngine.Object)
  nameWithType: PlayableDirector.SetReferenceValue(PropertyName, Object)
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.state
  name: state
  fullName: UnityEngine.Playables.PlayableDirector.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector-state.html
  commentId: P:UnityEngine.Playables.PlayableDirector.state
  nameWithType: PlayableDirector.state
  type: Property
- uid: UnityEngine.Playables.PlayableDirector.Stop
  name: Stop()
  fullName: UnityEngine.Playables.PlayableDirector.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector.Stop.html
  commentId: M:UnityEngine.Playables.PlayableDirector.Stop
  nameWithType: PlayableDirector.Stop()
  type: Method
- uid: UnityEngine.Playables.PlayableDirector.time
  name: time
  fullName: UnityEngine.Playables.PlayableDirector.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector-time.html
  commentId: P:UnityEngine.Playables.PlayableDirector.time
  nameWithType: PlayableDirector.time
  type: Property
- uid: UnityEngine.Playables.PlayableDirector.timeUpdateMode
  name: timeUpdateMode
  fullName: UnityEngine.Playables.PlayableDirector.timeUpdateMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableDirector-timeUpdateMode.html
  commentId: P:UnityEngine.Playables.PlayableDirector.timeUpdateMode
  nameWithType: PlayableDirector.timeUpdateMode
  type: Property
- uid: UnityEngine.Playables.PlayableExtensions
  name: PlayableExtensions
  fullName: UnityEngine.Playables.PlayableExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.html
  commentId: T:UnityEngine.Playables.PlayableExtensions
  nameWithType: PlayableExtensions
  type: Class
- uid: UnityEngine.Playables.PlayableExtensions.AddInput``2(``0,``1,System.Int32,System.Single)
  name: AddInput<U, V>(U, V, int, float)
  fullName: UnityEngine.Playables.PlayableExtensions.AddInput<U, V>(U, V, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.AddInput.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.AddInput``2(``0,``1,System.Int32,System.Single)
  nameWithType: PlayableExtensions.AddInput<U, V>(U, V, int, float)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.CanChangeInputs``1(``0)
  name: CanChangeInputs<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.CanChangeInputs<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.CanChangeInputs.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.CanChangeInputs``1(``0)
  nameWithType: PlayableExtensions.CanChangeInputs<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.CanDestroy``1(``0)
  name: CanDestroy<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.CanDestroy<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.CanDestroy.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.CanDestroy``1(``0)
  nameWithType: PlayableExtensions.CanDestroy<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.CanSetWeights``1(``0)
  name: CanSetWeights<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.CanSetWeights<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.CanSetWeights.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.CanSetWeights``1(``0)
  nameWithType: PlayableExtensions.CanSetWeights<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.ConnectInput``2(``0,System.Int32,``1,System.Int32,System.Single)
  name: ConnectInput<U, V>(U, int, V, int, float)
  fullName: UnityEngine.Playables.PlayableExtensions.ConnectInput<U, V>(U, int, V, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.ConnectInput.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.ConnectInput``2(``0,System.Int32,``1,System.Int32,System.Single)
  nameWithType: PlayableExtensions.ConnectInput<U, V>(U, int, V, int, float)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.ConnectInput``2(``0,System.Int32,``1,System.Int32)
  name: ConnectInput<U, V>(U, int, V, int)
  fullName: UnityEngine.Playables.PlayableExtensions.ConnectInput<U, V>(U, int, V, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.ConnectInput.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.ConnectInput``2(``0,System.Int32,``1,System.Int32)
  nameWithType: PlayableExtensions.ConnectInput<U, V>(U, int, V, int)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.Destroy``1(``0)
  name: Destroy<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.Destroy<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.Destroy.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.Destroy``1(``0)
  nameWithType: PlayableExtensions.Destroy<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetDuration``1(``0)
  name: GetDuration<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.GetDuration<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetDuration.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetDuration``1(``0)
  nameWithType: PlayableExtensions.GetDuration<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetGraph``1(``0)
  name: GetGraph<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.GetGraph<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetGraph.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetGraph``1(``0)
  nameWithType: PlayableExtensions.GetGraph<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetInput``1(``0,System.Int32)
  name: GetInput<U>(U, int)
  fullName: UnityEngine.Playables.PlayableExtensions.GetInput<U>(U, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetInput.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetInput``1(``0,System.Int32)
  nameWithType: PlayableExtensions.GetInput<U>(U, int)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetInputCount``1(``0)
  name: GetInputCount<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.GetInputCount<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetInputCount.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetInputCount``1(``0)
  nameWithType: PlayableExtensions.GetInputCount<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetInputWeight``1(``0,System.Int32)
  name: GetInputWeight<U>(U, int)
  fullName: UnityEngine.Playables.PlayableExtensions.GetInputWeight<U>(U, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetInputWeight.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetInputWeight``1(``0,System.Int32)
  nameWithType: PlayableExtensions.GetInputWeight<U>(U, int)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetOutput``1(``0,System.Int32)
  name: GetOutput<U>(U, int)
  fullName: UnityEngine.Playables.PlayableExtensions.GetOutput<U>(U, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetOutput.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetOutput``1(``0,System.Int32)
  nameWithType: PlayableExtensions.GetOutput<U>(U, int)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetOutputCount``1(``0)
  name: GetOutputCount<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.GetOutputCount<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetOutputCount.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetOutputCount``1(``0)
  nameWithType: PlayableExtensions.GetOutputCount<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetPlayState``1(``0)
  name: GetPlayState<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.GetPlayState<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetPlayState.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetPlayState``1(``0)
  nameWithType: PlayableExtensions.GetPlayState<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetPropagateSetTime``1(``0)
  name: GetPropagateSetTime<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.GetPropagateSetTime<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetPropagateSetTime.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetPropagateSetTime``1(``0)
  nameWithType: PlayableExtensions.GetPropagateSetTime<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetSpeed``1(``0)
  name: GetSpeed<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.GetSpeed<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetSpeed.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetSpeed``1(``0)
  nameWithType: PlayableExtensions.GetSpeed<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.GetTime``1(``0)
  name: GetTime<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.GetTime<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.GetTime.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.GetTime``1(``0)
  nameWithType: PlayableExtensions.GetTime<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.IsDone``1(``0)
  name: IsDone<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.IsDone<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.IsDone.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.IsDone``1(``0)
  nameWithType: PlayableExtensions.IsDone<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.IsValid``1(``0)
  name: IsValid<U>(U)
  fullName: UnityEngine.Playables.PlayableExtensions.IsValid<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.IsValid.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.IsValid``1(``0)
  nameWithType: PlayableExtensions.IsValid<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetDone``1(``0,System.Boolean)
  name: SetDone<U>(U, bool)
  fullName: UnityEngine.Playables.PlayableExtensions.SetDone<U>(U, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetDone.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetDone``1(``0,System.Boolean)
  nameWithType: PlayableExtensions.SetDone<U>(U, bool)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetDuration``1(``0,System.Double)
  name: SetDuration<U>(U, double)
  fullName: UnityEngine.Playables.PlayableExtensions.SetDuration<U>(U, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetDuration.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetDuration``1(``0,System.Double)
  nameWithType: PlayableExtensions.SetDuration<U>(U, double)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetInputCount``1(``0,System.Int32)
  name: SetInputCount<U>(U, int)
  fullName: UnityEngine.Playables.PlayableExtensions.SetInputCount<U>(U, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetInputCount.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetInputCount``1(``0,System.Int32)
  nameWithType: PlayableExtensions.SetInputCount<U>(U, int)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetInputWeight``1(``0,System.Int32,System.Single)
  name: SetInputWeight<U>(U, int, float)
  fullName: UnityEngine.Playables.PlayableExtensions.SetInputWeight<U>(U, int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetInputWeight.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetInputWeight``1(``0,System.Int32,System.Single)
  nameWithType: PlayableExtensions.SetInputWeight<U>(U, int, float)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetInputWeight``2(``0,``1,System.Single)
  name: SetInputWeight<U, V>(U, V, float)
  fullName: UnityEngine.Playables.PlayableExtensions.SetInputWeight<U, V>(U, V, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetInputWeight.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetInputWeight``2(``0,``1,System.Single)
  nameWithType: PlayableExtensions.SetInputWeight<U, V>(U, V, float)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetOutputCount``1(``0,System.Int32)
  name: SetOutputCount<U>(U, int)
  fullName: UnityEngine.Playables.PlayableExtensions.SetOutputCount<U>(U, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetOutputCount.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetOutputCount``1(``0,System.Int32)
  nameWithType: PlayableExtensions.SetOutputCount<U>(U, int)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetPlayState``1(``0,UnityEngine.Playables.PlayState)
  name: SetPlayState<U>(U, PlayState)
  fullName: UnityEngine.Playables.PlayableExtensions.SetPlayState<U>(U, UnityEngine.Playables.PlayState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetPlayState.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetPlayState``1(``0,UnityEngine.Playables.PlayState)
  nameWithType: PlayableExtensions.SetPlayState<U>(U, PlayState)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetPropagateSetTime``1(``0,System.Boolean)
  name: SetPropagateSetTime<U>(U, bool)
  fullName: UnityEngine.Playables.PlayableExtensions.SetPropagateSetTime<U>(U, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetPropagateSetTime.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetPropagateSetTime``1(``0,System.Boolean)
  nameWithType: PlayableExtensions.SetPropagateSetTime<U>(U, bool)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetSpeed``1(``0,System.Double)
  name: SetSpeed<U>(U, double)
  fullName: UnityEngine.Playables.PlayableExtensions.SetSpeed<U>(U, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetSpeed.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetSpeed``1(``0,System.Double)
  nameWithType: PlayableExtensions.SetSpeed<U>(U, double)
  type: Method
- uid: UnityEngine.Playables.PlayableExtensions.SetTime``1(``0,System.Double)
  name: SetTime<U>(U, double)
  fullName: UnityEngine.Playables.PlayableExtensions.SetTime<U>(U, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableExtensions.SetTime.html
  commentId: M:UnityEngine.Playables.PlayableExtensions.SetTime``1(``0,System.Double)
  nameWithType: PlayableExtensions.SetTime<U>(U, double)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph
  name: PlayableGraph
  fullName: UnityEngine.Playables.PlayableGraph
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.html
  commentId: T:UnityEngine.Playables.PlayableGraph
  nameWithType: PlayableGraph
  type: Struct
- uid: UnityEngine.Playables.PlayableGraph.Connect``2(``0,System.Int32,``1,System.Int32)
  name: Connect<U, V>(U, int, V, int)
  fullName: UnityEngine.Playables.PlayableGraph.Connect<U, V>(U, int, V, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.Connect.html
  commentId: M:UnityEngine.Playables.PlayableGraph.Connect``2(``0,System.Int32,``1,System.Int32)
  nameWithType: PlayableGraph.Connect<U, V>(U, int, V, int)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.Create
  name: Create()
  fullName: UnityEngine.Playables.PlayableGraph.Create()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.Create.html
  commentId: M:UnityEngine.Playables.PlayableGraph.Create
  nameWithType: PlayableGraph.Create()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.Destroy
  name: Destroy()
  fullName: UnityEngine.Playables.PlayableGraph.Destroy()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.Destroy.html
  commentId: M:UnityEngine.Playables.PlayableGraph.Destroy
  nameWithType: PlayableGraph.Destroy()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.DestroyOutput``1(``0)
  name: DestroyOutput<U>(U)
  fullName: UnityEngine.Playables.PlayableGraph.DestroyOutput<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.DestroyOutput.html
  commentId: M:UnityEngine.Playables.PlayableGraph.DestroyOutput``1(``0)
  nameWithType: PlayableGraph.DestroyOutput<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.DestroyPlayable``1(``0)
  name: DestroyPlayable<U>(U)
  fullName: UnityEngine.Playables.PlayableGraph.DestroyPlayable<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.DestroyPlayable.html
  commentId: M:UnityEngine.Playables.PlayableGraph.DestroyPlayable``1(``0)
  nameWithType: PlayableGraph.DestroyPlayable<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.DestroySubgraph``1(``0)
  name: DestroySubgraph<U>(U)
  fullName: UnityEngine.Playables.PlayableGraph.DestroySubgraph<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.DestroySubgraph.html
  commentId: M:UnityEngine.Playables.PlayableGraph.DestroySubgraph``1(``0)
  nameWithType: PlayableGraph.DestroySubgraph<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.Disconnect``1(``0,System.Int32)
  name: Disconnect<U>(U, int)
  fullName: UnityEngine.Playables.PlayableGraph.Disconnect<U>(U, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.Disconnect.html
  commentId: M:UnityEngine.Playables.PlayableGraph.Disconnect``1(``0,System.Int32)
  nameWithType: PlayableGraph.Disconnect<U>(U, int)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.Evaluate
  name: Evaluate()
  fullName: UnityEngine.Playables.PlayableGraph.Evaluate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.Evaluate.html
  commentId: M:UnityEngine.Playables.PlayableGraph.Evaluate
  nameWithType: PlayableGraph.Evaluate()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.Evaluate(System.Single)
  name: Evaluate(float)
  fullName: UnityEngine.Playables.PlayableGraph.Evaluate(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.Evaluate.html
  commentId: M:UnityEngine.Playables.PlayableGraph.Evaluate(System.Single)
  nameWithType: PlayableGraph.Evaluate(float)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetOutput(System.Int32)
  name: GetOutput(int)
  fullName: UnityEngine.Playables.PlayableGraph.GetOutput(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetOutput.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetOutput(System.Int32)
  nameWithType: PlayableGraph.GetOutput(int)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetOutputByType``1(System.Int32)
  name: GetOutputByType<T>(int)
  fullName: UnityEngine.Playables.PlayableGraph.GetOutputByType<T>(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetOutputByType.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetOutputByType``1(System.Int32)
  nameWithType: PlayableGraph.GetOutputByType<T>(int)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetOutputCount
  name: GetOutputCount()
  fullName: UnityEngine.Playables.PlayableGraph.GetOutputCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetOutputCount.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetOutputCount
  nameWithType: PlayableGraph.GetOutputCount()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetOutputCountByType``1
  name: GetOutputCountByType<T>()
  fullName: UnityEngine.Playables.PlayableGraph.GetOutputCountByType<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetOutputCountByType.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetOutputCountByType``1
  nameWithType: PlayableGraph.GetOutputCountByType<T>()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetPlayableCount
  name: GetPlayableCount()
  fullName: UnityEngine.Playables.PlayableGraph.GetPlayableCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetPlayableCount.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetPlayableCount
  nameWithType: PlayableGraph.GetPlayableCount()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetResolver
  name: GetResolver()
  fullName: UnityEngine.Playables.PlayableGraph.GetResolver()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetResolver.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetResolver
  nameWithType: PlayableGraph.GetResolver()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetRootPlayable(System.Int32)
  name: GetRootPlayable(int)
  fullName: UnityEngine.Playables.PlayableGraph.GetRootPlayable(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetRootPlayable.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetRootPlayable(System.Int32)
  nameWithType: PlayableGraph.GetRootPlayable(int)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetRootPlayableCount
  name: GetRootPlayableCount()
  fullName: UnityEngine.Playables.PlayableGraph.GetRootPlayableCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetRootPlayableCount.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetRootPlayableCount
  nameWithType: PlayableGraph.GetRootPlayableCount()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.GetTimeUpdateMode
  name: GetTimeUpdateMode()
  fullName: UnityEngine.Playables.PlayableGraph.GetTimeUpdateMode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.GetTimeUpdateMode.html
  commentId: M:UnityEngine.Playables.PlayableGraph.GetTimeUpdateMode
  nameWithType: PlayableGraph.GetTimeUpdateMode()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.IsDone
  name: IsDone()
  fullName: UnityEngine.Playables.PlayableGraph.IsDone()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.IsDone.html
  commentId: M:UnityEngine.Playables.PlayableGraph.IsDone
  nameWithType: PlayableGraph.IsDone()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.IsPlaying
  name: IsPlaying()
  fullName: UnityEngine.Playables.PlayableGraph.IsPlaying()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.IsPlaying.html
  commentId: M:UnityEngine.Playables.PlayableGraph.IsPlaying
  nameWithType: PlayableGraph.IsPlaying()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.IsValid
  name: IsValid()
  fullName: UnityEngine.Playables.PlayableGraph.IsValid()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.IsValid.html
  commentId: M:UnityEngine.Playables.PlayableGraph.IsValid
  nameWithType: PlayableGraph.IsValid()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.Play
  name: Play()
  fullName: UnityEngine.Playables.PlayableGraph.Play()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.Play.html
  commentId: M:UnityEngine.Playables.PlayableGraph.Play
  nameWithType: PlayableGraph.Play()
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.SetResolver(UnityEngine.IExposedPropertyTable)
  name: SetResolver(IExposedPropertyTable)
  fullName: UnityEngine.Playables.PlayableGraph.SetResolver(UnityEngine.IExposedPropertyTable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.SetResolver.html
  commentId: M:UnityEngine.Playables.PlayableGraph.SetResolver(UnityEngine.IExposedPropertyTable)
  nameWithType: PlayableGraph.SetResolver(IExposedPropertyTable)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.SetTimeUpdateMode(UnityEngine.Playables.DirectorUpdateMode)
  name: SetTimeUpdateMode(DirectorUpdateMode)
  fullName: UnityEngine.Playables.PlayableGraph.SetTimeUpdateMode(UnityEngine.Playables.DirectorUpdateMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.SetTimeUpdateMode.html
  commentId: M:UnityEngine.Playables.PlayableGraph.SetTimeUpdateMode(UnityEngine.Playables.DirectorUpdateMode)
  nameWithType: PlayableGraph.SetTimeUpdateMode(DirectorUpdateMode)
  type: Method
- uid: UnityEngine.Playables.PlayableGraph.Stop
  name: Stop()
  fullName: UnityEngine.Playables.PlayableGraph.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableGraph.Stop.html
  commentId: M:UnityEngine.Playables.PlayableGraph.Stop
  nameWithType: PlayableGraph.Stop()
  type: Method
- uid: UnityEngine.Playables.PlayableHandle
  name: PlayableHandle
  fullName: UnityEngine.Playables.PlayableHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableHandle.html
  commentId: T:UnityEngine.Playables.PlayableHandle
  nameWithType: PlayableHandle
  type: Struct
- uid: UnityEngine.Playables.PlayableHandle.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Playables.PlayableHandle.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableHandle.Equals.html
  commentId: M:UnityEngine.Playables.PlayableHandle.Equals(System.Object)
  nameWithType: PlayableHandle.Equals(object)
  type: Method
- uid: UnityEngine.Playables.PlayableHandle.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Playables.PlayableHandle.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableHandle.GetHashCode.html
  commentId: M:UnityEngine.Playables.PlayableHandle.GetHashCode
  nameWithType: PlayableHandle.GetHashCode()
  type: Method
- uid: UnityEngine.Playables.PlayableHandle.Null
  name: Null
  fullName: UnityEngine.Playables.PlayableHandle.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableHandle.Null.html
  commentId: P:UnityEngine.Playables.PlayableHandle.Null
  nameWithType: PlayableHandle.Null
  type: Property
- uid: UnityEngine.Playables.PlayableHandle.op_Equality(UnityEngine.Playables.PlayableHandle,UnityEngine.Playables.PlayableHandle)
  name: operator ==(PlayableHandle, PlayableHandle)
  fullName: UnityEngine.Playables.PlayableHandle.operator ==(UnityEngine.Playables.PlayableHandle, UnityEngine.Playables.PlayableHandle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableHandle-op_Equality.html
  commentId: M:UnityEngine.Playables.PlayableHandle.op_Equality(UnityEngine.Playables.PlayableHandle,UnityEngine.Playables.PlayableHandle)
  nameWithType: PlayableHandle.operator ==(PlayableHandle, PlayableHandle)
  type: Operator
- uid: UnityEngine.Playables.PlayableHandle.op_Inequality(UnityEngine.Playables.PlayableHandle,UnityEngine.Playables.PlayableHandle)
  name: operator !=(PlayableHandle, PlayableHandle)
  fullName: UnityEngine.Playables.PlayableHandle.operator !=(UnityEngine.Playables.PlayableHandle, UnityEngine.Playables.PlayableHandle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableHandle-op_Inequality.html
  commentId: M:UnityEngine.Playables.PlayableHandle.op_Inequality(UnityEngine.Playables.PlayableHandle,UnityEngine.Playables.PlayableHandle)
  nameWithType: PlayableHandle.operator !=(PlayableHandle, PlayableHandle)
  type: Operator
- uid: UnityEngine.Playables.PlayableOutput
  name: PlayableOutput
  fullName: UnityEngine.Playables.PlayableOutput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutput.html
  commentId: T:UnityEngine.Playables.PlayableOutput
  nameWithType: PlayableOutput
  type: Struct
- uid: UnityEngine.Playables.PlayableOutput.Equals(UnityEngine.Playables.PlayableOutput)
  name: Equals(PlayableOutput)
  fullName: UnityEngine.Playables.PlayableOutput.Equals(UnityEngine.Playables.PlayableOutput)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutput.Equals.html
  commentId: M:UnityEngine.Playables.PlayableOutput.Equals(UnityEngine.Playables.PlayableOutput)
  nameWithType: PlayableOutput.Equals(PlayableOutput)
  type: Method
- uid: UnityEngine.Playables.PlayableOutput.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Playables.PlayableOutput.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutput.GetHandle.html
  commentId: M:UnityEngine.Playables.PlayableOutput.GetHandle
  nameWithType: PlayableOutput.GetHandle()
  type: Method
- uid: UnityEngine.Playables.PlayableOutput.GetPlayableOutputType
  name: GetPlayableOutputType()
  fullName: UnityEngine.Playables.PlayableOutput.GetPlayableOutputType()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutput.GetPlayableOutputType.html
  commentId: M:UnityEngine.Playables.PlayableOutput.GetPlayableOutputType
  nameWithType: PlayableOutput.GetPlayableOutputType()
  type: Method
- uid: UnityEngine.Playables.PlayableOutput.IsPlayableOutputOfType``1
  name: IsPlayableOutputOfType<T>()
  fullName: UnityEngine.Playables.PlayableOutput.IsPlayableOutputOfType<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutput.IsPlayableOutputOfType.html
  commentId: M:UnityEngine.Playables.PlayableOutput.IsPlayableOutputOfType``1
  nameWithType: PlayableOutput.IsPlayableOutputOfType<T>()
  type: Method
- uid: UnityEngine.Playables.PlayableOutput.Null
  name: Null
  fullName: UnityEngine.Playables.PlayableOutput.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutput.Null.html
  commentId: P:UnityEngine.Playables.PlayableOutput.Null
  nameWithType: PlayableOutput.Null
  type: Property
- uid: UnityEngine.Playables.PlayableOutputExtensions
  name: PlayableOutputExtensions
  fullName: UnityEngine.Playables.PlayableOutputExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.html
  commentId: T:UnityEngine.Playables.PlayableOutputExtensions
  nameWithType: PlayableOutputExtensions
  type: Class
- uid: UnityEngine.Playables.PlayableOutputExtensions.GetReferenceObject``1(``0)
  name: GetReferenceObject<U>(U)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.GetReferenceObject<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.GetReferenceObject.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.GetReferenceObject``1(``0)
  nameWithType: PlayableOutputExtensions.GetReferenceObject<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.GetSourceInputPort``1(``0)
  name: GetSourceInputPort<U>(U)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.GetSourceInputPort<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.GetSourceInputPort.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.GetSourceInputPort``1(``0)
  nameWithType: PlayableOutputExtensions.GetSourceInputPort<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.GetSourcePlayable``1(``0)
  name: GetSourcePlayable<U>(U)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.GetSourcePlayable<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.GetSourcePlayable.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.GetSourcePlayable``1(``0)
  nameWithType: PlayableOutputExtensions.GetSourcePlayable<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.GetUserData``1(``0)
  name: GetUserData<U>(U)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.GetUserData<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.GetUserData.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.GetUserData``1(``0)
  nameWithType: PlayableOutputExtensions.GetUserData<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.GetWeight``1(``0)
  name: GetWeight<U>(U)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.GetWeight<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.GetWeight.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.GetWeight``1(``0)
  nameWithType: PlayableOutputExtensions.GetWeight<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.IsOutputValid``1(``0)
  name: IsOutputValid<U>(U)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.IsOutputValid<U>(U)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.IsOutputValid.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.IsOutputValid``1(``0)
  nameWithType: PlayableOutputExtensions.IsOutputValid<U>(U)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.SetReferenceObject``1(``0,UnityEngine.Object)
  name: SetReferenceObject<U>(U, Object)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.SetReferenceObject<U>(U, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.SetReferenceObject.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.SetReferenceObject``1(``0,UnityEngine.Object)
  nameWithType: PlayableOutputExtensions.SetReferenceObject<U>(U, Object)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.SetSourceInputPort``1(``0,System.Int32)
  name: SetSourceInputPort<U>(U, int)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.SetSourceInputPort<U>(U, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.SetSourceInputPort.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.SetSourceInputPort``1(``0,System.Int32)
  nameWithType: PlayableOutputExtensions.SetSourceInputPort<U>(U, int)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.SetSourcePlayable``2(``0,``1)
  name: SetSourcePlayable<U, V>(U, V)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.SetSourcePlayable<U, V>(U, V)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.SetSourcePlayable.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.SetSourcePlayable``2(``0,``1)
  nameWithType: PlayableOutputExtensions.SetSourcePlayable<U, V>(U, V)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.SetUserData``1(``0,UnityEngine.Object)
  name: SetUserData<U>(U, Object)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.SetUserData<U>(U, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.SetUserData.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.SetUserData``1(``0,UnityEngine.Object)
  nameWithType: PlayableOutputExtensions.SetUserData<U>(U, Object)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputExtensions.SetWeight``1(``0,System.Single)
  name: SetWeight<U>(U, float)
  fullName: UnityEngine.Playables.PlayableOutputExtensions.SetWeight<U>(U, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputExtensions.SetWeight.html
  commentId: M:UnityEngine.Playables.PlayableOutputExtensions.SetWeight``1(``0,System.Single)
  nameWithType: PlayableOutputExtensions.SetWeight<U>(U, float)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputHandle
  name: PlayableOutputHandle
  fullName: UnityEngine.Playables.PlayableOutputHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputHandle.html
  commentId: T:UnityEngine.Playables.PlayableOutputHandle
  nameWithType: PlayableOutputHandle
  type: Struct
- uid: UnityEngine.Playables.PlayableOutputHandle.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Playables.PlayableOutputHandle.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputHandle.Equals.html
  commentId: M:UnityEngine.Playables.PlayableOutputHandle.Equals(System.Object)
  nameWithType: PlayableOutputHandle.Equals(object)
  type: Method
- uid: UnityEngine.Playables.PlayableOutputHandle.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Playables.PlayableOutputHandle.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputHandle.GetHashCode.html
  commentId: M:UnityEngine.Playables.PlayableOutputHandle.GetHashCode
  nameWithType: PlayableOutputHandle.GetHashCode()
  type: Method
- uid: UnityEngine.Playables.PlayableOutputHandle.Null
  name: Null
  fullName: UnityEngine.Playables.PlayableOutputHandle.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputHandle.Null.html
  commentId: P:UnityEngine.Playables.PlayableOutputHandle.Null
  nameWithType: PlayableOutputHandle.Null
  type: Property
- uid: UnityEngine.Playables.PlayableOutputHandle.op_Equality(UnityEngine.Playables.PlayableOutputHandle,UnityEngine.Playables.PlayableOutputHandle)
  name: operator ==(PlayableOutputHandle, PlayableOutputHandle)
  fullName: UnityEngine.Playables.PlayableOutputHandle.operator ==(UnityEngine.Playables.PlayableOutputHandle, UnityEngine.Playables.PlayableOutputHandle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputHandle-op_Equality.html
  commentId: M:UnityEngine.Playables.PlayableOutputHandle.op_Equality(UnityEngine.Playables.PlayableOutputHandle,UnityEngine.Playables.PlayableOutputHandle)
  nameWithType: PlayableOutputHandle.operator ==(PlayableOutputHandle, PlayableOutputHandle)
  type: Operator
- uid: UnityEngine.Playables.PlayableOutputHandle.op_Inequality(UnityEngine.Playables.PlayableOutputHandle,UnityEngine.Playables.PlayableOutputHandle)
  name: operator !=(PlayableOutputHandle, PlayableOutputHandle)
  fullName: UnityEngine.Playables.PlayableOutputHandle.operator !=(UnityEngine.Playables.PlayableOutputHandle, UnityEngine.Playables.PlayableOutputHandle)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayableOutputHandle-op_Inequality.html
  commentId: M:UnityEngine.Playables.PlayableOutputHandle.op_Inequality(UnityEngine.Playables.PlayableOutputHandle,UnityEngine.Playables.PlayableOutputHandle)
  nameWithType: PlayableOutputHandle.operator !=(PlayableOutputHandle, PlayableOutputHandle)
  type: Operator
- uid: UnityEngine.Playables.PlayState
  name: PlayState
  fullName: UnityEngine.Playables.PlayState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayState.html
  commentId: T:UnityEngine.Playables.PlayState
  nameWithType: PlayState
  type: Enum
- uid: UnityEngine.Playables.PlayState.Paused
  name: Paused
  fullName: UnityEngine.Playables.PlayState.Paused
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayState.Paused.html
  commentId: F:UnityEngine.Playables.PlayState.Paused
  nameWithType: PlayState.Paused
  type: Field
- uid: UnityEngine.Playables.PlayState.Playing
  name: Playing
  fullName: UnityEngine.Playables.PlayState.Playing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.PlayState.Playing.html
  commentId: F:UnityEngine.Playables.PlayState.Playing
  nameWithType: PlayState.Playing
  type: Field
- uid: UnityEngine.Playables.ScriptPlayable`1
  name: ScriptPlayable<T>
  fullName: UnityEngine.Playables.ScriptPlayable<T>
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.html
  commentId: T:UnityEngine.Playables.ScriptPlayable`1
  nameWithType: ScriptPlayable<T>
  type: Struct
- uid: UnityEngine.Playables.ScriptPlayable`1.Create(UnityEngine.Playables.PlayableGraph,`0,System.Int32)
  name: Create(PlayableGraph, T, int)
  fullName: UnityEngine.Playables.ScriptPlayable<T>.Create(UnityEngine.Playables.PlayableGraph, T, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.Create.html
  commentId: M:UnityEngine.Playables.ScriptPlayable`1.Create(UnityEngine.Playables.PlayableGraph,`0,System.Int32)
  nameWithType: ScriptPlayable<T>.Create(PlayableGraph, T, int)
  type: Method
- uid: UnityEngine.Playables.ScriptPlayable`1.Create(UnityEngine.Playables.PlayableGraph,System.Int32)
  name: Create(PlayableGraph, int)
  fullName: UnityEngine.Playables.ScriptPlayable<T>.Create(UnityEngine.Playables.PlayableGraph, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.Create.html
  commentId: M:UnityEngine.Playables.ScriptPlayable`1.Create(UnityEngine.Playables.PlayableGraph,System.Int32)
  nameWithType: ScriptPlayable<T>.Create(PlayableGraph, int)
  type: Method
- uid: UnityEngine.Playables.ScriptPlayable`1.Equals(UnityEngine.Playables.ScriptPlayable{`0})
  name: Equals(ScriptPlayable<T>)
  fullName: UnityEngine.Playables.ScriptPlayable<T>.Equals(UnityEngine.Playables.ScriptPlayable<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.Equals.html
  commentId: M:UnityEngine.Playables.ScriptPlayable`1.Equals(UnityEngine.Playables.ScriptPlayable{`0})
  nameWithType: ScriptPlayable<T>.Equals(ScriptPlayable<T>)
  type: Method
- uid: UnityEngine.Playables.ScriptPlayable`1.GetBehaviour
  name: GetBehaviour()
  fullName: UnityEngine.Playables.ScriptPlayable<T>.GetBehaviour()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.GetBehaviour.html
  commentId: M:UnityEngine.Playables.ScriptPlayable`1.GetBehaviour
  nameWithType: ScriptPlayable<T>.GetBehaviour()
  type: Method
- uid: UnityEngine.Playables.ScriptPlayable`1.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Playables.ScriptPlayable<T>.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.GetHandle.html
  commentId: M:UnityEngine.Playables.ScriptPlayable`1.GetHandle
  nameWithType: ScriptPlayable<T>.GetHandle()
  type: Method
- uid: UnityEngine.Playables.ScriptPlayable`1.Null
  name: Null
  fullName: UnityEngine.Playables.ScriptPlayable<T>.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.Null.html
  commentId: P:UnityEngine.Playables.ScriptPlayable`1.Null
  nameWithType: ScriptPlayable<T>.Null
  type: Property
- uid: UnityEngine.Playables.ScriptPlayable`1.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Playables.ScriptPlayable{`0}
  name: explicit operator ScriptPlayable<T>(Playable)
  fullName: UnityEngine.Playables.ScriptPlayable<T>.explicit operator UnityEngine.Playables.ScriptPlayable<T>(UnityEngine.Playables.Playable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.op_Explicit~UnityEngine.Playables.ScriptPlayable{_0}.html
  commentId: M:UnityEngine.Playables.ScriptPlayable`1.op_Explicit(UnityEngine.Playables.Playable)~UnityEngine.Playables.ScriptPlayable{`0}
  nameWithType: ScriptPlayable<T>.explicit operator ScriptPlayable<T>(Playable)
  type: Operator
- uid: UnityEngine.Playables.ScriptPlayable`1.op_Implicit(UnityEngine.Playables.ScriptPlayable{`0})~UnityEngine.Playables.Playable
  name: implicit operator Playable(ScriptPlayable<T>)
  fullName: UnityEngine.Playables.ScriptPlayable<T>.implicit operator UnityEngine.Playables.Playable(UnityEngine.Playables.ScriptPlayable<T>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayable_1.op_Implicit~UnityEngine.Playables.Playable.html
  commentId: M:UnityEngine.Playables.ScriptPlayable`1.op_Implicit(UnityEngine.Playables.ScriptPlayable{`0})~UnityEngine.Playables.Playable
  nameWithType: ScriptPlayable<T>.implicit operator Playable(ScriptPlayable<T>)
  type: Operator
- uid: UnityEngine.Playables.ScriptPlayableOutput
  name: ScriptPlayableOutput
  fullName: UnityEngine.Playables.ScriptPlayableOutput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayableOutput.html
  commentId: T:UnityEngine.Playables.ScriptPlayableOutput
  nameWithType: ScriptPlayableOutput
  type: Struct
- uid: UnityEngine.Playables.ScriptPlayableOutput.Create(UnityEngine.Playables.PlayableGraph,System.String)
  name: Create(PlayableGraph, string)
  fullName: UnityEngine.Playables.ScriptPlayableOutput.Create(UnityEngine.Playables.PlayableGraph, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayableOutput.Create.html
  commentId: M:UnityEngine.Playables.ScriptPlayableOutput.Create(UnityEngine.Playables.PlayableGraph,System.String)
  nameWithType: ScriptPlayableOutput.Create(PlayableGraph, string)
  type: Method
- uid: UnityEngine.Playables.ScriptPlayableOutput.GetHandle
  name: GetHandle()
  fullName: UnityEngine.Playables.ScriptPlayableOutput.GetHandle()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayableOutput.GetHandle.html
  commentId: M:UnityEngine.Playables.ScriptPlayableOutput.GetHandle
  nameWithType: ScriptPlayableOutput.GetHandle()
  type: Method
- uid: UnityEngine.Playables.ScriptPlayableOutput.Null
  name: Null
  fullName: UnityEngine.Playables.ScriptPlayableOutput.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayableOutput.Null.html
  commentId: P:UnityEngine.Playables.ScriptPlayableOutput.Null
  nameWithType: ScriptPlayableOutput.Null
  type: Property
- uid: UnityEngine.Playables.ScriptPlayableOutput.op_Explicit(UnityEngine.Playables.PlayableOutput)~UnityEngine.Playables.ScriptPlayableOutput
  name: explicit operator ScriptPlayableOutput(PlayableOutput)
  fullName: UnityEngine.Playables.ScriptPlayableOutput.explicit operator UnityEngine.Playables.ScriptPlayableOutput(UnityEngine.Playables.PlayableOutput)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayableOutput.op_Explicit~UnityEngine.Playables.ScriptPlayableOutput.html
  commentId: M:UnityEngine.Playables.ScriptPlayableOutput.op_Explicit(UnityEngine.Playables.PlayableOutput)~UnityEngine.Playables.ScriptPlayableOutput
  nameWithType: ScriptPlayableOutput.explicit operator ScriptPlayableOutput(PlayableOutput)
  type: Operator
- uid: UnityEngine.Playables.ScriptPlayableOutput.op_Implicit(UnityEngine.Playables.ScriptPlayableOutput)~UnityEngine.Playables.PlayableOutput
  name: implicit operator PlayableOutput(ScriptPlayableOutput)
  fullName: UnityEngine.Playables.ScriptPlayableOutput.implicit operator UnityEngine.Playables.PlayableOutput(UnityEngine.Playables.ScriptPlayableOutput)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Playables.ScriptPlayableOutput.op_Implicit~UnityEngine.Playables.PlayableOutput.html
  commentId: M:UnityEngine.Playables.ScriptPlayableOutput.op_Implicit(UnityEngine.Playables.ScriptPlayableOutput)~UnityEngine.Playables.PlayableOutput
  nameWithType: ScriptPlayableOutput.implicit operator PlayableOutput(ScriptPlayableOutput)
  type: Operator
- uid: UnityEngine.PlayerPrefs
  name: PlayerPrefs
  fullName: UnityEngine.PlayerPrefs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.html
  commentId: T:UnityEngine.PlayerPrefs
  nameWithType: PlayerPrefs
  type: Class
- uid: UnityEngine.PlayerPrefs.DeleteAll
  name: DeleteAll()
  fullName: UnityEngine.PlayerPrefs.DeleteAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.DeleteAll.html
  commentId: M:UnityEngine.PlayerPrefs.DeleteAll
  nameWithType: PlayerPrefs.DeleteAll()
  type: Method
- uid: UnityEngine.PlayerPrefs.DeleteKey(System.String)
  name: DeleteKey(string)
  fullName: UnityEngine.PlayerPrefs.DeleteKey(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.DeleteKey.html
  commentId: M:UnityEngine.PlayerPrefs.DeleteKey(System.String)
  nameWithType: PlayerPrefs.DeleteKey(string)
  type: Method
- uid: UnityEngine.PlayerPrefs.GetFloat(System.String,System.Single)
  name: GetFloat(string, float)
  fullName: UnityEngine.PlayerPrefs.GetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.GetFloat.html
  commentId: M:UnityEngine.PlayerPrefs.GetFloat(System.String,System.Single)
  nameWithType: PlayerPrefs.GetFloat(string, float)
  type: Method
- uid: UnityEngine.PlayerPrefs.GetFloat(System.String)
  name: GetFloat(string)
  fullName: UnityEngine.PlayerPrefs.GetFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.GetFloat.html
  commentId: M:UnityEngine.PlayerPrefs.GetFloat(System.String)
  nameWithType: PlayerPrefs.GetFloat(string)
  type: Method
- uid: UnityEngine.PlayerPrefs.GetInt(System.String,System.Int32)
  name: GetInt(string, int)
  fullName: UnityEngine.PlayerPrefs.GetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.GetInt.html
  commentId: M:UnityEngine.PlayerPrefs.GetInt(System.String,System.Int32)
  nameWithType: PlayerPrefs.GetInt(string, int)
  type: Method
- uid: UnityEngine.PlayerPrefs.GetInt(System.String)
  name: GetInt(string)
  fullName: UnityEngine.PlayerPrefs.GetInt(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.GetInt.html
  commentId: M:UnityEngine.PlayerPrefs.GetInt(System.String)
  nameWithType: PlayerPrefs.GetInt(string)
  type: Method
- uid: UnityEngine.PlayerPrefs.GetString(System.String,System.String)
  name: GetString(string, string)
  fullName: UnityEngine.PlayerPrefs.GetString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.GetString.html
  commentId: M:UnityEngine.PlayerPrefs.GetString(System.String,System.String)
  nameWithType: PlayerPrefs.GetString(string, string)
  type: Method
- uid: UnityEngine.PlayerPrefs.GetString(System.String)
  name: GetString(string)
  fullName: UnityEngine.PlayerPrefs.GetString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.GetString.html
  commentId: M:UnityEngine.PlayerPrefs.GetString(System.String)
  nameWithType: PlayerPrefs.GetString(string)
  type: Method
- uid: UnityEngine.PlayerPrefs.HasKey(System.String)
  name: HasKey(string)
  fullName: UnityEngine.PlayerPrefs.HasKey(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.HasKey.html
  commentId: M:UnityEngine.PlayerPrefs.HasKey(System.String)
  nameWithType: PlayerPrefs.HasKey(string)
  type: Method
- uid: UnityEngine.PlayerPrefs.Save
  name: Save()
  fullName: UnityEngine.PlayerPrefs.Save()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.Save.html
  commentId: M:UnityEngine.PlayerPrefs.Save
  nameWithType: PlayerPrefs.Save()
  type: Method
- uid: UnityEngine.PlayerPrefs.SetFloat(System.String,System.Single)
  name: SetFloat(string, float)
  fullName: UnityEngine.PlayerPrefs.SetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.SetFloat.html
  commentId: M:UnityEngine.PlayerPrefs.SetFloat(System.String,System.Single)
  nameWithType: PlayerPrefs.SetFloat(string, float)
  type: Method
- uid: UnityEngine.PlayerPrefs.SetInt(System.String,System.Int32)
  name: SetInt(string, int)
  fullName: UnityEngine.PlayerPrefs.SetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.SetInt.html
  commentId: M:UnityEngine.PlayerPrefs.SetInt(System.String,System.Int32)
  nameWithType: PlayerPrefs.SetInt(string, int)
  type: Method
- uid: UnityEngine.PlayerPrefs.SetString(System.String,System.String)
  name: SetString(string, string)
  fullName: UnityEngine.PlayerPrefs.SetString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefs.SetString.html
  commentId: M:UnityEngine.PlayerPrefs.SetString(System.String,System.String)
  nameWithType: PlayerPrefs.SetString(string, string)
  type: Method
- uid: UnityEngine.PlayerPrefsException
  name: PlayerPrefsException
  fullName: UnityEngine.PlayerPrefsException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefsException.html
  commentId: T:UnityEngine.PlayerPrefsException
  nameWithType: PlayerPrefsException
  type: Class
- uid: UnityEngine.PlayerPrefsException.#ctor(System.String)
  name: PlayerPrefsException(string)
  fullName: UnityEngine.PlayerPrefsException.PlayerPrefsException(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayerPrefsException-ctor.html
  commentId: M:UnityEngine.PlayerPrefsException.#ctor(System.String)
  nameWithType: PlayerPrefsException.PlayerPrefsException(string)
  type: Constructor
- uid: UnityEngine.PlayMode
  name: PlayMode
  fullName: UnityEngine.PlayMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayMode.html
  commentId: T:UnityEngine.PlayMode
  nameWithType: PlayMode
  type: Enum
- uid: UnityEngine.PlayMode.StopAll
  name: StopAll
  fullName: UnityEngine.PlayMode.StopAll
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayMode.StopAll.html
  commentId: F:UnityEngine.PlayMode.StopAll
  nameWithType: PlayMode.StopAll
  type: Field
- uid: UnityEngine.PlayMode.StopSameLayer
  name: StopSameLayer
  fullName: UnityEngine.PlayMode.StopSameLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PlayMode.StopSameLayer.html
  commentId: F:UnityEngine.PlayMode.StopSameLayer
  nameWithType: PlayMode.StopSameLayer
  type: Field
- uid: UnityEngine.PointEffector2D
  name: PointEffector2D
  fullName: UnityEngine.PointEffector2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D.html
  commentId: T:UnityEngine.PointEffector2D
  nameWithType: PointEffector2D
  type: Class
- uid: UnityEngine.PointEffector2D.angularDrag
  name: angularDrag
  fullName: UnityEngine.PointEffector2D.angularDrag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D-angularDrag.html
  commentId: P:UnityEngine.PointEffector2D.angularDrag
  nameWithType: PointEffector2D.angularDrag
  type: Property
- uid: UnityEngine.PointEffector2D.distanceScale
  name: distanceScale
  fullName: UnityEngine.PointEffector2D.distanceScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D-distanceScale.html
  commentId: P:UnityEngine.PointEffector2D.distanceScale
  nameWithType: PointEffector2D.distanceScale
  type: Property
- uid: UnityEngine.PointEffector2D.drag
  name: drag
  fullName: UnityEngine.PointEffector2D.drag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D-drag.html
  commentId: P:UnityEngine.PointEffector2D.drag
  nameWithType: PointEffector2D.drag
  type: Property
- uid: UnityEngine.PointEffector2D.forceMagnitude
  name: forceMagnitude
  fullName: UnityEngine.PointEffector2D.forceMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D-forceMagnitude.html
  commentId: P:UnityEngine.PointEffector2D.forceMagnitude
  nameWithType: PointEffector2D.forceMagnitude
  type: Property
- uid: UnityEngine.PointEffector2D.forceMode
  name: forceMode
  fullName: UnityEngine.PointEffector2D.forceMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D-forceMode.html
  commentId: P:UnityEngine.PointEffector2D.forceMode
  nameWithType: PointEffector2D.forceMode
  type: Property
- uid: UnityEngine.PointEffector2D.forceSource
  name: forceSource
  fullName: UnityEngine.PointEffector2D.forceSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D-forceSource.html
  commentId: P:UnityEngine.PointEffector2D.forceSource
  nameWithType: PointEffector2D.forceSource
  type: Property
- uid: UnityEngine.PointEffector2D.forceTarget
  name: forceTarget
  fullName: UnityEngine.PointEffector2D.forceTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D-forceTarget.html
  commentId: P:UnityEngine.PointEffector2D.forceTarget
  nameWithType: PointEffector2D.forceTarget
  type: Property
- uid: UnityEngine.PointEffector2D.forceVariation
  name: forceVariation
  fullName: UnityEngine.PointEffector2D.forceVariation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PointEffector2D-forceVariation.html
  commentId: P:UnityEngine.PointEffector2D.forceVariation
  nameWithType: PointEffector2D.forceVariation
  type: Property
- uid: UnityEngine.PolygonCollider2D
  name: PolygonCollider2D
  fullName: UnityEngine.PolygonCollider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D.html
  commentId: T:UnityEngine.PolygonCollider2D
  nameWithType: PolygonCollider2D
  type: Class
- uid: UnityEngine.PolygonCollider2D.autoTiling
  name: autoTiling
  fullName: UnityEngine.PolygonCollider2D.autoTiling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D-autoTiling.html
  commentId: P:UnityEngine.PolygonCollider2D.autoTiling
  nameWithType: PolygonCollider2D.autoTiling
  type: Property
- uid: UnityEngine.PolygonCollider2D.CreatePrimitive(System.Int32,UnityEngine.Vector2,UnityEngine.Vector2)
  name: CreatePrimitive(int, Vector2, Vector2)
  fullName: UnityEngine.PolygonCollider2D.CreatePrimitive(int, UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D.CreatePrimitive.html
  commentId: M:UnityEngine.PolygonCollider2D.CreatePrimitive(System.Int32,UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: PolygonCollider2D.CreatePrimitive(int, Vector2, Vector2)
  type: Method
- uid: UnityEngine.PolygonCollider2D.CreatePrimitive(System.Int32,UnityEngine.Vector2)
  name: CreatePrimitive(int, Vector2)
  fullName: UnityEngine.PolygonCollider2D.CreatePrimitive(int, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D.CreatePrimitive.html
  commentId: M:UnityEngine.PolygonCollider2D.CreatePrimitive(System.Int32,UnityEngine.Vector2)
  nameWithType: PolygonCollider2D.CreatePrimitive(int, Vector2)
  type: Method
- uid: UnityEngine.PolygonCollider2D.CreatePrimitive(System.Int32)
  name: CreatePrimitive(int)
  fullName: UnityEngine.PolygonCollider2D.CreatePrimitive(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D.CreatePrimitive.html
  commentId: M:UnityEngine.PolygonCollider2D.CreatePrimitive(System.Int32)
  nameWithType: PolygonCollider2D.CreatePrimitive(int)
  type: Method
- uid: UnityEngine.PolygonCollider2D.GetPath(System.Int32)
  name: GetPath(int)
  fullName: UnityEngine.PolygonCollider2D.GetPath(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D.GetPath.html
  commentId: M:UnityEngine.PolygonCollider2D.GetPath(System.Int32)
  nameWithType: PolygonCollider2D.GetPath(int)
  type: Method
- uid: UnityEngine.PolygonCollider2D.GetTotalPointCount
  name: GetTotalPointCount()
  fullName: UnityEngine.PolygonCollider2D.GetTotalPointCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D.GetTotalPointCount.html
  commentId: M:UnityEngine.PolygonCollider2D.GetTotalPointCount
  nameWithType: PolygonCollider2D.GetTotalPointCount()
  type: Method
- uid: UnityEngine.PolygonCollider2D.pathCount
  name: pathCount
  fullName: UnityEngine.PolygonCollider2D.pathCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D-pathCount.html
  commentId: P:UnityEngine.PolygonCollider2D.pathCount
  nameWithType: PolygonCollider2D.pathCount
  type: Property
- uid: UnityEngine.PolygonCollider2D.points
  name: points
  fullName: UnityEngine.PolygonCollider2D.points
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D-points.html
  commentId: P:UnityEngine.PolygonCollider2D.points
  nameWithType: PolygonCollider2D.points
  type: Property
- uid: UnityEngine.PolygonCollider2D.SetPath(System.Int32,UnityEngine.Vector2[])
  name: SetPath(int, Vector2[])
  fullName: UnityEngine.PolygonCollider2D.SetPath(int, UnityEngine.Vector2[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PolygonCollider2D.SetPath.html
  commentId: M:UnityEngine.PolygonCollider2D.SetPath(System.Int32,UnityEngine.Vector2[])
  nameWithType: PolygonCollider2D.SetPath(int, Vector2[])
  type: Method
- uid: UnityEngine.Pose
  name: Pose
  fullName: UnityEngine.Pose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose.html
  commentId: T:UnityEngine.Pose
  nameWithType: Pose
  type: Struct
- uid: UnityEngine.Pose.#ctor(UnityEngine.Vector3,UnityEngine.Quaternion)
  name: Pose(Vector3, Quaternion)
  fullName: UnityEngine.Pose.Pose(UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose-ctor.html
  commentId: M:UnityEngine.Pose.#ctor(UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Pose.Pose(Vector3, Quaternion)
  type: Constructor
- uid: UnityEngine.Pose.forward
  name: forward
  fullName: UnityEngine.Pose.forward
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose-forward.html
  commentId: P:UnityEngine.Pose.forward
  nameWithType: Pose.forward
  type: Property
- uid: UnityEngine.Pose.GetTransformedBy(UnityEngine.Pose)
  name: GetTransformedBy(Pose)
  fullName: UnityEngine.Pose.GetTransformedBy(UnityEngine.Pose)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose.GetTransformedBy.html
  commentId: M:UnityEngine.Pose.GetTransformedBy(UnityEngine.Pose)
  nameWithType: Pose.GetTransformedBy(Pose)
  type: Method
- uid: UnityEngine.Pose.GetTransformedBy(UnityEngine.Transform)
  name: GetTransformedBy(Transform)
  fullName: UnityEngine.Pose.GetTransformedBy(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose.GetTransformedBy.html
  commentId: M:UnityEngine.Pose.GetTransformedBy(UnityEngine.Transform)
  nameWithType: Pose.GetTransformedBy(Transform)
  type: Method
- uid: UnityEngine.Pose.identity
  name: identity
  fullName: UnityEngine.Pose.identity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose-identity.html
  commentId: P:UnityEngine.Pose.identity
  nameWithType: Pose.identity
  type: Property
- uid: UnityEngine.Pose.position
  name: position
  fullName: UnityEngine.Pose.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose-position.html
  commentId: F:UnityEngine.Pose.position
  nameWithType: Pose.position
  type: Field
- uid: UnityEngine.Pose.right
  name: right
  fullName: UnityEngine.Pose.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose-right.html
  commentId: P:UnityEngine.Pose.right
  nameWithType: Pose.right
  type: Property
- uid: UnityEngine.Pose.rotation
  name: rotation
  fullName: UnityEngine.Pose.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose-rotation.html
  commentId: F:UnityEngine.Pose.rotation
  nameWithType: Pose.rotation
  type: Field
- uid: UnityEngine.Pose.ToString
  name: ToString()
  fullName: UnityEngine.Pose.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose.ToString.html
  commentId: M:UnityEngine.Pose.ToString
  nameWithType: Pose.ToString()
  type: Method
- uid: UnityEngine.Pose.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Pose.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose.ToString.html
  commentId: M:UnityEngine.Pose.ToString(System.String)
  nameWithType: Pose.ToString(string)
  type: Method
- uid: UnityEngine.Pose.up
  name: up
  fullName: UnityEngine.Pose.up
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Pose-up.html
  commentId: P:UnityEngine.Pose.up
  nameWithType: Pose.up
  type: Property
- uid: UnityEngine.PreferBinarySerialization
  name: PreferBinarySerialization
  fullName: UnityEngine.PreferBinarySerialization
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PreferBinarySerialization.html
  commentId: T:UnityEngine.PreferBinarySerialization
  nameWithType: PreferBinarySerialization
  type: Class
- uid: UnityEngine.PrimitiveType
  name: PrimitiveType
  fullName: UnityEngine.PrimitiveType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrimitiveType.html
  commentId: T:UnityEngine.PrimitiveType
  nameWithType: PrimitiveType
  type: Enum
- uid: UnityEngine.PrimitiveType.Capsule
  name: Capsule
  fullName: UnityEngine.PrimitiveType.Capsule
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrimitiveType.Capsule.html
  commentId: F:UnityEngine.PrimitiveType.Capsule
  nameWithType: PrimitiveType.Capsule
  type: Field
- uid: UnityEngine.PrimitiveType.Cube
  name: Cube
  fullName: UnityEngine.PrimitiveType.Cube
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrimitiveType.Cube.html
  commentId: F:UnityEngine.PrimitiveType.Cube
  nameWithType: PrimitiveType.Cube
  type: Field
- uid: UnityEngine.PrimitiveType.Cylinder
  name: Cylinder
  fullName: UnityEngine.PrimitiveType.Cylinder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrimitiveType.Cylinder.html
  commentId: F:UnityEngine.PrimitiveType.Cylinder
  nameWithType: PrimitiveType.Cylinder
  type: Field
- uid: UnityEngine.PrimitiveType.Plane
  name: Plane
  fullName: UnityEngine.PrimitiveType.Plane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrimitiveType.Plane.html
  commentId: F:UnityEngine.PrimitiveType.Plane
  nameWithType: PrimitiveType.Plane
  type: Field
- uid: UnityEngine.PrimitiveType.Quad
  name: Quad
  fullName: UnityEngine.PrimitiveType.Quad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrimitiveType.Quad.html
  commentId: F:UnityEngine.PrimitiveType.Quad
  nameWithType: PrimitiveType.Quad
  type: Field
- uid: UnityEngine.PrimitiveType.Sphere
  name: Sphere
  fullName: UnityEngine.PrimitiveType.Sphere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PrimitiveType.Sphere.html
  commentId: F:UnityEngine.PrimitiveType.Sphere
  nameWithType: PrimitiveType.Sphere
  type: Field
- uid: UnityEngine.ProceduralCacheSize
  name: ProceduralCacheSize
  fullName: UnityEngine.ProceduralCacheSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralCacheSize.html
  commentId: T:UnityEngine.ProceduralCacheSize
  nameWithType: ProceduralCacheSize
  type: Enum
- uid: UnityEngine.ProceduralCacheSize.Heavy
  name: Heavy
  fullName: UnityEngine.ProceduralCacheSize.Heavy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralCacheSize.Heavy.html
  commentId: F:UnityEngine.ProceduralCacheSize.Heavy
  nameWithType: ProceduralCacheSize.Heavy
  type: Field
- uid: UnityEngine.ProceduralCacheSize.Medium
  name: Medium
  fullName: UnityEngine.ProceduralCacheSize.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralCacheSize.Medium.html
  commentId: F:UnityEngine.ProceduralCacheSize.Medium
  nameWithType: ProceduralCacheSize.Medium
  type: Field
- uid: UnityEngine.ProceduralCacheSize.NoLimit
  name: NoLimit
  fullName: UnityEngine.ProceduralCacheSize.NoLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralCacheSize.NoLimit.html
  commentId: F:UnityEngine.ProceduralCacheSize.NoLimit
  nameWithType: ProceduralCacheSize.NoLimit
  type: Field
- uid: UnityEngine.ProceduralCacheSize.None
  name: None
  fullName: UnityEngine.ProceduralCacheSize.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralCacheSize.None.html
  commentId: F:UnityEngine.ProceduralCacheSize.None
  nameWithType: ProceduralCacheSize.None
  type: Field
- uid: UnityEngine.ProceduralCacheSize.Tiny
  name: Tiny
  fullName: UnityEngine.ProceduralCacheSize.Tiny
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralCacheSize.Tiny.html
  commentId: F:UnityEngine.ProceduralCacheSize.Tiny
  nameWithType: ProceduralCacheSize.Tiny
  type: Field
- uid: UnityEngine.ProceduralLoadingBehavior
  name: ProceduralLoadingBehavior
  fullName: UnityEngine.ProceduralLoadingBehavior
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralLoadingBehavior.html
  commentId: T:UnityEngine.ProceduralLoadingBehavior
  nameWithType: ProceduralLoadingBehavior
  type: Enum
- uid: UnityEngine.ProceduralLoadingBehavior.BakeAndDiscard
  name: BakeAndDiscard
  fullName: UnityEngine.ProceduralLoadingBehavior.BakeAndDiscard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralLoadingBehavior.BakeAndDiscard.html
  commentId: F:UnityEngine.ProceduralLoadingBehavior.BakeAndDiscard
  nameWithType: ProceduralLoadingBehavior.BakeAndDiscard
  type: Field
- uid: UnityEngine.ProceduralLoadingBehavior.BakeAndKeep
  name: BakeAndKeep
  fullName: UnityEngine.ProceduralLoadingBehavior.BakeAndKeep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralLoadingBehavior.BakeAndKeep.html
  commentId: F:UnityEngine.ProceduralLoadingBehavior.BakeAndKeep
  nameWithType: ProceduralLoadingBehavior.BakeAndKeep
  type: Field
- uid: UnityEngine.ProceduralLoadingBehavior.Cache
  name: Cache
  fullName: UnityEngine.ProceduralLoadingBehavior.Cache
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralLoadingBehavior.Cache.html
  commentId: F:UnityEngine.ProceduralLoadingBehavior.Cache
  nameWithType: ProceduralLoadingBehavior.Cache
  type: Field
- uid: UnityEngine.ProceduralLoadingBehavior.DoNothing
  name: DoNothing
  fullName: UnityEngine.ProceduralLoadingBehavior.DoNothing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralLoadingBehavior.DoNothing.html
  commentId: F:UnityEngine.ProceduralLoadingBehavior.DoNothing
  nameWithType: ProceduralLoadingBehavior.DoNothing
  type: Field
- uid: UnityEngine.ProceduralLoadingBehavior.DoNothingAndCache
  name: DoNothingAndCache
  fullName: UnityEngine.ProceduralLoadingBehavior.DoNothingAndCache
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralLoadingBehavior.DoNothingAndCache.html
  commentId: F:UnityEngine.ProceduralLoadingBehavior.DoNothingAndCache
  nameWithType: ProceduralLoadingBehavior.DoNothingAndCache
  type: Field
- uid: UnityEngine.ProceduralLoadingBehavior.Generate
  name: Generate
  fullName: UnityEngine.ProceduralLoadingBehavior.Generate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralLoadingBehavior.Generate.html
  commentId: F:UnityEngine.ProceduralLoadingBehavior.Generate
  nameWithType: ProceduralLoadingBehavior.Generate
  type: Field
- uid: UnityEngine.ProceduralMaterial
  name: ProceduralMaterial
  fullName: UnityEngine.ProceduralMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.html
  commentId: T:UnityEngine.ProceduralMaterial
  nameWithType: ProceduralMaterial
  type: Class
- uid: UnityEngine.ProceduralMaterial.animationUpdateRate
  name: animationUpdateRate
  fullName: UnityEngine.ProceduralMaterial.animationUpdateRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-animationUpdateRate.html
  commentId: P:UnityEngine.ProceduralMaterial.animationUpdateRate
  nameWithType: ProceduralMaterial.animationUpdateRate
  type: Property
- uid: UnityEngine.ProceduralMaterial.CacheProceduralProperty(System.String,System.Boolean)
  name: CacheProceduralProperty(string, bool)
  fullName: UnityEngine.ProceduralMaterial.CacheProceduralProperty(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.CacheProceduralProperty.html
  commentId: M:UnityEngine.ProceduralMaterial.CacheProceduralProperty(System.String,System.Boolean)
  nameWithType: ProceduralMaterial.CacheProceduralProperty(string, bool)
  type: Method
- uid: UnityEngine.ProceduralMaterial.cacheSize
  name: cacheSize
  fullName: UnityEngine.ProceduralMaterial.cacheSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-cacheSize.html
  commentId: P:UnityEngine.ProceduralMaterial.cacheSize
  nameWithType: ProceduralMaterial.cacheSize
  type: Property
- uid: UnityEngine.ProceduralMaterial.ClearCache
  name: ClearCache()
  fullName: UnityEngine.ProceduralMaterial.ClearCache()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.ClearCache.html
  commentId: M:UnityEngine.ProceduralMaterial.ClearCache
  nameWithType: ProceduralMaterial.ClearCache()
  type: Method
- uid: UnityEngine.ProceduralMaterial.FreezeAndReleaseSourceData
  name: FreezeAndReleaseSourceData()
  fullName: UnityEngine.ProceduralMaterial.FreezeAndReleaseSourceData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.FreezeAndReleaseSourceData.html
  commentId: M:UnityEngine.ProceduralMaterial.FreezeAndReleaseSourceData
  nameWithType: ProceduralMaterial.FreezeAndReleaseSourceData()
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetGeneratedTexture(System.String)
  name: GetGeneratedTexture(string)
  fullName: UnityEngine.ProceduralMaterial.GetGeneratedTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetGeneratedTexture.html
  commentId: M:UnityEngine.ProceduralMaterial.GetGeneratedTexture(System.String)
  nameWithType: ProceduralMaterial.GetGeneratedTexture(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetGeneratedTextures
  name: GetGeneratedTextures()
  fullName: UnityEngine.ProceduralMaterial.GetGeneratedTextures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetGeneratedTextures.html
  commentId: M:UnityEngine.ProceduralMaterial.GetGeneratedTextures
  nameWithType: ProceduralMaterial.GetGeneratedTextures()
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetProceduralBoolean(System.String)
  name: GetProceduralBoolean(string)
  fullName: UnityEngine.ProceduralMaterial.GetProceduralBoolean(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetProceduralBoolean.html
  commentId: M:UnityEngine.ProceduralMaterial.GetProceduralBoolean(System.String)
  nameWithType: ProceduralMaterial.GetProceduralBoolean(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetProceduralColor(System.String)
  name: GetProceduralColor(string)
  fullName: UnityEngine.ProceduralMaterial.GetProceduralColor(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetProceduralColor.html
  commentId: M:UnityEngine.ProceduralMaterial.GetProceduralColor(System.String)
  nameWithType: ProceduralMaterial.GetProceduralColor(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetProceduralEnum(System.String)
  name: GetProceduralEnum(string)
  fullName: UnityEngine.ProceduralMaterial.GetProceduralEnum(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetProceduralEnum.html
  commentId: M:UnityEngine.ProceduralMaterial.GetProceduralEnum(System.String)
  nameWithType: ProceduralMaterial.GetProceduralEnum(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetProceduralFloat(System.String)
  name: GetProceduralFloat(string)
  fullName: UnityEngine.ProceduralMaterial.GetProceduralFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetProceduralFloat.html
  commentId: M:UnityEngine.ProceduralMaterial.GetProceduralFloat(System.String)
  nameWithType: ProceduralMaterial.GetProceduralFloat(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetProceduralPropertyDescriptions
  name: GetProceduralPropertyDescriptions()
  fullName: UnityEngine.ProceduralMaterial.GetProceduralPropertyDescriptions()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetProceduralPropertyDescriptions.html
  commentId: M:UnityEngine.ProceduralMaterial.GetProceduralPropertyDescriptions
  nameWithType: ProceduralMaterial.GetProceduralPropertyDescriptions()
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetProceduralString(System.String)
  name: GetProceduralString(string)
  fullName: UnityEngine.ProceduralMaterial.GetProceduralString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetProceduralString.html
  commentId: M:UnityEngine.ProceduralMaterial.GetProceduralString(System.String)
  nameWithType: ProceduralMaterial.GetProceduralString(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetProceduralTexture(System.String)
  name: GetProceduralTexture(string)
  fullName: UnityEngine.ProceduralMaterial.GetProceduralTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetProceduralTexture.html
  commentId: M:UnityEngine.ProceduralMaterial.GetProceduralTexture(System.String)
  nameWithType: ProceduralMaterial.GetProceduralTexture(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.GetProceduralVector(System.String)
  name: GetProceduralVector(string)
  fullName: UnityEngine.ProceduralMaterial.GetProceduralVector(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.GetProceduralVector.html
  commentId: M:UnityEngine.ProceduralMaterial.GetProceduralVector(System.String)
  nameWithType: ProceduralMaterial.GetProceduralVector(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.HasProceduralProperty(System.String)
  name: HasProceduralProperty(string)
  fullName: UnityEngine.ProceduralMaterial.HasProceduralProperty(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.HasProceduralProperty.html
  commentId: M:UnityEngine.ProceduralMaterial.HasProceduralProperty(System.String)
  nameWithType: ProceduralMaterial.HasProceduralProperty(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.isCachedDataAvailable
  name: isCachedDataAvailable
  fullName: UnityEngine.ProceduralMaterial.isCachedDataAvailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-isCachedDataAvailable.html
  commentId: P:UnityEngine.ProceduralMaterial.isCachedDataAvailable
  nameWithType: ProceduralMaterial.isCachedDataAvailable
  type: Property
- uid: UnityEngine.ProceduralMaterial.isFrozen
  name: isFrozen
  fullName: UnityEngine.ProceduralMaterial.isFrozen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-isFrozen.html
  commentId: P:UnityEngine.ProceduralMaterial.isFrozen
  nameWithType: ProceduralMaterial.isFrozen
  type: Property
- uid: UnityEngine.ProceduralMaterial.isLoadTimeGenerated
  name: isLoadTimeGenerated
  fullName: UnityEngine.ProceduralMaterial.isLoadTimeGenerated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-isLoadTimeGenerated.html
  commentId: P:UnityEngine.ProceduralMaterial.isLoadTimeGenerated
  nameWithType: ProceduralMaterial.isLoadTimeGenerated
  type: Property
- uid: UnityEngine.ProceduralMaterial.IsProceduralPropertyCached(System.String)
  name: IsProceduralPropertyCached(string)
  fullName: UnityEngine.ProceduralMaterial.IsProceduralPropertyCached(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.IsProceduralPropertyCached.html
  commentId: M:UnityEngine.ProceduralMaterial.IsProceduralPropertyCached(System.String)
  nameWithType: ProceduralMaterial.IsProceduralPropertyCached(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.IsProceduralPropertyVisible(System.String)
  name: IsProceduralPropertyVisible(string)
  fullName: UnityEngine.ProceduralMaterial.IsProceduralPropertyVisible(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.IsProceduralPropertyVisible.html
  commentId: M:UnityEngine.ProceduralMaterial.IsProceduralPropertyVisible(System.String)
  nameWithType: ProceduralMaterial.IsProceduralPropertyVisible(string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.isProcessing
  name: isProcessing
  fullName: UnityEngine.ProceduralMaterial.isProcessing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-isProcessing.html
  commentId: P:UnityEngine.ProceduralMaterial.isProcessing
  nameWithType: ProceduralMaterial.isProcessing
  type: Property
- uid: UnityEngine.ProceduralMaterial.isReadable
  name: isReadable
  fullName: UnityEngine.ProceduralMaterial.isReadable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-isReadable.html
  commentId: P:UnityEngine.ProceduralMaterial.isReadable
  nameWithType: ProceduralMaterial.isReadable
  type: Property
- uid: UnityEngine.ProceduralMaterial.isSupported
  name: isSupported
  fullName: UnityEngine.ProceduralMaterial.isSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-isSupported.html
  commentId: P:UnityEngine.ProceduralMaterial.isSupported
  nameWithType: ProceduralMaterial.isSupported
  type: Property
- uid: UnityEngine.ProceduralMaterial.loadingBehavior
  name: loadingBehavior
  fullName: UnityEngine.ProceduralMaterial.loadingBehavior
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-loadingBehavior.html
  commentId: P:UnityEngine.ProceduralMaterial.loadingBehavior
  nameWithType: ProceduralMaterial.loadingBehavior
  type: Property
- uid: UnityEngine.ProceduralMaterial.preset
  name: preset
  fullName: UnityEngine.ProceduralMaterial.preset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-preset.html
  commentId: P:UnityEngine.ProceduralMaterial.preset
  nameWithType: ProceduralMaterial.preset
  type: Property
- uid: UnityEngine.ProceduralMaterial.RebuildTextures
  name: RebuildTextures()
  fullName: UnityEngine.ProceduralMaterial.RebuildTextures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.RebuildTextures.html
  commentId: M:UnityEngine.ProceduralMaterial.RebuildTextures
  nameWithType: ProceduralMaterial.RebuildTextures()
  type: Method
- uid: UnityEngine.ProceduralMaterial.RebuildTexturesImmediately
  name: RebuildTexturesImmediately()
  fullName: UnityEngine.ProceduralMaterial.RebuildTexturesImmediately()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.RebuildTexturesImmediately.html
  commentId: M:UnityEngine.ProceduralMaterial.RebuildTexturesImmediately
  nameWithType: ProceduralMaterial.RebuildTexturesImmediately()
  type: Method
- uid: UnityEngine.ProceduralMaterial.SetProceduralBoolean(System.String,System.Boolean)
  name: SetProceduralBoolean(string, bool)
  fullName: UnityEngine.ProceduralMaterial.SetProceduralBoolean(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.SetProceduralBoolean.html
  commentId: M:UnityEngine.ProceduralMaterial.SetProceduralBoolean(System.String,System.Boolean)
  nameWithType: ProceduralMaterial.SetProceduralBoolean(string, bool)
  type: Method
- uid: UnityEngine.ProceduralMaterial.SetProceduralColor(System.String,UnityEngine.Color)
  name: SetProceduralColor(string, Color)
  fullName: UnityEngine.ProceduralMaterial.SetProceduralColor(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.SetProceduralColor.html
  commentId: M:UnityEngine.ProceduralMaterial.SetProceduralColor(System.String,UnityEngine.Color)
  nameWithType: ProceduralMaterial.SetProceduralColor(string, Color)
  type: Method
- uid: UnityEngine.ProceduralMaterial.SetProceduralEnum(System.String,System.Int32)
  name: SetProceduralEnum(string, int)
  fullName: UnityEngine.ProceduralMaterial.SetProceduralEnum(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.SetProceduralEnum.html
  commentId: M:UnityEngine.ProceduralMaterial.SetProceduralEnum(System.String,System.Int32)
  nameWithType: ProceduralMaterial.SetProceduralEnum(string, int)
  type: Method
- uid: UnityEngine.ProceduralMaterial.SetProceduralFloat(System.String,System.Single)
  name: SetProceduralFloat(string, float)
  fullName: UnityEngine.ProceduralMaterial.SetProceduralFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.SetProceduralFloat.html
  commentId: M:UnityEngine.ProceduralMaterial.SetProceduralFloat(System.String,System.Single)
  nameWithType: ProceduralMaterial.SetProceduralFloat(string, float)
  type: Method
- uid: UnityEngine.ProceduralMaterial.SetProceduralString(System.String,System.String)
  name: SetProceduralString(string, string)
  fullName: UnityEngine.ProceduralMaterial.SetProceduralString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.SetProceduralString.html
  commentId: M:UnityEngine.ProceduralMaterial.SetProceduralString(System.String,System.String)
  nameWithType: ProceduralMaterial.SetProceduralString(string, string)
  type: Method
- uid: UnityEngine.ProceduralMaterial.SetProceduralTexture(System.String,UnityEngine.Texture2D)
  name: SetProceduralTexture(string, Texture2D)
  fullName: UnityEngine.ProceduralMaterial.SetProceduralTexture(string, UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.SetProceduralTexture.html
  commentId: M:UnityEngine.ProceduralMaterial.SetProceduralTexture(System.String,UnityEngine.Texture2D)
  nameWithType: ProceduralMaterial.SetProceduralTexture(string, Texture2D)
  type: Method
- uid: UnityEngine.ProceduralMaterial.SetProceduralVector(System.String,UnityEngine.Vector4)
  name: SetProceduralVector(string, Vector4)
  fullName: UnityEngine.ProceduralMaterial.SetProceduralVector(string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.SetProceduralVector.html
  commentId: M:UnityEngine.ProceduralMaterial.SetProceduralVector(System.String,UnityEngine.Vector4)
  nameWithType: ProceduralMaterial.SetProceduralVector(string, Vector4)
  type: Method
- uid: UnityEngine.ProceduralMaterial.StopRebuilds
  name: StopRebuilds()
  fullName: UnityEngine.ProceduralMaterial.StopRebuilds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial.StopRebuilds.html
  commentId: M:UnityEngine.ProceduralMaterial.StopRebuilds
  nameWithType: ProceduralMaterial.StopRebuilds()
  type: Method
- uid: UnityEngine.ProceduralMaterial.substanceProcessorUsage
  name: substanceProcessorUsage
  fullName: UnityEngine.ProceduralMaterial.substanceProcessorUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralMaterial-substanceProcessorUsage.html
  commentId: P:UnityEngine.ProceduralMaterial.substanceProcessorUsage
  nameWithType: ProceduralMaterial.substanceProcessorUsage
  type: Property
- uid: UnityEngine.ProceduralOutputType
  name: ProceduralOutputType
  fullName: UnityEngine.ProceduralOutputType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.html
  commentId: T:UnityEngine.ProceduralOutputType
  nameWithType: ProceduralOutputType
  type: Enum
- uid: UnityEngine.ProceduralOutputType.AmbientOcclusion
  name: AmbientOcclusion
  fullName: UnityEngine.ProceduralOutputType.AmbientOcclusion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.AmbientOcclusion.html
  commentId: F:UnityEngine.ProceduralOutputType.AmbientOcclusion
  nameWithType: ProceduralOutputType.AmbientOcclusion
  type: Field
- uid: UnityEngine.ProceduralOutputType.DetailMask
  name: DetailMask
  fullName: UnityEngine.ProceduralOutputType.DetailMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.DetailMask.html
  commentId: F:UnityEngine.ProceduralOutputType.DetailMask
  nameWithType: ProceduralOutputType.DetailMask
  type: Field
- uid: UnityEngine.ProceduralOutputType.Diffuse
  name: Diffuse
  fullName: UnityEngine.ProceduralOutputType.Diffuse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Diffuse.html
  commentId: F:UnityEngine.ProceduralOutputType.Diffuse
  nameWithType: ProceduralOutputType.Diffuse
  type: Field
- uid: UnityEngine.ProceduralOutputType.Emissive
  name: Emissive
  fullName: UnityEngine.ProceduralOutputType.Emissive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Emissive.html
  commentId: F:UnityEngine.ProceduralOutputType.Emissive
  nameWithType: ProceduralOutputType.Emissive
  type: Field
- uid: UnityEngine.ProceduralOutputType.Height
  name: Height
  fullName: UnityEngine.ProceduralOutputType.Height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Height.html
  commentId: F:UnityEngine.ProceduralOutputType.Height
  nameWithType: ProceduralOutputType.Height
  type: Field
- uid: UnityEngine.ProceduralOutputType.Metallic
  name: Metallic
  fullName: UnityEngine.ProceduralOutputType.Metallic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Metallic.html
  commentId: F:UnityEngine.ProceduralOutputType.Metallic
  nameWithType: ProceduralOutputType.Metallic
  type: Field
- uid: UnityEngine.ProceduralOutputType.Normal
  name: Normal
  fullName: UnityEngine.ProceduralOutputType.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Normal.html
  commentId: F:UnityEngine.ProceduralOutputType.Normal
  nameWithType: ProceduralOutputType.Normal
  type: Field
- uid: UnityEngine.ProceduralOutputType.Opacity
  name: Opacity
  fullName: UnityEngine.ProceduralOutputType.Opacity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Opacity.html
  commentId: F:UnityEngine.ProceduralOutputType.Opacity
  nameWithType: ProceduralOutputType.Opacity
  type: Field
- uid: UnityEngine.ProceduralOutputType.Roughness
  name: Roughness
  fullName: UnityEngine.ProceduralOutputType.Roughness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Roughness.html
  commentId: F:UnityEngine.ProceduralOutputType.Roughness
  nameWithType: ProceduralOutputType.Roughness
  type: Field
- uid: UnityEngine.ProceduralOutputType.Smoothness
  name: Smoothness
  fullName: UnityEngine.ProceduralOutputType.Smoothness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Smoothness.html
  commentId: F:UnityEngine.ProceduralOutputType.Smoothness
  nameWithType: ProceduralOutputType.Smoothness
  type: Field
- uid: UnityEngine.ProceduralOutputType.Specular
  name: Specular
  fullName: UnityEngine.ProceduralOutputType.Specular
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Specular.html
  commentId: F:UnityEngine.ProceduralOutputType.Specular
  nameWithType: ProceduralOutputType.Specular
  type: Field
- uid: UnityEngine.ProceduralOutputType.Unknown
  name: Unknown
  fullName: UnityEngine.ProceduralOutputType.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralOutputType.Unknown.html
  commentId: F:UnityEngine.ProceduralOutputType.Unknown
  nameWithType: ProceduralOutputType.Unknown
  type: Field
- uid: UnityEngine.ProceduralProcessorUsage
  name: ProceduralProcessorUsage
  fullName: UnityEngine.ProceduralProcessorUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralProcessorUsage.html
  commentId: T:UnityEngine.ProceduralProcessorUsage
  nameWithType: ProceduralProcessorUsage
  type: Enum
- uid: UnityEngine.ProceduralProcessorUsage.All
  name: All
  fullName: UnityEngine.ProceduralProcessorUsage.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralProcessorUsage.All.html
  commentId: F:UnityEngine.ProceduralProcessorUsage.All
  nameWithType: ProceduralProcessorUsage.All
  type: Field
- uid: UnityEngine.ProceduralProcessorUsage.Half
  name: Half
  fullName: UnityEngine.ProceduralProcessorUsage.Half
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralProcessorUsage.Half.html
  commentId: F:UnityEngine.ProceduralProcessorUsage.Half
  nameWithType: ProceduralProcessorUsage.Half
  type: Field
- uid: UnityEngine.ProceduralProcessorUsage.One
  name: One
  fullName: UnityEngine.ProceduralProcessorUsage.One
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralProcessorUsage.One.html
  commentId: F:UnityEngine.ProceduralProcessorUsage.One
  nameWithType: ProceduralProcessorUsage.One
  type: Field
- uid: UnityEngine.ProceduralProcessorUsage.Unsupported
  name: Unsupported
  fullName: UnityEngine.ProceduralProcessorUsage.Unsupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralProcessorUsage.Unsupported.html
  commentId: F:UnityEngine.ProceduralProcessorUsage.Unsupported
  nameWithType: ProceduralProcessorUsage.Unsupported
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription
  name: ProceduralPropertyDescription
  fullName: UnityEngine.ProceduralPropertyDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription.html
  commentId: T:UnityEngine.ProceduralPropertyDescription
  nameWithType: ProceduralPropertyDescription
  type: Class
- uid: UnityEngine.ProceduralPropertyDescription.componentLabels
  name: componentLabels
  fullName: UnityEngine.ProceduralPropertyDescription.componentLabels
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-componentLabels.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.componentLabels
  nameWithType: ProceduralPropertyDescription.componentLabels
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.enumOptions
  name: enumOptions
  fullName: UnityEngine.ProceduralPropertyDescription.enumOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-enumOptions.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.enumOptions
  nameWithType: ProceduralPropertyDescription.enumOptions
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.group
  name: group
  fullName: UnityEngine.ProceduralPropertyDescription.group
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-group.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.group
  nameWithType: ProceduralPropertyDescription.group
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.hasRange
  name: hasRange
  fullName: UnityEngine.ProceduralPropertyDescription.hasRange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-hasRange.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.hasRange
  nameWithType: ProceduralPropertyDescription.hasRange
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.label
  name: label
  fullName: UnityEngine.ProceduralPropertyDescription.label
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-label.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.label
  nameWithType: ProceduralPropertyDescription.label
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.maximum
  name: maximum
  fullName: UnityEngine.ProceduralPropertyDescription.maximum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-maximum.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.maximum
  nameWithType: ProceduralPropertyDescription.maximum
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.minimum
  name: minimum
  fullName: UnityEngine.ProceduralPropertyDescription.minimum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-minimum.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.minimum
  nameWithType: ProceduralPropertyDescription.minimum
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.name
  name: name
  fullName: UnityEngine.ProceduralPropertyDescription.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-name.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.name
  nameWithType: ProceduralPropertyDescription.name
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.step
  name: step
  fullName: UnityEngine.ProceduralPropertyDescription.step
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-step.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.step
  nameWithType: ProceduralPropertyDescription.step
  type: Field
- uid: UnityEngine.ProceduralPropertyDescription.type
  name: type
  fullName: UnityEngine.ProceduralPropertyDescription.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyDescription-type.html
  commentId: F:UnityEngine.ProceduralPropertyDescription.type
  nameWithType: ProceduralPropertyDescription.type
  type: Field
- uid: UnityEngine.ProceduralPropertyType
  name: ProceduralPropertyType
  fullName: UnityEngine.ProceduralPropertyType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.html
  commentId: T:UnityEngine.ProceduralPropertyType
  nameWithType: ProceduralPropertyType
  type: Enum
- uid: UnityEngine.ProceduralPropertyType.Boolean
  name: Boolean
  fullName: UnityEngine.ProceduralPropertyType.Boolean
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Boolean.html
  commentId: F:UnityEngine.ProceduralPropertyType.Boolean
  nameWithType: ProceduralPropertyType.Boolean
  type: Field
- uid: UnityEngine.ProceduralPropertyType.Color3
  name: Color3
  fullName: UnityEngine.ProceduralPropertyType.Color3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Color3.html
  commentId: F:UnityEngine.ProceduralPropertyType.Color3
  nameWithType: ProceduralPropertyType.Color3
  type: Field
- uid: UnityEngine.ProceduralPropertyType.Color4
  name: Color4
  fullName: UnityEngine.ProceduralPropertyType.Color4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Color4.html
  commentId: F:UnityEngine.ProceduralPropertyType.Color4
  nameWithType: ProceduralPropertyType.Color4
  type: Field
- uid: UnityEngine.ProceduralPropertyType.Enum
  name: Enum
  fullName: UnityEngine.ProceduralPropertyType.Enum
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Enum.html
  commentId: F:UnityEngine.ProceduralPropertyType.Enum
  nameWithType: ProceduralPropertyType.Enum
  type: Field
- uid: UnityEngine.ProceduralPropertyType.Float
  name: Float
  fullName: UnityEngine.ProceduralPropertyType.Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Float.html
  commentId: F:UnityEngine.ProceduralPropertyType.Float
  nameWithType: ProceduralPropertyType.Float
  type: Field
- uid: UnityEngine.ProceduralPropertyType.String
  name: String
  fullName: UnityEngine.ProceduralPropertyType.String
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.String.html
  commentId: F:UnityEngine.ProceduralPropertyType.String
  nameWithType: ProceduralPropertyType.String
  type: Field
- uid: UnityEngine.ProceduralPropertyType.Texture
  name: Texture
  fullName: UnityEngine.ProceduralPropertyType.Texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Texture.html
  commentId: F:UnityEngine.ProceduralPropertyType.Texture
  nameWithType: ProceduralPropertyType.Texture
  type: Field
- uid: UnityEngine.ProceduralPropertyType.Vector2
  name: Vector2
  fullName: UnityEngine.ProceduralPropertyType.Vector2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Vector2.html
  commentId: F:UnityEngine.ProceduralPropertyType.Vector2
  nameWithType: ProceduralPropertyType.Vector2
  type: Field
- uid: UnityEngine.ProceduralPropertyType.Vector3
  name: Vector3
  fullName: UnityEngine.ProceduralPropertyType.Vector3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Vector3.html
  commentId: F:UnityEngine.ProceduralPropertyType.Vector3
  nameWithType: ProceduralPropertyType.Vector3
  type: Field
- uid: UnityEngine.ProceduralPropertyType.Vector4
  name: Vector4
  fullName: UnityEngine.ProceduralPropertyType.Vector4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralPropertyType.Vector4.html
  commentId: F:UnityEngine.ProceduralPropertyType.Vector4
  nameWithType: ProceduralPropertyType.Vector4
  type: Field
- uid: UnityEngine.ProceduralTexture
  name: ProceduralTexture
  fullName: UnityEngine.ProceduralTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralTexture.html
  commentId: T:UnityEngine.ProceduralTexture
  nameWithType: ProceduralTexture
  type: Class
- uid: UnityEngine.ProceduralTexture.format
  name: format
  fullName: UnityEngine.ProceduralTexture.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralTexture-format.html
  commentId: P:UnityEngine.ProceduralTexture.format
  nameWithType: ProceduralTexture.format
  type: Property
- uid: UnityEngine.ProceduralTexture.GetPixels32(System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetPixels32(int, int, int, int)
  fullName: UnityEngine.ProceduralTexture.GetPixels32(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralTexture.GetPixels32.html
  commentId: M:UnityEngine.ProceduralTexture.GetPixels32(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: ProceduralTexture.GetPixels32(int, int, int, int)
  type: Method
- uid: UnityEngine.ProceduralTexture.GetProceduralOutputType
  name: GetProceduralOutputType()
  fullName: UnityEngine.ProceduralTexture.GetProceduralOutputType()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralTexture.GetProceduralOutputType.html
  commentId: M:UnityEngine.ProceduralTexture.GetProceduralOutputType
  nameWithType: ProceduralTexture.GetProceduralOutputType()
  type: Method
- uid: UnityEngine.ProceduralTexture.hasAlpha
  name: hasAlpha
  fullName: UnityEngine.ProceduralTexture.hasAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ProceduralTexture-hasAlpha.html
  commentId: P:UnityEngine.ProceduralTexture.hasAlpha
  nameWithType: ProceduralTexture.hasAlpha
  type: Property
- uid: UnityEngine.Profiling
  name: UnityEngine.Profiling
  fullName: UnityEngine.Profiling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Profiling
  nameWithType: UnityEngine.Profiling
  type: Namespace
- uid: UnityEngine.Profiling.CustomSampler
  name: CustomSampler
  fullName: UnityEngine.Profiling.CustomSampler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.CustomSampler.html
  commentId: T:UnityEngine.Profiling.CustomSampler
  nameWithType: CustomSampler
  type: Class
- uid: UnityEngine.Profiling.CustomSampler.Begin
  name: Begin()
  fullName: UnityEngine.Profiling.CustomSampler.Begin()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.CustomSampler.Begin.html
  commentId: M:UnityEngine.Profiling.CustomSampler.Begin
  nameWithType: CustomSampler.Begin()
  type: Method
- uid: UnityEngine.Profiling.CustomSampler.Begin(UnityEngine.Object)
  name: Begin(Object)
  fullName: UnityEngine.Profiling.CustomSampler.Begin(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.CustomSampler.Begin.html
  commentId: M:UnityEngine.Profiling.CustomSampler.Begin(UnityEngine.Object)
  nameWithType: CustomSampler.Begin(Object)
  type: Method
- uid: UnityEngine.Profiling.CustomSampler.Create(System.String)
  name: Create(string)
  fullName: UnityEngine.Profiling.CustomSampler.Create(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.CustomSampler.Create.html
  commentId: M:UnityEngine.Profiling.CustomSampler.Create(System.String)
  nameWithType: CustomSampler.Create(string)
  type: Method
- uid: UnityEngine.Profiling.CustomSampler.End
  name: End()
  fullName: UnityEngine.Profiling.CustomSampler.End()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.CustomSampler.End.html
  commentId: M:UnityEngine.Profiling.CustomSampler.End
  nameWithType: CustomSampler.End()
  type: Method
- uid: UnityEngine.Profiling.Profiler
  name: Profiler
  fullName: UnityEngine.Profiling.Profiler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.html
  commentId: T:UnityEngine.Profiling.Profiler
  nameWithType: Profiler
  type: Class
- uid: UnityEngine.Profiling.Profiler.AddFramesFromFile(System.String)
  name: AddFramesFromFile(string)
  fullName: UnityEngine.Profiling.Profiler.AddFramesFromFile(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.AddFramesFromFile.html
  commentId: M:UnityEngine.Profiling.Profiler.AddFramesFromFile(System.String)
  nameWithType: Profiler.AddFramesFromFile(string)
  type: Method
- uid: UnityEngine.Profiling.Profiler.BeginSample(System.String,UnityEngine.Object)
  name: BeginSample(string, Object)
  fullName: UnityEngine.Profiling.Profiler.BeginSample(string, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.BeginSample.html
  commentId: M:UnityEngine.Profiling.Profiler.BeginSample(System.String,UnityEngine.Object)
  nameWithType: Profiler.BeginSample(string, Object)
  type: Method
- uid: UnityEngine.Profiling.Profiler.BeginSample(System.String)
  name: BeginSample(string)
  fullName: UnityEngine.Profiling.Profiler.BeginSample(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.BeginSample.html
  commentId: M:UnityEngine.Profiling.Profiler.BeginSample(System.String)
  nameWithType: Profiler.BeginSample(string)
  type: Method
- uid: UnityEngine.Profiling.Profiler.enableBinaryLog
  name: enableBinaryLog
  fullName: UnityEngine.Profiling.Profiler.enableBinaryLog
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler-enableBinaryLog.html
  commentId: P:UnityEngine.Profiling.Profiler.enableBinaryLog
  nameWithType: Profiler.enableBinaryLog
  type: Property
- uid: UnityEngine.Profiling.Profiler.enabled
  name: enabled
  fullName: UnityEngine.Profiling.Profiler.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler-enabled.html
  commentId: P:UnityEngine.Profiling.Profiler.enabled
  nameWithType: Profiler.enabled
  type: Property
- uid: UnityEngine.Profiling.Profiler.EndSample
  name: EndSample()
  fullName: UnityEngine.Profiling.Profiler.EndSample()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.EndSample.html
  commentId: M:UnityEngine.Profiling.Profiler.EndSample
  nameWithType: Profiler.EndSample()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetMonoHeapSize
  name: GetMonoHeapSize()
  fullName: UnityEngine.Profiling.Profiler.GetMonoHeapSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetMonoHeapSize.html
  commentId: M:UnityEngine.Profiling.Profiler.GetMonoHeapSize
  nameWithType: Profiler.GetMonoHeapSize()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetMonoHeapSizeLong
  name: GetMonoHeapSizeLong()
  fullName: UnityEngine.Profiling.Profiler.GetMonoHeapSizeLong()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetMonoHeapSizeLong.html
  commentId: M:UnityEngine.Profiling.Profiler.GetMonoHeapSizeLong
  nameWithType: Profiler.GetMonoHeapSizeLong()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetMonoUsedSize
  name: GetMonoUsedSize()
  fullName: UnityEngine.Profiling.Profiler.GetMonoUsedSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetMonoUsedSize.html
  commentId: M:UnityEngine.Profiling.Profiler.GetMonoUsedSize
  nameWithType: Profiler.GetMonoUsedSize()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetMonoUsedSizeLong
  name: GetMonoUsedSizeLong()
  fullName: UnityEngine.Profiling.Profiler.GetMonoUsedSizeLong()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetMonoUsedSizeLong.html
  commentId: M:UnityEngine.Profiling.Profiler.GetMonoUsedSizeLong
  nameWithType: Profiler.GetMonoUsedSizeLong()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetRuntimeMemorySize(UnityEngine.Object)
  name: GetRuntimeMemorySize(Object)
  fullName: UnityEngine.Profiling.Profiler.GetRuntimeMemorySize(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetRuntimeMemorySize.html
  commentId: M:UnityEngine.Profiling.Profiler.GetRuntimeMemorySize(UnityEngine.Object)
  nameWithType: Profiler.GetRuntimeMemorySize(Object)
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetRuntimeMemorySizeLong(UnityEngine.Object)
  name: GetRuntimeMemorySizeLong(Object)
  fullName: UnityEngine.Profiling.Profiler.GetRuntimeMemorySizeLong(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetRuntimeMemorySizeLong.html
  commentId: M:UnityEngine.Profiling.Profiler.GetRuntimeMemorySizeLong(UnityEngine.Object)
  nameWithType: Profiler.GetRuntimeMemorySizeLong(Object)
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetTempAllocatorSize
  name: GetTempAllocatorSize()
  fullName: UnityEngine.Profiling.Profiler.GetTempAllocatorSize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetTempAllocatorSize.html
  commentId: M:UnityEngine.Profiling.Profiler.GetTempAllocatorSize
  nameWithType: Profiler.GetTempAllocatorSize()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetTotalAllocatedMemory
  name: GetTotalAllocatedMemory()
  fullName: UnityEngine.Profiling.Profiler.GetTotalAllocatedMemory()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetTotalAllocatedMemory.html
  commentId: M:UnityEngine.Profiling.Profiler.GetTotalAllocatedMemory
  nameWithType: Profiler.GetTotalAllocatedMemory()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetTotalAllocatedMemoryLong
  name: GetTotalAllocatedMemoryLong()
  fullName: UnityEngine.Profiling.Profiler.GetTotalAllocatedMemoryLong()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetTotalAllocatedMemoryLong.html
  commentId: M:UnityEngine.Profiling.Profiler.GetTotalAllocatedMemoryLong
  nameWithType: Profiler.GetTotalAllocatedMemoryLong()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetTotalReservedMemory
  name: GetTotalReservedMemory()
  fullName: UnityEngine.Profiling.Profiler.GetTotalReservedMemory()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetTotalReservedMemory.html
  commentId: M:UnityEngine.Profiling.Profiler.GetTotalReservedMemory
  nameWithType: Profiler.GetTotalReservedMemory()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetTotalReservedMemoryLong
  name: GetTotalReservedMemoryLong()
  fullName: UnityEngine.Profiling.Profiler.GetTotalReservedMemoryLong()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetTotalReservedMemoryLong.html
  commentId: M:UnityEngine.Profiling.Profiler.GetTotalReservedMemoryLong
  nameWithType: Profiler.GetTotalReservedMemoryLong()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetTotalUnusedReservedMemory
  name: GetTotalUnusedReservedMemory()
  fullName: UnityEngine.Profiling.Profiler.GetTotalUnusedReservedMemory()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetTotalUnusedReservedMemory.html
  commentId: M:UnityEngine.Profiling.Profiler.GetTotalUnusedReservedMemory
  nameWithType: Profiler.GetTotalUnusedReservedMemory()
  type: Method
- uid: UnityEngine.Profiling.Profiler.GetTotalUnusedReservedMemoryLong
  name: GetTotalUnusedReservedMemoryLong()
  fullName: UnityEngine.Profiling.Profiler.GetTotalUnusedReservedMemoryLong()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.GetTotalUnusedReservedMemoryLong.html
  commentId: M:UnityEngine.Profiling.Profiler.GetTotalUnusedReservedMemoryLong
  nameWithType: Profiler.GetTotalUnusedReservedMemoryLong()
  type: Method
- uid: UnityEngine.Profiling.Profiler.logFile
  name: logFile
  fullName: UnityEngine.Profiling.Profiler.logFile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler-logFile.html
  commentId: P:UnityEngine.Profiling.Profiler.logFile
  nameWithType: Profiler.logFile
  type: Property
- uid: UnityEngine.Profiling.Profiler.maxNumberOfSamplesPerFrame
  name: maxNumberOfSamplesPerFrame
  fullName: UnityEngine.Profiling.Profiler.maxNumberOfSamplesPerFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler-maxNumberOfSamplesPerFrame.html
  commentId: P:UnityEngine.Profiling.Profiler.maxNumberOfSamplesPerFrame
  nameWithType: Profiler.maxNumberOfSamplesPerFrame
  type: Property
- uid: UnityEngine.Profiling.Profiler.SetTempAllocatorRequestedSize(System.UInt32)
  name: SetTempAllocatorRequestedSize(uint)
  fullName: UnityEngine.Profiling.Profiler.SetTempAllocatorRequestedSize(uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler.SetTempAllocatorRequestedSize.html
  commentId: M:UnityEngine.Profiling.Profiler.SetTempAllocatorRequestedSize(System.UInt32)
  nameWithType: Profiler.SetTempAllocatorRequestedSize(uint)
  type: Method
- uid: UnityEngine.Profiling.Profiler.supported
  name: supported
  fullName: UnityEngine.Profiling.Profiler.supported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler-supported.html
  commentId: P:UnityEngine.Profiling.Profiler.supported
  nameWithType: Profiler.supported
  type: Property
- uid: UnityEngine.Profiling.Profiler.usedHeapSize
  name: usedHeapSize
  fullName: UnityEngine.Profiling.Profiler.usedHeapSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler-usedHeapSize.html
  commentId: P:UnityEngine.Profiling.Profiler.usedHeapSize
  nameWithType: Profiler.usedHeapSize
  type: Property
- uid: UnityEngine.Profiling.Profiler.usedHeapSizeLong
  name: usedHeapSizeLong
  fullName: UnityEngine.Profiling.Profiler.usedHeapSizeLong
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Profiler-usedHeapSizeLong.html
  commentId: P:UnityEngine.Profiling.Profiler.usedHeapSizeLong
  nameWithType: Profiler.usedHeapSizeLong
  type: Property
- uid: UnityEngine.Profiling.Recorder
  name: Recorder
  fullName: UnityEngine.Profiling.Recorder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Recorder.html
  commentId: T:UnityEngine.Profiling.Recorder
  nameWithType: Recorder
  type: Class
- uid: UnityEngine.Profiling.Recorder.elapsedNanoseconds
  name: elapsedNanoseconds
  fullName: UnityEngine.Profiling.Recorder.elapsedNanoseconds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Recorder-elapsedNanoseconds.html
  commentId: P:UnityEngine.Profiling.Recorder.elapsedNanoseconds
  nameWithType: Recorder.elapsedNanoseconds
  type: Property
- uid: UnityEngine.Profiling.Recorder.enabled
  name: enabled
  fullName: UnityEngine.Profiling.Recorder.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Recorder-enabled.html
  commentId: P:UnityEngine.Profiling.Recorder.enabled
  nameWithType: Recorder.enabled
  type: Property
- uid: UnityEngine.Profiling.Recorder.Finalize
  name: ~Recorder()
  fullName: UnityEngine.Profiling.Recorder.~Recorder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Recorder.Finalize.html
  commentId: M:UnityEngine.Profiling.Recorder.Finalize
  nameWithType: Recorder.~Recorder()
  type: Method
- uid: UnityEngine.Profiling.Recorder.Get(System.String)
  name: Get(string)
  fullName: UnityEngine.Profiling.Recorder.Get(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Recorder.Get.html
  commentId: M:UnityEngine.Profiling.Recorder.Get(System.String)
  nameWithType: Recorder.Get(string)
  type: Method
- uid: UnityEngine.Profiling.Recorder.isValid
  name: isValid
  fullName: UnityEngine.Profiling.Recorder.isValid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Recorder-isValid.html
  commentId: P:UnityEngine.Profiling.Recorder.isValid
  nameWithType: Recorder.isValid
  type: Property
- uid: UnityEngine.Profiling.Recorder.sampleBlockCount
  name: sampleBlockCount
  fullName: UnityEngine.Profiling.Recorder.sampleBlockCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Recorder-sampleBlockCount.html
  commentId: P:UnityEngine.Profiling.Recorder.sampleBlockCount
  nameWithType: Recorder.sampleBlockCount
  type: Property
- uid: UnityEngine.Profiling.Sampler
  name: Sampler
  fullName: UnityEngine.Profiling.Sampler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Sampler.html
  commentId: T:UnityEngine.Profiling.Sampler
  nameWithType: Sampler
  type: Class
- uid: UnityEngine.Profiling.Sampler.Get(System.String)
  name: Get(string)
  fullName: UnityEngine.Profiling.Sampler.Get(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Sampler.Get.html
  commentId: M:UnityEngine.Profiling.Sampler.Get(System.String)
  nameWithType: Sampler.Get(string)
  type: Method
- uid: UnityEngine.Profiling.Sampler.GetNames(System.Collections.Generic.List{System.String})
  name: GetNames(List<string>)
  fullName: UnityEngine.Profiling.Sampler.GetNames(System.Collections.Generic.List<string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Sampler.GetNames.html
  commentId: M:UnityEngine.Profiling.Sampler.GetNames(System.Collections.Generic.List{System.String})
  nameWithType: Sampler.GetNames(List<string>)
  type: Method
- uid: UnityEngine.Profiling.Sampler.GetRecorder
  name: GetRecorder()
  fullName: UnityEngine.Profiling.Sampler.GetRecorder()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Sampler.GetRecorder.html
  commentId: M:UnityEngine.Profiling.Sampler.GetRecorder
  nameWithType: Sampler.GetRecorder()
  type: Method
- uid: UnityEngine.Profiling.Sampler.isValid
  name: isValid
  fullName: UnityEngine.Profiling.Sampler.isValid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Sampler-isValid.html
  commentId: P:UnityEngine.Profiling.Sampler.isValid
  nameWithType: Sampler.isValid
  type: Property
- uid: UnityEngine.Profiling.Sampler.name
  name: name
  fullName: UnityEngine.Profiling.Sampler.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Profiling.Sampler-name.html
  commentId: P:UnityEngine.Profiling.Sampler.name
  nameWithType: Sampler.name
  type: Property
- uid: UnityEngine.Projector
  name: Projector
  fullName: UnityEngine.Projector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector.html
  commentId: T:UnityEngine.Projector
  nameWithType: Projector
  type: Class
- uid: UnityEngine.Projector.aspectRatio
  name: aspectRatio
  fullName: UnityEngine.Projector.aspectRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector-aspectRatio.html
  commentId: P:UnityEngine.Projector.aspectRatio
  nameWithType: Projector.aspectRatio
  type: Property
- uid: UnityEngine.Projector.farClipPlane
  name: farClipPlane
  fullName: UnityEngine.Projector.farClipPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector-farClipPlane.html
  commentId: P:UnityEngine.Projector.farClipPlane
  nameWithType: Projector.farClipPlane
  type: Property
- uid: UnityEngine.Projector.fieldOfView
  name: fieldOfView
  fullName: UnityEngine.Projector.fieldOfView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector-fieldOfView.html
  commentId: P:UnityEngine.Projector.fieldOfView
  nameWithType: Projector.fieldOfView
  type: Property
- uid: UnityEngine.Projector.ignoreLayers
  name: ignoreLayers
  fullName: UnityEngine.Projector.ignoreLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector-ignoreLayers.html
  commentId: P:UnityEngine.Projector.ignoreLayers
  nameWithType: Projector.ignoreLayers
  type: Property
- uid: UnityEngine.Projector.material
  name: material
  fullName: UnityEngine.Projector.material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector-material.html
  commentId: P:UnityEngine.Projector.material
  nameWithType: Projector.material
  type: Property
- uid: UnityEngine.Projector.nearClipPlane
  name: nearClipPlane
  fullName: UnityEngine.Projector.nearClipPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector-nearClipPlane.html
  commentId: P:UnityEngine.Projector.nearClipPlane
  nameWithType: Projector.nearClipPlane
  type: Property
- uid: UnityEngine.Projector.orthographic
  name: orthographic
  fullName: UnityEngine.Projector.orthographic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector-orthographic.html
  commentId: P:UnityEngine.Projector.orthographic
  nameWithType: Projector.orthographic
  type: Property
- uid: UnityEngine.Projector.orthographicSize
  name: orthographicSize
  fullName: UnityEngine.Projector.orthographicSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Projector-orthographicSize.html
  commentId: P:UnityEngine.Projector.orthographicSize
  nameWithType: Projector.orthographicSize
  type: Property
- uid: UnityEngine.PropertyAttribute
  name: PropertyAttribute
  fullName: UnityEngine.PropertyAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyAttribute.html
  commentId: T:UnityEngine.PropertyAttribute
  nameWithType: PropertyAttribute
  type: Class
- uid: UnityEngine.PropertyAttribute.order
  name: order
  fullName: UnityEngine.PropertyAttribute.order
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyAttribute-order.html
  commentId: P:UnityEngine.PropertyAttribute.order
  nameWithType: PropertyAttribute.order
  type: Property
- uid: UnityEngine.PropertyName
  name: PropertyName
  fullName: UnityEngine.PropertyName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName.html
  commentId: T:UnityEngine.PropertyName
  nameWithType: PropertyName
  type: Struct
- uid: UnityEngine.PropertyName.#ctor(System.Int32)
  name: PropertyName(int)
  fullName: UnityEngine.PropertyName.PropertyName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName-ctor.html
  commentId: M:UnityEngine.PropertyName.#ctor(System.Int32)
  nameWithType: PropertyName.PropertyName(int)
  type: Constructor
- uid: UnityEngine.PropertyName.#ctor(System.String)
  name: PropertyName(string)
  fullName: UnityEngine.PropertyName.PropertyName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName-ctor.html
  commentId: M:UnityEngine.PropertyName.#ctor(System.String)
  nameWithType: PropertyName.PropertyName(string)
  type: Constructor
- uid: UnityEngine.PropertyName.#ctor(UnityEngine.PropertyName)
  name: PropertyName(PropertyName)
  fullName: UnityEngine.PropertyName.PropertyName(UnityEngine.PropertyName)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName-ctor.html
  commentId: M:UnityEngine.PropertyName.#ctor(UnityEngine.PropertyName)
  nameWithType: PropertyName.PropertyName(PropertyName)
  type: Constructor
- uid: UnityEngine.PropertyName.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.PropertyName.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName.Equals.html
  commentId: M:UnityEngine.PropertyName.Equals(System.Object)
  nameWithType: PropertyName.Equals(object)
  type: Method
- uid: UnityEngine.PropertyName.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.PropertyName.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName.GetHashCode.html
  commentId: M:UnityEngine.PropertyName.GetHashCode
  nameWithType: PropertyName.GetHashCode()
  type: Method
- uid: UnityEngine.PropertyName.IsNullOrEmpty(UnityEngine.PropertyName)
  name: IsNullOrEmpty(PropertyName)
  fullName: UnityEngine.PropertyName.IsNullOrEmpty(UnityEngine.PropertyName)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName.IsNullOrEmpty.html
  commentId: M:UnityEngine.PropertyName.IsNullOrEmpty(UnityEngine.PropertyName)
  nameWithType: PropertyName.IsNullOrEmpty(PropertyName)
  type: Method
- uid: UnityEngine.PropertyName.op_Equality(UnityEngine.PropertyName,UnityEngine.PropertyName)
  name: operator ==(PropertyName, PropertyName)
  fullName: UnityEngine.PropertyName.operator ==(UnityEngine.PropertyName, UnityEngine.PropertyName)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName-op_Equality.html
  commentId: M:UnityEngine.PropertyName.op_Equality(UnityEngine.PropertyName,UnityEngine.PropertyName)
  nameWithType: PropertyName.operator ==(PropertyName, PropertyName)
  type: Operator
- uid: UnityEngine.PropertyName.op_Implicit(System.Int32)~UnityEngine.PropertyName
  name: implicit operator PropertyName(int)
  fullName: UnityEngine.PropertyName.implicit operator UnityEngine.PropertyName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName.op_Implicit~UnityEngine.PropertyName.html
  commentId: M:UnityEngine.PropertyName.op_Implicit(System.Int32)~UnityEngine.PropertyName
  nameWithType: PropertyName.implicit operator PropertyName(int)
  type: Operator
- uid: UnityEngine.PropertyName.op_Implicit(System.String)~UnityEngine.PropertyName
  name: implicit operator PropertyName(string)
  fullName: UnityEngine.PropertyName.implicit operator UnityEngine.PropertyName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName.op_Implicit~UnityEngine.PropertyName.html
  commentId: M:UnityEngine.PropertyName.op_Implicit(System.String)~UnityEngine.PropertyName
  nameWithType: PropertyName.implicit operator PropertyName(string)
  type: Operator
- uid: UnityEngine.PropertyName.op_Inequality(UnityEngine.PropertyName,UnityEngine.PropertyName)
  name: operator !=(PropertyName, PropertyName)
  fullName: UnityEngine.PropertyName.operator !=(UnityEngine.PropertyName, UnityEngine.PropertyName)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName-op_Inequality.html
  commentId: M:UnityEngine.PropertyName.op_Inequality(UnityEngine.PropertyName,UnityEngine.PropertyName)
  nameWithType: PropertyName.operator !=(PropertyName, PropertyName)
  type: Operator
- uid: UnityEngine.PropertyName.ToString
  name: ToString()
  fullName: UnityEngine.PropertyName.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/PropertyName.ToString.html
  commentId: M:UnityEngine.PropertyName.ToString
  nameWithType: PropertyName.ToString()
  type: Method
- uid: UnityEngine.QualityLevel
  name: QualityLevel
  fullName: UnityEngine.QualityLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualityLevel.html
  commentId: T:UnityEngine.QualityLevel
  nameWithType: QualityLevel
  type: Enum
- uid: UnityEngine.QualityLevel.Beautiful
  name: Beautiful
  fullName: UnityEngine.QualityLevel.Beautiful
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualityLevel.Beautiful.html
  commentId: F:UnityEngine.QualityLevel.Beautiful
  nameWithType: QualityLevel.Beautiful
  type: Field
- uid: UnityEngine.QualityLevel.Fantastic
  name: Fantastic
  fullName: UnityEngine.QualityLevel.Fantastic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualityLevel.Fantastic.html
  commentId: F:UnityEngine.QualityLevel.Fantastic
  nameWithType: QualityLevel.Fantastic
  type: Field
- uid: UnityEngine.QualityLevel.Fast
  name: Fast
  fullName: UnityEngine.QualityLevel.Fast
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualityLevel.Fast.html
  commentId: F:UnityEngine.QualityLevel.Fast
  nameWithType: QualityLevel.Fast
  type: Field
- uid: UnityEngine.QualityLevel.Fastest
  name: Fastest
  fullName: UnityEngine.QualityLevel.Fastest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualityLevel.Fastest.html
  commentId: F:UnityEngine.QualityLevel.Fastest
  nameWithType: QualityLevel.Fastest
  type: Field
- uid: UnityEngine.QualityLevel.Good
  name: Good
  fullName: UnityEngine.QualityLevel.Good
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualityLevel.Good.html
  commentId: F:UnityEngine.QualityLevel.Good
  nameWithType: QualityLevel.Good
  type: Field
- uid: UnityEngine.QualityLevel.Simple
  name: Simple
  fullName: UnityEngine.QualityLevel.Simple
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualityLevel.Simple.html
  commentId: F:UnityEngine.QualityLevel.Simple
  nameWithType: QualityLevel.Simple
  type: Field
- uid: UnityEngine.QualitySettings
  name: QualitySettings
  fullName: UnityEngine.QualitySettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings.html
  commentId: T:UnityEngine.QualitySettings
  nameWithType: QualitySettings
  type: Class
- uid: UnityEngine.QualitySettings.activeColorSpace
  name: activeColorSpace
  fullName: UnityEngine.QualitySettings.activeColorSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-activeColorSpace.html
  commentId: P:UnityEngine.QualitySettings.activeColorSpace
  nameWithType: QualitySettings.activeColorSpace
  type: Property
- uid: UnityEngine.QualitySettings.anisotropicFiltering
  name: anisotropicFiltering
  fullName: UnityEngine.QualitySettings.anisotropicFiltering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-anisotropicFiltering.html
  commentId: P:UnityEngine.QualitySettings.anisotropicFiltering
  nameWithType: QualitySettings.anisotropicFiltering
  type: Property
- uid: UnityEngine.QualitySettings.antiAliasing
  name: antiAliasing
  fullName: UnityEngine.QualitySettings.antiAliasing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-antiAliasing.html
  commentId: P:UnityEngine.QualitySettings.antiAliasing
  nameWithType: QualitySettings.antiAliasing
  type: Property
- uid: UnityEngine.QualitySettings.asyncUploadBufferSize
  name: asyncUploadBufferSize
  fullName: UnityEngine.QualitySettings.asyncUploadBufferSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-asyncUploadBufferSize.html
  commentId: P:UnityEngine.QualitySettings.asyncUploadBufferSize
  nameWithType: QualitySettings.asyncUploadBufferSize
  type: Property
- uid: UnityEngine.QualitySettings.asyncUploadTimeSlice
  name: asyncUploadTimeSlice
  fullName: UnityEngine.QualitySettings.asyncUploadTimeSlice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-asyncUploadTimeSlice.html
  commentId: P:UnityEngine.QualitySettings.asyncUploadTimeSlice
  nameWithType: QualitySettings.asyncUploadTimeSlice
  type: Property
- uid: UnityEngine.QualitySettings.billboardsFaceCameraPosition
  name: billboardsFaceCameraPosition
  fullName: UnityEngine.QualitySettings.billboardsFaceCameraPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-billboardsFaceCameraPosition.html
  commentId: P:UnityEngine.QualitySettings.billboardsFaceCameraPosition
  nameWithType: QualitySettings.billboardsFaceCameraPosition
  type: Property
- uid: UnityEngine.QualitySettings.blendWeights
  name: blendWeights
  fullName: UnityEngine.QualitySettings.blendWeights
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-blendWeights.html
  commentId: P:UnityEngine.QualitySettings.blendWeights
  nameWithType: QualitySettings.blendWeights
  type: Property
- uid: UnityEngine.QualitySettings.currentLevel
  name: currentLevel
  fullName: UnityEngine.QualitySettings.currentLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-currentLevel.html
  commentId: P:UnityEngine.QualitySettings.currentLevel
  nameWithType: QualitySettings.currentLevel
  type: Property
- uid: UnityEngine.QualitySettings.DecreaseLevel
  name: DecreaseLevel()
  fullName: UnityEngine.QualitySettings.DecreaseLevel()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings.DecreaseLevel.html
  commentId: M:UnityEngine.QualitySettings.DecreaseLevel
  nameWithType: QualitySettings.DecreaseLevel()
  type: Method
- uid: UnityEngine.QualitySettings.DecreaseLevel(System.Boolean)
  name: DecreaseLevel(bool)
  fullName: UnityEngine.QualitySettings.DecreaseLevel(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings.DecreaseLevel.html
  commentId: M:UnityEngine.QualitySettings.DecreaseLevel(System.Boolean)
  nameWithType: QualitySettings.DecreaseLevel(bool)
  type: Method
- uid: UnityEngine.QualitySettings.desiredColorSpace
  name: desiredColorSpace
  fullName: UnityEngine.QualitySettings.desiredColorSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-desiredColorSpace.html
  commentId: P:UnityEngine.QualitySettings.desiredColorSpace
  nameWithType: QualitySettings.desiredColorSpace
  type: Property
- uid: UnityEngine.QualitySettings.GetQualityLevel
  name: GetQualityLevel()
  fullName: UnityEngine.QualitySettings.GetQualityLevel()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings.GetQualityLevel.html
  commentId: M:UnityEngine.QualitySettings.GetQualityLevel
  nameWithType: QualitySettings.GetQualityLevel()
  type: Method
- uid: UnityEngine.QualitySettings.IncreaseLevel
  name: IncreaseLevel()
  fullName: UnityEngine.QualitySettings.IncreaseLevel()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings.IncreaseLevel.html
  commentId: M:UnityEngine.QualitySettings.IncreaseLevel
  nameWithType: QualitySettings.IncreaseLevel()
  type: Method
- uid: UnityEngine.QualitySettings.IncreaseLevel(System.Boolean)
  name: IncreaseLevel(bool)
  fullName: UnityEngine.QualitySettings.IncreaseLevel(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings.IncreaseLevel.html
  commentId: M:UnityEngine.QualitySettings.IncreaseLevel(System.Boolean)
  nameWithType: QualitySettings.IncreaseLevel(bool)
  type: Method
- uid: UnityEngine.QualitySettings.lodBias
  name: lodBias
  fullName: UnityEngine.QualitySettings.lodBias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-lodBias.html
  commentId: P:UnityEngine.QualitySettings.lodBias
  nameWithType: QualitySettings.lodBias
  type: Property
- uid: UnityEngine.QualitySettings.masterTextureLimit
  name: masterTextureLimit
  fullName: UnityEngine.QualitySettings.masterTextureLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-masterTextureLimit.html
  commentId: P:UnityEngine.QualitySettings.masterTextureLimit
  nameWithType: QualitySettings.masterTextureLimit
  type: Property
- uid: UnityEngine.QualitySettings.maximumLODLevel
  name: maximumLODLevel
  fullName: UnityEngine.QualitySettings.maximumLODLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-maximumLODLevel.html
  commentId: P:UnityEngine.QualitySettings.maximumLODLevel
  nameWithType: QualitySettings.maximumLODLevel
  type: Property
- uid: UnityEngine.QualitySettings.maxQueuedFrames
  name: maxQueuedFrames
  fullName: UnityEngine.QualitySettings.maxQueuedFrames
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-maxQueuedFrames.html
  commentId: P:UnityEngine.QualitySettings.maxQueuedFrames
  nameWithType: QualitySettings.maxQueuedFrames
  type: Property
- uid: UnityEngine.QualitySettings.names
  name: names
  fullName: UnityEngine.QualitySettings.names
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-names.html
  commentId: P:UnityEngine.QualitySettings.names
  nameWithType: QualitySettings.names
  type: Property
- uid: UnityEngine.QualitySettings.particleRaycastBudget
  name: particleRaycastBudget
  fullName: UnityEngine.QualitySettings.particleRaycastBudget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-particleRaycastBudget.html
  commentId: P:UnityEngine.QualitySettings.particleRaycastBudget
  nameWithType: QualitySettings.particleRaycastBudget
  type: Property
- uid: UnityEngine.QualitySettings.pixelLightCount
  name: pixelLightCount
  fullName: UnityEngine.QualitySettings.pixelLightCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-pixelLightCount.html
  commentId: P:UnityEngine.QualitySettings.pixelLightCount
  nameWithType: QualitySettings.pixelLightCount
  type: Property
- uid: UnityEngine.QualitySettings.realtimeReflectionProbes
  name: realtimeReflectionProbes
  fullName: UnityEngine.QualitySettings.realtimeReflectionProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-realtimeReflectionProbes.html
  commentId: P:UnityEngine.QualitySettings.realtimeReflectionProbes
  nameWithType: QualitySettings.realtimeReflectionProbes
  type: Property
- uid: UnityEngine.QualitySettings.resolutionScalingFixedDPIFactor
  name: resolutionScalingFixedDPIFactor
  fullName: UnityEngine.QualitySettings.resolutionScalingFixedDPIFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-resolutionScalingFixedDPIFactor.html
  commentId: P:UnityEngine.QualitySettings.resolutionScalingFixedDPIFactor
  nameWithType: QualitySettings.resolutionScalingFixedDPIFactor
  type: Property
- uid: UnityEngine.QualitySettings.SetQualityLevel(System.Int32,System.Boolean)
  name: SetQualityLevel(int, bool)
  fullName: UnityEngine.QualitySettings.SetQualityLevel(int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings.SetQualityLevel.html
  commentId: M:UnityEngine.QualitySettings.SetQualityLevel(System.Int32,System.Boolean)
  nameWithType: QualitySettings.SetQualityLevel(int, bool)
  type: Method
- uid: UnityEngine.QualitySettings.SetQualityLevel(System.Int32)
  name: SetQualityLevel(int)
  fullName: UnityEngine.QualitySettings.SetQualityLevel(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings.SetQualityLevel.html
  commentId: M:UnityEngine.QualitySettings.SetQualityLevel(System.Int32)
  nameWithType: QualitySettings.SetQualityLevel(int)
  type: Method
- uid: UnityEngine.QualitySettings.shadowCascade2Split
  name: shadowCascade2Split
  fullName: UnityEngine.QualitySettings.shadowCascade2Split
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadowCascade2Split.html
  commentId: P:UnityEngine.QualitySettings.shadowCascade2Split
  nameWithType: QualitySettings.shadowCascade2Split
  type: Property
- uid: UnityEngine.QualitySettings.shadowCascade4Split
  name: shadowCascade4Split
  fullName: UnityEngine.QualitySettings.shadowCascade4Split
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadowCascade4Split.html
  commentId: P:UnityEngine.QualitySettings.shadowCascade4Split
  nameWithType: QualitySettings.shadowCascade4Split
  type: Property
- uid: UnityEngine.QualitySettings.shadowCascades
  name: shadowCascades
  fullName: UnityEngine.QualitySettings.shadowCascades
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadowCascades.html
  commentId: P:UnityEngine.QualitySettings.shadowCascades
  nameWithType: QualitySettings.shadowCascades
  type: Property
- uid: UnityEngine.QualitySettings.shadowDistance
  name: shadowDistance
  fullName: UnityEngine.QualitySettings.shadowDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadowDistance.html
  commentId: P:UnityEngine.QualitySettings.shadowDistance
  nameWithType: QualitySettings.shadowDistance
  type: Property
- uid: UnityEngine.QualitySettings.shadowmaskMode
  name: shadowmaskMode
  fullName: UnityEngine.QualitySettings.shadowmaskMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadowmaskMode.html
  commentId: P:UnityEngine.QualitySettings.shadowmaskMode
  nameWithType: QualitySettings.shadowmaskMode
  type: Property
- uid: UnityEngine.QualitySettings.shadowNearPlaneOffset
  name: shadowNearPlaneOffset
  fullName: UnityEngine.QualitySettings.shadowNearPlaneOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadowNearPlaneOffset.html
  commentId: P:UnityEngine.QualitySettings.shadowNearPlaneOffset
  nameWithType: QualitySettings.shadowNearPlaneOffset
  type: Property
- uid: UnityEngine.QualitySettings.shadowProjection
  name: shadowProjection
  fullName: UnityEngine.QualitySettings.shadowProjection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadowProjection.html
  commentId: P:UnityEngine.QualitySettings.shadowProjection
  nameWithType: QualitySettings.shadowProjection
  type: Property
- uid: UnityEngine.QualitySettings.shadowResolution
  name: shadowResolution
  fullName: UnityEngine.QualitySettings.shadowResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadowResolution.html
  commentId: P:UnityEngine.QualitySettings.shadowResolution
  nameWithType: QualitySettings.shadowResolution
  type: Property
- uid: UnityEngine.QualitySettings.shadows
  name: shadows
  fullName: UnityEngine.QualitySettings.shadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-shadows.html
  commentId: P:UnityEngine.QualitySettings.shadows
  nameWithType: QualitySettings.shadows
  type: Property
- uid: UnityEngine.QualitySettings.softParticles
  name: softParticles
  fullName: UnityEngine.QualitySettings.softParticles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-softParticles.html
  commentId: P:UnityEngine.QualitySettings.softParticles
  nameWithType: QualitySettings.softParticles
  type: Property
- uid: UnityEngine.QualitySettings.softVegetation
  name: softVegetation
  fullName: UnityEngine.QualitySettings.softVegetation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-softVegetation.html
  commentId: P:UnityEngine.QualitySettings.softVegetation
  nameWithType: QualitySettings.softVegetation
  type: Property
- uid: UnityEngine.QualitySettings.vSyncCount
  name: vSyncCount
  fullName: UnityEngine.QualitySettings.vSyncCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QualitySettings-vSyncCount.html
  commentId: P:UnityEngine.QualitySettings.vSyncCount
  nameWithType: QualitySettings.vSyncCount
  type: Property
- uid: UnityEngine.Quaternion
  name: Quaternion
  fullName: UnityEngine.Quaternion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.html
  commentId: T:UnityEngine.Quaternion
  nameWithType: Quaternion
  type: Struct
- uid: UnityEngine.Quaternion.#ctor(System.Single,System.Single,System.Single,System.Single)
  name: Quaternion(float, float, float, float)
  fullName: UnityEngine.Quaternion.Quaternion(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-ctor.html
  commentId: M:UnityEngine.Quaternion.#ctor(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Quaternion.Quaternion(float, float, float, float)
  type: Constructor
- uid: UnityEngine.Quaternion.Angle(UnityEngine.Quaternion,UnityEngine.Quaternion)
  name: Angle(Quaternion, Quaternion)
  fullName: UnityEngine.Quaternion.Angle(UnityEngine.Quaternion, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Angle.html
  commentId: M:UnityEngine.Quaternion.Angle(UnityEngine.Quaternion,UnityEngine.Quaternion)
  nameWithType: Quaternion.Angle(Quaternion, Quaternion)
  type: Method
- uid: UnityEngine.Quaternion.AngleAxis(System.Single,UnityEngine.Vector3)
  name: AngleAxis(float, Vector3)
  fullName: UnityEngine.Quaternion.AngleAxis(float, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.AngleAxis.html
  commentId: M:UnityEngine.Quaternion.AngleAxis(System.Single,UnityEngine.Vector3)
  nameWithType: Quaternion.AngleAxis(float, Vector3)
  type: Method
- uid: UnityEngine.Quaternion.AxisAngle(UnityEngine.Vector3,System.Single)
  name: AxisAngle(Vector3, float)
  fullName: UnityEngine.Quaternion.AxisAngle(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.AxisAngle.html
  commentId: M:UnityEngine.Quaternion.AxisAngle(UnityEngine.Vector3,System.Single)
  nameWithType: Quaternion.AxisAngle(Vector3, float)
  type: Method
- uid: UnityEngine.Quaternion.Dot(UnityEngine.Quaternion,UnityEngine.Quaternion)
  name: Dot(Quaternion, Quaternion)
  fullName: UnityEngine.Quaternion.Dot(UnityEngine.Quaternion, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Dot.html
  commentId: M:UnityEngine.Quaternion.Dot(UnityEngine.Quaternion,UnityEngine.Quaternion)
  nameWithType: Quaternion.Dot(Quaternion, Quaternion)
  type: Method
- uid: UnityEngine.Quaternion.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Quaternion.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Equals.html
  commentId: M:UnityEngine.Quaternion.Equals(System.Object)
  nameWithType: Quaternion.Equals(object)
  type: Method
- uid: UnityEngine.Quaternion.Euler(System.Single,System.Single,System.Single)
  name: Euler(float, float, float)
  fullName: UnityEngine.Quaternion.Euler(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Euler.html
  commentId: M:UnityEngine.Quaternion.Euler(System.Single,System.Single,System.Single)
  nameWithType: Quaternion.Euler(float, float, float)
  type: Method
- uid: UnityEngine.Quaternion.Euler(UnityEngine.Vector3)
  name: Euler(Vector3)
  fullName: UnityEngine.Quaternion.Euler(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Euler.html
  commentId: M:UnityEngine.Quaternion.Euler(UnityEngine.Vector3)
  nameWithType: Quaternion.Euler(Vector3)
  type: Method
- uid: UnityEngine.Quaternion.eulerAngles
  name: eulerAngles
  fullName: UnityEngine.Quaternion.eulerAngles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-eulerAngles.html
  commentId: P:UnityEngine.Quaternion.eulerAngles
  nameWithType: Quaternion.eulerAngles
  type: Property
- uid: UnityEngine.Quaternion.EulerAngles(System.Single,System.Single,System.Single)
  name: EulerAngles(float, float, float)
  fullName: UnityEngine.Quaternion.EulerAngles(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.EulerAngles.html
  commentId: M:UnityEngine.Quaternion.EulerAngles(System.Single,System.Single,System.Single)
  nameWithType: Quaternion.EulerAngles(float, float, float)
  type: Method
- uid: UnityEngine.Quaternion.EulerAngles(UnityEngine.Vector3)
  name: EulerAngles(Vector3)
  fullName: UnityEngine.Quaternion.EulerAngles(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.EulerAngles.html
  commentId: M:UnityEngine.Quaternion.EulerAngles(UnityEngine.Vector3)
  nameWithType: Quaternion.EulerAngles(Vector3)
  type: Method
- uid: UnityEngine.Quaternion.EulerRotation(System.Single,System.Single,System.Single)
  name: EulerRotation(float, float, float)
  fullName: UnityEngine.Quaternion.EulerRotation(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.EulerRotation.html
  commentId: M:UnityEngine.Quaternion.EulerRotation(System.Single,System.Single,System.Single)
  nameWithType: Quaternion.EulerRotation(float, float, float)
  type: Method
- uid: UnityEngine.Quaternion.EulerRotation(UnityEngine.Vector3)
  name: EulerRotation(Vector3)
  fullName: UnityEngine.Quaternion.EulerRotation(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.EulerRotation.html
  commentId: M:UnityEngine.Quaternion.EulerRotation(UnityEngine.Vector3)
  nameWithType: Quaternion.EulerRotation(Vector3)
  type: Method
- uid: UnityEngine.Quaternion.FromToRotation(UnityEngine.Vector3,UnityEngine.Vector3)
  name: FromToRotation(Vector3, Vector3)
  fullName: UnityEngine.Quaternion.FromToRotation(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.FromToRotation.html
  commentId: M:UnityEngine.Quaternion.FromToRotation(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Quaternion.FromToRotation(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Quaternion.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Quaternion.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.GetHashCode.html
  commentId: M:UnityEngine.Quaternion.GetHashCode
  nameWithType: Quaternion.GetHashCode()
  type: Method
- uid: UnityEngine.Quaternion.identity
  name: identity
  fullName: UnityEngine.Quaternion.identity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-identity.html
  commentId: P:UnityEngine.Quaternion.identity
  nameWithType: Quaternion.identity
  type: Property
- uid: UnityEngine.Quaternion.Inverse(UnityEngine.Quaternion)
  name: Inverse(Quaternion)
  fullName: UnityEngine.Quaternion.Inverse(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Inverse.html
  commentId: M:UnityEngine.Quaternion.Inverse(UnityEngine.Quaternion)
  nameWithType: Quaternion.Inverse(Quaternion)
  type: Method
- uid: UnityEngine.Quaternion.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Quaternion.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Item.html
  commentId: P:UnityEngine.Quaternion.Item(System.Int32)
  nameWithType: Quaternion.this[int]
  type: Property
- uid: UnityEngine.Quaternion.kEpsilon
  name: kEpsilon
  fullName: UnityEngine.Quaternion.kEpsilon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-kEpsilon.html
  commentId: F:UnityEngine.Quaternion.kEpsilon
  nameWithType: Quaternion.kEpsilon
  type: Field
- uid: UnityEngine.Quaternion.Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  name: Lerp(Quaternion, Quaternion, float)
  fullName: UnityEngine.Quaternion.Lerp(UnityEngine.Quaternion, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Lerp.html
  commentId: M:UnityEngine.Quaternion.Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  nameWithType: Quaternion.Lerp(Quaternion, Quaternion, float)
  type: Method
- uid: UnityEngine.Quaternion.LerpUnclamped(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  name: LerpUnclamped(Quaternion, Quaternion, float)
  fullName: UnityEngine.Quaternion.LerpUnclamped(UnityEngine.Quaternion, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.LerpUnclamped.html
  commentId: M:UnityEngine.Quaternion.LerpUnclamped(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  nameWithType: Quaternion.LerpUnclamped(Quaternion, Quaternion, float)
  type: Method
- uid: UnityEngine.Quaternion.LookRotation(UnityEngine.Vector3,UnityEngine.Vector3)
  name: LookRotation(Vector3, Vector3)
  fullName: UnityEngine.Quaternion.LookRotation(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.LookRotation.html
  commentId: M:UnityEngine.Quaternion.LookRotation(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Quaternion.LookRotation(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Quaternion.LookRotation(UnityEngine.Vector3)
  name: LookRotation(Vector3)
  fullName: UnityEngine.Quaternion.LookRotation(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.LookRotation.html
  commentId: M:UnityEngine.Quaternion.LookRotation(UnityEngine.Vector3)
  nameWithType: Quaternion.LookRotation(Vector3)
  type: Method
- uid: UnityEngine.Quaternion.op_Equality(UnityEngine.Quaternion,UnityEngine.Quaternion)
  name: operator ==(Quaternion, Quaternion)
  fullName: UnityEngine.Quaternion.operator ==(UnityEngine.Quaternion, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-op_Equality.html
  commentId: M:UnityEngine.Quaternion.op_Equality(UnityEngine.Quaternion,UnityEngine.Quaternion)
  nameWithType: Quaternion.operator ==(Quaternion, Quaternion)
  type: Operator
- uid: UnityEngine.Quaternion.op_Inequality(UnityEngine.Quaternion,UnityEngine.Quaternion)
  name: operator !=(Quaternion, Quaternion)
  fullName: UnityEngine.Quaternion.operator !=(UnityEngine.Quaternion, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-op_Inequality.html
  commentId: M:UnityEngine.Quaternion.op_Inequality(UnityEngine.Quaternion,UnityEngine.Quaternion)
  nameWithType: Quaternion.operator !=(Quaternion, Quaternion)
  type: Operator
- uid: UnityEngine.Quaternion.op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion)
  name: operator *(Quaternion, Quaternion)
  fullName: UnityEngine.Quaternion.operator *(UnityEngine.Quaternion, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-op_Multiply.html
  commentId: M:UnityEngine.Quaternion.op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion)
  nameWithType: Quaternion.operator *(Quaternion, Quaternion)
  type: Operator
- uid: UnityEngine.Quaternion.op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3)
  name: operator *(Quaternion, Vector3)
  fullName: UnityEngine.Quaternion.operator *(UnityEngine.Quaternion, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-op_Multiply.html
  commentId: M:UnityEngine.Quaternion.op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3)
  nameWithType: Quaternion.operator *(Quaternion, Vector3)
  type: Operator
- uid: UnityEngine.Quaternion.RotateTowards(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  name: RotateTowards(Quaternion, Quaternion, float)
  fullName: UnityEngine.Quaternion.RotateTowards(UnityEngine.Quaternion, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.RotateTowards.html
  commentId: M:UnityEngine.Quaternion.RotateTowards(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  nameWithType: Quaternion.RotateTowards(Quaternion, Quaternion, float)
  type: Method
- uid: UnityEngine.Quaternion.Set(System.Single,System.Single,System.Single,System.Single)
  name: Set(float, float, float, float)
  fullName: UnityEngine.Quaternion.Set(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Set.html
  commentId: M:UnityEngine.Quaternion.Set(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Quaternion.Set(float, float, float, float)
  type: Method
- uid: UnityEngine.Quaternion.SetAxisAngle(UnityEngine.Vector3,System.Single)
  name: SetAxisAngle(Vector3, float)
  fullName: UnityEngine.Quaternion.SetAxisAngle(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SetAxisAngle.html
  commentId: M:UnityEngine.Quaternion.SetAxisAngle(UnityEngine.Vector3,System.Single)
  nameWithType: Quaternion.SetAxisAngle(Vector3, float)
  type: Method
- uid: UnityEngine.Quaternion.SetEulerAngles(System.Single,System.Single,System.Single)
  name: SetEulerAngles(float, float, float)
  fullName: UnityEngine.Quaternion.SetEulerAngles(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SetEulerAngles.html
  commentId: M:UnityEngine.Quaternion.SetEulerAngles(System.Single,System.Single,System.Single)
  nameWithType: Quaternion.SetEulerAngles(float, float, float)
  type: Method
- uid: UnityEngine.Quaternion.SetEulerAngles(UnityEngine.Vector3)
  name: SetEulerAngles(Vector3)
  fullName: UnityEngine.Quaternion.SetEulerAngles(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SetEulerAngles.html
  commentId: M:UnityEngine.Quaternion.SetEulerAngles(UnityEngine.Vector3)
  nameWithType: Quaternion.SetEulerAngles(Vector3)
  type: Method
- uid: UnityEngine.Quaternion.SetEulerRotation(System.Single,System.Single,System.Single)
  name: SetEulerRotation(float, float, float)
  fullName: UnityEngine.Quaternion.SetEulerRotation(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SetEulerRotation.html
  commentId: M:UnityEngine.Quaternion.SetEulerRotation(System.Single,System.Single,System.Single)
  nameWithType: Quaternion.SetEulerRotation(float, float, float)
  type: Method
- uid: UnityEngine.Quaternion.SetEulerRotation(UnityEngine.Vector3)
  name: SetEulerRotation(Vector3)
  fullName: UnityEngine.Quaternion.SetEulerRotation(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SetEulerRotation.html
  commentId: M:UnityEngine.Quaternion.SetEulerRotation(UnityEngine.Vector3)
  nameWithType: Quaternion.SetEulerRotation(Vector3)
  type: Method
- uid: UnityEngine.Quaternion.SetFromToRotation(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetFromToRotation(Vector3, Vector3)
  fullName: UnityEngine.Quaternion.SetFromToRotation(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SetFromToRotation.html
  commentId: M:UnityEngine.Quaternion.SetFromToRotation(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Quaternion.SetFromToRotation(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Quaternion.SetLookRotation(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetLookRotation(Vector3, Vector3)
  fullName: UnityEngine.Quaternion.SetLookRotation(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SetLookRotation.html
  commentId: M:UnityEngine.Quaternion.SetLookRotation(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Quaternion.SetLookRotation(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Quaternion.SetLookRotation(UnityEngine.Vector3)
  name: SetLookRotation(Vector3)
  fullName: UnityEngine.Quaternion.SetLookRotation(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SetLookRotation.html
  commentId: M:UnityEngine.Quaternion.SetLookRotation(UnityEngine.Vector3)
  nameWithType: Quaternion.SetLookRotation(Vector3)
  type: Method
- uid: UnityEngine.Quaternion.Slerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  name: Slerp(Quaternion, Quaternion, float)
  fullName: UnityEngine.Quaternion.Slerp(UnityEngine.Quaternion, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.Slerp.html
  commentId: M:UnityEngine.Quaternion.Slerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  nameWithType: Quaternion.Slerp(Quaternion, Quaternion, float)
  type: Method
- uid: UnityEngine.Quaternion.SlerpUnclamped(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  name: SlerpUnclamped(Quaternion, Quaternion, float)
  fullName: UnityEngine.Quaternion.SlerpUnclamped(UnityEngine.Quaternion, UnityEngine.Quaternion, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.SlerpUnclamped.html
  commentId: M:UnityEngine.Quaternion.SlerpUnclamped(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single)
  nameWithType: Quaternion.SlerpUnclamped(Quaternion, Quaternion, float)
  type: Method
- uid: UnityEngine.Quaternion.ToAngleAxis(System.Single@,UnityEngine.Vector3@)
  name: ToAngleAxis(out float, out Vector3)
  fullName: UnityEngine.Quaternion.ToAngleAxis(out float, out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.ToAngleAxis.html
  commentId: M:UnityEngine.Quaternion.ToAngleAxis(System.Single@,UnityEngine.Vector3@)
  nameWithType: Quaternion.ToAngleAxis(out float, out Vector3)
  type: Method
- uid: UnityEngine.Quaternion.ToAxisAngle(UnityEngine.Vector3@,System.Single@)
  name: ToAxisAngle(out Vector3, out float)
  fullName: UnityEngine.Quaternion.ToAxisAngle(out UnityEngine.Vector3, out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.ToAxisAngle.html
  commentId: M:UnityEngine.Quaternion.ToAxisAngle(UnityEngine.Vector3@,System.Single@)
  nameWithType: Quaternion.ToAxisAngle(out Vector3, out float)
  type: Method
- uid: UnityEngine.Quaternion.ToEuler
  name: ToEuler()
  fullName: UnityEngine.Quaternion.ToEuler()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.ToEuler.html
  commentId: M:UnityEngine.Quaternion.ToEuler
  nameWithType: Quaternion.ToEuler()
  type: Method
- uid: UnityEngine.Quaternion.ToEulerAngles
  name: ToEulerAngles()
  fullName: UnityEngine.Quaternion.ToEulerAngles()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.ToEulerAngles.html
  commentId: M:UnityEngine.Quaternion.ToEulerAngles
  nameWithType: Quaternion.ToEulerAngles()
  type: Method
- uid: UnityEngine.Quaternion.ToEulerAngles(UnityEngine.Quaternion)
  name: ToEulerAngles(Quaternion)
  fullName: UnityEngine.Quaternion.ToEulerAngles(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.ToEulerAngles.html
  commentId: M:UnityEngine.Quaternion.ToEulerAngles(UnityEngine.Quaternion)
  nameWithType: Quaternion.ToEulerAngles(Quaternion)
  type: Method
- uid: UnityEngine.Quaternion.ToString
  name: ToString()
  fullName: UnityEngine.Quaternion.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.ToString.html
  commentId: M:UnityEngine.Quaternion.ToString
  nameWithType: Quaternion.ToString()
  type: Method
- uid: UnityEngine.Quaternion.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Quaternion.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion.ToString.html
  commentId: M:UnityEngine.Quaternion.ToString(System.String)
  nameWithType: Quaternion.ToString(string)
  type: Method
- uid: UnityEngine.Quaternion.w
  name: w
  fullName: UnityEngine.Quaternion.w
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-w.html
  commentId: F:UnityEngine.Quaternion.w
  nameWithType: Quaternion.w
  type: Field
- uid: UnityEngine.Quaternion.x
  name: x
  fullName: UnityEngine.Quaternion.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-x.html
  commentId: F:UnityEngine.Quaternion.x
  nameWithType: Quaternion.x
  type: Field
- uid: UnityEngine.Quaternion.y
  name: y
  fullName: UnityEngine.Quaternion.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-y.html
  commentId: F:UnityEngine.Quaternion.y
  nameWithType: Quaternion.y
  type: Field
- uid: UnityEngine.Quaternion.z
  name: z
  fullName: UnityEngine.Quaternion.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Quaternion-z.html
  commentId: F:UnityEngine.Quaternion.z
  nameWithType: Quaternion.z
  type: Field
- uid: UnityEngine.QueryTriggerInteraction
  name: QueryTriggerInteraction
  fullName: UnityEngine.QueryTriggerInteraction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QueryTriggerInteraction.html
  commentId: T:UnityEngine.QueryTriggerInteraction
  nameWithType: QueryTriggerInteraction
  type: Enum
- uid: UnityEngine.QueryTriggerInteraction.Collide
  name: Collide
  fullName: UnityEngine.QueryTriggerInteraction.Collide
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QueryTriggerInteraction.Collide.html
  commentId: F:UnityEngine.QueryTriggerInteraction.Collide
  nameWithType: QueryTriggerInteraction.Collide
  type: Field
- uid: UnityEngine.QueryTriggerInteraction.Ignore
  name: Ignore
  fullName: UnityEngine.QueryTriggerInteraction.Ignore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QueryTriggerInteraction.Ignore.html
  commentId: F:UnityEngine.QueryTriggerInteraction.Ignore
  nameWithType: QueryTriggerInteraction.Ignore
  type: Field
- uid: UnityEngine.QueryTriggerInteraction.UseGlobal
  name: UseGlobal
  fullName: UnityEngine.QueryTriggerInteraction.UseGlobal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QueryTriggerInteraction.UseGlobal.html
  commentId: F:UnityEngine.QueryTriggerInteraction.UseGlobal
  nameWithType: QueryTriggerInteraction.UseGlobal
  type: Field
- uid: UnityEngine.QueueMode
  name: QueueMode
  fullName: UnityEngine.QueueMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QueueMode.html
  commentId: T:UnityEngine.QueueMode
  nameWithType: QueueMode
  type: Enum
- uid: UnityEngine.QueueMode.CompleteOthers
  name: CompleteOthers
  fullName: UnityEngine.QueueMode.CompleteOthers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QueueMode.CompleteOthers.html
  commentId: F:UnityEngine.QueueMode.CompleteOthers
  nameWithType: QueueMode.CompleteOthers
  type: Field
- uid: UnityEngine.QueueMode.PlayNow
  name: PlayNow
  fullName: UnityEngine.QueueMode.PlayNow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/QueueMode.PlayNow.html
  commentId: F:UnityEngine.QueueMode.PlayNow
  nameWithType: QueueMode.PlayNow
  type: Field
- uid: UnityEngine.Random
  name: Random
  fullName: UnityEngine.Random
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.html
  commentId: T:UnityEngine.Random
  nameWithType: Random
  type: Class
- uid: UnityEngine.Random.ColorHSV
  name: ColorHSV()
  fullName: UnityEngine.Random.ColorHSV()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.ColorHSV.html
  commentId: M:UnityEngine.Random.ColorHSV
  nameWithType: Random.ColorHSV()
  type: Method
- uid: UnityEngine.Random.ColorHSV(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
  name: ColorHSV(float, float, float, float, float, float, float, float)
  fullName: UnityEngine.Random.ColorHSV(float, float, float, float, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.ColorHSV.html
  commentId: M:UnityEngine.Random.ColorHSV(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
  nameWithType: Random.ColorHSV(float, float, float, float, float, float, float, float)
  type: Method
- uid: UnityEngine.Random.ColorHSV(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
  name: ColorHSV(float, float, float, float, float, float)
  fullName: UnityEngine.Random.ColorHSV(float, float, float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.ColorHSV.html
  commentId: M:UnityEngine.Random.ColorHSV(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
  nameWithType: Random.ColorHSV(float, float, float, float, float, float)
  type: Method
- uid: UnityEngine.Random.ColorHSV(System.Single,System.Single,System.Single,System.Single)
  name: ColorHSV(float, float, float, float)
  fullName: UnityEngine.Random.ColorHSV(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.ColorHSV.html
  commentId: M:UnityEngine.Random.ColorHSV(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Random.ColorHSV(float, float, float, float)
  type: Method
- uid: UnityEngine.Random.ColorHSV(System.Single,System.Single)
  name: ColorHSV(float, float)
  fullName: UnityEngine.Random.ColorHSV(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.ColorHSV.html
  commentId: M:UnityEngine.Random.ColorHSV(System.Single,System.Single)
  nameWithType: Random.ColorHSV(float, float)
  type: Method
- uid: UnityEngine.Random.InitState(System.Int32)
  name: InitState(int)
  fullName: UnityEngine.Random.InitState(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.InitState.html
  commentId: M:UnityEngine.Random.InitState(System.Int32)
  nameWithType: Random.InitState(int)
  type: Method
- uid: UnityEngine.Random.insideUnitCircle
  name: insideUnitCircle
  fullName: UnityEngine.Random.insideUnitCircle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random-insideUnitCircle.html
  commentId: P:UnityEngine.Random.insideUnitCircle
  nameWithType: Random.insideUnitCircle
  type: Property
- uid: UnityEngine.Random.insideUnitSphere
  name: insideUnitSphere
  fullName: UnityEngine.Random.insideUnitSphere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random-insideUnitSphere.html
  commentId: P:UnityEngine.Random.insideUnitSphere
  nameWithType: Random.insideUnitSphere
  type: Property
- uid: UnityEngine.Random.onUnitSphere
  name: onUnitSphere
  fullName: UnityEngine.Random.onUnitSphere
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random-onUnitSphere.html
  commentId: P:UnityEngine.Random.onUnitSphere
  nameWithType: Random.onUnitSphere
  type: Property
- uid: UnityEngine.Random.RandomRange(System.Int32,System.Int32)
  name: RandomRange(int, int)
  fullName: UnityEngine.Random.RandomRange(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.RandomRange.html
  commentId: M:UnityEngine.Random.RandomRange(System.Int32,System.Int32)
  nameWithType: Random.RandomRange(int, int)
  type: Method
- uid: UnityEngine.Random.RandomRange(System.Single,System.Single)
  name: RandomRange(float, float)
  fullName: UnityEngine.Random.RandomRange(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.RandomRange.html
  commentId: M:UnityEngine.Random.RandomRange(System.Single,System.Single)
  nameWithType: Random.RandomRange(float, float)
  type: Method
- uid: UnityEngine.Random.Range(System.Int32,System.Int32)
  name: Range(int, int)
  fullName: UnityEngine.Random.Range(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.Range.html
  commentId: M:UnityEngine.Random.Range(System.Int32,System.Int32)
  nameWithType: Random.Range(int, int)
  type: Method
- uid: UnityEngine.Random.Range(System.Single,System.Single)
  name: Range(float, float)
  fullName: UnityEngine.Random.Range(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.Range.html
  commentId: M:UnityEngine.Random.Range(System.Single,System.Single)
  nameWithType: Random.Range(float, float)
  type: Method
- uid: UnityEngine.Random.rotation
  name: rotation
  fullName: UnityEngine.Random.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random-rotation.html
  commentId: P:UnityEngine.Random.rotation
  nameWithType: Random.rotation
  type: Property
- uid: UnityEngine.Random.rotationUniform
  name: rotationUniform
  fullName: UnityEngine.Random.rotationUniform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random-rotationUniform.html
  commentId: P:UnityEngine.Random.rotationUniform
  nameWithType: Random.rotationUniform
  type: Property
- uid: UnityEngine.Random.seed
  name: seed
  fullName: UnityEngine.Random.seed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random-seed.html
  commentId: P:UnityEngine.Random.seed
  nameWithType: Random.seed
  type: Property
- uid: UnityEngine.Random.state
  name: state
  fullName: UnityEngine.Random.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random-state.html
  commentId: P:UnityEngine.Random.state
  nameWithType: Random.state
  type: Property
- uid: UnityEngine.Random.State
  name: Random.State
  fullName: UnityEngine.Random.State
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random.State.html
  commentId: T:UnityEngine.Random.State
  nameWithType: Random.State
  type: Struct
- uid: UnityEngine.Random.value
  name: value
  fullName: UnityEngine.Random.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Random-value.html
  commentId: P:UnityEngine.Random.value
  nameWithType: Random.value
  type: Property
- uid: UnityEngine.RangeAttribute
  name: RangeAttribute
  fullName: UnityEngine.RangeAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeAttribute.html
  commentId: T:UnityEngine.RangeAttribute
  nameWithType: RangeAttribute
  type: Class
- uid: UnityEngine.RangeAttribute.#ctor(System.Single,System.Single)
  name: RangeAttribute(float, float)
  fullName: UnityEngine.RangeAttribute.RangeAttribute(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeAttribute-ctor.html
  commentId: M:UnityEngine.RangeAttribute.#ctor(System.Single,System.Single)
  nameWithType: RangeAttribute.RangeAttribute(float, float)
  type: Constructor
- uid: UnityEngine.RangeAttribute.max
  name: max
  fullName: UnityEngine.RangeAttribute.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeAttribute-max.html
  commentId: F:UnityEngine.RangeAttribute.max
  nameWithType: RangeAttribute.max
  type: Field
- uid: UnityEngine.RangeAttribute.min
  name: min
  fullName: UnityEngine.RangeAttribute.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeAttribute-min.html
  commentId: F:UnityEngine.RangeAttribute.min
  nameWithType: RangeAttribute.min
  type: Field
- uid: UnityEngine.RangeInt
  name: RangeInt
  fullName: UnityEngine.RangeInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeInt.html
  commentId: T:UnityEngine.RangeInt
  nameWithType: RangeInt
  type: Struct
- uid: UnityEngine.RangeInt.#ctor(System.Int32,System.Int32)
  name: RangeInt(int, int)
  fullName: UnityEngine.RangeInt.RangeInt(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeInt-ctor.html
  commentId: M:UnityEngine.RangeInt.#ctor(System.Int32,System.Int32)
  nameWithType: RangeInt.RangeInt(int, int)
  type: Constructor
- uid: UnityEngine.RangeInt.end
  name: end
  fullName: UnityEngine.RangeInt.end
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeInt-end.html
  commentId: P:UnityEngine.RangeInt.end
  nameWithType: RangeInt.end
  type: Property
- uid: UnityEngine.RangeInt.length
  name: length
  fullName: UnityEngine.RangeInt.length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeInt-length.html
  commentId: F:UnityEngine.RangeInt.length
  nameWithType: RangeInt.length
  type: Field
- uid: UnityEngine.RangeInt.start
  name: start
  fullName: UnityEngine.RangeInt.start
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RangeInt-start.html
  commentId: F:UnityEngine.RangeInt.start
  nameWithType: RangeInt.start
  type: Field
- uid: UnityEngine.Ray
  name: Ray
  fullName: UnityEngine.Ray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray.html
  commentId: T:UnityEngine.Ray
  nameWithType: Ray
  type: Struct
- uid: UnityEngine.Ray.#ctor(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Ray(Vector3, Vector3)
  fullName: UnityEngine.Ray.Ray(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray-ctor.html
  commentId: M:UnityEngine.Ray.#ctor(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Ray.Ray(Vector3, Vector3)
  type: Constructor
- uid: UnityEngine.Ray.direction
  name: direction
  fullName: UnityEngine.Ray.direction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray-direction.html
  commentId: P:UnityEngine.Ray.direction
  nameWithType: Ray.direction
  type: Property
- uid: UnityEngine.Ray.GetPoint(System.Single)
  name: GetPoint(float)
  fullName: UnityEngine.Ray.GetPoint(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray.GetPoint.html
  commentId: M:UnityEngine.Ray.GetPoint(System.Single)
  nameWithType: Ray.GetPoint(float)
  type: Method
- uid: UnityEngine.Ray.origin
  name: origin
  fullName: UnityEngine.Ray.origin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray-origin.html
  commentId: P:UnityEngine.Ray.origin
  nameWithType: Ray.origin
  type: Property
- uid: UnityEngine.Ray.ToString
  name: ToString()
  fullName: UnityEngine.Ray.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray.ToString.html
  commentId: M:UnityEngine.Ray.ToString
  nameWithType: Ray.ToString()
  type: Method
- uid: UnityEngine.Ray.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Ray.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray.ToString.html
  commentId: M:UnityEngine.Ray.ToString(System.String)
  nameWithType: Ray.ToString(string)
  type: Method
- uid: UnityEngine.Ray2D
  name: Ray2D
  fullName: UnityEngine.Ray2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray2D.html
  commentId: T:UnityEngine.Ray2D
  nameWithType: Ray2D
  type: Struct
- uid: UnityEngine.Ray2D.#ctor(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Ray2D(Vector2, Vector2)
  fullName: UnityEngine.Ray2D.Ray2D(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray2D-ctor.html
  commentId: M:UnityEngine.Ray2D.#ctor(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Ray2D.Ray2D(Vector2, Vector2)
  type: Constructor
- uid: UnityEngine.Ray2D.direction
  name: direction
  fullName: UnityEngine.Ray2D.direction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray2D-direction.html
  commentId: P:UnityEngine.Ray2D.direction
  nameWithType: Ray2D.direction
  type: Property
- uid: UnityEngine.Ray2D.GetPoint(System.Single)
  name: GetPoint(float)
  fullName: UnityEngine.Ray2D.GetPoint(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray2D.GetPoint.html
  commentId: M:UnityEngine.Ray2D.GetPoint(System.Single)
  nameWithType: Ray2D.GetPoint(float)
  type: Method
- uid: UnityEngine.Ray2D.origin
  name: origin
  fullName: UnityEngine.Ray2D.origin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray2D-origin.html
  commentId: P:UnityEngine.Ray2D.origin
  nameWithType: Ray2D.origin
  type: Property
- uid: UnityEngine.Ray2D.ToString
  name: ToString()
  fullName: UnityEngine.Ray2D.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray2D.ToString.html
  commentId: M:UnityEngine.Ray2D.ToString
  nameWithType: Ray2D.ToString()
  type: Method
- uid: UnityEngine.Ray2D.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Ray2D.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Ray2D.ToString.html
  commentId: M:UnityEngine.Ray2D.ToString(System.String)
  nameWithType: Ray2D.ToString(string)
  type: Method
- uid: UnityEngine.RaycastHit
  name: RaycastHit
  fullName: UnityEngine.RaycastHit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit.html
  commentId: T:UnityEngine.RaycastHit
  nameWithType: RaycastHit
  type: Struct
- uid: UnityEngine.RaycastHit.barycentricCoordinate
  name: barycentricCoordinate
  fullName: UnityEngine.RaycastHit.barycentricCoordinate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-barycentricCoordinate.html
  commentId: P:UnityEngine.RaycastHit.barycentricCoordinate
  nameWithType: RaycastHit.barycentricCoordinate
  type: Property
- uid: UnityEngine.RaycastHit.collider
  name: collider
  fullName: UnityEngine.RaycastHit.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-collider.html
  commentId: P:UnityEngine.RaycastHit.collider
  nameWithType: RaycastHit.collider
  type: Property
- uid: UnityEngine.RaycastHit.distance
  name: distance
  fullName: UnityEngine.RaycastHit.distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-distance.html
  commentId: P:UnityEngine.RaycastHit.distance
  nameWithType: RaycastHit.distance
  type: Property
- uid: UnityEngine.RaycastHit.lightmapCoord
  name: lightmapCoord
  fullName: UnityEngine.RaycastHit.lightmapCoord
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-lightmapCoord.html
  commentId: P:UnityEngine.RaycastHit.lightmapCoord
  nameWithType: RaycastHit.lightmapCoord
  type: Property
- uid: UnityEngine.RaycastHit.normal
  name: normal
  fullName: UnityEngine.RaycastHit.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-normal.html
  commentId: P:UnityEngine.RaycastHit.normal
  nameWithType: RaycastHit.normal
  type: Property
- uid: UnityEngine.RaycastHit.point
  name: point
  fullName: UnityEngine.RaycastHit.point
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-point.html
  commentId: P:UnityEngine.RaycastHit.point
  nameWithType: RaycastHit.point
  type: Property
- uid: UnityEngine.RaycastHit.rigidbody
  name: rigidbody
  fullName: UnityEngine.RaycastHit.rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-rigidbody.html
  commentId: P:UnityEngine.RaycastHit.rigidbody
  nameWithType: RaycastHit.rigidbody
  type: Property
- uid: UnityEngine.RaycastHit.textureCoord
  name: textureCoord
  fullName: UnityEngine.RaycastHit.textureCoord
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-textureCoord.html
  commentId: P:UnityEngine.RaycastHit.textureCoord
  nameWithType: RaycastHit.textureCoord
  type: Property
- uid: UnityEngine.RaycastHit.textureCoord1
  name: textureCoord1
  fullName: UnityEngine.RaycastHit.textureCoord1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-textureCoord1.html
  commentId: P:UnityEngine.RaycastHit.textureCoord1
  nameWithType: RaycastHit.textureCoord1
  type: Property
- uid: UnityEngine.RaycastHit.textureCoord2
  name: textureCoord2
  fullName: UnityEngine.RaycastHit.textureCoord2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-textureCoord2.html
  commentId: P:UnityEngine.RaycastHit.textureCoord2
  nameWithType: RaycastHit.textureCoord2
  type: Property
- uid: UnityEngine.RaycastHit.transform
  name: transform
  fullName: UnityEngine.RaycastHit.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-transform.html
  commentId: P:UnityEngine.RaycastHit.transform
  nameWithType: RaycastHit.transform
  type: Property
- uid: UnityEngine.RaycastHit.triangleIndex
  name: triangleIndex
  fullName: UnityEngine.RaycastHit.triangleIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit-triangleIndex.html
  commentId: P:UnityEngine.RaycastHit.triangleIndex
  nameWithType: RaycastHit.triangleIndex
  type: Property
- uid: UnityEngine.RaycastHit2D
  name: RaycastHit2D
  fullName: UnityEngine.RaycastHit2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D.html
  commentId: T:UnityEngine.RaycastHit2D
  nameWithType: RaycastHit2D
  type: Struct
- uid: UnityEngine.RaycastHit2D.centroid
  name: centroid
  fullName: UnityEngine.RaycastHit2D.centroid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D-centroid.html
  commentId: P:UnityEngine.RaycastHit2D.centroid
  nameWithType: RaycastHit2D.centroid
  type: Property
- uid: UnityEngine.RaycastHit2D.collider
  name: collider
  fullName: UnityEngine.RaycastHit2D.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D-collider.html
  commentId: P:UnityEngine.RaycastHit2D.collider
  nameWithType: RaycastHit2D.collider
  type: Property
- uid: UnityEngine.RaycastHit2D.CompareTo(UnityEngine.RaycastHit2D)
  name: CompareTo(RaycastHit2D)
  fullName: UnityEngine.RaycastHit2D.CompareTo(UnityEngine.RaycastHit2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D.CompareTo.html
  commentId: M:UnityEngine.RaycastHit2D.CompareTo(UnityEngine.RaycastHit2D)
  nameWithType: RaycastHit2D.CompareTo(RaycastHit2D)
  type: Method
- uid: UnityEngine.RaycastHit2D.distance
  name: distance
  fullName: UnityEngine.RaycastHit2D.distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D-distance.html
  commentId: P:UnityEngine.RaycastHit2D.distance
  nameWithType: RaycastHit2D.distance
  type: Property
- uid: UnityEngine.RaycastHit2D.fraction
  name: fraction
  fullName: UnityEngine.RaycastHit2D.fraction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D-fraction.html
  commentId: P:UnityEngine.RaycastHit2D.fraction
  nameWithType: RaycastHit2D.fraction
  type: Property
- uid: UnityEngine.RaycastHit2D.normal
  name: normal
  fullName: UnityEngine.RaycastHit2D.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D-normal.html
  commentId: P:UnityEngine.RaycastHit2D.normal
  nameWithType: RaycastHit2D.normal
  type: Property
- uid: UnityEngine.RaycastHit2D.op_Implicit(UnityEngine.RaycastHit2D)~System.Boolean
  name: implicit operator bool(RaycastHit2D)
  fullName: UnityEngine.RaycastHit2D.implicit operator bool(UnityEngine.RaycastHit2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D.op_Implicit~System.Boolean.html
  commentId: M:UnityEngine.RaycastHit2D.op_Implicit(UnityEngine.RaycastHit2D)~System.Boolean
  nameWithType: RaycastHit2D.implicit operator bool(RaycastHit2D)
  type: Operator
- uid: UnityEngine.RaycastHit2D.point
  name: point
  fullName: UnityEngine.RaycastHit2D.point
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D-point.html
  commentId: P:UnityEngine.RaycastHit2D.point
  nameWithType: RaycastHit2D.point
  type: Property
- uid: UnityEngine.RaycastHit2D.rigidbody
  name: rigidbody
  fullName: UnityEngine.RaycastHit2D.rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D-rigidbody.html
  commentId: P:UnityEngine.RaycastHit2D.rigidbody
  nameWithType: RaycastHit2D.rigidbody
  type: Property
- uid: UnityEngine.RaycastHit2D.transform
  name: transform
  fullName: UnityEngine.RaycastHit2D.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RaycastHit2D-transform.html
  commentId: P:UnityEngine.RaycastHit2D.transform
  nameWithType: RaycastHit2D.transform
  type: Property
- uid: UnityEngine.Rect
  name: Rect
  fullName: UnityEngine.Rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.html
  commentId: T:UnityEngine.Rect
  nameWithType: Rect
  type: Struct
- uid: UnityEngine.Rect.#ctor(System.Single,System.Single,System.Single,System.Single)
  name: Rect(float, float, float, float)
  fullName: UnityEngine.Rect.Rect(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-ctor.html
  commentId: M:UnityEngine.Rect.#ctor(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Rect.Rect(float, float, float, float)
  type: Constructor
- uid: UnityEngine.Rect.#ctor(UnityEngine.Rect)
  name: Rect(Rect)
  fullName: UnityEngine.Rect.Rect(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-ctor.html
  commentId: M:UnityEngine.Rect.#ctor(UnityEngine.Rect)
  nameWithType: Rect.Rect(Rect)
  type: Constructor
- uid: UnityEngine.Rect.#ctor(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Rect(Vector2, Vector2)
  fullName: UnityEngine.Rect.Rect(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-ctor.html
  commentId: M:UnityEngine.Rect.#ctor(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Rect.Rect(Vector2, Vector2)
  type: Constructor
- uid: UnityEngine.Rect.bottom
  name: bottom
  fullName: UnityEngine.Rect.bottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-bottom.html
  commentId: P:UnityEngine.Rect.bottom
  nameWithType: Rect.bottom
  type: Property
- uid: UnityEngine.Rect.center
  name: center
  fullName: UnityEngine.Rect.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-center.html
  commentId: P:UnityEngine.Rect.center
  nameWithType: Rect.center
  type: Property
- uid: UnityEngine.Rect.Contains(UnityEngine.Vector2)
  name: Contains(Vector2)
  fullName: UnityEngine.Rect.Contains(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.Contains.html
  commentId: M:UnityEngine.Rect.Contains(UnityEngine.Vector2)
  nameWithType: Rect.Contains(Vector2)
  type: Method
- uid: UnityEngine.Rect.Contains(UnityEngine.Vector3,System.Boolean)
  name: Contains(Vector3, bool)
  fullName: UnityEngine.Rect.Contains(UnityEngine.Vector3, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.Contains.html
  commentId: M:UnityEngine.Rect.Contains(UnityEngine.Vector3,System.Boolean)
  nameWithType: Rect.Contains(Vector3, bool)
  type: Method
- uid: UnityEngine.Rect.Contains(UnityEngine.Vector3)
  name: Contains(Vector3)
  fullName: UnityEngine.Rect.Contains(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.Contains.html
  commentId: M:UnityEngine.Rect.Contains(UnityEngine.Vector3)
  nameWithType: Rect.Contains(Vector3)
  type: Method
- uid: UnityEngine.Rect.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Rect.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.Equals.html
  commentId: M:UnityEngine.Rect.Equals(System.Object)
  nameWithType: Rect.Equals(object)
  type: Method
- uid: UnityEngine.Rect.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Rect.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.GetHashCode.html
  commentId: M:UnityEngine.Rect.GetHashCode
  nameWithType: Rect.GetHashCode()
  type: Method
- uid: UnityEngine.Rect.height
  name: height
  fullName: UnityEngine.Rect.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-height.html
  commentId: P:UnityEngine.Rect.height
  nameWithType: Rect.height
  type: Property
- uid: UnityEngine.Rect.left
  name: left
  fullName: UnityEngine.Rect.left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-left.html
  commentId: P:UnityEngine.Rect.left
  nameWithType: Rect.left
  type: Property
- uid: UnityEngine.Rect.max
  name: max
  fullName: UnityEngine.Rect.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-max.html
  commentId: P:UnityEngine.Rect.max
  nameWithType: Rect.max
  type: Property
- uid: UnityEngine.Rect.min
  name: min
  fullName: UnityEngine.Rect.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-min.html
  commentId: P:UnityEngine.Rect.min
  nameWithType: Rect.min
  type: Property
- uid: UnityEngine.Rect.MinMaxRect(System.Single,System.Single,System.Single,System.Single)
  name: MinMaxRect(float, float, float, float)
  fullName: UnityEngine.Rect.MinMaxRect(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.MinMaxRect.html
  commentId: M:UnityEngine.Rect.MinMaxRect(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Rect.MinMaxRect(float, float, float, float)
  type: Method
- uid: UnityEngine.Rect.NormalizedToPoint(UnityEngine.Rect,UnityEngine.Vector2)
  name: NormalizedToPoint(Rect, Vector2)
  fullName: UnityEngine.Rect.NormalizedToPoint(UnityEngine.Rect, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.NormalizedToPoint.html
  commentId: M:UnityEngine.Rect.NormalizedToPoint(UnityEngine.Rect,UnityEngine.Vector2)
  nameWithType: Rect.NormalizedToPoint(Rect, Vector2)
  type: Method
- uid: UnityEngine.Rect.op_Equality(UnityEngine.Rect,UnityEngine.Rect)
  name: operator ==(Rect, Rect)
  fullName: UnityEngine.Rect.operator ==(UnityEngine.Rect, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-op_Equality.html
  commentId: M:UnityEngine.Rect.op_Equality(UnityEngine.Rect,UnityEngine.Rect)
  nameWithType: Rect.operator ==(Rect, Rect)
  type: Operator
- uid: UnityEngine.Rect.op_Inequality(UnityEngine.Rect,UnityEngine.Rect)
  name: operator !=(Rect, Rect)
  fullName: UnityEngine.Rect.operator !=(UnityEngine.Rect, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-op_Inequality.html
  commentId: M:UnityEngine.Rect.op_Inequality(UnityEngine.Rect,UnityEngine.Rect)
  nameWithType: Rect.operator !=(Rect, Rect)
  type: Operator
- uid: UnityEngine.Rect.Overlaps(UnityEngine.Rect,System.Boolean)
  name: Overlaps(Rect, bool)
  fullName: UnityEngine.Rect.Overlaps(UnityEngine.Rect, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.Overlaps.html
  commentId: M:UnityEngine.Rect.Overlaps(UnityEngine.Rect,System.Boolean)
  nameWithType: Rect.Overlaps(Rect, bool)
  type: Method
- uid: UnityEngine.Rect.Overlaps(UnityEngine.Rect)
  name: Overlaps(Rect)
  fullName: UnityEngine.Rect.Overlaps(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.Overlaps.html
  commentId: M:UnityEngine.Rect.Overlaps(UnityEngine.Rect)
  nameWithType: Rect.Overlaps(Rect)
  type: Method
- uid: UnityEngine.Rect.PointToNormalized(UnityEngine.Rect,UnityEngine.Vector2)
  name: PointToNormalized(Rect, Vector2)
  fullName: UnityEngine.Rect.PointToNormalized(UnityEngine.Rect, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.PointToNormalized.html
  commentId: M:UnityEngine.Rect.PointToNormalized(UnityEngine.Rect,UnityEngine.Vector2)
  nameWithType: Rect.PointToNormalized(Rect, Vector2)
  type: Method
- uid: UnityEngine.Rect.position
  name: position
  fullName: UnityEngine.Rect.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-position.html
  commentId: P:UnityEngine.Rect.position
  nameWithType: Rect.position
  type: Property
- uid: UnityEngine.Rect.right
  name: right
  fullName: UnityEngine.Rect.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-right.html
  commentId: P:UnityEngine.Rect.right
  nameWithType: Rect.right
  type: Property
- uid: UnityEngine.Rect.Set(System.Single,System.Single,System.Single,System.Single)
  name: Set(float, float, float, float)
  fullName: UnityEngine.Rect.Set(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.Set.html
  commentId: M:UnityEngine.Rect.Set(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Rect.Set(float, float, float, float)
  type: Method
- uid: UnityEngine.Rect.size
  name: size
  fullName: UnityEngine.Rect.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-size.html
  commentId: P:UnityEngine.Rect.size
  nameWithType: Rect.size
  type: Property
- uid: UnityEngine.Rect.top
  name: top
  fullName: UnityEngine.Rect.top
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-top.html
  commentId: P:UnityEngine.Rect.top
  nameWithType: Rect.top
  type: Property
- uid: UnityEngine.Rect.ToString
  name: ToString()
  fullName: UnityEngine.Rect.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.ToString.html
  commentId: M:UnityEngine.Rect.ToString
  nameWithType: Rect.ToString()
  type: Method
- uid: UnityEngine.Rect.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Rect.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect.ToString.html
  commentId: M:UnityEngine.Rect.ToString(System.String)
  nameWithType: Rect.ToString(string)
  type: Method
- uid: UnityEngine.Rect.width
  name: width
  fullName: UnityEngine.Rect.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-width.html
  commentId: P:UnityEngine.Rect.width
  nameWithType: Rect.width
  type: Property
- uid: UnityEngine.Rect.x
  name: x
  fullName: UnityEngine.Rect.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-x.html
  commentId: P:UnityEngine.Rect.x
  nameWithType: Rect.x
  type: Property
- uid: UnityEngine.Rect.xMax
  name: xMax
  fullName: UnityEngine.Rect.xMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-xMax.html
  commentId: P:UnityEngine.Rect.xMax
  nameWithType: Rect.xMax
  type: Property
- uid: UnityEngine.Rect.xMin
  name: xMin
  fullName: UnityEngine.Rect.xMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-xMin.html
  commentId: P:UnityEngine.Rect.xMin
  nameWithType: Rect.xMin
  type: Property
- uid: UnityEngine.Rect.y
  name: y
  fullName: UnityEngine.Rect.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-y.html
  commentId: P:UnityEngine.Rect.y
  nameWithType: Rect.y
  type: Property
- uid: UnityEngine.Rect.yMax
  name: yMax
  fullName: UnityEngine.Rect.yMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-yMax.html
  commentId: P:UnityEngine.Rect.yMax
  nameWithType: Rect.yMax
  type: Property
- uid: UnityEngine.Rect.yMin
  name: yMin
  fullName: UnityEngine.Rect.yMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-yMin.html
  commentId: P:UnityEngine.Rect.yMin
  nameWithType: Rect.yMin
  type: Property
- uid: UnityEngine.Rect.zero
  name: zero
  fullName: UnityEngine.Rect.zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rect-zero.html
  commentId: P:UnityEngine.Rect.zero
  nameWithType: Rect.zero
  type: Property
- uid: UnityEngine.RectInt
  name: RectInt
  fullName: UnityEngine.RectInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.html
  commentId: T:UnityEngine.RectInt
  nameWithType: RectInt
  type: Struct
- uid: UnityEngine.RectInt.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)
  name: RectInt(int, int, int, int)
  fullName: UnityEngine.RectInt.RectInt(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-ctor.html
  commentId: M:UnityEngine.RectInt.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: RectInt.RectInt(int, int, int, int)
  type: Constructor
- uid: UnityEngine.RectInt.#ctor(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: RectInt(Vector2Int, Vector2Int)
  fullName: UnityEngine.RectInt.RectInt(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-ctor.html
  commentId: M:UnityEngine.RectInt.#ctor(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: RectInt.RectInt(Vector2Int, Vector2Int)
  type: Constructor
- uid: UnityEngine.RectInt.allPositionsWithin
  name: allPositionsWithin
  fullName: UnityEngine.RectInt.allPositionsWithin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-allPositionsWithin.html
  commentId: P:UnityEngine.RectInt.allPositionsWithin
  nameWithType: RectInt.allPositionsWithin
  type: Property
- uid: UnityEngine.RectInt.center
  name: center
  fullName: UnityEngine.RectInt.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-center.html
  commentId: P:UnityEngine.RectInt.center
  nameWithType: RectInt.center
  type: Property
- uid: UnityEngine.RectInt.ClampToBounds(UnityEngine.RectInt)
  name: ClampToBounds(RectInt)
  fullName: UnityEngine.RectInt.ClampToBounds(UnityEngine.RectInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.ClampToBounds.html
  commentId: M:UnityEngine.RectInt.ClampToBounds(UnityEngine.RectInt)
  nameWithType: RectInt.ClampToBounds(RectInt)
  type: Method
- uid: UnityEngine.RectInt.Contains(UnityEngine.Vector2Int)
  name: Contains(Vector2Int)
  fullName: UnityEngine.RectInt.Contains(UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.Contains.html
  commentId: M:UnityEngine.RectInt.Contains(UnityEngine.Vector2Int)
  nameWithType: RectInt.Contains(Vector2Int)
  type: Method
- uid: UnityEngine.RectInt.height
  name: height
  fullName: UnityEngine.RectInt.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-height.html
  commentId: P:UnityEngine.RectInt.height
  nameWithType: RectInt.height
  type: Property
- uid: UnityEngine.RectInt.max
  name: max
  fullName: UnityEngine.RectInt.max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-max.html
  commentId: P:UnityEngine.RectInt.max
  nameWithType: RectInt.max
  type: Property
- uid: UnityEngine.RectInt.min
  name: min
  fullName: UnityEngine.RectInt.min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-min.html
  commentId: P:UnityEngine.RectInt.min
  nameWithType: RectInt.min
  type: Property
- uid: UnityEngine.RectInt.position
  name: position
  fullName: UnityEngine.RectInt.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-position.html
  commentId: P:UnityEngine.RectInt.position
  nameWithType: RectInt.position
  type: Property
- uid: UnityEngine.RectInt.PositionEnumerator
  name: RectInt.PositionEnumerator
  fullName: UnityEngine.RectInt.PositionEnumerator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.PositionEnumerator.html
  commentId: T:UnityEngine.RectInt.PositionEnumerator
  nameWithType: RectInt.PositionEnumerator
  type: Struct
- uid: UnityEngine.RectInt.PositionEnumerator.#ctor(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: PositionEnumerator(Vector2Int, Vector2Int)
  fullName: UnityEngine.RectInt.PositionEnumerator.PositionEnumerator(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.PositionEnumerator-ctor.html
  commentId: M:UnityEngine.RectInt.PositionEnumerator.#ctor(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: RectInt.PositionEnumerator.PositionEnumerator(Vector2Int, Vector2Int)
  type: Constructor
- uid: UnityEngine.RectInt.PositionEnumerator.Current
  name: Current
  fullName: UnityEngine.RectInt.PositionEnumerator.Current
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.PositionEnumerator.Current.html
  commentId: P:UnityEngine.RectInt.PositionEnumerator.Current
  nameWithType: RectInt.PositionEnumerator.Current
  type: Property
- uid: UnityEngine.RectInt.PositionEnumerator.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEngine.RectInt.PositionEnumerator.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.PositionEnumerator.GetEnumerator.html
  commentId: M:UnityEngine.RectInt.PositionEnumerator.GetEnumerator
  nameWithType: RectInt.PositionEnumerator.GetEnumerator()
  type: Method
- uid: UnityEngine.RectInt.PositionEnumerator.MoveNext
  name: MoveNext()
  fullName: UnityEngine.RectInt.PositionEnumerator.MoveNext()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.PositionEnumerator.MoveNext.html
  commentId: M:UnityEngine.RectInt.PositionEnumerator.MoveNext
  nameWithType: RectInt.PositionEnumerator.MoveNext()
  type: Method
- uid: UnityEngine.RectInt.PositionEnumerator.Reset
  name: Reset()
  fullName: UnityEngine.RectInt.PositionEnumerator.Reset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.PositionEnumerator.Reset.html
  commentId: M:UnityEngine.RectInt.PositionEnumerator.Reset
  nameWithType: RectInt.PositionEnumerator.Reset()
  type: Method
- uid: UnityEngine.RectInt.SetMinMax(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: SetMinMax(Vector2Int, Vector2Int)
  fullName: UnityEngine.RectInt.SetMinMax(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.SetMinMax.html
  commentId: M:UnityEngine.RectInt.SetMinMax(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: RectInt.SetMinMax(Vector2Int, Vector2Int)
  type: Method
- uid: UnityEngine.RectInt.size
  name: size
  fullName: UnityEngine.RectInt.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-size.html
  commentId: P:UnityEngine.RectInt.size
  nameWithType: RectInt.size
  type: Property
- uid: UnityEngine.RectInt.ToString
  name: ToString()
  fullName: UnityEngine.RectInt.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt.ToString.html
  commentId: M:UnityEngine.RectInt.ToString
  nameWithType: RectInt.ToString()
  type: Method
- uid: UnityEngine.RectInt.width
  name: width
  fullName: UnityEngine.RectInt.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-width.html
  commentId: P:UnityEngine.RectInt.width
  nameWithType: RectInt.width
  type: Property
- uid: UnityEngine.RectInt.x
  name: x
  fullName: UnityEngine.RectInt.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-x.html
  commentId: P:UnityEngine.RectInt.x
  nameWithType: RectInt.x
  type: Property
- uid: UnityEngine.RectInt.xMax
  name: xMax
  fullName: UnityEngine.RectInt.xMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-xMax.html
  commentId: P:UnityEngine.RectInt.xMax
  nameWithType: RectInt.xMax
  type: Property
- uid: UnityEngine.RectInt.xMin
  name: xMin
  fullName: UnityEngine.RectInt.xMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-xMin.html
  commentId: P:UnityEngine.RectInt.xMin
  nameWithType: RectInt.xMin
  type: Property
- uid: UnityEngine.RectInt.y
  name: y
  fullName: UnityEngine.RectInt.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-y.html
  commentId: P:UnityEngine.RectInt.y
  nameWithType: RectInt.y
  type: Property
- uid: UnityEngine.RectInt.yMax
  name: yMax
  fullName: UnityEngine.RectInt.yMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-yMax.html
  commentId: P:UnityEngine.RectInt.yMax
  nameWithType: RectInt.yMax
  type: Property
- uid: UnityEngine.RectInt.yMin
  name: yMin
  fullName: UnityEngine.RectInt.yMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectInt-yMin.html
  commentId: P:UnityEngine.RectInt.yMin
  nameWithType: RectInt.yMin
  type: Property
- uid: UnityEngine.RectOffset
  name: RectOffset
  fullName: UnityEngine.RectOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset.html
  commentId: T:UnityEngine.RectOffset
  nameWithType: RectOffset
  type: Class
- uid: UnityEngine.RectOffset.#ctor
  name: RectOffset()
  fullName: UnityEngine.RectOffset.RectOffset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset-ctor.html
  commentId: M:UnityEngine.RectOffset.#ctor
  nameWithType: RectOffset.RectOffset()
  type: Constructor
- uid: UnityEngine.RectOffset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)
  name: RectOffset(int, int, int, int)
  fullName: UnityEngine.RectOffset.RectOffset(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset-ctor.html
  commentId: M:UnityEngine.RectOffset.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: RectOffset.RectOffset(int, int, int, int)
  type: Constructor
- uid: UnityEngine.RectOffset.Add(UnityEngine.Rect)
  name: Add(Rect)
  fullName: UnityEngine.RectOffset.Add(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset.Add.html
  commentId: M:UnityEngine.RectOffset.Add(UnityEngine.Rect)
  nameWithType: RectOffset.Add(Rect)
  type: Method
- uid: UnityEngine.RectOffset.bottom
  name: bottom
  fullName: UnityEngine.RectOffset.bottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset-bottom.html
  commentId: P:UnityEngine.RectOffset.bottom
  nameWithType: RectOffset.bottom
  type: Property
- uid: UnityEngine.RectOffset.Finalize
  name: ~RectOffset()
  fullName: UnityEngine.RectOffset.~RectOffset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset.Finalize.html
  commentId: M:UnityEngine.RectOffset.Finalize
  nameWithType: RectOffset.~RectOffset()
  type: Method
- uid: UnityEngine.RectOffset.horizontal
  name: horizontal
  fullName: UnityEngine.RectOffset.horizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset-horizontal.html
  commentId: P:UnityEngine.RectOffset.horizontal
  nameWithType: RectOffset.horizontal
  type: Property
- uid: UnityEngine.RectOffset.left
  name: left
  fullName: UnityEngine.RectOffset.left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset-left.html
  commentId: P:UnityEngine.RectOffset.left
  nameWithType: RectOffset.left
  type: Property
- uid: UnityEngine.RectOffset.Remove(UnityEngine.Rect)
  name: Remove(Rect)
  fullName: UnityEngine.RectOffset.Remove(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset.Remove.html
  commentId: M:UnityEngine.RectOffset.Remove(UnityEngine.Rect)
  nameWithType: RectOffset.Remove(Rect)
  type: Method
- uid: UnityEngine.RectOffset.right
  name: right
  fullName: UnityEngine.RectOffset.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset-right.html
  commentId: P:UnityEngine.RectOffset.right
  nameWithType: RectOffset.right
  type: Property
- uid: UnityEngine.RectOffset.top
  name: top
  fullName: UnityEngine.RectOffset.top
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset-top.html
  commentId: P:UnityEngine.RectOffset.top
  nameWithType: RectOffset.top
  type: Property
- uid: UnityEngine.RectOffset.ToString
  name: ToString()
  fullName: UnityEngine.RectOffset.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset.ToString.html
  commentId: M:UnityEngine.RectOffset.ToString
  nameWithType: RectOffset.ToString()
  type: Method
- uid: UnityEngine.RectOffset.vertical
  name: vertical
  fullName: UnityEngine.RectOffset.vertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectOffset-vertical.html
  commentId: P:UnityEngine.RectOffset.vertical
  nameWithType: RectOffset.vertical
  type: Property
- uid: UnityEngine.RectTransform
  name: RectTransform
  fullName: UnityEngine.RectTransform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.html
  commentId: T:UnityEngine.RectTransform
  nameWithType: RectTransform
  type: Class
- uid: UnityEngine.RectTransform.anchoredPosition
  name: anchoredPosition
  fullName: UnityEngine.RectTransform.anchoredPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-anchoredPosition.html
  commentId: P:UnityEngine.RectTransform.anchoredPosition
  nameWithType: RectTransform.anchoredPosition
  type: Property
- uid: UnityEngine.RectTransform.anchoredPosition3D
  name: anchoredPosition3D
  fullName: UnityEngine.RectTransform.anchoredPosition3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-anchoredPosition3D.html
  commentId: P:UnityEngine.RectTransform.anchoredPosition3D
  nameWithType: RectTransform.anchoredPosition3D
  type: Property
- uid: UnityEngine.RectTransform.anchorMax
  name: anchorMax
  fullName: UnityEngine.RectTransform.anchorMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-anchorMax.html
  commentId: P:UnityEngine.RectTransform.anchorMax
  nameWithType: RectTransform.anchorMax
  type: Property
- uid: UnityEngine.RectTransform.anchorMin
  name: anchorMin
  fullName: UnityEngine.RectTransform.anchorMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-anchorMin.html
  commentId: P:UnityEngine.RectTransform.anchorMin
  nameWithType: RectTransform.anchorMin
  type: Property
- uid: UnityEngine.RectTransform.Axis
  name: RectTransform.Axis
  fullName: UnityEngine.RectTransform.Axis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.Axis.html
  commentId: T:UnityEngine.RectTransform.Axis
  nameWithType: RectTransform.Axis
  type: Enum
- uid: UnityEngine.RectTransform.Axis.Horizontal
  name: Horizontal
  fullName: UnityEngine.RectTransform.Axis.Horizontal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.Axis.Horizontal.html
  commentId: F:UnityEngine.RectTransform.Axis.Horizontal
  nameWithType: RectTransform.Axis.Horizontal
  type: Field
- uid: UnityEngine.RectTransform.Axis.Vertical
  name: Vertical
  fullName: UnityEngine.RectTransform.Axis.Vertical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.Axis.Vertical.html
  commentId: F:UnityEngine.RectTransform.Axis.Vertical
  nameWithType: RectTransform.Axis.Vertical
  type: Field
- uid: UnityEngine.RectTransform.Edge
  name: RectTransform.Edge
  fullName: UnityEngine.RectTransform.Edge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.Edge.html
  commentId: T:UnityEngine.RectTransform.Edge
  nameWithType: RectTransform.Edge
  type: Enum
- uid: UnityEngine.RectTransform.Edge.Bottom
  name: Bottom
  fullName: UnityEngine.RectTransform.Edge.Bottom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.Edge.Bottom.html
  commentId: F:UnityEngine.RectTransform.Edge.Bottom
  nameWithType: RectTransform.Edge.Bottom
  type: Field
- uid: UnityEngine.RectTransform.Edge.Left
  name: Left
  fullName: UnityEngine.RectTransform.Edge.Left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.Edge.Left.html
  commentId: F:UnityEngine.RectTransform.Edge.Left
  nameWithType: RectTransform.Edge.Left
  type: Field
- uid: UnityEngine.RectTransform.Edge.Right
  name: Right
  fullName: UnityEngine.RectTransform.Edge.Right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.Edge.Right.html
  commentId: F:UnityEngine.RectTransform.Edge.Right
  nameWithType: RectTransform.Edge.Right
  type: Field
- uid: UnityEngine.RectTransform.Edge.Top
  name: Top
  fullName: UnityEngine.RectTransform.Edge.Top
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.Edge.Top.html
  commentId: F:UnityEngine.RectTransform.Edge.Top
  nameWithType: RectTransform.Edge.Top
  type: Field
- uid: UnityEngine.RectTransform.GetLocalCorners(UnityEngine.Vector3[])
  name: GetLocalCorners(Vector3[])
  fullName: UnityEngine.RectTransform.GetLocalCorners(UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.GetLocalCorners.html
  commentId: M:UnityEngine.RectTransform.GetLocalCorners(UnityEngine.Vector3[])
  nameWithType: RectTransform.GetLocalCorners(Vector3[])
  type: Method
- uid: UnityEngine.RectTransform.GetWorldCorners(UnityEngine.Vector3[])
  name: GetWorldCorners(Vector3[])
  fullName: UnityEngine.RectTransform.GetWorldCorners(UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.GetWorldCorners.html
  commentId: M:UnityEngine.RectTransform.GetWorldCorners(UnityEngine.Vector3[])
  nameWithType: RectTransform.GetWorldCorners(Vector3[])
  type: Method
- uid: UnityEngine.RectTransform.offsetMax
  name: offsetMax
  fullName: UnityEngine.RectTransform.offsetMax
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-offsetMax.html
  commentId: P:UnityEngine.RectTransform.offsetMax
  nameWithType: RectTransform.offsetMax
  type: Property
- uid: UnityEngine.RectTransform.offsetMin
  name: offsetMin
  fullName: UnityEngine.RectTransform.offsetMin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-offsetMin.html
  commentId: P:UnityEngine.RectTransform.offsetMin
  nameWithType: RectTransform.offsetMin
  type: Property
- uid: UnityEngine.RectTransform.pivot
  name: pivot
  fullName: UnityEngine.RectTransform.pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-pivot.html
  commentId: P:UnityEngine.RectTransform.pivot
  nameWithType: RectTransform.pivot
  type: Property
- uid: UnityEngine.RectTransform.reapplyDrivenProperties
  name: reapplyDrivenProperties
  fullName: UnityEngine.RectTransform.reapplyDrivenProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-reapplyDrivenProperties.html
  commentId: E:UnityEngine.RectTransform.reapplyDrivenProperties
  nameWithType: RectTransform.reapplyDrivenProperties
  type: Event
- uid: UnityEngine.RectTransform.ReapplyDrivenProperties
  name: RectTransform.ReapplyDrivenProperties
  fullName: UnityEngine.RectTransform.ReapplyDrivenProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.ReapplyDrivenProperties.html
  commentId: T:UnityEngine.RectTransform.ReapplyDrivenProperties
  nameWithType: RectTransform.ReapplyDrivenProperties
  type: Delegate
- uid: UnityEngine.RectTransform.rect
  name: rect
  fullName: UnityEngine.RectTransform.rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-rect.html
  commentId: P:UnityEngine.RectTransform.rect
  nameWithType: RectTransform.rect
  type: Property
- uid: UnityEngine.RectTransform.SetInsetAndSizeFromParentEdge(UnityEngine.RectTransform.Edge,System.Single,System.Single)
  name: SetInsetAndSizeFromParentEdge(Edge, float, float)
  fullName: UnityEngine.RectTransform.SetInsetAndSizeFromParentEdge(UnityEngine.RectTransform.Edge, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.SetInsetAndSizeFromParentEdge.html
  commentId: M:UnityEngine.RectTransform.SetInsetAndSizeFromParentEdge(UnityEngine.RectTransform.Edge,System.Single,System.Single)
  nameWithType: RectTransform.SetInsetAndSizeFromParentEdge(RectTransform.Edge, float, float)
  type: Method
- uid: UnityEngine.RectTransform.SetSizeWithCurrentAnchors(UnityEngine.RectTransform.Axis,System.Single)
  name: SetSizeWithCurrentAnchors(Axis, float)
  fullName: UnityEngine.RectTransform.SetSizeWithCurrentAnchors(UnityEngine.RectTransform.Axis, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform.SetSizeWithCurrentAnchors.html
  commentId: M:UnityEngine.RectTransform.SetSizeWithCurrentAnchors(UnityEngine.RectTransform.Axis,System.Single)
  nameWithType: RectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis, float)
  type: Method
- uid: UnityEngine.RectTransform.sizeDelta
  name: sizeDelta
  fullName: UnityEngine.RectTransform.sizeDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransform-sizeDelta.html
  commentId: P:UnityEngine.RectTransform.sizeDelta
  nameWithType: RectTransform.sizeDelta
  type: Property
- uid: UnityEngine.RectTransformUtility
  name: RectTransformUtility
  fullName: UnityEngine.RectTransformUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.html
  commentId: T:UnityEngine.RectTransformUtility
  nameWithType: RectTransformUtility
  type: Class
- uid: UnityEngine.RectTransformUtility.CalculateRelativeRectTransformBounds(UnityEngine.Transform,UnityEngine.Transform)
  name: CalculateRelativeRectTransformBounds(Transform, Transform)
  fullName: UnityEngine.RectTransformUtility.CalculateRelativeRectTransformBounds(UnityEngine.Transform, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.CalculateRelativeRectTransformBounds.html
  commentId: M:UnityEngine.RectTransformUtility.CalculateRelativeRectTransformBounds(UnityEngine.Transform,UnityEngine.Transform)
  nameWithType: RectTransformUtility.CalculateRelativeRectTransformBounds(Transform, Transform)
  type: Method
- uid: UnityEngine.RectTransformUtility.CalculateRelativeRectTransformBounds(UnityEngine.Transform)
  name: CalculateRelativeRectTransformBounds(Transform)
  fullName: UnityEngine.RectTransformUtility.CalculateRelativeRectTransformBounds(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.CalculateRelativeRectTransformBounds.html
  commentId: M:UnityEngine.RectTransformUtility.CalculateRelativeRectTransformBounds(UnityEngine.Transform)
  nameWithType: RectTransformUtility.CalculateRelativeRectTransformBounds(Transform)
  type: Method
- uid: UnityEngine.RectTransformUtility.FlipLayoutAxes(UnityEngine.RectTransform,System.Boolean,System.Boolean)
  name: FlipLayoutAxes(RectTransform, bool, bool)
  fullName: UnityEngine.RectTransformUtility.FlipLayoutAxes(UnityEngine.RectTransform, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.FlipLayoutAxes.html
  commentId: M:UnityEngine.RectTransformUtility.FlipLayoutAxes(UnityEngine.RectTransform,System.Boolean,System.Boolean)
  nameWithType: RectTransformUtility.FlipLayoutAxes(RectTransform, bool, bool)
  type: Method
- uid: UnityEngine.RectTransformUtility.FlipLayoutOnAxis(UnityEngine.RectTransform,System.Int32,System.Boolean,System.Boolean)
  name: FlipLayoutOnAxis(RectTransform, int, bool, bool)
  fullName: UnityEngine.RectTransformUtility.FlipLayoutOnAxis(UnityEngine.RectTransform, int, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.FlipLayoutOnAxis.html
  commentId: M:UnityEngine.RectTransformUtility.FlipLayoutOnAxis(UnityEngine.RectTransform,System.Int32,System.Boolean,System.Boolean)
  nameWithType: RectTransformUtility.FlipLayoutOnAxis(RectTransform, int, bool, bool)
  type: Method
- uid: UnityEngine.RectTransformUtility.PixelAdjustPoint(UnityEngine.Vector2,UnityEngine.Transform,UnityEngine.Canvas)
  name: PixelAdjustPoint(Vector2, Transform, Canvas)
  fullName: UnityEngine.RectTransformUtility.PixelAdjustPoint(UnityEngine.Vector2, UnityEngine.Transform, UnityEngine.Canvas)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.PixelAdjustPoint.html
  commentId: M:UnityEngine.RectTransformUtility.PixelAdjustPoint(UnityEngine.Vector2,UnityEngine.Transform,UnityEngine.Canvas)
  nameWithType: RectTransformUtility.PixelAdjustPoint(Vector2, Transform, Canvas)
  type: Method
- uid: UnityEngine.RectTransformUtility.PixelAdjustRect(UnityEngine.RectTransform,UnityEngine.Canvas)
  name: PixelAdjustRect(RectTransform, Canvas)
  fullName: UnityEngine.RectTransformUtility.PixelAdjustRect(UnityEngine.RectTransform, UnityEngine.Canvas)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.PixelAdjustRect.html
  commentId: M:UnityEngine.RectTransformUtility.PixelAdjustRect(UnityEngine.RectTransform,UnityEngine.Canvas)
  nameWithType: RectTransformUtility.PixelAdjustRect(RectTransform, Canvas)
  type: Method
- uid: UnityEngine.RectTransformUtility.RectangleContainsScreenPoint(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera)
  name: RectangleContainsScreenPoint(RectTransform, Vector2, Camera)
  fullName: UnityEngine.RectTransformUtility.RectangleContainsScreenPoint(UnityEngine.RectTransform, UnityEngine.Vector2, UnityEngine.Camera)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.RectangleContainsScreenPoint.html
  commentId: M:UnityEngine.RectTransformUtility.RectangleContainsScreenPoint(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera)
  nameWithType: RectTransformUtility.RectangleContainsScreenPoint(RectTransform, Vector2, Camera)
  type: Method
- uid: UnityEngine.RectTransformUtility.RectangleContainsScreenPoint(UnityEngine.RectTransform,UnityEngine.Vector2)
  name: RectangleContainsScreenPoint(RectTransform, Vector2)
  fullName: UnityEngine.RectTransformUtility.RectangleContainsScreenPoint(UnityEngine.RectTransform, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.RectangleContainsScreenPoint.html
  commentId: M:UnityEngine.RectTransformUtility.RectangleContainsScreenPoint(UnityEngine.RectTransform,UnityEngine.Vector2)
  nameWithType: RectTransformUtility.RectangleContainsScreenPoint(RectTransform, Vector2)
  type: Method
- uid: UnityEngine.RectTransformUtility.ScreenPointToLocalPointInRectangle(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector2@)
  name: ScreenPointToLocalPointInRectangle(RectTransform, Vector2, Camera, out Vector2)
  fullName: UnityEngine.RectTransformUtility.ScreenPointToLocalPointInRectangle(UnityEngine.RectTransform, UnityEngine.Vector2, UnityEngine.Camera, out UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.ScreenPointToLocalPointInRectangle.html
  commentId: M:UnityEngine.RectTransformUtility.ScreenPointToLocalPointInRectangle(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector2@)
  nameWithType: RectTransformUtility.ScreenPointToLocalPointInRectangle(RectTransform, Vector2, Camera, out Vector2)
  type: Method
- uid: UnityEngine.RectTransformUtility.ScreenPointToRay(UnityEngine.Camera,UnityEngine.Vector2)
  name: ScreenPointToRay(Camera, Vector2)
  fullName: UnityEngine.RectTransformUtility.ScreenPointToRay(UnityEngine.Camera, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.ScreenPointToRay.html
  commentId: M:UnityEngine.RectTransformUtility.ScreenPointToRay(UnityEngine.Camera,UnityEngine.Vector2)
  nameWithType: RectTransformUtility.ScreenPointToRay(Camera, Vector2)
  type: Method
- uid: UnityEngine.RectTransformUtility.ScreenPointToWorldPointInRectangle(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector3@)
  name: ScreenPointToWorldPointInRectangle(RectTransform, Vector2, Camera, out Vector3)
  fullName: UnityEngine.RectTransformUtility.ScreenPointToWorldPointInRectangle(UnityEngine.RectTransform, UnityEngine.Vector2, UnityEngine.Camera, out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.ScreenPointToWorldPointInRectangle.html
  commentId: M:UnityEngine.RectTransformUtility.ScreenPointToWorldPointInRectangle(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector3@)
  nameWithType: RectTransformUtility.ScreenPointToWorldPointInRectangle(RectTransform, Vector2, Camera, out Vector3)
  type: Method
- uid: UnityEngine.RectTransformUtility.WorldToScreenPoint(UnityEngine.Camera,UnityEngine.Vector3)
  name: WorldToScreenPoint(Camera, Vector3)
  fullName: UnityEngine.RectTransformUtility.WorldToScreenPoint(UnityEngine.Camera, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RectTransformUtility.WorldToScreenPoint.html
  commentId: M:UnityEngine.RectTransformUtility.WorldToScreenPoint(UnityEngine.Camera,UnityEngine.Vector3)
  nameWithType: RectTransformUtility.WorldToScreenPoint(Camera, Vector3)
  type: Method
- uid: UnityEngine.ReflectionProbe
  name: ReflectionProbe
  fullName: UnityEngine.ReflectionProbe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe.html
  commentId: T:UnityEngine.ReflectionProbe
  nameWithType: ReflectionProbe
  type: Class
- uid: UnityEngine.ReflectionProbe.backgroundColor
  name: backgroundColor
  fullName: UnityEngine.ReflectionProbe.backgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-backgroundColor.html
  commentId: P:UnityEngine.ReflectionProbe.backgroundColor
  nameWithType: ReflectionProbe.backgroundColor
  type: Property
- uid: UnityEngine.ReflectionProbe.bakedTexture
  name: bakedTexture
  fullName: UnityEngine.ReflectionProbe.bakedTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-bakedTexture.html
  commentId: P:UnityEngine.ReflectionProbe.bakedTexture
  nameWithType: ReflectionProbe.bakedTexture
  type: Property
- uid: UnityEngine.ReflectionProbe.BlendCubemap(UnityEngine.Texture,UnityEngine.Texture,System.Single,UnityEngine.RenderTexture)
  name: BlendCubemap(Texture, Texture, float, RenderTexture)
  fullName: UnityEngine.ReflectionProbe.BlendCubemap(UnityEngine.Texture, UnityEngine.Texture, float, UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe.BlendCubemap.html
  commentId: M:UnityEngine.ReflectionProbe.BlendCubemap(UnityEngine.Texture,UnityEngine.Texture,System.Single,UnityEngine.RenderTexture)
  nameWithType: ReflectionProbe.BlendCubemap(Texture, Texture, float, RenderTexture)
  type: Method
- uid: UnityEngine.ReflectionProbe.blendDistance
  name: blendDistance
  fullName: UnityEngine.ReflectionProbe.blendDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-blendDistance.html
  commentId: P:UnityEngine.ReflectionProbe.blendDistance
  nameWithType: ReflectionProbe.blendDistance
  type: Property
- uid: UnityEngine.ReflectionProbe.bounds
  name: bounds
  fullName: UnityEngine.ReflectionProbe.bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-bounds.html
  commentId: P:UnityEngine.ReflectionProbe.bounds
  nameWithType: ReflectionProbe.bounds
  type: Property
- uid: UnityEngine.ReflectionProbe.boxProjection
  name: boxProjection
  fullName: UnityEngine.ReflectionProbe.boxProjection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-boxProjection.html
  commentId: P:UnityEngine.ReflectionProbe.boxProjection
  nameWithType: ReflectionProbe.boxProjection
  type: Property
- uid: UnityEngine.ReflectionProbe.center
  name: center
  fullName: UnityEngine.ReflectionProbe.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-center.html
  commentId: P:UnityEngine.ReflectionProbe.center
  nameWithType: ReflectionProbe.center
  type: Property
- uid: UnityEngine.ReflectionProbe.clearFlags
  name: clearFlags
  fullName: UnityEngine.ReflectionProbe.clearFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-clearFlags.html
  commentId: P:UnityEngine.ReflectionProbe.clearFlags
  nameWithType: ReflectionProbe.clearFlags
  type: Property
- uid: UnityEngine.ReflectionProbe.cullingMask
  name: cullingMask
  fullName: UnityEngine.ReflectionProbe.cullingMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-cullingMask.html
  commentId: P:UnityEngine.ReflectionProbe.cullingMask
  nameWithType: ReflectionProbe.cullingMask
  type: Property
- uid: UnityEngine.ReflectionProbe.customBakedTexture
  name: customBakedTexture
  fullName: UnityEngine.ReflectionProbe.customBakedTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-customBakedTexture.html
  commentId: P:UnityEngine.ReflectionProbe.customBakedTexture
  nameWithType: ReflectionProbe.customBakedTexture
  type: Property
- uid: UnityEngine.ReflectionProbe.defaultTexture
  name: defaultTexture
  fullName: UnityEngine.ReflectionProbe.defaultTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-defaultTexture.html
  commentId: P:UnityEngine.ReflectionProbe.defaultTexture
  nameWithType: ReflectionProbe.defaultTexture
  type: Property
- uid: UnityEngine.ReflectionProbe.defaultTextureHDRDecodeValues
  name: defaultTextureHDRDecodeValues
  fullName: UnityEngine.ReflectionProbe.defaultTextureHDRDecodeValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-defaultTextureHDRDecodeValues.html
  commentId: P:UnityEngine.ReflectionProbe.defaultTextureHDRDecodeValues
  nameWithType: ReflectionProbe.defaultTextureHDRDecodeValues
  type: Property
- uid: UnityEngine.ReflectionProbe.farClipPlane
  name: farClipPlane
  fullName: UnityEngine.ReflectionProbe.farClipPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-farClipPlane.html
  commentId: P:UnityEngine.ReflectionProbe.farClipPlane
  nameWithType: ReflectionProbe.farClipPlane
  type: Property
- uid: UnityEngine.ReflectionProbe.hdr
  name: hdr
  fullName: UnityEngine.ReflectionProbe.hdr
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-hdr.html
  commentId: P:UnityEngine.ReflectionProbe.hdr
  nameWithType: ReflectionProbe.hdr
  type: Property
- uid: UnityEngine.ReflectionProbe.importance
  name: importance
  fullName: UnityEngine.ReflectionProbe.importance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-importance.html
  commentId: P:UnityEngine.ReflectionProbe.importance
  nameWithType: ReflectionProbe.importance
  type: Property
- uid: UnityEngine.ReflectionProbe.intensity
  name: intensity
  fullName: UnityEngine.ReflectionProbe.intensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-intensity.html
  commentId: P:UnityEngine.ReflectionProbe.intensity
  nameWithType: ReflectionProbe.intensity
  type: Property
- uid: UnityEngine.ReflectionProbe.IsFinishedRendering(System.Int32)
  name: IsFinishedRendering(int)
  fullName: UnityEngine.ReflectionProbe.IsFinishedRendering(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe.IsFinishedRendering.html
  commentId: M:UnityEngine.ReflectionProbe.IsFinishedRendering(System.Int32)
  nameWithType: ReflectionProbe.IsFinishedRendering(int)
  type: Method
- uid: UnityEngine.ReflectionProbe.maxBakedCubemapResolution
  name: maxBakedCubemapResolution
  fullName: UnityEngine.ReflectionProbe.maxBakedCubemapResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-maxBakedCubemapResolution.html
  commentId: P:UnityEngine.ReflectionProbe.maxBakedCubemapResolution
  nameWithType: ReflectionProbe.maxBakedCubemapResolution
  type: Property
- uid: UnityEngine.ReflectionProbe.minBakedCubemapResolution
  name: minBakedCubemapResolution
  fullName: UnityEngine.ReflectionProbe.minBakedCubemapResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-minBakedCubemapResolution.html
  commentId: P:UnityEngine.ReflectionProbe.minBakedCubemapResolution
  nameWithType: ReflectionProbe.minBakedCubemapResolution
  type: Property
- uid: UnityEngine.ReflectionProbe.mode
  name: mode
  fullName: UnityEngine.ReflectionProbe.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-mode.html
  commentId: P:UnityEngine.ReflectionProbe.mode
  nameWithType: ReflectionProbe.mode
  type: Property
- uid: UnityEngine.ReflectionProbe.nearClipPlane
  name: nearClipPlane
  fullName: UnityEngine.ReflectionProbe.nearClipPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-nearClipPlane.html
  commentId: P:UnityEngine.ReflectionProbe.nearClipPlane
  nameWithType: ReflectionProbe.nearClipPlane
  type: Property
- uid: UnityEngine.ReflectionProbe.refreshMode
  name: refreshMode
  fullName: UnityEngine.ReflectionProbe.refreshMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-refreshMode.html
  commentId: P:UnityEngine.ReflectionProbe.refreshMode
  nameWithType: ReflectionProbe.refreshMode
  type: Property
- uid: UnityEngine.ReflectionProbe.RenderProbe
  name: RenderProbe()
  fullName: UnityEngine.ReflectionProbe.RenderProbe()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe.RenderProbe.html
  commentId: M:UnityEngine.ReflectionProbe.RenderProbe
  nameWithType: ReflectionProbe.RenderProbe()
  type: Method
- uid: UnityEngine.ReflectionProbe.RenderProbe(UnityEngine.RenderTexture)
  name: RenderProbe(RenderTexture)
  fullName: UnityEngine.ReflectionProbe.RenderProbe(UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe.RenderProbe.html
  commentId: M:UnityEngine.ReflectionProbe.RenderProbe(UnityEngine.RenderTexture)
  nameWithType: ReflectionProbe.RenderProbe(RenderTexture)
  type: Method
- uid: UnityEngine.ReflectionProbe.resolution
  name: resolution
  fullName: UnityEngine.ReflectionProbe.resolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-resolution.html
  commentId: P:UnityEngine.ReflectionProbe.resolution
  nameWithType: ReflectionProbe.resolution
  type: Property
- uid: UnityEngine.ReflectionProbe.shadowDistance
  name: shadowDistance
  fullName: UnityEngine.ReflectionProbe.shadowDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-shadowDistance.html
  commentId: P:UnityEngine.ReflectionProbe.shadowDistance
  nameWithType: ReflectionProbe.shadowDistance
  type: Property
- uid: UnityEngine.ReflectionProbe.size
  name: size
  fullName: UnityEngine.ReflectionProbe.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-size.html
  commentId: P:UnityEngine.ReflectionProbe.size
  nameWithType: ReflectionProbe.size
  type: Property
- uid: UnityEngine.ReflectionProbe.texture
  name: texture
  fullName: UnityEngine.ReflectionProbe.texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-texture.html
  commentId: P:UnityEngine.ReflectionProbe.texture
  nameWithType: ReflectionProbe.texture
  type: Property
- uid: UnityEngine.ReflectionProbe.textureHDRDecodeValues
  name: textureHDRDecodeValues
  fullName: UnityEngine.ReflectionProbe.textureHDRDecodeValues
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-textureHDRDecodeValues.html
  commentId: P:UnityEngine.ReflectionProbe.textureHDRDecodeValues
  nameWithType: ReflectionProbe.textureHDRDecodeValues
  type: Property
- uid: UnityEngine.ReflectionProbe.timeSlicingMode
  name: timeSlicingMode
  fullName: UnityEngine.ReflectionProbe.timeSlicingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-timeSlicingMode.html
  commentId: P:UnityEngine.ReflectionProbe.timeSlicingMode
  nameWithType: ReflectionProbe.timeSlicingMode
  type: Property
- uid: UnityEngine.ReflectionProbe.type
  name: type
  fullName: UnityEngine.ReflectionProbe.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ReflectionProbe-type.html
  commentId: P:UnityEngine.ReflectionProbe.type
  nameWithType: ReflectionProbe.type
  type: Property
- uid: UnityEngine.RelativeJoint2D
  name: RelativeJoint2D
  fullName: UnityEngine.RelativeJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RelativeJoint2D.html
  commentId: T:UnityEngine.RelativeJoint2D
  nameWithType: RelativeJoint2D
  type: Class
- uid: UnityEngine.RelativeJoint2D.angularOffset
  name: angularOffset
  fullName: UnityEngine.RelativeJoint2D.angularOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RelativeJoint2D-angularOffset.html
  commentId: P:UnityEngine.RelativeJoint2D.angularOffset
  nameWithType: RelativeJoint2D.angularOffset
  type: Property
- uid: UnityEngine.RelativeJoint2D.autoConfigureOffset
  name: autoConfigureOffset
  fullName: UnityEngine.RelativeJoint2D.autoConfigureOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RelativeJoint2D-autoConfigureOffset.html
  commentId: P:UnityEngine.RelativeJoint2D.autoConfigureOffset
  nameWithType: RelativeJoint2D.autoConfigureOffset
  type: Property
- uid: UnityEngine.RelativeJoint2D.correctionScale
  name: correctionScale
  fullName: UnityEngine.RelativeJoint2D.correctionScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RelativeJoint2D-correctionScale.html
  commentId: P:UnityEngine.RelativeJoint2D.correctionScale
  nameWithType: RelativeJoint2D.correctionScale
  type: Property
- uid: UnityEngine.RelativeJoint2D.linearOffset
  name: linearOffset
  fullName: UnityEngine.RelativeJoint2D.linearOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RelativeJoint2D-linearOffset.html
  commentId: P:UnityEngine.RelativeJoint2D.linearOffset
  nameWithType: RelativeJoint2D.linearOffset
  type: Property
- uid: UnityEngine.RelativeJoint2D.maxForce
  name: maxForce
  fullName: UnityEngine.RelativeJoint2D.maxForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RelativeJoint2D-maxForce.html
  commentId: P:UnityEngine.RelativeJoint2D.maxForce
  nameWithType: RelativeJoint2D.maxForce
  type: Property
- uid: UnityEngine.RelativeJoint2D.maxTorque
  name: maxTorque
  fullName: UnityEngine.RelativeJoint2D.maxTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RelativeJoint2D-maxTorque.html
  commentId: P:UnityEngine.RelativeJoint2D.maxTorque
  nameWithType: RelativeJoint2D.maxTorque
  type: Property
- uid: UnityEngine.RelativeJoint2D.target
  name: target
  fullName: UnityEngine.RelativeJoint2D.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RelativeJoint2D-target.html
  commentId: P:UnityEngine.RelativeJoint2D.target
  nameWithType: RelativeJoint2D.target
  type: Property
- uid: UnityEngine.RemoteNotification
  name: RemoteNotification
  fullName: UnityEngine.RemoteNotification
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotification.html
  commentId: T:UnityEngine.RemoteNotification
  nameWithType: RemoteNotification
  type: Class
- uid: UnityEngine.RemoteNotification.alertBody
  name: alertBody
  fullName: UnityEngine.RemoteNotification.alertBody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotification-alertBody.html
  commentId: P:UnityEngine.RemoteNotification.alertBody
  nameWithType: RemoteNotification.alertBody
  type: Property
- uid: UnityEngine.RemoteNotification.applicationIconBadgeNumber
  name: applicationIconBadgeNumber
  fullName: UnityEngine.RemoteNotification.applicationIconBadgeNumber
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotification-applicationIconBadgeNumber.html
  commentId: P:UnityEngine.RemoteNotification.applicationIconBadgeNumber
  nameWithType: RemoteNotification.applicationIconBadgeNumber
  type: Property
- uid: UnityEngine.RemoteNotification.hasAction
  name: hasAction
  fullName: UnityEngine.RemoteNotification.hasAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotification-hasAction.html
  commentId: P:UnityEngine.RemoteNotification.hasAction
  nameWithType: RemoteNotification.hasAction
  type: Property
- uid: UnityEngine.RemoteNotification.soundName
  name: soundName
  fullName: UnityEngine.RemoteNotification.soundName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotification-soundName.html
  commentId: P:UnityEngine.RemoteNotification.soundName
  nameWithType: RemoteNotification.soundName
  type: Property
- uid: UnityEngine.RemoteNotification.userInfo
  name: userInfo
  fullName: UnityEngine.RemoteNotification.userInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotification-userInfo.html
  commentId: P:UnityEngine.RemoteNotification.userInfo
  nameWithType: RemoteNotification.userInfo
  type: Property
- uid: UnityEngine.RemoteNotificationType
  name: RemoteNotificationType
  fullName: UnityEngine.RemoteNotificationType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotificationType.html
  commentId: T:UnityEngine.RemoteNotificationType
  nameWithType: RemoteNotificationType
  type: Enum
- uid: UnityEngine.RemoteNotificationType.Alert
  name: Alert
  fullName: UnityEngine.RemoteNotificationType.Alert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotificationType.Alert.html
  commentId: F:UnityEngine.RemoteNotificationType.Alert
  nameWithType: RemoteNotificationType.Alert
  type: Field
- uid: UnityEngine.RemoteNotificationType.Badge
  name: Badge
  fullName: UnityEngine.RemoteNotificationType.Badge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotificationType.Badge.html
  commentId: F:UnityEngine.RemoteNotificationType.Badge
  nameWithType: RemoteNotificationType.Badge
  type: Field
- uid: UnityEngine.RemoteNotificationType.None
  name: None
  fullName: UnityEngine.RemoteNotificationType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotificationType.None.html
  commentId: F:UnityEngine.RemoteNotificationType.None
  nameWithType: RemoteNotificationType.None
  type: Field
- uid: UnityEngine.RemoteNotificationType.Sound
  name: Sound
  fullName: UnityEngine.RemoteNotificationType.Sound
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteNotificationType.Sound.html
  commentId: F:UnityEngine.RemoteNotificationType.Sound
  nameWithType: RemoteNotificationType.Sound
  type: Field
- uid: UnityEngine.RemoteSettings
  name: RemoteSettings
  fullName: UnityEngine.RemoteSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.html
  commentId: T:UnityEngine.RemoteSettings
  nameWithType: RemoteSettings
  type: Class
- uid: UnityEngine.RemoteSettings.CallOnUpdate
  name: CallOnUpdate()
  fullName: UnityEngine.RemoteSettings.CallOnUpdate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.CallOnUpdate.html
  commentId: M:UnityEngine.RemoteSettings.CallOnUpdate
  nameWithType: RemoteSettings.CallOnUpdate()
  type: Method
- uid: UnityEngine.RemoteSettings.ForceUpdate
  name: ForceUpdate()
  fullName: UnityEngine.RemoteSettings.ForceUpdate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.ForceUpdate.html
  commentId: M:UnityEngine.RemoteSettings.ForceUpdate
  nameWithType: RemoteSettings.ForceUpdate()
  type: Method
- uid: UnityEngine.RemoteSettings.GetBool(System.String,System.Boolean)
  name: GetBool(string, bool)
  fullName: UnityEngine.RemoteSettings.GetBool(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetBool.html
  commentId: M:UnityEngine.RemoteSettings.GetBool(System.String,System.Boolean)
  nameWithType: RemoteSettings.GetBool(string, bool)
  type: Method
- uid: UnityEngine.RemoteSettings.GetBool(System.String)
  name: GetBool(string)
  fullName: UnityEngine.RemoteSettings.GetBool(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetBool.html
  commentId: M:UnityEngine.RemoteSettings.GetBool(System.String)
  nameWithType: RemoteSettings.GetBool(string)
  type: Method
- uid: UnityEngine.RemoteSettings.GetCount
  name: GetCount()
  fullName: UnityEngine.RemoteSettings.GetCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetCount.html
  commentId: M:UnityEngine.RemoteSettings.GetCount
  nameWithType: RemoteSettings.GetCount()
  type: Method
- uid: UnityEngine.RemoteSettings.GetFloat(System.String,System.Single)
  name: GetFloat(string, float)
  fullName: UnityEngine.RemoteSettings.GetFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetFloat.html
  commentId: M:UnityEngine.RemoteSettings.GetFloat(System.String,System.Single)
  nameWithType: RemoteSettings.GetFloat(string, float)
  type: Method
- uid: UnityEngine.RemoteSettings.GetFloat(System.String)
  name: GetFloat(string)
  fullName: UnityEngine.RemoteSettings.GetFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetFloat.html
  commentId: M:UnityEngine.RemoteSettings.GetFloat(System.String)
  nameWithType: RemoteSettings.GetFloat(string)
  type: Method
- uid: UnityEngine.RemoteSettings.GetInt(System.String,System.Int32)
  name: GetInt(string, int)
  fullName: UnityEngine.RemoteSettings.GetInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetInt.html
  commentId: M:UnityEngine.RemoteSettings.GetInt(System.String,System.Int32)
  nameWithType: RemoteSettings.GetInt(string, int)
  type: Method
- uid: UnityEngine.RemoteSettings.GetInt(System.String)
  name: GetInt(string)
  fullName: UnityEngine.RemoteSettings.GetInt(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetInt.html
  commentId: M:UnityEngine.RemoteSettings.GetInt(System.String)
  nameWithType: RemoteSettings.GetInt(string)
  type: Method
- uid: UnityEngine.RemoteSettings.GetKeys
  name: GetKeys()
  fullName: UnityEngine.RemoteSettings.GetKeys()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetKeys.html
  commentId: M:UnityEngine.RemoteSettings.GetKeys
  nameWithType: RemoteSettings.GetKeys()
  type: Method
- uid: UnityEngine.RemoteSettings.GetString(System.String,System.String)
  name: GetString(string, string)
  fullName: UnityEngine.RemoteSettings.GetString(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetString.html
  commentId: M:UnityEngine.RemoteSettings.GetString(System.String,System.String)
  nameWithType: RemoteSettings.GetString(string, string)
  type: Method
- uid: UnityEngine.RemoteSettings.GetString(System.String)
  name: GetString(string)
  fullName: UnityEngine.RemoteSettings.GetString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.GetString.html
  commentId: M:UnityEngine.RemoteSettings.GetString(System.String)
  nameWithType: RemoteSettings.GetString(string)
  type: Method
- uid: UnityEngine.RemoteSettings.HasKey(System.String)
  name: HasKey(string)
  fullName: UnityEngine.RemoteSettings.HasKey(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.HasKey.html
  commentId: M:UnityEngine.RemoteSettings.HasKey(System.String)
  nameWithType: RemoteSettings.HasKey(string)
  type: Method
- uid: UnityEngine.RemoteSettings.Updated
  name: Updated
  fullName: UnityEngine.RemoteSettings.Updated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.Updated.html
  commentId: E:UnityEngine.RemoteSettings.Updated
  nameWithType: RemoteSettings.Updated
  type: Event
- uid: UnityEngine.RemoteSettings.UpdatedEventHandler
  name: RemoteSettings.UpdatedEventHandler
  fullName: UnityEngine.RemoteSettings.UpdatedEventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RemoteSettings.UpdatedEventHandler.html
  commentId: T:UnityEngine.RemoteSettings.UpdatedEventHandler
  nameWithType: RemoteSettings.UpdatedEventHandler
  type: Delegate
- uid: UnityEngine.RenderBuffer
  name: RenderBuffer
  fullName: UnityEngine.RenderBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderBuffer.html
  commentId: T:UnityEngine.RenderBuffer
  nameWithType: RenderBuffer
  type: Struct
- uid: UnityEngine.RenderBuffer.GetNativeRenderBufferPtr
  name: GetNativeRenderBufferPtr()
  fullName: UnityEngine.RenderBuffer.GetNativeRenderBufferPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderBuffer.GetNativeRenderBufferPtr.html
  commentId: M:UnityEngine.RenderBuffer.GetNativeRenderBufferPtr
  nameWithType: RenderBuffer.GetNativeRenderBufferPtr()
  type: Method
- uid: UnityEngine.Renderer
  name: Renderer
  fullName: UnityEngine.Renderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer.html
  commentId: T:UnityEngine.Renderer
  nameWithType: Renderer
  type: Class
- uid: UnityEngine.Renderer.allowOcclusionWhenDynamic
  name: allowOcclusionWhenDynamic
  fullName: UnityEngine.Renderer.allowOcclusionWhenDynamic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-allowOcclusionWhenDynamic.html
  commentId: P:UnityEngine.Renderer.allowOcclusionWhenDynamic
  nameWithType: Renderer.allowOcclusionWhenDynamic
  type: Property
- uid: UnityEngine.Renderer.bounds
  name: bounds
  fullName: UnityEngine.Renderer.bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-bounds.html
  commentId: P:UnityEngine.Renderer.bounds
  nameWithType: Renderer.bounds
  type: Property
- uid: UnityEngine.Renderer.enabled
  name: enabled
  fullName: UnityEngine.Renderer.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-enabled.html
  commentId: P:UnityEngine.Renderer.enabled
  nameWithType: Renderer.enabled
  type: Property
- uid: UnityEngine.Renderer.GetClosestReflectionProbes(System.Collections.Generic.List{UnityEngine.Rendering.ReflectionProbeBlendInfo})
  name: GetClosestReflectionProbes(List<ReflectionProbeBlendInfo>)
  fullName: UnityEngine.Renderer.GetClosestReflectionProbes(System.Collections.Generic.List<UnityEngine.Rendering.ReflectionProbeBlendInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer.GetClosestReflectionProbes.html
  commentId: M:UnityEngine.Renderer.GetClosestReflectionProbes(System.Collections.Generic.List{UnityEngine.Rendering.ReflectionProbeBlendInfo})
  nameWithType: Renderer.GetClosestReflectionProbes(List<ReflectionProbeBlendInfo>)
  type: Method
- uid: UnityEngine.Renderer.GetPropertyBlock(UnityEngine.MaterialPropertyBlock)
  name: GetPropertyBlock(MaterialPropertyBlock)
  fullName: UnityEngine.Renderer.GetPropertyBlock(UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer.GetPropertyBlock.html
  commentId: M:UnityEngine.Renderer.GetPropertyBlock(UnityEngine.MaterialPropertyBlock)
  nameWithType: Renderer.GetPropertyBlock(MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Renderer.isPartOfStaticBatch
  name: isPartOfStaticBatch
  fullName: UnityEngine.Renderer.isPartOfStaticBatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-isPartOfStaticBatch.html
  commentId: P:UnityEngine.Renderer.isPartOfStaticBatch
  nameWithType: Renderer.isPartOfStaticBatch
  type: Property
- uid: UnityEngine.Renderer.isVisible
  name: isVisible
  fullName: UnityEngine.Renderer.isVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-isVisible.html
  commentId: P:UnityEngine.Renderer.isVisible
  nameWithType: Renderer.isVisible
  type: Property
- uid: UnityEngine.Renderer.lightmapIndex
  name: lightmapIndex
  fullName: UnityEngine.Renderer.lightmapIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-lightmapIndex.html
  commentId: P:UnityEngine.Renderer.lightmapIndex
  nameWithType: Renderer.lightmapIndex
  type: Property
- uid: UnityEngine.Renderer.lightmapScaleOffset
  name: lightmapScaleOffset
  fullName: UnityEngine.Renderer.lightmapScaleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-lightmapScaleOffset.html
  commentId: P:UnityEngine.Renderer.lightmapScaleOffset
  nameWithType: Renderer.lightmapScaleOffset
  type: Property
- uid: UnityEngine.Renderer.lightProbeAnchor
  name: lightProbeAnchor
  fullName: UnityEngine.Renderer.lightProbeAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-lightProbeAnchor.html
  commentId: P:UnityEngine.Renderer.lightProbeAnchor
  nameWithType: Renderer.lightProbeAnchor
  type: Property
- uid: UnityEngine.Renderer.lightProbeProxyVolumeOverride
  name: lightProbeProxyVolumeOverride
  fullName: UnityEngine.Renderer.lightProbeProxyVolumeOverride
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-lightProbeProxyVolumeOverride.html
  commentId: P:UnityEngine.Renderer.lightProbeProxyVolumeOverride
  nameWithType: Renderer.lightProbeProxyVolumeOverride
  type: Property
- uid: UnityEngine.Renderer.lightProbeUsage
  name: lightProbeUsage
  fullName: UnityEngine.Renderer.lightProbeUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-lightProbeUsage.html
  commentId: P:UnityEngine.Renderer.lightProbeUsage
  nameWithType: Renderer.lightProbeUsage
  type: Property
- uid: UnityEngine.Renderer.localToWorldMatrix
  name: localToWorldMatrix
  fullName: UnityEngine.Renderer.localToWorldMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-localToWorldMatrix.html
  commentId: P:UnityEngine.Renderer.localToWorldMatrix
  nameWithType: Renderer.localToWorldMatrix
  type: Property
- uid: UnityEngine.Renderer.material
  name: material
  fullName: UnityEngine.Renderer.material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-material.html
  commentId: P:UnityEngine.Renderer.material
  nameWithType: Renderer.material
  type: Property
- uid: UnityEngine.Renderer.materials
  name: materials
  fullName: UnityEngine.Renderer.materials
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-materials.html
  commentId: P:UnityEngine.Renderer.materials
  nameWithType: Renderer.materials
  type: Property
- uid: UnityEngine.Renderer.motionVectorGenerationMode
  name: motionVectorGenerationMode
  fullName: UnityEngine.Renderer.motionVectorGenerationMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-motionVectorGenerationMode.html
  commentId: P:UnityEngine.Renderer.motionVectorGenerationMode
  nameWithType: Renderer.motionVectorGenerationMode
  type: Property
- uid: UnityEngine.Renderer.motionVectors
  name: motionVectors
  fullName: UnityEngine.Renderer.motionVectors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-motionVectors.html
  commentId: P:UnityEngine.Renderer.motionVectors
  nameWithType: Renderer.motionVectors
  type: Property
- uid: UnityEngine.Renderer.probeAnchor
  name: probeAnchor
  fullName: UnityEngine.Renderer.probeAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-probeAnchor.html
  commentId: P:UnityEngine.Renderer.probeAnchor
  nameWithType: Renderer.probeAnchor
  type: Property
- uid: UnityEngine.Renderer.realtimeLightmapIndex
  name: realtimeLightmapIndex
  fullName: UnityEngine.Renderer.realtimeLightmapIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-realtimeLightmapIndex.html
  commentId: P:UnityEngine.Renderer.realtimeLightmapIndex
  nameWithType: Renderer.realtimeLightmapIndex
  type: Property
- uid: UnityEngine.Renderer.realtimeLightmapScaleOffset
  name: realtimeLightmapScaleOffset
  fullName: UnityEngine.Renderer.realtimeLightmapScaleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-realtimeLightmapScaleOffset.html
  commentId: P:UnityEngine.Renderer.realtimeLightmapScaleOffset
  nameWithType: Renderer.realtimeLightmapScaleOffset
  type: Property
- uid: UnityEngine.Renderer.receiveShadows
  name: receiveShadows
  fullName: UnityEngine.Renderer.receiveShadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-receiveShadows.html
  commentId: P:UnityEngine.Renderer.receiveShadows
  nameWithType: Renderer.receiveShadows
  type: Property
- uid: UnityEngine.Renderer.reflectionProbeUsage
  name: reflectionProbeUsage
  fullName: UnityEngine.Renderer.reflectionProbeUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-reflectionProbeUsage.html
  commentId: P:UnityEngine.Renderer.reflectionProbeUsage
  nameWithType: Renderer.reflectionProbeUsage
  type: Property
- uid: UnityEngine.Renderer.SetPropertyBlock(UnityEngine.MaterialPropertyBlock)
  name: SetPropertyBlock(MaterialPropertyBlock)
  fullName: UnityEngine.Renderer.SetPropertyBlock(UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer.SetPropertyBlock.html
  commentId: M:UnityEngine.Renderer.SetPropertyBlock(UnityEngine.MaterialPropertyBlock)
  nameWithType: Renderer.SetPropertyBlock(MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Renderer.shadowCastingMode
  name: shadowCastingMode
  fullName: UnityEngine.Renderer.shadowCastingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-shadowCastingMode.html
  commentId: P:UnityEngine.Renderer.shadowCastingMode
  nameWithType: Renderer.shadowCastingMode
  type: Property
- uid: UnityEngine.Renderer.sharedMaterial
  name: sharedMaterial
  fullName: UnityEngine.Renderer.sharedMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-sharedMaterial.html
  commentId: P:UnityEngine.Renderer.sharedMaterial
  nameWithType: Renderer.sharedMaterial
  type: Property
- uid: UnityEngine.Renderer.sharedMaterials
  name: sharedMaterials
  fullName: UnityEngine.Renderer.sharedMaterials
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-sharedMaterials.html
  commentId: P:UnityEngine.Renderer.sharedMaterials
  nameWithType: Renderer.sharedMaterials
  type: Property
- uid: UnityEngine.Renderer.sortingLayerID
  name: sortingLayerID
  fullName: UnityEngine.Renderer.sortingLayerID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-sortingLayerID.html
  commentId: P:UnityEngine.Renderer.sortingLayerID
  nameWithType: Renderer.sortingLayerID
  type: Property
- uid: UnityEngine.Renderer.sortingLayerName
  name: sortingLayerName
  fullName: UnityEngine.Renderer.sortingLayerName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-sortingLayerName.html
  commentId: P:UnityEngine.Renderer.sortingLayerName
  nameWithType: Renderer.sortingLayerName
  type: Property
- uid: UnityEngine.Renderer.sortingOrder
  name: sortingOrder
  fullName: UnityEngine.Renderer.sortingOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-sortingOrder.html
  commentId: P:UnityEngine.Renderer.sortingOrder
  nameWithType: Renderer.sortingOrder
  type: Property
- uid: UnityEngine.Renderer.useLightProbes
  name: useLightProbes
  fullName: UnityEngine.Renderer.useLightProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-useLightProbes.html
  commentId: P:UnityEngine.Renderer.useLightProbes
  nameWithType: Renderer.useLightProbes
  type: Property
- uid: UnityEngine.Renderer.worldToLocalMatrix
  name: worldToLocalMatrix
  fullName: UnityEngine.Renderer.worldToLocalMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Renderer-worldToLocalMatrix.html
  commentId: P:UnityEngine.Renderer.worldToLocalMatrix
  nameWithType: Renderer.worldToLocalMatrix
  type: Property
- uid: UnityEngine.RendererExtensions
  name: RendererExtensions
  fullName: UnityEngine.RendererExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RendererExtensions.html
  commentId: T:UnityEngine.RendererExtensions
  nameWithType: RendererExtensions
  type: Class
- uid: UnityEngine.RendererExtensions.UpdateGIMaterials(UnityEngine.Renderer)
  name: UpdateGIMaterials(Renderer)
  fullName: UnityEngine.RendererExtensions.UpdateGIMaterials(UnityEngine.Renderer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RendererExtensions.UpdateGIMaterials.html
  commentId: M:UnityEngine.RendererExtensions.UpdateGIMaterials(UnityEngine.Renderer)
  nameWithType: RendererExtensions.UpdateGIMaterials(Renderer)
  type: Method
- uid: UnityEngine.Rendering
  name: UnityEngine.Rendering
  fullName: UnityEngine.Rendering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Rendering
  nameWithType: UnityEngine.Rendering
  type: Namespace
- uid: UnityEngine.Rendering.AmbientMode
  name: AmbientMode
  fullName: UnityEngine.Rendering.AmbientMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AmbientMode.html
  commentId: T:UnityEngine.Rendering.AmbientMode
  nameWithType: AmbientMode
  type: Enum
- uid: UnityEngine.Rendering.AmbientMode.Custom
  name: Custom
  fullName: UnityEngine.Rendering.AmbientMode.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AmbientMode.Custom.html
  commentId: F:UnityEngine.Rendering.AmbientMode.Custom
  nameWithType: AmbientMode.Custom
  type: Field
- uid: UnityEngine.Rendering.AmbientMode.Flat
  name: Flat
  fullName: UnityEngine.Rendering.AmbientMode.Flat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AmbientMode.Flat.html
  commentId: F:UnityEngine.Rendering.AmbientMode.Flat
  nameWithType: AmbientMode.Flat
  type: Field
- uid: UnityEngine.Rendering.AmbientMode.Skybox
  name: Skybox
  fullName: UnityEngine.Rendering.AmbientMode.Skybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AmbientMode.Skybox.html
  commentId: F:UnityEngine.Rendering.AmbientMode.Skybox
  nameWithType: AmbientMode.Skybox
  type: Field
- uid: UnityEngine.Rendering.AmbientMode.Trilight
  name: Trilight
  fullName: UnityEngine.Rendering.AmbientMode.Trilight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.AmbientMode.Trilight.html
  commentId: F:UnityEngine.Rendering.AmbientMode.Trilight
  nameWithType: AmbientMode.Trilight
  type: Field
- uid: UnityEngine.Rendering.BlendMode
  name: BlendMode
  fullName: UnityEngine.Rendering.BlendMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.html
  commentId: T:UnityEngine.Rendering.BlendMode
  nameWithType: BlendMode
  type: Enum
- uid: UnityEngine.Rendering.BlendMode.DstAlpha
  name: DstAlpha
  fullName: UnityEngine.Rendering.BlendMode.DstAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.DstAlpha.html
  commentId: F:UnityEngine.Rendering.BlendMode.DstAlpha
  nameWithType: BlendMode.DstAlpha
  type: Field
- uid: UnityEngine.Rendering.BlendMode.DstColor
  name: DstColor
  fullName: UnityEngine.Rendering.BlendMode.DstColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.DstColor.html
  commentId: F:UnityEngine.Rendering.BlendMode.DstColor
  nameWithType: BlendMode.DstColor
  type: Field
- uid: UnityEngine.Rendering.BlendMode.One
  name: One
  fullName: UnityEngine.Rendering.BlendMode.One
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.One.html
  commentId: F:UnityEngine.Rendering.BlendMode.One
  nameWithType: BlendMode.One
  type: Field
- uid: UnityEngine.Rendering.BlendMode.OneMinusDstAlpha
  name: OneMinusDstAlpha
  fullName: UnityEngine.Rendering.BlendMode.OneMinusDstAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.OneMinusDstAlpha.html
  commentId: F:UnityEngine.Rendering.BlendMode.OneMinusDstAlpha
  nameWithType: BlendMode.OneMinusDstAlpha
  type: Field
- uid: UnityEngine.Rendering.BlendMode.OneMinusDstColor
  name: OneMinusDstColor
  fullName: UnityEngine.Rendering.BlendMode.OneMinusDstColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.OneMinusDstColor.html
  commentId: F:UnityEngine.Rendering.BlendMode.OneMinusDstColor
  nameWithType: BlendMode.OneMinusDstColor
  type: Field
- uid: UnityEngine.Rendering.BlendMode.OneMinusSrcAlpha
  name: OneMinusSrcAlpha
  fullName: UnityEngine.Rendering.BlendMode.OneMinusSrcAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.OneMinusSrcAlpha.html
  commentId: F:UnityEngine.Rendering.BlendMode.OneMinusSrcAlpha
  nameWithType: BlendMode.OneMinusSrcAlpha
  type: Field
- uid: UnityEngine.Rendering.BlendMode.OneMinusSrcColor
  name: OneMinusSrcColor
  fullName: UnityEngine.Rendering.BlendMode.OneMinusSrcColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.OneMinusSrcColor.html
  commentId: F:UnityEngine.Rendering.BlendMode.OneMinusSrcColor
  nameWithType: BlendMode.OneMinusSrcColor
  type: Field
- uid: UnityEngine.Rendering.BlendMode.SrcAlpha
  name: SrcAlpha
  fullName: UnityEngine.Rendering.BlendMode.SrcAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.SrcAlpha.html
  commentId: F:UnityEngine.Rendering.BlendMode.SrcAlpha
  nameWithType: BlendMode.SrcAlpha
  type: Field
- uid: UnityEngine.Rendering.BlendMode.SrcAlphaSaturate
  name: SrcAlphaSaturate
  fullName: UnityEngine.Rendering.BlendMode.SrcAlphaSaturate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.SrcAlphaSaturate.html
  commentId: F:UnityEngine.Rendering.BlendMode.SrcAlphaSaturate
  nameWithType: BlendMode.SrcAlphaSaturate
  type: Field
- uid: UnityEngine.Rendering.BlendMode.SrcColor
  name: SrcColor
  fullName: UnityEngine.Rendering.BlendMode.SrcColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.SrcColor.html
  commentId: F:UnityEngine.Rendering.BlendMode.SrcColor
  nameWithType: BlendMode.SrcColor
  type: Field
- uid: UnityEngine.Rendering.BlendMode.Zero
  name: Zero
  fullName: UnityEngine.Rendering.BlendMode.Zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendMode.Zero.html
  commentId: F:UnityEngine.Rendering.BlendMode.Zero
  nameWithType: BlendMode.Zero
  type: Field
- uid: UnityEngine.Rendering.BlendOp
  name: BlendOp
  fullName: UnityEngine.Rendering.BlendOp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.html
  commentId: T:UnityEngine.Rendering.BlendOp
  nameWithType: BlendOp
  type: Enum
- uid: UnityEngine.Rendering.BlendOp.Add
  name: Add
  fullName: UnityEngine.Rendering.BlendOp.Add
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Add.html
  commentId: F:UnityEngine.Rendering.BlendOp.Add
  nameWithType: BlendOp.Add
  type: Field
- uid: UnityEngine.Rendering.BlendOp.ColorBurn
  name: ColorBurn
  fullName: UnityEngine.Rendering.BlendOp.ColorBurn
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.ColorBurn.html
  commentId: F:UnityEngine.Rendering.BlendOp.ColorBurn
  nameWithType: BlendOp.ColorBurn
  type: Field
- uid: UnityEngine.Rendering.BlendOp.ColorDodge
  name: ColorDodge
  fullName: UnityEngine.Rendering.BlendOp.ColorDodge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.ColorDodge.html
  commentId: F:UnityEngine.Rendering.BlendOp.ColorDodge
  nameWithType: BlendOp.ColorDodge
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Darken
  name: Darken
  fullName: UnityEngine.Rendering.BlendOp.Darken
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Darken.html
  commentId: F:UnityEngine.Rendering.BlendOp.Darken
  nameWithType: BlendOp.Darken
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Difference
  name: Difference
  fullName: UnityEngine.Rendering.BlendOp.Difference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Difference.html
  commentId: F:UnityEngine.Rendering.BlendOp.Difference
  nameWithType: BlendOp.Difference
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Exclusion
  name: Exclusion
  fullName: UnityEngine.Rendering.BlendOp.Exclusion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Exclusion.html
  commentId: F:UnityEngine.Rendering.BlendOp.Exclusion
  nameWithType: BlendOp.Exclusion
  type: Field
- uid: UnityEngine.Rendering.BlendOp.HardLight
  name: HardLight
  fullName: UnityEngine.Rendering.BlendOp.HardLight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.HardLight.html
  commentId: F:UnityEngine.Rendering.BlendOp.HardLight
  nameWithType: BlendOp.HardLight
  type: Field
- uid: UnityEngine.Rendering.BlendOp.HSLColor
  name: HSLColor
  fullName: UnityEngine.Rendering.BlendOp.HSLColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.HSLColor.html
  commentId: F:UnityEngine.Rendering.BlendOp.HSLColor
  nameWithType: BlendOp.HSLColor
  type: Field
- uid: UnityEngine.Rendering.BlendOp.HSLHue
  name: HSLHue
  fullName: UnityEngine.Rendering.BlendOp.HSLHue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.HSLHue.html
  commentId: F:UnityEngine.Rendering.BlendOp.HSLHue
  nameWithType: BlendOp.HSLHue
  type: Field
- uid: UnityEngine.Rendering.BlendOp.HSLLuminosity
  name: HSLLuminosity
  fullName: UnityEngine.Rendering.BlendOp.HSLLuminosity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.HSLLuminosity.html
  commentId: F:UnityEngine.Rendering.BlendOp.HSLLuminosity
  nameWithType: BlendOp.HSLLuminosity
  type: Field
- uid: UnityEngine.Rendering.BlendOp.HSLSaturation
  name: HSLSaturation
  fullName: UnityEngine.Rendering.BlendOp.HSLSaturation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.HSLSaturation.html
  commentId: F:UnityEngine.Rendering.BlendOp.HSLSaturation
  nameWithType: BlendOp.HSLSaturation
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Lighten
  name: Lighten
  fullName: UnityEngine.Rendering.BlendOp.Lighten
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Lighten.html
  commentId: F:UnityEngine.Rendering.BlendOp.Lighten
  nameWithType: BlendOp.Lighten
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalAnd
  name: LogicalAnd
  fullName: UnityEngine.Rendering.BlendOp.LogicalAnd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalAnd.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalAnd
  nameWithType: BlendOp.LogicalAnd
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalAndInverted
  name: LogicalAndInverted
  fullName: UnityEngine.Rendering.BlendOp.LogicalAndInverted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalAndInverted.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalAndInverted
  nameWithType: BlendOp.LogicalAndInverted
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalAndReverse
  name: LogicalAndReverse
  fullName: UnityEngine.Rendering.BlendOp.LogicalAndReverse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalAndReverse.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalAndReverse
  nameWithType: BlendOp.LogicalAndReverse
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalClear
  name: LogicalClear
  fullName: UnityEngine.Rendering.BlendOp.LogicalClear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalClear.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalClear
  nameWithType: BlendOp.LogicalClear
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalCopy
  name: LogicalCopy
  fullName: UnityEngine.Rendering.BlendOp.LogicalCopy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalCopy.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalCopy
  nameWithType: BlendOp.LogicalCopy
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalCopyInverted
  name: LogicalCopyInverted
  fullName: UnityEngine.Rendering.BlendOp.LogicalCopyInverted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalCopyInverted.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalCopyInverted
  nameWithType: BlendOp.LogicalCopyInverted
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalEquivalence
  name: LogicalEquivalence
  fullName: UnityEngine.Rendering.BlendOp.LogicalEquivalence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalEquivalence.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalEquivalence
  nameWithType: BlendOp.LogicalEquivalence
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalInvert
  name: LogicalInvert
  fullName: UnityEngine.Rendering.BlendOp.LogicalInvert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalInvert.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalInvert
  nameWithType: BlendOp.LogicalInvert
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalNand
  name: LogicalNand
  fullName: UnityEngine.Rendering.BlendOp.LogicalNand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalNand.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalNand
  nameWithType: BlendOp.LogicalNand
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalNoop
  name: LogicalNoop
  fullName: UnityEngine.Rendering.BlendOp.LogicalNoop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalNoop.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalNoop
  nameWithType: BlendOp.LogicalNoop
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalNor
  name: LogicalNor
  fullName: UnityEngine.Rendering.BlendOp.LogicalNor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalNor.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalNor
  nameWithType: BlendOp.LogicalNor
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalOr
  name: LogicalOr
  fullName: UnityEngine.Rendering.BlendOp.LogicalOr
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalOr.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalOr
  nameWithType: BlendOp.LogicalOr
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalOrInverted
  name: LogicalOrInverted
  fullName: UnityEngine.Rendering.BlendOp.LogicalOrInverted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalOrInverted.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalOrInverted
  nameWithType: BlendOp.LogicalOrInverted
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalOrReverse
  name: LogicalOrReverse
  fullName: UnityEngine.Rendering.BlendOp.LogicalOrReverse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalOrReverse.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalOrReverse
  nameWithType: BlendOp.LogicalOrReverse
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalSet
  name: LogicalSet
  fullName: UnityEngine.Rendering.BlendOp.LogicalSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalSet.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalSet
  nameWithType: BlendOp.LogicalSet
  type: Field
- uid: UnityEngine.Rendering.BlendOp.LogicalXor
  name: LogicalXor
  fullName: UnityEngine.Rendering.BlendOp.LogicalXor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.LogicalXor.html
  commentId: F:UnityEngine.Rendering.BlendOp.LogicalXor
  nameWithType: BlendOp.LogicalXor
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Max
  name: Max
  fullName: UnityEngine.Rendering.BlendOp.Max
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Max.html
  commentId: F:UnityEngine.Rendering.BlendOp.Max
  nameWithType: BlendOp.Max
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Min
  name: Min
  fullName: UnityEngine.Rendering.BlendOp.Min
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Min.html
  commentId: F:UnityEngine.Rendering.BlendOp.Min
  nameWithType: BlendOp.Min
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Multiply
  name: Multiply
  fullName: UnityEngine.Rendering.BlendOp.Multiply
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Multiply.html
  commentId: F:UnityEngine.Rendering.BlendOp.Multiply
  nameWithType: BlendOp.Multiply
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Overlay
  name: Overlay
  fullName: UnityEngine.Rendering.BlendOp.Overlay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Overlay.html
  commentId: F:UnityEngine.Rendering.BlendOp.Overlay
  nameWithType: BlendOp.Overlay
  type: Field
- uid: UnityEngine.Rendering.BlendOp.ReverseSubtract
  name: ReverseSubtract
  fullName: UnityEngine.Rendering.BlendOp.ReverseSubtract
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.ReverseSubtract.html
  commentId: F:UnityEngine.Rendering.BlendOp.ReverseSubtract
  nameWithType: BlendOp.ReverseSubtract
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Screen
  name: Screen
  fullName: UnityEngine.Rendering.BlendOp.Screen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Screen.html
  commentId: F:UnityEngine.Rendering.BlendOp.Screen
  nameWithType: BlendOp.Screen
  type: Field
- uid: UnityEngine.Rendering.BlendOp.SoftLight
  name: SoftLight
  fullName: UnityEngine.Rendering.BlendOp.SoftLight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.SoftLight.html
  commentId: F:UnityEngine.Rendering.BlendOp.SoftLight
  nameWithType: BlendOp.SoftLight
  type: Field
- uid: UnityEngine.Rendering.BlendOp.Subtract
  name: Subtract
  fullName: UnityEngine.Rendering.BlendOp.Subtract
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BlendOp.Subtract.html
  commentId: F:UnityEngine.Rendering.BlendOp.Subtract
  nameWithType: BlendOp.Subtract
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType
  name: BuiltinRenderTextureType
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.html
  commentId: T:UnityEngine.Rendering.BuiltinRenderTextureType
  nameWithType: BuiltinRenderTextureType
  type: Enum
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.BindableTexture
  name: BindableTexture
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.BindableTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.BindableTexture.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.BindableTexture
  nameWithType: BuiltinRenderTextureType.BindableTexture
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.BufferPtr
  name: BufferPtr
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.BufferPtr
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.BufferPtr.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.BufferPtr
  nameWithType: BuiltinRenderTextureType.BufferPtr
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.CameraTarget
  name: CameraTarget
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.CameraTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.CameraTarget.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.CameraTarget
  nameWithType: BuiltinRenderTextureType.CameraTarget
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.CurrentActive
  name: CurrentActive
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.CurrentActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.CurrentActive.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.CurrentActive
  nameWithType: BuiltinRenderTextureType.CurrentActive
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.Depth
  name: Depth
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.Depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.Depth.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.Depth
  nameWithType: BuiltinRenderTextureType.Depth
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.DepthNormals
  name: DepthNormals
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.DepthNormals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.DepthNormals.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.DepthNormals
  nameWithType: BuiltinRenderTextureType.DepthNormals
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer0
  name: GBuffer0
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.GBuffer0.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer0
  nameWithType: BuiltinRenderTextureType.GBuffer0
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer1
  name: GBuffer1
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.GBuffer1.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer1
  nameWithType: BuiltinRenderTextureType.GBuffer1
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer2
  name: GBuffer2
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.GBuffer2.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer2
  nameWithType: BuiltinRenderTextureType.GBuffer2
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer3
  name: GBuffer3
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.GBuffer3.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer3
  nameWithType: BuiltinRenderTextureType.GBuffer3
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer4
  name: GBuffer4
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.GBuffer4.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer4
  nameWithType: BuiltinRenderTextureType.GBuffer4
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer5
  name: GBuffer5
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.GBuffer5.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer5
  nameWithType: BuiltinRenderTextureType.GBuffer5
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer6
  name: GBuffer6
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.GBuffer6.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer6
  nameWithType: BuiltinRenderTextureType.GBuffer6
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer7
  name: GBuffer7
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.GBuffer7.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.GBuffer7
  nameWithType: BuiltinRenderTextureType.GBuffer7
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.MotionVectors
  name: MotionVectors
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.MotionVectors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.MotionVectors.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.MotionVectors
  nameWithType: BuiltinRenderTextureType.MotionVectors
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.None
  name: None
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.None.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.None
  nameWithType: BuiltinRenderTextureType.None
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.PrepassLight
  name: PrepassLight
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.PrepassLight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.PrepassLight.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.PrepassLight
  nameWithType: BuiltinRenderTextureType.PrepassLight
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.PrepassLightSpec
  name: PrepassLightSpec
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.PrepassLightSpec
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.PrepassLightSpec.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.PrepassLightSpec
  nameWithType: BuiltinRenderTextureType.PrepassLightSpec
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.PrepassNormalsSpec
  name: PrepassNormalsSpec
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.PrepassNormalsSpec
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.PrepassNormalsSpec.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.PrepassNormalsSpec
  nameWithType: BuiltinRenderTextureType.PrepassNormalsSpec
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.PropertyName
  name: PropertyName
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.PropertyName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.PropertyName.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.PropertyName
  nameWithType: BuiltinRenderTextureType.PropertyName
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.Reflections
  name: Reflections
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.Reflections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.Reflections.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.Reflections
  nameWithType: BuiltinRenderTextureType.Reflections
  type: Field
- uid: UnityEngine.Rendering.BuiltinRenderTextureType.ResolvedDepth
  name: ResolvedDepth
  fullName: UnityEngine.Rendering.BuiltinRenderTextureType.ResolvedDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinRenderTextureType.ResolvedDepth.html
  commentId: F:UnityEngine.Rendering.BuiltinRenderTextureType.ResolvedDepth
  nameWithType: BuiltinRenderTextureType.ResolvedDepth
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine
  name: BuiltinShaderDefine
  fullName: UnityEngine.Rendering.BuiltinShaderDefine
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.html
  commentId: T:UnityEngine.Rendering.BuiltinShaderDefine
  nameWithType: BuiltinShaderDefine
  type: Enum
- uid: UnityEngine.Rendering.BuiltinShaderDefine.SHADER_API_DESKTOP
  name: SHADER_API_DESKTOP
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.SHADER_API_DESKTOP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.SHADER_API_DESKTOP.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.SHADER_API_DESKTOP
  nameWithType: BuiltinShaderDefine.SHADER_API_DESKTOP
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.SHADER_API_MOBILE
  name: SHADER_API_MOBILE
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.SHADER_API_MOBILE
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.SHADER_API_MOBILE.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.SHADER_API_MOBILE
  nameWithType: BuiltinShaderDefine.SHADER_API_MOBILE
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_COLORSPACE_GAMMA
  name: UNITY_COLORSPACE_GAMMA
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_COLORSPACE_GAMMA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_COLORSPACE_GAMMA.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_COLORSPACE_GAMMA
  nameWithType: BuiltinShaderDefine.UNITY_COLORSPACE_GAMMA
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_DETAIL_NORMALMAP
  name: UNITY_ENABLE_DETAIL_NORMALMAP
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_DETAIL_NORMALMAP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_ENABLE_DETAIL_NORMALMAP.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_DETAIL_NORMALMAP
  nameWithType: BuiltinShaderDefine.UNITY_ENABLE_DETAIL_NORMALMAP
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS
  name: UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS
  nameWithType: BuiltinShaderDefine.UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_REFLECTION_BUFFERS
  name: UNITY_ENABLE_REFLECTION_BUFFERS
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_REFLECTION_BUFFERS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_ENABLE_REFLECTION_BUFFERS.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_ENABLE_REFLECTION_BUFFERS
  nameWithType: BuiltinShaderDefine.UNITY_ENABLE_REFLECTION_BUFFERS
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_FRAMEBUFFER_FETCH_AVAILABLE
  name: UNITY_FRAMEBUFFER_FETCH_AVAILABLE
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_FRAMEBUFFER_FETCH_AVAILABLE
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_FRAMEBUFFER_FETCH_AVAILABLE.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_FRAMEBUFFER_FETCH_AVAILABLE
  nameWithType: BuiltinShaderDefine.UNITY_FRAMEBUFFER_FETCH_AVAILABLE
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER1
  name: UNITY_HARDWARE_TIER1
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER1.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER1
  nameWithType: BuiltinShaderDefine.UNITY_HARDWARE_TIER1
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER2
  name: UNITY_HARDWARE_TIER2
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER2.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER2
  nameWithType: BuiltinShaderDefine.UNITY_HARDWARE_TIER2
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER3
  name: UNITY_HARDWARE_TIER3
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER3.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_HARDWARE_TIER3
  nameWithType: BuiltinShaderDefine.UNITY_HARDWARE_TIER3
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_METAL_SHADOWS_USE_POINT_FILTERING
  name: UNITY_METAL_SHADOWS_USE_POINT_FILTERING
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_METAL_SHADOWS_USE_POINT_FILTERING
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_METAL_SHADOWS_USE_POINT_FILTERING.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_METAL_SHADOWS_USE_POINT_FILTERING
  nameWithType: BuiltinShaderDefine.UNITY_METAL_SHADOWS_USE_POINT_FILTERING
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_CUBEMAP_ARRAY
  name: UNITY_NO_CUBEMAP_ARRAY
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_CUBEMAP_ARRAY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_NO_CUBEMAP_ARRAY.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_CUBEMAP_ARRAY
  nameWithType: BuiltinShaderDefine.UNITY_NO_CUBEMAP_ARRAY
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_DXT5nm
  name: UNITY_NO_DXT5nm
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_DXT5nm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_NO_DXT5nm.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_DXT5nm
  nameWithType: BuiltinShaderDefine.UNITY_NO_DXT5nm
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_FULL_STANDARD_SHADER
  name: UNITY_NO_FULL_STANDARD_SHADER
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_FULL_STANDARD_SHADER
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_NO_FULL_STANDARD_SHADER.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_FULL_STANDARD_SHADER
  nameWithType: BuiltinShaderDefine.UNITY_NO_FULL_STANDARD_SHADER
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_RGBM
  name: UNITY_NO_RGBM
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_RGBM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_NO_RGBM.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_RGBM
  nameWithType: BuiltinShaderDefine.UNITY_NO_RGBM
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_SCREENSPACE_SHADOWS
  name: UNITY_NO_SCREENSPACE_SHADOWS
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_SCREENSPACE_SHADOWS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_NO_SCREENSPACE_SHADOWS.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_NO_SCREENSPACE_SHADOWS
  nameWithType: BuiltinShaderDefine.UNITY_NO_SCREENSPACE_SHADOWS
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF1
  name: UNITY_PBS_USE_BRDF1
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF1.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF1
  nameWithType: BuiltinShaderDefine.UNITY_PBS_USE_BRDF1
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF2
  name: UNITY_PBS_USE_BRDF2
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF2.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF2
  nameWithType: BuiltinShaderDefine.UNITY_PBS_USE_BRDF2
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF3
  name: UNITY_PBS_USE_BRDF3
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF3.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_PBS_USE_BRDF3
  nameWithType: BuiltinShaderDefine.UNITY_PBS_USE_BRDF3
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_SPECCUBE_BLENDING
  name: UNITY_SPECCUBE_BLENDING
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_SPECCUBE_BLENDING
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_SPECCUBE_BLENDING.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_SPECCUBE_BLENDING
  nameWithType: BuiltinShaderDefine.UNITY_SPECCUBE_BLENDING
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_SPECCUBE_BOX_PROJECTION
  name: UNITY_SPECCUBE_BOX_PROJECTION
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_SPECCUBE_BOX_PROJECTION
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_SPECCUBE_BOX_PROJECTION.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_SPECCUBE_BOX_PROJECTION
  nameWithType: BuiltinShaderDefine.UNITY_SPECCUBE_BOX_PROJECTION
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS
  name: UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS
  nameWithType: BuiltinShaderDefine.UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_USE_NATIVE_HDR
  name: UNITY_USE_NATIVE_HDR
  fullName: UnityEngine.Rendering.BuiltinShaderDefine.UNITY_USE_NATIVE_HDR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderDefine.UNITY_USE_NATIVE_HDR.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderDefine.UNITY_USE_NATIVE_HDR
  nameWithType: BuiltinShaderDefine.UNITY_USE_NATIVE_HDR
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderMode
  name: BuiltinShaderMode
  fullName: UnityEngine.Rendering.BuiltinShaderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderMode.html
  commentId: T:UnityEngine.Rendering.BuiltinShaderMode
  nameWithType: BuiltinShaderMode
  type: Enum
- uid: UnityEngine.Rendering.BuiltinShaderMode.Disabled
  name: Disabled
  fullName: UnityEngine.Rendering.BuiltinShaderMode.Disabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderMode.Disabled.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderMode.Disabled
  nameWithType: BuiltinShaderMode.Disabled
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderMode.UseBuiltin
  name: UseBuiltin
  fullName: UnityEngine.Rendering.BuiltinShaderMode.UseBuiltin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderMode.UseBuiltin.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderMode.UseBuiltin
  nameWithType: BuiltinShaderMode.UseBuiltin
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderMode.UseCustom
  name: UseCustom
  fullName: UnityEngine.Rendering.BuiltinShaderMode.UseCustom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderMode.UseCustom.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderMode.UseCustom
  nameWithType: BuiltinShaderMode.UseCustom
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderType
  name: BuiltinShaderType
  fullName: UnityEngine.Rendering.BuiltinShaderType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.html
  commentId: T:UnityEngine.Rendering.BuiltinShaderType
  nameWithType: BuiltinShaderType
  type: Enum
- uid: UnityEngine.Rendering.BuiltinShaderType.DeferredReflections
  name: DeferredReflections
  fullName: UnityEngine.Rendering.BuiltinShaderType.DeferredReflections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.DeferredReflections.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderType.DeferredReflections
  nameWithType: BuiltinShaderType.DeferredReflections
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderType.DeferredShading
  name: DeferredShading
  fullName: UnityEngine.Rendering.BuiltinShaderType.DeferredShading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.DeferredShading.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderType.DeferredShading
  nameWithType: BuiltinShaderType.DeferredShading
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderType.DepthNormals
  name: DepthNormals
  fullName: UnityEngine.Rendering.BuiltinShaderType.DepthNormals
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.DepthNormals.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderType.DepthNormals
  nameWithType: BuiltinShaderType.DepthNormals
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderType.LegacyDeferredLighting
  name: LegacyDeferredLighting
  fullName: UnityEngine.Rendering.BuiltinShaderType.LegacyDeferredLighting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.LegacyDeferredLighting.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderType.LegacyDeferredLighting
  nameWithType: BuiltinShaderType.LegacyDeferredLighting
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderType.LensFlare
  name: LensFlare
  fullName: UnityEngine.Rendering.BuiltinShaderType.LensFlare
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.LensFlare.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderType.LensFlare
  nameWithType: BuiltinShaderType.LensFlare
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderType.LightHalo
  name: LightHalo
  fullName: UnityEngine.Rendering.BuiltinShaderType.LightHalo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.LightHalo.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderType.LightHalo
  nameWithType: BuiltinShaderType.LightHalo
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderType.MotionVectors
  name: MotionVectors
  fullName: UnityEngine.Rendering.BuiltinShaderType.MotionVectors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.MotionVectors.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderType.MotionVectors
  nameWithType: BuiltinShaderType.MotionVectors
  type: Field
- uid: UnityEngine.Rendering.BuiltinShaderType.ScreenSpaceShadows
  name: ScreenSpaceShadows
  fullName: UnityEngine.Rendering.BuiltinShaderType.ScreenSpaceShadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.BuiltinShaderType.ScreenSpaceShadows.html
  commentId: F:UnityEngine.Rendering.BuiltinShaderType.ScreenSpaceShadows
  nameWithType: BuiltinShaderType.ScreenSpaceShadows
  type: Field
- uid: UnityEngine.Rendering.CameraEvent
  name: CameraEvent
  fullName: UnityEngine.Rendering.CameraEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.html
  commentId: T:UnityEngine.Rendering.CameraEvent
  nameWithType: CameraEvent
  type: Enum
- uid: UnityEngine.Rendering.CameraEvent.AfterDepthNormalsTexture
  name: AfterDepthNormalsTexture
  fullName: UnityEngine.Rendering.CameraEvent.AfterDepthNormalsTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterDepthNormalsTexture.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterDepthNormalsTexture
  nameWithType: CameraEvent.AfterDepthNormalsTexture
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterDepthTexture
  name: AfterDepthTexture
  fullName: UnityEngine.Rendering.CameraEvent.AfterDepthTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterDepthTexture.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterDepthTexture
  nameWithType: CameraEvent.AfterDepthTexture
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterEverything
  name: AfterEverything
  fullName: UnityEngine.Rendering.CameraEvent.AfterEverything
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterEverything.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterEverything
  nameWithType: CameraEvent.AfterEverything
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterFinalPass
  name: AfterFinalPass
  fullName: UnityEngine.Rendering.CameraEvent.AfterFinalPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterFinalPass.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterFinalPass
  nameWithType: CameraEvent.AfterFinalPass
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterForwardAlpha
  name: AfterForwardAlpha
  fullName: UnityEngine.Rendering.CameraEvent.AfterForwardAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterForwardAlpha.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterForwardAlpha
  nameWithType: CameraEvent.AfterForwardAlpha
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterForwardOpaque
  name: AfterForwardOpaque
  fullName: UnityEngine.Rendering.CameraEvent.AfterForwardOpaque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterForwardOpaque.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterForwardOpaque
  nameWithType: CameraEvent.AfterForwardOpaque
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterGBuffer
  name: AfterGBuffer
  fullName: UnityEngine.Rendering.CameraEvent.AfterGBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterGBuffer.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterGBuffer
  nameWithType: CameraEvent.AfterGBuffer
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterHaloAndLensFlares
  name: AfterHaloAndLensFlares
  fullName: UnityEngine.Rendering.CameraEvent.AfterHaloAndLensFlares
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterHaloAndLensFlares.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterHaloAndLensFlares
  nameWithType: CameraEvent.AfterHaloAndLensFlares
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterImageEffects
  name: AfterImageEffects
  fullName: UnityEngine.Rendering.CameraEvent.AfterImageEffects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterImageEffects.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterImageEffects
  nameWithType: CameraEvent.AfterImageEffects
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterImageEffectsOpaque
  name: AfterImageEffectsOpaque
  fullName: UnityEngine.Rendering.CameraEvent.AfterImageEffectsOpaque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterImageEffectsOpaque.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterImageEffectsOpaque
  nameWithType: CameraEvent.AfterImageEffectsOpaque
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterLighting
  name: AfterLighting
  fullName: UnityEngine.Rendering.CameraEvent.AfterLighting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterLighting.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterLighting
  nameWithType: CameraEvent.AfterLighting
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterReflections
  name: AfterReflections
  fullName: UnityEngine.Rendering.CameraEvent.AfterReflections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterReflections.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterReflections
  nameWithType: CameraEvent.AfterReflections
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.AfterSkybox
  name: AfterSkybox
  fullName: UnityEngine.Rendering.CameraEvent.AfterSkybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.AfterSkybox.html
  commentId: F:UnityEngine.Rendering.CameraEvent.AfterSkybox
  nameWithType: CameraEvent.AfterSkybox
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeDepthNormalsTexture
  name: BeforeDepthNormalsTexture
  fullName: UnityEngine.Rendering.CameraEvent.BeforeDepthNormalsTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeDepthNormalsTexture.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeDepthNormalsTexture
  nameWithType: CameraEvent.BeforeDepthNormalsTexture
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeDepthTexture
  name: BeforeDepthTexture
  fullName: UnityEngine.Rendering.CameraEvent.BeforeDepthTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeDepthTexture.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeDepthTexture
  nameWithType: CameraEvent.BeforeDepthTexture
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeFinalPass
  name: BeforeFinalPass
  fullName: UnityEngine.Rendering.CameraEvent.BeforeFinalPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeFinalPass.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeFinalPass
  nameWithType: CameraEvent.BeforeFinalPass
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeForwardAlpha
  name: BeforeForwardAlpha
  fullName: UnityEngine.Rendering.CameraEvent.BeforeForwardAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeForwardAlpha.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeForwardAlpha
  nameWithType: CameraEvent.BeforeForwardAlpha
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeForwardOpaque
  name: BeforeForwardOpaque
  fullName: UnityEngine.Rendering.CameraEvent.BeforeForwardOpaque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeForwardOpaque.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeForwardOpaque
  nameWithType: CameraEvent.BeforeForwardOpaque
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeGBuffer
  name: BeforeGBuffer
  fullName: UnityEngine.Rendering.CameraEvent.BeforeGBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeGBuffer.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeGBuffer
  nameWithType: CameraEvent.BeforeGBuffer
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeHaloAndLensFlares
  name: BeforeHaloAndLensFlares
  fullName: UnityEngine.Rendering.CameraEvent.BeforeHaloAndLensFlares
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeHaloAndLensFlares.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeHaloAndLensFlares
  nameWithType: CameraEvent.BeforeHaloAndLensFlares
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeImageEffects
  name: BeforeImageEffects
  fullName: UnityEngine.Rendering.CameraEvent.BeforeImageEffects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeImageEffects.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeImageEffects
  nameWithType: CameraEvent.BeforeImageEffects
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeImageEffectsOpaque
  name: BeforeImageEffectsOpaque
  fullName: UnityEngine.Rendering.CameraEvent.BeforeImageEffectsOpaque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeImageEffectsOpaque.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeImageEffectsOpaque
  nameWithType: CameraEvent.BeforeImageEffectsOpaque
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeLighting
  name: BeforeLighting
  fullName: UnityEngine.Rendering.CameraEvent.BeforeLighting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeLighting.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeLighting
  nameWithType: CameraEvent.BeforeLighting
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeReflections
  name: BeforeReflections
  fullName: UnityEngine.Rendering.CameraEvent.BeforeReflections
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeReflections.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeReflections
  nameWithType: CameraEvent.BeforeReflections
  type: Field
- uid: UnityEngine.Rendering.CameraEvent.BeforeSkybox
  name: BeforeSkybox
  fullName: UnityEngine.Rendering.CameraEvent.BeforeSkybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraEvent.BeforeSkybox.html
  commentId: F:UnityEngine.Rendering.CameraEvent.BeforeSkybox
  nameWithType: CameraEvent.BeforeSkybox
  type: Field
- uid: UnityEngine.Rendering.CameraHDRMode
  name: CameraHDRMode
  fullName: UnityEngine.Rendering.CameraHDRMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraHDRMode.html
  commentId: T:UnityEngine.Rendering.CameraHDRMode
  nameWithType: CameraHDRMode
  type: Enum
- uid: UnityEngine.Rendering.CameraHDRMode.FP16
  name: FP16
  fullName: UnityEngine.Rendering.CameraHDRMode.FP16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraHDRMode.FP16.html
  commentId: F:UnityEngine.Rendering.CameraHDRMode.FP16
  nameWithType: CameraHDRMode.FP16
  type: Field
- uid: UnityEngine.Rendering.CameraHDRMode.R11G11B10
  name: R11G11B10
  fullName: UnityEngine.Rendering.CameraHDRMode.R11G11B10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CameraHDRMode.R11G11B10.html
  commentId: F:UnityEngine.Rendering.CameraHDRMode.R11G11B10
  nameWithType: CameraHDRMode.R11G11B10
  type: Field
- uid: UnityEngine.Rendering.ColorWriteMask
  name: ColorWriteMask
  fullName: UnityEngine.Rendering.ColorWriteMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ColorWriteMask.html
  commentId: T:UnityEngine.Rendering.ColorWriteMask
  nameWithType: ColorWriteMask
  type: Enum
- uid: UnityEngine.Rendering.ColorWriteMask.All
  name: All
  fullName: UnityEngine.Rendering.ColorWriteMask.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ColorWriteMask.All.html
  commentId: F:UnityEngine.Rendering.ColorWriteMask.All
  nameWithType: ColorWriteMask.All
  type: Field
- uid: UnityEngine.Rendering.ColorWriteMask.Alpha
  name: Alpha
  fullName: UnityEngine.Rendering.ColorWriteMask.Alpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ColorWriteMask.Alpha.html
  commentId: F:UnityEngine.Rendering.ColorWriteMask.Alpha
  nameWithType: ColorWriteMask.Alpha
  type: Field
- uid: UnityEngine.Rendering.ColorWriteMask.Blue
  name: Blue
  fullName: UnityEngine.Rendering.ColorWriteMask.Blue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ColorWriteMask.Blue.html
  commentId: F:UnityEngine.Rendering.ColorWriteMask.Blue
  nameWithType: ColorWriteMask.Blue
  type: Field
- uid: UnityEngine.Rendering.ColorWriteMask.Green
  name: Green
  fullName: UnityEngine.Rendering.ColorWriteMask.Green
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ColorWriteMask.Green.html
  commentId: F:UnityEngine.Rendering.ColorWriteMask.Green
  nameWithType: ColorWriteMask.Green
  type: Field
- uid: UnityEngine.Rendering.ColorWriteMask.Red
  name: Red
  fullName: UnityEngine.Rendering.ColorWriteMask.Red
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ColorWriteMask.Red.html
  commentId: F:UnityEngine.Rendering.ColorWriteMask.Red
  nameWithType: ColorWriteMask.Red
  type: Field
- uid: UnityEngine.Rendering.CommandBuffer
  name: CommandBuffer
  fullName: UnityEngine.Rendering.CommandBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.html
  commentId: T:UnityEngine.Rendering.CommandBuffer
  nameWithType: CommandBuffer
  type: Class
- uid: UnityEngine.Rendering.CommandBuffer.#ctor
  name: CommandBuffer()
  fullName: UnityEngine.Rendering.CommandBuffer.CommandBuffer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer-ctor.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.#ctor
  nameWithType: CommandBuffer.CommandBuffer()
  type: Constructor
- uid: UnityEngine.Rendering.CommandBuffer.BeginSample(System.String)
  name: BeginSample(string)
  fullName: UnityEngine.Rendering.CommandBuffer.BeginSample(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.BeginSample.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.BeginSample(System.String)
  nameWithType: CommandBuffer.BeginSample(string)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32)
  name: Blit(RenderTargetIdentifier, RenderTargetIdentifier, Material, int)
  fullName: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Blit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32)
  nameWithType: CommandBuffer.Blit(RenderTargetIdentifier, RenderTargetIdentifier, Material, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material)
  name: Blit(RenderTargetIdentifier, RenderTargetIdentifier, Material)
  fullName: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Blit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material)
  nameWithType: CommandBuffer.Blit(RenderTargetIdentifier, RenderTargetIdentifier, Material)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Vector2,UnityEngine.Vector2)
  name: Blit(RenderTargetIdentifier, RenderTargetIdentifier, Vector2, Vector2)
  fullName: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Blit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: CommandBuffer.Blit(RenderTargetIdentifier, RenderTargetIdentifier, Vector2, Vector2)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  name: Blit(RenderTargetIdentifier, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Blit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.Blit(RenderTargetIdentifier, RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32)
  name: Blit(Texture, RenderTargetIdentifier, Material, int)
  fullName: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture, UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Blit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material,System.Int32)
  nameWithType: CommandBuffer.Blit(Texture, RenderTargetIdentifier, Material, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material)
  name: Blit(Texture, RenderTargetIdentifier, Material)
  fullName: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture, UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Blit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Material)
  nameWithType: CommandBuffer.Blit(Texture, RenderTargetIdentifier, Material)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Vector2,UnityEngine.Vector2)
  name: Blit(Texture, RenderTargetIdentifier, Vector2, Vector2)
  fullName: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture, UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Blit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: CommandBuffer.Blit(Texture, RenderTargetIdentifier, Vector2, Vector2)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier)
  name: Blit(Texture, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Blit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Blit(UnityEngine.Texture,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.Blit(Texture, RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Clear
  name: Clear()
  fullName: UnityEngine.Rendering.CommandBuffer.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Clear.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Clear
  nameWithType: CommandBuffer.Clear()
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.ClearRandomWriteTargets
  name: ClearRandomWriteTargets()
  fullName: UnityEngine.Rendering.CommandBuffer.ClearRandomWriteTargets()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.ClearRandomWriteTargets.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.ClearRandomWriteTargets
  nameWithType: CommandBuffer.ClearRandomWriteTargets()
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.ClearRenderTarget(System.Boolean,System.Boolean,UnityEngine.Color,System.Single)
  name: ClearRenderTarget(bool, bool, Color, float)
  fullName: UnityEngine.Rendering.CommandBuffer.ClearRenderTarget(bool, bool, UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.ClearRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.ClearRenderTarget(System.Boolean,System.Boolean,UnityEngine.Color,System.Single)
  nameWithType: CommandBuffer.ClearRenderTarget(bool, bool, Color, float)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.ClearRenderTarget(System.Boolean,System.Boolean,UnityEngine.Color)
  name: ClearRenderTarget(bool, bool, Color)
  fullName: UnityEngine.Rendering.CommandBuffer.ClearRenderTarget(bool, bool, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.ClearRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.ClearRenderTarget(System.Boolean,System.Boolean,UnityEngine.Color)
  nameWithType: CommandBuffer.ClearRenderTarget(bool, bool, Color)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.CopyCounterValue(UnityEngine.ComputeBuffer,UnityEngine.ComputeBuffer,System.UInt32)
  name: CopyCounterValue(ComputeBuffer, ComputeBuffer, uint)
  fullName: UnityEngine.Rendering.CommandBuffer.CopyCounterValue(UnityEngine.ComputeBuffer, UnityEngine.ComputeBuffer, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.CopyCounterValue.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.CopyCounterValue(UnityEngine.ComputeBuffer,UnityEngine.ComputeBuffer,System.UInt32)
  nameWithType: CommandBuffer.CopyCounterValue(ComputeBuffer, ComputeBuffer, uint)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,System.Int32,System.Int32,System.Int32)
  name: CopyTexture(RenderTargetIdentifier, int, int, int, int, int, int, RenderTargetIdentifier, int, int, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier, int, int, int, int, int, int, UnityEngine.Rendering.RenderTargetIdentifier, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.CopyTexture.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: CommandBuffer.CopyTexture(RenderTargetIdentifier, int, int, int, int, int, int, RenderTargetIdentifier, int, int, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,System.Int32,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,System.Int32)
  name: CopyTexture(RenderTargetIdentifier, int, int, RenderTargetIdentifier, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier, int, int, UnityEngine.Rendering.RenderTargetIdentifier, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.CopyTexture.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,System.Int32,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,System.Int32)
  nameWithType: CommandBuffer.CopyTexture(RenderTargetIdentifier, int, int, RenderTargetIdentifier, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32)
  name: CopyTexture(RenderTargetIdentifier, int, RenderTargetIdentifier, int)
  fullName: UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier, int, UnityEngine.Rendering.RenderTargetIdentifier, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.CopyTexture.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32)
  nameWithType: CommandBuffer.CopyTexture(RenderTargetIdentifier, int, RenderTargetIdentifier, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  name: CopyTexture(RenderTargetIdentifier, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.CopyTexture.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.CopyTexture(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.CopyTexture(RenderTargetIdentifier, RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DisableShaderKeyword(System.String)
  name: DisableShaderKeyword(string)
  fullName: UnityEngine.Rendering.CommandBuffer.DisableShaderKeyword(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DisableShaderKeyword.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DisableShaderKeyword(System.String)
  nameWithType: CommandBuffer.DisableShaderKeyword(string)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DispatchCompute(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,System.Int32)
  name: DispatchCompute(ComputeShader, int, int, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DispatchCompute(UnityEngine.ComputeShader, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DispatchCompute.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DispatchCompute(UnityEngine.ComputeShader,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: CommandBuffer.DispatchCompute(ComputeShader, int, int, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DispatchCompute(UnityEngine.ComputeShader,System.Int32,UnityEngine.ComputeBuffer,System.UInt32)
  name: DispatchCompute(ComputeShader, int, ComputeBuffer, uint)
  fullName: UnityEngine.Rendering.CommandBuffer.DispatchCompute(UnityEngine.ComputeShader, int, UnityEngine.ComputeBuffer, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DispatchCompute.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DispatchCompute(UnityEngine.ComputeShader,System.Int32,UnityEngine.ComputeBuffer,System.UInt32)
  nameWithType: CommandBuffer.DispatchCompute(ComputeShader, int, ComputeBuffer, uint)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Dispose
  name: Dispose()
  fullName: UnityEngine.Rendering.CommandBuffer.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Dispose.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Dispose
  nameWithType: CommandBuffer.Dispose()
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, int, MaterialPropertyBlock)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMesh.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: CommandBuffer.DrawMesh(Mesh, Matrix4x4, Material, int, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,System.Int32)
  name: DrawMesh(Mesh, Matrix4x4, Material, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMesh.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,System.Int32)
  nameWithType: CommandBuffer.DrawMesh(Mesh, Matrix4x4, Material, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32)
  name: DrawMesh(Mesh, Matrix4x4, Material, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMesh.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32)
  nameWithType: CommandBuffer.DrawMesh(Mesh, Matrix4x4, Material, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material)
  name: DrawMesh(Mesh, Matrix4x4, Material)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh, UnityEngine.Matrix4x4, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMesh.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMesh(UnityEngine.Mesh,UnityEngine.Matrix4x4,UnityEngine.Material)
  nameWithType: CommandBuffer.DrawMesh(Mesh, Matrix4x4, Material)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMeshInstanced(Mesh, int, Material, int, Matrix4x4[], int, MaterialPropertyBlock)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, int, UnityEngine.Matrix4x4[], int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMeshInstanced.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.Matrix4x4[],System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: CommandBuffer.DrawMeshInstanced(Mesh, int, Material, int, Matrix4x4[], int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.Matrix4x4[],System.Int32)
  name: DrawMeshInstanced(Mesh, int, Material, int, Matrix4x4[], int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, int, UnityEngine.Matrix4x4[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMeshInstanced.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.Matrix4x4[],System.Int32)
  nameWithType: CommandBuffer.DrawMeshInstanced(Mesh, int, Material, int, Matrix4x4[], int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.Matrix4x4[])
  name: DrawMeshInstanced(Mesh, int, Material, int, Matrix4x4[])
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh, int, UnityEngine.Material, int, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMeshInstanced.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMeshInstanced(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.Matrix4x4[])
  nameWithType: CommandBuffer.DrawMeshInstanced(Mesh, int, Material, int, Matrix4x4[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, int, ComputeBuffer, int, MaterialPropertyBlock)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, int, UnityEngine.ComputeBuffer, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: CommandBuffer.DrawMeshInstancedIndirect(Mesh, int, Material, int, ComputeBuffer, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.ComputeBuffer,System.Int32)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, int, ComputeBuffer, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, int, UnityEngine.ComputeBuffer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.ComputeBuffer,System.Int32)
  nameWithType: CommandBuffer.DrawMeshInstancedIndirect(Mesh, int, Material, int, ComputeBuffer, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.ComputeBuffer)
  name: DrawMeshInstancedIndirect(Mesh, int, Material, int, ComputeBuffer)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh, int, UnityEngine.Material, int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawMeshInstancedIndirect.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawMeshInstancedIndirect(UnityEngine.Mesh,System.Int32,UnityEngine.Material,System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: CommandBuffer.DrawMeshInstancedIndirect(Mesh, int, Material, int, ComputeBuffer)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,System.Int32,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawProcedural(Matrix4x4, Material, int, MeshTopology, int, int, MaterialPropertyBlock)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.MeshTopology, int, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawProcedural.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,System.Int32,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: CommandBuffer.DrawProcedural(Matrix4x4, Material, int, MeshTopology, int, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,System.Int32,System.Int32)
  name: DrawProcedural(Matrix4x4, Material, int, MeshTopology, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.MeshTopology, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawProcedural.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,System.Int32,System.Int32)
  nameWithType: CommandBuffer.DrawProcedural(Matrix4x4, Material, int, MeshTopology, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,System.Int32)
  name: DrawProcedural(Matrix4x4, Material, int, MeshTopology, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.MeshTopology, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawProcedural.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawProcedural(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,System.Int32)
  nameWithType: CommandBuffer.DrawProcedural(Matrix4x4, Material, int, MeshTopology, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock)
  name: DrawProceduralIndirect(Matrix4x4, Material, int, MeshTopology, ComputeBuffer, int, MaterialPropertyBlock)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.MeshTopology, UnityEngine.ComputeBuffer, int, UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawProceduralIndirect.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,UnityEngine.ComputeBuffer,System.Int32,UnityEngine.MaterialPropertyBlock)
  nameWithType: CommandBuffer.DrawProceduralIndirect(Matrix4x4, Material, int, MeshTopology, ComputeBuffer, int, MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,UnityEngine.ComputeBuffer,System.Int32)
  name: DrawProceduralIndirect(Matrix4x4, Material, int, MeshTopology, ComputeBuffer, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.MeshTopology, UnityEngine.ComputeBuffer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawProceduralIndirect.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,UnityEngine.ComputeBuffer,System.Int32)
  nameWithType: CommandBuffer.DrawProceduralIndirect(Matrix4x4, Material, int, MeshTopology, ComputeBuffer, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,UnityEngine.ComputeBuffer)
  name: DrawProceduralIndirect(Matrix4x4, Material, int, MeshTopology, ComputeBuffer)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4, UnityEngine.Material, int, UnityEngine.MeshTopology, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawProceduralIndirect.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawProceduralIndirect(UnityEngine.Matrix4x4,UnityEngine.Material,System.Int32,UnityEngine.MeshTopology,UnityEngine.ComputeBuffer)
  nameWithType: CommandBuffer.DrawProceduralIndirect(Matrix4x4, Material, int, MeshTopology, ComputeBuffer)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer,UnityEngine.Material,System.Int32,System.Int32)
  name: DrawRenderer(Renderer, Material, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer, UnityEngine.Material, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawRenderer.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer,UnityEngine.Material,System.Int32,System.Int32)
  nameWithType: CommandBuffer.DrawRenderer(Renderer, Material, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer,UnityEngine.Material,System.Int32)
  name: DrawRenderer(Renderer, Material, int)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer, UnityEngine.Material, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawRenderer.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer,UnityEngine.Material,System.Int32)
  nameWithType: CommandBuffer.DrawRenderer(Renderer, Material, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer,UnityEngine.Material)
  name: DrawRenderer(Renderer, Material)
  fullName: UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer, UnityEngine.Material)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.DrawRenderer.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.DrawRenderer(UnityEngine.Renderer,UnityEngine.Material)
  nameWithType: CommandBuffer.DrawRenderer(Renderer, Material)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.EnableShaderKeyword(System.String)
  name: EnableShaderKeyword(string)
  fullName: UnityEngine.Rendering.CommandBuffer.EnableShaderKeyword(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.EnableShaderKeyword.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.EnableShaderKeyword(System.String)
  nameWithType: CommandBuffer.EnableShaderKeyword(string)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.EndSample(System.String)
  name: EndSample(string)
  fullName: UnityEngine.Rendering.CommandBuffer.EndSample(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.EndSample.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.EndSample(System.String)
  nameWithType: CommandBuffer.EndSample(string)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.Finalize
  name: ~CommandBuffer()
  fullName: UnityEngine.Rendering.CommandBuffer.~CommandBuffer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Finalize.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Finalize
  nameWithType: CommandBuffer.~CommandBuffer()
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,System.Boolean,UnityEngine.RenderTextureMemoryless)
  name: GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int, bool, RenderTextureMemoryless)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite, int, bool, UnityEngine.RenderTextureMemoryless)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,System.Boolean,UnityEngine.RenderTextureMemoryless)
  nameWithType: CommandBuffer.GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int, bool, RenderTextureMemoryless)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,System.Boolean)
  name: GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int, bool)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,System.Boolean)
  nameWithType: CommandBuffer.GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int, bool)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32)
  name: GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32)
  nameWithType: CommandBuffer.GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  name: GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  nameWithType: CommandBuffer.GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat)
  name: GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat)
  nameWithType: CommandBuffer.GetTemporaryRT(int, int, int, int, FilterMode, RenderTextureFormat)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode)
  name: GetTemporaryRT(int, int, int, int, FilterMode)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, int, int, int, UnityEngine.FilterMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode)
  nameWithType: CommandBuffer.GetTemporaryRT(int, int, int, int, FilterMode)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetTemporaryRT(int, int, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: CommandBuffer.GetTemporaryRT(int, int, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32)
  name: GetTemporaryRT(int, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,System.Int32,System.Int32)
  nameWithType: CommandBuffer.GetTemporaryRT(int, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,UnityEngine.RenderTextureDescriptor,UnityEngine.FilterMode)
  name: GetTemporaryRT(int, RenderTextureDescriptor, FilterMode)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, UnityEngine.RenderTextureDescriptor, UnityEngine.FilterMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,UnityEngine.RenderTextureDescriptor,UnityEngine.FilterMode)
  nameWithType: CommandBuffer.GetTemporaryRT(int, RenderTextureDescriptor, FilterMode)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,UnityEngine.RenderTextureDescriptor)
  name: GetTemporaryRT(int, RenderTextureDescriptor)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(int, UnityEngine.RenderTextureDescriptor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRT(System.Int32,UnityEngine.RenderTextureDescriptor)
  nameWithType: CommandBuffer.GetTemporaryRT(int, RenderTextureDescriptor)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,System.Boolean)
  name: GetTemporaryRTArray(int, int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int, bool)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRTArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,System.Boolean)
  nameWithType: CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int, bool)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32)
  name: GetTemporaryRTArray(int, int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRTArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32)
  nameWithType: CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  name: GetTemporaryRTArray(int, int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRTArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  nameWithType: CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, FilterMode, RenderTextureFormat, RenderTextureReadWrite)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat)
  name: GetTemporaryRTArray(int, int, int, int, int, FilterMode, RenderTextureFormat)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, UnityEngine.FilterMode, UnityEngine.RenderTextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRTArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode,UnityEngine.RenderTextureFormat)
  nameWithType: CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, FilterMode, RenderTextureFormat)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode)
  name: GetTemporaryRTArray(int, int, int, int, int, FilterMode)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, UnityEngine.FilterMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRTArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.FilterMode)
  nameWithType: CommandBuffer.GetTemporaryRTArray(int, int, int, int, int, FilterMode)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetTemporaryRTArray(int, int, int, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(int, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRTArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: CommandBuffer.GetTemporaryRTArray(int, int, int, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetTemporaryRTArray(int, int, int, int)
  fullName: UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.GetTemporaryRTArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.GetTemporaryRTArray(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: CommandBuffer.GetTemporaryRTArray(int, int, int, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.IssuePluginCustomBlit(System.IntPtr,System.UInt32,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.UInt32,System.UInt32)
  name: IssuePluginCustomBlit(IntPtr, uint, RenderTargetIdentifier, RenderTargetIdentifier, uint, uint)
  fullName: UnityEngine.Rendering.CommandBuffer.IssuePluginCustomBlit(System.IntPtr, uint, UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier, uint, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.IssuePluginCustomBlit.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.IssuePluginCustomBlit(System.IntPtr,System.UInt32,UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.UInt32,System.UInt32)
  nameWithType: CommandBuffer.IssuePluginCustomBlit(IntPtr, uint, RenderTargetIdentifier, RenderTargetIdentifier, uint, uint)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.IssuePluginCustomTextureUpdate(System.IntPtr,UnityEngine.Texture,System.UInt32)
  name: IssuePluginCustomTextureUpdate(IntPtr, Texture, uint)
  fullName: UnityEngine.Rendering.CommandBuffer.IssuePluginCustomTextureUpdate(System.IntPtr, UnityEngine.Texture, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.IssuePluginCustomTextureUpdate.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.IssuePluginCustomTextureUpdate(System.IntPtr,UnityEngine.Texture,System.UInt32)
  nameWithType: CommandBuffer.IssuePluginCustomTextureUpdate(IntPtr, Texture, uint)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.IssuePluginEvent(System.IntPtr,System.Int32)
  name: IssuePluginEvent(IntPtr, int)
  fullName: UnityEngine.Rendering.CommandBuffer.IssuePluginEvent(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.IssuePluginEvent.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.IssuePluginEvent(System.IntPtr,System.Int32)
  nameWithType: CommandBuffer.IssuePluginEvent(IntPtr, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.IssuePluginEventAndData(System.IntPtr,System.Int32,System.IntPtr)
  name: IssuePluginEventAndData(IntPtr, int, IntPtr)
  fullName: UnityEngine.Rendering.CommandBuffer.IssuePluginEventAndData(System.IntPtr, int, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.IssuePluginEventAndData.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.IssuePluginEventAndData(System.IntPtr,System.Int32,System.IntPtr)
  nameWithType: CommandBuffer.IssuePluginEventAndData(IntPtr, int, IntPtr)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.name
  name: name
  fullName: UnityEngine.Rendering.CommandBuffer.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer-name.html
  commentId: P:UnityEngine.Rendering.CommandBuffer.name
  nameWithType: CommandBuffer.name
  type: Property
- uid: UnityEngine.Rendering.CommandBuffer.Release
  name: Release()
  fullName: UnityEngine.Rendering.CommandBuffer.Release()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.Release.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.Release
  nameWithType: CommandBuffer.Release()
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.ReleaseTemporaryRT(System.Int32)
  name: ReleaseTemporaryRT(int)
  fullName: UnityEngine.Rendering.CommandBuffer.ReleaseTemporaryRT(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.ReleaseTemporaryRT.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.ReleaseTemporaryRT(System.Int32)
  nameWithType: CommandBuffer.ReleaseTemporaryRT(int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetComputeBufferParam(UnityEngine.ComputeShader,System.Int32,System.String,UnityEngine.ComputeBuffer)
  name: SetComputeBufferParam(ComputeShader, int, string, ComputeBuffer)
  fullName: UnityEngine.Rendering.CommandBuffer.SetComputeBufferParam(UnityEngine.ComputeShader, int, string, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetComputeBufferParam.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetComputeBufferParam(UnityEngine.ComputeShader,System.Int32,System.String,UnityEngine.ComputeBuffer)
  nameWithType: CommandBuffer.SetComputeBufferParam(ComputeShader, int, string, ComputeBuffer)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetComputeFloatParam(UnityEngine.ComputeShader,System.String,System.Single)
  name: SetComputeFloatParam(ComputeShader, string, float)
  fullName: UnityEngine.Rendering.CommandBuffer.SetComputeFloatParam(UnityEngine.ComputeShader, string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetComputeFloatParam.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetComputeFloatParam(UnityEngine.ComputeShader,System.String,System.Single)
  nameWithType: CommandBuffer.SetComputeFloatParam(ComputeShader, string, float)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetComputeFloatParams(UnityEngine.ComputeShader,System.String,System.Single[])
  name: SetComputeFloatParams(ComputeShader, string, params float[])
  fullName: UnityEngine.Rendering.CommandBuffer.SetComputeFloatParams(UnityEngine.ComputeShader, string, params float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetComputeFloatParams.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetComputeFloatParams(UnityEngine.ComputeShader,System.String,System.Single[])
  nameWithType: CommandBuffer.SetComputeFloatParams(ComputeShader, string, params float[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetComputeIntParam(UnityEngine.ComputeShader,System.String,System.Int32)
  name: SetComputeIntParam(ComputeShader, string, int)
  fullName: UnityEngine.Rendering.CommandBuffer.SetComputeIntParam(UnityEngine.ComputeShader, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetComputeIntParam.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetComputeIntParam(UnityEngine.ComputeShader,System.String,System.Int32)
  nameWithType: CommandBuffer.SetComputeIntParam(ComputeShader, string, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetComputeIntParams(UnityEngine.ComputeShader,System.String,System.Int32[])
  name: SetComputeIntParams(ComputeShader, string, params int[])
  fullName: UnityEngine.Rendering.CommandBuffer.SetComputeIntParams(UnityEngine.ComputeShader, string, params int[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetComputeIntParams.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetComputeIntParams(UnityEngine.ComputeShader,System.String,System.Int32[])
  nameWithType: CommandBuffer.SetComputeIntParams(ComputeShader, string, params int[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetComputeTextureParam(UnityEngine.ComputeShader,System.Int32,System.String,UnityEngine.Rendering.RenderTargetIdentifier)
  name: SetComputeTextureParam(ComputeShader, int, string, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.SetComputeTextureParam(UnityEngine.ComputeShader, int, string, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetComputeTextureParam.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetComputeTextureParam(UnityEngine.ComputeShader,System.Int32,System.String,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.SetComputeTextureParam(ComputeShader, int, string, RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetComputeVectorParam(UnityEngine.ComputeShader,System.String,UnityEngine.Vector4)
  name: SetComputeVectorParam(ComputeShader, string, Vector4)
  fullName: UnityEngine.Rendering.CommandBuffer.SetComputeVectorParam(UnityEngine.ComputeShader, string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetComputeVectorParam.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetComputeVectorParam(UnityEngine.ComputeShader,System.String,UnityEngine.Vector4)
  nameWithType: CommandBuffer.SetComputeVectorParam(ComputeShader, string, Vector4)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalBuffer(System.Int32,UnityEngine.ComputeBuffer)
  name: SetGlobalBuffer(int, ComputeBuffer)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalBuffer(int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalBuffer.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalBuffer(System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: CommandBuffer.SetGlobalBuffer(int, ComputeBuffer)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalBuffer(System.String,UnityEngine.ComputeBuffer)
  name: SetGlobalBuffer(string, ComputeBuffer)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalBuffer(string, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalBuffer.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalBuffer(System.String,UnityEngine.ComputeBuffer)
  nameWithType: CommandBuffer.SetGlobalBuffer(string, ComputeBuffer)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalColor(System.Int32,UnityEngine.Color)
  name: SetGlobalColor(int, Color)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalColor(int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalColor.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalColor(System.Int32,UnityEngine.Color)
  nameWithType: CommandBuffer.SetGlobalColor(int, Color)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalColor(System.String,UnityEngine.Color)
  name: SetGlobalColor(string, Color)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalColor(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalColor.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalColor(System.String,UnityEngine.Color)
  nameWithType: CommandBuffer.SetGlobalColor(string, Color)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalDepthBias(System.Single,System.Single)
  name: SetGlobalDepthBias(float, float)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalDepthBias(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalDepthBias.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalDepthBias(System.Single,System.Single)
  nameWithType: CommandBuffer.SetGlobalDepthBias(float, float)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalFloat(System.Int32,System.Single)
  name: SetGlobalFloat(int, float)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalFloat.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalFloat(System.Int32,System.Single)
  nameWithType: CommandBuffer.SetGlobalFloat(int, float)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalFloat(System.String,System.Single)
  name: SetGlobalFloat(string, float)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalFloat.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalFloat(System.String,System.Single)
  nameWithType: CommandBuffer.SetGlobalFloat(string, float)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  name: SetGlobalFloatArray(int, List<float>)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(int, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalFloatArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  nameWithType: CommandBuffer.SetGlobalFloatArray(int, List<float>)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(System.Int32,System.Single[])
  name: SetGlobalFloatArray(int, float[])
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(int, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalFloatArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(System.Int32,System.Single[])
  nameWithType: CommandBuffer.SetGlobalFloatArray(int, float[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(System.String,System.Collections.Generic.List{System.Single})
  name: SetGlobalFloatArray(string, List<float>)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(string, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalFloatArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(System.String,System.Collections.Generic.List{System.Single})
  nameWithType: CommandBuffer.SetGlobalFloatArray(string, List<float>)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(System.String,System.Single[])
  name: SetGlobalFloatArray(string, float[])
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(string, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalFloatArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalFloatArray(System.String,System.Single[])
  nameWithType: CommandBuffer.SetGlobalFloatArray(string, float[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrix(System.Int32,UnityEngine.Matrix4x4)
  name: SetGlobalMatrix(int, Matrix4x4)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrix(int, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalMatrix.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalMatrix(System.Int32,UnityEngine.Matrix4x4)
  nameWithType: CommandBuffer.SetGlobalMatrix(int, Matrix4x4)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrix(System.String,UnityEngine.Matrix4x4)
  name: SetGlobalMatrix(string, Matrix4x4)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrix(string, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalMatrix.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalMatrix(System.String,UnityEngine.Matrix4x4)
  nameWithType: CommandBuffer.SetGlobalMatrix(string, Matrix4x4)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: SetGlobalMatrixArray(int, List<Matrix4x4>)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(int, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalMatrixArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: CommandBuffer.SetGlobalMatrixArray(int, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(System.Int32,UnityEngine.Matrix4x4[])
  name: SetGlobalMatrixArray(int, Matrix4x4[])
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(int, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalMatrixArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(System.Int32,UnityEngine.Matrix4x4[])
  nameWithType: CommandBuffer.SetGlobalMatrixArray(int, Matrix4x4[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: SetGlobalMatrixArray(string, List<Matrix4x4>)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(string, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalMatrixArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: CommandBuffer.SetGlobalMatrixArray(string, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(System.String,UnityEngine.Matrix4x4[])
  name: SetGlobalMatrixArray(string, Matrix4x4[])
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(string, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalMatrixArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalMatrixArray(System.String,UnityEngine.Matrix4x4[])
  nameWithType: CommandBuffer.SetGlobalMatrixArray(string, Matrix4x4[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalTexture(System.Int32,UnityEngine.Rendering.RenderTargetIdentifier)
  name: SetGlobalTexture(int, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalTexture(int, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalTexture.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalTexture(System.Int32,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.SetGlobalTexture(int, RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalTexture(System.String,UnityEngine.Rendering.RenderTargetIdentifier)
  name: SetGlobalTexture(string, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalTexture(string, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalTexture.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalTexture(System.String,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.SetGlobalTexture(string, RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalVector(System.Int32,UnityEngine.Vector4)
  name: SetGlobalVector(int, Vector4)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalVector(int, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalVector.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalVector(System.Int32,UnityEngine.Vector4)
  nameWithType: CommandBuffer.SetGlobalVector(int, Vector4)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalVector(System.String,UnityEngine.Vector4)
  name: SetGlobalVector(string, Vector4)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalVector(string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalVector.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalVector(System.String,UnityEngine.Vector4)
  nameWithType: CommandBuffer.SetGlobalVector(string, Vector4)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetGlobalVectorArray(int, List<Vector4>)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalVectorArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: CommandBuffer.SetGlobalVectorArray(int, List<Vector4>)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(System.Int32,UnityEngine.Vector4[])
  name: SetGlobalVectorArray(int, Vector4[])
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(int, UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalVectorArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(System.Int32,UnityEngine.Vector4[])
  nameWithType: CommandBuffer.SetGlobalVectorArray(int, Vector4[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetGlobalVectorArray(string, List<Vector4>)
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(string, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalVectorArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: CommandBuffer.SetGlobalVectorArray(string, List<Vector4>)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(System.String,UnityEngine.Vector4[])
  name: SetGlobalVectorArray(string, Vector4[])
  fullName: UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(string, UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetGlobalVectorArray.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetGlobalVectorArray(System.String,UnityEngine.Vector4[])
  nameWithType: CommandBuffer.SetGlobalVectorArray(string, Vector4[])
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetProjectionMatrix(UnityEngine.Matrix4x4)
  name: SetProjectionMatrix(Matrix4x4)
  fullName: UnityEngine.Rendering.CommandBuffer.SetProjectionMatrix(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetProjectionMatrix.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetProjectionMatrix(UnityEngine.Matrix4x4)
  nameWithType: CommandBuffer.SetProjectionMatrix(Matrix4x4)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer,System.Boolean)
  name: SetRandomWriteTarget(int, ComputeBuffer, bool)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(int, UnityEngine.ComputeBuffer, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRandomWriteTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer,System.Boolean)
  nameWithType: CommandBuffer.SetRandomWriteTarget(int, ComputeBuffer, bool)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer)
  name: SetRandomWriteTarget(int, ComputeBuffer)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRandomWriteTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: CommandBuffer.SetRandomWriteTarget(int, ComputeBuffer)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(System.Int32,UnityEngine.Rendering.RenderTargetIdentifier)
  name: SetRandomWriteTarget(int, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(int, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRandomWriteTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRandomWriteTarget(System.Int32,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.SetRandomWriteTarget(int, RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: SetRenderTarget(RenderTargetIdentifier, int, CubemapFace, int)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier, int, CubemapFace, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace)
  name: SetRenderTarget(RenderTargetIdentifier, int, CubemapFace)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier, int, UnityEngine.CubemapFace)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier, int, CubemapFace)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32)
  name: SetRenderTarget(RenderTargetIdentifier, int)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,System.Int32)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: SetRenderTarget(RenderTargetIdentifier, RenderTargetIdentifier, int, CubemapFace, int)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier, RenderTargetIdentifier, int, CubemapFace, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace)
  name: SetRenderTarget(RenderTargetIdentifier, RenderTargetIdentifier, int, CubemapFace)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier, int, UnityEngine.CubemapFace)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32,UnityEngine.CubemapFace)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier, RenderTargetIdentifier, int, CubemapFace)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32)
  name: SetRenderTarget(RenderTargetIdentifier, RenderTargetIdentifier, int)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier,System.Int32)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier, RenderTargetIdentifier, int)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  name: SetRenderTarget(RenderTargetIdentifier, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier, RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier)
  name: SetRenderTarget(RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier[],UnityEngine.Rendering.RenderTargetIdentifier)
  name: SetRenderTarget(RenderTargetIdentifier[], RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier[], UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetRenderTarget.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetRenderTarget(UnityEngine.Rendering.RenderTargetIdentifier[],UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: CommandBuffer.SetRenderTarget(RenderTargetIdentifier[], RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetShadowSamplingMode(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.ShadowSamplingMode)
  name: SetShadowSamplingMode(RenderTargetIdentifier, ShadowSamplingMode)
  fullName: UnityEngine.Rendering.CommandBuffer.SetShadowSamplingMode(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.ShadowSamplingMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetShadowSamplingMode.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetShadowSamplingMode(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.ShadowSamplingMode)
  nameWithType: CommandBuffer.SetShadowSamplingMode(RenderTargetIdentifier, ShadowSamplingMode)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetViewMatrix(UnityEngine.Matrix4x4)
  name: SetViewMatrix(Matrix4x4)
  fullName: UnityEngine.Rendering.CommandBuffer.SetViewMatrix(UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetViewMatrix.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetViewMatrix(UnityEngine.Matrix4x4)
  nameWithType: CommandBuffer.SetViewMatrix(Matrix4x4)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetViewport(UnityEngine.Rect)
  name: SetViewport(Rect)
  fullName: UnityEngine.Rendering.CommandBuffer.SetViewport(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetViewport.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetViewport(UnityEngine.Rect)
  nameWithType: CommandBuffer.SetViewport(Rect)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.SetViewProjectionMatrices(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  name: SetViewProjectionMatrices(Matrix4x4, Matrix4x4)
  fullName: UnityEngine.Rendering.CommandBuffer.SetViewProjectionMatrices(UnityEngine.Matrix4x4, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer.SetViewProjectionMatrices.html
  commentId: M:UnityEngine.Rendering.CommandBuffer.SetViewProjectionMatrices(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
  nameWithType: CommandBuffer.SetViewProjectionMatrices(Matrix4x4, Matrix4x4)
  type: Method
- uid: UnityEngine.Rendering.CommandBuffer.sizeInBytes
  name: sizeInBytes
  fullName: UnityEngine.Rendering.CommandBuffer.sizeInBytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CommandBuffer-sizeInBytes.html
  commentId: P:UnityEngine.Rendering.CommandBuffer.sizeInBytes
  nameWithType: CommandBuffer.sizeInBytes
  type: Property
- uid: UnityEngine.Rendering.CompareFunction
  name: CompareFunction
  fullName: UnityEngine.Rendering.CompareFunction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.html
  commentId: T:UnityEngine.Rendering.CompareFunction
  nameWithType: CompareFunction
  type: Enum
- uid: UnityEngine.Rendering.CompareFunction.Always
  name: Always
  fullName: UnityEngine.Rendering.CompareFunction.Always
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.Always.html
  commentId: F:UnityEngine.Rendering.CompareFunction.Always
  nameWithType: CompareFunction.Always
  type: Field
- uid: UnityEngine.Rendering.CompareFunction.Disabled
  name: Disabled
  fullName: UnityEngine.Rendering.CompareFunction.Disabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.Disabled.html
  commentId: F:UnityEngine.Rendering.CompareFunction.Disabled
  nameWithType: CompareFunction.Disabled
  type: Field
- uid: UnityEngine.Rendering.CompareFunction.Equal
  name: Equal
  fullName: UnityEngine.Rendering.CompareFunction.Equal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.Equal.html
  commentId: F:UnityEngine.Rendering.CompareFunction.Equal
  nameWithType: CompareFunction.Equal
  type: Field
- uid: UnityEngine.Rendering.CompareFunction.Greater
  name: Greater
  fullName: UnityEngine.Rendering.CompareFunction.Greater
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.Greater.html
  commentId: F:UnityEngine.Rendering.CompareFunction.Greater
  nameWithType: CompareFunction.Greater
  type: Field
- uid: UnityEngine.Rendering.CompareFunction.GreaterEqual
  name: GreaterEqual
  fullName: UnityEngine.Rendering.CompareFunction.GreaterEqual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.GreaterEqual.html
  commentId: F:UnityEngine.Rendering.CompareFunction.GreaterEqual
  nameWithType: CompareFunction.GreaterEqual
  type: Field
- uid: UnityEngine.Rendering.CompareFunction.Less
  name: Less
  fullName: UnityEngine.Rendering.CompareFunction.Less
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.Less.html
  commentId: F:UnityEngine.Rendering.CompareFunction.Less
  nameWithType: CompareFunction.Less
  type: Field
- uid: UnityEngine.Rendering.CompareFunction.LessEqual
  name: LessEqual
  fullName: UnityEngine.Rendering.CompareFunction.LessEqual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.LessEqual.html
  commentId: F:UnityEngine.Rendering.CompareFunction.LessEqual
  nameWithType: CompareFunction.LessEqual
  type: Field
- uid: UnityEngine.Rendering.CompareFunction.Never
  name: Never
  fullName: UnityEngine.Rendering.CompareFunction.Never
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.Never.html
  commentId: F:UnityEngine.Rendering.CompareFunction.Never
  nameWithType: CompareFunction.Never
  type: Field
- uid: UnityEngine.Rendering.CompareFunction.NotEqual
  name: NotEqual
  fullName: UnityEngine.Rendering.CompareFunction.NotEqual
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CompareFunction.NotEqual.html
  commentId: F:UnityEngine.Rendering.CompareFunction.NotEqual
  nameWithType: CompareFunction.NotEqual
  type: Field
- uid: UnityEngine.Rendering.CopyTextureSupport
  name: CopyTextureSupport
  fullName: UnityEngine.Rendering.CopyTextureSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CopyTextureSupport.html
  commentId: T:UnityEngine.Rendering.CopyTextureSupport
  nameWithType: CopyTextureSupport
  type: Enum
- uid: UnityEngine.Rendering.CopyTextureSupport.Basic
  name: Basic
  fullName: UnityEngine.Rendering.CopyTextureSupport.Basic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CopyTextureSupport.Basic.html
  commentId: F:UnityEngine.Rendering.CopyTextureSupport.Basic
  nameWithType: CopyTextureSupport.Basic
  type: Field
- uid: UnityEngine.Rendering.CopyTextureSupport.Copy3D
  name: Copy3D
  fullName: UnityEngine.Rendering.CopyTextureSupport.Copy3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CopyTextureSupport.Copy3D.html
  commentId: F:UnityEngine.Rendering.CopyTextureSupport.Copy3D
  nameWithType: CopyTextureSupport.Copy3D
  type: Field
- uid: UnityEngine.Rendering.CopyTextureSupport.DifferentTypes
  name: DifferentTypes
  fullName: UnityEngine.Rendering.CopyTextureSupport.DifferentTypes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CopyTextureSupport.DifferentTypes.html
  commentId: F:UnityEngine.Rendering.CopyTextureSupport.DifferentTypes
  nameWithType: CopyTextureSupport.DifferentTypes
  type: Field
- uid: UnityEngine.Rendering.CopyTextureSupport.None
  name: None
  fullName: UnityEngine.Rendering.CopyTextureSupport.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CopyTextureSupport.None.html
  commentId: F:UnityEngine.Rendering.CopyTextureSupport.None
  nameWithType: CopyTextureSupport.None
  type: Field
- uid: UnityEngine.Rendering.CopyTextureSupport.RTToTexture
  name: RTToTexture
  fullName: UnityEngine.Rendering.CopyTextureSupport.RTToTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CopyTextureSupport.RTToTexture.html
  commentId: F:UnityEngine.Rendering.CopyTextureSupport.RTToTexture
  nameWithType: CopyTextureSupport.RTToTexture
  type: Field
- uid: UnityEngine.Rendering.CopyTextureSupport.TextureToRT
  name: TextureToRT
  fullName: UnityEngine.Rendering.CopyTextureSupport.TextureToRT
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CopyTextureSupport.TextureToRT.html
  commentId: F:UnityEngine.Rendering.CopyTextureSupport.TextureToRT
  nameWithType: CopyTextureSupport.TextureToRT
  type: Field
- uid: UnityEngine.Rendering.CullMode
  name: CullMode
  fullName: UnityEngine.Rendering.CullMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CullMode.html
  commentId: T:UnityEngine.Rendering.CullMode
  nameWithType: CullMode
  type: Enum
- uid: UnityEngine.Rendering.CullMode.Back
  name: Back
  fullName: UnityEngine.Rendering.CullMode.Back
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CullMode.Back.html
  commentId: F:UnityEngine.Rendering.CullMode.Back
  nameWithType: CullMode.Back
  type: Field
- uid: UnityEngine.Rendering.CullMode.Front
  name: Front
  fullName: UnityEngine.Rendering.CullMode.Front
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CullMode.Front.html
  commentId: F:UnityEngine.Rendering.CullMode.Front
  nameWithType: CullMode.Front
  type: Field
- uid: UnityEngine.Rendering.CullMode.Off
  name: Off
  fullName: UnityEngine.Rendering.CullMode.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.CullMode.Off.html
  commentId: F:UnityEngine.Rendering.CullMode.Off
  nameWithType: CullMode.Off
  type: Field
- uid: UnityEngine.Rendering.DefaultReflectionMode
  name: DefaultReflectionMode
  fullName: UnityEngine.Rendering.DefaultReflectionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.DefaultReflectionMode.html
  commentId: T:UnityEngine.Rendering.DefaultReflectionMode
  nameWithType: DefaultReflectionMode
  type: Enum
- uid: UnityEngine.Rendering.DefaultReflectionMode.Custom
  name: Custom
  fullName: UnityEngine.Rendering.DefaultReflectionMode.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.DefaultReflectionMode.Custom.html
  commentId: F:UnityEngine.Rendering.DefaultReflectionMode.Custom
  nameWithType: DefaultReflectionMode.Custom
  type: Field
- uid: UnityEngine.Rendering.DefaultReflectionMode.Skybox
  name: Skybox
  fullName: UnityEngine.Rendering.DefaultReflectionMode.Skybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.DefaultReflectionMode.Skybox.html
  commentId: F:UnityEngine.Rendering.DefaultReflectionMode.Skybox
  nameWithType: DefaultReflectionMode.Skybox
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType
  name: GraphicsDeviceType
  fullName: UnityEngine.Rendering.GraphicsDeviceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.html
  commentId: T:UnityEngine.Rendering.GraphicsDeviceType
  nameWithType: GraphicsDeviceType
  type: Enum
- uid: UnityEngine.Rendering.GraphicsDeviceType.Direct3D11
  name: Direct3D11
  fullName: UnityEngine.Rendering.GraphicsDeviceType.Direct3D11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.Direct3D11.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.Direct3D11
  nameWithType: GraphicsDeviceType.Direct3D11
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.Direct3D12
  name: Direct3D12
  fullName: UnityEngine.Rendering.GraphicsDeviceType.Direct3D12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.Direct3D12.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.Direct3D12
  nameWithType: GraphicsDeviceType.Direct3D12
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.Direct3D9
  name: Direct3D9
  fullName: UnityEngine.Rendering.GraphicsDeviceType.Direct3D9
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.Direct3D9.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.Direct3D9
  nameWithType: GraphicsDeviceType.Direct3D9
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.Metal
  name: Metal
  fullName: UnityEngine.Rendering.GraphicsDeviceType.Metal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.Metal.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.Metal
  nameWithType: GraphicsDeviceType.Metal
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.N3DS
  name: N3DS
  fullName: UnityEngine.Rendering.GraphicsDeviceType.N3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.N3DS.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.N3DS
  nameWithType: GraphicsDeviceType.N3DS
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.Null
  name: Null
  fullName: UnityEngine.Rendering.GraphicsDeviceType.Null
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.Null.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.Null
  nameWithType: GraphicsDeviceType.Null
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.OpenGL2
  name: OpenGL2
  fullName: UnityEngine.Rendering.GraphicsDeviceType.OpenGL2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.OpenGL2.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.OpenGL2
  nameWithType: GraphicsDeviceType.OpenGL2
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.OpenGLCore
  name: OpenGLCore
  fullName: UnityEngine.Rendering.GraphicsDeviceType.OpenGLCore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.OpenGLCore.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.OpenGLCore
  nameWithType: GraphicsDeviceType.OpenGLCore
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.OpenGLES2
  name: OpenGLES2
  fullName: UnityEngine.Rendering.GraphicsDeviceType.OpenGLES2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.OpenGLES2.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.OpenGLES2
  nameWithType: GraphicsDeviceType.OpenGLES2
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.OpenGLES3
  name: OpenGLES3
  fullName: UnityEngine.Rendering.GraphicsDeviceType.OpenGLES3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.OpenGLES3.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.OpenGLES3
  nameWithType: GraphicsDeviceType.OpenGLES3
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.PlayStation3
  name: PlayStation3
  fullName: UnityEngine.Rendering.GraphicsDeviceType.PlayStation3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.PlayStation3.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.PlayStation3
  nameWithType: GraphicsDeviceType.PlayStation3
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.PlayStation4
  name: PlayStation4
  fullName: UnityEngine.Rendering.GraphicsDeviceType.PlayStation4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.PlayStation4.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.PlayStation4
  nameWithType: GraphicsDeviceType.PlayStation4
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.PlayStationMobile
  name: PlayStationMobile
  fullName: UnityEngine.Rendering.GraphicsDeviceType.PlayStationMobile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.PlayStationMobile.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.PlayStationMobile
  nameWithType: GraphicsDeviceType.PlayStationMobile
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.PlayStationVita
  name: PlayStationVita
  fullName: UnityEngine.Rendering.GraphicsDeviceType.PlayStationVita
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.PlayStationVita.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.PlayStationVita
  nameWithType: GraphicsDeviceType.PlayStationVita
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.Vulkan
  name: Vulkan
  fullName: UnityEngine.Rendering.GraphicsDeviceType.Vulkan
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.Vulkan.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.Vulkan
  nameWithType: GraphicsDeviceType.Vulkan
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.Xbox360
  name: Xbox360
  fullName: UnityEngine.Rendering.GraphicsDeviceType.Xbox360
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.Xbox360.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.Xbox360
  nameWithType: GraphicsDeviceType.Xbox360
  type: Field
- uid: UnityEngine.Rendering.GraphicsDeviceType.XboxOne
  name: XboxOne
  fullName: UnityEngine.Rendering.GraphicsDeviceType.XboxOne
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsDeviceType.XboxOne.html
  commentId: F:UnityEngine.Rendering.GraphicsDeviceType.XboxOne
  nameWithType: GraphicsDeviceType.XboxOne
  type: Field
- uid: UnityEngine.Rendering.GraphicsSettings
  name: GraphicsSettings
  fullName: UnityEngine.Rendering.GraphicsSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings.html
  commentId: T:UnityEngine.Rendering.GraphicsSettings
  nameWithType: GraphicsSettings
  type: Class
- uid: UnityEngine.Rendering.GraphicsSettings.GetCustomShader(UnityEngine.Rendering.BuiltinShaderType)
  name: GetCustomShader(BuiltinShaderType)
  fullName: UnityEngine.Rendering.GraphicsSettings.GetCustomShader(UnityEngine.Rendering.BuiltinShaderType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings.GetCustomShader.html
  commentId: M:UnityEngine.Rendering.GraphicsSettings.GetCustomShader(UnityEngine.Rendering.BuiltinShaderType)
  nameWithType: GraphicsSettings.GetCustomShader(BuiltinShaderType)
  type: Method
- uid: UnityEngine.Rendering.GraphicsSettings.GetShaderMode(UnityEngine.Rendering.BuiltinShaderType)
  name: GetShaderMode(BuiltinShaderType)
  fullName: UnityEngine.Rendering.GraphicsSettings.GetShaderMode(UnityEngine.Rendering.BuiltinShaderType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings.GetShaderMode.html
  commentId: M:UnityEngine.Rendering.GraphicsSettings.GetShaderMode(UnityEngine.Rendering.BuiltinShaderType)
  nameWithType: GraphicsSettings.GetShaderMode(BuiltinShaderType)
  type: Method
- uid: UnityEngine.Rendering.GraphicsSettings.HasShaderDefine(UnityEngine.Rendering.BuiltinShaderDefine)
  name: HasShaderDefine(BuiltinShaderDefine)
  fullName: UnityEngine.Rendering.GraphicsSettings.HasShaderDefine(UnityEngine.Rendering.BuiltinShaderDefine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings.HasShaderDefine.html
  commentId: M:UnityEngine.Rendering.GraphicsSettings.HasShaderDefine(UnityEngine.Rendering.BuiltinShaderDefine)
  nameWithType: GraphicsSettings.HasShaderDefine(BuiltinShaderDefine)
  type: Method
- uid: UnityEngine.Rendering.GraphicsSettings.HasShaderDefine(UnityEngine.Rendering.GraphicsTier,UnityEngine.Rendering.BuiltinShaderDefine)
  name: HasShaderDefine(GraphicsTier, BuiltinShaderDefine)
  fullName: UnityEngine.Rendering.GraphicsSettings.HasShaderDefine(UnityEngine.Rendering.GraphicsTier, UnityEngine.Rendering.BuiltinShaderDefine)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings.HasShaderDefine.html
  commentId: M:UnityEngine.Rendering.GraphicsSettings.HasShaderDefine(UnityEngine.Rendering.GraphicsTier,UnityEngine.Rendering.BuiltinShaderDefine)
  nameWithType: GraphicsSettings.HasShaderDefine(GraphicsTier, BuiltinShaderDefine)
  type: Method
- uid: UnityEngine.Rendering.GraphicsSettings.lightsUseColorTemperature
  name: lightsUseColorTemperature
  fullName: UnityEngine.Rendering.GraphicsSettings.lightsUseColorTemperature
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings-lightsUseColorTemperature.html
  commentId: P:UnityEngine.Rendering.GraphicsSettings.lightsUseColorTemperature
  nameWithType: GraphicsSettings.lightsUseColorTemperature
  type: Property
- uid: UnityEngine.Rendering.GraphicsSettings.lightsUseLinearIntensity
  name: lightsUseLinearIntensity
  fullName: UnityEngine.Rendering.GraphicsSettings.lightsUseLinearIntensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings-lightsUseLinearIntensity.html
  commentId: P:UnityEngine.Rendering.GraphicsSettings.lightsUseLinearIntensity
  nameWithType: GraphicsSettings.lightsUseLinearIntensity
  type: Property
- uid: UnityEngine.Rendering.GraphicsSettings.renderPipelineAsset
  name: renderPipelineAsset
  fullName: UnityEngine.Rendering.GraphicsSettings.renderPipelineAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings-renderPipelineAsset.html
  commentId: P:UnityEngine.Rendering.GraphicsSettings.renderPipelineAsset
  nameWithType: GraphicsSettings.renderPipelineAsset
  type: Property
- uid: UnityEngine.Rendering.GraphicsSettings.SetCustomShader(UnityEngine.Rendering.BuiltinShaderType,UnityEngine.Shader)
  name: SetCustomShader(BuiltinShaderType, Shader)
  fullName: UnityEngine.Rendering.GraphicsSettings.SetCustomShader(UnityEngine.Rendering.BuiltinShaderType, UnityEngine.Shader)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings.SetCustomShader.html
  commentId: M:UnityEngine.Rendering.GraphicsSettings.SetCustomShader(UnityEngine.Rendering.BuiltinShaderType,UnityEngine.Shader)
  nameWithType: GraphicsSettings.SetCustomShader(BuiltinShaderType, Shader)
  type: Method
- uid: UnityEngine.Rendering.GraphicsSettings.SetShaderMode(UnityEngine.Rendering.BuiltinShaderType,UnityEngine.Rendering.BuiltinShaderMode)
  name: SetShaderMode(BuiltinShaderType, BuiltinShaderMode)
  fullName: UnityEngine.Rendering.GraphicsSettings.SetShaderMode(UnityEngine.Rendering.BuiltinShaderType, UnityEngine.Rendering.BuiltinShaderMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings.SetShaderMode.html
  commentId: M:UnityEngine.Rendering.GraphicsSettings.SetShaderMode(UnityEngine.Rendering.BuiltinShaderType,UnityEngine.Rendering.BuiltinShaderMode)
  nameWithType: GraphicsSettings.SetShaderMode(BuiltinShaderType, BuiltinShaderMode)
  type: Method
- uid: UnityEngine.Rendering.GraphicsSettings.transparencySortAxis
  name: transparencySortAxis
  fullName: UnityEngine.Rendering.GraphicsSettings.transparencySortAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings-transparencySortAxis.html
  commentId: P:UnityEngine.Rendering.GraphicsSettings.transparencySortAxis
  nameWithType: GraphicsSettings.transparencySortAxis
  type: Property
- uid: UnityEngine.Rendering.GraphicsSettings.transparencySortMode
  name: transparencySortMode
  fullName: UnityEngine.Rendering.GraphicsSettings.transparencySortMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsSettings-transparencySortMode.html
  commentId: P:UnityEngine.Rendering.GraphicsSettings.transparencySortMode
  nameWithType: GraphicsSettings.transparencySortMode
  type: Property
- uid: UnityEngine.Rendering.GraphicsTier
  name: GraphicsTier
  fullName: UnityEngine.Rendering.GraphicsTier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsTier.html
  commentId: T:UnityEngine.Rendering.GraphicsTier
  nameWithType: GraphicsTier
  type: Enum
- uid: UnityEngine.Rendering.GraphicsTier.Tier1
  name: Tier1
  fullName: UnityEngine.Rendering.GraphicsTier.Tier1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsTier.Tier1.html
  commentId: F:UnityEngine.Rendering.GraphicsTier.Tier1
  nameWithType: GraphicsTier.Tier1
  type: Field
- uid: UnityEngine.Rendering.GraphicsTier.Tier2
  name: Tier2
  fullName: UnityEngine.Rendering.GraphicsTier.Tier2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsTier.Tier2.html
  commentId: F:UnityEngine.Rendering.GraphicsTier.Tier2
  nameWithType: GraphicsTier.Tier2
  type: Field
- uid: UnityEngine.Rendering.GraphicsTier.Tier3
  name: Tier3
  fullName: UnityEngine.Rendering.GraphicsTier.Tier3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.GraphicsTier.Tier3.html
  commentId: F:UnityEngine.Rendering.GraphicsTier.Tier3
  nameWithType: GraphicsTier.Tier3
  type: Field
- uid: UnityEngine.Rendering.LightEvent
  name: LightEvent
  fullName: UnityEngine.Rendering.LightEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightEvent.html
  commentId: T:UnityEngine.Rendering.LightEvent
  nameWithType: LightEvent
  type: Enum
- uid: UnityEngine.Rendering.LightEvent.AfterScreenspaceMask
  name: AfterScreenspaceMask
  fullName: UnityEngine.Rendering.LightEvent.AfterScreenspaceMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightEvent.AfterScreenspaceMask.html
  commentId: F:UnityEngine.Rendering.LightEvent.AfterScreenspaceMask
  nameWithType: LightEvent.AfterScreenspaceMask
  type: Field
- uid: UnityEngine.Rendering.LightEvent.AfterShadowMap
  name: AfterShadowMap
  fullName: UnityEngine.Rendering.LightEvent.AfterShadowMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightEvent.AfterShadowMap.html
  commentId: F:UnityEngine.Rendering.LightEvent.AfterShadowMap
  nameWithType: LightEvent.AfterShadowMap
  type: Field
- uid: UnityEngine.Rendering.LightEvent.AfterShadowMapPass
  name: AfterShadowMapPass
  fullName: UnityEngine.Rendering.LightEvent.AfterShadowMapPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightEvent.AfterShadowMapPass.html
  commentId: F:UnityEngine.Rendering.LightEvent.AfterShadowMapPass
  nameWithType: LightEvent.AfterShadowMapPass
  type: Field
- uid: UnityEngine.Rendering.LightEvent.BeforeScreenspaceMask
  name: BeforeScreenspaceMask
  fullName: UnityEngine.Rendering.LightEvent.BeforeScreenspaceMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightEvent.BeforeScreenspaceMask.html
  commentId: F:UnityEngine.Rendering.LightEvent.BeforeScreenspaceMask
  nameWithType: LightEvent.BeforeScreenspaceMask
  type: Field
- uid: UnityEngine.Rendering.LightEvent.BeforeShadowMap
  name: BeforeShadowMap
  fullName: UnityEngine.Rendering.LightEvent.BeforeShadowMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightEvent.BeforeShadowMap.html
  commentId: F:UnityEngine.Rendering.LightEvent.BeforeShadowMap
  nameWithType: LightEvent.BeforeShadowMap
  type: Field
- uid: UnityEngine.Rendering.LightEvent.BeforeShadowMapPass
  name: BeforeShadowMapPass
  fullName: UnityEngine.Rendering.LightEvent.BeforeShadowMapPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightEvent.BeforeShadowMapPass.html
  commentId: F:UnityEngine.Rendering.LightEvent.BeforeShadowMapPass
  nameWithType: LightEvent.BeforeShadowMapPass
  type: Field
- uid: UnityEngine.Rendering.LightProbeUsage
  name: LightProbeUsage
  fullName: UnityEngine.Rendering.LightProbeUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightProbeUsage.html
  commentId: T:UnityEngine.Rendering.LightProbeUsage
  nameWithType: LightProbeUsage
  type: Enum
- uid: UnityEngine.Rendering.LightProbeUsage.BlendProbes
  name: BlendProbes
  fullName: UnityEngine.Rendering.LightProbeUsage.BlendProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightProbeUsage.BlendProbes.html
  commentId: F:UnityEngine.Rendering.LightProbeUsage.BlendProbes
  nameWithType: LightProbeUsage.BlendProbes
  type: Field
- uid: UnityEngine.Rendering.LightProbeUsage.Off
  name: Off
  fullName: UnityEngine.Rendering.LightProbeUsage.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightProbeUsage.Off.html
  commentId: F:UnityEngine.Rendering.LightProbeUsage.Off
  nameWithType: LightProbeUsage.Off
  type: Field
- uid: UnityEngine.Rendering.LightProbeUsage.UseProxyVolume
  name: UseProxyVolume
  fullName: UnityEngine.Rendering.LightProbeUsage.UseProxyVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightProbeUsage.UseProxyVolume.html
  commentId: F:UnityEngine.Rendering.LightProbeUsage.UseProxyVolume
  nameWithType: LightProbeUsage.UseProxyVolume
  type: Field
- uid: UnityEngine.Rendering.LightShadowResolution
  name: LightShadowResolution
  fullName: UnityEngine.Rendering.LightShadowResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightShadowResolution.html
  commentId: T:UnityEngine.Rendering.LightShadowResolution
  nameWithType: LightShadowResolution
  type: Enum
- uid: UnityEngine.Rendering.LightShadowResolution.FromQualitySettings
  name: FromQualitySettings
  fullName: UnityEngine.Rendering.LightShadowResolution.FromQualitySettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightShadowResolution.FromQualitySettings.html
  commentId: F:UnityEngine.Rendering.LightShadowResolution.FromQualitySettings
  nameWithType: LightShadowResolution.FromQualitySettings
  type: Field
- uid: UnityEngine.Rendering.LightShadowResolution.High
  name: High
  fullName: UnityEngine.Rendering.LightShadowResolution.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightShadowResolution.High.html
  commentId: F:UnityEngine.Rendering.LightShadowResolution.High
  nameWithType: LightShadowResolution.High
  type: Field
- uid: UnityEngine.Rendering.LightShadowResolution.Low
  name: Low
  fullName: UnityEngine.Rendering.LightShadowResolution.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightShadowResolution.Low.html
  commentId: F:UnityEngine.Rendering.LightShadowResolution.Low
  nameWithType: LightShadowResolution.Low
  type: Field
- uid: UnityEngine.Rendering.LightShadowResolution.Medium
  name: Medium
  fullName: UnityEngine.Rendering.LightShadowResolution.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightShadowResolution.Medium.html
  commentId: F:UnityEngine.Rendering.LightShadowResolution.Medium
  nameWithType: LightShadowResolution.Medium
  type: Field
- uid: UnityEngine.Rendering.LightShadowResolution.VeryHigh
  name: VeryHigh
  fullName: UnityEngine.Rendering.LightShadowResolution.VeryHigh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.LightShadowResolution.VeryHigh.html
  commentId: F:UnityEngine.Rendering.LightShadowResolution.VeryHigh
  nameWithType: LightShadowResolution.VeryHigh
  type: Field
- uid: UnityEngine.Rendering.OpaqueSortMode
  name: OpaqueSortMode
  fullName: UnityEngine.Rendering.OpaqueSortMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.OpaqueSortMode.html
  commentId: T:UnityEngine.Rendering.OpaqueSortMode
  nameWithType: OpaqueSortMode
  type: Enum
- uid: UnityEngine.Rendering.OpaqueSortMode.Default
  name: Default
  fullName: UnityEngine.Rendering.OpaqueSortMode.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.OpaqueSortMode.Default.html
  commentId: F:UnityEngine.Rendering.OpaqueSortMode.Default
  nameWithType: OpaqueSortMode.Default
  type: Field
- uid: UnityEngine.Rendering.OpaqueSortMode.FrontToBack
  name: FrontToBack
  fullName: UnityEngine.Rendering.OpaqueSortMode.FrontToBack
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.OpaqueSortMode.FrontToBack.html
  commentId: F:UnityEngine.Rendering.OpaqueSortMode.FrontToBack
  nameWithType: OpaqueSortMode.FrontToBack
  type: Field
- uid: UnityEngine.Rendering.OpaqueSortMode.NoDistanceSort
  name: NoDistanceSort
  fullName: UnityEngine.Rendering.OpaqueSortMode.NoDistanceSort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.OpaqueSortMode.NoDistanceSort.html
  commentId: F:UnityEngine.Rendering.OpaqueSortMode.NoDistanceSort
  nameWithType: OpaqueSortMode.NoDistanceSort
  type: Field
- uid: UnityEngine.Rendering.PassType
  name: PassType
  fullName: UnityEngine.Rendering.PassType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.html
  commentId: T:UnityEngine.Rendering.PassType
  nameWithType: PassType
  type: Enum
- uid: UnityEngine.Rendering.PassType.Deferred
  name: Deferred
  fullName: UnityEngine.Rendering.PassType.Deferred
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.Deferred.html
  commentId: F:UnityEngine.Rendering.PassType.Deferred
  nameWithType: PassType.Deferred
  type: Field
- uid: UnityEngine.Rendering.PassType.ForwardAdd
  name: ForwardAdd
  fullName: UnityEngine.Rendering.PassType.ForwardAdd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.ForwardAdd.html
  commentId: F:UnityEngine.Rendering.PassType.ForwardAdd
  nameWithType: PassType.ForwardAdd
  type: Field
- uid: UnityEngine.Rendering.PassType.ForwardBase
  name: ForwardBase
  fullName: UnityEngine.Rendering.PassType.ForwardBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.ForwardBase.html
  commentId: F:UnityEngine.Rendering.PassType.ForwardBase
  nameWithType: PassType.ForwardBase
  type: Field
- uid: UnityEngine.Rendering.PassType.LightPrePassBase
  name: LightPrePassBase
  fullName: UnityEngine.Rendering.PassType.LightPrePassBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.LightPrePassBase.html
  commentId: F:UnityEngine.Rendering.PassType.LightPrePassBase
  nameWithType: PassType.LightPrePassBase
  type: Field
- uid: UnityEngine.Rendering.PassType.LightPrePassFinal
  name: LightPrePassFinal
  fullName: UnityEngine.Rendering.PassType.LightPrePassFinal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.LightPrePassFinal.html
  commentId: F:UnityEngine.Rendering.PassType.LightPrePassFinal
  nameWithType: PassType.LightPrePassFinal
  type: Field
- uid: UnityEngine.Rendering.PassType.Meta
  name: Meta
  fullName: UnityEngine.Rendering.PassType.Meta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.Meta.html
  commentId: F:UnityEngine.Rendering.PassType.Meta
  nameWithType: PassType.Meta
  type: Field
- uid: UnityEngine.Rendering.PassType.MotionVectors
  name: MotionVectors
  fullName: UnityEngine.Rendering.PassType.MotionVectors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.MotionVectors.html
  commentId: F:UnityEngine.Rendering.PassType.MotionVectors
  nameWithType: PassType.MotionVectors
  type: Field
- uid: UnityEngine.Rendering.PassType.Normal
  name: Normal
  fullName: UnityEngine.Rendering.PassType.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.Normal.html
  commentId: F:UnityEngine.Rendering.PassType.Normal
  nameWithType: PassType.Normal
  type: Field
- uid: UnityEngine.Rendering.PassType.ShadowCaster
  name: ShadowCaster
  fullName: UnityEngine.Rendering.PassType.ShadowCaster
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.ShadowCaster.html
  commentId: F:UnityEngine.Rendering.PassType.ShadowCaster
  nameWithType: PassType.ShadowCaster
  type: Field
- uid: UnityEngine.Rendering.PassType.Vertex
  name: Vertex
  fullName: UnityEngine.Rendering.PassType.Vertex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.Vertex.html
  commentId: F:UnityEngine.Rendering.PassType.Vertex
  nameWithType: PassType.Vertex
  type: Field
- uid: UnityEngine.Rendering.PassType.VertexLM
  name: VertexLM
  fullName: UnityEngine.Rendering.PassType.VertexLM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.VertexLM.html
  commentId: F:UnityEngine.Rendering.PassType.VertexLM
  nameWithType: PassType.VertexLM
  type: Field
- uid: UnityEngine.Rendering.PassType.VertexLMRGBM
  name: VertexLMRGBM
  fullName: UnityEngine.Rendering.PassType.VertexLMRGBM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.PassType.VertexLMRGBM.html
  commentId: F:UnityEngine.Rendering.PassType.VertexLMRGBM
  nameWithType: PassType.VertexLMRGBM
  type: Field
- uid: UnityEngine.Rendering.RealtimeGICPUUsage
  name: RealtimeGICPUUsage
  fullName: UnityEngine.Rendering.RealtimeGICPUUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RealtimeGICPUUsage.html
  commentId: T:UnityEngine.Rendering.RealtimeGICPUUsage
  nameWithType: RealtimeGICPUUsage
  type: Enum
- uid: UnityEngine.Rendering.RealtimeGICPUUsage.High
  name: High
  fullName: UnityEngine.Rendering.RealtimeGICPUUsage.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RealtimeGICPUUsage.High.html
  commentId: F:UnityEngine.Rendering.RealtimeGICPUUsage.High
  nameWithType: RealtimeGICPUUsage.High
  type: Field
- uid: UnityEngine.Rendering.RealtimeGICPUUsage.Low
  name: Low
  fullName: UnityEngine.Rendering.RealtimeGICPUUsage.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RealtimeGICPUUsage.Low.html
  commentId: F:UnityEngine.Rendering.RealtimeGICPUUsage.Low
  nameWithType: RealtimeGICPUUsage.Low
  type: Field
- uid: UnityEngine.Rendering.RealtimeGICPUUsage.Medium
  name: Medium
  fullName: UnityEngine.Rendering.RealtimeGICPUUsage.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RealtimeGICPUUsage.Medium.html
  commentId: F:UnityEngine.Rendering.RealtimeGICPUUsage.Medium
  nameWithType: RealtimeGICPUUsage.Medium
  type: Field
- uid: UnityEngine.Rendering.RealtimeGICPUUsage.Unlimited
  name: Unlimited
  fullName: UnityEngine.Rendering.RealtimeGICPUUsage.Unlimited
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RealtimeGICPUUsage.Unlimited.html
  commentId: F:UnityEngine.Rendering.RealtimeGICPUUsage.Unlimited
  nameWithType: RealtimeGICPUUsage.Unlimited
  type: Field
- uid: UnityEngine.Rendering.ReflectionCubemapCompression
  name: ReflectionCubemapCompression
  fullName: UnityEngine.Rendering.ReflectionCubemapCompression
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionCubemapCompression.html
  commentId: T:UnityEngine.Rendering.ReflectionCubemapCompression
  nameWithType: ReflectionCubemapCompression
  type: Enum
- uid: UnityEngine.Rendering.ReflectionCubemapCompression.Auto
  name: Auto
  fullName: UnityEngine.Rendering.ReflectionCubemapCompression.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionCubemapCompression.Auto.html
  commentId: F:UnityEngine.Rendering.ReflectionCubemapCompression.Auto
  nameWithType: ReflectionCubemapCompression.Auto
  type: Field
- uid: UnityEngine.Rendering.ReflectionCubemapCompression.Compressed
  name: Compressed
  fullName: UnityEngine.Rendering.ReflectionCubemapCompression.Compressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionCubemapCompression.Compressed.html
  commentId: F:UnityEngine.Rendering.ReflectionCubemapCompression.Compressed
  nameWithType: ReflectionCubemapCompression.Compressed
  type: Field
- uid: UnityEngine.Rendering.ReflectionCubemapCompression.Uncompressed
  name: Uncompressed
  fullName: UnityEngine.Rendering.ReflectionCubemapCompression.Uncompressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionCubemapCompression.Uncompressed.html
  commentId: F:UnityEngine.Rendering.ReflectionCubemapCompression.Uncompressed
  nameWithType: ReflectionCubemapCompression.Uncompressed
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeBlendInfo
  name: ReflectionProbeBlendInfo
  fullName: UnityEngine.Rendering.ReflectionProbeBlendInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeBlendInfo.html
  commentId: T:UnityEngine.Rendering.ReflectionProbeBlendInfo
  nameWithType: ReflectionProbeBlendInfo
  type: Struct
- uid: UnityEngine.Rendering.ReflectionProbeBlendInfo.probe
  name: probe
  fullName: UnityEngine.Rendering.ReflectionProbeBlendInfo.probe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeBlendInfo-probe.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeBlendInfo.probe
  nameWithType: ReflectionProbeBlendInfo.probe
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeBlendInfo.weight
  name: weight
  fullName: UnityEngine.Rendering.ReflectionProbeBlendInfo.weight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeBlendInfo-weight.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeBlendInfo.weight
  nameWithType: ReflectionProbeBlendInfo.weight
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeClearFlags
  name: ReflectionProbeClearFlags
  fullName: UnityEngine.Rendering.ReflectionProbeClearFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeClearFlags.html
  commentId: T:UnityEngine.Rendering.ReflectionProbeClearFlags
  nameWithType: ReflectionProbeClearFlags
  type: Enum
- uid: UnityEngine.Rendering.ReflectionProbeClearFlags.Skybox
  name: Skybox
  fullName: UnityEngine.Rendering.ReflectionProbeClearFlags.Skybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeClearFlags.Skybox.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeClearFlags.Skybox
  nameWithType: ReflectionProbeClearFlags.Skybox
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeClearFlags.SolidColor
  name: SolidColor
  fullName: UnityEngine.Rendering.ReflectionProbeClearFlags.SolidColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeClearFlags.SolidColor.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeClearFlags.SolidColor
  nameWithType: ReflectionProbeClearFlags.SolidColor
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeMode
  name: ReflectionProbeMode
  fullName: UnityEngine.Rendering.ReflectionProbeMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeMode.html
  commentId: T:UnityEngine.Rendering.ReflectionProbeMode
  nameWithType: ReflectionProbeMode
  type: Enum
- uid: UnityEngine.Rendering.ReflectionProbeMode.Baked
  name: Baked
  fullName: UnityEngine.Rendering.ReflectionProbeMode.Baked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeMode.Baked.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeMode.Baked
  nameWithType: ReflectionProbeMode.Baked
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeMode.Custom
  name: Custom
  fullName: UnityEngine.Rendering.ReflectionProbeMode.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeMode.Custom.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeMode.Custom
  nameWithType: ReflectionProbeMode.Custom
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeMode.Realtime
  name: Realtime
  fullName: UnityEngine.Rendering.ReflectionProbeMode.Realtime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeMode.Realtime.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeMode.Realtime
  nameWithType: ReflectionProbeMode.Realtime
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeRefreshMode
  name: ReflectionProbeRefreshMode
  fullName: UnityEngine.Rendering.ReflectionProbeRefreshMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeRefreshMode.html
  commentId: T:UnityEngine.Rendering.ReflectionProbeRefreshMode
  nameWithType: ReflectionProbeRefreshMode
  type: Enum
- uid: UnityEngine.Rendering.ReflectionProbeRefreshMode.EveryFrame
  name: EveryFrame
  fullName: UnityEngine.Rendering.ReflectionProbeRefreshMode.EveryFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeRefreshMode.EveryFrame.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeRefreshMode.EveryFrame
  nameWithType: ReflectionProbeRefreshMode.EveryFrame
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeRefreshMode.OnAwake
  name: OnAwake
  fullName: UnityEngine.Rendering.ReflectionProbeRefreshMode.OnAwake
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeRefreshMode.OnAwake.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeRefreshMode.OnAwake
  nameWithType: ReflectionProbeRefreshMode.OnAwake
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeRefreshMode.ViaScripting
  name: ViaScripting
  fullName: UnityEngine.Rendering.ReflectionProbeRefreshMode.ViaScripting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeRefreshMode.ViaScripting.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeRefreshMode.ViaScripting
  nameWithType: ReflectionProbeRefreshMode.ViaScripting
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeTimeSlicingMode
  name: ReflectionProbeTimeSlicingMode
  fullName: UnityEngine.Rendering.ReflectionProbeTimeSlicingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeTimeSlicingMode.html
  commentId: T:UnityEngine.Rendering.ReflectionProbeTimeSlicingMode
  nameWithType: ReflectionProbeTimeSlicingMode
  type: Enum
- uid: UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.AllFacesAtOnce
  name: AllFacesAtOnce
  fullName: UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.AllFacesAtOnce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeTimeSlicingMode.AllFacesAtOnce.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.AllFacesAtOnce
  nameWithType: ReflectionProbeTimeSlicingMode.AllFacesAtOnce
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.IndividualFaces
  name: IndividualFaces
  fullName: UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.IndividualFaces
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeTimeSlicingMode.IndividualFaces.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.IndividualFaces
  nameWithType: ReflectionProbeTimeSlicingMode.IndividualFaces
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.NoTimeSlicing
  name: NoTimeSlicing
  fullName: UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.NoTimeSlicing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeTimeSlicingMode.NoTimeSlicing.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeTimeSlicingMode.NoTimeSlicing
  nameWithType: ReflectionProbeTimeSlicingMode.NoTimeSlicing
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeType
  name: ReflectionProbeType
  fullName: UnityEngine.Rendering.ReflectionProbeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeType.html
  commentId: T:UnityEngine.Rendering.ReflectionProbeType
  nameWithType: ReflectionProbeType
  type: Enum
- uid: UnityEngine.Rendering.ReflectionProbeType.Card
  name: Card
  fullName: UnityEngine.Rendering.ReflectionProbeType.Card
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeType.Card.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeType.Card
  nameWithType: ReflectionProbeType.Card
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeType.Cube
  name: Cube
  fullName: UnityEngine.Rendering.ReflectionProbeType.Cube
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeType.Cube.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeType.Cube
  nameWithType: ReflectionProbeType.Cube
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeUsage
  name: ReflectionProbeUsage
  fullName: UnityEngine.Rendering.ReflectionProbeUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeUsage.html
  commentId: T:UnityEngine.Rendering.ReflectionProbeUsage
  nameWithType: ReflectionProbeUsage
  type: Enum
- uid: UnityEngine.Rendering.ReflectionProbeUsage.BlendProbes
  name: BlendProbes
  fullName: UnityEngine.Rendering.ReflectionProbeUsage.BlendProbes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeUsage.BlendProbes.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeUsage.BlendProbes
  nameWithType: ReflectionProbeUsage.BlendProbes
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeUsage.BlendProbesAndSkybox
  name: BlendProbesAndSkybox
  fullName: UnityEngine.Rendering.ReflectionProbeUsage.BlendProbesAndSkybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeUsage.BlendProbesAndSkybox.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeUsage.BlendProbesAndSkybox
  nameWithType: ReflectionProbeUsage.BlendProbesAndSkybox
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeUsage.Off
  name: Off
  fullName: UnityEngine.Rendering.ReflectionProbeUsage.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeUsage.Off.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeUsage.Off
  nameWithType: ReflectionProbeUsage.Off
  type: Field
- uid: UnityEngine.Rendering.ReflectionProbeUsage.Simple
  name: Simple
  fullName: UnityEngine.Rendering.ReflectionProbeUsage.Simple
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ReflectionProbeUsage.Simple.html
  commentId: F:UnityEngine.Rendering.ReflectionProbeUsage.Simple
  nameWithType: ReflectionProbeUsage.Simple
  type: Field
- uid: UnityEngine.Rendering.RenderBufferLoadAction
  name: RenderBufferLoadAction
  fullName: UnityEngine.Rendering.RenderBufferLoadAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferLoadAction.html
  commentId: T:UnityEngine.Rendering.RenderBufferLoadAction
  nameWithType: RenderBufferLoadAction
  type: Enum
- uid: UnityEngine.Rendering.RenderBufferLoadAction.Clear
  name: Clear
  fullName: UnityEngine.Rendering.RenderBufferLoadAction.Clear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferLoadAction.Clear.html
  commentId: F:UnityEngine.Rendering.RenderBufferLoadAction.Clear
  nameWithType: RenderBufferLoadAction.Clear
  type: Field
- uid: UnityEngine.Rendering.RenderBufferLoadAction.DontCare
  name: DontCare
  fullName: UnityEngine.Rendering.RenderBufferLoadAction.DontCare
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferLoadAction.DontCare.html
  commentId: F:UnityEngine.Rendering.RenderBufferLoadAction.DontCare
  nameWithType: RenderBufferLoadAction.DontCare
  type: Field
- uid: UnityEngine.Rendering.RenderBufferLoadAction.Load
  name: Load
  fullName: UnityEngine.Rendering.RenderBufferLoadAction.Load
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferLoadAction.Load.html
  commentId: F:UnityEngine.Rendering.RenderBufferLoadAction.Load
  nameWithType: RenderBufferLoadAction.Load
  type: Field
- uid: UnityEngine.Rendering.RenderBufferStoreAction
  name: RenderBufferStoreAction
  fullName: UnityEngine.Rendering.RenderBufferStoreAction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferStoreAction.html
  commentId: T:UnityEngine.Rendering.RenderBufferStoreAction
  nameWithType: RenderBufferStoreAction
  type: Enum
- uid: UnityEngine.Rendering.RenderBufferStoreAction.DontCare
  name: DontCare
  fullName: UnityEngine.Rendering.RenderBufferStoreAction.DontCare
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferStoreAction.DontCare.html
  commentId: F:UnityEngine.Rendering.RenderBufferStoreAction.DontCare
  nameWithType: RenderBufferStoreAction.DontCare
  type: Field
- uid: UnityEngine.Rendering.RenderBufferStoreAction.Resolve
  name: Resolve
  fullName: UnityEngine.Rendering.RenderBufferStoreAction.Resolve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferStoreAction.Resolve.html
  commentId: F:UnityEngine.Rendering.RenderBufferStoreAction.Resolve
  nameWithType: RenderBufferStoreAction.Resolve
  type: Field
- uid: UnityEngine.Rendering.RenderBufferStoreAction.Store
  name: Store
  fullName: UnityEngine.Rendering.RenderBufferStoreAction.Store
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferStoreAction.Store.html
  commentId: F:UnityEngine.Rendering.RenderBufferStoreAction.Store
  nameWithType: RenderBufferStoreAction.Store
  type: Field
- uid: UnityEngine.Rendering.RenderBufferStoreAction.StoreAndResolve
  name: StoreAndResolve
  fullName: UnityEngine.Rendering.RenderBufferStoreAction.StoreAndResolve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderBufferStoreAction.StoreAndResolve.html
  commentId: F:UnityEngine.Rendering.RenderBufferStoreAction.StoreAndResolve
  nameWithType: RenderBufferStoreAction.StoreAndResolve
  type: Field
- uid: UnityEngine.Rendering.RenderQueue
  name: RenderQueue
  fullName: UnityEngine.Rendering.RenderQueue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderQueue.html
  commentId: T:UnityEngine.Rendering.RenderQueue
  nameWithType: RenderQueue
  type: Enum
- uid: UnityEngine.Rendering.RenderQueue.AlphaTest
  name: AlphaTest
  fullName: UnityEngine.Rendering.RenderQueue.AlphaTest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderQueue.AlphaTest.html
  commentId: F:UnityEngine.Rendering.RenderQueue.AlphaTest
  nameWithType: RenderQueue.AlphaTest
  type: Field
- uid: UnityEngine.Rendering.RenderQueue.Background
  name: Background
  fullName: UnityEngine.Rendering.RenderQueue.Background
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderQueue.Background.html
  commentId: F:UnityEngine.Rendering.RenderQueue.Background
  nameWithType: RenderQueue.Background
  type: Field
- uid: UnityEngine.Rendering.RenderQueue.Geometry
  name: Geometry
  fullName: UnityEngine.Rendering.RenderQueue.Geometry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderQueue.Geometry.html
  commentId: F:UnityEngine.Rendering.RenderQueue.Geometry
  nameWithType: RenderQueue.Geometry
  type: Field
- uid: UnityEngine.Rendering.RenderQueue.GeometryLast
  name: GeometryLast
  fullName: UnityEngine.Rendering.RenderQueue.GeometryLast
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderQueue.GeometryLast.html
  commentId: F:UnityEngine.Rendering.RenderQueue.GeometryLast
  nameWithType: RenderQueue.GeometryLast
  type: Field
- uid: UnityEngine.Rendering.RenderQueue.Overlay
  name: Overlay
  fullName: UnityEngine.Rendering.RenderQueue.Overlay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderQueue.Overlay.html
  commentId: F:UnityEngine.Rendering.RenderQueue.Overlay
  nameWithType: RenderQueue.Overlay
  type: Field
- uid: UnityEngine.Rendering.RenderQueue.Transparent
  name: Transparent
  fullName: UnityEngine.Rendering.RenderQueue.Transparent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderQueue.Transparent.html
  commentId: F:UnityEngine.Rendering.RenderQueue.Transparent
  nameWithType: RenderQueue.Transparent
  type: Field
- uid: UnityEngine.Rendering.RenderTargetIdentifier
  name: RenderTargetIdentifier
  fullName: UnityEngine.Rendering.RenderTargetIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.html
  commentId: T:UnityEngine.Rendering.RenderTargetIdentifier
  nameWithType: RenderTargetIdentifier
  type: Struct
- uid: UnityEngine.Rendering.RenderTargetIdentifier.#ctor(System.Int32,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: RenderTargetIdentifier(int, int, CubemapFace, int)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.RenderTargetIdentifier(int, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-ctor.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.#ctor(System.Int32,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: RenderTargetIdentifier.RenderTargetIdentifier(int, int, CubemapFace, int)
  type: Constructor
- uid: UnityEngine.Rendering.RenderTargetIdentifier.#ctor(System.Int32)
  name: RenderTargetIdentifier(int)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.RenderTargetIdentifier(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-ctor.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.#ctor(System.Int32)
  nameWithType: RenderTargetIdentifier.RenderTargetIdentifier(int)
  type: Constructor
- uid: UnityEngine.Rendering.RenderTargetIdentifier.#ctor(System.String,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: RenderTargetIdentifier(string, int, CubemapFace, int)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.RenderTargetIdentifier(string, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-ctor.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.#ctor(System.String,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: RenderTargetIdentifier.RenderTargetIdentifier(string, int, CubemapFace, int)
  type: Constructor
- uid: UnityEngine.Rendering.RenderTargetIdentifier.#ctor(System.String)
  name: RenderTargetIdentifier(string)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.RenderTargetIdentifier(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-ctor.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.#ctor(System.String)
  nameWithType: RenderTargetIdentifier.RenderTargetIdentifier(string)
  type: Constructor
- uid: UnityEngine.Rendering.RenderTargetIdentifier.#ctor(UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: RenderTargetIdentifier(RenderBuffer, int, CubemapFace, int)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.RenderTargetIdentifier(UnityEngine.RenderBuffer, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-ctor.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.#ctor(UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: RenderTargetIdentifier.RenderTargetIdentifier(RenderBuffer, int, CubemapFace, int)
  type: Constructor
- uid: UnityEngine.Rendering.RenderTargetIdentifier.#ctor(UnityEngine.Rendering.BuiltinRenderTextureType)
  name: RenderTargetIdentifier(BuiltinRenderTextureType)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.RenderTargetIdentifier(UnityEngine.Rendering.BuiltinRenderTextureType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-ctor.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.#ctor(UnityEngine.Rendering.BuiltinRenderTextureType)
  nameWithType: RenderTargetIdentifier.RenderTargetIdentifier(BuiltinRenderTextureType)
  type: Constructor
- uid: UnityEngine.Rendering.RenderTargetIdentifier.#ctor(UnityEngine.Texture,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: RenderTargetIdentifier(Texture, int, CubemapFace, int)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.RenderTargetIdentifier(UnityEngine.Texture, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-ctor.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.#ctor(UnityEngine.Texture,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: RenderTargetIdentifier.RenderTargetIdentifier(Texture, int, CubemapFace, int)
  type: Constructor
- uid: UnityEngine.Rendering.RenderTargetIdentifier.#ctor(UnityEngine.Texture)
  name: RenderTargetIdentifier(Texture)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.RenderTargetIdentifier(UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-ctor.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.#ctor(UnityEngine.Texture)
  nameWithType: RenderTargetIdentifier.RenderTargetIdentifier(Texture)
  type: Constructor
- uid: UnityEngine.Rendering.RenderTargetIdentifier.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.Equals.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.Equals(System.Object)
  nameWithType: RenderTargetIdentifier.Equals(object)
  type: Method
- uid: UnityEngine.Rendering.RenderTargetIdentifier.Equals(UnityEngine.Rendering.RenderTargetIdentifier)
  name: Equals(RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.Equals(UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.Equals.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.Equals(UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: RenderTargetIdentifier.Equals(RenderTargetIdentifier)
  type: Method
- uid: UnityEngine.Rendering.RenderTargetIdentifier.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.GetHashCode.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.GetHashCode
  nameWithType: RenderTargetIdentifier.GetHashCode()
  type: Method
- uid: UnityEngine.Rendering.RenderTargetIdentifier.op_Equality(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  name: operator ==(RenderTargetIdentifier, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.operator ==(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-op_Equality.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.op_Equality(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: RenderTargetIdentifier.operator ==(RenderTargetIdentifier, RenderTargetIdentifier)
  type: Operator
- uid: UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(System.Int32)~UnityEngine.Rendering.RenderTargetIdentifier
  name: implicit operator RenderTargetIdentifier(int)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.implicit operator UnityEngine.Rendering.RenderTargetIdentifier(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.op_Implicit~UnityEngine.Rendering.RenderTargetIdentifier.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(System.Int32)~UnityEngine.Rendering.RenderTargetIdentifier
  nameWithType: RenderTargetIdentifier.implicit operator RenderTargetIdentifier(int)
  type: Operator
- uid: UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(System.String)~UnityEngine.Rendering.RenderTargetIdentifier
  name: implicit operator RenderTargetIdentifier(string)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.implicit operator UnityEngine.Rendering.RenderTargetIdentifier(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.op_Implicit~UnityEngine.Rendering.RenderTargetIdentifier.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(System.String)~UnityEngine.Rendering.RenderTargetIdentifier
  nameWithType: RenderTargetIdentifier.implicit operator RenderTargetIdentifier(string)
  type: Operator
- uid: UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(UnityEngine.RenderBuffer)~UnityEngine.Rendering.RenderTargetIdentifier
  name: implicit operator RenderTargetIdentifier(RenderBuffer)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.implicit operator UnityEngine.Rendering.RenderTargetIdentifier(UnityEngine.RenderBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.op_Implicit~UnityEngine.Rendering.RenderTargetIdentifier.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(UnityEngine.RenderBuffer)~UnityEngine.Rendering.RenderTargetIdentifier
  nameWithType: RenderTargetIdentifier.implicit operator RenderTargetIdentifier(RenderBuffer)
  type: Operator
- uid: UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(UnityEngine.Rendering.BuiltinRenderTextureType)~UnityEngine.Rendering.RenderTargetIdentifier
  name: implicit operator RenderTargetIdentifier(BuiltinRenderTextureType)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.implicit operator UnityEngine.Rendering.RenderTargetIdentifier(UnityEngine.Rendering.BuiltinRenderTextureType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.op_Implicit~UnityEngine.Rendering.RenderTargetIdentifier.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(UnityEngine.Rendering.BuiltinRenderTextureType)~UnityEngine.Rendering.RenderTargetIdentifier
  nameWithType: RenderTargetIdentifier.implicit operator RenderTargetIdentifier(BuiltinRenderTextureType)
  type: Operator
- uid: UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(UnityEngine.Texture)~UnityEngine.Rendering.RenderTargetIdentifier
  name: implicit operator RenderTargetIdentifier(Texture)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.implicit operator UnityEngine.Rendering.RenderTargetIdentifier(UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.op_Implicit~UnityEngine.Rendering.RenderTargetIdentifier.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.op_Implicit(UnityEngine.Texture)~UnityEngine.Rendering.RenderTargetIdentifier
  nameWithType: RenderTargetIdentifier.implicit operator RenderTargetIdentifier(Texture)
  type: Operator
- uid: UnityEngine.Rendering.RenderTargetIdentifier.op_Inequality(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  name: operator !=(RenderTargetIdentifier, RenderTargetIdentifier)
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.operator !=(UnityEngine.Rendering.RenderTargetIdentifier, UnityEngine.Rendering.RenderTargetIdentifier)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier-op_Inequality.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.op_Inequality(UnityEngine.Rendering.RenderTargetIdentifier,UnityEngine.Rendering.RenderTargetIdentifier)
  nameWithType: RenderTargetIdentifier.operator !=(RenderTargetIdentifier, RenderTargetIdentifier)
  type: Operator
- uid: UnityEngine.Rendering.RenderTargetIdentifier.ToString
  name: ToString()
  fullName: UnityEngine.Rendering.RenderTargetIdentifier.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.RenderTargetIdentifier.ToString.html
  commentId: M:UnityEngine.Rendering.RenderTargetIdentifier.ToString
  nameWithType: RenderTargetIdentifier.ToString()
  type: Method
- uid: UnityEngine.Rendering.ShaderHardwareTier
  name: ShaderHardwareTier
  fullName: UnityEngine.Rendering.ShaderHardwareTier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShaderHardwareTier.html
  commentId: T:UnityEngine.Rendering.ShaderHardwareTier
  nameWithType: ShaderHardwareTier
  type: Enum
- uid: UnityEngine.Rendering.ShaderHardwareTier.Tier1
  name: Tier1
  fullName: UnityEngine.Rendering.ShaderHardwareTier.Tier1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShaderHardwareTier.Tier1.html
  commentId: F:UnityEngine.Rendering.ShaderHardwareTier.Tier1
  nameWithType: ShaderHardwareTier.Tier1
  type: Field
- uid: UnityEngine.Rendering.ShaderHardwareTier.Tier2
  name: Tier2
  fullName: UnityEngine.Rendering.ShaderHardwareTier.Tier2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShaderHardwareTier.Tier2.html
  commentId: F:UnityEngine.Rendering.ShaderHardwareTier.Tier2
  nameWithType: ShaderHardwareTier.Tier2
  type: Field
- uid: UnityEngine.Rendering.ShaderHardwareTier.Tier3
  name: Tier3
  fullName: UnityEngine.Rendering.ShaderHardwareTier.Tier3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShaderHardwareTier.Tier3.html
  commentId: F:UnityEngine.Rendering.ShaderHardwareTier.Tier3
  nameWithType: ShaderHardwareTier.Tier3
  type: Field
- uid: UnityEngine.Rendering.ShadowCastingMode
  name: ShadowCastingMode
  fullName: UnityEngine.Rendering.ShadowCastingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowCastingMode.html
  commentId: T:UnityEngine.Rendering.ShadowCastingMode
  nameWithType: ShadowCastingMode
  type: Enum
- uid: UnityEngine.Rendering.ShadowCastingMode.Off
  name: Off
  fullName: UnityEngine.Rendering.ShadowCastingMode.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowCastingMode.Off.html
  commentId: F:UnityEngine.Rendering.ShadowCastingMode.Off
  nameWithType: ShadowCastingMode.Off
  type: Field
- uid: UnityEngine.Rendering.ShadowCastingMode.On
  name: On
  fullName: UnityEngine.Rendering.ShadowCastingMode.On
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowCastingMode.On.html
  commentId: F:UnityEngine.Rendering.ShadowCastingMode.On
  nameWithType: ShadowCastingMode.On
  type: Field
- uid: UnityEngine.Rendering.ShadowCastingMode.ShadowsOnly
  name: ShadowsOnly
  fullName: UnityEngine.Rendering.ShadowCastingMode.ShadowsOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowCastingMode.ShadowsOnly.html
  commentId: F:UnityEngine.Rendering.ShadowCastingMode.ShadowsOnly
  nameWithType: ShadowCastingMode.ShadowsOnly
  type: Field
- uid: UnityEngine.Rendering.ShadowCastingMode.TwoSided
  name: TwoSided
  fullName: UnityEngine.Rendering.ShadowCastingMode.TwoSided
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowCastingMode.TwoSided.html
  commentId: F:UnityEngine.Rendering.ShadowCastingMode.TwoSided
  nameWithType: ShadowCastingMode.TwoSided
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass
  name: ShadowMapPass
  fullName: UnityEngine.Rendering.ShadowMapPass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.html
  commentId: T:UnityEngine.Rendering.ShadowMapPass
  nameWithType: ShadowMapPass
  type: Enum
- uid: UnityEngine.Rendering.ShadowMapPass.All
  name: All
  fullName: UnityEngine.Rendering.ShadowMapPass.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.All.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.All
  nameWithType: ShadowMapPass.All
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.Directional
  name: Directional
  fullName: UnityEngine.Rendering.ShadowMapPass.Directional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.Directional.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.Directional
  nameWithType: ShadowMapPass.Directional
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.DirectionalCascade0
  name: DirectionalCascade0
  fullName: UnityEngine.Rendering.ShadowMapPass.DirectionalCascade0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.DirectionalCascade0.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.DirectionalCascade0
  nameWithType: ShadowMapPass.DirectionalCascade0
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.DirectionalCascade1
  name: DirectionalCascade1
  fullName: UnityEngine.Rendering.ShadowMapPass.DirectionalCascade1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.DirectionalCascade1.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.DirectionalCascade1
  nameWithType: ShadowMapPass.DirectionalCascade1
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.DirectionalCascade2
  name: DirectionalCascade2
  fullName: UnityEngine.Rendering.ShadowMapPass.DirectionalCascade2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.DirectionalCascade2.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.DirectionalCascade2
  nameWithType: ShadowMapPass.DirectionalCascade2
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.DirectionalCascade3
  name: DirectionalCascade3
  fullName: UnityEngine.Rendering.ShadowMapPass.DirectionalCascade3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.DirectionalCascade3.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.DirectionalCascade3
  nameWithType: ShadowMapPass.DirectionalCascade3
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.Pointlight
  name: Pointlight
  fullName: UnityEngine.Rendering.ShadowMapPass.Pointlight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.Pointlight.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.Pointlight
  nameWithType: ShadowMapPass.Pointlight
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.PointlightNegativeX
  name: PointlightNegativeX
  fullName: UnityEngine.Rendering.ShadowMapPass.PointlightNegativeX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.PointlightNegativeX.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.PointlightNegativeX
  nameWithType: ShadowMapPass.PointlightNegativeX
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.PointlightNegativeY
  name: PointlightNegativeY
  fullName: UnityEngine.Rendering.ShadowMapPass.PointlightNegativeY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.PointlightNegativeY.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.PointlightNegativeY
  nameWithType: ShadowMapPass.PointlightNegativeY
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.PointlightNegativeZ
  name: PointlightNegativeZ
  fullName: UnityEngine.Rendering.ShadowMapPass.PointlightNegativeZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.PointlightNegativeZ.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.PointlightNegativeZ
  nameWithType: ShadowMapPass.PointlightNegativeZ
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.PointlightPositiveX
  name: PointlightPositiveX
  fullName: UnityEngine.Rendering.ShadowMapPass.PointlightPositiveX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.PointlightPositiveX.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.PointlightPositiveX
  nameWithType: ShadowMapPass.PointlightPositiveX
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.PointlightPositiveY
  name: PointlightPositiveY
  fullName: UnityEngine.Rendering.ShadowMapPass.PointlightPositiveY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.PointlightPositiveY.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.PointlightPositiveY
  nameWithType: ShadowMapPass.PointlightPositiveY
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.PointlightPositiveZ
  name: PointlightPositiveZ
  fullName: UnityEngine.Rendering.ShadowMapPass.PointlightPositiveZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.PointlightPositiveZ.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.PointlightPositiveZ
  nameWithType: ShadowMapPass.PointlightPositiveZ
  type: Field
- uid: UnityEngine.Rendering.ShadowMapPass.Spotlight
  name: Spotlight
  fullName: UnityEngine.Rendering.ShadowMapPass.Spotlight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowMapPass.Spotlight.html
  commentId: F:UnityEngine.Rendering.ShadowMapPass.Spotlight
  nameWithType: ShadowMapPass.Spotlight
  type: Field
- uid: UnityEngine.Rendering.ShadowSamplingMode
  name: ShadowSamplingMode
  fullName: UnityEngine.Rendering.ShadowSamplingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowSamplingMode.html
  commentId: T:UnityEngine.Rendering.ShadowSamplingMode
  nameWithType: ShadowSamplingMode
  type: Enum
- uid: UnityEngine.Rendering.ShadowSamplingMode.CompareDepths
  name: CompareDepths
  fullName: UnityEngine.Rendering.ShadowSamplingMode.CompareDepths
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowSamplingMode.CompareDepths.html
  commentId: F:UnityEngine.Rendering.ShadowSamplingMode.CompareDepths
  nameWithType: ShadowSamplingMode.CompareDepths
  type: Field
- uid: UnityEngine.Rendering.ShadowSamplingMode.None
  name: None
  fullName: UnityEngine.Rendering.ShadowSamplingMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowSamplingMode.None.html
  commentId: F:UnityEngine.Rendering.ShadowSamplingMode.None
  nameWithType: ShadowSamplingMode.None
  type: Field
- uid: UnityEngine.Rendering.ShadowSamplingMode.RawDepth
  name: RawDepth
  fullName: UnityEngine.Rendering.ShadowSamplingMode.RawDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.ShadowSamplingMode.RawDepth.html
  commentId: F:UnityEngine.Rendering.ShadowSamplingMode.RawDepth
  nameWithType: ShadowSamplingMode.RawDepth
  type: Field
- uid: UnityEngine.Rendering.SortingGroup
  name: SortingGroup
  fullName: UnityEngine.Rendering.SortingGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SortingGroup.html
  commentId: T:UnityEngine.Rendering.SortingGroup
  nameWithType: SortingGroup
  type: Class
- uid: UnityEngine.Rendering.SortingGroup.sortingLayerID
  name: sortingLayerID
  fullName: UnityEngine.Rendering.SortingGroup.sortingLayerID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SortingGroup-sortingLayerID.html
  commentId: P:UnityEngine.Rendering.SortingGroup.sortingLayerID
  nameWithType: SortingGroup.sortingLayerID
  type: Property
- uid: UnityEngine.Rendering.SortingGroup.sortingLayerName
  name: sortingLayerName
  fullName: UnityEngine.Rendering.SortingGroup.sortingLayerName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SortingGroup-sortingLayerName.html
  commentId: P:UnityEngine.Rendering.SortingGroup.sortingLayerName
  nameWithType: SortingGroup.sortingLayerName
  type: Property
- uid: UnityEngine.Rendering.SortingGroup.sortingOrder
  name: sortingOrder
  fullName: UnityEngine.Rendering.SortingGroup.sortingOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SortingGroup-sortingOrder.html
  commentId: P:UnityEngine.Rendering.SortingGroup.sortingOrder
  nameWithType: SortingGroup.sortingOrder
  type: Property
- uid: UnityEngine.Rendering.SphericalHarmonicsL2
  name: SphericalHarmonicsL2
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2.html
  commentId: T:UnityEngine.Rendering.SphericalHarmonicsL2
  nameWithType: SphericalHarmonicsL2
  type: Struct
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.AddAmbientLight(UnityEngine.Color)
  name: AddAmbientLight(Color)
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.AddAmbientLight(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2.AddAmbientLight.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.AddAmbientLight(UnityEngine.Color)
  nameWithType: SphericalHarmonicsL2.AddAmbientLight(Color)
  type: Method
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.AddDirectionalLight(UnityEngine.Vector3,UnityEngine.Color,System.Single)
  name: AddDirectionalLight(Vector3, Color, float)
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.AddDirectionalLight(UnityEngine.Vector3, UnityEngine.Color, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2.AddDirectionalLight.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.AddDirectionalLight(UnityEngine.Vector3,UnityEngine.Color,System.Single)
  nameWithType: SphericalHarmonicsL2.AddDirectionalLight(Vector3, Color, float)
  type: Method
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.Clear
  name: Clear()
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2.Clear.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.Clear
  nameWithType: SphericalHarmonicsL2.Clear()
  type: Method
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2.Equals.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.Equals(System.Object)
  nameWithType: SphericalHarmonicsL2.Equals(object)
  type: Method
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.Evaluate(UnityEngine.Vector3[],UnityEngine.Color[])
  name: Evaluate(Vector3[], Color[])
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.Evaluate(UnityEngine.Vector3[], UnityEngine.Color[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2.Evaluate.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.Evaluate(UnityEngine.Vector3[],UnityEngine.Color[])
  nameWithType: SphericalHarmonicsL2.Evaluate(Vector3[], Color[])
  type: Method
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2.GetHashCode.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.GetHashCode
  nameWithType: SphericalHarmonicsL2.GetHashCode()
  type: Method
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.Item(System.Int32,System.Int32)
  name: this[int, int]
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.this[int, int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2.Item.html
  commentId: P:UnityEngine.Rendering.SphericalHarmonicsL2.Item(System.Int32,System.Int32)
  nameWithType: SphericalHarmonicsL2.this[int, int]
  type: Property
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.op_Addition(UnityEngine.Rendering.SphericalHarmonicsL2,UnityEngine.Rendering.SphericalHarmonicsL2)
  name: operator +(SphericalHarmonicsL2, SphericalHarmonicsL2)
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.operator +(UnityEngine.Rendering.SphericalHarmonicsL2, UnityEngine.Rendering.SphericalHarmonicsL2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2-op_Addition.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.op_Addition(UnityEngine.Rendering.SphericalHarmonicsL2,UnityEngine.Rendering.SphericalHarmonicsL2)
  nameWithType: SphericalHarmonicsL2.operator +(SphericalHarmonicsL2, SphericalHarmonicsL2)
  type: Operator
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.op_Equality(UnityEngine.Rendering.SphericalHarmonicsL2,UnityEngine.Rendering.SphericalHarmonicsL2)
  name: operator ==(SphericalHarmonicsL2, SphericalHarmonicsL2)
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.operator ==(UnityEngine.Rendering.SphericalHarmonicsL2, UnityEngine.Rendering.SphericalHarmonicsL2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2-op_Equality.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.op_Equality(UnityEngine.Rendering.SphericalHarmonicsL2,UnityEngine.Rendering.SphericalHarmonicsL2)
  nameWithType: SphericalHarmonicsL2.operator ==(SphericalHarmonicsL2, SphericalHarmonicsL2)
  type: Operator
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.op_Inequality(UnityEngine.Rendering.SphericalHarmonicsL2,UnityEngine.Rendering.SphericalHarmonicsL2)
  name: operator !=(SphericalHarmonicsL2, SphericalHarmonicsL2)
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.operator !=(UnityEngine.Rendering.SphericalHarmonicsL2, UnityEngine.Rendering.SphericalHarmonicsL2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2-op_Inequality.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.op_Inequality(UnityEngine.Rendering.SphericalHarmonicsL2,UnityEngine.Rendering.SphericalHarmonicsL2)
  nameWithType: SphericalHarmonicsL2.operator !=(SphericalHarmonicsL2, SphericalHarmonicsL2)
  type: Operator
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.op_Multiply(System.Single,UnityEngine.Rendering.SphericalHarmonicsL2)
  name: operator *(float, SphericalHarmonicsL2)
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.operator *(float, UnityEngine.Rendering.SphericalHarmonicsL2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2-op_Multiply.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.op_Multiply(System.Single,UnityEngine.Rendering.SphericalHarmonicsL2)
  nameWithType: SphericalHarmonicsL2.operator *(float, SphericalHarmonicsL2)
  type: Operator
- uid: UnityEngine.Rendering.SphericalHarmonicsL2.op_Multiply(UnityEngine.Rendering.SphericalHarmonicsL2,System.Single)
  name: operator *(SphericalHarmonicsL2, float)
  fullName: UnityEngine.Rendering.SphericalHarmonicsL2.operator *(UnityEngine.Rendering.SphericalHarmonicsL2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SphericalHarmonicsL2-op_Multiply.html
  commentId: M:UnityEngine.Rendering.SphericalHarmonicsL2.op_Multiply(UnityEngine.Rendering.SphericalHarmonicsL2,System.Single)
  nameWithType: SphericalHarmonicsL2.operator *(SphericalHarmonicsL2, float)
  type: Operator
- uid: UnityEngine.Rendering.SplashScreen
  name: SplashScreen
  fullName: UnityEngine.Rendering.SplashScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SplashScreen.html
  commentId: T:UnityEngine.Rendering.SplashScreen
  nameWithType: SplashScreen
  type: Class
- uid: UnityEngine.Rendering.SplashScreen.Begin
  name: Begin()
  fullName: UnityEngine.Rendering.SplashScreen.Begin()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SplashScreen.Begin.html
  commentId: M:UnityEngine.Rendering.SplashScreen.Begin
  nameWithType: SplashScreen.Begin()
  type: Method
- uid: UnityEngine.Rendering.SplashScreen.Draw
  name: Draw()
  fullName: UnityEngine.Rendering.SplashScreen.Draw()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SplashScreen.Draw.html
  commentId: M:UnityEngine.Rendering.SplashScreen.Draw
  nameWithType: SplashScreen.Draw()
  type: Method
- uid: UnityEngine.Rendering.SplashScreen.isFinished
  name: isFinished
  fullName: UnityEngine.Rendering.SplashScreen.isFinished
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.SplashScreen-isFinished.html
  commentId: P:UnityEngine.Rendering.SplashScreen.isFinished
  nameWithType: SplashScreen.isFinished
  type: Property
- uid: UnityEngine.Rendering.StencilOp
  name: StencilOp
  fullName: UnityEngine.Rendering.StencilOp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.html
  commentId: T:UnityEngine.Rendering.StencilOp
  nameWithType: StencilOp
  type: Enum
- uid: UnityEngine.Rendering.StencilOp.DecrementSaturate
  name: DecrementSaturate
  fullName: UnityEngine.Rendering.StencilOp.DecrementSaturate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.DecrementSaturate.html
  commentId: F:UnityEngine.Rendering.StencilOp.DecrementSaturate
  nameWithType: StencilOp.DecrementSaturate
  type: Field
- uid: UnityEngine.Rendering.StencilOp.DecrementWrap
  name: DecrementWrap
  fullName: UnityEngine.Rendering.StencilOp.DecrementWrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.DecrementWrap.html
  commentId: F:UnityEngine.Rendering.StencilOp.DecrementWrap
  nameWithType: StencilOp.DecrementWrap
  type: Field
- uid: UnityEngine.Rendering.StencilOp.IncrementSaturate
  name: IncrementSaturate
  fullName: UnityEngine.Rendering.StencilOp.IncrementSaturate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.IncrementSaturate.html
  commentId: F:UnityEngine.Rendering.StencilOp.IncrementSaturate
  nameWithType: StencilOp.IncrementSaturate
  type: Field
- uid: UnityEngine.Rendering.StencilOp.IncrementWrap
  name: IncrementWrap
  fullName: UnityEngine.Rendering.StencilOp.IncrementWrap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.IncrementWrap.html
  commentId: F:UnityEngine.Rendering.StencilOp.IncrementWrap
  nameWithType: StencilOp.IncrementWrap
  type: Field
- uid: UnityEngine.Rendering.StencilOp.Invert
  name: Invert
  fullName: UnityEngine.Rendering.StencilOp.Invert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.Invert.html
  commentId: F:UnityEngine.Rendering.StencilOp.Invert
  nameWithType: StencilOp.Invert
  type: Field
- uid: UnityEngine.Rendering.StencilOp.Keep
  name: Keep
  fullName: UnityEngine.Rendering.StencilOp.Keep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.Keep.html
  commentId: F:UnityEngine.Rendering.StencilOp.Keep
  nameWithType: StencilOp.Keep
  type: Field
- uid: UnityEngine.Rendering.StencilOp.Replace
  name: Replace
  fullName: UnityEngine.Rendering.StencilOp.Replace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.Replace.html
  commentId: F:UnityEngine.Rendering.StencilOp.Replace
  nameWithType: StencilOp.Replace
  type: Field
- uid: UnityEngine.Rendering.StencilOp.Zero
  name: Zero
  fullName: UnityEngine.Rendering.StencilOp.Zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.StencilOp.Zero.html
  commentId: F:UnityEngine.Rendering.StencilOp.Zero
  nameWithType: StencilOp.Zero
  type: Field
- uid: UnityEngine.Rendering.TextureDimension
  name: TextureDimension
  fullName: UnityEngine.Rendering.TextureDimension
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.html
  commentId: T:UnityEngine.Rendering.TextureDimension
  nameWithType: TextureDimension
  type: Enum
- uid: UnityEngine.Rendering.TextureDimension.Any
  name: Any
  fullName: UnityEngine.Rendering.TextureDimension.Any
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.Any.html
  commentId: F:UnityEngine.Rendering.TextureDimension.Any
  nameWithType: TextureDimension.Any
  type: Field
- uid: UnityEngine.Rendering.TextureDimension.Cube
  name: Cube
  fullName: UnityEngine.Rendering.TextureDimension.Cube
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.Cube.html
  commentId: F:UnityEngine.Rendering.TextureDimension.Cube
  nameWithType: TextureDimension.Cube
  type: Field
- uid: UnityEngine.Rendering.TextureDimension.CubeArray
  name: CubeArray
  fullName: UnityEngine.Rendering.TextureDimension.CubeArray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.CubeArray.html
  commentId: F:UnityEngine.Rendering.TextureDimension.CubeArray
  nameWithType: TextureDimension.CubeArray
  type: Field
- uid: UnityEngine.Rendering.TextureDimension.None
  name: None
  fullName: UnityEngine.Rendering.TextureDimension.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.None.html
  commentId: F:UnityEngine.Rendering.TextureDimension.None
  nameWithType: TextureDimension.None
  type: Field
- uid: UnityEngine.Rendering.TextureDimension.Tex2D
  name: Tex2D
  fullName: UnityEngine.Rendering.TextureDimension.Tex2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.Tex2D.html
  commentId: F:UnityEngine.Rendering.TextureDimension.Tex2D
  nameWithType: TextureDimension.Tex2D
  type: Field
- uid: UnityEngine.Rendering.TextureDimension.Tex2DArray
  name: Tex2DArray
  fullName: UnityEngine.Rendering.TextureDimension.Tex2DArray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.Tex2DArray.html
  commentId: F:UnityEngine.Rendering.TextureDimension.Tex2DArray
  nameWithType: TextureDimension.Tex2DArray
  type: Field
- uid: UnityEngine.Rendering.TextureDimension.Tex3D
  name: Tex3D
  fullName: UnityEngine.Rendering.TextureDimension.Tex3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.Tex3D.html
  commentId: F:UnityEngine.Rendering.TextureDimension.Tex3D
  nameWithType: TextureDimension.Tex3D
  type: Field
- uid: UnityEngine.Rendering.TextureDimension.Unknown
  name: Unknown
  fullName: UnityEngine.Rendering.TextureDimension.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.TextureDimension.Unknown.html
  commentId: F:UnityEngine.Rendering.TextureDimension.Unknown
  nameWithType: TextureDimension.Unknown
  type: Field
- uid: UnityEngine.Rendering.UVChannelFlags
  name: UVChannelFlags
  fullName: UnityEngine.Rendering.UVChannelFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.UVChannelFlags.html
  commentId: T:UnityEngine.Rendering.UVChannelFlags
  nameWithType: UVChannelFlags
  type: Enum
- uid: UnityEngine.Rendering.UVChannelFlags.UV0
  name: UV0
  fullName: UnityEngine.Rendering.UVChannelFlags.UV0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.UVChannelFlags.UV0.html
  commentId: F:UnityEngine.Rendering.UVChannelFlags.UV0
  nameWithType: UVChannelFlags.UV0
  type: Field
- uid: UnityEngine.Rendering.UVChannelFlags.UV1
  name: UV1
  fullName: UnityEngine.Rendering.UVChannelFlags.UV1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.UVChannelFlags.UV1.html
  commentId: F:UnityEngine.Rendering.UVChannelFlags.UV1
  nameWithType: UVChannelFlags.UV1
  type: Field
- uid: UnityEngine.Rendering.UVChannelFlags.UV2
  name: UV2
  fullName: UnityEngine.Rendering.UVChannelFlags.UV2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.UVChannelFlags.UV2.html
  commentId: F:UnityEngine.Rendering.UVChannelFlags.UV2
  nameWithType: UVChannelFlags.UV2
  type: Field
- uid: UnityEngine.Rendering.UVChannelFlags.UV3
  name: UV3
  fullName: UnityEngine.Rendering.UVChannelFlags.UV3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rendering.UVChannelFlags.UV3.html
  commentId: F:UnityEngine.Rendering.UVChannelFlags.UV3
  nameWithType: UVChannelFlags.UV3
  type: Field
- uid: UnityEngine.RenderingPath
  name: RenderingPath
  fullName: UnityEngine.RenderingPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderingPath.html
  commentId: T:UnityEngine.RenderingPath
  nameWithType: RenderingPath
  type: Enum
- uid: UnityEngine.RenderingPath.DeferredLighting
  name: DeferredLighting
  fullName: UnityEngine.RenderingPath.DeferredLighting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderingPath.DeferredLighting.html
  commentId: F:UnityEngine.RenderingPath.DeferredLighting
  nameWithType: RenderingPath.DeferredLighting
  type: Field
- uid: UnityEngine.RenderingPath.DeferredShading
  name: DeferredShading
  fullName: UnityEngine.RenderingPath.DeferredShading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderingPath.DeferredShading.html
  commentId: F:UnityEngine.RenderingPath.DeferredShading
  nameWithType: RenderingPath.DeferredShading
  type: Field
- uid: UnityEngine.RenderingPath.Forward
  name: Forward
  fullName: UnityEngine.RenderingPath.Forward
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderingPath.Forward.html
  commentId: F:UnityEngine.RenderingPath.Forward
  nameWithType: RenderingPath.Forward
  type: Field
- uid: UnityEngine.RenderingPath.UsePlayerSettings
  name: UsePlayerSettings
  fullName: UnityEngine.RenderingPath.UsePlayerSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderingPath.UsePlayerSettings.html
  commentId: F:UnityEngine.RenderingPath.UsePlayerSettings
  nameWithType: RenderingPath.UsePlayerSettings
  type: Field
- uid: UnityEngine.RenderingPath.VertexLit
  name: VertexLit
  fullName: UnityEngine.RenderingPath.VertexLit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderingPath.VertexLit.html
  commentId: F:UnityEngine.RenderingPath.VertexLit
  nameWithType: RenderingPath.VertexLit
  type: Field
- uid: UnityEngine.RenderMode
  name: RenderMode
  fullName: UnityEngine.RenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderMode.html
  commentId: T:UnityEngine.RenderMode
  nameWithType: RenderMode
  type: Enum
- uid: UnityEngine.RenderMode.ScreenSpaceCamera
  name: ScreenSpaceCamera
  fullName: UnityEngine.RenderMode.ScreenSpaceCamera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderMode.ScreenSpaceCamera.html
  commentId: F:UnityEngine.RenderMode.ScreenSpaceCamera
  nameWithType: RenderMode.ScreenSpaceCamera
  type: Field
- uid: UnityEngine.RenderMode.ScreenSpaceOverlay
  name: ScreenSpaceOverlay
  fullName: UnityEngine.RenderMode.ScreenSpaceOverlay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderMode.ScreenSpaceOverlay.html
  commentId: F:UnityEngine.RenderMode.ScreenSpaceOverlay
  nameWithType: RenderMode.ScreenSpaceOverlay
  type: Field
- uid: UnityEngine.RenderMode.WorldSpace
  name: WorldSpace
  fullName: UnityEngine.RenderMode.WorldSpace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderMode.WorldSpace.html
  commentId: F:UnityEngine.RenderMode.WorldSpace
  nameWithType: RenderMode.WorldSpace
  type: Field
- uid: UnityEngine.RenderSettings
  name: RenderSettings
  fullName: UnityEngine.RenderSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings.html
  commentId: T:UnityEngine.RenderSettings
  nameWithType: RenderSettings
  type: Class
- uid: UnityEngine.RenderSettings.ambientEquatorColor
  name: ambientEquatorColor
  fullName: UnityEngine.RenderSettings.ambientEquatorColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-ambientEquatorColor.html
  commentId: P:UnityEngine.RenderSettings.ambientEquatorColor
  nameWithType: RenderSettings.ambientEquatorColor
  type: Property
- uid: UnityEngine.RenderSettings.ambientGroundColor
  name: ambientGroundColor
  fullName: UnityEngine.RenderSettings.ambientGroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-ambientGroundColor.html
  commentId: P:UnityEngine.RenderSettings.ambientGroundColor
  nameWithType: RenderSettings.ambientGroundColor
  type: Property
- uid: UnityEngine.RenderSettings.ambientIntensity
  name: ambientIntensity
  fullName: UnityEngine.RenderSettings.ambientIntensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-ambientIntensity.html
  commentId: P:UnityEngine.RenderSettings.ambientIntensity
  nameWithType: RenderSettings.ambientIntensity
  type: Property
- uid: UnityEngine.RenderSettings.ambientLight
  name: ambientLight
  fullName: UnityEngine.RenderSettings.ambientLight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-ambientLight.html
  commentId: P:UnityEngine.RenderSettings.ambientLight
  nameWithType: RenderSettings.ambientLight
  type: Property
- uid: UnityEngine.RenderSettings.ambientMode
  name: ambientMode
  fullName: UnityEngine.RenderSettings.ambientMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-ambientMode.html
  commentId: P:UnityEngine.RenderSettings.ambientMode
  nameWithType: RenderSettings.ambientMode
  type: Property
- uid: UnityEngine.RenderSettings.ambientProbe
  name: ambientProbe
  fullName: UnityEngine.RenderSettings.ambientProbe
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-ambientProbe.html
  commentId: P:UnityEngine.RenderSettings.ambientProbe
  nameWithType: RenderSettings.ambientProbe
  type: Property
- uid: UnityEngine.RenderSettings.ambientSkyboxAmount
  name: ambientSkyboxAmount
  fullName: UnityEngine.RenderSettings.ambientSkyboxAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-ambientSkyboxAmount.html
  commentId: P:UnityEngine.RenderSettings.ambientSkyboxAmount
  nameWithType: RenderSettings.ambientSkyboxAmount
  type: Property
- uid: UnityEngine.RenderSettings.ambientSkyColor
  name: ambientSkyColor
  fullName: UnityEngine.RenderSettings.ambientSkyColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-ambientSkyColor.html
  commentId: P:UnityEngine.RenderSettings.ambientSkyColor
  nameWithType: RenderSettings.ambientSkyColor
  type: Property
- uid: UnityEngine.RenderSettings.customReflection
  name: customReflection
  fullName: UnityEngine.RenderSettings.customReflection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-customReflection.html
  commentId: P:UnityEngine.RenderSettings.customReflection
  nameWithType: RenderSettings.customReflection
  type: Property
- uid: UnityEngine.RenderSettings.defaultReflectionMode
  name: defaultReflectionMode
  fullName: UnityEngine.RenderSettings.defaultReflectionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-defaultReflectionMode.html
  commentId: P:UnityEngine.RenderSettings.defaultReflectionMode
  nameWithType: RenderSettings.defaultReflectionMode
  type: Property
- uid: UnityEngine.RenderSettings.defaultReflectionResolution
  name: defaultReflectionResolution
  fullName: UnityEngine.RenderSettings.defaultReflectionResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-defaultReflectionResolution.html
  commentId: P:UnityEngine.RenderSettings.defaultReflectionResolution
  nameWithType: RenderSettings.defaultReflectionResolution
  type: Property
- uid: UnityEngine.RenderSettings.flareFadeSpeed
  name: flareFadeSpeed
  fullName: UnityEngine.RenderSettings.flareFadeSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-flareFadeSpeed.html
  commentId: P:UnityEngine.RenderSettings.flareFadeSpeed
  nameWithType: RenderSettings.flareFadeSpeed
  type: Property
- uid: UnityEngine.RenderSettings.flareStrength
  name: flareStrength
  fullName: UnityEngine.RenderSettings.flareStrength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-flareStrength.html
  commentId: P:UnityEngine.RenderSettings.flareStrength
  nameWithType: RenderSettings.flareStrength
  type: Property
- uid: UnityEngine.RenderSettings.fog
  name: fog
  fullName: UnityEngine.RenderSettings.fog
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-fog.html
  commentId: P:UnityEngine.RenderSettings.fog
  nameWithType: RenderSettings.fog
  type: Property
- uid: UnityEngine.RenderSettings.fogColor
  name: fogColor
  fullName: UnityEngine.RenderSettings.fogColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-fogColor.html
  commentId: P:UnityEngine.RenderSettings.fogColor
  nameWithType: RenderSettings.fogColor
  type: Property
- uid: UnityEngine.RenderSettings.fogDensity
  name: fogDensity
  fullName: UnityEngine.RenderSettings.fogDensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-fogDensity.html
  commentId: P:UnityEngine.RenderSettings.fogDensity
  nameWithType: RenderSettings.fogDensity
  type: Property
- uid: UnityEngine.RenderSettings.fogEndDistance
  name: fogEndDistance
  fullName: UnityEngine.RenderSettings.fogEndDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-fogEndDistance.html
  commentId: P:UnityEngine.RenderSettings.fogEndDistance
  nameWithType: RenderSettings.fogEndDistance
  type: Property
- uid: UnityEngine.RenderSettings.fogMode
  name: fogMode
  fullName: UnityEngine.RenderSettings.fogMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-fogMode.html
  commentId: P:UnityEngine.RenderSettings.fogMode
  nameWithType: RenderSettings.fogMode
  type: Property
- uid: UnityEngine.RenderSettings.fogStartDistance
  name: fogStartDistance
  fullName: UnityEngine.RenderSettings.fogStartDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-fogStartDistance.html
  commentId: P:UnityEngine.RenderSettings.fogStartDistance
  nameWithType: RenderSettings.fogStartDistance
  type: Property
- uid: UnityEngine.RenderSettings.haloStrength
  name: haloStrength
  fullName: UnityEngine.RenderSettings.haloStrength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-haloStrength.html
  commentId: P:UnityEngine.RenderSettings.haloStrength
  nameWithType: RenderSettings.haloStrength
  type: Property
- uid: UnityEngine.RenderSettings.reflectionBounces
  name: reflectionBounces
  fullName: UnityEngine.RenderSettings.reflectionBounces
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-reflectionBounces.html
  commentId: P:UnityEngine.RenderSettings.reflectionBounces
  nameWithType: RenderSettings.reflectionBounces
  type: Property
- uid: UnityEngine.RenderSettings.reflectionIntensity
  name: reflectionIntensity
  fullName: UnityEngine.RenderSettings.reflectionIntensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-reflectionIntensity.html
  commentId: P:UnityEngine.RenderSettings.reflectionIntensity
  nameWithType: RenderSettings.reflectionIntensity
  type: Property
- uid: UnityEngine.RenderSettings.skybox
  name: skybox
  fullName: UnityEngine.RenderSettings.skybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-skybox.html
  commentId: P:UnityEngine.RenderSettings.skybox
  nameWithType: RenderSettings.skybox
  type: Property
- uid: UnityEngine.RenderSettings.subtractiveShadowColor
  name: subtractiveShadowColor
  fullName: UnityEngine.RenderSettings.subtractiveShadowColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-subtractiveShadowColor.html
  commentId: P:UnityEngine.RenderSettings.subtractiveShadowColor
  nameWithType: RenderSettings.subtractiveShadowColor
  type: Property
- uid: UnityEngine.RenderSettings.sun
  name: sun
  fullName: UnityEngine.RenderSettings.sun
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderSettings-sun.html
  commentId: P:UnityEngine.RenderSettings.sun
  nameWithType: RenderSettings.sun
  type: Property
- uid: UnityEngine.RenderTargetSetup
  name: RenderTargetSetup
  fullName: UnityEngine.RenderTargetSetup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup.html
  commentId: T:UnityEngine.RenderTargetSetup
  nameWithType: RenderTargetSetup
  type: Struct
- uid: UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace,System.Int32)
  name: RenderTargetSetup(RenderBuffer, RenderBuffer, int, CubemapFace, int)
  fullName: UnityEngine.RenderTargetSetup.RenderTargetSetup(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer, int, UnityEngine.CubemapFace, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-ctor.html
  commentId: M:UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace,System.Int32)
  nameWithType: RenderTargetSetup.RenderTargetSetup(RenderBuffer, RenderBuffer, int, CubemapFace, int)
  type: Constructor
- uid: UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace)
  name: RenderTargetSetup(RenderBuffer, RenderBuffer, int, CubemapFace)
  fullName: UnityEngine.RenderTargetSetup.RenderTargetSetup(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer, int, UnityEngine.CubemapFace)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-ctor.html
  commentId: M:UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace)
  nameWithType: RenderTargetSetup.RenderTargetSetup(RenderBuffer, RenderBuffer, int, CubemapFace)
  type: Constructor
- uid: UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32)
  name: RenderTargetSetup(RenderBuffer, RenderBuffer, int)
  fullName: UnityEngine.RenderTargetSetup.RenderTargetSetup(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-ctor.html
  commentId: M:UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer,System.Int32)
  nameWithType: RenderTargetSetup.RenderTargetSetup(RenderBuffer, RenderBuffer, int)
  type: Constructor
- uid: UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer)
  name: RenderTargetSetup(RenderBuffer, RenderBuffer)
  fullName: UnityEngine.RenderTargetSetup.RenderTargetSetup(UnityEngine.RenderBuffer, UnityEngine.RenderBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-ctor.html
  commentId: M:UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer,UnityEngine.RenderBuffer)
  nameWithType: RenderTargetSetup.RenderTargetSetup(RenderBuffer, RenderBuffer)
  type: Constructor
- uid: UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace,UnityEngine.Rendering.RenderBufferLoadAction[],UnityEngine.Rendering.RenderBufferStoreAction[],UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction)
  name: RenderTargetSetup(RenderBuffer[], RenderBuffer, int, CubemapFace, RenderBufferLoadAction[], RenderBufferStoreAction[], RenderBufferLoadAction, RenderBufferStoreAction)
  fullName: UnityEngine.RenderTargetSetup.RenderTargetSetup(UnityEngine.RenderBuffer[], UnityEngine.RenderBuffer, int, UnityEngine.CubemapFace, UnityEngine.Rendering.RenderBufferLoadAction[], UnityEngine.Rendering.RenderBufferStoreAction[], UnityEngine.Rendering.RenderBufferLoadAction, UnityEngine.Rendering.RenderBufferStoreAction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-ctor.html
  commentId: M:UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace,UnityEngine.Rendering.RenderBufferLoadAction[],UnityEngine.Rendering.RenderBufferStoreAction[],UnityEngine.Rendering.RenderBufferLoadAction,UnityEngine.Rendering.RenderBufferStoreAction)
  nameWithType: RenderTargetSetup.RenderTargetSetup(RenderBuffer[], RenderBuffer, int, CubemapFace, RenderBufferLoadAction[], RenderBufferStoreAction[], RenderBufferLoadAction, RenderBufferStoreAction)
  type: Constructor
- uid: UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace)
  name: RenderTargetSetup(RenderBuffer[], RenderBuffer, int, CubemapFace)
  fullName: UnityEngine.RenderTargetSetup.RenderTargetSetup(UnityEngine.RenderBuffer[], UnityEngine.RenderBuffer, int, UnityEngine.CubemapFace)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-ctor.html
  commentId: M:UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer,System.Int32,UnityEngine.CubemapFace)
  nameWithType: RenderTargetSetup.RenderTargetSetup(RenderBuffer[], RenderBuffer, int, CubemapFace)
  type: Constructor
- uid: UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer,System.Int32)
  name: RenderTargetSetup(RenderBuffer[], RenderBuffer, int)
  fullName: UnityEngine.RenderTargetSetup.RenderTargetSetup(UnityEngine.RenderBuffer[], UnityEngine.RenderBuffer, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-ctor.html
  commentId: M:UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer,System.Int32)
  nameWithType: RenderTargetSetup.RenderTargetSetup(RenderBuffer[], RenderBuffer, int)
  type: Constructor
- uid: UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer)
  name: RenderTargetSetup(RenderBuffer[], RenderBuffer)
  fullName: UnityEngine.RenderTargetSetup.RenderTargetSetup(UnityEngine.RenderBuffer[], UnityEngine.RenderBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-ctor.html
  commentId: M:UnityEngine.RenderTargetSetup.#ctor(UnityEngine.RenderBuffer[],UnityEngine.RenderBuffer)
  nameWithType: RenderTargetSetup.RenderTargetSetup(RenderBuffer[], RenderBuffer)
  type: Constructor
- uid: UnityEngine.RenderTargetSetup.color
  name: color
  fullName: UnityEngine.RenderTargetSetup.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-color.html
  commentId: F:UnityEngine.RenderTargetSetup.color
  nameWithType: RenderTargetSetup.color
  type: Field
- uid: UnityEngine.RenderTargetSetup.colorLoad
  name: colorLoad
  fullName: UnityEngine.RenderTargetSetup.colorLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-colorLoad.html
  commentId: F:UnityEngine.RenderTargetSetup.colorLoad
  nameWithType: RenderTargetSetup.colorLoad
  type: Field
- uid: UnityEngine.RenderTargetSetup.colorStore
  name: colorStore
  fullName: UnityEngine.RenderTargetSetup.colorStore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-colorStore.html
  commentId: F:UnityEngine.RenderTargetSetup.colorStore
  nameWithType: RenderTargetSetup.colorStore
  type: Field
- uid: UnityEngine.RenderTargetSetup.cubemapFace
  name: cubemapFace
  fullName: UnityEngine.RenderTargetSetup.cubemapFace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-cubemapFace.html
  commentId: F:UnityEngine.RenderTargetSetup.cubemapFace
  nameWithType: RenderTargetSetup.cubemapFace
  type: Field
- uid: UnityEngine.RenderTargetSetup.depth
  name: depth
  fullName: UnityEngine.RenderTargetSetup.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-depth.html
  commentId: F:UnityEngine.RenderTargetSetup.depth
  nameWithType: RenderTargetSetup.depth
  type: Field
- uid: UnityEngine.RenderTargetSetup.depthLoad
  name: depthLoad
  fullName: UnityEngine.RenderTargetSetup.depthLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-depthLoad.html
  commentId: F:UnityEngine.RenderTargetSetup.depthLoad
  nameWithType: RenderTargetSetup.depthLoad
  type: Field
- uid: UnityEngine.RenderTargetSetup.depthSlice
  name: depthSlice
  fullName: UnityEngine.RenderTargetSetup.depthSlice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-depthSlice.html
  commentId: F:UnityEngine.RenderTargetSetup.depthSlice
  nameWithType: RenderTargetSetup.depthSlice
  type: Field
- uid: UnityEngine.RenderTargetSetup.depthStore
  name: depthStore
  fullName: UnityEngine.RenderTargetSetup.depthStore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-depthStore.html
  commentId: F:UnityEngine.RenderTargetSetup.depthStore
  nameWithType: RenderTargetSetup.depthStore
  type: Field
- uid: UnityEngine.RenderTargetSetup.mipLevel
  name: mipLevel
  fullName: UnityEngine.RenderTargetSetup.mipLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTargetSetup-mipLevel.html
  commentId: F:UnityEngine.RenderTargetSetup.mipLevel
  nameWithType: RenderTargetSetup.mipLevel
  type: Field
- uid: UnityEngine.RenderTexture
  name: RenderTexture
  fullName: UnityEngine.RenderTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.html
  commentId: T:UnityEngine.RenderTexture
  nameWithType: RenderTexture
  type: Class
- uid: UnityEngine.RenderTexture.#ctor
  name: RenderTexture()
  fullName: UnityEngine.RenderTexture.RenderTexture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-ctor.html
  commentId: M:UnityEngine.RenderTexture.#ctor
  nameWithType: RenderTexture.RenderTexture()
  type: Constructor
- uid: UnityEngine.RenderTexture.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  name: RenderTexture(int, int, int, RenderTextureFormat, RenderTextureReadWrite)
  fullName: UnityEngine.RenderTexture.RenderTexture(int, int, int, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-ctor.html
  commentId: M:UnityEngine.RenderTexture.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  nameWithType: RenderTexture.RenderTexture(int, int, int, RenderTextureFormat, RenderTextureReadWrite)
  type: Constructor
- uid: UnityEngine.RenderTexture.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
  name: RenderTexture(int, int, int, RenderTextureFormat)
  fullName: UnityEngine.RenderTexture.RenderTexture(int, int, int, UnityEngine.RenderTextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-ctor.html
  commentId: M:UnityEngine.RenderTexture.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
  nameWithType: RenderTexture.RenderTexture(int, int, int, RenderTextureFormat)
  type: Constructor
- uid: UnityEngine.RenderTexture.#ctor(System.Int32,System.Int32,System.Int32)
  name: RenderTexture(int, int, int)
  fullName: UnityEngine.RenderTexture.RenderTexture(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-ctor.html
  commentId: M:UnityEngine.RenderTexture.#ctor(System.Int32,System.Int32,System.Int32)
  nameWithType: RenderTexture.RenderTexture(int, int, int)
  type: Constructor
- uid: UnityEngine.RenderTexture.#ctor(UnityEngine.RenderTexture)
  name: RenderTexture(RenderTexture)
  fullName: UnityEngine.RenderTexture.RenderTexture(UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-ctor.html
  commentId: M:UnityEngine.RenderTexture.#ctor(UnityEngine.RenderTexture)
  nameWithType: RenderTexture.RenderTexture(RenderTexture)
  type: Constructor
- uid: UnityEngine.RenderTexture.#ctor(UnityEngine.RenderTextureDescriptor)
  name: RenderTexture(RenderTextureDescriptor)
  fullName: UnityEngine.RenderTexture.RenderTexture(UnityEngine.RenderTextureDescriptor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-ctor.html
  commentId: M:UnityEngine.RenderTexture.#ctor(UnityEngine.RenderTextureDescriptor)
  nameWithType: RenderTexture.RenderTexture(RenderTextureDescriptor)
  type: Constructor
- uid: UnityEngine.RenderTexture.active
  name: active
  fullName: UnityEngine.RenderTexture.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-active.html
  commentId: P:UnityEngine.RenderTexture.active
  nameWithType: RenderTexture.active
  type: Property
- uid: UnityEngine.RenderTexture.antiAliasing
  name: antiAliasing
  fullName: UnityEngine.RenderTexture.antiAliasing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-antiAliasing.html
  commentId: P:UnityEngine.RenderTexture.antiAliasing
  nameWithType: RenderTexture.antiAliasing
  type: Property
- uid: UnityEngine.RenderTexture.autoGenerateMips
  name: autoGenerateMips
  fullName: UnityEngine.RenderTexture.autoGenerateMips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-autoGenerateMips.html
  commentId: P:UnityEngine.RenderTexture.autoGenerateMips
  nameWithType: RenderTexture.autoGenerateMips
  type: Property
- uid: UnityEngine.RenderTexture.colorBuffer
  name: colorBuffer
  fullName: UnityEngine.RenderTexture.colorBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-colorBuffer.html
  commentId: P:UnityEngine.RenderTexture.colorBuffer
  nameWithType: RenderTexture.colorBuffer
  type: Property
- uid: UnityEngine.RenderTexture.Create
  name: Create()
  fullName: UnityEngine.RenderTexture.Create()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.Create.html
  commentId: M:UnityEngine.RenderTexture.Create
  nameWithType: RenderTexture.Create()
  type: Method
- uid: UnityEngine.RenderTexture.depth
  name: depth
  fullName: UnityEngine.RenderTexture.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-depth.html
  commentId: P:UnityEngine.RenderTexture.depth
  nameWithType: RenderTexture.depth
  type: Property
- uid: UnityEngine.RenderTexture.depthBuffer
  name: depthBuffer
  fullName: UnityEngine.RenderTexture.depthBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-depthBuffer.html
  commentId: P:UnityEngine.RenderTexture.depthBuffer
  nameWithType: RenderTexture.depthBuffer
  type: Property
- uid: UnityEngine.RenderTexture.descriptor
  name: descriptor
  fullName: UnityEngine.RenderTexture.descriptor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-descriptor.html
  commentId: P:UnityEngine.RenderTexture.descriptor
  nameWithType: RenderTexture.descriptor
  type: Property
- uid: UnityEngine.RenderTexture.dimension
  name: dimension
  fullName: UnityEngine.RenderTexture.dimension
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-dimension.html
  commentId: P:UnityEngine.RenderTexture.dimension
  nameWithType: RenderTexture.dimension
  type: Property
- uid: UnityEngine.RenderTexture.DiscardContents
  name: DiscardContents()
  fullName: UnityEngine.RenderTexture.DiscardContents()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.DiscardContents.html
  commentId: M:UnityEngine.RenderTexture.DiscardContents
  nameWithType: RenderTexture.DiscardContents()
  type: Method
- uid: UnityEngine.RenderTexture.DiscardContents(System.Boolean,System.Boolean)
  name: DiscardContents(bool, bool)
  fullName: UnityEngine.RenderTexture.DiscardContents(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.DiscardContents.html
  commentId: M:UnityEngine.RenderTexture.DiscardContents(System.Boolean,System.Boolean)
  nameWithType: RenderTexture.DiscardContents(bool, bool)
  type: Method
- uid: UnityEngine.RenderTexture.enabled
  name: enabled
  fullName: UnityEngine.RenderTexture.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-enabled.html
  commentId: P:UnityEngine.RenderTexture.enabled
  nameWithType: RenderTexture.enabled
  type: Property
- uid: UnityEngine.RenderTexture.enableRandomWrite
  name: enableRandomWrite
  fullName: UnityEngine.RenderTexture.enableRandomWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-enableRandomWrite.html
  commentId: P:UnityEngine.RenderTexture.enableRandomWrite
  nameWithType: RenderTexture.enableRandomWrite
  type: Property
- uid: UnityEngine.RenderTexture.format
  name: format
  fullName: UnityEngine.RenderTexture.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-format.html
  commentId: P:UnityEngine.RenderTexture.format
  nameWithType: RenderTexture.format
  type: Property
- uid: UnityEngine.RenderTexture.GenerateMips
  name: GenerateMips()
  fullName: UnityEngine.RenderTexture.GenerateMips()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GenerateMips.html
  commentId: M:UnityEngine.RenderTexture.GenerateMips
  nameWithType: RenderTexture.GenerateMips()
  type: Method
- uid: UnityEngine.RenderTexture.GetNativeDepthBufferPtr
  name: GetNativeDepthBufferPtr()
  fullName: UnityEngine.RenderTexture.GetNativeDepthBufferPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetNativeDepthBufferPtr.html
  commentId: M:UnityEngine.RenderTexture.GetNativeDepthBufferPtr
  nameWithType: RenderTexture.GetNativeDepthBufferPtr()
  type: Method
- uid: UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,UnityEngine.RenderTextureMemoryless,UnityEngine.VRTextureUsage)
  name: GetTemporary(int, int, int, RenderTextureFormat, RenderTextureReadWrite, int, RenderTextureMemoryless, VRTextureUsage)
  fullName: UnityEngine.RenderTexture.GetTemporary(int, int, int, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite, int, UnityEngine.RenderTextureMemoryless, UnityEngine.VRTextureUsage)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTemporary.html
  commentId: M:UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,UnityEngine.RenderTextureMemoryless,UnityEngine.VRTextureUsage)
  nameWithType: RenderTexture.GetTemporary(int, int, int, RenderTextureFormat, RenderTextureReadWrite, int, RenderTextureMemoryless, VRTextureUsage)
  type: Method
- uid: UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,UnityEngine.RenderTextureMemoryless)
  name: GetTemporary(int, int, int, RenderTextureFormat, RenderTextureReadWrite, int, RenderTextureMemoryless)
  fullName: UnityEngine.RenderTexture.GetTemporary(int, int, int, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite, int, UnityEngine.RenderTextureMemoryless)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTemporary.html
  commentId: M:UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32,UnityEngine.RenderTextureMemoryless)
  nameWithType: RenderTexture.GetTemporary(int, int, int, RenderTextureFormat, RenderTextureReadWrite, int, RenderTextureMemoryless)
  type: Method
- uid: UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32)
  name: GetTemporary(int, int, int, RenderTextureFormat, RenderTextureReadWrite, int)
  fullName: UnityEngine.RenderTexture.GetTemporary(int, int, int, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTemporary.html
  commentId: M:UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite,System.Int32)
  nameWithType: RenderTexture.GetTemporary(int, int, int, RenderTextureFormat, RenderTextureReadWrite, int)
  type: Method
- uid: UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  name: GetTemporary(int, int, int, RenderTextureFormat, RenderTextureReadWrite)
  fullName: UnityEngine.RenderTexture.GetTemporary(int, int, int, UnityEngine.RenderTextureFormat, UnityEngine.RenderTextureReadWrite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTemporary.html
  commentId: M:UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat,UnityEngine.RenderTextureReadWrite)
  nameWithType: RenderTexture.GetTemporary(int, int, int, RenderTextureFormat, RenderTextureReadWrite)
  type: Method
- uid: UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
  name: GetTemporary(int, int, int, RenderTextureFormat)
  fullName: UnityEngine.RenderTexture.GetTemporary(int, int, int, UnityEngine.RenderTextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTemporary.html
  commentId: M:UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
  nameWithType: RenderTexture.GetTemporary(int, int, int, RenderTextureFormat)
  type: Method
- uid: UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32)
  name: GetTemporary(int, int, int)
  fullName: UnityEngine.RenderTexture.GetTemporary(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTemporary.html
  commentId: M:UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32,System.Int32)
  nameWithType: RenderTexture.GetTemporary(int, int, int)
  type: Method
- uid: UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32)
  name: GetTemporary(int, int)
  fullName: UnityEngine.RenderTexture.GetTemporary(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTemporary.html
  commentId: M:UnityEngine.RenderTexture.GetTemporary(System.Int32,System.Int32)
  nameWithType: RenderTexture.GetTemporary(int, int)
  type: Method
- uid: UnityEngine.RenderTexture.GetTemporary(UnityEngine.RenderTextureDescriptor)
  name: GetTemporary(RenderTextureDescriptor)
  fullName: UnityEngine.RenderTexture.GetTemporary(UnityEngine.RenderTextureDescriptor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTemporary.html
  commentId: M:UnityEngine.RenderTexture.GetTemporary(UnityEngine.RenderTextureDescriptor)
  nameWithType: RenderTexture.GetTemporary(RenderTextureDescriptor)
  type: Method
- uid: UnityEngine.RenderTexture.GetTexelOffset
  name: GetTexelOffset()
  fullName: UnityEngine.RenderTexture.GetTexelOffset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.GetTexelOffset.html
  commentId: M:UnityEngine.RenderTexture.GetTexelOffset
  nameWithType: RenderTexture.GetTexelOffset()
  type: Method
- uid: UnityEngine.RenderTexture.height
  name: height
  fullName: UnityEngine.RenderTexture.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-height.html
  commentId: P:UnityEngine.RenderTexture.height
  nameWithType: RenderTexture.height
  type: Property
- uid: UnityEngine.RenderTexture.IsCreated
  name: IsCreated()
  fullName: UnityEngine.RenderTexture.IsCreated()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.IsCreated.html
  commentId: M:UnityEngine.RenderTexture.IsCreated
  nameWithType: RenderTexture.IsCreated()
  type: Method
- uid: UnityEngine.RenderTexture.isCubemap
  name: isCubemap
  fullName: UnityEngine.RenderTexture.isCubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-isCubemap.html
  commentId: P:UnityEngine.RenderTexture.isCubemap
  nameWithType: RenderTexture.isCubemap
  type: Property
- uid: UnityEngine.RenderTexture.isPowerOfTwo
  name: isPowerOfTwo
  fullName: UnityEngine.RenderTexture.isPowerOfTwo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-isPowerOfTwo.html
  commentId: P:UnityEngine.RenderTexture.isPowerOfTwo
  nameWithType: RenderTexture.isPowerOfTwo
  type: Property
- uid: UnityEngine.RenderTexture.isVolume
  name: isVolume
  fullName: UnityEngine.RenderTexture.isVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-isVolume.html
  commentId: P:UnityEngine.RenderTexture.isVolume
  nameWithType: RenderTexture.isVolume
  type: Property
- uid: UnityEngine.RenderTexture.MarkRestoreExpected
  name: MarkRestoreExpected()
  fullName: UnityEngine.RenderTexture.MarkRestoreExpected()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.MarkRestoreExpected.html
  commentId: M:UnityEngine.RenderTexture.MarkRestoreExpected
  nameWithType: RenderTexture.MarkRestoreExpected()
  type: Method
- uid: UnityEngine.RenderTexture.memorylessMode
  name: memorylessMode
  fullName: UnityEngine.RenderTexture.memorylessMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-memorylessMode.html
  commentId: P:UnityEngine.RenderTexture.memorylessMode
  nameWithType: RenderTexture.memorylessMode
  type: Property
- uid: UnityEngine.RenderTexture.Release
  name: Release()
  fullName: UnityEngine.RenderTexture.Release()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.Release.html
  commentId: M:UnityEngine.RenderTexture.Release
  nameWithType: RenderTexture.Release()
  type: Method
- uid: UnityEngine.RenderTexture.ReleaseTemporary(UnityEngine.RenderTexture)
  name: ReleaseTemporary(RenderTexture)
  fullName: UnityEngine.RenderTexture.ReleaseTemporary(UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.ReleaseTemporary.html
  commentId: M:UnityEngine.RenderTexture.ReleaseTemporary(UnityEngine.RenderTexture)
  nameWithType: RenderTexture.ReleaseTemporary(RenderTexture)
  type: Method
- uid: UnityEngine.RenderTexture.SetBorderColor(UnityEngine.Color)
  name: SetBorderColor(Color)
  fullName: UnityEngine.RenderTexture.SetBorderColor(UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.SetBorderColor.html
  commentId: M:UnityEngine.RenderTexture.SetBorderColor(UnityEngine.Color)
  nameWithType: RenderTexture.SetBorderColor(Color)
  type: Method
- uid: UnityEngine.RenderTexture.SetGlobalShaderProperty(System.String)
  name: SetGlobalShaderProperty(string)
  fullName: UnityEngine.RenderTexture.SetGlobalShaderProperty(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.SetGlobalShaderProperty.html
  commentId: M:UnityEngine.RenderTexture.SetGlobalShaderProperty(System.String)
  nameWithType: RenderTexture.SetGlobalShaderProperty(string)
  type: Method
- uid: UnityEngine.RenderTexture.sRGB
  name: sRGB
  fullName: UnityEngine.RenderTexture.sRGB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-sRGB.html
  commentId: P:UnityEngine.RenderTexture.sRGB
  nameWithType: RenderTexture.sRGB
  type: Property
- uid: UnityEngine.RenderTexture.SupportsStencil(UnityEngine.RenderTexture)
  name: SupportsStencil(RenderTexture)
  fullName: UnityEngine.RenderTexture.SupportsStencil(UnityEngine.RenderTexture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture.SupportsStencil.html
  commentId: M:UnityEngine.RenderTexture.SupportsStencil(UnityEngine.RenderTexture)
  nameWithType: RenderTexture.SupportsStencil(RenderTexture)
  type: Method
- uid: UnityEngine.RenderTexture.useMipMap
  name: useMipMap
  fullName: UnityEngine.RenderTexture.useMipMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-useMipMap.html
  commentId: P:UnityEngine.RenderTexture.useMipMap
  nameWithType: RenderTexture.useMipMap
  type: Property
- uid: UnityEngine.RenderTexture.volumeDepth
  name: volumeDepth
  fullName: UnityEngine.RenderTexture.volumeDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-volumeDepth.html
  commentId: P:UnityEngine.RenderTexture.volumeDepth
  nameWithType: RenderTexture.volumeDepth
  type: Property
- uid: UnityEngine.RenderTexture.vrUsage
  name: vrUsage
  fullName: UnityEngine.RenderTexture.vrUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-vrUsage.html
  commentId: P:UnityEngine.RenderTexture.vrUsage
  nameWithType: RenderTexture.vrUsage
  type: Property
- uid: UnityEngine.RenderTexture.width
  name: width
  fullName: UnityEngine.RenderTexture.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTexture-width.html
  commentId: P:UnityEngine.RenderTexture.width
  nameWithType: RenderTexture.width
  type: Property
- uid: UnityEngine.RenderTextureCreationFlags
  name: RenderTextureCreationFlags
  fullName: UnityEngine.RenderTextureCreationFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureCreationFlags.html
  commentId: T:UnityEngine.RenderTextureCreationFlags
  nameWithType: RenderTextureCreationFlags
  type: Enum
- uid: UnityEngine.RenderTextureCreationFlags.AllowVerticalFlip
  name: AllowVerticalFlip
  fullName: UnityEngine.RenderTextureCreationFlags.AllowVerticalFlip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureCreationFlags.AllowVerticalFlip.html
  commentId: F:UnityEngine.RenderTextureCreationFlags.AllowVerticalFlip
  nameWithType: RenderTextureCreationFlags.AllowVerticalFlip
  type: Field
- uid: UnityEngine.RenderTextureCreationFlags.AutoGenerateMips
  name: AutoGenerateMips
  fullName: UnityEngine.RenderTextureCreationFlags.AutoGenerateMips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureCreationFlags.AutoGenerateMips.html
  commentId: F:UnityEngine.RenderTextureCreationFlags.AutoGenerateMips
  nameWithType: RenderTextureCreationFlags.AutoGenerateMips
  type: Field
- uid: UnityEngine.RenderTextureCreationFlags.CreatedFromScript
  name: CreatedFromScript
  fullName: UnityEngine.RenderTextureCreationFlags.CreatedFromScript
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureCreationFlags.CreatedFromScript.html
  commentId: F:UnityEngine.RenderTextureCreationFlags.CreatedFromScript
  nameWithType: RenderTextureCreationFlags.CreatedFromScript
  type: Field
- uid: UnityEngine.RenderTextureCreationFlags.EnableRandomWrite
  name: EnableRandomWrite
  fullName: UnityEngine.RenderTextureCreationFlags.EnableRandomWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureCreationFlags.EnableRandomWrite.html
  commentId: F:UnityEngine.RenderTextureCreationFlags.EnableRandomWrite
  nameWithType: RenderTextureCreationFlags.EnableRandomWrite
  type: Field
- uid: UnityEngine.RenderTextureCreationFlags.EyeTexture
  name: EyeTexture
  fullName: UnityEngine.RenderTextureCreationFlags.EyeTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureCreationFlags.EyeTexture.html
  commentId: F:UnityEngine.RenderTextureCreationFlags.EyeTexture
  nameWithType: RenderTextureCreationFlags.EyeTexture
  type: Field
- uid: UnityEngine.RenderTextureCreationFlags.MipMap
  name: MipMap
  fullName: UnityEngine.RenderTextureCreationFlags.MipMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureCreationFlags.MipMap.html
  commentId: F:UnityEngine.RenderTextureCreationFlags.MipMap
  nameWithType: RenderTextureCreationFlags.MipMap
  type: Field
- uid: UnityEngine.RenderTextureCreationFlags.SRGB
  name: SRGB
  fullName: UnityEngine.RenderTextureCreationFlags.SRGB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureCreationFlags.SRGB.html
  commentId: F:UnityEngine.RenderTextureCreationFlags.SRGB
  nameWithType: RenderTextureCreationFlags.SRGB
  type: Field
- uid: UnityEngine.RenderTextureDescriptor
  name: RenderTextureDescriptor
  fullName: UnityEngine.RenderTextureDescriptor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor.html
  commentId: T:UnityEngine.RenderTextureDescriptor
  nameWithType: RenderTextureDescriptor
  type: Struct
- uid: UnityEngine.RenderTextureDescriptor.#ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat,System.Int32)
  name: RenderTextureDescriptor(int, int, RenderTextureFormat, int)
  fullName: UnityEngine.RenderTextureDescriptor.RenderTextureDescriptor(int, int, UnityEngine.RenderTextureFormat, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-ctor.html
  commentId: M:UnityEngine.RenderTextureDescriptor.#ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat,System.Int32)
  nameWithType: RenderTextureDescriptor.RenderTextureDescriptor(int, int, RenderTextureFormat, int)
  type: Constructor
- uid: UnityEngine.RenderTextureDescriptor.#ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
  name: RenderTextureDescriptor(int, int, RenderTextureFormat)
  fullName: UnityEngine.RenderTextureDescriptor.RenderTextureDescriptor(int, int, UnityEngine.RenderTextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-ctor.html
  commentId: M:UnityEngine.RenderTextureDescriptor.#ctor(System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
  nameWithType: RenderTextureDescriptor.RenderTextureDescriptor(int, int, RenderTextureFormat)
  type: Constructor
- uid: UnityEngine.RenderTextureDescriptor.#ctor(System.Int32,System.Int32)
  name: RenderTextureDescriptor(int, int)
  fullName: UnityEngine.RenderTextureDescriptor.RenderTextureDescriptor(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-ctor.html
  commentId: M:UnityEngine.RenderTextureDescriptor.#ctor(System.Int32,System.Int32)
  nameWithType: RenderTextureDescriptor.RenderTextureDescriptor(int, int)
  type: Constructor
- uid: UnityEngine.RenderTextureDescriptor.autoGenerateMips
  name: autoGenerateMips
  fullName: UnityEngine.RenderTextureDescriptor.autoGenerateMips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-autoGenerateMips.html
  commentId: P:UnityEngine.RenderTextureDescriptor.autoGenerateMips
  nameWithType: RenderTextureDescriptor.autoGenerateMips
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.colorFormat
  name: colorFormat
  fullName: UnityEngine.RenderTextureDescriptor.colorFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-colorFormat.html
  commentId: P:UnityEngine.RenderTextureDescriptor.colorFormat
  nameWithType: RenderTextureDescriptor.colorFormat
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.depthBufferBits
  name: depthBufferBits
  fullName: UnityEngine.RenderTextureDescriptor.depthBufferBits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-depthBufferBits.html
  commentId: P:UnityEngine.RenderTextureDescriptor.depthBufferBits
  nameWithType: RenderTextureDescriptor.depthBufferBits
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.dimension
  name: dimension
  fullName: UnityEngine.RenderTextureDescriptor.dimension
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-dimension.html
  commentId: P:UnityEngine.RenderTextureDescriptor.dimension
  nameWithType: RenderTextureDescriptor.dimension
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.enableRandomWrite
  name: enableRandomWrite
  fullName: UnityEngine.RenderTextureDescriptor.enableRandomWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-enableRandomWrite.html
  commentId: P:UnityEngine.RenderTextureDescriptor.enableRandomWrite
  nameWithType: RenderTextureDescriptor.enableRandomWrite
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.flags
  name: flags
  fullName: UnityEngine.RenderTextureDescriptor.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-flags.html
  commentId: P:UnityEngine.RenderTextureDescriptor.flags
  nameWithType: RenderTextureDescriptor.flags
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.height
  name: height
  fullName: UnityEngine.RenderTextureDescriptor.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-height.html
  commentId: P:UnityEngine.RenderTextureDescriptor.height
  nameWithType: RenderTextureDescriptor.height
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.memoryless
  name: memoryless
  fullName: UnityEngine.RenderTextureDescriptor.memoryless
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-memoryless.html
  commentId: P:UnityEngine.RenderTextureDescriptor.memoryless
  nameWithType: RenderTextureDescriptor.memoryless
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.msaaSamples
  name: msaaSamples
  fullName: UnityEngine.RenderTextureDescriptor.msaaSamples
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-msaaSamples.html
  commentId: P:UnityEngine.RenderTextureDescriptor.msaaSamples
  nameWithType: RenderTextureDescriptor.msaaSamples
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.shadowSamplingMode
  name: shadowSamplingMode
  fullName: UnityEngine.RenderTextureDescriptor.shadowSamplingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-shadowSamplingMode.html
  commentId: P:UnityEngine.RenderTextureDescriptor.shadowSamplingMode
  nameWithType: RenderTextureDescriptor.shadowSamplingMode
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.sRGB
  name: sRGB
  fullName: UnityEngine.RenderTextureDescriptor.sRGB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-sRGB.html
  commentId: P:UnityEngine.RenderTextureDescriptor.sRGB
  nameWithType: RenderTextureDescriptor.sRGB
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.useMipMap
  name: useMipMap
  fullName: UnityEngine.RenderTextureDescriptor.useMipMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-useMipMap.html
  commentId: P:UnityEngine.RenderTextureDescriptor.useMipMap
  nameWithType: RenderTextureDescriptor.useMipMap
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.volumeDepth
  name: volumeDepth
  fullName: UnityEngine.RenderTextureDescriptor.volumeDepth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-volumeDepth.html
  commentId: P:UnityEngine.RenderTextureDescriptor.volumeDepth
  nameWithType: RenderTextureDescriptor.volumeDepth
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.vrUsage
  name: vrUsage
  fullName: UnityEngine.RenderTextureDescriptor.vrUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-vrUsage.html
  commentId: P:UnityEngine.RenderTextureDescriptor.vrUsage
  nameWithType: RenderTextureDescriptor.vrUsage
  type: Property
- uid: UnityEngine.RenderTextureDescriptor.width
  name: width
  fullName: UnityEngine.RenderTextureDescriptor.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureDescriptor-width.html
  commentId: P:UnityEngine.RenderTextureDescriptor.width
  nameWithType: RenderTextureDescriptor.width
  type: Property
- uid: UnityEngine.RenderTextureFormat
  name: RenderTextureFormat
  fullName: UnityEngine.RenderTextureFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.html
  commentId: T:UnityEngine.RenderTextureFormat
  nameWithType: RenderTextureFormat
  type: Enum
- uid: UnityEngine.RenderTextureFormat.ARGB1555
  name: ARGB1555
  fullName: UnityEngine.RenderTextureFormat.ARGB1555
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.ARGB1555.html
  commentId: F:UnityEngine.RenderTextureFormat.ARGB1555
  nameWithType: RenderTextureFormat.ARGB1555
  type: Field
- uid: UnityEngine.RenderTextureFormat.ARGB2101010
  name: ARGB2101010
  fullName: UnityEngine.RenderTextureFormat.ARGB2101010
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.ARGB2101010.html
  commentId: F:UnityEngine.RenderTextureFormat.ARGB2101010
  nameWithType: RenderTextureFormat.ARGB2101010
  type: Field
- uid: UnityEngine.RenderTextureFormat.ARGB32
  name: ARGB32
  fullName: UnityEngine.RenderTextureFormat.ARGB32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.ARGB32.html
  commentId: F:UnityEngine.RenderTextureFormat.ARGB32
  nameWithType: RenderTextureFormat.ARGB32
  type: Field
- uid: UnityEngine.RenderTextureFormat.ARGB4444
  name: ARGB4444
  fullName: UnityEngine.RenderTextureFormat.ARGB4444
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.ARGB4444.html
  commentId: F:UnityEngine.RenderTextureFormat.ARGB4444
  nameWithType: RenderTextureFormat.ARGB4444
  type: Field
- uid: UnityEngine.RenderTextureFormat.ARGB64
  name: ARGB64
  fullName: UnityEngine.RenderTextureFormat.ARGB64
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.ARGB64.html
  commentId: F:UnityEngine.RenderTextureFormat.ARGB64
  nameWithType: RenderTextureFormat.ARGB64
  type: Field
- uid: UnityEngine.RenderTextureFormat.ARGBFloat
  name: ARGBFloat
  fullName: UnityEngine.RenderTextureFormat.ARGBFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.ARGBFloat.html
  commentId: F:UnityEngine.RenderTextureFormat.ARGBFloat
  nameWithType: RenderTextureFormat.ARGBFloat
  type: Field
- uid: UnityEngine.RenderTextureFormat.ARGBHalf
  name: ARGBHalf
  fullName: UnityEngine.RenderTextureFormat.ARGBHalf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.ARGBHalf.html
  commentId: F:UnityEngine.RenderTextureFormat.ARGBHalf
  nameWithType: RenderTextureFormat.ARGBHalf
  type: Field
- uid: UnityEngine.RenderTextureFormat.ARGBInt
  name: ARGBInt
  fullName: UnityEngine.RenderTextureFormat.ARGBInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.ARGBInt.html
  commentId: F:UnityEngine.RenderTextureFormat.ARGBInt
  nameWithType: RenderTextureFormat.ARGBInt
  type: Field
- uid: UnityEngine.RenderTextureFormat.BGR101010_XR
  name: BGR101010_XR
  fullName: UnityEngine.RenderTextureFormat.BGR101010_XR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.BGR101010_XR.html
  commentId: F:UnityEngine.RenderTextureFormat.BGR101010_XR
  nameWithType: RenderTextureFormat.BGR101010_XR
  type: Field
- uid: UnityEngine.RenderTextureFormat.BGRA10101010_XR
  name: BGRA10101010_XR
  fullName: UnityEngine.RenderTextureFormat.BGRA10101010_XR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.BGRA10101010_XR.html
  commentId: F:UnityEngine.RenderTextureFormat.BGRA10101010_XR
  nameWithType: RenderTextureFormat.BGRA10101010_XR
  type: Field
- uid: UnityEngine.RenderTextureFormat.BGRA32
  name: BGRA32
  fullName: UnityEngine.RenderTextureFormat.BGRA32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.BGRA32.html
  commentId: F:UnityEngine.RenderTextureFormat.BGRA32
  nameWithType: RenderTextureFormat.BGRA32
  type: Field
- uid: UnityEngine.RenderTextureFormat.Default
  name: Default
  fullName: UnityEngine.RenderTextureFormat.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.Default.html
  commentId: F:UnityEngine.RenderTextureFormat.Default
  nameWithType: RenderTextureFormat.Default
  type: Field
- uid: UnityEngine.RenderTextureFormat.DefaultHDR
  name: DefaultHDR
  fullName: UnityEngine.RenderTextureFormat.DefaultHDR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.DefaultHDR.html
  commentId: F:UnityEngine.RenderTextureFormat.DefaultHDR
  nameWithType: RenderTextureFormat.DefaultHDR
  type: Field
- uid: UnityEngine.RenderTextureFormat.Depth
  name: Depth
  fullName: UnityEngine.RenderTextureFormat.Depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.Depth.html
  commentId: F:UnityEngine.RenderTextureFormat.Depth
  nameWithType: RenderTextureFormat.Depth
  type: Field
- uid: UnityEngine.RenderTextureFormat.R8
  name: R8
  fullName: UnityEngine.RenderTextureFormat.R8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.R8.html
  commentId: F:UnityEngine.RenderTextureFormat.R8
  nameWithType: RenderTextureFormat.R8
  type: Field
- uid: UnityEngine.RenderTextureFormat.RFloat
  name: RFloat
  fullName: UnityEngine.RenderTextureFormat.RFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RFloat.html
  commentId: F:UnityEngine.RenderTextureFormat.RFloat
  nameWithType: RenderTextureFormat.RFloat
  type: Field
- uid: UnityEngine.RenderTextureFormat.RG16
  name: RG16
  fullName: UnityEngine.RenderTextureFormat.RG16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RG16.html
  commentId: F:UnityEngine.RenderTextureFormat.RG16
  nameWithType: RenderTextureFormat.RG16
  type: Field
- uid: UnityEngine.RenderTextureFormat.RG32
  name: RG32
  fullName: UnityEngine.RenderTextureFormat.RG32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RG32.html
  commentId: F:UnityEngine.RenderTextureFormat.RG32
  nameWithType: RenderTextureFormat.RG32
  type: Field
- uid: UnityEngine.RenderTextureFormat.RGB111110Float
  name: RGB111110Float
  fullName: UnityEngine.RenderTextureFormat.RGB111110Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RGB111110Float.html
  commentId: F:UnityEngine.RenderTextureFormat.RGB111110Float
  nameWithType: RenderTextureFormat.RGB111110Float
  type: Field
- uid: UnityEngine.RenderTextureFormat.RGB565
  name: RGB565
  fullName: UnityEngine.RenderTextureFormat.RGB565
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RGB565.html
  commentId: F:UnityEngine.RenderTextureFormat.RGB565
  nameWithType: RenderTextureFormat.RGB565
  type: Field
- uid: UnityEngine.RenderTextureFormat.RGBAUShort
  name: RGBAUShort
  fullName: UnityEngine.RenderTextureFormat.RGBAUShort
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RGBAUShort.html
  commentId: F:UnityEngine.RenderTextureFormat.RGBAUShort
  nameWithType: RenderTextureFormat.RGBAUShort
  type: Field
- uid: UnityEngine.RenderTextureFormat.RGFloat
  name: RGFloat
  fullName: UnityEngine.RenderTextureFormat.RGFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RGFloat.html
  commentId: F:UnityEngine.RenderTextureFormat.RGFloat
  nameWithType: RenderTextureFormat.RGFloat
  type: Field
- uid: UnityEngine.RenderTextureFormat.RGHalf
  name: RGHalf
  fullName: UnityEngine.RenderTextureFormat.RGHalf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RGHalf.html
  commentId: F:UnityEngine.RenderTextureFormat.RGHalf
  nameWithType: RenderTextureFormat.RGHalf
  type: Field
- uid: UnityEngine.RenderTextureFormat.RGInt
  name: RGInt
  fullName: UnityEngine.RenderTextureFormat.RGInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RGInt.html
  commentId: F:UnityEngine.RenderTextureFormat.RGInt
  nameWithType: RenderTextureFormat.RGInt
  type: Field
- uid: UnityEngine.RenderTextureFormat.RHalf
  name: RHalf
  fullName: UnityEngine.RenderTextureFormat.RHalf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RHalf.html
  commentId: F:UnityEngine.RenderTextureFormat.RHalf
  nameWithType: RenderTextureFormat.RHalf
  type: Field
- uid: UnityEngine.RenderTextureFormat.RInt
  name: RInt
  fullName: UnityEngine.RenderTextureFormat.RInt
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.RInt.html
  commentId: F:UnityEngine.RenderTextureFormat.RInt
  nameWithType: RenderTextureFormat.RInt
  type: Field
- uid: UnityEngine.RenderTextureFormat.Shadowmap
  name: Shadowmap
  fullName: UnityEngine.RenderTextureFormat.Shadowmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureFormat.Shadowmap.html
  commentId: F:UnityEngine.RenderTextureFormat.Shadowmap
  nameWithType: RenderTextureFormat.Shadowmap
  type: Field
- uid: UnityEngine.RenderTextureMemoryless
  name: RenderTextureMemoryless
  fullName: UnityEngine.RenderTextureMemoryless
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureMemoryless.html
  commentId: T:UnityEngine.RenderTextureMemoryless
  nameWithType: RenderTextureMemoryless
  type: Enum
- uid: UnityEngine.RenderTextureMemoryless.Color
  name: Color
  fullName: UnityEngine.RenderTextureMemoryless.Color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureMemoryless.Color.html
  commentId: F:UnityEngine.RenderTextureMemoryless.Color
  nameWithType: RenderTextureMemoryless.Color
  type: Field
- uid: UnityEngine.RenderTextureMemoryless.Depth
  name: Depth
  fullName: UnityEngine.RenderTextureMemoryless.Depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureMemoryless.Depth.html
  commentId: F:UnityEngine.RenderTextureMemoryless.Depth
  nameWithType: RenderTextureMemoryless.Depth
  type: Field
- uid: UnityEngine.RenderTextureMemoryless.MSAA
  name: MSAA
  fullName: UnityEngine.RenderTextureMemoryless.MSAA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureMemoryless.MSAA.html
  commentId: F:UnityEngine.RenderTextureMemoryless.MSAA
  nameWithType: RenderTextureMemoryless.MSAA
  type: Field
- uid: UnityEngine.RenderTextureMemoryless.None
  name: None
  fullName: UnityEngine.RenderTextureMemoryless.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureMemoryless.None.html
  commentId: F:UnityEngine.RenderTextureMemoryless.None
  nameWithType: RenderTextureMemoryless.None
  type: Field
- uid: UnityEngine.RenderTextureReadWrite
  name: RenderTextureReadWrite
  fullName: UnityEngine.RenderTextureReadWrite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureReadWrite.html
  commentId: T:UnityEngine.RenderTextureReadWrite
  nameWithType: RenderTextureReadWrite
  type: Enum
- uid: UnityEngine.RenderTextureReadWrite.Default
  name: Default
  fullName: UnityEngine.RenderTextureReadWrite.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureReadWrite.Default.html
  commentId: F:UnityEngine.RenderTextureReadWrite.Default
  nameWithType: RenderTextureReadWrite.Default
  type: Field
- uid: UnityEngine.RenderTextureReadWrite.Linear
  name: Linear
  fullName: UnityEngine.RenderTextureReadWrite.Linear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureReadWrite.Linear.html
  commentId: F:UnityEngine.RenderTextureReadWrite.Linear
  nameWithType: RenderTextureReadWrite.Linear
  type: Field
- uid: UnityEngine.RenderTextureReadWrite.sRGB
  name: sRGB
  fullName: UnityEngine.RenderTextureReadWrite.sRGB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RenderTextureReadWrite-sRGB.html
  commentId: F:UnityEngine.RenderTextureReadWrite.sRGB
  nameWithType: RenderTextureReadWrite.sRGB
  type: Field
- uid: UnityEngine.RequireComponent
  name: RequireComponent
  fullName: UnityEngine.RequireComponent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RequireComponent.html
  commentId: T:UnityEngine.RequireComponent
  nameWithType: RequireComponent
  type: Class
- uid: UnityEngine.RequireComponent.#ctor(System.Type,System.Type,System.Type)
  name: RequireComponent(Type, Type, Type)
  fullName: UnityEngine.RequireComponent.RequireComponent(System.Type, System.Type, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RequireComponent-ctor.html
  commentId: M:UnityEngine.RequireComponent.#ctor(System.Type,System.Type,System.Type)
  nameWithType: RequireComponent.RequireComponent(Type, Type, Type)
  type: Constructor
- uid: UnityEngine.RequireComponent.#ctor(System.Type,System.Type)
  name: RequireComponent(Type, Type)
  fullName: UnityEngine.RequireComponent.RequireComponent(System.Type, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RequireComponent-ctor.html
  commentId: M:UnityEngine.RequireComponent.#ctor(System.Type,System.Type)
  nameWithType: RequireComponent.RequireComponent(Type, Type)
  type: Constructor
- uid: UnityEngine.RequireComponent.#ctor(System.Type)
  name: RequireComponent(Type)
  fullName: UnityEngine.RequireComponent.RequireComponent(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RequireComponent-ctor.html
  commentId: M:UnityEngine.RequireComponent.#ctor(System.Type)
  nameWithType: RequireComponent.RequireComponent(Type)
  type: Constructor
- uid: UnityEngine.RequireComponent.m_Type0
  name: m_Type0
  fullName: UnityEngine.RequireComponent.m_Type0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RequireComponent-m_Type0.html
  commentId: F:UnityEngine.RequireComponent.m_Type0
  nameWithType: RequireComponent.m_Type0
  type: Field
- uid: UnityEngine.RequireComponent.m_Type1
  name: m_Type1
  fullName: UnityEngine.RequireComponent.m_Type1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RequireComponent-m_Type1.html
  commentId: F:UnityEngine.RequireComponent.m_Type1
  nameWithType: RequireComponent.m_Type1
  type: Field
- uid: UnityEngine.RequireComponent.m_Type2
  name: m_Type2
  fullName: UnityEngine.RequireComponent.m_Type2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RequireComponent-m_Type2.html
  commentId: F:UnityEngine.RequireComponent.m_Type2
  nameWithType: RequireComponent.m_Type2
  type: Field
- uid: UnityEngine.Resolution
  name: Resolution
  fullName: UnityEngine.Resolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resolution.html
  commentId: T:UnityEngine.Resolution
  nameWithType: Resolution
  type: Struct
- uid: UnityEngine.Resolution.height
  name: height
  fullName: UnityEngine.Resolution.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resolution-height.html
  commentId: P:UnityEngine.Resolution.height
  nameWithType: Resolution.height
  type: Property
- uid: UnityEngine.Resolution.refreshRate
  name: refreshRate
  fullName: UnityEngine.Resolution.refreshRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resolution-refreshRate.html
  commentId: P:UnityEngine.Resolution.refreshRate
  nameWithType: Resolution.refreshRate
  type: Property
- uid: UnityEngine.Resolution.ToString
  name: ToString()
  fullName: UnityEngine.Resolution.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resolution.ToString.html
  commentId: M:UnityEngine.Resolution.ToString
  nameWithType: Resolution.ToString()
  type: Method
- uid: UnityEngine.Resolution.width
  name: width
  fullName: UnityEngine.Resolution.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resolution-width.html
  commentId: P:UnityEngine.Resolution.width
  nameWithType: Resolution.width
  type: Property
- uid: UnityEngine.ResourceRequest
  name: ResourceRequest
  fullName: UnityEngine.ResourceRequest
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ResourceRequest.html
  commentId: T:UnityEngine.ResourceRequest
  nameWithType: ResourceRequest
  type: Class
- uid: UnityEngine.ResourceRequest.asset
  name: asset
  fullName: UnityEngine.ResourceRequest.asset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ResourceRequest-asset.html
  commentId: P:UnityEngine.ResourceRequest.asset
  nameWithType: ResourceRequest.asset
  type: Property
- uid: UnityEngine.Resources
  name: Resources
  fullName: UnityEngine.Resources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.html
  commentId: T:UnityEngine.Resources
  nameWithType: Resources
  type: Class
- uid: UnityEngine.Resources.FindObjectsOfTypeAll(System.Type)
  name: FindObjectsOfTypeAll(Type)
  fullName: UnityEngine.Resources.FindObjectsOfTypeAll(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.FindObjectsOfTypeAll.html
  commentId: M:UnityEngine.Resources.FindObjectsOfTypeAll(System.Type)
  nameWithType: Resources.FindObjectsOfTypeAll(Type)
  type: Method
- uid: UnityEngine.Resources.FindObjectsOfTypeAll``1
  name: FindObjectsOfTypeAll<T>()
  fullName: UnityEngine.Resources.FindObjectsOfTypeAll<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.FindObjectsOfTypeAll.html
  commentId: M:UnityEngine.Resources.FindObjectsOfTypeAll``1
  nameWithType: Resources.FindObjectsOfTypeAll<T>()
  type: Method
- uid: UnityEngine.Resources.GetBuiltinResource(System.Type,System.String)
  name: GetBuiltinResource(Type, string)
  fullName: UnityEngine.Resources.GetBuiltinResource(System.Type, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.GetBuiltinResource.html
  commentId: M:UnityEngine.Resources.GetBuiltinResource(System.Type,System.String)
  nameWithType: Resources.GetBuiltinResource(Type, string)
  type: Method
- uid: UnityEngine.Resources.GetBuiltinResource``1(System.String)
  name: GetBuiltinResource<T>(string)
  fullName: UnityEngine.Resources.GetBuiltinResource<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.GetBuiltinResource.html
  commentId: M:UnityEngine.Resources.GetBuiltinResource``1(System.String)
  nameWithType: Resources.GetBuiltinResource<T>(string)
  type: Method
- uid: UnityEngine.Resources.Load(System.String,System.Type)
  name: Load(string, Type)
  fullName: UnityEngine.Resources.Load(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.Load.html
  commentId: M:UnityEngine.Resources.Load(System.String,System.Type)
  nameWithType: Resources.Load(string, Type)
  type: Method
- uid: UnityEngine.Resources.Load(System.String)
  name: Load(string)
  fullName: UnityEngine.Resources.Load(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.Load.html
  commentId: M:UnityEngine.Resources.Load(System.String)
  nameWithType: Resources.Load(string)
  type: Method
- uid: UnityEngine.Resources.Load``1(System.String)
  name: Load<T>(string)
  fullName: UnityEngine.Resources.Load<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.Load.html
  commentId: M:UnityEngine.Resources.Load``1(System.String)
  nameWithType: Resources.Load<T>(string)
  type: Method
- uid: UnityEngine.Resources.LoadAll(System.String,System.Type)
  name: LoadAll(string, Type)
  fullName: UnityEngine.Resources.LoadAll(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.LoadAll.html
  commentId: M:UnityEngine.Resources.LoadAll(System.String,System.Type)
  nameWithType: Resources.LoadAll(string, Type)
  type: Method
- uid: UnityEngine.Resources.LoadAll(System.String)
  name: LoadAll(string)
  fullName: UnityEngine.Resources.LoadAll(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.LoadAll.html
  commentId: M:UnityEngine.Resources.LoadAll(System.String)
  nameWithType: Resources.LoadAll(string)
  type: Method
- uid: UnityEngine.Resources.LoadAll``1(System.String)
  name: LoadAll<T>(string)
  fullName: UnityEngine.Resources.LoadAll<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.LoadAll.html
  commentId: M:UnityEngine.Resources.LoadAll``1(System.String)
  nameWithType: Resources.LoadAll<T>(string)
  type: Method
- uid: UnityEngine.Resources.LoadAssetAtPath(System.String,System.Type)
  name: LoadAssetAtPath(string, Type)
  fullName: UnityEngine.Resources.LoadAssetAtPath(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.LoadAssetAtPath.html
  commentId: M:UnityEngine.Resources.LoadAssetAtPath(System.String,System.Type)
  nameWithType: Resources.LoadAssetAtPath(string, Type)
  type: Method
- uid: UnityEngine.Resources.LoadAssetAtPath``1(System.String)
  name: LoadAssetAtPath<T>(string)
  fullName: UnityEngine.Resources.LoadAssetAtPath<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.LoadAssetAtPath.html
  commentId: M:UnityEngine.Resources.LoadAssetAtPath``1(System.String)
  nameWithType: Resources.LoadAssetAtPath<T>(string)
  type: Method
- uid: UnityEngine.Resources.LoadAsync(System.String,System.Type)
  name: LoadAsync(string, Type)
  fullName: UnityEngine.Resources.LoadAsync(string, System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.LoadAsync.html
  commentId: M:UnityEngine.Resources.LoadAsync(System.String,System.Type)
  nameWithType: Resources.LoadAsync(string, Type)
  type: Method
- uid: UnityEngine.Resources.LoadAsync(System.String)
  name: LoadAsync(string)
  fullName: UnityEngine.Resources.LoadAsync(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.LoadAsync.html
  commentId: M:UnityEngine.Resources.LoadAsync(System.String)
  nameWithType: Resources.LoadAsync(string)
  type: Method
- uid: UnityEngine.Resources.LoadAsync``1(System.String)
  name: LoadAsync<T>(string)
  fullName: UnityEngine.Resources.LoadAsync<T>(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.LoadAsync.html
  commentId: M:UnityEngine.Resources.LoadAsync``1(System.String)
  nameWithType: Resources.LoadAsync<T>(string)
  type: Method
- uid: UnityEngine.Resources.UnloadAsset(UnityEngine.Object)
  name: UnloadAsset(Object)
  fullName: UnityEngine.Resources.UnloadAsset(UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.UnloadAsset.html
  commentId: M:UnityEngine.Resources.UnloadAsset(UnityEngine.Object)
  nameWithType: Resources.UnloadAsset(Object)
  type: Method
- uid: UnityEngine.Resources.UnloadUnusedAssets
  name: UnloadUnusedAssets()
  fullName: UnityEngine.Resources.UnloadUnusedAssets()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Resources.UnloadUnusedAssets.html
  commentId: M:UnityEngine.Resources.UnloadUnusedAssets
  nameWithType: Resources.UnloadUnusedAssets()
  type: Method
- uid: UnityEngine.Rigidbody
  name: Rigidbody
  fullName: UnityEngine.Rigidbody
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.html
  commentId: T:UnityEngine.Rigidbody
  nameWithType: Rigidbody
  type: Class
- uid: UnityEngine.Rigidbody.AddExplosionForce(System.Single,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.ForceMode)
  name: AddExplosionForce(float, Vector3, float, float, ForceMode)
  fullName: UnityEngine.Rigidbody.AddExplosionForce(float, UnityEngine.Vector3, float, float, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddExplosionForce.html
  commentId: M:UnityEngine.Rigidbody.AddExplosionForce(System.Single,UnityEngine.Vector3,System.Single,System.Single,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddExplosionForce(float, Vector3, float, float, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddExplosionForce(System.Single,UnityEngine.Vector3,System.Single,System.Single)
  name: AddExplosionForce(float, Vector3, float, float)
  fullName: UnityEngine.Rigidbody.AddExplosionForce(float, UnityEngine.Vector3, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddExplosionForce.html
  commentId: M:UnityEngine.Rigidbody.AddExplosionForce(System.Single,UnityEngine.Vector3,System.Single,System.Single)
  nameWithType: Rigidbody.AddExplosionForce(float, Vector3, float, float)
  type: Method
- uid: UnityEngine.Rigidbody.AddExplosionForce(System.Single,UnityEngine.Vector3,System.Single)
  name: AddExplosionForce(float, Vector3, float)
  fullName: UnityEngine.Rigidbody.AddExplosionForce(float, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddExplosionForce.html
  commentId: M:UnityEngine.Rigidbody.AddExplosionForce(System.Single,UnityEngine.Vector3,System.Single)
  nameWithType: Rigidbody.AddExplosionForce(float, Vector3, float)
  type: Method
- uid: UnityEngine.Rigidbody.AddForce(System.Single,System.Single,System.Single,UnityEngine.ForceMode)
  name: AddForce(float, float, float, ForceMode)
  fullName: UnityEngine.Rigidbody.AddForce(float, float, float, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddForce.html
  commentId: M:UnityEngine.Rigidbody.AddForce(System.Single,System.Single,System.Single,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddForce(float, float, float, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddForce(System.Single,System.Single,System.Single)
  name: AddForce(float, float, float)
  fullName: UnityEngine.Rigidbody.AddForce(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddForce.html
  commentId: M:UnityEngine.Rigidbody.AddForce(System.Single,System.Single,System.Single)
  nameWithType: Rigidbody.AddForce(float, float, float)
  type: Method
- uid: UnityEngine.Rigidbody.AddForce(UnityEngine.Vector3,UnityEngine.ForceMode)
  name: AddForce(Vector3, ForceMode)
  fullName: UnityEngine.Rigidbody.AddForce(UnityEngine.Vector3, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddForce.html
  commentId: M:UnityEngine.Rigidbody.AddForce(UnityEngine.Vector3,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddForce(Vector3, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddForce(UnityEngine.Vector3)
  name: AddForce(Vector3)
  fullName: UnityEngine.Rigidbody.AddForce(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddForce.html
  commentId: M:UnityEngine.Rigidbody.AddForce(UnityEngine.Vector3)
  nameWithType: Rigidbody.AddForce(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.AddForceAtPosition(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.ForceMode)
  name: AddForceAtPosition(Vector3, Vector3, ForceMode)
  fullName: UnityEngine.Rigidbody.AddForceAtPosition(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddForceAtPosition.html
  commentId: M:UnityEngine.Rigidbody.AddForceAtPosition(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddForceAtPosition(Vector3, Vector3, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddForceAtPosition(UnityEngine.Vector3,UnityEngine.Vector3)
  name: AddForceAtPosition(Vector3, Vector3)
  fullName: UnityEngine.Rigidbody.AddForceAtPosition(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddForceAtPosition.html
  commentId: M:UnityEngine.Rigidbody.AddForceAtPosition(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Rigidbody.AddForceAtPosition(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.AddRelativeForce(System.Single,System.Single,System.Single,UnityEngine.ForceMode)
  name: AddRelativeForce(float, float, float, ForceMode)
  fullName: UnityEngine.Rigidbody.AddRelativeForce(float, float, float, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddRelativeForce.html
  commentId: M:UnityEngine.Rigidbody.AddRelativeForce(System.Single,System.Single,System.Single,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddRelativeForce(float, float, float, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddRelativeForce(System.Single,System.Single,System.Single)
  name: AddRelativeForce(float, float, float)
  fullName: UnityEngine.Rigidbody.AddRelativeForce(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddRelativeForce.html
  commentId: M:UnityEngine.Rigidbody.AddRelativeForce(System.Single,System.Single,System.Single)
  nameWithType: Rigidbody.AddRelativeForce(float, float, float)
  type: Method
- uid: UnityEngine.Rigidbody.AddRelativeForce(UnityEngine.Vector3,UnityEngine.ForceMode)
  name: AddRelativeForce(Vector3, ForceMode)
  fullName: UnityEngine.Rigidbody.AddRelativeForce(UnityEngine.Vector3, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddRelativeForce.html
  commentId: M:UnityEngine.Rigidbody.AddRelativeForce(UnityEngine.Vector3,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddRelativeForce(Vector3, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddRelativeForce(UnityEngine.Vector3)
  name: AddRelativeForce(Vector3)
  fullName: UnityEngine.Rigidbody.AddRelativeForce(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddRelativeForce.html
  commentId: M:UnityEngine.Rigidbody.AddRelativeForce(UnityEngine.Vector3)
  nameWithType: Rigidbody.AddRelativeForce(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.AddRelativeTorque(System.Single,System.Single,System.Single,UnityEngine.ForceMode)
  name: AddRelativeTorque(float, float, float, ForceMode)
  fullName: UnityEngine.Rigidbody.AddRelativeTorque(float, float, float, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddRelativeTorque.html
  commentId: M:UnityEngine.Rigidbody.AddRelativeTorque(System.Single,System.Single,System.Single,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddRelativeTorque(float, float, float, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddRelativeTorque(System.Single,System.Single,System.Single)
  name: AddRelativeTorque(float, float, float)
  fullName: UnityEngine.Rigidbody.AddRelativeTorque(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddRelativeTorque.html
  commentId: M:UnityEngine.Rigidbody.AddRelativeTorque(System.Single,System.Single,System.Single)
  nameWithType: Rigidbody.AddRelativeTorque(float, float, float)
  type: Method
- uid: UnityEngine.Rigidbody.AddRelativeTorque(UnityEngine.Vector3,UnityEngine.ForceMode)
  name: AddRelativeTorque(Vector3, ForceMode)
  fullName: UnityEngine.Rigidbody.AddRelativeTorque(UnityEngine.Vector3, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddRelativeTorque.html
  commentId: M:UnityEngine.Rigidbody.AddRelativeTorque(UnityEngine.Vector3,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddRelativeTorque(Vector3, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddRelativeTorque(UnityEngine.Vector3)
  name: AddRelativeTorque(Vector3)
  fullName: UnityEngine.Rigidbody.AddRelativeTorque(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddRelativeTorque.html
  commentId: M:UnityEngine.Rigidbody.AddRelativeTorque(UnityEngine.Vector3)
  nameWithType: Rigidbody.AddRelativeTorque(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.AddTorque(System.Single,System.Single,System.Single,UnityEngine.ForceMode)
  name: AddTorque(float, float, float, ForceMode)
  fullName: UnityEngine.Rigidbody.AddTorque(float, float, float, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddTorque.html
  commentId: M:UnityEngine.Rigidbody.AddTorque(System.Single,System.Single,System.Single,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddTorque(float, float, float, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddTorque(System.Single,System.Single,System.Single)
  name: AddTorque(float, float, float)
  fullName: UnityEngine.Rigidbody.AddTorque(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddTorque.html
  commentId: M:UnityEngine.Rigidbody.AddTorque(System.Single,System.Single,System.Single)
  nameWithType: Rigidbody.AddTorque(float, float, float)
  type: Method
- uid: UnityEngine.Rigidbody.AddTorque(UnityEngine.Vector3,UnityEngine.ForceMode)
  name: AddTorque(Vector3, ForceMode)
  fullName: UnityEngine.Rigidbody.AddTorque(UnityEngine.Vector3, UnityEngine.ForceMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddTorque.html
  commentId: M:UnityEngine.Rigidbody.AddTorque(UnityEngine.Vector3,UnityEngine.ForceMode)
  nameWithType: Rigidbody.AddTorque(Vector3, ForceMode)
  type: Method
- uid: UnityEngine.Rigidbody.AddTorque(UnityEngine.Vector3)
  name: AddTorque(Vector3)
  fullName: UnityEngine.Rigidbody.AddTorque(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.AddTorque.html
  commentId: M:UnityEngine.Rigidbody.AddTorque(UnityEngine.Vector3)
  nameWithType: Rigidbody.AddTorque(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.angularDrag
  name: angularDrag
  fullName: UnityEngine.Rigidbody.angularDrag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-angularDrag.html
  commentId: P:UnityEngine.Rigidbody.angularDrag
  nameWithType: Rigidbody.angularDrag
  type: Property
- uid: UnityEngine.Rigidbody.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.Rigidbody.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-angularVelocity.html
  commentId: P:UnityEngine.Rigidbody.angularVelocity
  nameWithType: Rigidbody.angularVelocity
  type: Property
- uid: UnityEngine.Rigidbody.centerOfMass
  name: centerOfMass
  fullName: UnityEngine.Rigidbody.centerOfMass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-centerOfMass.html
  commentId: P:UnityEngine.Rigidbody.centerOfMass
  nameWithType: Rigidbody.centerOfMass
  type: Property
- uid: UnityEngine.Rigidbody.ClosestPointOnBounds(UnityEngine.Vector3)
  name: ClosestPointOnBounds(Vector3)
  fullName: UnityEngine.Rigidbody.ClosestPointOnBounds(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.ClosestPointOnBounds.html
  commentId: M:UnityEngine.Rigidbody.ClosestPointOnBounds(UnityEngine.Vector3)
  nameWithType: Rigidbody.ClosestPointOnBounds(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.collisionDetectionMode
  name: collisionDetectionMode
  fullName: UnityEngine.Rigidbody.collisionDetectionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-collisionDetectionMode.html
  commentId: P:UnityEngine.Rigidbody.collisionDetectionMode
  nameWithType: Rigidbody.collisionDetectionMode
  type: Property
- uid: UnityEngine.Rigidbody.constraints
  name: constraints
  fullName: UnityEngine.Rigidbody.constraints
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-constraints.html
  commentId: P:UnityEngine.Rigidbody.constraints
  nameWithType: Rigidbody.constraints
  type: Property
- uid: UnityEngine.Rigidbody.detectCollisions
  name: detectCollisions
  fullName: UnityEngine.Rigidbody.detectCollisions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-detectCollisions.html
  commentId: P:UnityEngine.Rigidbody.detectCollisions
  nameWithType: Rigidbody.detectCollisions
  type: Property
- uid: UnityEngine.Rigidbody.drag
  name: drag
  fullName: UnityEngine.Rigidbody.drag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-drag.html
  commentId: P:UnityEngine.Rigidbody.drag
  nameWithType: Rigidbody.drag
  type: Property
- uid: UnityEngine.Rigidbody.freezeRotation
  name: freezeRotation
  fullName: UnityEngine.Rigidbody.freezeRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-freezeRotation.html
  commentId: P:UnityEngine.Rigidbody.freezeRotation
  nameWithType: Rigidbody.freezeRotation
  type: Property
- uid: UnityEngine.Rigidbody.GetPointVelocity(UnityEngine.Vector3)
  name: GetPointVelocity(Vector3)
  fullName: UnityEngine.Rigidbody.GetPointVelocity(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.GetPointVelocity.html
  commentId: M:UnityEngine.Rigidbody.GetPointVelocity(UnityEngine.Vector3)
  nameWithType: Rigidbody.GetPointVelocity(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.GetRelativePointVelocity(UnityEngine.Vector3)
  name: GetRelativePointVelocity(Vector3)
  fullName: UnityEngine.Rigidbody.GetRelativePointVelocity(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.GetRelativePointVelocity.html
  commentId: M:UnityEngine.Rigidbody.GetRelativePointVelocity(UnityEngine.Vector3)
  nameWithType: Rigidbody.GetRelativePointVelocity(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.inertiaTensor
  name: inertiaTensor
  fullName: UnityEngine.Rigidbody.inertiaTensor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-inertiaTensor.html
  commentId: P:UnityEngine.Rigidbody.inertiaTensor
  nameWithType: Rigidbody.inertiaTensor
  type: Property
- uid: UnityEngine.Rigidbody.inertiaTensorRotation
  name: inertiaTensorRotation
  fullName: UnityEngine.Rigidbody.inertiaTensorRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-inertiaTensorRotation.html
  commentId: P:UnityEngine.Rigidbody.inertiaTensorRotation
  nameWithType: Rigidbody.inertiaTensorRotation
  type: Property
- uid: UnityEngine.Rigidbody.interpolation
  name: interpolation
  fullName: UnityEngine.Rigidbody.interpolation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-interpolation.html
  commentId: P:UnityEngine.Rigidbody.interpolation
  nameWithType: Rigidbody.interpolation
  type: Property
- uid: UnityEngine.Rigidbody.isKinematic
  name: isKinematic
  fullName: UnityEngine.Rigidbody.isKinematic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-isKinematic.html
  commentId: P:UnityEngine.Rigidbody.isKinematic
  nameWithType: Rigidbody.isKinematic
  type: Property
- uid: UnityEngine.Rigidbody.IsSleeping
  name: IsSleeping()
  fullName: UnityEngine.Rigidbody.IsSleeping()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.IsSleeping.html
  commentId: M:UnityEngine.Rigidbody.IsSleeping
  nameWithType: Rigidbody.IsSleeping()
  type: Method
- uid: UnityEngine.Rigidbody.mass
  name: mass
  fullName: UnityEngine.Rigidbody.mass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-mass.html
  commentId: P:UnityEngine.Rigidbody.mass
  nameWithType: Rigidbody.mass
  type: Property
- uid: UnityEngine.Rigidbody.maxAngularVelocity
  name: maxAngularVelocity
  fullName: UnityEngine.Rigidbody.maxAngularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-maxAngularVelocity.html
  commentId: P:UnityEngine.Rigidbody.maxAngularVelocity
  nameWithType: Rigidbody.maxAngularVelocity
  type: Property
- uid: UnityEngine.Rigidbody.maxDepenetrationVelocity
  name: maxDepenetrationVelocity
  fullName: UnityEngine.Rigidbody.maxDepenetrationVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-maxDepenetrationVelocity.html
  commentId: P:UnityEngine.Rigidbody.maxDepenetrationVelocity
  nameWithType: Rigidbody.maxDepenetrationVelocity
  type: Property
- uid: UnityEngine.Rigidbody.MovePosition(UnityEngine.Vector3)
  name: MovePosition(Vector3)
  fullName: UnityEngine.Rigidbody.MovePosition(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.MovePosition.html
  commentId: M:UnityEngine.Rigidbody.MovePosition(UnityEngine.Vector3)
  nameWithType: Rigidbody.MovePosition(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.MoveRotation(UnityEngine.Quaternion)
  name: MoveRotation(Quaternion)
  fullName: UnityEngine.Rigidbody.MoveRotation(UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.MoveRotation.html
  commentId: M:UnityEngine.Rigidbody.MoveRotation(UnityEngine.Quaternion)
  nameWithType: Rigidbody.MoveRotation(Quaternion)
  type: Method
- uid: UnityEngine.Rigidbody.position
  name: position
  fullName: UnityEngine.Rigidbody.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-position.html
  commentId: P:UnityEngine.Rigidbody.position
  nameWithType: Rigidbody.position
  type: Property
- uid: UnityEngine.Rigidbody.ResetCenterOfMass
  name: ResetCenterOfMass()
  fullName: UnityEngine.Rigidbody.ResetCenterOfMass()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.ResetCenterOfMass.html
  commentId: M:UnityEngine.Rigidbody.ResetCenterOfMass
  nameWithType: Rigidbody.ResetCenterOfMass()
  type: Method
- uid: UnityEngine.Rigidbody.ResetInertiaTensor
  name: ResetInertiaTensor()
  fullName: UnityEngine.Rigidbody.ResetInertiaTensor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.ResetInertiaTensor.html
  commentId: M:UnityEngine.Rigidbody.ResetInertiaTensor
  nameWithType: Rigidbody.ResetInertiaTensor()
  type: Method
- uid: UnityEngine.Rigidbody.rotation
  name: rotation
  fullName: UnityEngine.Rigidbody.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-rotation.html
  commentId: P:UnityEngine.Rigidbody.rotation
  nameWithType: Rigidbody.rotation
  type: Property
- uid: UnityEngine.Rigidbody.SetDensity(System.Single)
  name: SetDensity(float)
  fullName: UnityEngine.Rigidbody.SetDensity(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.SetDensity.html
  commentId: M:UnityEngine.Rigidbody.SetDensity(System.Single)
  nameWithType: Rigidbody.SetDensity(float)
  type: Method
- uid: UnityEngine.Rigidbody.SetMaxAngularVelocity(System.Single)
  name: SetMaxAngularVelocity(float)
  fullName: UnityEngine.Rigidbody.SetMaxAngularVelocity(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.SetMaxAngularVelocity.html
  commentId: M:UnityEngine.Rigidbody.SetMaxAngularVelocity(System.Single)
  nameWithType: Rigidbody.SetMaxAngularVelocity(float)
  type: Method
- uid: UnityEngine.Rigidbody.Sleep
  name: Sleep()
  fullName: UnityEngine.Rigidbody.Sleep()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.Sleep.html
  commentId: M:UnityEngine.Rigidbody.Sleep
  nameWithType: Rigidbody.Sleep()
  type: Method
- uid: UnityEngine.Rigidbody.sleepAngularVelocity
  name: sleepAngularVelocity
  fullName: UnityEngine.Rigidbody.sleepAngularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-sleepAngularVelocity.html
  commentId: P:UnityEngine.Rigidbody.sleepAngularVelocity
  nameWithType: Rigidbody.sleepAngularVelocity
  type: Property
- uid: UnityEngine.Rigidbody.sleepThreshold
  name: sleepThreshold
  fullName: UnityEngine.Rigidbody.sleepThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-sleepThreshold.html
  commentId: P:UnityEngine.Rigidbody.sleepThreshold
  nameWithType: Rigidbody.sleepThreshold
  type: Property
- uid: UnityEngine.Rigidbody.sleepVelocity
  name: sleepVelocity
  fullName: UnityEngine.Rigidbody.sleepVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-sleepVelocity.html
  commentId: P:UnityEngine.Rigidbody.sleepVelocity
  nameWithType: Rigidbody.sleepVelocity
  type: Property
- uid: UnityEngine.Rigidbody.solverIterationCount
  name: solverIterationCount
  fullName: UnityEngine.Rigidbody.solverIterationCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-solverIterationCount.html
  commentId: P:UnityEngine.Rigidbody.solverIterationCount
  nameWithType: Rigidbody.solverIterationCount
  type: Property
- uid: UnityEngine.Rigidbody.solverIterations
  name: solverIterations
  fullName: UnityEngine.Rigidbody.solverIterations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-solverIterations.html
  commentId: P:UnityEngine.Rigidbody.solverIterations
  nameWithType: Rigidbody.solverIterations
  type: Property
- uid: UnityEngine.Rigidbody.solverVelocityIterationCount
  name: solverVelocityIterationCount
  fullName: UnityEngine.Rigidbody.solverVelocityIterationCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-solverVelocityIterationCount.html
  commentId: P:UnityEngine.Rigidbody.solverVelocityIterationCount
  nameWithType: Rigidbody.solverVelocityIterationCount
  type: Property
- uid: UnityEngine.Rigidbody.solverVelocityIterations
  name: solverVelocityIterations
  fullName: UnityEngine.Rigidbody.solverVelocityIterations
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-solverVelocityIterations.html
  commentId: P:UnityEngine.Rigidbody.solverVelocityIterations
  nameWithType: Rigidbody.solverVelocityIterations
  type: Property
- uid: UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,UnityEngine.QueryTriggerInteraction)
  name: SweepTest(Vector3, out RaycastHit, float, QueryTriggerInteraction)
  fullName: UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3, out UnityEngine.RaycastHit, float, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.SweepTest.html
  commentId: M:UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single,UnityEngine.QueryTriggerInteraction)
  nameWithType: Rigidbody.SweepTest(Vector3, out RaycastHit, float, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single)
  name: SweepTest(Vector3, out RaycastHit, float)
  fullName: UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3, out UnityEngine.RaycastHit, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.SweepTest.html
  commentId: M:UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3,UnityEngine.RaycastHit@,System.Single)
  nameWithType: Rigidbody.SweepTest(Vector3, out RaycastHit, float)
  type: Method
- uid: UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3,UnityEngine.RaycastHit@)
  name: SweepTest(Vector3, out RaycastHit)
  fullName: UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3, out UnityEngine.RaycastHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.SweepTest.html
  commentId: M:UnityEngine.Rigidbody.SweepTest(UnityEngine.Vector3,UnityEngine.RaycastHit@)
  nameWithType: Rigidbody.SweepTest(Vector3, out RaycastHit)
  type: Method
- uid: UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3,System.Single,UnityEngine.QueryTriggerInteraction)
  name: SweepTestAll(Vector3, float, QueryTriggerInteraction)
  fullName: UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3, float, UnityEngine.QueryTriggerInteraction)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.SweepTestAll.html
  commentId: M:UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3,System.Single,UnityEngine.QueryTriggerInteraction)
  nameWithType: Rigidbody.SweepTestAll(Vector3, float, QueryTriggerInteraction)
  type: Method
- uid: UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3,System.Single)
  name: SweepTestAll(Vector3, float)
  fullName: UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.SweepTestAll.html
  commentId: M:UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3,System.Single)
  nameWithType: Rigidbody.SweepTestAll(Vector3, float)
  type: Method
- uid: UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3)
  name: SweepTestAll(Vector3)
  fullName: UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.SweepTestAll.html
  commentId: M:UnityEngine.Rigidbody.SweepTestAll(UnityEngine.Vector3)
  nameWithType: Rigidbody.SweepTestAll(Vector3)
  type: Method
- uid: UnityEngine.Rigidbody.useConeFriction
  name: useConeFriction
  fullName: UnityEngine.Rigidbody.useConeFriction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-useConeFriction.html
  commentId: P:UnityEngine.Rigidbody.useConeFriction
  nameWithType: Rigidbody.useConeFriction
  type: Property
- uid: UnityEngine.Rigidbody.useGravity
  name: useGravity
  fullName: UnityEngine.Rigidbody.useGravity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-useGravity.html
  commentId: P:UnityEngine.Rigidbody.useGravity
  nameWithType: Rigidbody.useGravity
  type: Property
- uid: UnityEngine.Rigidbody.velocity
  name: velocity
  fullName: UnityEngine.Rigidbody.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-velocity.html
  commentId: P:UnityEngine.Rigidbody.velocity
  nameWithType: Rigidbody.velocity
  type: Property
- uid: UnityEngine.Rigidbody.WakeUp
  name: WakeUp()
  fullName: UnityEngine.Rigidbody.WakeUp()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody.WakeUp.html
  commentId: M:UnityEngine.Rigidbody.WakeUp
  nameWithType: Rigidbody.WakeUp()
  type: Method
- uid: UnityEngine.Rigidbody.worldCenterOfMass
  name: worldCenterOfMass
  fullName: UnityEngine.Rigidbody.worldCenterOfMass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody-worldCenterOfMass.html
  commentId: P:UnityEngine.Rigidbody.worldCenterOfMass
  nameWithType: Rigidbody.worldCenterOfMass
  type: Property
- uid: UnityEngine.Rigidbody2D
  name: Rigidbody2D
  fullName: UnityEngine.Rigidbody2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.html
  commentId: T:UnityEngine.Rigidbody2D
  nameWithType: Rigidbody2D
  type: Class
- uid: UnityEngine.Rigidbody2D.AddForce(UnityEngine.Vector2,UnityEngine.ForceMode2D)
  name: AddForce(Vector2, ForceMode2D)
  fullName: UnityEngine.Rigidbody2D.AddForce(UnityEngine.Vector2, UnityEngine.ForceMode2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.AddForce.html
  commentId: M:UnityEngine.Rigidbody2D.AddForce(UnityEngine.Vector2,UnityEngine.ForceMode2D)
  nameWithType: Rigidbody2D.AddForce(Vector2, ForceMode2D)
  type: Method
- uid: UnityEngine.Rigidbody2D.AddForce(UnityEngine.Vector2)
  name: AddForce(Vector2)
  fullName: UnityEngine.Rigidbody2D.AddForce(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.AddForce.html
  commentId: M:UnityEngine.Rigidbody2D.AddForce(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.AddForce(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.AddForceAtPosition(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ForceMode2D)
  name: AddForceAtPosition(Vector2, Vector2, ForceMode2D)
  fullName: UnityEngine.Rigidbody2D.AddForceAtPosition(UnityEngine.Vector2, UnityEngine.Vector2, UnityEngine.ForceMode2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.AddForceAtPosition.html
  commentId: M:UnityEngine.Rigidbody2D.AddForceAtPosition(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.ForceMode2D)
  nameWithType: Rigidbody2D.AddForceAtPosition(Vector2, Vector2, ForceMode2D)
  type: Method
- uid: UnityEngine.Rigidbody2D.AddForceAtPosition(UnityEngine.Vector2,UnityEngine.Vector2)
  name: AddForceAtPosition(Vector2, Vector2)
  fullName: UnityEngine.Rigidbody2D.AddForceAtPosition(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.AddForceAtPosition.html
  commentId: M:UnityEngine.Rigidbody2D.AddForceAtPosition(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Rigidbody2D.AddForceAtPosition(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.AddRelativeForce(UnityEngine.Vector2,UnityEngine.ForceMode2D)
  name: AddRelativeForce(Vector2, ForceMode2D)
  fullName: UnityEngine.Rigidbody2D.AddRelativeForce(UnityEngine.Vector2, UnityEngine.ForceMode2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.AddRelativeForce.html
  commentId: M:UnityEngine.Rigidbody2D.AddRelativeForce(UnityEngine.Vector2,UnityEngine.ForceMode2D)
  nameWithType: Rigidbody2D.AddRelativeForce(Vector2, ForceMode2D)
  type: Method
- uid: UnityEngine.Rigidbody2D.AddRelativeForce(UnityEngine.Vector2)
  name: AddRelativeForce(Vector2)
  fullName: UnityEngine.Rigidbody2D.AddRelativeForce(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.AddRelativeForce.html
  commentId: M:UnityEngine.Rigidbody2D.AddRelativeForce(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.AddRelativeForce(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.AddTorque(System.Single,UnityEngine.ForceMode2D)
  name: AddTorque(float, ForceMode2D)
  fullName: UnityEngine.Rigidbody2D.AddTorque(float, UnityEngine.ForceMode2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.AddTorque.html
  commentId: M:UnityEngine.Rigidbody2D.AddTorque(System.Single,UnityEngine.ForceMode2D)
  nameWithType: Rigidbody2D.AddTorque(float, ForceMode2D)
  type: Method
- uid: UnityEngine.Rigidbody2D.AddTorque(System.Single)
  name: AddTorque(float)
  fullName: UnityEngine.Rigidbody2D.AddTorque(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.AddTorque.html
  commentId: M:UnityEngine.Rigidbody2D.AddTorque(System.Single)
  nameWithType: Rigidbody2D.AddTorque(float)
  type: Method
- uid: UnityEngine.Rigidbody2D.angularDrag
  name: angularDrag
  fullName: UnityEngine.Rigidbody2D.angularDrag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-angularDrag.html
  commentId: P:UnityEngine.Rigidbody2D.angularDrag
  nameWithType: Rigidbody2D.angularDrag
  type: Property
- uid: UnityEngine.Rigidbody2D.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.Rigidbody2D.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-angularVelocity.html
  commentId: P:UnityEngine.Rigidbody2D.angularVelocity
  nameWithType: Rigidbody2D.angularVelocity
  type: Property
- uid: UnityEngine.Rigidbody2D.attachedColliderCount
  name: attachedColliderCount
  fullName: UnityEngine.Rigidbody2D.attachedColliderCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-attachedColliderCount.html
  commentId: P:UnityEngine.Rigidbody2D.attachedColliderCount
  nameWithType: Rigidbody2D.attachedColliderCount
  type: Property
- uid: UnityEngine.Rigidbody2D.bodyType
  name: bodyType
  fullName: UnityEngine.Rigidbody2D.bodyType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-bodyType.html
  commentId: P:UnityEngine.Rigidbody2D.bodyType
  nameWithType: Rigidbody2D.bodyType
  type: Property
- uid: UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  name: Cast(Vector2, ContactFilter2D, RaycastHit2D[], float)
  fullName: UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.Cast.html
  commentId: M:UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Rigidbody2D.Cast(Vector2, ContactFilter2D, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  name: Cast(Vector2, ContactFilter2D, RaycastHit2D[])
  fullName: UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2, UnityEngine.ContactFilter2D, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.Cast.html
  commentId: M:UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2,UnityEngine.ContactFilter2D,UnityEngine.RaycastHit2D[])
  nameWithType: Rigidbody2D.Cast(Vector2, ContactFilter2D, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  name: Cast(Vector2, RaycastHit2D[], float)
  fullName: UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[], float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.Cast.html
  commentId: M:UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[],System.Single)
  nameWithType: Rigidbody2D.Cast(Vector2, RaycastHit2D[], float)
  type: Method
- uid: UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  name: Cast(Vector2, RaycastHit2D[])
  fullName: UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2, UnityEngine.RaycastHit2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.Cast.html
  commentId: M:UnityEngine.Rigidbody2D.Cast(UnityEngine.Vector2,UnityEngine.RaycastHit2D[])
  nameWithType: Rigidbody2D.Cast(Vector2, RaycastHit2D[])
  type: Method
- uid: UnityEngine.Rigidbody2D.centerOfMass
  name: centerOfMass
  fullName: UnityEngine.Rigidbody2D.centerOfMass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-centerOfMass.html
  commentId: P:UnityEngine.Rigidbody2D.centerOfMass
  nameWithType: Rigidbody2D.centerOfMass
  type: Property
- uid: UnityEngine.Rigidbody2D.collisionDetectionMode
  name: collisionDetectionMode
  fullName: UnityEngine.Rigidbody2D.collisionDetectionMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-collisionDetectionMode.html
  commentId: P:UnityEngine.Rigidbody2D.collisionDetectionMode
  nameWithType: Rigidbody2D.collisionDetectionMode
  type: Property
- uid: UnityEngine.Rigidbody2D.constraints
  name: constraints
  fullName: UnityEngine.Rigidbody2D.constraints
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-constraints.html
  commentId: P:UnityEngine.Rigidbody2D.constraints
  nameWithType: Rigidbody2D.constraints
  type: Property
- uid: UnityEngine.Rigidbody2D.Distance(UnityEngine.Collider2D)
  name: Distance(Collider2D)
  fullName: UnityEngine.Rigidbody2D.Distance(UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.Distance.html
  commentId: M:UnityEngine.Rigidbody2D.Distance(UnityEngine.Collider2D)
  nameWithType: Rigidbody2D.Distance(Collider2D)
  type: Method
- uid: UnityEngine.Rigidbody2D.drag
  name: drag
  fullName: UnityEngine.Rigidbody2D.drag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-drag.html
  commentId: P:UnityEngine.Rigidbody2D.drag
  nameWithType: Rigidbody2D.drag
  type: Property
- uid: UnityEngine.Rigidbody2D.fixedAngle
  name: fixedAngle
  fullName: UnityEngine.Rigidbody2D.fixedAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-fixedAngle.html
  commentId: P:UnityEngine.Rigidbody2D.fixedAngle
  nameWithType: Rigidbody2D.fixedAngle
  type: Property
- uid: UnityEngine.Rigidbody2D.freezeRotation
  name: freezeRotation
  fullName: UnityEngine.Rigidbody2D.freezeRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-freezeRotation.html
  commentId: P:UnityEngine.Rigidbody2D.freezeRotation
  nameWithType: Rigidbody2D.freezeRotation
  type: Property
- uid: UnityEngine.Rigidbody2D.GetAttachedColliders(UnityEngine.Collider2D[])
  name: GetAttachedColliders(Collider2D[])
  fullName: UnityEngine.Rigidbody2D.GetAttachedColliders(UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetAttachedColliders.html
  commentId: M:UnityEngine.Rigidbody2D.GetAttachedColliders(UnityEngine.Collider2D[])
  nameWithType: Rigidbody2D.GetAttachedColliders(Collider2D[])
  type: Method
- uid: UnityEngine.Rigidbody2D.GetContacts(UnityEngine.Collider2D[])
  name: GetContacts(Collider2D[])
  fullName: UnityEngine.Rigidbody2D.GetContacts(UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetContacts.html
  commentId: M:UnityEngine.Rigidbody2D.GetContacts(UnityEngine.Collider2D[])
  nameWithType: Rigidbody2D.GetContacts(Collider2D[])
  type: Method
- uid: UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: GetContacts(ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetContacts.html
  commentId: M:UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Rigidbody2D.GetContacts(ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  name: GetContacts(ContactFilter2D, ContactPoint2D[])
  fullName: UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactFilter2D, UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetContacts.html
  commentId: M:UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactFilter2D,UnityEngine.ContactPoint2D[])
  nameWithType: Rigidbody2D.GetContacts(ContactFilter2D, ContactPoint2D[])
  type: Method
- uid: UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactPoint2D[])
  name: GetContacts(ContactPoint2D[])
  fullName: UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactPoint2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetContacts.html
  commentId: M:UnityEngine.Rigidbody2D.GetContacts(UnityEngine.ContactPoint2D[])
  nameWithType: Rigidbody2D.GetContacts(ContactPoint2D[])
  type: Method
- uid: UnityEngine.Rigidbody2D.GetPoint(UnityEngine.Vector2)
  name: GetPoint(Vector2)
  fullName: UnityEngine.Rigidbody2D.GetPoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetPoint.html
  commentId: M:UnityEngine.Rigidbody2D.GetPoint(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.GetPoint(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.GetPointVelocity(UnityEngine.Vector2)
  name: GetPointVelocity(Vector2)
  fullName: UnityEngine.Rigidbody2D.GetPointVelocity(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetPointVelocity.html
  commentId: M:UnityEngine.Rigidbody2D.GetPointVelocity(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.GetPointVelocity(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.GetRelativePoint(UnityEngine.Vector2)
  name: GetRelativePoint(Vector2)
  fullName: UnityEngine.Rigidbody2D.GetRelativePoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetRelativePoint.html
  commentId: M:UnityEngine.Rigidbody2D.GetRelativePoint(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.GetRelativePoint(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.GetRelativePointVelocity(UnityEngine.Vector2)
  name: GetRelativePointVelocity(Vector2)
  fullName: UnityEngine.Rigidbody2D.GetRelativePointVelocity(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetRelativePointVelocity.html
  commentId: M:UnityEngine.Rigidbody2D.GetRelativePointVelocity(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.GetRelativePointVelocity(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.GetRelativeVector(UnityEngine.Vector2)
  name: GetRelativeVector(Vector2)
  fullName: UnityEngine.Rigidbody2D.GetRelativeVector(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetRelativeVector.html
  commentId: M:UnityEngine.Rigidbody2D.GetRelativeVector(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.GetRelativeVector(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.GetVector(UnityEngine.Vector2)
  name: GetVector(Vector2)
  fullName: UnityEngine.Rigidbody2D.GetVector(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.GetVector.html
  commentId: M:UnityEngine.Rigidbody2D.GetVector(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.GetVector(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.gravityScale
  name: gravityScale
  fullName: UnityEngine.Rigidbody2D.gravityScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-gravityScale.html
  commentId: P:UnityEngine.Rigidbody2D.gravityScale
  nameWithType: Rigidbody2D.gravityScale
  type: Property
- uid: UnityEngine.Rigidbody2D.inertia
  name: inertia
  fullName: UnityEngine.Rigidbody2D.inertia
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-inertia.html
  commentId: P:UnityEngine.Rigidbody2D.inertia
  nameWithType: Rigidbody2D.inertia
  type: Property
- uid: UnityEngine.Rigidbody2D.interpolation
  name: interpolation
  fullName: UnityEngine.Rigidbody2D.interpolation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-interpolation.html
  commentId: P:UnityEngine.Rigidbody2D.interpolation
  nameWithType: Rigidbody2D.interpolation
  type: Property
- uid: UnityEngine.Rigidbody2D.IsAwake
  name: IsAwake()
  fullName: UnityEngine.Rigidbody2D.IsAwake()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.IsAwake.html
  commentId: M:UnityEngine.Rigidbody2D.IsAwake
  nameWithType: Rigidbody2D.IsAwake()
  type: Method
- uid: UnityEngine.Rigidbody2D.isKinematic
  name: isKinematic
  fullName: UnityEngine.Rigidbody2D.isKinematic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-isKinematic.html
  commentId: P:UnityEngine.Rigidbody2D.isKinematic
  nameWithType: Rigidbody2D.isKinematic
  type: Property
- uid: UnityEngine.Rigidbody2D.IsSleeping
  name: IsSleeping()
  fullName: UnityEngine.Rigidbody2D.IsSleeping()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.IsSleeping.html
  commentId: M:UnityEngine.Rigidbody2D.IsSleeping
  nameWithType: Rigidbody2D.IsSleeping()
  type: Method
- uid: UnityEngine.Rigidbody2D.IsTouching(UnityEngine.Collider2D,UnityEngine.ContactFilter2D)
  name: IsTouching(Collider2D, ContactFilter2D)
  fullName: UnityEngine.Rigidbody2D.IsTouching(UnityEngine.Collider2D, UnityEngine.ContactFilter2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.IsTouching.html
  commentId: M:UnityEngine.Rigidbody2D.IsTouching(UnityEngine.Collider2D,UnityEngine.ContactFilter2D)
  nameWithType: Rigidbody2D.IsTouching(Collider2D, ContactFilter2D)
  type: Method
- uid: UnityEngine.Rigidbody2D.IsTouching(UnityEngine.Collider2D)
  name: IsTouching(Collider2D)
  fullName: UnityEngine.Rigidbody2D.IsTouching(UnityEngine.Collider2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.IsTouching.html
  commentId: M:UnityEngine.Rigidbody2D.IsTouching(UnityEngine.Collider2D)
  nameWithType: Rigidbody2D.IsTouching(Collider2D)
  type: Method
- uid: UnityEngine.Rigidbody2D.IsTouching(UnityEngine.ContactFilter2D)
  name: IsTouching(ContactFilter2D)
  fullName: UnityEngine.Rigidbody2D.IsTouching(UnityEngine.ContactFilter2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.IsTouching.html
  commentId: M:UnityEngine.Rigidbody2D.IsTouching(UnityEngine.ContactFilter2D)
  nameWithType: Rigidbody2D.IsTouching(ContactFilter2D)
  type: Method
- uid: UnityEngine.Rigidbody2D.IsTouchingLayers
  name: IsTouchingLayers()
  fullName: UnityEngine.Rigidbody2D.IsTouchingLayers()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.IsTouchingLayers.html
  commentId: M:UnityEngine.Rigidbody2D.IsTouchingLayers
  nameWithType: Rigidbody2D.IsTouchingLayers()
  type: Method
- uid: UnityEngine.Rigidbody2D.IsTouchingLayers(System.Int32)
  name: IsTouchingLayers(int)
  fullName: UnityEngine.Rigidbody2D.IsTouchingLayers(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.IsTouchingLayers.html
  commentId: M:UnityEngine.Rigidbody2D.IsTouchingLayers(System.Int32)
  nameWithType: Rigidbody2D.IsTouchingLayers(int)
  type: Method
- uid: UnityEngine.Rigidbody2D.mass
  name: mass
  fullName: UnityEngine.Rigidbody2D.mass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-mass.html
  commentId: P:UnityEngine.Rigidbody2D.mass
  nameWithType: Rigidbody2D.mass
  type: Property
- uid: UnityEngine.Rigidbody2D.MovePosition(UnityEngine.Vector2)
  name: MovePosition(Vector2)
  fullName: UnityEngine.Rigidbody2D.MovePosition(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.MovePosition.html
  commentId: M:UnityEngine.Rigidbody2D.MovePosition(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.MovePosition(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.MoveRotation(System.Single)
  name: MoveRotation(float)
  fullName: UnityEngine.Rigidbody2D.MoveRotation(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.MoveRotation.html
  commentId: M:UnityEngine.Rigidbody2D.MoveRotation(System.Single)
  nameWithType: Rigidbody2D.MoveRotation(float)
  type: Method
- uid: UnityEngine.Rigidbody2D.OverlapCollider(UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  name: OverlapCollider(ContactFilter2D, Collider2D[])
  fullName: UnityEngine.Rigidbody2D.OverlapCollider(UnityEngine.ContactFilter2D, UnityEngine.Collider2D[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.OverlapCollider.html
  commentId: M:UnityEngine.Rigidbody2D.OverlapCollider(UnityEngine.ContactFilter2D,UnityEngine.Collider2D[])
  nameWithType: Rigidbody2D.OverlapCollider(ContactFilter2D, Collider2D[])
  type: Method
- uid: UnityEngine.Rigidbody2D.OverlapPoint(UnityEngine.Vector2)
  name: OverlapPoint(Vector2)
  fullName: UnityEngine.Rigidbody2D.OverlapPoint(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.OverlapPoint.html
  commentId: M:UnityEngine.Rigidbody2D.OverlapPoint(UnityEngine.Vector2)
  nameWithType: Rigidbody2D.OverlapPoint(Vector2)
  type: Method
- uid: UnityEngine.Rigidbody2D.position
  name: position
  fullName: UnityEngine.Rigidbody2D.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-position.html
  commentId: P:UnityEngine.Rigidbody2D.position
  nameWithType: Rigidbody2D.position
  type: Property
- uid: UnityEngine.Rigidbody2D.rotation
  name: rotation
  fullName: UnityEngine.Rigidbody2D.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-rotation.html
  commentId: P:UnityEngine.Rigidbody2D.rotation
  nameWithType: Rigidbody2D.rotation
  type: Property
- uid: UnityEngine.Rigidbody2D.sharedMaterial
  name: sharedMaterial
  fullName: UnityEngine.Rigidbody2D.sharedMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-sharedMaterial.html
  commentId: P:UnityEngine.Rigidbody2D.sharedMaterial
  nameWithType: Rigidbody2D.sharedMaterial
  type: Property
- uid: UnityEngine.Rigidbody2D.simulated
  name: simulated
  fullName: UnityEngine.Rigidbody2D.simulated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-simulated.html
  commentId: P:UnityEngine.Rigidbody2D.simulated
  nameWithType: Rigidbody2D.simulated
  type: Property
- uid: UnityEngine.Rigidbody2D.Sleep
  name: Sleep()
  fullName: UnityEngine.Rigidbody2D.Sleep()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.Sleep.html
  commentId: M:UnityEngine.Rigidbody2D.Sleep
  nameWithType: Rigidbody2D.Sleep()
  type: Method
- uid: UnityEngine.Rigidbody2D.sleepMode
  name: sleepMode
  fullName: UnityEngine.Rigidbody2D.sleepMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-sleepMode.html
  commentId: P:UnityEngine.Rigidbody2D.sleepMode
  nameWithType: Rigidbody2D.sleepMode
  type: Property
- uid: UnityEngine.Rigidbody2D.useAutoMass
  name: useAutoMass
  fullName: UnityEngine.Rigidbody2D.useAutoMass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-useAutoMass.html
  commentId: P:UnityEngine.Rigidbody2D.useAutoMass
  nameWithType: Rigidbody2D.useAutoMass
  type: Property
- uid: UnityEngine.Rigidbody2D.useFullKinematicContacts
  name: useFullKinematicContacts
  fullName: UnityEngine.Rigidbody2D.useFullKinematicContacts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-useFullKinematicContacts.html
  commentId: P:UnityEngine.Rigidbody2D.useFullKinematicContacts
  nameWithType: Rigidbody2D.useFullKinematicContacts
  type: Property
- uid: UnityEngine.Rigidbody2D.velocity
  name: velocity
  fullName: UnityEngine.Rigidbody2D.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-velocity.html
  commentId: P:UnityEngine.Rigidbody2D.velocity
  nameWithType: Rigidbody2D.velocity
  type: Property
- uid: UnityEngine.Rigidbody2D.WakeUp
  name: WakeUp()
  fullName: UnityEngine.Rigidbody2D.WakeUp()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D.WakeUp.html
  commentId: M:UnityEngine.Rigidbody2D.WakeUp
  nameWithType: Rigidbody2D.WakeUp()
  type: Method
- uid: UnityEngine.Rigidbody2D.worldCenterOfMass
  name: worldCenterOfMass
  fullName: UnityEngine.Rigidbody2D.worldCenterOfMass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Rigidbody2D-worldCenterOfMass.html
  commentId: P:UnityEngine.Rigidbody2D.worldCenterOfMass
  nameWithType: Rigidbody2D.worldCenterOfMass
  type: Property
- uid: UnityEngine.RigidbodyConstraints
  name: RigidbodyConstraints
  fullName: UnityEngine.RigidbodyConstraints
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.html
  commentId: T:UnityEngine.RigidbodyConstraints
  nameWithType: RigidbodyConstraints
  type: Enum
- uid: UnityEngine.RigidbodyConstraints.FreezeAll
  name: FreezeAll
  fullName: UnityEngine.RigidbodyConstraints.FreezeAll
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezeAll.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezeAll
  nameWithType: RigidbodyConstraints.FreezeAll
  type: Field
- uid: UnityEngine.RigidbodyConstraints.FreezePosition
  name: FreezePosition
  fullName: UnityEngine.RigidbodyConstraints.FreezePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezePosition.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezePosition
  nameWithType: RigidbodyConstraints.FreezePosition
  type: Field
- uid: UnityEngine.RigidbodyConstraints.FreezePositionX
  name: FreezePositionX
  fullName: UnityEngine.RigidbodyConstraints.FreezePositionX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezePositionX.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezePositionX
  nameWithType: RigidbodyConstraints.FreezePositionX
  type: Field
- uid: UnityEngine.RigidbodyConstraints.FreezePositionY
  name: FreezePositionY
  fullName: UnityEngine.RigidbodyConstraints.FreezePositionY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezePositionY.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezePositionY
  nameWithType: RigidbodyConstraints.FreezePositionY
  type: Field
- uid: UnityEngine.RigidbodyConstraints.FreezePositionZ
  name: FreezePositionZ
  fullName: UnityEngine.RigidbodyConstraints.FreezePositionZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezePositionZ.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezePositionZ
  nameWithType: RigidbodyConstraints.FreezePositionZ
  type: Field
- uid: UnityEngine.RigidbodyConstraints.FreezeRotation
  name: FreezeRotation
  fullName: UnityEngine.RigidbodyConstraints.FreezeRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezeRotation.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezeRotation
  nameWithType: RigidbodyConstraints.FreezeRotation
  type: Field
- uid: UnityEngine.RigidbodyConstraints.FreezeRotationX
  name: FreezeRotationX
  fullName: UnityEngine.RigidbodyConstraints.FreezeRotationX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezeRotationX.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezeRotationX
  nameWithType: RigidbodyConstraints.FreezeRotationX
  type: Field
- uid: UnityEngine.RigidbodyConstraints.FreezeRotationY
  name: FreezeRotationY
  fullName: UnityEngine.RigidbodyConstraints.FreezeRotationY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezeRotationY.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezeRotationY
  nameWithType: RigidbodyConstraints.FreezeRotationY
  type: Field
- uid: UnityEngine.RigidbodyConstraints.FreezeRotationZ
  name: FreezeRotationZ
  fullName: UnityEngine.RigidbodyConstraints.FreezeRotationZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.FreezeRotationZ.html
  commentId: F:UnityEngine.RigidbodyConstraints.FreezeRotationZ
  nameWithType: RigidbodyConstraints.FreezeRotationZ
  type: Field
- uid: UnityEngine.RigidbodyConstraints.None
  name: None
  fullName: UnityEngine.RigidbodyConstraints.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints.None.html
  commentId: F:UnityEngine.RigidbodyConstraints.None
  nameWithType: RigidbodyConstraints.None
  type: Field
- uid: UnityEngine.RigidbodyConstraints2D
  name: RigidbodyConstraints2D
  fullName: UnityEngine.RigidbodyConstraints2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints2D.html
  commentId: T:UnityEngine.RigidbodyConstraints2D
  nameWithType: RigidbodyConstraints2D
  type: Enum
- uid: UnityEngine.RigidbodyConstraints2D.FreezeAll
  name: FreezeAll
  fullName: UnityEngine.RigidbodyConstraints2D.FreezeAll
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints2D.FreezeAll.html
  commentId: F:UnityEngine.RigidbodyConstraints2D.FreezeAll
  nameWithType: RigidbodyConstraints2D.FreezeAll
  type: Field
- uid: UnityEngine.RigidbodyConstraints2D.FreezePosition
  name: FreezePosition
  fullName: UnityEngine.RigidbodyConstraints2D.FreezePosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints2D.FreezePosition.html
  commentId: F:UnityEngine.RigidbodyConstraints2D.FreezePosition
  nameWithType: RigidbodyConstraints2D.FreezePosition
  type: Field
- uid: UnityEngine.RigidbodyConstraints2D.FreezePositionX
  name: FreezePositionX
  fullName: UnityEngine.RigidbodyConstraints2D.FreezePositionX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints2D.FreezePositionX.html
  commentId: F:UnityEngine.RigidbodyConstraints2D.FreezePositionX
  nameWithType: RigidbodyConstraints2D.FreezePositionX
  type: Field
- uid: UnityEngine.RigidbodyConstraints2D.FreezePositionY
  name: FreezePositionY
  fullName: UnityEngine.RigidbodyConstraints2D.FreezePositionY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints2D.FreezePositionY.html
  commentId: F:UnityEngine.RigidbodyConstraints2D.FreezePositionY
  nameWithType: RigidbodyConstraints2D.FreezePositionY
  type: Field
- uid: UnityEngine.RigidbodyConstraints2D.FreezeRotation
  name: FreezeRotation
  fullName: UnityEngine.RigidbodyConstraints2D.FreezeRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints2D.FreezeRotation.html
  commentId: F:UnityEngine.RigidbodyConstraints2D.FreezeRotation
  nameWithType: RigidbodyConstraints2D.FreezeRotation
  type: Field
- uid: UnityEngine.RigidbodyConstraints2D.None
  name: None
  fullName: UnityEngine.RigidbodyConstraints2D.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyConstraints2D.None.html
  commentId: F:UnityEngine.RigidbodyConstraints2D.None
  nameWithType: RigidbodyConstraints2D.None
  type: Field
- uid: UnityEngine.RigidbodyInterpolation
  name: RigidbodyInterpolation
  fullName: UnityEngine.RigidbodyInterpolation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyInterpolation.html
  commentId: T:UnityEngine.RigidbodyInterpolation
  nameWithType: RigidbodyInterpolation
  type: Enum
- uid: UnityEngine.RigidbodyInterpolation.Extrapolate
  name: Extrapolate
  fullName: UnityEngine.RigidbodyInterpolation.Extrapolate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyInterpolation.Extrapolate.html
  commentId: F:UnityEngine.RigidbodyInterpolation.Extrapolate
  nameWithType: RigidbodyInterpolation.Extrapolate
  type: Field
- uid: UnityEngine.RigidbodyInterpolation.Interpolate
  name: Interpolate
  fullName: UnityEngine.RigidbodyInterpolation.Interpolate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyInterpolation.Interpolate.html
  commentId: F:UnityEngine.RigidbodyInterpolation.Interpolate
  nameWithType: RigidbodyInterpolation.Interpolate
  type: Field
- uid: UnityEngine.RigidbodyInterpolation.None
  name: None
  fullName: UnityEngine.RigidbodyInterpolation.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyInterpolation.None.html
  commentId: F:UnityEngine.RigidbodyInterpolation.None
  nameWithType: RigidbodyInterpolation.None
  type: Field
- uid: UnityEngine.RigidbodyInterpolation2D
  name: RigidbodyInterpolation2D
  fullName: UnityEngine.RigidbodyInterpolation2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyInterpolation2D.html
  commentId: T:UnityEngine.RigidbodyInterpolation2D
  nameWithType: RigidbodyInterpolation2D
  type: Enum
- uid: UnityEngine.RigidbodyInterpolation2D.Extrapolate
  name: Extrapolate
  fullName: UnityEngine.RigidbodyInterpolation2D.Extrapolate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyInterpolation2D.Extrapolate.html
  commentId: F:UnityEngine.RigidbodyInterpolation2D.Extrapolate
  nameWithType: RigidbodyInterpolation2D.Extrapolate
  type: Field
- uid: UnityEngine.RigidbodyInterpolation2D.Interpolate
  name: Interpolate
  fullName: UnityEngine.RigidbodyInterpolation2D.Interpolate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyInterpolation2D.Interpolate.html
  commentId: F:UnityEngine.RigidbodyInterpolation2D.Interpolate
  nameWithType: RigidbodyInterpolation2D.Interpolate
  type: Field
- uid: UnityEngine.RigidbodyInterpolation2D.None
  name: None
  fullName: UnityEngine.RigidbodyInterpolation2D.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyInterpolation2D.None.html
  commentId: F:UnityEngine.RigidbodyInterpolation2D.None
  nameWithType: RigidbodyInterpolation2D.None
  type: Field
- uid: UnityEngine.RigidbodySleepMode2D
  name: RigidbodySleepMode2D
  fullName: UnityEngine.RigidbodySleepMode2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodySleepMode2D.html
  commentId: T:UnityEngine.RigidbodySleepMode2D
  nameWithType: RigidbodySleepMode2D
  type: Enum
- uid: UnityEngine.RigidbodySleepMode2D.NeverSleep
  name: NeverSleep
  fullName: UnityEngine.RigidbodySleepMode2D.NeverSleep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodySleepMode2D.NeverSleep.html
  commentId: F:UnityEngine.RigidbodySleepMode2D.NeverSleep
  nameWithType: RigidbodySleepMode2D.NeverSleep
  type: Field
- uid: UnityEngine.RigidbodySleepMode2D.StartAsleep
  name: StartAsleep
  fullName: UnityEngine.RigidbodySleepMode2D.StartAsleep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodySleepMode2D.StartAsleep.html
  commentId: F:UnityEngine.RigidbodySleepMode2D.StartAsleep
  nameWithType: RigidbodySleepMode2D.StartAsleep
  type: Field
- uid: UnityEngine.RigidbodySleepMode2D.StartAwake
  name: StartAwake
  fullName: UnityEngine.RigidbodySleepMode2D.StartAwake
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodySleepMode2D.StartAwake.html
  commentId: F:UnityEngine.RigidbodySleepMode2D.StartAwake
  nameWithType: RigidbodySleepMode2D.StartAwake
  type: Field
- uid: UnityEngine.RigidbodyType2D
  name: RigidbodyType2D
  fullName: UnityEngine.RigidbodyType2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyType2D.html
  commentId: T:UnityEngine.RigidbodyType2D
  nameWithType: RigidbodyType2D
  type: Enum
- uid: UnityEngine.RigidbodyType2D.Dynamic
  name: Dynamic
  fullName: UnityEngine.RigidbodyType2D.Dynamic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyType2D.Dynamic.html
  commentId: F:UnityEngine.RigidbodyType2D.Dynamic
  nameWithType: RigidbodyType2D.Dynamic
  type: Field
- uid: UnityEngine.RigidbodyType2D.Kinematic
  name: Kinematic
  fullName: UnityEngine.RigidbodyType2D.Kinematic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyType2D.Kinematic.html
  commentId: F:UnityEngine.RigidbodyType2D.Kinematic
  nameWithType: RigidbodyType2D.Kinematic
  type: Field
- uid: UnityEngine.RigidbodyType2D.Static
  name: Static
  fullName: UnityEngine.RigidbodyType2D.Static
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RigidbodyType2D.Static.html
  commentId: F:UnityEngine.RigidbodyType2D.Static
  nameWithType: RigidbodyType2D.Static
  type: Field
- uid: UnityEngine.RotationDriveMode
  name: RotationDriveMode
  fullName: UnityEngine.RotationDriveMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RotationDriveMode.html
  commentId: T:UnityEngine.RotationDriveMode
  nameWithType: RotationDriveMode
  type: Enum
- uid: UnityEngine.RotationDriveMode.Slerp
  name: Slerp
  fullName: UnityEngine.RotationDriveMode.Slerp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RotationDriveMode.Slerp.html
  commentId: F:UnityEngine.RotationDriveMode.Slerp
  nameWithType: RotationDriveMode.Slerp
  type: Field
- uid: UnityEngine.RotationDriveMode.XYAndZ
  name: XYAndZ
  fullName: UnityEngine.RotationDriveMode.XYAndZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RotationDriveMode.XYAndZ.html
  commentId: F:UnityEngine.RotationDriveMode.XYAndZ
  nameWithType: RotationDriveMode.XYAndZ
  type: Field
- uid: UnityEngine.RPC
  name: RPC
  fullName: UnityEngine.RPC
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RPC.html
  commentId: T:UnityEngine.RPC
  nameWithType: RPC
  type: Class
- uid: UnityEngine.RPCMode
  name: RPCMode
  fullName: UnityEngine.RPCMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RPCMode.html
  commentId: T:UnityEngine.RPCMode
  nameWithType: RPCMode
  type: Enum
- uid: UnityEngine.RPCMode.All
  name: All
  fullName: UnityEngine.RPCMode.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RPCMode.All.html
  commentId: F:UnityEngine.RPCMode.All
  nameWithType: RPCMode.All
  type: Field
- uid: UnityEngine.RPCMode.AllBuffered
  name: AllBuffered
  fullName: UnityEngine.RPCMode.AllBuffered
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RPCMode.AllBuffered.html
  commentId: F:UnityEngine.RPCMode.AllBuffered
  nameWithType: RPCMode.AllBuffered
  type: Field
- uid: UnityEngine.RPCMode.Others
  name: Others
  fullName: UnityEngine.RPCMode.Others
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RPCMode.Others.html
  commentId: F:UnityEngine.RPCMode.Others
  nameWithType: RPCMode.Others
  type: Field
- uid: UnityEngine.RPCMode.OthersBuffered
  name: OthersBuffered
  fullName: UnityEngine.RPCMode.OthersBuffered
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RPCMode.OthersBuffered.html
  commentId: F:UnityEngine.RPCMode.OthersBuffered
  nameWithType: RPCMode.OthersBuffered
  type: Field
- uid: UnityEngine.RPCMode.Server
  name: Server
  fullName: UnityEngine.RPCMode.Server
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RPCMode.Server.html
  commentId: F:UnityEngine.RPCMode.Server
  nameWithType: RPCMode.Server
  type: Field
- uid: UnityEngine.RuntimeAnimatorController
  name: RuntimeAnimatorController
  fullName: UnityEngine.RuntimeAnimatorController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeAnimatorController.html
  commentId: T:UnityEngine.RuntimeAnimatorController
  nameWithType: RuntimeAnimatorController
  type: Class
- uid: UnityEngine.RuntimeAnimatorController.animationClips
  name: animationClips
  fullName: UnityEngine.RuntimeAnimatorController.animationClips
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeAnimatorController-animationClips.html
  commentId: P:UnityEngine.RuntimeAnimatorController.animationClips
  nameWithType: RuntimeAnimatorController.animationClips
  type: Property
- uid: UnityEngine.RuntimeInitializeLoadType
  name: RuntimeInitializeLoadType
  fullName: UnityEngine.RuntimeInitializeLoadType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeInitializeLoadType.html
  commentId: T:UnityEngine.RuntimeInitializeLoadType
  nameWithType: RuntimeInitializeLoadType
  type: Enum
- uid: UnityEngine.RuntimeInitializeLoadType.AfterSceneLoad
  name: AfterSceneLoad
  fullName: UnityEngine.RuntimeInitializeLoadType.AfterSceneLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeInitializeLoadType.AfterSceneLoad.html
  commentId: F:UnityEngine.RuntimeInitializeLoadType.AfterSceneLoad
  nameWithType: RuntimeInitializeLoadType.AfterSceneLoad
  type: Field
- uid: UnityEngine.RuntimeInitializeLoadType.BeforeSceneLoad
  name: BeforeSceneLoad
  fullName: UnityEngine.RuntimeInitializeLoadType.BeforeSceneLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeInitializeLoadType.BeforeSceneLoad.html
  commentId: F:UnityEngine.RuntimeInitializeLoadType.BeforeSceneLoad
  nameWithType: RuntimeInitializeLoadType.BeforeSceneLoad
  type: Field
- uid: UnityEngine.RuntimeInitializeOnLoadMethodAttribute
  name: RuntimeInitializeOnLoadMethodAttribute
  fullName: UnityEngine.RuntimeInitializeOnLoadMethodAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeInitializeOnLoadMethodAttribute.html
  commentId: T:UnityEngine.RuntimeInitializeOnLoadMethodAttribute
  nameWithType: RuntimeInitializeOnLoadMethodAttribute
  type: Class
- uid: UnityEngine.RuntimeInitializeOnLoadMethodAttribute.#ctor
  name: RuntimeInitializeOnLoadMethodAttribute()
  fullName: UnityEngine.RuntimeInitializeOnLoadMethodAttribute.RuntimeInitializeOnLoadMethodAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeInitializeOnLoadMethodAttribute-ctor.html
  commentId: M:UnityEngine.RuntimeInitializeOnLoadMethodAttribute.#ctor
  nameWithType: RuntimeInitializeOnLoadMethodAttribute.RuntimeInitializeOnLoadMethodAttribute()
  type: Constructor
- uid: UnityEngine.RuntimeInitializeOnLoadMethodAttribute.#ctor(UnityEngine.RuntimeInitializeLoadType)
  name: RuntimeInitializeOnLoadMethodAttribute(RuntimeInitializeLoadType)
  fullName: UnityEngine.RuntimeInitializeOnLoadMethodAttribute.RuntimeInitializeOnLoadMethodAttribute(UnityEngine.RuntimeInitializeLoadType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeInitializeOnLoadMethodAttribute-ctor.html
  commentId: M:UnityEngine.RuntimeInitializeOnLoadMethodAttribute.#ctor(UnityEngine.RuntimeInitializeLoadType)
  nameWithType: RuntimeInitializeOnLoadMethodAttribute.RuntimeInitializeOnLoadMethodAttribute(RuntimeInitializeLoadType)
  type: Constructor
- uid: UnityEngine.RuntimeInitializeOnLoadMethodAttribute.loadType
  name: loadType
  fullName: UnityEngine.RuntimeInitializeOnLoadMethodAttribute.loadType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimeInitializeOnLoadMethodAttribute-loadType.html
  commentId: P:UnityEngine.RuntimeInitializeOnLoadMethodAttribute.loadType
  nameWithType: RuntimeInitializeOnLoadMethodAttribute.loadType
  type: Property
- uid: UnityEngine.RuntimePlatform
  name: RuntimePlatform
  fullName: UnityEngine.RuntimePlatform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.html
  commentId: T:UnityEngine.RuntimePlatform
  nameWithType: RuntimePlatform
  type: Enum
- uid: UnityEngine.RuntimePlatform.Android
  name: Android
  fullName: UnityEngine.RuntimePlatform.Android
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.Android.html
  commentId: F:UnityEngine.RuntimePlatform.Android
  nameWithType: RuntimePlatform.Android
  type: Field
- uid: UnityEngine.RuntimePlatform.BlackBerryPlayer
  name: BlackBerryPlayer
  fullName: UnityEngine.RuntimePlatform.BlackBerryPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.BlackBerryPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.BlackBerryPlayer
  nameWithType: RuntimePlatform.BlackBerryPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.FlashPlayer
  name: FlashPlayer
  fullName: UnityEngine.RuntimePlatform.FlashPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.FlashPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.FlashPlayer
  nameWithType: RuntimePlatform.FlashPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.IPhonePlayer
  name: IPhonePlayer
  fullName: UnityEngine.RuntimePlatform.IPhonePlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.IPhonePlayer.html
  commentId: F:UnityEngine.RuntimePlatform.IPhonePlayer
  nameWithType: RuntimePlatform.IPhonePlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.LinuxEditor
  name: LinuxEditor
  fullName: UnityEngine.RuntimePlatform.LinuxEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.LinuxEditor.html
  commentId: F:UnityEngine.RuntimePlatform.LinuxEditor
  nameWithType: RuntimePlatform.LinuxEditor
  type: Field
- uid: UnityEngine.RuntimePlatform.LinuxPlayer
  name: LinuxPlayer
  fullName: UnityEngine.RuntimePlatform.LinuxPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.LinuxPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.LinuxPlayer
  nameWithType: RuntimePlatform.LinuxPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.MetroPlayerARM
  name: MetroPlayerARM
  fullName: UnityEngine.RuntimePlatform.MetroPlayerARM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.MetroPlayerARM.html
  commentId: F:UnityEngine.RuntimePlatform.MetroPlayerARM
  nameWithType: RuntimePlatform.MetroPlayerARM
  type: Field
- uid: UnityEngine.RuntimePlatform.MetroPlayerX64
  name: MetroPlayerX64
  fullName: UnityEngine.RuntimePlatform.MetroPlayerX64
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.MetroPlayerX64.html
  commentId: F:UnityEngine.RuntimePlatform.MetroPlayerX64
  nameWithType: RuntimePlatform.MetroPlayerX64
  type: Field
- uid: UnityEngine.RuntimePlatform.MetroPlayerX86
  name: MetroPlayerX86
  fullName: UnityEngine.RuntimePlatform.MetroPlayerX86
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.MetroPlayerX86.html
  commentId: F:UnityEngine.RuntimePlatform.MetroPlayerX86
  nameWithType: RuntimePlatform.MetroPlayerX86
  type: Field
- uid: UnityEngine.RuntimePlatform.NaCl
  name: NaCl
  fullName: UnityEngine.RuntimePlatform.NaCl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.NaCl.html
  commentId: F:UnityEngine.RuntimePlatform.NaCl
  nameWithType: RuntimePlatform.NaCl
  type: Field
- uid: UnityEngine.RuntimePlatform.OSXDashboardPlayer
  name: OSXDashboardPlayer
  fullName: UnityEngine.RuntimePlatform.OSXDashboardPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.OSXDashboardPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.OSXDashboardPlayer
  nameWithType: RuntimePlatform.OSXDashboardPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.OSXEditor
  name: OSXEditor
  fullName: UnityEngine.RuntimePlatform.OSXEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.OSXEditor.html
  commentId: F:UnityEngine.RuntimePlatform.OSXEditor
  nameWithType: RuntimePlatform.OSXEditor
  type: Field
- uid: UnityEngine.RuntimePlatform.OSXPlayer
  name: OSXPlayer
  fullName: UnityEngine.RuntimePlatform.OSXPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.OSXPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.OSXPlayer
  nameWithType: RuntimePlatform.OSXPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.OSXWebPlayer
  name: OSXWebPlayer
  fullName: UnityEngine.RuntimePlatform.OSXWebPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.OSXWebPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.OSXWebPlayer
  nameWithType: RuntimePlatform.OSXWebPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.PS3
  name: PS3
  fullName: UnityEngine.RuntimePlatform.PS3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.PS3.html
  commentId: F:UnityEngine.RuntimePlatform.PS3
  nameWithType: RuntimePlatform.PS3
  type: Field
- uid: UnityEngine.RuntimePlatform.PS4
  name: PS4
  fullName: UnityEngine.RuntimePlatform.PS4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.PS4.html
  commentId: F:UnityEngine.RuntimePlatform.PS4
  nameWithType: RuntimePlatform.PS4
  type: Field
- uid: UnityEngine.RuntimePlatform.PSM
  name: PSM
  fullName: UnityEngine.RuntimePlatform.PSM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.PSM.html
  commentId: F:UnityEngine.RuntimePlatform.PSM
  nameWithType: RuntimePlatform.PSM
  type: Field
- uid: UnityEngine.RuntimePlatform.PSP2
  name: PSP2
  fullName: UnityEngine.RuntimePlatform.PSP2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.PSP2.html
  commentId: F:UnityEngine.RuntimePlatform.PSP2
  nameWithType: RuntimePlatform.PSP2
  type: Field
- uid: UnityEngine.RuntimePlatform.SamsungTVPlayer
  name: SamsungTVPlayer
  fullName: UnityEngine.RuntimePlatform.SamsungTVPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.SamsungTVPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.SamsungTVPlayer
  nameWithType: RuntimePlatform.SamsungTVPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.Switch
  name: Switch
  fullName: UnityEngine.RuntimePlatform.Switch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.Switch.html
  commentId: F:UnityEngine.RuntimePlatform.Switch
  nameWithType: RuntimePlatform.Switch
  type: Field
- uid: UnityEngine.RuntimePlatform.TizenPlayer
  name: TizenPlayer
  fullName: UnityEngine.RuntimePlatform.TizenPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.TizenPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.TizenPlayer
  nameWithType: RuntimePlatform.TizenPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.tvOS
  name: tvOS
  fullName: UnityEngine.RuntimePlatform.tvOS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform-tvOS.html
  commentId: F:UnityEngine.RuntimePlatform.tvOS
  nameWithType: RuntimePlatform.tvOS
  type: Field
- uid: UnityEngine.RuntimePlatform.WebGLPlayer
  name: WebGLPlayer
  fullName: UnityEngine.RuntimePlatform.WebGLPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WebGLPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.WebGLPlayer
  nameWithType: RuntimePlatform.WebGLPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.WiiU
  name: WiiU
  fullName: UnityEngine.RuntimePlatform.WiiU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WiiU.html
  commentId: F:UnityEngine.RuntimePlatform.WiiU
  nameWithType: RuntimePlatform.WiiU
  type: Field
- uid: UnityEngine.RuntimePlatform.WindowsEditor
  name: WindowsEditor
  fullName: UnityEngine.RuntimePlatform.WindowsEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WindowsEditor.html
  commentId: F:UnityEngine.RuntimePlatform.WindowsEditor
  nameWithType: RuntimePlatform.WindowsEditor
  type: Field
- uid: UnityEngine.RuntimePlatform.WindowsPlayer
  name: WindowsPlayer
  fullName: UnityEngine.RuntimePlatform.WindowsPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WindowsPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.WindowsPlayer
  nameWithType: RuntimePlatform.WindowsPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.WindowsWebPlayer
  name: WindowsWebPlayer
  fullName: UnityEngine.RuntimePlatform.WindowsWebPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WindowsWebPlayer.html
  commentId: F:UnityEngine.RuntimePlatform.WindowsWebPlayer
  nameWithType: RuntimePlatform.WindowsWebPlayer
  type: Field
- uid: UnityEngine.RuntimePlatform.WP8Player
  name: WP8Player
  fullName: UnityEngine.RuntimePlatform.WP8Player
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WP8Player.html
  commentId: F:UnityEngine.RuntimePlatform.WP8Player
  nameWithType: RuntimePlatform.WP8Player
  type: Field
- uid: UnityEngine.RuntimePlatform.WSAPlayerARM
  name: WSAPlayerARM
  fullName: UnityEngine.RuntimePlatform.WSAPlayerARM
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WSAPlayerARM.html
  commentId: F:UnityEngine.RuntimePlatform.WSAPlayerARM
  nameWithType: RuntimePlatform.WSAPlayerARM
  type: Field
- uid: UnityEngine.RuntimePlatform.WSAPlayerX64
  name: WSAPlayerX64
  fullName: UnityEngine.RuntimePlatform.WSAPlayerX64
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WSAPlayerX64.html
  commentId: F:UnityEngine.RuntimePlatform.WSAPlayerX64
  nameWithType: RuntimePlatform.WSAPlayerX64
  type: Field
- uid: UnityEngine.RuntimePlatform.WSAPlayerX86
  name: WSAPlayerX86
  fullName: UnityEngine.RuntimePlatform.WSAPlayerX86
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.WSAPlayerX86.html
  commentId: F:UnityEngine.RuntimePlatform.WSAPlayerX86
  nameWithType: RuntimePlatform.WSAPlayerX86
  type: Field
- uid: UnityEngine.RuntimePlatform.XBOX360
  name: XBOX360
  fullName: UnityEngine.RuntimePlatform.XBOX360
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.XBOX360.html
  commentId: F:UnityEngine.RuntimePlatform.XBOX360
  nameWithType: RuntimePlatform.XBOX360
  type: Field
- uid: UnityEngine.RuntimePlatform.XboxOne
  name: XboxOne
  fullName: UnityEngine.RuntimePlatform.XboxOne
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/RuntimePlatform.XboxOne.html
  commentId: F:UnityEngine.RuntimePlatform.XboxOne
  nameWithType: RuntimePlatform.XboxOne
  type: Field
- uid: UnityEngine.SamsungTV
  name: SamsungTV
  fullName: UnityEngine.SamsungTV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.html
  commentId: T:UnityEngine.SamsungTV
  nameWithType: SamsungTV
  type: Class
- uid: UnityEngine.SamsungTV.airMouseConnected
  name: airMouseConnected
  fullName: UnityEngine.SamsungTV.airMouseConnected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV-airMouseConnected.html
  commentId: P:UnityEngine.SamsungTV.airMouseConnected
  nameWithType: SamsungTV.airMouseConnected
  type: Property
- uid: UnityEngine.SamsungTV.gamePadMode
  name: gamePadMode
  fullName: UnityEngine.SamsungTV.gamePadMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV-gamePadMode.html
  commentId: P:UnityEngine.SamsungTV.gamePadMode
  nameWithType: SamsungTV.gamePadMode
  type: Property
- uid: UnityEngine.SamsungTV.GamePadMode
  name: SamsungTV.GamePadMode
  fullName: UnityEngine.SamsungTV.GamePadMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.GamePadMode.html
  commentId: T:UnityEngine.SamsungTV.GamePadMode
  nameWithType: SamsungTV.GamePadMode
  type: Enum
- uid: UnityEngine.SamsungTV.GamePadMode.Default
  name: Default
  fullName: UnityEngine.SamsungTV.GamePadMode.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.GamePadMode.Default.html
  commentId: F:UnityEngine.SamsungTV.GamePadMode.Default
  nameWithType: SamsungTV.GamePadMode.Default
  type: Field
- uid: UnityEngine.SamsungTV.GamePadMode.Mouse
  name: Mouse
  fullName: UnityEngine.SamsungTV.GamePadMode.Mouse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.GamePadMode.Mouse.html
  commentId: F:UnityEngine.SamsungTV.GamePadMode.Mouse
  nameWithType: SamsungTV.GamePadMode.Mouse
  type: Field
- uid: UnityEngine.SamsungTV.gestureMode
  name: gestureMode
  fullName: UnityEngine.SamsungTV.gestureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV-gestureMode.html
  commentId: P:UnityEngine.SamsungTV.gestureMode
  nameWithType: SamsungTV.gestureMode
  type: Property
- uid: UnityEngine.SamsungTV.GestureMode
  name: SamsungTV.GestureMode
  fullName: UnityEngine.SamsungTV.GestureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.GestureMode.html
  commentId: T:UnityEngine.SamsungTV.GestureMode
  nameWithType: SamsungTV.GestureMode
  type: Enum
- uid: UnityEngine.SamsungTV.GestureMode.Joystick
  name: Joystick
  fullName: UnityEngine.SamsungTV.GestureMode.Joystick
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.GestureMode.Joystick.html
  commentId: F:UnityEngine.SamsungTV.GestureMode.Joystick
  nameWithType: SamsungTV.GestureMode.Joystick
  type: Field
- uid: UnityEngine.SamsungTV.GestureMode.Mouse
  name: Mouse
  fullName: UnityEngine.SamsungTV.GestureMode.Mouse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.GestureMode.Mouse.html
  commentId: F:UnityEngine.SamsungTV.GestureMode.Mouse
  nameWithType: SamsungTV.GestureMode.Mouse
  type: Field
- uid: UnityEngine.SamsungTV.GestureMode.Off
  name: Off
  fullName: UnityEngine.SamsungTV.GestureMode.Off
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.GestureMode.Off.html
  commentId: F:UnityEngine.SamsungTV.GestureMode.Off
  nameWithType: SamsungTV.GestureMode.Off
  type: Field
- uid: UnityEngine.SamsungTV.gestureWorking
  name: gestureWorking
  fullName: UnityEngine.SamsungTV.gestureWorking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV-gestureWorking.html
  commentId: P:UnityEngine.SamsungTV.gestureWorking
  nameWithType: SamsungTV.gestureWorking
  type: Property
- uid: UnityEngine.SamsungTV.OpenAPI
  name: SamsungTV.OpenAPI
  fullName: UnityEngine.SamsungTV.OpenAPI
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI.html
  commentId: T:UnityEngine.SamsungTV.OpenAPI
  nameWithType: SamsungTV.OpenAPI
  type: Class
- uid: UnityEngine.SamsungTV.OpenAPI.dUid
  name: dUid
  fullName: UnityEngine.SamsungTV.OpenAPI.dUid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI-dUid.html
  commentId: P:UnityEngine.SamsungTV.OpenAPI.dUid
  nameWithType: SamsungTV.OpenAPI.dUid
  type: Property
- uid: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType
  name: SamsungTV.OpenAPI.OpenAPIServerType
  fullName: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI.OpenAPIServerType.html
  commentId: T:UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType
  nameWithType: SamsungTV.OpenAPI.OpenAPIServerType
  type: Enum
- uid: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Developing
  name: Developing
  fullName: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Developing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI.OpenAPIServerType.Developing.html
  commentId: F:UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Developing
  nameWithType: SamsungTV.OpenAPI.OpenAPIServerType.Developing
  type: Field
- uid: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Development
  name: Development
  fullName: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Development
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI.OpenAPIServerType.Development.html
  commentId: F:UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Development
  nameWithType: SamsungTV.OpenAPI.OpenAPIServerType.Development
  type: Field
- uid: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Invalid
  name: Invalid
  fullName: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Invalid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI.OpenAPIServerType.Invalid.html
  commentId: F:UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Invalid
  nameWithType: SamsungTV.OpenAPI.OpenAPIServerType.Invalid
  type: Field
- uid: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Operating
  name: Operating
  fullName: UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Operating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI.OpenAPIServerType.Operating.html
  commentId: F:UnityEngine.SamsungTV.OpenAPI.OpenAPIServerType.Operating
  nameWithType: SamsungTV.OpenAPI.OpenAPIServerType.Operating
  type: Field
- uid: UnityEngine.SamsungTV.OpenAPI.serverType
  name: serverType
  fullName: UnityEngine.SamsungTV.OpenAPI.serverType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI-serverType.html
  commentId: P:UnityEngine.SamsungTV.OpenAPI.serverType
  nameWithType: SamsungTV.OpenAPI.serverType
  type: Property
- uid: UnityEngine.SamsungTV.OpenAPI.timeOnTV
  name: timeOnTV
  fullName: UnityEngine.SamsungTV.OpenAPI.timeOnTV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI-timeOnTV.html
  commentId: P:UnityEngine.SamsungTV.OpenAPI.timeOnTV
  nameWithType: SamsungTV.OpenAPI.timeOnTV
  type: Property
- uid: UnityEngine.SamsungTV.OpenAPI.uid
  name: uid
  fullName: UnityEngine.SamsungTV.OpenAPI.uid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.OpenAPI-uid.html
  commentId: P:UnityEngine.SamsungTV.OpenAPI.uid
  nameWithType: SamsungTV.OpenAPI.uid
  type: Property
- uid: UnityEngine.SamsungTV.SetSystemLanguage(UnityEngine.SystemLanguage)
  name: SetSystemLanguage(SystemLanguage)
  fullName: UnityEngine.SamsungTV.SetSystemLanguage(UnityEngine.SystemLanguage)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.SetSystemLanguage.html
  commentId: M:UnityEngine.SamsungTV.SetSystemLanguage(UnityEngine.SystemLanguage)
  nameWithType: SamsungTV.SetSystemLanguage(SystemLanguage)
  type: Method
- uid: UnityEngine.SamsungTV.touchPadMode
  name: touchPadMode
  fullName: UnityEngine.SamsungTV.touchPadMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV-touchPadMode.html
  commentId: P:UnityEngine.SamsungTV.touchPadMode
  nameWithType: SamsungTV.touchPadMode
  type: Property
- uid: UnityEngine.SamsungTV.TouchPadMode
  name: SamsungTV.TouchPadMode
  fullName: UnityEngine.SamsungTV.TouchPadMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.TouchPadMode.html
  commentId: T:UnityEngine.SamsungTV.TouchPadMode
  nameWithType: SamsungTV.TouchPadMode
  type: Enum
- uid: UnityEngine.SamsungTV.TouchPadMode.Dpad
  name: Dpad
  fullName: UnityEngine.SamsungTV.TouchPadMode.Dpad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.TouchPadMode.Dpad.html
  commentId: F:UnityEngine.SamsungTV.TouchPadMode.Dpad
  nameWithType: SamsungTV.TouchPadMode.Dpad
  type: Field
- uid: UnityEngine.SamsungTV.TouchPadMode.Joystick
  name: Joystick
  fullName: UnityEngine.SamsungTV.TouchPadMode.Joystick
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.TouchPadMode.Joystick.html
  commentId: F:UnityEngine.SamsungTV.TouchPadMode.Joystick
  nameWithType: SamsungTV.TouchPadMode.Joystick
  type: Field
- uid: UnityEngine.SamsungTV.TouchPadMode.Mouse
  name: Mouse
  fullName: UnityEngine.SamsungTV.TouchPadMode.Mouse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SamsungTV.TouchPadMode.Mouse.html
  commentId: F:UnityEngine.SamsungTV.TouchPadMode.Mouse
  nameWithType: SamsungTV.TouchPadMode.Mouse
  type: Field
- uid: UnityEngine.ScaleMode
  name: ScaleMode
  fullName: UnityEngine.ScaleMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScaleMode.html
  commentId: T:UnityEngine.ScaleMode
  nameWithType: ScaleMode
  type: Enum
- uid: UnityEngine.ScaleMode.ScaleAndCrop
  name: ScaleAndCrop
  fullName: UnityEngine.ScaleMode.ScaleAndCrop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScaleMode.ScaleAndCrop.html
  commentId: F:UnityEngine.ScaleMode.ScaleAndCrop
  nameWithType: ScaleMode.ScaleAndCrop
  type: Field
- uid: UnityEngine.ScaleMode.ScaleToFit
  name: ScaleToFit
  fullName: UnityEngine.ScaleMode.ScaleToFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScaleMode.ScaleToFit.html
  commentId: F:UnityEngine.ScaleMode.ScaleToFit
  nameWithType: ScaleMode.ScaleToFit
  type: Field
- uid: UnityEngine.ScaleMode.StretchToFill
  name: StretchToFill
  fullName: UnityEngine.ScaleMode.StretchToFill
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScaleMode.StretchToFill.html
  commentId: F:UnityEngine.ScaleMode.StretchToFill
  nameWithType: ScaleMode.StretchToFill
  type: Field
- uid: UnityEngine.SceneManagement
  name: UnityEngine.SceneManagement
  fullName: UnityEngine.SceneManagement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.SceneManagement
  nameWithType: UnityEngine.SceneManagement
  type: Namespace
- uid: UnityEngine.SceneManagement.LoadSceneMode
  name: LoadSceneMode
  fullName: UnityEngine.SceneManagement.LoadSceneMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.LoadSceneMode.html
  commentId: T:UnityEngine.SceneManagement.LoadSceneMode
  nameWithType: LoadSceneMode
  type: Enum
- uid: UnityEngine.SceneManagement.LoadSceneMode.Additive
  name: Additive
  fullName: UnityEngine.SceneManagement.LoadSceneMode.Additive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.LoadSceneMode.Additive.html
  commentId: F:UnityEngine.SceneManagement.LoadSceneMode.Additive
  nameWithType: LoadSceneMode.Additive
  type: Field
- uid: UnityEngine.SceneManagement.LoadSceneMode.Single
  name: Single
  fullName: UnityEngine.SceneManagement.LoadSceneMode.Single
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.LoadSceneMode.Single.html
  commentId: F:UnityEngine.SceneManagement.LoadSceneMode.Single
  nameWithType: LoadSceneMode.Single
  type: Field
- uid: UnityEngine.SceneManagement.Scene
  name: Scene
  fullName: UnityEngine.SceneManagement.Scene
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene.html
  commentId: T:UnityEngine.SceneManagement.Scene
  nameWithType: Scene
  type: Struct
- uid: UnityEngine.SceneManagement.Scene.buildIndex
  name: buildIndex
  fullName: UnityEngine.SceneManagement.Scene.buildIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene-buildIndex.html
  commentId: P:UnityEngine.SceneManagement.Scene.buildIndex
  nameWithType: Scene.buildIndex
  type: Property
- uid: UnityEngine.SceneManagement.Scene.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.SceneManagement.Scene.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene.Equals.html
  commentId: M:UnityEngine.SceneManagement.Scene.Equals(System.Object)
  nameWithType: Scene.Equals(object)
  type: Method
- uid: UnityEngine.SceneManagement.Scene.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.SceneManagement.Scene.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene.GetHashCode.html
  commentId: M:UnityEngine.SceneManagement.Scene.GetHashCode
  nameWithType: Scene.GetHashCode()
  type: Method
- uid: UnityEngine.SceneManagement.Scene.GetRootGameObjects
  name: GetRootGameObjects()
  fullName: UnityEngine.SceneManagement.Scene.GetRootGameObjects()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene.GetRootGameObjects.html
  commentId: M:UnityEngine.SceneManagement.Scene.GetRootGameObjects
  nameWithType: Scene.GetRootGameObjects()
  type: Method
- uid: UnityEngine.SceneManagement.Scene.GetRootGameObjects(System.Collections.Generic.List{UnityEngine.GameObject})
  name: GetRootGameObjects(List<GameObject>)
  fullName: UnityEngine.SceneManagement.Scene.GetRootGameObjects(System.Collections.Generic.List<UnityEngine.GameObject>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene.GetRootGameObjects.html
  commentId: M:UnityEngine.SceneManagement.Scene.GetRootGameObjects(System.Collections.Generic.List{UnityEngine.GameObject})
  nameWithType: Scene.GetRootGameObjects(List<GameObject>)
  type: Method
- uid: UnityEngine.SceneManagement.Scene.isDirty
  name: isDirty
  fullName: UnityEngine.SceneManagement.Scene.isDirty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene-isDirty.html
  commentId: P:UnityEngine.SceneManagement.Scene.isDirty
  nameWithType: Scene.isDirty
  type: Property
- uid: UnityEngine.SceneManagement.Scene.isLoaded
  name: isLoaded
  fullName: UnityEngine.SceneManagement.Scene.isLoaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene-isLoaded.html
  commentId: P:UnityEngine.SceneManagement.Scene.isLoaded
  nameWithType: Scene.isLoaded
  type: Property
- uid: UnityEngine.SceneManagement.Scene.IsValid
  name: IsValid()
  fullName: UnityEngine.SceneManagement.Scene.IsValid()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene.IsValid.html
  commentId: M:UnityEngine.SceneManagement.Scene.IsValid
  nameWithType: Scene.IsValid()
  type: Method
- uid: UnityEngine.SceneManagement.Scene.name
  name: name
  fullName: UnityEngine.SceneManagement.Scene.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene-name.html
  commentId: P:UnityEngine.SceneManagement.Scene.name
  nameWithType: Scene.name
  type: Property
- uid: UnityEngine.SceneManagement.Scene.op_Equality(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  name: operator ==(Scene, Scene)
  fullName: UnityEngine.SceneManagement.Scene.operator ==(UnityEngine.SceneManagement.Scene, UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene-op_Equality.html
  commentId: M:UnityEngine.SceneManagement.Scene.op_Equality(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  nameWithType: Scene.operator ==(Scene, Scene)
  type: Operator
- uid: UnityEngine.SceneManagement.Scene.op_Inequality(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  name: operator !=(Scene, Scene)
  fullName: UnityEngine.SceneManagement.Scene.operator !=(UnityEngine.SceneManagement.Scene, UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene-op_Inequality.html
  commentId: M:UnityEngine.SceneManagement.Scene.op_Inequality(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  nameWithType: Scene.operator !=(Scene, Scene)
  type: Operator
- uid: UnityEngine.SceneManagement.Scene.path
  name: path
  fullName: UnityEngine.SceneManagement.Scene.path
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene-path.html
  commentId: P:UnityEngine.SceneManagement.Scene.path
  nameWithType: Scene.path
  type: Property
- uid: UnityEngine.SceneManagement.Scene.rootCount
  name: rootCount
  fullName: UnityEngine.SceneManagement.Scene.rootCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.Scene-rootCount.html
  commentId: P:UnityEngine.SceneManagement.Scene.rootCount
  nameWithType: Scene.rootCount
  type: Property
- uid: UnityEngine.SceneManagement.SceneManager
  name: SceneManager
  fullName: UnityEngine.SceneManagement.SceneManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.html
  commentId: T:UnityEngine.SceneManagement.SceneManager
  nameWithType: SceneManager
  type: Class
- uid: UnityEngine.SceneManagement.SceneManager.activeSceneChanged
  name: activeSceneChanged
  fullName: UnityEngine.SceneManagement.SceneManager.activeSceneChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager-activeSceneChanged.html
  commentId: E:UnityEngine.SceneManagement.SceneManager.activeSceneChanged
  nameWithType: SceneManager.activeSceneChanged
  type: Event
- uid: UnityEngine.SceneManagement.SceneManager.CreateScene(System.String)
  name: CreateScene(string)
  fullName: UnityEngine.SceneManagement.SceneManager.CreateScene(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.CreateScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.CreateScene(System.String)
  nameWithType: SceneManager.CreateScene(string)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.GetActiveScene
  name: GetActiveScene()
  fullName: UnityEngine.SceneManagement.SceneManager.GetActiveScene()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.GetActiveScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.GetActiveScene
  nameWithType: SceneManager.GetActiveScene()
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.GetAllScenes
  name: GetAllScenes()
  fullName: UnityEngine.SceneManagement.SceneManager.GetAllScenes()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.GetAllScenes.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.GetAllScenes
  nameWithType: SceneManager.GetAllScenes()
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.GetSceneAt(System.Int32)
  name: GetSceneAt(int)
  fullName: UnityEngine.SceneManagement.SceneManager.GetSceneAt(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.GetSceneAt.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.GetSceneAt(System.Int32)
  nameWithType: SceneManager.GetSceneAt(int)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.GetSceneByBuildIndex(System.Int32)
  name: GetSceneByBuildIndex(int)
  fullName: UnityEngine.SceneManagement.SceneManager.GetSceneByBuildIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.GetSceneByBuildIndex.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.GetSceneByBuildIndex(System.Int32)
  nameWithType: SceneManager.GetSceneByBuildIndex(int)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.GetSceneByName(System.String)
  name: GetSceneByName(string)
  fullName: UnityEngine.SceneManagement.SceneManager.GetSceneByName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.GetSceneByName.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.GetSceneByName(System.String)
  nameWithType: SceneManager.GetSceneByName(string)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.GetSceneByPath(System.String)
  name: GetSceneByPath(string)
  fullName: UnityEngine.SceneManagement.SceneManager.GetSceneByPath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.GetSceneByPath.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.GetSceneByPath(System.String)
  nameWithType: SceneManager.GetSceneByPath(string)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.LoadScene(System.Int32,UnityEngine.SceneManagement.LoadSceneMode)
  name: LoadScene(int, LoadSceneMode)
  fullName: UnityEngine.SceneManagement.SceneManager.LoadScene(int, UnityEngine.SceneManagement.LoadSceneMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.LoadScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.LoadScene(System.Int32,UnityEngine.SceneManagement.LoadSceneMode)
  nameWithType: SceneManager.LoadScene(int, LoadSceneMode)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.LoadScene(System.Int32)
  name: LoadScene(int)
  fullName: UnityEngine.SceneManagement.SceneManager.LoadScene(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.LoadScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.LoadScene(System.Int32)
  nameWithType: SceneManager.LoadScene(int)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.LoadScene(System.String,UnityEngine.SceneManagement.LoadSceneMode)
  name: LoadScene(string, LoadSceneMode)
  fullName: UnityEngine.SceneManagement.SceneManager.LoadScene(string, UnityEngine.SceneManagement.LoadSceneMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.LoadScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.LoadScene(System.String,UnityEngine.SceneManagement.LoadSceneMode)
  nameWithType: SceneManager.LoadScene(string, LoadSceneMode)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.LoadScene(System.String)
  name: LoadScene(string)
  fullName: UnityEngine.SceneManagement.SceneManager.LoadScene(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.LoadScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.LoadScene(System.String)
  nameWithType: SceneManager.LoadScene(string)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(System.Int32,UnityEngine.SceneManagement.LoadSceneMode)
  name: LoadSceneAsync(int, LoadSceneMode)
  fullName: UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(int, UnityEngine.SceneManagement.LoadSceneMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.LoadSceneAsync.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(System.Int32,UnityEngine.SceneManagement.LoadSceneMode)
  nameWithType: SceneManager.LoadSceneAsync(int, LoadSceneMode)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(System.Int32)
  name: LoadSceneAsync(int)
  fullName: UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.LoadSceneAsync.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(System.Int32)
  nameWithType: SceneManager.LoadSceneAsync(int)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(System.String,UnityEngine.SceneManagement.LoadSceneMode)
  name: LoadSceneAsync(string, LoadSceneMode)
  fullName: UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(string, UnityEngine.SceneManagement.LoadSceneMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.LoadSceneAsync.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(System.String,UnityEngine.SceneManagement.LoadSceneMode)
  nameWithType: SceneManager.LoadSceneAsync(string, LoadSceneMode)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(System.String)
  name: LoadSceneAsync(string)
  fullName: UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.LoadSceneAsync.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.LoadSceneAsync(System.String)
  nameWithType: SceneManager.LoadSceneAsync(string)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.MergeScenes(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  name: MergeScenes(Scene, Scene)
  fullName: UnityEngine.SceneManagement.SceneManager.MergeScenes(UnityEngine.SceneManagement.Scene, UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.MergeScenes.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.MergeScenes(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
  nameWithType: SceneManager.MergeScenes(Scene, Scene)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.MoveGameObjectToScene(UnityEngine.GameObject,UnityEngine.SceneManagement.Scene)
  name: MoveGameObjectToScene(GameObject, Scene)
  fullName: UnityEngine.SceneManagement.SceneManager.MoveGameObjectToScene(UnityEngine.GameObject, UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.MoveGameObjectToScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.MoveGameObjectToScene(UnityEngine.GameObject,UnityEngine.SceneManagement.Scene)
  nameWithType: SceneManager.MoveGameObjectToScene(GameObject, Scene)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.sceneCount
  name: sceneCount
  fullName: UnityEngine.SceneManagement.SceneManager.sceneCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager-sceneCount.html
  commentId: P:UnityEngine.SceneManagement.SceneManager.sceneCount
  nameWithType: SceneManager.sceneCount
  type: Property
- uid: UnityEngine.SceneManagement.SceneManager.sceneCountInBuildSettings
  name: sceneCountInBuildSettings
  fullName: UnityEngine.SceneManagement.SceneManager.sceneCountInBuildSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager-sceneCountInBuildSettings.html
  commentId: P:UnityEngine.SceneManagement.SceneManager.sceneCountInBuildSettings
  nameWithType: SceneManager.sceneCountInBuildSettings
  type: Property
- uid: UnityEngine.SceneManagement.SceneManager.sceneLoaded
  name: sceneLoaded
  fullName: UnityEngine.SceneManagement.SceneManager.sceneLoaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager-sceneLoaded.html
  commentId: E:UnityEngine.SceneManagement.SceneManager.sceneLoaded
  nameWithType: SceneManager.sceneLoaded
  type: Event
- uid: UnityEngine.SceneManagement.SceneManager.sceneUnloaded
  name: sceneUnloaded
  fullName: UnityEngine.SceneManagement.SceneManager.sceneUnloaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager-sceneUnloaded.html
  commentId: E:UnityEngine.SceneManagement.SceneManager.sceneUnloaded
  nameWithType: SceneManager.sceneUnloaded
  type: Event
- uid: UnityEngine.SceneManagement.SceneManager.SetActiveScene(UnityEngine.SceneManagement.Scene)
  name: SetActiveScene(Scene)
  fullName: UnityEngine.SceneManagement.SceneManager.SetActiveScene(UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.SetActiveScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.SetActiveScene(UnityEngine.SceneManagement.Scene)
  nameWithType: SceneManager.SetActiveScene(Scene)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.UnloadScene(System.Int32)
  name: UnloadScene(int)
  fullName: UnityEngine.SceneManagement.SceneManager.UnloadScene(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.UnloadScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.UnloadScene(System.Int32)
  nameWithType: SceneManager.UnloadScene(int)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.UnloadScene(System.String)
  name: UnloadScene(string)
  fullName: UnityEngine.SceneManagement.SceneManager.UnloadScene(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.UnloadScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.UnloadScene(System.String)
  nameWithType: SceneManager.UnloadScene(string)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.UnloadScene(UnityEngine.SceneManagement.Scene)
  name: UnloadScene(Scene)
  fullName: UnityEngine.SceneManagement.SceneManager.UnloadScene(UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.UnloadScene.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.UnloadScene(UnityEngine.SceneManagement.Scene)
  nameWithType: SceneManager.UnloadScene(Scene)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(System.Int32)
  name: UnloadSceneAsync(int)
  fullName: UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.UnloadSceneAsync.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(System.Int32)
  nameWithType: SceneManager.UnloadSceneAsync(int)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(System.String)
  name: UnloadSceneAsync(string)
  fullName: UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.UnloadSceneAsync.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(System.String)
  nameWithType: SceneManager.UnloadSceneAsync(string)
  type: Method
- uid: UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(UnityEngine.SceneManagement.Scene)
  name: UnloadSceneAsync(Scene)
  fullName: UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(UnityEngine.SceneManagement.Scene)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneManager.UnloadSceneAsync.html
  commentId: M:UnityEngine.SceneManagement.SceneManager.UnloadSceneAsync(UnityEngine.SceneManagement.Scene)
  nameWithType: SceneManager.UnloadSceneAsync(Scene)
  type: Method
- uid: UnityEngine.SceneManagement.SceneUtility
  name: SceneUtility
  fullName: UnityEngine.SceneManagement.SceneUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneUtility.html
  commentId: T:UnityEngine.SceneManagement.SceneUtility
  nameWithType: SceneUtility
  type: Class
- uid: UnityEngine.SceneManagement.SceneUtility.GetBuildIndexByScenePath(System.String)
  name: GetBuildIndexByScenePath(string)
  fullName: UnityEngine.SceneManagement.SceneUtility.GetBuildIndexByScenePath(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneUtility.GetBuildIndexByScenePath.html
  commentId: M:UnityEngine.SceneManagement.SceneUtility.GetBuildIndexByScenePath(System.String)
  nameWithType: SceneUtility.GetBuildIndexByScenePath(string)
  type: Method
- uid: UnityEngine.SceneManagement.SceneUtility.GetScenePathByBuildIndex(System.Int32)
  name: GetScenePathByBuildIndex(int)
  fullName: UnityEngine.SceneManagement.SceneUtility.GetScenePathByBuildIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SceneManagement.SceneUtility.GetScenePathByBuildIndex.html
  commentId: M:UnityEngine.SceneManagement.SceneUtility.GetScenePathByBuildIndex(System.Int32)
  nameWithType: SceneUtility.GetScenePathByBuildIndex(int)
  type: Method
- uid: UnityEngine.Screen
  name: Screen
  fullName: UnityEngine.Screen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen.html
  commentId: T:UnityEngine.Screen
  nameWithType: Screen
  type: Class
- uid: UnityEngine.Screen.autorotateToLandscapeLeft
  name: autorotateToLandscapeLeft
  fullName: UnityEngine.Screen.autorotateToLandscapeLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-autorotateToLandscapeLeft.html
  commentId: P:UnityEngine.Screen.autorotateToLandscapeLeft
  nameWithType: Screen.autorotateToLandscapeLeft
  type: Property
- uid: UnityEngine.Screen.autorotateToLandscapeRight
  name: autorotateToLandscapeRight
  fullName: UnityEngine.Screen.autorotateToLandscapeRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-autorotateToLandscapeRight.html
  commentId: P:UnityEngine.Screen.autorotateToLandscapeRight
  nameWithType: Screen.autorotateToLandscapeRight
  type: Property
- uid: UnityEngine.Screen.autorotateToPortrait
  name: autorotateToPortrait
  fullName: UnityEngine.Screen.autorotateToPortrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-autorotateToPortrait.html
  commentId: P:UnityEngine.Screen.autorotateToPortrait
  nameWithType: Screen.autorotateToPortrait
  type: Property
- uid: UnityEngine.Screen.autorotateToPortraitUpsideDown
  name: autorotateToPortraitUpsideDown
  fullName: UnityEngine.Screen.autorotateToPortraitUpsideDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-autorotateToPortraitUpsideDown.html
  commentId: P:UnityEngine.Screen.autorotateToPortraitUpsideDown
  nameWithType: Screen.autorotateToPortraitUpsideDown
  type: Property
- uid: UnityEngine.Screen.currentResolution
  name: currentResolution
  fullName: UnityEngine.Screen.currentResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-currentResolution.html
  commentId: P:UnityEngine.Screen.currentResolution
  nameWithType: Screen.currentResolution
  type: Property
- uid: UnityEngine.Screen.dpi
  name: dpi
  fullName: UnityEngine.Screen.dpi
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-dpi.html
  commentId: P:UnityEngine.Screen.dpi
  nameWithType: Screen.dpi
  type: Property
- uid: UnityEngine.Screen.fullScreen
  name: fullScreen
  fullName: UnityEngine.Screen.fullScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-fullScreen.html
  commentId: P:UnityEngine.Screen.fullScreen
  nameWithType: Screen.fullScreen
  type: Property
- uid: UnityEngine.Screen.height
  name: height
  fullName: UnityEngine.Screen.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-height.html
  commentId: P:UnityEngine.Screen.height
  nameWithType: Screen.height
  type: Property
- uid: UnityEngine.Screen.orientation
  name: orientation
  fullName: UnityEngine.Screen.orientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-orientation.html
  commentId: P:UnityEngine.Screen.orientation
  nameWithType: Screen.orientation
  type: Property
- uid: UnityEngine.Screen.resolutions
  name: resolutions
  fullName: UnityEngine.Screen.resolutions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-resolutions.html
  commentId: P:UnityEngine.Screen.resolutions
  nameWithType: Screen.resolutions
  type: Property
- uid: UnityEngine.Screen.safeArea
  name: safeArea
  fullName: UnityEngine.Screen.safeArea
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-safeArea.html
  commentId: P:UnityEngine.Screen.safeArea
  nameWithType: Screen.safeArea
  type: Property
- uid: UnityEngine.Screen.SetResolution(System.Int32,System.Int32,System.Boolean,System.Int32)
  name: SetResolution(int, int, bool, int)
  fullName: UnityEngine.Screen.SetResolution(int, int, bool, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen.SetResolution.html
  commentId: M:UnityEngine.Screen.SetResolution(System.Int32,System.Int32,System.Boolean,System.Int32)
  nameWithType: Screen.SetResolution(int, int, bool, int)
  type: Method
- uid: UnityEngine.Screen.SetResolution(System.Int32,System.Int32,System.Boolean)
  name: SetResolution(int, int, bool)
  fullName: UnityEngine.Screen.SetResolution(int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen.SetResolution.html
  commentId: M:UnityEngine.Screen.SetResolution(System.Int32,System.Int32,System.Boolean)
  nameWithType: Screen.SetResolution(int, int, bool)
  type: Method
- uid: UnityEngine.Screen.sleepTimeout
  name: sleepTimeout
  fullName: UnityEngine.Screen.sleepTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-sleepTimeout.html
  commentId: P:UnityEngine.Screen.sleepTimeout
  nameWithType: Screen.sleepTimeout
  type: Property
- uid: UnityEngine.Screen.width
  name: width
  fullName: UnityEngine.Screen.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Screen-width.html
  commentId: P:UnityEngine.Screen.width
  nameWithType: Screen.width
  type: Property
- uid: UnityEngine.ScreenCapture
  name: ScreenCapture
  fullName: UnityEngine.ScreenCapture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenCapture.html
  commentId: T:UnityEngine.ScreenCapture
  nameWithType: ScreenCapture
  type: Class
- uid: UnityEngine.ScreenCapture.CaptureScreenshot(System.String,System.Int32)
  name: CaptureScreenshot(string, int)
  fullName: UnityEngine.ScreenCapture.CaptureScreenshot(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenCapture.CaptureScreenshot.html
  commentId: M:UnityEngine.ScreenCapture.CaptureScreenshot(System.String,System.Int32)
  nameWithType: ScreenCapture.CaptureScreenshot(string, int)
  type: Method
- uid: UnityEngine.ScreenCapture.CaptureScreenshot(System.String)
  name: CaptureScreenshot(string)
  fullName: UnityEngine.ScreenCapture.CaptureScreenshot(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenCapture.CaptureScreenshot.html
  commentId: M:UnityEngine.ScreenCapture.CaptureScreenshot(System.String)
  nameWithType: ScreenCapture.CaptureScreenshot(string)
  type: Method
- uid: UnityEngine.ScreenOrientation
  name: ScreenOrientation
  fullName: UnityEngine.ScreenOrientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenOrientation.html
  commentId: T:UnityEngine.ScreenOrientation
  nameWithType: ScreenOrientation
  type: Enum
- uid: UnityEngine.ScreenOrientation.AutoRotation
  name: AutoRotation
  fullName: UnityEngine.ScreenOrientation.AutoRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenOrientation.AutoRotation.html
  commentId: F:UnityEngine.ScreenOrientation.AutoRotation
  nameWithType: ScreenOrientation.AutoRotation
  type: Field
- uid: UnityEngine.ScreenOrientation.Landscape
  name: Landscape
  fullName: UnityEngine.ScreenOrientation.Landscape
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenOrientation.Landscape.html
  commentId: F:UnityEngine.ScreenOrientation.Landscape
  nameWithType: ScreenOrientation.Landscape
  type: Field
- uid: UnityEngine.ScreenOrientation.LandscapeLeft
  name: LandscapeLeft
  fullName: UnityEngine.ScreenOrientation.LandscapeLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenOrientation.LandscapeLeft.html
  commentId: F:UnityEngine.ScreenOrientation.LandscapeLeft
  nameWithType: ScreenOrientation.LandscapeLeft
  type: Field
- uid: UnityEngine.ScreenOrientation.LandscapeRight
  name: LandscapeRight
  fullName: UnityEngine.ScreenOrientation.LandscapeRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenOrientation.LandscapeRight.html
  commentId: F:UnityEngine.ScreenOrientation.LandscapeRight
  nameWithType: ScreenOrientation.LandscapeRight
  type: Field
- uid: UnityEngine.ScreenOrientation.Portrait
  name: Portrait
  fullName: UnityEngine.ScreenOrientation.Portrait
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenOrientation.Portrait.html
  commentId: F:UnityEngine.ScreenOrientation.Portrait
  nameWithType: ScreenOrientation.Portrait
  type: Field
- uid: UnityEngine.ScreenOrientation.PortraitUpsideDown
  name: PortraitUpsideDown
  fullName: UnityEngine.ScreenOrientation.PortraitUpsideDown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenOrientation.PortraitUpsideDown.html
  commentId: F:UnityEngine.ScreenOrientation.PortraitUpsideDown
  nameWithType: ScreenOrientation.PortraitUpsideDown
  type: Field
- uid: UnityEngine.ScreenOrientation.Unknown
  name: Unknown
  fullName: UnityEngine.ScreenOrientation.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScreenOrientation.Unknown.html
  commentId: F:UnityEngine.ScreenOrientation.Unknown
  nameWithType: ScreenOrientation.Unknown
  type: Field
- uid: UnityEngine.ScriptableObject
  name: ScriptableObject
  fullName: UnityEngine.ScriptableObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableObject.html
  commentId: T:UnityEngine.ScriptableObject
  nameWithType: ScriptableObject
  type: Class
- uid: UnityEngine.ScriptableObject.#ctor
  name: ScriptableObject()
  fullName: UnityEngine.ScriptableObject.ScriptableObject()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableObject-ctor.html
  commentId: M:UnityEngine.ScriptableObject.#ctor
  nameWithType: ScriptableObject.ScriptableObject()
  type: Constructor
- uid: UnityEngine.ScriptableObject.CreateInstance(System.String)
  name: CreateInstance(string)
  fullName: UnityEngine.ScriptableObject.CreateInstance(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableObject.CreateInstance.html
  commentId: M:UnityEngine.ScriptableObject.CreateInstance(System.String)
  nameWithType: ScriptableObject.CreateInstance(string)
  type: Method
- uid: UnityEngine.ScriptableObject.CreateInstance(System.Type)
  name: CreateInstance(Type)
  fullName: UnityEngine.ScriptableObject.CreateInstance(System.Type)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableObject.CreateInstance.html
  commentId: M:UnityEngine.ScriptableObject.CreateInstance(System.Type)
  nameWithType: ScriptableObject.CreateInstance(Type)
  type: Method
- uid: UnityEngine.ScriptableObject.CreateInstance``1
  name: CreateInstance<T>()
  fullName: UnityEngine.ScriptableObject.CreateInstance<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableObject.CreateInstance.html
  commentId: M:UnityEngine.ScriptableObject.CreateInstance``1
  nameWithType: ScriptableObject.CreateInstance<T>()
  type: Method
- uid: UnityEngine.ScriptableObject.SetDirty
  name: SetDirty()
  fullName: UnityEngine.ScriptableObject.SetDirty()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ScriptableObject.SetDirty.html
  commentId: M:UnityEngine.ScriptableObject.SetDirty
  nameWithType: ScriptableObject.SetDirty()
  type: Method
- uid: UnityEngine.Scripting
  name: UnityEngine.Scripting
  fullName: UnityEngine.Scripting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Scripting
  nameWithType: UnityEngine.Scripting
  type: Namespace
- uid: UnityEngine.Scripting.APIUpdating
  name: UnityEngine.Scripting.APIUpdating
  fullName: UnityEngine.Scripting.APIUpdating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Scripting.APIUpdating
  nameWithType: UnityEngine.Scripting.APIUpdating
  type: Namespace
- uid: UnityEngine.Scripting.APIUpdating.MovedFromAttribute
  name: MovedFromAttribute
  fullName: UnityEngine.Scripting.APIUpdating.MovedFromAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Scripting.APIUpdating.MovedFromAttribute.html
  commentId: T:UnityEngine.Scripting.APIUpdating.MovedFromAttribute
  nameWithType: MovedFromAttribute
  type: Class
- uid: UnityEngine.Scripting.APIUpdating.MovedFromAttribute.#ctor(System.String,System.Boolean)
  name: MovedFromAttribute(string, bool)
  fullName: UnityEngine.Scripting.APIUpdating.MovedFromAttribute.MovedFromAttribute(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Scripting.APIUpdating.MovedFromAttribute-ctor.html
  commentId: M:UnityEngine.Scripting.APIUpdating.MovedFromAttribute.#ctor(System.String,System.Boolean)
  nameWithType: MovedFromAttribute.MovedFromAttribute(string, bool)
  type: Constructor
- uid: UnityEngine.Scripting.APIUpdating.MovedFromAttribute.#ctor(System.String)
  name: MovedFromAttribute(string)
  fullName: UnityEngine.Scripting.APIUpdating.MovedFromAttribute.MovedFromAttribute(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Scripting.APIUpdating.MovedFromAttribute-ctor.html
  commentId: M:UnityEngine.Scripting.APIUpdating.MovedFromAttribute.#ctor(System.String)
  nameWithType: MovedFromAttribute.MovedFromAttribute(string)
  type: Constructor
- uid: UnityEngine.Scripting.APIUpdating.MovedFromAttribute.IsInDifferentAssembly
  name: IsInDifferentAssembly
  fullName: UnityEngine.Scripting.APIUpdating.MovedFromAttribute.IsInDifferentAssembly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Scripting.APIUpdating.MovedFromAttribute.IsInDifferentAssembly.html
  commentId: P:UnityEngine.Scripting.APIUpdating.MovedFromAttribute.IsInDifferentAssembly
  nameWithType: MovedFromAttribute.IsInDifferentAssembly
  type: Property
- uid: UnityEngine.Scripting.APIUpdating.MovedFromAttribute.Namespace
  name: Namespace
  fullName: UnityEngine.Scripting.APIUpdating.MovedFromAttribute.Namespace
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Scripting.APIUpdating.MovedFromAttribute.Namespace.html
  commentId: P:UnityEngine.Scripting.APIUpdating.MovedFromAttribute.Namespace
  nameWithType: MovedFromAttribute.Namespace
  type: Property
- uid: UnityEngine.Scripting.PreserveAttribute
  name: PreserveAttribute
  fullName: UnityEngine.Scripting.PreserveAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Scripting.PreserveAttribute.html
  commentId: T:UnityEngine.Scripting.PreserveAttribute
  nameWithType: PreserveAttribute
  type: Class
- uid: UnityEngine.Security
  name: Security
  fullName: UnityEngine.Security
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Security.html
  commentId: T:UnityEngine.Security
  nameWithType: Security
  type: Class
- uid: UnityEngine.Security.LoadAndVerifyAssembly(System.Byte[],System.String)
  name: LoadAndVerifyAssembly(byte[], string)
  fullName: UnityEngine.Security.LoadAndVerifyAssembly(byte[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Security.LoadAndVerifyAssembly.html
  commentId: M:UnityEngine.Security.LoadAndVerifyAssembly(System.Byte[],System.String)
  nameWithType: Security.LoadAndVerifyAssembly(byte[], string)
  type: Method
- uid: UnityEngine.Security.LoadAndVerifyAssembly(System.Byte[])
  name: LoadAndVerifyAssembly(byte[])
  fullName: UnityEngine.Security.LoadAndVerifyAssembly(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Security.LoadAndVerifyAssembly.html
  commentId: M:UnityEngine.Security.LoadAndVerifyAssembly(System.Byte[])
  nameWithType: Security.LoadAndVerifyAssembly(byte[])
  type: Method
- uid: UnityEngine.Security.PrefetchSocketPolicy(System.String,System.Int32,System.Int32)
  name: PrefetchSocketPolicy(string, int, int)
  fullName: UnityEngine.Security.PrefetchSocketPolicy(string, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Security.PrefetchSocketPolicy.html
  commentId: M:UnityEngine.Security.PrefetchSocketPolicy(System.String,System.Int32,System.Int32)
  nameWithType: Security.PrefetchSocketPolicy(string, int, int)
  type: Method
- uid: UnityEngine.Security.PrefetchSocketPolicy(System.String,System.Int32)
  name: PrefetchSocketPolicy(string, int)
  fullName: UnityEngine.Security.PrefetchSocketPolicy(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Security.PrefetchSocketPolicy.html
  commentId: M:UnityEngine.Security.PrefetchSocketPolicy(System.String,System.Int32)
  nameWithType: Security.PrefetchSocketPolicy(string, int)
  type: Method
- uid: UnityEngine.SelectionBaseAttribute
  name: SelectionBaseAttribute
  fullName: UnityEngine.SelectionBaseAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SelectionBaseAttribute.html
  commentId: T:UnityEngine.SelectionBaseAttribute
  nameWithType: SelectionBaseAttribute
  type: Class
- uid: UnityEngine.SendMessageOptions
  name: SendMessageOptions
  fullName: UnityEngine.SendMessageOptions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SendMessageOptions.html
  commentId: T:UnityEngine.SendMessageOptions
  nameWithType: SendMessageOptions
  type: Enum
- uid: UnityEngine.SendMessageOptions.DontRequireReceiver
  name: DontRequireReceiver
  fullName: UnityEngine.SendMessageOptions.DontRequireReceiver
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SendMessageOptions.DontRequireReceiver.html
  commentId: F:UnityEngine.SendMessageOptions.DontRequireReceiver
  nameWithType: SendMessageOptions.DontRequireReceiver
  type: Field
- uid: UnityEngine.SendMessageOptions.RequireReceiver
  name: RequireReceiver
  fullName: UnityEngine.SendMessageOptions.RequireReceiver
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SendMessageOptions.RequireReceiver.html
  commentId: F:UnityEngine.SendMessageOptions.RequireReceiver
  nameWithType: SendMessageOptions.RequireReceiver
  type: Field
- uid: UnityEngine.Serialization
  name: UnityEngine.Serialization
  fullName: UnityEngine.Serialization
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Serialization
  nameWithType: UnityEngine.Serialization
  type: Namespace
- uid: UnityEngine.Serialization.FormerlySerializedAsAttribute
  name: FormerlySerializedAsAttribute
  fullName: UnityEngine.Serialization.FormerlySerializedAsAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Serialization.FormerlySerializedAsAttribute.html
  commentId: T:UnityEngine.Serialization.FormerlySerializedAsAttribute
  nameWithType: FormerlySerializedAsAttribute
  type: Class
- uid: UnityEngine.Serialization.FormerlySerializedAsAttribute.#ctor(System.String)
  name: FormerlySerializedAsAttribute(string)
  fullName: UnityEngine.Serialization.FormerlySerializedAsAttribute.FormerlySerializedAsAttribute(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Serialization.FormerlySerializedAsAttribute-ctor.html
  commentId: M:UnityEngine.Serialization.FormerlySerializedAsAttribute.#ctor(System.String)
  nameWithType: FormerlySerializedAsAttribute.FormerlySerializedAsAttribute(string)
  type: Constructor
- uid: UnityEngine.Serialization.FormerlySerializedAsAttribute.oldName
  name: oldName
  fullName: UnityEngine.Serialization.FormerlySerializedAsAttribute.oldName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Serialization.FormerlySerializedAsAttribute-oldName.html
  commentId: P:UnityEngine.Serialization.FormerlySerializedAsAttribute.oldName
  nameWithType: FormerlySerializedAsAttribute.oldName
  type: Property
- uid: UnityEngine.Serialization.UnitySurrogateSelector
  name: UnitySurrogateSelector
  fullName: UnityEngine.Serialization.UnitySurrogateSelector
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Serialization.UnitySurrogateSelector.html
  commentId: T:UnityEngine.Serialization.UnitySurrogateSelector
  nameWithType: UnitySurrogateSelector
  type: Class
- uid: UnityEngine.Serialization.UnitySurrogateSelector.ChainSelector(System.Runtime.Serialization.ISurrogateSelector)
  name: ChainSelector(ISurrogateSelector)
  fullName: UnityEngine.Serialization.UnitySurrogateSelector.ChainSelector(System.Runtime.Serialization.ISurrogateSelector)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Serialization.UnitySurrogateSelector.ChainSelector.html
  commentId: M:UnityEngine.Serialization.UnitySurrogateSelector.ChainSelector(System.Runtime.Serialization.ISurrogateSelector)
  nameWithType: UnitySurrogateSelector.ChainSelector(ISurrogateSelector)
  type: Method
- uid: UnityEngine.Serialization.UnitySurrogateSelector.GetNextSelector
  name: GetNextSelector()
  fullName: UnityEngine.Serialization.UnitySurrogateSelector.GetNextSelector()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Serialization.UnitySurrogateSelector.GetNextSelector.html
  commentId: M:UnityEngine.Serialization.UnitySurrogateSelector.GetNextSelector
  nameWithType: UnitySurrogateSelector.GetNextSelector()
  type: Method
- uid: UnityEngine.Serialization.UnitySurrogateSelector.GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector@)
  name: GetSurrogate(Type, StreamingContext, out ISurrogateSelector)
  fullName: UnityEngine.Serialization.UnitySurrogateSelector.GetSurrogate(System.Type, System.Runtime.Serialization.StreamingContext, out System.Runtime.Serialization.ISurrogateSelector)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Serialization.UnitySurrogateSelector.GetSurrogate.html
  commentId: M:UnityEngine.Serialization.UnitySurrogateSelector.GetSurrogate(System.Type,System.Runtime.Serialization.StreamingContext,System.Runtime.Serialization.ISurrogateSelector@)
  nameWithType: UnitySurrogateSelector.GetSurrogate(Type, StreamingContext, out ISurrogateSelector)
  type: Method
- uid: UnityEngine.SerializeField
  name: SerializeField
  fullName: UnityEngine.SerializeField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializeField.html
  commentId: T:UnityEngine.SerializeField
  nameWithType: SerializeField
  type: Class
- uid: UnityEngine.SerializePrivateVariables
  name: SerializePrivateVariables
  fullName: UnityEngine.SerializePrivateVariables
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SerializePrivateVariables.html
  commentId: T:UnityEngine.SerializePrivateVariables
  nameWithType: SerializePrivateVariables
  type: Class
- uid: UnityEngine.Shader
  name: Shader
  fullName: UnityEngine.Shader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.html
  commentId: T:UnityEngine.Shader
  nameWithType: Shader
  type: Class
- uid: UnityEngine.Shader.DisableKeyword(System.String)
  name: DisableKeyword(string)
  fullName: UnityEngine.Shader.DisableKeyword(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.DisableKeyword.html
  commentId: M:UnityEngine.Shader.DisableKeyword(System.String)
  nameWithType: Shader.DisableKeyword(string)
  type: Method
- uid: UnityEngine.Shader.EnableKeyword(System.String)
  name: EnableKeyword(string)
  fullName: UnityEngine.Shader.EnableKeyword(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.EnableKeyword.html
  commentId: M:UnityEngine.Shader.EnableKeyword(System.String)
  nameWithType: Shader.EnableKeyword(string)
  type: Method
- uid: UnityEngine.Shader.Find(System.String)
  name: Find(string)
  fullName: UnityEngine.Shader.Find(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.Find.html
  commentId: M:UnityEngine.Shader.Find(System.String)
  nameWithType: Shader.Find(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalColor(System.Int32)
  name: GetGlobalColor(int)
  fullName: UnityEngine.Shader.GetGlobalColor(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalColor.html
  commentId: M:UnityEngine.Shader.GetGlobalColor(System.Int32)
  nameWithType: Shader.GetGlobalColor(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalColor(System.String)
  name: GetGlobalColor(string)
  fullName: UnityEngine.Shader.GetGlobalColor(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalColor.html
  commentId: M:UnityEngine.Shader.GetGlobalColor(System.String)
  nameWithType: Shader.GetGlobalColor(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalFloat(System.Int32)
  name: GetGlobalFloat(int)
  fullName: UnityEngine.Shader.GetGlobalFloat(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalFloat.html
  commentId: M:UnityEngine.Shader.GetGlobalFloat(System.Int32)
  nameWithType: Shader.GetGlobalFloat(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalFloat(System.String)
  name: GetGlobalFloat(string)
  fullName: UnityEngine.Shader.GetGlobalFloat(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalFloat.html
  commentId: M:UnityEngine.Shader.GetGlobalFloat(System.String)
  nameWithType: Shader.GetGlobalFloat(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  name: GetGlobalFloatArray(int, List<float>)
  fullName: UnityEngine.Shader.GetGlobalFloatArray(int, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalFloatArray.html
  commentId: M:UnityEngine.Shader.GetGlobalFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  nameWithType: Shader.GetGlobalFloatArray(int, List<float>)
  type: Method
- uid: UnityEngine.Shader.GetGlobalFloatArray(System.Int32)
  name: GetGlobalFloatArray(int)
  fullName: UnityEngine.Shader.GetGlobalFloatArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalFloatArray.html
  commentId: M:UnityEngine.Shader.GetGlobalFloatArray(System.Int32)
  nameWithType: Shader.GetGlobalFloatArray(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalFloatArray(System.String,System.Collections.Generic.List{System.Single})
  name: GetGlobalFloatArray(string, List<float>)
  fullName: UnityEngine.Shader.GetGlobalFloatArray(string, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalFloatArray.html
  commentId: M:UnityEngine.Shader.GetGlobalFloatArray(System.String,System.Collections.Generic.List{System.Single})
  nameWithType: Shader.GetGlobalFloatArray(string, List<float>)
  type: Method
- uid: UnityEngine.Shader.GetGlobalFloatArray(System.String)
  name: GetGlobalFloatArray(string)
  fullName: UnityEngine.Shader.GetGlobalFloatArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalFloatArray.html
  commentId: M:UnityEngine.Shader.GetGlobalFloatArray(System.String)
  nameWithType: Shader.GetGlobalFloatArray(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalInt(System.Int32)
  name: GetGlobalInt(int)
  fullName: UnityEngine.Shader.GetGlobalInt(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalInt.html
  commentId: M:UnityEngine.Shader.GetGlobalInt(System.Int32)
  nameWithType: Shader.GetGlobalInt(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalInt(System.String)
  name: GetGlobalInt(string)
  fullName: UnityEngine.Shader.GetGlobalInt(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalInt.html
  commentId: M:UnityEngine.Shader.GetGlobalInt(System.String)
  nameWithType: Shader.GetGlobalInt(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalMatrix(System.Int32)
  name: GetGlobalMatrix(int)
  fullName: UnityEngine.Shader.GetGlobalMatrix(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalMatrix.html
  commentId: M:UnityEngine.Shader.GetGlobalMatrix(System.Int32)
  nameWithType: Shader.GetGlobalMatrix(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalMatrix(System.String)
  name: GetGlobalMatrix(string)
  fullName: UnityEngine.Shader.GetGlobalMatrix(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalMatrix.html
  commentId: M:UnityEngine.Shader.GetGlobalMatrix(System.String)
  nameWithType: Shader.GetGlobalMatrix(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: GetGlobalMatrixArray(int, List<Matrix4x4>)
  fullName: UnityEngine.Shader.GetGlobalMatrixArray(int, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalMatrixArray.html
  commentId: M:UnityEngine.Shader.GetGlobalMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Shader.GetGlobalMatrixArray(int, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Shader.GetGlobalMatrixArray(System.Int32)
  name: GetGlobalMatrixArray(int)
  fullName: UnityEngine.Shader.GetGlobalMatrixArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalMatrixArray.html
  commentId: M:UnityEngine.Shader.GetGlobalMatrixArray(System.Int32)
  nameWithType: Shader.GetGlobalMatrixArray(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: GetGlobalMatrixArray(string, List<Matrix4x4>)
  fullName: UnityEngine.Shader.GetGlobalMatrixArray(string, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalMatrixArray.html
  commentId: M:UnityEngine.Shader.GetGlobalMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Shader.GetGlobalMatrixArray(string, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Shader.GetGlobalMatrixArray(System.String)
  name: GetGlobalMatrixArray(string)
  fullName: UnityEngine.Shader.GetGlobalMatrixArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalMatrixArray.html
  commentId: M:UnityEngine.Shader.GetGlobalMatrixArray(System.String)
  nameWithType: Shader.GetGlobalMatrixArray(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalTexture(System.Int32)
  name: GetGlobalTexture(int)
  fullName: UnityEngine.Shader.GetGlobalTexture(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalTexture.html
  commentId: M:UnityEngine.Shader.GetGlobalTexture(System.Int32)
  nameWithType: Shader.GetGlobalTexture(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalTexture(System.String)
  name: GetGlobalTexture(string)
  fullName: UnityEngine.Shader.GetGlobalTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalTexture.html
  commentId: M:UnityEngine.Shader.GetGlobalTexture(System.String)
  nameWithType: Shader.GetGlobalTexture(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalVector(System.Int32)
  name: GetGlobalVector(int)
  fullName: UnityEngine.Shader.GetGlobalVector(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalVector.html
  commentId: M:UnityEngine.Shader.GetGlobalVector(System.Int32)
  nameWithType: Shader.GetGlobalVector(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalVector(System.String)
  name: GetGlobalVector(string)
  fullName: UnityEngine.Shader.GetGlobalVector(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalVector.html
  commentId: M:UnityEngine.Shader.GetGlobalVector(System.String)
  nameWithType: Shader.GetGlobalVector(string)
  type: Method
- uid: UnityEngine.Shader.GetGlobalVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetGlobalVectorArray(int, List<Vector4>)
  fullName: UnityEngine.Shader.GetGlobalVectorArray(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalVectorArray.html
  commentId: M:UnityEngine.Shader.GetGlobalVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Shader.GetGlobalVectorArray(int, List<Vector4>)
  type: Method
- uid: UnityEngine.Shader.GetGlobalVectorArray(System.Int32)
  name: GetGlobalVectorArray(int)
  fullName: UnityEngine.Shader.GetGlobalVectorArray(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalVectorArray.html
  commentId: M:UnityEngine.Shader.GetGlobalVectorArray(System.Int32)
  nameWithType: Shader.GetGlobalVectorArray(int)
  type: Method
- uid: UnityEngine.Shader.GetGlobalVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  name: GetGlobalVectorArray(string, List<Vector4>)
  fullName: UnityEngine.Shader.GetGlobalVectorArray(string, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalVectorArray.html
  commentId: M:UnityEngine.Shader.GetGlobalVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Shader.GetGlobalVectorArray(string, List<Vector4>)
  type: Method
- uid: UnityEngine.Shader.GetGlobalVectorArray(System.String)
  name: GetGlobalVectorArray(string)
  fullName: UnityEngine.Shader.GetGlobalVectorArray(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.GetGlobalVectorArray.html
  commentId: M:UnityEngine.Shader.GetGlobalVectorArray(System.String)
  nameWithType: Shader.GetGlobalVectorArray(string)
  type: Method
- uid: UnityEngine.Shader.globalMaximumLOD
  name: globalMaximumLOD
  fullName: UnityEngine.Shader.globalMaximumLOD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader-globalMaximumLOD.html
  commentId: P:UnityEngine.Shader.globalMaximumLOD
  nameWithType: Shader.globalMaximumLOD
  type: Property
- uid: UnityEngine.Shader.globalRenderPipeline
  name: globalRenderPipeline
  fullName: UnityEngine.Shader.globalRenderPipeline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader-globalRenderPipeline.html
  commentId: P:UnityEngine.Shader.globalRenderPipeline
  nameWithType: Shader.globalRenderPipeline
  type: Property
- uid: UnityEngine.Shader.globalShaderHardwareTier
  name: globalShaderHardwareTier
  fullName: UnityEngine.Shader.globalShaderHardwareTier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader-globalShaderHardwareTier.html
  commentId: P:UnityEngine.Shader.globalShaderHardwareTier
  nameWithType: Shader.globalShaderHardwareTier
  type: Property
- uid: UnityEngine.Shader.IsKeywordEnabled(System.String)
  name: IsKeywordEnabled(string)
  fullName: UnityEngine.Shader.IsKeywordEnabled(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.IsKeywordEnabled.html
  commentId: M:UnityEngine.Shader.IsKeywordEnabled(System.String)
  nameWithType: Shader.IsKeywordEnabled(string)
  type: Method
- uid: UnityEngine.Shader.isSupported
  name: isSupported
  fullName: UnityEngine.Shader.isSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader-isSupported.html
  commentId: P:UnityEngine.Shader.isSupported
  nameWithType: Shader.isSupported
  type: Property
- uid: UnityEngine.Shader.maximumLOD
  name: maximumLOD
  fullName: UnityEngine.Shader.maximumLOD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader-maximumLOD.html
  commentId: P:UnityEngine.Shader.maximumLOD
  nameWithType: Shader.maximumLOD
  type: Property
- uid: UnityEngine.Shader.PropertyToID(System.String)
  name: PropertyToID(string)
  fullName: UnityEngine.Shader.PropertyToID(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.PropertyToID.html
  commentId: M:UnityEngine.Shader.PropertyToID(System.String)
  nameWithType: Shader.PropertyToID(string)
  type: Method
- uid: UnityEngine.Shader.renderQueue
  name: renderQueue
  fullName: UnityEngine.Shader.renderQueue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader-renderQueue.html
  commentId: P:UnityEngine.Shader.renderQueue
  nameWithType: Shader.renderQueue
  type: Property
- uid: UnityEngine.Shader.SetGlobalBuffer(System.Int32,UnityEngine.ComputeBuffer)
  name: SetGlobalBuffer(int, ComputeBuffer)
  fullName: UnityEngine.Shader.SetGlobalBuffer(int, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalBuffer.html
  commentId: M:UnityEngine.Shader.SetGlobalBuffer(System.Int32,UnityEngine.ComputeBuffer)
  nameWithType: Shader.SetGlobalBuffer(int, ComputeBuffer)
  type: Method
- uid: UnityEngine.Shader.SetGlobalBuffer(System.String,UnityEngine.ComputeBuffer)
  name: SetGlobalBuffer(string, ComputeBuffer)
  fullName: UnityEngine.Shader.SetGlobalBuffer(string, UnityEngine.ComputeBuffer)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalBuffer.html
  commentId: M:UnityEngine.Shader.SetGlobalBuffer(System.String,UnityEngine.ComputeBuffer)
  nameWithType: Shader.SetGlobalBuffer(string, ComputeBuffer)
  type: Method
- uid: UnityEngine.Shader.SetGlobalColor(System.Int32,UnityEngine.Color)
  name: SetGlobalColor(int, Color)
  fullName: UnityEngine.Shader.SetGlobalColor(int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalColor.html
  commentId: M:UnityEngine.Shader.SetGlobalColor(System.Int32,UnityEngine.Color)
  nameWithType: Shader.SetGlobalColor(int, Color)
  type: Method
- uid: UnityEngine.Shader.SetGlobalColor(System.String,UnityEngine.Color)
  name: SetGlobalColor(string, Color)
  fullName: UnityEngine.Shader.SetGlobalColor(string, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalColor.html
  commentId: M:UnityEngine.Shader.SetGlobalColor(System.String,UnityEngine.Color)
  nameWithType: Shader.SetGlobalColor(string, Color)
  type: Method
- uid: UnityEngine.Shader.SetGlobalFloat(System.Int32,System.Single)
  name: SetGlobalFloat(int, float)
  fullName: UnityEngine.Shader.SetGlobalFloat(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalFloat.html
  commentId: M:UnityEngine.Shader.SetGlobalFloat(System.Int32,System.Single)
  nameWithType: Shader.SetGlobalFloat(int, float)
  type: Method
- uid: UnityEngine.Shader.SetGlobalFloat(System.String,System.Single)
  name: SetGlobalFloat(string, float)
  fullName: UnityEngine.Shader.SetGlobalFloat(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalFloat.html
  commentId: M:UnityEngine.Shader.SetGlobalFloat(System.String,System.Single)
  nameWithType: Shader.SetGlobalFloat(string, float)
  type: Method
- uid: UnityEngine.Shader.SetGlobalFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  name: SetGlobalFloatArray(int, List<float>)
  fullName: UnityEngine.Shader.SetGlobalFloatArray(int, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalFloatArray.html
  commentId: M:UnityEngine.Shader.SetGlobalFloatArray(System.Int32,System.Collections.Generic.List{System.Single})
  nameWithType: Shader.SetGlobalFloatArray(int, List<float>)
  type: Method
- uid: UnityEngine.Shader.SetGlobalFloatArray(System.Int32,System.Single[])
  name: SetGlobalFloatArray(int, float[])
  fullName: UnityEngine.Shader.SetGlobalFloatArray(int, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalFloatArray.html
  commentId: M:UnityEngine.Shader.SetGlobalFloatArray(System.Int32,System.Single[])
  nameWithType: Shader.SetGlobalFloatArray(int, float[])
  type: Method
- uid: UnityEngine.Shader.SetGlobalFloatArray(System.String,System.Collections.Generic.List{System.Single})
  name: SetGlobalFloatArray(string, List<float>)
  fullName: UnityEngine.Shader.SetGlobalFloatArray(string, System.Collections.Generic.List<float>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalFloatArray.html
  commentId: M:UnityEngine.Shader.SetGlobalFloatArray(System.String,System.Collections.Generic.List{System.Single})
  nameWithType: Shader.SetGlobalFloatArray(string, List<float>)
  type: Method
- uid: UnityEngine.Shader.SetGlobalFloatArray(System.String,System.Single[])
  name: SetGlobalFloatArray(string, float[])
  fullName: UnityEngine.Shader.SetGlobalFloatArray(string, float[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalFloatArray.html
  commentId: M:UnityEngine.Shader.SetGlobalFloatArray(System.String,System.Single[])
  nameWithType: Shader.SetGlobalFloatArray(string, float[])
  type: Method
- uid: UnityEngine.Shader.SetGlobalInt(System.Int32,System.Int32)
  name: SetGlobalInt(int, int)
  fullName: UnityEngine.Shader.SetGlobalInt(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalInt.html
  commentId: M:UnityEngine.Shader.SetGlobalInt(System.Int32,System.Int32)
  nameWithType: Shader.SetGlobalInt(int, int)
  type: Method
- uid: UnityEngine.Shader.SetGlobalInt(System.String,System.Int32)
  name: SetGlobalInt(string, int)
  fullName: UnityEngine.Shader.SetGlobalInt(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalInt.html
  commentId: M:UnityEngine.Shader.SetGlobalInt(System.String,System.Int32)
  nameWithType: Shader.SetGlobalInt(string, int)
  type: Method
- uid: UnityEngine.Shader.SetGlobalMatrix(System.Int32,UnityEngine.Matrix4x4)
  name: SetGlobalMatrix(int, Matrix4x4)
  fullName: UnityEngine.Shader.SetGlobalMatrix(int, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalMatrix.html
  commentId: M:UnityEngine.Shader.SetGlobalMatrix(System.Int32,UnityEngine.Matrix4x4)
  nameWithType: Shader.SetGlobalMatrix(int, Matrix4x4)
  type: Method
- uid: UnityEngine.Shader.SetGlobalMatrix(System.String,UnityEngine.Matrix4x4)
  name: SetGlobalMatrix(string, Matrix4x4)
  fullName: UnityEngine.Shader.SetGlobalMatrix(string, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalMatrix.html
  commentId: M:UnityEngine.Shader.SetGlobalMatrix(System.String,UnityEngine.Matrix4x4)
  nameWithType: Shader.SetGlobalMatrix(string, Matrix4x4)
  type: Method
- uid: UnityEngine.Shader.SetGlobalMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: SetGlobalMatrixArray(int, List<Matrix4x4>)
  fullName: UnityEngine.Shader.SetGlobalMatrixArray(int, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalMatrixArray.html
  commentId: M:UnityEngine.Shader.SetGlobalMatrixArray(System.Int32,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Shader.SetGlobalMatrixArray(int, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Shader.SetGlobalMatrixArray(System.Int32,UnityEngine.Matrix4x4[])
  name: SetGlobalMatrixArray(int, Matrix4x4[])
  fullName: UnityEngine.Shader.SetGlobalMatrixArray(int, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalMatrixArray.html
  commentId: M:UnityEngine.Shader.SetGlobalMatrixArray(System.Int32,UnityEngine.Matrix4x4[])
  nameWithType: Shader.SetGlobalMatrixArray(int, Matrix4x4[])
  type: Method
- uid: UnityEngine.Shader.SetGlobalMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  name: SetGlobalMatrixArray(string, List<Matrix4x4>)
  fullName: UnityEngine.Shader.SetGlobalMatrixArray(string, System.Collections.Generic.List<UnityEngine.Matrix4x4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalMatrixArray.html
  commentId: M:UnityEngine.Shader.SetGlobalMatrixArray(System.String,System.Collections.Generic.List{UnityEngine.Matrix4x4})
  nameWithType: Shader.SetGlobalMatrixArray(string, List<Matrix4x4>)
  type: Method
- uid: UnityEngine.Shader.SetGlobalMatrixArray(System.String,UnityEngine.Matrix4x4[])
  name: SetGlobalMatrixArray(string, Matrix4x4[])
  fullName: UnityEngine.Shader.SetGlobalMatrixArray(string, UnityEngine.Matrix4x4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalMatrixArray.html
  commentId: M:UnityEngine.Shader.SetGlobalMatrixArray(System.String,UnityEngine.Matrix4x4[])
  nameWithType: Shader.SetGlobalMatrixArray(string, Matrix4x4[])
  type: Method
- uid: UnityEngine.Shader.SetGlobalTexGenMode(System.String,UnityEngine.TexGenMode)
  name: SetGlobalTexGenMode(string, TexGenMode)
  fullName: UnityEngine.Shader.SetGlobalTexGenMode(string, UnityEngine.TexGenMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalTexGenMode.html
  commentId: M:UnityEngine.Shader.SetGlobalTexGenMode(System.String,UnityEngine.TexGenMode)
  nameWithType: Shader.SetGlobalTexGenMode(string, TexGenMode)
  type: Method
- uid: UnityEngine.Shader.SetGlobalTexture(System.Int32,UnityEngine.Texture)
  name: SetGlobalTexture(int, Texture)
  fullName: UnityEngine.Shader.SetGlobalTexture(int, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalTexture.html
  commentId: M:UnityEngine.Shader.SetGlobalTexture(System.Int32,UnityEngine.Texture)
  nameWithType: Shader.SetGlobalTexture(int, Texture)
  type: Method
- uid: UnityEngine.Shader.SetGlobalTexture(System.String,UnityEngine.Texture)
  name: SetGlobalTexture(string, Texture)
  fullName: UnityEngine.Shader.SetGlobalTexture(string, UnityEngine.Texture)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalTexture.html
  commentId: M:UnityEngine.Shader.SetGlobalTexture(System.String,UnityEngine.Texture)
  nameWithType: Shader.SetGlobalTexture(string, Texture)
  type: Method
- uid: UnityEngine.Shader.SetGlobalTextureMatrixName(System.String,System.String)
  name: SetGlobalTextureMatrixName(string, string)
  fullName: UnityEngine.Shader.SetGlobalTextureMatrixName(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalTextureMatrixName.html
  commentId: M:UnityEngine.Shader.SetGlobalTextureMatrixName(System.String,System.String)
  nameWithType: Shader.SetGlobalTextureMatrixName(string, string)
  type: Method
- uid: UnityEngine.Shader.SetGlobalVector(System.Int32,UnityEngine.Vector4)
  name: SetGlobalVector(int, Vector4)
  fullName: UnityEngine.Shader.SetGlobalVector(int, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalVector.html
  commentId: M:UnityEngine.Shader.SetGlobalVector(System.Int32,UnityEngine.Vector4)
  nameWithType: Shader.SetGlobalVector(int, Vector4)
  type: Method
- uid: UnityEngine.Shader.SetGlobalVector(System.String,UnityEngine.Vector4)
  name: SetGlobalVector(string, Vector4)
  fullName: UnityEngine.Shader.SetGlobalVector(string, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalVector.html
  commentId: M:UnityEngine.Shader.SetGlobalVector(System.String,UnityEngine.Vector4)
  nameWithType: Shader.SetGlobalVector(string, Vector4)
  type: Method
- uid: UnityEngine.Shader.SetGlobalVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetGlobalVectorArray(int, List<Vector4>)
  fullName: UnityEngine.Shader.SetGlobalVectorArray(int, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalVectorArray.html
  commentId: M:UnityEngine.Shader.SetGlobalVectorArray(System.Int32,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Shader.SetGlobalVectorArray(int, List<Vector4>)
  type: Method
- uid: UnityEngine.Shader.SetGlobalVectorArray(System.Int32,UnityEngine.Vector4[])
  name: SetGlobalVectorArray(int, Vector4[])
  fullName: UnityEngine.Shader.SetGlobalVectorArray(int, UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalVectorArray.html
  commentId: M:UnityEngine.Shader.SetGlobalVectorArray(System.Int32,UnityEngine.Vector4[])
  nameWithType: Shader.SetGlobalVectorArray(int, Vector4[])
  type: Method
- uid: UnityEngine.Shader.SetGlobalVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  name: SetGlobalVectorArray(string, List<Vector4>)
  fullName: UnityEngine.Shader.SetGlobalVectorArray(string, System.Collections.Generic.List<UnityEngine.Vector4>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalVectorArray.html
  commentId: M:UnityEngine.Shader.SetGlobalVectorArray(System.String,System.Collections.Generic.List{UnityEngine.Vector4})
  nameWithType: Shader.SetGlobalVectorArray(string, List<Vector4>)
  type: Method
- uid: UnityEngine.Shader.SetGlobalVectorArray(System.String,UnityEngine.Vector4[])
  name: SetGlobalVectorArray(string, Vector4[])
  fullName: UnityEngine.Shader.SetGlobalVectorArray(string, UnityEngine.Vector4[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.SetGlobalVectorArray.html
  commentId: M:UnityEngine.Shader.SetGlobalVectorArray(System.String,UnityEngine.Vector4[])
  nameWithType: Shader.SetGlobalVectorArray(string, Vector4[])
  type: Method
- uid: UnityEngine.Shader.WarmupAllShaders
  name: WarmupAllShaders()
  fullName: UnityEngine.Shader.WarmupAllShaders()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Shader.WarmupAllShaders.html
  commentId: M:UnityEngine.Shader.WarmupAllShaders
  nameWithType: Shader.WarmupAllShaders()
  type: Method
- uid: UnityEngine.ShaderVariantCollection
  name: ShaderVariantCollection
  fullName: UnityEngine.ShaderVariantCollection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.html
  commentId: T:UnityEngine.ShaderVariantCollection
  nameWithType: ShaderVariantCollection
  type: Class
- uid: UnityEngine.ShaderVariantCollection.#ctor
  name: ShaderVariantCollection()
  fullName: UnityEngine.ShaderVariantCollection.ShaderVariantCollection()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection-ctor.html
  commentId: M:UnityEngine.ShaderVariantCollection.#ctor
  nameWithType: ShaderVariantCollection.ShaderVariantCollection()
  type: Constructor
- uid: UnityEngine.ShaderVariantCollection.Add(UnityEngine.ShaderVariantCollection.ShaderVariant)
  name: Add(ShaderVariant)
  fullName: UnityEngine.ShaderVariantCollection.Add(UnityEngine.ShaderVariantCollection.ShaderVariant)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.Add.html
  commentId: M:UnityEngine.ShaderVariantCollection.Add(UnityEngine.ShaderVariantCollection.ShaderVariant)
  nameWithType: ShaderVariantCollection.Add(ShaderVariantCollection.ShaderVariant)
  type: Method
- uid: UnityEngine.ShaderVariantCollection.Clear
  name: Clear()
  fullName: UnityEngine.ShaderVariantCollection.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.Clear.html
  commentId: M:UnityEngine.ShaderVariantCollection.Clear
  nameWithType: ShaderVariantCollection.Clear()
  type: Method
- uid: UnityEngine.ShaderVariantCollection.Contains(UnityEngine.ShaderVariantCollection.ShaderVariant)
  name: Contains(ShaderVariant)
  fullName: UnityEngine.ShaderVariantCollection.Contains(UnityEngine.ShaderVariantCollection.ShaderVariant)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.Contains.html
  commentId: M:UnityEngine.ShaderVariantCollection.Contains(UnityEngine.ShaderVariantCollection.ShaderVariant)
  nameWithType: ShaderVariantCollection.Contains(ShaderVariantCollection.ShaderVariant)
  type: Method
- uid: UnityEngine.ShaderVariantCollection.isWarmedUp
  name: isWarmedUp
  fullName: UnityEngine.ShaderVariantCollection.isWarmedUp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection-isWarmedUp.html
  commentId: P:UnityEngine.ShaderVariantCollection.isWarmedUp
  nameWithType: ShaderVariantCollection.isWarmedUp
  type: Property
- uid: UnityEngine.ShaderVariantCollection.Remove(UnityEngine.ShaderVariantCollection.ShaderVariant)
  name: Remove(ShaderVariant)
  fullName: UnityEngine.ShaderVariantCollection.Remove(UnityEngine.ShaderVariantCollection.ShaderVariant)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.Remove.html
  commentId: M:UnityEngine.ShaderVariantCollection.Remove(UnityEngine.ShaderVariantCollection.ShaderVariant)
  nameWithType: ShaderVariantCollection.Remove(ShaderVariantCollection.ShaderVariant)
  type: Method
- uid: UnityEngine.ShaderVariantCollection.shaderCount
  name: shaderCount
  fullName: UnityEngine.ShaderVariantCollection.shaderCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection-shaderCount.html
  commentId: P:UnityEngine.ShaderVariantCollection.shaderCount
  nameWithType: ShaderVariantCollection.shaderCount
  type: Property
- uid: UnityEngine.ShaderVariantCollection.ShaderVariant
  name: ShaderVariantCollection.ShaderVariant
  fullName: UnityEngine.ShaderVariantCollection.ShaderVariant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.ShaderVariant.html
  commentId: T:UnityEngine.ShaderVariantCollection.ShaderVariant
  nameWithType: ShaderVariantCollection.ShaderVariant
  type: Struct
- uid: UnityEngine.ShaderVariantCollection.ShaderVariant.#ctor(UnityEngine.Shader,UnityEngine.Rendering.PassType,System.String[])
  name: ShaderVariant(Shader, PassType, params string[])
  fullName: UnityEngine.ShaderVariantCollection.ShaderVariant.ShaderVariant(UnityEngine.Shader, UnityEngine.Rendering.PassType, params string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.ShaderVariant-ctor.html
  commentId: M:UnityEngine.ShaderVariantCollection.ShaderVariant.#ctor(UnityEngine.Shader,UnityEngine.Rendering.PassType,System.String[])
  nameWithType: ShaderVariantCollection.ShaderVariant.ShaderVariant(Shader, PassType, params string[])
  type: Constructor
- uid: UnityEngine.ShaderVariantCollection.ShaderVariant.keywords
  name: keywords
  fullName: UnityEngine.ShaderVariantCollection.ShaderVariant.keywords
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.ShaderVariant-keywords.html
  commentId: F:UnityEngine.ShaderVariantCollection.ShaderVariant.keywords
  nameWithType: ShaderVariantCollection.ShaderVariant.keywords
  type: Field
- uid: UnityEngine.ShaderVariantCollection.ShaderVariant.passType
  name: passType
  fullName: UnityEngine.ShaderVariantCollection.ShaderVariant.passType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.ShaderVariant-passType.html
  commentId: F:UnityEngine.ShaderVariantCollection.ShaderVariant.passType
  nameWithType: ShaderVariantCollection.ShaderVariant.passType
  type: Field
- uid: UnityEngine.ShaderVariantCollection.ShaderVariant.shader
  name: shader
  fullName: UnityEngine.ShaderVariantCollection.ShaderVariant.shader
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.ShaderVariant-shader.html
  commentId: F:UnityEngine.ShaderVariantCollection.ShaderVariant.shader
  nameWithType: ShaderVariantCollection.ShaderVariant.shader
  type: Field
- uid: UnityEngine.ShaderVariantCollection.variantCount
  name: variantCount
  fullName: UnityEngine.ShaderVariantCollection.variantCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection-variantCount.html
  commentId: P:UnityEngine.ShaderVariantCollection.variantCount
  nameWithType: ShaderVariantCollection.variantCount
  type: Property
- uid: UnityEngine.ShaderVariantCollection.WarmUp
  name: WarmUp()
  fullName: UnityEngine.ShaderVariantCollection.WarmUp()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShaderVariantCollection.WarmUp.html
  commentId: M:UnityEngine.ShaderVariantCollection.WarmUp
  nameWithType: ShaderVariantCollection.WarmUp()
  type: Method
- uid: UnityEngine.ShadowmaskMode
  name: ShadowmaskMode
  fullName: UnityEngine.ShadowmaskMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowmaskMode.html
  commentId: T:UnityEngine.ShadowmaskMode
  nameWithType: ShadowmaskMode
  type: Enum
- uid: UnityEngine.ShadowmaskMode.DistanceShadowmask
  name: DistanceShadowmask
  fullName: UnityEngine.ShadowmaskMode.DistanceShadowmask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowmaskMode.DistanceShadowmask.html
  commentId: F:UnityEngine.ShadowmaskMode.DistanceShadowmask
  nameWithType: ShadowmaskMode.DistanceShadowmask
  type: Field
- uid: UnityEngine.ShadowmaskMode.Shadowmask
  name: Shadowmask
  fullName: UnityEngine.ShadowmaskMode.Shadowmask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowmaskMode.Shadowmask.html
  commentId: F:UnityEngine.ShadowmaskMode.Shadowmask
  nameWithType: ShadowmaskMode.Shadowmask
  type: Field
- uid: UnityEngine.ShadowProjection
  name: ShadowProjection
  fullName: UnityEngine.ShadowProjection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowProjection.html
  commentId: T:UnityEngine.ShadowProjection
  nameWithType: ShadowProjection
  type: Enum
- uid: UnityEngine.ShadowProjection.CloseFit
  name: CloseFit
  fullName: UnityEngine.ShadowProjection.CloseFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowProjection.CloseFit.html
  commentId: F:UnityEngine.ShadowProjection.CloseFit
  nameWithType: ShadowProjection.CloseFit
  type: Field
- uid: UnityEngine.ShadowProjection.StableFit
  name: StableFit
  fullName: UnityEngine.ShadowProjection.StableFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowProjection.StableFit.html
  commentId: F:UnityEngine.ShadowProjection.StableFit
  nameWithType: ShadowProjection.StableFit
  type: Field
- uid: UnityEngine.ShadowQuality
  name: ShadowQuality
  fullName: UnityEngine.ShadowQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowQuality.html
  commentId: T:UnityEngine.ShadowQuality
  nameWithType: ShadowQuality
  type: Enum
- uid: UnityEngine.ShadowQuality.All
  name: All
  fullName: UnityEngine.ShadowQuality.All
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowQuality.All.html
  commentId: F:UnityEngine.ShadowQuality.All
  nameWithType: ShadowQuality.All
  type: Field
- uid: UnityEngine.ShadowQuality.Disable
  name: Disable
  fullName: UnityEngine.ShadowQuality.Disable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowQuality.Disable.html
  commentId: F:UnityEngine.ShadowQuality.Disable
  nameWithType: ShadowQuality.Disable
  type: Field
- uid: UnityEngine.ShadowQuality.HardOnly
  name: HardOnly
  fullName: UnityEngine.ShadowQuality.HardOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowQuality.HardOnly.html
  commentId: F:UnityEngine.ShadowQuality.HardOnly
  nameWithType: ShadowQuality.HardOnly
  type: Field
- uid: UnityEngine.ShadowResolution
  name: ShadowResolution
  fullName: UnityEngine.ShadowResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowResolution.html
  commentId: T:UnityEngine.ShadowResolution
  nameWithType: ShadowResolution
  type: Enum
- uid: UnityEngine.ShadowResolution.High
  name: High
  fullName: UnityEngine.ShadowResolution.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowResolution.High.html
  commentId: F:UnityEngine.ShadowResolution.High
  nameWithType: ShadowResolution.High
  type: Field
- uid: UnityEngine.ShadowResolution.Low
  name: Low
  fullName: UnityEngine.ShadowResolution.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowResolution.Low.html
  commentId: F:UnityEngine.ShadowResolution.Low
  nameWithType: ShadowResolution.Low
  type: Field
- uid: UnityEngine.ShadowResolution.Medium
  name: Medium
  fullName: UnityEngine.ShadowResolution.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowResolution.Medium.html
  commentId: F:UnityEngine.ShadowResolution.Medium
  nameWithType: ShadowResolution.Medium
  type: Field
- uid: UnityEngine.ShadowResolution.VeryHigh
  name: VeryHigh
  fullName: UnityEngine.ShadowResolution.VeryHigh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ShadowResolution.VeryHigh.html
  commentId: F:UnityEngine.ShadowResolution.VeryHigh
  nameWithType: ShadowResolution.VeryHigh
  type: Field
- uid: UnityEngine.SharedBetweenAnimatorsAttribute
  name: SharedBetweenAnimatorsAttribute
  fullName: UnityEngine.SharedBetweenAnimatorsAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SharedBetweenAnimatorsAttribute.html
  commentId: T:UnityEngine.SharedBetweenAnimatorsAttribute
  nameWithType: SharedBetweenAnimatorsAttribute
  type: Class
- uid: UnityEngine.SkeletonBone
  name: SkeletonBone
  fullName: UnityEngine.SkeletonBone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkeletonBone.html
  commentId: T:UnityEngine.SkeletonBone
  nameWithType: SkeletonBone
  type: Struct
- uid: UnityEngine.SkeletonBone.name
  name: name
  fullName: UnityEngine.SkeletonBone.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkeletonBone-name.html
  commentId: F:UnityEngine.SkeletonBone.name
  nameWithType: SkeletonBone.name
  type: Field
- uid: UnityEngine.SkeletonBone.position
  name: position
  fullName: UnityEngine.SkeletonBone.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkeletonBone-position.html
  commentId: F:UnityEngine.SkeletonBone.position
  nameWithType: SkeletonBone.position
  type: Field
- uid: UnityEngine.SkeletonBone.rotation
  name: rotation
  fullName: UnityEngine.SkeletonBone.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkeletonBone-rotation.html
  commentId: F:UnityEngine.SkeletonBone.rotation
  nameWithType: SkeletonBone.rotation
  type: Field
- uid: UnityEngine.SkeletonBone.scale
  name: scale
  fullName: UnityEngine.SkeletonBone.scale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkeletonBone-scale.html
  commentId: F:UnityEngine.SkeletonBone.scale
  nameWithType: SkeletonBone.scale
  type: Field
- uid: UnityEngine.SkeletonBone.transformModified
  name: transformModified
  fullName: UnityEngine.SkeletonBone.transformModified
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkeletonBone-transformModified.html
  commentId: P:UnityEngine.SkeletonBone.transformModified
  nameWithType: SkeletonBone.transformModified
  type: Property
- uid: UnityEngine.SkinnedMeshRenderer
  name: SkinnedMeshRenderer
  fullName: UnityEngine.SkinnedMeshRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer.html
  commentId: T:UnityEngine.SkinnedMeshRenderer
  nameWithType: SkinnedMeshRenderer
  type: Class
- uid: UnityEngine.SkinnedMeshRenderer.BakeMesh(UnityEngine.Mesh)
  name: BakeMesh(Mesh)
  fullName: UnityEngine.SkinnedMeshRenderer.BakeMesh(UnityEngine.Mesh)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer.BakeMesh.html
  commentId: M:UnityEngine.SkinnedMeshRenderer.BakeMesh(UnityEngine.Mesh)
  nameWithType: SkinnedMeshRenderer.BakeMesh(Mesh)
  type: Method
- uid: UnityEngine.SkinnedMeshRenderer.bones
  name: bones
  fullName: UnityEngine.SkinnedMeshRenderer.bones
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer-bones.html
  commentId: P:UnityEngine.SkinnedMeshRenderer.bones
  nameWithType: SkinnedMeshRenderer.bones
  type: Property
- uid: UnityEngine.SkinnedMeshRenderer.GetBlendShapeWeight(System.Int32)
  name: GetBlendShapeWeight(int)
  fullName: UnityEngine.SkinnedMeshRenderer.GetBlendShapeWeight(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer.GetBlendShapeWeight.html
  commentId: M:UnityEngine.SkinnedMeshRenderer.GetBlendShapeWeight(System.Int32)
  nameWithType: SkinnedMeshRenderer.GetBlendShapeWeight(int)
  type: Method
- uid: UnityEngine.SkinnedMeshRenderer.localBounds
  name: localBounds
  fullName: UnityEngine.SkinnedMeshRenderer.localBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer-localBounds.html
  commentId: P:UnityEngine.SkinnedMeshRenderer.localBounds
  nameWithType: SkinnedMeshRenderer.localBounds
  type: Property
- uid: UnityEngine.SkinnedMeshRenderer.quality
  name: quality
  fullName: UnityEngine.SkinnedMeshRenderer.quality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer-quality.html
  commentId: P:UnityEngine.SkinnedMeshRenderer.quality
  nameWithType: SkinnedMeshRenderer.quality
  type: Property
- uid: UnityEngine.SkinnedMeshRenderer.rootBone
  name: rootBone
  fullName: UnityEngine.SkinnedMeshRenderer.rootBone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer-rootBone.html
  commentId: P:UnityEngine.SkinnedMeshRenderer.rootBone
  nameWithType: SkinnedMeshRenderer.rootBone
  type: Property
- uid: UnityEngine.SkinnedMeshRenderer.SetBlendShapeWeight(System.Int32,System.Single)
  name: SetBlendShapeWeight(int, float)
  fullName: UnityEngine.SkinnedMeshRenderer.SetBlendShapeWeight(int, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer.SetBlendShapeWeight.html
  commentId: M:UnityEngine.SkinnedMeshRenderer.SetBlendShapeWeight(System.Int32,System.Single)
  nameWithType: SkinnedMeshRenderer.SetBlendShapeWeight(int, float)
  type: Method
- uid: UnityEngine.SkinnedMeshRenderer.sharedMesh
  name: sharedMesh
  fullName: UnityEngine.SkinnedMeshRenderer.sharedMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer-sharedMesh.html
  commentId: P:UnityEngine.SkinnedMeshRenderer.sharedMesh
  nameWithType: SkinnedMeshRenderer.sharedMesh
  type: Property
- uid: UnityEngine.SkinnedMeshRenderer.skinnedMotionVectors
  name: skinnedMotionVectors
  fullName: UnityEngine.SkinnedMeshRenderer.skinnedMotionVectors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer-skinnedMotionVectors.html
  commentId: P:UnityEngine.SkinnedMeshRenderer.skinnedMotionVectors
  nameWithType: SkinnedMeshRenderer.skinnedMotionVectors
  type: Property
- uid: UnityEngine.SkinnedMeshRenderer.updateWhenOffscreen
  name: updateWhenOffscreen
  fullName: UnityEngine.SkinnedMeshRenderer.updateWhenOffscreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinnedMeshRenderer-updateWhenOffscreen.html
  commentId: P:UnityEngine.SkinnedMeshRenderer.updateWhenOffscreen
  nameWithType: SkinnedMeshRenderer.updateWhenOffscreen
  type: Property
- uid: UnityEngine.SkinQuality
  name: SkinQuality
  fullName: UnityEngine.SkinQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinQuality.html
  commentId: T:UnityEngine.SkinQuality
  nameWithType: SkinQuality
  type: Enum
- uid: UnityEngine.SkinQuality.Auto
  name: Auto
  fullName: UnityEngine.SkinQuality.Auto
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinQuality.Auto.html
  commentId: F:UnityEngine.SkinQuality.Auto
  nameWithType: SkinQuality.Auto
  type: Field
- uid: UnityEngine.SkinQuality.Bone1
  name: Bone1
  fullName: UnityEngine.SkinQuality.Bone1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinQuality.Bone1.html
  commentId: F:UnityEngine.SkinQuality.Bone1
  nameWithType: SkinQuality.Bone1
  type: Field
- uid: UnityEngine.SkinQuality.Bone2
  name: Bone2
  fullName: UnityEngine.SkinQuality.Bone2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinQuality.Bone2.html
  commentId: F:UnityEngine.SkinQuality.Bone2
  nameWithType: SkinQuality.Bone2
  type: Field
- uid: UnityEngine.SkinQuality.Bone4
  name: Bone4
  fullName: UnityEngine.SkinQuality.Bone4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SkinQuality.Bone4.html
  commentId: F:UnityEngine.SkinQuality.Bone4
  nameWithType: SkinQuality.Bone4
  type: Field
- uid: UnityEngine.Skybox
  name: Skybox
  fullName: UnityEngine.Skybox
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Skybox.html
  commentId: T:UnityEngine.Skybox
  nameWithType: Skybox
  type: Class
- uid: UnityEngine.Skybox.material
  name: material
  fullName: UnityEngine.Skybox.material
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Skybox-material.html
  commentId: P:UnityEngine.Skybox.material
  nameWithType: Skybox.material
  type: Property
- uid: UnityEngine.SleepTimeout
  name: SleepTimeout
  fullName: UnityEngine.SleepTimeout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SleepTimeout.html
  commentId: T:UnityEngine.SleepTimeout
  nameWithType: SleepTimeout
  type: Class
- uid: UnityEngine.SleepTimeout.NeverSleep
  name: NeverSleep
  fullName: UnityEngine.SleepTimeout.NeverSleep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SleepTimeout.NeverSleep.html
  commentId: F:UnityEngine.SleepTimeout.NeverSleep
  nameWithType: SleepTimeout.NeverSleep
  type: Field
- uid: UnityEngine.SleepTimeout.SystemSetting
  name: SystemSetting
  fullName: UnityEngine.SleepTimeout.SystemSetting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SleepTimeout.SystemSetting.html
  commentId: F:UnityEngine.SleepTimeout.SystemSetting
  nameWithType: SleepTimeout.SystemSetting
  type: Field
- uid: UnityEngine.SliderJoint2D
  name: SliderJoint2D
  fullName: UnityEngine.SliderJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D.html
  commentId: T:UnityEngine.SliderJoint2D
  nameWithType: SliderJoint2D
  type: Class
- uid: UnityEngine.SliderJoint2D.angle
  name: angle
  fullName: UnityEngine.SliderJoint2D.angle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-angle.html
  commentId: P:UnityEngine.SliderJoint2D.angle
  nameWithType: SliderJoint2D.angle
  type: Property
- uid: UnityEngine.SliderJoint2D.autoConfigureAngle
  name: autoConfigureAngle
  fullName: UnityEngine.SliderJoint2D.autoConfigureAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-autoConfigureAngle.html
  commentId: P:UnityEngine.SliderJoint2D.autoConfigureAngle
  nameWithType: SliderJoint2D.autoConfigureAngle
  type: Property
- uid: UnityEngine.SliderJoint2D.GetMotorForce(System.Single)
  name: GetMotorForce(float)
  fullName: UnityEngine.SliderJoint2D.GetMotorForce(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D.GetMotorForce.html
  commentId: M:UnityEngine.SliderJoint2D.GetMotorForce(System.Single)
  nameWithType: SliderJoint2D.GetMotorForce(float)
  type: Method
- uid: UnityEngine.SliderJoint2D.jointSpeed
  name: jointSpeed
  fullName: UnityEngine.SliderJoint2D.jointSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-jointSpeed.html
  commentId: P:UnityEngine.SliderJoint2D.jointSpeed
  nameWithType: SliderJoint2D.jointSpeed
  type: Property
- uid: UnityEngine.SliderJoint2D.jointTranslation
  name: jointTranslation
  fullName: UnityEngine.SliderJoint2D.jointTranslation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-jointTranslation.html
  commentId: P:UnityEngine.SliderJoint2D.jointTranslation
  nameWithType: SliderJoint2D.jointTranslation
  type: Property
- uid: UnityEngine.SliderJoint2D.limits
  name: limits
  fullName: UnityEngine.SliderJoint2D.limits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-limits.html
  commentId: P:UnityEngine.SliderJoint2D.limits
  nameWithType: SliderJoint2D.limits
  type: Property
- uid: UnityEngine.SliderJoint2D.limitState
  name: limitState
  fullName: UnityEngine.SliderJoint2D.limitState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-limitState.html
  commentId: P:UnityEngine.SliderJoint2D.limitState
  nameWithType: SliderJoint2D.limitState
  type: Property
- uid: UnityEngine.SliderJoint2D.motor
  name: motor
  fullName: UnityEngine.SliderJoint2D.motor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-motor.html
  commentId: P:UnityEngine.SliderJoint2D.motor
  nameWithType: SliderJoint2D.motor
  type: Property
- uid: UnityEngine.SliderJoint2D.referenceAngle
  name: referenceAngle
  fullName: UnityEngine.SliderJoint2D.referenceAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-referenceAngle.html
  commentId: P:UnityEngine.SliderJoint2D.referenceAngle
  nameWithType: SliderJoint2D.referenceAngle
  type: Property
- uid: UnityEngine.SliderJoint2D.useLimits
  name: useLimits
  fullName: UnityEngine.SliderJoint2D.useLimits
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-useLimits.html
  commentId: P:UnityEngine.SliderJoint2D.useLimits
  nameWithType: SliderJoint2D.useLimits
  type: Property
- uid: UnityEngine.SliderJoint2D.useMotor
  name: useMotor
  fullName: UnityEngine.SliderJoint2D.useMotor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SliderJoint2D-useMotor.html
  commentId: P:UnityEngine.SliderJoint2D.useMotor
  nameWithType: SliderJoint2D.useMotor
  type: Property
- uid: UnityEngine.Social
  name: Social
  fullName: UnityEngine.Social
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.html
  commentId: T:UnityEngine.Social
  nameWithType: Social
  type: Class
- uid: UnityEngine.Social.Active
  name: Active
  fullName: UnityEngine.Social.Active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.Active.html
  commentId: P:UnityEngine.Social.Active
  nameWithType: Social.Active
  type: Property
- uid: UnityEngine.Social.CreateAchievement
  name: CreateAchievement()
  fullName: UnityEngine.Social.CreateAchievement()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.CreateAchievement.html
  commentId: M:UnityEngine.Social.CreateAchievement
  nameWithType: Social.CreateAchievement()
  type: Method
- uid: UnityEngine.Social.CreateLeaderboard
  name: CreateLeaderboard()
  fullName: UnityEngine.Social.CreateLeaderboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.CreateLeaderboard.html
  commentId: M:UnityEngine.Social.CreateLeaderboard
  nameWithType: Social.CreateLeaderboard()
  type: Method
- uid: UnityEngine.Social.LoadAchievementDescriptions(System.Action{UnityEngine.SocialPlatforms.IAchievementDescription[]})
  name: LoadAchievementDescriptions(Action<IAchievementDescription[]>)
  fullName: UnityEngine.Social.LoadAchievementDescriptions(System.Action<UnityEngine.SocialPlatforms.IAchievementDescription[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.LoadAchievementDescriptions.html
  commentId: M:UnityEngine.Social.LoadAchievementDescriptions(System.Action{UnityEngine.SocialPlatforms.IAchievementDescription[]})
  nameWithType: Social.LoadAchievementDescriptions(Action<IAchievementDescription[]>)
  type: Method
- uid: UnityEngine.Social.LoadAchievements(System.Action{UnityEngine.SocialPlatforms.IAchievement[]})
  name: LoadAchievements(Action<IAchievement[]>)
  fullName: UnityEngine.Social.LoadAchievements(System.Action<UnityEngine.SocialPlatforms.IAchievement[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.LoadAchievements.html
  commentId: M:UnityEngine.Social.LoadAchievements(System.Action{UnityEngine.SocialPlatforms.IAchievement[]})
  nameWithType: Social.LoadAchievements(Action<IAchievement[]>)
  type: Method
- uid: UnityEngine.Social.LoadScores(System.String,System.Action{UnityEngine.SocialPlatforms.IScore[]})
  name: LoadScores(string, Action<IScore[]>)
  fullName: UnityEngine.Social.LoadScores(string, System.Action<UnityEngine.SocialPlatforms.IScore[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.LoadScores.html
  commentId: M:UnityEngine.Social.LoadScores(System.String,System.Action{UnityEngine.SocialPlatforms.IScore[]})
  nameWithType: Social.LoadScores(string, Action<IScore[]>)
  type: Method
- uid: UnityEngine.Social.LoadUsers(System.String[],System.Action{UnityEngine.SocialPlatforms.IUserProfile[]})
  name: LoadUsers(string[], Action<IUserProfile[]>)
  fullName: UnityEngine.Social.LoadUsers(string[], System.Action<UnityEngine.SocialPlatforms.IUserProfile[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.LoadUsers.html
  commentId: M:UnityEngine.Social.LoadUsers(System.String[],System.Action{UnityEngine.SocialPlatforms.IUserProfile[]})
  nameWithType: Social.LoadUsers(string[], Action<IUserProfile[]>)
  type: Method
- uid: UnityEngine.Social.localUser
  name: localUser
  fullName: UnityEngine.Social.localUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social-localUser.html
  commentId: P:UnityEngine.Social.localUser
  nameWithType: Social.localUser
  type: Property
- uid: UnityEngine.Social.ReportProgress(System.String,System.Double,System.Action{System.Boolean})
  name: ReportProgress(string, double, Action<bool>)
  fullName: UnityEngine.Social.ReportProgress(string, double, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.ReportProgress.html
  commentId: M:UnityEngine.Social.ReportProgress(System.String,System.Double,System.Action{System.Boolean})
  nameWithType: Social.ReportProgress(string, double, Action<bool>)
  type: Method
- uid: UnityEngine.Social.ReportScore(System.Int64,System.String,System.Action{System.Boolean})
  name: ReportScore(long, string, Action<bool>)
  fullName: UnityEngine.Social.ReportScore(long, string, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.ReportScore.html
  commentId: M:UnityEngine.Social.ReportScore(System.Int64,System.String,System.Action{System.Boolean})
  nameWithType: Social.ReportScore(long, string, Action<bool>)
  type: Method
- uid: UnityEngine.Social.ShowAchievementsUI
  name: ShowAchievementsUI()
  fullName: UnityEngine.Social.ShowAchievementsUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.ShowAchievementsUI.html
  commentId: M:UnityEngine.Social.ShowAchievementsUI
  nameWithType: Social.ShowAchievementsUI()
  type: Method
- uid: UnityEngine.Social.ShowLeaderboardUI
  name: ShowLeaderboardUI()
  fullName: UnityEngine.Social.ShowLeaderboardUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Social.ShowLeaderboardUI.html
  commentId: M:UnityEngine.Social.ShowLeaderboardUI
  nameWithType: Social.ShowLeaderboardUI()
  type: Method
- uid: UnityEngine.SocialPlatforms
  name: UnityEngine.SocialPlatforms
  fullName: UnityEngine.SocialPlatforms
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.SocialPlatforms
  nameWithType: UnityEngine.SocialPlatforms
  type: Namespace
- uid: UnityEngine.SocialPlatforms.IAchievement
  name: IAchievement
  fullName: UnityEngine.SocialPlatforms.IAchievement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievement.html
  commentId: T:UnityEngine.SocialPlatforms.IAchievement
  nameWithType: IAchievement
  type: Interface
- uid: UnityEngine.SocialPlatforms.IAchievement.completed
  name: completed
  fullName: UnityEngine.SocialPlatforms.IAchievement.completed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievement-completed.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievement.completed
  nameWithType: IAchievement.completed
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievement.hidden
  name: hidden
  fullName: UnityEngine.SocialPlatforms.IAchievement.hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievement-hidden.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievement.hidden
  nameWithType: IAchievement.hidden
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievement.id
  name: id
  fullName: UnityEngine.SocialPlatforms.IAchievement.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievement-id.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievement.id
  nameWithType: IAchievement.id
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievement.lastReportedDate
  name: lastReportedDate
  fullName: UnityEngine.SocialPlatforms.IAchievement.lastReportedDate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievement-lastReportedDate.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievement.lastReportedDate
  nameWithType: IAchievement.lastReportedDate
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievement.percentCompleted
  name: percentCompleted
  fullName: UnityEngine.SocialPlatforms.IAchievement.percentCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievement-percentCompleted.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievement.percentCompleted
  nameWithType: IAchievement.percentCompleted
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievement.ReportProgress(System.Action{System.Boolean})
  name: ReportProgress(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.IAchievement.ReportProgress(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievement.ReportProgress.html
  commentId: M:UnityEngine.SocialPlatforms.IAchievement.ReportProgress(System.Action{System.Boolean})
  nameWithType: IAchievement.ReportProgress(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.IAchievementDescription
  name: IAchievementDescription
  fullName: UnityEngine.SocialPlatforms.IAchievementDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievementDescription.html
  commentId: T:UnityEngine.SocialPlatforms.IAchievementDescription
  nameWithType: IAchievementDescription
  type: Interface
- uid: UnityEngine.SocialPlatforms.IAchievementDescription.achievedDescription
  name: achievedDescription
  fullName: UnityEngine.SocialPlatforms.IAchievementDescription.achievedDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievementDescription-achievedDescription.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievementDescription.achievedDescription
  nameWithType: IAchievementDescription.achievedDescription
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievementDescription.hidden
  name: hidden
  fullName: UnityEngine.SocialPlatforms.IAchievementDescription.hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievementDescription-hidden.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievementDescription.hidden
  nameWithType: IAchievementDescription.hidden
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievementDescription.id
  name: id
  fullName: UnityEngine.SocialPlatforms.IAchievementDescription.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievementDescription-id.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievementDescription.id
  nameWithType: IAchievementDescription.id
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievementDescription.image
  name: image
  fullName: UnityEngine.SocialPlatforms.IAchievementDescription.image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievementDescription-image.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievementDescription.image
  nameWithType: IAchievementDescription.image
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievementDescription.points
  name: points
  fullName: UnityEngine.SocialPlatforms.IAchievementDescription.points
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievementDescription-points.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievementDescription.points
  nameWithType: IAchievementDescription.points
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievementDescription.title
  name: title
  fullName: UnityEngine.SocialPlatforms.IAchievementDescription.title
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievementDescription-title.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievementDescription.title
  nameWithType: IAchievementDescription.title
  type: Property
- uid: UnityEngine.SocialPlatforms.IAchievementDescription.unachievedDescription
  name: unachievedDescription
  fullName: UnityEngine.SocialPlatforms.IAchievementDescription.unachievedDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IAchievementDescription-unachievedDescription.html
  commentId: P:UnityEngine.SocialPlatforms.IAchievementDescription.unachievedDescription
  nameWithType: IAchievementDescription.unachievedDescription
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard
  name: ILeaderboard
  fullName: UnityEngine.SocialPlatforms.ILeaderboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard.html
  commentId: T:UnityEngine.SocialPlatforms.ILeaderboard
  nameWithType: ILeaderboard
  type: Interface
- uid: UnityEngine.SocialPlatforms.ILeaderboard.id
  name: id
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-id.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.id
  nameWithType: ILeaderboard.id
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard.loading
  name: loading
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.loading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-loading.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.loading
  nameWithType: ILeaderboard.loading
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard.LoadScores(System.Action{System.Boolean})
  name: LoadScores(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.LoadScores(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard.LoadScores.html
  commentId: M:UnityEngine.SocialPlatforms.ILeaderboard.LoadScores(System.Action{System.Boolean})
  nameWithType: ILeaderboard.LoadScores(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ILeaderboard.localUserScore
  name: localUserScore
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.localUserScore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-localUserScore.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.localUserScore
  nameWithType: ILeaderboard.localUserScore
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard.maxRange
  name: maxRange
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.maxRange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-maxRange.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.maxRange
  nameWithType: ILeaderboard.maxRange
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard.range
  name: range
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-range.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.range
  nameWithType: ILeaderboard.range
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard.scores
  name: scores
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.scores
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-scores.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.scores
  nameWithType: ILeaderboard.scores
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard.SetUserFilter(System.String[])
  name: SetUserFilter(string[])
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.SetUserFilter(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard.SetUserFilter.html
  commentId: M:UnityEngine.SocialPlatforms.ILeaderboard.SetUserFilter(System.String[])
  nameWithType: ILeaderboard.SetUserFilter(string[])
  type: Method
- uid: UnityEngine.SocialPlatforms.ILeaderboard.timeScope
  name: timeScope
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.timeScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-timeScope.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.timeScope
  nameWithType: ILeaderboard.timeScope
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard.title
  name: title
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.title
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-title.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.title
  nameWithType: ILeaderboard.title
  type: Property
- uid: UnityEngine.SocialPlatforms.ILeaderboard.userScope
  name: userScope
  fullName: UnityEngine.SocialPlatforms.ILeaderboard.userScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILeaderboard-userScope.html
  commentId: P:UnityEngine.SocialPlatforms.ILeaderboard.userScope
  nameWithType: ILeaderboard.userScope
  type: Property
- uid: UnityEngine.SocialPlatforms.ILocalUser
  name: ILocalUser
  fullName: UnityEngine.SocialPlatforms.ILocalUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILocalUser.html
  commentId: T:UnityEngine.SocialPlatforms.ILocalUser
  nameWithType: ILocalUser
  type: Interface
- uid: UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action{System.Boolean,System.String})
  name: Authenticate(Action<bool, string>)
  fullName: UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action<bool, string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILocalUser.Authenticate.html
  commentId: M:UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action{System.Boolean,System.String})
  nameWithType: ILocalUser.Authenticate(Action<bool, string>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action{System.Boolean})
  name: Authenticate(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILocalUser.Authenticate.html
  commentId: M:UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action{System.Boolean})
  nameWithType: ILocalUser.Authenticate(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ILocalUser.authenticated
  name: authenticated
  fullName: UnityEngine.SocialPlatforms.ILocalUser.authenticated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILocalUser-authenticated.html
  commentId: P:UnityEngine.SocialPlatforms.ILocalUser.authenticated
  nameWithType: ILocalUser.authenticated
  type: Property
- uid: UnityEngine.SocialPlatforms.ILocalUser.friends
  name: friends
  fullName: UnityEngine.SocialPlatforms.ILocalUser.friends
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILocalUser-friends.html
  commentId: P:UnityEngine.SocialPlatforms.ILocalUser.friends
  nameWithType: ILocalUser.friends
  type: Property
- uid: UnityEngine.SocialPlatforms.ILocalUser.LoadFriends(System.Action{System.Boolean})
  name: LoadFriends(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.ILocalUser.LoadFriends(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILocalUser.LoadFriends.html
  commentId: M:UnityEngine.SocialPlatforms.ILocalUser.LoadFriends(System.Action{System.Boolean})
  nameWithType: ILocalUser.LoadFriends(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ILocalUser.underage
  name: underage
  fullName: UnityEngine.SocialPlatforms.ILocalUser.underage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ILocalUser-underage.html
  commentId: P:UnityEngine.SocialPlatforms.ILocalUser.underage
  nameWithType: ILocalUser.underage
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl
  name: UnityEngine.SocialPlatforms.Impl
  fullName: UnityEngine.SocialPlatforms.Impl
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.SocialPlatforms.Impl
  nameWithType: UnityEngine.SocialPlatforms.Impl
  type: Namespace
- uid: UnityEngine.SocialPlatforms.Impl.Achievement
  name: Achievement
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement.html
  commentId: T:UnityEngine.SocialPlatforms.Impl.Achievement
  nameWithType: Achievement
  type: Class
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.#ctor
  name: Achievement()
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.Achievement()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Achievement.#ctor
  nameWithType: Achievement.Achievement()
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.#ctor(System.String,System.Double,System.Boolean,System.Boolean,System.DateTime)
  name: Achievement(string, double, bool, bool, DateTime)
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.Achievement(string, double, bool, bool, System.DateTime)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Achievement.#ctor(System.String,System.Double,System.Boolean,System.Boolean,System.DateTime)
  nameWithType: Achievement.Achievement(string, double, bool, bool, DateTime)
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.#ctor(System.String,System.Double)
  name: Achievement(string, double)
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.Achievement(string, double)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Achievement.#ctor(System.String,System.Double)
  nameWithType: Achievement.Achievement(string, double)
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.completed
  name: completed
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.completed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement-completed.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Achievement.completed
  nameWithType: Achievement.completed
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.hidden
  name: hidden
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement-hidden.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Achievement.hidden
  nameWithType: Achievement.hidden
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.id
  name: id
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement-id.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Achievement.id
  nameWithType: Achievement.id
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.lastReportedDate
  name: lastReportedDate
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.lastReportedDate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement-lastReportedDate.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Achievement.lastReportedDate
  nameWithType: Achievement.lastReportedDate
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.percentCompleted
  name: percentCompleted
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.percentCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement-percentCompleted.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Achievement.percentCompleted
  nameWithType: Achievement.percentCompleted
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.ReportProgress(System.Action{System.Boolean})
  name: ReportProgress(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.ReportProgress(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement.ReportProgress.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Achievement.ReportProgress(System.Action{System.Boolean})
  nameWithType: Achievement.ReportProgress(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.SetCompleted(System.Boolean)
  name: SetCompleted(bool)
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.SetCompleted(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement.SetCompleted.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Achievement.SetCompleted(System.Boolean)
  nameWithType: Achievement.SetCompleted(bool)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.SetHidden(System.Boolean)
  name: SetHidden(bool)
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.SetHidden(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement.SetHidden.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Achievement.SetHidden(System.Boolean)
  nameWithType: Achievement.SetHidden(bool)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.SetLastReportedDate(System.DateTime)
  name: SetLastReportedDate(DateTime)
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.SetLastReportedDate(System.DateTime)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement.SetLastReportedDate.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Achievement.SetLastReportedDate(System.DateTime)
  nameWithType: Achievement.SetLastReportedDate(DateTime)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Achievement.ToString
  name: ToString()
  fullName: UnityEngine.SocialPlatforms.Impl.Achievement.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Achievement.ToString.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Achievement.ToString
  nameWithType: Achievement.ToString()
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription
  name: AchievementDescription
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription.html
  commentId: T:UnityEngine.SocialPlatforms.Impl.AchievementDescription
  nameWithType: AchievementDescription
  type: Class
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.#ctor(System.String,System.String,UnityEngine.Texture2D,System.String,System.String,System.Boolean,System.Int32)
  name: AchievementDescription(string, string, Texture2D, string, string, bool, int)
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.AchievementDescription(string, string, UnityEngine.Texture2D, string, string, bool, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.AchievementDescription.#ctor(System.String,System.String,UnityEngine.Texture2D,System.String,System.String,System.Boolean,System.Int32)
  nameWithType: AchievementDescription.AchievementDescription(string, string, Texture2D, string, string, bool, int)
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.achievedDescription
  name: achievedDescription
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.achievedDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription-achievedDescription.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.AchievementDescription.achievedDescription
  nameWithType: AchievementDescription.achievedDescription
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.hidden
  name: hidden
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.hidden
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription-hidden.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.AchievementDescription.hidden
  nameWithType: AchievementDescription.hidden
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.id
  name: id
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription-id.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.AchievementDescription.id
  nameWithType: AchievementDescription.id
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.image
  name: image
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription-image.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.AchievementDescription.image
  nameWithType: AchievementDescription.image
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.points
  name: points
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.points
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription-points.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.AchievementDescription.points
  nameWithType: AchievementDescription.points
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.SetImage(UnityEngine.Texture2D)
  name: SetImage(Texture2D)
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.SetImage(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription.SetImage.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.AchievementDescription.SetImage(UnityEngine.Texture2D)
  nameWithType: AchievementDescription.SetImage(Texture2D)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.title
  name: title
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.title
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription-title.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.AchievementDescription.title
  nameWithType: AchievementDescription.title
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.ToString
  name: ToString()
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription.ToString.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.AchievementDescription.ToString
  nameWithType: AchievementDescription.ToString()
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.AchievementDescription.unachievedDescription
  name: unachievedDescription
  fullName: UnityEngine.SocialPlatforms.Impl.AchievementDescription.unachievedDescription
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.AchievementDescription-unachievedDescription.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.AchievementDescription.unachievedDescription
  nameWithType: AchievementDescription.unachievedDescription
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard
  name: Leaderboard
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.html
  commentId: T:UnityEngine.SocialPlatforms.Impl.Leaderboard
  nameWithType: Leaderboard
  type: Class
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.#ctor
  name: Leaderboard()
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.Leaderboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.#ctor
  nameWithType: Leaderboard.Leaderboard()
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.GetUserFilter
  name: GetUserFilter()
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.GetUserFilter()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.GetUserFilter.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.GetUserFilter
  nameWithType: Leaderboard.GetUserFilter()
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.id
  name: id
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-id.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.id
  nameWithType: Leaderboard.id
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.loading
  name: loading
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.loading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-loading.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.loading
  nameWithType: Leaderboard.loading
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.LoadScores(System.Action{System.Boolean})
  name: LoadScores(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.LoadScores(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.LoadScores.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.LoadScores(System.Action{System.Boolean})
  nameWithType: Leaderboard.LoadScores(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.localUserScore
  name: localUserScore
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.localUserScore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-localUserScore.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.localUserScore
  nameWithType: Leaderboard.localUserScore
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.maxRange
  name: maxRange
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.maxRange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-maxRange.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.maxRange
  nameWithType: Leaderboard.maxRange
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.range
  name: range
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-range.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.range
  nameWithType: Leaderboard.range
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.scores
  name: scores
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.scores
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-scores.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.scores
  nameWithType: Leaderboard.scores
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetLocalUserScore(UnityEngine.SocialPlatforms.IScore)
  name: SetLocalUserScore(IScore)
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetLocalUserScore(UnityEngine.SocialPlatforms.IScore)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.SetLocalUserScore.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.SetLocalUserScore(UnityEngine.SocialPlatforms.IScore)
  nameWithType: Leaderboard.SetLocalUserScore(IScore)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetMaxRange(System.UInt32)
  name: SetMaxRange(uint)
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetMaxRange(uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.SetMaxRange.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.SetMaxRange(System.UInt32)
  nameWithType: Leaderboard.SetMaxRange(uint)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetScores(UnityEngine.SocialPlatforms.IScore[])
  name: SetScores(IScore[])
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetScores(UnityEngine.SocialPlatforms.IScore[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.SetScores.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.SetScores(UnityEngine.SocialPlatforms.IScore[])
  nameWithType: Leaderboard.SetScores(IScore[])
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetTitle(System.String)
  name: SetTitle(string)
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetTitle(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.SetTitle.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.SetTitle(System.String)
  nameWithType: Leaderboard.SetTitle(string)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetUserFilter(System.String[])
  name: SetUserFilter(string[])
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.SetUserFilter(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.SetUserFilter.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.SetUserFilter(System.String[])
  nameWithType: Leaderboard.SetUserFilter(string[])
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.timeScope
  name: timeScope
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.timeScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-timeScope.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.timeScope
  nameWithType: Leaderboard.timeScope
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.title
  name: title
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.title
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-title.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.title
  nameWithType: Leaderboard.title
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.ToString
  name: ToString()
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard.ToString.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Leaderboard.ToString
  nameWithType: Leaderboard.ToString()
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Leaderboard.userScope
  name: userScope
  fullName: UnityEngine.SocialPlatforms.Impl.Leaderboard.userScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Leaderboard-userScope.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Leaderboard.userScope
  nameWithType: Leaderboard.userScope
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser
  name: LocalUser
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser.html
  commentId: T:UnityEngine.SocialPlatforms.Impl.LocalUser
  nameWithType: LocalUser
  type: Class
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.#ctor
  name: LocalUser()
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.LocalUser()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.LocalUser.#ctor
  nameWithType: LocalUser.LocalUser()
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.Authenticate(System.Action{System.Boolean,System.String})
  name: Authenticate(Action<bool, string>)
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.Authenticate(System.Action<bool, string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser.Authenticate.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.LocalUser.Authenticate(System.Action{System.Boolean,System.String})
  nameWithType: LocalUser.Authenticate(Action<bool, string>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.Authenticate(System.Action{System.Boolean})
  name: Authenticate(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.Authenticate(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser.Authenticate.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.LocalUser.Authenticate(System.Action{System.Boolean})
  nameWithType: LocalUser.Authenticate(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.authenticated
  name: authenticated
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.authenticated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser-authenticated.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.LocalUser.authenticated
  nameWithType: LocalUser.authenticated
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.friends
  name: friends
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.friends
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser-friends.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.LocalUser.friends
  nameWithType: LocalUser.friends
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.LoadFriends(System.Action{System.Boolean})
  name: LoadFriends(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.LoadFriends(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser.LoadFriends.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.LocalUser.LoadFriends(System.Action{System.Boolean})
  nameWithType: LocalUser.LoadFriends(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.SetAuthenticated(System.Boolean)
  name: SetAuthenticated(bool)
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.SetAuthenticated(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser.SetAuthenticated.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.LocalUser.SetAuthenticated(System.Boolean)
  nameWithType: LocalUser.SetAuthenticated(bool)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.SetFriends(UnityEngine.SocialPlatforms.IUserProfile[])
  name: SetFriends(IUserProfile[])
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.SetFriends(UnityEngine.SocialPlatforms.IUserProfile[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser.SetFriends.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.LocalUser.SetFriends(UnityEngine.SocialPlatforms.IUserProfile[])
  nameWithType: LocalUser.SetFriends(IUserProfile[])
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.SetUnderage(System.Boolean)
  name: SetUnderage(bool)
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.SetUnderage(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser.SetUnderage.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.LocalUser.SetUnderage(System.Boolean)
  nameWithType: LocalUser.SetUnderage(bool)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.LocalUser.underage
  name: underage
  fullName: UnityEngine.SocialPlatforms.Impl.LocalUser.underage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.LocalUser-underage.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.LocalUser.underage
  nameWithType: LocalUser.underage
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Score
  name: Score
  fullName: UnityEngine.SocialPlatforms.Impl.Score
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score.html
  commentId: T:UnityEngine.SocialPlatforms.Impl.Score
  nameWithType: Score
  type: Class
- uid: UnityEngine.SocialPlatforms.Impl.Score.#ctor
  name: Score()
  fullName: UnityEngine.SocialPlatforms.Impl.Score.Score()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.#ctor
  nameWithType: Score.Score()
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.Score.#ctor(System.String,System.Int64,System.String,System.DateTime,System.String,System.Int32)
  name: Score(string, long, string, DateTime, string, int)
  fullName: UnityEngine.SocialPlatforms.Impl.Score.Score(string, long, string, System.DateTime, string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.#ctor(System.String,System.Int64,System.String,System.DateTime,System.String,System.Int32)
  nameWithType: Score.Score(string, long, string, DateTime, string, int)
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.Score.#ctor(System.String,System.Int64)
  name: Score(string, long)
  fullName: UnityEngine.SocialPlatforms.Impl.Score.Score(string, long)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.#ctor(System.String,System.Int64)
  nameWithType: Score.Score(string, long)
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.Score.date
  name: date
  fullName: UnityEngine.SocialPlatforms.Impl.Score.date
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-date.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Score.date
  nameWithType: Score.date
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Score.formattedValue
  name: formattedValue
  fullName: UnityEngine.SocialPlatforms.Impl.Score.formattedValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-formattedValue.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Score.formattedValue
  nameWithType: Score.formattedValue
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Score.leaderboardID
  name: leaderboardID
  fullName: UnityEngine.SocialPlatforms.Impl.Score.leaderboardID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-leaderboardID.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Score.leaderboardID
  nameWithType: Score.leaderboardID
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Score.rank
  name: rank
  fullName: UnityEngine.SocialPlatforms.Impl.Score.rank
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-rank.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Score.rank
  nameWithType: Score.rank
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Score.ReportScore(System.Action{System.Boolean})
  name: ReportScore(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.Impl.Score.ReportScore(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score.ReportScore.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.ReportScore(System.Action{System.Boolean})
  nameWithType: Score.ReportScore(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Score.SetDate(System.DateTime)
  name: SetDate(DateTime)
  fullName: UnityEngine.SocialPlatforms.Impl.Score.SetDate(System.DateTime)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score.SetDate.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.SetDate(System.DateTime)
  nameWithType: Score.SetDate(DateTime)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Score.SetFormattedValue(System.String)
  name: SetFormattedValue(string)
  fullName: UnityEngine.SocialPlatforms.Impl.Score.SetFormattedValue(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score.SetFormattedValue.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.SetFormattedValue(System.String)
  nameWithType: Score.SetFormattedValue(string)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Score.SetRank(System.Int32)
  name: SetRank(int)
  fullName: UnityEngine.SocialPlatforms.Impl.Score.SetRank(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score.SetRank.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.SetRank(System.Int32)
  nameWithType: Score.SetRank(int)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Score.SetUserID(System.String)
  name: SetUserID(string)
  fullName: UnityEngine.SocialPlatforms.Impl.Score.SetUserID(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score.SetUserID.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.SetUserID(System.String)
  nameWithType: Score.SetUserID(string)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Score.ToString
  name: ToString()
  fullName: UnityEngine.SocialPlatforms.Impl.Score.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score.ToString.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.Score.ToString
  nameWithType: Score.ToString()
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.Score.userID
  name: userID
  fullName: UnityEngine.SocialPlatforms.Impl.Score.userID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-userID.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Score.userID
  nameWithType: Score.userID
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.Score.value
  name: value
  fullName: UnityEngine.SocialPlatforms.Impl.Score.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.Score-value.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.Score.value
  nameWithType: Score.value
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile
  name: UserProfile
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile.html
  commentId: T:UnityEngine.SocialPlatforms.Impl.UserProfile
  nameWithType: UserProfile
  type: Class
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.#ctor
  name: UserProfile()
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.UserProfile()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.#ctor
  nameWithType: UserProfile.UserProfile()
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.#ctor(System.String,System.String,System.Boolean,UnityEngine.SocialPlatforms.UserState,UnityEngine.Texture2D)
  name: UserProfile(string, string, bool, UserState, Texture2D)
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.UserProfile(string, string, bool, UnityEngine.SocialPlatforms.UserState, UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.#ctor(System.String,System.String,System.Boolean,UnityEngine.SocialPlatforms.UserState,UnityEngine.Texture2D)
  nameWithType: UserProfile.UserProfile(string, string, bool, UserState, Texture2D)
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.#ctor(System.String,System.String,System.Boolean)
  name: UserProfile(string, string, bool)
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.UserProfile(string, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.#ctor(System.String,System.String,System.Boolean)
  nameWithType: UserProfile.UserProfile(string, string, bool)
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.id
  name: id
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-id.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.UserProfile.id
  nameWithType: UserProfile.id
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.image
  name: image
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-image.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.UserProfile.image
  nameWithType: UserProfile.image
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.isFriend
  name: isFriend
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.isFriend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-isFriend.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.UserProfile.isFriend
  nameWithType: UserProfile.isFriend
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.m_ID
  name: m_ID
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.m_ID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-m_ID.html
  commentId: F:UnityEngine.SocialPlatforms.Impl.UserProfile.m_ID
  nameWithType: UserProfile.m_ID
  type: Field
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.m_Image
  name: m_Image
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.m_Image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-m_Image.html
  commentId: F:UnityEngine.SocialPlatforms.Impl.UserProfile.m_Image
  nameWithType: UserProfile.m_Image
  type: Field
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.m_IsFriend
  name: m_IsFriend
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.m_IsFriend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-m_IsFriend.html
  commentId: F:UnityEngine.SocialPlatforms.Impl.UserProfile.m_IsFriend
  nameWithType: UserProfile.m_IsFriend
  type: Field
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.m_State
  name: m_State
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.m_State
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-m_State.html
  commentId: F:UnityEngine.SocialPlatforms.Impl.UserProfile.m_State
  nameWithType: UserProfile.m_State
  type: Field
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.m_UserName
  name: m_UserName
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.m_UserName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-m_UserName.html
  commentId: F:UnityEngine.SocialPlatforms.Impl.UserProfile.m_UserName
  nameWithType: UserProfile.m_UserName
  type: Field
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.SetImage(UnityEngine.Texture2D)
  name: SetImage(Texture2D)
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.SetImage(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile.SetImage.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.SetImage(UnityEngine.Texture2D)
  nameWithType: UserProfile.SetImage(Texture2D)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.SetIsFriend(System.Boolean)
  name: SetIsFriend(bool)
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.SetIsFriend(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile.SetIsFriend.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.SetIsFriend(System.Boolean)
  nameWithType: UserProfile.SetIsFriend(bool)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.SetState(UnityEngine.SocialPlatforms.UserState)
  name: SetState(UserState)
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.SetState(UnityEngine.SocialPlatforms.UserState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile.SetState.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.SetState(UnityEngine.SocialPlatforms.UserState)
  nameWithType: UserProfile.SetState(UserState)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.SetUserID(System.String)
  name: SetUserID(string)
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.SetUserID(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile.SetUserID.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.SetUserID(System.String)
  nameWithType: UserProfile.SetUserID(string)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.SetUserName(System.String)
  name: SetUserName(string)
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.SetUserName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile.SetUserName.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.SetUserName(System.String)
  nameWithType: UserProfile.SetUserName(string)
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.state
  name: state
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-state.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.UserProfile.state
  nameWithType: UserProfile.state
  type: Property
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.ToString
  name: ToString()
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile.ToString.html
  commentId: M:UnityEngine.SocialPlatforms.Impl.UserProfile.ToString
  nameWithType: UserProfile.ToString()
  type: Method
- uid: UnityEngine.SocialPlatforms.Impl.UserProfile.userName
  name: userName
  fullName: UnityEngine.SocialPlatforms.Impl.UserProfile.userName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Impl.UserProfile-userName.html
  commentId: P:UnityEngine.SocialPlatforms.Impl.UserProfile.userName
  nameWithType: UserProfile.userName
  type: Property
- uid: UnityEngine.SocialPlatforms.IScore
  name: IScore
  fullName: UnityEngine.SocialPlatforms.IScore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IScore.html
  commentId: T:UnityEngine.SocialPlatforms.IScore
  nameWithType: IScore
  type: Interface
- uid: UnityEngine.SocialPlatforms.IScore.date
  name: date
  fullName: UnityEngine.SocialPlatforms.IScore.date
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IScore-date.html
  commentId: P:UnityEngine.SocialPlatforms.IScore.date
  nameWithType: IScore.date
  type: Property
- uid: UnityEngine.SocialPlatforms.IScore.formattedValue
  name: formattedValue
  fullName: UnityEngine.SocialPlatforms.IScore.formattedValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IScore-formattedValue.html
  commentId: P:UnityEngine.SocialPlatforms.IScore.formattedValue
  nameWithType: IScore.formattedValue
  type: Property
- uid: UnityEngine.SocialPlatforms.IScore.leaderboardID
  name: leaderboardID
  fullName: UnityEngine.SocialPlatforms.IScore.leaderboardID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IScore-leaderboardID.html
  commentId: P:UnityEngine.SocialPlatforms.IScore.leaderboardID
  nameWithType: IScore.leaderboardID
  type: Property
- uid: UnityEngine.SocialPlatforms.IScore.rank
  name: rank
  fullName: UnityEngine.SocialPlatforms.IScore.rank
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IScore-rank.html
  commentId: P:UnityEngine.SocialPlatforms.IScore.rank
  nameWithType: IScore.rank
  type: Property
- uid: UnityEngine.SocialPlatforms.IScore.ReportScore(System.Action{System.Boolean})
  name: ReportScore(Action<bool>)
  fullName: UnityEngine.SocialPlatforms.IScore.ReportScore(System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IScore.ReportScore.html
  commentId: M:UnityEngine.SocialPlatforms.IScore.ReportScore(System.Action{System.Boolean})
  nameWithType: IScore.ReportScore(Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.IScore.userID
  name: userID
  fullName: UnityEngine.SocialPlatforms.IScore.userID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IScore-userID.html
  commentId: P:UnityEngine.SocialPlatforms.IScore.userID
  nameWithType: IScore.userID
  type: Property
- uid: UnityEngine.SocialPlatforms.IScore.value
  name: value
  fullName: UnityEngine.SocialPlatforms.IScore.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IScore-value.html
  commentId: P:UnityEngine.SocialPlatforms.IScore.value
  nameWithType: IScore.value
  type: Property
- uid: UnityEngine.SocialPlatforms.ISocialPlatform
  name: ISocialPlatform
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.html
  commentId: T:UnityEngine.SocialPlatforms.ISocialPlatform
  nameWithType: ISocialPlatform
  type: Interface
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action{System.Boolean,System.String})
  name: Authenticate(ILocalUser, Action<bool, string>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser, System.Action<bool, string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.Authenticate.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action{System.Boolean,System.String})
  nameWithType: ISocialPlatform.Authenticate(ILocalUser, Action<bool, string>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action{System.Boolean})
  name: Authenticate(ILocalUser, Action<bool>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.Authenticate.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action{System.Boolean})
  nameWithType: ISocialPlatform.Authenticate(ILocalUser, Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.CreateAchievement
  name: CreateAchievement()
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.CreateAchievement()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.CreateAchievement.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.CreateAchievement
  nameWithType: ISocialPlatform.CreateAchievement()
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.CreateLeaderboard
  name: CreateLeaderboard()
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.CreateLeaderboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.CreateLeaderboard.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.CreateLeaderboard
  nameWithType: ISocialPlatform.CreateLeaderboard()
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.GetLoading(UnityEngine.SocialPlatforms.ILeaderboard)
  name: GetLoading(ILeaderboard)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.GetLoading(UnityEngine.SocialPlatforms.ILeaderboard)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.GetLoading.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.GetLoading(UnityEngine.SocialPlatforms.ILeaderboard)
  nameWithType: ISocialPlatform.GetLoading(ILeaderboard)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.LoadAchievementDescriptions(System.Action{UnityEngine.SocialPlatforms.IAchievementDescription[]})
  name: LoadAchievementDescriptions(Action<IAchievementDescription[]>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.LoadAchievementDescriptions(System.Action<UnityEngine.SocialPlatforms.IAchievementDescription[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.LoadAchievementDescriptions.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.LoadAchievementDescriptions(System.Action{UnityEngine.SocialPlatforms.IAchievementDescription[]})
  nameWithType: ISocialPlatform.LoadAchievementDescriptions(Action<IAchievementDescription[]>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.LoadAchievements(System.Action{UnityEngine.SocialPlatforms.IAchievement[]})
  name: LoadAchievements(Action<IAchievement[]>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.LoadAchievements(System.Action<UnityEngine.SocialPlatforms.IAchievement[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.LoadAchievements.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.LoadAchievements(System.Action{UnityEngine.SocialPlatforms.IAchievement[]})
  nameWithType: ISocialPlatform.LoadAchievements(Action<IAchievement[]>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.LoadFriends(UnityEngine.SocialPlatforms.ILocalUser,System.Action{System.Boolean})
  name: LoadFriends(ILocalUser, Action<bool>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.LoadFriends(UnityEngine.SocialPlatforms.ILocalUser, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.LoadFriends.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.LoadFriends(UnityEngine.SocialPlatforms.ILocalUser,System.Action{System.Boolean})
  nameWithType: ISocialPlatform.LoadFriends(ILocalUser, Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.LoadScores(System.String,System.Action{UnityEngine.SocialPlatforms.IScore[]})
  name: LoadScores(string, Action<IScore[]>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.LoadScores(string, System.Action<UnityEngine.SocialPlatforms.IScore[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.LoadScores.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.LoadScores(System.String,System.Action{UnityEngine.SocialPlatforms.IScore[]})
  nameWithType: ISocialPlatform.LoadScores(string, Action<IScore[]>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.LoadScores(UnityEngine.SocialPlatforms.ILeaderboard,System.Action{System.Boolean})
  name: LoadScores(ILeaderboard, Action<bool>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.LoadScores(UnityEngine.SocialPlatforms.ILeaderboard, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.LoadScores.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.LoadScores(UnityEngine.SocialPlatforms.ILeaderboard,System.Action{System.Boolean})
  nameWithType: ISocialPlatform.LoadScores(ILeaderboard, Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.LoadUsers(System.String[],System.Action{UnityEngine.SocialPlatforms.IUserProfile[]})
  name: LoadUsers(string[], Action<IUserProfile[]>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.LoadUsers(string[], System.Action<UnityEngine.SocialPlatforms.IUserProfile[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.LoadUsers.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.LoadUsers(System.String[],System.Action{UnityEngine.SocialPlatforms.IUserProfile[]})
  nameWithType: ISocialPlatform.LoadUsers(string[], Action<IUserProfile[]>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.localUser
  name: localUser
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.localUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform-localUser.html
  commentId: P:UnityEngine.SocialPlatforms.ISocialPlatform.localUser
  nameWithType: ISocialPlatform.localUser
  type: Property
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.ReportProgress(System.String,System.Double,System.Action{System.Boolean})
  name: ReportProgress(string, double, Action<bool>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.ReportProgress(string, double, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.ReportProgress.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.ReportProgress(System.String,System.Double,System.Action{System.Boolean})
  nameWithType: ISocialPlatform.ReportProgress(string, double, Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.ReportScore(System.Int64,System.String,System.Action{System.Boolean})
  name: ReportScore(long, string, Action<bool>)
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.ReportScore(long, string, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.ReportScore.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.ReportScore(System.Int64,System.String,System.Action{System.Boolean})
  nameWithType: ISocialPlatform.ReportScore(long, string, Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.ShowAchievementsUI
  name: ShowAchievementsUI()
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.ShowAchievementsUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.ShowAchievementsUI.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.ShowAchievementsUI
  nameWithType: ISocialPlatform.ShowAchievementsUI()
  type: Method
- uid: UnityEngine.SocialPlatforms.ISocialPlatform.ShowLeaderboardUI
  name: ShowLeaderboardUI()
  fullName: UnityEngine.SocialPlatforms.ISocialPlatform.ShowLeaderboardUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.ISocialPlatform.ShowLeaderboardUI.html
  commentId: M:UnityEngine.SocialPlatforms.ISocialPlatform.ShowLeaderboardUI
  nameWithType: ISocialPlatform.ShowLeaderboardUI()
  type: Method
- uid: UnityEngine.SocialPlatforms.IUserProfile
  name: IUserProfile
  fullName: UnityEngine.SocialPlatforms.IUserProfile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IUserProfile.html
  commentId: T:UnityEngine.SocialPlatforms.IUserProfile
  nameWithType: IUserProfile
  type: Interface
- uid: UnityEngine.SocialPlatforms.IUserProfile.id
  name: id
  fullName: UnityEngine.SocialPlatforms.IUserProfile.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IUserProfile-id.html
  commentId: P:UnityEngine.SocialPlatforms.IUserProfile.id
  nameWithType: IUserProfile.id
  type: Property
- uid: UnityEngine.SocialPlatforms.IUserProfile.image
  name: image
  fullName: UnityEngine.SocialPlatforms.IUserProfile.image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IUserProfile-image.html
  commentId: P:UnityEngine.SocialPlatforms.IUserProfile.image
  nameWithType: IUserProfile.image
  type: Property
- uid: UnityEngine.SocialPlatforms.IUserProfile.isFriend
  name: isFriend
  fullName: UnityEngine.SocialPlatforms.IUserProfile.isFriend
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IUserProfile-isFriend.html
  commentId: P:UnityEngine.SocialPlatforms.IUserProfile.isFriend
  nameWithType: IUserProfile.isFriend
  type: Property
- uid: UnityEngine.SocialPlatforms.IUserProfile.state
  name: state
  fullName: UnityEngine.SocialPlatforms.IUserProfile.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IUserProfile-state.html
  commentId: P:UnityEngine.SocialPlatforms.IUserProfile.state
  nameWithType: IUserProfile.state
  type: Property
- uid: UnityEngine.SocialPlatforms.IUserProfile.userName
  name: userName
  fullName: UnityEngine.SocialPlatforms.IUserProfile.userName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.IUserProfile-userName.html
  commentId: P:UnityEngine.SocialPlatforms.IUserProfile.userName
  nameWithType: IUserProfile.userName
  type: Property
- uid: UnityEngine.SocialPlatforms.Local
  name: Local
  fullName: UnityEngine.SocialPlatforms.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.html
  commentId: T:UnityEngine.SocialPlatforms.Local
  nameWithType: Local
  type: Class
- uid: UnityEngine.SocialPlatforms.Local.CreateAchievement
  name: CreateAchievement()
  fullName: UnityEngine.SocialPlatforms.Local.CreateAchievement()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.CreateAchievement.html
  commentId: M:UnityEngine.SocialPlatforms.Local.CreateAchievement
  nameWithType: Local.CreateAchievement()
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.CreateLeaderboard
  name: CreateLeaderboard()
  fullName: UnityEngine.SocialPlatforms.Local.CreateLeaderboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.CreateLeaderboard.html
  commentId: M:UnityEngine.SocialPlatforms.Local.CreateLeaderboard
  nameWithType: Local.CreateLeaderboard()
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.LoadAchievementDescriptions(System.Action{UnityEngine.SocialPlatforms.IAchievementDescription[]})
  name: LoadAchievementDescriptions(Action<IAchievementDescription[]>)
  fullName: UnityEngine.SocialPlatforms.Local.LoadAchievementDescriptions(System.Action<UnityEngine.SocialPlatforms.IAchievementDescription[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.LoadAchievementDescriptions.html
  commentId: M:UnityEngine.SocialPlatforms.Local.LoadAchievementDescriptions(System.Action{UnityEngine.SocialPlatforms.IAchievementDescription[]})
  nameWithType: Local.LoadAchievementDescriptions(Action<IAchievementDescription[]>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.LoadAchievements(System.Action{UnityEngine.SocialPlatforms.IAchievement[]})
  name: LoadAchievements(Action<IAchievement[]>)
  fullName: UnityEngine.SocialPlatforms.Local.LoadAchievements(System.Action<UnityEngine.SocialPlatforms.IAchievement[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.LoadAchievements.html
  commentId: M:UnityEngine.SocialPlatforms.Local.LoadAchievements(System.Action{UnityEngine.SocialPlatforms.IAchievement[]})
  nameWithType: Local.LoadAchievements(Action<IAchievement[]>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.LoadScores(System.String,System.Action{UnityEngine.SocialPlatforms.IScore[]})
  name: LoadScores(string, Action<IScore[]>)
  fullName: UnityEngine.SocialPlatforms.Local.LoadScores(string, System.Action<UnityEngine.SocialPlatforms.IScore[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.LoadScores.html
  commentId: M:UnityEngine.SocialPlatforms.Local.LoadScores(System.String,System.Action{UnityEngine.SocialPlatforms.IScore[]})
  nameWithType: Local.LoadScores(string, Action<IScore[]>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.LoadUsers(System.String[],System.Action{UnityEngine.SocialPlatforms.IUserProfile[]})
  name: LoadUsers(string[], Action<IUserProfile[]>)
  fullName: UnityEngine.SocialPlatforms.Local.LoadUsers(string[], System.Action<UnityEngine.SocialPlatforms.IUserProfile[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.LoadUsers.html
  commentId: M:UnityEngine.SocialPlatforms.Local.LoadUsers(System.String[],System.Action{UnityEngine.SocialPlatforms.IUserProfile[]})
  nameWithType: Local.LoadUsers(string[], Action<IUserProfile[]>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.localUser
  name: localUser
  fullName: UnityEngine.SocialPlatforms.Local.localUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local-localUser.html
  commentId: P:UnityEngine.SocialPlatforms.Local.localUser
  nameWithType: Local.localUser
  type: Property
- uid: UnityEngine.SocialPlatforms.Local.ReportProgress(System.String,System.Double,System.Action{System.Boolean})
  name: ReportProgress(string, double, Action<bool>)
  fullName: UnityEngine.SocialPlatforms.Local.ReportProgress(string, double, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.ReportProgress.html
  commentId: M:UnityEngine.SocialPlatforms.Local.ReportProgress(System.String,System.Double,System.Action{System.Boolean})
  nameWithType: Local.ReportProgress(string, double, Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.ReportScore(System.Int64,System.String,System.Action{System.Boolean})
  name: ReportScore(long, string, Action<bool>)
  fullName: UnityEngine.SocialPlatforms.Local.ReportScore(long, string, System.Action<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.ReportScore.html
  commentId: M:UnityEngine.SocialPlatforms.Local.ReportScore(System.Int64,System.String,System.Action{System.Boolean})
  nameWithType: Local.ReportScore(long, string, Action<bool>)
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.ShowAchievementsUI
  name: ShowAchievementsUI()
  fullName: UnityEngine.SocialPlatforms.Local.ShowAchievementsUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.ShowAchievementsUI.html
  commentId: M:UnityEngine.SocialPlatforms.Local.ShowAchievementsUI
  nameWithType: Local.ShowAchievementsUI()
  type: Method
- uid: UnityEngine.SocialPlatforms.Local.ShowLeaderboardUI
  name: ShowLeaderboardUI()
  fullName: UnityEngine.SocialPlatforms.Local.ShowLeaderboardUI()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Local.ShowLeaderboardUI.html
  commentId: M:UnityEngine.SocialPlatforms.Local.ShowLeaderboardUI
  nameWithType: Local.ShowLeaderboardUI()
  type: Method
- uid: UnityEngine.SocialPlatforms.Range
  name: Range
  fullName: UnityEngine.SocialPlatforms.Range
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Range.html
  commentId: T:UnityEngine.SocialPlatforms.Range
  nameWithType: Range
  type: Struct
- uid: UnityEngine.SocialPlatforms.Range.#ctor(System.Int32,System.Int32)
  name: Range(int, int)
  fullName: UnityEngine.SocialPlatforms.Range.Range(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Range-ctor.html
  commentId: M:UnityEngine.SocialPlatforms.Range.#ctor(System.Int32,System.Int32)
  nameWithType: Range.Range(int, int)
  type: Constructor
- uid: UnityEngine.SocialPlatforms.Range.count
  name: count
  fullName: UnityEngine.SocialPlatforms.Range.count
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Range-count.html
  commentId: F:UnityEngine.SocialPlatforms.Range.count
  nameWithType: Range.count
  type: Field
- uid: UnityEngine.SocialPlatforms.Range.from
  name: from
  fullName: UnityEngine.SocialPlatforms.Range.from
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.Range-from.html
  commentId: F:UnityEngine.SocialPlatforms.Range.from
  nameWithType: Range.from
  type: Field
- uid: UnityEngine.SocialPlatforms.TimeScope
  name: TimeScope
  fullName: UnityEngine.SocialPlatforms.TimeScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.TimeScope.html
  commentId: T:UnityEngine.SocialPlatforms.TimeScope
  nameWithType: TimeScope
  type: Enum
- uid: UnityEngine.SocialPlatforms.TimeScope.AllTime
  name: AllTime
  fullName: UnityEngine.SocialPlatforms.TimeScope.AllTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.TimeScope.AllTime.html
  commentId: F:UnityEngine.SocialPlatforms.TimeScope.AllTime
  nameWithType: TimeScope.AllTime
  type: Field
- uid: UnityEngine.SocialPlatforms.TimeScope.Today
  name: Today
  fullName: UnityEngine.SocialPlatforms.TimeScope.Today
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.TimeScope.Today.html
  commentId: F:UnityEngine.SocialPlatforms.TimeScope.Today
  nameWithType: TimeScope.Today
  type: Field
- uid: UnityEngine.SocialPlatforms.TimeScope.Week
  name: Week
  fullName: UnityEngine.SocialPlatforms.TimeScope.Week
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.TimeScope.Week.html
  commentId: F:UnityEngine.SocialPlatforms.TimeScope.Week
  nameWithType: TimeScope.Week
  type: Field
- uid: UnityEngine.SocialPlatforms.UserScope
  name: UserScope
  fullName: UnityEngine.SocialPlatforms.UserScope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserScope.html
  commentId: T:UnityEngine.SocialPlatforms.UserScope
  nameWithType: UserScope
  type: Enum
- uid: UnityEngine.SocialPlatforms.UserScope.FriendsOnly
  name: FriendsOnly
  fullName: UnityEngine.SocialPlatforms.UserScope.FriendsOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserScope.FriendsOnly.html
  commentId: F:UnityEngine.SocialPlatforms.UserScope.FriendsOnly
  nameWithType: UserScope.FriendsOnly
  type: Field
- uid: UnityEngine.SocialPlatforms.UserScope.Global
  name: Global
  fullName: UnityEngine.SocialPlatforms.UserScope.Global
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserScope.Global.html
  commentId: F:UnityEngine.SocialPlatforms.UserScope.Global
  nameWithType: UserScope.Global
  type: Field
- uid: UnityEngine.SocialPlatforms.UserState
  name: UserState
  fullName: UnityEngine.SocialPlatforms.UserState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserState.html
  commentId: T:UnityEngine.SocialPlatforms.UserState
  nameWithType: UserState
  type: Enum
- uid: UnityEngine.SocialPlatforms.UserState.Offline
  name: Offline
  fullName: UnityEngine.SocialPlatforms.UserState.Offline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserState.Offline.html
  commentId: F:UnityEngine.SocialPlatforms.UserState.Offline
  nameWithType: UserState.Offline
  type: Field
- uid: UnityEngine.SocialPlatforms.UserState.Online
  name: Online
  fullName: UnityEngine.SocialPlatforms.UserState.Online
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserState.Online.html
  commentId: F:UnityEngine.SocialPlatforms.UserState.Online
  nameWithType: UserState.Online
  type: Field
- uid: UnityEngine.SocialPlatforms.UserState.OnlineAndAway
  name: OnlineAndAway
  fullName: UnityEngine.SocialPlatforms.UserState.OnlineAndAway
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserState.OnlineAndAway.html
  commentId: F:UnityEngine.SocialPlatforms.UserState.OnlineAndAway
  nameWithType: UserState.OnlineAndAway
  type: Field
- uid: UnityEngine.SocialPlatforms.UserState.OnlineAndBusy
  name: OnlineAndBusy
  fullName: UnityEngine.SocialPlatforms.UserState.OnlineAndBusy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserState.OnlineAndBusy.html
  commentId: F:UnityEngine.SocialPlatforms.UserState.OnlineAndBusy
  nameWithType: UserState.OnlineAndBusy
  type: Field
- uid: UnityEngine.SocialPlatforms.UserState.Playing
  name: Playing
  fullName: UnityEngine.SocialPlatforms.UserState.Playing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SocialPlatforms.UserState.Playing.html
  commentId: F:UnityEngine.SocialPlatforms.UserState.Playing
  nameWithType: UserState.Playing
  type: Field
- uid: UnityEngine.SoftJointLimit
  name: SoftJointLimit
  fullName: UnityEngine.SoftJointLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimit.html
  commentId: T:UnityEngine.SoftJointLimit
  nameWithType: SoftJointLimit
  type: Struct
- uid: UnityEngine.SoftJointLimit.bounciness
  name: bounciness
  fullName: UnityEngine.SoftJointLimit.bounciness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimit-bounciness.html
  commentId: P:UnityEngine.SoftJointLimit.bounciness
  nameWithType: SoftJointLimit.bounciness
  type: Property
- uid: UnityEngine.SoftJointLimit.bouncyness
  name: bouncyness
  fullName: UnityEngine.SoftJointLimit.bouncyness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimit-bouncyness.html
  commentId: P:UnityEngine.SoftJointLimit.bouncyness
  nameWithType: SoftJointLimit.bouncyness
  type: Property
- uid: UnityEngine.SoftJointLimit.contactDistance
  name: contactDistance
  fullName: UnityEngine.SoftJointLimit.contactDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimit-contactDistance.html
  commentId: P:UnityEngine.SoftJointLimit.contactDistance
  nameWithType: SoftJointLimit.contactDistance
  type: Property
- uid: UnityEngine.SoftJointLimit.damper
  name: damper
  fullName: UnityEngine.SoftJointLimit.damper
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimit-damper.html
  commentId: P:UnityEngine.SoftJointLimit.damper
  nameWithType: SoftJointLimit.damper
  type: Property
- uid: UnityEngine.SoftJointLimit.limit
  name: limit
  fullName: UnityEngine.SoftJointLimit.limit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimit-limit.html
  commentId: P:UnityEngine.SoftJointLimit.limit
  nameWithType: SoftJointLimit.limit
  type: Property
- uid: UnityEngine.SoftJointLimit.spring
  name: spring
  fullName: UnityEngine.SoftJointLimit.spring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimit-spring.html
  commentId: P:UnityEngine.SoftJointLimit.spring
  nameWithType: SoftJointLimit.spring
  type: Property
- uid: UnityEngine.SoftJointLimitSpring
  name: SoftJointLimitSpring
  fullName: UnityEngine.SoftJointLimitSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimitSpring.html
  commentId: T:UnityEngine.SoftJointLimitSpring
  nameWithType: SoftJointLimitSpring
  type: Struct
- uid: UnityEngine.SoftJointLimitSpring.damper
  name: damper
  fullName: UnityEngine.SoftJointLimitSpring.damper
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimitSpring-damper.html
  commentId: P:UnityEngine.SoftJointLimitSpring.damper
  nameWithType: SoftJointLimitSpring.damper
  type: Property
- uid: UnityEngine.SoftJointLimitSpring.spring
  name: spring
  fullName: UnityEngine.SoftJointLimitSpring.spring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SoftJointLimitSpring-spring.html
  commentId: P:UnityEngine.SoftJointLimitSpring.spring
  nameWithType: SoftJointLimitSpring.spring
  type: Property
- uid: UnityEngine.SortingLayer
  name: SortingLayer
  fullName: UnityEngine.SortingLayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer.html
  commentId: T:UnityEngine.SortingLayer
  nameWithType: SortingLayer
  type: Struct
- uid: UnityEngine.SortingLayer.GetLayerValueFromID(System.Int32)
  name: GetLayerValueFromID(int)
  fullName: UnityEngine.SortingLayer.GetLayerValueFromID(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer.GetLayerValueFromID.html
  commentId: M:UnityEngine.SortingLayer.GetLayerValueFromID(System.Int32)
  nameWithType: SortingLayer.GetLayerValueFromID(int)
  type: Method
- uid: UnityEngine.SortingLayer.GetLayerValueFromName(System.String)
  name: GetLayerValueFromName(string)
  fullName: UnityEngine.SortingLayer.GetLayerValueFromName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer.GetLayerValueFromName.html
  commentId: M:UnityEngine.SortingLayer.GetLayerValueFromName(System.String)
  nameWithType: SortingLayer.GetLayerValueFromName(string)
  type: Method
- uid: UnityEngine.SortingLayer.id
  name: id
  fullName: UnityEngine.SortingLayer.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer-id.html
  commentId: P:UnityEngine.SortingLayer.id
  nameWithType: SortingLayer.id
  type: Property
- uid: UnityEngine.SortingLayer.IDToName(System.Int32)
  name: IDToName(int)
  fullName: UnityEngine.SortingLayer.IDToName(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer.IDToName.html
  commentId: M:UnityEngine.SortingLayer.IDToName(System.Int32)
  nameWithType: SortingLayer.IDToName(int)
  type: Method
- uid: UnityEngine.SortingLayer.IsValid(System.Int32)
  name: IsValid(int)
  fullName: UnityEngine.SortingLayer.IsValid(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer.IsValid.html
  commentId: M:UnityEngine.SortingLayer.IsValid(System.Int32)
  nameWithType: SortingLayer.IsValid(int)
  type: Method
- uid: UnityEngine.SortingLayer.layers
  name: layers
  fullName: UnityEngine.SortingLayer.layers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer-layers.html
  commentId: P:UnityEngine.SortingLayer.layers
  nameWithType: SortingLayer.layers
  type: Property
- uid: UnityEngine.SortingLayer.name
  name: name
  fullName: UnityEngine.SortingLayer.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer-name.html
  commentId: P:UnityEngine.SortingLayer.name
  nameWithType: SortingLayer.name
  type: Property
- uid: UnityEngine.SortingLayer.NameToID(System.String)
  name: NameToID(string)
  fullName: UnityEngine.SortingLayer.NameToID(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer.NameToID.html
  commentId: M:UnityEngine.SortingLayer.NameToID(System.String)
  nameWithType: SortingLayer.NameToID(string)
  type: Method
- uid: UnityEngine.SortingLayer.value
  name: value
  fullName: UnityEngine.SortingLayer.value
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SortingLayer-value.html
  commentId: P:UnityEngine.SortingLayer.value
  nameWithType: SortingLayer.value
  type: Property
- uid: UnityEngine.Space
  name: Space
  fullName: UnityEngine.Space
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Space.html
  commentId: T:UnityEngine.Space
  nameWithType: Space
  type: Enum
- uid: UnityEngine.Space.Self
  name: Self
  fullName: UnityEngine.Space.Self
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Space.Self.html
  commentId: F:UnityEngine.Space.Self
  nameWithType: Space.Self
  type: Field
- uid: UnityEngine.Space.World
  name: World
  fullName: UnityEngine.Space.World
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Space.World.html
  commentId: F:UnityEngine.Space.World
  nameWithType: Space.World
  type: Field
- uid: UnityEngine.SpaceAttribute
  name: SpaceAttribute
  fullName: UnityEngine.SpaceAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpaceAttribute.html
  commentId: T:UnityEngine.SpaceAttribute
  nameWithType: SpaceAttribute
  type: Class
- uid: UnityEngine.SpaceAttribute.#ctor
  name: SpaceAttribute()
  fullName: UnityEngine.SpaceAttribute.SpaceAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpaceAttribute-ctor.html
  commentId: M:UnityEngine.SpaceAttribute.#ctor
  nameWithType: SpaceAttribute.SpaceAttribute()
  type: Constructor
- uid: UnityEngine.SpaceAttribute.#ctor(System.Single)
  name: SpaceAttribute(float)
  fullName: UnityEngine.SpaceAttribute.SpaceAttribute(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpaceAttribute-ctor.html
  commentId: M:UnityEngine.SpaceAttribute.#ctor(System.Single)
  nameWithType: SpaceAttribute.SpaceAttribute(float)
  type: Constructor
- uid: UnityEngine.SpaceAttribute.height
  name: height
  fullName: UnityEngine.SpaceAttribute.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpaceAttribute-height.html
  commentId: F:UnityEngine.SpaceAttribute.height
  nameWithType: SpaceAttribute.height
  type: Field
- uid: UnityEngine.SparseTexture
  name: SparseTexture
  fullName: UnityEngine.SparseTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture.html
  commentId: T:UnityEngine.SparseTexture
  nameWithType: SparseTexture
  type: Class
- uid: UnityEngine.SparseTexture.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Int32,System.Boolean)
  name: SparseTexture(int, int, TextureFormat, int, bool)
  fullName: UnityEngine.SparseTexture.SparseTexture(int, int, UnityEngine.TextureFormat, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture-ctor.html
  commentId: M:UnityEngine.SparseTexture.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Int32,System.Boolean)
  nameWithType: SparseTexture.SparseTexture(int, int, TextureFormat, int, bool)
  type: Constructor
- uid: UnityEngine.SparseTexture.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Int32)
  name: SparseTexture(int, int, TextureFormat, int)
  fullName: UnityEngine.SparseTexture.SparseTexture(int, int, UnityEngine.TextureFormat, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture-ctor.html
  commentId: M:UnityEngine.SparseTexture.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Int32)
  nameWithType: SparseTexture.SparseTexture(int, int, TextureFormat, int)
  type: Constructor
- uid: UnityEngine.SparseTexture.isCreated
  name: isCreated
  fullName: UnityEngine.SparseTexture.isCreated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture-isCreated.html
  commentId: P:UnityEngine.SparseTexture.isCreated
  nameWithType: SparseTexture.isCreated
  type: Property
- uid: UnityEngine.SparseTexture.tileHeight
  name: tileHeight
  fullName: UnityEngine.SparseTexture.tileHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture-tileHeight.html
  commentId: P:UnityEngine.SparseTexture.tileHeight
  nameWithType: SparseTexture.tileHeight
  type: Property
- uid: UnityEngine.SparseTexture.tileWidth
  name: tileWidth
  fullName: UnityEngine.SparseTexture.tileWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture-tileWidth.html
  commentId: P:UnityEngine.SparseTexture.tileWidth
  nameWithType: SparseTexture.tileWidth
  type: Property
- uid: UnityEngine.SparseTexture.UnloadTile(System.Int32,System.Int32,System.Int32)
  name: UnloadTile(int, int, int)
  fullName: UnityEngine.SparseTexture.UnloadTile(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture.UnloadTile.html
  commentId: M:UnityEngine.SparseTexture.UnloadTile(System.Int32,System.Int32,System.Int32)
  nameWithType: SparseTexture.UnloadTile(int, int, int)
  type: Method
- uid: UnityEngine.SparseTexture.UpdateTile(System.Int32,System.Int32,System.Int32,UnityEngine.Color32[])
  name: UpdateTile(int, int, int, Color32[])
  fullName: UnityEngine.SparseTexture.UpdateTile(int, int, int, UnityEngine.Color32[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture.UpdateTile.html
  commentId: M:UnityEngine.SparseTexture.UpdateTile(System.Int32,System.Int32,System.Int32,UnityEngine.Color32[])
  nameWithType: SparseTexture.UpdateTile(int, int, int, Color32[])
  type: Method
- uid: UnityEngine.SparseTexture.UpdateTileRaw(System.Int32,System.Int32,System.Int32,System.Byte[])
  name: UpdateTileRaw(int, int, int, byte[])
  fullName: UnityEngine.SparseTexture.UpdateTileRaw(int, int, int, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SparseTexture.UpdateTileRaw.html
  commentId: M:UnityEngine.SparseTexture.UpdateTileRaw(System.Int32,System.Int32,System.Int32,System.Byte[])
  nameWithType: SparseTexture.UpdateTileRaw(int, int, int, byte[])
  type: Method
- uid: UnityEngine.SphereCollider
  name: SphereCollider
  fullName: UnityEngine.SphereCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SphereCollider.html
  commentId: T:UnityEngine.SphereCollider
  nameWithType: SphereCollider
  type: Class
- uid: UnityEngine.SphereCollider.center
  name: center
  fullName: UnityEngine.SphereCollider.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SphereCollider-center.html
  commentId: P:UnityEngine.SphereCollider.center
  nameWithType: SphereCollider.center
  type: Property
- uid: UnityEngine.SphereCollider.radius
  name: radius
  fullName: UnityEngine.SphereCollider.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SphereCollider-radius.html
  commentId: P:UnityEngine.SphereCollider.radius
  nameWithType: SphereCollider.radius
  type: Property
- uid: UnityEngine.SplatPrototype
  name: SplatPrototype
  fullName: UnityEngine.SplatPrototype
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplatPrototype.html
  commentId: T:UnityEngine.SplatPrototype
  nameWithType: SplatPrototype
  type: Class
- uid: UnityEngine.SplatPrototype.metallic
  name: metallic
  fullName: UnityEngine.SplatPrototype.metallic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplatPrototype-metallic.html
  commentId: P:UnityEngine.SplatPrototype.metallic
  nameWithType: SplatPrototype.metallic
  type: Property
- uid: UnityEngine.SplatPrototype.normalMap
  name: normalMap
  fullName: UnityEngine.SplatPrototype.normalMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplatPrototype-normalMap.html
  commentId: P:UnityEngine.SplatPrototype.normalMap
  nameWithType: SplatPrototype.normalMap
  type: Property
- uid: UnityEngine.SplatPrototype.smoothness
  name: smoothness
  fullName: UnityEngine.SplatPrototype.smoothness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplatPrototype-smoothness.html
  commentId: P:UnityEngine.SplatPrototype.smoothness
  nameWithType: SplatPrototype.smoothness
  type: Property
- uid: UnityEngine.SplatPrototype.specular
  name: specular
  fullName: UnityEngine.SplatPrototype.specular
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplatPrototype-specular.html
  commentId: P:UnityEngine.SplatPrototype.specular
  nameWithType: SplatPrototype.specular
  type: Property
- uid: UnityEngine.SplatPrototype.texture
  name: texture
  fullName: UnityEngine.SplatPrototype.texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplatPrototype-texture.html
  commentId: P:UnityEngine.SplatPrototype.texture
  nameWithType: SplatPrototype.texture
  type: Property
- uid: UnityEngine.SplatPrototype.tileOffset
  name: tileOffset
  fullName: UnityEngine.SplatPrototype.tileOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplatPrototype-tileOffset.html
  commentId: P:UnityEngine.SplatPrototype.tileOffset
  nameWithType: SplatPrototype.tileOffset
  type: Property
- uid: UnityEngine.SplatPrototype.tileSize
  name: tileSize
  fullName: UnityEngine.SplatPrototype.tileSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SplatPrototype-tileSize.html
  commentId: P:UnityEngine.SplatPrototype.tileSize
  nameWithType: SplatPrototype.tileSize
  type: Property
- uid: UnityEngine.SpringJoint
  name: SpringJoint
  fullName: UnityEngine.SpringJoint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint.html
  commentId: T:UnityEngine.SpringJoint
  nameWithType: SpringJoint
  type: Class
- uid: UnityEngine.SpringJoint.damper
  name: damper
  fullName: UnityEngine.SpringJoint.damper
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint-damper.html
  commentId: P:UnityEngine.SpringJoint.damper
  nameWithType: SpringJoint.damper
  type: Property
- uid: UnityEngine.SpringJoint.maxDistance
  name: maxDistance
  fullName: UnityEngine.SpringJoint.maxDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint-maxDistance.html
  commentId: P:UnityEngine.SpringJoint.maxDistance
  nameWithType: SpringJoint.maxDistance
  type: Property
- uid: UnityEngine.SpringJoint.minDistance
  name: minDistance
  fullName: UnityEngine.SpringJoint.minDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint-minDistance.html
  commentId: P:UnityEngine.SpringJoint.minDistance
  nameWithType: SpringJoint.minDistance
  type: Property
- uid: UnityEngine.SpringJoint.spring
  name: spring
  fullName: UnityEngine.SpringJoint.spring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint-spring.html
  commentId: P:UnityEngine.SpringJoint.spring
  nameWithType: SpringJoint.spring
  type: Property
- uid: UnityEngine.SpringJoint.tolerance
  name: tolerance
  fullName: UnityEngine.SpringJoint.tolerance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint-tolerance.html
  commentId: P:UnityEngine.SpringJoint.tolerance
  nameWithType: SpringJoint.tolerance
  type: Property
- uid: UnityEngine.SpringJoint2D
  name: SpringJoint2D
  fullName: UnityEngine.SpringJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint2D.html
  commentId: T:UnityEngine.SpringJoint2D
  nameWithType: SpringJoint2D
  type: Class
- uid: UnityEngine.SpringJoint2D.autoConfigureDistance
  name: autoConfigureDistance
  fullName: UnityEngine.SpringJoint2D.autoConfigureDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint2D-autoConfigureDistance.html
  commentId: P:UnityEngine.SpringJoint2D.autoConfigureDistance
  nameWithType: SpringJoint2D.autoConfigureDistance
  type: Property
- uid: UnityEngine.SpringJoint2D.dampingRatio
  name: dampingRatio
  fullName: UnityEngine.SpringJoint2D.dampingRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint2D-dampingRatio.html
  commentId: P:UnityEngine.SpringJoint2D.dampingRatio
  nameWithType: SpringJoint2D.dampingRatio
  type: Property
- uid: UnityEngine.SpringJoint2D.distance
  name: distance
  fullName: UnityEngine.SpringJoint2D.distance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint2D-distance.html
  commentId: P:UnityEngine.SpringJoint2D.distance
  nameWithType: SpringJoint2D.distance
  type: Property
- uid: UnityEngine.SpringJoint2D.frequency
  name: frequency
  fullName: UnityEngine.SpringJoint2D.frequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpringJoint2D-frequency.html
  commentId: P:UnityEngine.SpringJoint2D.frequency
  nameWithType: SpringJoint2D.frequency
  type: Property
- uid: UnityEngine.Sprite
  name: Sprite
  fullName: UnityEngine.Sprite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.html
  commentId: T:UnityEngine.Sprite
  nameWithType: Sprite
  type: Class
- uid: UnityEngine.Sprite.associatedAlphaSplitTexture
  name: associatedAlphaSplitTexture
  fullName: UnityEngine.Sprite.associatedAlphaSplitTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-associatedAlphaSplitTexture.html
  commentId: P:UnityEngine.Sprite.associatedAlphaSplitTexture
  nameWithType: Sprite.associatedAlphaSplitTexture
  type: Property
- uid: UnityEngine.Sprite.border
  name: border
  fullName: UnityEngine.Sprite.border
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-border.html
  commentId: P:UnityEngine.Sprite.border
  nameWithType: Sprite.border
  type: Property
- uid: UnityEngine.Sprite.bounds
  name: bounds
  fullName: UnityEngine.Sprite.bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-bounds.html
  commentId: P:UnityEngine.Sprite.bounds
  nameWithType: Sprite.bounds
  type: Property
- uid: UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2,System.Single,System.UInt32,UnityEngine.SpriteMeshType,UnityEngine.Vector4)
  name: Create(Texture2D, Rect, Vector2, float, uint, SpriteMeshType, Vector4)
  fullName: UnityEngine.Sprite.Create(UnityEngine.Texture2D, UnityEngine.Rect, UnityEngine.Vector2, float, uint, UnityEngine.SpriteMeshType, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.Create.html
  commentId: M:UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2,System.Single,System.UInt32,UnityEngine.SpriteMeshType,UnityEngine.Vector4)
  nameWithType: Sprite.Create(Texture2D, Rect, Vector2, float, uint, SpriteMeshType, Vector4)
  type: Method
- uid: UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2,System.Single,System.UInt32,UnityEngine.SpriteMeshType)
  name: Create(Texture2D, Rect, Vector2, float, uint, SpriteMeshType)
  fullName: UnityEngine.Sprite.Create(UnityEngine.Texture2D, UnityEngine.Rect, UnityEngine.Vector2, float, uint, UnityEngine.SpriteMeshType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.Create.html
  commentId: M:UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2,System.Single,System.UInt32,UnityEngine.SpriteMeshType)
  nameWithType: Sprite.Create(Texture2D, Rect, Vector2, float, uint, SpriteMeshType)
  type: Method
- uid: UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2,System.Single,System.UInt32)
  name: Create(Texture2D, Rect, Vector2, float, uint)
  fullName: UnityEngine.Sprite.Create(UnityEngine.Texture2D, UnityEngine.Rect, UnityEngine.Vector2, float, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.Create.html
  commentId: M:UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2,System.Single,System.UInt32)
  nameWithType: Sprite.Create(Texture2D, Rect, Vector2, float, uint)
  type: Method
- uid: UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2,System.Single)
  name: Create(Texture2D, Rect, Vector2, float)
  fullName: UnityEngine.Sprite.Create(UnityEngine.Texture2D, UnityEngine.Rect, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.Create.html
  commentId: M:UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2,System.Single)
  nameWithType: Sprite.Create(Texture2D, Rect, Vector2, float)
  type: Method
- uid: UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2)
  name: Create(Texture2D, Rect, Vector2)
  fullName: UnityEngine.Sprite.Create(UnityEngine.Texture2D, UnityEngine.Rect, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.Create.html
  commentId: M:UnityEngine.Sprite.Create(UnityEngine.Texture2D,UnityEngine.Rect,UnityEngine.Vector2)
  nameWithType: Sprite.Create(Texture2D, Rect, Vector2)
  type: Method
- uid: UnityEngine.Sprite.GetPhysicsShape(System.Int32,System.Collections.Generic.List{UnityEngine.Vector2})
  name: GetPhysicsShape(int, List<Vector2>)
  fullName: UnityEngine.Sprite.GetPhysicsShape(int, System.Collections.Generic.List<UnityEngine.Vector2>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.GetPhysicsShape.html
  commentId: M:UnityEngine.Sprite.GetPhysicsShape(System.Int32,System.Collections.Generic.List{UnityEngine.Vector2})
  nameWithType: Sprite.GetPhysicsShape(int, List<Vector2>)
  type: Method
- uid: UnityEngine.Sprite.GetPhysicsShapeCount
  name: GetPhysicsShapeCount()
  fullName: UnityEngine.Sprite.GetPhysicsShapeCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.GetPhysicsShapeCount.html
  commentId: M:UnityEngine.Sprite.GetPhysicsShapeCount
  nameWithType: Sprite.GetPhysicsShapeCount()
  type: Method
- uid: UnityEngine.Sprite.GetPhysicsShapePointCount(System.Int32)
  name: GetPhysicsShapePointCount(int)
  fullName: UnityEngine.Sprite.GetPhysicsShapePointCount(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.GetPhysicsShapePointCount.html
  commentId: M:UnityEngine.Sprite.GetPhysicsShapePointCount(System.Int32)
  nameWithType: Sprite.GetPhysicsShapePointCount(int)
  type: Method
- uid: UnityEngine.Sprite.OverrideGeometry(UnityEngine.Vector2[],System.UInt16[])
  name: OverrideGeometry(Vector2[], ushort[])
  fullName: UnityEngine.Sprite.OverrideGeometry(UnityEngine.Vector2[], ushort[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.OverrideGeometry.html
  commentId: M:UnityEngine.Sprite.OverrideGeometry(UnityEngine.Vector2[],System.UInt16[])
  nameWithType: Sprite.OverrideGeometry(Vector2[], ushort[])
  type: Method
- uid: UnityEngine.Sprite.OverridePhysicsShape(System.Collections.Generic.IList{UnityEngine.Vector2[]})
  name: OverridePhysicsShape(IList<Vector2[]>)
  fullName: UnityEngine.Sprite.OverridePhysicsShape(System.Collections.Generic.IList<UnityEngine.Vector2[]>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite.OverridePhysicsShape.html
  commentId: M:UnityEngine.Sprite.OverridePhysicsShape(System.Collections.Generic.IList{UnityEngine.Vector2[]})
  nameWithType: Sprite.OverridePhysicsShape(IList<Vector2[]>)
  type: Method
- uid: UnityEngine.Sprite.packed
  name: packed
  fullName: UnityEngine.Sprite.packed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-packed.html
  commentId: P:UnityEngine.Sprite.packed
  nameWithType: Sprite.packed
  type: Property
- uid: UnityEngine.Sprite.packingMode
  name: packingMode
  fullName: UnityEngine.Sprite.packingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-packingMode.html
  commentId: P:UnityEngine.Sprite.packingMode
  nameWithType: Sprite.packingMode
  type: Property
- uid: UnityEngine.Sprite.packingRotation
  name: packingRotation
  fullName: UnityEngine.Sprite.packingRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-packingRotation.html
  commentId: P:UnityEngine.Sprite.packingRotation
  nameWithType: Sprite.packingRotation
  type: Property
- uid: UnityEngine.Sprite.pivot
  name: pivot
  fullName: UnityEngine.Sprite.pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-pivot.html
  commentId: P:UnityEngine.Sprite.pivot
  nameWithType: Sprite.pivot
  type: Property
- uid: UnityEngine.Sprite.pixelsPerUnit
  name: pixelsPerUnit
  fullName: UnityEngine.Sprite.pixelsPerUnit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-pixelsPerUnit.html
  commentId: P:UnityEngine.Sprite.pixelsPerUnit
  nameWithType: Sprite.pixelsPerUnit
  type: Property
- uid: UnityEngine.Sprite.rect
  name: rect
  fullName: UnityEngine.Sprite.rect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-rect.html
  commentId: P:UnityEngine.Sprite.rect
  nameWithType: Sprite.rect
  type: Property
- uid: UnityEngine.Sprite.texture
  name: texture
  fullName: UnityEngine.Sprite.texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-texture.html
  commentId: P:UnityEngine.Sprite.texture
  nameWithType: Sprite.texture
  type: Property
- uid: UnityEngine.Sprite.textureRect
  name: textureRect
  fullName: UnityEngine.Sprite.textureRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-textureRect.html
  commentId: P:UnityEngine.Sprite.textureRect
  nameWithType: Sprite.textureRect
  type: Property
- uid: UnityEngine.Sprite.textureRectOffset
  name: textureRectOffset
  fullName: UnityEngine.Sprite.textureRectOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-textureRectOffset.html
  commentId: P:UnityEngine.Sprite.textureRectOffset
  nameWithType: Sprite.textureRectOffset
  type: Property
- uid: UnityEngine.Sprite.triangles
  name: triangles
  fullName: UnityEngine.Sprite.triangles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-triangles.html
  commentId: P:UnityEngine.Sprite.triangles
  nameWithType: Sprite.triangles
  type: Property
- uid: UnityEngine.Sprite.uv
  name: uv
  fullName: UnityEngine.Sprite.uv
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-uv.html
  commentId: P:UnityEngine.Sprite.uv
  nameWithType: Sprite.uv
  type: Property
- uid: UnityEngine.Sprite.vertices
  name: vertices
  fullName: UnityEngine.Sprite.vertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprite-vertices.html
  commentId: P:UnityEngine.Sprite.vertices
  nameWithType: Sprite.vertices
  type: Property
- uid: UnityEngine.SpriteAlignment
  name: SpriteAlignment
  fullName: UnityEngine.SpriteAlignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.html
  commentId: T:UnityEngine.SpriteAlignment
  nameWithType: SpriteAlignment
  type: Enum
- uid: UnityEngine.SpriteAlignment.BottomCenter
  name: BottomCenter
  fullName: UnityEngine.SpriteAlignment.BottomCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.BottomCenter.html
  commentId: F:UnityEngine.SpriteAlignment.BottomCenter
  nameWithType: SpriteAlignment.BottomCenter
  type: Field
- uid: UnityEngine.SpriteAlignment.BottomLeft
  name: BottomLeft
  fullName: UnityEngine.SpriteAlignment.BottomLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.BottomLeft.html
  commentId: F:UnityEngine.SpriteAlignment.BottomLeft
  nameWithType: SpriteAlignment.BottomLeft
  type: Field
- uid: UnityEngine.SpriteAlignment.BottomRight
  name: BottomRight
  fullName: UnityEngine.SpriteAlignment.BottomRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.BottomRight.html
  commentId: F:UnityEngine.SpriteAlignment.BottomRight
  nameWithType: SpriteAlignment.BottomRight
  type: Field
- uid: UnityEngine.SpriteAlignment.Center
  name: Center
  fullName: UnityEngine.SpriteAlignment.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.Center.html
  commentId: F:UnityEngine.SpriteAlignment.Center
  nameWithType: SpriteAlignment.Center
  type: Field
- uid: UnityEngine.SpriteAlignment.Custom
  name: Custom
  fullName: UnityEngine.SpriteAlignment.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.Custom.html
  commentId: F:UnityEngine.SpriteAlignment.Custom
  nameWithType: SpriteAlignment.Custom
  type: Field
- uid: UnityEngine.SpriteAlignment.LeftCenter
  name: LeftCenter
  fullName: UnityEngine.SpriteAlignment.LeftCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.LeftCenter.html
  commentId: F:UnityEngine.SpriteAlignment.LeftCenter
  nameWithType: SpriteAlignment.LeftCenter
  type: Field
- uid: UnityEngine.SpriteAlignment.RightCenter
  name: RightCenter
  fullName: UnityEngine.SpriteAlignment.RightCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.RightCenter.html
  commentId: F:UnityEngine.SpriteAlignment.RightCenter
  nameWithType: SpriteAlignment.RightCenter
  type: Field
- uid: UnityEngine.SpriteAlignment.TopCenter
  name: TopCenter
  fullName: UnityEngine.SpriteAlignment.TopCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.TopCenter.html
  commentId: F:UnityEngine.SpriteAlignment.TopCenter
  nameWithType: SpriteAlignment.TopCenter
  type: Field
- uid: UnityEngine.SpriteAlignment.TopLeft
  name: TopLeft
  fullName: UnityEngine.SpriteAlignment.TopLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.TopLeft.html
  commentId: F:UnityEngine.SpriteAlignment.TopLeft
  nameWithType: SpriteAlignment.TopLeft
  type: Field
- uid: UnityEngine.SpriteAlignment.TopRight
  name: TopRight
  fullName: UnityEngine.SpriteAlignment.TopRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteAlignment.TopRight.html
  commentId: F:UnityEngine.SpriteAlignment.TopRight
  nameWithType: SpriteAlignment.TopRight
  type: Field
- uid: UnityEngine.SpriteDrawMode
  name: SpriteDrawMode
  fullName: UnityEngine.SpriteDrawMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteDrawMode.html
  commentId: T:UnityEngine.SpriteDrawMode
  nameWithType: SpriteDrawMode
  type: Enum
- uid: UnityEngine.SpriteDrawMode.Simple
  name: Simple
  fullName: UnityEngine.SpriteDrawMode.Simple
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteDrawMode.Simple.html
  commentId: F:UnityEngine.SpriteDrawMode.Simple
  nameWithType: SpriteDrawMode.Simple
  type: Field
- uid: UnityEngine.SpriteDrawMode.Sliced
  name: Sliced
  fullName: UnityEngine.SpriteDrawMode.Sliced
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteDrawMode.Sliced.html
  commentId: F:UnityEngine.SpriteDrawMode.Sliced
  nameWithType: SpriteDrawMode.Sliced
  type: Field
- uid: UnityEngine.SpriteDrawMode.Tiled
  name: Tiled
  fullName: UnityEngine.SpriteDrawMode.Tiled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteDrawMode.Tiled.html
  commentId: F:UnityEngine.SpriteDrawMode.Tiled
  nameWithType: SpriteDrawMode.Tiled
  type: Field
- uid: UnityEngine.SpriteMask
  name: SpriteMask
  fullName: UnityEngine.SpriteMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMask.html
  commentId: T:UnityEngine.SpriteMask
  nameWithType: SpriteMask
  type: Class
- uid: UnityEngine.SpriteMask.alphaCutoff
  name: alphaCutoff
  fullName: UnityEngine.SpriteMask.alphaCutoff
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMask-alphaCutoff.html
  commentId: P:UnityEngine.SpriteMask.alphaCutoff
  nameWithType: SpriteMask.alphaCutoff
  type: Property
- uid: UnityEngine.SpriteMask.backSortingLayerID
  name: backSortingLayerID
  fullName: UnityEngine.SpriteMask.backSortingLayerID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMask-backSortingLayerID.html
  commentId: P:UnityEngine.SpriteMask.backSortingLayerID
  nameWithType: SpriteMask.backSortingLayerID
  type: Property
- uid: UnityEngine.SpriteMask.backSortingOrder
  name: backSortingOrder
  fullName: UnityEngine.SpriteMask.backSortingOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMask-backSortingOrder.html
  commentId: P:UnityEngine.SpriteMask.backSortingOrder
  nameWithType: SpriteMask.backSortingOrder
  type: Property
- uid: UnityEngine.SpriteMask.frontSortingLayerID
  name: frontSortingLayerID
  fullName: UnityEngine.SpriteMask.frontSortingLayerID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMask-frontSortingLayerID.html
  commentId: P:UnityEngine.SpriteMask.frontSortingLayerID
  nameWithType: SpriteMask.frontSortingLayerID
  type: Property
- uid: UnityEngine.SpriteMask.frontSortingOrder
  name: frontSortingOrder
  fullName: UnityEngine.SpriteMask.frontSortingOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMask-frontSortingOrder.html
  commentId: P:UnityEngine.SpriteMask.frontSortingOrder
  nameWithType: SpriteMask.frontSortingOrder
  type: Property
- uid: UnityEngine.SpriteMask.isCustomRangeActive
  name: isCustomRangeActive
  fullName: UnityEngine.SpriteMask.isCustomRangeActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMask-isCustomRangeActive.html
  commentId: P:UnityEngine.SpriteMask.isCustomRangeActive
  nameWithType: SpriteMask.isCustomRangeActive
  type: Property
- uid: UnityEngine.SpriteMask.sprite
  name: sprite
  fullName: UnityEngine.SpriteMask.sprite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMask-sprite.html
  commentId: P:UnityEngine.SpriteMask.sprite
  nameWithType: SpriteMask.sprite
  type: Property
- uid: UnityEngine.SpriteMaskInteraction
  name: SpriteMaskInteraction
  fullName: UnityEngine.SpriteMaskInteraction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMaskInteraction.html
  commentId: T:UnityEngine.SpriteMaskInteraction
  nameWithType: SpriteMaskInteraction
  type: Enum
- uid: UnityEngine.SpriteMaskInteraction.None
  name: None
  fullName: UnityEngine.SpriteMaskInteraction.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMaskInteraction.None.html
  commentId: F:UnityEngine.SpriteMaskInteraction.None
  nameWithType: SpriteMaskInteraction.None
  type: Field
- uid: UnityEngine.SpriteMaskInteraction.VisibleInsideMask
  name: VisibleInsideMask
  fullName: UnityEngine.SpriteMaskInteraction.VisibleInsideMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMaskInteraction.VisibleInsideMask.html
  commentId: F:UnityEngine.SpriteMaskInteraction.VisibleInsideMask
  nameWithType: SpriteMaskInteraction.VisibleInsideMask
  type: Field
- uid: UnityEngine.SpriteMaskInteraction.VisibleOutsideMask
  name: VisibleOutsideMask
  fullName: UnityEngine.SpriteMaskInteraction.VisibleOutsideMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMaskInteraction.VisibleOutsideMask.html
  commentId: F:UnityEngine.SpriteMaskInteraction.VisibleOutsideMask
  nameWithType: SpriteMaskInteraction.VisibleOutsideMask
  type: Field
- uid: UnityEngine.SpriteMeshType
  name: SpriteMeshType
  fullName: UnityEngine.SpriteMeshType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMeshType.html
  commentId: T:UnityEngine.SpriteMeshType
  nameWithType: SpriteMeshType
  type: Enum
- uid: UnityEngine.SpriteMeshType.FullRect
  name: FullRect
  fullName: UnityEngine.SpriteMeshType.FullRect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMeshType.FullRect.html
  commentId: F:UnityEngine.SpriteMeshType.FullRect
  nameWithType: SpriteMeshType.FullRect
  type: Field
- uid: UnityEngine.SpriteMeshType.Tight
  name: Tight
  fullName: UnityEngine.SpriteMeshType.Tight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteMeshType.Tight.html
  commentId: F:UnityEngine.SpriteMeshType.Tight
  nameWithType: SpriteMeshType.Tight
  type: Field
- uid: UnityEngine.SpritePackingMode
  name: SpritePackingMode
  fullName: UnityEngine.SpritePackingMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackingMode.html
  commentId: T:UnityEngine.SpritePackingMode
  nameWithType: SpritePackingMode
  type: Enum
- uid: UnityEngine.SpritePackingMode.Rectangle
  name: Rectangle
  fullName: UnityEngine.SpritePackingMode.Rectangle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackingMode.Rectangle.html
  commentId: F:UnityEngine.SpritePackingMode.Rectangle
  nameWithType: SpritePackingMode.Rectangle
  type: Field
- uid: UnityEngine.SpritePackingMode.Tight
  name: Tight
  fullName: UnityEngine.SpritePackingMode.Tight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackingMode.Tight.html
  commentId: F:UnityEngine.SpritePackingMode.Tight
  nameWithType: SpritePackingMode.Tight
  type: Field
- uid: UnityEngine.SpritePackingRotation
  name: SpritePackingRotation
  fullName: UnityEngine.SpritePackingRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackingRotation.html
  commentId: T:UnityEngine.SpritePackingRotation
  nameWithType: SpritePackingRotation
  type: Enum
- uid: UnityEngine.SpritePackingRotation.Any
  name: Any
  fullName: UnityEngine.SpritePackingRotation.Any
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackingRotation.Any.html
  commentId: F:UnityEngine.SpritePackingRotation.Any
  nameWithType: SpritePackingRotation.Any
  type: Field
- uid: UnityEngine.SpritePackingRotation.None
  name: None
  fullName: UnityEngine.SpritePackingRotation.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpritePackingRotation.None.html
  commentId: F:UnityEngine.SpritePackingRotation.None
  nameWithType: SpritePackingRotation.None
  type: Field
- uid: UnityEngine.SpriteRenderer
  name: SpriteRenderer
  fullName: UnityEngine.SpriteRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer.html
  commentId: T:UnityEngine.SpriteRenderer
  nameWithType: SpriteRenderer
  type: Class
- uid: UnityEngine.SpriteRenderer.adaptiveModeThreshold
  name: adaptiveModeThreshold
  fullName: UnityEngine.SpriteRenderer.adaptiveModeThreshold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-adaptiveModeThreshold.html
  commentId: P:UnityEngine.SpriteRenderer.adaptiveModeThreshold
  nameWithType: SpriteRenderer.adaptiveModeThreshold
  type: Property
- uid: UnityEngine.SpriteRenderer.color
  name: color
  fullName: UnityEngine.SpriteRenderer.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-color.html
  commentId: P:UnityEngine.SpriteRenderer.color
  nameWithType: SpriteRenderer.color
  type: Property
- uid: UnityEngine.SpriteRenderer.drawMode
  name: drawMode
  fullName: UnityEngine.SpriteRenderer.drawMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-drawMode.html
  commentId: P:UnityEngine.SpriteRenderer.drawMode
  nameWithType: SpriteRenderer.drawMode
  type: Property
- uid: UnityEngine.SpriteRenderer.flipX
  name: flipX
  fullName: UnityEngine.SpriteRenderer.flipX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-flipX.html
  commentId: P:UnityEngine.SpriteRenderer.flipX
  nameWithType: SpriteRenderer.flipX
  type: Property
- uid: UnityEngine.SpriteRenderer.flipY
  name: flipY
  fullName: UnityEngine.SpriteRenderer.flipY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-flipY.html
  commentId: P:UnityEngine.SpriteRenderer.flipY
  nameWithType: SpriteRenderer.flipY
  type: Property
- uid: UnityEngine.SpriteRenderer.maskInteraction
  name: maskInteraction
  fullName: UnityEngine.SpriteRenderer.maskInteraction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-maskInteraction.html
  commentId: P:UnityEngine.SpriteRenderer.maskInteraction
  nameWithType: SpriteRenderer.maskInteraction
  type: Property
- uid: UnityEngine.SpriteRenderer.size
  name: size
  fullName: UnityEngine.SpriteRenderer.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-size.html
  commentId: P:UnityEngine.SpriteRenderer.size
  nameWithType: SpriteRenderer.size
  type: Property
- uid: UnityEngine.SpriteRenderer.sprite
  name: sprite
  fullName: UnityEngine.SpriteRenderer.sprite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-sprite.html
  commentId: P:UnityEngine.SpriteRenderer.sprite
  nameWithType: SpriteRenderer.sprite
  type: Property
- uid: UnityEngine.SpriteRenderer.tileMode
  name: tileMode
  fullName: UnityEngine.SpriteRenderer.tileMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteRenderer-tileMode.html
  commentId: P:UnityEngine.SpriteRenderer.tileMode
  nameWithType: SpriteRenderer.tileMode
  type: Property
- uid: UnityEngine.Sprites
  name: UnityEngine.Sprites
  fullName: UnityEngine.Sprites
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Sprites
  nameWithType: UnityEngine.Sprites
  type: Namespace
- uid: UnityEngine.Sprites.DataUtility
  name: DataUtility
  fullName: UnityEngine.Sprites.DataUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.DataUtility.html
  commentId: T:UnityEngine.Sprites.DataUtility
  nameWithType: DataUtility
  type: Class
- uid: UnityEngine.Sprites.DataUtility.GetInnerUV(UnityEngine.Sprite)
  name: GetInnerUV(Sprite)
  fullName: UnityEngine.Sprites.DataUtility.GetInnerUV(UnityEngine.Sprite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.DataUtility.GetInnerUV.html
  commentId: M:UnityEngine.Sprites.DataUtility.GetInnerUV(UnityEngine.Sprite)
  nameWithType: DataUtility.GetInnerUV(Sprite)
  type: Method
- uid: UnityEngine.Sprites.DataUtility.GetMinSize(UnityEngine.Sprite)
  name: GetMinSize(Sprite)
  fullName: UnityEngine.Sprites.DataUtility.GetMinSize(UnityEngine.Sprite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.DataUtility.GetMinSize.html
  commentId: M:UnityEngine.Sprites.DataUtility.GetMinSize(UnityEngine.Sprite)
  nameWithType: DataUtility.GetMinSize(Sprite)
  type: Method
- uid: UnityEngine.Sprites.DataUtility.GetOuterUV(UnityEngine.Sprite)
  name: GetOuterUV(Sprite)
  fullName: UnityEngine.Sprites.DataUtility.GetOuterUV(UnityEngine.Sprite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.DataUtility.GetOuterUV.html
  commentId: M:UnityEngine.Sprites.DataUtility.GetOuterUV(UnityEngine.Sprite)
  nameWithType: DataUtility.GetOuterUV(Sprite)
  type: Method
- uid: UnityEngine.Sprites.DataUtility.GetPadding(UnityEngine.Sprite)
  name: GetPadding(Sprite)
  fullName: UnityEngine.Sprites.DataUtility.GetPadding(UnityEngine.Sprite)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Sprites.DataUtility.GetPadding.html
  commentId: M:UnityEngine.Sprites.DataUtility.GetPadding(UnityEngine.Sprite)
  nameWithType: DataUtility.GetPadding(Sprite)
  type: Method
- uid: UnityEngine.SpriteTileMode
  name: SpriteTileMode
  fullName: UnityEngine.SpriteTileMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteTileMode.html
  commentId: T:UnityEngine.SpriteTileMode
  nameWithType: SpriteTileMode
  type: Enum
- uid: UnityEngine.SpriteTileMode.Adaptive
  name: Adaptive
  fullName: UnityEngine.SpriteTileMode.Adaptive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteTileMode.Adaptive.html
  commentId: F:UnityEngine.SpriteTileMode.Adaptive
  nameWithType: SpriteTileMode.Adaptive
  type: Field
- uid: UnityEngine.SpriteTileMode.Continuous
  name: Continuous
  fullName: UnityEngine.SpriteTileMode.Continuous
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SpriteTileMode.Continuous.html
  commentId: F:UnityEngine.SpriteTileMode.Continuous
  nameWithType: SpriteTileMode.Continuous
  type: Field
- uid: UnityEngine.StackTraceLogType
  name: StackTraceLogType
  fullName: UnityEngine.StackTraceLogType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StackTraceLogType.html
  commentId: T:UnityEngine.StackTraceLogType
  nameWithType: StackTraceLogType
  type: Enum
- uid: UnityEngine.StackTraceLogType.Full
  name: Full
  fullName: UnityEngine.StackTraceLogType.Full
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StackTraceLogType.Full.html
  commentId: F:UnityEngine.StackTraceLogType.Full
  nameWithType: StackTraceLogType.Full
  type: Field
- uid: UnityEngine.StackTraceLogType.None
  name: None
  fullName: UnityEngine.StackTraceLogType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StackTraceLogType.None.html
  commentId: F:UnityEngine.StackTraceLogType.None
  nameWithType: StackTraceLogType.None
  type: Field
- uid: UnityEngine.StackTraceLogType.ScriptOnly
  name: ScriptOnly
  fullName: UnityEngine.StackTraceLogType.ScriptOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StackTraceLogType.ScriptOnly.html
  commentId: F:UnityEngine.StackTraceLogType.ScriptOnly
  nameWithType: StackTraceLogType.ScriptOnly
  type: Field
- uid: UnityEngine.StackTraceUtility
  name: StackTraceUtility
  fullName: UnityEngine.StackTraceUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StackTraceUtility.html
  commentId: T:UnityEngine.StackTraceUtility
  nameWithType: StackTraceUtility
  type: Class
- uid: UnityEngine.StackTraceUtility.ExtractStackTrace
  name: ExtractStackTrace()
  fullName: UnityEngine.StackTraceUtility.ExtractStackTrace()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StackTraceUtility.ExtractStackTrace.html
  commentId: M:UnityEngine.StackTraceUtility.ExtractStackTrace
  nameWithType: StackTraceUtility.ExtractStackTrace()
  type: Method
- uid: UnityEngine.StackTraceUtility.ExtractStringFromException(System.Object)
  name: ExtractStringFromException(object)
  fullName: UnityEngine.StackTraceUtility.ExtractStringFromException(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StackTraceUtility.ExtractStringFromException.html
  commentId: M:UnityEngine.StackTraceUtility.ExtractStringFromException(System.Object)
  nameWithType: StackTraceUtility.ExtractStringFromException(object)
  type: Method
- uid: UnityEngine.StateMachineBehaviour
  name: StateMachineBehaviour
  fullName: UnityEngine.StateMachineBehaviour
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.html
  commentId: T:UnityEngine.StateMachineBehaviour
  nameWithType: StateMachineBehaviour
  type: Class
- uid: UnityEngine.StateMachineBehaviour.OnStateEnter(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  name: OnStateEnter(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  fullName: UnityEngine.StateMachineBehaviour.OnStateEnter(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int, UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateEnter.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateEnter(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  nameWithType: StateMachineBehaviour.OnStateEnter(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateEnter(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  name: OnStateEnter(Animator, AnimatorStateInfo, int)
  fullName: UnityEngine.StateMachineBehaviour.OnStateEnter(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateEnter.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateEnter(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  nameWithType: StateMachineBehaviour.OnStateEnter(Animator, AnimatorStateInfo, int)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateExit(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  name: OnStateExit(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  fullName: UnityEngine.StateMachineBehaviour.OnStateExit(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int, UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateExit.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateExit(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  nameWithType: StateMachineBehaviour.OnStateExit(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateExit(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  name: OnStateExit(Animator, AnimatorStateInfo, int)
  fullName: UnityEngine.StateMachineBehaviour.OnStateExit(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateExit.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateExit(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  nameWithType: StateMachineBehaviour.OnStateExit(Animator, AnimatorStateInfo, int)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateIK(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  name: OnStateIK(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  fullName: UnityEngine.StateMachineBehaviour.OnStateIK(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int, UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateIK.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateIK(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  nameWithType: StateMachineBehaviour.OnStateIK(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateIK(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  name: OnStateIK(Animator, AnimatorStateInfo, int)
  fullName: UnityEngine.StateMachineBehaviour.OnStateIK(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateIK.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateIK(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  nameWithType: StateMachineBehaviour.OnStateIK(Animator, AnimatorStateInfo, int)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateMachineEnter(UnityEngine.Animator,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  name: OnStateMachineEnter(Animator, int, AnimatorControllerPlayable)
  fullName: UnityEngine.StateMachineBehaviour.OnStateMachineEnter(UnityEngine.Animator, int, UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateMachineEnter.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateMachineEnter(UnityEngine.Animator,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  nameWithType: StateMachineBehaviour.OnStateMachineEnter(Animator, int, AnimatorControllerPlayable)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateMachineEnter(UnityEngine.Animator,System.Int32)
  name: OnStateMachineEnter(Animator, int)
  fullName: UnityEngine.StateMachineBehaviour.OnStateMachineEnter(UnityEngine.Animator, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateMachineEnter.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateMachineEnter(UnityEngine.Animator,System.Int32)
  nameWithType: StateMachineBehaviour.OnStateMachineEnter(Animator, int)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateMachineExit(UnityEngine.Animator,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  name: OnStateMachineExit(Animator, int, AnimatorControllerPlayable)
  fullName: UnityEngine.StateMachineBehaviour.OnStateMachineExit(UnityEngine.Animator, int, UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateMachineExit.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateMachineExit(UnityEngine.Animator,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  nameWithType: StateMachineBehaviour.OnStateMachineExit(Animator, int, AnimatorControllerPlayable)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateMachineExit(UnityEngine.Animator,System.Int32)
  name: OnStateMachineExit(Animator, int)
  fullName: UnityEngine.StateMachineBehaviour.OnStateMachineExit(UnityEngine.Animator, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateMachineExit.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateMachineExit(UnityEngine.Animator,System.Int32)
  nameWithType: StateMachineBehaviour.OnStateMachineExit(Animator, int)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateMove(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  name: OnStateMove(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  fullName: UnityEngine.StateMachineBehaviour.OnStateMove(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int, UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateMove.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateMove(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  nameWithType: StateMachineBehaviour.OnStateMove(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateMove(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  name: OnStateMove(Animator, AnimatorStateInfo, int)
  fullName: UnityEngine.StateMachineBehaviour.OnStateMove(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateMove.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateMove(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  nameWithType: StateMachineBehaviour.OnStateMove(Animator, AnimatorStateInfo, int)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateUpdate(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  name: OnStateUpdate(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  fullName: UnityEngine.StateMachineBehaviour.OnStateUpdate(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int, UnityEngine.Animations.AnimatorControllerPlayable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateUpdate.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateUpdate(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32,UnityEngine.Animations.AnimatorControllerPlayable)
  nameWithType: StateMachineBehaviour.OnStateUpdate(Animator, AnimatorStateInfo, int, AnimatorControllerPlayable)
  type: Method
- uid: UnityEngine.StateMachineBehaviour.OnStateUpdate(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  name: OnStateUpdate(Animator, AnimatorStateInfo, int)
  fullName: UnityEngine.StateMachineBehaviour.OnStateUpdate(UnityEngine.Animator, UnityEngine.AnimatorStateInfo, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StateMachineBehaviour.OnStateUpdate.html
  commentId: M:UnityEngine.StateMachineBehaviour.OnStateUpdate(UnityEngine.Animator,UnityEngine.AnimatorStateInfo,System.Int32)
  nameWithType: StateMachineBehaviour.OnStateUpdate(Animator, AnimatorStateInfo, int)
  type: Method
- uid: UnityEngine.StaticBatchingUtility
  name: StaticBatchingUtility
  fullName: UnityEngine.StaticBatchingUtility
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticBatchingUtility.html
  commentId: T:UnityEngine.StaticBatchingUtility
  nameWithType: StaticBatchingUtility
  type: Class
- uid: UnityEngine.StaticBatchingUtility.Combine(UnityEngine.GameObject)
  name: Combine(GameObject)
  fullName: UnityEngine.StaticBatchingUtility.Combine(UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticBatchingUtility.Combine.html
  commentId: M:UnityEngine.StaticBatchingUtility.Combine(UnityEngine.GameObject)
  nameWithType: StaticBatchingUtility.Combine(GameObject)
  type: Method
- uid: UnityEngine.StaticBatchingUtility.Combine(UnityEngine.GameObject[],UnityEngine.GameObject)
  name: Combine(GameObject[], GameObject)
  fullName: UnityEngine.StaticBatchingUtility.Combine(UnityEngine.GameObject[], UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StaticBatchingUtility.Combine.html
  commentId: M:UnityEngine.StaticBatchingUtility.Combine(UnityEngine.GameObject[],UnityEngine.GameObject)
  nameWithType: StaticBatchingUtility.Combine(GameObject[], GameObject)
  type: Method
- uid: UnityEngine.StereoTargetEyeMask
  name: StereoTargetEyeMask
  fullName: UnityEngine.StereoTargetEyeMask
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoTargetEyeMask.html
  commentId: T:UnityEngine.StereoTargetEyeMask
  nameWithType: StereoTargetEyeMask
  type: Enum
- uid: UnityEngine.StereoTargetEyeMask.Both
  name: Both
  fullName: UnityEngine.StereoTargetEyeMask.Both
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoTargetEyeMask.Both.html
  commentId: F:UnityEngine.StereoTargetEyeMask.Both
  nameWithType: StereoTargetEyeMask.Both
  type: Field
- uid: UnityEngine.StereoTargetEyeMask.Left
  name: Left
  fullName: UnityEngine.StereoTargetEyeMask.Left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoTargetEyeMask.Left.html
  commentId: F:UnityEngine.StereoTargetEyeMask.Left
  nameWithType: StereoTargetEyeMask.Left
  type: Field
- uid: UnityEngine.StereoTargetEyeMask.None
  name: None
  fullName: UnityEngine.StereoTargetEyeMask.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoTargetEyeMask.None.html
  commentId: F:UnityEngine.StereoTargetEyeMask.None
  nameWithType: StereoTargetEyeMask.None
  type: Field
- uid: UnityEngine.StereoTargetEyeMask.Right
  name: Right
  fullName: UnityEngine.StereoTargetEyeMask.Right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/StereoTargetEyeMask.Right.html
  commentId: F:UnityEngine.StereoTargetEyeMask.Right
  nameWithType: StereoTargetEyeMask.Right
  type: Field
- uid: UnityEngine.SurfaceEffector2D
  name: SurfaceEffector2D
  fullName: UnityEngine.SurfaceEffector2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SurfaceEffector2D.html
  commentId: T:UnityEngine.SurfaceEffector2D
  nameWithType: SurfaceEffector2D
  type: Class
- uid: UnityEngine.SurfaceEffector2D.forceScale
  name: forceScale
  fullName: UnityEngine.SurfaceEffector2D.forceScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SurfaceEffector2D-forceScale.html
  commentId: P:UnityEngine.SurfaceEffector2D.forceScale
  nameWithType: SurfaceEffector2D.forceScale
  type: Property
- uid: UnityEngine.SurfaceEffector2D.speed
  name: speed
  fullName: UnityEngine.SurfaceEffector2D.speed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SurfaceEffector2D-speed.html
  commentId: P:UnityEngine.SurfaceEffector2D.speed
  nameWithType: SurfaceEffector2D.speed
  type: Property
- uid: UnityEngine.SurfaceEffector2D.speedVariation
  name: speedVariation
  fullName: UnityEngine.SurfaceEffector2D.speedVariation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SurfaceEffector2D-speedVariation.html
  commentId: P:UnityEngine.SurfaceEffector2D.speedVariation
  nameWithType: SurfaceEffector2D.speedVariation
  type: Property
- uid: UnityEngine.SurfaceEffector2D.useBounce
  name: useBounce
  fullName: UnityEngine.SurfaceEffector2D.useBounce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SurfaceEffector2D-useBounce.html
  commentId: P:UnityEngine.SurfaceEffector2D.useBounce
  nameWithType: SurfaceEffector2D.useBounce
  type: Property
- uid: UnityEngine.SurfaceEffector2D.useContactForce
  name: useContactForce
  fullName: UnityEngine.SurfaceEffector2D.useContactForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SurfaceEffector2D-useContactForce.html
  commentId: P:UnityEngine.SurfaceEffector2D.useContactForce
  nameWithType: SurfaceEffector2D.useContactForce
  type: Property
- uid: UnityEngine.SurfaceEffector2D.useFriction
  name: useFriction
  fullName: UnityEngine.SurfaceEffector2D.useFriction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SurfaceEffector2D-useFriction.html
  commentId: P:UnityEngine.SurfaceEffector2D.useFriction
  nameWithType: SurfaceEffector2D.useFriction
  type: Property
- uid: UnityEngine.SystemInfo
  name: SystemInfo
  fullName: UnityEngine.SystemInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo.html
  commentId: T:UnityEngine.SystemInfo
  nameWithType: SystemInfo
  type: Class
- uid: UnityEngine.SystemInfo.batteryLevel
  name: batteryLevel
  fullName: UnityEngine.SystemInfo.batteryLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-batteryLevel.html
  commentId: P:UnityEngine.SystemInfo.batteryLevel
  nameWithType: SystemInfo.batteryLevel
  type: Property
- uid: UnityEngine.SystemInfo.batteryStatus
  name: batteryStatus
  fullName: UnityEngine.SystemInfo.batteryStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-batteryStatus.html
  commentId: P:UnityEngine.SystemInfo.batteryStatus
  nameWithType: SystemInfo.batteryStatus
  type: Property
- uid: UnityEngine.SystemInfo.copyTextureSupport
  name: copyTextureSupport
  fullName: UnityEngine.SystemInfo.copyTextureSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-copyTextureSupport.html
  commentId: P:UnityEngine.SystemInfo.copyTextureSupport
  nameWithType: SystemInfo.copyTextureSupport
  type: Property
- uid: UnityEngine.SystemInfo.deviceModel
  name: deviceModel
  fullName: UnityEngine.SystemInfo.deviceModel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-deviceModel.html
  commentId: P:UnityEngine.SystemInfo.deviceModel
  nameWithType: SystemInfo.deviceModel
  type: Property
- uid: UnityEngine.SystemInfo.deviceName
  name: deviceName
  fullName: UnityEngine.SystemInfo.deviceName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-deviceName.html
  commentId: P:UnityEngine.SystemInfo.deviceName
  nameWithType: SystemInfo.deviceName
  type: Property
- uid: UnityEngine.SystemInfo.deviceType
  name: deviceType
  fullName: UnityEngine.SystemInfo.deviceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-deviceType.html
  commentId: P:UnityEngine.SystemInfo.deviceType
  nameWithType: SystemInfo.deviceType
  type: Property
- uid: UnityEngine.SystemInfo.deviceUniqueIdentifier
  name: deviceUniqueIdentifier
  fullName: UnityEngine.SystemInfo.deviceUniqueIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-deviceUniqueIdentifier.html
  commentId: P:UnityEngine.SystemInfo.deviceUniqueIdentifier
  nameWithType: SystemInfo.deviceUniqueIdentifier
  type: Property
- uid: UnityEngine.SystemInfo.graphicsDeviceID
  name: graphicsDeviceID
  fullName: UnityEngine.SystemInfo.graphicsDeviceID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsDeviceID.html
  commentId: P:UnityEngine.SystemInfo.graphicsDeviceID
  nameWithType: SystemInfo.graphicsDeviceID
  type: Property
- uid: UnityEngine.SystemInfo.graphicsDeviceName
  name: graphicsDeviceName
  fullName: UnityEngine.SystemInfo.graphicsDeviceName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsDeviceName.html
  commentId: P:UnityEngine.SystemInfo.graphicsDeviceName
  nameWithType: SystemInfo.graphicsDeviceName
  type: Property
- uid: UnityEngine.SystemInfo.graphicsDeviceType
  name: graphicsDeviceType
  fullName: UnityEngine.SystemInfo.graphicsDeviceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsDeviceType.html
  commentId: P:UnityEngine.SystemInfo.graphicsDeviceType
  nameWithType: SystemInfo.graphicsDeviceType
  type: Property
- uid: UnityEngine.SystemInfo.graphicsDeviceVendor
  name: graphicsDeviceVendor
  fullName: UnityEngine.SystemInfo.graphicsDeviceVendor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsDeviceVendor.html
  commentId: P:UnityEngine.SystemInfo.graphicsDeviceVendor
  nameWithType: SystemInfo.graphicsDeviceVendor
  type: Property
- uid: UnityEngine.SystemInfo.graphicsDeviceVendorID
  name: graphicsDeviceVendorID
  fullName: UnityEngine.SystemInfo.graphicsDeviceVendorID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsDeviceVendorID.html
  commentId: P:UnityEngine.SystemInfo.graphicsDeviceVendorID
  nameWithType: SystemInfo.graphicsDeviceVendorID
  type: Property
- uid: UnityEngine.SystemInfo.graphicsDeviceVersion
  name: graphicsDeviceVersion
  fullName: UnityEngine.SystemInfo.graphicsDeviceVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsDeviceVersion.html
  commentId: P:UnityEngine.SystemInfo.graphicsDeviceVersion
  nameWithType: SystemInfo.graphicsDeviceVersion
  type: Property
- uid: UnityEngine.SystemInfo.graphicsMemorySize
  name: graphicsMemorySize
  fullName: UnityEngine.SystemInfo.graphicsMemorySize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsMemorySize.html
  commentId: P:UnityEngine.SystemInfo.graphicsMemorySize
  nameWithType: SystemInfo.graphicsMemorySize
  type: Property
- uid: UnityEngine.SystemInfo.graphicsMultiThreaded
  name: graphicsMultiThreaded
  fullName: UnityEngine.SystemInfo.graphicsMultiThreaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsMultiThreaded.html
  commentId: P:UnityEngine.SystemInfo.graphicsMultiThreaded
  nameWithType: SystemInfo.graphicsMultiThreaded
  type: Property
- uid: UnityEngine.SystemInfo.graphicsPixelFillrate
  name: graphicsPixelFillrate
  fullName: UnityEngine.SystemInfo.graphicsPixelFillrate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsPixelFillrate.html
  commentId: P:UnityEngine.SystemInfo.graphicsPixelFillrate
  nameWithType: SystemInfo.graphicsPixelFillrate
  type: Property
- uid: UnityEngine.SystemInfo.graphicsShaderLevel
  name: graphicsShaderLevel
  fullName: UnityEngine.SystemInfo.graphicsShaderLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsShaderLevel.html
  commentId: P:UnityEngine.SystemInfo.graphicsShaderLevel
  nameWithType: SystemInfo.graphicsShaderLevel
  type: Property
- uid: UnityEngine.SystemInfo.graphicsUVStartsAtTop
  name: graphicsUVStartsAtTop
  fullName: UnityEngine.SystemInfo.graphicsUVStartsAtTop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-graphicsUVStartsAtTop.html
  commentId: P:UnityEngine.SystemInfo.graphicsUVStartsAtTop
  nameWithType: SystemInfo.graphicsUVStartsAtTop
  type: Property
- uid: UnityEngine.SystemInfo.maxCubemapSize
  name: maxCubemapSize
  fullName: UnityEngine.SystemInfo.maxCubemapSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-maxCubemapSize.html
  commentId: P:UnityEngine.SystemInfo.maxCubemapSize
  nameWithType: SystemInfo.maxCubemapSize
  type: Property
- uid: UnityEngine.SystemInfo.maxTextureSize
  name: maxTextureSize
  fullName: UnityEngine.SystemInfo.maxTextureSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-maxTextureSize.html
  commentId: P:UnityEngine.SystemInfo.maxTextureSize
  nameWithType: SystemInfo.maxTextureSize
  type: Property
- uid: UnityEngine.SystemInfo.npotSupport
  name: npotSupport
  fullName: UnityEngine.SystemInfo.npotSupport
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-npotSupport.html
  commentId: P:UnityEngine.SystemInfo.npotSupport
  nameWithType: SystemInfo.npotSupport
  type: Property
- uid: UnityEngine.SystemInfo.operatingSystem
  name: operatingSystem
  fullName: UnityEngine.SystemInfo.operatingSystem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-operatingSystem.html
  commentId: P:UnityEngine.SystemInfo.operatingSystem
  nameWithType: SystemInfo.operatingSystem
  type: Property
- uid: UnityEngine.SystemInfo.operatingSystemFamily
  name: operatingSystemFamily
  fullName: UnityEngine.SystemInfo.operatingSystemFamily
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-operatingSystemFamily.html
  commentId: P:UnityEngine.SystemInfo.operatingSystemFamily
  nameWithType: SystemInfo.operatingSystemFamily
  type: Property
- uid: UnityEngine.SystemInfo.processorCount
  name: processorCount
  fullName: UnityEngine.SystemInfo.processorCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-processorCount.html
  commentId: P:UnityEngine.SystemInfo.processorCount
  nameWithType: SystemInfo.processorCount
  type: Property
- uid: UnityEngine.SystemInfo.processorFrequency
  name: processorFrequency
  fullName: UnityEngine.SystemInfo.processorFrequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-processorFrequency.html
  commentId: P:UnityEngine.SystemInfo.processorFrequency
  nameWithType: SystemInfo.processorFrequency
  type: Property
- uid: UnityEngine.SystemInfo.processorType
  name: processorType
  fullName: UnityEngine.SystemInfo.processorType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-processorType.html
  commentId: P:UnityEngine.SystemInfo.processorType
  nameWithType: SystemInfo.processorType
  type: Property
- uid: UnityEngine.SystemInfo.supportedRenderTargetCount
  name: supportedRenderTargetCount
  fullName: UnityEngine.SystemInfo.supportedRenderTargetCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportedRenderTargetCount.html
  commentId: P:UnityEngine.SystemInfo.supportedRenderTargetCount
  nameWithType: SystemInfo.supportedRenderTargetCount
  type: Property
- uid: UnityEngine.SystemInfo.supports2DArrayTextures
  name: supports2DArrayTextures
  fullName: UnityEngine.SystemInfo.supports2DArrayTextures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supports2DArrayTextures.html
  commentId: P:UnityEngine.SystemInfo.supports2DArrayTextures
  nameWithType: SystemInfo.supports2DArrayTextures
  type: Property
- uid: UnityEngine.SystemInfo.supports3DRenderTextures
  name: supports3DRenderTextures
  fullName: UnityEngine.SystemInfo.supports3DRenderTextures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supports3DRenderTextures.html
  commentId: P:UnityEngine.SystemInfo.supports3DRenderTextures
  nameWithType: SystemInfo.supports3DRenderTextures
  type: Property
- uid: UnityEngine.SystemInfo.supports3DTextures
  name: supports3DTextures
  fullName: UnityEngine.SystemInfo.supports3DTextures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supports3DTextures.html
  commentId: P:UnityEngine.SystemInfo.supports3DTextures
  nameWithType: SystemInfo.supports3DTextures
  type: Property
- uid: UnityEngine.SystemInfo.supportsAccelerometer
  name: supportsAccelerometer
  fullName: UnityEngine.SystemInfo.supportsAccelerometer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsAccelerometer.html
  commentId: P:UnityEngine.SystemInfo.supportsAccelerometer
  nameWithType: SystemInfo.supportsAccelerometer
  type: Property
- uid: UnityEngine.SystemInfo.supportsAudio
  name: supportsAudio
  fullName: UnityEngine.SystemInfo.supportsAudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsAudio.html
  commentId: P:UnityEngine.SystemInfo.supportsAudio
  nameWithType: SystemInfo.supportsAudio
  type: Property
- uid: UnityEngine.SystemInfo.supportsComputeShaders
  name: supportsComputeShaders
  fullName: UnityEngine.SystemInfo.supportsComputeShaders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsComputeShaders.html
  commentId: P:UnityEngine.SystemInfo.supportsComputeShaders
  nameWithType: SystemInfo.supportsComputeShaders
  type: Property
- uid: UnityEngine.SystemInfo.supportsCubemapArrayTextures
  name: supportsCubemapArrayTextures
  fullName: UnityEngine.SystemInfo.supportsCubemapArrayTextures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsCubemapArrayTextures.html
  commentId: P:UnityEngine.SystemInfo.supportsCubemapArrayTextures
  nameWithType: SystemInfo.supportsCubemapArrayTextures
  type: Property
- uid: UnityEngine.SystemInfo.supportsGyroscope
  name: supportsGyroscope
  fullName: UnityEngine.SystemInfo.supportsGyroscope
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsGyroscope.html
  commentId: P:UnityEngine.SystemInfo.supportsGyroscope
  nameWithType: SystemInfo.supportsGyroscope
  type: Property
- uid: UnityEngine.SystemInfo.supportsImageEffects
  name: supportsImageEffects
  fullName: UnityEngine.SystemInfo.supportsImageEffects
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsImageEffects.html
  commentId: P:UnityEngine.SystemInfo.supportsImageEffects
  nameWithType: SystemInfo.supportsImageEffects
  type: Property
- uid: UnityEngine.SystemInfo.supportsInstancing
  name: supportsInstancing
  fullName: UnityEngine.SystemInfo.supportsInstancing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsInstancing.html
  commentId: P:UnityEngine.SystemInfo.supportsInstancing
  nameWithType: SystemInfo.supportsInstancing
  type: Property
- uid: UnityEngine.SystemInfo.supportsLocationService
  name: supportsLocationService
  fullName: UnityEngine.SystemInfo.supportsLocationService
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsLocationService.html
  commentId: P:UnityEngine.SystemInfo.supportsLocationService
  nameWithType: SystemInfo.supportsLocationService
  type: Property
- uid: UnityEngine.SystemInfo.supportsMotionVectors
  name: supportsMotionVectors
  fullName: UnityEngine.SystemInfo.supportsMotionVectors
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsMotionVectors.html
  commentId: P:UnityEngine.SystemInfo.supportsMotionVectors
  nameWithType: SystemInfo.supportsMotionVectors
  type: Property
- uid: UnityEngine.SystemInfo.supportsRawShadowDepthSampling
  name: supportsRawShadowDepthSampling
  fullName: UnityEngine.SystemInfo.supportsRawShadowDepthSampling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsRawShadowDepthSampling.html
  commentId: P:UnityEngine.SystemInfo.supportsRawShadowDepthSampling
  nameWithType: SystemInfo.supportsRawShadowDepthSampling
  type: Property
- uid: UnityEngine.SystemInfo.SupportsRenderTextureFormat(UnityEngine.RenderTextureFormat)
  name: SupportsRenderTextureFormat(RenderTextureFormat)
  fullName: UnityEngine.SystemInfo.SupportsRenderTextureFormat(UnityEngine.RenderTextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo.SupportsRenderTextureFormat.html
  commentId: M:UnityEngine.SystemInfo.SupportsRenderTextureFormat(UnityEngine.RenderTextureFormat)
  nameWithType: SystemInfo.SupportsRenderTextureFormat(RenderTextureFormat)
  type: Method
- uid: UnityEngine.SystemInfo.supportsRenderTextures
  name: supportsRenderTextures
  fullName: UnityEngine.SystemInfo.supportsRenderTextures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsRenderTextures.html
  commentId: P:UnityEngine.SystemInfo.supportsRenderTextures
  nameWithType: SystemInfo.supportsRenderTextures
  type: Property
- uid: UnityEngine.SystemInfo.supportsRenderToCubemap
  name: supportsRenderToCubemap
  fullName: UnityEngine.SystemInfo.supportsRenderToCubemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsRenderToCubemap.html
  commentId: P:UnityEngine.SystemInfo.supportsRenderToCubemap
  nameWithType: SystemInfo.supportsRenderToCubemap
  type: Property
- uid: UnityEngine.SystemInfo.supportsShadows
  name: supportsShadows
  fullName: UnityEngine.SystemInfo.supportsShadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsShadows.html
  commentId: P:UnityEngine.SystemInfo.supportsShadows
  nameWithType: SystemInfo.supportsShadows
  type: Property
- uid: UnityEngine.SystemInfo.supportsSparseTextures
  name: supportsSparseTextures
  fullName: UnityEngine.SystemInfo.supportsSparseTextures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsSparseTextures.html
  commentId: P:UnityEngine.SystemInfo.supportsSparseTextures
  nameWithType: SystemInfo.supportsSparseTextures
  type: Property
- uid: UnityEngine.SystemInfo.supportsStencil
  name: supportsStencil
  fullName: UnityEngine.SystemInfo.supportsStencil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsStencil.html
  commentId: P:UnityEngine.SystemInfo.supportsStencil
  nameWithType: SystemInfo.supportsStencil
  type: Property
- uid: UnityEngine.SystemInfo.SupportsTextureFormat(UnityEngine.TextureFormat)
  name: SupportsTextureFormat(TextureFormat)
  fullName: UnityEngine.SystemInfo.SupportsTextureFormat(UnityEngine.TextureFormat)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo.SupportsTextureFormat.html
  commentId: M:UnityEngine.SystemInfo.SupportsTextureFormat(UnityEngine.TextureFormat)
  nameWithType: SystemInfo.SupportsTextureFormat(TextureFormat)
  type: Method
- uid: UnityEngine.SystemInfo.supportsTextureWrapMirrorOnce
  name: supportsTextureWrapMirrorOnce
  fullName: UnityEngine.SystemInfo.supportsTextureWrapMirrorOnce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsTextureWrapMirrorOnce.html
  commentId: P:UnityEngine.SystemInfo.supportsTextureWrapMirrorOnce
  nameWithType: SystemInfo.supportsTextureWrapMirrorOnce
  type: Property
- uid: UnityEngine.SystemInfo.supportsVertexPrograms
  name: supportsVertexPrograms
  fullName: UnityEngine.SystemInfo.supportsVertexPrograms
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsVertexPrograms.html
  commentId: P:UnityEngine.SystemInfo.supportsVertexPrograms
  nameWithType: SystemInfo.supportsVertexPrograms
  type: Property
- uid: UnityEngine.SystemInfo.supportsVibration
  name: supportsVibration
  fullName: UnityEngine.SystemInfo.supportsVibration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-supportsVibration.html
  commentId: P:UnityEngine.SystemInfo.supportsVibration
  nameWithType: SystemInfo.supportsVibration
  type: Property
- uid: UnityEngine.SystemInfo.systemMemorySize
  name: systemMemorySize
  fullName: UnityEngine.SystemInfo.systemMemorySize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-systemMemorySize.html
  commentId: P:UnityEngine.SystemInfo.systemMemorySize
  nameWithType: SystemInfo.systemMemorySize
  type: Property
- uid: UnityEngine.SystemInfo.unsupportedIdentifier
  name: unsupportedIdentifier
  fullName: UnityEngine.SystemInfo.unsupportedIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-unsupportedIdentifier.html
  commentId: F:UnityEngine.SystemInfo.unsupportedIdentifier
  nameWithType: SystemInfo.unsupportedIdentifier
  type: Field
- uid: UnityEngine.SystemInfo.usesReversedZBuffer
  name: usesReversedZBuffer
  fullName: UnityEngine.SystemInfo.usesReversedZBuffer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemInfo-usesReversedZBuffer.html
  commentId: P:UnityEngine.SystemInfo.usesReversedZBuffer
  nameWithType: SystemInfo.usesReversedZBuffer
  type: Property
- uid: UnityEngine.SystemLanguage
  name: SystemLanguage
  fullName: UnityEngine.SystemLanguage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.html
  commentId: T:UnityEngine.SystemLanguage
  nameWithType: SystemLanguage
  type: Enum
- uid: UnityEngine.SystemLanguage.Afrikaans
  name: Afrikaans
  fullName: UnityEngine.SystemLanguage.Afrikaans
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Afrikaans.html
  commentId: F:UnityEngine.SystemLanguage.Afrikaans
  nameWithType: SystemLanguage.Afrikaans
  type: Field
- uid: UnityEngine.SystemLanguage.Arabic
  name: Arabic
  fullName: UnityEngine.SystemLanguage.Arabic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Arabic.html
  commentId: F:UnityEngine.SystemLanguage.Arabic
  nameWithType: SystemLanguage.Arabic
  type: Field
- uid: UnityEngine.SystemLanguage.Basque
  name: Basque
  fullName: UnityEngine.SystemLanguage.Basque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Basque.html
  commentId: F:UnityEngine.SystemLanguage.Basque
  nameWithType: SystemLanguage.Basque
  type: Field
- uid: UnityEngine.SystemLanguage.Belarusian
  name: Belarusian
  fullName: UnityEngine.SystemLanguage.Belarusian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Belarusian.html
  commentId: F:UnityEngine.SystemLanguage.Belarusian
  nameWithType: SystemLanguage.Belarusian
  type: Field
- uid: UnityEngine.SystemLanguage.Bulgarian
  name: Bulgarian
  fullName: UnityEngine.SystemLanguage.Bulgarian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Bulgarian.html
  commentId: F:UnityEngine.SystemLanguage.Bulgarian
  nameWithType: SystemLanguage.Bulgarian
  type: Field
- uid: UnityEngine.SystemLanguage.Catalan
  name: Catalan
  fullName: UnityEngine.SystemLanguage.Catalan
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Catalan.html
  commentId: F:UnityEngine.SystemLanguage.Catalan
  nameWithType: SystemLanguage.Catalan
  type: Field
- uid: UnityEngine.SystemLanguage.Chinese
  name: Chinese
  fullName: UnityEngine.SystemLanguage.Chinese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Chinese.html
  commentId: F:UnityEngine.SystemLanguage.Chinese
  nameWithType: SystemLanguage.Chinese
  type: Field
- uid: UnityEngine.SystemLanguage.ChineseSimplified
  name: ChineseSimplified
  fullName: UnityEngine.SystemLanguage.ChineseSimplified
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.ChineseSimplified.html
  commentId: F:UnityEngine.SystemLanguage.ChineseSimplified
  nameWithType: SystemLanguage.ChineseSimplified
  type: Field
- uid: UnityEngine.SystemLanguage.ChineseTraditional
  name: ChineseTraditional
  fullName: UnityEngine.SystemLanguage.ChineseTraditional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.ChineseTraditional.html
  commentId: F:UnityEngine.SystemLanguage.ChineseTraditional
  nameWithType: SystemLanguage.ChineseTraditional
  type: Field
- uid: UnityEngine.SystemLanguage.Czech
  name: Czech
  fullName: UnityEngine.SystemLanguage.Czech
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Czech.html
  commentId: F:UnityEngine.SystemLanguage.Czech
  nameWithType: SystemLanguage.Czech
  type: Field
- uid: UnityEngine.SystemLanguage.Danish
  name: Danish
  fullName: UnityEngine.SystemLanguage.Danish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Danish.html
  commentId: F:UnityEngine.SystemLanguage.Danish
  nameWithType: SystemLanguage.Danish
  type: Field
- uid: UnityEngine.SystemLanguage.Dutch
  name: Dutch
  fullName: UnityEngine.SystemLanguage.Dutch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Dutch.html
  commentId: F:UnityEngine.SystemLanguage.Dutch
  nameWithType: SystemLanguage.Dutch
  type: Field
- uid: UnityEngine.SystemLanguage.English
  name: English
  fullName: UnityEngine.SystemLanguage.English
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.English.html
  commentId: F:UnityEngine.SystemLanguage.English
  nameWithType: SystemLanguage.English
  type: Field
- uid: UnityEngine.SystemLanguage.Estonian
  name: Estonian
  fullName: UnityEngine.SystemLanguage.Estonian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Estonian.html
  commentId: F:UnityEngine.SystemLanguage.Estonian
  nameWithType: SystemLanguage.Estonian
  type: Field
- uid: UnityEngine.SystemLanguage.Faroese
  name: Faroese
  fullName: UnityEngine.SystemLanguage.Faroese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Faroese.html
  commentId: F:UnityEngine.SystemLanguage.Faroese
  nameWithType: SystemLanguage.Faroese
  type: Field
- uid: UnityEngine.SystemLanguage.Finnish
  name: Finnish
  fullName: UnityEngine.SystemLanguage.Finnish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Finnish.html
  commentId: F:UnityEngine.SystemLanguage.Finnish
  nameWithType: SystemLanguage.Finnish
  type: Field
- uid: UnityEngine.SystemLanguage.French
  name: French
  fullName: UnityEngine.SystemLanguage.French
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.French.html
  commentId: F:UnityEngine.SystemLanguage.French
  nameWithType: SystemLanguage.French
  type: Field
- uid: UnityEngine.SystemLanguage.German
  name: German
  fullName: UnityEngine.SystemLanguage.German
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.German.html
  commentId: F:UnityEngine.SystemLanguage.German
  nameWithType: SystemLanguage.German
  type: Field
- uid: UnityEngine.SystemLanguage.Greek
  name: Greek
  fullName: UnityEngine.SystemLanguage.Greek
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Greek.html
  commentId: F:UnityEngine.SystemLanguage.Greek
  nameWithType: SystemLanguage.Greek
  type: Field
- uid: UnityEngine.SystemLanguage.Hebrew
  name: Hebrew
  fullName: UnityEngine.SystemLanguage.Hebrew
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Hebrew.html
  commentId: F:UnityEngine.SystemLanguage.Hebrew
  nameWithType: SystemLanguage.Hebrew
  type: Field
- uid: UnityEngine.SystemLanguage.Hugarian
  name: Hugarian
  fullName: UnityEngine.SystemLanguage.Hugarian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Hugarian.html
  commentId: F:UnityEngine.SystemLanguage.Hugarian
  nameWithType: SystemLanguage.Hugarian
  type: Field
- uid: UnityEngine.SystemLanguage.Hungarian
  name: Hungarian
  fullName: UnityEngine.SystemLanguage.Hungarian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Hungarian.html
  commentId: F:UnityEngine.SystemLanguage.Hungarian
  nameWithType: SystemLanguage.Hungarian
  type: Field
- uid: UnityEngine.SystemLanguage.Icelandic
  name: Icelandic
  fullName: UnityEngine.SystemLanguage.Icelandic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Icelandic.html
  commentId: F:UnityEngine.SystemLanguage.Icelandic
  nameWithType: SystemLanguage.Icelandic
  type: Field
- uid: UnityEngine.SystemLanguage.Indonesian
  name: Indonesian
  fullName: UnityEngine.SystemLanguage.Indonesian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Indonesian.html
  commentId: F:UnityEngine.SystemLanguage.Indonesian
  nameWithType: SystemLanguage.Indonesian
  type: Field
- uid: UnityEngine.SystemLanguage.Italian
  name: Italian
  fullName: UnityEngine.SystemLanguage.Italian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Italian.html
  commentId: F:UnityEngine.SystemLanguage.Italian
  nameWithType: SystemLanguage.Italian
  type: Field
- uid: UnityEngine.SystemLanguage.Japanese
  name: Japanese
  fullName: UnityEngine.SystemLanguage.Japanese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Japanese.html
  commentId: F:UnityEngine.SystemLanguage.Japanese
  nameWithType: SystemLanguage.Japanese
  type: Field
- uid: UnityEngine.SystemLanguage.Korean
  name: Korean
  fullName: UnityEngine.SystemLanguage.Korean
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Korean.html
  commentId: F:UnityEngine.SystemLanguage.Korean
  nameWithType: SystemLanguage.Korean
  type: Field
- uid: UnityEngine.SystemLanguage.Latvian
  name: Latvian
  fullName: UnityEngine.SystemLanguage.Latvian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Latvian.html
  commentId: F:UnityEngine.SystemLanguage.Latvian
  nameWithType: SystemLanguage.Latvian
  type: Field
- uid: UnityEngine.SystemLanguage.Lithuanian
  name: Lithuanian
  fullName: UnityEngine.SystemLanguage.Lithuanian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Lithuanian.html
  commentId: F:UnityEngine.SystemLanguage.Lithuanian
  nameWithType: SystemLanguage.Lithuanian
  type: Field
- uid: UnityEngine.SystemLanguage.Norwegian
  name: Norwegian
  fullName: UnityEngine.SystemLanguage.Norwegian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Norwegian.html
  commentId: F:UnityEngine.SystemLanguage.Norwegian
  nameWithType: SystemLanguage.Norwegian
  type: Field
- uid: UnityEngine.SystemLanguage.Polish
  name: Polish
  fullName: UnityEngine.SystemLanguage.Polish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Polish.html
  commentId: F:UnityEngine.SystemLanguage.Polish
  nameWithType: SystemLanguage.Polish
  type: Field
- uid: UnityEngine.SystemLanguage.Portuguese
  name: Portuguese
  fullName: UnityEngine.SystemLanguage.Portuguese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Portuguese.html
  commentId: F:UnityEngine.SystemLanguage.Portuguese
  nameWithType: SystemLanguage.Portuguese
  type: Field
- uid: UnityEngine.SystemLanguage.Romanian
  name: Romanian
  fullName: UnityEngine.SystemLanguage.Romanian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Romanian.html
  commentId: F:UnityEngine.SystemLanguage.Romanian
  nameWithType: SystemLanguage.Romanian
  type: Field
- uid: UnityEngine.SystemLanguage.Russian
  name: Russian
  fullName: UnityEngine.SystemLanguage.Russian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Russian.html
  commentId: F:UnityEngine.SystemLanguage.Russian
  nameWithType: SystemLanguage.Russian
  type: Field
- uid: UnityEngine.SystemLanguage.SerboCroatian
  name: SerboCroatian
  fullName: UnityEngine.SystemLanguage.SerboCroatian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.SerboCroatian.html
  commentId: F:UnityEngine.SystemLanguage.SerboCroatian
  nameWithType: SystemLanguage.SerboCroatian
  type: Field
- uid: UnityEngine.SystemLanguage.Slovak
  name: Slovak
  fullName: UnityEngine.SystemLanguage.Slovak
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Slovak.html
  commentId: F:UnityEngine.SystemLanguage.Slovak
  nameWithType: SystemLanguage.Slovak
  type: Field
- uid: UnityEngine.SystemLanguage.Slovenian
  name: Slovenian
  fullName: UnityEngine.SystemLanguage.Slovenian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Slovenian.html
  commentId: F:UnityEngine.SystemLanguage.Slovenian
  nameWithType: SystemLanguage.Slovenian
  type: Field
- uid: UnityEngine.SystemLanguage.Spanish
  name: Spanish
  fullName: UnityEngine.SystemLanguage.Spanish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Spanish.html
  commentId: F:UnityEngine.SystemLanguage.Spanish
  nameWithType: SystemLanguage.Spanish
  type: Field
- uid: UnityEngine.SystemLanguage.Swedish
  name: Swedish
  fullName: UnityEngine.SystemLanguage.Swedish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Swedish.html
  commentId: F:UnityEngine.SystemLanguage.Swedish
  nameWithType: SystemLanguage.Swedish
  type: Field
- uid: UnityEngine.SystemLanguage.Thai
  name: Thai
  fullName: UnityEngine.SystemLanguage.Thai
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Thai.html
  commentId: F:UnityEngine.SystemLanguage.Thai
  nameWithType: SystemLanguage.Thai
  type: Field
- uid: UnityEngine.SystemLanguage.Turkish
  name: Turkish
  fullName: UnityEngine.SystemLanguage.Turkish
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Turkish.html
  commentId: F:UnityEngine.SystemLanguage.Turkish
  nameWithType: SystemLanguage.Turkish
  type: Field
- uid: UnityEngine.SystemLanguage.Ukrainian
  name: Ukrainian
  fullName: UnityEngine.SystemLanguage.Ukrainian
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Ukrainian.html
  commentId: F:UnityEngine.SystemLanguage.Ukrainian
  nameWithType: SystemLanguage.Ukrainian
  type: Field
- uid: UnityEngine.SystemLanguage.Unknown
  name: Unknown
  fullName: UnityEngine.SystemLanguage.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Unknown.html
  commentId: F:UnityEngine.SystemLanguage.Unknown
  nameWithType: SystemLanguage.Unknown
  type: Field
- uid: UnityEngine.SystemLanguage.Vietnamese
  name: Vietnamese
  fullName: UnityEngine.SystemLanguage.Vietnamese
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/SystemLanguage.Vietnamese.html
  commentId: F:UnityEngine.SystemLanguage.Vietnamese
  nameWithType: SystemLanguage.Vietnamese
  type: Field
- uid: UnityEngine.TargetJoint2D
  name: TargetJoint2D
  fullName: UnityEngine.TargetJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetJoint2D.html
  commentId: T:UnityEngine.TargetJoint2D
  nameWithType: TargetJoint2D
  type: Class
- uid: UnityEngine.TargetJoint2D.anchor
  name: anchor
  fullName: UnityEngine.TargetJoint2D.anchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetJoint2D-anchor.html
  commentId: P:UnityEngine.TargetJoint2D.anchor
  nameWithType: TargetJoint2D.anchor
  type: Property
- uid: UnityEngine.TargetJoint2D.autoConfigureTarget
  name: autoConfigureTarget
  fullName: UnityEngine.TargetJoint2D.autoConfigureTarget
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetJoint2D-autoConfigureTarget.html
  commentId: P:UnityEngine.TargetJoint2D.autoConfigureTarget
  nameWithType: TargetJoint2D.autoConfigureTarget
  type: Property
- uid: UnityEngine.TargetJoint2D.dampingRatio
  name: dampingRatio
  fullName: UnityEngine.TargetJoint2D.dampingRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetJoint2D-dampingRatio.html
  commentId: P:UnityEngine.TargetJoint2D.dampingRatio
  nameWithType: TargetJoint2D.dampingRatio
  type: Property
- uid: UnityEngine.TargetJoint2D.frequency
  name: frequency
  fullName: UnityEngine.TargetJoint2D.frequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetJoint2D-frequency.html
  commentId: P:UnityEngine.TargetJoint2D.frequency
  nameWithType: TargetJoint2D.frequency
  type: Property
- uid: UnityEngine.TargetJoint2D.maxForce
  name: maxForce
  fullName: UnityEngine.TargetJoint2D.maxForce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetJoint2D-maxForce.html
  commentId: P:UnityEngine.TargetJoint2D.maxForce
  nameWithType: TargetJoint2D.maxForce
  type: Property
- uid: UnityEngine.TargetJoint2D.target
  name: target
  fullName: UnityEngine.TargetJoint2D.target
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TargetJoint2D-target.html
  commentId: P:UnityEngine.TargetJoint2D.target
  nameWithType: TargetJoint2D.target
  type: Property
- uid: UnityEngine.Terrain
  name: Terrain
  fullName: UnityEngine.Terrain
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.html
  commentId: T:UnityEngine.Terrain
  nameWithType: Terrain
  type: Class
- uid: UnityEngine.Terrain.activeTerrain
  name: activeTerrain
  fullName: UnityEngine.Terrain.activeTerrain
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-activeTerrain.html
  commentId: P:UnityEngine.Terrain.activeTerrain
  nameWithType: Terrain.activeTerrain
  type: Property
- uid: UnityEngine.Terrain.activeTerrains
  name: activeTerrains
  fullName: UnityEngine.Terrain.activeTerrains
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-activeTerrains.html
  commentId: P:UnityEngine.Terrain.activeTerrains
  nameWithType: Terrain.activeTerrains
  type: Property
- uid: UnityEngine.Terrain.AddTreeInstance(UnityEngine.TreeInstance)
  name: AddTreeInstance(TreeInstance)
  fullName: UnityEngine.Terrain.AddTreeInstance(UnityEngine.TreeInstance)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.AddTreeInstance.html
  commentId: M:UnityEngine.Terrain.AddTreeInstance(UnityEngine.TreeInstance)
  nameWithType: Terrain.AddTreeInstance(TreeInstance)
  type: Method
- uid: UnityEngine.Terrain.ApplyDelayedHeightmapModification
  name: ApplyDelayedHeightmapModification()
  fullName: UnityEngine.Terrain.ApplyDelayedHeightmapModification()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.ApplyDelayedHeightmapModification.html
  commentId: M:UnityEngine.Terrain.ApplyDelayedHeightmapModification
  nameWithType: Terrain.ApplyDelayedHeightmapModification()
  type: Method
- uid: UnityEngine.Terrain.bakeLightProbesForTrees
  name: bakeLightProbesForTrees
  fullName: UnityEngine.Terrain.bakeLightProbesForTrees
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-bakeLightProbesForTrees.html
  commentId: P:UnityEngine.Terrain.bakeLightProbesForTrees
  nameWithType: Terrain.bakeLightProbesForTrees
  type: Property
- uid: UnityEngine.Terrain.basemapDistance
  name: basemapDistance
  fullName: UnityEngine.Terrain.basemapDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-basemapDistance.html
  commentId: P:UnityEngine.Terrain.basemapDistance
  nameWithType: Terrain.basemapDistance
  type: Property
- uid: UnityEngine.Terrain.castShadows
  name: castShadows
  fullName: UnityEngine.Terrain.castShadows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-castShadows.html
  commentId: P:UnityEngine.Terrain.castShadows
  nameWithType: Terrain.castShadows
  type: Property
- uid: UnityEngine.Terrain.collectDetailPatches
  name: collectDetailPatches
  fullName: UnityEngine.Terrain.collectDetailPatches
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-collectDetailPatches.html
  commentId: P:UnityEngine.Terrain.collectDetailPatches
  nameWithType: Terrain.collectDetailPatches
  type: Property
- uid: UnityEngine.Terrain.CreateTerrainGameObject(UnityEngine.TerrainData)
  name: CreateTerrainGameObject(TerrainData)
  fullName: UnityEngine.Terrain.CreateTerrainGameObject(UnityEngine.TerrainData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.CreateTerrainGameObject.html
  commentId: M:UnityEngine.Terrain.CreateTerrainGameObject(UnityEngine.TerrainData)
  nameWithType: Terrain.CreateTerrainGameObject(TerrainData)
  type: Method
- uid: UnityEngine.Terrain.detailObjectDensity
  name: detailObjectDensity
  fullName: UnityEngine.Terrain.detailObjectDensity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-detailObjectDensity.html
  commentId: P:UnityEngine.Terrain.detailObjectDensity
  nameWithType: Terrain.detailObjectDensity
  type: Property
- uid: UnityEngine.Terrain.detailObjectDistance
  name: detailObjectDistance
  fullName: UnityEngine.Terrain.detailObjectDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-detailObjectDistance.html
  commentId: P:UnityEngine.Terrain.detailObjectDistance
  nameWithType: Terrain.detailObjectDistance
  type: Property
- uid: UnityEngine.Terrain.drawHeightmap
  name: drawHeightmap
  fullName: UnityEngine.Terrain.drawHeightmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-drawHeightmap.html
  commentId: P:UnityEngine.Terrain.drawHeightmap
  nameWithType: Terrain.drawHeightmap
  type: Property
- uid: UnityEngine.Terrain.drawTreesAndFoliage
  name: drawTreesAndFoliage
  fullName: UnityEngine.Terrain.drawTreesAndFoliage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-drawTreesAndFoliage.html
  commentId: P:UnityEngine.Terrain.drawTreesAndFoliage
  nameWithType: Terrain.drawTreesAndFoliage
  type: Property
- uid: UnityEngine.Terrain.editorRenderFlags
  name: editorRenderFlags
  fullName: UnityEngine.Terrain.editorRenderFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-editorRenderFlags.html
  commentId: P:UnityEngine.Terrain.editorRenderFlags
  nameWithType: Terrain.editorRenderFlags
  type: Property
- uid: UnityEngine.Terrain.Flush
  name: Flush()
  fullName: UnityEngine.Terrain.Flush()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.Flush.html
  commentId: M:UnityEngine.Terrain.Flush
  nameWithType: Terrain.Flush()
  type: Method
- uid: UnityEngine.Terrain.freeUnusedRenderingResources
  name: freeUnusedRenderingResources
  fullName: UnityEngine.Terrain.freeUnusedRenderingResources
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-freeUnusedRenderingResources.html
  commentId: P:UnityEngine.Terrain.freeUnusedRenderingResources
  nameWithType: Terrain.freeUnusedRenderingResources
  type: Property
- uid: UnityEngine.Terrain.GetClosestReflectionProbes(System.Collections.Generic.List{UnityEngine.Rendering.ReflectionProbeBlendInfo})
  name: GetClosestReflectionProbes(List<ReflectionProbeBlendInfo>)
  fullName: UnityEngine.Terrain.GetClosestReflectionProbes(System.Collections.Generic.List<UnityEngine.Rendering.ReflectionProbeBlendInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.GetClosestReflectionProbes.html
  commentId: M:UnityEngine.Terrain.GetClosestReflectionProbes(System.Collections.Generic.List{UnityEngine.Rendering.ReflectionProbeBlendInfo})
  nameWithType: Terrain.GetClosestReflectionProbes(List<ReflectionProbeBlendInfo>)
  type: Method
- uid: UnityEngine.Terrain.GetPosition
  name: GetPosition()
  fullName: UnityEngine.Terrain.GetPosition()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.GetPosition.html
  commentId: M:UnityEngine.Terrain.GetPosition
  nameWithType: Terrain.GetPosition()
  type: Method
- uid: UnityEngine.Terrain.GetSplatMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  name: GetSplatMaterialPropertyBlock(MaterialPropertyBlock)
  fullName: UnityEngine.Terrain.GetSplatMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.GetSplatMaterialPropertyBlock.html
  commentId: M:UnityEngine.Terrain.GetSplatMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  nameWithType: Terrain.GetSplatMaterialPropertyBlock(MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Terrain.heightmapMaximumLOD
  name: heightmapMaximumLOD
  fullName: UnityEngine.Terrain.heightmapMaximumLOD
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-heightmapMaximumLOD.html
  commentId: P:UnityEngine.Terrain.heightmapMaximumLOD
  nameWithType: Terrain.heightmapMaximumLOD
  type: Property
- uid: UnityEngine.Terrain.heightmapPixelError
  name: heightmapPixelError
  fullName: UnityEngine.Terrain.heightmapPixelError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-heightmapPixelError.html
  commentId: P:UnityEngine.Terrain.heightmapPixelError
  nameWithType: Terrain.heightmapPixelError
  type: Property
- uid: UnityEngine.Terrain.legacyShininess
  name: legacyShininess
  fullName: UnityEngine.Terrain.legacyShininess
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-legacyShininess.html
  commentId: P:UnityEngine.Terrain.legacyShininess
  nameWithType: Terrain.legacyShininess
  type: Property
- uid: UnityEngine.Terrain.legacySpecular
  name: legacySpecular
  fullName: UnityEngine.Terrain.legacySpecular
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-legacySpecular.html
  commentId: P:UnityEngine.Terrain.legacySpecular
  nameWithType: Terrain.legacySpecular
  type: Property
- uid: UnityEngine.Terrain.lightmapIndex
  name: lightmapIndex
  fullName: UnityEngine.Terrain.lightmapIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-lightmapIndex.html
  commentId: P:UnityEngine.Terrain.lightmapIndex
  nameWithType: Terrain.lightmapIndex
  type: Property
- uid: UnityEngine.Terrain.lightmapScaleOffset
  name: lightmapScaleOffset
  fullName: UnityEngine.Terrain.lightmapScaleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-lightmapScaleOffset.html
  commentId: P:UnityEngine.Terrain.lightmapScaleOffset
  nameWithType: Terrain.lightmapScaleOffset
  type: Property
- uid: UnityEngine.Terrain.materialTemplate
  name: materialTemplate
  fullName: UnityEngine.Terrain.materialTemplate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-materialTemplate.html
  commentId: P:UnityEngine.Terrain.materialTemplate
  nameWithType: Terrain.materialTemplate
  type: Property
- uid: UnityEngine.Terrain.materialType
  name: materialType
  fullName: UnityEngine.Terrain.materialType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-materialType.html
  commentId: P:UnityEngine.Terrain.materialType
  nameWithType: Terrain.materialType
  type: Property
- uid: UnityEngine.Terrain.MaterialType
  name: Terrain.MaterialType
  fullName: UnityEngine.Terrain.MaterialType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.MaterialType.html
  commentId: T:UnityEngine.Terrain.MaterialType
  nameWithType: Terrain.MaterialType
  type: Enum
- uid: UnityEngine.Terrain.MaterialType.BuiltInLegacyDiffuse
  name: BuiltInLegacyDiffuse
  fullName: UnityEngine.Terrain.MaterialType.BuiltInLegacyDiffuse
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.MaterialType.BuiltInLegacyDiffuse.html
  commentId: F:UnityEngine.Terrain.MaterialType.BuiltInLegacyDiffuse
  nameWithType: Terrain.MaterialType.BuiltInLegacyDiffuse
  type: Field
- uid: UnityEngine.Terrain.MaterialType.BuiltInLegacySpecular
  name: BuiltInLegacySpecular
  fullName: UnityEngine.Terrain.MaterialType.BuiltInLegacySpecular
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.MaterialType.BuiltInLegacySpecular.html
  commentId: F:UnityEngine.Terrain.MaterialType.BuiltInLegacySpecular
  nameWithType: Terrain.MaterialType.BuiltInLegacySpecular
  type: Field
- uid: UnityEngine.Terrain.MaterialType.BuiltInStandard
  name: BuiltInStandard
  fullName: UnityEngine.Terrain.MaterialType.BuiltInStandard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.MaterialType.BuiltInStandard.html
  commentId: F:UnityEngine.Terrain.MaterialType.BuiltInStandard
  nameWithType: Terrain.MaterialType.BuiltInStandard
  type: Field
- uid: UnityEngine.Terrain.MaterialType.Custom
  name: Custom
  fullName: UnityEngine.Terrain.MaterialType.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.MaterialType.Custom.html
  commentId: F:UnityEngine.Terrain.MaterialType.Custom
  nameWithType: Terrain.MaterialType.Custom
  type: Field
- uid: UnityEngine.Terrain.patchBoundsMultiplier
  name: patchBoundsMultiplier
  fullName: UnityEngine.Terrain.patchBoundsMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-patchBoundsMultiplier.html
  commentId: P:UnityEngine.Terrain.patchBoundsMultiplier
  nameWithType: Terrain.patchBoundsMultiplier
  type: Property
- uid: UnityEngine.Terrain.realtimeLightmapIndex
  name: realtimeLightmapIndex
  fullName: UnityEngine.Terrain.realtimeLightmapIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-realtimeLightmapIndex.html
  commentId: P:UnityEngine.Terrain.realtimeLightmapIndex
  nameWithType: Terrain.realtimeLightmapIndex
  type: Property
- uid: UnityEngine.Terrain.realtimeLightmapScaleOffset
  name: realtimeLightmapScaleOffset
  fullName: UnityEngine.Terrain.realtimeLightmapScaleOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-realtimeLightmapScaleOffset.html
  commentId: P:UnityEngine.Terrain.realtimeLightmapScaleOffset
  nameWithType: Terrain.realtimeLightmapScaleOffset
  type: Property
- uid: UnityEngine.Terrain.reflectionProbeUsage
  name: reflectionProbeUsage
  fullName: UnityEngine.Terrain.reflectionProbeUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-reflectionProbeUsage.html
  commentId: P:UnityEngine.Terrain.reflectionProbeUsage
  nameWithType: Terrain.reflectionProbeUsage
  type: Property
- uid: UnityEngine.Terrain.SampleHeight(UnityEngine.Vector3)
  name: SampleHeight(Vector3)
  fullName: UnityEngine.Terrain.SampleHeight(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.SampleHeight.html
  commentId: M:UnityEngine.Terrain.SampleHeight(UnityEngine.Vector3)
  nameWithType: Terrain.SampleHeight(Vector3)
  type: Method
- uid: UnityEngine.Terrain.SetNeighbors(UnityEngine.Terrain,UnityEngine.Terrain,UnityEngine.Terrain,UnityEngine.Terrain)
  name: SetNeighbors(Terrain, Terrain, Terrain, Terrain)
  fullName: UnityEngine.Terrain.SetNeighbors(UnityEngine.Terrain, UnityEngine.Terrain, UnityEngine.Terrain, UnityEngine.Terrain)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.SetNeighbors.html
  commentId: M:UnityEngine.Terrain.SetNeighbors(UnityEngine.Terrain,UnityEngine.Terrain,UnityEngine.Terrain,UnityEngine.Terrain)
  nameWithType: Terrain.SetNeighbors(Terrain, Terrain, Terrain, Terrain)
  type: Method
- uid: UnityEngine.Terrain.SetSplatMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  name: SetSplatMaterialPropertyBlock(MaterialPropertyBlock)
  fullName: UnityEngine.Terrain.SetSplatMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain.SetSplatMaterialPropertyBlock.html
  commentId: M:UnityEngine.Terrain.SetSplatMaterialPropertyBlock(UnityEngine.MaterialPropertyBlock)
  nameWithType: Terrain.SetSplatMaterialPropertyBlock(MaterialPropertyBlock)
  type: Method
- uid: UnityEngine.Terrain.splatmapDistance
  name: splatmapDistance
  fullName: UnityEngine.Terrain.splatmapDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-splatmapDistance.html
  commentId: P:UnityEngine.Terrain.splatmapDistance
  nameWithType: Terrain.splatmapDistance
  type: Property
- uid: UnityEngine.Terrain.terrainData
  name: terrainData
  fullName: UnityEngine.Terrain.terrainData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-terrainData.html
  commentId: P:UnityEngine.Terrain.terrainData
  nameWithType: Terrain.terrainData
  type: Property
- uid: UnityEngine.Terrain.treeBillboardDistance
  name: treeBillboardDistance
  fullName: UnityEngine.Terrain.treeBillboardDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-treeBillboardDistance.html
  commentId: P:UnityEngine.Terrain.treeBillboardDistance
  nameWithType: Terrain.treeBillboardDistance
  type: Property
- uid: UnityEngine.Terrain.treeCrossFadeLength
  name: treeCrossFadeLength
  fullName: UnityEngine.Terrain.treeCrossFadeLength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-treeCrossFadeLength.html
  commentId: P:UnityEngine.Terrain.treeCrossFadeLength
  nameWithType: Terrain.treeCrossFadeLength
  type: Property
- uid: UnityEngine.Terrain.treeDistance
  name: treeDistance
  fullName: UnityEngine.Terrain.treeDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-treeDistance.html
  commentId: P:UnityEngine.Terrain.treeDistance
  nameWithType: Terrain.treeDistance
  type: Property
- uid: UnityEngine.Terrain.treeLODBiasMultiplier
  name: treeLODBiasMultiplier
  fullName: UnityEngine.Terrain.treeLODBiasMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-treeLODBiasMultiplier.html
  commentId: P:UnityEngine.Terrain.treeLODBiasMultiplier
  nameWithType: Terrain.treeLODBiasMultiplier
  type: Property
- uid: UnityEngine.Terrain.treeMaximumFullLODCount
  name: treeMaximumFullLODCount
  fullName: UnityEngine.Terrain.treeMaximumFullLODCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Terrain-treeMaximumFullLODCount.html
  commentId: P:UnityEngine.Terrain.treeMaximumFullLODCount
  nameWithType: Terrain.treeMaximumFullLODCount
  type: Property
- uid: UnityEngine.TerrainChangedFlags
  name: TerrainChangedFlags
  fullName: UnityEngine.TerrainChangedFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainChangedFlags.html
  commentId: T:UnityEngine.TerrainChangedFlags
  nameWithType: TerrainChangedFlags
  type: Enum
- uid: UnityEngine.TerrainChangedFlags.DelayedHeightmapUpdate
  name: DelayedHeightmapUpdate
  fullName: UnityEngine.TerrainChangedFlags.DelayedHeightmapUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainChangedFlags.DelayedHeightmapUpdate.html
  commentId: F:UnityEngine.TerrainChangedFlags.DelayedHeightmapUpdate
  nameWithType: TerrainChangedFlags.DelayedHeightmapUpdate
  type: Field
- uid: UnityEngine.TerrainChangedFlags.FlushEverythingImmediately
  name: FlushEverythingImmediately
  fullName: UnityEngine.TerrainChangedFlags.FlushEverythingImmediately
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainChangedFlags.FlushEverythingImmediately.html
  commentId: F:UnityEngine.TerrainChangedFlags.FlushEverythingImmediately
  nameWithType: TerrainChangedFlags.FlushEverythingImmediately
  type: Field
- uid: UnityEngine.TerrainChangedFlags.Heightmap
  name: Heightmap
  fullName: UnityEngine.TerrainChangedFlags.Heightmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainChangedFlags.Heightmap.html
  commentId: F:UnityEngine.TerrainChangedFlags.Heightmap
  nameWithType: TerrainChangedFlags.Heightmap
  type: Field
- uid: UnityEngine.TerrainChangedFlags.RemoveDirtyDetailsImmediately
  name: RemoveDirtyDetailsImmediately
  fullName: UnityEngine.TerrainChangedFlags.RemoveDirtyDetailsImmediately
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainChangedFlags.RemoveDirtyDetailsImmediately.html
  commentId: F:UnityEngine.TerrainChangedFlags.RemoveDirtyDetailsImmediately
  nameWithType: TerrainChangedFlags.RemoveDirtyDetailsImmediately
  type: Field
- uid: UnityEngine.TerrainChangedFlags.TreeInstances
  name: TreeInstances
  fullName: UnityEngine.TerrainChangedFlags.TreeInstances
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainChangedFlags.TreeInstances.html
  commentId: F:UnityEngine.TerrainChangedFlags.TreeInstances
  nameWithType: TerrainChangedFlags.TreeInstances
  type: Field
- uid: UnityEngine.TerrainChangedFlags.WillBeDestroyed
  name: WillBeDestroyed
  fullName: UnityEngine.TerrainChangedFlags.WillBeDestroyed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainChangedFlags.WillBeDestroyed.html
  commentId: F:UnityEngine.TerrainChangedFlags.WillBeDestroyed
  nameWithType: TerrainChangedFlags.WillBeDestroyed
  type: Field
- uid: UnityEngine.TerrainCollider
  name: TerrainCollider
  fullName: UnityEngine.TerrainCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainCollider.html
  commentId: T:UnityEngine.TerrainCollider
  nameWithType: TerrainCollider
  type: Class
- uid: UnityEngine.TerrainCollider.terrainData
  name: terrainData
  fullName: UnityEngine.TerrainCollider.terrainData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainCollider-terrainData.html
  commentId: P:UnityEngine.TerrainCollider.terrainData
  nameWithType: TerrainCollider.terrainData
  type: Property
- uid: UnityEngine.TerrainData
  name: TerrainData
  fullName: UnityEngine.TerrainData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.html
  commentId: T:UnityEngine.TerrainData
  nameWithType: TerrainData
  type: Class
- uid: UnityEngine.TerrainData.#ctor
  name: TerrainData()
  fullName: UnityEngine.TerrainData.TerrainData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-ctor.html
  commentId: M:UnityEngine.TerrainData.#ctor
  nameWithType: TerrainData.TerrainData()
  type: Constructor
- uid: UnityEngine.TerrainData.alphamapHeight
  name: alphamapHeight
  fullName: UnityEngine.TerrainData.alphamapHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-alphamapHeight.html
  commentId: P:UnityEngine.TerrainData.alphamapHeight
  nameWithType: TerrainData.alphamapHeight
  type: Property
- uid: UnityEngine.TerrainData.alphamapLayers
  name: alphamapLayers
  fullName: UnityEngine.TerrainData.alphamapLayers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-alphamapLayers.html
  commentId: P:UnityEngine.TerrainData.alphamapLayers
  nameWithType: TerrainData.alphamapLayers
  type: Property
- uid: UnityEngine.TerrainData.alphamapResolution
  name: alphamapResolution
  fullName: UnityEngine.TerrainData.alphamapResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-alphamapResolution.html
  commentId: P:UnityEngine.TerrainData.alphamapResolution
  nameWithType: TerrainData.alphamapResolution
  type: Property
- uid: UnityEngine.TerrainData.alphamapTextures
  name: alphamapTextures
  fullName: UnityEngine.TerrainData.alphamapTextures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-alphamapTextures.html
  commentId: P:UnityEngine.TerrainData.alphamapTextures
  nameWithType: TerrainData.alphamapTextures
  type: Property
- uid: UnityEngine.TerrainData.alphamapWidth
  name: alphamapWidth
  fullName: UnityEngine.TerrainData.alphamapWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-alphamapWidth.html
  commentId: P:UnityEngine.TerrainData.alphamapWidth
  nameWithType: TerrainData.alphamapWidth
  type: Property
- uid: UnityEngine.TerrainData.baseMapResolution
  name: baseMapResolution
  fullName: UnityEngine.TerrainData.baseMapResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-baseMapResolution.html
  commentId: P:UnityEngine.TerrainData.baseMapResolution
  nameWithType: TerrainData.baseMapResolution
  type: Property
- uid: UnityEngine.TerrainData.bounds
  name: bounds
  fullName: UnityEngine.TerrainData.bounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-bounds.html
  commentId: P:UnityEngine.TerrainData.bounds
  nameWithType: TerrainData.bounds
  type: Property
- uid: UnityEngine.TerrainData.detailHeight
  name: detailHeight
  fullName: UnityEngine.TerrainData.detailHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-detailHeight.html
  commentId: P:UnityEngine.TerrainData.detailHeight
  nameWithType: TerrainData.detailHeight
  type: Property
- uid: UnityEngine.TerrainData.detailPrototypes
  name: detailPrototypes
  fullName: UnityEngine.TerrainData.detailPrototypes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-detailPrototypes.html
  commentId: P:UnityEngine.TerrainData.detailPrototypes
  nameWithType: TerrainData.detailPrototypes
  type: Property
- uid: UnityEngine.TerrainData.detailResolution
  name: detailResolution
  fullName: UnityEngine.TerrainData.detailResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-detailResolution.html
  commentId: P:UnityEngine.TerrainData.detailResolution
  nameWithType: TerrainData.detailResolution
  type: Property
- uid: UnityEngine.TerrainData.detailWidth
  name: detailWidth
  fullName: UnityEngine.TerrainData.detailWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-detailWidth.html
  commentId: P:UnityEngine.TerrainData.detailWidth
  nameWithType: TerrainData.detailWidth
  type: Property
- uid: UnityEngine.TerrainData.GetAlphamaps(System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetAlphamaps(int, int, int, int)
  fullName: UnityEngine.TerrainData.GetAlphamaps(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetAlphamaps.html
  commentId: M:UnityEngine.TerrainData.GetAlphamaps(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: TerrainData.GetAlphamaps(int, int, int, int)
  type: Method
- uid: UnityEngine.TerrainData.GetDetailLayer(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetDetailLayer(int, int, int, int, int)
  fullName: UnityEngine.TerrainData.GetDetailLayer(int, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetDetailLayer.html
  commentId: M:UnityEngine.TerrainData.GetDetailLayer(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: TerrainData.GetDetailLayer(int, int, int, int, int)
  type: Method
- uid: UnityEngine.TerrainData.GetHeight(System.Int32,System.Int32)
  name: GetHeight(int, int)
  fullName: UnityEngine.TerrainData.GetHeight(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetHeight.html
  commentId: M:UnityEngine.TerrainData.GetHeight(System.Int32,System.Int32)
  nameWithType: TerrainData.GetHeight(int, int)
  type: Method
- uid: UnityEngine.TerrainData.GetHeights(System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetHeights(int, int, int, int)
  fullName: UnityEngine.TerrainData.GetHeights(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetHeights.html
  commentId: M:UnityEngine.TerrainData.GetHeights(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: TerrainData.GetHeights(int, int, int, int)
  type: Method
- uid: UnityEngine.TerrainData.GetInterpolatedHeight(System.Single,System.Single)
  name: GetInterpolatedHeight(float, float)
  fullName: UnityEngine.TerrainData.GetInterpolatedHeight(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetInterpolatedHeight.html
  commentId: M:UnityEngine.TerrainData.GetInterpolatedHeight(System.Single,System.Single)
  nameWithType: TerrainData.GetInterpolatedHeight(float, float)
  type: Method
- uid: UnityEngine.TerrainData.GetInterpolatedNormal(System.Single,System.Single)
  name: GetInterpolatedNormal(float, float)
  fullName: UnityEngine.TerrainData.GetInterpolatedNormal(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetInterpolatedNormal.html
  commentId: M:UnityEngine.TerrainData.GetInterpolatedNormal(System.Single,System.Single)
  nameWithType: TerrainData.GetInterpolatedNormal(float, float)
  type: Method
- uid: UnityEngine.TerrainData.GetSteepness(System.Single,System.Single)
  name: GetSteepness(float, float)
  fullName: UnityEngine.TerrainData.GetSteepness(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetSteepness.html
  commentId: M:UnityEngine.TerrainData.GetSteepness(System.Single,System.Single)
  nameWithType: TerrainData.GetSteepness(float, float)
  type: Method
- uid: UnityEngine.TerrainData.GetSupportedLayers(System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetSupportedLayers(int, int, int, int)
  fullName: UnityEngine.TerrainData.GetSupportedLayers(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetSupportedLayers.html
  commentId: M:UnityEngine.TerrainData.GetSupportedLayers(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: TerrainData.GetSupportedLayers(int, int, int, int)
  type: Method
- uid: UnityEngine.TerrainData.GetTreeInstance(System.Int32)
  name: GetTreeInstance(int)
  fullName: UnityEngine.TerrainData.GetTreeInstance(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.GetTreeInstance.html
  commentId: M:UnityEngine.TerrainData.GetTreeInstance(System.Int32)
  nameWithType: TerrainData.GetTreeInstance(int)
  type: Method
- uid: UnityEngine.TerrainData.heightmapHeight
  name: heightmapHeight
  fullName: UnityEngine.TerrainData.heightmapHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-heightmapHeight.html
  commentId: P:UnityEngine.TerrainData.heightmapHeight
  nameWithType: TerrainData.heightmapHeight
  type: Property
- uid: UnityEngine.TerrainData.heightmapResolution
  name: heightmapResolution
  fullName: UnityEngine.TerrainData.heightmapResolution
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-heightmapResolution.html
  commentId: P:UnityEngine.TerrainData.heightmapResolution
  nameWithType: TerrainData.heightmapResolution
  type: Property
- uid: UnityEngine.TerrainData.heightmapScale
  name: heightmapScale
  fullName: UnityEngine.TerrainData.heightmapScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-heightmapScale.html
  commentId: P:UnityEngine.TerrainData.heightmapScale
  nameWithType: TerrainData.heightmapScale
  type: Property
- uid: UnityEngine.TerrainData.heightmapWidth
  name: heightmapWidth
  fullName: UnityEngine.TerrainData.heightmapWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-heightmapWidth.html
  commentId: P:UnityEngine.TerrainData.heightmapWidth
  nameWithType: TerrainData.heightmapWidth
  type: Property
- uid: UnityEngine.TerrainData.RefreshPrototypes
  name: RefreshPrototypes()
  fullName: UnityEngine.TerrainData.RefreshPrototypes()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.RefreshPrototypes.html
  commentId: M:UnityEngine.TerrainData.RefreshPrototypes
  nameWithType: TerrainData.RefreshPrototypes()
  type: Method
- uid: UnityEngine.TerrainData.SetAlphamaps(System.Int32,System.Int32,System.Single[0:,0:,0:])
  name: SetAlphamaps(int, int, float[,,])
  fullName: UnityEngine.TerrainData.SetAlphamaps(int, int, float[,,])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.SetAlphamaps.html
  commentId: M:UnityEngine.TerrainData.SetAlphamaps(System.Int32,System.Int32,System.Single[0:,0:,0:])
  nameWithType: TerrainData.SetAlphamaps(int, int, float[,,])
  type: Method
- uid: UnityEngine.TerrainData.SetDetailLayer(System.Int32,System.Int32,System.Int32,System.Int32[0:,0:])
  name: SetDetailLayer(int, int, int, int[,])
  fullName: UnityEngine.TerrainData.SetDetailLayer(int, int, int, int[,])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.SetDetailLayer.html
  commentId: M:UnityEngine.TerrainData.SetDetailLayer(System.Int32,System.Int32,System.Int32,System.Int32[0:,0:])
  nameWithType: TerrainData.SetDetailLayer(int, int, int, int[,])
  type: Method
- uid: UnityEngine.TerrainData.SetDetailResolution(System.Int32,System.Int32)
  name: SetDetailResolution(int, int)
  fullName: UnityEngine.TerrainData.SetDetailResolution(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.SetDetailResolution.html
  commentId: M:UnityEngine.TerrainData.SetDetailResolution(System.Int32,System.Int32)
  nameWithType: TerrainData.SetDetailResolution(int, int)
  type: Method
- uid: UnityEngine.TerrainData.SetHeights(System.Int32,System.Int32,System.Single[0:,0:])
  name: SetHeights(int, int, float[,])
  fullName: UnityEngine.TerrainData.SetHeights(int, int, float[,])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.SetHeights.html
  commentId: M:UnityEngine.TerrainData.SetHeights(System.Int32,System.Int32,System.Single[0:,0:])
  nameWithType: TerrainData.SetHeights(int, int, float[,])
  type: Method
- uid: UnityEngine.TerrainData.SetHeightsDelayLOD(System.Int32,System.Int32,System.Single[0:,0:])
  name: SetHeightsDelayLOD(int, int, float[,])
  fullName: UnityEngine.TerrainData.SetHeightsDelayLOD(int, int, float[,])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.SetHeightsDelayLOD.html
  commentId: M:UnityEngine.TerrainData.SetHeightsDelayLOD(System.Int32,System.Int32,System.Single[0:,0:])
  nameWithType: TerrainData.SetHeightsDelayLOD(int, int, float[,])
  type: Method
- uid: UnityEngine.TerrainData.SetTreeInstance(System.Int32,UnityEngine.TreeInstance)
  name: SetTreeInstance(int, TreeInstance)
  fullName: UnityEngine.TerrainData.SetTreeInstance(int, UnityEngine.TreeInstance)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData.SetTreeInstance.html
  commentId: M:UnityEngine.TerrainData.SetTreeInstance(System.Int32,UnityEngine.TreeInstance)
  nameWithType: TerrainData.SetTreeInstance(int, TreeInstance)
  type: Method
- uid: UnityEngine.TerrainData.size
  name: size
  fullName: UnityEngine.TerrainData.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-size.html
  commentId: P:UnityEngine.TerrainData.size
  nameWithType: TerrainData.size
  type: Property
- uid: UnityEngine.TerrainData.splatPrototypes
  name: splatPrototypes
  fullName: UnityEngine.TerrainData.splatPrototypes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-splatPrototypes.html
  commentId: P:UnityEngine.TerrainData.splatPrototypes
  nameWithType: TerrainData.splatPrototypes
  type: Property
- uid: UnityEngine.TerrainData.thickness
  name: thickness
  fullName: UnityEngine.TerrainData.thickness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-thickness.html
  commentId: P:UnityEngine.TerrainData.thickness
  nameWithType: TerrainData.thickness
  type: Property
- uid: UnityEngine.TerrainData.treeInstanceCount
  name: treeInstanceCount
  fullName: UnityEngine.TerrainData.treeInstanceCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-treeInstanceCount.html
  commentId: P:UnityEngine.TerrainData.treeInstanceCount
  nameWithType: TerrainData.treeInstanceCount
  type: Property
- uid: UnityEngine.TerrainData.treeInstances
  name: treeInstances
  fullName: UnityEngine.TerrainData.treeInstances
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-treeInstances.html
  commentId: P:UnityEngine.TerrainData.treeInstances
  nameWithType: TerrainData.treeInstances
  type: Property
- uid: UnityEngine.TerrainData.treePrototypes
  name: treePrototypes
  fullName: UnityEngine.TerrainData.treePrototypes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-treePrototypes.html
  commentId: P:UnityEngine.TerrainData.treePrototypes
  nameWithType: TerrainData.treePrototypes
  type: Property
- uid: UnityEngine.TerrainData.wavingGrassAmount
  name: wavingGrassAmount
  fullName: UnityEngine.TerrainData.wavingGrassAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-wavingGrassAmount.html
  commentId: P:UnityEngine.TerrainData.wavingGrassAmount
  nameWithType: TerrainData.wavingGrassAmount
  type: Property
- uid: UnityEngine.TerrainData.wavingGrassSpeed
  name: wavingGrassSpeed
  fullName: UnityEngine.TerrainData.wavingGrassSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-wavingGrassSpeed.html
  commentId: P:UnityEngine.TerrainData.wavingGrassSpeed
  nameWithType: TerrainData.wavingGrassSpeed
  type: Property
- uid: UnityEngine.TerrainData.wavingGrassStrength
  name: wavingGrassStrength
  fullName: UnityEngine.TerrainData.wavingGrassStrength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-wavingGrassStrength.html
  commentId: P:UnityEngine.TerrainData.wavingGrassStrength
  nameWithType: TerrainData.wavingGrassStrength
  type: Property
- uid: UnityEngine.TerrainData.wavingGrassTint
  name: wavingGrassTint
  fullName: UnityEngine.TerrainData.wavingGrassTint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainData-wavingGrassTint.html
  commentId: P:UnityEngine.TerrainData.wavingGrassTint
  nameWithType: TerrainData.wavingGrassTint
  type: Property
- uid: UnityEngine.TerrainExtensions
  name: TerrainExtensions
  fullName: UnityEngine.TerrainExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainExtensions.html
  commentId: T:UnityEngine.TerrainExtensions
  nameWithType: TerrainExtensions
  type: Class
- uid: UnityEngine.TerrainExtensions.UpdateGIMaterials(UnityEngine.Terrain,System.Int32,System.Int32,System.Int32,System.Int32)
  name: UpdateGIMaterials(Terrain, int, int, int, int)
  fullName: UnityEngine.TerrainExtensions.UpdateGIMaterials(UnityEngine.Terrain, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainExtensions.UpdateGIMaterials.html
  commentId: M:UnityEngine.TerrainExtensions.UpdateGIMaterials(UnityEngine.Terrain,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: TerrainExtensions.UpdateGIMaterials(Terrain, int, int, int, int)
  type: Method
- uid: UnityEngine.TerrainExtensions.UpdateGIMaterials(UnityEngine.Terrain)
  name: UpdateGIMaterials(Terrain)
  fullName: UnityEngine.TerrainExtensions.UpdateGIMaterials(UnityEngine.Terrain)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainExtensions.UpdateGIMaterials.html
  commentId: M:UnityEngine.TerrainExtensions.UpdateGIMaterials(UnityEngine.Terrain)
  nameWithType: TerrainExtensions.UpdateGIMaterials(Terrain)
  type: Method
- uid: UnityEngine.TerrainRenderFlags
  name: TerrainRenderFlags
  fullName: UnityEngine.TerrainRenderFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainRenderFlags.html
  commentId: T:UnityEngine.TerrainRenderFlags
  nameWithType: TerrainRenderFlags
  type: Enum
- uid: UnityEngine.TerrainRenderFlags.all
  name: all
  fullName: UnityEngine.TerrainRenderFlags.all
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainRenderFlags-all.html
  commentId: F:UnityEngine.TerrainRenderFlags.all
  nameWithType: TerrainRenderFlags.all
  type: Field
- uid: UnityEngine.TerrainRenderFlags.details
  name: details
  fullName: UnityEngine.TerrainRenderFlags.details
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainRenderFlags-details.html
  commentId: F:UnityEngine.TerrainRenderFlags.details
  nameWithType: TerrainRenderFlags.details
  type: Field
- uid: UnityEngine.TerrainRenderFlags.heightmap
  name: heightmap
  fullName: UnityEngine.TerrainRenderFlags.heightmap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainRenderFlags-heightmap.html
  commentId: F:UnityEngine.TerrainRenderFlags.heightmap
  nameWithType: TerrainRenderFlags.heightmap
  type: Field
- uid: UnityEngine.TerrainRenderFlags.trees
  name: trees
  fullName: UnityEngine.TerrainRenderFlags.trees
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TerrainRenderFlags-trees.html
  commentId: F:UnityEngine.TerrainRenderFlags.trees
  nameWithType: TerrainRenderFlags.trees
  type: Field
- uid: UnityEngine.TexGenMode
  name: TexGenMode
  fullName: UnityEngine.TexGenMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TexGenMode.html
  commentId: T:UnityEngine.TexGenMode
  nameWithType: TexGenMode
  type: Enum
- uid: UnityEngine.TexGenMode.CubeNormal
  name: CubeNormal
  fullName: UnityEngine.TexGenMode.CubeNormal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TexGenMode.CubeNormal.html
  commentId: F:UnityEngine.TexGenMode.CubeNormal
  nameWithType: TexGenMode.CubeNormal
  type: Field
- uid: UnityEngine.TexGenMode.CubeReflect
  name: CubeReflect
  fullName: UnityEngine.TexGenMode.CubeReflect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TexGenMode.CubeReflect.html
  commentId: F:UnityEngine.TexGenMode.CubeReflect
  nameWithType: TexGenMode.CubeReflect
  type: Field
- uid: UnityEngine.TexGenMode.EyeLinear
  name: EyeLinear
  fullName: UnityEngine.TexGenMode.EyeLinear
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TexGenMode.EyeLinear.html
  commentId: F:UnityEngine.TexGenMode.EyeLinear
  nameWithType: TexGenMode.EyeLinear
  type: Field
- uid: UnityEngine.TexGenMode.None
  name: None
  fullName: UnityEngine.TexGenMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TexGenMode.None.html
  commentId: F:UnityEngine.TexGenMode.None
  nameWithType: TexGenMode.None
  type: Field
- uid: UnityEngine.TexGenMode.Object
  name: Object
  fullName: UnityEngine.TexGenMode.Object
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TexGenMode.Object.html
  commentId: F:UnityEngine.TexGenMode.Object
  nameWithType: TexGenMode.Object
  type: Field
- uid: UnityEngine.TexGenMode.SphereMap
  name: SphereMap
  fullName: UnityEngine.TexGenMode.SphereMap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TexGenMode.SphereMap.html
  commentId: F:UnityEngine.TexGenMode.SphereMap
  nameWithType: TexGenMode.SphereMap
  type: Field
- uid: UnityEngine.TextAlignment
  name: TextAlignment
  fullName: UnityEngine.TextAlignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAlignment.html
  commentId: T:UnityEngine.TextAlignment
  nameWithType: TextAlignment
  type: Enum
- uid: UnityEngine.TextAlignment.Center
  name: Center
  fullName: UnityEngine.TextAlignment.Center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAlignment.Center.html
  commentId: F:UnityEngine.TextAlignment.Center
  nameWithType: TextAlignment.Center
  type: Field
- uid: UnityEngine.TextAlignment.Left
  name: Left
  fullName: UnityEngine.TextAlignment.Left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAlignment.Left.html
  commentId: F:UnityEngine.TextAlignment.Left
  nameWithType: TextAlignment.Left
  type: Field
- uid: UnityEngine.TextAlignment.Right
  name: Right
  fullName: UnityEngine.TextAlignment.Right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAlignment.Right.html
  commentId: F:UnityEngine.TextAlignment.Right
  nameWithType: TextAlignment.Right
  type: Field
- uid: UnityEngine.TextAnchor
  name: TextAnchor
  fullName: UnityEngine.TextAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.html
  commentId: T:UnityEngine.TextAnchor
  nameWithType: TextAnchor
  type: Enum
- uid: UnityEngine.TextAnchor.LowerCenter
  name: LowerCenter
  fullName: UnityEngine.TextAnchor.LowerCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.LowerCenter.html
  commentId: F:UnityEngine.TextAnchor.LowerCenter
  nameWithType: TextAnchor.LowerCenter
  type: Field
- uid: UnityEngine.TextAnchor.LowerLeft
  name: LowerLeft
  fullName: UnityEngine.TextAnchor.LowerLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.LowerLeft.html
  commentId: F:UnityEngine.TextAnchor.LowerLeft
  nameWithType: TextAnchor.LowerLeft
  type: Field
- uid: UnityEngine.TextAnchor.LowerRight
  name: LowerRight
  fullName: UnityEngine.TextAnchor.LowerRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.LowerRight.html
  commentId: F:UnityEngine.TextAnchor.LowerRight
  nameWithType: TextAnchor.LowerRight
  type: Field
- uid: UnityEngine.TextAnchor.MiddleCenter
  name: MiddleCenter
  fullName: UnityEngine.TextAnchor.MiddleCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.MiddleCenter.html
  commentId: F:UnityEngine.TextAnchor.MiddleCenter
  nameWithType: TextAnchor.MiddleCenter
  type: Field
- uid: UnityEngine.TextAnchor.MiddleLeft
  name: MiddleLeft
  fullName: UnityEngine.TextAnchor.MiddleLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.MiddleLeft.html
  commentId: F:UnityEngine.TextAnchor.MiddleLeft
  nameWithType: TextAnchor.MiddleLeft
  type: Field
- uid: UnityEngine.TextAnchor.MiddleRight
  name: MiddleRight
  fullName: UnityEngine.TextAnchor.MiddleRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.MiddleRight.html
  commentId: F:UnityEngine.TextAnchor.MiddleRight
  nameWithType: TextAnchor.MiddleRight
  type: Field
- uid: UnityEngine.TextAnchor.UpperCenter
  name: UpperCenter
  fullName: UnityEngine.TextAnchor.UpperCenter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.UpperCenter.html
  commentId: F:UnityEngine.TextAnchor.UpperCenter
  nameWithType: TextAnchor.UpperCenter
  type: Field
- uid: UnityEngine.TextAnchor.UpperLeft
  name: UpperLeft
  fullName: UnityEngine.TextAnchor.UpperLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.UpperLeft.html
  commentId: F:UnityEngine.TextAnchor.UpperLeft
  nameWithType: TextAnchor.UpperLeft
  type: Field
- uid: UnityEngine.TextAnchor.UpperRight
  name: UpperRight
  fullName: UnityEngine.TextAnchor.UpperRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAnchor.UpperRight.html
  commentId: F:UnityEngine.TextAnchor.UpperRight
  nameWithType: TextAnchor.UpperRight
  type: Field
- uid: UnityEngine.TextAreaAttribute
  name: TextAreaAttribute
  fullName: UnityEngine.TextAreaAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAreaAttribute.html
  commentId: T:UnityEngine.TextAreaAttribute
  nameWithType: TextAreaAttribute
  type: Class
- uid: UnityEngine.TextAreaAttribute.#ctor
  name: TextAreaAttribute()
  fullName: UnityEngine.TextAreaAttribute.TextAreaAttribute()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAreaAttribute-ctor.html
  commentId: M:UnityEngine.TextAreaAttribute.#ctor
  nameWithType: TextAreaAttribute.TextAreaAttribute()
  type: Constructor
- uid: UnityEngine.TextAreaAttribute.#ctor(System.Int32,System.Int32)
  name: TextAreaAttribute(int, int)
  fullName: UnityEngine.TextAreaAttribute.TextAreaAttribute(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAreaAttribute-ctor.html
  commentId: M:UnityEngine.TextAreaAttribute.#ctor(System.Int32,System.Int32)
  nameWithType: TextAreaAttribute.TextAreaAttribute(int, int)
  type: Constructor
- uid: UnityEngine.TextAreaAttribute.maxLines
  name: maxLines
  fullName: UnityEngine.TextAreaAttribute.maxLines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAreaAttribute-maxLines.html
  commentId: F:UnityEngine.TextAreaAttribute.maxLines
  nameWithType: TextAreaAttribute.maxLines
  type: Field
- uid: UnityEngine.TextAreaAttribute.minLines
  name: minLines
  fullName: UnityEngine.TextAreaAttribute.minLines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAreaAttribute-minLines.html
  commentId: F:UnityEngine.TextAreaAttribute.minLines
  nameWithType: TextAreaAttribute.minLines
  type: Field
- uid: UnityEngine.TextAsset
  name: TextAsset
  fullName: UnityEngine.TextAsset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAsset.html
  commentId: T:UnityEngine.TextAsset
  nameWithType: TextAsset
  type: Class
- uid: UnityEngine.TextAsset.#ctor
  name: TextAsset()
  fullName: UnityEngine.TextAsset.TextAsset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAsset-ctor.html
  commentId: M:UnityEngine.TextAsset.#ctor
  nameWithType: TextAsset.TextAsset()
  type: Constructor
- uid: UnityEngine.TextAsset.bytes
  name: bytes
  fullName: UnityEngine.TextAsset.bytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAsset-bytes.html
  commentId: P:UnityEngine.TextAsset.bytes
  nameWithType: TextAsset.bytes
  type: Property
- uid: UnityEngine.TextAsset.text
  name: text
  fullName: UnityEngine.TextAsset.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAsset-text.html
  commentId: P:UnityEngine.TextAsset.text
  nameWithType: TextAsset.text
  type: Property
- uid: UnityEngine.TextAsset.ToString
  name: ToString()
  fullName: UnityEngine.TextAsset.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextAsset.ToString.html
  commentId: M:UnityEngine.TextAsset.ToString
  nameWithType: TextAsset.ToString()
  type: Method
- uid: UnityEngine.TextClipping
  name: TextClipping
  fullName: UnityEngine.TextClipping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextClipping.html
  commentId: T:UnityEngine.TextClipping
  nameWithType: TextClipping
  type: Enum
- uid: UnityEngine.TextClipping.Clip
  name: Clip
  fullName: UnityEngine.TextClipping.Clip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextClipping.Clip.html
  commentId: F:UnityEngine.TextClipping.Clip
  nameWithType: TextClipping.Clip
  type: Field
- uid: UnityEngine.TextClipping.Overflow
  name: Overflow
  fullName: UnityEngine.TextClipping.Overflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextClipping.Overflow.html
  commentId: F:UnityEngine.TextClipping.Overflow
  nameWithType: TextClipping.Overflow
  type: Field
- uid: UnityEngine.TextEditor
  name: TextEditor
  fullName: UnityEngine.TextEditor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.html
  commentId: T:UnityEngine.TextEditor
  nameWithType: TextEditor
  type: Class
- uid: UnityEngine.TextEditor.#ctor
  name: TextEditor()
  fullName: UnityEngine.TextEditor.TextEditor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-ctor.html
  commentId: M:UnityEngine.TextEditor.#ctor
  nameWithType: TextEditor.TextEditor()
  type: Constructor
- uid: UnityEngine.TextEditor.altCursorPosition
  name: altCursorPosition
  fullName: UnityEngine.TextEditor.altCursorPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-altCursorPosition.html
  commentId: P:UnityEngine.TextEditor.altCursorPosition
  nameWithType: TextEditor.altCursorPosition
  type: Property
- uid: UnityEngine.TextEditor.Backspace
  name: Backspace()
  fullName: UnityEngine.TextEditor.Backspace()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.Backspace.html
  commentId: M:UnityEngine.TextEditor.Backspace
  nameWithType: TextEditor.Backspace()
  type: Method
- uid: UnityEngine.TextEditor.CanPaste
  name: CanPaste()
  fullName: UnityEngine.TextEditor.CanPaste()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.CanPaste.html
  commentId: M:UnityEngine.TextEditor.CanPaste
  nameWithType: TextEditor.CanPaste()
  type: Method
- uid: UnityEngine.TextEditor.content
  name: content
  fullName: UnityEngine.TextEditor.content
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-content.html
  commentId: P:UnityEngine.TextEditor.content
  nameWithType: TextEditor.content
  type: Property
- uid: UnityEngine.TextEditor.controlID
  name: controlID
  fullName: UnityEngine.TextEditor.controlID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-controlID.html
  commentId: F:UnityEngine.TextEditor.controlID
  nameWithType: TextEditor.controlID
  type: Field
- uid: UnityEngine.TextEditor.Copy
  name: Copy()
  fullName: UnityEngine.TextEditor.Copy()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.Copy.html
  commentId: M:UnityEngine.TextEditor.Copy
  nameWithType: TextEditor.Copy()
  type: Method
- uid: UnityEngine.TextEditor.cursorIndex
  name: cursorIndex
  fullName: UnityEngine.TextEditor.cursorIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-cursorIndex.html
  commentId: P:UnityEngine.TextEditor.cursorIndex
  nameWithType: TextEditor.cursorIndex
  type: Property
- uid: UnityEngine.TextEditor.Cut
  name: Cut()
  fullName: UnityEngine.TextEditor.Cut()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.Cut.html
  commentId: M:UnityEngine.TextEditor.Cut
  nameWithType: TextEditor.Cut()
  type: Method
- uid: UnityEngine.TextEditor.DblClickSnap(UnityEngine.TextEditor.DblClickSnapping)
  name: DblClickSnap(DblClickSnapping)
  fullName: UnityEngine.TextEditor.DblClickSnap(UnityEngine.TextEditor.DblClickSnapping)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DblClickSnap.html
  commentId: M:UnityEngine.TextEditor.DblClickSnap(UnityEngine.TextEditor.DblClickSnapping)
  nameWithType: TextEditor.DblClickSnap(TextEditor.DblClickSnapping)
  type: Method
- uid: UnityEngine.TextEditor.DblClickSnapping
  name: TextEditor.DblClickSnapping
  fullName: UnityEngine.TextEditor.DblClickSnapping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DblClickSnapping.html
  commentId: T:UnityEngine.TextEditor.DblClickSnapping
  nameWithType: TextEditor.DblClickSnapping
  type: Enum
- uid: UnityEngine.TextEditor.DblClickSnapping.PARAGRAPHS
  name: PARAGRAPHS
  fullName: UnityEngine.TextEditor.DblClickSnapping.PARAGRAPHS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DblClickSnapping.PARAGRAPHS.html
  commentId: F:UnityEngine.TextEditor.DblClickSnapping.PARAGRAPHS
  nameWithType: TextEditor.DblClickSnapping.PARAGRAPHS
  type: Field
- uid: UnityEngine.TextEditor.DblClickSnapping.WORDS
  name: WORDS
  fullName: UnityEngine.TextEditor.DblClickSnapping.WORDS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DblClickSnapping.WORDS.html
  commentId: F:UnityEngine.TextEditor.DblClickSnapping.WORDS
  nameWithType: TextEditor.DblClickSnapping.WORDS
  type: Field
- uid: UnityEngine.TextEditor.Delete
  name: Delete()
  fullName: UnityEngine.TextEditor.Delete()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.Delete.html
  commentId: M:UnityEngine.TextEditor.Delete
  nameWithType: TextEditor.Delete()
  type: Method
- uid: UnityEngine.TextEditor.DeleteLineBack
  name: DeleteLineBack()
  fullName: UnityEngine.TextEditor.DeleteLineBack()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DeleteLineBack.html
  commentId: M:UnityEngine.TextEditor.DeleteLineBack
  nameWithType: TextEditor.DeleteLineBack()
  type: Method
- uid: UnityEngine.TextEditor.DeleteSelection
  name: DeleteSelection()
  fullName: UnityEngine.TextEditor.DeleteSelection()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DeleteSelection.html
  commentId: M:UnityEngine.TextEditor.DeleteSelection
  nameWithType: TextEditor.DeleteSelection()
  type: Method
- uid: UnityEngine.TextEditor.DeleteWordBack
  name: DeleteWordBack()
  fullName: UnityEngine.TextEditor.DeleteWordBack()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DeleteWordBack.html
  commentId: M:UnityEngine.TextEditor.DeleteWordBack
  nameWithType: TextEditor.DeleteWordBack()
  type: Method
- uid: UnityEngine.TextEditor.DeleteWordForward
  name: DeleteWordForward()
  fullName: UnityEngine.TextEditor.DeleteWordForward()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DeleteWordForward.html
  commentId: M:UnityEngine.TextEditor.DeleteWordForward
  nameWithType: TextEditor.DeleteWordForward()
  type: Method
- uid: UnityEngine.TextEditor.DetectFocusChange
  name: DetectFocusChange()
  fullName: UnityEngine.TextEditor.DetectFocusChange()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DetectFocusChange.html
  commentId: M:UnityEngine.TextEditor.DetectFocusChange
  nameWithType: TextEditor.DetectFocusChange()
  type: Method
- uid: UnityEngine.TextEditor.doubleClickSnapping
  name: doubleClickSnapping
  fullName: UnityEngine.TextEditor.doubleClickSnapping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-doubleClickSnapping.html
  commentId: P:UnityEngine.TextEditor.doubleClickSnapping
  nameWithType: TextEditor.doubleClickSnapping
  type: Property
- uid: UnityEngine.TextEditor.DrawCursor(System.String)
  name: DrawCursor(string)
  fullName: UnityEngine.TextEditor.DrawCursor(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.DrawCursor.html
  commentId: M:UnityEngine.TextEditor.DrawCursor(System.String)
  nameWithType: TextEditor.DrawCursor(string)
  type: Method
- uid: UnityEngine.TextEditor.ExpandSelectGraphicalLineEnd
  name: ExpandSelectGraphicalLineEnd()
  fullName: UnityEngine.TextEditor.ExpandSelectGraphicalLineEnd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.ExpandSelectGraphicalLineEnd.html
  commentId: M:UnityEngine.TextEditor.ExpandSelectGraphicalLineEnd
  nameWithType: TextEditor.ExpandSelectGraphicalLineEnd()
  type: Method
- uid: UnityEngine.TextEditor.ExpandSelectGraphicalLineStart
  name: ExpandSelectGraphicalLineStart()
  fullName: UnityEngine.TextEditor.ExpandSelectGraphicalLineStart()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.ExpandSelectGraphicalLineStart.html
  commentId: M:UnityEngine.TextEditor.ExpandSelectGraphicalLineStart
  nameWithType: TextEditor.ExpandSelectGraphicalLineStart()
  type: Method
- uid: UnityEngine.TextEditor.FindStartOfNextWord(System.Int32)
  name: FindStartOfNextWord(int)
  fullName: UnityEngine.TextEditor.FindStartOfNextWord(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.FindStartOfNextWord.html
  commentId: M:UnityEngine.TextEditor.FindStartOfNextWord(System.Int32)
  nameWithType: TextEditor.FindStartOfNextWord(int)
  type: Method
- uid: UnityEngine.TextEditor.graphicalCursorPos
  name: graphicalCursorPos
  fullName: UnityEngine.TextEditor.graphicalCursorPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-graphicalCursorPos.html
  commentId: F:UnityEngine.TextEditor.graphicalCursorPos
  nameWithType: TextEditor.graphicalCursorPos
  type: Field
- uid: UnityEngine.TextEditor.graphicalSelectCursorPos
  name: graphicalSelectCursorPos
  fullName: UnityEngine.TextEditor.graphicalSelectCursorPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-graphicalSelectCursorPos.html
  commentId: F:UnityEngine.TextEditor.graphicalSelectCursorPos
  nameWithType: TextEditor.graphicalSelectCursorPos
  type: Field
- uid: UnityEngine.TextEditor.HandleKeyEvent(UnityEngine.Event)
  name: HandleKeyEvent(Event)
  fullName: UnityEngine.TextEditor.HandleKeyEvent(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.HandleKeyEvent.html
  commentId: M:UnityEngine.TextEditor.HandleKeyEvent(UnityEngine.Event)
  nameWithType: TextEditor.HandleKeyEvent(Event)
  type: Method
- uid: UnityEngine.TextEditor.hasHorizontalCursorPos
  name: hasHorizontalCursorPos
  fullName: UnityEngine.TextEditor.hasHorizontalCursorPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-hasHorizontalCursorPos.html
  commentId: F:UnityEngine.TextEditor.hasHorizontalCursorPos
  nameWithType: TextEditor.hasHorizontalCursorPos
  type: Field
- uid: UnityEngine.TextEditor.hasSelection
  name: hasSelection
  fullName: UnityEngine.TextEditor.hasSelection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-hasSelection.html
  commentId: P:UnityEngine.TextEditor.hasSelection
  nameWithType: TextEditor.hasSelection
  type: Property
- uid: UnityEngine.TextEditor.Insert(System.Char)
  name: Insert(char)
  fullName: UnityEngine.TextEditor.Insert(char)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.Insert.html
  commentId: M:UnityEngine.TextEditor.Insert(System.Char)
  nameWithType: TextEditor.Insert(char)
  type: Method
- uid: UnityEngine.TextEditor.IsOverSelection(UnityEngine.Vector2)
  name: IsOverSelection(Vector2)
  fullName: UnityEngine.TextEditor.IsOverSelection(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.IsOverSelection.html
  commentId: M:UnityEngine.TextEditor.IsOverSelection(UnityEngine.Vector2)
  nameWithType: TextEditor.IsOverSelection(Vector2)
  type: Method
- uid: UnityEngine.TextEditor.isPasswordField
  name: isPasswordField
  fullName: UnityEngine.TextEditor.isPasswordField
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-isPasswordField.html
  commentId: F:UnityEngine.TextEditor.isPasswordField
  nameWithType: TextEditor.isPasswordField
  type: Field
- uid: UnityEngine.TextEditor.keyboardOnScreen
  name: keyboardOnScreen
  fullName: UnityEngine.TextEditor.keyboardOnScreen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-keyboardOnScreen.html
  commentId: F:UnityEngine.TextEditor.keyboardOnScreen
  nameWithType: TextEditor.keyboardOnScreen
  type: Field
- uid: UnityEngine.TextEditor.MouseDragSelectsWholeWords(System.Boolean)
  name: MouseDragSelectsWholeWords(bool)
  fullName: UnityEngine.TextEditor.MouseDragSelectsWholeWords(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MouseDragSelectsWholeWords.html
  commentId: M:UnityEngine.TextEditor.MouseDragSelectsWholeWords(System.Boolean)
  nameWithType: TextEditor.MouseDragSelectsWholeWords(bool)
  type: Method
- uid: UnityEngine.TextEditor.MoveAltCursorToPosition(UnityEngine.Vector2)
  name: MoveAltCursorToPosition(Vector2)
  fullName: UnityEngine.TextEditor.MoveAltCursorToPosition(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveAltCursorToPosition.html
  commentId: M:UnityEngine.TextEditor.MoveAltCursorToPosition(UnityEngine.Vector2)
  nameWithType: TextEditor.MoveAltCursorToPosition(Vector2)
  type: Method
- uid: UnityEngine.TextEditor.MoveCursorToPosition_Internal(UnityEngine.Vector2,System.Boolean)
  name: MoveCursorToPosition_Internal(Vector2, bool)
  fullName: UnityEngine.TextEditor.MoveCursorToPosition_Internal(UnityEngine.Vector2, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveCursorToPosition_Internal.html
  commentId: M:UnityEngine.TextEditor.MoveCursorToPosition_Internal(UnityEngine.Vector2,System.Boolean)
  nameWithType: TextEditor.MoveCursorToPosition_Internal(Vector2, bool)
  type: Method
- uid: UnityEngine.TextEditor.MoveCursorToPosition(UnityEngine.Vector2)
  name: MoveCursorToPosition(Vector2)
  fullName: UnityEngine.TextEditor.MoveCursorToPosition(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveCursorToPosition.html
  commentId: M:UnityEngine.TextEditor.MoveCursorToPosition(UnityEngine.Vector2)
  nameWithType: TextEditor.MoveCursorToPosition(Vector2)
  type: Method
- uid: UnityEngine.TextEditor.MoveDown
  name: MoveDown()
  fullName: UnityEngine.TextEditor.MoveDown()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveDown.html
  commentId: M:UnityEngine.TextEditor.MoveDown
  nameWithType: TextEditor.MoveDown()
  type: Method
- uid: UnityEngine.TextEditor.MoveGraphicalLineEnd
  name: MoveGraphicalLineEnd()
  fullName: UnityEngine.TextEditor.MoveGraphicalLineEnd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveGraphicalLineEnd.html
  commentId: M:UnityEngine.TextEditor.MoveGraphicalLineEnd
  nameWithType: TextEditor.MoveGraphicalLineEnd()
  type: Method
- uid: UnityEngine.TextEditor.MoveGraphicalLineStart
  name: MoveGraphicalLineStart()
  fullName: UnityEngine.TextEditor.MoveGraphicalLineStart()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveGraphicalLineStart.html
  commentId: M:UnityEngine.TextEditor.MoveGraphicalLineStart
  nameWithType: TextEditor.MoveGraphicalLineStart()
  type: Method
- uid: UnityEngine.TextEditor.MoveLeft
  name: MoveLeft()
  fullName: UnityEngine.TextEditor.MoveLeft()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveLeft.html
  commentId: M:UnityEngine.TextEditor.MoveLeft
  nameWithType: TextEditor.MoveLeft()
  type: Method
- uid: UnityEngine.TextEditor.MoveLineEnd
  name: MoveLineEnd()
  fullName: UnityEngine.TextEditor.MoveLineEnd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveLineEnd.html
  commentId: M:UnityEngine.TextEditor.MoveLineEnd
  nameWithType: TextEditor.MoveLineEnd()
  type: Method
- uid: UnityEngine.TextEditor.MoveLineStart
  name: MoveLineStart()
  fullName: UnityEngine.TextEditor.MoveLineStart()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveLineStart.html
  commentId: M:UnityEngine.TextEditor.MoveLineStart
  nameWithType: TextEditor.MoveLineStart()
  type: Method
- uid: UnityEngine.TextEditor.MoveParagraphBackward
  name: MoveParagraphBackward()
  fullName: UnityEngine.TextEditor.MoveParagraphBackward()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveParagraphBackward.html
  commentId: M:UnityEngine.TextEditor.MoveParagraphBackward
  nameWithType: TextEditor.MoveParagraphBackward()
  type: Method
- uid: UnityEngine.TextEditor.MoveParagraphForward
  name: MoveParagraphForward()
  fullName: UnityEngine.TextEditor.MoveParagraphForward()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveParagraphForward.html
  commentId: M:UnityEngine.TextEditor.MoveParagraphForward
  nameWithType: TextEditor.MoveParagraphForward()
  type: Method
- uid: UnityEngine.TextEditor.MoveRight
  name: MoveRight()
  fullName: UnityEngine.TextEditor.MoveRight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveRight.html
  commentId: M:UnityEngine.TextEditor.MoveRight
  nameWithType: TextEditor.MoveRight()
  type: Method
- uid: UnityEngine.TextEditor.MoveSelectionToAltCursor
  name: MoveSelectionToAltCursor()
  fullName: UnityEngine.TextEditor.MoveSelectionToAltCursor()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveSelectionToAltCursor.html
  commentId: M:UnityEngine.TextEditor.MoveSelectionToAltCursor
  nameWithType: TextEditor.MoveSelectionToAltCursor()
  type: Method
- uid: UnityEngine.TextEditor.MoveTextEnd
  name: MoveTextEnd()
  fullName: UnityEngine.TextEditor.MoveTextEnd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveTextEnd.html
  commentId: M:UnityEngine.TextEditor.MoveTextEnd
  nameWithType: TextEditor.MoveTextEnd()
  type: Method
- uid: UnityEngine.TextEditor.MoveTextStart
  name: MoveTextStart()
  fullName: UnityEngine.TextEditor.MoveTextStart()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveTextStart.html
  commentId: M:UnityEngine.TextEditor.MoveTextStart
  nameWithType: TextEditor.MoveTextStart()
  type: Method
- uid: UnityEngine.TextEditor.MoveToEndOfPreviousWord
  name: MoveToEndOfPreviousWord()
  fullName: UnityEngine.TextEditor.MoveToEndOfPreviousWord()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveToEndOfPreviousWord.html
  commentId: M:UnityEngine.TextEditor.MoveToEndOfPreviousWord
  nameWithType: TextEditor.MoveToEndOfPreviousWord()
  type: Method
- uid: UnityEngine.TextEditor.MoveToStartOfNextWord
  name: MoveToStartOfNextWord()
  fullName: UnityEngine.TextEditor.MoveToStartOfNextWord()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveToStartOfNextWord.html
  commentId: M:UnityEngine.TextEditor.MoveToStartOfNextWord
  nameWithType: TextEditor.MoveToStartOfNextWord()
  type: Method
- uid: UnityEngine.TextEditor.MoveUp
  name: MoveUp()
  fullName: UnityEngine.TextEditor.MoveUp()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveUp.html
  commentId: M:UnityEngine.TextEditor.MoveUp
  nameWithType: TextEditor.MoveUp()
  type: Method
- uid: UnityEngine.TextEditor.MoveWordLeft
  name: MoveWordLeft()
  fullName: UnityEngine.TextEditor.MoveWordLeft()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveWordLeft.html
  commentId: M:UnityEngine.TextEditor.MoveWordLeft
  nameWithType: TextEditor.MoveWordLeft()
  type: Method
- uid: UnityEngine.TextEditor.MoveWordRight
  name: MoveWordRight()
  fullName: UnityEngine.TextEditor.MoveWordRight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.MoveWordRight.html
  commentId: M:UnityEngine.TextEditor.MoveWordRight
  nameWithType: TextEditor.MoveWordRight()
  type: Method
- uid: UnityEngine.TextEditor.multiline
  name: multiline
  fullName: UnityEngine.TextEditor.multiline
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-multiline.html
  commentId: F:UnityEngine.TextEditor.multiline
  nameWithType: TextEditor.multiline
  type: Field
- uid: UnityEngine.TextEditor.OnFocus
  name: OnFocus()
  fullName: UnityEngine.TextEditor.OnFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.OnFocus.html
  commentId: M:UnityEngine.TextEditor.OnFocus
  nameWithType: TextEditor.OnFocus()
  type: Method
- uid: UnityEngine.TextEditor.OnLostFocus
  name: OnLostFocus()
  fullName: UnityEngine.TextEditor.OnLostFocus()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.OnLostFocus.html
  commentId: M:UnityEngine.TextEditor.OnLostFocus
  nameWithType: TextEditor.OnLostFocus()
  type: Method
- uid: UnityEngine.TextEditor.Paste
  name: Paste()
  fullName: UnityEngine.TextEditor.Paste()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.Paste.html
  commentId: M:UnityEngine.TextEditor.Paste
  nameWithType: TextEditor.Paste()
  type: Method
- uid: UnityEngine.TextEditor.position
  name: position
  fullName: UnityEngine.TextEditor.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-position.html
  commentId: P:UnityEngine.TextEditor.position
  nameWithType: TextEditor.position
  type: Property
- uid: UnityEngine.TextEditor.ReplaceSelection(System.String)
  name: ReplaceSelection(string)
  fullName: UnityEngine.TextEditor.ReplaceSelection(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.ReplaceSelection.html
  commentId: M:UnityEngine.TextEditor.ReplaceSelection(System.String)
  nameWithType: TextEditor.ReplaceSelection(string)
  type: Method
- uid: UnityEngine.TextEditor.SaveBackup
  name: SaveBackup()
  fullName: UnityEngine.TextEditor.SaveBackup()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SaveBackup.html
  commentId: M:UnityEngine.TextEditor.SaveBackup
  nameWithType: TextEditor.SaveBackup()
  type: Method
- uid: UnityEngine.TextEditor.scrollOffset
  name: scrollOffset
  fullName: UnityEngine.TextEditor.scrollOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-scrollOffset.html
  commentId: F:UnityEngine.TextEditor.scrollOffset
  nameWithType: TextEditor.scrollOffset
  type: Field
- uid: UnityEngine.TextEditor.SelectAll
  name: SelectAll()
  fullName: UnityEngine.TextEditor.SelectAll()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectAll.html
  commentId: M:UnityEngine.TextEditor.SelectAll
  nameWithType: TextEditor.SelectAll()
  type: Method
- uid: UnityEngine.TextEditor.SelectCurrentParagraph
  name: SelectCurrentParagraph()
  fullName: UnityEngine.TextEditor.SelectCurrentParagraph()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectCurrentParagraph.html
  commentId: M:UnityEngine.TextEditor.SelectCurrentParagraph
  nameWithType: TextEditor.SelectCurrentParagraph()
  type: Method
- uid: UnityEngine.TextEditor.SelectCurrentWord
  name: SelectCurrentWord()
  fullName: UnityEngine.TextEditor.SelectCurrentWord()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectCurrentWord.html
  commentId: M:UnityEngine.TextEditor.SelectCurrentWord
  nameWithType: TextEditor.SelectCurrentWord()
  type: Method
- uid: UnityEngine.TextEditor.SelectDown
  name: SelectDown()
  fullName: UnityEngine.TextEditor.SelectDown()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectDown.html
  commentId: M:UnityEngine.TextEditor.SelectDown
  nameWithType: TextEditor.SelectDown()
  type: Method
- uid: UnityEngine.TextEditor.SelectedText
  name: SelectedText
  fullName: UnityEngine.TextEditor.SelectedText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectedText.html
  commentId: P:UnityEngine.TextEditor.SelectedText
  nameWithType: TextEditor.SelectedText
  type: Property
- uid: UnityEngine.TextEditor.SelectGraphicalLineEnd
  name: SelectGraphicalLineEnd()
  fullName: UnityEngine.TextEditor.SelectGraphicalLineEnd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectGraphicalLineEnd.html
  commentId: M:UnityEngine.TextEditor.SelectGraphicalLineEnd
  nameWithType: TextEditor.SelectGraphicalLineEnd()
  type: Method
- uid: UnityEngine.TextEditor.SelectGraphicalLineStart
  name: SelectGraphicalLineStart()
  fullName: UnityEngine.TextEditor.SelectGraphicalLineStart()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectGraphicalLineStart.html
  commentId: M:UnityEngine.TextEditor.SelectGraphicalLineStart
  nameWithType: TextEditor.SelectGraphicalLineStart()
  type: Method
- uid: UnityEngine.TextEditor.selectIndex
  name: selectIndex
  fullName: UnityEngine.TextEditor.selectIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-selectIndex.html
  commentId: P:UnityEngine.TextEditor.selectIndex
  nameWithType: TextEditor.selectIndex
  type: Property
- uid: UnityEngine.TextEditor.SelectLeft
  name: SelectLeft()
  fullName: UnityEngine.TextEditor.SelectLeft()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectLeft.html
  commentId: M:UnityEngine.TextEditor.SelectLeft
  nameWithType: TextEditor.SelectLeft()
  type: Method
- uid: UnityEngine.TextEditor.SelectNone
  name: SelectNone()
  fullName: UnityEngine.TextEditor.SelectNone()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectNone.html
  commentId: M:UnityEngine.TextEditor.SelectNone
  nameWithType: TextEditor.SelectNone()
  type: Method
- uid: UnityEngine.TextEditor.SelectParagraphBackward
  name: SelectParagraphBackward()
  fullName: UnityEngine.TextEditor.SelectParagraphBackward()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectParagraphBackward.html
  commentId: M:UnityEngine.TextEditor.SelectParagraphBackward
  nameWithType: TextEditor.SelectParagraphBackward()
  type: Method
- uid: UnityEngine.TextEditor.SelectParagraphForward
  name: SelectParagraphForward()
  fullName: UnityEngine.TextEditor.SelectParagraphForward()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectParagraphForward.html
  commentId: M:UnityEngine.TextEditor.SelectParagraphForward
  nameWithType: TextEditor.SelectParagraphForward()
  type: Method
- uid: UnityEngine.TextEditor.SelectRight
  name: SelectRight()
  fullName: UnityEngine.TextEditor.SelectRight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectRight.html
  commentId: M:UnityEngine.TextEditor.SelectRight
  nameWithType: TextEditor.SelectRight()
  type: Method
- uid: UnityEngine.TextEditor.SelectTextEnd
  name: SelectTextEnd()
  fullName: UnityEngine.TextEditor.SelectTextEnd()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectTextEnd.html
  commentId: M:UnityEngine.TextEditor.SelectTextEnd
  nameWithType: TextEditor.SelectTextEnd()
  type: Method
- uid: UnityEngine.TextEditor.SelectTextStart
  name: SelectTextStart()
  fullName: UnityEngine.TextEditor.SelectTextStart()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectTextStart.html
  commentId: M:UnityEngine.TextEditor.SelectTextStart
  nameWithType: TextEditor.SelectTextStart()
  type: Method
- uid: UnityEngine.TextEditor.SelectToEndOfPreviousWord
  name: SelectToEndOfPreviousWord()
  fullName: UnityEngine.TextEditor.SelectToEndOfPreviousWord()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectToEndOfPreviousWord.html
  commentId: M:UnityEngine.TextEditor.SelectToEndOfPreviousWord
  nameWithType: TextEditor.SelectToEndOfPreviousWord()
  type: Method
- uid: UnityEngine.TextEditor.SelectToPosition(UnityEngine.Vector2)
  name: SelectToPosition(Vector2)
  fullName: UnityEngine.TextEditor.SelectToPosition(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectToPosition.html
  commentId: M:UnityEngine.TextEditor.SelectToPosition(UnityEngine.Vector2)
  nameWithType: TextEditor.SelectToPosition(Vector2)
  type: Method
- uid: UnityEngine.TextEditor.SelectToStartOfNextWord
  name: SelectToStartOfNextWord()
  fullName: UnityEngine.TextEditor.SelectToStartOfNextWord()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectToStartOfNextWord.html
  commentId: M:UnityEngine.TextEditor.SelectToStartOfNextWord
  nameWithType: TextEditor.SelectToStartOfNextWord()
  type: Method
- uid: UnityEngine.TextEditor.SelectUp
  name: SelectUp()
  fullName: UnityEngine.TextEditor.SelectUp()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectUp.html
  commentId: M:UnityEngine.TextEditor.SelectUp
  nameWithType: TextEditor.SelectUp()
  type: Method
- uid: UnityEngine.TextEditor.SelectWordLeft
  name: SelectWordLeft()
  fullName: UnityEngine.TextEditor.SelectWordLeft()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectWordLeft.html
  commentId: M:UnityEngine.TextEditor.SelectWordLeft
  nameWithType: TextEditor.SelectWordLeft()
  type: Method
- uid: UnityEngine.TextEditor.SelectWordRight
  name: SelectWordRight()
  fullName: UnityEngine.TextEditor.SelectWordRight()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.SelectWordRight.html
  commentId: M:UnityEngine.TextEditor.SelectWordRight
  nameWithType: TextEditor.SelectWordRight()
  type: Method
- uid: UnityEngine.TextEditor.style
  name: style
  fullName: UnityEngine.TextEditor.style
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-style.html
  commentId: F:UnityEngine.TextEditor.style
  nameWithType: TextEditor.style
  type: Field
- uid: UnityEngine.TextEditor.text
  name: text
  fullName: UnityEngine.TextEditor.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor-text.html
  commentId: P:UnityEngine.TextEditor.text
  nameWithType: TextEditor.text
  type: Property
- uid: UnityEngine.TextEditor.Undo
  name: Undo()
  fullName: UnityEngine.TextEditor.Undo()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.Undo.html
  commentId: M:UnityEngine.TextEditor.Undo
  nameWithType: TextEditor.Undo()
  type: Method
- uid: UnityEngine.TextEditor.UpdateScrollOffset
  name: UpdateScrollOffset()
  fullName: UnityEngine.TextEditor.UpdateScrollOffset()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.UpdateScrollOffset.html
  commentId: M:UnityEngine.TextEditor.UpdateScrollOffset
  nameWithType: TextEditor.UpdateScrollOffset()
  type: Method
- uid: UnityEngine.TextEditor.UpdateScrollOffsetIfNeeded(UnityEngine.Event)
  name: UpdateScrollOffsetIfNeeded(Event)
  fullName: UnityEngine.TextEditor.UpdateScrollOffsetIfNeeded(UnityEngine.Event)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextEditor.UpdateScrollOffsetIfNeeded.html
  commentId: M:UnityEngine.TextEditor.UpdateScrollOffsetIfNeeded(UnityEngine.Event)
  nameWithType: TextEditor.UpdateScrollOffsetIfNeeded(Event)
  type: Method
- uid: UnityEngine.TextGenerationSettings
  name: TextGenerationSettings
  fullName: UnityEngine.TextGenerationSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings.html
  commentId: T:UnityEngine.TextGenerationSettings
  nameWithType: TextGenerationSettings
  type: Struct
- uid: UnityEngine.TextGenerationSettings.alignByGeometry
  name: alignByGeometry
  fullName: UnityEngine.TextGenerationSettings.alignByGeometry
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-alignByGeometry.html
  commentId: F:UnityEngine.TextGenerationSettings.alignByGeometry
  nameWithType: TextGenerationSettings.alignByGeometry
  type: Field
- uid: UnityEngine.TextGenerationSettings.color
  name: color
  fullName: UnityEngine.TextGenerationSettings.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-color.html
  commentId: F:UnityEngine.TextGenerationSettings.color
  nameWithType: TextGenerationSettings.color
  type: Field
- uid: UnityEngine.TextGenerationSettings.Equals(UnityEngine.TextGenerationSettings)
  name: Equals(TextGenerationSettings)
  fullName: UnityEngine.TextGenerationSettings.Equals(UnityEngine.TextGenerationSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings.Equals.html
  commentId: M:UnityEngine.TextGenerationSettings.Equals(UnityEngine.TextGenerationSettings)
  nameWithType: TextGenerationSettings.Equals(TextGenerationSettings)
  type: Method
- uid: UnityEngine.TextGenerationSettings.font
  name: font
  fullName: UnityEngine.TextGenerationSettings.font
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-font.html
  commentId: F:UnityEngine.TextGenerationSettings.font
  nameWithType: TextGenerationSettings.font
  type: Field
- uid: UnityEngine.TextGenerationSettings.fontSize
  name: fontSize
  fullName: UnityEngine.TextGenerationSettings.fontSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-fontSize.html
  commentId: F:UnityEngine.TextGenerationSettings.fontSize
  nameWithType: TextGenerationSettings.fontSize
  type: Field
- uid: UnityEngine.TextGenerationSettings.fontStyle
  name: fontStyle
  fullName: UnityEngine.TextGenerationSettings.fontStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-fontStyle.html
  commentId: F:UnityEngine.TextGenerationSettings.fontStyle
  nameWithType: TextGenerationSettings.fontStyle
  type: Field
- uid: UnityEngine.TextGenerationSettings.generateOutOfBounds
  name: generateOutOfBounds
  fullName: UnityEngine.TextGenerationSettings.generateOutOfBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-generateOutOfBounds.html
  commentId: F:UnityEngine.TextGenerationSettings.generateOutOfBounds
  nameWithType: TextGenerationSettings.generateOutOfBounds
  type: Field
- uid: UnityEngine.TextGenerationSettings.generationExtents
  name: generationExtents
  fullName: UnityEngine.TextGenerationSettings.generationExtents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-generationExtents.html
  commentId: F:UnityEngine.TextGenerationSettings.generationExtents
  nameWithType: TextGenerationSettings.generationExtents
  type: Field
- uid: UnityEngine.TextGenerationSettings.horizontalOverflow
  name: horizontalOverflow
  fullName: UnityEngine.TextGenerationSettings.horizontalOverflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-horizontalOverflow.html
  commentId: F:UnityEngine.TextGenerationSettings.horizontalOverflow
  nameWithType: TextGenerationSettings.horizontalOverflow
  type: Field
- uid: UnityEngine.TextGenerationSettings.lineSpacing
  name: lineSpacing
  fullName: UnityEngine.TextGenerationSettings.lineSpacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-lineSpacing.html
  commentId: F:UnityEngine.TextGenerationSettings.lineSpacing
  nameWithType: TextGenerationSettings.lineSpacing
  type: Field
- uid: UnityEngine.TextGenerationSettings.pivot
  name: pivot
  fullName: UnityEngine.TextGenerationSettings.pivot
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-pivot.html
  commentId: F:UnityEngine.TextGenerationSettings.pivot
  nameWithType: TextGenerationSettings.pivot
  type: Field
- uid: UnityEngine.TextGenerationSettings.resizeTextForBestFit
  name: resizeTextForBestFit
  fullName: UnityEngine.TextGenerationSettings.resizeTextForBestFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-resizeTextForBestFit.html
  commentId: F:UnityEngine.TextGenerationSettings.resizeTextForBestFit
  nameWithType: TextGenerationSettings.resizeTextForBestFit
  type: Field
- uid: UnityEngine.TextGenerationSettings.resizeTextMaxSize
  name: resizeTextMaxSize
  fullName: UnityEngine.TextGenerationSettings.resizeTextMaxSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-resizeTextMaxSize.html
  commentId: F:UnityEngine.TextGenerationSettings.resizeTextMaxSize
  nameWithType: TextGenerationSettings.resizeTextMaxSize
  type: Field
- uid: UnityEngine.TextGenerationSettings.resizeTextMinSize
  name: resizeTextMinSize
  fullName: UnityEngine.TextGenerationSettings.resizeTextMinSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-resizeTextMinSize.html
  commentId: F:UnityEngine.TextGenerationSettings.resizeTextMinSize
  nameWithType: TextGenerationSettings.resizeTextMinSize
  type: Field
- uid: UnityEngine.TextGenerationSettings.richText
  name: richText
  fullName: UnityEngine.TextGenerationSettings.richText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-richText.html
  commentId: F:UnityEngine.TextGenerationSettings.richText
  nameWithType: TextGenerationSettings.richText
  type: Field
- uid: UnityEngine.TextGenerationSettings.scaleFactor
  name: scaleFactor
  fullName: UnityEngine.TextGenerationSettings.scaleFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-scaleFactor.html
  commentId: F:UnityEngine.TextGenerationSettings.scaleFactor
  nameWithType: TextGenerationSettings.scaleFactor
  type: Field
- uid: UnityEngine.TextGenerationSettings.textAnchor
  name: textAnchor
  fullName: UnityEngine.TextGenerationSettings.textAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-textAnchor.html
  commentId: F:UnityEngine.TextGenerationSettings.textAnchor
  nameWithType: TextGenerationSettings.textAnchor
  type: Field
- uid: UnityEngine.TextGenerationSettings.updateBounds
  name: updateBounds
  fullName: UnityEngine.TextGenerationSettings.updateBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-updateBounds.html
  commentId: F:UnityEngine.TextGenerationSettings.updateBounds
  nameWithType: TextGenerationSettings.updateBounds
  type: Field
- uid: UnityEngine.TextGenerationSettings.verticalOverflow
  name: verticalOverflow
  fullName: UnityEngine.TextGenerationSettings.verticalOverflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerationSettings-verticalOverflow.html
  commentId: F:UnityEngine.TextGenerationSettings.verticalOverflow
  nameWithType: TextGenerationSettings.verticalOverflow
  type: Field
- uid: UnityEngine.TextGenerator
  name: TextGenerator
  fullName: UnityEngine.TextGenerator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.html
  commentId: T:UnityEngine.TextGenerator
  nameWithType: TextGenerator
  type: Class
- uid: UnityEngine.TextGenerator.#ctor
  name: TextGenerator()
  fullName: UnityEngine.TextGenerator.TextGenerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-ctor.html
  commentId: M:UnityEngine.TextGenerator.#ctor
  nameWithType: TextGenerator.TextGenerator()
  type: Constructor
- uid: UnityEngine.TextGenerator.#ctor(System.Int32)
  name: TextGenerator(int)
  fullName: UnityEngine.TextGenerator.TextGenerator(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-ctor.html
  commentId: M:UnityEngine.TextGenerator.#ctor(System.Int32)
  nameWithType: TextGenerator.TextGenerator(int)
  type: Constructor
- uid: UnityEngine.TextGenerator.characterCount
  name: characterCount
  fullName: UnityEngine.TextGenerator.characterCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-characterCount.html
  commentId: P:UnityEngine.TextGenerator.characterCount
  nameWithType: TextGenerator.characterCount
  type: Property
- uid: UnityEngine.TextGenerator.characterCountVisible
  name: characterCountVisible
  fullName: UnityEngine.TextGenerator.characterCountVisible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-characterCountVisible.html
  commentId: P:UnityEngine.TextGenerator.characterCountVisible
  nameWithType: TextGenerator.characterCountVisible
  type: Property
- uid: UnityEngine.TextGenerator.characters
  name: characters
  fullName: UnityEngine.TextGenerator.characters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-characters.html
  commentId: P:UnityEngine.TextGenerator.characters
  nameWithType: TextGenerator.characters
  type: Property
- uid: UnityEngine.TextGenerator.Finalize
  name: ~TextGenerator()
  fullName: UnityEngine.TextGenerator.~TextGenerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.Finalize.html
  commentId: M:UnityEngine.TextGenerator.Finalize
  nameWithType: TextGenerator.~TextGenerator()
  type: Method
- uid: UnityEngine.TextGenerator.fontSizeUsedForBestFit
  name: fontSizeUsedForBestFit
  fullName: UnityEngine.TextGenerator.fontSizeUsedForBestFit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-fontSizeUsedForBestFit.html
  commentId: P:UnityEngine.TextGenerator.fontSizeUsedForBestFit
  nameWithType: TextGenerator.fontSizeUsedForBestFit
  type: Property
- uid: UnityEngine.TextGenerator.GetCharacters(System.Collections.Generic.List{UnityEngine.UICharInfo})
  name: GetCharacters(List<UICharInfo>)
  fullName: UnityEngine.TextGenerator.GetCharacters(System.Collections.Generic.List<UnityEngine.UICharInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.GetCharacters.html
  commentId: M:UnityEngine.TextGenerator.GetCharacters(System.Collections.Generic.List{UnityEngine.UICharInfo})
  nameWithType: TextGenerator.GetCharacters(List<UICharInfo>)
  type: Method
- uid: UnityEngine.TextGenerator.GetCharactersArray
  name: GetCharactersArray()
  fullName: UnityEngine.TextGenerator.GetCharactersArray()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.GetCharactersArray.html
  commentId: M:UnityEngine.TextGenerator.GetCharactersArray
  nameWithType: TextGenerator.GetCharactersArray()
  type: Method
- uid: UnityEngine.TextGenerator.GetLines(System.Collections.Generic.List{UnityEngine.UILineInfo})
  name: GetLines(List<UILineInfo>)
  fullName: UnityEngine.TextGenerator.GetLines(System.Collections.Generic.List<UnityEngine.UILineInfo>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.GetLines.html
  commentId: M:UnityEngine.TextGenerator.GetLines(System.Collections.Generic.List{UnityEngine.UILineInfo})
  nameWithType: TextGenerator.GetLines(List<UILineInfo>)
  type: Method
- uid: UnityEngine.TextGenerator.GetLinesArray
  name: GetLinesArray()
  fullName: UnityEngine.TextGenerator.GetLinesArray()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.GetLinesArray.html
  commentId: M:UnityEngine.TextGenerator.GetLinesArray
  nameWithType: TextGenerator.GetLinesArray()
  type: Method
- uid: UnityEngine.TextGenerator.GetPreferredHeight(System.String,UnityEngine.TextGenerationSettings)
  name: GetPreferredHeight(string, TextGenerationSettings)
  fullName: UnityEngine.TextGenerator.GetPreferredHeight(string, UnityEngine.TextGenerationSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.GetPreferredHeight.html
  commentId: M:UnityEngine.TextGenerator.GetPreferredHeight(System.String,UnityEngine.TextGenerationSettings)
  nameWithType: TextGenerator.GetPreferredHeight(string, TextGenerationSettings)
  type: Method
- uid: UnityEngine.TextGenerator.GetPreferredWidth(System.String,UnityEngine.TextGenerationSettings)
  name: GetPreferredWidth(string, TextGenerationSettings)
  fullName: UnityEngine.TextGenerator.GetPreferredWidth(string, UnityEngine.TextGenerationSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.GetPreferredWidth.html
  commentId: M:UnityEngine.TextGenerator.GetPreferredWidth(System.String,UnityEngine.TextGenerationSettings)
  nameWithType: TextGenerator.GetPreferredWidth(string, TextGenerationSettings)
  type: Method
- uid: UnityEngine.TextGenerator.GetVertices(System.Collections.Generic.List{UnityEngine.UIVertex})
  name: GetVertices(List<UIVertex>)
  fullName: UnityEngine.TextGenerator.GetVertices(System.Collections.Generic.List<UnityEngine.UIVertex>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.GetVertices.html
  commentId: M:UnityEngine.TextGenerator.GetVertices(System.Collections.Generic.List{UnityEngine.UIVertex})
  nameWithType: TextGenerator.GetVertices(List<UIVertex>)
  type: Method
- uid: UnityEngine.TextGenerator.GetVerticesArray
  name: GetVerticesArray()
  fullName: UnityEngine.TextGenerator.GetVerticesArray()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.GetVerticesArray.html
  commentId: M:UnityEngine.TextGenerator.GetVerticesArray
  nameWithType: TextGenerator.GetVerticesArray()
  type: Method
- uid: UnityEngine.TextGenerator.Invalidate
  name: Invalidate()
  fullName: UnityEngine.TextGenerator.Invalidate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.Invalidate.html
  commentId: M:UnityEngine.TextGenerator.Invalidate
  nameWithType: TextGenerator.Invalidate()
  type: Method
- uid: UnityEngine.TextGenerator.lineCount
  name: lineCount
  fullName: UnityEngine.TextGenerator.lineCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-lineCount.html
  commentId: P:UnityEngine.TextGenerator.lineCount
  nameWithType: TextGenerator.lineCount
  type: Property
- uid: UnityEngine.TextGenerator.lines
  name: lines
  fullName: UnityEngine.TextGenerator.lines
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-lines.html
  commentId: P:UnityEngine.TextGenerator.lines
  nameWithType: TextGenerator.lines
  type: Property
- uid: UnityEngine.TextGenerator.Populate(System.String,UnityEngine.TextGenerationSettings)
  name: Populate(string, TextGenerationSettings)
  fullName: UnityEngine.TextGenerator.Populate(string, UnityEngine.TextGenerationSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.Populate.html
  commentId: M:UnityEngine.TextGenerator.Populate(System.String,UnityEngine.TextGenerationSettings)
  nameWithType: TextGenerator.Populate(string, TextGenerationSettings)
  type: Method
- uid: UnityEngine.TextGenerator.PopulateWithErrors(System.String,UnityEngine.TextGenerationSettings,UnityEngine.GameObject)
  name: PopulateWithErrors(string, TextGenerationSettings, GameObject)
  fullName: UnityEngine.TextGenerator.PopulateWithErrors(string, UnityEngine.TextGenerationSettings, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator.PopulateWithErrors.html
  commentId: M:UnityEngine.TextGenerator.PopulateWithErrors(System.String,UnityEngine.TextGenerationSettings,UnityEngine.GameObject)
  nameWithType: TextGenerator.PopulateWithErrors(string, TextGenerationSettings, GameObject)
  type: Method
- uid: UnityEngine.TextGenerator.rectExtents
  name: rectExtents
  fullName: UnityEngine.TextGenerator.rectExtents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-rectExtents.html
  commentId: P:UnityEngine.TextGenerator.rectExtents
  nameWithType: TextGenerator.rectExtents
  type: Property
- uid: UnityEngine.TextGenerator.vertexCount
  name: vertexCount
  fullName: UnityEngine.TextGenerator.vertexCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-vertexCount.html
  commentId: P:UnityEngine.TextGenerator.vertexCount
  nameWithType: TextGenerator.vertexCount
  type: Property
- uid: UnityEngine.TextGenerator.verts
  name: verts
  fullName: UnityEngine.TextGenerator.verts
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextGenerator-verts.html
  commentId: P:UnityEngine.TextGenerator.verts
  nameWithType: TextGenerator.verts
  type: Property
- uid: UnityEngine.TextMesh
  name: TextMesh
  fullName: UnityEngine.TextMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh.html
  commentId: T:UnityEngine.TextMesh
  nameWithType: TextMesh
  type: Class
- uid: UnityEngine.TextMesh.alignment
  name: alignment
  fullName: UnityEngine.TextMesh.alignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-alignment.html
  commentId: P:UnityEngine.TextMesh.alignment
  nameWithType: TextMesh.alignment
  type: Property
- uid: UnityEngine.TextMesh.anchor
  name: anchor
  fullName: UnityEngine.TextMesh.anchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-anchor.html
  commentId: P:UnityEngine.TextMesh.anchor
  nameWithType: TextMesh.anchor
  type: Property
- uid: UnityEngine.TextMesh.characterSize
  name: characterSize
  fullName: UnityEngine.TextMesh.characterSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-characterSize.html
  commentId: P:UnityEngine.TextMesh.characterSize
  nameWithType: TextMesh.characterSize
  type: Property
- uid: UnityEngine.TextMesh.color
  name: color
  fullName: UnityEngine.TextMesh.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-color.html
  commentId: P:UnityEngine.TextMesh.color
  nameWithType: TextMesh.color
  type: Property
- uid: UnityEngine.TextMesh.font
  name: font
  fullName: UnityEngine.TextMesh.font
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-font.html
  commentId: P:UnityEngine.TextMesh.font
  nameWithType: TextMesh.font
  type: Property
- uid: UnityEngine.TextMesh.fontSize
  name: fontSize
  fullName: UnityEngine.TextMesh.fontSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-fontSize.html
  commentId: P:UnityEngine.TextMesh.fontSize
  nameWithType: TextMesh.fontSize
  type: Property
- uid: UnityEngine.TextMesh.fontStyle
  name: fontStyle
  fullName: UnityEngine.TextMesh.fontStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-fontStyle.html
  commentId: P:UnityEngine.TextMesh.fontStyle
  nameWithType: TextMesh.fontStyle
  type: Property
- uid: UnityEngine.TextMesh.lineSpacing
  name: lineSpacing
  fullName: UnityEngine.TextMesh.lineSpacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-lineSpacing.html
  commentId: P:UnityEngine.TextMesh.lineSpacing
  nameWithType: TextMesh.lineSpacing
  type: Property
- uid: UnityEngine.TextMesh.offsetZ
  name: offsetZ
  fullName: UnityEngine.TextMesh.offsetZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-offsetZ.html
  commentId: P:UnityEngine.TextMesh.offsetZ
  nameWithType: TextMesh.offsetZ
  type: Property
- uid: UnityEngine.TextMesh.richText
  name: richText
  fullName: UnityEngine.TextMesh.richText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-richText.html
  commentId: P:UnityEngine.TextMesh.richText
  nameWithType: TextMesh.richText
  type: Property
- uid: UnityEngine.TextMesh.tabSize
  name: tabSize
  fullName: UnityEngine.TextMesh.tabSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-tabSize.html
  commentId: P:UnityEngine.TextMesh.tabSize
  nameWithType: TextMesh.tabSize
  type: Property
- uid: UnityEngine.TextMesh.text
  name: text
  fullName: UnityEngine.TextMesh.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextMesh-text.html
  commentId: P:UnityEngine.TextMesh.text
  nameWithType: TextMesh.text
  type: Property
- uid: UnityEngine.Texture
  name: Texture
  fullName: UnityEngine.Texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture.html
  commentId: T:UnityEngine.Texture
  nameWithType: Texture
  type: Class
- uid: UnityEngine.Texture.anisoLevel
  name: anisoLevel
  fullName: UnityEngine.Texture.anisoLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-anisoLevel.html
  commentId: P:UnityEngine.Texture.anisoLevel
  nameWithType: Texture.anisoLevel
  type: Property
- uid: UnityEngine.Texture.anisotropicFiltering
  name: anisotropicFiltering
  fullName: UnityEngine.Texture.anisotropicFiltering
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-anisotropicFiltering.html
  commentId: P:UnityEngine.Texture.anisotropicFiltering
  nameWithType: Texture.anisotropicFiltering
  type: Property
- uid: UnityEngine.Texture.dimension
  name: dimension
  fullName: UnityEngine.Texture.dimension
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-dimension.html
  commentId: P:UnityEngine.Texture.dimension
  nameWithType: Texture.dimension
  type: Property
- uid: UnityEngine.Texture.filterMode
  name: filterMode
  fullName: UnityEngine.Texture.filterMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-filterMode.html
  commentId: P:UnityEngine.Texture.filterMode
  nameWithType: Texture.filterMode
  type: Property
- uid: UnityEngine.Texture.GetNativeTextureID
  name: GetNativeTextureID()
  fullName: UnityEngine.Texture.GetNativeTextureID()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture.GetNativeTextureID.html
  commentId: M:UnityEngine.Texture.GetNativeTextureID
  nameWithType: Texture.GetNativeTextureID()
  type: Method
- uid: UnityEngine.Texture.GetNativeTexturePtr
  name: GetNativeTexturePtr()
  fullName: UnityEngine.Texture.GetNativeTexturePtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture.GetNativeTexturePtr.html
  commentId: M:UnityEngine.Texture.GetNativeTexturePtr
  nameWithType: Texture.GetNativeTexturePtr()
  type: Method
- uid: UnityEngine.Texture.height
  name: height
  fullName: UnityEngine.Texture.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-height.html
  commentId: P:UnityEngine.Texture.height
  nameWithType: Texture.height
  type: Property
- uid: UnityEngine.Texture.masterTextureLimit
  name: masterTextureLimit
  fullName: UnityEngine.Texture.masterTextureLimit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-masterTextureLimit.html
  commentId: P:UnityEngine.Texture.masterTextureLimit
  nameWithType: Texture.masterTextureLimit
  type: Property
- uid: UnityEngine.Texture.mipMapBias
  name: mipMapBias
  fullName: UnityEngine.Texture.mipMapBias
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-mipMapBias.html
  commentId: P:UnityEngine.Texture.mipMapBias
  nameWithType: Texture.mipMapBias
  type: Property
- uid: UnityEngine.Texture.SetGlobalAnisotropicFilteringLimits(System.Int32,System.Int32)
  name: SetGlobalAnisotropicFilteringLimits(int, int)
  fullName: UnityEngine.Texture.SetGlobalAnisotropicFilteringLimits(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture.SetGlobalAnisotropicFilteringLimits.html
  commentId: M:UnityEngine.Texture.SetGlobalAnisotropicFilteringLimits(System.Int32,System.Int32)
  nameWithType: Texture.SetGlobalAnisotropicFilteringLimits(int, int)
  type: Method
- uid: UnityEngine.Texture.texelSize
  name: texelSize
  fullName: UnityEngine.Texture.texelSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-texelSize.html
  commentId: P:UnityEngine.Texture.texelSize
  nameWithType: Texture.texelSize
  type: Property
- uid: UnityEngine.Texture.width
  name: width
  fullName: UnityEngine.Texture.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-width.html
  commentId: P:UnityEngine.Texture.width
  nameWithType: Texture.width
  type: Property
- uid: UnityEngine.Texture.wrapMode
  name: wrapMode
  fullName: UnityEngine.Texture.wrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-wrapMode.html
  commentId: P:UnityEngine.Texture.wrapMode
  nameWithType: Texture.wrapMode
  type: Property
- uid: UnityEngine.Texture.wrapModeU
  name: wrapModeU
  fullName: UnityEngine.Texture.wrapModeU
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-wrapModeU.html
  commentId: P:UnityEngine.Texture.wrapModeU
  nameWithType: Texture.wrapModeU
  type: Property
- uid: UnityEngine.Texture.wrapModeV
  name: wrapModeV
  fullName: UnityEngine.Texture.wrapModeV
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-wrapModeV.html
  commentId: P:UnityEngine.Texture.wrapModeV
  nameWithType: Texture.wrapModeV
  type: Property
- uid: UnityEngine.Texture.wrapModeW
  name: wrapModeW
  fullName: UnityEngine.Texture.wrapModeW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture-wrapModeW.html
  commentId: P:UnityEngine.Texture.wrapModeW
  nameWithType: Texture.wrapModeW
  type: Property
- uid: UnityEngine.Texture2D
  name: Texture2D
  fullName: UnityEngine.Texture2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.html
  commentId: T:UnityEngine.Texture2D
  nameWithType: Texture2D
  type: Class
- uid: UnityEngine.Texture2D.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean)
  name: Texture2D(int, int, TextureFormat, bool, bool)
  fullName: UnityEngine.Texture2D.Texture2D(int, int, UnityEngine.TextureFormat, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D-ctor.html
  commentId: M:UnityEngine.Texture2D.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean)
  nameWithType: Texture2D.Texture2D(int, int, TextureFormat, bool, bool)
  type: Constructor
- uid: UnityEngine.Texture2D.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  name: Texture2D(int, int, TextureFormat, bool)
  fullName: UnityEngine.Texture2D.Texture2D(int, int, UnityEngine.TextureFormat, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D-ctor.html
  commentId: M:UnityEngine.Texture2D.#ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  nameWithType: Texture2D.Texture2D(int, int, TextureFormat, bool)
  type: Constructor
- uid: UnityEngine.Texture2D.#ctor(System.Int32,System.Int32)
  name: Texture2D(int, int)
  fullName: UnityEngine.Texture2D.Texture2D(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D-ctor.html
  commentId: M:UnityEngine.Texture2D.#ctor(System.Int32,System.Int32)
  nameWithType: Texture2D.Texture2D(int, int)
  type: Constructor
- uid: UnityEngine.Texture2D.alphaIsTransparency
  name: alphaIsTransparency
  fullName: UnityEngine.Texture2D.alphaIsTransparency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D-alphaIsTransparency.html
  commentId: P:UnityEngine.Texture2D.alphaIsTransparency
  nameWithType: Texture2D.alphaIsTransparency
  type: Property
- uid: UnityEngine.Texture2D.Apply
  name: Apply()
  fullName: UnityEngine.Texture2D.Apply()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.Apply.html
  commentId: M:UnityEngine.Texture2D.Apply
  nameWithType: Texture2D.Apply()
  type: Method
- uid: UnityEngine.Texture2D.Apply(System.Boolean,System.Boolean)
  name: Apply(bool, bool)
  fullName: UnityEngine.Texture2D.Apply(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.Apply.html
  commentId: M:UnityEngine.Texture2D.Apply(System.Boolean,System.Boolean)
  nameWithType: Texture2D.Apply(bool, bool)
  type: Method
- uid: UnityEngine.Texture2D.Apply(System.Boolean)
  name: Apply(bool)
  fullName: UnityEngine.Texture2D.Apply(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.Apply.html
  commentId: M:UnityEngine.Texture2D.Apply(System.Boolean)
  nameWithType: Texture2D.Apply(bool)
  type: Method
- uid: UnityEngine.Texture2D.blackTexture
  name: blackTexture
  fullName: UnityEngine.Texture2D.blackTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D-blackTexture.html
  commentId: P:UnityEngine.Texture2D.blackTexture
  nameWithType: Texture2D.blackTexture
  type: Property
- uid: UnityEngine.Texture2D.Compress(System.Boolean)
  name: Compress(bool)
  fullName: UnityEngine.Texture2D.Compress(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.Compress.html
  commentId: M:UnityEngine.Texture2D.Compress(System.Boolean)
  nameWithType: Texture2D.Compress(bool)
  type: Method
- uid: UnityEngine.Texture2D.CreateExternalTexture(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean,System.IntPtr)
  name: CreateExternalTexture(int, int, TextureFormat, bool, bool, IntPtr)
  fullName: UnityEngine.Texture2D.CreateExternalTexture(int, int, UnityEngine.TextureFormat, bool, bool, System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.CreateExternalTexture.html
  commentId: M:UnityEngine.Texture2D.CreateExternalTexture(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean,System.IntPtr)
  nameWithType: Texture2D.CreateExternalTexture(int, int, TextureFormat, bool, bool, IntPtr)
  type: Method
- uid: UnityEngine.Texture2D.EXRFlags
  name: Texture2D.EXRFlags
  fullName: UnityEngine.Texture2D.EXRFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.EXRFlags.html
  commentId: T:UnityEngine.Texture2D.EXRFlags
  nameWithType: Texture2D.EXRFlags
  type: Enum
- uid: UnityEngine.Texture2D.EXRFlags.CompressPIZ
  name: CompressPIZ
  fullName: UnityEngine.Texture2D.EXRFlags.CompressPIZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.EXRFlags.CompressPIZ.html
  commentId: F:UnityEngine.Texture2D.EXRFlags.CompressPIZ
  nameWithType: Texture2D.EXRFlags.CompressPIZ
  type: Field
- uid: UnityEngine.Texture2D.EXRFlags.CompressRLE
  name: CompressRLE
  fullName: UnityEngine.Texture2D.EXRFlags.CompressRLE
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.EXRFlags.CompressRLE.html
  commentId: F:UnityEngine.Texture2D.EXRFlags.CompressRLE
  nameWithType: Texture2D.EXRFlags.CompressRLE
  type: Field
- uid: UnityEngine.Texture2D.EXRFlags.CompressZIP
  name: CompressZIP
  fullName: UnityEngine.Texture2D.EXRFlags.CompressZIP
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.EXRFlags.CompressZIP.html
  commentId: F:UnityEngine.Texture2D.EXRFlags.CompressZIP
  nameWithType: Texture2D.EXRFlags.CompressZIP
  type: Field
- uid: UnityEngine.Texture2D.EXRFlags.None
  name: None
  fullName: UnityEngine.Texture2D.EXRFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.EXRFlags.None.html
  commentId: F:UnityEngine.Texture2D.EXRFlags.None
  nameWithType: Texture2D.EXRFlags.None
  type: Field
- uid: UnityEngine.Texture2D.EXRFlags.OutputAsFloat
  name: OutputAsFloat
  fullName: UnityEngine.Texture2D.EXRFlags.OutputAsFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.EXRFlags.OutputAsFloat.html
  commentId: F:UnityEngine.Texture2D.EXRFlags.OutputAsFloat
  nameWithType: Texture2D.EXRFlags.OutputAsFloat
  type: Field
- uid: UnityEngine.Texture2D.format
  name: format
  fullName: UnityEngine.Texture2D.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D-format.html
  commentId: P:UnityEngine.Texture2D.format
  nameWithType: Texture2D.format
  type: Property
- uid: UnityEngine.Texture2D.GenerateAtlas(UnityEngine.Vector2[],System.Int32,System.Int32,System.Collections.Generic.List{UnityEngine.Rect})
  name: GenerateAtlas(Vector2[], int, int, List<Rect>)
  fullName: UnityEngine.Texture2D.GenerateAtlas(UnityEngine.Vector2[], int, int, System.Collections.Generic.List<UnityEngine.Rect>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GenerateAtlas.html
  commentId: M:UnityEngine.Texture2D.GenerateAtlas(UnityEngine.Vector2[],System.Int32,System.Int32,System.Collections.Generic.List{UnityEngine.Rect})
  nameWithType: Texture2D.GenerateAtlas(Vector2[], int, int, List<Rect>)
  type: Method
- uid: UnityEngine.Texture2D.GetPixel(System.Int32,System.Int32)
  name: GetPixel(int, int)
  fullName: UnityEngine.Texture2D.GetPixel(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetPixel.html
  commentId: M:UnityEngine.Texture2D.GetPixel(System.Int32,System.Int32)
  nameWithType: Texture2D.GetPixel(int, int)
  type: Method
- uid: UnityEngine.Texture2D.GetPixelBilinear(System.Single,System.Single)
  name: GetPixelBilinear(float, float)
  fullName: UnityEngine.Texture2D.GetPixelBilinear(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetPixelBilinear.html
  commentId: M:UnityEngine.Texture2D.GetPixelBilinear(System.Single,System.Single)
  nameWithType: Texture2D.GetPixelBilinear(float, float)
  type: Method
- uid: UnityEngine.Texture2D.GetPixels
  name: GetPixels()
  fullName: UnityEngine.Texture2D.GetPixels()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetPixels.html
  commentId: M:UnityEngine.Texture2D.GetPixels
  nameWithType: Texture2D.GetPixels()
  type: Method
- uid: UnityEngine.Texture2D.GetPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetPixels(int, int, int, int, int)
  fullName: UnityEngine.Texture2D.GetPixels(int, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetPixels.html
  commentId: M:UnityEngine.Texture2D.GetPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Texture2D.GetPixels(int, int, int, int, int)
  type: Method
- uid: UnityEngine.Texture2D.GetPixels(System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetPixels(int, int, int, int)
  fullName: UnityEngine.Texture2D.GetPixels(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetPixels.html
  commentId: M:UnityEngine.Texture2D.GetPixels(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Texture2D.GetPixels(int, int, int, int)
  type: Method
- uid: UnityEngine.Texture2D.GetPixels(System.Int32)
  name: GetPixels(int)
  fullName: UnityEngine.Texture2D.GetPixels(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetPixels.html
  commentId: M:UnityEngine.Texture2D.GetPixels(System.Int32)
  nameWithType: Texture2D.GetPixels(int)
  type: Method
- uid: UnityEngine.Texture2D.GetPixels32
  name: GetPixels32()
  fullName: UnityEngine.Texture2D.GetPixels32()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetPixels32.html
  commentId: M:UnityEngine.Texture2D.GetPixels32
  nameWithType: Texture2D.GetPixels32()
  type: Method
- uid: UnityEngine.Texture2D.GetPixels32(System.Int32)
  name: GetPixels32(int)
  fullName: UnityEngine.Texture2D.GetPixels32(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetPixels32.html
  commentId: M:UnityEngine.Texture2D.GetPixels32(System.Int32)
  nameWithType: Texture2D.GetPixels32(int)
  type: Method
- uid: UnityEngine.Texture2D.GetRawTextureData
  name: GetRawTextureData()
  fullName: UnityEngine.Texture2D.GetRawTextureData()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.GetRawTextureData.html
  commentId: M:UnityEngine.Texture2D.GetRawTextureData
  nameWithType: Texture2D.GetRawTextureData()
  type: Method
- uid: UnityEngine.Texture2D.LoadRawTextureData(System.Byte[])
  name: LoadRawTextureData(byte[])
  fullName: UnityEngine.Texture2D.LoadRawTextureData(byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.LoadRawTextureData.html
  commentId: M:UnityEngine.Texture2D.LoadRawTextureData(System.Byte[])
  nameWithType: Texture2D.LoadRawTextureData(byte[])
  type: Method
- uid: UnityEngine.Texture2D.LoadRawTextureData(System.IntPtr,System.Int32)
  name: LoadRawTextureData(IntPtr, int)
  fullName: UnityEngine.Texture2D.LoadRawTextureData(System.IntPtr, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.LoadRawTextureData.html
  commentId: M:UnityEngine.Texture2D.LoadRawTextureData(System.IntPtr,System.Int32)
  nameWithType: Texture2D.LoadRawTextureData(IntPtr, int)
  type: Method
- uid: UnityEngine.Texture2D.mipmapCount
  name: mipmapCount
  fullName: UnityEngine.Texture2D.mipmapCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D-mipmapCount.html
  commentId: P:UnityEngine.Texture2D.mipmapCount
  nameWithType: Texture2D.mipmapCount
  type: Property
- uid: UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[],System.Int32,System.Int32,System.Boolean)
  name: PackTextures(Texture2D[], int, int, bool)
  fullName: UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[], int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.PackTextures.html
  commentId: M:UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[],System.Int32,System.Int32,System.Boolean)
  nameWithType: Texture2D.PackTextures(Texture2D[], int, int, bool)
  type: Method
- uid: UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[],System.Int32,System.Int32)
  name: PackTextures(Texture2D[], int, int)
  fullName: UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[], int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.PackTextures.html
  commentId: M:UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[],System.Int32,System.Int32)
  nameWithType: Texture2D.PackTextures(Texture2D[], int, int)
  type: Method
- uid: UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[],System.Int32)
  name: PackTextures(Texture2D[], int)
  fullName: UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.PackTextures.html
  commentId: M:UnityEngine.Texture2D.PackTextures(UnityEngine.Texture2D[],System.Int32)
  nameWithType: Texture2D.PackTextures(Texture2D[], int)
  type: Method
- uid: UnityEngine.Texture2D.ReadPixels(UnityEngine.Rect,System.Int32,System.Int32,System.Boolean)
  name: ReadPixels(Rect, int, int, bool)
  fullName: UnityEngine.Texture2D.ReadPixels(UnityEngine.Rect, int, int, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.ReadPixels.html
  commentId: M:UnityEngine.Texture2D.ReadPixels(UnityEngine.Rect,System.Int32,System.Int32,System.Boolean)
  nameWithType: Texture2D.ReadPixels(Rect, int, int, bool)
  type: Method
- uid: UnityEngine.Texture2D.ReadPixels(UnityEngine.Rect,System.Int32,System.Int32)
  name: ReadPixels(Rect, int, int)
  fullName: UnityEngine.Texture2D.ReadPixels(UnityEngine.Rect, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.ReadPixels.html
  commentId: M:UnityEngine.Texture2D.ReadPixels(UnityEngine.Rect,System.Int32,System.Int32)
  nameWithType: Texture2D.ReadPixels(Rect, int, int)
  type: Method
- uid: UnityEngine.Texture2D.Resize(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  name: Resize(int, int, TextureFormat, bool)
  fullName: UnityEngine.Texture2D.Resize(int, int, UnityEngine.TextureFormat, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.Resize.html
  commentId: M:UnityEngine.Texture2D.Resize(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  nameWithType: Texture2D.Resize(int, int, TextureFormat, bool)
  type: Method
- uid: UnityEngine.Texture2D.Resize(System.Int32,System.Int32)
  name: Resize(int, int)
  fullName: UnityEngine.Texture2D.Resize(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.Resize.html
  commentId: M:UnityEngine.Texture2D.Resize(System.Int32,System.Int32)
  nameWithType: Texture2D.Resize(int, int)
  type: Method
- uid: UnityEngine.Texture2D.SetPixel(System.Int32,System.Int32,UnityEngine.Color)
  name: SetPixel(int, int, Color)
  fullName: UnityEngine.Texture2D.SetPixel(int, int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixel.html
  commentId: M:UnityEngine.Texture2D.SetPixel(System.Int32,System.Int32,UnityEngine.Color)
  nameWithType: Texture2D.SetPixel(int, int, Color)
  type: Method
- uid: UnityEngine.Texture2D.SetPixels(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color[],System.Int32)
  name: SetPixels(int, int, int, int, Color[], int)
  fullName: UnityEngine.Texture2D.SetPixels(int, int, int, int, UnityEngine.Color[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixels.html
  commentId: M:UnityEngine.Texture2D.SetPixels(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color[],System.Int32)
  nameWithType: Texture2D.SetPixels(int, int, int, int, Color[], int)
  type: Method
- uid: UnityEngine.Texture2D.SetPixels(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color[])
  name: SetPixels(int, int, int, int, Color[])
  fullName: UnityEngine.Texture2D.SetPixels(int, int, int, int, UnityEngine.Color[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixels.html
  commentId: M:UnityEngine.Texture2D.SetPixels(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color[])
  nameWithType: Texture2D.SetPixels(int, int, int, int, Color[])
  type: Method
- uid: UnityEngine.Texture2D.SetPixels(UnityEngine.Color[],System.Int32)
  name: SetPixels(Color[], int)
  fullName: UnityEngine.Texture2D.SetPixels(UnityEngine.Color[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixels.html
  commentId: M:UnityEngine.Texture2D.SetPixels(UnityEngine.Color[],System.Int32)
  nameWithType: Texture2D.SetPixels(Color[], int)
  type: Method
- uid: UnityEngine.Texture2D.SetPixels(UnityEngine.Color[])
  name: SetPixels(Color[])
  fullName: UnityEngine.Texture2D.SetPixels(UnityEngine.Color[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixels.html
  commentId: M:UnityEngine.Texture2D.SetPixels(UnityEngine.Color[])
  nameWithType: Texture2D.SetPixels(Color[])
  type: Method
- uid: UnityEngine.Texture2D.SetPixels32(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color32[],System.Int32)
  name: SetPixels32(int, int, int, int, Color32[], int)
  fullName: UnityEngine.Texture2D.SetPixels32(int, int, int, int, UnityEngine.Color32[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixels32.html
  commentId: M:UnityEngine.Texture2D.SetPixels32(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color32[],System.Int32)
  nameWithType: Texture2D.SetPixels32(int, int, int, int, Color32[], int)
  type: Method
- uid: UnityEngine.Texture2D.SetPixels32(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color32[])
  name: SetPixels32(int, int, int, int, Color32[])
  fullName: UnityEngine.Texture2D.SetPixels32(int, int, int, int, UnityEngine.Color32[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixels32.html
  commentId: M:UnityEngine.Texture2D.SetPixels32(System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Color32[])
  nameWithType: Texture2D.SetPixels32(int, int, int, int, Color32[])
  type: Method
- uid: UnityEngine.Texture2D.SetPixels32(UnityEngine.Color32[],System.Int32)
  name: SetPixels32(Color32[], int)
  fullName: UnityEngine.Texture2D.SetPixels32(UnityEngine.Color32[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixels32.html
  commentId: M:UnityEngine.Texture2D.SetPixels32(UnityEngine.Color32[],System.Int32)
  nameWithType: Texture2D.SetPixels32(Color32[], int)
  type: Method
- uid: UnityEngine.Texture2D.SetPixels32(UnityEngine.Color32[])
  name: SetPixels32(Color32[])
  fullName: UnityEngine.Texture2D.SetPixels32(UnityEngine.Color32[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.SetPixels32.html
  commentId: M:UnityEngine.Texture2D.SetPixels32(UnityEngine.Color32[])
  nameWithType: Texture2D.SetPixels32(Color32[])
  type: Method
- uid: UnityEngine.Texture2D.UpdateExternalTexture(System.IntPtr)
  name: UpdateExternalTexture(IntPtr)
  fullName: UnityEngine.Texture2D.UpdateExternalTexture(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D.UpdateExternalTexture.html
  commentId: M:UnityEngine.Texture2D.UpdateExternalTexture(System.IntPtr)
  nameWithType: Texture2D.UpdateExternalTexture(IntPtr)
  type: Method
- uid: UnityEngine.Texture2D.whiteTexture
  name: whiteTexture
  fullName: UnityEngine.Texture2D.whiteTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2D-whiteTexture.html
  commentId: P:UnityEngine.Texture2D.whiteTexture
  nameWithType: Texture2D.whiteTexture
  type: Property
- uid: UnityEngine.Texture2DArray
  name: Texture2DArray
  fullName: UnityEngine.Texture2DArray
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.html
  commentId: T:UnityEngine.Texture2DArray
  nameWithType: Texture2DArray
  type: Class
- uid: UnityEngine.Texture2DArray.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean)
  name: Texture2DArray(int, int, int, TextureFormat, bool, bool)
  fullName: UnityEngine.Texture2DArray.Texture2DArray(int, int, int, UnityEngine.TextureFormat, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray-ctor.html
  commentId: M:UnityEngine.Texture2DArray.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean,System.Boolean)
  nameWithType: Texture2DArray.Texture2DArray(int, int, int, TextureFormat, bool, bool)
  type: Constructor
- uid: UnityEngine.Texture2DArray.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  name: Texture2DArray(int, int, int, TextureFormat, bool)
  fullName: UnityEngine.Texture2DArray.Texture2DArray(int, int, int, UnityEngine.TextureFormat, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray-ctor.html
  commentId: M:UnityEngine.Texture2DArray.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  nameWithType: Texture2DArray.Texture2DArray(int, int, int, TextureFormat, bool)
  type: Constructor
- uid: UnityEngine.Texture2DArray.Apply
  name: Apply()
  fullName: UnityEngine.Texture2DArray.Apply()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.Apply.html
  commentId: M:UnityEngine.Texture2DArray.Apply
  nameWithType: Texture2DArray.Apply()
  type: Method
- uid: UnityEngine.Texture2DArray.Apply(System.Boolean,System.Boolean)
  name: Apply(bool, bool)
  fullName: UnityEngine.Texture2DArray.Apply(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.Apply.html
  commentId: M:UnityEngine.Texture2DArray.Apply(System.Boolean,System.Boolean)
  nameWithType: Texture2DArray.Apply(bool, bool)
  type: Method
- uid: UnityEngine.Texture2DArray.Apply(System.Boolean)
  name: Apply(bool)
  fullName: UnityEngine.Texture2DArray.Apply(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.Apply.html
  commentId: M:UnityEngine.Texture2DArray.Apply(System.Boolean)
  nameWithType: Texture2DArray.Apply(bool)
  type: Method
- uid: UnityEngine.Texture2DArray.depth
  name: depth
  fullName: UnityEngine.Texture2DArray.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray-depth.html
  commentId: P:UnityEngine.Texture2DArray.depth
  nameWithType: Texture2DArray.depth
  type: Property
- uid: UnityEngine.Texture2DArray.format
  name: format
  fullName: UnityEngine.Texture2DArray.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray-format.html
  commentId: P:UnityEngine.Texture2DArray.format
  nameWithType: Texture2DArray.format
  type: Property
- uid: UnityEngine.Texture2DArray.GetPixels(System.Int32,System.Int32)
  name: GetPixels(int, int)
  fullName: UnityEngine.Texture2DArray.GetPixels(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.GetPixels.html
  commentId: M:UnityEngine.Texture2DArray.GetPixels(System.Int32,System.Int32)
  nameWithType: Texture2DArray.GetPixels(int, int)
  type: Method
- uid: UnityEngine.Texture2DArray.GetPixels(System.Int32)
  name: GetPixels(int)
  fullName: UnityEngine.Texture2DArray.GetPixels(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.GetPixels.html
  commentId: M:UnityEngine.Texture2DArray.GetPixels(System.Int32)
  nameWithType: Texture2DArray.GetPixels(int)
  type: Method
- uid: UnityEngine.Texture2DArray.GetPixels32(System.Int32,System.Int32)
  name: GetPixels32(int, int)
  fullName: UnityEngine.Texture2DArray.GetPixels32(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.GetPixels32.html
  commentId: M:UnityEngine.Texture2DArray.GetPixels32(System.Int32,System.Int32)
  nameWithType: Texture2DArray.GetPixels32(int, int)
  type: Method
- uid: UnityEngine.Texture2DArray.GetPixels32(System.Int32)
  name: GetPixels32(int)
  fullName: UnityEngine.Texture2DArray.GetPixels32(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.GetPixels32.html
  commentId: M:UnityEngine.Texture2DArray.GetPixels32(System.Int32)
  nameWithType: Texture2DArray.GetPixels32(int)
  type: Method
- uid: UnityEngine.Texture2DArray.SetPixels(UnityEngine.Color[],System.Int32,System.Int32)
  name: SetPixels(Color[], int, int)
  fullName: UnityEngine.Texture2DArray.SetPixels(UnityEngine.Color[], int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.SetPixels.html
  commentId: M:UnityEngine.Texture2DArray.SetPixels(UnityEngine.Color[],System.Int32,System.Int32)
  nameWithType: Texture2DArray.SetPixels(Color[], int, int)
  type: Method
- uid: UnityEngine.Texture2DArray.SetPixels(UnityEngine.Color[],System.Int32)
  name: SetPixels(Color[], int)
  fullName: UnityEngine.Texture2DArray.SetPixels(UnityEngine.Color[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.SetPixels.html
  commentId: M:UnityEngine.Texture2DArray.SetPixels(UnityEngine.Color[],System.Int32)
  nameWithType: Texture2DArray.SetPixels(Color[], int)
  type: Method
- uid: UnityEngine.Texture2DArray.SetPixels32(UnityEngine.Color32[],System.Int32,System.Int32)
  name: SetPixels32(Color32[], int, int)
  fullName: UnityEngine.Texture2DArray.SetPixels32(UnityEngine.Color32[], int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.SetPixels32.html
  commentId: M:UnityEngine.Texture2DArray.SetPixels32(UnityEngine.Color32[],System.Int32,System.Int32)
  nameWithType: Texture2DArray.SetPixels32(Color32[], int, int)
  type: Method
- uid: UnityEngine.Texture2DArray.SetPixels32(UnityEngine.Color32[],System.Int32)
  name: SetPixels32(Color32[], int)
  fullName: UnityEngine.Texture2DArray.SetPixels32(UnityEngine.Color32[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture2DArray.SetPixels32.html
  commentId: M:UnityEngine.Texture2DArray.SetPixels32(UnityEngine.Color32[],System.Int32)
  nameWithType: Texture2DArray.SetPixels32(Color32[], int)
  type: Method
- uid: UnityEngine.Texture3D
  name: Texture3D
  fullName: UnityEngine.Texture3D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.html
  commentId: T:UnityEngine.Texture3D
  nameWithType: Texture3D
  type: Class
- uid: UnityEngine.Texture3D.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  name: Texture3D(int, int, int, TextureFormat, bool)
  fullName: UnityEngine.Texture3D.Texture3D(int, int, int, UnityEngine.TextureFormat, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D-ctor.html
  commentId: M:UnityEngine.Texture3D.#ctor(System.Int32,System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
  nameWithType: Texture3D.Texture3D(int, int, int, TextureFormat, bool)
  type: Constructor
- uid: UnityEngine.Texture3D.Apply
  name: Apply()
  fullName: UnityEngine.Texture3D.Apply()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.Apply.html
  commentId: M:UnityEngine.Texture3D.Apply
  nameWithType: Texture3D.Apply()
  type: Method
- uid: UnityEngine.Texture3D.Apply(System.Boolean,System.Boolean)
  name: Apply(bool, bool)
  fullName: UnityEngine.Texture3D.Apply(bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.Apply.html
  commentId: M:UnityEngine.Texture3D.Apply(System.Boolean,System.Boolean)
  nameWithType: Texture3D.Apply(bool, bool)
  type: Method
- uid: UnityEngine.Texture3D.Apply(System.Boolean)
  name: Apply(bool)
  fullName: UnityEngine.Texture3D.Apply(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.Apply.html
  commentId: M:UnityEngine.Texture3D.Apply(System.Boolean)
  nameWithType: Texture3D.Apply(bool)
  type: Method
- uid: UnityEngine.Texture3D.depth
  name: depth
  fullName: UnityEngine.Texture3D.depth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D-depth.html
  commentId: P:UnityEngine.Texture3D.depth
  nameWithType: Texture3D.depth
  type: Property
- uid: UnityEngine.Texture3D.format
  name: format
  fullName: UnityEngine.Texture3D.format
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D-format.html
  commentId: P:UnityEngine.Texture3D.format
  nameWithType: Texture3D.format
  type: Property
- uid: UnityEngine.Texture3D.GetPixels
  name: GetPixels()
  fullName: UnityEngine.Texture3D.GetPixels()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.GetPixels.html
  commentId: M:UnityEngine.Texture3D.GetPixels
  nameWithType: Texture3D.GetPixels()
  type: Method
- uid: UnityEngine.Texture3D.GetPixels(System.Int32)
  name: GetPixels(int)
  fullName: UnityEngine.Texture3D.GetPixels(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.GetPixels.html
  commentId: M:UnityEngine.Texture3D.GetPixels(System.Int32)
  nameWithType: Texture3D.GetPixels(int)
  type: Method
- uid: UnityEngine.Texture3D.GetPixels32
  name: GetPixels32()
  fullName: UnityEngine.Texture3D.GetPixels32()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.GetPixels32.html
  commentId: M:UnityEngine.Texture3D.GetPixels32
  nameWithType: Texture3D.GetPixels32()
  type: Method
- uid: UnityEngine.Texture3D.GetPixels32(System.Int32)
  name: GetPixels32(int)
  fullName: UnityEngine.Texture3D.GetPixels32(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.GetPixels32.html
  commentId: M:UnityEngine.Texture3D.GetPixels32(System.Int32)
  nameWithType: Texture3D.GetPixels32(int)
  type: Method
- uid: UnityEngine.Texture3D.SetPixels(UnityEngine.Color[],System.Int32)
  name: SetPixels(Color[], int)
  fullName: UnityEngine.Texture3D.SetPixels(UnityEngine.Color[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.SetPixels.html
  commentId: M:UnityEngine.Texture3D.SetPixels(UnityEngine.Color[],System.Int32)
  nameWithType: Texture3D.SetPixels(Color[], int)
  type: Method
- uid: UnityEngine.Texture3D.SetPixels(UnityEngine.Color[])
  name: SetPixels(Color[])
  fullName: UnityEngine.Texture3D.SetPixels(UnityEngine.Color[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.SetPixels.html
  commentId: M:UnityEngine.Texture3D.SetPixels(UnityEngine.Color[])
  nameWithType: Texture3D.SetPixels(Color[])
  type: Method
- uid: UnityEngine.Texture3D.SetPixels32(UnityEngine.Color32[],System.Int32)
  name: SetPixels32(Color32[], int)
  fullName: UnityEngine.Texture3D.SetPixels32(UnityEngine.Color32[], int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.SetPixels32.html
  commentId: M:UnityEngine.Texture3D.SetPixels32(UnityEngine.Color32[],System.Int32)
  nameWithType: Texture3D.SetPixels32(Color32[], int)
  type: Method
- uid: UnityEngine.Texture3D.SetPixels32(UnityEngine.Color32[])
  name: SetPixels32(Color32[])
  fullName: UnityEngine.Texture3D.SetPixels32(UnityEngine.Color32[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Texture3D.SetPixels32.html
  commentId: M:UnityEngine.Texture3D.SetPixels32(UnityEngine.Color32[])
  nameWithType: Texture3D.SetPixels32(Color32[])
  type: Method
- uid: UnityEngine.TextureCompressionQuality
  name: TextureCompressionQuality
  fullName: UnityEngine.TextureCompressionQuality
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureCompressionQuality.html
  commentId: T:UnityEngine.TextureCompressionQuality
  nameWithType: TextureCompressionQuality
  type: Enum
- uid: UnityEngine.TextureCompressionQuality.Best
  name: Best
  fullName: UnityEngine.TextureCompressionQuality.Best
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureCompressionQuality.Best.html
  commentId: F:UnityEngine.TextureCompressionQuality.Best
  nameWithType: TextureCompressionQuality.Best
  type: Field
- uid: UnityEngine.TextureCompressionQuality.Fast
  name: Fast
  fullName: UnityEngine.TextureCompressionQuality.Fast
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureCompressionQuality.Fast.html
  commentId: F:UnityEngine.TextureCompressionQuality.Fast
  nameWithType: TextureCompressionQuality.Fast
  type: Field
- uid: UnityEngine.TextureCompressionQuality.Normal
  name: Normal
  fullName: UnityEngine.TextureCompressionQuality.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureCompressionQuality.Normal.html
  commentId: F:UnityEngine.TextureCompressionQuality.Normal
  nameWithType: TextureCompressionQuality.Normal
  type: Field
- uid: UnityEngine.TextureFormat
  name: TextureFormat
  fullName: UnityEngine.TextureFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.html
  commentId: T:UnityEngine.TextureFormat
  nameWithType: TextureFormat
  type: Enum
- uid: UnityEngine.TextureFormat.Alpha8
  name: Alpha8
  fullName: UnityEngine.TextureFormat.Alpha8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.Alpha8.html
  commentId: F:UnityEngine.TextureFormat.Alpha8
  nameWithType: TextureFormat.Alpha8
  type: Field
- uid: UnityEngine.TextureFormat.ARGB32
  name: ARGB32
  fullName: UnityEngine.TextureFormat.ARGB32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ARGB32.html
  commentId: F:UnityEngine.TextureFormat.ARGB32
  nameWithType: TextureFormat.ARGB32
  type: Field
- uid: UnityEngine.TextureFormat.ARGB4444
  name: ARGB4444
  fullName: UnityEngine.TextureFormat.ARGB4444
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ARGB4444.html
  commentId: F:UnityEngine.TextureFormat.ARGB4444
  nameWithType: TextureFormat.ARGB4444
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGB_10x10
  name: ASTC_RGB_10x10
  fullName: UnityEngine.TextureFormat.ASTC_RGB_10x10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGB_10x10.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGB_10x10
  nameWithType: TextureFormat.ASTC_RGB_10x10
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGB_12x12
  name: ASTC_RGB_12x12
  fullName: UnityEngine.TextureFormat.ASTC_RGB_12x12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGB_12x12.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGB_12x12
  nameWithType: TextureFormat.ASTC_RGB_12x12
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGB_4x4
  name: ASTC_RGB_4x4
  fullName: UnityEngine.TextureFormat.ASTC_RGB_4x4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGB_4x4.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGB_4x4
  nameWithType: TextureFormat.ASTC_RGB_4x4
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGB_5x5
  name: ASTC_RGB_5x5
  fullName: UnityEngine.TextureFormat.ASTC_RGB_5x5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGB_5x5.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGB_5x5
  nameWithType: TextureFormat.ASTC_RGB_5x5
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGB_6x6
  name: ASTC_RGB_6x6
  fullName: UnityEngine.TextureFormat.ASTC_RGB_6x6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGB_6x6.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGB_6x6
  nameWithType: TextureFormat.ASTC_RGB_6x6
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGB_8x8
  name: ASTC_RGB_8x8
  fullName: UnityEngine.TextureFormat.ASTC_RGB_8x8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGB_8x8.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGB_8x8
  nameWithType: TextureFormat.ASTC_RGB_8x8
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGBA_10x10
  name: ASTC_RGBA_10x10
  fullName: UnityEngine.TextureFormat.ASTC_RGBA_10x10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGBA_10x10.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGBA_10x10
  nameWithType: TextureFormat.ASTC_RGBA_10x10
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGBA_12x12
  name: ASTC_RGBA_12x12
  fullName: UnityEngine.TextureFormat.ASTC_RGBA_12x12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGBA_12x12.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGBA_12x12
  nameWithType: TextureFormat.ASTC_RGBA_12x12
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGBA_4x4
  name: ASTC_RGBA_4x4
  fullName: UnityEngine.TextureFormat.ASTC_RGBA_4x4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGBA_4x4.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGBA_4x4
  nameWithType: TextureFormat.ASTC_RGBA_4x4
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGBA_5x5
  name: ASTC_RGBA_5x5
  fullName: UnityEngine.TextureFormat.ASTC_RGBA_5x5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGBA_5x5.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGBA_5x5
  nameWithType: TextureFormat.ASTC_RGBA_5x5
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGBA_6x6
  name: ASTC_RGBA_6x6
  fullName: UnityEngine.TextureFormat.ASTC_RGBA_6x6
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGBA_6x6.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGBA_6x6
  nameWithType: TextureFormat.ASTC_RGBA_6x6
  type: Field
- uid: UnityEngine.TextureFormat.ASTC_RGBA_8x8
  name: ASTC_RGBA_8x8
  fullName: UnityEngine.TextureFormat.ASTC_RGBA_8x8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ASTC_RGBA_8x8.html
  commentId: F:UnityEngine.TextureFormat.ASTC_RGBA_8x8
  nameWithType: TextureFormat.ASTC_RGBA_8x8
  type: Field
- uid: UnityEngine.TextureFormat.ATC_RGB4
  name: ATC_RGB4
  fullName: UnityEngine.TextureFormat.ATC_RGB4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ATC_RGB4.html
  commentId: F:UnityEngine.TextureFormat.ATC_RGB4
  nameWithType: TextureFormat.ATC_RGB4
  type: Field
- uid: UnityEngine.TextureFormat.ATC_RGBA8
  name: ATC_RGBA8
  fullName: UnityEngine.TextureFormat.ATC_RGBA8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ATC_RGBA8.html
  commentId: F:UnityEngine.TextureFormat.ATC_RGBA8
  nameWithType: TextureFormat.ATC_RGBA8
  type: Field
- uid: UnityEngine.TextureFormat.BC4
  name: BC4
  fullName: UnityEngine.TextureFormat.BC4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.BC4.html
  commentId: F:UnityEngine.TextureFormat.BC4
  nameWithType: TextureFormat.BC4
  type: Field
- uid: UnityEngine.TextureFormat.BC5
  name: BC5
  fullName: UnityEngine.TextureFormat.BC5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.BC5.html
  commentId: F:UnityEngine.TextureFormat.BC5
  nameWithType: TextureFormat.BC5
  type: Field
- uid: UnityEngine.TextureFormat.BC6H
  name: BC6H
  fullName: UnityEngine.TextureFormat.BC6H
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.BC6H.html
  commentId: F:UnityEngine.TextureFormat.BC6H
  nameWithType: TextureFormat.BC6H
  type: Field
- uid: UnityEngine.TextureFormat.BC7
  name: BC7
  fullName: UnityEngine.TextureFormat.BC7
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.BC7.html
  commentId: F:UnityEngine.TextureFormat.BC7
  nameWithType: TextureFormat.BC7
  type: Field
- uid: UnityEngine.TextureFormat.BGRA32
  name: BGRA32
  fullName: UnityEngine.TextureFormat.BGRA32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.BGRA32.html
  commentId: F:UnityEngine.TextureFormat.BGRA32
  nameWithType: TextureFormat.BGRA32
  type: Field
- uid: UnityEngine.TextureFormat.DXT1
  name: DXT1
  fullName: UnityEngine.TextureFormat.DXT1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.DXT1.html
  commentId: F:UnityEngine.TextureFormat.DXT1
  nameWithType: TextureFormat.DXT1
  type: Field
- uid: UnityEngine.TextureFormat.DXT5
  name: DXT5
  fullName: UnityEngine.TextureFormat.DXT5
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.DXT5.html
  commentId: F:UnityEngine.TextureFormat.DXT5
  nameWithType: TextureFormat.DXT5
  type: Field
- uid: UnityEngine.TextureFormat.EAC_R
  name: EAC_R
  fullName: UnityEngine.TextureFormat.EAC_R
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.EAC_R.html
  commentId: F:UnityEngine.TextureFormat.EAC_R
  nameWithType: TextureFormat.EAC_R
  type: Field
- uid: UnityEngine.TextureFormat.EAC_R_SIGNED
  name: EAC_R_SIGNED
  fullName: UnityEngine.TextureFormat.EAC_R_SIGNED
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.EAC_R_SIGNED.html
  commentId: F:UnityEngine.TextureFormat.EAC_R_SIGNED
  nameWithType: TextureFormat.EAC_R_SIGNED
  type: Field
- uid: UnityEngine.TextureFormat.EAC_RG
  name: EAC_RG
  fullName: UnityEngine.TextureFormat.EAC_RG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.EAC_RG.html
  commentId: F:UnityEngine.TextureFormat.EAC_RG
  nameWithType: TextureFormat.EAC_RG
  type: Field
- uid: UnityEngine.TextureFormat.EAC_RG_SIGNED
  name: EAC_RG_SIGNED
  fullName: UnityEngine.TextureFormat.EAC_RG_SIGNED
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.EAC_RG_SIGNED.html
  commentId: F:UnityEngine.TextureFormat.EAC_RG_SIGNED
  nameWithType: TextureFormat.EAC_RG_SIGNED
  type: Field
- uid: UnityEngine.TextureFormat.ETC_RGB4
  name: ETC_RGB4
  fullName: UnityEngine.TextureFormat.ETC_RGB4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ETC_RGB4.html
  commentId: F:UnityEngine.TextureFormat.ETC_RGB4
  nameWithType: TextureFormat.ETC_RGB4
  type: Field
- uid: UnityEngine.TextureFormat.ETC_RGB4_3DS
  name: ETC_RGB4_3DS
  fullName: UnityEngine.TextureFormat.ETC_RGB4_3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ETC_RGB4_3DS.html
  commentId: F:UnityEngine.TextureFormat.ETC_RGB4_3DS
  nameWithType: TextureFormat.ETC_RGB4_3DS
  type: Field
- uid: UnityEngine.TextureFormat.ETC_RGBA8_3DS
  name: ETC_RGBA8_3DS
  fullName: UnityEngine.TextureFormat.ETC_RGBA8_3DS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ETC_RGBA8_3DS.html
  commentId: F:UnityEngine.TextureFormat.ETC_RGBA8_3DS
  nameWithType: TextureFormat.ETC_RGBA8_3DS
  type: Field
- uid: UnityEngine.TextureFormat.ETC2_RGB
  name: ETC2_RGB
  fullName: UnityEngine.TextureFormat.ETC2_RGB
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ETC2_RGB.html
  commentId: F:UnityEngine.TextureFormat.ETC2_RGB
  nameWithType: TextureFormat.ETC2_RGB
  type: Field
- uid: UnityEngine.TextureFormat.ETC2_RGBA1
  name: ETC2_RGBA1
  fullName: UnityEngine.TextureFormat.ETC2_RGBA1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ETC2_RGBA1.html
  commentId: F:UnityEngine.TextureFormat.ETC2_RGBA1
  nameWithType: TextureFormat.ETC2_RGBA1
  type: Field
- uid: UnityEngine.TextureFormat.ETC2_RGBA8
  name: ETC2_RGBA8
  fullName: UnityEngine.TextureFormat.ETC2_RGBA8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.ETC2_RGBA8.html
  commentId: F:UnityEngine.TextureFormat.ETC2_RGBA8
  nameWithType: TextureFormat.ETC2_RGBA8
  type: Field
- uid: UnityEngine.TextureFormat.PVRTC_RGB2
  name: PVRTC_RGB2
  fullName: UnityEngine.TextureFormat.PVRTC_RGB2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.PVRTC_RGB2.html
  commentId: F:UnityEngine.TextureFormat.PVRTC_RGB2
  nameWithType: TextureFormat.PVRTC_RGB2
  type: Field
- uid: UnityEngine.TextureFormat.PVRTC_RGB4
  name: PVRTC_RGB4
  fullName: UnityEngine.TextureFormat.PVRTC_RGB4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.PVRTC_RGB4.html
  commentId: F:UnityEngine.TextureFormat.PVRTC_RGB4
  nameWithType: TextureFormat.PVRTC_RGB4
  type: Field
- uid: UnityEngine.TextureFormat.PVRTC_RGBA2
  name: PVRTC_RGBA2
  fullName: UnityEngine.TextureFormat.PVRTC_RGBA2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.PVRTC_RGBA2.html
  commentId: F:UnityEngine.TextureFormat.PVRTC_RGBA2
  nameWithType: TextureFormat.PVRTC_RGBA2
  type: Field
- uid: UnityEngine.TextureFormat.PVRTC_RGBA4
  name: PVRTC_RGBA4
  fullName: UnityEngine.TextureFormat.PVRTC_RGBA4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.PVRTC_RGBA4.html
  commentId: F:UnityEngine.TextureFormat.PVRTC_RGBA4
  nameWithType: TextureFormat.PVRTC_RGBA4
  type: Field
- uid: UnityEngine.TextureFormat.R16
  name: R16
  fullName: UnityEngine.TextureFormat.R16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.R16.html
  commentId: F:UnityEngine.TextureFormat.R16
  nameWithType: TextureFormat.R16
  type: Field
- uid: UnityEngine.TextureFormat.R8
  name: R8
  fullName: UnityEngine.TextureFormat.R8
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.R8.html
  commentId: F:UnityEngine.TextureFormat.R8
  nameWithType: TextureFormat.R8
  type: Field
- uid: UnityEngine.TextureFormat.RFloat
  name: RFloat
  fullName: UnityEngine.TextureFormat.RFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RFloat.html
  commentId: F:UnityEngine.TextureFormat.RFloat
  nameWithType: TextureFormat.RFloat
  type: Field
- uid: UnityEngine.TextureFormat.RG16
  name: RG16
  fullName: UnityEngine.TextureFormat.RG16
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RG16.html
  commentId: F:UnityEngine.TextureFormat.RG16
  nameWithType: TextureFormat.RG16
  type: Field
- uid: UnityEngine.TextureFormat.RGB24
  name: RGB24
  fullName: UnityEngine.TextureFormat.RGB24
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGB24.html
  commentId: F:UnityEngine.TextureFormat.RGB24
  nameWithType: TextureFormat.RGB24
  type: Field
- uid: UnityEngine.TextureFormat.RGB565
  name: RGB565
  fullName: UnityEngine.TextureFormat.RGB565
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGB565.html
  commentId: F:UnityEngine.TextureFormat.RGB565
  nameWithType: TextureFormat.RGB565
  type: Field
- uid: UnityEngine.TextureFormat.RGB9e5Float
  name: RGB9e5Float
  fullName: UnityEngine.TextureFormat.RGB9e5Float
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGB9e5Float.html
  commentId: F:UnityEngine.TextureFormat.RGB9e5Float
  nameWithType: TextureFormat.RGB9e5Float
  type: Field
- uid: UnityEngine.TextureFormat.RGBA32
  name: RGBA32
  fullName: UnityEngine.TextureFormat.RGBA32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGBA32.html
  commentId: F:UnityEngine.TextureFormat.RGBA32
  nameWithType: TextureFormat.RGBA32
  type: Field
- uid: UnityEngine.TextureFormat.RGBA4444
  name: RGBA4444
  fullName: UnityEngine.TextureFormat.RGBA4444
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGBA4444.html
  commentId: F:UnityEngine.TextureFormat.RGBA4444
  nameWithType: TextureFormat.RGBA4444
  type: Field
- uid: UnityEngine.TextureFormat.RGBAFloat
  name: RGBAFloat
  fullName: UnityEngine.TextureFormat.RGBAFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGBAFloat.html
  commentId: F:UnityEngine.TextureFormat.RGBAFloat
  nameWithType: TextureFormat.RGBAFloat
  type: Field
- uid: UnityEngine.TextureFormat.RGBAHalf
  name: RGBAHalf
  fullName: UnityEngine.TextureFormat.RGBAHalf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGBAHalf.html
  commentId: F:UnityEngine.TextureFormat.RGBAHalf
  nameWithType: TextureFormat.RGBAHalf
  type: Field
- uid: UnityEngine.TextureFormat.RGFloat
  name: RGFloat
  fullName: UnityEngine.TextureFormat.RGFloat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGFloat.html
  commentId: F:UnityEngine.TextureFormat.RGFloat
  nameWithType: TextureFormat.RGFloat
  type: Field
- uid: UnityEngine.TextureFormat.RGHalf
  name: RGHalf
  fullName: UnityEngine.TextureFormat.RGHalf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RGHalf.html
  commentId: F:UnityEngine.TextureFormat.RGHalf
  nameWithType: TextureFormat.RGHalf
  type: Field
- uid: UnityEngine.TextureFormat.RHalf
  name: RHalf
  fullName: UnityEngine.TextureFormat.RHalf
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.RHalf.html
  commentId: F:UnityEngine.TextureFormat.RHalf
  nameWithType: TextureFormat.RHalf
  type: Field
- uid: UnityEngine.TextureFormat.YUY2
  name: YUY2
  fullName: UnityEngine.TextureFormat.YUY2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureFormat.YUY2.html
  commentId: F:UnityEngine.TextureFormat.YUY2
  nameWithType: TextureFormat.YUY2
  type: Field
- uid: UnityEngine.TextureWrapMode
  name: TextureWrapMode
  fullName: UnityEngine.TextureWrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureWrapMode.html
  commentId: T:UnityEngine.TextureWrapMode
  nameWithType: TextureWrapMode
  type: Enum
- uid: UnityEngine.TextureWrapMode.Clamp
  name: Clamp
  fullName: UnityEngine.TextureWrapMode.Clamp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureWrapMode.Clamp.html
  commentId: F:UnityEngine.TextureWrapMode.Clamp
  nameWithType: TextureWrapMode.Clamp
  type: Field
- uid: UnityEngine.TextureWrapMode.Mirror
  name: Mirror
  fullName: UnityEngine.TextureWrapMode.Mirror
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureWrapMode.Mirror.html
  commentId: F:UnityEngine.TextureWrapMode.Mirror
  nameWithType: TextureWrapMode.Mirror
  type: Field
- uid: UnityEngine.TextureWrapMode.MirrorOnce
  name: MirrorOnce
  fullName: UnityEngine.TextureWrapMode.MirrorOnce
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureWrapMode.MirrorOnce.html
  commentId: F:UnityEngine.TextureWrapMode.MirrorOnce
  nameWithType: TextureWrapMode.MirrorOnce
  type: Field
- uid: UnityEngine.TextureWrapMode.Repeat
  name: Repeat
  fullName: UnityEngine.TextureWrapMode.Repeat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TextureWrapMode.Repeat.html
  commentId: F:UnityEngine.TextureWrapMode.Repeat
  nameWithType: TextureWrapMode.Repeat
  type: Field
- uid: UnityEngine.ThreadPriority
  name: ThreadPriority
  fullName: UnityEngine.ThreadPriority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ThreadPriority.html
  commentId: T:UnityEngine.ThreadPriority
  nameWithType: ThreadPriority
  type: Enum
- uid: UnityEngine.ThreadPriority.BelowNormal
  name: BelowNormal
  fullName: UnityEngine.ThreadPriority.BelowNormal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ThreadPriority.BelowNormal.html
  commentId: F:UnityEngine.ThreadPriority.BelowNormal
  nameWithType: ThreadPriority.BelowNormal
  type: Field
- uid: UnityEngine.ThreadPriority.High
  name: High
  fullName: UnityEngine.ThreadPriority.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ThreadPriority.High.html
  commentId: F:UnityEngine.ThreadPriority.High
  nameWithType: ThreadPriority.High
  type: Field
- uid: UnityEngine.ThreadPriority.Low
  name: Low
  fullName: UnityEngine.ThreadPriority.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ThreadPriority.Low.html
  commentId: F:UnityEngine.ThreadPriority.Low
  nameWithType: ThreadPriority.Low
  type: Field
- uid: UnityEngine.ThreadPriority.Normal
  name: Normal
  fullName: UnityEngine.ThreadPriority.Normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/ThreadPriority.Normal.html
  commentId: F:UnityEngine.ThreadPriority.Normal
  nameWithType: ThreadPriority.Normal
  type: Field
- uid: UnityEngine.Tilemaps
  name: UnityEngine.Tilemaps
  fullName: UnityEngine.Tilemaps
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Tilemaps
  nameWithType: UnityEngine.Tilemaps
  type: Namespace
- uid: UnityEngine.Tilemaps.ITilemap
  name: ITilemap
  fullName: UnityEngine.Tilemaps.ITilemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.html
  commentId: T:UnityEngine.Tilemaps.ITilemap
  nameWithType: ITilemap
  type: Class
- uid: UnityEngine.Tilemaps.ITilemap.cellBounds
  name: cellBounds
  fullName: UnityEngine.Tilemaps.ITilemap.cellBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap-cellBounds.html
  commentId: P:UnityEngine.Tilemaps.ITilemap.cellBounds
  nameWithType: ITilemap.cellBounds
  type: Property
- uid: UnityEngine.Tilemaps.ITilemap.GetColor(UnityEngine.Vector3Int)
  name: GetColor(Vector3Int)
  fullName: UnityEngine.Tilemaps.ITilemap.GetColor(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.GetColor.html
  commentId: M:UnityEngine.Tilemaps.ITilemap.GetColor(UnityEngine.Vector3Int)
  nameWithType: ITilemap.GetColor(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.ITilemap.GetComponent``1
  name: GetComponent<T>()
  fullName: UnityEngine.Tilemaps.ITilemap.GetComponent<T>()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.GetComponent.html
  commentId: M:UnityEngine.Tilemaps.ITilemap.GetComponent``1
  nameWithType: ITilemap.GetComponent<T>()
  type: Method
- uid: UnityEngine.Tilemaps.ITilemap.GetSprite(UnityEngine.Vector3Int)
  name: GetSprite(Vector3Int)
  fullName: UnityEngine.Tilemaps.ITilemap.GetSprite(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.GetSprite.html
  commentId: M:UnityEngine.Tilemaps.ITilemap.GetSprite(UnityEngine.Vector3Int)
  nameWithType: ITilemap.GetSprite(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.ITilemap.GetTile(UnityEngine.Vector3Int)
  name: GetTile(Vector3Int)
  fullName: UnityEngine.Tilemaps.ITilemap.GetTile(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.GetTile.html
  commentId: M:UnityEngine.Tilemaps.ITilemap.GetTile(UnityEngine.Vector3Int)
  nameWithType: ITilemap.GetTile(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.ITilemap.GetTile``1(UnityEngine.Vector3Int)
  name: GetTile<T>(Vector3Int)
  fullName: UnityEngine.Tilemaps.ITilemap.GetTile<T>(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.GetTile.html
  commentId: M:UnityEngine.Tilemaps.ITilemap.GetTile``1(UnityEngine.Vector3Int)
  nameWithType: ITilemap.GetTile<T>(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.ITilemap.GetTileFlags(UnityEngine.Vector3Int)
  name: GetTileFlags(Vector3Int)
  fullName: UnityEngine.Tilemaps.ITilemap.GetTileFlags(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.GetTileFlags.html
  commentId: M:UnityEngine.Tilemaps.ITilemap.GetTileFlags(UnityEngine.Vector3Int)
  nameWithType: ITilemap.GetTileFlags(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.ITilemap.GetTransformMatrix(UnityEngine.Vector3Int)
  name: GetTransformMatrix(Vector3Int)
  fullName: UnityEngine.Tilemaps.ITilemap.GetTransformMatrix(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.GetTransformMatrix.html
  commentId: M:UnityEngine.Tilemaps.ITilemap.GetTransformMatrix(UnityEngine.Vector3Int)
  nameWithType: ITilemap.GetTransformMatrix(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.ITilemap.localBounds
  name: localBounds
  fullName: UnityEngine.Tilemaps.ITilemap.localBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap-localBounds.html
  commentId: P:UnityEngine.Tilemaps.ITilemap.localBounds
  nameWithType: ITilemap.localBounds
  type: Property
- uid: UnityEngine.Tilemaps.ITilemap.origin
  name: origin
  fullName: UnityEngine.Tilemaps.ITilemap.origin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap-origin.html
  commentId: P:UnityEngine.Tilemaps.ITilemap.origin
  nameWithType: ITilemap.origin
  type: Property
- uid: UnityEngine.Tilemaps.ITilemap.RefreshTile(UnityEngine.Vector3Int)
  name: RefreshTile(Vector3Int)
  fullName: UnityEngine.Tilemaps.ITilemap.RefreshTile(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap.RefreshTile.html
  commentId: M:UnityEngine.Tilemaps.ITilemap.RefreshTile(UnityEngine.Vector3Int)
  nameWithType: ITilemap.RefreshTile(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.ITilemap.size
  name: size
  fullName: UnityEngine.Tilemaps.ITilemap.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.ITilemap-size.html
  commentId: P:UnityEngine.Tilemaps.ITilemap.size
  nameWithType: ITilemap.size
  type: Property
- uid: UnityEngine.Tilemaps.Tile
  name: Tile
  fullName: UnityEngine.Tilemaps.Tile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile.html
  commentId: T:UnityEngine.Tilemaps.Tile
  nameWithType: Tile
  type: Class
- uid: UnityEngine.Tilemaps.Tile.colliderType
  name: colliderType
  fullName: UnityEngine.Tilemaps.Tile.colliderType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile-colliderType.html
  commentId: P:UnityEngine.Tilemaps.Tile.colliderType
  nameWithType: Tile.colliderType
  type: Property
- uid: UnityEngine.Tilemaps.Tile.ColliderType
  name: Tile.ColliderType
  fullName: UnityEngine.Tilemaps.Tile.ColliderType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile.ColliderType.html
  commentId: T:UnityEngine.Tilemaps.Tile.ColliderType
  nameWithType: Tile.ColliderType
  type: Enum
- uid: UnityEngine.Tilemaps.Tile.ColliderType.Grid
  name: Grid
  fullName: UnityEngine.Tilemaps.Tile.ColliderType.Grid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile.ColliderType.Grid.html
  commentId: F:UnityEngine.Tilemaps.Tile.ColliderType.Grid
  nameWithType: Tile.ColliderType.Grid
  type: Field
- uid: UnityEngine.Tilemaps.Tile.ColliderType.None
  name: None
  fullName: UnityEngine.Tilemaps.Tile.ColliderType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile.ColliderType.None.html
  commentId: F:UnityEngine.Tilemaps.Tile.ColliderType.None
  nameWithType: Tile.ColliderType.None
  type: Field
- uid: UnityEngine.Tilemaps.Tile.ColliderType.Sprite
  name: Sprite
  fullName: UnityEngine.Tilemaps.Tile.ColliderType.Sprite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile.ColliderType.Sprite.html
  commentId: F:UnityEngine.Tilemaps.Tile.ColliderType.Sprite
  nameWithType: Tile.ColliderType.Sprite
  type: Field
- uid: UnityEngine.Tilemaps.Tile.color
  name: color
  fullName: UnityEngine.Tilemaps.Tile.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile-color.html
  commentId: P:UnityEngine.Tilemaps.Tile.color
  nameWithType: Tile.color
  type: Property
- uid: UnityEngine.Tilemaps.Tile.flags
  name: flags
  fullName: UnityEngine.Tilemaps.Tile.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile-flags.html
  commentId: P:UnityEngine.Tilemaps.Tile.flags
  nameWithType: Tile.flags
  type: Property
- uid: UnityEngine.Tilemaps.Tile.gameObject
  name: gameObject
  fullName: UnityEngine.Tilemaps.Tile.gameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile-gameObject.html
  commentId: P:UnityEngine.Tilemaps.Tile.gameObject
  nameWithType: Tile.gameObject
  type: Property
- uid: UnityEngine.Tilemaps.Tile.GetTileData(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap,UnityEngine.Tilemaps.TileData@)
  name: GetTileData(Vector3Int, ITilemap, ref TileData)
  fullName: UnityEngine.Tilemaps.Tile.GetTileData(UnityEngine.Vector3Int, UnityEngine.Tilemaps.ITilemap, ref UnityEngine.Tilemaps.TileData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile.GetTileData.html
  commentId: M:UnityEngine.Tilemaps.Tile.GetTileData(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap,UnityEngine.Tilemaps.TileData@)
  nameWithType: Tile.GetTileData(Vector3Int, ITilemap, ref TileData)
  type: Method
- uid: UnityEngine.Tilemaps.Tile.sprite
  name: sprite
  fullName: UnityEngine.Tilemaps.Tile.sprite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile-sprite.html
  commentId: P:UnityEngine.Tilemaps.Tile.sprite
  nameWithType: Tile.sprite
  type: Property
- uid: UnityEngine.Tilemaps.Tile.transform
  name: transform
  fullName: UnityEngine.Tilemaps.Tile.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tile-transform.html
  commentId: P:UnityEngine.Tilemaps.Tile.transform
  nameWithType: Tile.transform
  type: Property
- uid: UnityEngine.Tilemaps.TileAnimationData
  name: TileAnimationData
  fullName: UnityEngine.Tilemaps.TileAnimationData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileAnimationData.html
  commentId: T:UnityEngine.Tilemaps.TileAnimationData
  nameWithType: TileAnimationData
  type: Struct
- uid: UnityEngine.Tilemaps.TileAnimationData.animatedSprites
  name: animatedSprites
  fullName: UnityEngine.Tilemaps.TileAnimationData.animatedSprites
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileAnimationData-animatedSprites.html
  commentId: P:UnityEngine.Tilemaps.TileAnimationData.animatedSprites
  nameWithType: TileAnimationData.animatedSprites
  type: Property
- uid: UnityEngine.Tilemaps.TileAnimationData.animationSpeed
  name: animationSpeed
  fullName: UnityEngine.Tilemaps.TileAnimationData.animationSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileAnimationData-animationSpeed.html
  commentId: P:UnityEngine.Tilemaps.TileAnimationData.animationSpeed
  nameWithType: TileAnimationData.animationSpeed
  type: Property
- uid: UnityEngine.Tilemaps.TileAnimationData.animationStartTime
  name: animationStartTime
  fullName: UnityEngine.Tilemaps.TileAnimationData.animationStartTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileAnimationData-animationStartTime.html
  commentId: P:UnityEngine.Tilemaps.TileAnimationData.animationStartTime
  nameWithType: TileAnimationData.animationStartTime
  type: Property
- uid: UnityEngine.Tilemaps.TileBase
  name: TileBase
  fullName: UnityEngine.Tilemaps.TileBase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileBase.html
  commentId: T:UnityEngine.Tilemaps.TileBase
  nameWithType: TileBase
  type: Class
- uid: UnityEngine.Tilemaps.TileBase.GetTileAnimationData(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap,UnityEngine.Tilemaps.TileAnimationData@)
  name: GetTileAnimationData(Vector3Int, ITilemap, ref TileAnimationData)
  fullName: UnityEngine.Tilemaps.TileBase.GetTileAnimationData(UnityEngine.Vector3Int, UnityEngine.Tilemaps.ITilemap, ref UnityEngine.Tilemaps.TileAnimationData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileBase.GetTileAnimationData.html
  commentId: M:UnityEngine.Tilemaps.TileBase.GetTileAnimationData(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap,UnityEngine.Tilemaps.TileAnimationData@)
  nameWithType: TileBase.GetTileAnimationData(Vector3Int, ITilemap, ref TileAnimationData)
  type: Method
- uid: UnityEngine.Tilemaps.TileBase.GetTileData(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap,UnityEngine.Tilemaps.TileData@)
  name: GetTileData(Vector3Int, ITilemap, ref TileData)
  fullName: UnityEngine.Tilemaps.TileBase.GetTileData(UnityEngine.Vector3Int, UnityEngine.Tilemaps.ITilemap, ref UnityEngine.Tilemaps.TileData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileBase.GetTileData.html
  commentId: M:UnityEngine.Tilemaps.TileBase.GetTileData(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap,UnityEngine.Tilemaps.TileData@)
  nameWithType: TileBase.GetTileData(Vector3Int, ITilemap, ref TileData)
  type: Method
- uid: UnityEngine.Tilemaps.TileBase.RefreshTile(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap)
  name: RefreshTile(Vector3Int, ITilemap)
  fullName: UnityEngine.Tilemaps.TileBase.RefreshTile(UnityEngine.Vector3Int, UnityEngine.Tilemaps.ITilemap)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileBase.RefreshTile.html
  commentId: M:UnityEngine.Tilemaps.TileBase.RefreshTile(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap)
  nameWithType: TileBase.RefreshTile(Vector3Int, ITilemap)
  type: Method
- uid: UnityEngine.Tilemaps.TileBase.StartUp(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap,UnityEngine.GameObject)
  name: StartUp(Vector3Int, ITilemap, GameObject)
  fullName: UnityEngine.Tilemaps.TileBase.StartUp(UnityEngine.Vector3Int, UnityEngine.Tilemaps.ITilemap, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileBase.StartUp.html
  commentId: M:UnityEngine.Tilemaps.TileBase.StartUp(UnityEngine.Vector3Int,UnityEngine.Tilemaps.ITilemap,UnityEngine.GameObject)
  nameWithType: TileBase.StartUp(Vector3Int, ITilemap, GameObject)
  type: Method
- uid: UnityEngine.Tilemaps.TileData
  name: TileData
  fullName: UnityEngine.Tilemaps.TileData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileData.html
  commentId: T:UnityEngine.Tilemaps.TileData
  nameWithType: TileData
  type: Struct
- uid: UnityEngine.Tilemaps.TileData.colliderType
  name: colliderType
  fullName: UnityEngine.Tilemaps.TileData.colliderType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileData-colliderType.html
  commentId: P:UnityEngine.Tilemaps.TileData.colliderType
  nameWithType: TileData.colliderType
  type: Property
- uid: UnityEngine.Tilemaps.TileData.color
  name: color
  fullName: UnityEngine.Tilemaps.TileData.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileData-color.html
  commentId: P:UnityEngine.Tilemaps.TileData.color
  nameWithType: TileData.color
  type: Property
- uid: UnityEngine.Tilemaps.TileData.flags
  name: flags
  fullName: UnityEngine.Tilemaps.TileData.flags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileData-flags.html
  commentId: P:UnityEngine.Tilemaps.TileData.flags
  nameWithType: TileData.flags
  type: Property
- uid: UnityEngine.Tilemaps.TileData.gameObject
  name: gameObject
  fullName: UnityEngine.Tilemaps.TileData.gameObject
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileData-gameObject.html
  commentId: P:UnityEngine.Tilemaps.TileData.gameObject
  nameWithType: TileData.gameObject
  type: Property
- uid: UnityEngine.Tilemaps.TileData.sprite
  name: sprite
  fullName: UnityEngine.Tilemaps.TileData.sprite
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileData-sprite.html
  commentId: P:UnityEngine.Tilemaps.TileData.sprite
  nameWithType: TileData.sprite
  type: Property
- uid: UnityEngine.Tilemaps.TileData.transform
  name: transform
  fullName: UnityEngine.Tilemaps.TileData.transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileData-transform.html
  commentId: P:UnityEngine.Tilemaps.TileData.transform
  nameWithType: TileData.transform
  type: Property
- uid: UnityEngine.Tilemaps.TileFlags
  name: TileFlags
  fullName: UnityEngine.Tilemaps.TileFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileFlags.html
  commentId: T:UnityEngine.Tilemaps.TileFlags
  nameWithType: TileFlags
  type: Enum
- uid: UnityEngine.Tilemaps.TileFlags.InstantiateGameObjectRuntimeOnly
  name: InstantiateGameObjectRuntimeOnly
  fullName: UnityEngine.Tilemaps.TileFlags.InstantiateGameObjectRuntimeOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileFlags.InstantiateGameObjectRuntimeOnly.html
  commentId: F:UnityEngine.Tilemaps.TileFlags.InstantiateGameObjectRuntimeOnly
  nameWithType: TileFlags.InstantiateGameObjectRuntimeOnly
  type: Field
- uid: UnityEngine.Tilemaps.TileFlags.LockAll
  name: LockAll
  fullName: UnityEngine.Tilemaps.TileFlags.LockAll
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileFlags.LockAll.html
  commentId: F:UnityEngine.Tilemaps.TileFlags.LockAll
  nameWithType: TileFlags.LockAll
  type: Field
- uid: UnityEngine.Tilemaps.TileFlags.LockColor
  name: LockColor
  fullName: UnityEngine.Tilemaps.TileFlags.LockColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileFlags.LockColor.html
  commentId: F:UnityEngine.Tilemaps.TileFlags.LockColor
  nameWithType: TileFlags.LockColor
  type: Field
- uid: UnityEngine.Tilemaps.TileFlags.LockTransform
  name: LockTransform
  fullName: UnityEngine.Tilemaps.TileFlags.LockTransform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileFlags.LockTransform.html
  commentId: F:UnityEngine.Tilemaps.TileFlags.LockTransform
  nameWithType: TileFlags.LockTransform
  type: Field
- uid: UnityEngine.Tilemaps.TileFlags.None
  name: None
  fullName: UnityEngine.Tilemaps.TileFlags.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TileFlags.None.html
  commentId: F:UnityEngine.Tilemaps.TileFlags.None
  nameWithType: TileFlags.None
  type: Field
- uid: UnityEngine.Tilemaps.Tilemap
  name: Tilemap
  fullName: UnityEngine.Tilemaps.Tilemap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.html
  commentId: T:UnityEngine.Tilemaps.Tilemap
  nameWithType: Tilemap
  type: Class
- uid: UnityEngine.Tilemaps.Tilemap.AddTileFlags(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileFlags)
  name: AddTileFlags(Vector3Int, TileFlags)
  fullName: UnityEngine.Tilemaps.Tilemap.AddTileFlags(UnityEngine.Vector3Int, UnityEngine.Tilemaps.TileFlags)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.AddTileFlags.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.AddTileFlags(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileFlags)
  nameWithType: Tilemap.AddTileFlags(Vector3Int, TileFlags)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.animationFrameRate
  name: animationFrameRate
  fullName: UnityEngine.Tilemaps.Tilemap.animationFrameRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-animationFrameRate.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.animationFrameRate
  nameWithType: Tilemap.animationFrameRate
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.BoxFill(UnityEngine.Vector3Int,UnityEngine.Object,System.Int32,System.Int32,System.Int32,System.Int32)
  name: BoxFill(Vector3Int, Object, int, int, int, int)
  fullName: UnityEngine.Tilemaps.Tilemap.BoxFill(UnityEngine.Vector3Int, UnityEngine.Object, int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.BoxFill.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.BoxFill(UnityEngine.Vector3Int,UnityEngine.Object,System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: Tilemap.BoxFill(Vector3Int, Object, int, int, int, int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.cellBounds
  name: cellBounds
  fullName: UnityEngine.Tilemaps.Tilemap.cellBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-cellBounds.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.cellBounds
  nameWithType: Tilemap.cellBounds
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.ClearAllEditorPreviewTiles
  name: ClearAllEditorPreviewTiles()
  fullName: UnityEngine.Tilemaps.Tilemap.ClearAllEditorPreviewTiles()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.ClearAllEditorPreviewTiles.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.ClearAllEditorPreviewTiles
  nameWithType: Tilemap.ClearAllEditorPreviewTiles()
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.ClearAllTiles
  name: ClearAllTiles()
  fullName: UnityEngine.Tilemaps.Tilemap.ClearAllTiles()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.ClearAllTiles.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.ClearAllTiles
  nameWithType: Tilemap.ClearAllTiles()
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.color
  name: color
  fullName: UnityEngine.Tilemaps.Tilemap.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-color.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.color
  nameWithType: Tilemap.color
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.CompressBounds
  name: CompressBounds()
  fullName: UnityEngine.Tilemaps.Tilemap.CompressBounds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.CompressBounds.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.CompressBounds
  nameWithType: Tilemap.CompressBounds()
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.ContainsTile(UnityEngine.Tilemaps.TileBase)
  name: ContainsTile(TileBase)
  fullName: UnityEngine.Tilemaps.Tilemap.ContainsTile(UnityEngine.Tilemaps.TileBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.ContainsTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.ContainsTile(UnityEngine.Tilemaps.TileBase)
  nameWithType: Tilemap.ContainsTile(TileBase)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.EditorPreviewFloodFill(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileBase)
  name: EditorPreviewFloodFill(Vector3Int, TileBase)
  fullName: UnityEngine.Tilemaps.Tilemap.EditorPreviewFloodFill(UnityEngine.Vector3Int, UnityEngine.Tilemaps.TileBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.EditorPreviewFloodFill.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.EditorPreviewFloodFill(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileBase)
  nameWithType: Tilemap.EditorPreviewFloodFill(Vector3Int, TileBase)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.editorPreviewOrigin
  name: editorPreviewOrigin
  fullName: UnityEngine.Tilemaps.Tilemap.editorPreviewOrigin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-editorPreviewOrigin.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.editorPreviewOrigin
  nameWithType: Tilemap.editorPreviewOrigin
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.editorPreviewSize
  name: editorPreviewSize
  fullName: UnityEngine.Tilemaps.Tilemap.editorPreviewSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-editorPreviewSize.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.editorPreviewSize
  nameWithType: Tilemap.editorPreviewSize
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.FloodFill(UnityEngine.Vector3Int,UnityEngine.Object)
  name: FloodFill(Vector3Int, Object)
  fullName: UnityEngine.Tilemaps.Tilemap.FloodFill(UnityEngine.Vector3Int, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.FloodFill.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.FloodFill(UnityEngine.Vector3Int,UnityEngine.Object)
  nameWithType: Tilemap.FloodFill(Vector3Int, Object)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetCellCenterLocal(UnityEngine.Vector3Int)
  name: GetCellCenterLocal(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetCellCenterLocal(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetCellCenterLocal.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetCellCenterLocal(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetCellCenterLocal(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetCellCenterWorld(UnityEngine.Vector3Int)
  name: GetCellCenterWorld(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetCellCenterWorld(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetCellCenterWorld.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetCellCenterWorld(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetCellCenterWorld(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetColliderType(UnityEngine.Vector3Int)
  name: GetColliderType(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetColliderType(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetColliderType.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetColliderType(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetColliderType(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetColor(UnityEngine.Vector3Int)
  name: GetColor(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetColor(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetColor.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetColor(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetColor(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewColor(UnityEngine.Vector3Int)
  name: GetEditorPreviewColor(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewColor(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetEditorPreviewColor.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetEditorPreviewColor(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetEditorPreviewColor(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewSprite(UnityEngine.Vector3Int)
  name: GetEditorPreviewSprite(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewSprite(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetEditorPreviewSprite.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetEditorPreviewSprite(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetEditorPreviewSprite(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTile(UnityEngine.Vector3Int)
  name: GetEditorPreviewTile(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTile(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetEditorPreviewTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTile(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetEditorPreviewTile(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTile``1(UnityEngine.Vector3Int)
  name: GetEditorPreviewTile<T>(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTile<T>(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetEditorPreviewTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTile``1(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetEditorPreviewTile<T>(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTileFlags(UnityEngine.Vector3Int)
  name: GetEditorPreviewTileFlags(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTileFlags(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetEditorPreviewTileFlags.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTileFlags(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetEditorPreviewTileFlags(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTransformMatrix(UnityEngine.Vector3Int)
  name: GetEditorPreviewTransformMatrix(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTransformMatrix(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetEditorPreviewTransformMatrix.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetEditorPreviewTransformMatrix(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetEditorPreviewTransformMatrix(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetInstantiatedObject(UnityEngine.Vector3Int)
  name: GetInstantiatedObject(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetInstantiatedObject(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetInstantiatedObject.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetInstantiatedObject(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetInstantiatedObject(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetSprite(UnityEngine.Vector3Int)
  name: GetSprite(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetSprite(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetSprite.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetSprite(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetSprite(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetTile(UnityEngine.Vector3Int)
  name: GetTile(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetTile(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetTile(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetTile(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetTile``1(UnityEngine.Vector3Int)
  name: GetTile<T>(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetTile<T>(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetTile``1(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetTile<T>(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetTileFlags(UnityEngine.Vector3Int)
  name: GetTileFlags(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetTileFlags(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetTileFlags.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetTileFlags(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetTileFlags(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetTilesBlock(UnityEngine.BoundsInt)
  name: GetTilesBlock(BoundsInt)
  fullName: UnityEngine.Tilemaps.Tilemap.GetTilesBlock(UnityEngine.BoundsInt)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetTilesBlock.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetTilesBlock(UnityEngine.BoundsInt)
  nameWithType: Tilemap.GetTilesBlock(BoundsInt)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetTransformMatrix(UnityEngine.Vector3Int)
  name: GetTransformMatrix(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.GetTransformMatrix(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetTransformMatrix.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetTransformMatrix(UnityEngine.Vector3Int)
  nameWithType: Tilemap.GetTransformMatrix(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetUsedTilesCount
  name: GetUsedTilesCount()
  fullName: UnityEngine.Tilemaps.Tilemap.GetUsedTilesCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetUsedTilesCount.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetUsedTilesCount
  nameWithType: Tilemap.GetUsedTilesCount()
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.GetUsedTilesNonAlloc(UnityEngine.Tilemaps.TileBase[])
  name: GetUsedTilesNonAlloc(TileBase[])
  fullName: UnityEngine.Tilemaps.Tilemap.GetUsedTilesNonAlloc(UnityEngine.Tilemaps.TileBase[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.GetUsedTilesNonAlloc.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.GetUsedTilesNonAlloc(UnityEngine.Tilemaps.TileBase[])
  nameWithType: Tilemap.GetUsedTilesNonAlloc(TileBase[])
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.HasEditorPreviewTile(UnityEngine.Vector3Int)
  name: HasEditorPreviewTile(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.HasEditorPreviewTile(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.HasEditorPreviewTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.HasEditorPreviewTile(UnityEngine.Vector3Int)
  nameWithType: Tilemap.HasEditorPreviewTile(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.HasTile(UnityEngine.Vector3Int)
  name: HasTile(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.HasTile(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.HasTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.HasTile(UnityEngine.Vector3Int)
  nameWithType: Tilemap.HasTile(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.layoutGrid
  name: layoutGrid
  fullName: UnityEngine.Tilemaps.Tilemap.layoutGrid
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-layoutGrid.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.layoutGrid
  nameWithType: Tilemap.layoutGrid
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.localBounds
  name: localBounds
  fullName: UnityEngine.Tilemaps.Tilemap.localBounds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-localBounds.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.localBounds
  nameWithType: Tilemap.localBounds
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.orientation
  name: orientation
  fullName: UnityEngine.Tilemaps.Tilemap.orientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-orientation.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.orientation
  nameWithType: Tilemap.orientation
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.Orientation
  name: Tilemap.Orientation
  fullName: UnityEngine.Tilemaps.Tilemap.Orientation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.Orientation.html
  commentId: T:UnityEngine.Tilemaps.Tilemap.Orientation
  nameWithType: Tilemap.Orientation
  type: Enum
- uid: UnityEngine.Tilemaps.Tilemap.Orientation.Custom
  name: Custom
  fullName: UnityEngine.Tilemaps.Tilemap.Orientation.Custom
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.Orientation.Custom.html
  commentId: F:UnityEngine.Tilemaps.Tilemap.Orientation.Custom
  nameWithType: Tilemap.Orientation.Custom
  type: Field
- uid: UnityEngine.Tilemaps.Tilemap.Orientation.XY
  name: XY
  fullName: UnityEngine.Tilemaps.Tilemap.Orientation.XY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.Orientation.XY.html
  commentId: F:UnityEngine.Tilemaps.Tilemap.Orientation.XY
  nameWithType: Tilemap.Orientation.XY
  type: Field
- uid: UnityEngine.Tilemaps.Tilemap.Orientation.XZ
  name: XZ
  fullName: UnityEngine.Tilemaps.Tilemap.Orientation.XZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.Orientation.XZ.html
  commentId: F:UnityEngine.Tilemaps.Tilemap.Orientation.XZ
  nameWithType: Tilemap.Orientation.XZ
  type: Field
- uid: UnityEngine.Tilemaps.Tilemap.Orientation.YX
  name: YX
  fullName: UnityEngine.Tilemaps.Tilemap.Orientation.YX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.Orientation.YX.html
  commentId: F:UnityEngine.Tilemaps.Tilemap.Orientation.YX
  nameWithType: Tilemap.Orientation.YX
  type: Field
- uid: UnityEngine.Tilemaps.Tilemap.Orientation.YZ
  name: YZ
  fullName: UnityEngine.Tilemaps.Tilemap.Orientation.YZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.Orientation.YZ.html
  commentId: F:UnityEngine.Tilemaps.Tilemap.Orientation.YZ
  nameWithType: Tilemap.Orientation.YZ
  type: Field
- uid: UnityEngine.Tilemaps.Tilemap.Orientation.ZX
  name: ZX
  fullName: UnityEngine.Tilemaps.Tilemap.Orientation.ZX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.Orientation.ZX.html
  commentId: F:UnityEngine.Tilemaps.Tilemap.Orientation.ZX
  nameWithType: Tilemap.Orientation.ZX
  type: Field
- uid: UnityEngine.Tilemaps.Tilemap.Orientation.ZY
  name: ZY
  fullName: UnityEngine.Tilemaps.Tilemap.Orientation.ZY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.Orientation.ZY.html
  commentId: F:UnityEngine.Tilemaps.Tilemap.Orientation.ZY
  nameWithType: Tilemap.Orientation.ZY
  type: Field
- uid: UnityEngine.Tilemaps.Tilemap.orientationMatrix
  name: orientationMatrix
  fullName: UnityEngine.Tilemaps.Tilemap.orientationMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-orientationMatrix.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.orientationMatrix
  nameWithType: Tilemap.orientationMatrix
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.origin
  name: origin
  fullName: UnityEngine.Tilemaps.Tilemap.origin
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-origin.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.origin
  nameWithType: Tilemap.origin
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.RefreshAllTiles
  name: RefreshAllTiles()
  fullName: UnityEngine.Tilemaps.Tilemap.RefreshAllTiles()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.RefreshAllTiles.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.RefreshAllTiles
  nameWithType: Tilemap.RefreshAllTiles()
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.RefreshTile(UnityEngine.Vector3Int)
  name: RefreshTile(Vector3Int)
  fullName: UnityEngine.Tilemaps.Tilemap.RefreshTile(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.RefreshTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.RefreshTile(UnityEngine.Vector3Int)
  nameWithType: Tilemap.RefreshTile(Vector3Int)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.RemoveTileFlags(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileFlags)
  name: RemoveTileFlags(Vector3Int, TileFlags)
  fullName: UnityEngine.Tilemaps.Tilemap.RemoveTileFlags(UnityEngine.Vector3Int, UnityEngine.Tilemaps.TileFlags)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.RemoveTileFlags.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.RemoveTileFlags(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileFlags)
  nameWithType: Tilemap.RemoveTileFlags(Vector3Int, TileFlags)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.ResizeBounds
  name: ResizeBounds()
  fullName: UnityEngine.Tilemaps.Tilemap.ResizeBounds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.ResizeBounds.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.ResizeBounds
  nameWithType: Tilemap.ResizeBounds()
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetColliderType(UnityEngine.Vector3Int,UnityEngine.Tilemaps.Tile.ColliderType)
  name: SetColliderType(Vector3Int, ColliderType)
  fullName: UnityEngine.Tilemaps.Tilemap.SetColliderType(UnityEngine.Vector3Int, UnityEngine.Tilemaps.Tile.ColliderType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetColliderType.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetColliderType(UnityEngine.Vector3Int,UnityEngine.Tilemaps.Tile.ColliderType)
  nameWithType: Tilemap.SetColliderType(Vector3Int, Tile.ColliderType)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetColor(UnityEngine.Vector3Int,UnityEngine.Color)
  name: SetColor(Vector3Int, Color)
  fullName: UnityEngine.Tilemaps.Tilemap.SetColor(UnityEngine.Vector3Int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetColor.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetColor(UnityEngine.Vector3Int,UnityEngine.Color)
  nameWithType: Tilemap.SetColor(Vector3Int, Color)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetEditorPreviewColor(UnityEngine.Vector3Int,UnityEngine.Color)
  name: SetEditorPreviewColor(Vector3Int, Color)
  fullName: UnityEngine.Tilemaps.Tilemap.SetEditorPreviewColor(UnityEngine.Vector3Int, UnityEngine.Color)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetEditorPreviewColor.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetEditorPreviewColor(UnityEngine.Vector3Int,UnityEngine.Color)
  nameWithType: Tilemap.SetEditorPreviewColor(Vector3Int, Color)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetEditorPreviewTile(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileBase)
  name: SetEditorPreviewTile(Vector3Int, TileBase)
  fullName: UnityEngine.Tilemaps.Tilemap.SetEditorPreviewTile(UnityEngine.Vector3Int, UnityEngine.Tilemaps.TileBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetEditorPreviewTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetEditorPreviewTile(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileBase)
  nameWithType: Tilemap.SetEditorPreviewTile(Vector3Int, TileBase)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetEditorPreviewTransformMatrix(UnityEngine.Vector3Int,UnityEngine.Matrix4x4)
  name: SetEditorPreviewTransformMatrix(Vector3Int, Matrix4x4)
  fullName: UnityEngine.Tilemaps.Tilemap.SetEditorPreviewTransformMatrix(UnityEngine.Vector3Int, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetEditorPreviewTransformMatrix.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetEditorPreviewTransformMatrix(UnityEngine.Vector3Int,UnityEngine.Matrix4x4)
  nameWithType: Tilemap.SetEditorPreviewTransformMatrix(Vector3Int, Matrix4x4)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetTile(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileBase)
  name: SetTile(Vector3Int, TileBase)
  fullName: UnityEngine.Tilemaps.Tilemap.SetTile(UnityEngine.Vector3Int, UnityEngine.Tilemaps.TileBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetTile(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileBase)
  nameWithType: Tilemap.SetTile(Vector3Int, TileBase)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetTileFlags(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileFlags)
  name: SetTileFlags(Vector3Int, TileFlags)
  fullName: UnityEngine.Tilemaps.Tilemap.SetTileFlags(UnityEngine.Vector3Int, UnityEngine.Tilemaps.TileFlags)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetTileFlags.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetTileFlags(UnityEngine.Vector3Int,UnityEngine.Tilemaps.TileFlags)
  nameWithType: Tilemap.SetTileFlags(Vector3Int, TileFlags)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetTiles(UnityEngine.Vector3Int[],UnityEngine.Tilemaps.TileBase[])
  name: SetTiles(Vector3Int[], TileBase[])
  fullName: UnityEngine.Tilemaps.Tilemap.SetTiles(UnityEngine.Vector3Int[], UnityEngine.Tilemaps.TileBase[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetTiles.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetTiles(UnityEngine.Vector3Int[],UnityEngine.Tilemaps.TileBase[])
  nameWithType: Tilemap.SetTiles(Vector3Int[], TileBase[])
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetTilesBlock(UnityEngine.BoundsInt,UnityEngine.Tilemaps.TileBase[])
  name: SetTilesBlock(BoundsInt, TileBase[])
  fullName: UnityEngine.Tilemaps.Tilemap.SetTilesBlock(UnityEngine.BoundsInt, UnityEngine.Tilemaps.TileBase[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetTilesBlock.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetTilesBlock(UnityEngine.BoundsInt,UnityEngine.Tilemaps.TileBase[])
  nameWithType: Tilemap.SetTilesBlock(BoundsInt, TileBase[])
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.SetTransformMatrix(UnityEngine.Vector3Int,UnityEngine.Matrix4x4)
  name: SetTransformMatrix(Vector3Int, Matrix4x4)
  fullName: UnityEngine.Tilemaps.Tilemap.SetTransformMatrix(UnityEngine.Vector3Int, UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SetTransformMatrix.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SetTransformMatrix(UnityEngine.Vector3Int,UnityEngine.Matrix4x4)
  nameWithType: Tilemap.SetTransformMatrix(Vector3Int, Matrix4x4)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.size
  name: size
  fullName: UnityEngine.Tilemaps.Tilemap.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-size.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.size
  nameWithType: Tilemap.size
  type: Property
- uid: UnityEngine.Tilemaps.Tilemap.SwapTile(UnityEngine.Tilemaps.TileBase,UnityEngine.Tilemaps.TileBase)
  name: SwapTile(TileBase, TileBase)
  fullName: UnityEngine.Tilemaps.Tilemap.SwapTile(UnityEngine.Tilemaps.TileBase, UnityEngine.Tilemaps.TileBase)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap.SwapTile.html
  commentId: M:UnityEngine.Tilemaps.Tilemap.SwapTile(UnityEngine.Tilemaps.TileBase,UnityEngine.Tilemaps.TileBase)
  nameWithType: Tilemap.SwapTile(TileBase, TileBase)
  type: Method
- uid: UnityEngine.Tilemaps.Tilemap.tileAnchor
  name: tileAnchor
  fullName: UnityEngine.Tilemaps.Tilemap.tileAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.Tilemap-tileAnchor.html
  commentId: P:UnityEngine.Tilemaps.Tilemap.tileAnchor
  nameWithType: Tilemap.tileAnchor
  type: Property
- uid: UnityEngine.Tilemaps.TilemapCollider2D
  name: TilemapCollider2D
  fullName: UnityEngine.Tilemaps.TilemapCollider2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapCollider2D.html
  commentId: T:UnityEngine.Tilemaps.TilemapCollider2D
  nameWithType: TilemapCollider2D
  type: Class
- uid: UnityEngine.Tilemaps.TilemapRenderer
  name: TilemapRenderer
  fullName: UnityEngine.Tilemaps.TilemapRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer.html
  commentId: T:UnityEngine.Tilemaps.TilemapRenderer
  nameWithType: TilemapRenderer
  type: Class
- uid: UnityEngine.Tilemaps.TilemapRenderer.chunkSize
  name: chunkSize
  fullName: UnityEngine.Tilemaps.TilemapRenderer.chunkSize
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer-chunkSize.html
  commentId: P:UnityEngine.Tilemaps.TilemapRenderer.chunkSize
  nameWithType: TilemapRenderer.chunkSize
  type: Property
- uid: UnityEngine.Tilemaps.TilemapRenderer.maskInteraction
  name: maskInteraction
  fullName: UnityEngine.Tilemaps.TilemapRenderer.maskInteraction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer-maskInteraction.html
  commentId: P:UnityEngine.Tilemaps.TilemapRenderer.maskInteraction
  nameWithType: TilemapRenderer.maskInteraction
  type: Property
- uid: UnityEngine.Tilemaps.TilemapRenderer.maxChunkCount
  name: maxChunkCount
  fullName: UnityEngine.Tilemaps.TilemapRenderer.maxChunkCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer-maxChunkCount.html
  commentId: P:UnityEngine.Tilemaps.TilemapRenderer.maxChunkCount
  nameWithType: TilemapRenderer.maxChunkCount
  type: Property
- uid: UnityEngine.Tilemaps.TilemapRenderer.maxFrameAge
  name: maxFrameAge
  fullName: UnityEngine.Tilemaps.TilemapRenderer.maxFrameAge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer-maxFrameAge.html
  commentId: P:UnityEngine.Tilemaps.TilemapRenderer.maxFrameAge
  nameWithType: TilemapRenderer.maxFrameAge
  type: Property
- uid: UnityEngine.Tilemaps.TilemapRenderer.sortOrder
  name: sortOrder
  fullName: UnityEngine.Tilemaps.TilemapRenderer.sortOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer-sortOrder.html
  commentId: P:UnityEngine.Tilemaps.TilemapRenderer.sortOrder
  nameWithType: TilemapRenderer.sortOrder
  type: Property
- uid: UnityEngine.Tilemaps.TilemapRenderer.SortOrder
  name: TilemapRenderer.SortOrder
  fullName: UnityEngine.Tilemaps.TilemapRenderer.SortOrder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer.SortOrder.html
  commentId: T:UnityEngine.Tilemaps.TilemapRenderer.SortOrder
  nameWithType: TilemapRenderer.SortOrder
  type: Enum
- uid: UnityEngine.Tilemaps.TilemapRenderer.SortOrder.BottomLeft
  name: BottomLeft
  fullName: UnityEngine.Tilemaps.TilemapRenderer.SortOrder.BottomLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer.SortOrder.BottomLeft.html
  commentId: F:UnityEngine.Tilemaps.TilemapRenderer.SortOrder.BottomLeft
  nameWithType: TilemapRenderer.SortOrder.BottomLeft
  type: Field
- uid: UnityEngine.Tilemaps.TilemapRenderer.SortOrder.BottomRight
  name: BottomRight
  fullName: UnityEngine.Tilemaps.TilemapRenderer.SortOrder.BottomRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer.SortOrder.BottomRight.html
  commentId: F:UnityEngine.Tilemaps.TilemapRenderer.SortOrder.BottomRight
  nameWithType: TilemapRenderer.SortOrder.BottomRight
  type: Field
- uid: UnityEngine.Tilemaps.TilemapRenderer.SortOrder.TopLeft
  name: TopLeft
  fullName: UnityEngine.Tilemaps.TilemapRenderer.SortOrder.TopLeft
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer.SortOrder.TopLeft.html
  commentId: F:UnityEngine.Tilemaps.TilemapRenderer.SortOrder.TopLeft
  nameWithType: TilemapRenderer.SortOrder.TopLeft
  type: Field
- uid: UnityEngine.Tilemaps.TilemapRenderer.SortOrder.TopRight
  name: TopRight
  fullName: UnityEngine.Tilemaps.TilemapRenderer.SortOrder.TopRight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tilemaps.TilemapRenderer.SortOrder.TopRight.html
  commentId: F:UnityEngine.Tilemaps.TilemapRenderer.SortOrder.TopRight
  nameWithType: TilemapRenderer.SortOrder.TopRight
  type: Field
- uid: UnityEngine.Time
  name: Time
  fullName: UnityEngine.Time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time.html
  commentId: T:UnityEngine.Time
  nameWithType: Time
  type: Class
- uid: UnityEngine.Time.captureFramerate
  name: captureFramerate
  fullName: UnityEngine.Time.captureFramerate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-captureFramerate.html
  commentId: P:UnityEngine.Time.captureFramerate
  nameWithType: Time.captureFramerate
  type: Property
- uid: UnityEngine.Time.deltaTime
  name: deltaTime
  fullName: UnityEngine.Time.deltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-deltaTime.html
  commentId: P:UnityEngine.Time.deltaTime
  nameWithType: Time.deltaTime
  type: Property
- uid: UnityEngine.Time.fixedDeltaTime
  name: fixedDeltaTime
  fullName: UnityEngine.Time.fixedDeltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-fixedDeltaTime.html
  commentId: P:UnityEngine.Time.fixedDeltaTime
  nameWithType: Time.fixedDeltaTime
  type: Property
- uid: UnityEngine.Time.fixedTime
  name: fixedTime
  fullName: UnityEngine.Time.fixedTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-fixedTime.html
  commentId: P:UnityEngine.Time.fixedTime
  nameWithType: Time.fixedTime
  type: Property
- uid: UnityEngine.Time.fixedUnscaledDeltaTime
  name: fixedUnscaledDeltaTime
  fullName: UnityEngine.Time.fixedUnscaledDeltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-fixedUnscaledDeltaTime.html
  commentId: P:UnityEngine.Time.fixedUnscaledDeltaTime
  nameWithType: Time.fixedUnscaledDeltaTime
  type: Property
- uid: UnityEngine.Time.fixedUnscaledTime
  name: fixedUnscaledTime
  fullName: UnityEngine.Time.fixedUnscaledTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-fixedUnscaledTime.html
  commentId: P:UnityEngine.Time.fixedUnscaledTime
  nameWithType: Time.fixedUnscaledTime
  type: Property
- uid: UnityEngine.Time.frameCount
  name: frameCount
  fullName: UnityEngine.Time.frameCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-frameCount.html
  commentId: P:UnityEngine.Time.frameCount
  nameWithType: Time.frameCount
  type: Property
- uid: UnityEngine.Time.inFixedTimeStep
  name: inFixedTimeStep
  fullName: UnityEngine.Time.inFixedTimeStep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-inFixedTimeStep.html
  commentId: P:UnityEngine.Time.inFixedTimeStep
  nameWithType: Time.inFixedTimeStep
  type: Property
- uid: UnityEngine.Time.maximumDeltaTime
  name: maximumDeltaTime
  fullName: UnityEngine.Time.maximumDeltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-maximumDeltaTime.html
  commentId: P:UnityEngine.Time.maximumDeltaTime
  nameWithType: Time.maximumDeltaTime
  type: Property
- uid: UnityEngine.Time.maximumParticleDeltaTime
  name: maximumParticleDeltaTime
  fullName: UnityEngine.Time.maximumParticleDeltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-maximumParticleDeltaTime.html
  commentId: P:UnityEngine.Time.maximumParticleDeltaTime
  nameWithType: Time.maximumParticleDeltaTime
  type: Property
- uid: UnityEngine.Time.realtimeSinceStartup
  name: realtimeSinceStartup
  fullName: UnityEngine.Time.realtimeSinceStartup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-realtimeSinceStartup.html
  commentId: P:UnityEngine.Time.realtimeSinceStartup
  nameWithType: Time.realtimeSinceStartup
  type: Property
- uid: UnityEngine.Time.renderedFrameCount
  name: renderedFrameCount
  fullName: UnityEngine.Time.renderedFrameCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-renderedFrameCount.html
  commentId: P:UnityEngine.Time.renderedFrameCount
  nameWithType: Time.renderedFrameCount
  type: Property
- uid: UnityEngine.Time.smoothDeltaTime
  name: smoothDeltaTime
  fullName: UnityEngine.Time.smoothDeltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-smoothDeltaTime.html
  commentId: P:UnityEngine.Time.smoothDeltaTime
  nameWithType: Time.smoothDeltaTime
  type: Property
- uid: UnityEngine.Time.time
  name: time
  fullName: UnityEngine.Time.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-time.html
  commentId: P:UnityEngine.Time.time
  nameWithType: Time.time
  type: Property
- uid: UnityEngine.Time.timeScale
  name: timeScale
  fullName: UnityEngine.Time.timeScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-timeScale.html
  commentId: P:UnityEngine.Time.timeScale
  nameWithType: Time.timeScale
  type: Property
- uid: UnityEngine.Time.timeSinceLevelLoad
  name: timeSinceLevelLoad
  fullName: UnityEngine.Time.timeSinceLevelLoad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-timeSinceLevelLoad.html
  commentId: P:UnityEngine.Time.timeSinceLevelLoad
  nameWithType: Time.timeSinceLevelLoad
  type: Property
- uid: UnityEngine.Time.unscaledDeltaTime
  name: unscaledDeltaTime
  fullName: UnityEngine.Time.unscaledDeltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-unscaledDeltaTime.html
  commentId: P:UnityEngine.Time.unscaledDeltaTime
  nameWithType: Time.unscaledDeltaTime
  type: Property
- uid: UnityEngine.Time.unscaledTime
  name: unscaledTime
  fullName: UnityEngine.Time.unscaledTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Time-unscaledTime.html
  commentId: P:UnityEngine.Time.unscaledTime
  nameWithType: Time.unscaledTime
  type: Property
- uid: UnityEngine.Tizen
  name: UnityEngine.Tizen
  fullName: UnityEngine.Tizen
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Tizen
  nameWithType: UnityEngine.Tizen
  type: Namespace
- uid: UnityEngine.Tizen.Window
  name: Window
  fullName: UnityEngine.Tizen.Window
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tizen.Window.html
  commentId: T:UnityEngine.Tizen.Window
  nameWithType: Window
  type: Class
- uid: UnityEngine.Tizen.Window.evasGL
  name: evasGL
  fullName: UnityEngine.Tizen.Window.evasGL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tizen.Window-evasGL.html
  commentId: P:UnityEngine.Tizen.Window.evasGL
  nameWithType: Window.evasGL
  type: Property
- uid: UnityEngine.Tizen.Window.windowHandle
  name: windowHandle
  fullName: UnityEngine.Tizen.Window.windowHandle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tizen.Window-windowHandle.html
  commentId: P:UnityEngine.Tizen.Window.windowHandle
  nameWithType: Window.windowHandle
  type: Property
- uid: UnityEngine.TizenActivityIndicatorStyle
  name: TizenActivityIndicatorStyle
  fullName: UnityEngine.TizenActivityIndicatorStyle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenActivityIndicatorStyle.html
  commentId: T:UnityEngine.TizenActivityIndicatorStyle
  nameWithType: TizenActivityIndicatorStyle
  type: Enum
- uid: UnityEngine.TizenActivityIndicatorStyle.DontShow
  name: DontShow
  fullName: UnityEngine.TizenActivityIndicatorStyle.DontShow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenActivityIndicatorStyle.DontShow.html
  commentId: F:UnityEngine.TizenActivityIndicatorStyle.DontShow
  nameWithType: TizenActivityIndicatorStyle.DontShow
  type: Field
- uid: UnityEngine.TizenActivityIndicatorStyle.InversedLarge
  name: InversedLarge
  fullName: UnityEngine.TizenActivityIndicatorStyle.InversedLarge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenActivityIndicatorStyle.InversedLarge.html
  commentId: F:UnityEngine.TizenActivityIndicatorStyle.InversedLarge
  nameWithType: TizenActivityIndicatorStyle.InversedLarge
  type: Field
- uid: UnityEngine.TizenActivityIndicatorStyle.InversedSmall
  name: InversedSmall
  fullName: UnityEngine.TizenActivityIndicatorStyle.InversedSmall
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenActivityIndicatorStyle.InversedSmall.html
  commentId: F:UnityEngine.TizenActivityIndicatorStyle.InversedSmall
  nameWithType: TizenActivityIndicatorStyle.InversedSmall
  type: Field
- uid: UnityEngine.TizenActivityIndicatorStyle.Large
  name: Large
  fullName: UnityEngine.TizenActivityIndicatorStyle.Large
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenActivityIndicatorStyle.Large.html
  commentId: F:UnityEngine.TizenActivityIndicatorStyle.Large
  nameWithType: TizenActivityIndicatorStyle.Large
  type: Field
- uid: UnityEngine.TizenActivityIndicatorStyle.Small
  name: Small
  fullName: UnityEngine.TizenActivityIndicatorStyle.Small
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TizenActivityIndicatorStyle.Small.html
  commentId: F:UnityEngine.TizenActivityIndicatorStyle.Small
  nameWithType: TizenActivityIndicatorStyle.Small
  type: Field
- uid: UnityEngine.TooltipAttribute
  name: TooltipAttribute
  fullName: UnityEngine.TooltipAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TooltipAttribute.html
  commentId: T:UnityEngine.TooltipAttribute
  nameWithType: TooltipAttribute
  type: Class
- uid: UnityEngine.TooltipAttribute.#ctor(System.String)
  name: TooltipAttribute(string)
  fullName: UnityEngine.TooltipAttribute.TooltipAttribute(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TooltipAttribute-ctor.html
  commentId: M:UnityEngine.TooltipAttribute.#ctor(System.String)
  nameWithType: TooltipAttribute.TooltipAttribute(string)
  type: Constructor
- uid: UnityEngine.TooltipAttribute.tooltip
  name: tooltip
  fullName: UnityEngine.TooltipAttribute.tooltip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TooltipAttribute-tooltip.html
  commentId: F:UnityEngine.TooltipAttribute.tooltip
  nameWithType: TooltipAttribute.tooltip
  type: Field
- uid: UnityEngine.Touch
  name: Touch
  fullName: UnityEngine.Touch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch.html
  commentId: T:UnityEngine.Touch
  nameWithType: Touch
  type: Struct
- uid: UnityEngine.Touch.altitudeAngle
  name: altitudeAngle
  fullName: UnityEngine.Touch.altitudeAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-altitudeAngle.html
  commentId: P:UnityEngine.Touch.altitudeAngle
  nameWithType: Touch.altitudeAngle
  type: Property
- uid: UnityEngine.Touch.azimuthAngle
  name: azimuthAngle
  fullName: UnityEngine.Touch.azimuthAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-azimuthAngle.html
  commentId: P:UnityEngine.Touch.azimuthAngle
  nameWithType: Touch.azimuthAngle
  type: Property
- uid: UnityEngine.Touch.deltaPosition
  name: deltaPosition
  fullName: UnityEngine.Touch.deltaPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-deltaPosition.html
  commentId: P:UnityEngine.Touch.deltaPosition
  nameWithType: Touch.deltaPosition
  type: Property
- uid: UnityEngine.Touch.deltaTime
  name: deltaTime
  fullName: UnityEngine.Touch.deltaTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-deltaTime.html
  commentId: P:UnityEngine.Touch.deltaTime
  nameWithType: Touch.deltaTime
  type: Property
- uid: UnityEngine.Touch.fingerId
  name: fingerId
  fullName: UnityEngine.Touch.fingerId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-fingerId.html
  commentId: P:UnityEngine.Touch.fingerId
  nameWithType: Touch.fingerId
  type: Property
- uid: UnityEngine.Touch.maximumPossiblePressure
  name: maximumPossiblePressure
  fullName: UnityEngine.Touch.maximumPossiblePressure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-maximumPossiblePressure.html
  commentId: P:UnityEngine.Touch.maximumPossiblePressure
  nameWithType: Touch.maximumPossiblePressure
  type: Property
- uid: UnityEngine.Touch.phase
  name: phase
  fullName: UnityEngine.Touch.phase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-phase.html
  commentId: P:UnityEngine.Touch.phase
  nameWithType: Touch.phase
  type: Property
- uid: UnityEngine.Touch.position
  name: position
  fullName: UnityEngine.Touch.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-position.html
  commentId: P:UnityEngine.Touch.position
  nameWithType: Touch.position
  type: Property
- uid: UnityEngine.Touch.pressure
  name: pressure
  fullName: UnityEngine.Touch.pressure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-pressure.html
  commentId: P:UnityEngine.Touch.pressure
  nameWithType: Touch.pressure
  type: Property
- uid: UnityEngine.Touch.radius
  name: radius
  fullName: UnityEngine.Touch.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-radius.html
  commentId: P:UnityEngine.Touch.radius
  nameWithType: Touch.radius
  type: Property
- uid: UnityEngine.Touch.radiusVariance
  name: radiusVariance
  fullName: UnityEngine.Touch.radiusVariance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-radiusVariance.html
  commentId: P:UnityEngine.Touch.radiusVariance
  nameWithType: Touch.radiusVariance
  type: Property
- uid: UnityEngine.Touch.rawPosition
  name: rawPosition
  fullName: UnityEngine.Touch.rawPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-rawPosition.html
  commentId: P:UnityEngine.Touch.rawPosition
  nameWithType: Touch.rawPosition
  type: Property
- uid: UnityEngine.Touch.tapCount
  name: tapCount
  fullName: UnityEngine.Touch.tapCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-tapCount.html
  commentId: P:UnityEngine.Touch.tapCount
  nameWithType: Touch.tapCount
  type: Property
- uid: UnityEngine.Touch.type
  name: type
  fullName: UnityEngine.Touch.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Touch-type.html
  commentId: P:UnityEngine.Touch.type
  nameWithType: Touch.type
  type: Property
- uid: UnityEngine.TouchPhase
  name: TouchPhase
  fullName: UnityEngine.TouchPhase
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchPhase.html
  commentId: T:UnityEngine.TouchPhase
  nameWithType: TouchPhase
  type: Enum
- uid: UnityEngine.TouchPhase.Began
  name: Began
  fullName: UnityEngine.TouchPhase.Began
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchPhase.Began.html
  commentId: F:UnityEngine.TouchPhase.Began
  nameWithType: TouchPhase.Began
  type: Field
- uid: UnityEngine.TouchPhase.Canceled
  name: Canceled
  fullName: UnityEngine.TouchPhase.Canceled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchPhase.Canceled.html
  commentId: F:UnityEngine.TouchPhase.Canceled
  nameWithType: TouchPhase.Canceled
  type: Field
- uid: UnityEngine.TouchPhase.Ended
  name: Ended
  fullName: UnityEngine.TouchPhase.Ended
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchPhase.Ended.html
  commentId: F:UnityEngine.TouchPhase.Ended
  nameWithType: TouchPhase.Ended
  type: Field
- uid: UnityEngine.TouchPhase.Moved
  name: Moved
  fullName: UnityEngine.TouchPhase.Moved
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchPhase.Moved.html
  commentId: F:UnityEngine.TouchPhase.Moved
  nameWithType: TouchPhase.Moved
  type: Field
- uid: UnityEngine.TouchPhase.Stationary
  name: Stationary
  fullName: UnityEngine.TouchPhase.Stationary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchPhase.Stationary.html
  commentId: F:UnityEngine.TouchPhase.Stationary
  nameWithType: TouchPhase.Stationary
  type: Field
- uid: UnityEngine.TouchScreenKeyboard
  name: TouchScreenKeyboard
  fullName: UnityEngine.TouchScreenKeyboard
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.html
  commentId: T:UnityEngine.TouchScreenKeyboard
  nameWithType: TouchScreenKeyboard
  type: Class
- uid: UnityEngine.TouchScreenKeyboard.#ctor(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
  name: TouchScreenKeyboard(string, TouchScreenKeyboardType, bool, bool, bool, bool, string)
  fullName: UnityEngine.TouchScreenKeyboard.TouchScreenKeyboard(string, UnityEngine.TouchScreenKeyboardType, bool, bool, bool, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-ctor.html
  commentId: M:UnityEngine.TouchScreenKeyboard.#ctor(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
  nameWithType: TouchScreenKeyboard.TouchScreenKeyboard(string, TouchScreenKeyboardType, bool, bool, bool, bool, string)
  type: Constructor
- uid: UnityEngine.TouchScreenKeyboard.active
  name: active
  fullName: UnityEngine.TouchScreenKeyboard.active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-active.html
  commentId: P:UnityEngine.TouchScreenKeyboard.active
  nameWithType: TouchScreenKeyboard.active
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.area
  name: area
  fullName: UnityEngine.TouchScreenKeyboard.area
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-area.html
  commentId: P:UnityEngine.TouchScreenKeyboard.area
  nameWithType: TouchScreenKeyboard.area
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.canGetSelection
  name: canGetSelection
  fullName: UnityEngine.TouchScreenKeyboard.canGetSelection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-canGetSelection.html
  commentId: P:UnityEngine.TouchScreenKeyboard.canGetSelection
  nameWithType: TouchScreenKeyboard.canGetSelection
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.done
  name: done
  fullName: UnityEngine.TouchScreenKeyboard.done
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-done.html
  commentId: P:UnityEngine.TouchScreenKeyboard.done
  nameWithType: TouchScreenKeyboard.done
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.Finalize
  name: ~TouchScreenKeyboard()
  fullName: UnityEngine.TouchScreenKeyboard.~TouchScreenKeyboard()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Finalize.html
  commentId: M:UnityEngine.TouchScreenKeyboard.Finalize
  nameWithType: TouchScreenKeyboard.~TouchScreenKeyboard()
  type: Method
- uid: UnityEngine.TouchScreenKeyboard.hideInput
  name: hideInput
  fullName: UnityEngine.TouchScreenKeyboard.hideInput
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-hideInput.html
  commentId: P:UnityEngine.TouchScreenKeyboard.hideInput
  nameWithType: TouchScreenKeyboard.hideInput
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.isSupported
  name: isSupported
  fullName: UnityEngine.TouchScreenKeyboard.isSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-isSupported.html
  commentId: P:UnityEngine.TouchScreenKeyboard.isSupported
  nameWithType: TouchScreenKeyboard.isSupported
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
  name: Open(string, TouchScreenKeyboardType, bool, bool, bool, bool, string)
  fullName: UnityEngine.TouchScreenKeyboard.Open(string, UnityEngine.TouchScreenKeyboardType, bool, bool, bool, bool, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Open.html
  commentId: M:UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
  nameWithType: TouchScreenKeyboard.Open(string, TouchScreenKeyboardType, bool, bool, bool, bool, string)
  type: Method
- uid: UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  name: Open(string, TouchScreenKeyboardType, bool, bool, bool, bool)
  fullName: UnityEngine.TouchScreenKeyboard.Open(string, UnityEngine.TouchScreenKeyboardType, bool, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Open.html
  commentId: M:UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: TouchScreenKeyboard.Open(string, TouchScreenKeyboardType, bool, bool, bool, bool)
  type: Method
- uid: UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean)
  name: Open(string, TouchScreenKeyboardType, bool, bool, bool)
  fullName: UnityEngine.TouchScreenKeyboard.Open(string, UnityEngine.TouchScreenKeyboardType, bool, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Open.html
  commentId: M:UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean)
  nameWithType: TouchScreenKeyboard.Open(string, TouchScreenKeyboardType, bool, bool, bool)
  type: Method
- uid: UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean)
  name: Open(string, TouchScreenKeyboardType, bool, bool)
  fullName: UnityEngine.TouchScreenKeyboard.Open(string, UnityEngine.TouchScreenKeyboardType, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Open.html
  commentId: M:UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean)
  nameWithType: TouchScreenKeyboard.Open(string, TouchScreenKeyboardType, bool, bool)
  type: Method
- uid: UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean)
  name: Open(string, TouchScreenKeyboardType, bool)
  fullName: UnityEngine.TouchScreenKeyboard.Open(string, UnityEngine.TouchScreenKeyboardType, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Open.html
  commentId: M:UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean)
  nameWithType: TouchScreenKeyboard.Open(string, TouchScreenKeyboardType, bool)
  type: Method
- uid: UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType)
  name: Open(string, TouchScreenKeyboardType)
  fullName: UnityEngine.TouchScreenKeyboard.Open(string, UnityEngine.TouchScreenKeyboardType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Open.html
  commentId: M:UnityEngine.TouchScreenKeyboard.Open(System.String,UnityEngine.TouchScreenKeyboardType)
  nameWithType: TouchScreenKeyboard.Open(string, TouchScreenKeyboardType)
  type: Method
- uid: UnityEngine.TouchScreenKeyboard.Open(System.String)
  name: Open(string)
  fullName: UnityEngine.TouchScreenKeyboard.Open(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Open.html
  commentId: M:UnityEngine.TouchScreenKeyboard.Open(System.String)
  nameWithType: TouchScreenKeyboard.Open(string)
  type: Method
- uid: UnityEngine.TouchScreenKeyboard.selection
  name: selection
  fullName: UnityEngine.TouchScreenKeyboard.selection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-selection.html
  commentId: P:UnityEngine.TouchScreenKeyboard.selection
  nameWithType: TouchScreenKeyboard.selection
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.status
  name: status
  fullName: UnityEngine.TouchScreenKeyboard.status
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-status.html
  commentId: P:UnityEngine.TouchScreenKeyboard.status
  nameWithType: TouchScreenKeyboard.status
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.Status
  name: TouchScreenKeyboard.Status
  fullName: UnityEngine.TouchScreenKeyboard.Status
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Status.html
  commentId: T:UnityEngine.TouchScreenKeyboard.Status
  nameWithType: TouchScreenKeyboard.Status
  type: Enum
- uid: UnityEngine.TouchScreenKeyboard.Status.Canceled
  name: Canceled
  fullName: UnityEngine.TouchScreenKeyboard.Status.Canceled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Status.Canceled.html
  commentId: F:UnityEngine.TouchScreenKeyboard.Status.Canceled
  nameWithType: TouchScreenKeyboard.Status.Canceled
  type: Field
- uid: UnityEngine.TouchScreenKeyboard.Status.Done
  name: Done
  fullName: UnityEngine.TouchScreenKeyboard.Status.Done
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Status.Done.html
  commentId: F:UnityEngine.TouchScreenKeyboard.Status.Done
  nameWithType: TouchScreenKeyboard.Status.Done
  type: Field
- uid: UnityEngine.TouchScreenKeyboard.Status.LostFocus
  name: LostFocus
  fullName: UnityEngine.TouchScreenKeyboard.Status.LostFocus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Status.LostFocus.html
  commentId: F:UnityEngine.TouchScreenKeyboard.Status.LostFocus
  nameWithType: TouchScreenKeyboard.Status.LostFocus
  type: Field
- uid: UnityEngine.TouchScreenKeyboard.Status.Visible
  name: Visible
  fullName: UnityEngine.TouchScreenKeyboard.Status.Visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard.Status.Visible.html
  commentId: F:UnityEngine.TouchScreenKeyboard.Status.Visible
  nameWithType: TouchScreenKeyboard.Status.Visible
  type: Field
- uid: UnityEngine.TouchScreenKeyboard.targetDisplay
  name: targetDisplay
  fullName: UnityEngine.TouchScreenKeyboard.targetDisplay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-targetDisplay.html
  commentId: P:UnityEngine.TouchScreenKeyboard.targetDisplay
  nameWithType: TouchScreenKeyboard.targetDisplay
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.text
  name: text
  fullName: UnityEngine.TouchScreenKeyboard.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-text.html
  commentId: P:UnityEngine.TouchScreenKeyboard.text
  nameWithType: TouchScreenKeyboard.text
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.type
  name: type
  fullName: UnityEngine.TouchScreenKeyboard.type
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-type.html
  commentId: P:UnityEngine.TouchScreenKeyboard.type
  nameWithType: TouchScreenKeyboard.type
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.visible
  name: visible
  fullName: UnityEngine.TouchScreenKeyboard.visible
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-visible.html
  commentId: P:UnityEngine.TouchScreenKeyboard.visible
  nameWithType: TouchScreenKeyboard.visible
  type: Property
- uid: UnityEngine.TouchScreenKeyboard.wasCanceled
  name: wasCanceled
  fullName: UnityEngine.TouchScreenKeyboard.wasCanceled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboard-wasCanceled.html
  commentId: P:UnityEngine.TouchScreenKeyboard.wasCanceled
  nameWithType: TouchScreenKeyboard.wasCanceled
  type: Property
- uid: UnityEngine.TouchScreenKeyboardType
  name: TouchScreenKeyboardType
  fullName: UnityEngine.TouchScreenKeyboardType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.html
  commentId: T:UnityEngine.TouchScreenKeyboardType
  nameWithType: TouchScreenKeyboardType
  type: Enum
- uid: UnityEngine.TouchScreenKeyboardType.ASCIICapable
  name: ASCIICapable
  fullName: UnityEngine.TouchScreenKeyboardType.ASCIICapable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.ASCIICapable.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.ASCIICapable
  nameWithType: TouchScreenKeyboardType.ASCIICapable
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.Default
  name: Default
  fullName: UnityEngine.TouchScreenKeyboardType.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.Default.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.Default
  nameWithType: TouchScreenKeyboardType.Default
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.EmailAddress
  name: EmailAddress
  fullName: UnityEngine.TouchScreenKeyboardType.EmailAddress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.EmailAddress.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.EmailAddress
  nameWithType: TouchScreenKeyboardType.EmailAddress
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.NamePhonePad
  name: NamePhonePad
  fullName: UnityEngine.TouchScreenKeyboardType.NamePhonePad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.NamePhonePad.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.NamePhonePad
  nameWithType: TouchScreenKeyboardType.NamePhonePad
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.NintendoNetworkAccount
  name: NintendoNetworkAccount
  fullName: UnityEngine.TouchScreenKeyboardType.NintendoNetworkAccount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.NintendoNetworkAccount.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.NintendoNetworkAccount
  nameWithType: TouchScreenKeyboardType.NintendoNetworkAccount
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.NumberPad
  name: NumberPad
  fullName: UnityEngine.TouchScreenKeyboardType.NumberPad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.NumberPad.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.NumberPad
  nameWithType: TouchScreenKeyboardType.NumberPad
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.NumbersAndPunctuation
  name: NumbersAndPunctuation
  fullName: UnityEngine.TouchScreenKeyboardType.NumbersAndPunctuation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.NumbersAndPunctuation.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.NumbersAndPunctuation
  nameWithType: TouchScreenKeyboardType.NumbersAndPunctuation
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.PhonePad
  name: PhonePad
  fullName: UnityEngine.TouchScreenKeyboardType.PhonePad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.PhonePad.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.PhonePad
  nameWithType: TouchScreenKeyboardType.PhonePad
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.Search
  name: Search
  fullName: UnityEngine.TouchScreenKeyboardType.Search
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.Search.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.Search
  nameWithType: TouchScreenKeyboardType.Search
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.Social
  name: Social
  fullName: UnityEngine.TouchScreenKeyboardType.Social
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.Social.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.Social
  nameWithType: TouchScreenKeyboardType.Social
  type: Field
- uid: UnityEngine.TouchScreenKeyboardType.URL
  name: URL
  fullName: UnityEngine.TouchScreenKeyboardType.URL
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchScreenKeyboardType.URL.html
  commentId: F:UnityEngine.TouchScreenKeyboardType.URL
  nameWithType: TouchScreenKeyboardType.URL
  type: Field
- uid: UnityEngine.TouchType
  name: TouchType
  fullName: UnityEngine.TouchType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchType.html
  commentId: T:UnityEngine.TouchType
  nameWithType: TouchType
  type: Enum
- uid: UnityEngine.TouchType.Direct
  name: Direct
  fullName: UnityEngine.TouchType.Direct
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchType.Direct.html
  commentId: F:UnityEngine.TouchType.Direct
  nameWithType: TouchType.Direct
  type: Field
- uid: UnityEngine.TouchType.Indirect
  name: Indirect
  fullName: UnityEngine.TouchType.Indirect
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchType.Indirect.html
  commentId: F:UnityEngine.TouchType.Indirect
  nameWithType: TouchType.Indirect
  type: Field
- uid: UnityEngine.TouchType.Stylus
  name: Stylus
  fullName: UnityEngine.TouchType.Stylus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TouchType.Stylus.html
  commentId: F:UnityEngine.TouchType.Stylus
  nameWithType: TouchType.Stylus
  type: Field
- uid: UnityEngine.TrackedReference
  name: TrackedReference
  fullName: UnityEngine.TrackedReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrackedReference.html
  commentId: T:UnityEngine.TrackedReference
  nameWithType: TrackedReference
  type: Class
- uid: UnityEngine.TrackedReference.#ctor
  name: TrackedReference()
  fullName: UnityEngine.TrackedReference.TrackedReference()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrackedReference-ctor.html
  commentId: M:UnityEngine.TrackedReference.#ctor
  nameWithType: TrackedReference.TrackedReference()
  type: Constructor
- uid: UnityEngine.TrackedReference.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.TrackedReference.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrackedReference.Equals.html
  commentId: M:UnityEngine.TrackedReference.Equals(System.Object)
  nameWithType: TrackedReference.Equals(object)
  type: Method
- uid: UnityEngine.TrackedReference.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.TrackedReference.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrackedReference.GetHashCode.html
  commentId: M:UnityEngine.TrackedReference.GetHashCode
  nameWithType: TrackedReference.GetHashCode()
  type: Method
- uid: UnityEngine.TrackedReference.op_Equality(UnityEngine.TrackedReference,UnityEngine.TrackedReference)
  name: operator ==(TrackedReference, TrackedReference)
  fullName: UnityEngine.TrackedReference.operator ==(UnityEngine.TrackedReference, UnityEngine.TrackedReference)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrackedReference-op_Equality.html
  commentId: M:UnityEngine.TrackedReference.op_Equality(UnityEngine.TrackedReference,UnityEngine.TrackedReference)
  nameWithType: TrackedReference.operator ==(TrackedReference, TrackedReference)
  type: Operator
- uid: UnityEngine.TrackedReference.op_Implicit(UnityEngine.TrackedReference)~System.Boolean
  name: implicit operator bool(TrackedReference)
  fullName: UnityEngine.TrackedReference.implicit operator bool(UnityEngine.TrackedReference)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrackedReference.op_Implicit~System.Boolean.html
  commentId: M:UnityEngine.TrackedReference.op_Implicit(UnityEngine.TrackedReference)~System.Boolean
  nameWithType: TrackedReference.implicit operator bool(TrackedReference)
  type: Operator
- uid: UnityEngine.TrackedReference.op_Inequality(UnityEngine.TrackedReference,UnityEngine.TrackedReference)
  name: operator !=(TrackedReference, TrackedReference)
  fullName: UnityEngine.TrackedReference.operator !=(UnityEngine.TrackedReference, UnityEngine.TrackedReference)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrackedReference-op_Inequality.html
  commentId: M:UnityEngine.TrackedReference.op_Inequality(UnityEngine.TrackedReference,UnityEngine.TrackedReference)
  nameWithType: TrackedReference.operator !=(TrackedReference, TrackedReference)
  type: Operator
- uid: UnityEngine.TrailRenderer
  name: TrailRenderer
  fullName: UnityEngine.TrailRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer.html
  commentId: T:UnityEngine.TrailRenderer
  nameWithType: TrailRenderer
  type: Class
- uid: UnityEngine.TrailRenderer.alignment
  name: alignment
  fullName: UnityEngine.TrailRenderer.alignment
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-alignment.html
  commentId: P:UnityEngine.TrailRenderer.alignment
  nameWithType: TrailRenderer.alignment
  type: Property
- uid: UnityEngine.TrailRenderer.autodestruct
  name: autodestruct
  fullName: UnityEngine.TrailRenderer.autodestruct
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-autodestruct.html
  commentId: P:UnityEngine.TrailRenderer.autodestruct
  nameWithType: TrailRenderer.autodestruct
  type: Property
- uid: UnityEngine.TrailRenderer.Clear
  name: Clear()
  fullName: UnityEngine.TrailRenderer.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer.Clear.html
  commentId: M:UnityEngine.TrailRenderer.Clear
  nameWithType: TrailRenderer.Clear()
  type: Method
- uid: UnityEngine.TrailRenderer.colorGradient
  name: colorGradient
  fullName: UnityEngine.TrailRenderer.colorGradient
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-colorGradient.html
  commentId: P:UnityEngine.TrailRenderer.colorGradient
  nameWithType: TrailRenderer.colorGradient
  type: Property
- uid: UnityEngine.TrailRenderer.endColor
  name: endColor
  fullName: UnityEngine.TrailRenderer.endColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-endColor.html
  commentId: P:UnityEngine.TrailRenderer.endColor
  nameWithType: TrailRenderer.endColor
  type: Property
- uid: UnityEngine.TrailRenderer.endWidth
  name: endWidth
  fullName: UnityEngine.TrailRenderer.endWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-endWidth.html
  commentId: P:UnityEngine.TrailRenderer.endWidth
  nameWithType: TrailRenderer.endWidth
  type: Property
- uid: UnityEngine.TrailRenderer.generateLightingData
  name: generateLightingData
  fullName: UnityEngine.TrailRenderer.generateLightingData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-generateLightingData.html
  commentId: P:UnityEngine.TrailRenderer.generateLightingData
  nameWithType: TrailRenderer.generateLightingData
  type: Property
- uid: UnityEngine.TrailRenderer.GetPosition(System.Int32)
  name: GetPosition(int)
  fullName: UnityEngine.TrailRenderer.GetPosition(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer.GetPosition.html
  commentId: M:UnityEngine.TrailRenderer.GetPosition(System.Int32)
  nameWithType: TrailRenderer.GetPosition(int)
  type: Method
- uid: UnityEngine.TrailRenderer.GetPositions(UnityEngine.Vector3[])
  name: GetPositions(Vector3[])
  fullName: UnityEngine.TrailRenderer.GetPositions(UnityEngine.Vector3[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer.GetPositions.html
  commentId: M:UnityEngine.TrailRenderer.GetPositions(UnityEngine.Vector3[])
  nameWithType: TrailRenderer.GetPositions(Vector3[])
  type: Method
- uid: UnityEngine.TrailRenderer.minVertexDistance
  name: minVertexDistance
  fullName: UnityEngine.TrailRenderer.minVertexDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-minVertexDistance.html
  commentId: P:UnityEngine.TrailRenderer.minVertexDistance
  nameWithType: TrailRenderer.minVertexDistance
  type: Property
- uid: UnityEngine.TrailRenderer.numCapVertices
  name: numCapVertices
  fullName: UnityEngine.TrailRenderer.numCapVertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-numCapVertices.html
  commentId: P:UnityEngine.TrailRenderer.numCapVertices
  nameWithType: TrailRenderer.numCapVertices
  type: Property
- uid: UnityEngine.TrailRenderer.numCornerVertices
  name: numCornerVertices
  fullName: UnityEngine.TrailRenderer.numCornerVertices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-numCornerVertices.html
  commentId: P:UnityEngine.TrailRenderer.numCornerVertices
  nameWithType: TrailRenderer.numCornerVertices
  type: Property
- uid: UnityEngine.TrailRenderer.numPositions
  name: numPositions
  fullName: UnityEngine.TrailRenderer.numPositions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-numPositions.html
  commentId: P:UnityEngine.TrailRenderer.numPositions
  nameWithType: TrailRenderer.numPositions
  type: Property
- uid: UnityEngine.TrailRenderer.positionCount
  name: positionCount
  fullName: UnityEngine.TrailRenderer.positionCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-positionCount.html
  commentId: P:UnityEngine.TrailRenderer.positionCount
  nameWithType: TrailRenderer.positionCount
  type: Property
- uid: UnityEngine.TrailRenderer.startColor
  name: startColor
  fullName: UnityEngine.TrailRenderer.startColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-startColor.html
  commentId: P:UnityEngine.TrailRenderer.startColor
  nameWithType: TrailRenderer.startColor
  type: Property
- uid: UnityEngine.TrailRenderer.startWidth
  name: startWidth
  fullName: UnityEngine.TrailRenderer.startWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-startWidth.html
  commentId: P:UnityEngine.TrailRenderer.startWidth
  nameWithType: TrailRenderer.startWidth
  type: Property
- uid: UnityEngine.TrailRenderer.textureMode
  name: textureMode
  fullName: UnityEngine.TrailRenderer.textureMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-textureMode.html
  commentId: P:UnityEngine.TrailRenderer.textureMode
  nameWithType: TrailRenderer.textureMode
  type: Property
- uid: UnityEngine.TrailRenderer.time
  name: time
  fullName: UnityEngine.TrailRenderer.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-time.html
  commentId: P:UnityEngine.TrailRenderer.time
  nameWithType: TrailRenderer.time
  type: Property
- uid: UnityEngine.TrailRenderer.widthCurve
  name: widthCurve
  fullName: UnityEngine.TrailRenderer.widthCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-widthCurve.html
  commentId: P:UnityEngine.TrailRenderer.widthCurve
  nameWithType: TrailRenderer.widthCurve
  type: Property
- uid: UnityEngine.TrailRenderer.widthMultiplier
  name: widthMultiplier
  fullName: UnityEngine.TrailRenderer.widthMultiplier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TrailRenderer-widthMultiplier.html
  commentId: P:UnityEngine.TrailRenderer.widthMultiplier
  nameWithType: TrailRenderer.widthMultiplier
  type: Property
- uid: UnityEngine.Transform
  name: Transform
  fullName: UnityEngine.Transform
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.html
  commentId: T:UnityEngine.Transform
  nameWithType: Transform
  type: Class
- uid: UnityEngine.Transform.#ctor
  name: Transform()
  fullName: UnityEngine.Transform.Transform()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-ctor.html
  commentId: M:UnityEngine.Transform.#ctor
  nameWithType: Transform.Transform()
  type: Constructor
- uid: UnityEngine.Transform.childCount
  name: childCount
  fullName: UnityEngine.Transform.childCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-childCount.html
  commentId: P:UnityEngine.Transform.childCount
  nameWithType: Transform.childCount
  type: Property
- uid: UnityEngine.Transform.DetachChildren
  name: DetachChildren()
  fullName: UnityEngine.Transform.DetachChildren()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.DetachChildren.html
  commentId: M:UnityEngine.Transform.DetachChildren
  nameWithType: Transform.DetachChildren()
  type: Method
- uid: UnityEngine.Transform.eulerAngles
  name: eulerAngles
  fullName: UnityEngine.Transform.eulerAngles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-eulerAngles.html
  commentId: P:UnityEngine.Transform.eulerAngles
  nameWithType: Transform.eulerAngles
  type: Property
- uid: UnityEngine.Transform.Find(System.String)
  name: Find(string)
  fullName: UnityEngine.Transform.Find(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Find.html
  commentId: M:UnityEngine.Transform.Find(System.String)
  nameWithType: Transform.Find(string)
  type: Method
- uid: UnityEngine.Transform.FindChild(System.String)
  name: FindChild(string)
  fullName: UnityEngine.Transform.FindChild(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.FindChild.html
  commentId: M:UnityEngine.Transform.FindChild(System.String)
  nameWithType: Transform.FindChild(string)
  type: Method
- uid: UnityEngine.Transform.forward
  name: forward
  fullName: UnityEngine.Transform.forward
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-forward.html
  commentId: P:UnityEngine.Transform.forward
  nameWithType: Transform.forward
  type: Property
- uid: UnityEngine.Transform.GetChild(System.Int32)
  name: GetChild(int)
  fullName: UnityEngine.Transform.GetChild(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.GetChild.html
  commentId: M:UnityEngine.Transform.GetChild(System.Int32)
  nameWithType: Transform.GetChild(int)
  type: Method
- uid: UnityEngine.Transform.GetChildCount
  name: GetChildCount()
  fullName: UnityEngine.Transform.GetChildCount()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.GetChildCount.html
  commentId: M:UnityEngine.Transform.GetChildCount
  nameWithType: Transform.GetChildCount()
  type: Method
- uid: UnityEngine.Transform.GetEnumerator
  name: GetEnumerator()
  fullName: UnityEngine.Transform.GetEnumerator()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.GetEnumerator.html
  commentId: M:UnityEngine.Transform.GetEnumerator
  nameWithType: Transform.GetEnumerator()
  type: Method
- uid: UnityEngine.Transform.GetSiblingIndex
  name: GetSiblingIndex()
  fullName: UnityEngine.Transform.GetSiblingIndex()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.GetSiblingIndex.html
  commentId: M:UnityEngine.Transform.GetSiblingIndex
  nameWithType: Transform.GetSiblingIndex()
  type: Method
- uid: UnityEngine.Transform.hasChanged
  name: hasChanged
  fullName: UnityEngine.Transform.hasChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-hasChanged.html
  commentId: P:UnityEngine.Transform.hasChanged
  nameWithType: Transform.hasChanged
  type: Property
- uid: UnityEngine.Transform.hierarchyCapacity
  name: hierarchyCapacity
  fullName: UnityEngine.Transform.hierarchyCapacity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-hierarchyCapacity.html
  commentId: P:UnityEngine.Transform.hierarchyCapacity
  nameWithType: Transform.hierarchyCapacity
  type: Property
- uid: UnityEngine.Transform.hierarchyCount
  name: hierarchyCount
  fullName: UnityEngine.Transform.hierarchyCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-hierarchyCount.html
  commentId: P:UnityEngine.Transform.hierarchyCount
  nameWithType: Transform.hierarchyCount
  type: Property
- uid: UnityEngine.Transform.InverseTransformDirection(System.Single,System.Single,System.Single)
  name: InverseTransformDirection(float, float, float)
  fullName: UnityEngine.Transform.InverseTransformDirection(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.InverseTransformDirection.html
  commentId: M:UnityEngine.Transform.InverseTransformDirection(System.Single,System.Single,System.Single)
  nameWithType: Transform.InverseTransformDirection(float, float, float)
  type: Method
- uid: UnityEngine.Transform.InverseTransformDirection(UnityEngine.Vector3)
  name: InverseTransformDirection(Vector3)
  fullName: UnityEngine.Transform.InverseTransformDirection(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.InverseTransformDirection.html
  commentId: M:UnityEngine.Transform.InverseTransformDirection(UnityEngine.Vector3)
  nameWithType: Transform.InverseTransformDirection(Vector3)
  type: Method
- uid: UnityEngine.Transform.InverseTransformPoint(System.Single,System.Single,System.Single)
  name: InverseTransformPoint(float, float, float)
  fullName: UnityEngine.Transform.InverseTransformPoint(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.InverseTransformPoint.html
  commentId: M:UnityEngine.Transform.InverseTransformPoint(System.Single,System.Single,System.Single)
  nameWithType: Transform.InverseTransformPoint(float, float, float)
  type: Method
- uid: UnityEngine.Transform.InverseTransformPoint(UnityEngine.Vector3)
  name: InverseTransformPoint(Vector3)
  fullName: UnityEngine.Transform.InverseTransformPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.InverseTransformPoint.html
  commentId: M:UnityEngine.Transform.InverseTransformPoint(UnityEngine.Vector3)
  nameWithType: Transform.InverseTransformPoint(Vector3)
  type: Method
- uid: UnityEngine.Transform.InverseTransformVector(System.Single,System.Single,System.Single)
  name: InverseTransformVector(float, float, float)
  fullName: UnityEngine.Transform.InverseTransformVector(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.InverseTransformVector.html
  commentId: M:UnityEngine.Transform.InverseTransformVector(System.Single,System.Single,System.Single)
  nameWithType: Transform.InverseTransformVector(float, float, float)
  type: Method
- uid: UnityEngine.Transform.InverseTransformVector(UnityEngine.Vector3)
  name: InverseTransformVector(Vector3)
  fullName: UnityEngine.Transform.InverseTransformVector(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.InverseTransformVector.html
  commentId: M:UnityEngine.Transform.InverseTransformVector(UnityEngine.Vector3)
  nameWithType: Transform.InverseTransformVector(Vector3)
  type: Method
- uid: UnityEngine.Transform.IsChildOf(UnityEngine.Transform)
  name: IsChildOf(Transform)
  fullName: UnityEngine.Transform.IsChildOf(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.IsChildOf.html
  commentId: M:UnityEngine.Transform.IsChildOf(UnityEngine.Transform)
  nameWithType: Transform.IsChildOf(Transform)
  type: Method
- uid: UnityEngine.Transform.localEulerAngles
  name: localEulerAngles
  fullName: UnityEngine.Transform.localEulerAngles
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-localEulerAngles.html
  commentId: P:UnityEngine.Transform.localEulerAngles
  nameWithType: Transform.localEulerAngles
  type: Property
- uid: UnityEngine.Transform.localPosition
  name: localPosition
  fullName: UnityEngine.Transform.localPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-localPosition.html
  commentId: P:UnityEngine.Transform.localPosition
  nameWithType: Transform.localPosition
  type: Property
- uid: UnityEngine.Transform.localRotation
  name: localRotation
  fullName: UnityEngine.Transform.localRotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-localRotation.html
  commentId: P:UnityEngine.Transform.localRotation
  nameWithType: Transform.localRotation
  type: Property
- uid: UnityEngine.Transform.localScale
  name: localScale
  fullName: UnityEngine.Transform.localScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-localScale.html
  commentId: P:UnityEngine.Transform.localScale
  nameWithType: Transform.localScale
  type: Property
- uid: UnityEngine.Transform.localToWorldMatrix
  name: localToWorldMatrix
  fullName: UnityEngine.Transform.localToWorldMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-localToWorldMatrix.html
  commentId: P:UnityEngine.Transform.localToWorldMatrix
  nameWithType: Transform.localToWorldMatrix
  type: Property
- uid: UnityEngine.Transform.LookAt(UnityEngine.Transform,UnityEngine.Vector3)
  name: LookAt(Transform, Vector3)
  fullName: UnityEngine.Transform.LookAt(UnityEngine.Transform, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.LookAt.html
  commentId: M:UnityEngine.Transform.LookAt(UnityEngine.Transform,UnityEngine.Vector3)
  nameWithType: Transform.LookAt(Transform, Vector3)
  type: Method
- uid: UnityEngine.Transform.LookAt(UnityEngine.Transform)
  name: LookAt(Transform)
  fullName: UnityEngine.Transform.LookAt(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.LookAt.html
  commentId: M:UnityEngine.Transform.LookAt(UnityEngine.Transform)
  nameWithType: Transform.LookAt(Transform)
  type: Method
- uid: UnityEngine.Transform.LookAt(UnityEngine.Vector3,UnityEngine.Vector3)
  name: LookAt(Vector3, Vector3)
  fullName: UnityEngine.Transform.LookAt(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.LookAt.html
  commentId: M:UnityEngine.Transform.LookAt(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Transform.LookAt(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Transform.LookAt(UnityEngine.Vector3)
  name: LookAt(Vector3)
  fullName: UnityEngine.Transform.LookAt(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.LookAt.html
  commentId: M:UnityEngine.Transform.LookAt(UnityEngine.Vector3)
  nameWithType: Transform.LookAt(Vector3)
  type: Method
- uid: UnityEngine.Transform.lossyScale
  name: lossyScale
  fullName: UnityEngine.Transform.lossyScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-lossyScale.html
  commentId: P:UnityEngine.Transform.lossyScale
  nameWithType: Transform.lossyScale
  type: Property
- uid: UnityEngine.Transform.parent
  name: parent
  fullName: UnityEngine.Transform.parent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-parent.html
  commentId: P:UnityEngine.Transform.parent
  nameWithType: Transform.parent
  type: Property
- uid: UnityEngine.Transform.position
  name: position
  fullName: UnityEngine.Transform.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-position.html
  commentId: P:UnityEngine.Transform.position
  nameWithType: Transform.position
  type: Property
- uid: UnityEngine.Transform.right
  name: right
  fullName: UnityEngine.Transform.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-right.html
  commentId: P:UnityEngine.Transform.right
  nameWithType: Transform.right
  type: Property
- uid: UnityEngine.Transform.root
  name: root
  fullName: UnityEngine.Transform.root
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-root.html
  commentId: P:UnityEngine.Transform.root
  nameWithType: Transform.root
  type: Property
- uid: UnityEngine.Transform.Rotate(System.Single,System.Single,System.Single,UnityEngine.Space)
  name: Rotate(float, float, float, Space)
  fullName: UnityEngine.Transform.Rotate(float, float, float, UnityEngine.Space)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Rotate.html
  commentId: M:UnityEngine.Transform.Rotate(System.Single,System.Single,System.Single,UnityEngine.Space)
  nameWithType: Transform.Rotate(float, float, float, Space)
  type: Method
- uid: UnityEngine.Transform.Rotate(System.Single,System.Single,System.Single)
  name: Rotate(float, float, float)
  fullName: UnityEngine.Transform.Rotate(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Rotate.html
  commentId: M:UnityEngine.Transform.Rotate(System.Single,System.Single,System.Single)
  nameWithType: Transform.Rotate(float, float, float)
  type: Method
- uid: UnityEngine.Transform.Rotate(UnityEngine.Vector3,System.Single,UnityEngine.Space)
  name: Rotate(Vector3, float, Space)
  fullName: UnityEngine.Transform.Rotate(UnityEngine.Vector3, float, UnityEngine.Space)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Rotate.html
  commentId: M:UnityEngine.Transform.Rotate(UnityEngine.Vector3,System.Single,UnityEngine.Space)
  nameWithType: Transform.Rotate(Vector3, float, Space)
  type: Method
- uid: UnityEngine.Transform.Rotate(UnityEngine.Vector3,System.Single)
  name: Rotate(Vector3, float)
  fullName: UnityEngine.Transform.Rotate(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Rotate.html
  commentId: M:UnityEngine.Transform.Rotate(UnityEngine.Vector3,System.Single)
  nameWithType: Transform.Rotate(Vector3, float)
  type: Method
- uid: UnityEngine.Transform.Rotate(UnityEngine.Vector3,UnityEngine.Space)
  name: Rotate(Vector3, Space)
  fullName: UnityEngine.Transform.Rotate(UnityEngine.Vector3, UnityEngine.Space)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Rotate.html
  commentId: M:UnityEngine.Transform.Rotate(UnityEngine.Vector3,UnityEngine.Space)
  nameWithType: Transform.Rotate(Vector3, Space)
  type: Method
- uid: UnityEngine.Transform.Rotate(UnityEngine.Vector3)
  name: Rotate(Vector3)
  fullName: UnityEngine.Transform.Rotate(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Rotate.html
  commentId: M:UnityEngine.Transform.Rotate(UnityEngine.Vector3)
  nameWithType: Transform.Rotate(Vector3)
  type: Method
- uid: UnityEngine.Transform.RotateAround(UnityEngine.Vector3,System.Single)
  name: RotateAround(Vector3, float)
  fullName: UnityEngine.Transform.RotateAround(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.RotateAround.html
  commentId: M:UnityEngine.Transform.RotateAround(UnityEngine.Vector3,System.Single)
  nameWithType: Transform.RotateAround(Vector3, float)
  type: Method
- uid: UnityEngine.Transform.RotateAround(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: RotateAround(Vector3, Vector3, float)
  fullName: UnityEngine.Transform.RotateAround(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.RotateAround.html
  commentId: M:UnityEngine.Transform.RotateAround(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Transform.RotateAround(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Transform.RotateAroundLocal(UnityEngine.Vector3,System.Single)
  name: RotateAroundLocal(Vector3, float)
  fullName: UnityEngine.Transform.RotateAroundLocal(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.RotateAroundLocal.html
  commentId: M:UnityEngine.Transform.RotateAroundLocal(UnityEngine.Vector3,System.Single)
  nameWithType: Transform.RotateAroundLocal(Vector3, float)
  type: Method
- uid: UnityEngine.Transform.rotation
  name: rotation
  fullName: UnityEngine.Transform.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-rotation.html
  commentId: P:UnityEngine.Transform.rotation
  nameWithType: Transform.rotation
  type: Property
- uid: UnityEngine.Transform.SetAsFirstSibling
  name: SetAsFirstSibling()
  fullName: UnityEngine.Transform.SetAsFirstSibling()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.SetAsFirstSibling.html
  commentId: M:UnityEngine.Transform.SetAsFirstSibling
  nameWithType: Transform.SetAsFirstSibling()
  type: Method
- uid: UnityEngine.Transform.SetAsLastSibling
  name: SetAsLastSibling()
  fullName: UnityEngine.Transform.SetAsLastSibling()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.SetAsLastSibling.html
  commentId: M:UnityEngine.Transform.SetAsLastSibling
  nameWithType: Transform.SetAsLastSibling()
  type: Method
- uid: UnityEngine.Transform.SetParent(UnityEngine.Transform,System.Boolean)
  name: SetParent(Transform, bool)
  fullName: UnityEngine.Transform.SetParent(UnityEngine.Transform, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.SetParent.html
  commentId: M:UnityEngine.Transform.SetParent(UnityEngine.Transform,System.Boolean)
  nameWithType: Transform.SetParent(Transform, bool)
  type: Method
- uid: UnityEngine.Transform.SetParent(UnityEngine.Transform)
  name: SetParent(Transform)
  fullName: UnityEngine.Transform.SetParent(UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.SetParent.html
  commentId: M:UnityEngine.Transform.SetParent(UnityEngine.Transform)
  nameWithType: Transform.SetParent(Transform)
  type: Method
- uid: UnityEngine.Transform.SetPositionAndRotation(UnityEngine.Vector3,UnityEngine.Quaternion)
  name: SetPositionAndRotation(Vector3, Quaternion)
  fullName: UnityEngine.Transform.SetPositionAndRotation(UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.SetPositionAndRotation.html
  commentId: M:UnityEngine.Transform.SetPositionAndRotation(UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: Transform.SetPositionAndRotation(Vector3, Quaternion)
  type: Method
- uid: UnityEngine.Transform.SetSiblingIndex(System.Int32)
  name: SetSiblingIndex(int)
  fullName: UnityEngine.Transform.SetSiblingIndex(int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.SetSiblingIndex.html
  commentId: M:UnityEngine.Transform.SetSiblingIndex(System.Int32)
  nameWithType: Transform.SetSiblingIndex(int)
  type: Method
- uid: UnityEngine.Transform.TransformDirection(System.Single,System.Single,System.Single)
  name: TransformDirection(float, float, float)
  fullName: UnityEngine.Transform.TransformDirection(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.TransformDirection.html
  commentId: M:UnityEngine.Transform.TransformDirection(System.Single,System.Single,System.Single)
  nameWithType: Transform.TransformDirection(float, float, float)
  type: Method
- uid: UnityEngine.Transform.TransformDirection(UnityEngine.Vector3)
  name: TransformDirection(Vector3)
  fullName: UnityEngine.Transform.TransformDirection(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.TransformDirection.html
  commentId: M:UnityEngine.Transform.TransformDirection(UnityEngine.Vector3)
  nameWithType: Transform.TransformDirection(Vector3)
  type: Method
- uid: UnityEngine.Transform.TransformPoint(System.Single,System.Single,System.Single)
  name: TransformPoint(float, float, float)
  fullName: UnityEngine.Transform.TransformPoint(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.TransformPoint.html
  commentId: M:UnityEngine.Transform.TransformPoint(System.Single,System.Single,System.Single)
  nameWithType: Transform.TransformPoint(float, float, float)
  type: Method
- uid: UnityEngine.Transform.TransformPoint(UnityEngine.Vector3)
  name: TransformPoint(Vector3)
  fullName: UnityEngine.Transform.TransformPoint(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.TransformPoint.html
  commentId: M:UnityEngine.Transform.TransformPoint(UnityEngine.Vector3)
  nameWithType: Transform.TransformPoint(Vector3)
  type: Method
- uid: UnityEngine.Transform.TransformVector(System.Single,System.Single,System.Single)
  name: TransformVector(float, float, float)
  fullName: UnityEngine.Transform.TransformVector(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.TransformVector.html
  commentId: M:UnityEngine.Transform.TransformVector(System.Single,System.Single,System.Single)
  nameWithType: Transform.TransformVector(float, float, float)
  type: Method
- uid: UnityEngine.Transform.TransformVector(UnityEngine.Vector3)
  name: TransformVector(Vector3)
  fullName: UnityEngine.Transform.TransformVector(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.TransformVector.html
  commentId: M:UnityEngine.Transform.TransformVector(UnityEngine.Vector3)
  nameWithType: Transform.TransformVector(Vector3)
  type: Method
- uid: UnityEngine.Transform.Translate(System.Single,System.Single,System.Single,UnityEngine.Space)
  name: Translate(float, float, float, Space)
  fullName: UnityEngine.Transform.Translate(float, float, float, UnityEngine.Space)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Translate.html
  commentId: M:UnityEngine.Transform.Translate(System.Single,System.Single,System.Single,UnityEngine.Space)
  nameWithType: Transform.Translate(float, float, float, Space)
  type: Method
- uid: UnityEngine.Transform.Translate(System.Single,System.Single,System.Single,UnityEngine.Transform)
  name: Translate(float, float, float, Transform)
  fullName: UnityEngine.Transform.Translate(float, float, float, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Translate.html
  commentId: M:UnityEngine.Transform.Translate(System.Single,System.Single,System.Single,UnityEngine.Transform)
  nameWithType: Transform.Translate(float, float, float, Transform)
  type: Method
- uid: UnityEngine.Transform.Translate(System.Single,System.Single,System.Single)
  name: Translate(float, float, float)
  fullName: UnityEngine.Transform.Translate(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Translate.html
  commentId: M:UnityEngine.Transform.Translate(System.Single,System.Single,System.Single)
  nameWithType: Transform.Translate(float, float, float)
  type: Method
- uid: UnityEngine.Transform.Translate(UnityEngine.Vector3,UnityEngine.Space)
  name: Translate(Vector3, Space)
  fullName: UnityEngine.Transform.Translate(UnityEngine.Vector3, UnityEngine.Space)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Translate.html
  commentId: M:UnityEngine.Transform.Translate(UnityEngine.Vector3,UnityEngine.Space)
  nameWithType: Transform.Translate(Vector3, Space)
  type: Method
- uid: UnityEngine.Transform.Translate(UnityEngine.Vector3,UnityEngine.Transform)
  name: Translate(Vector3, Transform)
  fullName: UnityEngine.Transform.Translate(UnityEngine.Vector3, UnityEngine.Transform)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Translate.html
  commentId: M:UnityEngine.Transform.Translate(UnityEngine.Vector3,UnityEngine.Transform)
  nameWithType: Transform.Translate(Vector3, Transform)
  type: Method
- uid: UnityEngine.Transform.Translate(UnityEngine.Vector3)
  name: Translate(Vector3)
  fullName: UnityEngine.Transform.Translate(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform.Translate.html
  commentId: M:UnityEngine.Transform.Translate(UnityEngine.Vector3)
  nameWithType: Transform.Translate(Vector3)
  type: Method
- uid: UnityEngine.Transform.up
  name: up
  fullName: UnityEngine.Transform.up
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-up.html
  commentId: P:UnityEngine.Transform.up
  nameWithType: Transform.up
  type: Property
- uid: UnityEngine.Transform.worldToLocalMatrix
  name: worldToLocalMatrix
  fullName: UnityEngine.Transform.worldToLocalMatrix
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Transform-worldToLocalMatrix.html
  commentId: P:UnityEngine.Transform.worldToLocalMatrix
  nameWithType: Transform.worldToLocalMatrix
  type: Property
- uid: UnityEngine.TransparencySortMode
  name: TransparencySortMode
  fullName: UnityEngine.TransparencySortMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransparencySortMode.html
  commentId: T:UnityEngine.TransparencySortMode
  nameWithType: TransparencySortMode
  type: Enum
- uid: UnityEngine.TransparencySortMode.CustomAxis
  name: CustomAxis
  fullName: UnityEngine.TransparencySortMode.CustomAxis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransparencySortMode.CustomAxis.html
  commentId: F:UnityEngine.TransparencySortMode.CustomAxis
  nameWithType: TransparencySortMode.CustomAxis
  type: Field
- uid: UnityEngine.TransparencySortMode.Default
  name: Default
  fullName: UnityEngine.TransparencySortMode.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransparencySortMode.Default.html
  commentId: F:UnityEngine.TransparencySortMode.Default
  nameWithType: TransparencySortMode.Default
  type: Field
- uid: UnityEngine.TransparencySortMode.Orthographic
  name: Orthographic
  fullName: UnityEngine.TransparencySortMode.Orthographic
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransparencySortMode.Orthographic.html
  commentId: F:UnityEngine.TransparencySortMode.Orthographic
  nameWithType: TransparencySortMode.Orthographic
  type: Field
- uid: UnityEngine.TransparencySortMode.Perspective
  name: Perspective
  fullName: UnityEngine.TransparencySortMode.Perspective
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TransparencySortMode.Perspective.html
  commentId: F:UnityEngine.TransparencySortMode.Perspective
  nameWithType: TransparencySortMode.Perspective
  type: Field
- uid: UnityEngine.Tree
  name: Tree
  fullName: UnityEngine.Tree
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tree.html
  commentId: T:UnityEngine.Tree
  nameWithType: Tree
  type: Class
- uid: UnityEngine.Tree.data
  name: data
  fullName: UnityEngine.Tree.data
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tree-data.html
  commentId: P:UnityEngine.Tree.data
  nameWithType: Tree.data
  type: Property
- uid: UnityEngine.Tree.hasSpeedTreeWind
  name: hasSpeedTreeWind
  fullName: UnityEngine.Tree.hasSpeedTreeWind
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Tree-hasSpeedTreeWind.html
  commentId: P:UnityEngine.Tree.hasSpeedTreeWind
  nameWithType: Tree.hasSpeedTreeWind
  type: Property
- uid: UnityEngine.TreeInstance
  name: TreeInstance
  fullName: UnityEngine.TreeInstance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreeInstance.html
  commentId: T:UnityEngine.TreeInstance
  nameWithType: TreeInstance
  type: Struct
- uid: UnityEngine.TreeInstance.color
  name: color
  fullName: UnityEngine.TreeInstance.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreeInstance-color.html
  commentId: F:UnityEngine.TreeInstance.color
  nameWithType: TreeInstance.color
  type: Field
- uid: UnityEngine.TreeInstance.heightScale
  name: heightScale
  fullName: UnityEngine.TreeInstance.heightScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreeInstance-heightScale.html
  commentId: F:UnityEngine.TreeInstance.heightScale
  nameWithType: TreeInstance.heightScale
  type: Field
- uid: UnityEngine.TreeInstance.lightmapColor
  name: lightmapColor
  fullName: UnityEngine.TreeInstance.lightmapColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreeInstance-lightmapColor.html
  commentId: F:UnityEngine.TreeInstance.lightmapColor
  nameWithType: TreeInstance.lightmapColor
  type: Field
- uid: UnityEngine.TreeInstance.position
  name: position
  fullName: UnityEngine.TreeInstance.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreeInstance-position.html
  commentId: F:UnityEngine.TreeInstance.position
  nameWithType: TreeInstance.position
  type: Field
- uid: UnityEngine.TreeInstance.prototypeIndex
  name: prototypeIndex
  fullName: UnityEngine.TreeInstance.prototypeIndex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreeInstance-prototypeIndex.html
  commentId: F:UnityEngine.TreeInstance.prototypeIndex
  nameWithType: TreeInstance.prototypeIndex
  type: Field
- uid: UnityEngine.TreeInstance.rotation
  name: rotation
  fullName: UnityEngine.TreeInstance.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreeInstance-rotation.html
  commentId: F:UnityEngine.TreeInstance.rotation
  nameWithType: TreeInstance.rotation
  type: Field
- uid: UnityEngine.TreeInstance.widthScale
  name: widthScale
  fullName: UnityEngine.TreeInstance.widthScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreeInstance-widthScale.html
  commentId: F:UnityEngine.TreeInstance.widthScale
  nameWithType: TreeInstance.widthScale
  type: Field
- uid: UnityEngine.TreePrototype
  name: TreePrototype
  fullName: UnityEngine.TreePrototype
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreePrototype.html
  commentId: T:UnityEngine.TreePrototype
  nameWithType: TreePrototype
  type: Class
- uid: UnityEngine.TreePrototype.bendFactor
  name: bendFactor
  fullName: UnityEngine.TreePrototype.bendFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreePrototype-bendFactor.html
  commentId: P:UnityEngine.TreePrototype.bendFactor
  nameWithType: TreePrototype.bendFactor
  type: Property
- uid: UnityEngine.TreePrototype.prefab
  name: prefab
  fullName: UnityEngine.TreePrototype.prefab
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/TreePrototype-prefab.html
  commentId: P:UnityEngine.TreePrototype.prefab
  nameWithType: TreePrototype.prefab
  type: Property
- uid: UnityEngine.Types
  name: Types
  fullName: UnityEngine.Types
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Types.html
  commentId: T:UnityEngine.Types
  nameWithType: Types
  type: Class
- uid: UnityEngine.Types.GetType(System.String,System.String)
  name: GetType(string, string)
  fullName: UnityEngine.Types.GetType(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Types.GetType.html
  commentId: M:UnityEngine.Types.GetType(System.String,System.String)
  nameWithType: Types.GetType(string, string)
  type: Method
- uid: UnityEngine.U2D
  name: UnityEngine.U2D
  fullName: UnityEngine.U2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.U2D
  nameWithType: UnityEngine.U2D
  type: Namespace
- uid: UnityEngine.U2D.SpriteAtlas
  name: SpriteAtlas
  fullName: UnityEngine.U2D.SpriteAtlas
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlas.html
  commentId: T:UnityEngine.U2D.SpriteAtlas
  nameWithType: SpriteAtlas
  type: Class
- uid: UnityEngine.U2D.SpriteAtlas.GetSprite(System.String)
  name: GetSprite(string)
  fullName: UnityEngine.U2D.SpriteAtlas.GetSprite(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlas.GetSprite.html
  commentId: M:UnityEngine.U2D.SpriteAtlas.GetSprite(System.String)
  nameWithType: SpriteAtlas.GetSprite(string)
  type: Method
- uid: UnityEngine.U2D.SpriteAtlas.GetSprites(UnityEngine.Sprite[],System.String)
  name: GetSprites(Sprite[], string)
  fullName: UnityEngine.U2D.SpriteAtlas.GetSprites(UnityEngine.Sprite[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlas.GetSprites.html
  commentId: M:UnityEngine.U2D.SpriteAtlas.GetSprites(UnityEngine.Sprite[],System.String)
  nameWithType: SpriteAtlas.GetSprites(Sprite[], string)
  type: Method
- uid: UnityEngine.U2D.SpriteAtlas.GetSprites(UnityEngine.Sprite[])
  name: GetSprites(Sprite[])
  fullName: UnityEngine.U2D.SpriteAtlas.GetSprites(UnityEngine.Sprite[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlas.GetSprites.html
  commentId: M:UnityEngine.U2D.SpriteAtlas.GetSprites(UnityEngine.Sprite[])
  nameWithType: SpriteAtlas.GetSprites(Sprite[])
  type: Method
- uid: UnityEngine.U2D.SpriteAtlas.isVariant
  name: isVariant
  fullName: UnityEngine.U2D.SpriteAtlas.isVariant
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlas-isVariant.html
  commentId: P:UnityEngine.U2D.SpriteAtlas.isVariant
  nameWithType: SpriteAtlas.isVariant
  type: Property
- uid: UnityEngine.U2D.SpriteAtlas.spriteCount
  name: spriteCount
  fullName: UnityEngine.U2D.SpriteAtlas.spriteCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlas-spriteCount.html
  commentId: P:UnityEngine.U2D.SpriteAtlas.spriteCount
  nameWithType: SpriteAtlas.spriteCount
  type: Property
- uid: UnityEngine.U2D.SpriteAtlas.tag
  name: tag
  fullName: UnityEngine.U2D.SpriteAtlas.tag
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlas-tag.html
  commentId: P:UnityEngine.U2D.SpriteAtlas.tag
  nameWithType: SpriteAtlas.tag
  type: Property
- uid: UnityEngine.U2D.SpriteAtlasManager
  name: SpriteAtlasManager
  fullName: UnityEngine.U2D.SpriteAtlasManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlasManager.html
  commentId: T:UnityEngine.U2D.SpriteAtlasManager
  nameWithType: SpriteAtlasManager
  type: Class
- uid: UnityEngine.U2D.SpriteAtlasManager.atlasRequested
  name: atlasRequested
  fullName: UnityEngine.U2D.SpriteAtlasManager.atlasRequested
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlasManager-atlasRequested.html
  commentId: E:UnityEngine.U2D.SpriteAtlasManager.atlasRequested
  nameWithType: SpriteAtlasManager.atlasRequested
  type: Event
- uid: UnityEngine.U2D.SpriteAtlasManager.RequestAtlasCallback
  name: SpriteAtlasManager.RequestAtlasCallback
  fullName: UnityEngine.U2D.SpriteAtlasManager.RequestAtlasCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/U2D.SpriteAtlasManager.RequestAtlasCallback.html
  commentId: T:UnityEngine.U2D.SpriteAtlasManager.RequestAtlasCallback
  nameWithType: SpriteAtlasManager.RequestAtlasCallback
  type: Delegate
- uid: UnityEngine.UICharInfo
  name: UICharInfo
  fullName: UnityEngine.UICharInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UICharInfo.html
  commentId: T:UnityEngine.UICharInfo
  nameWithType: UICharInfo
  type: Struct
- uid: UnityEngine.UICharInfo.charWidth
  name: charWidth
  fullName: UnityEngine.UICharInfo.charWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UICharInfo-charWidth.html
  commentId: F:UnityEngine.UICharInfo.charWidth
  nameWithType: UICharInfo.charWidth
  type: Field
- uid: UnityEngine.UICharInfo.cursorPos
  name: cursorPos
  fullName: UnityEngine.UICharInfo.cursorPos
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UICharInfo-cursorPos.html
  commentId: F:UnityEngine.UICharInfo.cursorPos
  nameWithType: UICharInfo.cursorPos
  type: Field
- uid: UnityEngine.UILineInfo
  name: UILineInfo
  fullName: UnityEngine.UILineInfo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UILineInfo.html
  commentId: T:UnityEngine.UILineInfo
  nameWithType: UILineInfo
  type: Struct
- uid: UnityEngine.UILineInfo.height
  name: height
  fullName: UnityEngine.UILineInfo.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UILineInfo-height.html
  commentId: F:UnityEngine.UILineInfo.height
  nameWithType: UILineInfo.height
  type: Field
- uid: UnityEngine.UILineInfo.leading
  name: leading
  fullName: UnityEngine.UILineInfo.leading
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UILineInfo-leading.html
  commentId: F:UnityEngine.UILineInfo.leading
  nameWithType: UILineInfo.leading
  type: Field
- uid: UnityEngine.UILineInfo.startCharIdx
  name: startCharIdx
  fullName: UnityEngine.UILineInfo.startCharIdx
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UILineInfo-startCharIdx.html
  commentId: F:UnityEngine.UILineInfo.startCharIdx
  nameWithType: UILineInfo.startCharIdx
  type: Field
- uid: UnityEngine.UILineInfo.topY
  name: topY
  fullName: UnityEngine.UILineInfo.topY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UILineInfo-topY.html
  commentId: F:UnityEngine.UILineInfo.topY
  nameWithType: UILineInfo.topY
  type: Field
- uid: UnityEngine.UISystemProfilerApi
  name: UISystemProfilerApi
  fullName: UnityEngine.UISystemProfilerApi
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UISystemProfilerApi.html
  commentId: T:UnityEngine.UISystemProfilerApi
  nameWithType: UISystemProfilerApi
  type: Class
- uid: UnityEngine.UISystemProfilerApi.AddMarker(System.String,UnityEngine.Object)
  name: AddMarker(string, Object)
  fullName: UnityEngine.UISystemProfilerApi.AddMarker(string, UnityEngine.Object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UISystemProfilerApi.AddMarker.html
  commentId: M:UnityEngine.UISystemProfilerApi.AddMarker(System.String,UnityEngine.Object)
  nameWithType: UISystemProfilerApi.AddMarker(string, Object)
  type: Method
- uid: UnityEngine.UISystemProfilerApi.BeginSample(UnityEngine.UISystemProfilerApi.SampleType)
  name: BeginSample(SampleType)
  fullName: UnityEngine.UISystemProfilerApi.BeginSample(UnityEngine.UISystemProfilerApi.SampleType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UISystemProfilerApi.BeginSample.html
  commentId: M:UnityEngine.UISystemProfilerApi.BeginSample(UnityEngine.UISystemProfilerApi.SampleType)
  nameWithType: UISystemProfilerApi.BeginSample(UISystemProfilerApi.SampleType)
  type: Method
- uid: UnityEngine.UISystemProfilerApi.EndSample(UnityEngine.UISystemProfilerApi.SampleType)
  name: EndSample(SampleType)
  fullName: UnityEngine.UISystemProfilerApi.EndSample(UnityEngine.UISystemProfilerApi.SampleType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UISystemProfilerApi.EndSample.html
  commentId: M:UnityEngine.UISystemProfilerApi.EndSample(UnityEngine.UISystemProfilerApi.SampleType)
  nameWithType: UISystemProfilerApi.EndSample(UISystemProfilerApi.SampleType)
  type: Method
- uid: UnityEngine.UISystemProfilerApi.SampleType
  name: UISystemProfilerApi.SampleType
  fullName: UnityEngine.UISystemProfilerApi.SampleType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UISystemProfilerApi.SampleType.html
  commentId: T:UnityEngine.UISystemProfilerApi.SampleType
  nameWithType: UISystemProfilerApi.SampleType
  type: Enum
- uid: UnityEngine.UISystemProfilerApi.SampleType.Layout
  name: Layout
  fullName: UnityEngine.UISystemProfilerApi.SampleType.Layout
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UISystemProfilerApi.SampleType.Layout.html
  commentId: F:UnityEngine.UISystemProfilerApi.SampleType.Layout
  nameWithType: UISystemProfilerApi.SampleType.Layout
  type: Field
- uid: UnityEngine.UISystemProfilerApi.SampleType.Render
  name: Render
  fullName: UnityEngine.UISystemProfilerApi.SampleType.Render
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UISystemProfilerApi.SampleType.Render.html
  commentId: F:UnityEngine.UISystemProfilerApi.SampleType.Render
  nameWithType: UISystemProfilerApi.SampleType.Render
  type: Field
- uid: UnityEngine.UIVertex
  name: UIVertex
  fullName: UnityEngine.UIVertex
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex.html
  commentId: T:UnityEngine.UIVertex
  nameWithType: UIVertex
  type: Struct
- uid: UnityEngine.UIVertex.color
  name: color
  fullName: UnityEngine.UIVertex.color
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-color.html
  commentId: F:UnityEngine.UIVertex.color
  nameWithType: UIVertex.color
  type: Field
- uid: UnityEngine.UIVertex.normal
  name: normal
  fullName: UnityEngine.UIVertex.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-normal.html
  commentId: F:UnityEngine.UIVertex.normal
  nameWithType: UIVertex.normal
  type: Field
- uid: UnityEngine.UIVertex.position
  name: position
  fullName: UnityEngine.UIVertex.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-position.html
  commentId: F:UnityEngine.UIVertex.position
  nameWithType: UIVertex.position
  type: Field
- uid: UnityEngine.UIVertex.simpleVert
  name: simpleVert
  fullName: UnityEngine.UIVertex.simpleVert
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-simpleVert.html
  commentId: F:UnityEngine.UIVertex.simpleVert
  nameWithType: UIVertex.simpleVert
  type: Field
- uid: UnityEngine.UIVertex.tangent
  name: tangent
  fullName: UnityEngine.UIVertex.tangent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-tangent.html
  commentId: F:UnityEngine.UIVertex.tangent
  nameWithType: UIVertex.tangent
  type: Field
- uid: UnityEngine.UIVertex.uv0
  name: uv0
  fullName: UnityEngine.UIVertex.uv0
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-uv0.html
  commentId: F:UnityEngine.UIVertex.uv0
  nameWithType: UIVertex.uv0
  type: Field
- uid: UnityEngine.UIVertex.uv1
  name: uv1
  fullName: UnityEngine.UIVertex.uv1
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-uv1.html
  commentId: F:UnityEngine.UIVertex.uv1
  nameWithType: UIVertex.uv1
  type: Field
- uid: UnityEngine.UIVertex.uv2
  name: uv2
  fullName: UnityEngine.UIVertex.uv2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-uv2.html
  commentId: F:UnityEngine.UIVertex.uv2
  nameWithType: UIVertex.uv2
  type: Field
- uid: UnityEngine.UIVertex.uv3
  name: uv3
  fullName: UnityEngine.UIVertex.uv3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UIVertex-uv3.html
  commentId: F:UnityEngine.UIVertex.uv3
  nameWithType: UIVertex.uv3
  type: Field
- uid: UnityEngine.UnassignedReferenceException
  name: UnassignedReferenceException
  fullName: UnityEngine.UnassignedReferenceException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnassignedReferenceException.html
  commentId: T:UnityEngine.UnassignedReferenceException
  nameWithType: UnassignedReferenceException
  type: Class
- uid: UnityEngine.UnassignedReferenceException.#ctor
  name: UnassignedReferenceException()
  fullName: UnityEngine.UnassignedReferenceException.UnassignedReferenceException()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnassignedReferenceException-ctor.html
  commentId: M:UnityEngine.UnassignedReferenceException.#ctor
  nameWithType: UnassignedReferenceException.UnassignedReferenceException()
  type: Constructor
- uid: UnityEngine.UnassignedReferenceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  name: UnassignedReferenceException(SerializationInfo, StreamingContext)
  fullName: UnityEngine.UnassignedReferenceException.UnassignedReferenceException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnassignedReferenceException-ctor.html
  commentId: M:UnityEngine.UnassignedReferenceException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  nameWithType: UnassignedReferenceException.UnassignedReferenceException(SerializationInfo, StreamingContext)
  type: Constructor
- uid: UnityEngine.UnassignedReferenceException.#ctor(System.String,System.Exception)
  name: UnassignedReferenceException(string, Exception)
  fullName: UnityEngine.UnassignedReferenceException.UnassignedReferenceException(string, System.Exception)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnassignedReferenceException-ctor.html
  commentId: M:UnityEngine.UnassignedReferenceException.#ctor(System.String,System.Exception)
  nameWithType: UnassignedReferenceException.UnassignedReferenceException(string, Exception)
  type: Constructor
- uid: UnityEngine.UnassignedReferenceException.#ctor(System.String)
  name: UnassignedReferenceException(string)
  fullName: UnityEngine.UnassignedReferenceException.UnassignedReferenceException(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnassignedReferenceException-ctor.html
  commentId: M:UnityEngine.UnassignedReferenceException.#ctor(System.String)
  nameWithType: UnassignedReferenceException.UnassignedReferenceException(string)
  type: Constructor
- uid: UnityEngine.UnityAPICompatibilityVersionAttribute
  name: UnityAPICompatibilityVersionAttribute
  fullName: UnityEngine.UnityAPICompatibilityVersionAttribute
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityAPICompatibilityVersionAttribute.html
  commentId: T:UnityEngine.UnityAPICompatibilityVersionAttribute
  nameWithType: UnityAPICompatibilityVersionAttribute
  type: Class
- uid: UnityEngine.UnityAPICompatibilityVersionAttribute.#ctor(System.String)
  name: UnityAPICompatibilityVersionAttribute(string)
  fullName: UnityEngine.UnityAPICompatibilityVersionAttribute.UnityAPICompatibilityVersionAttribute(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityAPICompatibilityVersionAttribute-ctor.html
  commentId: M:UnityEngine.UnityAPICompatibilityVersionAttribute.#ctor(System.String)
  nameWithType: UnityAPICompatibilityVersionAttribute.UnityAPICompatibilityVersionAttribute(string)
  type: Constructor
- uid: UnityEngine.UnityAPICompatibilityVersionAttribute.version
  name: version
  fullName: UnityEngine.UnityAPICompatibilityVersionAttribute.version
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityAPICompatibilityVersionAttribute-version.html
  commentId: P:UnityEngine.UnityAPICompatibilityVersionAttribute.version
  nameWithType: UnityAPICompatibilityVersionAttribute.version
  type: Property
- uid: UnityEngine.UnityEventQueueSystem
  name: UnityEventQueueSystem
  fullName: UnityEngine.UnityEventQueueSystem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEventQueueSystem.html
  commentId: T:UnityEngine.UnityEventQueueSystem
  nameWithType: UnityEventQueueSystem
  type: Class
- uid: UnityEngine.UnityEventQueueSystem.GenerateEventIdForPayload(System.String)
  name: GenerateEventIdForPayload(string)
  fullName: UnityEngine.UnityEventQueueSystem.GenerateEventIdForPayload(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEventQueueSystem.GenerateEventIdForPayload.html
  commentId: M:UnityEngine.UnityEventQueueSystem.GenerateEventIdForPayload(System.String)
  nameWithType: UnityEventQueueSystem.GenerateEventIdForPayload(string)
  type: Method
- uid: UnityEngine.UnityEventQueueSystem.GetGlobalEventQueue
  name: GetGlobalEventQueue()
  fullName: UnityEngine.UnityEventQueueSystem.GetGlobalEventQueue()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityEventQueueSystem.GetGlobalEventQueue.html
  commentId: M:UnityEngine.UnityEventQueueSystem.GetGlobalEventQueue
  nameWithType: UnityEventQueueSystem.GetGlobalEventQueue()
  type: Method
- uid: UnityEngine.UnityException
  name: UnityException
  fullName: UnityEngine.UnityException
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityException.html
  commentId: T:UnityEngine.UnityException
  nameWithType: UnityException
  type: Class
- uid: UnityEngine.UnityException.#ctor
  name: UnityException()
  fullName: UnityEngine.UnityException.UnityException()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityException-ctor.html
  commentId: M:UnityEngine.UnityException.#ctor
  nameWithType: UnityException.UnityException()
  type: Constructor
- uid: UnityEngine.UnityException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  name: UnityException(SerializationInfo, StreamingContext)
  fullName: UnityEngine.UnityException.UnityException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityException-ctor.html
  commentId: M:UnityEngine.UnityException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  nameWithType: UnityException.UnityException(SerializationInfo, StreamingContext)
  type: Constructor
- uid: UnityEngine.UnityException.#ctor(System.String,System.Exception)
  name: UnityException(string, Exception)
  fullName: UnityEngine.UnityException.UnityException(string, System.Exception)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityException-ctor.html
  commentId: M:UnityEngine.UnityException.#ctor(System.String,System.Exception)
  nameWithType: UnityException.UnityException(string, Exception)
  type: Constructor
- uid: UnityEngine.UnityException.#ctor(System.String)
  name: UnityException(string)
  fullName: UnityEngine.UnityException.UnityException(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UnityException-ctor.html
  commentId: M:UnityEngine.UnityException.#ctor(System.String)
  nameWithType: UnityException.UnityException(string)
  type: Constructor
- uid: UnityEngine.UserAuthorization
  name: UserAuthorization
  fullName: UnityEngine.UserAuthorization
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UserAuthorization.html
  commentId: T:UnityEngine.UserAuthorization
  nameWithType: UserAuthorization
  type: Enum
- uid: UnityEngine.UserAuthorization.Microphone
  name: Microphone
  fullName: UnityEngine.UserAuthorization.Microphone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UserAuthorization.Microphone.html
  commentId: F:UnityEngine.UserAuthorization.Microphone
  nameWithType: UserAuthorization.Microphone
  type: Field
- uid: UnityEngine.UserAuthorization.WebCam
  name: WebCam
  fullName: UnityEngine.UserAuthorization.WebCam
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/UserAuthorization.WebCam.html
  commentId: F:UnityEngine.UserAuthorization.WebCam
  nameWithType: UserAuthorization.WebCam
  type: Field
- uid: UnityEngine.Vector2
  name: Vector2
  fullName: UnityEngine.Vector2
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.html
  commentId: T:UnityEngine.Vector2
  nameWithType: Vector2
  type: Struct
- uid: UnityEngine.Vector2.#ctor(System.Single,System.Single)
  name: Vector2(float, float)
  fullName: UnityEngine.Vector2.Vector2(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-ctor.html
  commentId: M:UnityEngine.Vector2.#ctor(System.Single,System.Single)
  nameWithType: Vector2.Vector2(float, float)
  type: Constructor
- uid: UnityEngine.Vector2.Angle(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Angle(Vector2, Vector2)
  fullName: UnityEngine.Vector2.Angle(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Angle.html
  commentId: M:UnityEngine.Vector2.Angle(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.Angle(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Vector2.ClampMagnitude(UnityEngine.Vector2,System.Single)
  name: ClampMagnitude(Vector2, float)
  fullName: UnityEngine.Vector2.ClampMagnitude(UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.ClampMagnitude.html
  commentId: M:UnityEngine.Vector2.ClampMagnitude(UnityEngine.Vector2,System.Single)
  nameWithType: Vector2.ClampMagnitude(Vector2, float)
  type: Method
- uid: UnityEngine.Vector2.Distance(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Distance(Vector2, Vector2)
  fullName: UnityEngine.Vector2.Distance(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Distance.html
  commentId: M:UnityEngine.Vector2.Distance(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.Distance(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Vector2.Dot(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Dot(Vector2, Vector2)
  fullName: UnityEngine.Vector2.Dot(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Dot.html
  commentId: M:UnityEngine.Vector2.Dot(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.Dot(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Vector2.down
  name: down
  fullName: UnityEngine.Vector2.down
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-down.html
  commentId: P:UnityEngine.Vector2.down
  nameWithType: Vector2.down
  type: Property
- uid: UnityEngine.Vector2.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Vector2.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Equals.html
  commentId: M:UnityEngine.Vector2.Equals(System.Object)
  nameWithType: Vector2.Equals(object)
  type: Method
- uid: UnityEngine.Vector2.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Vector2.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.GetHashCode.html
  commentId: M:UnityEngine.Vector2.GetHashCode
  nameWithType: Vector2.GetHashCode()
  type: Method
- uid: UnityEngine.Vector2.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Vector2.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Item.html
  commentId: P:UnityEngine.Vector2.Item(System.Int32)
  nameWithType: Vector2.this[int]
  type: Property
- uid: UnityEngine.Vector2.kEpsilon
  name: kEpsilon
  fullName: UnityEngine.Vector2.kEpsilon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-kEpsilon.html
  commentId: F:UnityEngine.Vector2.kEpsilon
  nameWithType: Vector2.kEpsilon
  type: Field
- uid: UnityEngine.Vector2.left
  name: left
  fullName: UnityEngine.Vector2.left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-left.html
  commentId: P:UnityEngine.Vector2.left
  nameWithType: Vector2.left
  type: Property
- uid: UnityEngine.Vector2.Lerp(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  name: Lerp(Vector2, Vector2, float)
  fullName: UnityEngine.Vector2.Lerp(UnityEngine.Vector2, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Lerp.html
  commentId: M:UnityEngine.Vector2.Lerp(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  nameWithType: Vector2.Lerp(Vector2, Vector2, float)
  type: Method
- uid: UnityEngine.Vector2.LerpUnclamped(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  name: LerpUnclamped(Vector2, Vector2, float)
  fullName: UnityEngine.Vector2.LerpUnclamped(UnityEngine.Vector2, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.LerpUnclamped.html
  commentId: M:UnityEngine.Vector2.LerpUnclamped(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  nameWithType: Vector2.LerpUnclamped(Vector2, Vector2, float)
  type: Method
- uid: UnityEngine.Vector2.magnitude
  name: magnitude
  fullName: UnityEngine.Vector2.magnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-magnitude.html
  commentId: P:UnityEngine.Vector2.magnitude
  nameWithType: Vector2.magnitude
  type: Property
- uid: UnityEngine.Vector2.Max(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Max(Vector2, Vector2)
  fullName: UnityEngine.Vector2.Max(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Max.html
  commentId: M:UnityEngine.Vector2.Max(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.Max(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Vector2.Min(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Min(Vector2, Vector2)
  fullName: UnityEngine.Vector2.Min(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Min.html
  commentId: M:UnityEngine.Vector2.Min(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.Min(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Vector2.MoveTowards(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  name: MoveTowards(Vector2, Vector2, float)
  fullName: UnityEngine.Vector2.MoveTowards(UnityEngine.Vector2, UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.MoveTowards.html
  commentId: M:UnityEngine.Vector2.MoveTowards(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
  nameWithType: Vector2.MoveTowards(Vector2, Vector2, float)
  type: Method
- uid: UnityEngine.Vector2.negativeInfinity
  name: negativeInfinity
  fullName: UnityEngine.Vector2.negativeInfinity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-negativeInfinity.html
  commentId: P:UnityEngine.Vector2.negativeInfinity
  nameWithType: Vector2.negativeInfinity
  type: Property
- uid: UnityEngine.Vector2.Normalize
  name: Normalize()
  fullName: UnityEngine.Vector2.Normalize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Normalize.html
  commentId: M:UnityEngine.Vector2.Normalize
  nameWithType: Vector2.Normalize()
  type: Method
- uid: UnityEngine.Vector2.normalized
  name: normalized
  fullName: UnityEngine.Vector2.normalized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-normalized.html
  commentId: P:UnityEngine.Vector2.normalized
  nameWithType: Vector2.normalized
  type: Property
- uid: UnityEngine.Vector2.one
  name: one
  fullName: UnityEngine.Vector2.one
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-one.html
  commentId: P:UnityEngine.Vector2.one
  nameWithType: Vector2.one
  type: Property
- uid: UnityEngine.Vector2.op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
  name: operator +(Vector2, Vector2)
  fullName: UnityEngine.Vector2.operator +(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-op_Addition.html
  commentId: M:UnityEngine.Vector2.op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.operator +(Vector2, Vector2)
  type: Operator
- uid: UnityEngine.Vector2.op_Division(UnityEngine.Vector2,System.Single)
  name: operator /(Vector2, float)
  fullName: UnityEngine.Vector2.operator /(UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-op_Division.html
  commentId: M:UnityEngine.Vector2.op_Division(UnityEngine.Vector2,System.Single)
  nameWithType: Vector2.operator /(Vector2, float)
  type: Operator
- uid: UnityEngine.Vector2.op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
  name: operator ==(Vector2, Vector2)
  fullName: UnityEngine.Vector2.operator ==(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-op_Equality.html
  commentId: M:UnityEngine.Vector2.op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.operator ==(Vector2, Vector2)
  type: Operator
- uid: UnityEngine.Vector2.op_Implicit(UnityEngine.Vector2)~UnityEngine.Vector3
  name: implicit operator Vector3(Vector2)
  fullName: UnityEngine.Vector2.implicit operator UnityEngine.Vector3(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.op_Implicit~UnityEngine.Vector3.html
  commentId: M:UnityEngine.Vector2.op_Implicit(UnityEngine.Vector2)~UnityEngine.Vector3
  nameWithType: Vector2.implicit operator Vector3(Vector2)
  type: Operator
- uid: UnityEngine.Vector2.op_Implicit(UnityEngine.Vector3)~UnityEngine.Vector2
  name: implicit operator Vector2(Vector3)
  fullName: UnityEngine.Vector2.implicit operator UnityEngine.Vector2(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.op_Implicit~UnityEngine.Vector2.html
  commentId: M:UnityEngine.Vector2.op_Implicit(UnityEngine.Vector3)~UnityEngine.Vector2
  nameWithType: Vector2.implicit operator Vector2(Vector3)
  type: Operator
- uid: UnityEngine.Vector2.op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2)
  name: operator !=(Vector2, Vector2)
  fullName: UnityEngine.Vector2.operator !=(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-op_Inequality.html
  commentId: M:UnityEngine.Vector2.op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.operator !=(Vector2, Vector2)
  type: Operator
- uid: UnityEngine.Vector2.op_Multiply(System.Single,UnityEngine.Vector2)
  name: operator *(float, Vector2)
  fullName: UnityEngine.Vector2.operator *(float, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-op_Multiply.html
  commentId: M:UnityEngine.Vector2.op_Multiply(System.Single,UnityEngine.Vector2)
  nameWithType: Vector2.operator *(float, Vector2)
  type: Operator
- uid: UnityEngine.Vector2.op_Multiply(UnityEngine.Vector2,System.Single)
  name: operator *(Vector2, float)
  fullName: UnityEngine.Vector2.operator *(UnityEngine.Vector2, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-op_Multiply.html
  commentId: M:UnityEngine.Vector2.op_Multiply(UnityEngine.Vector2,System.Single)
  nameWithType: Vector2.operator *(Vector2, float)
  type: Operator
- uid: UnityEngine.Vector2.op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
  name: operator -(Vector2, Vector2)
  fullName: UnityEngine.Vector2.operator -(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-op_Subtraction.html
  commentId: M:UnityEngine.Vector2.op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.operator -(Vector2, Vector2)
  type: Operator
- uid: UnityEngine.Vector2.op_UnaryNegation(UnityEngine.Vector2)
  name: operator -(Vector2)
  fullName: UnityEngine.Vector2.operator -(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-op_UnaryNegation.html
  commentId: M:UnityEngine.Vector2.op_UnaryNegation(UnityEngine.Vector2)
  nameWithType: Vector2.operator -(Vector2)
  type: Operator
- uid: UnityEngine.Vector2.positiveInfinity
  name: positiveInfinity
  fullName: UnityEngine.Vector2.positiveInfinity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-positiveInfinity.html
  commentId: P:UnityEngine.Vector2.positiveInfinity
  nameWithType: Vector2.positiveInfinity
  type: Property
- uid: UnityEngine.Vector2.Reflect(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Reflect(Vector2, Vector2)
  fullName: UnityEngine.Vector2.Reflect(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Reflect.html
  commentId: M:UnityEngine.Vector2.Reflect(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.Reflect(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Vector2.right
  name: right
  fullName: UnityEngine.Vector2.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-right.html
  commentId: P:UnityEngine.Vector2.right
  nameWithType: Vector2.right
  type: Property
- uid: UnityEngine.Vector2.Scale(UnityEngine.Vector2,UnityEngine.Vector2)
  name: Scale(Vector2, Vector2)
  fullName: UnityEngine.Vector2.Scale(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Scale.html
  commentId: M:UnityEngine.Vector2.Scale(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.Scale(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Vector2.Scale(UnityEngine.Vector2)
  name: Scale(Vector2)
  fullName: UnityEngine.Vector2.Scale(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Scale.html
  commentId: M:UnityEngine.Vector2.Scale(UnityEngine.Vector2)
  nameWithType: Vector2.Scale(Vector2)
  type: Method
- uid: UnityEngine.Vector2.Set(System.Single,System.Single)
  name: Set(float, float)
  fullName: UnityEngine.Vector2.Set(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.Set.html
  commentId: M:UnityEngine.Vector2.Set(System.Single,System.Single)
  nameWithType: Vector2.Set(float, float)
  type: Method
- uid: UnityEngine.Vector2.SignedAngle(UnityEngine.Vector2,UnityEngine.Vector2)
  name: SignedAngle(Vector2, Vector2)
  fullName: UnityEngine.Vector2.SignedAngle(UnityEngine.Vector2, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.SignedAngle.html
  commentId: M:UnityEngine.Vector2.SignedAngle(UnityEngine.Vector2,UnityEngine.Vector2)
  nameWithType: Vector2.SignedAngle(Vector2, Vector2)
  type: Method
- uid: UnityEngine.Vector2.SmoothDamp(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2@,System.Single,System.Single,System.Single)
  name: SmoothDamp(Vector2, Vector2, ref Vector2, float, float, float)
  fullName: UnityEngine.Vector2.SmoothDamp(UnityEngine.Vector2, UnityEngine.Vector2, ref UnityEngine.Vector2, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.SmoothDamp.html
  commentId: M:UnityEngine.Vector2.SmoothDamp(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2@,System.Single,System.Single,System.Single)
  nameWithType: Vector2.SmoothDamp(Vector2, Vector2, ref Vector2, float, float, float)
  type: Method
- uid: UnityEngine.Vector2.sqrMagnitude
  name: sqrMagnitude
  fullName: UnityEngine.Vector2.sqrMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-sqrMagnitude.html
  commentId: P:UnityEngine.Vector2.sqrMagnitude
  nameWithType: Vector2.sqrMagnitude
  type: Property
- uid: UnityEngine.Vector2.SqrMagnitude
  name: SqrMagnitude()
  fullName: UnityEngine.Vector2.SqrMagnitude()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.SqrMagnitude.html
  commentId: M:UnityEngine.Vector2.SqrMagnitude
  nameWithType: Vector2.SqrMagnitude()
  type: Method
- uid: UnityEngine.Vector2.SqrMagnitude(UnityEngine.Vector2)
  name: SqrMagnitude(Vector2)
  fullName: UnityEngine.Vector2.SqrMagnitude(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.SqrMagnitude.html
  commentId: M:UnityEngine.Vector2.SqrMagnitude(UnityEngine.Vector2)
  nameWithType: Vector2.SqrMagnitude(Vector2)
  type: Method
- uid: UnityEngine.Vector2.ToString
  name: ToString()
  fullName: UnityEngine.Vector2.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.ToString.html
  commentId: M:UnityEngine.Vector2.ToString
  nameWithType: Vector2.ToString()
  type: Method
- uid: UnityEngine.Vector2.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Vector2.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2.ToString.html
  commentId: M:UnityEngine.Vector2.ToString(System.String)
  nameWithType: Vector2.ToString(string)
  type: Method
- uid: UnityEngine.Vector2.up
  name: up
  fullName: UnityEngine.Vector2.up
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-up.html
  commentId: P:UnityEngine.Vector2.up
  nameWithType: Vector2.up
  type: Property
- uid: UnityEngine.Vector2.x
  name: x
  fullName: UnityEngine.Vector2.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-x.html
  commentId: F:UnityEngine.Vector2.x
  nameWithType: Vector2.x
  type: Field
- uid: UnityEngine.Vector2.y
  name: y
  fullName: UnityEngine.Vector2.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-y.html
  commentId: F:UnityEngine.Vector2.y
  nameWithType: Vector2.y
  type: Field
- uid: UnityEngine.Vector2.zero
  name: zero
  fullName: UnityEngine.Vector2.zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2-zero.html
  commentId: P:UnityEngine.Vector2.zero
  nameWithType: Vector2.zero
  type: Property
- uid: UnityEngine.Vector2Int
  name: Vector2Int
  fullName: UnityEngine.Vector2Int
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.html
  commentId: T:UnityEngine.Vector2Int
  nameWithType: Vector2Int
  type: Struct
- uid: UnityEngine.Vector2Int.#ctor(System.Int32,System.Int32)
  name: Vector2Int(int, int)
  fullName: UnityEngine.Vector2Int.Vector2Int(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-ctor.html
  commentId: M:UnityEngine.Vector2Int.#ctor(System.Int32,System.Int32)
  nameWithType: Vector2Int.Vector2Int(int, int)
  type: Constructor
- uid: UnityEngine.Vector2Int.CeilToInt(UnityEngine.Vector2)
  name: CeilToInt(Vector2)
  fullName: UnityEngine.Vector2Int.CeilToInt(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.CeilToInt.html
  commentId: M:UnityEngine.Vector2Int.CeilToInt(UnityEngine.Vector2)
  nameWithType: Vector2Int.CeilToInt(Vector2)
  type: Method
- uid: UnityEngine.Vector2Int.Clamp(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: Clamp(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.Clamp(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Clamp.html
  commentId: M:UnityEngine.Vector2Int.Clamp(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.Clamp(Vector2Int, Vector2Int)
  type: Method
- uid: UnityEngine.Vector2Int.Distance(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: Distance(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.Distance(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Distance.html
  commentId: M:UnityEngine.Vector2Int.Distance(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.Distance(Vector2Int, Vector2Int)
  type: Method
- uid: UnityEngine.Vector2Int.down
  name: down
  fullName: UnityEngine.Vector2Int.down
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-down.html
  commentId: P:UnityEngine.Vector2Int.down
  nameWithType: Vector2Int.down
  type: Property
- uid: UnityEngine.Vector2Int.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Vector2Int.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Equals.html
  commentId: M:UnityEngine.Vector2Int.Equals(System.Object)
  nameWithType: Vector2Int.Equals(object)
  type: Method
- uid: UnityEngine.Vector2Int.FloorToInt(UnityEngine.Vector2)
  name: FloorToInt(Vector2)
  fullName: UnityEngine.Vector2Int.FloorToInt(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.FloorToInt.html
  commentId: M:UnityEngine.Vector2Int.FloorToInt(UnityEngine.Vector2)
  nameWithType: Vector2Int.FloorToInt(Vector2)
  type: Method
- uid: UnityEngine.Vector2Int.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Vector2Int.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.GetHashCode.html
  commentId: M:UnityEngine.Vector2Int.GetHashCode
  nameWithType: Vector2Int.GetHashCode()
  type: Method
- uid: UnityEngine.Vector2Int.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Vector2Int.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Item.html
  commentId: P:UnityEngine.Vector2Int.Item(System.Int32)
  nameWithType: Vector2Int.this[int]
  type: Property
- uid: UnityEngine.Vector2Int.left
  name: left
  fullName: UnityEngine.Vector2Int.left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-left.html
  commentId: P:UnityEngine.Vector2Int.left
  nameWithType: Vector2Int.left
  type: Property
- uid: UnityEngine.Vector2Int.magnitude
  name: magnitude
  fullName: UnityEngine.Vector2Int.magnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-magnitude.html
  commentId: P:UnityEngine.Vector2Int.magnitude
  nameWithType: Vector2Int.magnitude
  type: Property
- uid: UnityEngine.Vector2Int.Max(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: Max(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.Max(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Max.html
  commentId: M:UnityEngine.Vector2Int.Max(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.Max(Vector2Int, Vector2Int)
  type: Method
- uid: UnityEngine.Vector2Int.Min(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: Min(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.Min(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Min.html
  commentId: M:UnityEngine.Vector2Int.Min(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.Min(Vector2Int, Vector2Int)
  type: Method
- uid: UnityEngine.Vector2Int.one
  name: one
  fullName: UnityEngine.Vector2Int.one
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-one.html
  commentId: P:UnityEngine.Vector2Int.one
  nameWithType: Vector2Int.one
  type: Property
- uid: UnityEngine.Vector2Int.op_Addition(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: operator +(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.operator +(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-op_Addition.html
  commentId: M:UnityEngine.Vector2Int.op_Addition(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.operator +(Vector2Int, Vector2Int)
  type: Operator
- uid: UnityEngine.Vector2Int.op_Equality(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: operator ==(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.operator ==(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-op_Equality.html
  commentId: M:UnityEngine.Vector2Int.op_Equality(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.operator ==(Vector2Int, Vector2Int)
  type: Operator
- uid: UnityEngine.Vector2Int.op_Implicit(UnityEngine.Vector2Int)~UnityEngine.Vector2
  name: implicit operator Vector2(Vector2Int)
  fullName: UnityEngine.Vector2Int.implicit operator UnityEngine.Vector2(UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.op_Implicit~UnityEngine.Vector2.html
  commentId: M:UnityEngine.Vector2Int.op_Implicit(UnityEngine.Vector2Int)~UnityEngine.Vector2
  nameWithType: Vector2Int.implicit operator Vector2(Vector2Int)
  type: Operator
- uid: UnityEngine.Vector2Int.op_Inequality(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: operator !=(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.operator !=(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-op_Inequality.html
  commentId: M:UnityEngine.Vector2Int.op_Inequality(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.operator !=(Vector2Int, Vector2Int)
  type: Operator
- uid: UnityEngine.Vector2Int.op_Multiply(UnityEngine.Vector2Int,System.Int32)
  name: operator *(Vector2Int, int)
  fullName: UnityEngine.Vector2Int.operator *(UnityEngine.Vector2Int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-op_Multiply.html
  commentId: M:UnityEngine.Vector2Int.op_Multiply(UnityEngine.Vector2Int,System.Int32)
  nameWithType: Vector2Int.operator *(Vector2Int, int)
  type: Operator
- uid: UnityEngine.Vector2Int.op_Multiply(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: operator *(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.operator *(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-op_Multiply.html
  commentId: M:UnityEngine.Vector2Int.op_Multiply(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.operator *(Vector2Int, Vector2Int)
  type: Operator
- uid: UnityEngine.Vector2Int.op_Subtraction(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: operator -(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.operator -(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-op_Subtraction.html
  commentId: M:UnityEngine.Vector2Int.op_Subtraction(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.operator -(Vector2Int, Vector2Int)
  type: Operator
- uid: UnityEngine.Vector2Int.right
  name: right
  fullName: UnityEngine.Vector2Int.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-right.html
  commentId: P:UnityEngine.Vector2Int.right
  nameWithType: Vector2Int.right
  type: Property
- uid: UnityEngine.Vector2Int.RoundToInt(UnityEngine.Vector2)
  name: RoundToInt(Vector2)
  fullName: UnityEngine.Vector2Int.RoundToInt(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.RoundToInt.html
  commentId: M:UnityEngine.Vector2Int.RoundToInt(UnityEngine.Vector2)
  nameWithType: Vector2Int.RoundToInt(Vector2)
  type: Method
- uid: UnityEngine.Vector2Int.Scale(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  name: Scale(Vector2Int, Vector2Int)
  fullName: UnityEngine.Vector2Int.Scale(UnityEngine.Vector2Int, UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Scale.html
  commentId: M:UnityEngine.Vector2Int.Scale(UnityEngine.Vector2Int,UnityEngine.Vector2Int)
  nameWithType: Vector2Int.Scale(Vector2Int, Vector2Int)
  type: Method
- uid: UnityEngine.Vector2Int.Scale(UnityEngine.Vector2Int)
  name: Scale(Vector2Int)
  fullName: UnityEngine.Vector2Int.Scale(UnityEngine.Vector2Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Scale.html
  commentId: M:UnityEngine.Vector2Int.Scale(UnityEngine.Vector2Int)
  nameWithType: Vector2Int.Scale(Vector2Int)
  type: Method
- uid: UnityEngine.Vector2Int.Set(System.Int32,System.Int32)
  name: Set(int, int)
  fullName: UnityEngine.Vector2Int.Set(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.Set.html
  commentId: M:UnityEngine.Vector2Int.Set(System.Int32,System.Int32)
  nameWithType: Vector2Int.Set(int, int)
  type: Method
- uid: UnityEngine.Vector2Int.sqrMagnitude
  name: sqrMagnitude
  fullName: UnityEngine.Vector2Int.sqrMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-sqrMagnitude.html
  commentId: P:UnityEngine.Vector2Int.sqrMagnitude
  nameWithType: Vector2Int.sqrMagnitude
  type: Property
- uid: UnityEngine.Vector2Int.ToString
  name: ToString()
  fullName: UnityEngine.Vector2Int.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int.ToString.html
  commentId: M:UnityEngine.Vector2Int.ToString
  nameWithType: Vector2Int.ToString()
  type: Method
- uid: UnityEngine.Vector2Int.up
  name: up
  fullName: UnityEngine.Vector2Int.up
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-up.html
  commentId: P:UnityEngine.Vector2Int.up
  nameWithType: Vector2Int.up
  type: Property
- uid: UnityEngine.Vector2Int.x
  name: x
  fullName: UnityEngine.Vector2Int.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-x.html
  commentId: P:UnityEngine.Vector2Int.x
  nameWithType: Vector2Int.x
  type: Property
- uid: UnityEngine.Vector2Int.y
  name: y
  fullName: UnityEngine.Vector2Int.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-y.html
  commentId: P:UnityEngine.Vector2Int.y
  nameWithType: Vector2Int.y
  type: Property
- uid: UnityEngine.Vector2Int.zero
  name: zero
  fullName: UnityEngine.Vector2Int.zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector2Int-zero.html
  commentId: P:UnityEngine.Vector2Int.zero
  nameWithType: Vector2Int.zero
  type: Property
- uid: UnityEngine.Vector3
  name: Vector3
  fullName: UnityEngine.Vector3
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.html
  commentId: T:UnityEngine.Vector3
  nameWithType: Vector3
  type: Struct
- uid: UnityEngine.Vector3.#ctor(System.Single,System.Single,System.Single)
  name: Vector3(float, float, float)
  fullName: UnityEngine.Vector3.Vector3(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-ctor.html
  commentId: M:UnityEngine.Vector3.#ctor(System.Single,System.Single,System.Single)
  nameWithType: Vector3.Vector3(float, float, float)
  type: Constructor
- uid: UnityEngine.Vector3.#ctor(System.Single,System.Single)
  name: Vector3(float, float)
  fullName: UnityEngine.Vector3.Vector3(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-ctor.html
  commentId: M:UnityEngine.Vector3.#ctor(System.Single,System.Single)
  nameWithType: Vector3.Vector3(float, float)
  type: Constructor
- uid: UnityEngine.Vector3.Angle(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Angle(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Angle(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Angle.html
  commentId: M:UnityEngine.Vector3.Angle(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Angle(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.AngleBetween(UnityEngine.Vector3,UnityEngine.Vector3)
  name: AngleBetween(Vector3, Vector3)
  fullName: UnityEngine.Vector3.AngleBetween(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.AngleBetween.html
  commentId: M:UnityEngine.Vector3.AngleBetween(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.AngleBetween(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.back
  name: back
  fullName: UnityEngine.Vector3.back
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-back.html
  commentId: P:UnityEngine.Vector3.back
  nameWithType: Vector3.back
  type: Property
- uid: UnityEngine.Vector3.ClampMagnitude(UnityEngine.Vector3,System.Single)
  name: ClampMagnitude(Vector3, float)
  fullName: UnityEngine.Vector3.ClampMagnitude(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.ClampMagnitude.html
  commentId: M:UnityEngine.Vector3.ClampMagnitude(UnityEngine.Vector3,System.Single)
  nameWithType: Vector3.ClampMagnitude(Vector3, float)
  type: Method
- uid: UnityEngine.Vector3.Cross(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Cross(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Cross(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Cross.html
  commentId: M:UnityEngine.Vector3.Cross(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Cross(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.Distance(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Distance(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Distance(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Distance.html
  commentId: M:UnityEngine.Vector3.Distance(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Distance(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.Dot(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Dot(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Dot(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Dot.html
  commentId: M:UnityEngine.Vector3.Dot(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Dot(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.down
  name: down
  fullName: UnityEngine.Vector3.down
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-down.html
  commentId: P:UnityEngine.Vector3.down
  nameWithType: Vector3.down
  type: Property
- uid: UnityEngine.Vector3.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Vector3.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Equals.html
  commentId: M:UnityEngine.Vector3.Equals(System.Object)
  nameWithType: Vector3.Equals(object)
  type: Method
- uid: UnityEngine.Vector3.Exclude(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Exclude(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Exclude(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Exclude.html
  commentId: M:UnityEngine.Vector3.Exclude(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Exclude(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.forward
  name: forward
  fullName: UnityEngine.Vector3.forward
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-forward.html
  commentId: P:UnityEngine.Vector3.forward
  nameWithType: Vector3.forward
  type: Property
- uid: UnityEngine.Vector3.fwd
  name: fwd
  fullName: UnityEngine.Vector3.fwd
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-fwd.html
  commentId: P:UnityEngine.Vector3.fwd
  nameWithType: Vector3.fwd
  type: Property
- uid: UnityEngine.Vector3.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Vector3.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.GetHashCode.html
  commentId: M:UnityEngine.Vector3.GetHashCode
  nameWithType: Vector3.GetHashCode()
  type: Method
- uid: UnityEngine.Vector3.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Vector3.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Item.html
  commentId: P:UnityEngine.Vector3.Item(System.Int32)
  nameWithType: Vector3.this[int]
  type: Property
- uid: UnityEngine.Vector3.kEpsilon
  name: kEpsilon
  fullName: UnityEngine.Vector3.kEpsilon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-kEpsilon.html
  commentId: F:UnityEngine.Vector3.kEpsilon
  nameWithType: Vector3.kEpsilon
  type: Field
- uid: UnityEngine.Vector3.left
  name: left
  fullName: UnityEngine.Vector3.left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-left.html
  commentId: P:UnityEngine.Vector3.left
  nameWithType: Vector3.left
  type: Property
- uid: UnityEngine.Vector3.Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: Lerp(Vector3, Vector3, float)
  fullName: UnityEngine.Vector3.Lerp(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Lerp.html
  commentId: M:UnityEngine.Vector3.Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Vector3.Lerp(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Vector3.LerpUnclamped(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: LerpUnclamped(Vector3, Vector3, float)
  fullName: UnityEngine.Vector3.LerpUnclamped(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.LerpUnclamped.html
  commentId: M:UnityEngine.Vector3.LerpUnclamped(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Vector3.LerpUnclamped(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Vector3.magnitude
  name: magnitude
  fullName: UnityEngine.Vector3.magnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-magnitude.html
  commentId: P:UnityEngine.Vector3.magnitude
  nameWithType: Vector3.magnitude
  type: Property
- uid: UnityEngine.Vector3.Magnitude(UnityEngine.Vector3)
  name: Magnitude(Vector3)
  fullName: UnityEngine.Vector3.Magnitude(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Magnitude.html
  commentId: M:UnityEngine.Vector3.Magnitude(UnityEngine.Vector3)
  nameWithType: Vector3.Magnitude(Vector3)
  type: Method
- uid: UnityEngine.Vector3.Max(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Max(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Max(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Max.html
  commentId: M:UnityEngine.Vector3.Max(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Max(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.Min(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Min(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Min(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Min.html
  commentId: M:UnityEngine.Vector3.Min(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Min(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.MoveTowards(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: MoveTowards(Vector3, Vector3, float)
  fullName: UnityEngine.Vector3.MoveTowards(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.MoveTowards.html
  commentId: M:UnityEngine.Vector3.MoveTowards(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Vector3.MoveTowards(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Vector3.negativeInfinity
  name: negativeInfinity
  fullName: UnityEngine.Vector3.negativeInfinity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-negativeInfinity.html
  commentId: P:UnityEngine.Vector3.negativeInfinity
  nameWithType: Vector3.negativeInfinity
  type: Property
- uid: UnityEngine.Vector3.Normalize
  name: Normalize()
  fullName: UnityEngine.Vector3.Normalize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Normalize.html
  commentId: M:UnityEngine.Vector3.Normalize
  nameWithType: Vector3.Normalize()
  type: Method
- uid: UnityEngine.Vector3.Normalize(UnityEngine.Vector3)
  name: Normalize(Vector3)
  fullName: UnityEngine.Vector3.Normalize(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Normalize.html
  commentId: M:UnityEngine.Vector3.Normalize(UnityEngine.Vector3)
  nameWithType: Vector3.Normalize(Vector3)
  type: Method
- uid: UnityEngine.Vector3.normalized
  name: normalized
  fullName: UnityEngine.Vector3.normalized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-normalized.html
  commentId: P:UnityEngine.Vector3.normalized
  nameWithType: Vector3.normalized
  type: Property
- uid: UnityEngine.Vector3.one
  name: one
  fullName: UnityEngine.Vector3.one
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-one.html
  commentId: P:UnityEngine.Vector3.one
  nameWithType: Vector3.one
  type: Property
- uid: UnityEngine.Vector3.op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
  name: operator +(Vector3, Vector3)
  fullName: UnityEngine.Vector3.operator +(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-op_Addition.html
  commentId: M:UnityEngine.Vector3.op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.operator +(Vector3, Vector3)
  type: Operator
- uid: UnityEngine.Vector3.op_Division(UnityEngine.Vector3,System.Single)
  name: operator /(Vector3, float)
  fullName: UnityEngine.Vector3.operator /(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-op_Division.html
  commentId: M:UnityEngine.Vector3.op_Division(UnityEngine.Vector3,System.Single)
  nameWithType: Vector3.operator /(Vector3, float)
  type: Operator
- uid: UnityEngine.Vector3.op_Equality(UnityEngine.Vector3,UnityEngine.Vector3)
  name: operator ==(Vector3, Vector3)
  fullName: UnityEngine.Vector3.operator ==(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-op_Equality.html
  commentId: M:UnityEngine.Vector3.op_Equality(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.operator ==(Vector3, Vector3)
  type: Operator
- uid: UnityEngine.Vector3.op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3)
  name: operator !=(Vector3, Vector3)
  fullName: UnityEngine.Vector3.operator !=(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-op_Inequality.html
  commentId: M:UnityEngine.Vector3.op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.operator !=(Vector3, Vector3)
  type: Operator
- uid: UnityEngine.Vector3.op_Multiply(System.Single,UnityEngine.Vector3)
  name: operator *(float, Vector3)
  fullName: UnityEngine.Vector3.operator *(float, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-op_Multiply.html
  commentId: M:UnityEngine.Vector3.op_Multiply(System.Single,UnityEngine.Vector3)
  nameWithType: Vector3.operator *(float, Vector3)
  type: Operator
- uid: UnityEngine.Vector3.op_Multiply(UnityEngine.Vector3,System.Single)
  name: operator *(Vector3, float)
  fullName: UnityEngine.Vector3.operator *(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-op_Multiply.html
  commentId: M:UnityEngine.Vector3.op_Multiply(UnityEngine.Vector3,System.Single)
  nameWithType: Vector3.operator *(Vector3, float)
  type: Operator
- uid: UnityEngine.Vector3.op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
  name: operator -(Vector3, Vector3)
  fullName: UnityEngine.Vector3.operator -(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-op_Subtraction.html
  commentId: M:UnityEngine.Vector3.op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.operator -(Vector3, Vector3)
  type: Operator
- uid: UnityEngine.Vector3.op_UnaryNegation(UnityEngine.Vector3)
  name: operator -(Vector3)
  fullName: UnityEngine.Vector3.operator -(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-op_UnaryNegation.html
  commentId: M:UnityEngine.Vector3.op_UnaryNegation(UnityEngine.Vector3)
  nameWithType: Vector3.operator -(Vector3)
  type: Operator
- uid: UnityEngine.Vector3.OrthoNormalize(UnityEngine.Vector3@,UnityEngine.Vector3@,UnityEngine.Vector3@)
  name: OrthoNormalize(ref Vector3, ref Vector3, ref Vector3)
  fullName: UnityEngine.Vector3.OrthoNormalize(ref UnityEngine.Vector3, ref UnityEngine.Vector3, ref UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.OrthoNormalize.html
  commentId: M:UnityEngine.Vector3.OrthoNormalize(UnityEngine.Vector3@,UnityEngine.Vector3@,UnityEngine.Vector3@)
  nameWithType: Vector3.OrthoNormalize(ref Vector3, ref Vector3, ref Vector3)
  type: Method
- uid: UnityEngine.Vector3.OrthoNormalize(UnityEngine.Vector3@,UnityEngine.Vector3@)
  name: OrthoNormalize(ref Vector3, ref Vector3)
  fullName: UnityEngine.Vector3.OrthoNormalize(ref UnityEngine.Vector3, ref UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.OrthoNormalize.html
  commentId: M:UnityEngine.Vector3.OrthoNormalize(UnityEngine.Vector3@,UnityEngine.Vector3@)
  nameWithType: Vector3.OrthoNormalize(ref Vector3, ref Vector3)
  type: Method
- uid: UnityEngine.Vector3.positiveInfinity
  name: positiveInfinity
  fullName: UnityEngine.Vector3.positiveInfinity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-positiveInfinity.html
  commentId: P:UnityEngine.Vector3.positiveInfinity
  nameWithType: Vector3.positiveInfinity
  type: Property
- uid: UnityEngine.Vector3.Project(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Project(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Project(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Project.html
  commentId: M:UnityEngine.Vector3.Project(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Project(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.ProjectOnPlane(UnityEngine.Vector3,UnityEngine.Vector3)
  name: ProjectOnPlane(Vector3, Vector3)
  fullName: UnityEngine.Vector3.ProjectOnPlane(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.ProjectOnPlane.html
  commentId: M:UnityEngine.Vector3.ProjectOnPlane(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.ProjectOnPlane(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.Reflect(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Reflect(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Reflect(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Reflect.html
  commentId: M:UnityEngine.Vector3.Reflect(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Reflect(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.right
  name: right
  fullName: UnityEngine.Vector3.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-right.html
  commentId: P:UnityEngine.Vector3.right
  nameWithType: Vector3.right
  type: Property
- uid: UnityEngine.Vector3.RotateTowards(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  name: RotateTowards(Vector3, Vector3, float, float)
  fullName: UnityEngine.Vector3.RotateTowards(UnityEngine.Vector3, UnityEngine.Vector3, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.RotateTowards.html
  commentId: M:UnityEngine.Vector3.RotateTowards(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)
  nameWithType: Vector3.RotateTowards(Vector3, Vector3, float, float)
  type: Method
- uid: UnityEngine.Vector3.Scale(UnityEngine.Vector3,UnityEngine.Vector3)
  name: Scale(Vector3, Vector3)
  fullName: UnityEngine.Vector3.Scale(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Scale.html
  commentId: M:UnityEngine.Vector3.Scale(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.Scale(Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.Scale(UnityEngine.Vector3)
  name: Scale(Vector3)
  fullName: UnityEngine.Vector3.Scale(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Scale.html
  commentId: M:UnityEngine.Vector3.Scale(UnityEngine.Vector3)
  nameWithType: Vector3.Scale(Vector3)
  type: Method
- uid: UnityEngine.Vector3.Set(System.Single,System.Single,System.Single)
  name: Set(float, float, float)
  fullName: UnityEngine.Vector3.Set(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Set.html
  commentId: M:UnityEngine.Vector3.Set(System.Single,System.Single,System.Single)
  nameWithType: Vector3.Set(float, float, float)
  type: Method
- uid: UnityEngine.Vector3.SignedAngle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: SignedAngle(Vector3, Vector3, Vector3)
  fullName: UnityEngine.Vector3.SignedAngle(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.SignedAngle.html
  commentId: M:UnityEngine.Vector3.SignedAngle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: Vector3.SignedAngle(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEngine.Vector3.Slerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: Slerp(Vector3, Vector3, float)
  fullName: UnityEngine.Vector3.Slerp(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.Slerp.html
  commentId: M:UnityEngine.Vector3.Slerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Vector3.Slerp(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Vector3.SlerpUnclamped(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  name: SlerpUnclamped(Vector3, Vector3, float)
  fullName: UnityEngine.Vector3.SlerpUnclamped(UnityEngine.Vector3, UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.SlerpUnclamped.html
  commentId: M:UnityEngine.Vector3.SlerpUnclamped(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
  nameWithType: Vector3.SlerpUnclamped(Vector3, Vector3, float)
  type: Method
- uid: UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3@,System.Single,System.Single,System.Single)
  name: SmoothDamp(Vector3, Vector3, ref Vector3, float, float, float)
  fullName: UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3, UnityEngine.Vector3, ref UnityEngine.Vector3, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.SmoothDamp.html
  commentId: M:UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3@,System.Single,System.Single,System.Single)
  nameWithType: Vector3.SmoothDamp(Vector3, Vector3, ref Vector3, float, float, float)
  type: Method
- uid: UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3@,System.Single,System.Single)
  name: SmoothDamp(Vector3, Vector3, ref Vector3, float, float)
  fullName: UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3, UnityEngine.Vector3, ref UnityEngine.Vector3, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.SmoothDamp.html
  commentId: M:UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3@,System.Single,System.Single)
  nameWithType: Vector3.SmoothDamp(Vector3, Vector3, ref Vector3, float, float)
  type: Method
- uid: UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3@,System.Single)
  name: SmoothDamp(Vector3, Vector3, ref Vector3, float)
  fullName: UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3, UnityEngine.Vector3, ref UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.SmoothDamp.html
  commentId: M:UnityEngine.Vector3.SmoothDamp(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3@,System.Single)
  nameWithType: Vector3.SmoothDamp(Vector3, Vector3, ref Vector3, float)
  type: Method
- uid: UnityEngine.Vector3.sqrMagnitude
  name: sqrMagnitude
  fullName: UnityEngine.Vector3.sqrMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-sqrMagnitude.html
  commentId: P:UnityEngine.Vector3.sqrMagnitude
  nameWithType: Vector3.sqrMagnitude
  type: Property
- uid: UnityEngine.Vector3.SqrMagnitude(UnityEngine.Vector3)
  name: SqrMagnitude(Vector3)
  fullName: UnityEngine.Vector3.SqrMagnitude(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.SqrMagnitude.html
  commentId: M:UnityEngine.Vector3.SqrMagnitude(UnityEngine.Vector3)
  nameWithType: Vector3.SqrMagnitude(Vector3)
  type: Method
- uid: UnityEngine.Vector3.ToString
  name: ToString()
  fullName: UnityEngine.Vector3.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.ToString.html
  commentId: M:UnityEngine.Vector3.ToString
  nameWithType: Vector3.ToString()
  type: Method
- uid: UnityEngine.Vector3.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Vector3.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3.ToString.html
  commentId: M:UnityEngine.Vector3.ToString(System.String)
  nameWithType: Vector3.ToString(string)
  type: Method
- uid: UnityEngine.Vector3.up
  name: up
  fullName: UnityEngine.Vector3.up
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-up.html
  commentId: P:UnityEngine.Vector3.up
  nameWithType: Vector3.up
  type: Property
- uid: UnityEngine.Vector3.x
  name: x
  fullName: UnityEngine.Vector3.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-x.html
  commentId: F:UnityEngine.Vector3.x
  nameWithType: Vector3.x
  type: Field
- uid: UnityEngine.Vector3.y
  name: y
  fullName: UnityEngine.Vector3.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-y.html
  commentId: F:UnityEngine.Vector3.y
  nameWithType: Vector3.y
  type: Field
- uid: UnityEngine.Vector3.z
  name: z
  fullName: UnityEngine.Vector3.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-z.html
  commentId: F:UnityEngine.Vector3.z
  nameWithType: Vector3.z
  type: Field
- uid: UnityEngine.Vector3.zero
  name: zero
  fullName: UnityEngine.Vector3.zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3-zero.html
  commentId: P:UnityEngine.Vector3.zero
  nameWithType: Vector3.zero
  type: Property
- uid: UnityEngine.Vector3Int
  name: Vector3Int
  fullName: UnityEngine.Vector3Int
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.html
  commentId: T:UnityEngine.Vector3Int
  nameWithType: Vector3Int
  type: Struct
- uid: UnityEngine.Vector3Int.#ctor(System.Int32,System.Int32,System.Int32)
  name: Vector3Int(int, int, int)
  fullName: UnityEngine.Vector3Int.Vector3Int(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-ctor.html
  commentId: M:UnityEngine.Vector3Int.#ctor(System.Int32,System.Int32,System.Int32)
  nameWithType: Vector3Int.Vector3Int(int, int, int)
  type: Constructor
- uid: UnityEngine.Vector3Int.CeilToInt(UnityEngine.Vector3)
  name: CeilToInt(Vector3)
  fullName: UnityEngine.Vector3Int.CeilToInt(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.CeilToInt.html
  commentId: M:UnityEngine.Vector3Int.CeilToInt(UnityEngine.Vector3)
  nameWithType: Vector3Int.CeilToInt(Vector3)
  type: Method
- uid: UnityEngine.Vector3Int.Clamp(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: Clamp(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.Clamp(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Clamp.html
  commentId: M:UnityEngine.Vector3Int.Clamp(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.Clamp(Vector3Int, Vector3Int)
  type: Method
- uid: UnityEngine.Vector3Int.Distance(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: Distance(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.Distance(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Distance.html
  commentId: M:UnityEngine.Vector3Int.Distance(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.Distance(Vector3Int, Vector3Int)
  type: Method
- uid: UnityEngine.Vector3Int.down
  name: down
  fullName: UnityEngine.Vector3Int.down
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-down.html
  commentId: P:UnityEngine.Vector3Int.down
  nameWithType: Vector3Int.down
  type: Property
- uid: UnityEngine.Vector3Int.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Vector3Int.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Equals.html
  commentId: M:UnityEngine.Vector3Int.Equals(System.Object)
  nameWithType: Vector3Int.Equals(object)
  type: Method
- uid: UnityEngine.Vector3Int.FloorToInt(UnityEngine.Vector3)
  name: FloorToInt(Vector3)
  fullName: UnityEngine.Vector3Int.FloorToInt(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.FloorToInt.html
  commentId: M:UnityEngine.Vector3Int.FloorToInt(UnityEngine.Vector3)
  nameWithType: Vector3Int.FloorToInt(Vector3)
  type: Method
- uid: UnityEngine.Vector3Int.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Vector3Int.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.GetHashCode.html
  commentId: M:UnityEngine.Vector3Int.GetHashCode
  nameWithType: Vector3Int.GetHashCode()
  type: Method
- uid: UnityEngine.Vector3Int.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Vector3Int.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Item.html
  commentId: P:UnityEngine.Vector3Int.Item(System.Int32)
  nameWithType: Vector3Int.this[int]
  type: Property
- uid: UnityEngine.Vector3Int.left
  name: left
  fullName: UnityEngine.Vector3Int.left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-left.html
  commentId: P:UnityEngine.Vector3Int.left
  nameWithType: Vector3Int.left
  type: Property
- uid: UnityEngine.Vector3Int.magnitude
  name: magnitude
  fullName: UnityEngine.Vector3Int.magnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-magnitude.html
  commentId: P:UnityEngine.Vector3Int.magnitude
  nameWithType: Vector3Int.magnitude
  type: Property
- uid: UnityEngine.Vector3Int.Max(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: Max(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.Max(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Max.html
  commentId: M:UnityEngine.Vector3Int.Max(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.Max(Vector3Int, Vector3Int)
  type: Method
- uid: UnityEngine.Vector3Int.Min(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: Min(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.Min(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Min.html
  commentId: M:UnityEngine.Vector3Int.Min(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.Min(Vector3Int, Vector3Int)
  type: Method
- uid: UnityEngine.Vector3Int.one
  name: one
  fullName: UnityEngine.Vector3Int.one
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-one.html
  commentId: P:UnityEngine.Vector3Int.one
  nameWithType: Vector3Int.one
  type: Property
- uid: UnityEngine.Vector3Int.op_Addition(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: operator +(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.operator +(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-op_Addition.html
  commentId: M:UnityEngine.Vector3Int.op_Addition(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.operator +(Vector3Int, Vector3Int)
  type: Operator
- uid: UnityEngine.Vector3Int.op_Equality(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: operator ==(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.operator ==(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-op_Equality.html
  commentId: M:UnityEngine.Vector3Int.op_Equality(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.operator ==(Vector3Int, Vector3Int)
  type: Operator
- uid: UnityEngine.Vector3Int.op_Implicit(UnityEngine.Vector3Int)~UnityEngine.Vector3
  name: implicit operator Vector3(Vector3Int)
  fullName: UnityEngine.Vector3Int.implicit operator UnityEngine.Vector3(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.op_Implicit~UnityEngine.Vector3.html
  commentId: M:UnityEngine.Vector3Int.op_Implicit(UnityEngine.Vector3Int)~UnityEngine.Vector3
  nameWithType: Vector3Int.implicit operator Vector3(Vector3Int)
  type: Operator
- uid: UnityEngine.Vector3Int.op_Inequality(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: operator !=(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.operator !=(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-op_Inequality.html
  commentId: M:UnityEngine.Vector3Int.op_Inequality(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.operator !=(Vector3Int, Vector3Int)
  type: Operator
- uid: UnityEngine.Vector3Int.op_Multiply(UnityEngine.Vector3Int,System.Int32)
  name: operator *(Vector3Int, int)
  fullName: UnityEngine.Vector3Int.operator *(UnityEngine.Vector3Int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-op_Multiply.html
  commentId: M:UnityEngine.Vector3Int.op_Multiply(UnityEngine.Vector3Int,System.Int32)
  nameWithType: Vector3Int.operator *(Vector3Int, int)
  type: Operator
- uid: UnityEngine.Vector3Int.op_Multiply(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: operator *(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.operator *(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-op_Multiply.html
  commentId: M:UnityEngine.Vector3Int.op_Multiply(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.operator *(Vector3Int, Vector3Int)
  type: Operator
- uid: UnityEngine.Vector3Int.op_Subtraction(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: operator -(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.operator -(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-op_Subtraction.html
  commentId: M:UnityEngine.Vector3Int.op_Subtraction(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.operator -(Vector3Int, Vector3Int)
  type: Operator
- uid: UnityEngine.Vector3Int.right
  name: right
  fullName: UnityEngine.Vector3Int.right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-right.html
  commentId: P:UnityEngine.Vector3Int.right
  nameWithType: Vector3Int.right
  type: Property
- uid: UnityEngine.Vector3Int.RoundToInt(UnityEngine.Vector3)
  name: RoundToInt(Vector3)
  fullName: UnityEngine.Vector3Int.RoundToInt(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.RoundToInt.html
  commentId: M:UnityEngine.Vector3Int.RoundToInt(UnityEngine.Vector3)
  nameWithType: Vector3Int.RoundToInt(Vector3)
  type: Method
- uid: UnityEngine.Vector3Int.Scale(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  name: Scale(Vector3Int, Vector3Int)
  fullName: UnityEngine.Vector3Int.Scale(UnityEngine.Vector3Int, UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Scale.html
  commentId: M:UnityEngine.Vector3Int.Scale(UnityEngine.Vector3Int,UnityEngine.Vector3Int)
  nameWithType: Vector3Int.Scale(Vector3Int, Vector3Int)
  type: Method
- uid: UnityEngine.Vector3Int.Scale(UnityEngine.Vector3Int)
  name: Scale(Vector3Int)
  fullName: UnityEngine.Vector3Int.Scale(UnityEngine.Vector3Int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Scale.html
  commentId: M:UnityEngine.Vector3Int.Scale(UnityEngine.Vector3Int)
  nameWithType: Vector3Int.Scale(Vector3Int)
  type: Method
- uid: UnityEngine.Vector3Int.Set(System.Int32,System.Int32,System.Int32)
  name: Set(int, int, int)
  fullName: UnityEngine.Vector3Int.Set(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.Set.html
  commentId: M:UnityEngine.Vector3Int.Set(System.Int32,System.Int32,System.Int32)
  nameWithType: Vector3Int.Set(int, int, int)
  type: Method
- uid: UnityEngine.Vector3Int.sqrMagnitude
  name: sqrMagnitude
  fullName: UnityEngine.Vector3Int.sqrMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-sqrMagnitude.html
  commentId: P:UnityEngine.Vector3Int.sqrMagnitude
  nameWithType: Vector3Int.sqrMagnitude
  type: Property
- uid: UnityEngine.Vector3Int.ToString
  name: ToString()
  fullName: UnityEngine.Vector3Int.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.ToString.html
  commentId: M:UnityEngine.Vector3Int.ToString
  nameWithType: Vector3Int.ToString()
  type: Method
- uid: UnityEngine.Vector3Int.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Vector3Int.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int.ToString.html
  commentId: M:UnityEngine.Vector3Int.ToString(System.String)
  nameWithType: Vector3Int.ToString(string)
  type: Method
- uid: UnityEngine.Vector3Int.up
  name: up
  fullName: UnityEngine.Vector3Int.up
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-up.html
  commentId: P:UnityEngine.Vector3Int.up
  nameWithType: Vector3Int.up
  type: Property
- uid: UnityEngine.Vector3Int.x
  name: x
  fullName: UnityEngine.Vector3Int.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-x.html
  commentId: P:UnityEngine.Vector3Int.x
  nameWithType: Vector3Int.x
  type: Property
- uid: UnityEngine.Vector3Int.y
  name: y
  fullName: UnityEngine.Vector3Int.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-y.html
  commentId: P:UnityEngine.Vector3Int.y
  nameWithType: Vector3Int.y
  type: Property
- uid: UnityEngine.Vector3Int.z
  name: z
  fullName: UnityEngine.Vector3Int.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-z.html
  commentId: P:UnityEngine.Vector3Int.z
  nameWithType: Vector3Int.z
  type: Property
- uid: UnityEngine.Vector3Int.zero
  name: zero
  fullName: UnityEngine.Vector3Int.zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector3Int-zero.html
  commentId: P:UnityEngine.Vector3Int.zero
  nameWithType: Vector3Int.zero
  type: Property
- uid: UnityEngine.Vector4
  name: Vector4
  fullName: UnityEngine.Vector4
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.html
  commentId: T:UnityEngine.Vector4
  nameWithType: Vector4
  type: Struct
- uid: UnityEngine.Vector4.#ctor(System.Single,System.Single,System.Single,System.Single)
  name: Vector4(float, float, float, float)
  fullName: UnityEngine.Vector4.Vector4(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-ctor.html
  commentId: M:UnityEngine.Vector4.#ctor(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Vector4.Vector4(float, float, float, float)
  type: Constructor
- uid: UnityEngine.Vector4.#ctor(System.Single,System.Single,System.Single)
  name: Vector4(float, float, float)
  fullName: UnityEngine.Vector4.Vector4(float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-ctor.html
  commentId: M:UnityEngine.Vector4.#ctor(System.Single,System.Single,System.Single)
  nameWithType: Vector4.Vector4(float, float, float)
  type: Constructor
- uid: UnityEngine.Vector4.#ctor(System.Single,System.Single)
  name: Vector4(float, float)
  fullName: UnityEngine.Vector4.Vector4(float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-ctor.html
  commentId: M:UnityEngine.Vector4.#ctor(System.Single,System.Single)
  nameWithType: Vector4.Vector4(float, float)
  type: Constructor
- uid: UnityEngine.Vector4.Distance(UnityEngine.Vector4,UnityEngine.Vector4)
  name: Distance(Vector4, Vector4)
  fullName: UnityEngine.Vector4.Distance(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Distance.html
  commentId: M:UnityEngine.Vector4.Distance(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.Distance(Vector4, Vector4)
  type: Method
- uid: UnityEngine.Vector4.Dot(UnityEngine.Vector4,UnityEngine.Vector4)
  name: Dot(Vector4, Vector4)
  fullName: UnityEngine.Vector4.Dot(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Dot.html
  commentId: M:UnityEngine.Vector4.Dot(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.Dot(Vector4, Vector4)
  type: Method
- uid: UnityEngine.Vector4.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.Vector4.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Equals.html
  commentId: M:UnityEngine.Vector4.Equals(System.Object)
  nameWithType: Vector4.Equals(object)
  type: Method
- uid: UnityEngine.Vector4.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.Vector4.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.GetHashCode.html
  commentId: M:UnityEngine.Vector4.GetHashCode
  nameWithType: Vector4.GetHashCode()
  type: Method
- uid: UnityEngine.Vector4.Item(System.Int32)
  name: this[int]
  fullName: UnityEngine.Vector4.this[int]
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Item.html
  commentId: P:UnityEngine.Vector4.Item(System.Int32)
  nameWithType: Vector4.this[int]
  type: Property
- uid: UnityEngine.Vector4.kEpsilon
  name: kEpsilon
  fullName: UnityEngine.Vector4.kEpsilon
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-kEpsilon.html
  commentId: F:UnityEngine.Vector4.kEpsilon
  nameWithType: Vector4.kEpsilon
  type: Field
- uid: UnityEngine.Vector4.Lerp(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
  name: Lerp(Vector4, Vector4, float)
  fullName: UnityEngine.Vector4.Lerp(UnityEngine.Vector4, UnityEngine.Vector4, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Lerp.html
  commentId: M:UnityEngine.Vector4.Lerp(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
  nameWithType: Vector4.Lerp(Vector4, Vector4, float)
  type: Method
- uid: UnityEngine.Vector4.LerpUnclamped(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
  name: LerpUnclamped(Vector4, Vector4, float)
  fullName: UnityEngine.Vector4.LerpUnclamped(UnityEngine.Vector4, UnityEngine.Vector4, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.LerpUnclamped.html
  commentId: M:UnityEngine.Vector4.LerpUnclamped(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
  nameWithType: Vector4.LerpUnclamped(Vector4, Vector4, float)
  type: Method
- uid: UnityEngine.Vector4.magnitude
  name: magnitude
  fullName: UnityEngine.Vector4.magnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-magnitude.html
  commentId: P:UnityEngine.Vector4.magnitude
  nameWithType: Vector4.magnitude
  type: Property
- uid: UnityEngine.Vector4.Magnitude(UnityEngine.Vector4)
  name: Magnitude(Vector4)
  fullName: UnityEngine.Vector4.Magnitude(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Magnitude.html
  commentId: M:UnityEngine.Vector4.Magnitude(UnityEngine.Vector4)
  nameWithType: Vector4.Magnitude(Vector4)
  type: Method
- uid: UnityEngine.Vector4.Max(UnityEngine.Vector4,UnityEngine.Vector4)
  name: Max(Vector4, Vector4)
  fullName: UnityEngine.Vector4.Max(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Max.html
  commentId: M:UnityEngine.Vector4.Max(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.Max(Vector4, Vector4)
  type: Method
- uid: UnityEngine.Vector4.Min(UnityEngine.Vector4,UnityEngine.Vector4)
  name: Min(Vector4, Vector4)
  fullName: UnityEngine.Vector4.Min(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Min.html
  commentId: M:UnityEngine.Vector4.Min(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.Min(Vector4, Vector4)
  type: Method
- uid: UnityEngine.Vector4.MoveTowards(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
  name: MoveTowards(Vector4, Vector4, float)
  fullName: UnityEngine.Vector4.MoveTowards(UnityEngine.Vector4, UnityEngine.Vector4, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.MoveTowards.html
  commentId: M:UnityEngine.Vector4.MoveTowards(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
  nameWithType: Vector4.MoveTowards(Vector4, Vector4, float)
  type: Method
- uid: UnityEngine.Vector4.negativeInfinity
  name: negativeInfinity
  fullName: UnityEngine.Vector4.negativeInfinity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-negativeInfinity.html
  commentId: P:UnityEngine.Vector4.negativeInfinity
  nameWithType: Vector4.negativeInfinity
  type: Property
- uid: UnityEngine.Vector4.Normalize
  name: Normalize()
  fullName: UnityEngine.Vector4.Normalize()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Normalize.html
  commentId: M:UnityEngine.Vector4.Normalize
  nameWithType: Vector4.Normalize()
  type: Method
- uid: UnityEngine.Vector4.Normalize(UnityEngine.Vector4)
  name: Normalize(Vector4)
  fullName: UnityEngine.Vector4.Normalize(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Normalize.html
  commentId: M:UnityEngine.Vector4.Normalize(UnityEngine.Vector4)
  nameWithType: Vector4.Normalize(Vector4)
  type: Method
- uid: UnityEngine.Vector4.normalized
  name: normalized
  fullName: UnityEngine.Vector4.normalized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-normalized.html
  commentId: P:UnityEngine.Vector4.normalized
  nameWithType: Vector4.normalized
  type: Property
- uid: UnityEngine.Vector4.one
  name: one
  fullName: UnityEngine.Vector4.one
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-one.html
  commentId: P:UnityEngine.Vector4.one
  nameWithType: Vector4.one
  type: Property
- uid: UnityEngine.Vector4.op_Addition(UnityEngine.Vector4,UnityEngine.Vector4)
  name: operator +(Vector4, Vector4)
  fullName: UnityEngine.Vector4.operator +(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-op_Addition.html
  commentId: M:UnityEngine.Vector4.op_Addition(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.operator +(Vector4, Vector4)
  type: Operator
- uid: UnityEngine.Vector4.op_Division(UnityEngine.Vector4,System.Single)
  name: operator /(Vector4, float)
  fullName: UnityEngine.Vector4.operator /(UnityEngine.Vector4, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-op_Division.html
  commentId: M:UnityEngine.Vector4.op_Division(UnityEngine.Vector4,System.Single)
  nameWithType: Vector4.operator /(Vector4, float)
  type: Operator
- uid: UnityEngine.Vector4.op_Equality(UnityEngine.Vector4,UnityEngine.Vector4)
  name: operator ==(Vector4, Vector4)
  fullName: UnityEngine.Vector4.operator ==(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-op_Equality.html
  commentId: M:UnityEngine.Vector4.op_Equality(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.operator ==(Vector4, Vector4)
  type: Operator
- uid: UnityEngine.Vector4.op_Implicit(UnityEngine.Vector2)~UnityEngine.Vector4
  name: implicit operator Vector4(Vector2)
  fullName: UnityEngine.Vector4.implicit operator UnityEngine.Vector4(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.op_Implicit~UnityEngine.Vector4.html
  commentId: M:UnityEngine.Vector4.op_Implicit(UnityEngine.Vector2)~UnityEngine.Vector4
  nameWithType: Vector4.implicit operator Vector4(Vector2)
  type: Operator
- uid: UnityEngine.Vector4.op_Implicit(UnityEngine.Vector3)~UnityEngine.Vector4
  name: implicit operator Vector4(Vector3)
  fullName: UnityEngine.Vector4.implicit operator UnityEngine.Vector4(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.op_Implicit~UnityEngine.Vector4.html
  commentId: M:UnityEngine.Vector4.op_Implicit(UnityEngine.Vector3)~UnityEngine.Vector4
  nameWithType: Vector4.implicit operator Vector4(Vector3)
  type: Operator
- uid: UnityEngine.Vector4.op_Implicit(UnityEngine.Vector4)~UnityEngine.Vector2
  name: implicit operator Vector2(Vector4)
  fullName: UnityEngine.Vector4.implicit operator UnityEngine.Vector2(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.op_Implicit~UnityEngine.Vector2.html
  commentId: M:UnityEngine.Vector4.op_Implicit(UnityEngine.Vector4)~UnityEngine.Vector2
  nameWithType: Vector4.implicit operator Vector2(Vector4)
  type: Operator
- uid: UnityEngine.Vector4.op_Implicit(UnityEngine.Vector4)~UnityEngine.Vector3
  name: implicit operator Vector3(Vector4)
  fullName: UnityEngine.Vector4.implicit operator UnityEngine.Vector3(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.op_Implicit~UnityEngine.Vector3.html
  commentId: M:UnityEngine.Vector4.op_Implicit(UnityEngine.Vector4)~UnityEngine.Vector3
  nameWithType: Vector4.implicit operator Vector3(Vector4)
  type: Operator
- uid: UnityEngine.Vector4.op_Inequality(UnityEngine.Vector4,UnityEngine.Vector4)
  name: operator !=(Vector4, Vector4)
  fullName: UnityEngine.Vector4.operator !=(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-op_Inequality.html
  commentId: M:UnityEngine.Vector4.op_Inequality(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.operator !=(Vector4, Vector4)
  type: Operator
- uid: UnityEngine.Vector4.op_Multiply(System.Single,UnityEngine.Vector4)
  name: operator *(float, Vector4)
  fullName: UnityEngine.Vector4.operator *(float, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-op_Multiply.html
  commentId: M:UnityEngine.Vector4.op_Multiply(System.Single,UnityEngine.Vector4)
  nameWithType: Vector4.operator *(float, Vector4)
  type: Operator
- uid: UnityEngine.Vector4.op_Multiply(UnityEngine.Vector4,System.Single)
  name: operator *(Vector4, float)
  fullName: UnityEngine.Vector4.operator *(UnityEngine.Vector4, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-op_Multiply.html
  commentId: M:UnityEngine.Vector4.op_Multiply(UnityEngine.Vector4,System.Single)
  nameWithType: Vector4.operator *(Vector4, float)
  type: Operator
- uid: UnityEngine.Vector4.op_Subtraction(UnityEngine.Vector4,UnityEngine.Vector4)
  name: operator -(Vector4, Vector4)
  fullName: UnityEngine.Vector4.operator -(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-op_Subtraction.html
  commentId: M:UnityEngine.Vector4.op_Subtraction(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.operator -(Vector4, Vector4)
  type: Operator
- uid: UnityEngine.Vector4.op_UnaryNegation(UnityEngine.Vector4)
  name: operator -(Vector4)
  fullName: UnityEngine.Vector4.operator -(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-op_UnaryNegation.html
  commentId: M:UnityEngine.Vector4.op_UnaryNegation(UnityEngine.Vector4)
  nameWithType: Vector4.operator -(Vector4)
  type: Operator
- uid: UnityEngine.Vector4.positiveInfinity
  name: positiveInfinity
  fullName: UnityEngine.Vector4.positiveInfinity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-positiveInfinity.html
  commentId: P:UnityEngine.Vector4.positiveInfinity
  nameWithType: Vector4.positiveInfinity
  type: Property
- uid: UnityEngine.Vector4.Project(UnityEngine.Vector4,UnityEngine.Vector4)
  name: Project(Vector4, Vector4)
  fullName: UnityEngine.Vector4.Project(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Project.html
  commentId: M:UnityEngine.Vector4.Project(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.Project(Vector4, Vector4)
  type: Method
- uid: UnityEngine.Vector4.Scale(UnityEngine.Vector4,UnityEngine.Vector4)
  name: Scale(Vector4, Vector4)
  fullName: UnityEngine.Vector4.Scale(UnityEngine.Vector4, UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Scale.html
  commentId: M:UnityEngine.Vector4.Scale(UnityEngine.Vector4,UnityEngine.Vector4)
  nameWithType: Vector4.Scale(Vector4, Vector4)
  type: Method
- uid: UnityEngine.Vector4.Scale(UnityEngine.Vector4)
  name: Scale(Vector4)
  fullName: UnityEngine.Vector4.Scale(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Scale.html
  commentId: M:UnityEngine.Vector4.Scale(UnityEngine.Vector4)
  nameWithType: Vector4.Scale(Vector4)
  type: Method
- uid: UnityEngine.Vector4.Set(System.Single,System.Single,System.Single,System.Single)
  name: Set(float, float, float, float)
  fullName: UnityEngine.Vector4.Set(float, float, float, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.Set.html
  commentId: M:UnityEngine.Vector4.Set(System.Single,System.Single,System.Single,System.Single)
  nameWithType: Vector4.Set(float, float, float, float)
  type: Method
- uid: UnityEngine.Vector4.sqrMagnitude
  name: sqrMagnitude
  fullName: UnityEngine.Vector4.sqrMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-sqrMagnitude.html
  commentId: P:UnityEngine.Vector4.sqrMagnitude
  nameWithType: Vector4.sqrMagnitude
  type: Property
- uid: UnityEngine.Vector4.SqrMagnitude
  name: SqrMagnitude()
  fullName: UnityEngine.Vector4.SqrMagnitude()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.SqrMagnitude.html
  commentId: M:UnityEngine.Vector4.SqrMagnitude
  nameWithType: Vector4.SqrMagnitude()
  type: Method
- uid: UnityEngine.Vector4.SqrMagnitude(UnityEngine.Vector4)
  name: SqrMagnitude(Vector4)
  fullName: UnityEngine.Vector4.SqrMagnitude(UnityEngine.Vector4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.SqrMagnitude.html
  commentId: M:UnityEngine.Vector4.SqrMagnitude(UnityEngine.Vector4)
  nameWithType: Vector4.SqrMagnitude(Vector4)
  type: Method
- uid: UnityEngine.Vector4.ToString
  name: ToString()
  fullName: UnityEngine.Vector4.ToString()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.ToString.html
  commentId: M:UnityEngine.Vector4.ToString
  nameWithType: Vector4.ToString()
  type: Method
- uid: UnityEngine.Vector4.ToString(System.String)
  name: ToString(string)
  fullName: UnityEngine.Vector4.ToString(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4.ToString.html
  commentId: M:UnityEngine.Vector4.ToString(System.String)
  nameWithType: Vector4.ToString(string)
  type: Method
- uid: UnityEngine.Vector4.w
  name: w
  fullName: UnityEngine.Vector4.w
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-w.html
  commentId: F:UnityEngine.Vector4.w
  nameWithType: Vector4.w
  type: Field
- uid: UnityEngine.Vector4.x
  name: x
  fullName: UnityEngine.Vector4.x
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-x.html
  commentId: F:UnityEngine.Vector4.x
  nameWithType: Vector4.x
  type: Field
- uid: UnityEngine.Vector4.y
  name: y
  fullName: UnityEngine.Vector4.y
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-y.html
  commentId: F:UnityEngine.Vector4.y
  nameWithType: Vector4.y
  type: Field
- uid: UnityEngine.Vector4.z
  name: z
  fullName: UnityEngine.Vector4.z
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-z.html
  commentId: F:UnityEngine.Vector4.z
  nameWithType: Vector4.z
  type: Field
- uid: UnityEngine.Vector4.zero
  name: zero
  fullName: UnityEngine.Vector4.zero
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Vector4-zero.html
  commentId: P:UnityEngine.Vector4.zero
  nameWithType: Vector4.zero
  type: Property
- uid: UnityEngine.VerticalWrapMode
  name: VerticalWrapMode
  fullName: UnityEngine.VerticalWrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VerticalWrapMode.html
  commentId: T:UnityEngine.VerticalWrapMode
  nameWithType: VerticalWrapMode
  type: Enum
- uid: UnityEngine.VerticalWrapMode.Overflow
  name: Overflow
  fullName: UnityEngine.VerticalWrapMode.Overflow
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VerticalWrapMode.Overflow.html
  commentId: F:UnityEngine.VerticalWrapMode.Overflow
  nameWithType: VerticalWrapMode.Overflow
  type: Field
- uid: UnityEngine.VerticalWrapMode.Truncate
  name: Truncate
  fullName: UnityEngine.VerticalWrapMode.Truncate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VerticalWrapMode.Truncate.html
  commentId: F:UnityEngine.VerticalWrapMode.Truncate
  nameWithType: VerticalWrapMode.Truncate
  type: Field
- uid: UnityEngine.Video
  name: UnityEngine.Video
  fullName: UnityEngine.Video
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Video
  nameWithType: UnityEngine.Video
  type: Namespace
- uid: UnityEngine.Video.VideoAspectRatio
  name: VideoAspectRatio
  fullName: UnityEngine.Video.VideoAspectRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAspectRatio.html
  commentId: T:UnityEngine.Video.VideoAspectRatio
  nameWithType: VideoAspectRatio
  type: Enum
- uid: UnityEngine.Video.VideoAspectRatio.FitHorizontally
  name: FitHorizontally
  fullName: UnityEngine.Video.VideoAspectRatio.FitHorizontally
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAspectRatio.FitHorizontally.html
  commentId: F:UnityEngine.Video.VideoAspectRatio.FitHorizontally
  nameWithType: VideoAspectRatio.FitHorizontally
  type: Field
- uid: UnityEngine.Video.VideoAspectRatio.FitInside
  name: FitInside
  fullName: UnityEngine.Video.VideoAspectRatio.FitInside
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAspectRatio.FitInside.html
  commentId: F:UnityEngine.Video.VideoAspectRatio.FitInside
  nameWithType: VideoAspectRatio.FitInside
  type: Field
- uid: UnityEngine.Video.VideoAspectRatio.FitOutside
  name: FitOutside
  fullName: UnityEngine.Video.VideoAspectRatio.FitOutside
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAspectRatio.FitOutside.html
  commentId: F:UnityEngine.Video.VideoAspectRatio.FitOutside
  nameWithType: VideoAspectRatio.FitOutside
  type: Field
- uid: UnityEngine.Video.VideoAspectRatio.FitVertically
  name: FitVertically
  fullName: UnityEngine.Video.VideoAspectRatio.FitVertically
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAspectRatio.FitVertically.html
  commentId: F:UnityEngine.Video.VideoAspectRatio.FitVertically
  nameWithType: VideoAspectRatio.FitVertically
  type: Field
- uid: UnityEngine.Video.VideoAspectRatio.NoScaling
  name: NoScaling
  fullName: UnityEngine.Video.VideoAspectRatio.NoScaling
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAspectRatio.NoScaling.html
  commentId: F:UnityEngine.Video.VideoAspectRatio.NoScaling
  nameWithType: VideoAspectRatio.NoScaling
  type: Field
- uid: UnityEngine.Video.VideoAspectRatio.Stretch
  name: Stretch
  fullName: UnityEngine.Video.VideoAspectRatio.Stretch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAspectRatio.Stretch.html
  commentId: F:UnityEngine.Video.VideoAspectRatio.Stretch
  nameWithType: VideoAspectRatio.Stretch
  type: Field
- uid: UnityEngine.Video.VideoAudioOutputMode
  name: VideoAudioOutputMode
  fullName: UnityEngine.Video.VideoAudioOutputMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAudioOutputMode.html
  commentId: T:UnityEngine.Video.VideoAudioOutputMode
  nameWithType: VideoAudioOutputMode
  type: Enum
- uid: UnityEngine.Video.VideoAudioOutputMode.AudioSource
  name: AudioSource
  fullName: UnityEngine.Video.VideoAudioOutputMode.AudioSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAudioOutputMode.AudioSource.html
  commentId: F:UnityEngine.Video.VideoAudioOutputMode.AudioSource
  nameWithType: VideoAudioOutputMode.AudioSource
  type: Field
- uid: UnityEngine.Video.VideoAudioOutputMode.Direct
  name: Direct
  fullName: UnityEngine.Video.VideoAudioOutputMode.Direct
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAudioOutputMode.Direct.html
  commentId: F:UnityEngine.Video.VideoAudioOutputMode.Direct
  nameWithType: VideoAudioOutputMode.Direct
  type: Field
- uid: UnityEngine.Video.VideoAudioOutputMode.None
  name: None
  fullName: UnityEngine.Video.VideoAudioOutputMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoAudioOutputMode.None.html
  commentId: F:UnityEngine.Video.VideoAudioOutputMode.None
  nameWithType: VideoAudioOutputMode.None
  type: Field
- uid: UnityEngine.Video.VideoClip
  name: VideoClip
  fullName: UnityEngine.Video.VideoClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip.html
  commentId: T:UnityEngine.Video.VideoClip
  nameWithType: VideoClip
  type: Class
- uid: UnityEngine.Video.VideoClip.audioTrackCount
  name: audioTrackCount
  fullName: UnityEngine.Video.VideoClip.audioTrackCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-audioTrackCount.html
  commentId: P:UnityEngine.Video.VideoClip.audioTrackCount
  nameWithType: VideoClip.audioTrackCount
  type: Property
- uid: UnityEngine.Video.VideoClip.frameCount
  name: frameCount
  fullName: UnityEngine.Video.VideoClip.frameCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-frameCount.html
  commentId: P:UnityEngine.Video.VideoClip.frameCount
  nameWithType: VideoClip.frameCount
  type: Property
- uid: UnityEngine.Video.VideoClip.frameRate
  name: frameRate
  fullName: UnityEngine.Video.VideoClip.frameRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-frameRate.html
  commentId: P:UnityEngine.Video.VideoClip.frameRate
  nameWithType: VideoClip.frameRate
  type: Property
- uid: UnityEngine.Video.VideoClip.GetAudioChannelCount(System.UInt16)
  name: GetAudioChannelCount(ushort)
  fullName: UnityEngine.Video.VideoClip.GetAudioChannelCount(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip.GetAudioChannelCount.html
  commentId: M:UnityEngine.Video.VideoClip.GetAudioChannelCount(System.UInt16)
  nameWithType: VideoClip.GetAudioChannelCount(ushort)
  type: Method
- uid: UnityEngine.Video.VideoClip.GetAudioLanguage(System.UInt16)
  name: GetAudioLanguage(ushort)
  fullName: UnityEngine.Video.VideoClip.GetAudioLanguage(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip.GetAudioLanguage.html
  commentId: M:UnityEngine.Video.VideoClip.GetAudioLanguage(System.UInt16)
  nameWithType: VideoClip.GetAudioLanguage(ushort)
  type: Method
- uid: UnityEngine.Video.VideoClip.GetAudioSampleRate(System.UInt16)
  name: GetAudioSampleRate(ushort)
  fullName: UnityEngine.Video.VideoClip.GetAudioSampleRate(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip.GetAudioSampleRate.html
  commentId: M:UnityEngine.Video.VideoClip.GetAudioSampleRate(System.UInt16)
  nameWithType: VideoClip.GetAudioSampleRate(ushort)
  type: Method
- uid: UnityEngine.Video.VideoClip.height
  name: height
  fullName: UnityEngine.Video.VideoClip.height
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-height.html
  commentId: P:UnityEngine.Video.VideoClip.height
  nameWithType: VideoClip.height
  type: Property
- uid: UnityEngine.Video.VideoClip.length
  name: length
  fullName: UnityEngine.Video.VideoClip.length
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-length.html
  commentId: P:UnityEngine.Video.VideoClip.length
  nameWithType: VideoClip.length
  type: Property
- uid: UnityEngine.Video.VideoClip.originalPath
  name: originalPath
  fullName: UnityEngine.Video.VideoClip.originalPath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-originalPath.html
  commentId: P:UnityEngine.Video.VideoClip.originalPath
  nameWithType: VideoClip.originalPath
  type: Property
- uid: UnityEngine.Video.VideoClip.pixelAspectRatioDenominator
  name: pixelAspectRatioDenominator
  fullName: UnityEngine.Video.VideoClip.pixelAspectRatioDenominator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-pixelAspectRatioDenominator.html
  commentId: P:UnityEngine.Video.VideoClip.pixelAspectRatioDenominator
  nameWithType: VideoClip.pixelAspectRatioDenominator
  type: Property
- uid: UnityEngine.Video.VideoClip.pixelAspectRatioNumerator
  name: pixelAspectRatioNumerator
  fullName: UnityEngine.Video.VideoClip.pixelAspectRatioNumerator
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-pixelAspectRatioNumerator.html
  commentId: P:UnityEngine.Video.VideoClip.pixelAspectRatioNumerator
  nameWithType: VideoClip.pixelAspectRatioNumerator
  type: Property
- uid: UnityEngine.Video.VideoClip.width
  name: width
  fullName: UnityEngine.Video.VideoClip.width
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoClip-width.html
  commentId: P:UnityEngine.Video.VideoClip.width
  nameWithType: VideoClip.width
  type: Property
- uid: UnityEngine.Video.VideoPlayer
  name: VideoPlayer
  fullName: UnityEngine.Video.VideoPlayer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.html
  commentId: T:UnityEngine.Video.VideoPlayer
  nameWithType: VideoPlayer
  type: Class
- uid: UnityEngine.Video.VideoPlayer.aspectRatio
  name: aspectRatio
  fullName: UnityEngine.Video.VideoPlayer.aspectRatio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-aspectRatio.html
  commentId: P:UnityEngine.Video.VideoPlayer.aspectRatio
  nameWithType: VideoPlayer.aspectRatio
  type: Property
- uid: UnityEngine.Video.VideoPlayer.audioOutputMode
  name: audioOutputMode
  fullName: UnityEngine.Video.VideoPlayer.audioOutputMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-audioOutputMode.html
  commentId: P:UnityEngine.Video.VideoPlayer.audioOutputMode
  nameWithType: VideoPlayer.audioOutputMode
  type: Property
- uid: UnityEngine.Video.VideoPlayer.audioTrackCount
  name: audioTrackCount
  fullName: UnityEngine.Video.VideoPlayer.audioTrackCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-audioTrackCount.html
  commentId: P:UnityEngine.Video.VideoPlayer.audioTrackCount
  nameWithType: VideoPlayer.audioTrackCount
  type: Property
- uid: UnityEngine.Video.VideoPlayer.canSetDirectAudioVolume
  name: canSetDirectAudioVolume
  fullName: UnityEngine.Video.VideoPlayer.canSetDirectAudioVolume
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-canSetDirectAudioVolume.html
  commentId: P:UnityEngine.Video.VideoPlayer.canSetDirectAudioVolume
  nameWithType: VideoPlayer.canSetDirectAudioVolume
  type: Property
- uid: UnityEngine.Video.VideoPlayer.canSetPlaybackSpeed
  name: canSetPlaybackSpeed
  fullName: UnityEngine.Video.VideoPlayer.canSetPlaybackSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-canSetPlaybackSpeed.html
  commentId: P:UnityEngine.Video.VideoPlayer.canSetPlaybackSpeed
  nameWithType: VideoPlayer.canSetPlaybackSpeed
  type: Property
- uid: UnityEngine.Video.VideoPlayer.canSetSkipOnDrop
  name: canSetSkipOnDrop
  fullName: UnityEngine.Video.VideoPlayer.canSetSkipOnDrop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-canSetSkipOnDrop.html
  commentId: P:UnityEngine.Video.VideoPlayer.canSetSkipOnDrop
  nameWithType: VideoPlayer.canSetSkipOnDrop
  type: Property
- uid: UnityEngine.Video.VideoPlayer.canSetTime
  name: canSetTime
  fullName: UnityEngine.Video.VideoPlayer.canSetTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-canSetTime.html
  commentId: P:UnityEngine.Video.VideoPlayer.canSetTime
  nameWithType: VideoPlayer.canSetTime
  type: Property
- uid: UnityEngine.Video.VideoPlayer.canSetTimeSource
  name: canSetTimeSource
  fullName: UnityEngine.Video.VideoPlayer.canSetTimeSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-canSetTimeSource.html
  commentId: P:UnityEngine.Video.VideoPlayer.canSetTimeSource
  nameWithType: VideoPlayer.canSetTimeSource
  type: Property
- uid: UnityEngine.Video.VideoPlayer.canStep
  name: canStep
  fullName: UnityEngine.Video.VideoPlayer.canStep
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-canStep.html
  commentId: P:UnityEngine.Video.VideoPlayer.canStep
  nameWithType: VideoPlayer.canStep
  type: Property
- uid: UnityEngine.Video.VideoPlayer.clip
  name: clip
  fullName: UnityEngine.Video.VideoPlayer.clip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-clip.html
  commentId: P:UnityEngine.Video.VideoPlayer.clip
  nameWithType: VideoPlayer.clip
  type: Property
- uid: UnityEngine.Video.VideoPlayer.clockResyncOccurred
  name: clockResyncOccurred
  fullName: UnityEngine.Video.VideoPlayer.clockResyncOccurred
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-clockResyncOccurred.html
  commentId: E:UnityEngine.Video.VideoPlayer.clockResyncOccurred
  nameWithType: VideoPlayer.clockResyncOccurred
  type: Event
- uid: UnityEngine.Video.VideoPlayer.controlledAudioTrackCount
  name: controlledAudioTrackCount
  fullName: UnityEngine.Video.VideoPlayer.controlledAudioTrackCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-controlledAudioTrackCount.html
  commentId: P:UnityEngine.Video.VideoPlayer.controlledAudioTrackCount
  nameWithType: VideoPlayer.controlledAudioTrackCount
  type: Property
- uid: UnityEngine.Video.VideoPlayer.controlledAudioTrackMaxCount
  name: controlledAudioTrackMaxCount
  fullName: UnityEngine.Video.VideoPlayer.controlledAudioTrackMaxCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-controlledAudioTrackMaxCount.html
  commentId: P:UnityEngine.Video.VideoPlayer.controlledAudioTrackMaxCount
  nameWithType: VideoPlayer.controlledAudioTrackMaxCount
  type: Property
- uid: UnityEngine.Video.VideoPlayer.EnableAudioTrack(System.UInt16,System.Boolean)
  name: EnableAudioTrack(ushort, bool)
  fullName: UnityEngine.Video.VideoPlayer.EnableAudioTrack(ushort, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.EnableAudioTrack.html
  commentId: M:UnityEngine.Video.VideoPlayer.EnableAudioTrack(System.UInt16,System.Boolean)
  nameWithType: VideoPlayer.EnableAudioTrack(ushort, bool)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.ErrorEventHandler
  name: VideoPlayer.ErrorEventHandler
  fullName: UnityEngine.Video.VideoPlayer.ErrorEventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.ErrorEventHandler.html
  commentId: T:UnityEngine.Video.VideoPlayer.ErrorEventHandler
  nameWithType: VideoPlayer.ErrorEventHandler
  type: Delegate
- uid: UnityEngine.Video.VideoPlayer.errorReceived
  name: errorReceived
  fullName: UnityEngine.Video.VideoPlayer.errorReceived
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-errorReceived.html
  commentId: E:UnityEngine.Video.VideoPlayer.errorReceived
  nameWithType: VideoPlayer.errorReceived
  type: Event
- uid: UnityEngine.Video.VideoPlayer.EventHandler
  name: VideoPlayer.EventHandler
  fullName: UnityEngine.Video.VideoPlayer.EventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.EventHandler.html
  commentId: T:UnityEngine.Video.VideoPlayer.EventHandler
  nameWithType: VideoPlayer.EventHandler
  type: Delegate
- uid: UnityEngine.Video.VideoPlayer.externalReferenceTime
  name: externalReferenceTime
  fullName: UnityEngine.Video.VideoPlayer.externalReferenceTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-externalReferenceTime.html
  commentId: P:UnityEngine.Video.VideoPlayer.externalReferenceTime
  nameWithType: VideoPlayer.externalReferenceTime
  type: Property
- uid: UnityEngine.Video.VideoPlayer.frame
  name: frame
  fullName: UnityEngine.Video.VideoPlayer.frame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-frame.html
  commentId: P:UnityEngine.Video.VideoPlayer.frame
  nameWithType: VideoPlayer.frame
  type: Property
- uid: UnityEngine.Video.VideoPlayer.frameCount
  name: frameCount
  fullName: UnityEngine.Video.VideoPlayer.frameCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-frameCount.html
  commentId: P:UnityEngine.Video.VideoPlayer.frameCount
  nameWithType: VideoPlayer.frameCount
  type: Property
- uid: UnityEngine.Video.VideoPlayer.frameDropped
  name: frameDropped
  fullName: UnityEngine.Video.VideoPlayer.frameDropped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-frameDropped.html
  commentId: E:UnityEngine.Video.VideoPlayer.frameDropped
  nameWithType: VideoPlayer.frameDropped
  type: Event
- uid: UnityEngine.Video.VideoPlayer.frameRate
  name: frameRate
  fullName: UnityEngine.Video.VideoPlayer.frameRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-frameRate.html
  commentId: P:UnityEngine.Video.VideoPlayer.frameRate
  nameWithType: VideoPlayer.frameRate
  type: Property
- uid: UnityEngine.Video.VideoPlayer.frameReady
  name: frameReady
  fullName: UnityEngine.Video.VideoPlayer.frameReady
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-frameReady.html
  commentId: E:UnityEngine.Video.VideoPlayer.frameReady
  nameWithType: VideoPlayer.frameReady
  type: Event
- uid: UnityEngine.Video.VideoPlayer.FrameReadyEventHandler
  name: VideoPlayer.FrameReadyEventHandler
  fullName: UnityEngine.Video.VideoPlayer.FrameReadyEventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.FrameReadyEventHandler.html
  commentId: T:UnityEngine.Video.VideoPlayer.FrameReadyEventHandler
  nameWithType: VideoPlayer.FrameReadyEventHandler
  type: Delegate
- uid: UnityEngine.Video.VideoPlayer.GetAudioChannelCount(System.UInt16)
  name: GetAudioChannelCount(ushort)
  fullName: UnityEngine.Video.VideoPlayer.GetAudioChannelCount(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.GetAudioChannelCount.html
  commentId: M:UnityEngine.Video.VideoPlayer.GetAudioChannelCount(System.UInt16)
  nameWithType: VideoPlayer.GetAudioChannelCount(ushort)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.GetAudioLanguageCode(System.UInt16)
  name: GetAudioLanguageCode(ushort)
  fullName: UnityEngine.Video.VideoPlayer.GetAudioLanguageCode(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.GetAudioLanguageCode.html
  commentId: M:UnityEngine.Video.VideoPlayer.GetAudioLanguageCode(System.UInt16)
  nameWithType: VideoPlayer.GetAudioLanguageCode(ushort)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.GetDirectAudioMute(System.UInt16)
  name: GetDirectAudioMute(ushort)
  fullName: UnityEngine.Video.VideoPlayer.GetDirectAudioMute(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.GetDirectAudioMute.html
  commentId: M:UnityEngine.Video.VideoPlayer.GetDirectAudioMute(System.UInt16)
  nameWithType: VideoPlayer.GetDirectAudioMute(ushort)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.GetDirectAudioVolume(System.UInt16)
  name: GetDirectAudioVolume(ushort)
  fullName: UnityEngine.Video.VideoPlayer.GetDirectAudioVolume(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.GetDirectAudioVolume.html
  commentId: M:UnityEngine.Video.VideoPlayer.GetDirectAudioVolume(System.UInt16)
  nameWithType: VideoPlayer.GetDirectAudioVolume(ushort)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.GetTargetAudioSource(System.UInt16)
  name: GetTargetAudioSource(ushort)
  fullName: UnityEngine.Video.VideoPlayer.GetTargetAudioSource(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.GetTargetAudioSource.html
  commentId: M:UnityEngine.Video.VideoPlayer.GetTargetAudioSource(System.UInt16)
  nameWithType: VideoPlayer.GetTargetAudioSource(ushort)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.IsAudioTrackEnabled(System.UInt16)
  name: IsAudioTrackEnabled(ushort)
  fullName: UnityEngine.Video.VideoPlayer.IsAudioTrackEnabled(ushort)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.IsAudioTrackEnabled.html
  commentId: M:UnityEngine.Video.VideoPlayer.IsAudioTrackEnabled(System.UInt16)
  nameWithType: VideoPlayer.IsAudioTrackEnabled(ushort)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.isLooping
  name: isLooping
  fullName: UnityEngine.Video.VideoPlayer.isLooping
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-isLooping.html
  commentId: P:UnityEngine.Video.VideoPlayer.isLooping
  nameWithType: VideoPlayer.isLooping
  type: Property
- uid: UnityEngine.Video.VideoPlayer.isPlaying
  name: isPlaying
  fullName: UnityEngine.Video.VideoPlayer.isPlaying
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-isPlaying.html
  commentId: P:UnityEngine.Video.VideoPlayer.isPlaying
  nameWithType: VideoPlayer.isPlaying
  type: Property
- uid: UnityEngine.Video.VideoPlayer.isPrepared
  name: isPrepared
  fullName: UnityEngine.Video.VideoPlayer.isPrepared
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-isPrepared.html
  commentId: P:UnityEngine.Video.VideoPlayer.isPrepared
  nameWithType: VideoPlayer.isPrepared
  type: Property
- uid: UnityEngine.Video.VideoPlayer.loopPointReached
  name: loopPointReached
  fullName: UnityEngine.Video.VideoPlayer.loopPointReached
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-loopPointReached.html
  commentId: E:UnityEngine.Video.VideoPlayer.loopPointReached
  nameWithType: VideoPlayer.loopPointReached
  type: Event
- uid: UnityEngine.Video.VideoPlayer.Pause
  name: Pause()
  fullName: UnityEngine.Video.VideoPlayer.Pause()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.Pause.html
  commentId: M:UnityEngine.Video.VideoPlayer.Pause
  nameWithType: VideoPlayer.Pause()
  type: Method
- uid: UnityEngine.Video.VideoPlayer.Play
  name: Play()
  fullName: UnityEngine.Video.VideoPlayer.Play()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.Play.html
  commentId: M:UnityEngine.Video.VideoPlayer.Play
  nameWithType: VideoPlayer.Play()
  type: Method
- uid: UnityEngine.Video.VideoPlayer.playbackSpeed
  name: playbackSpeed
  fullName: UnityEngine.Video.VideoPlayer.playbackSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-playbackSpeed.html
  commentId: P:UnityEngine.Video.VideoPlayer.playbackSpeed
  nameWithType: VideoPlayer.playbackSpeed
  type: Property
- uid: UnityEngine.Video.VideoPlayer.playOnAwake
  name: playOnAwake
  fullName: UnityEngine.Video.VideoPlayer.playOnAwake
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-playOnAwake.html
  commentId: P:UnityEngine.Video.VideoPlayer.playOnAwake
  nameWithType: VideoPlayer.playOnAwake
  type: Property
- uid: UnityEngine.Video.VideoPlayer.Prepare
  name: Prepare()
  fullName: UnityEngine.Video.VideoPlayer.Prepare()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.Prepare.html
  commentId: M:UnityEngine.Video.VideoPlayer.Prepare
  nameWithType: VideoPlayer.Prepare()
  type: Method
- uid: UnityEngine.Video.VideoPlayer.prepareCompleted
  name: prepareCompleted
  fullName: UnityEngine.Video.VideoPlayer.prepareCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-prepareCompleted.html
  commentId: E:UnityEngine.Video.VideoPlayer.prepareCompleted
  nameWithType: VideoPlayer.prepareCompleted
  type: Event
- uid: UnityEngine.Video.VideoPlayer.renderMode
  name: renderMode
  fullName: UnityEngine.Video.VideoPlayer.renderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-renderMode.html
  commentId: P:UnityEngine.Video.VideoPlayer.renderMode
  nameWithType: VideoPlayer.renderMode
  type: Property
- uid: UnityEngine.Video.VideoPlayer.seekCompleted
  name: seekCompleted
  fullName: UnityEngine.Video.VideoPlayer.seekCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-seekCompleted.html
  commentId: E:UnityEngine.Video.VideoPlayer.seekCompleted
  nameWithType: VideoPlayer.seekCompleted
  type: Event
- uid: UnityEngine.Video.VideoPlayer.sendFrameReadyEvents
  name: sendFrameReadyEvents
  fullName: UnityEngine.Video.VideoPlayer.sendFrameReadyEvents
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-sendFrameReadyEvents.html
  commentId: P:UnityEngine.Video.VideoPlayer.sendFrameReadyEvents
  nameWithType: VideoPlayer.sendFrameReadyEvents
  type: Property
- uid: UnityEngine.Video.VideoPlayer.SetDirectAudioMute(System.UInt16,System.Boolean)
  name: SetDirectAudioMute(ushort, bool)
  fullName: UnityEngine.Video.VideoPlayer.SetDirectAudioMute(ushort, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.SetDirectAudioMute.html
  commentId: M:UnityEngine.Video.VideoPlayer.SetDirectAudioMute(System.UInt16,System.Boolean)
  nameWithType: VideoPlayer.SetDirectAudioMute(ushort, bool)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.SetDirectAudioVolume(System.UInt16,System.Single)
  name: SetDirectAudioVolume(ushort, float)
  fullName: UnityEngine.Video.VideoPlayer.SetDirectAudioVolume(ushort, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.SetDirectAudioVolume.html
  commentId: M:UnityEngine.Video.VideoPlayer.SetDirectAudioVolume(System.UInt16,System.Single)
  nameWithType: VideoPlayer.SetDirectAudioVolume(ushort, float)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.SetTargetAudioSource(System.UInt16,UnityEngine.AudioSource)
  name: SetTargetAudioSource(ushort, AudioSource)
  fullName: UnityEngine.Video.VideoPlayer.SetTargetAudioSource(ushort, UnityEngine.AudioSource)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.SetTargetAudioSource.html
  commentId: M:UnityEngine.Video.VideoPlayer.SetTargetAudioSource(System.UInt16,UnityEngine.AudioSource)
  nameWithType: VideoPlayer.SetTargetAudioSource(ushort, AudioSource)
  type: Method
- uid: UnityEngine.Video.VideoPlayer.skipOnDrop
  name: skipOnDrop
  fullName: UnityEngine.Video.VideoPlayer.skipOnDrop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-skipOnDrop.html
  commentId: P:UnityEngine.Video.VideoPlayer.skipOnDrop
  nameWithType: VideoPlayer.skipOnDrop
  type: Property
- uid: UnityEngine.Video.VideoPlayer.source
  name: source
  fullName: UnityEngine.Video.VideoPlayer.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-source.html
  commentId: P:UnityEngine.Video.VideoPlayer.source
  nameWithType: VideoPlayer.source
  type: Property
- uid: UnityEngine.Video.VideoPlayer.started
  name: started
  fullName: UnityEngine.Video.VideoPlayer.started
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-started.html
  commentId: E:UnityEngine.Video.VideoPlayer.started
  nameWithType: VideoPlayer.started
  type: Event
- uid: UnityEngine.Video.VideoPlayer.StepForward
  name: StepForward()
  fullName: UnityEngine.Video.VideoPlayer.StepForward()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.StepForward.html
  commentId: M:UnityEngine.Video.VideoPlayer.StepForward
  nameWithType: VideoPlayer.StepForward()
  type: Method
- uid: UnityEngine.Video.VideoPlayer.Stop
  name: Stop()
  fullName: UnityEngine.Video.VideoPlayer.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.Stop.html
  commentId: M:UnityEngine.Video.VideoPlayer.Stop
  nameWithType: VideoPlayer.Stop()
  type: Method
- uid: UnityEngine.Video.VideoPlayer.targetCamera
  name: targetCamera
  fullName: UnityEngine.Video.VideoPlayer.targetCamera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-targetCamera.html
  commentId: P:UnityEngine.Video.VideoPlayer.targetCamera
  nameWithType: VideoPlayer.targetCamera
  type: Property
- uid: UnityEngine.Video.VideoPlayer.targetCameraAlpha
  name: targetCameraAlpha
  fullName: UnityEngine.Video.VideoPlayer.targetCameraAlpha
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-targetCameraAlpha.html
  commentId: P:UnityEngine.Video.VideoPlayer.targetCameraAlpha
  nameWithType: VideoPlayer.targetCameraAlpha
  type: Property
- uid: UnityEngine.Video.VideoPlayer.targetMaterialProperty
  name: targetMaterialProperty
  fullName: UnityEngine.Video.VideoPlayer.targetMaterialProperty
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-targetMaterialProperty.html
  commentId: P:UnityEngine.Video.VideoPlayer.targetMaterialProperty
  nameWithType: VideoPlayer.targetMaterialProperty
  type: Property
- uid: UnityEngine.Video.VideoPlayer.targetMaterialRenderer
  name: targetMaterialRenderer
  fullName: UnityEngine.Video.VideoPlayer.targetMaterialRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-targetMaterialRenderer.html
  commentId: P:UnityEngine.Video.VideoPlayer.targetMaterialRenderer
  nameWithType: VideoPlayer.targetMaterialRenderer
  type: Property
- uid: UnityEngine.Video.VideoPlayer.targetTexture
  name: targetTexture
  fullName: UnityEngine.Video.VideoPlayer.targetTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-targetTexture.html
  commentId: P:UnityEngine.Video.VideoPlayer.targetTexture
  nameWithType: VideoPlayer.targetTexture
  type: Property
- uid: UnityEngine.Video.VideoPlayer.texture
  name: texture
  fullName: UnityEngine.Video.VideoPlayer.texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-texture.html
  commentId: P:UnityEngine.Video.VideoPlayer.texture
  nameWithType: VideoPlayer.texture
  type: Property
- uid: UnityEngine.Video.VideoPlayer.time
  name: time
  fullName: UnityEngine.Video.VideoPlayer.time
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-time.html
  commentId: P:UnityEngine.Video.VideoPlayer.time
  nameWithType: VideoPlayer.time
  type: Property
- uid: UnityEngine.Video.VideoPlayer.TimeEventHandler
  name: VideoPlayer.TimeEventHandler
  fullName: UnityEngine.Video.VideoPlayer.TimeEventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer.TimeEventHandler.html
  commentId: T:UnityEngine.Video.VideoPlayer.TimeEventHandler
  nameWithType: VideoPlayer.TimeEventHandler
  type: Delegate
- uid: UnityEngine.Video.VideoPlayer.timeReference
  name: timeReference
  fullName: UnityEngine.Video.VideoPlayer.timeReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-timeReference.html
  commentId: P:UnityEngine.Video.VideoPlayer.timeReference
  nameWithType: VideoPlayer.timeReference
  type: Property
- uid: UnityEngine.Video.VideoPlayer.timeSource
  name: timeSource
  fullName: UnityEngine.Video.VideoPlayer.timeSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-timeSource.html
  commentId: P:UnityEngine.Video.VideoPlayer.timeSource
  nameWithType: VideoPlayer.timeSource
  type: Property
- uid: UnityEngine.Video.VideoPlayer.url
  name: url
  fullName: UnityEngine.Video.VideoPlayer.url
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-url.html
  commentId: P:UnityEngine.Video.VideoPlayer.url
  nameWithType: VideoPlayer.url
  type: Property
- uid: UnityEngine.Video.VideoPlayer.waitForFirstFrame
  name: waitForFirstFrame
  fullName: UnityEngine.Video.VideoPlayer.waitForFirstFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoPlayer-waitForFirstFrame.html
  commentId: P:UnityEngine.Video.VideoPlayer.waitForFirstFrame
  nameWithType: VideoPlayer.waitForFirstFrame
  type: Property
- uid: UnityEngine.Video.VideoRenderMode
  name: VideoRenderMode
  fullName: UnityEngine.Video.VideoRenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoRenderMode.html
  commentId: T:UnityEngine.Video.VideoRenderMode
  nameWithType: VideoRenderMode
  type: Enum
- uid: UnityEngine.Video.VideoRenderMode.APIOnly
  name: APIOnly
  fullName: UnityEngine.Video.VideoRenderMode.APIOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoRenderMode.APIOnly.html
  commentId: F:UnityEngine.Video.VideoRenderMode.APIOnly
  nameWithType: VideoRenderMode.APIOnly
  type: Field
- uid: UnityEngine.Video.VideoRenderMode.CameraFarPlane
  name: CameraFarPlane
  fullName: UnityEngine.Video.VideoRenderMode.CameraFarPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoRenderMode.CameraFarPlane.html
  commentId: F:UnityEngine.Video.VideoRenderMode.CameraFarPlane
  nameWithType: VideoRenderMode.CameraFarPlane
  type: Field
- uid: UnityEngine.Video.VideoRenderMode.CameraNearPlane
  name: CameraNearPlane
  fullName: UnityEngine.Video.VideoRenderMode.CameraNearPlane
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoRenderMode.CameraNearPlane.html
  commentId: F:UnityEngine.Video.VideoRenderMode.CameraNearPlane
  nameWithType: VideoRenderMode.CameraNearPlane
  type: Field
- uid: UnityEngine.Video.VideoRenderMode.MaterialOverride
  name: MaterialOverride
  fullName: UnityEngine.Video.VideoRenderMode.MaterialOverride
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoRenderMode.MaterialOverride.html
  commentId: F:UnityEngine.Video.VideoRenderMode.MaterialOverride
  nameWithType: VideoRenderMode.MaterialOverride
  type: Field
- uid: UnityEngine.Video.VideoRenderMode.RenderTexture
  name: RenderTexture
  fullName: UnityEngine.Video.VideoRenderMode.RenderTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoRenderMode.RenderTexture.html
  commentId: F:UnityEngine.Video.VideoRenderMode.RenderTexture
  nameWithType: VideoRenderMode.RenderTexture
  type: Field
- uid: UnityEngine.Video.VideoSource
  name: VideoSource
  fullName: UnityEngine.Video.VideoSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoSource.html
  commentId: T:UnityEngine.Video.VideoSource
  nameWithType: VideoSource
  type: Enum
- uid: UnityEngine.Video.VideoSource.Url
  name: Url
  fullName: UnityEngine.Video.VideoSource.Url
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoSource.Url.html
  commentId: F:UnityEngine.Video.VideoSource.Url
  nameWithType: VideoSource.Url
  type: Field
- uid: UnityEngine.Video.VideoSource.VideoClip
  name: VideoClip
  fullName: UnityEngine.Video.VideoSource.VideoClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoSource.VideoClip.html
  commentId: F:UnityEngine.Video.VideoSource.VideoClip
  nameWithType: VideoSource.VideoClip
  type: Field
- uid: UnityEngine.Video.VideoTimeReference
  name: VideoTimeReference
  fullName: UnityEngine.Video.VideoTimeReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoTimeReference.html
  commentId: T:UnityEngine.Video.VideoTimeReference
  nameWithType: VideoTimeReference
  type: Enum
- uid: UnityEngine.Video.VideoTimeReference.ExternalTime
  name: ExternalTime
  fullName: UnityEngine.Video.VideoTimeReference.ExternalTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoTimeReference.ExternalTime.html
  commentId: F:UnityEngine.Video.VideoTimeReference.ExternalTime
  nameWithType: VideoTimeReference.ExternalTime
  type: Field
- uid: UnityEngine.Video.VideoTimeReference.Freerun
  name: Freerun
  fullName: UnityEngine.Video.VideoTimeReference.Freerun
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoTimeReference.Freerun.html
  commentId: F:UnityEngine.Video.VideoTimeReference.Freerun
  nameWithType: VideoTimeReference.Freerun
  type: Field
- uid: UnityEngine.Video.VideoTimeReference.InternalTime
  name: InternalTime
  fullName: UnityEngine.Video.VideoTimeReference.InternalTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoTimeReference.InternalTime.html
  commentId: F:UnityEngine.Video.VideoTimeReference.InternalTime
  nameWithType: VideoTimeReference.InternalTime
  type: Field
- uid: UnityEngine.Video.VideoTimeSource
  name: VideoTimeSource
  fullName: UnityEngine.Video.VideoTimeSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoTimeSource.html
  commentId: T:UnityEngine.Video.VideoTimeSource
  nameWithType: VideoTimeSource
  type: Enum
- uid: UnityEngine.Video.VideoTimeSource.AudioDSPTimeSource
  name: AudioDSPTimeSource
  fullName: UnityEngine.Video.VideoTimeSource.AudioDSPTimeSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoTimeSource.AudioDSPTimeSource.html
  commentId: F:UnityEngine.Video.VideoTimeSource.AudioDSPTimeSource
  nameWithType: VideoTimeSource.AudioDSPTimeSource
  type: Field
- uid: UnityEngine.Video.VideoTimeSource.GameTimeSource
  name: GameTimeSource
  fullName: UnityEngine.Video.VideoTimeSource.GameTimeSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Video.VideoTimeSource.GameTimeSource.html
  commentId: F:UnityEngine.Video.VideoTimeSource.GameTimeSource
  nameWithType: VideoTimeSource.GameTimeSource
  type: Field
- uid: UnityEngine.VR
  name: UnityEngine.VR
  fullName: UnityEngine.VR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.VR
  nameWithType: UnityEngine.VR
  type: Namespace
- uid: UnityEngine.VR.InputTracking
  name: InputTracking
  fullName: UnityEngine.VR.InputTracking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.InputTracking.html
  commentId: T:UnityEngine.VR.InputTracking
  nameWithType: InputTracking
  type: Class
- uid: UnityEngine.VR.InputTracking.disablePositionalTracking
  name: disablePositionalTracking
  fullName: UnityEngine.VR.InputTracking.disablePositionalTracking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.InputTracking-disablePositionalTracking.html
  commentId: P:UnityEngine.VR.InputTracking.disablePositionalTracking
  nameWithType: InputTracking.disablePositionalTracking
  type: Property
- uid: UnityEngine.VR.InputTracking.GetLocalPosition(UnityEngine.VR.VRNode)
  name: GetLocalPosition(VRNode)
  fullName: UnityEngine.VR.InputTracking.GetLocalPosition(UnityEngine.VR.VRNode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.InputTracking.GetLocalPosition.html
  commentId: M:UnityEngine.VR.InputTracking.GetLocalPosition(UnityEngine.VR.VRNode)
  nameWithType: InputTracking.GetLocalPosition(VRNode)
  type: Method
- uid: UnityEngine.VR.InputTracking.GetNodeName(System.UInt64)
  name: GetNodeName(ulong)
  fullName: UnityEngine.VR.InputTracking.GetNodeName(ulong)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.InputTracking.GetNodeName.html
  commentId: M:UnityEngine.VR.InputTracking.GetNodeName(System.UInt64)
  nameWithType: InputTracking.GetNodeName(ulong)
  type: Method
- uid: UnityEngine.VR.InputTracking.GetNodeStates(System.Collections.Generic.List{UnityEngine.VR.VRNodeState})
  name: GetNodeStates(List<VRNodeState>)
  fullName: UnityEngine.VR.InputTracking.GetNodeStates(System.Collections.Generic.List<UnityEngine.VR.VRNodeState>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.InputTracking.GetNodeStates.html
  commentId: M:UnityEngine.VR.InputTracking.GetNodeStates(System.Collections.Generic.List{UnityEngine.VR.VRNodeState})
  nameWithType: InputTracking.GetNodeStates(List<VRNodeState>)
  type: Method
- uid: UnityEngine.VR.InputTracking.Recenter
  name: Recenter()
  fullName: UnityEngine.VR.InputTracking.Recenter()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.InputTracking.Recenter.html
  commentId: M:UnityEngine.VR.InputTracking.Recenter
  nameWithType: InputTracking.Recenter()
  type: Method
- uid: UnityEngine.VR.TrackingSpaceType
  name: TrackingSpaceType
  fullName: UnityEngine.VR.TrackingSpaceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.TrackingSpaceType.html
  commentId: T:UnityEngine.VR.TrackingSpaceType
  nameWithType: TrackingSpaceType
  type: Enum
- uid: UnityEngine.VR.TrackingSpaceType.RoomScale
  name: RoomScale
  fullName: UnityEngine.VR.TrackingSpaceType.RoomScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.TrackingSpaceType.RoomScale.html
  commentId: F:UnityEngine.VR.TrackingSpaceType.RoomScale
  nameWithType: TrackingSpaceType.RoomScale
  type: Field
- uid: UnityEngine.VR.TrackingSpaceType.Stationary
  name: Stationary
  fullName: UnityEngine.VR.TrackingSpaceType.Stationary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.TrackingSpaceType.Stationary.html
  commentId: F:UnityEngine.VR.TrackingSpaceType.Stationary
  nameWithType: TrackingSpaceType.Stationary
  type: Field
- uid: UnityEngine.VR.UserPresenceState
  name: UserPresenceState
  fullName: UnityEngine.VR.UserPresenceState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.UserPresenceState.html
  commentId: T:UnityEngine.VR.UserPresenceState
  nameWithType: UserPresenceState
  type: Enum
- uid: UnityEngine.VR.UserPresenceState.NotPresent
  name: NotPresent
  fullName: UnityEngine.VR.UserPresenceState.NotPresent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.UserPresenceState.NotPresent.html
  commentId: F:UnityEngine.VR.UserPresenceState.NotPresent
  nameWithType: UserPresenceState.NotPresent
  type: Field
- uid: UnityEngine.VR.UserPresenceState.Present
  name: Present
  fullName: UnityEngine.VR.UserPresenceState.Present
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.UserPresenceState.Present.html
  commentId: F:UnityEngine.VR.UserPresenceState.Present
  nameWithType: UserPresenceState.Present
  type: Field
- uid: UnityEngine.VR.UserPresenceState.Unknown
  name: Unknown
  fullName: UnityEngine.VR.UserPresenceState.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.UserPresenceState.Unknown.html
  commentId: F:UnityEngine.VR.UserPresenceState.Unknown
  nameWithType: UserPresenceState.Unknown
  type: Field
- uid: UnityEngine.VR.UserPresenceState.Unsupported
  name: Unsupported
  fullName: UnityEngine.VR.UserPresenceState.Unsupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.UserPresenceState.Unsupported.html
  commentId: F:UnityEngine.VR.UserPresenceState.Unsupported
  nameWithType: UserPresenceState.Unsupported
  type: Field
- uid: UnityEngine.VR.VRDevice
  name: VRDevice
  fullName: UnityEngine.VR.VRDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice.html
  commentId: T:UnityEngine.VR.VRDevice
  nameWithType: VRDevice
  type: Class
- uid: UnityEngine.VR.VRDevice.DisableAutoVRCameraTracking(UnityEngine.Camera,System.Boolean)
  name: DisableAutoVRCameraTracking(Camera, bool)
  fullName: UnityEngine.VR.VRDevice.DisableAutoVRCameraTracking(UnityEngine.Camera, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice.DisableAutoVRCameraTracking.html
  commentId: M:UnityEngine.VR.VRDevice.DisableAutoVRCameraTracking(UnityEngine.Camera,System.Boolean)
  nameWithType: VRDevice.DisableAutoVRCameraTracking(Camera, bool)
  type: Method
- uid: UnityEngine.VR.VRDevice.family
  name: family
  fullName: UnityEngine.VR.VRDevice.family
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice-family.html
  commentId: P:UnityEngine.VR.VRDevice.family
  nameWithType: VRDevice.family
  type: Property
- uid: UnityEngine.VR.VRDevice.GetNativePtr
  name: GetNativePtr()
  fullName: UnityEngine.VR.VRDevice.GetNativePtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice.GetNativePtr.html
  commentId: M:UnityEngine.VR.VRDevice.GetNativePtr
  nameWithType: VRDevice.GetNativePtr()
  type: Method
- uid: UnityEngine.VR.VRDevice.GetTrackingSpaceType
  name: GetTrackingSpaceType()
  fullName: UnityEngine.VR.VRDevice.GetTrackingSpaceType()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice.GetTrackingSpaceType.html
  commentId: M:UnityEngine.VR.VRDevice.GetTrackingSpaceType
  nameWithType: VRDevice.GetTrackingSpaceType()
  type: Method
- uid: UnityEngine.VR.VRDevice.isPresent
  name: isPresent
  fullName: UnityEngine.VR.VRDevice.isPresent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice-isPresent.html
  commentId: P:UnityEngine.VR.VRDevice.isPresent
  nameWithType: VRDevice.isPresent
  type: Property
- uid: UnityEngine.VR.VRDevice.model
  name: model
  fullName: UnityEngine.VR.VRDevice.model
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice-model.html
  commentId: P:UnityEngine.VR.VRDevice.model
  nameWithType: VRDevice.model
  type: Property
- uid: UnityEngine.VR.VRDevice.refreshRate
  name: refreshRate
  fullName: UnityEngine.VR.VRDevice.refreshRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice-refreshRate.html
  commentId: P:UnityEngine.VR.VRDevice.refreshRate
  nameWithType: VRDevice.refreshRate
  type: Property
- uid: UnityEngine.VR.VRDevice.SetTrackingSpaceType(UnityEngine.XR.TrackingSpaceType)
  name: SetTrackingSpaceType(TrackingSpaceType)
  fullName: UnityEngine.VR.VRDevice.SetTrackingSpaceType(UnityEngine.XR.TrackingSpaceType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice.SetTrackingSpaceType.html
  commentId: M:UnityEngine.VR.VRDevice.SetTrackingSpaceType(UnityEngine.XR.TrackingSpaceType)
  nameWithType: VRDevice.SetTrackingSpaceType(TrackingSpaceType)
  type: Method
- uid: UnityEngine.VR.VRDevice.userPresence
  name: userPresence
  fullName: UnityEngine.VR.VRDevice.userPresence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDevice-userPresence.html
  commentId: P:UnityEngine.VR.VRDevice.userPresence
  nameWithType: VRDevice.userPresence
  type: Property
- uid: UnityEngine.VR.VRDeviceType
  name: VRDeviceType
  fullName: UnityEngine.VR.VRDeviceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDeviceType.html
  commentId: T:UnityEngine.VR.VRDeviceType
  nameWithType: VRDeviceType
  type: Enum
- uid: UnityEngine.VR.VRDeviceType.Morpheus
  name: Morpheus
  fullName: UnityEngine.VR.VRDeviceType.Morpheus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDeviceType.Morpheus.html
  commentId: F:UnityEngine.VR.VRDeviceType.Morpheus
  nameWithType: VRDeviceType.Morpheus
  type: Field
- uid: UnityEngine.VR.VRDeviceType.None
  name: None
  fullName: UnityEngine.VR.VRDeviceType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDeviceType.None.html
  commentId: F:UnityEngine.VR.VRDeviceType.None
  nameWithType: VRDeviceType.None
  type: Field
- uid: UnityEngine.VR.VRDeviceType.Oculus
  name: Oculus
  fullName: UnityEngine.VR.VRDeviceType.Oculus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDeviceType.Oculus.html
  commentId: F:UnityEngine.VR.VRDeviceType.Oculus
  nameWithType: VRDeviceType.Oculus
  type: Field
- uid: UnityEngine.VR.VRDeviceType.PlayStationVR
  name: PlayStationVR
  fullName: UnityEngine.VR.VRDeviceType.PlayStationVR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDeviceType.PlayStationVR.html
  commentId: F:UnityEngine.VR.VRDeviceType.PlayStationVR
  nameWithType: VRDeviceType.PlayStationVR
  type: Field
- uid: UnityEngine.VR.VRDeviceType.Split
  name: Split
  fullName: UnityEngine.VR.VRDeviceType.Split
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDeviceType.Split.html
  commentId: F:UnityEngine.VR.VRDeviceType.Split
  nameWithType: VRDeviceType.Split
  type: Field
- uid: UnityEngine.VR.VRDeviceType.Stereo
  name: Stereo
  fullName: UnityEngine.VR.VRDeviceType.Stereo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDeviceType.Stereo.html
  commentId: F:UnityEngine.VR.VRDeviceType.Stereo
  nameWithType: VRDeviceType.Stereo
  type: Field
- uid: UnityEngine.VR.VRDeviceType.Unknown
  name: Unknown
  fullName: UnityEngine.VR.VRDeviceType.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRDeviceType.Unknown.html
  commentId: F:UnityEngine.VR.VRDeviceType.Unknown
  nameWithType: VRDeviceType.Unknown
  type: Field
- uid: UnityEngine.VR.VRNode
  name: VRNode
  fullName: UnityEngine.VR.VRNode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.html
  commentId: T:UnityEngine.VR.VRNode
  nameWithType: VRNode
  type: Enum
- uid: UnityEngine.VR.VRNode.CenterEye
  name: CenterEye
  fullName: UnityEngine.VR.VRNode.CenterEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.CenterEye.html
  commentId: F:UnityEngine.VR.VRNode.CenterEye
  nameWithType: VRNode.CenterEye
  type: Field
- uid: UnityEngine.VR.VRNode.GameController
  name: GameController
  fullName: UnityEngine.VR.VRNode.GameController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.GameController.html
  commentId: F:UnityEngine.VR.VRNode.GameController
  nameWithType: VRNode.GameController
  type: Field
- uid: UnityEngine.VR.VRNode.HardwareTracker
  name: HardwareTracker
  fullName: UnityEngine.VR.VRNode.HardwareTracker
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.HardwareTracker.html
  commentId: F:UnityEngine.VR.VRNode.HardwareTracker
  nameWithType: VRNode.HardwareTracker
  type: Field
- uid: UnityEngine.VR.VRNode.Head
  name: Head
  fullName: UnityEngine.VR.VRNode.Head
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.Head.html
  commentId: F:UnityEngine.VR.VRNode.Head
  nameWithType: VRNode.Head
  type: Field
- uid: UnityEngine.VR.VRNode.LeftEye
  name: LeftEye
  fullName: UnityEngine.VR.VRNode.LeftEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.LeftEye.html
  commentId: F:UnityEngine.VR.VRNode.LeftEye
  nameWithType: VRNode.LeftEye
  type: Field
- uid: UnityEngine.VR.VRNode.LeftHand
  name: LeftHand
  fullName: UnityEngine.VR.VRNode.LeftHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.LeftHand.html
  commentId: F:UnityEngine.VR.VRNode.LeftHand
  nameWithType: VRNode.LeftHand
  type: Field
- uid: UnityEngine.VR.VRNode.RightEye
  name: RightEye
  fullName: UnityEngine.VR.VRNode.RightEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.RightEye.html
  commentId: F:UnityEngine.VR.VRNode.RightEye
  nameWithType: VRNode.RightEye
  type: Field
- uid: UnityEngine.VR.VRNode.RightHand
  name: RightHand
  fullName: UnityEngine.VR.VRNode.RightHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.RightHand.html
  commentId: F:UnityEngine.VR.VRNode.RightHand
  nameWithType: VRNode.RightHand
  type: Field
- uid: UnityEngine.VR.VRNode.TrackingReference
  name: TrackingReference
  fullName: UnityEngine.VR.VRNode.TrackingReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNode.TrackingReference.html
  commentId: F:UnityEngine.VR.VRNode.TrackingReference
  nameWithType: VRNode.TrackingReference
  type: Field
- uid: UnityEngine.VR.VRNodeState
  name: VRNodeState
  fullName: UnityEngine.VR.VRNodeState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState.html
  commentId: T:UnityEngine.VR.VRNodeState
  nameWithType: VRNodeState
  type: Struct
- uid: UnityEngine.VR.VRNodeState.acceleration
  name: acceleration
  fullName: UnityEngine.VR.VRNodeState.acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-acceleration.html
  commentId: P:UnityEngine.VR.VRNodeState.acceleration
  nameWithType: VRNodeState.acceleration
  type: Property
- uid: UnityEngine.VR.VRNodeState.angularAcceleration
  name: angularAcceleration
  fullName: UnityEngine.VR.VRNodeState.angularAcceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-angularAcceleration.html
  commentId: P:UnityEngine.VR.VRNodeState.angularAcceleration
  nameWithType: VRNodeState.angularAcceleration
  type: Property
- uid: UnityEngine.VR.VRNodeState.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.VR.VRNodeState.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-angularVelocity.html
  commentId: P:UnityEngine.VR.VRNodeState.angularVelocity
  nameWithType: VRNodeState.angularVelocity
  type: Property
- uid: UnityEngine.VR.VRNodeState.nodeType
  name: nodeType
  fullName: UnityEngine.VR.VRNodeState.nodeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-nodeType.html
  commentId: P:UnityEngine.VR.VRNodeState.nodeType
  nameWithType: VRNodeState.nodeType
  type: Property
- uid: UnityEngine.VR.VRNodeState.position
  name: position
  fullName: UnityEngine.VR.VRNodeState.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-position.html
  commentId: P:UnityEngine.VR.VRNodeState.position
  nameWithType: VRNodeState.position
  type: Property
- uid: UnityEngine.VR.VRNodeState.rotation
  name: rotation
  fullName: UnityEngine.VR.VRNodeState.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-rotation.html
  commentId: P:UnityEngine.VR.VRNodeState.rotation
  nameWithType: VRNodeState.rotation
  type: Property
- uid: UnityEngine.VR.VRNodeState.tracked
  name: tracked
  fullName: UnityEngine.VR.VRNodeState.tracked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-tracked.html
  commentId: P:UnityEngine.VR.VRNodeState.tracked
  nameWithType: VRNodeState.tracked
  type: Property
- uid: UnityEngine.VR.VRNodeState.TryGetAcceleration(UnityEngine.Vector3@)
  name: TryGetAcceleration(out Vector3)
  fullName: UnityEngine.VR.VRNodeState.TryGetAcceleration(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState.TryGetAcceleration.html
  commentId: M:UnityEngine.VR.VRNodeState.TryGetAcceleration(UnityEngine.Vector3@)
  nameWithType: VRNodeState.TryGetAcceleration(out Vector3)
  type: Method
- uid: UnityEngine.VR.VRNodeState.TryGetAngularAcceleration(UnityEngine.Vector3@)
  name: TryGetAngularAcceleration(out Vector3)
  fullName: UnityEngine.VR.VRNodeState.TryGetAngularAcceleration(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState.TryGetAngularAcceleration.html
  commentId: M:UnityEngine.VR.VRNodeState.TryGetAngularAcceleration(UnityEngine.Vector3@)
  nameWithType: VRNodeState.TryGetAngularAcceleration(out Vector3)
  type: Method
- uid: UnityEngine.VR.VRNodeState.TryGetAngularVelocity(UnityEngine.Vector3@)
  name: TryGetAngularVelocity(out Vector3)
  fullName: UnityEngine.VR.VRNodeState.TryGetAngularVelocity(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState.TryGetAngularVelocity.html
  commentId: M:UnityEngine.VR.VRNodeState.TryGetAngularVelocity(UnityEngine.Vector3@)
  nameWithType: VRNodeState.TryGetAngularVelocity(out Vector3)
  type: Method
- uid: UnityEngine.VR.VRNodeState.TryGetPosition(UnityEngine.Vector3@)
  name: TryGetPosition(out Vector3)
  fullName: UnityEngine.VR.VRNodeState.TryGetPosition(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState.TryGetPosition.html
  commentId: M:UnityEngine.VR.VRNodeState.TryGetPosition(UnityEngine.Vector3@)
  nameWithType: VRNodeState.TryGetPosition(out Vector3)
  type: Method
- uid: UnityEngine.VR.VRNodeState.TryGetRotation(UnityEngine.Quaternion@)
  name: TryGetRotation(out Quaternion)
  fullName: UnityEngine.VR.VRNodeState.TryGetRotation(out UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState.TryGetRotation.html
  commentId: M:UnityEngine.VR.VRNodeState.TryGetRotation(UnityEngine.Quaternion@)
  nameWithType: VRNodeState.TryGetRotation(out Quaternion)
  type: Method
- uid: UnityEngine.VR.VRNodeState.TryGetVelocity(UnityEngine.Vector3@)
  name: TryGetVelocity(out Vector3)
  fullName: UnityEngine.VR.VRNodeState.TryGetVelocity(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState.TryGetVelocity.html
  commentId: M:UnityEngine.VR.VRNodeState.TryGetVelocity(UnityEngine.Vector3@)
  nameWithType: VRNodeState.TryGetVelocity(out Vector3)
  type: Method
- uid: UnityEngine.VR.VRNodeState.uniqueID
  name: uniqueID
  fullName: UnityEngine.VR.VRNodeState.uniqueID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-uniqueID.html
  commentId: P:UnityEngine.VR.VRNodeState.uniqueID
  nameWithType: VRNodeState.uniqueID
  type: Property
- uid: UnityEngine.VR.VRNodeState.velocity
  name: velocity
  fullName: UnityEngine.VR.VRNodeState.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRNodeState-velocity.html
  commentId: P:UnityEngine.VR.VRNodeState.velocity
  nameWithType: VRNodeState.velocity
  type: Property
- uid: UnityEngine.VR.VRSettings
  name: VRSettings
  fullName: UnityEngine.VR.VRSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings.html
  commentId: T:UnityEngine.VR.VRSettings
  nameWithType: VRSettings
  type: Class
- uid: UnityEngine.VR.VRSettings.enabled
  name: enabled
  fullName: UnityEngine.VR.VRSettings.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-enabled.html
  commentId: P:UnityEngine.VR.VRSettings.enabled
  nameWithType: VRSettings.enabled
  type: Property
- uid: UnityEngine.VR.VRSettings.eyeTextureHeight
  name: eyeTextureHeight
  fullName: UnityEngine.VR.VRSettings.eyeTextureHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-eyeTextureHeight.html
  commentId: P:UnityEngine.VR.VRSettings.eyeTextureHeight
  nameWithType: VRSettings.eyeTextureHeight
  type: Property
- uid: UnityEngine.VR.VRSettings.eyeTextureWidth
  name: eyeTextureWidth
  fullName: UnityEngine.VR.VRSettings.eyeTextureWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-eyeTextureWidth.html
  commentId: P:UnityEngine.VR.VRSettings.eyeTextureWidth
  nameWithType: VRSettings.eyeTextureWidth
  type: Property
- uid: UnityEngine.VR.VRSettings.isDeviceActive
  name: isDeviceActive
  fullName: UnityEngine.VR.VRSettings.isDeviceActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-isDeviceActive.html
  commentId: P:UnityEngine.VR.VRSettings.isDeviceActive
  nameWithType: VRSettings.isDeviceActive
  type: Property
- uid: UnityEngine.VR.VRSettings.LoadDeviceByName(System.String)
  name: LoadDeviceByName(string)
  fullName: UnityEngine.VR.VRSettings.LoadDeviceByName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings.LoadDeviceByName.html
  commentId: M:UnityEngine.VR.VRSettings.LoadDeviceByName(System.String)
  nameWithType: VRSettings.LoadDeviceByName(string)
  type: Method
- uid: UnityEngine.VR.VRSettings.LoadDeviceByName(System.String[])
  name: LoadDeviceByName(string[])
  fullName: UnityEngine.VR.VRSettings.LoadDeviceByName(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings.LoadDeviceByName.html
  commentId: M:UnityEngine.VR.VRSettings.LoadDeviceByName(System.String[])
  nameWithType: VRSettings.LoadDeviceByName(string[])
  type: Method
- uid: UnityEngine.VR.VRSettings.loadedDevice
  name: loadedDevice
  fullName: UnityEngine.VR.VRSettings.loadedDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-loadedDevice.html
  commentId: P:UnityEngine.VR.VRSettings.loadedDevice
  nameWithType: VRSettings.loadedDevice
  type: Property
- uid: UnityEngine.VR.VRSettings.loadedDeviceName
  name: loadedDeviceName
  fullName: UnityEngine.VR.VRSettings.loadedDeviceName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-loadedDeviceName.html
  commentId: P:UnityEngine.VR.VRSettings.loadedDeviceName
  nameWithType: VRSettings.loadedDeviceName
  type: Property
- uid: UnityEngine.VR.VRSettings.occlusionMaskScale
  name: occlusionMaskScale
  fullName: UnityEngine.VR.VRSettings.occlusionMaskScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-occlusionMaskScale.html
  commentId: P:UnityEngine.VR.VRSettings.occlusionMaskScale
  nameWithType: VRSettings.occlusionMaskScale
  type: Property
- uid: UnityEngine.VR.VRSettings.renderScale
  name: renderScale
  fullName: UnityEngine.VR.VRSettings.renderScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-renderScale.html
  commentId: P:UnityEngine.VR.VRSettings.renderScale
  nameWithType: VRSettings.renderScale
  type: Property
- uid: UnityEngine.VR.VRSettings.renderViewportScale
  name: renderViewportScale
  fullName: UnityEngine.VR.VRSettings.renderViewportScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-renderViewportScale.html
  commentId: P:UnityEngine.VR.VRSettings.renderViewportScale
  nameWithType: VRSettings.renderViewportScale
  type: Property
- uid: UnityEngine.VR.VRSettings.showDeviceView
  name: showDeviceView
  fullName: UnityEngine.VR.VRSettings.showDeviceView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-showDeviceView.html
  commentId: P:UnityEngine.VR.VRSettings.showDeviceView
  nameWithType: VRSettings.showDeviceView
  type: Property
- uid: UnityEngine.VR.VRSettings.supportedDevices
  name: supportedDevices
  fullName: UnityEngine.VR.VRSettings.supportedDevices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRSettings-supportedDevices.html
  commentId: P:UnityEngine.VR.VRSettings.supportedDevices
  nameWithType: VRSettings.supportedDevices
  type: Property
- uid: UnityEngine.VR.VRStats
  name: VRStats
  fullName: UnityEngine.VR.VRStats
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRStats.html
  commentId: T:UnityEngine.VR.VRStats
  nameWithType: VRStats
  type: Class
- uid: UnityEngine.VR.VRStats.gpuTimeLastFrame
  name: gpuTimeLastFrame
  fullName: UnityEngine.VR.VRStats.gpuTimeLastFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRStats-gpuTimeLastFrame.html
  commentId: P:UnityEngine.VR.VRStats.gpuTimeLastFrame
  nameWithType: VRStats.gpuTimeLastFrame
  type: Property
- uid: UnityEngine.VR.VRStats.TryGetDroppedFrameCount(System.Int32@)
  name: TryGetDroppedFrameCount(out int)
  fullName: UnityEngine.VR.VRStats.TryGetDroppedFrameCount(out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRStats.TryGetDroppedFrameCount.html
  commentId: M:UnityEngine.VR.VRStats.TryGetDroppedFrameCount(System.Int32@)
  nameWithType: VRStats.TryGetDroppedFrameCount(out int)
  type: Method
- uid: UnityEngine.VR.VRStats.TryGetFramePresentCount(System.Int32@)
  name: TryGetFramePresentCount(out int)
  fullName: UnityEngine.VR.VRStats.TryGetFramePresentCount(out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRStats.TryGetFramePresentCount.html
  commentId: M:UnityEngine.VR.VRStats.TryGetFramePresentCount(System.Int32@)
  nameWithType: VRStats.TryGetFramePresentCount(out int)
  type: Method
- uid: UnityEngine.VR.VRStats.TryGetGPUTimeLastFrame(System.Single@)
  name: TryGetGPUTimeLastFrame(out float)
  fullName: UnityEngine.VR.VRStats.TryGetGPUTimeLastFrame(out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.VRStats.TryGetGPUTimeLastFrame.html
  commentId: M:UnityEngine.VR.VRStats.TryGetGPUTimeLastFrame(System.Single@)
  nameWithType: VRStats.TryGetGPUTimeLastFrame(out float)
  type: Method
- uid: UnityEngine.VR.WSA
  name: UnityEngine.VR.WSA
  fullName: UnityEngine.VR.WSA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.VR.WSA
  nameWithType: UnityEngine.VR.WSA
  type: Namespace
- uid: UnityEngine.VR.WSA.HolographicSettings
  name: HolographicSettings
  fullName: UnityEngine.VR.WSA.HolographicSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.HolographicSettings.html
  commentId: T:UnityEngine.VR.WSA.HolographicSettings
  nameWithType: HolographicSettings
  type: Class
- uid: UnityEngine.VR.WSA.HolographicSettings.ActivateLatentFramePresentation(System.Boolean)
  name: ActivateLatentFramePresentation(bool)
  fullName: UnityEngine.VR.WSA.HolographicSettings.ActivateLatentFramePresentation(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.HolographicSettings.ActivateLatentFramePresentation.html
  commentId: M:UnityEngine.VR.WSA.HolographicSettings.ActivateLatentFramePresentation(System.Boolean)
  nameWithType: HolographicSettings.ActivateLatentFramePresentation(bool)
  type: Method
- uid: UnityEngine.VR.WSA.HolographicSettings.IsLatentFramePresentation
  name: IsLatentFramePresentation
  fullName: UnityEngine.VR.WSA.HolographicSettings.IsLatentFramePresentation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.HolographicSettings.IsLatentFramePresentation.html
  commentId: P:UnityEngine.VR.WSA.HolographicSettings.IsLatentFramePresentation
  nameWithType: HolographicSettings.IsLatentFramePresentation
  type: Property
- uid: UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetFocusPointForFrame(Vector3, Vector3, Vector3)
  fullName: UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.HolographicSettings.SetFocusPointForFrame.html
  commentId: M:UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HolographicSettings.SetFocusPointForFrame(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetFocusPointForFrame(Vector3, Vector3)
  fullName: UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.HolographicSettings.SetFocusPointForFrame.html
  commentId: M:UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HolographicSettings.SetFocusPointForFrame(Vector3, Vector3)
  type: Method
- uid: UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3)
  name: SetFocusPointForFrame(Vector3)
  fullName: UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.HolographicSettings.SetFocusPointForFrame.html
  commentId: M:UnityEngine.VR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3)
  nameWithType: HolographicSettings.SetFocusPointForFrame(Vector3)
  type: Method
- uid: UnityEngine.VR.WSA.Input
  name: UnityEngine.VR.WSA.Input
  fullName: UnityEngine.VR.WSA.Input
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.VR.WSA.Input
  nameWithType: UnityEngine.VR.WSA.Input
  type: Namespace
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer
  name: GestureRecognizer
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer
  nameWithType: GestureRecognizer
  type: Class
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.#ctor
  name: GestureRecognizer()
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.GestureRecognizer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer-ctor.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.#ctor
  nameWithType: GestureRecognizer.GestureRecognizer()
  type: Constructor
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.CancelGestures
  name: CancelGestures()
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.CancelGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.CancelGestures.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.CancelGestures
  nameWithType: GestureRecognizer.CancelGestures()
  type: Method
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.Dispose
  name: Dispose()
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.Dispose.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.Dispose
  nameWithType: GestureRecognizer.Dispose()
  type: Method
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.Finalize
  name: ~GestureRecognizer()
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.~GestureRecognizer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.Finalize.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.Finalize
  nameWithType: GestureRecognizer.~GestureRecognizer()
  type: Method
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.GestureErrorDelegate
  name: GestureRecognizer.GestureErrorDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.GestureErrorDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.GestureErrorDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.GestureErrorDelegate
  nameWithType: GestureRecognizer.GestureErrorDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.GestureErrorEvent
  name: GestureErrorEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.GestureErrorEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.GestureErrorEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.GestureErrorEvent
  nameWithType: GestureRecognizer.GestureErrorEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.GetRecognizableGestures
  name: GetRecognizableGestures()
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.GetRecognizableGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.GetRecognizableGestures.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.GetRecognizableGestures
  nameWithType: GestureRecognizer.GetRecognizableGestures()
  type: Method
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCanceledEvent
  name: HoldCanceledEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCanceledEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.HoldCanceledEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCanceledEvent
  nameWithType: GestureRecognizer.HoldCanceledEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCanceledEventDelegate
  name: GestureRecognizer.HoldCanceledEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCanceledEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.HoldCanceledEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCanceledEventDelegate
  nameWithType: GestureRecognizer.HoldCanceledEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCompletedEvent
  name: HoldCompletedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCompletedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.HoldCompletedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCompletedEvent
  nameWithType: GestureRecognizer.HoldCompletedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCompletedEventDelegate
  name: GestureRecognizer.HoldCompletedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCompletedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.HoldCompletedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.HoldCompletedEventDelegate
  nameWithType: GestureRecognizer.HoldCompletedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldStartedEvent
  name: HoldStartedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldStartedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.HoldStartedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.HoldStartedEvent
  nameWithType: GestureRecognizer.HoldStartedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldStartedEventDelegate
  name: GestureRecognizer.HoldStartedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.HoldStartedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.HoldStartedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.HoldStartedEventDelegate
  nameWithType: GestureRecognizer.HoldStartedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.IsCapturingGestures
  name: IsCapturingGestures()
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.IsCapturingGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.IsCapturingGestures.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.IsCapturingGestures
  nameWithType: GestureRecognizer.IsCapturingGestures()
  type: Method
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCanceledEvent
  name: ManipulationCanceledEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCanceledEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.ManipulationCanceledEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCanceledEvent
  nameWithType: GestureRecognizer.ManipulationCanceledEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCanceledEventDelegate
  name: GestureRecognizer.ManipulationCanceledEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCanceledEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.ManipulationCanceledEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCanceledEventDelegate
  nameWithType: GestureRecognizer.ManipulationCanceledEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCompletedEvent
  name: ManipulationCompletedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCompletedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.ManipulationCompletedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCompletedEvent
  nameWithType: GestureRecognizer.ManipulationCompletedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCompletedEventDelegate
  name: GestureRecognizer.ManipulationCompletedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCompletedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.ManipulationCompletedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationCompletedEventDelegate
  nameWithType: GestureRecognizer.ManipulationCompletedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationStartedEvent
  name: ManipulationStartedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationStartedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.ManipulationStartedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationStartedEvent
  nameWithType: GestureRecognizer.ManipulationStartedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationStartedEventDelegate
  name: GestureRecognizer.ManipulationStartedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationStartedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.ManipulationStartedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationStartedEventDelegate
  nameWithType: GestureRecognizer.ManipulationStartedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationUpdatedEvent
  name: ManipulationUpdatedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationUpdatedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.ManipulationUpdatedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationUpdatedEvent
  nameWithType: GestureRecognizer.ManipulationUpdatedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationUpdatedEventDelegate
  name: GestureRecognizer.ManipulationUpdatedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationUpdatedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.ManipulationUpdatedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.ManipulationUpdatedEventDelegate
  nameWithType: GestureRecognizer.ManipulationUpdatedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCanceledEvent
  name: NavigationCanceledEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCanceledEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.NavigationCanceledEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCanceledEvent
  nameWithType: GestureRecognizer.NavigationCanceledEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCanceledEventDelegate
  name: GestureRecognizer.NavigationCanceledEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCanceledEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.NavigationCanceledEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCanceledEventDelegate
  nameWithType: GestureRecognizer.NavigationCanceledEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCompletedEvent
  name: NavigationCompletedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCompletedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.NavigationCompletedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCompletedEvent
  nameWithType: GestureRecognizer.NavigationCompletedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCompletedEventDelegate
  name: GestureRecognizer.NavigationCompletedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCompletedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.NavigationCompletedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationCompletedEventDelegate
  nameWithType: GestureRecognizer.NavigationCompletedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationStartedEvent
  name: NavigationStartedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationStartedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.NavigationStartedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationStartedEvent
  nameWithType: GestureRecognizer.NavigationStartedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationStartedEventDelegate
  name: GestureRecognizer.NavigationStartedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationStartedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.NavigationStartedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationStartedEventDelegate
  nameWithType: GestureRecognizer.NavigationStartedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationUpdatedEvent
  name: NavigationUpdatedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationUpdatedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.NavigationUpdatedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationUpdatedEvent
  nameWithType: GestureRecognizer.NavigationUpdatedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationUpdatedEventDelegate
  name: GestureRecognizer.NavigationUpdatedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationUpdatedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.NavigationUpdatedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.NavigationUpdatedEventDelegate
  nameWithType: GestureRecognizer.NavigationUpdatedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionEndedEvent
  name: RecognitionEndedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionEndedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.RecognitionEndedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionEndedEvent
  nameWithType: GestureRecognizer.RecognitionEndedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionEndedEventDelegate
  name: GestureRecognizer.RecognitionEndedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionEndedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.RecognitionEndedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionEndedEventDelegate
  nameWithType: GestureRecognizer.RecognitionEndedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionStartedEvent
  name: RecognitionStartedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionStartedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.RecognitionStartedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionStartedEvent
  nameWithType: GestureRecognizer.RecognitionStartedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionStartedEventDelegate
  name: GestureRecognizer.RecognitionStartedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionStartedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.RecognitionStartedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.RecognitionStartedEventDelegate
  nameWithType: GestureRecognizer.RecognitionStartedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.SetRecognizableGestures(UnityEngine.VR.WSA.Input.GestureSettings)
  name: SetRecognizableGestures(GestureSettings)
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.SetRecognizableGestures(UnityEngine.VR.WSA.Input.GestureSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.SetRecognizableGestures.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.SetRecognizableGestures(UnityEngine.VR.WSA.Input.GestureSettings)
  nameWithType: GestureRecognizer.SetRecognizableGestures(GestureSettings)
  type: Method
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.StartCapturingGestures
  name: StartCapturingGestures()
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.StartCapturingGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.StartCapturingGestures.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.StartCapturingGestures
  nameWithType: GestureRecognizer.StartCapturingGestures()
  type: Method
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.StopCapturingGestures
  name: StopCapturingGestures()
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.StopCapturingGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.StopCapturingGestures.html
  commentId: M:UnityEngine.VR.WSA.Input.GestureRecognizer.StopCapturingGestures
  nameWithType: GestureRecognizer.StopCapturingGestures()
  type: Method
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.TappedEvent
  name: TappedEvent
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.TappedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.TappedEvent.html
  commentId: E:UnityEngine.VR.WSA.Input.GestureRecognizer.TappedEvent
  nameWithType: GestureRecognizer.TappedEvent
  type: Event
- uid: UnityEngine.VR.WSA.Input.GestureRecognizer.TappedEventDelegate
  name: GestureRecognizer.TappedEventDelegate
  fullName: UnityEngine.VR.WSA.Input.GestureRecognizer.TappedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureRecognizer.TappedEventDelegate.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureRecognizer.TappedEventDelegate
  nameWithType: GestureRecognizer.TappedEventDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.GestureSettings
  name: GestureSettings
  fullName: UnityEngine.VR.WSA.Input.GestureSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.html
  commentId: T:UnityEngine.VR.WSA.Input.GestureSettings
  nameWithType: GestureSettings
  type: Enum
- uid: UnityEngine.VR.WSA.Input.GestureSettings.DoubleTap
  name: DoubleTap
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.DoubleTap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.DoubleTap.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.DoubleTap
  nameWithType: GestureSettings.DoubleTap
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.Hold
  name: Hold
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.Hold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.Hold.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.Hold
  nameWithType: GestureSettings.Hold
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.ManipulationTranslate
  name: ManipulationTranslate
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.ManipulationTranslate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.ManipulationTranslate.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.ManipulationTranslate
  nameWithType: GestureSettings.ManipulationTranslate
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsX
  name: NavigationRailsX
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.NavigationRailsX.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsX
  nameWithType: GestureSettings.NavigationRailsX
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsY
  name: NavigationRailsY
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.NavigationRailsY.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsY
  nameWithType: GestureSettings.NavigationRailsY
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsZ
  name: NavigationRailsZ
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.NavigationRailsZ.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.NavigationRailsZ
  nameWithType: GestureSettings.NavigationRailsZ
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.NavigationX
  name: NavigationX
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.NavigationX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.NavigationX.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.NavigationX
  nameWithType: GestureSettings.NavigationX
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.NavigationY
  name: NavigationY
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.NavigationY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.NavigationY.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.NavigationY
  nameWithType: GestureSettings.NavigationY
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.NavigationZ
  name: NavigationZ
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.NavigationZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.NavigationZ.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.NavigationZ
  nameWithType: GestureSettings.NavigationZ
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.None
  name: None
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.None.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.None
  nameWithType: GestureSettings.None
  type: Field
- uid: UnityEngine.VR.WSA.Input.GestureSettings.Tap
  name: Tap
  fullName: UnityEngine.VR.WSA.Input.GestureSettings.Tap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.GestureSettings.Tap.html
  commentId: F:UnityEngine.VR.WSA.Input.GestureSettings.Tap
  nameWithType: GestureSettings.Tap
  type: Field
- uid: UnityEngine.VR.WSA.Input.InteractionManager
  name: InteractionManager
  fullName: UnityEngine.VR.WSA.Input.InteractionManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.html
  commentId: T:UnityEngine.VR.WSA.Input.InteractionManager
  nameWithType: InteractionManager
  type: Class
- uid: UnityEngine.VR.WSA.Input.InteractionManager.GetCurrentReading
  name: GetCurrentReading()
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.GetCurrentReading()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.GetCurrentReading.html
  commentId: M:UnityEngine.VR.WSA.Input.InteractionManager.GetCurrentReading
  nameWithType: InteractionManager.GetCurrentReading()
  type: Method
- uid: UnityEngine.VR.WSA.Input.InteractionManager.GetCurrentReading(UnityEngine.VR.WSA.Input.InteractionSourceState[])
  name: GetCurrentReading(InteractionSourceState[])
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.GetCurrentReading(UnityEngine.VR.WSA.Input.InteractionSourceState[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.GetCurrentReading.html
  commentId: M:UnityEngine.VR.WSA.Input.InteractionManager.GetCurrentReading(UnityEngine.VR.WSA.Input.InteractionSourceState[])
  nameWithType: InteractionManager.GetCurrentReading(InteractionSourceState[])
  type: Method
- uid: UnityEngine.VR.WSA.Input.InteractionManager.numSourceStates
  name: numSourceStates
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.numSourceStates
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager-numSourceStates.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionManager.numSourceStates
  nameWithType: InteractionManager.numSourceStates
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionManager.SourceDetected
  name: SourceDetected
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.SourceDetected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.SourceDetected.html
  commentId: E:UnityEngine.VR.WSA.Input.InteractionManager.SourceDetected
  nameWithType: InteractionManager.SourceDetected
  type: Event
- uid: UnityEngine.VR.WSA.Input.InteractionManager.SourceEventHandler
  name: InteractionManager.SourceEventHandler
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.SourceEventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.SourceEventHandler.html
  commentId: T:UnityEngine.VR.WSA.Input.InteractionManager.SourceEventHandler
  nameWithType: InteractionManager.SourceEventHandler
  type: Delegate
- uid: UnityEngine.VR.WSA.Input.InteractionManager.SourceLost
  name: SourceLost
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.SourceLost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.SourceLost.html
  commentId: E:UnityEngine.VR.WSA.Input.InteractionManager.SourceLost
  nameWithType: InteractionManager.SourceLost
  type: Event
- uid: UnityEngine.VR.WSA.Input.InteractionManager.SourcePressed
  name: SourcePressed
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.SourcePressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.SourcePressed.html
  commentId: E:UnityEngine.VR.WSA.Input.InteractionManager.SourcePressed
  nameWithType: InteractionManager.SourcePressed
  type: Event
- uid: UnityEngine.VR.WSA.Input.InteractionManager.SourceReleased
  name: SourceReleased
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.SourceReleased
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.SourceReleased.html
  commentId: E:UnityEngine.VR.WSA.Input.InteractionManager.SourceReleased
  nameWithType: InteractionManager.SourceReleased
  type: Event
- uid: UnityEngine.VR.WSA.Input.InteractionManager.SourceUpdated
  name: SourceUpdated
  fullName: UnityEngine.VR.WSA.Input.InteractionManager.SourceUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionManager.SourceUpdated.html
  commentId: E:UnityEngine.VR.WSA.Input.InteractionManager.SourceUpdated
  nameWithType: InteractionManager.SourceUpdated
  type: Event
- uid: UnityEngine.VR.WSA.Input.InteractionSource
  name: InteractionSource
  fullName: UnityEngine.VR.WSA.Input.InteractionSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSource.html
  commentId: T:UnityEngine.VR.WSA.Input.InteractionSource
  nameWithType: InteractionSource
  type: Struct
- uid: UnityEngine.VR.WSA.Input.InteractionSource.id
  name: id
  fullName: UnityEngine.VR.WSA.Input.InteractionSource.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSource-id.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSource.id
  nameWithType: InteractionSource.id
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionSource.kind
  name: kind
  fullName: UnityEngine.VR.WSA.Input.InteractionSource.kind
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSource-kind.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSource.kind
  nameWithType: InteractionSource.kind
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionSourceKind
  name: InteractionSourceKind
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceKind
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceKind.html
  commentId: T:UnityEngine.VR.WSA.Input.InteractionSourceKind
  nameWithType: InteractionSourceKind
  type: Enum
- uid: UnityEngine.VR.WSA.Input.InteractionSourceKind.Controller
  name: Controller
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceKind.Controller
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceKind.Controller.html
  commentId: F:UnityEngine.VR.WSA.Input.InteractionSourceKind.Controller
  nameWithType: InteractionSourceKind.Controller
  type: Field
- uid: UnityEngine.VR.WSA.Input.InteractionSourceKind.Hand
  name: Hand
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceKind.Hand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceKind.Hand.html
  commentId: F:UnityEngine.VR.WSA.Input.InteractionSourceKind.Hand
  nameWithType: InteractionSourceKind.Hand
  type: Field
- uid: UnityEngine.VR.WSA.Input.InteractionSourceKind.Other
  name: Other
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceKind.Other
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceKind.Other.html
  commentId: F:UnityEngine.VR.WSA.Input.InteractionSourceKind.Other
  nameWithType: InteractionSourceKind.Other
  type: Field
- uid: UnityEngine.VR.WSA.Input.InteractionSourceKind.Voice
  name: Voice
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceKind.Voice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceKind.Voice.html
  commentId: F:UnityEngine.VR.WSA.Input.InteractionSourceKind.Voice
  nameWithType: InteractionSourceKind.Voice
  type: Field
- uid: UnityEngine.VR.WSA.Input.InteractionSourceLocation
  name: InteractionSourceLocation
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceLocation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceLocation.html
  commentId: T:UnityEngine.VR.WSA.Input.InteractionSourceLocation
  nameWithType: InteractionSourceLocation
  type: Struct
- uid: UnityEngine.VR.WSA.Input.InteractionSourceLocation.TryGetPosition(UnityEngine.Vector3@)
  name: TryGetPosition(out Vector3)
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceLocation.TryGetPosition(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceLocation.TryGetPosition.html
  commentId: M:UnityEngine.VR.WSA.Input.InteractionSourceLocation.TryGetPosition(UnityEngine.Vector3@)
  nameWithType: InteractionSourceLocation.TryGetPosition(out Vector3)
  type: Method
- uid: UnityEngine.VR.WSA.Input.InteractionSourceLocation.TryGetVelocity(UnityEngine.Vector3@)
  name: TryGetVelocity(out Vector3)
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceLocation.TryGetVelocity(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceLocation.TryGetVelocity.html
  commentId: M:UnityEngine.VR.WSA.Input.InteractionSourceLocation.TryGetVelocity(UnityEngine.Vector3@)
  nameWithType: InteractionSourceLocation.TryGetVelocity(out Vector3)
  type: Method
- uid: UnityEngine.VR.WSA.Input.InteractionSourceProperties
  name: InteractionSourceProperties
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceProperties.html
  commentId: T:UnityEngine.VR.WSA.Input.InteractionSourceProperties
  nameWithType: InteractionSourceProperties
  type: Struct
- uid: UnityEngine.VR.WSA.Input.InteractionSourceProperties.location
  name: location
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceProperties.location
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceProperties-location.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSourceProperties.location
  nameWithType: InteractionSourceProperties.location
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionSourceProperties.sourceLossMitigationDirection
  name: sourceLossMitigationDirection
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceProperties.sourceLossMitigationDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceProperties-sourceLossMitigationDirection.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSourceProperties.sourceLossMitigationDirection
  nameWithType: InteractionSourceProperties.sourceLossMitigationDirection
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionSourceProperties.sourceLossRisk
  name: sourceLossRisk
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceProperties.sourceLossRisk
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceProperties-sourceLossRisk.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSourceProperties.sourceLossRisk
  nameWithType: InteractionSourceProperties.sourceLossRisk
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionSourceState
  name: InteractionSourceState
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceState.html
  commentId: T:UnityEngine.VR.WSA.Input.InteractionSourceState
  nameWithType: InteractionSourceState
  type: Struct
- uid: UnityEngine.VR.WSA.Input.InteractionSourceState.headRay
  name: headRay
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceState.headRay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceState-headRay.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSourceState.headRay
  nameWithType: InteractionSourceState.headRay
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionSourceState.pressed
  name: pressed
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceState.pressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceState-pressed.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSourceState.pressed
  nameWithType: InteractionSourceState.pressed
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionSourceState.properties
  name: properties
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceState.properties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceState-properties.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSourceState.properties
  nameWithType: InteractionSourceState.properties
  type: Property
- uid: UnityEngine.VR.WSA.Input.InteractionSourceState.source
  name: source
  fullName: UnityEngine.VR.WSA.Input.InteractionSourceState.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Input.InteractionSourceState-source.html
  commentId: P:UnityEngine.VR.WSA.Input.InteractionSourceState.source
  nameWithType: InteractionSourceState.source
  type: Property
- uid: UnityEngine.VR.WSA.Persistence
  name: UnityEngine.VR.WSA.Persistence
  fullName: UnityEngine.VR.WSA.Persistence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.VR.WSA.Persistence
  nameWithType: UnityEngine.VR.WSA.Persistence
  type: Namespace
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore
  name: WorldAnchorStore
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.html
  commentId: T:UnityEngine.VR.WSA.Persistence.WorldAnchorStore
  nameWithType: WorldAnchorStore
  type: Class
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.anchorCount
  name: anchorCount
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.anchorCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore-anchorCount.html
  commentId: P:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.anchorCount
  nameWithType: WorldAnchorStore.anchorCount
  type: Property
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Clear
  name: Clear()
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.Clear.html
  commentId: M:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Clear
  nameWithType: WorldAnchorStore.Clear()
  type: Method
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Delete(System.String)
  name: Delete(string)
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Delete(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.Delete.html
  commentId: M:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Delete(System.String)
  nameWithType: WorldAnchorStore.Delete(string)
  type: Method
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAllIds
  name: GetAllIds()
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAllIds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.GetAllIds.html
  commentId: M:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAllIds
  nameWithType: WorldAnchorStore.GetAllIds()
  type: Method
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAllIds(System.String[])
  name: GetAllIds(string[])
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAllIds(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.GetAllIds.html
  commentId: M:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAllIds(System.String[])
  nameWithType: WorldAnchorStore.GetAllIds(string[])
  type: Method
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsync(UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate)
  name: GetAsync(GetAsyncDelegate)
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsync(UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.GetAsync.html
  commentId: M:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsync(UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate)
  nameWithType: WorldAnchorStore.GetAsync(WorldAnchorStore.GetAsyncDelegate)
  type: Method
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate
  name: WorldAnchorStore.GetAsyncDelegate
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate.html
  commentId: T:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate
  nameWithType: WorldAnchorStore.GetAsyncDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Load(System.String,UnityEngine.GameObject)
  name: Load(string, GameObject)
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Load(string, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.Load.html
  commentId: M:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Load(System.String,UnityEngine.GameObject)
  nameWithType: WorldAnchorStore.Load(string, GameObject)
  type: Method
- uid: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Save(System.String,UnityEngine.VR.WSA.WorldAnchor)
  name: Save(string, WorldAnchor)
  fullName: UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Save(string, UnityEngine.VR.WSA.WorldAnchor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Persistence.WorldAnchorStore.Save.html
  commentId: M:UnityEngine.VR.WSA.Persistence.WorldAnchorStore.Save(System.String,UnityEngine.VR.WSA.WorldAnchor)
  nameWithType: WorldAnchorStore.Save(string, WorldAnchor)
  type: Method
- uid: UnityEngine.VR.WSA.PositionalLocatorState
  name: PositionalLocatorState
  fullName: UnityEngine.VR.WSA.PositionalLocatorState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.PositionalLocatorState.html
  commentId: T:UnityEngine.VR.WSA.PositionalLocatorState
  nameWithType: PositionalLocatorState
  type: Enum
- uid: UnityEngine.VR.WSA.PositionalLocatorState.Activating
  name: Activating
  fullName: UnityEngine.VR.WSA.PositionalLocatorState.Activating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.PositionalLocatorState.Activating.html
  commentId: F:UnityEngine.VR.WSA.PositionalLocatorState.Activating
  nameWithType: PositionalLocatorState.Activating
  type: Field
- uid: UnityEngine.VR.WSA.PositionalLocatorState.Active
  name: Active
  fullName: UnityEngine.VR.WSA.PositionalLocatorState.Active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.PositionalLocatorState.Active.html
  commentId: F:UnityEngine.VR.WSA.PositionalLocatorState.Active
  nameWithType: PositionalLocatorState.Active
  type: Field
- uid: UnityEngine.VR.WSA.PositionalLocatorState.Inhibited
  name: Inhibited
  fullName: UnityEngine.VR.WSA.PositionalLocatorState.Inhibited
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.PositionalLocatorState.Inhibited.html
  commentId: F:UnityEngine.VR.WSA.PositionalLocatorState.Inhibited
  nameWithType: PositionalLocatorState.Inhibited
  type: Field
- uid: UnityEngine.VR.WSA.PositionalLocatorState.OrientationOnly
  name: OrientationOnly
  fullName: UnityEngine.VR.WSA.PositionalLocatorState.OrientationOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.PositionalLocatorState.OrientationOnly.html
  commentId: F:UnityEngine.VR.WSA.PositionalLocatorState.OrientationOnly
  nameWithType: PositionalLocatorState.OrientationOnly
  type: Field
- uid: UnityEngine.VR.WSA.PositionalLocatorState.Unavailable
  name: Unavailable
  fullName: UnityEngine.VR.WSA.PositionalLocatorState.Unavailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.PositionalLocatorState.Unavailable.html
  commentId: F:UnityEngine.VR.WSA.PositionalLocatorState.Unavailable
  nameWithType: PositionalLocatorState.Unavailable
  type: Field
- uid: UnityEngine.VR.WSA.Sharing
  name: UnityEngine.VR.WSA.Sharing
  fullName: UnityEngine.VR.WSA.Sharing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.VR.WSA.Sharing
  nameWithType: UnityEngine.VR.WSA.Sharing
  type: Namespace
- uid: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason
  name: SerializationCompletionReason
  fullName: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.SerializationCompletionReason.html
  commentId: T:UnityEngine.VR.WSA.Sharing.SerializationCompletionReason
  nameWithType: SerializationCompletionReason
  type: Enum
- uid: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.AccessDenied
  name: AccessDenied
  fullName: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.AccessDenied
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.SerializationCompletionReason.AccessDenied.html
  commentId: F:UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.AccessDenied
  nameWithType: SerializationCompletionReason.AccessDenied
  type: Field
- uid: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.NotSupported
  name: NotSupported
  fullName: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.NotSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.SerializationCompletionReason.NotSupported.html
  commentId: F:UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.NotSupported
  nameWithType: SerializationCompletionReason.NotSupported
  type: Field
- uid: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.Succeeded
  name: Succeeded
  fullName: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.Succeeded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.SerializationCompletionReason.Succeeded.html
  commentId: F:UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.Succeeded
  nameWithType: SerializationCompletionReason.Succeeded
  type: Field
- uid: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.UnknownError
  name: UnknownError
  fullName: UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.UnknownError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.SerializationCompletionReason.UnknownError.html
  commentId: F:UnityEngine.VR.WSA.Sharing.SerializationCompletionReason.UnknownError
  nameWithType: SerializationCompletionReason.UnknownError
  type: Field
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch
  name: WorldAnchorTransferBatch
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.html
  commentId: T:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch
  nameWithType: WorldAnchorTransferBatch
  type: Class
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.#ctor
  name: WorldAnchorTransferBatch()
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.WorldAnchorTransferBatch()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch-ctor.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.#ctor
  nameWithType: WorldAnchorTransferBatch.WorldAnchorTransferBatch()
  type: Constructor
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.AddWorldAnchor(System.String,UnityEngine.VR.WSA.WorldAnchor)
  name: AddWorldAnchor(string, WorldAnchor)
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.AddWorldAnchor(string, UnityEngine.VR.WSA.WorldAnchor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.AddWorldAnchor.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.AddWorldAnchor(System.String,UnityEngine.VR.WSA.WorldAnchor)
  nameWithType: WorldAnchorTransferBatch.AddWorldAnchor(string, WorldAnchor)
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.anchorCount
  name: anchorCount
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.anchorCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch-anchorCount.html
  commentId: P:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.anchorCount
  nameWithType: WorldAnchorTransferBatch.anchorCount
  type: Property
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate
  name: WorldAnchorTransferBatch.DeserializationCompleteDelegate
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate.html
  commentId: T:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate
  nameWithType: WorldAnchorTransferBatch.DeserializationCompleteDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.Dispose
  name: Dispose()
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.Dispose.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.Dispose
  nameWithType: WorldAnchorTransferBatch.Dispose()
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ExportAsync(UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch,UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate,UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate)
  name: ExportAsync(WorldAnchorTransferBatch, SerializationDataAvailableDelegate, SerializationCompleteDelegate)
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ExportAsync(UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch, UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate, UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.ExportAsync.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ExportAsync(UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch,UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate,UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate)
  nameWithType: WorldAnchorTransferBatch.ExportAsync(WorldAnchorTransferBatch, WorldAnchorTransferBatch.SerializationDataAvailableDelegate, WorldAnchorTransferBatch.SerializationCompleteDelegate)
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.Finalize
  name: ~WorldAnchorTransferBatch()
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.~WorldAnchorTransferBatch()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.Finalize.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.Finalize
  nameWithType: WorldAnchorTransferBatch.~WorldAnchorTransferBatch()
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds
  name: GetAllIds()
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds
  nameWithType: WorldAnchorTransferBatch.GetAllIds()
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds(System.String[])
  name: GetAllIds(string[])
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds(System.String[])
  nameWithType: WorldAnchorTransferBatch.GetAllIds(string[])
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(System.Byte[],System.Int32,System.Int32,UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  name: ImportAsync(byte[], int, int, DeserializationCompleteDelegate)
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(byte[], int, int, UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(System.Byte[],System.Int32,System.Int32,UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  nameWithType: WorldAnchorTransferBatch.ImportAsync(byte[], int, int, WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(System.Byte[],UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  name: ImportAsync(byte[], DeserializationCompleteDelegate)
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(byte[], UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(System.Byte[],UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  nameWithType: WorldAnchorTransferBatch.ImportAsync(byte[], WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.LockObject(System.String,UnityEngine.GameObject)
  name: LockObject(string, GameObject)
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.LockObject(string, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.LockObject.html
  commentId: M:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.LockObject(System.String,UnityEngine.GameObject)
  nameWithType: WorldAnchorTransferBatch.LockObject(string, GameObject)
  type: Method
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate
  name: WorldAnchorTransferBatch.SerializationCompleteDelegate
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate.html
  commentId: T:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate
  nameWithType: WorldAnchorTransferBatch.SerializationCompleteDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  name: WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  fullName: UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate.html
  commentId: T:UnityEngine.VR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  nameWithType: WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.SurfaceChange
  name: SurfaceChange
  fullName: UnityEngine.VR.WSA.SurfaceChange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceChange.html
  commentId: T:UnityEngine.VR.WSA.SurfaceChange
  nameWithType: SurfaceChange
  type: Enum
- uid: UnityEngine.VR.WSA.SurfaceChange.Added
  name: Added
  fullName: UnityEngine.VR.WSA.SurfaceChange.Added
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceChange.Added.html
  commentId: F:UnityEngine.VR.WSA.SurfaceChange.Added
  nameWithType: SurfaceChange.Added
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceChange.Removed
  name: Removed
  fullName: UnityEngine.VR.WSA.SurfaceChange.Removed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceChange.Removed.html
  commentId: F:UnityEngine.VR.WSA.SurfaceChange.Removed
  nameWithType: SurfaceChange.Removed
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceChange.Updated
  name: Updated
  fullName: UnityEngine.VR.WSA.SurfaceChange.Updated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceChange.Updated.html
  commentId: F:UnityEngine.VR.WSA.SurfaceChange.Updated
  nameWithType: SurfaceChange.Updated
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceData
  name: SurfaceData
  fullName: UnityEngine.VR.WSA.SurfaceData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceData.html
  commentId: T:UnityEngine.VR.WSA.SurfaceData
  nameWithType: SurfaceData
  type: Struct
- uid: UnityEngine.VR.WSA.SurfaceData.#ctor(UnityEngine.VR.WSA.SurfaceId,UnityEngine.MeshFilter,UnityEngine.VR.WSA.WorldAnchor,UnityEngine.MeshCollider,System.Single,System.Boolean)
  name: SurfaceData(SurfaceId, MeshFilter, WorldAnchor, MeshCollider, float, bool)
  fullName: UnityEngine.VR.WSA.SurfaceData.SurfaceData(UnityEngine.VR.WSA.SurfaceId, UnityEngine.MeshFilter, UnityEngine.VR.WSA.WorldAnchor, UnityEngine.MeshCollider, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceData-ctor.html
  commentId: M:UnityEngine.VR.WSA.SurfaceData.#ctor(UnityEngine.VR.WSA.SurfaceId,UnityEngine.MeshFilter,UnityEngine.VR.WSA.WorldAnchor,UnityEngine.MeshCollider,System.Single,System.Boolean)
  nameWithType: SurfaceData.SurfaceData(SurfaceId, MeshFilter, WorldAnchor, MeshCollider, float, bool)
  type: Constructor
- uid: UnityEngine.VR.WSA.SurfaceData.bakeCollider
  name: bakeCollider
  fullName: UnityEngine.VR.WSA.SurfaceData.bakeCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceData-bakeCollider.html
  commentId: F:UnityEngine.VR.WSA.SurfaceData.bakeCollider
  nameWithType: SurfaceData.bakeCollider
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceData.id
  name: id
  fullName: UnityEngine.VR.WSA.SurfaceData.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceData-id.html
  commentId: F:UnityEngine.VR.WSA.SurfaceData.id
  nameWithType: SurfaceData.id
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceData.outputAnchor
  name: outputAnchor
  fullName: UnityEngine.VR.WSA.SurfaceData.outputAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceData-outputAnchor.html
  commentId: F:UnityEngine.VR.WSA.SurfaceData.outputAnchor
  nameWithType: SurfaceData.outputAnchor
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceData.outputCollider
  name: outputCollider
  fullName: UnityEngine.VR.WSA.SurfaceData.outputCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceData-outputCollider.html
  commentId: F:UnityEngine.VR.WSA.SurfaceData.outputCollider
  nameWithType: SurfaceData.outputCollider
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceData.outputMesh
  name: outputMesh
  fullName: UnityEngine.VR.WSA.SurfaceData.outputMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceData-outputMesh.html
  commentId: F:UnityEngine.VR.WSA.SurfaceData.outputMesh
  nameWithType: SurfaceData.outputMesh
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceData.trianglesPerCubicMeter
  name: trianglesPerCubicMeter
  fullName: UnityEngine.VR.WSA.SurfaceData.trianglesPerCubicMeter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceData-trianglesPerCubicMeter.html
  commentId: F:UnityEngine.VR.WSA.SurfaceData.trianglesPerCubicMeter
  nameWithType: SurfaceData.trianglesPerCubicMeter
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceId
  name: SurfaceId
  fullName: UnityEngine.VR.WSA.SurfaceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceId.html
  commentId: T:UnityEngine.VR.WSA.SurfaceId
  nameWithType: SurfaceId
  type: Struct
- uid: UnityEngine.VR.WSA.SurfaceId.handle
  name: handle
  fullName: UnityEngine.VR.WSA.SurfaceId.handle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceId-handle.html
  commentId: F:UnityEngine.VR.WSA.SurfaceId.handle
  nameWithType: SurfaceId.handle
  type: Field
- uid: UnityEngine.VR.WSA.SurfaceObserver
  name: SurfaceObserver
  fullName: UnityEngine.VR.WSA.SurfaceObserver
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.html
  commentId: T:UnityEngine.VR.WSA.SurfaceObserver
  nameWithType: SurfaceObserver
  type: Class
- uid: UnityEngine.VR.WSA.SurfaceObserver.#ctor
  name: SurfaceObserver()
  fullName: UnityEngine.VR.WSA.SurfaceObserver.SurfaceObserver()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver-ctor.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.#ctor
  nameWithType: SurfaceObserver.SurfaceObserver()
  type: Constructor
- uid: UnityEngine.VR.WSA.SurfaceObserver.Dispose
  name: Dispose()
  fullName: UnityEngine.VR.WSA.SurfaceObserver.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.Dispose.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.Dispose
  nameWithType: SurfaceObserver.Dispose()
  type: Method
- uid: UnityEngine.VR.WSA.SurfaceObserver.Finalize
  name: ~SurfaceObserver()
  fullName: UnityEngine.VR.WSA.SurfaceObserver.~SurfaceObserver()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.Finalize.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.Finalize
  nameWithType: SurfaceObserver.~SurfaceObserver()
  type: Method
- uid: UnityEngine.VR.WSA.SurfaceObserver.RequestMeshAsync(UnityEngine.VR.WSA.SurfaceData,UnityEngine.VR.WSA.SurfaceObserver.SurfaceDataReadyDelegate)
  name: RequestMeshAsync(SurfaceData, SurfaceDataReadyDelegate)
  fullName: UnityEngine.VR.WSA.SurfaceObserver.RequestMeshAsync(UnityEngine.VR.WSA.SurfaceData, UnityEngine.VR.WSA.SurfaceObserver.SurfaceDataReadyDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.RequestMeshAsync.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.RequestMeshAsync(UnityEngine.VR.WSA.SurfaceData,UnityEngine.VR.WSA.SurfaceObserver.SurfaceDataReadyDelegate)
  nameWithType: SurfaceObserver.RequestMeshAsync(SurfaceData, SurfaceObserver.SurfaceDataReadyDelegate)
  type: Method
- uid: UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsAxisAlignedBox(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetVolumeAsAxisAlignedBox(Vector3, Vector3)
  fullName: UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsAxisAlignedBox(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.SetVolumeAsAxisAlignedBox.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsAxisAlignedBox(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: SurfaceObserver.SetVolumeAsAxisAlignedBox(Vector3, Vector3)
  type: Method
- uid: UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsFrustum(UnityEngine.Plane[])
  name: SetVolumeAsFrustum(Plane[])
  fullName: UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsFrustum(UnityEngine.Plane[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.SetVolumeAsFrustum.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsFrustum(UnityEngine.Plane[])
  nameWithType: SurfaceObserver.SetVolumeAsFrustum(Plane[])
  type: Method
- uid: UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsOrientedBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: SetVolumeAsOrientedBox(Vector3, Vector3, Quaternion)
  fullName: UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsOrientedBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.SetVolumeAsOrientedBox.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsOrientedBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: SurfaceObserver.SetVolumeAsOrientedBox(Vector3, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsSphere(UnityEngine.Vector3,System.Single)
  name: SetVolumeAsSphere(Vector3, float)
  fullName: UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsSphere(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.SetVolumeAsSphere.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.SetVolumeAsSphere(UnityEngine.Vector3,System.Single)
  nameWithType: SurfaceObserver.SetVolumeAsSphere(Vector3, float)
  type: Method
- uid: UnityEngine.VR.WSA.SurfaceObserver.SurfaceChangedDelegate
  name: SurfaceObserver.SurfaceChangedDelegate
  fullName: UnityEngine.VR.WSA.SurfaceObserver.SurfaceChangedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.SurfaceChangedDelegate.html
  commentId: T:UnityEngine.VR.WSA.SurfaceObserver.SurfaceChangedDelegate
  nameWithType: SurfaceObserver.SurfaceChangedDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.SurfaceObserver.SurfaceDataReadyDelegate
  name: SurfaceObserver.SurfaceDataReadyDelegate
  fullName: UnityEngine.VR.WSA.SurfaceObserver.SurfaceDataReadyDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.SurfaceDataReadyDelegate.html
  commentId: T:UnityEngine.VR.WSA.SurfaceObserver.SurfaceDataReadyDelegate
  nameWithType: SurfaceObserver.SurfaceDataReadyDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.SurfaceObserver.Update(UnityEngine.VR.WSA.SurfaceObserver.SurfaceChangedDelegate)
  name: Update(SurfaceChangedDelegate)
  fullName: UnityEngine.VR.WSA.SurfaceObserver.Update(UnityEngine.VR.WSA.SurfaceObserver.SurfaceChangedDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.SurfaceObserver.Update.html
  commentId: M:UnityEngine.VR.WSA.SurfaceObserver.Update(UnityEngine.VR.WSA.SurfaceObserver.SurfaceChangedDelegate)
  nameWithType: SurfaceObserver.Update(SurfaceObserver.SurfaceChangedDelegate)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam
  name: UnityEngine.VR.WSA.WebCam
  fullName: UnityEngine.VR.WSA.WebCam
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.VR.WSA.WebCam
  nameWithType: UnityEngine.VR.WSA.WebCam
  type: Namespace
- uid: UnityEngine.VR.WSA.WebCam.CameraParameters
  name: CameraParameters
  fullName: UnityEngine.VR.WSA.WebCam.CameraParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CameraParameters.html
  commentId: T:UnityEngine.VR.WSA.WebCam.CameraParameters
  nameWithType: CameraParameters
  type: Struct
- uid: UnityEngine.VR.WSA.WebCam.CameraParameters.#ctor(UnityEngine.VR.WSA.WebCam.WebCamMode)
  name: CameraParameters(WebCamMode)
  fullName: UnityEngine.VR.WSA.WebCam.CameraParameters.CameraParameters(UnityEngine.VR.WSA.WebCam.WebCamMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CameraParameters-ctor.html
  commentId: M:UnityEngine.VR.WSA.WebCam.CameraParameters.#ctor(UnityEngine.VR.WSA.WebCam.WebCamMode)
  nameWithType: CameraParameters.CameraParameters(WebCamMode)
  type: Constructor
- uid: UnityEngine.VR.WSA.WebCam.CameraParameters.cameraResolutionHeight
  name: cameraResolutionHeight
  fullName: UnityEngine.VR.WSA.WebCam.CameraParameters.cameraResolutionHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CameraParameters-cameraResolutionHeight.html
  commentId: P:UnityEngine.VR.WSA.WebCam.CameraParameters.cameraResolutionHeight
  nameWithType: CameraParameters.cameraResolutionHeight
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.CameraParameters.cameraResolutionWidth
  name: cameraResolutionWidth
  fullName: UnityEngine.VR.WSA.WebCam.CameraParameters.cameraResolutionWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CameraParameters-cameraResolutionWidth.html
  commentId: P:UnityEngine.VR.WSA.WebCam.CameraParameters.cameraResolutionWidth
  nameWithType: CameraParameters.cameraResolutionWidth
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.CameraParameters.frameRate
  name: frameRate
  fullName: UnityEngine.VR.WSA.WebCam.CameraParameters.frameRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CameraParameters-frameRate.html
  commentId: P:UnityEngine.VR.WSA.WebCam.CameraParameters.frameRate
  nameWithType: CameraParameters.frameRate
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.CameraParameters.hologramOpacity
  name: hologramOpacity
  fullName: UnityEngine.VR.WSA.WebCam.CameraParameters.hologramOpacity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CameraParameters-hologramOpacity.html
  commentId: P:UnityEngine.VR.WSA.WebCam.CameraParameters.hologramOpacity
  nameWithType: CameraParameters.hologramOpacity
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.CameraParameters.pixelFormat
  name: pixelFormat
  fullName: UnityEngine.VR.WSA.WebCam.CameraParameters.pixelFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CameraParameters-pixelFormat.html
  commentId: P:UnityEngine.VR.WSA.WebCam.CameraParameters.pixelFormat
  nameWithType: CameraParameters.pixelFormat
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.CapturePixelFormat
  name: CapturePixelFormat
  fullName: UnityEngine.VR.WSA.WebCam.CapturePixelFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CapturePixelFormat.html
  commentId: T:UnityEngine.VR.WSA.WebCam.CapturePixelFormat
  nameWithType: CapturePixelFormat
  type: Enum
- uid: UnityEngine.VR.WSA.WebCam.CapturePixelFormat.BGRA32
  name: BGRA32
  fullName: UnityEngine.VR.WSA.WebCam.CapturePixelFormat.BGRA32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CapturePixelFormat.BGRA32.html
  commentId: F:UnityEngine.VR.WSA.WebCam.CapturePixelFormat.BGRA32
  nameWithType: CapturePixelFormat.BGRA32
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.CapturePixelFormat.JPEG
  name: JPEG
  fullName: UnityEngine.VR.WSA.WebCam.CapturePixelFormat.JPEG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CapturePixelFormat.JPEG.html
  commentId: F:UnityEngine.VR.WSA.WebCam.CapturePixelFormat.JPEG
  nameWithType: CapturePixelFormat.JPEG
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.CapturePixelFormat.NV12
  name: NV12
  fullName: UnityEngine.VR.WSA.WebCam.CapturePixelFormat.NV12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CapturePixelFormat.NV12.html
  commentId: F:UnityEngine.VR.WSA.WebCam.CapturePixelFormat.NV12
  nameWithType: CapturePixelFormat.NV12
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.CapturePixelFormat.PNG
  name: PNG
  fullName: UnityEngine.VR.WSA.WebCam.CapturePixelFormat.PNG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.CapturePixelFormat.PNG.html
  commentId: F:UnityEngine.VR.WSA.WebCam.CapturePixelFormat.PNG
  nameWithType: CapturePixelFormat.PNG
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture
  name: PhotoCapture
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCapture
  nameWithType: PhotoCapture
  type: Class
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType
  name: PhotoCapture.CaptureResultType
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.CaptureResultType.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType
  nameWithType: PhotoCapture.CaptureResultType
  type: Enum
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType.Success
  name: Success
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType.Success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.CaptureResultType.Success.html
  commentId: F:UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType.Success
  nameWithType: PhotoCapture.CaptureResultType.Success
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType.UnknownError
  name: UnknownError
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType.UnknownError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.CaptureResultType.UnknownError.html
  commentId: F:UnityEngine.VR.WSA.WebCam.PhotoCapture.CaptureResultType.UnknownError
  nameWithType: PhotoCapture.CaptureResultType.UnknownError
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.CreateAsync(System.Boolean,UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback)
  name: CreateAsync(bool, OnCaptureResourceCreatedCallback)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.CreateAsync(bool, UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.CreateAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCapture.CreateAsync(System.Boolean,UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback)
  nameWithType: PhotoCapture.CreateAsync(bool, PhotoCapture.OnCaptureResourceCreatedCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.Dispose
  name: Dispose()
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.Dispose.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCapture.Dispose
  nameWithType: PhotoCapture.Dispose()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.Finalize
  name: ~PhotoCapture()
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.~PhotoCapture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.Finalize.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCapture.Finalize
  nameWithType: PhotoCapture.~PhotoCapture()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.GetUnsafePointerToVideoDeviceController
  name: GetUnsafePointerToVideoDeviceController()
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.GetUnsafePointerToVideoDeviceController()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.GetUnsafePointerToVideoDeviceController.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCapture.GetUnsafePointerToVideoDeviceController
  nameWithType: PhotoCapture.GetUnsafePointerToVideoDeviceController()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback
  name: PhotoCapture.OnCapturedToDiskCallback
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback
  nameWithType: PhotoCapture.OnCapturedToDiskCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback
  name: PhotoCapture.OnCapturedToMemoryCallback
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback
  nameWithType: PhotoCapture.OnCapturedToMemoryCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback
  name: PhotoCapture.OnCaptureResourceCreatedCallback
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback
  nameWithType: PhotoCapture.OnCaptureResourceCreatedCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback
  name: PhotoCapture.OnPhotoModeStartedCallback
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback
  nameWithType: PhotoCapture.OnPhotoModeStartedCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback
  name: PhotoCapture.OnPhotoModeStoppedCallback
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback
  nameWithType: PhotoCapture.OnPhotoModeStoppedCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult
  name: PhotoCapture.PhotoCaptureResult
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult
  nameWithType: PhotoCapture.PhotoCaptureResult
  type: Struct
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.hResult
  name: hResult
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.hResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult-hResult.html
  commentId: F:UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.hResult
  nameWithType: PhotoCapture.PhotoCaptureResult.hResult
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.resultType
  name: resultType
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.resultType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult-resultType.html
  commentId: F:UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.resultType
  nameWithType: PhotoCapture.PhotoCaptureResult.resultType
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.success
  name: success
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult-success.html
  commentId: P:UnityEngine.VR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.success
  nameWithType: PhotoCapture.PhotoCaptureResult.success
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.StartPhotoModeAsync(UnityEngine.VR.WSA.WebCam.CameraParameters,UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback)
  name: StartPhotoModeAsync(CameraParameters, OnPhotoModeStartedCallback)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.StartPhotoModeAsync(UnityEngine.VR.WSA.WebCam.CameraParameters, UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.StartPhotoModeAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCapture.StartPhotoModeAsync(UnityEngine.VR.WSA.WebCam.CameraParameters,UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback)
  nameWithType: PhotoCapture.StartPhotoModeAsync(CameraParameters, PhotoCapture.OnPhotoModeStartedCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.StopPhotoModeAsync(UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback)
  name: StopPhotoModeAsync(OnPhotoModeStoppedCallback)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.StopPhotoModeAsync(UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.StopPhotoModeAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCapture.StopPhotoModeAsync(UnityEngine.VR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback)
  nameWithType: PhotoCapture.StopPhotoModeAsync(PhotoCapture.OnPhotoModeStoppedCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.SupportedResolutions
  name: SupportedResolutions
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.SupportedResolutions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.SupportedResolutions.html
  commentId: P:UnityEngine.VR.WSA.WebCam.PhotoCapture.SupportedResolutions
  nameWithType: PhotoCapture.SupportedResolutions
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.TakePhotoAsync(System.String,UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat,UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback)
  name: TakePhotoAsync(string, PhotoCaptureFileOutputFormat, OnCapturedToDiskCallback)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.TakePhotoAsync(string, UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat, UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.TakePhotoAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCapture.TakePhotoAsync(System.String,UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat,UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback)
  nameWithType: PhotoCapture.TakePhotoAsync(string, PhotoCaptureFileOutputFormat, PhotoCapture.OnCapturedToDiskCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCapture.TakePhotoAsync(UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback)
  name: TakePhotoAsync(OnCapturedToMemoryCallback)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCapture.TakePhotoAsync(UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCapture.TakePhotoAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCapture.TakePhotoAsync(UnityEngine.VR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback)
  nameWithType: PhotoCapture.TakePhotoAsync(PhotoCapture.OnCapturedToMemoryCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat
  name: PhotoCaptureFileOutputFormat
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFileOutputFormat.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat
  nameWithType: PhotoCaptureFileOutputFormat
  type: Enum
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat.JPG
  name: JPG
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat.JPG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFileOutputFormat.JPG.html
  commentId: F:UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat.JPG
  nameWithType: PhotoCaptureFileOutputFormat.JPG
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat.PNG
  name: PNG
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat.PNG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFileOutputFormat.PNG.html
  commentId: F:UnityEngine.VR.WSA.WebCam.PhotoCaptureFileOutputFormat.PNG
  nameWithType: PhotoCaptureFileOutputFormat.PNG
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame
  name: PhotoCaptureFrame
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.html
  commentId: T:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame
  nameWithType: PhotoCaptureFrame
  type: Class
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.CopyRawImageDataIntoBuffer(System.Collections.Generic.List{System.Byte})
  name: CopyRawImageDataIntoBuffer(List<byte>)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.CopyRawImageDataIntoBuffer(System.Collections.Generic.List<byte>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.CopyRawImageDataIntoBuffer.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.CopyRawImageDataIntoBuffer(System.Collections.Generic.List{System.Byte})
  nameWithType: PhotoCaptureFrame.CopyRawImageDataIntoBuffer(List<byte>)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.dataLength
  name: dataLength
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.dataLength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame-dataLength.html
  commentId: P:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.dataLength
  nameWithType: PhotoCaptureFrame.dataLength
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.Dispose
  name: Dispose()
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.Dispose.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.Dispose
  nameWithType: PhotoCaptureFrame.Dispose()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.Finalize
  name: ~PhotoCaptureFrame()
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.~PhotoCaptureFrame()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.Finalize.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.Finalize
  nameWithType: PhotoCaptureFrame.~PhotoCaptureFrame()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.GetUnsafePointerToBuffer
  name: GetUnsafePointerToBuffer()
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.GetUnsafePointerToBuffer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.GetUnsafePointerToBuffer.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.GetUnsafePointerToBuffer
  nameWithType: PhotoCaptureFrame.GetUnsafePointerToBuffer()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.hasLocationData
  name: hasLocationData
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.hasLocationData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame-hasLocationData.html
  commentId: P:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.hasLocationData
  nameWithType: PhotoCaptureFrame.hasLocationData
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.pixelFormat
  name: pixelFormat
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.pixelFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame-pixelFormat.html
  commentId: P:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.pixelFormat
  nameWithType: PhotoCaptureFrame.pixelFormat
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetCameraToWorldMatrix(UnityEngine.Matrix4x4@)
  name: TryGetCameraToWorldMatrix(out Matrix4x4)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetCameraToWorldMatrix(out UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.TryGetCameraToWorldMatrix.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetCameraToWorldMatrix(UnityEngine.Matrix4x4@)
  nameWithType: PhotoCaptureFrame.TryGetCameraToWorldMatrix(out Matrix4x4)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(System.Single,System.Single,UnityEngine.Matrix4x4@)
  name: TryGetProjectionMatrix(float, float, out Matrix4x4)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(float, float, out UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(System.Single,System.Single,UnityEngine.Matrix4x4@)
  nameWithType: PhotoCaptureFrame.TryGetProjectionMatrix(float, float, out Matrix4x4)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(UnityEngine.Matrix4x4@)
  name: TryGetProjectionMatrix(out Matrix4x4)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(out UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(UnityEngine.Matrix4x4@)
  nameWithType: PhotoCaptureFrame.TryGetProjectionMatrix(out Matrix4x4)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.UploadImageDataToTexture(UnityEngine.Texture2D)
  name: UploadImageDataToTexture(Texture2D)
  fullName: UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.UploadImageDataToTexture(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.PhotoCaptureFrame.UploadImageDataToTexture.html
  commentId: M:UnityEngine.VR.WSA.WebCam.PhotoCaptureFrame.UploadImageDataToTexture(UnityEngine.Texture2D)
  nameWithType: PhotoCaptureFrame.UploadImageDataToTexture(Texture2D)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture
  name: VideoCapture
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture
  nameWithType: VideoCapture
  type: Class
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState
  name: VideoCapture.AudioState
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.AudioState.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState
  nameWithType: VideoCapture.AudioState
  type: Enum
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.ApplicationAndMicAudio
  name: ApplicationAndMicAudio
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.ApplicationAndMicAudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.AudioState.ApplicationAndMicAudio.html
  commentId: F:UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.ApplicationAndMicAudio
  nameWithType: VideoCapture.AudioState.ApplicationAndMicAudio
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.ApplicationAudio
  name: ApplicationAudio
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.ApplicationAudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.AudioState.ApplicationAudio.html
  commentId: F:UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.ApplicationAudio
  nameWithType: VideoCapture.AudioState.ApplicationAudio
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.MicAudio
  name: MicAudio
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.MicAudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.AudioState.MicAudio.html
  commentId: F:UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.MicAudio
  nameWithType: VideoCapture.AudioState.MicAudio
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.None
  name: None
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.AudioState.None.html
  commentId: F:UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState.None
  nameWithType: VideoCapture.AudioState.None
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType
  name: VideoCapture.CaptureResultType
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.CaptureResultType.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType
  nameWithType: VideoCapture.CaptureResultType
  type: Enum
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType.Success
  name: Success
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType.Success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.CaptureResultType.Success.html
  commentId: F:UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType.Success
  nameWithType: VideoCapture.CaptureResultType.Success
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType.UnknownError
  name: UnknownError
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType.UnknownError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.CaptureResultType.UnknownError.html
  commentId: F:UnityEngine.VR.WSA.WebCam.VideoCapture.CaptureResultType.UnknownError
  nameWithType: VideoCapture.CaptureResultType.UnknownError
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.CreateAsync(System.Boolean,UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback)
  name: CreateAsync(bool, OnVideoCaptureResourceCreatedCallback)
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.CreateAsync(bool, UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.CreateAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.CreateAsync(System.Boolean,UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback)
  nameWithType: VideoCapture.CreateAsync(bool, VideoCapture.OnVideoCaptureResourceCreatedCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.Dispose
  name: Dispose()
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.Dispose.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.Dispose
  nameWithType: VideoCapture.Dispose()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.Finalize
  name: ~VideoCapture()
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.~VideoCapture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.Finalize.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.Finalize
  nameWithType: VideoCapture.~VideoCapture()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.GetSupportedFrameRatesForResolution(UnityEngine.Resolution)
  name: GetSupportedFrameRatesForResolution(Resolution)
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.GetSupportedFrameRatesForResolution(UnityEngine.Resolution)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.GetSupportedFrameRatesForResolution.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.GetSupportedFrameRatesForResolution(UnityEngine.Resolution)
  nameWithType: VideoCapture.GetSupportedFrameRatesForResolution(Resolution)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.GetUnsafePointerToVideoDeviceController
  name: GetUnsafePointerToVideoDeviceController()
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.GetUnsafePointerToVideoDeviceController()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.GetUnsafePointerToVideoDeviceController.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.GetUnsafePointerToVideoDeviceController
  nameWithType: VideoCapture.GetUnsafePointerToVideoDeviceController()
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.IsRecording
  name: IsRecording
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.IsRecording
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.IsRecording.html
  commentId: P:UnityEngine.VR.WSA.WebCam.VideoCapture.IsRecording
  nameWithType: VideoCapture.IsRecording
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback
  name: VideoCapture.OnStartedRecordingVideoCallback
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback
  nameWithType: VideoCapture.OnStartedRecordingVideoCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback
  name: VideoCapture.OnStoppedRecordingVideoCallback
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback
  nameWithType: VideoCapture.OnStoppedRecordingVideoCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback
  name: VideoCapture.OnVideoCaptureResourceCreatedCallback
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback
  nameWithType: VideoCapture.OnVideoCaptureResourceCreatedCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback
  name: VideoCapture.OnVideoModeStartedCallback
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback
  nameWithType: VideoCapture.OnVideoModeStartedCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback
  name: VideoCapture.OnVideoModeStoppedCallback
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback
  nameWithType: VideoCapture.OnVideoModeStoppedCallback
  type: Delegate
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.StartRecordingAsync(System.String,UnityEngine.VR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback)
  name: StartRecordingAsync(string, OnStartedRecordingVideoCallback)
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.StartRecordingAsync(string, UnityEngine.VR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.StartRecordingAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.StartRecordingAsync(System.String,UnityEngine.VR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback)
  nameWithType: VideoCapture.StartRecordingAsync(string, VideoCapture.OnStartedRecordingVideoCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.StartVideoModeAsync(UnityEngine.VR.WSA.WebCam.CameraParameters,UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState,UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback)
  name: StartVideoModeAsync(CameraParameters, AudioState, OnVideoModeStartedCallback)
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.StartVideoModeAsync(UnityEngine.VR.WSA.WebCam.CameraParameters, UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState, UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.StartVideoModeAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.StartVideoModeAsync(UnityEngine.VR.WSA.WebCam.CameraParameters,UnityEngine.VR.WSA.WebCam.VideoCapture.AudioState,UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback)
  nameWithType: VideoCapture.StartVideoModeAsync(CameraParameters, VideoCapture.AudioState, VideoCapture.OnVideoModeStartedCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.StopRecordingAsync(UnityEngine.VR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback)
  name: StopRecordingAsync(OnStoppedRecordingVideoCallback)
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.StopRecordingAsync(UnityEngine.VR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.StopRecordingAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.StopRecordingAsync(UnityEngine.VR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback)
  nameWithType: VideoCapture.StopRecordingAsync(VideoCapture.OnStoppedRecordingVideoCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.StopVideoModeAsync(UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback)
  name: StopVideoModeAsync(OnVideoModeStoppedCallback)
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.StopVideoModeAsync(UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.StopVideoModeAsync.html
  commentId: M:UnityEngine.VR.WSA.WebCam.VideoCapture.StopVideoModeAsync(UnityEngine.VR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback)
  nameWithType: VideoCapture.StopVideoModeAsync(VideoCapture.OnVideoModeStoppedCallback)
  type: Method
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.SupportedResolutions
  name: SupportedResolutions
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.SupportedResolutions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.SupportedResolutions.html
  commentId: P:UnityEngine.VR.WSA.WebCam.VideoCapture.SupportedResolutions
  nameWithType: VideoCapture.SupportedResolutions
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult
  name: VideoCapture.VideoCaptureResult
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.VideoCaptureResult.html
  commentId: T:UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult
  nameWithType: VideoCapture.VideoCaptureResult
  type: Struct
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.hResult
  name: hResult
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.hResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.VideoCaptureResult-hResult.html
  commentId: F:UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.hResult
  nameWithType: VideoCapture.VideoCaptureResult.hResult
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.resultType
  name: resultType
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.resultType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.VideoCaptureResult-resultType.html
  commentId: F:UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.resultType
  nameWithType: VideoCapture.VideoCaptureResult.resultType
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.success
  name: success
  fullName: UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.VideoCapture.VideoCaptureResult-success.html
  commentId: P:UnityEngine.VR.WSA.WebCam.VideoCapture.VideoCaptureResult.success
  nameWithType: VideoCapture.VideoCaptureResult.success
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.WebCam
  name: WebCam
  fullName: UnityEngine.VR.WSA.WebCam.WebCam
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.WebCam.html
  commentId: T:UnityEngine.VR.WSA.WebCam.WebCam
  nameWithType: WebCam
  type: Class
- uid: UnityEngine.VR.WSA.WebCam.WebCam.Mode
  name: Mode
  fullName: UnityEngine.VR.WSA.WebCam.WebCam.Mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.WebCam.Mode.html
  commentId: P:UnityEngine.VR.WSA.WebCam.WebCam.Mode
  nameWithType: WebCam.Mode
  type: Property
- uid: UnityEngine.VR.WSA.WebCam.WebCamMode
  name: WebCamMode
  fullName: UnityEngine.VR.WSA.WebCam.WebCamMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.WebCamMode.html
  commentId: T:UnityEngine.VR.WSA.WebCam.WebCamMode
  nameWithType: WebCamMode
  type: Enum
- uid: UnityEngine.VR.WSA.WebCam.WebCamMode.None
  name: None
  fullName: UnityEngine.VR.WSA.WebCam.WebCamMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.WebCamMode.None.html
  commentId: F:UnityEngine.VR.WSA.WebCam.WebCamMode.None
  nameWithType: WebCamMode.None
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.WebCamMode.PhotoMode
  name: PhotoMode
  fullName: UnityEngine.VR.WSA.WebCam.WebCamMode.PhotoMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.WebCamMode.PhotoMode.html
  commentId: F:UnityEngine.VR.WSA.WebCam.WebCamMode.PhotoMode
  nameWithType: WebCamMode.PhotoMode
  type: Field
- uid: UnityEngine.VR.WSA.WebCam.WebCamMode.VideoMode
  name: VideoMode
  fullName: UnityEngine.VR.WSA.WebCam.WebCamMode.VideoMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WebCam.WebCamMode.VideoMode.html
  commentId: F:UnityEngine.VR.WSA.WebCam.WebCamMode.VideoMode
  nameWithType: WebCamMode.VideoMode
  type: Field
- uid: UnityEngine.VR.WSA.WorldAnchor
  name: WorldAnchor
  fullName: UnityEngine.VR.WSA.WorldAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldAnchor.html
  commentId: T:UnityEngine.VR.WSA.WorldAnchor
  nameWithType: WorldAnchor
  type: Class
- uid: UnityEngine.VR.WSA.WorldAnchor.GetNativeSpatialAnchorPtr
  name: GetNativeSpatialAnchorPtr()
  fullName: UnityEngine.VR.WSA.WorldAnchor.GetNativeSpatialAnchorPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldAnchor.GetNativeSpatialAnchorPtr.html
  commentId: M:UnityEngine.VR.WSA.WorldAnchor.GetNativeSpatialAnchorPtr
  nameWithType: WorldAnchor.GetNativeSpatialAnchorPtr()
  type: Method
- uid: UnityEngine.VR.WSA.WorldAnchor.isLocated
  name: isLocated
  fullName: UnityEngine.VR.WSA.WorldAnchor.isLocated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldAnchor-isLocated.html
  commentId: P:UnityEngine.VR.WSA.WorldAnchor.isLocated
  nameWithType: WorldAnchor.isLocated
  type: Property
- uid: UnityEngine.VR.WSA.WorldAnchor.OnTrackingChanged
  name: OnTrackingChanged
  fullName: UnityEngine.VR.WSA.WorldAnchor.OnTrackingChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldAnchor.OnTrackingChanged.html
  commentId: E:UnityEngine.VR.WSA.WorldAnchor.OnTrackingChanged
  nameWithType: WorldAnchor.OnTrackingChanged
  type: Event
- uid: UnityEngine.VR.WSA.WorldAnchor.OnTrackingChangedDelegate
  name: WorldAnchor.OnTrackingChangedDelegate
  fullName: UnityEngine.VR.WSA.WorldAnchor.OnTrackingChangedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldAnchor.OnTrackingChangedDelegate.html
  commentId: T:UnityEngine.VR.WSA.WorldAnchor.OnTrackingChangedDelegate
  nameWithType: WorldAnchor.OnTrackingChangedDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.WorldAnchor.SetNativeSpatialAnchorPtr(System.IntPtr)
  name: SetNativeSpatialAnchorPtr(IntPtr)
  fullName: UnityEngine.VR.WSA.WorldAnchor.SetNativeSpatialAnchorPtr(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldAnchor.SetNativeSpatialAnchorPtr.html
  commentId: M:UnityEngine.VR.WSA.WorldAnchor.SetNativeSpatialAnchorPtr(System.IntPtr)
  nameWithType: WorldAnchor.SetNativeSpatialAnchorPtr(IntPtr)
  type: Method
- uid: UnityEngine.VR.WSA.WorldManager
  name: WorldManager
  fullName: UnityEngine.VR.WSA.WorldManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldManager.html
  commentId: T:UnityEngine.VR.WSA.WorldManager
  nameWithType: WorldManager
  type: Class
- uid: UnityEngine.VR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr
  name: GetNativeISpatialCoordinateSystemPtr()
  fullName: UnityEngine.VR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr.html
  commentId: M:UnityEngine.VR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr
  nameWithType: WorldManager.GetNativeISpatialCoordinateSystemPtr()
  type: Method
- uid: UnityEngine.VR.WSA.WorldManager.OnPositionalLocatorStateChanged
  name: OnPositionalLocatorStateChanged
  fullName: UnityEngine.VR.WSA.WorldManager.OnPositionalLocatorStateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldManager.OnPositionalLocatorStateChanged.html
  commentId: E:UnityEngine.VR.WSA.WorldManager.OnPositionalLocatorStateChanged
  nameWithType: WorldManager.OnPositionalLocatorStateChanged
  type: Event
- uid: UnityEngine.VR.WSA.WorldManager.OnPositionalLocatorStateChangedDelegate
  name: WorldManager.OnPositionalLocatorStateChangedDelegate
  fullName: UnityEngine.VR.WSA.WorldManager.OnPositionalLocatorStateChangedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldManager.OnPositionalLocatorStateChangedDelegate.html
  commentId: T:UnityEngine.VR.WSA.WorldManager.OnPositionalLocatorStateChangedDelegate
  nameWithType: WorldManager.OnPositionalLocatorStateChangedDelegate
  type: Delegate
- uid: UnityEngine.VR.WSA.WorldManager.state
  name: state
  fullName: UnityEngine.VR.WSA.WorldManager.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VR.WSA.WorldManager-state.html
  commentId: P:UnityEngine.VR.WSA.WorldManager.state
  nameWithType: WorldManager.state
  type: Property
- uid: UnityEngine.VRTextureUsage
  name: VRTextureUsage
  fullName: UnityEngine.VRTextureUsage
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VRTextureUsage.html
  commentId: T:UnityEngine.VRTextureUsage
  nameWithType: VRTextureUsage
  type: Enum
- uid: UnityEngine.VRTextureUsage.None
  name: None
  fullName: UnityEngine.VRTextureUsage.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VRTextureUsage.None.html
  commentId: F:UnityEngine.VRTextureUsage.None
  nameWithType: VRTextureUsage.None
  type: Field
- uid: UnityEngine.VRTextureUsage.OneEye
  name: OneEye
  fullName: UnityEngine.VRTextureUsage.OneEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VRTextureUsage.OneEye.html
  commentId: F:UnityEngine.VRTextureUsage.OneEye
  nameWithType: VRTextureUsage.OneEye
  type: Field
- uid: UnityEngine.VRTextureUsage.TwoEyes
  name: TwoEyes
  fullName: UnityEngine.VRTextureUsage.TwoEyes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/VRTextureUsage.TwoEyes.html
  commentId: F:UnityEngine.VRTextureUsage.TwoEyes
  nameWithType: VRTextureUsage.TwoEyes
  type: Field
- uid: UnityEngine.WaitForEndOfFrame
  name: WaitForEndOfFrame
  fullName: UnityEngine.WaitForEndOfFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitForEndOfFrame.html
  commentId: T:UnityEngine.WaitForEndOfFrame
  nameWithType: WaitForEndOfFrame
  type: Class
- uid: UnityEngine.WaitForFixedUpdate
  name: WaitForFixedUpdate
  fullName: UnityEngine.WaitForFixedUpdate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitForFixedUpdate.html
  commentId: T:UnityEngine.WaitForFixedUpdate
  nameWithType: WaitForFixedUpdate
  type: Class
- uid: UnityEngine.WaitForSeconds
  name: WaitForSeconds
  fullName: UnityEngine.WaitForSeconds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitForSeconds.html
  commentId: T:UnityEngine.WaitForSeconds
  nameWithType: WaitForSeconds
  type: Class
- uid: UnityEngine.WaitForSeconds.#ctor(System.Single)
  name: WaitForSeconds(float)
  fullName: UnityEngine.WaitForSeconds.WaitForSeconds(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitForSeconds-ctor.html
  commentId: M:UnityEngine.WaitForSeconds.#ctor(System.Single)
  nameWithType: WaitForSeconds.WaitForSeconds(float)
  type: Constructor
- uid: UnityEngine.WaitForSecondsRealtime
  name: WaitForSecondsRealtime
  fullName: UnityEngine.WaitForSecondsRealtime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitForSecondsRealtime.html
  commentId: T:UnityEngine.WaitForSecondsRealtime
  nameWithType: WaitForSecondsRealtime
  type: Class
- uid: UnityEngine.WaitForSecondsRealtime.#ctor(System.Single)
  name: WaitForSecondsRealtime(float)
  fullName: UnityEngine.WaitForSecondsRealtime.WaitForSecondsRealtime(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitForSecondsRealtime-ctor.html
  commentId: M:UnityEngine.WaitForSecondsRealtime.#ctor(System.Single)
  nameWithType: WaitForSecondsRealtime.WaitForSecondsRealtime(float)
  type: Constructor
- uid: UnityEngine.WaitForSecondsRealtime.keepWaiting
  name: keepWaiting
  fullName: UnityEngine.WaitForSecondsRealtime.keepWaiting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitForSecondsRealtime-keepWaiting.html
  commentId: P:UnityEngine.WaitForSecondsRealtime.keepWaiting
  nameWithType: WaitForSecondsRealtime.keepWaiting
  type: Property
- uid: UnityEngine.WaitUntil
  name: WaitUntil
  fullName: UnityEngine.WaitUntil
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitUntil.html
  commentId: T:UnityEngine.WaitUntil
  nameWithType: WaitUntil
  type: Class
- uid: UnityEngine.WaitUntil.#ctor(System.Func{System.Boolean})
  name: WaitUntil(Func<bool>)
  fullName: UnityEngine.WaitUntil.WaitUntil(System.Func<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitUntil-ctor.html
  commentId: M:UnityEngine.WaitUntil.#ctor(System.Func{System.Boolean})
  nameWithType: WaitUntil.WaitUntil(Func<bool>)
  type: Constructor
- uid: UnityEngine.WaitUntil.keepWaiting
  name: keepWaiting
  fullName: UnityEngine.WaitUntil.keepWaiting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitUntil-keepWaiting.html
  commentId: P:UnityEngine.WaitUntil.keepWaiting
  nameWithType: WaitUntil.keepWaiting
  type: Property
- uid: UnityEngine.WaitWhile
  name: WaitWhile
  fullName: UnityEngine.WaitWhile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitWhile.html
  commentId: T:UnityEngine.WaitWhile
  nameWithType: WaitWhile
  type: Class
- uid: UnityEngine.WaitWhile.#ctor(System.Func{System.Boolean})
  name: WaitWhile(Func<bool>)
  fullName: UnityEngine.WaitWhile.WaitWhile(System.Func<bool>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitWhile-ctor.html
  commentId: M:UnityEngine.WaitWhile.#ctor(System.Func{System.Boolean})
  nameWithType: WaitWhile.WaitWhile(Func<bool>)
  type: Constructor
- uid: UnityEngine.WaitWhile.keepWaiting
  name: keepWaiting
  fullName: UnityEngine.WaitWhile.keepWaiting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WaitWhile-keepWaiting.html
  commentId: P:UnityEngine.WaitWhile.keepWaiting
  nameWithType: WaitWhile.keepWaiting
  type: Property
- uid: UnityEngine.WebCamDevice
  name: WebCamDevice
  fullName: UnityEngine.WebCamDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamDevice.html
  commentId: T:UnityEngine.WebCamDevice
  nameWithType: WebCamDevice
  type: Struct
- uid: UnityEngine.WebCamDevice.isFrontFacing
  name: isFrontFacing
  fullName: UnityEngine.WebCamDevice.isFrontFacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamDevice-isFrontFacing.html
  commentId: P:UnityEngine.WebCamDevice.isFrontFacing
  nameWithType: WebCamDevice.isFrontFacing
  type: Property
- uid: UnityEngine.WebCamDevice.name
  name: name
  fullName: UnityEngine.WebCamDevice.name
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamDevice-name.html
  commentId: P:UnityEngine.WebCamDevice.name
  nameWithType: WebCamDevice.name
  type: Property
- uid: UnityEngine.WebCamFlags
  name: WebCamFlags
  fullName: UnityEngine.WebCamFlags
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamFlags.html
  commentId: T:UnityEngine.WebCamFlags
  nameWithType: WebCamFlags
  type: Enum
- uid: UnityEngine.WebCamFlags.FrontFacing
  name: FrontFacing
  fullName: UnityEngine.WebCamFlags.FrontFacing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamFlags.FrontFacing.html
  commentId: F:UnityEngine.WebCamFlags.FrontFacing
  nameWithType: WebCamFlags.FrontFacing
  type: Field
- uid: UnityEngine.WebCamTexture
  name: WebCamTexture
  fullName: UnityEngine.WebCamTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.html
  commentId: T:UnityEngine.WebCamTexture
  nameWithType: WebCamTexture
  type: Class
- uid: UnityEngine.WebCamTexture.#ctor
  name: WebCamTexture()
  fullName: UnityEngine.WebCamTexture.WebCamTexture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-ctor.html
  commentId: M:UnityEngine.WebCamTexture.#ctor
  nameWithType: WebCamTexture.WebCamTexture()
  type: Constructor
- uid: UnityEngine.WebCamTexture.#ctor(System.Int32,System.Int32,System.Int32)
  name: WebCamTexture(int, int, int)
  fullName: UnityEngine.WebCamTexture.WebCamTexture(int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-ctor.html
  commentId: M:UnityEngine.WebCamTexture.#ctor(System.Int32,System.Int32,System.Int32)
  nameWithType: WebCamTexture.WebCamTexture(int, int, int)
  type: Constructor
- uid: UnityEngine.WebCamTexture.#ctor(System.Int32,System.Int32)
  name: WebCamTexture(int, int)
  fullName: UnityEngine.WebCamTexture.WebCamTexture(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-ctor.html
  commentId: M:UnityEngine.WebCamTexture.#ctor(System.Int32,System.Int32)
  nameWithType: WebCamTexture.WebCamTexture(int, int)
  type: Constructor
- uid: UnityEngine.WebCamTexture.#ctor(System.String,System.Int32,System.Int32,System.Int32)
  name: WebCamTexture(string, int, int, int)
  fullName: UnityEngine.WebCamTexture.WebCamTexture(string, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-ctor.html
  commentId: M:UnityEngine.WebCamTexture.#ctor(System.String,System.Int32,System.Int32,System.Int32)
  nameWithType: WebCamTexture.WebCamTexture(string, int, int, int)
  type: Constructor
- uid: UnityEngine.WebCamTexture.#ctor(System.String,System.Int32,System.Int32)
  name: WebCamTexture(string, int, int)
  fullName: UnityEngine.WebCamTexture.WebCamTexture(string, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-ctor.html
  commentId: M:UnityEngine.WebCamTexture.#ctor(System.String,System.Int32,System.Int32)
  nameWithType: WebCamTexture.WebCamTexture(string, int, int)
  type: Constructor
- uid: UnityEngine.WebCamTexture.#ctor(System.String)
  name: WebCamTexture(string)
  fullName: UnityEngine.WebCamTexture.WebCamTexture(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-ctor.html
  commentId: M:UnityEngine.WebCamTexture.#ctor(System.String)
  nameWithType: WebCamTexture.WebCamTexture(string)
  type: Constructor
- uid: UnityEngine.WebCamTexture.deviceName
  name: deviceName
  fullName: UnityEngine.WebCamTexture.deviceName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-deviceName.html
  commentId: P:UnityEngine.WebCamTexture.deviceName
  nameWithType: WebCamTexture.deviceName
  type: Property
- uid: UnityEngine.WebCamTexture.devices
  name: devices
  fullName: UnityEngine.WebCamTexture.devices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-devices.html
  commentId: P:UnityEngine.WebCamTexture.devices
  nameWithType: WebCamTexture.devices
  type: Property
- uid: UnityEngine.WebCamTexture.didUpdateThisFrame
  name: didUpdateThisFrame
  fullName: UnityEngine.WebCamTexture.didUpdateThisFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-didUpdateThisFrame.html
  commentId: P:UnityEngine.WebCamTexture.didUpdateThisFrame
  nameWithType: WebCamTexture.didUpdateThisFrame
  type: Property
- uid: UnityEngine.WebCamTexture.GetPixel(System.Int32,System.Int32)
  name: GetPixel(int, int)
  fullName: UnityEngine.WebCamTexture.GetPixel(int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.GetPixel.html
  commentId: M:UnityEngine.WebCamTexture.GetPixel(System.Int32,System.Int32)
  nameWithType: WebCamTexture.GetPixel(int, int)
  type: Method
- uid: UnityEngine.WebCamTexture.GetPixels
  name: GetPixels()
  fullName: UnityEngine.WebCamTexture.GetPixels()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.GetPixels.html
  commentId: M:UnityEngine.WebCamTexture.GetPixels
  nameWithType: WebCamTexture.GetPixels()
  type: Method
- uid: UnityEngine.WebCamTexture.GetPixels(System.Int32,System.Int32,System.Int32,System.Int32)
  name: GetPixels(int, int, int, int)
  fullName: UnityEngine.WebCamTexture.GetPixels(int, int, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.GetPixels.html
  commentId: M:UnityEngine.WebCamTexture.GetPixels(System.Int32,System.Int32,System.Int32,System.Int32)
  nameWithType: WebCamTexture.GetPixels(int, int, int, int)
  type: Method
- uid: UnityEngine.WebCamTexture.GetPixels32
  name: GetPixels32()
  fullName: UnityEngine.WebCamTexture.GetPixels32()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.GetPixels32.html
  commentId: M:UnityEngine.WebCamTexture.GetPixels32
  nameWithType: WebCamTexture.GetPixels32()
  type: Method
- uid: UnityEngine.WebCamTexture.GetPixels32(UnityEngine.Color32[])
  name: GetPixels32(Color32[])
  fullName: UnityEngine.WebCamTexture.GetPixels32(UnityEngine.Color32[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.GetPixels32.html
  commentId: M:UnityEngine.WebCamTexture.GetPixels32(UnityEngine.Color32[])
  nameWithType: WebCamTexture.GetPixels32(Color32[])
  type: Method
- uid: UnityEngine.WebCamTexture.isPlaying
  name: isPlaying
  fullName: UnityEngine.WebCamTexture.isPlaying
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-isPlaying.html
  commentId: P:UnityEngine.WebCamTexture.isPlaying
  nameWithType: WebCamTexture.isPlaying
  type: Property
- uid: UnityEngine.WebCamTexture.isReadable
  name: isReadable
  fullName: UnityEngine.WebCamTexture.isReadable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-isReadable.html
  commentId: P:UnityEngine.WebCamTexture.isReadable
  nameWithType: WebCamTexture.isReadable
  type: Property
- uid: UnityEngine.WebCamTexture.MarkNonReadable
  name: MarkNonReadable()
  fullName: UnityEngine.WebCamTexture.MarkNonReadable()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.MarkNonReadable.html
  commentId: M:UnityEngine.WebCamTexture.MarkNonReadable
  nameWithType: WebCamTexture.MarkNonReadable()
  type: Method
- uid: UnityEngine.WebCamTexture.Pause
  name: Pause()
  fullName: UnityEngine.WebCamTexture.Pause()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.Pause.html
  commentId: M:UnityEngine.WebCamTexture.Pause
  nameWithType: WebCamTexture.Pause()
  type: Method
- uid: UnityEngine.WebCamTexture.Play
  name: Play()
  fullName: UnityEngine.WebCamTexture.Play()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.Play.html
  commentId: M:UnityEngine.WebCamTexture.Play
  nameWithType: WebCamTexture.Play()
  type: Method
- uid: UnityEngine.WebCamTexture.requestedFPS
  name: requestedFPS
  fullName: UnityEngine.WebCamTexture.requestedFPS
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-requestedFPS.html
  commentId: P:UnityEngine.WebCamTexture.requestedFPS
  nameWithType: WebCamTexture.requestedFPS
  type: Property
- uid: UnityEngine.WebCamTexture.requestedHeight
  name: requestedHeight
  fullName: UnityEngine.WebCamTexture.requestedHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-requestedHeight.html
  commentId: P:UnityEngine.WebCamTexture.requestedHeight
  nameWithType: WebCamTexture.requestedHeight
  type: Property
- uid: UnityEngine.WebCamTexture.requestedWidth
  name: requestedWidth
  fullName: UnityEngine.WebCamTexture.requestedWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-requestedWidth.html
  commentId: P:UnityEngine.WebCamTexture.requestedWidth
  nameWithType: WebCamTexture.requestedWidth
  type: Property
- uid: UnityEngine.WebCamTexture.Stop
  name: Stop()
  fullName: UnityEngine.WebCamTexture.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture.Stop.html
  commentId: M:UnityEngine.WebCamTexture.Stop
  nameWithType: WebCamTexture.Stop()
  type: Method
- uid: UnityEngine.WebCamTexture.videoRotationAngle
  name: videoRotationAngle
  fullName: UnityEngine.WebCamTexture.videoRotationAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-videoRotationAngle.html
  commentId: P:UnityEngine.WebCamTexture.videoRotationAngle
  nameWithType: WebCamTexture.videoRotationAngle
  type: Property
- uid: UnityEngine.WebCamTexture.videoVerticallyMirrored
  name: videoVerticallyMirrored
  fullName: UnityEngine.WebCamTexture.videoVerticallyMirrored
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WebCamTexture-videoVerticallyMirrored.html
  commentId: P:UnityEngine.WebCamTexture.videoVerticallyMirrored
  nameWithType: WebCamTexture.videoVerticallyMirrored
  type: Property
- uid: UnityEngine.WheelCollider
  name: WheelCollider
  fullName: UnityEngine.WheelCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider.html
  commentId: T:UnityEngine.WheelCollider
  nameWithType: WheelCollider
  type: Class
- uid: UnityEngine.WheelCollider.brakeTorque
  name: brakeTorque
  fullName: UnityEngine.WheelCollider.brakeTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-brakeTorque.html
  commentId: P:UnityEngine.WheelCollider.brakeTorque
  nameWithType: WheelCollider.brakeTorque
  type: Property
- uid: UnityEngine.WheelCollider.center
  name: center
  fullName: UnityEngine.WheelCollider.center
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-center.html
  commentId: P:UnityEngine.WheelCollider.center
  nameWithType: WheelCollider.center
  type: Property
- uid: UnityEngine.WheelCollider.ConfigureVehicleSubsteps(System.Single,System.Int32,System.Int32)
  name: ConfigureVehicleSubsteps(float, int, int)
  fullName: UnityEngine.WheelCollider.ConfigureVehicleSubsteps(float, int, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider.ConfigureVehicleSubsteps.html
  commentId: M:UnityEngine.WheelCollider.ConfigureVehicleSubsteps(System.Single,System.Int32,System.Int32)
  nameWithType: WheelCollider.ConfigureVehicleSubsteps(float, int, int)
  type: Method
- uid: UnityEngine.WheelCollider.forceAppPointDistance
  name: forceAppPointDistance
  fullName: UnityEngine.WheelCollider.forceAppPointDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-forceAppPointDistance.html
  commentId: P:UnityEngine.WheelCollider.forceAppPointDistance
  nameWithType: WheelCollider.forceAppPointDistance
  type: Property
- uid: UnityEngine.WheelCollider.forwardFriction
  name: forwardFriction
  fullName: UnityEngine.WheelCollider.forwardFriction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-forwardFriction.html
  commentId: P:UnityEngine.WheelCollider.forwardFriction
  nameWithType: WheelCollider.forwardFriction
  type: Property
- uid: UnityEngine.WheelCollider.GetGroundHit(UnityEngine.WheelHit@)
  name: GetGroundHit(out WheelHit)
  fullName: UnityEngine.WheelCollider.GetGroundHit(out UnityEngine.WheelHit)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider.GetGroundHit.html
  commentId: M:UnityEngine.WheelCollider.GetGroundHit(UnityEngine.WheelHit@)
  nameWithType: WheelCollider.GetGroundHit(out WheelHit)
  type: Method
- uid: UnityEngine.WheelCollider.GetWorldPose(UnityEngine.Vector3@,UnityEngine.Quaternion@)
  name: GetWorldPose(out Vector3, out Quaternion)
  fullName: UnityEngine.WheelCollider.GetWorldPose(out UnityEngine.Vector3, out UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider.GetWorldPose.html
  commentId: M:UnityEngine.WheelCollider.GetWorldPose(UnityEngine.Vector3@,UnityEngine.Quaternion@)
  nameWithType: WheelCollider.GetWorldPose(out Vector3, out Quaternion)
  type: Method
- uid: UnityEngine.WheelCollider.isGrounded
  name: isGrounded
  fullName: UnityEngine.WheelCollider.isGrounded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-isGrounded.html
  commentId: P:UnityEngine.WheelCollider.isGrounded
  nameWithType: WheelCollider.isGrounded
  type: Property
- uid: UnityEngine.WheelCollider.mass
  name: mass
  fullName: UnityEngine.WheelCollider.mass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-mass.html
  commentId: P:UnityEngine.WheelCollider.mass
  nameWithType: WheelCollider.mass
  type: Property
- uid: UnityEngine.WheelCollider.motorTorque
  name: motorTorque
  fullName: UnityEngine.WheelCollider.motorTorque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-motorTorque.html
  commentId: P:UnityEngine.WheelCollider.motorTorque
  nameWithType: WheelCollider.motorTorque
  type: Property
- uid: UnityEngine.WheelCollider.radius
  name: radius
  fullName: UnityEngine.WheelCollider.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-radius.html
  commentId: P:UnityEngine.WheelCollider.radius
  nameWithType: WheelCollider.radius
  type: Property
- uid: UnityEngine.WheelCollider.rpm
  name: rpm
  fullName: UnityEngine.WheelCollider.rpm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-rpm.html
  commentId: P:UnityEngine.WheelCollider.rpm
  nameWithType: WheelCollider.rpm
  type: Property
- uid: UnityEngine.WheelCollider.sidewaysFriction
  name: sidewaysFriction
  fullName: UnityEngine.WheelCollider.sidewaysFriction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-sidewaysFriction.html
  commentId: P:UnityEngine.WheelCollider.sidewaysFriction
  nameWithType: WheelCollider.sidewaysFriction
  type: Property
- uid: UnityEngine.WheelCollider.sprungMass
  name: sprungMass
  fullName: UnityEngine.WheelCollider.sprungMass
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-sprungMass.html
  commentId: P:UnityEngine.WheelCollider.sprungMass
  nameWithType: WheelCollider.sprungMass
  type: Property
- uid: UnityEngine.WheelCollider.steerAngle
  name: steerAngle
  fullName: UnityEngine.WheelCollider.steerAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-steerAngle.html
  commentId: P:UnityEngine.WheelCollider.steerAngle
  nameWithType: WheelCollider.steerAngle
  type: Property
- uid: UnityEngine.WheelCollider.suspensionDistance
  name: suspensionDistance
  fullName: UnityEngine.WheelCollider.suspensionDistance
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-suspensionDistance.html
  commentId: P:UnityEngine.WheelCollider.suspensionDistance
  nameWithType: WheelCollider.suspensionDistance
  type: Property
- uid: UnityEngine.WheelCollider.suspensionSpring
  name: suspensionSpring
  fullName: UnityEngine.WheelCollider.suspensionSpring
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-suspensionSpring.html
  commentId: P:UnityEngine.WheelCollider.suspensionSpring
  nameWithType: WheelCollider.suspensionSpring
  type: Property
- uid: UnityEngine.WheelCollider.wheelDampingRate
  name: wheelDampingRate
  fullName: UnityEngine.WheelCollider.wheelDampingRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelCollider-wheelDampingRate.html
  commentId: P:UnityEngine.WheelCollider.wheelDampingRate
  nameWithType: WheelCollider.wheelDampingRate
  type: Property
- uid: UnityEngine.WheelFrictionCurve
  name: WheelFrictionCurve
  fullName: UnityEngine.WheelFrictionCurve
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelFrictionCurve.html
  commentId: T:UnityEngine.WheelFrictionCurve
  nameWithType: WheelFrictionCurve
  type: Struct
- uid: UnityEngine.WheelFrictionCurve.asymptoteSlip
  name: asymptoteSlip
  fullName: UnityEngine.WheelFrictionCurve.asymptoteSlip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelFrictionCurve-asymptoteSlip.html
  commentId: P:UnityEngine.WheelFrictionCurve.asymptoteSlip
  nameWithType: WheelFrictionCurve.asymptoteSlip
  type: Property
- uid: UnityEngine.WheelFrictionCurve.asymptoteValue
  name: asymptoteValue
  fullName: UnityEngine.WheelFrictionCurve.asymptoteValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelFrictionCurve-asymptoteValue.html
  commentId: P:UnityEngine.WheelFrictionCurve.asymptoteValue
  nameWithType: WheelFrictionCurve.asymptoteValue
  type: Property
- uid: UnityEngine.WheelFrictionCurve.extremumSlip
  name: extremumSlip
  fullName: UnityEngine.WheelFrictionCurve.extremumSlip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelFrictionCurve-extremumSlip.html
  commentId: P:UnityEngine.WheelFrictionCurve.extremumSlip
  nameWithType: WheelFrictionCurve.extremumSlip
  type: Property
- uid: UnityEngine.WheelFrictionCurve.extremumValue
  name: extremumValue
  fullName: UnityEngine.WheelFrictionCurve.extremumValue
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelFrictionCurve-extremumValue.html
  commentId: P:UnityEngine.WheelFrictionCurve.extremumValue
  nameWithType: WheelFrictionCurve.extremumValue
  type: Property
- uid: UnityEngine.WheelFrictionCurve.stiffness
  name: stiffness
  fullName: UnityEngine.WheelFrictionCurve.stiffness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelFrictionCurve-stiffness.html
  commentId: P:UnityEngine.WheelFrictionCurve.stiffness
  nameWithType: WheelFrictionCurve.stiffness
  type: Property
- uid: UnityEngine.WheelHit
  name: WheelHit
  fullName: UnityEngine.WheelHit
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit.html
  commentId: T:UnityEngine.WheelHit
  nameWithType: WheelHit
  type: Struct
- uid: UnityEngine.WheelHit.collider
  name: collider
  fullName: UnityEngine.WheelHit.collider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit-collider.html
  commentId: P:UnityEngine.WheelHit.collider
  nameWithType: WheelHit.collider
  type: Property
- uid: UnityEngine.WheelHit.force
  name: force
  fullName: UnityEngine.WheelHit.force
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit-force.html
  commentId: P:UnityEngine.WheelHit.force
  nameWithType: WheelHit.force
  type: Property
- uid: UnityEngine.WheelHit.forwardDir
  name: forwardDir
  fullName: UnityEngine.WheelHit.forwardDir
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit-forwardDir.html
  commentId: P:UnityEngine.WheelHit.forwardDir
  nameWithType: WheelHit.forwardDir
  type: Property
- uid: UnityEngine.WheelHit.forwardSlip
  name: forwardSlip
  fullName: UnityEngine.WheelHit.forwardSlip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit-forwardSlip.html
  commentId: P:UnityEngine.WheelHit.forwardSlip
  nameWithType: WheelHit.forwardSlip
  type: Property
- uid: UnityEngine.WheelHit.normal
  name: normal
  fullName: UnityEngine.WheelHit.normal
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit-normal.html
  commentId: P:UnityEngine.WheelHit.normal
  nameWithType: WheelHit.normal
  type: Property
- uid: UnityEngine.WheelHit.point
  name: point
  fullName: UnityEngine.WheelHit.point
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit-point.html
  commentId: P:UnityEngine.WheelHit.point
  nameWithType: WheelHit.point
  type: Property
- uid: UnityEngine.WheelHit.sidewaysDir
  name: sidewaysDir
  fullName: UnityEngine.WheelHit.sidewaysDir
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit-sidewaysDir.html
  commentId: P:UnityEngine.WheelHit.sidewaysDir
  nameWithType: WheelHit.sidewaysDir
  type: Property
- uid: UnityEngine.WheelHit.sidewaysSlip
  name: sidewaysSlip
  fullName: UnityEngine.WheelHit.sidewaysSlip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelHit-sidewaysSlip.html
  commentId: P:UnityEngine.WheelHit.sidewaysSlip
  nameWithType: WheelHit.sidewaysSlip
  type: Property
- uid: UnityEngine.WheelJoint2D
  name: WheelJoint2D
  fullName: UnityEngine.WheelJoint2D
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D.html
  commentId: T:UnityEngine.WheelJoint2D
  nameWithType: WheelJoint2D
  type: Class
- uid: UnityEngine.WheelJoint2D.GetMotorTorque(System.Single)
  name: GetMotorTorque(float)
  fullName: UnityEngine.WheelJoint2D.GetMotorTorque(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D.GetMotorTorque.html
  commentId: M:UnityEngine.WheelJoint2D.GetMotorTorque(System.Single)
  nameWithType: WheelJoint2D.GetMotorTorque(float)
  type: Method
- uid: UnityEngine.WheelJoint2D.jointAngle
  name: jointAngle
  fullName: UnityEngine.WheelJoint2D.jointAngle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D-jointAngle.html
  commentId: P:UnityEngine.WheelJoint2D.jointAngle
  nameWithType: WheelJoint2D.jointAngle
  type: Property
- uid: UnityEngine.WheelJoint2D.jointLinearSpeed
  name: jointLinearSpeed
  fullName: UnityEngine.WheelJoint2D.jointLinearSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D-jointLinearSpeed.html
  commentId: P:UnityEngine.WheelJoint2D.jointLinearSpeed
  nameWithType: WheelJoint2D.jointLinearSpeed
  type: Property
- uid: UnityEngine.WheelJoint2D.jointSpeed
  name: jointSpeed
  fullName: UnityEngine.WheelJoint2D.jointSpeed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D-jointSpeed.html
  commentId: P:UnityEngine.WheelJoint2D.jointSpeed
  nameWithType: WheelJoint2D.jointSpeed
  type: Property
- uid: UnityEngine.WheelJoint2D.jointTranslation
  name: jointTranslation
  fullName: UnityEngine.WheelJoint2D.jointTranslation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D-jointTranslation.html
  commentId: P:UnityEngine.WheelJoint2D.jointTranslation
  nameWithType: WheelJoint2D.jointTranslation
  type: Property
- uid: UnityEngine.WheelJoint2D.motor
  name: motor
  fullName: UnityEngine.WheelJoint2D.motor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D-motor.html
  commentId: P:UnityEngine.WheelJoint2D.motor
  nameWithType: WheelJoint2D.motor
  type: Property
- uid: UnityEngine.WheelJoint2D.suspension
  name: suspension
  fullName: UnityEngine.WheelJoint2D.suspension
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D-suspension.html
  commentId: P:UnityEngine.WheelJoint2D.suspension
  nameWithType: WheelJoint2D.suspension
  type: Property
- uid: UnityEngine.WheelJoint2D.useMotor
  name: useMotor
  fullName: UnityEngine.WheelJoint2D.useMotor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WheelJoint2D-useMotor.html
  commentId: P:UnityEngine.WheelJoint2D.useMotor
  nameWithType: WheelJoint2D.useMotor
  type: Property
- uid: UnityEngine.Windows
  name: UnityEngine.Windows
  fullName: UnityEngine.Windows
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Windows
  nameWithType: UnityEngine.Windows
  type: Namespace
- uid: UnityEngine.Windows.CrashReporting
  name: CrashReporting
  fullName: UnityEngine.Windows.CrashReporting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.CrashReporting.html
  commentId: T:UnityEngine.Windows.CrashReporting
  nameWithType: CrashReporting
  type: Class
- uid: UnityEngine.Windows.CrashReporting.crashReportFolder
  name: crashReportFolder
  fullName: UnityEngine.Windows.CrashReporting.crashReportFolder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.CrashReporting-crashReportFolder.html
  commentId: P:UnityEngine.Windows.CrashReporting.crashReportFolder
  nameWithType: CrashReporting.crashReportFolder
  type: Property
- uid: UnityEngine.Windows.Speech
  name: UnityEngine.Windows.Speech
  fullName: UnityEngine.Windows.Speech
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.Windows.Speech
  nameWithType: UnityEngine.Windows.Speech
  type: Namespace
- uid: UnityEngine.Windows.Speech.ConfidenceLevel
  name: ConfidenceLevel
  fullName: UnityEngine.Windows.Speech.ConfidenceLevel
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.ConfidenceLevel.html
  commentId: T:UnityEngine.Windows.Speech.ConfidenceLevel
  nameWithType: ConfidenceLevel
  type: Enum
- uid: UnityEngine.Windows.Speech.ConfidenceLevel.High
  name: High
  fullName: UnityEngine.Windows.Speech.ConfidenceLevel.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.ConfidenceLevel.High.html
  commentId: F:UnityEngine.Windows.Speech.ConfidenceLevel.High
  nameWithType: ConfidenceLevel.High
  type: Field
- uid: UnityEngine.Windows.Speech.ConfidenceLevel.Low
  name: Low
  fullName: UnityEngine.Windows.Speech.ConfidenceLevel.Low
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.ConfidenceLevel.Low.html
  commentId: F:UnityEngine.Windows.Speech.ConfidenceLevel.Low
  nameWithType: ConfidenceLevel.Low
  type: Field
- uid: UnityEngine.Windows.Speech.ConfidenceLevel.Medium
  name: Medium
  fullName: UnityEngine.Windows.Speech.ConfidenceLevel.Medium
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.ConfidenceLevel.Medium.html
  commentId: F:UnityEngine.Windows.Speech.ConfidenceLevel.Medium
  nameWithType: ConfidenceLevel.Medium
  type: Field
- uid: UnityEngine.Windows.Speech.ConfidenceLevel.Rejected
  name: Rejected
  fullName: UnityEngine.Windows.Speech.ConfidenceLevel.Rejected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.ConfidenceLevel.Rejected.html
  commentId: F:UnityEngine.Windows.Speech.ConfidenceLevel.Rejected
  nameWithType: ConfidenceLevel.Rejected
  type: Field
- uid: UnityEngine.Windows.Speech.DictationCompletionCause
  name: DictationCompletionCause
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.html
  commentId: T:UnityEngine.Windows.Speech.DictationCompletionCause
  nameWithType: DictationCompletionCause
  type: Enum
- uid: UnityEngine.Windows.Speech.DictationCompletionCause.AudioQualityFailure
  name: AudioQualityFailure
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause.AudioQualityFailure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.AudioQualityFailure.html
  commentId: F:UnityEngine.Windows.Speech.DictationCompletionCause.AudioQualityFailure
  nameWithType: DictationCompletionCause.AudioQualityFailure
  type: Field
- uid: UnityEngine.Windows.Speech.DictationCompletionCause.Canceled
  name: Canceled
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause.Canceled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.Canceled.html
  commentId: F:UnityEngine.Windows.Speech.DictationCompletionCause.Canceled
  nameWithType: DictationCompletionCause.Canceled
  type: Field
- uid: UnityEngine.Windows.Speech.DictationCompletionCause.Complete
  name: Complete
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause.Complete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.Complete.html
  commentId: F:UnityEngine.Windows.Speech.DictationCompletionCause.Complete
  nameWithType: DictationCompletionCause.Complete
  type: Field
- uid: UnityEngine.Windows.Speech.DictationCompletionCause.MicrophoneUnavailable
  name: MicrophoneUnavailable
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause.MicrophoneUnavailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.MicrophoneUnavailable.html
  commentId: F:UnityEngine.Windows.Speech.DictationCompletionCause.MicrophoneUnavailable
  nameWithType: DictationCompletionCause.MicrophoneUnavailable
  type: Field
- uid: UnityEngine.Windows.Speech.DictationCompletionCause.NetworkFailure
  name: NetworkFailure
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause.NetworkFailure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.NetworkFailure.html
  commentId: F:UnityEngine.Windows.Speech.DictationCompletionCause.NetworkFailure
  nameWithType: DictationCompletionCause.NetworkFailure
  type: Field
- uid: UnityEngine.Windows.Speech.DictationCompletionCause.PauseLimitExceeded
  name: PauseLimitExceeded
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause.PauseLimitExceeded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.PauseLimitExceeded.html
  commentId: F:UnityEngine.Windows.Speech.DictationCompletionCause.PauseLimitExceeded
  nameWithType: DictationCompletionCause.PauseLimitExceeded
  type: Field
- uid: UnityEngine.Windows.Speech.DictationCompletionCause.TimeoutExceeded
  name: TimeoutExceeded
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause.TimeoutExceeded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.TimeoutExceeded.html
  commentId: F:UnityEngine.Windows.Speech.DictationCompletionCause.TimeoutExceeded
  nameWithType: DictationCompletionCause.TimeoutExceeded
  type: Field
- uid: UnityEngine.Windows.Speech.DictationCompletionCause.UnknownError
  name: UnknownError
  fullName: UnityEngine.Windows.Speech.DictationCompletionCause.UnknownError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationCompletionCause.UnknownError.html
  commentId: F:UnityEngine.Windows.Speech.DictationCompletionCause.UnknownError
  nameWithType: DictationCompletionCause.UnknownError
  type: Field
- uid: UnityEngine.Windows.Speech.DictationRecognizer
  name: DictationRecognizer
  fullName: UnityEngine.Windows.Speech.DictationRecognizer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.html
  commentId: T:UnityEngine.Windows.Speech.DictationRecognizer
  nameWithType: DictationRecognizer
  type: Class
- uid: UnityEngine.Windows.Speech.DictationRecognizer.#ctor
  name: DictationRecognizer()
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationRecognizer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer-ctor.html
  commentId: M:UnityEngine.Windows.Speech.DictationRecognizer.#ctor
  nameWithType: DictationRecognizer.DictationRecognizer()
  type: Constructor
- uid: UnityEngine.Windows.Speech.DictationRecognizer.#ctor(UnityEngine.Windows.Speech.ConfidenceLevel,UnityEngine.Windows.Speech.DictationTopicConstraint)
  name: DictationRecognizer(ConfidenceLevel, DictationTopicConstraint)
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationRecognizer(UnityEngine.Windows.Speech.ConfidenceLevel, UnityEngine.Windows.Speech.DictationTopicConstraint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer-ctor.html
  commentId: M:UnityEngine.Windows.Speech.DictationRecognizer.#ctor(UnityEngine.Windows.Speech.ConfidenceLevel,UnityEngine.Windows.Speech.DictationTopicConstraint)
  nameWithType: DictationRecognizer.DictationRecognizer(ConfidenceLevel, DictationTopicConstraint)
  type: Constructor
- uid: UnityEngine.Windows.Speech.DictationRecognizer.#ctor(UnityEngine.Windows.Speech.ConfidenceLevel)
  name: DictationRecognizer(ConfidenceLevel)
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationRecognizer(UnityEngine.Windows.Speech.ConfidenceLevel)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer-ctor.html
  commentId: M:UnityEngine.Windows.Speech.DictationRecognizer.#ctor(UnityEngine.Windows.Speech.ConfidenceLevel)
  nameWithType: DictationRecognizer.DictationRecognizer(ConfidenceLevel)
  type: Constructor
- uid: UnityEngine.Windows.Speech.DictationRecognizer.#ctor(UnityEngine.Windows.Speech.DictationTopicConstraint)
  name: DictationRecognizer(DictationTopicConstraint)
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationRecognizer(UnityEngine.Windows.Speech.DictationTopicConstraint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer-ctor.html
  commentId: M:UnityEngine.Windows.Speech.DictationRecognizer.#ctor(UnityEngine.Windows.Speech.DictationTopicConstraint)
  nameWithType: DictationRecognizer.DictationRecognizer(DictationTopicConstraint)
  type: Constructor
- uid: UnityEngine.Windows.Speech.DictationRecognizer.AutoSilenceTimeoutSeconds
  name: AutoSilenceTimeoutSeconds
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.AutoSilenceTimeoutSeconds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.AutoSilenceTimeoutSeconds.html
  commentId: P:UnityEngine.Windows.Speech.DictationRecognizer.AutoSilenceTimeoutSeconds
  nameWithType: DictationRecognizer.AutoSilenceTimeoutSeconds
  type: Property
- uid: UnityEngine.Windows.Speech.DictationRecognizer.DictationComplete
  name: DictationComplete
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationComplete
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.DictationComplete.html
  commentId: E:UnityEngine.Windows.Speech.DictationRecognizer.DictationComplete
  nameWithType: DictationRecognizer.DictationComplete
  type: Event
- uid: UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate
  name: DictationRecognizer.DictationCompletedDelegate
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.DictationCompletedDelegate.html
  commentId: T:UnityEngine.Windows.Speech.DictationRecognizer.DictationCompletedDelegate
  nameWithType: DictationRecognizer.DictationCompletedDelegate
  type: Delegate
- uid: UnityEngine.Windows.Speech.DictationRecognizer.DictationError
  name: DictationError
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.DictationError.html
  commentId: E:UnityEngine.Windows.Speech.DictationRecognizer.DictationError
  nameWithType: DictationRecognizer.DictationError
  type: Event
- uid: UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler
  name: DictationRecognizer.DictationErrorHandler
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.DictationErrorHandler.html
  commentId: T:UnityEngine.Windows.Speech.DictationRecognizer.DictationErrorHandler
  nameWithType: DictationRecognizer.DictationErrorHandler
  type: Delegate
- uid: UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesis
  name: DictationHypothesis
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesis
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.DictationHypothesis.html
  commentId: E:UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesis
  nameWithType: DictationRecognizer.DictationHypothesis
  type: Event
- uid: UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate
  name: DictationRecognizer.DictationHypothesisDelegate
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.DictationHypothesisDelegate.html
  commentId: T:UnityEngine.Windows.Speech.DictationRecognizer.DictationHypothesisDelegate
  nameWithType: DictationRecognizer.DictationHypothesisDelegate
  type: Delegate
- uid: UnityEngine.Windows.Speech.DictationRecognizer.DictationResult
  name: DictationResult
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.DictationResult.html
  commentId: E:UnityEngine.Windows.Speech.DictationRecognizer.DictationResult
  nameWithType: DictationRecognizer.DictationResult
  type: Event
- uid: UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate
  name: DictationRecognizer.DictationResultDelegate
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.DictationResultDelegate.html
  commentId: T:UnityEngine.Windows.Speech.DictationRecognizer.DictationResultDelegate
  nameWithType: DictationRecognizer.DictationResultDelegate
  type: Delegate
- uid: UnityEngine.Windows.Speech.DictationRecognizer.Dispose
  name: Dispose()
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.Dispose.html
  commentId: M:UnityEngine.Windows.Speech.DictationRecognizer.Dispose
  nameWithType: DictationRecognizer.Dispose()
  type: Method
- uid: UnityEngine.Windows.Speech.DictationRecognizer.Finalize
  name: ~DictationRecognizer()
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.~DictationRecognizer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.Finalize.html
  commentId: M:UnityEngine.Windows.Speech.DictationRecognizer.Finalize
  nameWithType: DictationRecognizer.~DictationRecognizer()
  type: Method
- uid: UnityEngine.Windows.Speech.DictationRecognizer.InitialSilenceTimeoutSeconds
  name: InitialSilenceTimeoutSeconds
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.InitialSilenceTimeoutSeconds
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.InitialSilenceTimeoutSeconds.html
  commentId: P:UnityEngine.Windows.Speech.DictationRecognizer.InitialSilenceTimeoutSeconds
  nameWithType: DictationRecognizer.InitialSilenceTimeoutSeconds
  type: Property
- uid: UnityEngine.Windows.Speech.DictationRecognizer.Start
  name: Start()
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.Start()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.Start.html
  commentId: M:UnityEngine.Windows.Speech.DictationRecognizer.Start
  nameWithType: DictationRecognizer.Start()
  type: Method
- uid: UnityEngine.Windows.Speech.DictationRecognizer.Status
  name: Status
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.Status
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.Status.html
  commentId: P:UnityEngine.Windows.Speech.DictationRecognizer.Status
  nameWithType: DictationRecognizer.Status
  type: Property
- uid: UnityEngine.Windows.Speech.DictationRecognizer.Stop
  name: Stop()
  fullName: UnityEngine.Windows.Speech.DictationRecognizer.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationRecognizer.Stop.html
  commentId: M:UnityEngine.Windows.Speech.DictationRecognizer.Stop
  nameWithType: DictationRecognizer.Stop()
  type: Method
- uid: UnityEngine.Windows.Speech.DictationTopicConstraint
  name: DictationTopicConstraint
  fullName: UnityEngine.Windows.Speech.DictationTopicConstraint
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationTopicConstraint.html
  commentId: T:UnityEngine.Windows.Speech.DictationTopicConstraint
  nameWithType: DictationTopicConstraint
  type: Enum
- uid: UnityEngine.Windows.Speech.DictationTopicConstraint.Dictation
  name: Dictation
  fullName: UnityEngine.Windows.Speech.DictationTopicConstraint.Dictation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationTopicConstraint.Dictation.html
  commentId: F:UnityEngine.Windows.Speech.DictationTopicConstraint.Dictation
  nameWithType: DictationTopicConstraint.Dictation
  type: Field
- uid: UnityEngine.Windows.Speech.DictationTopicConstraint.Form
  name: Form
  fullName: UnityEngine.Windows.Speech.DictationTopicConstraint.Form
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationTopicConstraint.Form.html
  commentId: F:UnityEngine.Windows.Speech.DictationTopicConstraint.Form
  nameWithType: DictationTopicConstraint.Form
  type: Field
- uid: UnityEngine.Windows.Speech.DictationTopicConstraint.WebSearch
  name: WebSearch
  fullName: UnityEngine.Windows.Speech.DictationTopicConstraint.WebSearch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.DictationTopicConstraint.WebSearch.html
  commentId: F:UnityEngine.Windows.Speech.DictationTopicConstraint.WebSearch
  nameWithType: DictationTopicConstraint.WebSearch
  type: Field
- uid: UnityEngine.Windows.Speech.GrammarRecognizer
  name: GrammarRecognizer
  fullName: UnityEngine.Windows.Speech.GrammarRecognizer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.GrammarRecognizer.html
  commentId: T:UnityEngine.Windows.Speech.GrammarRecognizer
  nameWithType: GrammarRecognizer
  type: Class
- uid: UnityEngine.Windows.Speech.GrammarRecognizer.#ctor(System.String,UnityEngine.Windows.Speech.ConfidenceLevel)
  name: GrammarRecognizer(string, ConfidenceLevel)
  fullName: UnityEngine.Windows.Speech.GrammarRecognizer.GrammarRecognizer(string, UnityEngine.Windows.Speech.ConfidenceLevel)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.GrammarRecognizer-ctor.html
  commentId: M:UnityEngine.Windows.Speech.GrammarRecognizer.#ctor(System.String,UnityEngine.Windows.Speech.ConfidenceLevel)
  nameWithType: GrammarRecognizer.GrammarRecognizer(string, ConfidenceLevel)
  type: Constructor
- uid: UnityEngine.Windows.Speech.GrammarRecognizer.#ctor(System.String)
  name: GrammarRecognizer(string)
  fullName: UnityEngine.Windows.Speech.GrammarRecognizer.GrammarRecognizer(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.GrammarRecognizer-ctor.html
  commentId: M:UnityEngine.Windows.Speech.GrammarRecognizer.#ctor(System.String)
  nameWithType: GrammarRecognizer.GrammarRecognizer(string)
  type: Constructor
- uid: UnityEngine.Windows.Speech.GrammarRecognizer.GrammarFilePath
  name: GrammarFilePath
  fullName: UnityEngine.Windows.Speech.GrammarRecognizer.GrammarFilePath
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.GrammarRecognizer.GrammarFilePath.html
  commentId: P:UnityEngine.Windows.Speech.GrammarRecognizer.GrammarFilePath
  nameWithType: GrammarRecognizer.GrammarFilePath
  type: Property
- uid: UnityEngine.Windows.Speech.KeywordRecognizer
  name: KeywordRecognizer
  fullName: UnityEngine.Windows.Speech.KeywordRecognizer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.KeywordRecognizer.html
  commentId: T:UnityEngine.Windows.Speech.KeywordRecognizer
  nameWithType: KeywordRecognizer
  type: Class
- uid: UnityEngine.Windows.Speech.KeywordRecognizer.#ctor(System.String[],UnityEngine.Windows.Speech.ConfidenceLevel)
  name: KeywordRecognizer(string[], ConfidenceLevel)
  fullName: UnityEngine.Windows.Speech.KeywordRecognizer.KeywordRecognizer(string[], UnityEngine.Windows.Speech.ConfidenceLevel)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.KeywordRecognizer-ctor.html
  commentId: M:UnityEngine.Windows.Speech.KeywordRecognizer.#ctor(System.String[],UnityEngine.Windows.Speech.ConfidenceLevel)
  nameWithType: KeywordRecognizer.KeywordRecognizer(string[], ConfidenceLevel)
  type: Constructor
- uid: UnityEngine.Windows.Speech.KeywordRecognizer.#ctor(System.String[])
  name: KeywordRecognizer(string[])
  fullName: UnityEngine.Windows.Speech.KeywordRecognizer.KeywordRecognizer(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.KeywordRecognizer-ctor.html
  commentId: M:UnityEngine.Windows.Speech.KeywordRecognizer.#ctor(System.String[])
  nameWithType: KeywordRecognizer.KeywordRecognizer(string[])
  type: Constructor
- uid: UnityEngine.Windows.Speech.KeywordRecognizer.Keywords
  name: Keywords
  fullName: UnityEngine.Windows.Speech.KeywordRecognizer.Keywords
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.KeywordRecognizer.Keywords.html
  commentId: P:UnityEngine.Windows.Speech.KeywordRecognizer.Keywords
  nameWithType: KeywordRecognizer.Keywords
  type: Property
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem
  name: PhraseRecognitionSystem
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem.html
  commentId: T:UnityEngine.Windows.Speech.PhraseRecognitionSystem
  nameWithType: PhraseRecognitionSystem
  type: Class
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate
  name: PhraseRecognitionSystem.ErrorDelegate
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem.ErrorDelegate.html
  commentId: T:UnityEngine.Windows.Speech.PhraseRecognitionSystem.ErrorDelegate
  nameWithType: PhraseRecognitionSystem.ErrorDelegate
  type: Delegate
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem.isSupported
  name: isSupported
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem.isSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem-isSupported.html
  commentId: P:UnityEngine.Windows.Speech.PhraseRecognitionSystem.isSupported
  nameWithType: PhraseRecognitionSystem.isSupported
  type: Property
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem.OnError
  name: OnError
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem.OnError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem.OnError.html
  commentId: E:UnityEngine.Windows.Speech.PhraseRecognitionSystem.OnError
  nameWithType: PhraseRecognitionSystem.OnError
  type: Event
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem.OnStatusChanged
  name: OnStatusChanged
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem.OnStatusChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem.OnStatusChanged.html
  commentId: E:UnityEngine.Windows.Speech.PhraseRecognitionSystem.OnStatusChanged
  nameWithType: PhraseRecognitionSystem.OnStatusChanged
  type: Event
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem.Restart
  name: Restart()
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem.Restart()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem.Restart.html
  commentId: M:UnityEngine.Windows.Speech.PhraseRecognitionSystem.Restart
  nameWithType: PhraseRecognitionSystem.Restart()
  type: Method
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem.Shutdown
  name: Shutdown()
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem.Shutdown()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem.Shutdown.html
  commentId: M:UnityEngine.Windows.Speech.PhraseRecognitionSystem.Shutdown
  nameWithType: PhraseRecognitionSystem.Shutdown()
  type: Method
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem.Status
  name: Status
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem.Status
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem.Status.html
  commentId: P:UnityEngine.Windows.Speech.PhraseRecognitionSystem.Status
  nameWithType: PhraseRecognitionSystem.Status
  type: Property
- uid: UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate
  name: PhraseRecognitionSystem.StatusDelegate
  fullName: UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognitionSystem.StatusDelegate.html
  commentId: T:UnityEngine.Windows.Speech.PhraseRecognitionSystem.StatusDelegate
  nameWithType: PhraseRecognitionSystem.StatusDelegate
  type: Delegate
- uid: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs
  name: PhraseRecognizedEventArgs
  fullName: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizedEventArgs.html
  commentId: T:UnityEngine.Windows.Speech.PhraseRecognizedEventArgs
  nameWithType: PhraseRecognizedEventArgs
  type: Struct
- uid: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.confidence
  name: confidence
  fullName: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.confidence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizedEventArgs-confidence.html
  commentId: F:UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.confidence
  nameWithType: PhraseRecognizedEventArgs.confidence
  type: Field
- uid: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.phraseDuration
  name: phraseDuration
  fullName: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.phraseDuration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizedEventArgs-phraseDuration.html
  commentId: F:UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.phraseDuration
  nameWithType: PhraseRecognizedEventArgs.phraseDuration
  type: Field
- uid: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.phraseStartTime
  name: phraseStartTime
  fullName: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.phraseStartTime
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizedEventArgs-phraseStartTime.html
  commentId: F:UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.phraseStartTime
  nameWithType: PhraseRecognizedEventArgs.phraseStartTime
  type: Field
- uid: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.semanticMeanings
  name: semanticMeanings
  fullName: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.semanticMeanings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizedEventArgs-semanticMeanings.html
  commentId: F:UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.semanticMeanings
  nameWithType: PhraseRecognizedEventArgs.semanticMeanings
  type: Field
- uid: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.text
  name: text
  fullName: UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizedEventArgs-text.html
  commentId: F:UnityEngine.Windows.Speech.PhraseRecognizedEventArgs.text
  nameWithType: PhraseRecognizedEventArgs.text
  type: Field
- uid: UnityEngine.Windows.Speech.PhraseRecognizer
  name: PhraseRecognizer
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.html
  commentId: T:UnityEngine.Windows.Speech.PhraseRecognizer
  nameWithType: PhraseRecognizer
  type: Class
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.CreateFromGrammarFile(System.String,UnityEngine.Windows.Speech.ConfidenceLevel)
  name: CreateFromGrammarFile(string, ConfidenceLevel)
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.CreateFromGrammarFile(string, UnityEngine.Windows.Speech.ConfidenceLevel)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.CreateFromGrammarFile.html
  commentId: M:UnityEngine.Windows.Speech.PhraseRecognizer.CreateFromGrammarFile(System.String,UnityEngine.Windows.Speech.ConfidenceLevel)
  nameWithType: PhraseRecognizer.CreateFromGrammarFile(string, ConfidenceLevel)
  type: Method
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.CreateFromKeywords(System.String[],UnityEngine.Windows.Speech.ConfidenceLevel)
  name: CreateFromKeywords(string[], ConfidenceLevel)
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.CreateFromKeywords(string[], UnityEngine.Windows.Speech.ConfidenceLevel)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.CreateFromKeywords.html
  commentId: M:UnityEngine.Windows.Speech.PhraseRecognizer.CreateFromKeywords(System.String[],UnityEngine.Windows.Speech.ConfidenceLevel)
  nameWithType: PhraseRecognizer.CreateFromKeywords(string[], ConfidenceLevel)
  type: Method
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.Dispose
  name: Dispose()
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.Dispose.html
  commentId: M:UnityEngine.Windows.Speech.PhraseRecognizer.Dispose
  nameWithType: PhraseRecognizer.Dispose()
  type: Method
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.Finalize
  name: ~PhraseRecognizer()
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.~PhraseRecognizer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.Finalize.html
  commentId: M:UnityEngine.Windows.Speech.PhraseRecognizer.Finalize
  nameWithType: PhraseRecognizer.~PhraseRecognizer()
  type: Method
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.IsRunning
  name: IsRunning
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.IsRunning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.IsRunning.html
  commentId: P:UnityEngine.Windows.Speech.PhraseRecognizer.IsRunning
  nameWithType: PhraseRecognizer.IsRunning
  type: Property
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.m_Recognizer
  name: m_Recognizer
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.m_Recognizer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer-m_Recognizer.html
  commentId: F:UnityEngine.Windows.Speech.PhraseRecognizer.m_Recognizer
  nameWithType: PhraseRecognizer.m_Recognizer
  type: Field
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.OnPhraseRecognized
  name: OnPhraseRecognized
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.OnPhraseRecognized
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.OnPhraseRecognized.html
  commentId: E:UnityEngine.Windows.Speech.PhraseRecognizer.OnPhraseRecognized
  nameWithType: PhraseRecognizer.OnPhraseRecognized
  type: Event
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate
  name: PhraseRecognizer.PhraseRecognizedDelegate
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate.html
  commentId: T:UnityEngine.Windows.Speech.PhraseRecognizer.PhraseRecognizedDelegate
  nameWithType: PhraseRecognizer.PhraseRecognizedDelegate
  type: Delegate
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.Start
  name: Start()
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.Start()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.Start.html
  commentId: M:UnityEngine.Windows.Speech.PhraseRecognizer.Start
  nameWithType: PhraseRecognizer.Start()
  type: Method
- uid: UnityEngine.Windows.Speech.PhraseRecognizer.Stop
  name: Stop()
  fullName: UnityEngine.Windows.Speech.PhraseRecognizer.Stop()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.PhraseRecognizer.Stop.html
  commentId: M:UnityEngine.Windows.Speech.PhraseRecognizer.Stop
  nameWithType: PhraseRecognizer.Stop()
  type: Method
- uid: UnityEngine.Windows.Speech.SemanticMeaning
  name: SemanticMeaning
  fullName: UnityEngine.Windows.Speech.SemanticMeaning
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SemanticMeaning.html
  commentId: T:UnityEngine.Windows.Speech.SemanticMeaning
  nameWithType: SemanticMeaning
  type: Struct
- uid: UnityEngine.Windows.Speech.SemanticMeaning.key
  name: key
  fullName: UnityEngine.Windows.Speech.SemanticMeaning.key
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SemanticMeaning-key.html
  commentId: F:UnityEngine.Windows.Speech.SemanticMeaning.key
  nameWithType: SemanticMeaning.key
  type: Field
- uid: UnityEngine.Windows.Speech.SemanticMeaning.values
  name: values
  fullName: UnityEngine.Windows.Speech.SemanticMeaning.values
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SemanticMeaning-values.html
  commentId: F:UnityEngine.Windows.Speech.SemanticMeaning.values
  nameWithType: SemanticMeaning.values
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError
  name: SpeechError
  fullName: UnityEngine.Windows.Speech.SpeechError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.html
  commentId: T:UnityEngine.Windows.Speech.SpeechError
  nameWithType: SpeechError
  type: Enum
- uid: UnityEngine.Windows.Speech.SpeechError.AudioQualityFailure
  name: AudioQualityFailure
  fullName: UnityEngine.Windows.Speech.SpeechError.AudioQualityFailure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.AudioQualityFailure.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.AudioQualityFailure
  nameWithType: SpeechError.AudioQualityFailure
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.GrammarCompilationFailure
  name: GrammarCompilationFailure
  fullName: UnityEngine.Windows.Speech.SpeechError.GrammarCompilationFailure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.GrammarCompilationFailure.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.GrammarCompilationFailure
  nameWithType: SpeechError.GrammarCompilationFailure
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.GrammarLanguageMismatch
  name: GrammarLanguageMismatch
  fullName: UnityEngine.Windows.Speech.SpeechError.GrammarLanguageMismatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.GrammarLanguageMismatch.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.GrammarLanguageMismatch
  nameWithType: SpeechError.GrammarLanguageMismatch
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.MicrophoneUnavailable
  name: MicrophoneUnavailable
  fullName: UnityEngine.Windows.Speech.SpeechError.MicrophoneUnavailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.MicrophoneUnavailable.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.MicrophoneUnavailable
  nameWithType: SpeechError.MicrophoneUnavailable
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.NetworkFailure
  name: NetworkFailure
  fullName: UnityEngine.Windows.Speech.SpeechError.NetworkFailure
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.NetworkFailure.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.NetworkFailure
  nameWithType: SpeechError.NetworkFailure
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.NoError
  name: NoError
  fullName: UnityEngine.Windows.Speech.SpeechError.NoError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.NoError.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.NoError
  nameWithType: SpeechError.NoError
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.PauseLimitExceeded
  name: PauseLimitExceeded
  fullName: UnityEngine.Windows.Speech.SpeechError.PauseLimitExceeded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.PauseLimitExceeded.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.PauseLimitExceeded
  nameWithType: SpeechError.PauseLimitExceeded
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.TimeoutExceeded
  name: TimeoutExceeded
  fullName: UnityEngine.Windows.Speech.SpeechError.TimeoutExceeded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.TimeoutExceeded.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.TimeoutExceeded
  nameWithType: SpeechError.TimeoutExceeded
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.TopicLanguageNotSupported
  name: TopicLanguageNotSupported
  fullName: UnityEngine.Windows.Speech.SpeechError.TopicLanguageNotSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.TopicLanguageNotSupported.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.TopicLanguageNotSupported
  nameWithType: SpeechError.TopicLanguageNotSupported
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechError.UnknownError
  name: UnknownError
  fullName: UnityEngine.Windows.Speech.SpeechError.UnknownError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechError.UnknownError.html
  commentId: F:UnityEngine.Windows.Speech.SpeechError.UnknownError
  nameWithType: SpeechError.UnknownError
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechSystemStatus
  name: SpeechSystemStatus
  fullName: UnityEngine.Windows.Speech.SpeechSystemStatus
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechSystemStatus.html
  commentId: T:UnityEngine.Windows.Speech.SpeechSystemStatus
  nameWithType: SpeechSystemStatus
  type: Enum
- uid: UnityEngine.Windows.Speech.SpeechSystemStatus.Failed
  name: Failed
  fullName: UnityEngine.Windows.Speech.SpeechSystemStatus.Failed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechSystemStatus.Failed.html
  commentId: F:UnityEngine.Windows.Speech.SpeechSystemStatus.Failed
  nameWithType: SpeechSystemStatus.Failed
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechSystemStatus.Running
  name: Running
  fullName: UnityEngine.Windows.Speech.SpeechSystemStatus.Running
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechSystemStatus.Running.html
  commentId: F:UnityEngine.Windows.Speech.SpeechSystemStatus.Running
  nameWithType: SpeechSystemStatus.Running
  type: Field
- uid: UnityEngine.Windows.Speech.SpeechSystemStatus.Stopped
  name: Stopped
  fullName: UnityEngine.Windows.Speech.SpeechSystemStatus.Stopped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/Windows.Speech.SpeechSystemStatus.Stopped.html
  commentId: F:UnityEngine.Windows.Speech.SpeechSystemStatus.Stopped
  nameWithType: SpeechSystemStatus.Stopped
  type: Field
- uid: UnityEngine.WindZone
  name: WindZone
  fullName: UnityEngine.WindZone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZone.html
  commentId: T:UnityEngine.WindZone
  nameWithType: WindZone
  type: Class
- uid: UnityEngine.WindZone.mode
  name: mode
  fullName: UnityEngine.WindZone.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZone-mode.html
  commentId: P:UnityEngine.WindZone.mode
  nameWithType: WindZone.mode
  type: Property
- uid: UnityEngine.WindZone.radius
  name: radius
  fullName: UnityEngine.WindZone.radius
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZone-radius.html
  commentId: P:UnityEngine.WindZone.radius
  nameWithType: WindZone.radius
  type: Property
- uid: UnityEngine.WindZone.windMain
  name: windMain
  fullName: UnityEngine.WindZone.windMain
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZone-windMain.html
  commentId: P:UnityEngine.WindZone.windMain
  nameWithType: WindZone.windMain
  type: Property
- uid: UnityEngine.WindZone.windPulseFrequency
  name: windPulseFrequency
  fullName: UnityEngine.WindZone.windPulseFrequency
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZone-windPulseFrequency.html
  commentId: P:UnityEngine.WindZone.windPulseFrequency
  nameWithType: WindZone.windPulseFrequency
  type: Property
- uid: UnityEngine.WindZone.windPulseMagnitude
  name: windPulseMagnitude
  fullName: UnityEngine.WindZone.windPulseMagnitude
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZone-windPulseMagnitude.html
  commentId: P:UnityEngine.WindZone.windPulseMagnitude
  nameWithType: WindZone.windPulseMagnitude
  type: Property
- uid: UnityEngine.WindZone.windTurbulence
  name: windTurbulence
  fullName: UnityEngine.WindZone.windTurbulence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZone-windTurbulence.html
  commentId: P:UnityEngine.WindZone.windTurbulence
  nameWithType: WindZone.windTurbulence
  type: Property
- uid: UnityEngine.WindZoneMode
  name: WindZoneMode
  fullName: UnityEngine.WindZoneMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZoneMode.html
  commentId: T:UnityEngine.WindZoneMode
  nameWithType: WindZoneMode
  type: Enum
- uid: UnityEngine.WindZoneMode.Directional
  name: Directional
  fullName: UnityEngine.WindZoneMode.Directional
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZoneMode.Directional.html
  commentId: F:UnityEngine.WindZoneMode.Directional
  nameWithType: WindZoneMode.Directional
  type: Field
- uid: UnityEngine.WindZoneMode.Spherical
  name: Spherical
  fullName: UnityEngine.WindZoneMode.Spherical
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WindZoneMode.Spherical.html
  commentId: F:UnityEngine.WindZoneMode.Spherical
  nameWithType: WindZoneMode.Spherical
  type: Field
- uid: UnityEngine.WrapMode
  name: WrapMode
  fullName: UnityEngine.WrapMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WrapMode.html
  commentId: T:UnityEngine.WrapMode
  nameWithType: WrapMode
  type: Enum
- uid: UnityEngine.WrapMode.Clamp
  name: Clamp
  fullName: UnityEngine.WrapMode.Clamp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WrapMode.Clamp.html
  commentId: F:UnityEngine.WrapMode.Clamp
  nameWithType: WrapMode.Clamp
  type: Field
- uid: UnityEngine.WrapMode.ClampForever
  name: ClampForever
  fullName: UnityEngine.WrapMode.ClampForever
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WrapMode.ClampForever.html
  commentId: F:UnityEngine.WrapMode.ClampForever
  nameWithType: WrapMode.ClampForever
  type: Field
- uid: UnityEngine.WrapMode.Default
  name: Default
  fullName: UnityEngine.WrapMode.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WrapMode.Default.html
  commentId: F:UnityEngine.WrapMode.Default
  nameWithType: WrapMode.Default
  type: Field
- uid: UnityEngine.WrapMode.Loop
  name: Loop
  fullName: UnityEngine.WrapMode.Loop
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WrapMode.Loop.html
  commentId: F:UnityEngine.WrapMode.Loop
  nameWithType: WrapMode.Loop
  type: Field
- uid: UnityEngine.WrapMode.Once
  name: Once
  fullName: UnityEngine.WrapMode.Once
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WrapMode.Once.html
  commentId: F:UnityEngine.WrapMode.Once
  nameWithType: WrapMode.Once
  type: Field
- uid: UnityEngine.WrapMode.PingPong
  name: PingPong
  fullName: UnityEngine.WrapMode.PingPong
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WrapMode.PingPong.html
  commentId: F:UnityEngine.WrapMode.PingPong
  nameWithType: WrapMode.PingPong
  type: Field
- uid: UnityEngine.WSA
  name: UnityEngine.WSA
  fullName: UnityEngine.WSA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.WSA
  nameWithType: UnityEngine.WSA
  type: Namespace
- uid: UnityEngine.WSA.AppCallbackItem
  name: AppCallbackItem
  fullName: UnityEngine.WSA.AppCallbackItem
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.AppCallbackItem.html
  commentId: T:UnityEngine.WSA.AppCallbackItem
  nameWithType: AppCallbackItem
  type: Delegate
- uid: UnityEngine.WSA.Application
  name: Application
  fullName: UnityEngine.WSA.Application
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application.html
  commentId: T:UnityEngine.WSA.Application
  nameWithType: Application
  type: Class
- uid: UnityEngine.WSA.Application.advertisingIdentifier
  name: advertisingIdentifier
  fullName: UnityEngine.WSA.Application.advertisingIdentifier
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application-advertisingIdentifier.html
  commentId: P:UnityEngine.WSA.Application.advertisingIdentifier
  nameWithType: Application.advertisingIdentifier
  type: Property
- uid: UnityEngine.WSA.Application.arguments
  name: arguments
  fullName: UnityEngine.WSA.Application.arguments
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application-arguments.html
  commentId: P:UnityEngine.WSA.Application.arguments
  nameWithType: Application.arguments
  type: Property
- uid: UnityEngine.WSA.Application.InvokeOnAppThread(UnityEngine.WSA.AppCallbackItem,System.Boolean)
  name: InvokeOnAppThread(AppCallbackItem, bool)
  fullName: UnityEngine.WSA.Application.InvokeOnAppThread(UnityEngine.WSA.AppCallbackItem, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application.InvokeOnAppThread.html
  commentId: M:UnityEngine.WSA.Application.InvokeOnAppThread(UnityEngine.WSA.AppCallbackItem,System.Boolean)
  nameWithType: Application.InvokeOnAppThread(AppCallbackItem, bool)
  type: Method
- uid: UnityEngine.WSA.Application.InvokeOnUIThread(UnityEngine.WSA.AppCallbackItem,System.Boolean)
  name: InvokeOnUIThread(AppCallbackItem, bool)
  fullName: UnityEngine.WSA.Application.InvokeOnUIThread(UnityEngine.WSA.AppCallbackItem, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application.InvokeOnUIThread.html
  commentId: M:UnityEngine.WSA.Application.InvokeOnUIThread(UnityEngine.WSA.AppCallbackItem,System.Boolean)
  nameWithType: Application.InvokeOnUIThread(AppCallbackItem, bool)
  type: Method
- uid: UnityEngine.WSA.Application.RunningOnAppThread
  name: RunningOnAppThread()
  fullName: UnityEngine.WSA.Application.RunningOnAppThread()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application.RunningOnAppThread.html
  commentId: M:UnityEngine.WSA.Application.RunningOnAppThread
  nameWithType: Application.RunningOnAppThread()
  type: Method
- uid: UnityEngine.WSA.Application.RunningOnUIThread
  name: RunningOnUIThread()
  fullName: UnityEngine.WSA.Application.RunningOnUIThread()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application.RunningOnUIThread.html
  commentId: M:UnityEngine.WSA.Application.RunningOnUIThread
  nameWithType: Application.RunningOnUIThread()
  type: Method
- uid: UnityEngine.WSA.Application.TryInvokeOnAppThread(UnityEngine.WSA.AppCallbackItem,System.Boolean)
  name: TryInvokeOnAppThread(AppCallbackItem, bool)
  fullName: UnityEngine.WSA.Application.TryInvokeOnAppThread(UnityEngine.WSA.AppCallbackItem, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application.TryInvokeOnAppThread.html
  commentId: M:UnityEngine.WSA.Application.TryInvokeOnAppThread(UnityEngine.WSA.AppCallbackItem,System.Boolean)
  nameWithType: Application.TryInvokeOnAppThread(AppCallbackItem, bool)
  type: Method
- uid: UnityEngine.WSA.Application.TryInvokeOnUIThread(UnityEngine.WSA.AppCallbackItem,System.Boolean)
  name: TryInvokeOnUIThread(AppCallbackItem, bool)
  fullName: UnityEngine.WSA.Application.TryInvokeOnUIThread(UnityEngine.WSA.AppCallbackItem, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application.TryInvokeOnUIThread.html
  commentId: M:UnityEngine.WSA.Application.TryInvokeOnUIThread(UnityEngine.WSA.AppCallbackItem,System.Boolean)
  nameWithType: Application.TryInvokeOnUIThread(AppCallbackItem, bool)
  type: Method
- uid: UnityEngine.WSA.Application.windowActivated
  name: windowActivated
  fullName: UnityEngine.WSA.Application.windowActivated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application-windowActivated.html
  commentId: E:UnityEngine.WSA.Application.windowActivated
  nameWithType: Application.windowActivated
  type: Event
- uid: UnityEngine.WSA.Application.windowSizeChanged
  name: windowSizeChanged
  fullName: UnityEngine.WSA.Application.windowSizeChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Application-windowSizeChanged.html
  commentId: E:UnityEngine.WSA.Application.windowSizeChanged
  nameWithType: Application.windowSizeChanged
  type: Event
- uid: UnityEngine.WSA.Cursor
  name: Cursor
  fullName: UnityEngine.WSA.Cursor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Cursor.html
  commentId: T:UnityEngine.WSA.Cursor
  nameWithType: Cursor
  type: Class
- uid: UnityEngine.WSA.Cursor.SetCustomCursor(System.UInt32)
  name: SetCustomCursor(uint)
  fullName: UnityEngine.WSA.Cursor.SetCustomCursor(uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Cursor.SetCustomCursor.html
  commentId: M:UnityEngine.WSA.Cursor.SetCustomCursor(System.UInt32)
  nameWithType: Cursor.SetCustomCursor(uint)
  type: Method
- uid: UnityEngine.WSA.Folder
  name: Folder
  fullName: UnityEngine.WSA.Folder
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.html
  commentId: T:UnityEngine.WSA.Folder
  nameWithType: Folder
  type: Enum
- uid: UnityEngine.WSA.Folder.CameraRoll
  name: CameraRoll
  fullName: UnityEngine.WSA.Folder.CameraRoll
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.CameraRoll.html
  commentId: F:UnityEngine.WSA.Folder.CameraRoll
  nameWithType: Folder.CameraRoll
  type: Field
- uid: UnityEngine.WSA.Folder.DocumentsLibrary
  name: DocumentsLibrary
  fullName: UnityEngine.WSA.Folder.DocumentsLibrary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.DocumentsLibrary.html
  commentId: F:UnityEngine.WSA.Folder.DocumentsLibrary
  nameWithType: Folder.DocumentsLibrary
  type: Field
- uid: UnityEngine.WSA.Folder.HomeGroup
  name: HomeGroup
  fullName: UnityEngine.WSA.Folder.HomeGroup
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.HomeGroup.html
  commentId: F:UnityEngine.WSA.Folder.HomeGroup
  nameWithType: Folder.HomeGroup
  type: Field
- uid: UnityEngine.WSA.Folder.Installation
  name: Installation
  fullName: UnityEngine.WSA.Folder.Installation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.Installation.html
  commentId: F:UnityEngine.WSA.Folder.Installation
  nameWithType: Folder.Installation
  type: Field
- uid: UnityEngine.WSA.Folder.Local
  name: Local
  fullName: UnityEngine.WSA.Folder.Local
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.Local.html
  commentId: F:UnityEngine.WSA.Folder.Local
  nameWithType: Folder.Local
  type: Field
- uid: UnityEngine.WSA.Folder.MediaServerDevices
  name: MediaServerDevices
  fullName: UnityEngine.WSA.Folder.MediaServerDevices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.MediaServerDevices.html
  commentId: F:UnityEngine.WSA.Folder.MediaServerDevices
  nameWithType: Folder.MediaServerDevices
  type: Field
- uid: UnityEngine.WSA.Folder.MusicLibrary
  name: MusicLibrary
  fullName: UnityEngine.WSA.Folder.MusicLibrary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.MusicLibrary.html
  commentId: F:UnityEngine.WSA.Folder.MusicLibrary
  nameWithType: Folder.MusicLibrary
  type: Field
- uid: UnityEngine.WSA.Folder.PicturesLibrary
  name: PicturesLibrary
  fullName: UnityEngine.WSA.Folder.PicturesLibrary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.PicturesLibrary.html
  commentId: F:UnityEngine.WSA.Folder.PicturesLibrary
  nameWithType: Folder.PicturesLibrary
  type: Field
- uid: UnityEngine.WSA.Folder.Playlists
  name: Playlists
  fullName: UnityEngine.WSA.Folder.Playlists
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.Playlists.html
  commentId: F:UnityEngine.WSA.Folder.Playlists
  nameWithType: Folder.Playlists
  type: Field
- uid: UnityEngine.WSA.Folder.RemovableDevices
  name: RemovableDevices
  fullName: UnityEngine.WSA.Folder.RemovableDevices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.RemovableDevices.html
  commentId: F:UnityEngine.WSA.Folder.RemovableDevices
  nameWithType: Folder.RemovableDevices
  type: Field
- uid: UnityEngine.WSA.Folder.Roaming
  name: Roaming
  fullName: UnityEngine.WSA.Folder.Roaming
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.Roaming.html
  commentId: F:UnityEngine.WSA.Folder.Roaming
  nameWithType: Folder.Roaming
  type: Field
- uid: UnityEngine.WSA.Folder.SavedPictures
  name: SavedPictures
  fullName: UnityEngine.WSA.Folder.SavedPictures
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.SavedPictures.html
  commentId: F:UnityEngine.WSA.Folder.SavedPictures
  nameWithType: Folder.SavedPictures
  type: Field
- uid: UnityEngine.WSA.Folder.Temporary
  name: Temporary
  fullName: UnityEngine.WSA.Folder.Temporary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.Temporary.html
  commentId: F:UnityEngine.WSA.Folder.Temporary
  nameWithType: Folder.Temporary
  type: Field
- uid: UnityEngine.WSA.Folder.VideosLibrary
  name: VideosLibrary
  fullName: UnityEngine.WSA.Folder.VideosLibrary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Folder.VideosLibrary.html
  commentId: F:UnityEngine.WSA.Folder.VideosLibrary
  nameWithType: Folder.VideosLibrary
  type: Field
- uid: UnityEngine.WSA.Launcher
  name: Launcher
  fullName: UnityEngine.WSA.Launcher
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Launcher.html
  commentId: T:UnityEngine.WSA.Launcher
  nameWithType: Launcher
  type: Class
- uid: UnityEngine.WSA.Launcher.LaunchFile(UnityEngine.WSA.Folder,System.String,System.Boolean)
  name: LaunchFile(Folder, string, bool)
  fullName: UnityEngine.WSA.Launcher.LaunchFile(UnityEngine.WSA.Folder, string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Launcher.LaunchFile.html
  commentId: M:UnityEngine.WSA.Launcher.LaunchFile(UnityEngine.WSA.Folder,System.String,System.Boolean)
  nameWithType: Launcher.LaunchFile(Folder, string, bool)
  type: Method
- uid: UnityEngine.WSA.Launcher.LaunchFileWithPicker(System.String)
  name: LaunchFileWithPicker(string)
  fullName: UnityEngine.WSA.Launcher.LaunchFileWithPicker(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Launcher.LaunchFileWithPicker.html
  commentId: M:UnityEngine.WSA.Launcher.LaunchFileWithPicker(System.String)
  nameWithType: Launcher.LaunchFileWithPicker(string)
  type: Method
- uid: UnityEngine.WSA.Launcher.LaunchUri(System.String,System.Boolean)
  name: LaunchUri(string, bool)
  fullName: UnityEngine.WSA.Launcher.LaunchUri(string, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Launcher.LaunchUri.html
  commentId: M:UnityEngine.WSA.Launcher.LaunchUri(System.String,System.Boolean)
  nameWithType: Launcher.LaunchUri(string, bool)
  type: Method
- uid: UnityEngine.WSA.SecondaryTileData
  name: SecondaryTileData
  fullName: UnityEngine.WSA.SecondaryTileData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData.html
  commentId: T:UnityEngine.WSA.SecondaryTileData
  nameWithType: SecondaryTileData
  type: Struct
- uid: UnityEngine.WSA.SecondaryTileData.#ctor(System.String,System.String)
  name: SecondaryTileData(string, string)
  fullName: UnityEngine.WSA.SecondaryTileData.SecondaryTileData(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-ctor.html
  commentId: M:UnityEngine.WSA.SecondaryTileData.#ctor(System.String,System.String)
  nameWithType: SecondaryTileData.SecondaryTileData(string, string)
  type: Constructor
- uid: UnityEngine.WSA.SecondaryTileData.arguments
  name: arguments
  fullName: UnityEngine.WSA.SecondaryTileData.arguments
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-arguments.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.arguments
  nameWithType: SecondaryTileData.arguments
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.backgroundColor
  name: backgroundColor
  fullName: UnityEngine.WSA.SecondaryTileData.backgroundColor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-backgroundColor.html
  commentId: P:UnityEngine.WSA.SecondaryTileData.backgroundColor
  nameWithType: SecondaryTileData.backgroundColor
  type: Property
- uid: UnityEngine.WSA.SecondaryTileData.backgroundColorSet
  name: backgroundColorSet
  fullName: UnityEngine.WSA.SecondaryTileData.backgroundColorSet
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-backgroundColorSet.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.backgroundColorSet
  nameWithType: SecondaryTileData.backgroundColorSet
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.displayName
  name: displayName
  fullName: UnityEngine.WSA.SecondaryTileData.displayName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-displayName.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.displayName
  nameWithType: SecondaryTileData.displayName
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.foregroundText
  name: foregroundText
  fullName: UnityEngine.WSA.SecondaryTileData.foregroundText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-foregroundText.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.foregroundText
  nameWithType: SecondaryTileData.foregroundText
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.lockScreenBadgeLogo
  name: lockScreenBadgeLogo
  fullName: UnityEngine.WSA.SecondaryTileData.lockScreenBadgeLogo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-lockScreenBadgeLogo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.lockScreenBadgeLogo
  nameWithType: SecondaryTileData.lockScreenBadgeLogo
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.lockScreenDisplayBadgeAndTileText
  name: lockScreenDisplayBadgeAndTileText
  fullName: UnityEngine.WSA.SecondaryTileData.lockScreenDisplayBadgeAndTileText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-lockScreenDisplayBadgeAndTileText.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.lockScreenDisplayBadgeAndTileText
  nameWithType: SecondaryTileData.lockScreenDisplayBadgeAndTileText
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.phoneticName
  name: phoneticName
  fullName: UnityEngine.WSA.SecondaryTileData.phoneticName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-phoneticName.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.phoneticName
  nameWithType: SecondaryTileData.phoneticName
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.roamingEnabled
  name: roamingEnabled
  fullName: UnityEngine.WSA.SecondaryTileData.roamingEnabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-roamingEnabled.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.roamingEnabled
  nameWithType: SecondaryTileData.roamingEnabled
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.showNameOnSquare150x150Logo
  name: showNameOnSquare150x150Logo
  fullName: UnityEngine.WSA.SecondaryTileData.showNameOnSquare150x150Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-showNameOnSquare150x150Logo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.showNameOnSquare150x150Logo
  nameWithType: SecondaryTileData.showNameOnSquare150x150Logo
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.showNameOnSquare310x310Logo
  name: showNameOnSquare310x310Logo
  fullName: UnityEngine.WSA.SecondaryTileData.showNameOnSquare310x310Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-showNameOnSquare310x310Logo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.showNameOnSquare310x310Logo
  nameWithType: SecondaryTileData.showNameOnSquare310x310Logo
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.showNameOnWide310x150Logo
  name: showNameOnWide310x150Logo
  fullName: UnityEngine.WSA.SecondaryTileData.showNameOnWide310x150Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-showNameOnWide310x150Logo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.showNameOnWide310x150Logo
  nameWithType: SecondaryTileData.showNameOnWide310x150Logo
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.square150x150Logo
  name: square150x150Logo
  fullName: UnityEngine.WSA.SecondaryTileData.square150x150Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-square150x150Logo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.square150x150Logo
  nameWithType: SecondaryTileData.square150x150Logo
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.square30x30Logo
  name: square30x30Logo
  fullName: UnityEngine.WSA.SecondaryTileData.square30x30Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-square30x30Logo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.square30x30Logo
  nameWithType: SecondaryTileData.square30x30Logo
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.square310x310Logo
  name: square310x310Logo
  fullName: UnityEngine.WSA.SecondaryTileData.square310x310Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-square310x310Logo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.square310x310Logo
  nameWithType: SecondaryTileData.square310x310Logo
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.square70x70Logo
  name: square70x70Logo
  fullName: UnityEngine.WSA.SecondaryTileData.square70x70Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-square70x70Logo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.square70x70Logo
  nameWithType: SecondaryTileData.square70x70Logo
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.tileId
  name: tileId
  fullName: UnityEngine.WSA.SecondaryTileData.tileId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-tileId.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.tileId
  nameWithType: SecondaryTileData.tileId
  type: Field
- uid: UnityEngine.WSA.SecondaryTileData.wide310x150Logo
  name: wide310x150Logo
  fullName: UnityEngine.WSA.SecondaryTileData.wide310x150Logo
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.SecondaryTileData-wide310x150Logo.html
  commentId: F:UnityEngine.WSA.SecondaryTileData.wide310x150Logo
  nameWithType: SecondaryTileData.wide310x150Logo
  type: Field
- uid: UnityEngine.WSA.Tile
  name: Tile
  fullName: UnityEngine.WSA.Tile
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.html
  commentId: T:UnityEngine.WSA.Tile
  nameWithType: Tile
  type: Class
- uid: UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData,UnityEngine.Rect)
  name: CreateOrUpdateSecondary(SecondaryTileData, Rect)
  fullName: UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.CreateOrUpdateSecondary.html
  commentId: M:UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData,UnityEngine.Rect)
  nameWithType: Tile.CreateOrUpdateSecondary(SecondaryTileData, Rect)
  type: Method
- uid: UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData,UnityEngine.Vector2)
  name: CreateOrUpdateSecondary(SecondaryTileData, Vector2)
  fullName: UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.CreateOrUpdateSecondary.html
  commentId: M:UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData,UnityEngine.Vector2)
  nameWithType: Tile.CreateOrUpdateSecondary(SecondaryTileData, Vector2)
  type: Method
- uid: UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData)
  name: CreateOrUpdateSecondary(SecondaryTileData)
  fullName: UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.CreateOrUpdateSecondary.html
  commentId: M:UnityEngine.WSA.Tile.CreateOrUpdateSecondary(UnityEngine.WSA.SecondaryTileData)
  nameWithType: Tile.CreateOrUpdateSecondary(SecondaryTileData)
  type: Method
- uid: UnityEngine.WSA.Tile.Delete
  name: Delete()
  fullName: UnityEngine.WSA.Tile.Delete()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.Delete.html
  commentId: M:UnityEngine.WSA.Tile.Delete
  nameWithType: Tile.Delete()
  type: Method
- uid: UnityEngine.WSA.Tile.Delete(UnityEngine.Rect)
  name: Delete(Rect)
  fullName: UnityEngine.WSA.Tile.Delete(UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.Delete.html
  commentId: M:UnityEngine.WSA.Tile.Delete(UnityEngine.Rect)
  nameWithType: Tile.Delete(Rect)
  type: Method
- uid: UnityEngine.WSA.Tile.Delete(UnityEngine.Vector2)
  name: Delete(Vector2)
  fullName: UnityEngine.WSA.Tile.Delete(UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.Delete.html
  commentId: M:UnityEngine.WSA.Tile.Delete(UnityEngine.Vector2)
  nameWithType: Tile.Delete(Vector2)
  type: Method
- uid: UnityEngine.WSA.Tile.DeleteSecondary(System.String,UnityEngine.Rect)
  name: DeleteSecondary(string, Rect)
  fullName: UnityEngine.WSA.Tile.DeleteSecondary(string, UnityEngine.Rect)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.DeleteSecondary.html
  commentId: M:UnityEngine.WSA.Tile.DeleteSecondary(System.String,UnityEngine.Rect)
  nameWithType: Tile.DeleteSecondary(string, Rect)
  type: Method
- uid: UnityEngine.WSA.Tile.DeleteSecondary(System.String,UnityEngine.Vector2)
  name: DeleteSecondary(string, Vector2)
  fullName: UnityEngine.WSA.Tile.DeleteSecondary(string, UnityEngine.Vector2)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.DeleteSecondary.html
  commentId: M:UnityEngine.WSA.Tile.DeleteSecondary(System.String,UnityEngine.Vector2)
  nameWithType: Tile.DeleteSecondary(string, Vector2)
  type: Method
- uid: UnityEngine.WSA.Tile.DeleteSecondary(System.String)
  name: DeleteSecondary(string)
  fullName: UnityEngine.WSA.Tile.DeleteSecondary(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.DeleteSecondary.html
  commentId: M:UnityEngine.WSA.Tile.DeleteSecondary(System.String)
  nameWithType: Tile.DeleteSecondary(string)
  type: Method
- uid: UnityEngine.WSA.Tile.exists
  name: exists
  fullName: UnityEngine.WSA.Tile.exists
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile-exists.html
  commentId: P:UnityEngine.WSA.Tile.exists
  nameWithType: Tile.exists
  type: Property
- uid: UnityEngine.WSA.Tile.Exists(System.String)
  name: Exists(string)
  fullName: UnityEngine.WSA.Tile.Exists(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.Exists.html
  commentId: M:UnityEngine.WSA.Tile.Exists(System.String)
  nameWithType: Tile.Exists(string)
  type: Method
- uid: UnityEngine.WSA.Tile.GetSecondaries
  name: GetSecondaries()
  fullName: UnityEngine.WSA.Tile.GetSecondaries()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.GetSecondaries.html
  commentId: M:UnityEngine.WSA.Tile.GetSecondaries
  nameWithType: Tile.GetSecondaries()
  type: Method
- uid: UnityEngine.WSA.Tile.GetSecondary(System.String)
  name: GetSecondary(string)
  fullName: UnityEngine.WSA.Tile.GetSecondary(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.GetSecondary.html
  commentId: M:UnityEngine.WSA.Tile.GetSecondary(System.String)
  nameWithType: Tile.GetSecondary(string)
  type: Method
- uid: UnityEngine.WSA.Tile.GetTemplate(UnityEngine.WSA.TileTemplate)
  name: GetTemplate(TileTemplate)
  fullName: UnityEngine.WSA.Tile.GetTemplate(UnityEngine.WSA.TileTemplate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.GetTemplate.html
  commentId: M:UnityEngine.WSA.Tile.GetTemplate(UnityEngine.WSA.TileTemplate)
  nameWithType: Tile.GetTemplate(TileTemplate)
  type: Method
- uid: UnityEngine.WSA.Tile.hasUserConsent
  name: hasUserConsent
  fullName: UnityEngine.WSA.Tile.hasUserConsent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile-hasUserConsent.html
  commentId: P:UnityEngine.WSA.Tile.hasUserConsent
  nameWithType: Tile.hasUserConsent
  type: Property
- uid: UnityEngine.WSA.Tile.id
  name: id
  fullName: UnityEngine.WSA.Tile.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile-id.html
  commentId: P:UnityEngine.WSA.Tile.id
  nameWithType: Tile.id
  type: Property
- uid: UnityEngine.WSA.Tile.main
  name: main
  fullName: UnityEngine.WSA.Tile.main
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile-main.html
  commentId: P:UnityEngine.WSA.Tile.main
  nameWithType: Tile.main
  type: Property
- uid: UnityEngine.WSA.Tile.PeriodicBadgeUpdate(System.String,System.Single)
  name: PeriodicBadgeUpdate(string, float)
  fullName: UnityEngine.WSA.Tile.PeriodicBadgeUpdate(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.PeriodicBadgeUpdate.html
  commentId: M:UnityEngine.WSA.Tile.PeriodicBadgeUpdate(System.String,System.Single)
  nameWithType: Tile.PeriodicBadgeUpdate(string, float)
  type: Method
- uid: UnityEngine.WSA.Tile.PeriodicUpdate(System.String,System.Single)
  name: PeriodicUpdate(string, float)
  fullName: UnityEngine.WSA.Tile.PeriodicUpdate(string, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.PeriodicUpdate.html
  commentId: M:UnityEngine.WSA.Tile.PeriodicUpdate(System.String,System.Single)
  nameWithType: Tile.PeriodicUpdate(string, float)
  type: Method
- uid: UnityEngine.WSA.Tile.RemoveBadge
  name: RemoveBadge()
  fullName: UnityEngine.WSA.Tile.RemoveBadge()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.RemoveBadge.html
  commentId: M:UnityEngine.WSA.Tile.RemoveBadge
  nameWithType: Tile.RemoveBadge()
  type: Method
- uid: UnityEngine.WSA.Tile.StopPeriodicBadgeUpdate
  name: StopPeriodicBadgeUpdate()
  fullName: UnityEngine.WSA.Tile.StopPeriodicBadgeUpdate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.StopPeriodicBadgeUpdate.html
  commentId: M:UnityEngine.WSA.Tile.StopPeriodicBadgeUpdate
  nameWithType: Tile.StopPeriodicBadgeUpdate()
  type: Method
- uid: UnityEngine.WSA.Tile.StopPeriodicUpdate
  name: StopPeriodicUpdate()
  fullName: UnityEngine.WSA.Tile.StopPeriodicUpdate()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.StopPeriodicUpdate.html
  commentId: M:UnityEngine.WSA.Tile.StopPeriodicUpdate
  nameWithType: Tile.StopPeriodicUpdate()
  type: Method
- uid: UnityEngine.WSA.Tile.Update(System.String,System.String,System.String,System.String)
  name: Update(string, string, string, string)
  fullName: UnityEngine.WSA.Tile.Update(string, string, string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.Update.html
  commentId: M:UnityEngine.WSA.Tile.Update(System.String,System.String,System.String,System.String)
  nameWithType: Tile.Update(string, string, string, string)
  type: Method
- uid: UnityEngine.WSA.Tile.Update(System.String)
  name: Update(string)
  fullName: UnityEngine.WSA.Tile.Update(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.Update.html
  commentId: M:UnityEngine.WSA.Tile.Update(System.String)
  nameWithType: Tile.Update(string)
  type: Method
- uid: UnityEngine.WSA.Tile.UpdateBadgeImage(System.String)
  name: UpdateBadgeImage(string)
  fullName: UnityEngine.WSA.Tile.UpdateBadgeImage(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.UpdateBadgeImage.html
  commentId: M:UnityEngine.WSA.Tile.UpdateBadgeImage(System.String)
  nameWithType: Tile.UpdateBadgeImage(string)
  type: Method
- uid: UnityEngine.WSA.Tile.UpdateBadgeNumber(System.Single)
  name: UpdateBadgeNumber(float)
  fullName: UnityEngine.WSA.Tile.UpdateBadgeNumber(float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Tile.UpdateBadgeNumber.html
  commentId: M:UnityEngine.WSA.Tile.UpdateBadgeNumber(System.Single)
  nameWithType: Tile.UpdateBadgeNumber(float)
  type: Method
- uid: UnityEngine.WSA.TileForegroundText
  name: TileForegroundText
  fullName: UnityEngine.WSA.TileForegroundText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileForegroundText.html
  commentId: T:UnityEngine.WSA.TileForegroundText
  nameWithType: TileForegroundText
  type: Enum
- uid: UnityEngine.WSA.TileForegroundText.Dark
  name: Dark
  fullName: UnityEngine.WSA.TileForegroundText.Dark
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileForegroundText.Dark.html
  commentId: F:UnityEngine.WSA.TileForegroundText.Dark
  nameWithType: TileForegroundText.Dark
  type: Field
- uid: UnityEngine.WSA.TileForegroundText.Default
  name: Default
  fullName: UnityEngine.WSA.TileForegroundText.Default
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileForegroundText.Default.html
  commentId: F:UnityEngine.WSA.TileForegroundText.Default
  nameWithType: TileForegroundText.Default
  type: Field
- uid: UnityEngine.WSA.TileForegroundText.Light
  name: Light
  fullName: UnityEngine.WSA.TileForegroundText.Light
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileForegroundText.Light.html
  commentId: F:UnityEngine.WSA.TileForegroundText.Light
  nameWithType: TileForegroundText.Light
  type: Field
- uid: UnityEngine.WSA.TileTemplate
  name: TileTemplate
  fullName: UnityEngine.WSA.TileTemplate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.html
  commentId: T:UnityEngine.WSA.TileTemplate
  nameWithType: TileTemplate
  type: Enum
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150Block
  name: TileSquare150x150Block
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150Block
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150Block.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150Block
  nameWithType: TileTemplate.TileSquare150x150Block
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150IconWithBadge
  name: TileSquare150x150IconWithBadge
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150IconWithBadge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150IconWithBadge.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150IconWithBadge
  nameWithType: TileTemplate.TileSquare150x150IconWithBadge
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150Image
  name: TileSquare150x150Image
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150Image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150Image.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150Image
  nameWithType: TileTemplate.TileSquare150x150Image
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText01
  name: TileSquare150x150PeekImageAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150PeekImageAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText01
  nameWithType: TileTemplate.TileSquare150x150PeekImageAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText02
  name: TileSquare150x150PeekImageAndText02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150PeekImageAndText02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText02
  nameWithType: TileTemplate.TileSquare150x150PeekImageAndText02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText03
  name: TileSquare150x150PeekImageAndText03
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150PeekImageAndText03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText03
  nameWithType: TileTemplate.TileSquare150x150PeekImageAndText03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText04
  name: TileSquare150x150PeekImageAndText04
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150PeekImageAndText04.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150PeekImageAndText04
  nameWithType: TileTemplate.TileSquare150x150PeekImageAndText04
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150Text01
  name: TileSquare150x150Text01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150Text01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150Text01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150Text01
  nameWithType: TileTemplate.TileSquare150x150Text01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150Text02
  name: TileSquare150x150Text02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150Text02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150Text02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150Text02
  nameWithType: TileTemplate.TileSquare150x150Text02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150Text03
  name: TileSquare150x150Text03
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150Text03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150Text03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150Text03
  nameWithType: TileTemplate.TileSquare150x150Text03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare150x150Text04
  name: TileSquare150x150Text04
  fullName: UnityEngine.WSA.TileTemplate.TileSquare150x150Text04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare150x150Text04.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare150x150Text04
  nameWithType: TileTemplate.TileSquare150x150Text04
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare210x210IconWithBadge
  name: TileSquare210x210IconWithBadge
  fullName: UnityEngine.WSA.TileTemplate.TileSquare210x210IconWithBadge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare210x210IconWithBadge.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare210x210IconWithBadge
  nameWithType: TileTemplate.TileSquare210x210IconWithBadge
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310BlockAndText01
  name: TileSquare310x310BlockAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310BlockAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310BlockAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310BlockAndText01
  nameWithType: TileTemplate.TileSquare310x310BlockAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310BlockAndText02
  name: TileSquare310x310BlockAndText02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310BlockAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310BlockAndText02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310BlockAndText02
  nameWithType: TileTemplate.TileSquare310x310BlockAndText02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Image
  name: TileSquare310x310Image
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Image.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Image
  nameWithType: TileTemplate.TileSquare310x310Image
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndText01
  name: TileSquare310x310ImageAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310ImageAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndText01
  nameWithType: TileTemplate.TileSquare310x310ImageAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndText02
  name: TileSquare310x310ImageAndText02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310ImageAndText02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndText02
  nameWithType: TileTemplate.TileSquare310x310ImageAndText02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay01
  name: TileSquare310x310ImageAndTextOverlay01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay01
  nameWithType: TileTemplate.TileSquare310x310ImageAndTextOverlay01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay02
  name: TileSquare310x310ImageAndTextOverlay02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay02
  nameWithType: TileTemplate.TileSquare310x310ImageAndTextOverlay02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay03
  name: TileSquare310x310ImageAndTextOverlay03
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310ImageAndTextOverlay03
  nameWithType: TileTemplate.TileSquare310x310ImageAndTextOverlay03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollection
  name: TileSquare310x310ImageCollection
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310ImageCollection.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollection
  nameWithType: TileTemplate.TileSquare310x310ImageCollection
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollectionAndText01
  name: TileSquare310x310ImageCollectionAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollectionAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310ImageCollectionAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollectionAndText01
  nameWithType: TileTemplate.TileSquare310x310ImageCollectionAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollectionAndText02
  name: TileSquare310x310ImageCollectionAndText02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollectionAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310ImageCollectionAndText02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310ImageCollectionAndText02
  nameWithType: TileTemplate.TileSquare310x310ImageCollectionAndText02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImageAndText01
  name: TileSquare310x310SmallImageAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImageAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310SmallImageAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImageAndText01
  nameWithType: TileTemplate.TileSquare310x310SmallImageAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList01
  name: TileSquare310x310SmallImagesAndTextList01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList01
  nameWithType: TileTemplate.TileSquare310x310SmallImagesAndTextList01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList02
  name: TileSquare310x310SmallImagesAndTextList02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList02
  nameWithType: TileTemplate.TileSquare310x310SmallImagesAndTextList02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList03
  name: TileSquare310x310SmallImagesAndTextList03
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList03
  nameWithType: TileTemplate.TileSquare310x310SmallImagesAndTextList03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList04
  name: TileSquare310x310SmallImagesAndTextList04
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList04.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList04
  nameWithType: TileTemplate.TileSquare310x310SmallImagesAndTextList04
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList05
  name: TileSquare310x310SmallImagesAndTextList05
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList05
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList05.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310SmallImagesAndTextList05
  nameWithType: TileTemplate.TileSquare310x310SmallImagesAndTextList05
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text01
  name: TileSquare310x310Text01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text01
  nameWithType: TileTemplate.TileSquare310x310Text01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text02
  name: TileSquare310x310Text02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text02
  nameWithType: TileTemplate.TileSquare310x310Text02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text03
  name: TileSquare310x310Text03
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text03
  nameWithType: TileTemplate.TileSquare310x310Text03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text04
  name: TileSquare310x310Text04
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text04.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text04
  nameWithType: TileTemplate.TileSquare310x310Text04
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text05
  name: TileSquare310x310Text05
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text05
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text05.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text05
  nameWithType: TileTemplate.TileSquare310x310Text05
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text06
  name: TileSquare310x310Text06
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text06
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text06.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text06
  nameWithType: TileTemplate.TileSquare310x310Text06
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text07
  name: TileSquare310x310Text07
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text07
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text07.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text07
  nameWithType: TileTemplate.TileSquare310x310Text07
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text08
  name: TileSquare310x310Text08
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text08
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text08.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text08
  nameWithType: TileTemplate.TileSquare310x310Text08
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310Text09
  name: TileSquare310x310Text09
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310Text09
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310Text09.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310Text09
  nameWithType: TileTemplate.TileSquare310x310Text09
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310TextList01
  name: TileSquare310x310TextList01
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310TextList01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310TextList01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310TextList01
  nameWithType: TileTemplate.TileSquare310x310TextList01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310TextList02
  name: TileSquare310x310TextList02
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310TextList02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310TextList02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310TextList02
  nameWithType: TileTemplate.TileSquare310x310TextList02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare310x310TextList03
  name: TileSquare310x310TextList03
  fullName: UnityEngine.WSA.TileTemplate.TileSquare310x310TextList03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare310x310TextList03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare310x310TextList03
  nameWithType: TileTemplate.TileSquare310x310TextList03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare71x71IconWithBadge
  name: TileSquare71x71IconWithBadge
  fullName: UnityEngine.WSA.TileTemplate.TileSquare71x71IconWithBadge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare71x71IconWithBadge.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare71x71IconWithBadge
  nameWithType: TileTemplate.TileSquare71x71IconWithBadge
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare71x71Image
  name: TileSquare71x71Image
  fullName: UnityEngine.WSA.TileTemplate.TileSquare71x71Image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare71x71Image.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare71x71Image
  nameWithType: TileTemplate.TileSquare71x71Image
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileSquare99x99IconWithBadge
  name: TileSquare99x99IconWithBadge
  fullName: UnityEngine.WSA.TileTemplate.TileSquare99x99IconWithBadge
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileSquare99x99IconWithBadge.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileSquare99x99IconWithBadge
  nameWithType: TileTemplate.TileSquare99x99IconWithBadge
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileTall150x310Image
  name: TileTall150x310Image
  fullName: UnityEngine.WSA.TileTemplate.TileTall150x310Image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileTall150x310Image.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileTall150x310Image
  nameWithType: TileTemplate.TileTall150x310Image
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150BlockAndText01
  name: TileWide310x150BlockAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150BlockAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150BlockAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150BlockAndText01
  nameWithType: TileTemplate.TileWide310x150BlockAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150BlockAndText02
  name: TileWide310x150BlockAndText02
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150BlockAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150BlockAndText02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150BlockAndText02
  nameWithType: TileTemplate.TileWide310x150BlockAndText02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150IconWithBadgeAndText
  name: TileWide310x150IconWithBadgeAndText
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150IconWithBadgeAndText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150IconWithBadgeAndText.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150IconWithBadgeAndText
  nameWithType: TileTemplate.TileWide310x150IconWithBadgeAndText
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Image
  name: TileWide310x150Image
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Image
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Image.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Image
  nameWithType: TileTemplate.TileWide310x150Image
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150ImageAndText01
  name: TileWide310x150ImageAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150ImageAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150ImageAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150ImageAndText01
  nameWithType: TileTemplate.TileWide310x150ImageAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150ImageAndText02
  name: TileWide310x150ImageAndText02
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150ImageAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150ImageAndText02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150ImageAndText02
  nameWithType: TileTemplate.TileWide310x150ImageAndText02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150ImageCollection
  name: TileWide310x150ImageCollection
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150ImageCollection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150ImageCollection.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150ImageCollection
  nameWithType: TileTemplate.TileWide310x150ImageCollection
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage01
  name: TileWide310x150PeekImage01
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImage01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage01
  nameWithType: TileTemplate.TileWide310x150PeekImage01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage02
  name: TileWide310x150PeekImage02
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImage02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage02
  nameWithType: TileTemplate.TileWide310x150PeekImage02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage03
  name: TileWide310x150PeekImage03
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImage03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage03
  nameWithType: TileTemplate.TileWide310x150PeekImage03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage04
  name: TileWide310x150PeekImage04
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImage04.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage04
  nameWithType: TileTemplate.TileWide310x150PeekImage04
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage05
  name: TileWide310x150PeekImage05
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage05
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImage05.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage05
  nameWithType: TileTemplate.TileWide310x150PeekImage05
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage06
  name: TileWide310x150PeekImage06
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage06
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImage06.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImage06
  nameWithType: TileTemplate.TileWide310x150PeekImage06
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageAndText01
  name: TileWide310x150PeekImageAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImageAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageAndText01
  nameWithType: TileTemplate.TileWide310x150PeekImageAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageAndText02
  name: TileWide310x150PeekImageAndText02
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImageAndText02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageAndText02
  nameWithType: TileTemplate.TileWide310x150PeekImageAndText02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection01
  name: TileWide310x150PeekImageCollection01
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImageCollection01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection01
  nameWithType: TileTemplate.TileWide310x150PeekImageCollection01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection02
  name: TileWide310x150PeekImageCollection02
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImageCollection02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection02
  nameWithType: TileTemplate.TileWide310x150PeekImageCollection02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection03
  name: TileWide310x150PeekImageCollection03
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImageCollection03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection03
  nameWithType: TileTemplate.TileWide310x150PeekImageCollection03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection04
  name: TileWide310x150PeekImageCollection04
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImageCollection04.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection04
  nameWithType: TileTemplate.TileWide310x150PeekImageCollection04
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection05
  name: TileWide310x150PeekImageCollection05
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection05
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImageCollection05.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection05
  nameWithType: TileTemplate.TileWide310x150PeekImageCollection05
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection06
  name: TileWide310x150PeekImageCollection06
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection06
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150PeekImageCollection06.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150PeekImageCollection06
  nameWithType: TileTemplate.TileWide310x150PeekImageCollection06
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText01
  name: TileWide310x150SmallImageAndText01
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150SmallImageAndText01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText01
  nameWithType: TileTemplate.TileWide310x150SmallImageAndText01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText02
  name: TileWide310x150SmallImageAndText02
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150SmallImageAndText02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText02
  nameWithType: TileTemplate.TileWide310x150SmallImageAndText02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText03
  name: TileWide310x150SmallImageAndText03
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150SmallImageAndText03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText03
  nameWithType: TileTemplate.TileWide310x150SmallImageAndText03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText04
  name: TileWide310x150SmallImageAndText04
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150SmallImageAndText04.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText04
  nameWithType: TileTemplate.TileWide310x150SmallImageAndText04
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText05
  name: TileWide310x150SmallImageAndText05
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText05
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150SmallImageAndText05.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150SmallImageAndText05
  nameWithType: TileTemplate.TileWide310x150SmallImageAndText05
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text01
  name: TileWide310x150Text01
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text01.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text01
  nameWithType: TileTemplate.TileWide310x150Text01
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text02
  name: TileWide310x150Text02
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text02.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text02
  nameWithType: TileTemplate.TileWide310x150Text02
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text03
  name: TileWide310x150Text03
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text03.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text03
  nameWithType: TileTemplate.TileWide310x150Text03
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text04
  name: TileWide310x150Text04
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text04.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text04
  nameWithType: TileTemplate.TileWide310x150Text04
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text05
  name: TileWide310x150Text05
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text05
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text05.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text05
  nameWithType: TileTemplate.TileWide310x150Text05
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text06
  name: TileWide310x150Text06
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text06
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text06.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text06
  nameWithType: TileTemplate.TileWide310x150Text06
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text07
  name: TileWide310x150Text07
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text07
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text07.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text07
  nameWithType: TileTemplate.TileWide310x150Text07
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text08
  name: TileWide310x150Text08
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text08
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text08.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text08
  nameWithType: TileTemplate.TileWide310x150Text08
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text09
  name: TileWide310x150Text09
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text09
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text09.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text09
  nameWithType: TileTemplate.TileWide310x150Text09
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text10
  name: TileWide310x150Text10
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text10
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text10.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text10
  nameWithType: TileTemplate.TileWide310x150Text10
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide310x150Text11
  name: TileWide310x150Text11
  fullName: UnityEngine.WSA.TileTemplate.TileWide310x150Text11
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide310x150Text11.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide310x150Text11
  nameWithType: TileTemplate.TileWide310x150Text11
  type: Field
- uid: UnityEngine.WSA.TileTemplate.TileWide432x210IconWithBadgeAndText
  name: TileWide432x210IconWithBadgeAndText
  fullName: UnityEngine.WSA.TileTemplate.TileWide432x210IconWithBadgeAndText
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.TileTemplate.TileWide432x210IconWithBadgeAndText.html
  commentId: F:UnityEngine.WSA.TileTemplate.TileWide432x210IconWithBadgeAndText
  nameWithType: TileTemplate.TileWide432x210IconWithBadgeAndText
  type: Field
- uid: UnityEngine.WSA.Toast
  name: Toast
  fullName: UnityEngine.WSA.Toast
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast.html
  commentId: T:UnityEngine.WSA.Toast
  nameWithType: Toast
  type: Class
- uid: UnityEngine.WSA.Toast.activated
  name: activated
  fullName: UnityEngine.WSA.Toast.activated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast-activated.html
  commentId: P:UnityEngine.WSA.Toast.activated
  nameWithType: Toast.activated
  type: Property
- uid: UnityEngine.WSA.Toast.arguments
  name: arguments
  fullName: UnityEngine.WSA.Toast.arguments
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast-arguments.html
  commentId: P:UnityEngine.WSA.Toast.arguments
  nameWithType: Toast.arguments
  type: Property
- uid: UnityEngine.WSA.Toast.Create(System.String,System.String)
  name: Create(string, string)
  fullName: UnityEngine.WSA.Toast.Create(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast.Create.html
  commentId: M:UnityEngine.WSA.Toast.Create(System.String,System.String)
  nameWithType: Toast.Create(string, string)
  type: Method
- uid: UnityEngine.WSA.Toast.Create(System.String)
  name: Create(string)
  fullName: UnityEngine.WSA.Toast.Create(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast.Create.html
  commentId: M:UnityEngine.WSA.Toast.Create(System.String)
  nameWithType: Toast.Create(string)
  type: Method
- uid: UnityEngine.WSA.Toast.dismissed
  name: dismissed
  fullName: UnityEngine.WSA.Toast.dismissed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast-dismissed.html
  commentId: P:UnityEngine.WSA.Toast.dismissed
  nameWithType: Toast.dismissed
  type: Property
- uid: UnityEngine.WSA.Toast.dismissedByUser
  name: dismissedByUser
  fullName: UnityEngine.WSA.Toast.dismissedByUser
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast-dismissedByUser.html
  commentId: P:UnityEngine.WSA.Toast.dismissedByUser
  nameWithType: Toast.dismissedByUser
  type: Property
- uid: UnityEngine.WSA.Toast.GetTemplate(UnityEngine.WSA.ToastTemplate)
  name: GetTemplate(ToastTemplate)
  fullName: UnityEngine.WSA.Toast.GetTemplate(UnityEngine.WSA.ToastTemplate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast.GetTemplate.html
  commentId: M:UnityEngine.WSA.Toast.GetTemplate(UnityEngine.WSA.ToastTemplate)
  nameWithType: Toast.GetTemplate(ToastTemplate)
  type: Method
- uid: UnityEngine.WSA.Toast.Hide
  name: Hide()
  fullName: UnityEngine.WSA.Toast.Hide()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast.Hide.html
  commentId: M:UnityEngine.WSA.Toast.Hide
  nameWithType: Toast.Hide()
  type: Method
- uid: UnityEngine.WSA.Toast.Show
  name: Show()
  fullName: UnityEngine.WSA.Toast.Show()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.Toast.Show.html
  commentId: M:UnityEngine.WSA.Toast.Show
  nameWithType: Toast.Show()
  type: Method
- uid: UnityEngine.WSA.ToastTemplate
  name: ToastTemplate
  fullName: UnityEngine.WSA.ToastTemplate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.html
  commentId: T:UnityEngine.WSA.ToastTemplate
  nameWithType: ToastTemplate
  type: Enum
- uid: UnityEngine.WSA.ToastTemplate.ToastImageAndText01
  name: ToastImageAndText01
  fullName: UnityEngine.WSA.ToastTemplate.ToastImageAndText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.ToastImageAndText01.html
  commentId: F:UnityEngine.WSA.ToastTemplate.ToastImageAndText01
  nameWithType: ToastTemplate.ToastImageAndText01
  type: Field
- uid: UnityEngine.WSA.ToastTemplate.ToastImageAndText02
  name: ToastImageAndText02
  fullName: UnityEngine.WSA.ToastTemplate.ToastImageAndText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.ToastImageAndText02.html
  commentId: F:UnityEngine.WSA.ToastTemplate.ToastImageAndText02
  nameWithType: ToastTemplate.ToastImageAndText02
  type: Field
- uid: UnityEngine.WSA.ToastTemplate.ToastImageAndText03
  name: ToastImageAndText03
  fullName: UnityEngine.WSA.ToastTemplate.ToastImageAndText03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.ToastImageAndText03.html
  commentId: F:UnityEngine.WSA.ToastTemplate.ToastImageAndText03
  nameWithType: ToastTemplate.ToastImageAndText03
  type: Field
- uid: UnityEngine.WSA.ToastTemplate.ToastImageAndText04
  name: ToastImageAndText04
  fullName: UnityEngine.WSA.ToastTemplate.ToastImageAndText04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.ToastImageAndText04.html
  commentId: F:UnityEngine.WSA.ToastTemplate.ToastImageAndText04
  nameWithType: ToastTemplate.ToastImageAndText04
  type: Field
- uid: UnityEngine.WSA.ToastTemplate.ToastText01
  name: ToastText01
  fullName: UnityEngine.WSA.ToastTemplate.ToastText01
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.ToastText01.html
  commentId: F:UnityEngine.WSA.ToastTemplate.ToastText01
  nameWithType: ToastTemplate.ToastText01
  type: Field
- uid: UnityEngine.WSA.ToastTemplate.ToastText02
  name: ToastText02
  fullName: UnityEngine.WSA.ToastTemplate.ToastText02
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.ToastText02.html
  commentId: F:UnityEngine.WSA.ToastTemplate.ToastText02
  nameWithType: ToastTemplate.ToastText02
  type: Field
- uid: UnityEngine.WSA.ToastTemplate.ToastText03
  name: ToastText03
  fullName: UnityEngine.WSA.ToastTemplate.ToastText03
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.ToastText03.html
  commentId: F:UnityEngine.WSA.ToastTemplate.ToastText03
  nameWithType: ToastTemplate.ToastText03
  type: Field
- uid: UnityEngine.WSA.ToastTemplate.ToastText04
  name: ToastText04
  fullName: UnityEngine.WSA.ToastTemplate.ToastText04
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.ToastTemplate.ToastText04.html
  commentId: F:UnityEngine.WSA.ToastTemplate.ToastText04
  nameWithType: ToastTemplate.ToastText04
  type: Field
- uid: UnityEngine.WSA.WindowActivated
  name: WindowActivated
  fullName: UnityEngine.WSA.WindowActivated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.WindowActivated.html
  commentId: T:UnityEngine.WSA.WindowActivated
  nameWithType: WindowActivated
  type: Delegate
- uid: UnityEngine.WSA.WindowActivationState
  name: WindowActivationState
  fullName: UnityEngine.WSA.WindowActivationState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.WindowActivationState.html
  commentId: T:UnityEngine.WSA.WindowActivationState
  nameWithType: WindowActivationState
  type: Enum
- uid: UnityEngine.WSA.WindowActivationState.CodeActivated
  name: CodeActivated
  fullName: UnityEngine.WSA.WindowActivationState.CodeActivated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.WindowActivationState.CodeActivated.html
  commentId: F:UnityEngine.WSA.WindowActivationState.CodeActivated
  nameWithType: WindowActivationState.CodeActivated
  type: Field
- uid: UnityEngine.WSA.WindowActivationState.Deactivated
  name: Deactivated
  fullName: UnityEngine.WSA.WindowActivationState.Deactivated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.WindowActivationState.Deactivated.html
  commentId: F:UnityEngine.WSA.WindowActivationState.Deactivated
  nameWithType: WindowActivationState.Deactivated
  type: Field
- uid: UnityEngine.WSA.WindowActivationState.PointerActivated
  name: PointerActivated
  fullName: UnityEngine.WSA.WindowActivationState.PointerActivated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.WindowActivationState.PointerActivated.html
  commentId: F:UnityEngine.WSA.WindowActivationState.PointerActivated
  nameWithType: WindowActivationState.PointerActivated
  type: Field
- uid: UnityEngine.WSA.WindowSizeChanged
  name: WindowSizeChanged
  fullName: UnityEngine.WSA.WindowSizeChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WSA.WindowSizeChanged.html
  commentId: T:UnityEngine.WSA.WindowSizeChanged
  nameWithType: WindowSizeChanged
  type: Delegate
- uid: UnityEngine.WWW
  name: WWW
  fullName: UnityEngine.WWW
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.html
  commentId: T:UnityEngine.WWW
  nameWithType: WWW
  type: Class
- uid: UnityEngine.WWW.#ctor(System.String,System.Byte[],System.Collections.Generic.Dictionary{System.String,System.String})
  name: WWW(string, byte[], Dictionary<string, string>)
  fullName: UnityEngine.WWW.WWW(string, byte[], System.Collections.Generic.Dictionary<string, string>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-ctor.html
  commentId: M:UnityEngine.WWW.#ctor(System.String,System.Byte[],System.Collections.Generic.Dictionary{System.String,System.String})
  nameWithType: WWW.WWW(string, byte[], Dictionary<string, string>)
  type: Constructor
- uid: UnityEngine.WWW.#ctor(System.String,System.Byte[],System.Collections.Hashtable)
  name: WWW(string, byte[], Hashtable)
  fullName: UnityEngine.WWW.WWW(string, byte[], System.Collections.Hashtable)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-ctor.html
  commentId: M:UnityEngine.WWW.#ctor(System.String,System.Byte[],System.Collections.Hashtable)
  nameWithType: WWW.WWW(string, byte[], Hashtable)
  type: Constructor
- uid: UnityEngine.WWW.#ctor(System.String,System.Byte[])
  name: WWW(string, byte[])
  fullName: UnityEngine.WWW.WWW(string, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-ctor.html
  commentId: M:UnityEngine.WWW.#ctor(System.String,System.Byte[])
  nameWithType: WWW.WWW(string, byte[])
  type: Constructor
- uid: UnityEngine.WWW.#ctor(System.String,UnityEngine.WWWForm)
  name: WWW(string, WWWForm)
  fullName: UnityEngine.WWW.WWW(string, UnityEngine.WWWForm)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-ctor.html
  commentId: M:UnityEngine.WWW.#ctor(System.String,UnityEngine.WWWForm)
  nameWithType: WWW.WWW(string, WWWForm)
  type: Constructor
- uid: UnityEngine.WWW.#ctor(System.String)
  name: WWW(string)
  fullName: UnityEngine.WWW.WWW(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-ctor.html
  commentId: M:UnityEngine.WWW.#ctor(System.String)
  nameWithType: WWW.WWW(string)
  type: Constructor
- uid: UnityEngine.WWW.assetBundle
  name: assetBundle
  fullName: UnityEngine.WWW.assetBundle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-assetBundle.html
  commentId: P:UnityEngine.WWW.assetBundle
  nameWithType: WWW.assetBundle
  type: Property
- uid: UnityEngine.WWW.audioClip
  name: audioClip
  fullName: UnityEngine.WWW.audioClip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-audioClip.html
  commentId: P:UnityEngine.WWW.audioClip
  nameWithType: WWW.audioClip
  type: Property
- uid: UnityEngine.WWW.bytes
  name: bytes
  fullName: UnityEngine.WWW.bytes
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-bytes.html
  commentId: P:UnityEngine.WWW.bytes
  nameWithType: WWW.bytes
  type: Property
- uid: UnityEngine.WWW.bytesDownloaded
  name: bytesDownloaded
  fullName: UnityEngine.WWW.bytesDownloaded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-bytesDownloaded.html
  commentId: P:UnityEngine.WWW.bytesDownloaded
  nameWithType: WWW.bytesDownloaded
  type: Property
- uid: UnityEngine.WWW.data
  name: data
  fullName: UnityEngine.WWW.data
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-data.html
  commentId: P:UnityEngine.WWW.data
  nameWithType: WWW.data
  type: Property
- uid: UnityEngine.WWW.Dispose
  name: Dispose()
  fullName: UnityEngine.WWW.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.Dispose.html
  commentId: M:UnityEngine.WWW.Dispose
  nameWithType: WWW.Dispose()
  type: Method
- uid: UnityEngine.WWW.error
  name: error
  fullName: UnityEngine.WWW.error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-error.html
  commentId: P:UnityEngine.WWW.error
  nameWithType: WWW.error
  type: Property
- uid: UnityEngine.WWW.EscapeURL(System.String,System.Text.Encoding)
  name: EscapeURL(string, Encoding)
  fullName: UnityEngine.WWW.EscapeURL(string, System.Text.Encoding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.EscapeURL.html
  commentId: M:UnityEngine.WWW.EscapeURL(System.String,System.Text.Encoding)
  nameWithType: WWW.EscapeURL(string, Encoding)
  type: Method
- uid: UnityEngine.WWW.EscapeURL(System.String)
  name: EscapeURL(string)
  fullName: UnityEngine.WWW.EscapeURL(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.EscapeURL.html
  commentId: M:UnityEngine.WWW.EscapeURL(System.String)
  nameWithType: WWW.EscapeURL(string)
  type: Method
- uid: UnityEngine.WWW.isDone
  name: isDone
  fullName: UnityEngine.WWW.isDone
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-isDone.html
  commentId: P:UnityEngine.WWW.isDone
  nameWithType: WWW.isDone
  type: Property
- uid: UnityEngine.WWW.keepWaiting
  name: keepWaiting
  fullName: UnityEngine.WWW.keepWaiting
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-keepWaiting.html
  commentId: P:UnityEngine.WWW.keepWaiting
  nameWithType: WWW.keepWaiting
  type: Property
- uid: UnityEngine.WWW.LoadFromCacheOrDownload(System.String,System.Int32,System.UInt32)
  name: LoadFromCacheOrDownload(string, int, uint)
  fullName: UnityEngine.WWW.LoadFromCacheOrDownload(string, int, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.LoadFromCacheOrDownload.html
  commentId: M:UnityEngine.WWW.LoadFromCacheOrDownload(System.String,System.Int32,System.UInt32)
  nameWithType: WWW.LoadFromCacheOrDownload(string, int, uint)
  type: Method
- uid: UnityEngine.WWW.LoadFromCacheOrDownload(System.String,System.Int32)
  name: LoadFromCacheOrDownload(string, int)
  fullName: UnityEngine.WWW.LoadFromCacheOrDownload(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.LoadFromCacheOrDownload.html
  commentId: M:UnityEngine.WWW.LoadFromCacheOrDownload(System.String,System.Int32)
  nameWithType: WWW.LoadFromCacheOrDownload(string, int)
  type: Method
- uid: UnityEngine.WWW.LoadFromCacheOrDownload(System.String,UnityEngine.CachedAssetBundle,System.UInt32)
  name: LoadFromCacheOrDownload(string, CachedAssetBundle, uint)
  fullName: UnityEngine.WWW.LoadFromCacheOrDownload(string, UnityEngine.CachedAssetBundle, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.LoadFromCacheOrDownload.html
  commentId: M:UnityEngine.WWW.LoadFromCacheOrDownload(System.String,UnityEngine.CachedAssetBundle,System.UInt32)
  nameWithType: WWW.LoadFromCacheOrDownload(string, CachedAssetBundle, uint)
  type: Method
- uid: UnityEngine.WWW.LoadFromCacheOrDownload(System.String,UnityEngine.Hash128,System.UInt32)
  name: LoadFromCacheOrDownload(string, Hash128, uint)
  fullName: UnityEngine.WWW.LoadFromCacheOrDownload(string, UnityEngine.Hash128, uint)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.LoadFromCacheOrDownload.html
  commentId: M:UnityEngine.WWW.LoadFromCacheOrDownload(System.String,UnityEngine.Hash128,System.UInt32)
  nameWithType: WWW.LoadFromCacheOrDownload(string, Hash128, uint)
  type: Method
- uid: UnityEngine.WWW.LoadFromCacheOrDownload(System.String,UnityEngine.Hash128)
  name: LoadFromCacheOrDownload(string, Hash128)
  fullName: UnityEngine.WWW.LoadFromCacheOrDownload(string, UnityEngine.Hash128)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.LoadFromCacheOrDownload.html
  commentId: M:UnityEngine.WWW.LoadFromCacheOrDownload(System.String,UnityEngine.Hash128)
  nameWithType: WWW.LoadFromCacheOrDownload(string, Hash128)
  type: Method
- uid: UnityEngine.WWW.LoadImageIntoTexture(UnityEngine.Texture2D)
  name: LoadImageIntoTexture(Texture2D)
  fullName: UnityEngine.WWW.LoadImageIntoTexture(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.LoadImageIntoTexture.html
  commentId: M:UnityEngine.WWW.LoadImageIntoTexture(UnityEngine.Texture2D)
  nameWithType: WWW.LoadImageIntoTexture(Texture2D)
  type: Method
- uid: UnityEngine.WWW.movie
  name: movie
  fullName: UnityEngine.WWW.movie
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-movie.html
  commentId: P:UnityEngine.WWW.movie
  nameWithType: WWW.movie
  type: Property
- uid: UnityEngine.WWW.progress
  name: progress
  fullName: UnityEngine.WWW.progress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-progress.html
  commentId: P:UnityEngine.WWW.progress
  nameWithType: WWW.progress
  type: Property
- uid: UnityEngine.WWW.responseHeaders
  name: responseHeaders
  fullName: UnityEngine.WWW.responseHeaders
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-responseHeaders.html
  commentId: P:UnityEngine.WWW.responseHeaders
  nameWithType: WWW.responseHeaders
  type: Property
- uid: UnityEngine.WWW.size
  name: size
  fullName: UnityEngine.WWW.size
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-size.html
  commentId: P:UnityEngine.WWW.size
  nameWithType: WWW.size
  type: Property
- uid: UnityEngine.WWW.text
  name: text
  fullName: UnityEngine.WWW.text
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-text.html
  commentId: P:UnityEngine.WWW.text
  nameWithType: WWW.text
  type: Property
- uid: UnityEngine.WWW.texture
  name: texture
  fullName: UnityEngine.WWW.texture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-texture.html
  commentId: P:UnityEngine.WWW.texture
  nameWithType: WWW.texture
  type: Property
- uid: UnityEngine.WWW.textureNonReadable
  name: textureNonReadable
  fullName: UnityEngine.WWW.textureNonReadable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-textureNonReadable.html
  commentId: P:UnityEngine.WWW.textureNonReadable
  nameWithType: WWW.textureNonReadable
  type: Property
- uid: UnityEngine.WWW.threadPriority
  name: threadPriority
  fullName: UnityEngine.WWW.threadPriority
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-threadPriority.html
  commentId: P:UnityEngine.WWW.threadPriority
  nameWithType: WWW.threadPriority
  type: Property
- uid: UnityEngine.WWW.UnEscapeURL(System.String,System.Text.Encoding)
  name: UnEscapeURL(string, Encoding)
  fullName: UnityEngine.WWW.UnEscapeURL(string, System.Text.Encoding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.UnEscapeURL.html
  commentId: M:UnityEngine.WWW.UnEscapeURL(System.String,System.Text.Encoding)
  nameWithType: WWW.UnEscapeURL(string, Encoding)
  type: Method
- uid: UnityEngine.WWW.UnEscapeURL(System.String)
  name: UnEscapeURL(string)
  fullName: UnityEngine.WWW.UnEscapeURL(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW.UnEscapeURL.html
  commentId: M:UnityEngine.WWW.UnEscapeURL(System.String)
  nameWithType: WWW.UnEscapeURL(string)
  type: Method
- uid: UnityEngine.WWW.uploadProgress
  name: uploadProgress
  fullName: UnityEngine.WWW.uploadProgress
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-uploadProgress.html
  commentId: P:UnityEngine.WWW.uploadProgress
  nameWithType: WWW.uploadProgress
  type: Property
- uid: UnityEngine.WWW.url
  name: url
  fullName: UnityEngine.WWW.url
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWW-url.html
  commentId: P:UnityEngine.WWW.url
  nameWithType: WWW.url
  type: Property
- uid: UnityEngine.WWWAudioExtensions
  name: WWWAudioExtensions
  fullName: UnityEngine.WWWAudioExtensions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.html
  commentId: T:UnityEngine.WWWAudioExtensions
  nameWithType: WWWAudioExtensions
  type: Class
- uid: UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW,System.Boolean,System.Boolean,UnityEngine.AudioType)
  name: GetAudioClip(WWW, bool, bool, AudioType)
  fullName: UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW, bool, bool, UnityEngine.AudioType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.GetAudioClip.html
  commentId: M:UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW,System.Boolean,System.Boolean,UnityEngine.AudioType)
  nameWithType: WWWAudioExtensions.GetAudioClip(WWW, bool, bool, AudioType)
  type: Method
- uid: UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW,System.Boolean,System.Boolean)
  name: GetAudioClip(WWW, bool, bool)
  fullName: UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW, bool, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.GetAudioClip.html
  commentId: M:UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW,System.Boolean,System.Boolean)
  nameWithType: WWWAudioExtensions.GetAudioClip(WWW, bool, bool)
  type: Method
- uid: UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW,System.Boolean)
  name: GetAudioClip(WWW, bool)
  fullName: UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.GetAudioClip.html
  commentId: M:UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW,System.Boolean)
  nameWithType: WWWAudioExtensions.GetAudioClip(WWW, bool)
  type: Method
- uid: UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW)
  name: GetAudioClip(WWW)
  fullName: UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.GetAudioClip.html
  commentId: M:UnityEngine.WWWAudioExtensions.GetAudioClip(UnityEngine.WWW)
  nameWithType: WWWAudioExtensions.GetAudioClip(WWW)
  type: Method
- uid: UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW,System.Boolean,UnityEngine.AudioType)
  name: GetAudioClipCompressed(WWW, bool, AudioType)
  fullName: UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW, bool, UnityEngine.AudioType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.GetAudioClipCompressed.html
  commentId: M:UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW,System.Boolean,UnityEngine.AudioType)
  nameWithType: WWWAudioExtensions.GetAudioClipCompressed(WWW, bool, AudioType)
  type: Method
- uid: UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW,System.Boolean)
  name: GetAudioClipCompressed(WWW, bool)
  fullName: UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.GetAudioClipCompressed.html
  commentId: M:UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW,System.Boolean)
  nameWithType: WWWAudioExtensions.GetAudioClipCompressed(WWW, bool)
  type: Method
- uid: UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW)
  name: GetAudioClipCompressed(WWW)
  fullName: UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.GetAudioClipCompressed.html
  commentId: M:UnityEngine.WWWAudioExtensions.GetAudioClipCompressed(UnityEngine.WWW)
  nameWithType: WWWAudioExtensions.GetAudioClipCompressed(WWW)
  type: Method
- uid: UnityEngine.WWWAudioExtensions.GetMovieTexture(UnityEngine.WWW)
  name: GetMovieTexture(WWW)
  fullName: UnityEngine.WWWAudioExtensions.GetMovieTexture(UnityEngine.WWW)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWAudioExtensions.GetMovieTexture.html
  commentId: M:UnityEngine.WWWAudioExtensions.GetMovieTexture(UnityEngine.WWW)
  nameWithType: WWWAudioExtensions.GetMovieTexture(WWW)
  type: Method
- uid: UnityEngine.WWWForm
  name: WWWForm
  fullName: UnityEngine.WWWForm
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm.html
  commentId: T:UnityEngine.WWWForm
  nameWithType: WWWForm
  type: Class
- uid: UnityEngine.WWWForm.#ctor
  name: WWWForm()
  fullName: UnityEngine.WWWForm.WWWForm()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm-ctor.html
  commentId: M:UnityEngine.WWWForm.#ctor
  nameWithType: WWWForm.WWWForm()
  type: Constructor
- uid: UnityEngine.WWWForm.AddBinaryData(System.String,System.Byte[],System.String,System.String)
  name: AddBinaryData(string, byte[], string, string)
  fullName: UnityEngine.WWWForm.AddBinaryData(string, byte[], string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm.AddBinaryData.html
  commentId: M:UnityEngine.WWWForm.AddBinaryData(System.String,System.Byte[],System.String,System.String)
  nameWithType: WWWForm.AddBinaryData(string, byte[], string, string)
  type: Method
- uid: UnityEngine.WWWForm.AddBinaryData(System.String,System.Byte[],System.String)
  name: AddBinaryData(string, byte[], string)
  fullName: UnityEngine.WWWForm.AddBinaryData(string, byte[], string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm.AddBinaryData.html
  commentId: M:UnityEngine.WWWForm.AddBinaryData(System.String,System.Byte[],System.String)
  nameWithType: WWWForm.AddBinaryData(string, byte[], string)
  type: Method
- uid: UnityEngine.WWWForm.AddBinaryData(System.String,System.Byte[])
  name: AddBinaryData(string, byte[])
  fullName: UnityEngine.WWWForm.AddBinaryData(string, byte[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm.AddBinaryData.html
  commentId: M:UnityEngine.WWWForm.AddBinaryData(System.String,System.Byte[])
  nameWithType: WWWForm.AddBinaryData(string, byte[])
  type: Method
- uid: UnityEngine.WWWForm.AddField(System.String,System.Int32)
  name: AddField(string, int)
  fullName: UnityEngine.WWWForm.AddField(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm.AddField.html
  commentId: M:UnityEngine.WWWForm.AddField(System.String,System.Int32)
  nameWithType: WWWForm.AddField(string, int)
  type: Method
- uid: UnityEngine.WWWForm.AddField(System.String,System.String,System.Text.Encoding)
  name: AddField(string, string, Encoding)
  fullName: UnityEngine.WWWForm.AddField(string, string, System.Text.Encoding)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm.AddField.html
  commentId: M:UnityEngine.WWWForm.AddField(System.String,System.String,System.Text.Encoding)
  nameWithType: WWWForm.AddField(string, string, Encoding)
  type: Method
- uid: UnityEngine.WWWForm.AddField(System.String,System.String)
  name: AddField(string, string)
  fullName: UnityEngine.WWWForm.AddField(string, string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm.AddField.html
  commentId: M:UnityEngine.WWWForm.AddField(System.String,System.String)
  nameWithType: WWWForm.AddField(string, string)
  type: Method
- uid: UnityEngine.WWWForm.data
  name: data
  fullName: UnityEngine.WWWForm.data
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm-data.html
  commentId: P:UnityEngine.WWWForm.data
  nameWithType: WWWForm.data
  type: Property
- uid: UnityEngine.WWWForm.headers
  name: headers
  fullName: UnityEngine.WWWForm.headers
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/WWWForm-headers.html
  commentId: P:UnityEngine.WWWForm.headers
  nameWithType: WWWForm.headers
  type: Property
- uid: UnityEngine.XR
  name: UnityEngine.XR
  fullName: UnityEngine.XR
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.XR
  nameWithType: UnityEngine.XR
  type: Namespace
- uid: UnityEngine.XR.ARBackgroundRenderer
  name: ARBackgroundRenderer
  fullName: UnityEngine.XR.ARBackgroundRenderer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer.html
  commentId: T:UnityEngine.XR.ARBackgroundRenderer
  nameWithType: ARBackgroundRenderer
  type: Class
- uid: UnityEngine.XR.ARBackgroundRenderer.backgroundMaterial
  name: backgroundMaterial
  fullName: UnityEngine.XR.ARBackgroundRenderer.backgroundMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer-backgroundMaterial.html
  commentId: P:UnityEngine.XR.ARBackgroundRenderer.backgroundMaterial
  nameWithType: ARBackgroundRenderer.backgroundMaterial
  type: Property
- uid: UnityEngine.XR.ARBackgroundRenderer.backgroundRendererChanged
  name: backgroundRendererChanged
  fullName: UnityEngine.XR.ARBackgroundRenderer.backgroundRendererChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer-backgroundRendererChanged.html
  commentId: E:UnityEngine.XR.ARBackgroundRenderer.backgroundRendererChanged
  nameWithType: ARBackgroundRenderer.backgroundRendererChanged
  type: Event
- uid: UnityEngine.XR.ARBackgroundRenderer.backgroundTexture
  name: backgroundTexture
  fullName: UnityEngine.XR.ARBackgroundRenderer.backgroundTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer-backgroundTexture.html
  commentId: P:UnityEngine.XR.ARBackgroundRenderer.backgroundTexture
  nameWithType: ARBackgroundRenderer.backgroundTexture
  type: Property
- uid: UnityEngine.XR.ARBackgroundRenderer.camera
  name: camera
  fullName: UnityEngine.XR.ARBackgroundRenderer.camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer-camera.html
  commentId: P:UnityEngine.XR.ARBackgroundRenderer.camera
  nameWithType: ARBackgroundRenderer.camera
  type: Property
- uid: UnityEngine.XR.ARBackgroundRenderer.DisableARBackgroundRendering
  name: DisableARBackgroundRendering()
  fullName: UnityEngine.XR.ARBackgroundRenderer.DisableARBackgroundRendering()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer.DisableARBackgroundRendering.html
  commentId: M:UnityEngine.XR.ARBackgroundRenderer.DisableARBackgroundRendering
  nameWithType: ARBackgroundRenderer.DisableARBackgroundRendering()
  type: Method
- uid: UnityEngine.XR.ARBackgroundRenderer.EnableARBackgroundRendering
  name: EnableARBackgroundRendering()
  fullName: UnityEngine.XR.ARBackgroundRenderer.EnableARBackgroundRendering()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer.EnableARBackgroundRendering.html
  commentId: M:UnityEngine.XR.ARBackgroundRenderer.EnableARBackgroundRendering
  nameWithType: ARBackgroundRenderer.EnableARBackgroundRendering()
  type: Method
- uid: UnityEngine.XR.ARBackgroundRenderer.m_BackgroundMaterial
  name: m_BackgroundMaterial
  fullName: UnityEngine.XR.ARBackgroundRenderer.m_BackgroundMaterial
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer-m_BackgroundMaterial.html
  commentId: F:UnityEngine.XR.ARBackgroundRenderer.m_BackgroundMaterial
  nameWithType: ARBackgroundRenderer.m_BackgroundMaterial
  type: Field
- uid: UnityEngine.XR.ARBackgroundRenderer.m_BackgroundTexture
  name: m_BackgroundTexture
  fullName: UnityEngine.XR.ARBackgroundRenderer.m_BackgroundTexture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer-m_BackgroundTexture.html
  commentId: F:UnityEngine.XR.ARBackgroundRenderer.m_BackgroundTexture
  nameWithType: ARBackgroundRenderer.m_BackgroundTexture
  type: Field
- uid: UnityEngine.XR.ARBackgroundRenderer.m_Camera
  name: m_Camera
  fullName: UnityEngine.XR.ARBackgroundRenderer.m_Camera
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer-m_Camera.html
  commentId: F:UnityEngine.XR.ARBackgroundRenderer.m_Camera
  nameWithType: ARBackgroundRenderer.m_Camera
  type: Field
- uid: UnityEngine.XR.ARBackgroundRenderer.mode
  name: mode
  fullName: UnityEngine.XR.ARBackgroundRenderer.mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARBackgroundRenderer-mode.html
  commentId: P:UnityEngine.XR.ARBackgroundRenderer.mode
  nameWithType: ARBackgroundRenderer.mode
  type: Property
- uid: UnityEngine.XR.ARRenderMode
  name: ARRenderMode
  fullName: UnityEngine.XR.ARRenderMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARRenderMode.html
  commentId: T:UnityEngine.XR.ARRenderMode
  nameWithType: ARRenderMode
  type: Enum
- uid: UnityEngine.XR.ARRenderMode.MaterialAsBackground
  name: MaterialAsBackground
  fullName: UnityEngine.XR.ARRenderMode.MaterialAsBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARRenderMode.MaterialAsBackground.html
  commentId: F:UnityEngine.XR.ARRenderMode.MaterialAsBackground
  nameWithType: ARRenderMode.MaterialAsBackground
  type: Field
- uid: UnityEngine.XR.ARRenderMode.StandardBackground
  name: StandardBackground
  fullName: UnityEngine.XR.ARRenderMode.StandardBackground
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.ARRenderMode.StandardBackground.html
  commentId: F:UnityEngine.XR.ARRenderMode.StandardBackground
  nameWithType: ARRenderMode.StandardBackground
  type: Field
- uid: UnityEngine.XR.InputTracking
  name: InputTracking
  fullName: UnityEngine.XR.InputTracking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking.html
  commentId: T:UnityEngine.XR.InputTracking
  nameWithType: InputTracking
  type: Class
- uid: UnityEngine.XR.InputTracking.disablePositionalTracking
  name: disablePositionalTracking
  fullName: UnityEngine.XR.InputTracking.disablePositionalTracking
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking-disablePositionalTracking.html
  commentId: P:UnityEngine.XR.InputTracking.disablePositionalTracking
  nameWithType: InputTracking.disablePositionalTracking
  type: Property
- uid: UnityEngine.XR.InputTracking.GetLocalPosition(UnityEngine.XR.XRNode)
  name: GetLocalPosition(XRNode)
  fullName: UnityEngine.XR.InputTracking.GetLocalPosition(UnityEngine.XR.XRNode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking.GetLocalPosition.html
  commentId: M:UnityEngine.XR.InputTracking.GetLocalPosition(UnityEngine.XR.XRNode)
  nameWithType: InputTracking.GetLocalPosition(XRNode)
  type: Method
- uid: UnityEngine.XR.InputTracking.GetLocalRotation(UnityEngine.XR.XRNode)
  name: GetLocalRotation(XRNode)
  fullName: UnityEngine.XR.InputTracking.GetLocalRotation(UnityEngine.XR.XRNode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking.GetLocalRotation.html
  commentId: M:UnityEngine.XR.InputTracking.GetLocalRotation(UnityEngine.XR.XRNode)
  nameWithType: InputTracking.GetLocalRotation(XRNode)
  type: Method
- uid: UnityEngine.XR.InputTracking.GetNodeName(System.UInt64)
  name: GetNodeName(ulong)
  fullName: UnityEngine.XR.InputTracking.GetNodeName(ulong)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking.GetNodeName.html
  commentId: M:UnityEngine.XR.InputTracking.GetNodeName(System.UInt64)
  nameWithType: InputTracking.GetNodeName(ulong)
  type: Method
- uid: UnityEngine.XR.InputTracking.GetNodeStates(System.Collections.Generic.List{UnityEngine.XR.XRNodeState})
  name: GetNodeStates(List<XRNodeState>)
  fullName: UnityEngine.XR.InputTracking.GetNodeStates(System.Collections.Generic.List<UnityEngine.XR.XRNodeState>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking.GetNodeStates.html
  commentId: M:UnityEngine.XR.InputTracking.GetNodeStates(System.Collections.Generic.List{UnityEngine.XR.XRNodeState})
  nameWithType: InputTracking.GetNodeStates(List<XRNodeState>)
  type: Method
- uid: UnityEngine.XR.InputTracking.nodeAdded
  name: nodeAdded
  fullName: UnityEngine.XR.InputTracking.nodeAdded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking-nodeAdded.html
  commentId: E:UnityEngine.XR.InputTracking.nodeAdded
  nameWithType: InputTracking.nodeAdded
  type: Event
- uid: UnityEngine.XR.InputTracking.nodeRemoved
  name: nodeRemoved
  fullName: UnityEngine.XR.InputTracking.nodeRemoved
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking-nodeRemoved.html
  commentId: E:UnityEngine.XR.InputTracking.nodeRemoved
  nameWithType: InputTracking.nodeRemoved
  type: Event
- uid: UnityEngine.XR.InputTracking.Recenter
  name: Recenter()
  fullName: UnityEngine.XR.InputTracking.Recenter()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking.Recenter.html
  commentId: M:UnityEngine.XR.InputTracking.Recenter
  nameWithType: InputTracking.Recenter()
  type: Method
- uid: UnityEngine.XR.InputTracking.trackingAcquired
  name: trackingAcquired
  fullName: UnityEngine.XR.InputTracking.trackingAcquired
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking-trackingAcquired.html
  commentId: E:UnityEngine.XR.InputTracking.trackingAcquired
  nameWithType: InputTracking.trackingAcquired
  type: Event
- uid: UnityEngine.XR.InputTracking.trackingLost
  name: trackingLost
  fullName: UnityEngine.XR.InputTracking.trackingLost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.InputTracking-trackingLost.html
  commentId: E:UnityEngine.XR.InputTracking.trackingLost
  nameWithType: InputTracking.trackingLost
  type: Event
- uid: UnityEngine.XR.TrackingSpaceType
  name: TrackingSpaceType
  fullName: UnityEngine.XR.TrackingSpaceType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.TrackingSpaceType.html
  commentId: T:UnityEngine.XR.TrackingSpaceType
  nameWithType: TrackingSpaceType
  type: Enum
- uid: UnityEngine.XR.TrackingSpaceType.RoomScale
  name: RoomScale
  fullName: UnityEngine.XR.TrackingSpaceType.RoomScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.TrackingSpaceType.RoomScale.html
  commentId: F:UnityEngine.XR.TrackingSpaceType.RoomScale
  nameWithType: TrackingSpaceType.RoomScale
  type: Field
- uid: UnityEngine.XR.TrackingSpaceType.Stationary
  name: Stationary
  fullName: UnityEngine.XR.TrackingSpaceType.Stationary
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.TrackingSpaceType.Stationary.html
  commentId: F:UnityEngine.XR.TrackingSpaceType.Stationary
  nameWithType: TrackingSpaceType.Stationary
  type: Field
- uid: UnityEngine.XR.UserPresenceState
  name: UserPresenceState
  fullName: UnityEngine.XR.UserPresenceState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.UserPresenceState.html
  commentId: T:UnityEngine.XR.UserPresenceState
  nameWithType: UserPresenceState
  type: Enum
- uid: UnityEngine.XR.UserPresenceState.NotPresent
  name: NotPresent
  fullName: UnityEngine.XR.UserPresenceState.NotPresent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.UserPresenceState.NotPresent.html
  commentId: F:UnityEngine.XR.UserPresenceState.NotPresent
  nameWithType: UserPresenceState.NotPresent
  type: Field
- uid: UnityEngine.XR.UserPresenceState.Present
  name: Present
  fullName: UnityEngine.XR.UserPresenceState.Present
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.UserPresenceState.Present.html
  commentId: F:UnityEngine.XR.UserPresenceState.Present
  nameWithType: UserPresenceState.Present
  type: Field
- uid: UnityEngine.XR.UserPresenceState.Unknown
  name: Unknown
  fullName: UnityEngine.XR.UserPresenceState.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.UserPresenceState.Unknown.html
  commentId: F:UnityEngine.XR.UserPresenceState.Unknown
  nameWithType: UserPresenceState.Unknown
  type: Field
- uid: UnityEngine.XR.UserPresenceState.Unsupported
  name: Unsupported
  fullName: UnityEngine.XR.UserPresenceState.Unsupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.UserPresenceState.Unsupported.html
  commentId: F:UnityEngine.XR.UserPresenceState.Unsupported
  nameWithType: UserPresenceState.Unsupported
  type: Field
- uid: UnityEngine.XR.WSA
  name: UnityEngine.XR.WSA
  fullName: UnityEngine.XR.WSA
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.XR.WSA
  nameWithType: UnityEngine.XR.WSA
  type: Namespace
- uid: UnityEngine.XR.WSA.HolographicSettings
  name: HolographicSettings
  fullName: UnityEngine.XR.WSA.HolographicSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.HolographicSettings.html
  commentId: T:UnityEngine.XR.WSA.HolographicSettings
  nameWithType: HolographicSettings
  type: Class
- uid: UnityEngine.XR.WSA.HolographicSettings.ActivateLatentFramePresentation(System.Boolean)
  name: ActivateLatentFramePresentation(bool)
  fullName: UnityEngine.XR.WSA.HolographicSettings.ActivateLatentFramePresentation(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.HolographicSettings.ActivateLatentFramePresentation.html
  commentId: M:UnityEngine.XR.WSA.HolographicSettings.ActivateLatentFramePresentation(System.Boolean)
  nameWithType: HolographicSettings.ActivateLatentFramePresentation(bool)
  type: Method
- uid: UnityEngine.XR.WSA.HolographicSettings.IsDisplayOpaque
  name: IsDisplayOpaque
  fullName: UnityEngine.XR.WSA.HolographicSettings.IsDisplayOpaque
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.HolographicSettings.IsDisplayOpaque.html
  commentId: P:UnityEngine.XR.WSA.HolographicSettings.IsDisplayOpaque
  nameWithType: HolographicSettings.IsDisplayOpaque
  type: Property
- uid: UnityEngine.XR.WSA.HolographicSettings.IsLatentFramePresentation
  name: IsLatentFramePresentation
  fullName: UnityEngine.XR.WSA.HolographicSettings.IsLatentFramePresentation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.HolographicSettings.IsLatentFramePresentation.html
  commentId: P:UnityEngine.XR.WSA.HolographicSettings.IsLatentFramePresentation
  nameWithType: HolographicSettings.IsLatentFramePresentation
  type: Property
- uid: UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetFocusPointForFrame(Vector3, Vector3, Vector3)
  fullName: UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.HolographicSettings.SetFocusPointForFrame.html
  commentId: M:UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HolographicSettings.SetFocusPointForFrame(Vector3, Vector3, Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetFocusPointForFrame(Vector3, Vector3)
  fullName: UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.HolographicSettings.SetFocusPointForFrame.html
  commentId: M:UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: HolographicSettings.SetFocusPointForFrame(Vector3, Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3)
  name: SetFocusPointForFrame(Vector3)
  fullName: UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.HolographicSettings.SetFocusPointForFrame.html
  commentId: M:UnityEngine.XR.WSA.HolographicSettings.SetFocusPointForFrame(UnityEngine.Vector3)
  nameWithType: HolographicSettings.SetFocusPointForFrame(Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.Input
  name: UnityEngine.XR.WSA.Input
  fullName: UnityEngine.XR.WSA.Input
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.XR.WSA.Input
  nameWithType: UnityEngine.XR.WSA.Input
  type: Namespace
- uid: UnityEngine.XR.WSA.Input.GestureErrorEventArgs
  name: GestureErrorEventArgs
  fullName: UnityEngine.XR.WSA.Input.GestureErrorEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureErrorEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureErrorEventArgs
  nameWithType: GestureErrorEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.GestureErrorEventArgs.#ctor(System.String,System.Int32)
  name: GestureErrorEventArgs(string, int)
  fullName: UnityEngine.XR.WSA.Input.GestureErrorEventArgs.GestureErrorEventArgs(string, int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureErrorEventArgs-ctor.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureErrorEventArgs.#ctor(System.String,System.Int32)
  nameWithType: GestureErrorEventArgs.GestureErrorEventArgs(string, int)
  type: Constructor
- uid: UnityEngine.XR.WSA.Input.GestureErrorEventArgs.error
  name: error
  fullName: UnityEngine.XR.WSA.Input.GestureErrorEventArgs.error
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureErrorEventArgs-error.html
  commentId: P:UnityEngine.XR.WSA.Input.GestureErrorEventArgs.error
  nameWithType: GestureErrorEventArgs.error
  type: Property
- uid: UnityEngine.XR.WSA.Input.GestureErrorEventArgs.hresult
  name: hresult
  fullName: UnityEngine.XR.WSA.Input.GestureErrorEventArgs.hresult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureErrorEventArgs-hresult.html
  commentId: P:UnityEngine.XR.WSA.Input.GestureErrorEventArgs.hresult
  nameWithType: GestureErrorEventArgs.hresult
  type: Property
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer
  name: GestureRecognizer
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer
  nameWithType: GestureRecognizer
  type: Class
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.#ctor
  name: GestureRecognizer()
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.GestureRecognizer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer-ctor.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.#ctor
  nameWithType: GestureRecognizer.GestureRecognizer()
  type: Constructor
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.CancelGestures
  name: CancelGestures()
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.CancelGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.CancelGestures.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.CancelGestures
  nameWithType: GestureRecognizer.CancelGestures()
  type: Method
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.Dispose
  name: Dispose()
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.Dispose.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.Dispose
  nameWithType: GestureRecognizer.Dispose()
  type: Method
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.Finalize
  name: ~GestureRecognizer()
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.~GestureRecognizer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.Finalize.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.Finalize
  nameWithType: GestureRecognizer.~GestureRecognizer()
  type: Method
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.GestureError
  name: GestureError
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.GestureError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.GestureError.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.GestureError
  nameWithType: GestureRecognizer.GestureError
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.GestureErrorDelegate
  name: GestureRecognizer.GestureErrorDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.GestureErrorDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.GestureErrorDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.GestureErrorDelegate
  nameWithType: GestureRecognizer.GestureErrorDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.GestureErrorEvent
  name: GestureErrorEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.GestureErrorEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.GestureErrorEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.GestureErrorEvent
  nameWithType: GestureRecognizer.GestureErrorEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.GetRecognizableGestures
  name: GetRecognizableGestures()
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.GetRecognizableGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.GetRecognizableGestures.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.GetRecognizableGestures
  nameWithType: GestureRecognizer.GetRecognizableGestures()
  type: Method
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceled
  name: HoldCanceled
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldCanceled.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceled
  nameWithType: GestureRecognizer.HoldCanceled
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceledEvent
  name: HoldCanceledEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceledEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldCanceledEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceledEvent
  nameWithType: GestureRecognizer.HoldCanceledEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceledEventDelegate
  name: GestureRecognizer.HoldCanceledEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceledEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldCanceledEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCanceledEventDelegate
  nameWithType: GestureRecognizer.HoldCanceledEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompleted
  name: HoldCompleted
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldCompleted.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompleted
  nameWithType: GestureRecognizer.HoldCompleted
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompletedEvent
  name: HoldCompletedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompletedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldCompletedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompletedEvent
  nameWithType: GestureRecognizer.HoldCompletedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompletedEventDelegate
  name: GestureRecognizer.HoldCompletedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompletedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldCompletedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldCompletedEventDelegate
  nameWithType: GestureRecognizer.HoldCompletedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStarted
  name: HoldStarted
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldStarted.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStarted
  nameWithType: GestureRecognizer.HoldStarted
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStartedEvent
  name: HoldStartedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStartedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldStartedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStartedEvent
  nameWithType: GestureRecognizer.HoldStartedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStartedEventDelegate
  name: GestureRecognizer.HoldStartedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStartedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.HoldStartedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.HoldStartedEventDelegate
  nameWithType: GestureRecognizer.HoldStartedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.IsCapturingGestures
  name: IsCapturingGestures()
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.IsCapturingGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.IsCapturingGestures.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.IsCapturingGestures
  nameWithType: GestureRecognizer.IsCapturingGestures()
  type: Method
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceled
  name: ManipulationCanceled
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationCanceled.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceled
  nameWithType: GestureRecognizer.ManipulationCanceled
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceledEvent
  name: ManipulationCanceledEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceledEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationCanceledEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceledEvent
  nameWithType: GestureRecognizer.ManipulationCanceledEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceledEventDelegate
  name: GestureRecognizer.ManipulationCanceledEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceledEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationCanceledEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCanceledEventDelegate
  nameWithType: GestureRecognizer.ManipulationCanceledEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompleted
  name: ManipulationCompleted
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationCompleted.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompleted
  nameWithType: GestureRecognizer.ManipulationCompleted
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompletedEvent
  name: ManipulationCompletedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompletedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationCompletedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompletedEvent
  nameWithType: GestureRecognizer.ManipulationCompletedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompletedEventDelegate
  name: GestureRecognizer.ManipulationCompletedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompletedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationCompletedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationCompletedEventDelegate
  nameWithType: GestureRecognizer.ManipulationCompletedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStarted
  name: ManipulationStarted
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationStarted.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStarted
  nameWithType: GestureRecognizer.ManipulationStarted
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStartedEvent
  name: ManipulationStartedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStartedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationStartedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStartedEvent
  nameWithType: GestureRecognizer.ManipulationStartedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStartedEventDelegate
  name: GestureRecognizer.ManipulationStartedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStartedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationStartedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationStartedEventDelegate
  nameWithType: GestureRecognizer.ManipulationStartedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdated
  name: ManipulationUpdated
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationUpdated.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdated
  nameWithType: GestureRecognizer.ManipulationUpdated
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdatedEvent
  name: ManipulationUpdatedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdatedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationUpdatedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdatedEvent
  nameWithType: GestureRecognizer.ManipulationUpdatedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdatedEventDelegate
  name: GestureRecognizer.ManipulationUpdatedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdatedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.ManipulationUpdatedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.ManipulationUpdatedEventDelegate
  nameWithType: GestureRecognizer.ManipulationUpdatedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceled
  name: NavigationCanceled
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationCanceled.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceled
  nameWithType: GestureRecognizer.NavigationCanceled
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceledEvent
  name: NavigationCanceledEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceledEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationCanceledEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceledEvent
  nameWithType: GestureRecognizer.NavigationCanceledEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceledEventDelegate
  name: GestureRecognizer.NavigationCanceledEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceledEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationCanceledEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCanceledEventDelegate
  nameWithType: GestureRecognizer.NavigationCanceledEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompleted
  name: NavigationCompleted
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompleted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationCompleted.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompleted
  nameWithType: GestureRecognizer.NavigationCompleted
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompletedEvent
  name: NavigationCompletedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompletedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationCompletedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompletedEvent
  nameWithType: GestureRecognizer.NavigationCompletedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompletedEventDelegate
  name: GestureRecognizer.NavigationCompletedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompletedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationCompletedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationCompletedEventDelegate
  nameWithType: GestureRecognizer.NavigationCompletedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStarted
  name: NavigationStarted
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationStarted.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStarted
  nameWithType: GestureRecognizer.NavigationStarted
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStartedEvent
  name: NavigationStartedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStartedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationStartedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStartedEvent
  nameWithType: GestureRecognizer.NavigationStartedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStartedEventDelegate
  name: GestureRecognizer.NavigationStartedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStartedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationStartedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationStartedEventDelegate
  nameWithType: GestureRecognizer.NavigationStartedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdated
  name: NavigationUpdated
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationUpdated.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdated
  nameWithType: GestureRecognizer.NavigationUpdated
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdatedEvent
  name: NavigationUpdatedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdatedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationUpdatedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdatedEvent
  nameWithType: GestureRecognizer.NavigationUpdatedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdatedEventDelegate
  name: GestureRecognizer.NavigationUpdatedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdatedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.NavigationUpdatedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.NavigationUpdatedEventDelegate
  nameWithType: GestureRecognizer.NavigationUpdatedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEnded
  name: RecognitionEnded
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEnded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.RecognitionEnded.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEnded
  nameWithType: GestureRecognizer.RecognitionEnded
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEndedEvent
  name: RecognitionEndedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEndedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.RecognitionEndedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEndedEvent
  nameWithType: GestureRecognizer.RecognitionEndedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEndedEventDelegate
  name: GestureRecognizer.RecognitionEndedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEndedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.RecognitionEndedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionEndedEventDelegate
  nameWithType: GestureRecognizer.RecognitionEndedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStarted
  name: RecognitionStarted
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStarted
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.RecognitionStarted.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStarted
  nameWithType: GestureRecognizer.RecognitionStarted
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStartedEvent
  name: RecognitionStartedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStartedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.RecognitionStartedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStartedEvent
  nameWithType: GestureRecognizer.RecognitionStartedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStartedEventDelegate
  name: GestureRecognizer.RecognitionStartedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStartedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.RecognitionStartedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.RecognitionStartedEventDelegate
  nameWithType: GestureRecognizer.RecognitionStartedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.SetRecognizableGestures(UnityEngine.XR.WSA.Input.GestureSettings)
  name: SetRecognizableGestures(GestureSettings)
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.SetRecognizableGestures(UnityEngine.XR.WSA.Input.GestureSettings)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.SetRecognizableGestures.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.SetRecognizableGestures(UnityEngine.XR.WSA.Input.GestureSettings)
  nameWithType: GestureRecognizer.SetRecognizableGestures(GestureSettings)
  type: Method
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.StartCapturingGestures
  name: StartCapturingGestures()
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.StartCapturingGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.StartCapturingGestures.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.StartCapturingGestures
  nameWithType: GestureRecognizer.StartCapturingGestures()
  type: Method
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.StopCapturingGestures
  name: StopCapturingGestures()
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.StopCapturingGestures()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.StopCapturingGestures.html
  commentId: M:UnityEngine.XR.WSA.Input.GestureRecognizer.StopCapturingGestures
  nameWithType: GestureRecognizer.StopCapturingGestures()
  type: Method
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.Tapped
  name: Tapped
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.Tapped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.Tapped.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.Tapped
  nameWithType: GestureRecognizer.Tapped
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.TappedEvent
  name: TappedEvent
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.TappedEvent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.TappedEvent.html
  commentId: E:UnityEngine.XR.WSA.Input.GestureRecognizer.TappedEvent
  nameWithType: GestureRecognizer.TappedEvent
  type: Event
- uid: UnityEngine.XR.WSA.Input.GestureRecognizer.TappedEventDelegate
  name: GestureRecognizer.TappedEventDelegate
  fullName: UnityEngine.XR.WSA.Input.GestureRecognizer.TappedEventDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureRecognizer.TappedEventDelegate.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureRecognizer.TappedEventDelegate
  nameWithType: GestureRecognizer.TappedEventDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.GestureSettings
  name: GestureSettings
  fullName: UnityEngine.XR.WSA.Input.GestureSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.html
  commentId: T:UnityEngine.XR.WSA.Input.GestureSettings
  nameWithType: GestureSettings
  type: Enum
- uid: UnityEngine.XR.WSA.Input.GestureSettings.DoubleTap
  name: DoubleTap
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.DoubleTap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.DoubleTap.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.DoubleTap
  nameWithType: GestureSettings.DoubleTap
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.Hold
  name: Hold
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.Hold
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.Hold.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.Hold
  nameWithType: GestureSettings.Hold
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.ManipulationTranslate
  name: ManipulationTranslate
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.ManipulationTranslate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.ManipulationTranslate.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.ManipulationTranslate
  nameWithType: GestureSettings.ManipulationTranslate
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsX
  name: NavigationRailsX
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.NavigationRailsX.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsX
  nameWithType: GestureSettings.NavigationRailsX
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsY
  name: NavigationRailsY
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.NavigationRailsY.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsY
  nameWithType: GestureSettings.NavigationRailsY
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsZ
  name: NavigationRailsZ
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.NavigationRailsZ.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.NavigationRailsZ
  nameWithType: GestureSettings.NavigationRailsZ
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.NavigationX
  name: NavigationX
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.NavigationX
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.NavigationX.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.NavigationX
  nameWithType: GestureSettings.NavigationX
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.NavigationY
  name: NavigationY
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.NavigationY
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.NavigationY.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.NavigationY
  nameWithType: GestureSettings.NavigationY
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.NavigationZ
  name: NavigationZ
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.NavigationZ
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.NavigationZ.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.NavigationZ
  nameWithType: GestureSettings.NavigationZ
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.None
  name: None
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.None.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.None
  nameWithType: GestureSettings.None
  type: Field
- uid: UnityEngine.XR.WSA.Input.GestureSettings.Tap
  name: Tap
  fullName: UnityEngine.XR.WSA.Input.GestureSettings.Tap
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.GestureSettings.Tap.html
  commentId: F:UnityEngine.XR.WSA.Input.GestureSettings.Tap
  nameWithType: GestureSettings.Tap
  type: Field
- uid: UnityEngine.XR.WSA.Input.HoldCanceledEventArgs
  name: HoldCanceledEventArgs
  fullName: UnityEngine.XR.WSA.Input.HoldCanceledEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldCanceledEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.HoldCanceledEventArgs
  nameWithType: HoldCanceledEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldCanceledEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.headPose
  nameWithType: HoldCanceledEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldCanceledEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.source
  nameWithType: HoldCanceledEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldCanceledEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldCanceledEventArgs.sourcePose
  nameWithType: HoldCanceledEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.HoldCompletedEventArgs
  name: HoldCompletedEventArgs
  fullName: UnityEngine.XR.WSA.Input.HoldCompletedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldCompletedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.HoldCompletedEventArgs
  nameWithType: HoldCompletedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldCompletedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.headPose
  nameWithType: HoldCompletedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldCompletedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.source
  nameWithType: HoldCompletedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldCompletedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldCompletedEventArgs.sourcePose
  nameWithType: HoldCompletedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.HoldStartedEventArgs
  name: HoldStartedEventArgs
  fullName: UnityEngine.XR.WSA.Input.HoldStartedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldStartedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.HoldStartedEventArgs
  nameWithType: HoldStartedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.HoldStartedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.HoldStartedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldStartedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldStartedEventArgs.headPose
  nameWithType: HoldStartedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.HoldStartedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.HoldStartedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldStartedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldStartedEventArgs.source
  nameWithType: HoldStartedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.HoldStartedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.HoldStartedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.HoldStartedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.HoldStartedEventArgs.sourcePose
  nameWithType: HoldStartedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionManager
  name: InteractionManager
  fullName: UnityEngine.XR.WSA.Input.InteractionManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionManager
  nameWithType: InteractionManager
  type: Class
- uid: UnityEngine.XR.WSA.Input.InteractionManager.GetCurrentReading
  name: GetCurrentReading()
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.GetCurrentReading()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.GetCurrentReading.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionManager.GetCurrentReading
  nameWithType: InteractionManager.GetCurrentReading()
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionManager.GetCurrentReading(UnityEngine.XR.WSA.Input.InteractionSourceState[])
  name: GetCurrentReading(InteractionSourceState[])
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.GetCurrentReading(UnityEngine.XR.WSA.Input.InteractionSourceState[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.GetCurrentReading.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionManager.GetCurrentReading(UnityEngine.XR.WSA.Input.InteractionSourceState[])
  nameWithType: InteractionManager.GetCurrentReading(InteractionSourceState[])
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceDetected
  name: InteractionSourceDetected
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceDetected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourceDetected.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceDetected
  nameWithType: InteractionManager.InteractionSourceDetected
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceDetectedLegacy
  name: InteractionSourceDetectedLegacy
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceDetectedLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourceDetectedLegacy.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceDetectedLegacy
  nameWithType: InteractionManager.InteractionSourceDetectedLegacy
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceLost
  name: InteractionSourceLost
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceLost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourceLost.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceLost
  nameWithType: InteractionManager.InteractionSourceLost
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceLostLegacy
  name: InteractionSourceLostLegacy
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceLostLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourceLostLegacy.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceLostLegacy
  nameWithType: InteractionManager.InteractionSourceLostLegacy
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourcePressed
  name: InteractionSourcePressed
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourcePressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourcePressed.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourcePressed
  nameWithType: InteractionManager.InteractionSourcePressed
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourcePressedLegacy
  name: InteractionSourcePressedLegacy
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourcePressedLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourcePressedLegacy.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourcePressedLegacy
  nameWithType: InteractionManager.InteractionSourcePressedLegacy
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceReleased
  name: InteractionSourceReleased
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceReleased
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourceReleased.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceReleased
  nameWithType: InteractionManager.InteractionSourceReleased
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceReleasedLegacy
  name: InteractionSourceReleasedLegacy
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceReleasedLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourceReleasedLegacy.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceReleasedLegacy
  nameWithType: InteractionManager.InteractionSourceReleasedLegacy
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceUpdated
  name: InteractionSourceUpdated
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourceUpdated.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceUpdated
  nameWithType: InteractionManager.InteractionSourceUpdated
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceUpdatedLegacy
  name: InteractionSourceUpdatedLegacy
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceUpdatedLegacy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.InteractionSourceUpdatedLegacy.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.InteractionSourceUpdatedLegacy
  nameWithType: InteractionManager.InteractionSourceUpdatedLegacy
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.numSourceStates
  name: numSourceStates
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.numSourceStates
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager-numSourceStates.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionManager.numSourceStates
  nameWithType: InteractionManager.numSourceStates
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionManager.SourceDetected
  name: SourceDetected
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.SourceDetected
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.SourceDetected.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.SourceDetected
  nameWithType: InteractionManager.SourceDetected
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.SourceEventHandler
  name: InteractionManager.SourceEventHandler
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.SourceEventHandler
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.SourceEventHandler.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionManager.SourceEventHandler
  nameWithType: InteractionManager.SourceEventHandler
  type: Delegate
- uid: UnityEngine.XR.WSA.Input.InteractionManager.SourceLost
  name: SourceLost
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.SourceLost
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.SourceLost.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.SourceLost
  nameWithType: InteractionManager.SourceLost
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.SourcePressed
  name: SourcePressed
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.SourcePressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.SourcePressed.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.SourcePressed
  nameWithType: InteractionManager.SourcePressed
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.SourceReleased
  name: SourceReleased
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.SourceReleased
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.SourceReleased.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.SourceReleased
  nameWithType: InteractionManager.SourceReleased
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionManager.SourceUpdated
  name: SourceUpdated
  fullName: UnityEngine.XR.WSA.Input.InteractionManager.SourceUpdated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionManager.SourceUpdated.html
  commentId: E:UnityEngine.XR.WSA.Input.InteractionManager.SourceUpdated
  nameWithType: InteractionManager.SourceUpdated
  type: Event
- uid: UnityEngine.XR.WSA.Input.InteractionSource
  name: InteractionSource
  fullName: UnityEngine.XR.WSA.Input.InteractionSource
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSource
  nameWithType: InteractionSource
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSource.Equals(System.Object)
  name: Equals(object)
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.Equals(object)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource.Equals.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSource.Equals(System.Object)
  nameWithType: InteractionSource.Equals(object)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSource.GetHashCode
  name: GetHashCode()
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.GetHashCode()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource.GetHashCode.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSource.GetHashCode
  nameWithType: InteractionSource.GetHashCode()
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSource.handedness
  name: handedness
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.handedness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-handedness.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.handedness
  nameWithType: InteractionSource.handedness
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.id
  name: id
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-id.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.id
  nameWithType: InteractionSource.id
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.kind
  name: kind
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.kind
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-kind.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.kind
  nameWithType: InteractionSource.kind
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.productId
  name: productId
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.productId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-productId.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.productId
  nameWithType: InteractionSource.productId
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.productVersion
  name: productVersion
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.productVersion
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-productVersion.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.productVersion
  nameWithType: InteractionSource.productVersion
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.supportsGrasp
  name: supportsGrasp
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.supportsGrasp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-supportsGrasp.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.supportsGrasp
  nameWithType: InteractionSource.supportsGrasp
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.supportsMenu
  name: supportsMenu
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.supportsMenu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-supportsMenu.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.supportsMenu
  nameWithType: InteractionSource.supportsMenu
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.supportsPointing
  name: supportsPointing
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.supportsPointing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-supportsPointing.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.supportsPointing
  nameWithType: InteractionSource.supportsPointing
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.supportsThumbstick
  name: supportsThumbstick
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.supportsThumbstick
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-supportsThumbstick.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.supportsThumbstick
  nameWithType: InteractionSource.supportsThumbstick
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.supportsTouchpad
  name: supportsTouchpad
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.supportsTouchpad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-supportsTouchpad.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.supportsTouchpad
  nameWithType: InteractionSource.supportsTouchpad
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSource.vendorId
  name: vendorId
  fullName: UnityEngine.XR.WSA.Input.InteractionSource.vendorId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSource-vendorId.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSource.vendorId
  nameWithType: InteractionSource.vendorId
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs
  name: InteractionSourceDetectedEventArgs
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceDetectedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs
  nameWithType: InteractionSourceDetectedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState)
  name: InteractionSourceDetectedEventArgs(InteractionSourceState)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs.InteractionSourceDetectedEventArgs(UnityEngine.XR.WSA.Input.InteractionSourceState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceDetectedEventArgs-ctor.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState)
  nameWithType: InteractionSourceDetectedEventArgs.InteractionSourceDetectedEventArgs(InteractionSourceState)
  type: Constructor
- uid: UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs.state
  name: state
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceDetectedEventArgs-state.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceDetectedEventArgs.state
  nameWithType: InteractionSourceDetectedEventArgs.state
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceHandedness
  name: InteractionSourceHandedness
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceHandedness
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceHandedness.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceHandedness
  nameWithType: InteractionSourceHandedness
  type: Enum
- uid: UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Left
  name: Left
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Left
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceHandedness.Left.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Left
  nameWithType: InteractionSourceHandedness.Left
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Right
  name: Right
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Right
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceHandedness.Right.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Right
  nameWithType: InteractionSourceHandedness.Right
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Unknown
  name: Unknown
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Unknown
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceHandedness.Unknown.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceHandedness.Unknown
  nameWithType: InteractionSourceHandedness.Unknown
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceKind
  name: InteractionSourceKind
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceKind
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceKind.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceKind
  nameWithType: InteractionSourceKind
  type: Enum
- uid: UnityEngine.XR.WSA.Input.InteractionSourceKind.Controller
  name: Controller
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceKind.Controller
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceKind.Controller.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceKind.Controller
  nameWithType: InteractionSourceKind.Controller
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceKind.Hand
  name: Hand
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceKind.Hand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceKind.Hand.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceKind.Hand
  nameWithType: InteractionSourceKind.Hand
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceKind.Other
  name: Other
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceKind.Other
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceKind.Other.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceKind.Other
  nameWithType: InteractionSourceKind.Other
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceKind.Voice
  name: Voice
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceKind.Voice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceKind.Voice.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceKind.Voice
  nameWithType: InteractionSourceKind.Voice
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceLocation
  name: InteractionSourceLocation
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceLocation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceLocation.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceLocation
  nameWithType: InteractionSourceLocation
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourceLocation.TryGetPosition(UnityEngine.Vector3@)
  name: TryGetPosition(out Vector3)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceLocation.TryGetPosition(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceLocation.TryGetPosition.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourceLocation.TryGetPosition(UnityEngine.Vector3@)
  nameWithType: InteractionSourceLocation.TryGetPosition(out Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourceLocation.TryGetVelocity(UnityEngine.Vector3@)
  name: TryGetVelocity(out Vector3)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceLocation.TryGetVelocity(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceLocation.TryGetVelocity.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourceLocation.TryGetVelocity(UnityEngine.Vector3@)
  nameWithType: InteractionSourceLocation.TryGetVelocity(out Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs
  name: InteractionSourceLostEventArgs
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceLostEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs
  nameWithType: InteractionSourceLostEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState)
  name: InteractionSourceLostEventArgs(InteractionSourceState)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs.InteractionSourceLostEventArgs(UnityEngine.XR.WSA.Input.InteractionSourceState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceLostEventArgs-ctor.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState)
  nameWithType: InteractionSourceLostEventArgs.InteractionSourceLostEventArgs(InteractionSourceState)
  type: Constructor
- uid: UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs.state
  name: state
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceLostEventArgs-state.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceLostEventArgs.state
  nameWithType: InteractionSourceLostEventArgs.state
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceNode
  name: InteractionSourceNode
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceNode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceNode.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceNode
  nameWithType: InteractionSourceNode
  type: Enum
- uid: UnityEngine.XR.WSA.Input.InteractionSourceNode.Grip
  name: Grip
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceNode.Grip
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceNode.Grip.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceNode.Grip
  nameWithType: InteractionSourceNode.Grip
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceNode.Pointer
  name: Pointer
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceNode.Pointer
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceNode.Pointer.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourceNode.Pointer
  nameWithType: InteractionSourceNode.Pointer
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose
  name: InteractionSourcePose
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourcePose
  nameWithType: InteractionSourcePose
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.positionAccuracy
  name: positionAccuracy
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.positionAccuracy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose-positionAccuracy.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourcePose.positionAccuracy
  nameWithType: InteractionSourcePose.positionAccuracy
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetAngularVelocity(UnityEngine.Vector3@)
  name: TryGetAngularVelocity(out Vector3)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetAngularVelocity(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.TryGetAngularVelocity.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetAngularVelocity(UnityEngine.Vector3@)
  nameWithType: InteractionSourcePose.TryGetAngularVelocity(out Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetForward(UnityEngine.Vector3@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  name: TryGetForward(out Vector3, InteractionSourceNode)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetForward(out UnityEngine.Vector3, UnityEngine.XR.WSA.Input.InteractionSourceNode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.TryGetForward.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetForward(UnityEngine.Vector3@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  nameWithType: InteractionSourcePose.TryGetForward(out Vector3, InteractionSourceNode)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetPosition(UnityEngine.Vector3@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  name: TryGetPosition(out Vector3, InteractionSourceNode)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetPosition(out UnityEngine.Vector3, UnityEngine.XR.WSA.Input.InteractionSourceNode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.TryGetPosition.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetPosition(UnityEngine.Vector3@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  nameWithType: InteractionSourcePose.TryGetPosition(out Vector3, InteractionSourceNode)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetPosition(UnityEngine.Vector3@)
  name: TryGetPosition(out Vector3)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetPosition(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.TryGetPosition.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetPosition(UnityEngine.Vector3@)
  nameWithType: InteractionSourcePose.TryGetPosition(out Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetRight(UnityEngine.Vector3@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  name: TryGetRight(out Vector3, InteractionSourceNode)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetRight(out UnityEngine.Vector3, UnityEngine.XR.WSA.Input.InteractionSourceNode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.TryGetRight.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetRight(UnityEngine.Vector3@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  nameWithType: InteractionSourcePose.TryGetRight(out Vector3, InteractionSourceNode)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetRotation(UnityEngine.Quaternion@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  name: TryGetRotation(out Quaternion, InteractionSourceNode)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetRotation(out UnityEngine.Quaternion, UnityEngine.XR.WSA.Input.InteractionSourceNode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.TryGetRotation.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetRotation(UnityEngine.Quaternion@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  nameWithType: InteractionSourcePose.TryGetRotation(out Quaternion, InteractionSourceNode)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetUp(UnityEngine.Vector3@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  name: TryGetUp(out Vector3, InteractionSourceNode)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetUp(out UnityEngine.Vector3, UnityEngine.XR.WSA.Input.InteractionSourceNode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.TryGetUp.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetUp(UnityEngine.Vector3@,UnityEngine.XR.WSA.Input.InteractionSourceNode)
  nameWithType: InteractionSourcePose.TryGetUp(out Vector3, InteractionSourceNode)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetVelocity(UnityEngine.Vector3@)
  name: TryGetVelocity(out Vector3)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetVelocity(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePose.TryGetVelocity.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePose.TryGetVelocity(UnityEngine.Vector3@)
  nameWithType: InteractionSourcePose.TryGetVelocity(out Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy
  name: InteractionSourcePositionAccuracy
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePositionAccuracy.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy
  nameWithType: InteractionSourcePositionAccuracy
  type: Enum
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.Approximate
  name: Approximate
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.Approximate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePositionAccuracy.Approximate.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.Approximate
  nameWithType: InteractionSourcePositionAccuracy.Approximate
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.High
  name: High
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.High
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePositionAccuracy.High.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.High
  nameWithType: InteractionSourcePositionAccuracy.High
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.None
  name: None
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePositionAccuracy.None.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePositionAccuracy.None
  nameWithType: InteractionSourcePositionAccuracy.None
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs
  name: InteractionSourcePressedEventArgs
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs
  nameWithType: InteractionSourcePressedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState,UnityEngine.XR.WSA.Input.InteractionSourcePressType)
  name: InteractionSourcePressedEventArgs(InteractionSourceState, InteractionSourcePressType)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.InteractionSourcePressedEventArgs(UnityEngine.XR.WSA.Input.InteractionSourceState, UnityEngine.XR.WSA.Input.InteractionSourcePressType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressedEventArgs-ctor.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState,UnityEngine.XR.WSA.Input.InteractionSourcePressType)
  nameWithType: InteractionSourcePressedEventArgs.InteractionSourcePressedEventArgs(InteractionSourceState, InteractionSourcePressType)
  type: Constructor
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.pressType
  name: pressType
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.pressType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressedEventArgs-pressType.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.pressType
  nameWithType: InteractionSourcePressedEventArgs.pressType
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.state
  name: state
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressedEventArgs-state.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourcePressedEventArgs.state
  nameWithType: InteractionSourcePressedEventArgs.state
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressType
  name: InteractionSourcePressType
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressType.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourcePressType
  nameWithType: InteractionSourcePressType
  type: Enum
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Grasp
  name: Grasp
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Grasp
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressType.Grasp.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePressType.Grasp
  nameWithType: InteractionSourcePressType.Grasp
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Menu
  name: Menu
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Menu
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressType.Menu.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePressType.Menu
  nameWithType: InteractionSourcePressType.Menu
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressType.None
  name: None
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressType.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressType.None.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePressType.None
  nameWithType: InteractionSourcePressType.None
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Select
  name: Select
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Select
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressType.Select.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePressType.Select
  nameWithType: InteractionSourcePressType.Select
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Thumbstick
  name: Thumbstick
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Thumbstick
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressType.Thumbstick.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePressType.Thumbstick
  nameWithType: InteractionSourcePressType.Thumbstick
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Touchpad
  name: Touchpad
  fullName: UnityEngine.XR.WSA.Input.InteractionSourcePressType.Touchpad
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourcePressType.Touchpad.html
  commentId: F:UnityEngine.XR.WSA.Input.InteractionSourcePressType.Touchpad
  nameWithType: InteractionSourcePressType.Touchpad
  type: Field
- uid: UnityEngine.XR.WSA.Input.InteractionSourceProperties
  name: InteractionSourceProperties
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceProperties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceProperties.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceProperties
  nameWithType: InteractionSourceProperties
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourceProperties.location
  name: location
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceProperties.location
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceProperties-location.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceProperties.location
  nameWithType: InteractionSourceProperties.location
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourceLossMitigationDirection
  name: sourceLossMitigationDirection
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourceLossMitigationDirection
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceProperties-sourceLossMitigationDirection.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourceLossMitigationDirection
  nameWithType: InteractionSourceProperties.sourceLossMitigationDirection
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourceLossRisk
  name: sourceLossRisk
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourceLossRisk
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceProperties-sourceLossRisk.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourceLossRisk
  nameWithType: InteractionSourceProperties.sourceLossRisk
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceProperties-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceProperties.sourcePose
  nameWithType: InteractionSourceProperties.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs
  name: InteractionSourceReleasedEventArgs
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceReleasedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs
  nameWithType: InteractionSourceReleasedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState,UnityEngine.XR.WSA.Input.InteractionSourcePressType)
  name: InteractionSourceReleasedEventArgs(InteractionSourceState, InteractionSourcePressType)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.InteractionSourceReleasedEventArgs(UnityEngine.XR.WSA.Input.InteractionSourceState, UnityEngine.XR.WSA.Input.InteractionSourcePressType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceReleasedEventArgs-ctor.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState,UnityEngine.XR.WSA.Input.InteractionSourcePressType)
  nameWithType: InteractionSourceReleasedEventArgs.InteractionSourceReleasedEventArgs(InteractionSourceState, InteractionSourcePressType)
  type: Constructor
- uid: UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.pressType
  name: pressType
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.pressType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceReleasedEventArgs-pressType.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.pressType
  nameWithType: InteractionSourceReleasedEventArgs.pressType
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.state
  name: state
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceReleasedEventArgs-state.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceReleasedEventArgs.state
  nameWithType: InteractionSourceReleasedEventArgs.state
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState
  name: InteractionSourceState
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceState
  nameWithType: InteractionSourceState
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.anyPressed
  name: anyPressed
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.anyPressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-anyPressed.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.anyPressed
  nameWithType: InteractionSourceState.anyPressed
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.grasped
  name: grasped
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.grasped
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-grasped.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.grasped
  nameWithType: InteractionSourceState.grasped
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.headPose
  nameWithType: InteractionSourceState.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.headRay
  name: headRay
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.headRay
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-headRay.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.headRay
  nameWithType: InteractionSourceState.headRay
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.menuPressed
  name: menuPressed
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.menuPressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-menuPressed.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.menuPressed
  nameWithType: InteractionSourceState.menuPressed
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.pressed
  name: pressed
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.pressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-pressed.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.pressed
  nameWithType: InteractionSourceState.pressed
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.properties
  name: properties
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.properties
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-properties.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.properties
  nameWithType: InteractionSourceState.properties
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.selectPressed
  name: selectPressed
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.selectPressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-selectPressed.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.selectPressed
  nameWithType: InteractionSourceState.selectPressed
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.selectPressedAmount
  name: selectPressedAmount
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.selectPressedAmount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-selectPressedAmount.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.selectPressedAmount
  nameWithType: InteractionSourceState.selectPressedAmount
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-source.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.source
  nameWithType: InteractionSourceState.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.sourcePose
  nameWithType: InteractionSourceState.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.thumbstickPosition
  name: thumbstickPosition
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.thumbstickPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-thumbstickPosition.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.thumbstickPosition
  nameWithType: InteractionSourceState.thumbstickPosition
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.thumbstickPressed
  name: thumbstickPressed
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.thumbstickPressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-thumbstickPressed.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.thumbstickPressed
  nameWithType: InteractionSourceState.thumbstickPressed
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadPosition
  name: touchpadPosition
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadPosition
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-touchpadPosition.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadPosition
  nameWithType: InteractionSourceState.touchpadPosition
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadPressed
  name: touchpadPressed
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadPressed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-touchpadPressed.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadPressed
  nameWithType: InteractionSourceState.touchpadPressed
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadTouched
  name: touchpadTouched
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadTouched
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceState-touchpadTouched.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceState.touchpadTouched
  nameWithType: InteractionSourceState.touchpadTouched
  type: Property
- uid: UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs
  name: InteractionSourceUpdatedEventArgs
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceUpdatedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs
  nameWithType: InteractionSourceUpdatedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState)
  name: InteractionSourceUpdatedEventArgs(InteractionSourceState)
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs.InteractionSourceUpdatedEventArgs(UnityEngine.XR.WSA.Input.InteractionSourceState)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceUpdatedEventArgs-ctor.html
  commentId: M:UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs.#ctor(UnityEngine.XR.WSA.Input.InteractionSourceState)
  nameWithType: InteractionSourceUpdatedEventArgs.InteractionSourceUpdatedEventArgs(InteractionSourceState)
  type: Constructor
- uid: UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs.state
  name: state
  fullName: UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.InteractionSourceUpdatedEventArgs-state.html
  commentId: P:UnityEngine.XR.WSA.Input.InteractionSourceUpdatedEventArgs.state
  nameWithType: InteractionSourceUpdatedEventArgs.state
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs
  name: ManipulationCanceledEventArgs
  fullName: UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCanceledEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs
  nameWithType: ManipulationCanceledEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCanceledEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.headPose
  nameWithType: ManipulationCanceledEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCanceledEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.source
  nameWithType: ManipulationCanceledEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCanceledEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationCanceledEventArgs.sourcePose
  nameWithType: ManipulationCanceledEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs
  name: ManipulationCompletedEventArgs
  fullName: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCompletedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs
  nameWithType: ManipulationCompletedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.cumulativeDelta
  name: cumulativeDelta
  fullName: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.cumulativeDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCompletedEventArgs-cumulativeDelta.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.cumulativeDelta
  nameWithType: ManipulationCompletedEventArgs.cumulativeDelta
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCompletedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.headPose
  nameWithType: ManipulationCompletedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCompletedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.source
  nameWithType: ManipulationCompletedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationCompletedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationCompletedEventArgs.sourcePose
  nameWithType: ManipulationCompletedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs
  name: ManipulationStartedEventArgs
  fullName: UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationStartedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs
  nameWithType: ManipulationStartedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationStartedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.headPose
  nameWithType: ManipulationStartedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationStartedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.source
  nameWithType: ManipulationStartedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationStartedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationStartedEventArgs.sourcePose
  nameWithType: ManipulationStartedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs
  name: ManipulationUpdatedEventArgs
  fullName: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationUpdatedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs
  nameWithType: ManipulationUpdatedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.cumulativeDelta
  name: cumulativeDelta
  fullName: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.cumulativeDelta
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationUpdatedEventArgs-cumulativeDelta.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.cumulativeDelta
  nameWithType: ManipulationUpdatedEventArgs.cumulativeDelta
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationUpdatedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.headPose
  nameWithType: ManipulationUpdatedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationUpdatedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.source
  nameWithType: ManipulationUpdatedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.ManipulationUpdatedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.ManipulationUpdatedEventArgs.sourcePose
  nameWithType: ManipulationUpdatedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs
  name: NavigationCanceledEventArgs
  fullName: UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCanceledEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs
  nameWithType: NavigationCanceledEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCanceledEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.headPose
  nameWithType: NavigationCanceledEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCanceledEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.source
  nameWithType: NavigationCanceledEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCanceledEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationCanceledEventArgs.sourcePose
  nameWithType: NavigationCanceledEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs
  name: NavigationCompletedEventArgs
  fullName: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCompletedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs
  nameWithType: NavigationCompletedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCompletedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.headPose
  nameWithType: NavigationCompletedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.normalizedOffset
  name: normalizedOffset
  fullName: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.normalizedOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCompletedEventArgs-normalizedOffset.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.normalizedOffset
  nameWithType: NavigationCompletedEventArgs.normalizedOffset
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCompletedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.source
  nameWithType: NavigationCompletedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationCompletedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationCompletedEventArgs.sourcePose
  nameWithType: NavigationCompletedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationStartedEventArgs
  name: NavigationStartedEventArgs
  fullName: UnityEngine.XR.WSA.Input.NavigationStartedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationStartedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.NavigationStartedEventArgs
  nameWithType: NavigationStartedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationStartedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.headPose
  nameWithType: NavigationStartedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationStartedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.source
  nameWithType: NavigationStartedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationStartedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationStartedEventArgs.sourcePose
  nameWithType: NavigationStartedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs
  name: NavigationUpdatedEventArgs
  fullName: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationUpdatedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs
  nameWithType: NavigationUpdatedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationUpdatedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.headPose
  nameWithType: NavigationUpdatedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.normalizedOffset
  name: normalizedOffset
  fullName: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.normalizedOffset
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationUpdatedEventArgs-normalizedOffset.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.normalizedOffset
  nameWithType: NavigationUpdatedEventArgs.normalizedOffset
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationUpdatedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.source
  nameWithType: NavigationUpdatedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.NavigationUpdatedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.NavigationUpdatedEventArgs.sourcePose
  nameWithType: NavigationUpdatedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs
  name: RecognitionEndedEventArgs
  fullName: UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.RecognitionEndedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs
  nameWithType: RecognitionEndedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.RecognitionEndedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.headPose
  nameWithType: RecognitionEndedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.RecognitionEndedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.source
  nameWithType: RecognitionEndedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.RecognitionEndedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.RecognitionEndedEventArgs.sourcePose
  nameWithType: RecognitionEndedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs
  name: RecognitionStartedEventArgs
  fullName: UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.RecognitionStartedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs
  nameWithType: RecognitionStartedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.RecognitionStartedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.headPose
  nameWithType: RecognitionStartedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.RecognitionStartedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.source
  nameWithType: RecognitionStartedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.RecognitionStartedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.RecognitionStartedEventArgs.sourcePose
  nameWithType: RecognitionStartedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.TappedEventArgs
  name: TappedEventArgs
  fullName: UnityEngine.XR.WSA.Input.TappedEventArgs
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.TappedEventArgs.html
  commentId: T:UnityEngine.XR.WSA.Input.TappedEventArgs
  nameWithType: TappedEventArgs
  type: Struct
- uid: UnityEngine.XR.WSA.Input.TappedEventArgs.headPose
  name: headPose
  fullName: UnityEngine.XR.WSA.Input.TappedEventArgs.headPose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.TappedEventArgs-headPose.html
  commentId: P:UnityEngine.XR.WSA.Input.TappedEventArgs.headPose
  nameWithType: TappedEventArgs.headPose
  type: Property
- uid: UnityEngine.XR.WSA.Input.TappedEventArgs.source
  name: source
  fullName: UnityEngine.XR.WSA.Input.TappedEventArgs.source
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.TappedEventArgs-source.html
  commentId: P:UnityEngine.XR.WSA.Input.TappedEventArgs.source
  nameWithType: TappedEventArgs.source
  type: Property
- uid: UnityEngine.XR.WSA.Input.TappedEventArgs.sourcePose
  name: sourcePose
  fullName: UnityEngine.XR.WSA.Input.TappedEventArgs.sourcePose
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.TappedEventArgs-sourcePose.html
  commentId: P:UnityEngine.XR.WSA.Input.TappedEventArgs.sourcePose
  nameWithType: TappedEventArgs.sourcePose
  type: Property
- uid: UnityEngine.XR.WSA.Input.TappedEventArgs.tapCount
  name: tapCount
  fullName: UnityEngine.XR.WSA.Input.TappedEventArgs.tapCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Input.TappedEventArgs-tapCount.html
  commentId: P:UnityEngine.XR.WSA.Input.TappedEventArgs.tapCount
  nameWithType: TappedEventArgs.tapCount
  type: Property
- uid: UnityEngine.XR.WSA.Persistence
  name: UnityEngine.XR.WSA.Persistence
  fullName: UnityEngine.XR.WSA.Persistence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.XR.WSA.Persistence
  nameWithType: UnityEngine.XR.WSA.Persistence
  type: Namespace
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore
  name: WorldAnchorStore
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.html
  commentId: T:UnityEngine.XR.WSA.Persistence.WorldAnchorStore
  nameWithType: WorldAnchorStore
  type: Class
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.anchorCount
  name: anchorCount
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.anchorCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore-anchorCount.html
  commentId: P:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.anchorCount
  nameWithType: WorldAnchorStore.anchorCount
  type: Property
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Clear
  name: Clear()
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Clear()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.Clear.html
  commentId: M:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Clear
  nameWithType: WorldAnchorStore.Clear()
  type: Method
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Delete(System.String)
  name: Delete(string)
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Delete(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.Delete.html
  commentId: M:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Delete(System.String)
  nameWithType: WorldAnchorStore.Delete(string)
  type: Method
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAllIds
  name: GetAllIds()
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAllIds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.GetAllIds.html
  commentId: M:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAllIds
  nameWithType: WorldAnchorStore.GetAllIds()
  type: Method
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAllIds(System.String[])
  name: GetAllIds(string[])
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAllIds(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.GetAllIds.html
  commentId: M:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAllIds(System.String[])
  nameWithType: WorldAnchorStore.GetAllIds(string[])
  type: Method
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsync(UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate)
  name: GetAsync(GetAsyncDelegate)
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsync(UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.GetAsync.html
  commentId: M:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsync(UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate)
  nameWithType: WorldAnchorStore.GetAsync(WorldAnchorStore.GetAsyncDelegate)
  type: Method
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate
  name: WorldAnchorStore.GetAsyncDelegate
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate.html
  commentId: T:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.GetAsyncDelegate
  nameWithType: WorldAnchorStore.GetAsyncDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Load(System.String,UnityEngine.GameObject)
  name: Load(string, GameObject)
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Load(string, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.Load.html
  commentId: M:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Load(System.String,UnityEngine.GameObject)
  nameWithType: WorldAnchorStore.Load(string, GameObject)
  type: Method
- uid: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Save(System.String,UnityEngine.XR.WSA.WorldAnchor)
  name: Save(string, WorldAnchor)
  fullName: UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Save(string, UnityEngine.XR.WSA.WorldAnchor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Persistence.WorldAnchorStore.Save.html
  commentId: M:UnityEngine.XR.WSA.Persistence.WorldAnchorStore.Save(System.String,UnityEngine.XR.WSA.WorldAnchor)
  nameWithType: WorldAnchorStore.Save(string, WorldAnchor)
  type: Method
- uid: UnityEngine.XR.WSA.PositionalLocatorState
  name: PositionalLocatorState
  fullName: UnityEngine.XR.WSA.PositionalLocatorState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.PositionalLocatorState.html
  commentId: T:UnityEngine.XR.WSA.PositionalLocatorState
  nameWithType: PositionalLocatorState
  type: Enum
- uid: UnityEngine.XR.WSA.PositionalLocatorState.Activating
  name: Activating
  fullName: UnityEngine.XR.WSA.PositionalLocatorState.Activating
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.PositionalLocatorState.Activating.html
  commentId: F:UnityEngine.XR.WSA.PositionalLocatorState.Activating
  nameWithType: PositionalLocatorState.Activating
  type: Field
- uid: UnityEngine.XR.WSA.PositionalLocatorState.Active
  name: Active
  fullName: UnityEngine.XR.WSA.PositionalLocatorState.Active
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.PositionalLocatorState.Active.html
  commentId: F:UnityEngine.XR.WSA.PositionalLocatorState.Active
  nameWithType: PositionalLocatorState.Active
  type: Field
- uid: UnityEngine.XR.WSA.PositionalLocatorState.Inhibited
  name: Inhibited
  fullName: UnityEngine.XR.WSA.PositionalLocatorState.Inhibited
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.PositionalLocatorState.Inhibited.html
  commentId: F:UnityEngine.XR.WSA.PositionalLocatorState.Inhibited
  nameWithType: PositionalLocatorState.Inhibited
  type: Field
- uid: UnityEngine.XR.WSA.PositionalLocatorState.OrientationOnly
  name: OrientationOnly
  fullName: UnityEngine.XR.WSA.PositionalLocatorState.OrientationOnly
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.PositionalLocatorState.OrientationOnly.html
  commentId: F:UnityEngine.XR.WSA.PositionalLocatorState.OrientationOnly
  nameWithType: PositionalLocatorState.OrientationOnly
  type: Field
- uid: UnityEngine.XR.WSA.PositionalLocatorState.Unavailable
  name: Unavailable
  fullName: UnityEngine.XR.WSA.PositionalLocatorState.Unavailable
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.PositionalLocatorState.Unavailable.html
  commentId: F:UnityEngine.XR.WSA.PositionalLocatorState.Unavailable
  nameWithType: PositionalLocatorState.Unavailable
  type: Field
- uid: UnityEngine.XR.WSA.Sharing
  name: UnityEngine.XR.WSA.Sharing
  fullName: UnityEngine.XR.WSA.Sharing
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.XR.WSA.Sharing
  nameWithType: UnityEngine.XR.WSA.Sharing
  type: Namespace
- uid: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason
  name: SerializationCompletionReason
  fullName: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.SerializationCompletionReason.html
  commentId: T:UnityEngine.XR.WSA.Sharing.SerializationCompletionReason
  nameWithType: SerializationCompletionReason
  type: Enum
- uid: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.AccessDenied
  name: AccessDenied
  fullName: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.AccessDenied
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.SerializationCompletionReason.AccessDenied.html
  commentId: F:UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.AccessDenied
  nameWithType: SerializationCompletionReason.AccessDenied
  type: Field
- uid: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.NotSupported
  name: NotSupported
  fullName: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.NotSupported
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.SerializationCompletionReason.NotSupported.html
  commentId: F:UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.NotSupported
  nameWithType: SerializationCompletionReason.NotSupported
  type: Field
- uid: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.Succeeded
  name: Succeeded
  fullName: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.Succeeded
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.SerializationCompletionReason.Succeeded.html
  commentId: F:UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.Succeeded
  nameWithType: SerializationCompletionReason.Succeeded
  type: Field
- uid: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.UnknownError
  name: UnknownError
  fullName: UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.UnknownError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.SerializationCompletionReason.UnknownError.html
  commentId: F:UnityEngine.XR.WSA.Sharing.SerializationCompletionReason.UnknownError
  nameWithType: SerializationCompletionReason.UnknownError
  type: Field
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch
  name: WorldAnchorTransferBatch
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.html
  commentId: T:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch
  nameWithType: WorldAnchorTransferBatch
  type: Class
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.#ctor
  name: WorldAnchorTransferBatch()
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.WorldAnchorTransferBatch()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch-ctor.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.#ctor
  nameWithType: WorldAnchorTransferBatch.WorldAnchorTransferBatch()
  type: Constructor
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.AddWorldAnchor(System.String,UnityEngine.XR.WSA.WorldAnchor)
  name: AddWorldAnchor(string, WorldAnchor)
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.AddWorldAnchor(string, UnityEngine.XR.WSA.WorldAnchor)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.AddWorldAnchor.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.AddWorldAnchor(System.String,UnityEngine.XR.WSA.WorldAnchor)
  nameWithType: WorldAnchorTransferBatch.AddWorldAnchor(string, WorldAnchor)
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.anchorCount
  name: anchorCount
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.anchorCount
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch-anchorCount.html
  commentId: P:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.anchorCount
  nameWithType: WorldAnchorTransferBatch.anchorCount
  type: Property
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate
  name: WorldAnchorTransferBatch.DeserializationCompleteDelegate
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate.html
  commentId: T:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate
  nameWithType: WorldAnchorTransferBatch.DeserializationCompleteDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.Dispose
  name: Dispose()
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.Dispose.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.Dispose
  nameWithType: WorldAnchorTransferBatch.Dispose()
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ExportAsync(UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch,UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate,UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate)
  name: ExportAsync(WorldAnchorTransferBatch, SerializationDataAvailableDelegate, SerializationCompleteDelegate)
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ExportAsync(UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch, UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate, UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.ExportAsync.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ExportAsync(UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch,UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate,UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate)
  nameWithType: WorldAnchorTransferBatch.ExportAsync(WorldAnchorTransferBatch, WorldAnchorTransferBatch.SerializationDataAvailableDelegate, WorldAnchorTransferBatch.SerializationCompleteDelegate)
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.Finalize
  name: ~WorldAnchorTransferBatch()
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.~WorldAnchorTransferBatch()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.Finalize.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.Finalize
  nameWithType: WorldAnchorTransferBatch.~WorldAnchorTransferBatch()
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds
  name: GetAllIds()
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds
  nameWithType: WorldAnchorTransferBatch.GetAllIds()
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds(System.String[])
  name: GetAllIds(string[])
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.GetAllIds(System.String[])
  nameWithType: WorldAnchorTransferBatch.GetAllIds(string[])
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(System.Byte[],System.Int32,System.Int32,UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  name: ImportAsync(byte[], int, int, DeserializationCompleteDelegate)
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(byte[], int, int, UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(System.Byte[],System.Int32,System.Int32,UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  nameWithType: WorldAnchorTransferBatch.ImportAsync(byte[], int, int, WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(System.Byte[],UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  name: ImportAsync(byte[], DeserializationCompleteDelegate)
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(byte[], UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.ImportAsync(System.Byte[],UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  nameWithType: WorldAnchorTransferBatch.ImportAsync(byte[], WorldAnchorTransferBatch.DeserializationCompleteDelegate)
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.LockObject(System.String,UnityEngine.GameObject)
  name: LockObject(string, GameObject)
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.LockObject(string, UnityEngine.GameObject)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.LockObject.html
  commentId: M:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.LockObject(System.String,UnityEngine.GameObject)
  nameWithType: WorldAnchorTransferBatch.LockObject(string, GameObject)
  type: Method
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate
  name: WorldAnchorTransferBatch.SerializationCompleteDelegate
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate.html
  commentId: T:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationCompleteDelegate
  nameWithType: WorldAnchorTransferBatch.SerializationCompleteDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  name: WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  fullName: UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate.html
  commentId: T:UnityEngine.XR.WSA.Sharing.WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  nameWithType: WorldAnchorTransferBatch.SerializationDataAvailableDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.SurfaceChange
  name: SurfaceChange
  fullName: UnityEngine.XR.WSA.SurfaceChange
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceChange.html
  commentId: T:UnityEngine.XR.WSA.SurfaceChange
  nameWithType: SurfaceChange
  type: Enum
- uid: UnityEngine.XR.WSA.SurfaceChange.Added
  name: Added
  fullName: UnityEngine.XR.WSA.SurfaceChange.Added
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceChange.Added.html
  commentId: F:UnityEngine.XR.WSA.SurfaceChange.Added
  nameWithType: SurfaceChange.Added
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceChange.Removed
  name: Removed
  fullName: UnityEngine.XR.WSA.SurfaceChange.Removed
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceChange.Removed.html
  commentId: F:UnityEngine.XR.WSA.SurfaceChange.Removed
  nameWithType: SurfaceChange.Removed
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceChange.Updated
  name: Updated
  fullName: UnityEngine.XR.WSA.SurfaceChange.Updated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceChange.Updated.html
  commentId: F:UnityEngine.XR.WSA.SurfaceChange.Updated
  nameWithType: SurfaceChange.Updated
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceData
  name: SurfaceData
  fullName: UnityEngine.XR.WSA.SurfaceData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceData.html
  commentId: T:UnityEngine.XR.WSA.SurfaceData
  nameWithType: SurfaceData
  type: Struct
- uid: UnityEngine.XR.WSA.SurfaceData.#ctor(UnityEngine.XR.WSA.SurfaceId,UnityEngine.MeshFilter,UnityEngine.XR.WSA.WorldAnchor,UnityEngine.MeshCollider,System.Single,System.Boolean)
  name: SurfaceData(SurfaceId, MeshFilter, WorldAnchor, MeshCollider, float, bool)
  fullName: UnityEngine.XR.WSA.SurfaceData.SurfaceData(UnityEngine.XR.WSA.SurfaceId, UnityEngine.MeshFilter, UnityEngine.XR.WSA.WorldAnchor, UnityEngine.MeshCollider, float, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceData-ctor.html
  commentId: M:UnityEngine.XR.WSA.SurfaceData.#ctor(UnityEngine.XR.WSA.SurfaceId,UnityEngine.MeshFilter,UnityEngine.XR.WSA.WorldAnchor,UnityEngine.MeshCollider,System.Single,System.Boolean)
  nameWithType: SurfaceData.SurfaceData(SurfaceId, MeshFilter, WorldAnchor, MeshCollider, float, bool)
  type: Constructor
- uid: UnityEngine.XR.WSA.SurfaceData.bakeCollider
  name: bakeCollider
  fullName: UnityEngine.XR.WSA.SurfaceData.bakeCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceData-bakeCollider.html
  commentId: F:UnityEngine.XR.WSA.SurfaceData.bakeCollider
  nameWithType: SurfaceData.bakeCollider
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceData.id
  name: id
  fullName: UnityEngine.XR.WSA.SurfaceData.id
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceData-id.html
  commentId: F:UnityEngine.XR.WSA.SurfaceData.id
  nameWithType: SurfaceData.id
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceData.outputAnchor
  name: outputAnchor
  fullName: UnityEngine.XR.WSA.SurfaceData.outputAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceData-outputAnchor.html
  commentId: F:UnityEngine.XR.WSA.SurfaceData.outputAnchor
  nameWithType: SurfaceData.outputAnchor
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceData.outputCollider
  name: outputCollider
  fullName: UnityEngine.XR.WSA.SurfaceData.outputCollider
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceData-outputCollider.html
  commentId: F:UnityEngine.XR.WSA.SurfaceData.outputCollider
  nameWithType: SurfaceData.outputCollider
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceData.outputMesh
  name: outputMesh
  fullName: UnityEngine.XR.WSA.SurfaceData.outputMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceData-outputMesh.html
  commentId: F:UnityEngine.XR.WSA.SurfaceData.outputMesh
  nameWithType: SurfaceData.outputMesh
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceData.trianglesPerCubicMeter
  name: trianglesPerCubicMeter
  fullName: UnityEngine.XR.WSA.SurfaceData.trianglesPerCubicMeter
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceData-trianglesPerCubicMeter.html
  commentId: F:UnityEngine.XR.WSA.SurfaceData.trianglesPerCubicMeter
  nameWithType: SurfaceData.trianglesPerCubicMeter
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceId
  name: SurfaceId
  fullName: UnityEngine.XR.WSA.SurfaceId
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceId.html
  commentId: T:UnityEngine.XR.WSA.SurfaceId
  nameWithType: SurfaceId
  type: Struct
- uid: UnityEngine.XR.WSA.SurfaceId.handle
  name: handle
  fullName: UnityEngine.XR.WSA.SurfaceId.handle
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceId-handle.html
  commentId: F:UnityEngine.XR.WSA.SurfaceId.handle
  nameWithType: SurfaceId.handle
  type: Field
- uid: UnityEngine.XR.WSA.SurfaceObserver
  name: SurfaceObserver
  fullName: UnityEngine.XR.WSA.SurfaceObserver
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.html
  commentId: T:UnityEngine.XR.WSA.SurfaceObserver
  nameWithType: SurfaceObserver
  type: Class
- uid: UnityEngine.XR.WSA.SurfaceObserver.#ctor
  name: SurfaceObserver()
  fullName: UnityEngine.XR.WSA.SurfaceObserver.SurfaceObserver()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver-ctor.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.#ctor
  nameWithType: SurfaceObserver.SurfaceObserver()
  type: Constructor
- uid: UnityEngine.XR.WSA.SurfaceObserver.Dispose
  name: Dispose()
  fullName: UnityEngine.XR.WSA.SurfaceObserver.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.Dispose.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.Dispose
  nameWithType: SurfaceObserver.Dispose()
  type: Method
- uid: UnityEngine.XR.WSA.SurfaceObserver.Finalize
  name: ~SurfaceObserver()
  fullName: UnityEngine.XR.WSA.SurfaceObserver.~SurfaceObserver()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.Finalize.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.Finalize
  nameWithType: SurfaceObserver.~SurfaceObserver()
  type: Method
- uid: UnityEngine.XR.WSA.SurfaceObserver.RequestMeshAsync(UnityEngine.XR.WSA.SurfaceData,UnityEngine.XR.WSA.SurfaceObserver.SurfaceDataReadyDelegate)
  name: RequestMeshAsync(SurfaceData, SurfaceDataReadyDelegate)
  fullName: UnityEngine.XR.WSA.SurfaceObserver.RequestMeshAsync(UnityEngine.XR.WSA.SurfaceData, UnityEngine.XR.WSA.SurfaceObserver.SurfaceDataReadyDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.RequestMeshAsync.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.RequestMeshAsync(UnityEngine.XR.WSA.SurfaceData,UnityEngine.XR.WSA.SurfaceObserver.SurfaceDataReadyDelegate)
  nameWithType: SurfaceObserver.RequestMeshAsync(SurfaceData, SurfaceObserver.SurfaceDataReadyDelegate)
  type: Method
- uid: UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsAxisAlignedBox(UnityEngine.Vector3,UnityEngine.Vector3)
  name: SetVolumeAsAxisAlignedBox(Vector3, Vector3)
  fullName: UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsAxisAlignedBox(UnityEngine.Vector3, UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.SetVolumeAsAxisAlignedBox.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsAxisAlignedBox(UnityEngine.Vector3,UnityEngine.Vector3)
  nameWithType: SurfaceObserver.SetVolumeAsAxisAlignedBox(Vector3, Vector3)
  type: Method
- uid: UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsFrustum(UnityEngine.Plane[])
  name: SetVolumeAsFrustum(Plane[])
  fullName: UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsFrustum(UnityEngine.Plane[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.SetVolumeAsFrustum.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsFrustum(UnityEngine.Plane[])
  nameWithType: SurfaceObserver.SetVolumeAsFrustum(Plane[])
  type: Method
- uid: UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsOrientedBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  name: SetVolumeAsOrientedBox(Vector3, Vector3, Quaternion)
  fullName: UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsOrientedBox(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.SetVolumeAsOrientedBox.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsOrientedBox(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion)
  nameWithType: SurfaceObserver.SetVolumeAsOrientedBox(Vector3, Vector3, Quaternion)
  type: Method
- uid: UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsSphere(UnityEngine.Vector3,System.Single)
  name: SetVolumeAsSphere(Vector3, float)
  fullName: UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsSphere(UnityEngine.Vector3, float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.SetVolumeAsSphere.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.SetVolumeAsSphere(UnityEngine.Vector3,System.Single)
  nameWithType: SurfaceObserver.SetVolumeAsSphere(Vector3, float)
  type: Method
- uid: UnityEngine.XR.WSA.SurfaceObserver.SurfaceChangedDelegate
  name: SurfaceObserver.SurfaceChangedDelegate
  fullName: UnityEngine.XR.WSA.SurfaceObserver.SurfaceChangedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.SurfaceChangedDelegate.html
  commentId: T:UnityEngine.XR.WSA.SurfaceObserver.SurfaceChangedDelegate
  nameWithType: SurfaceObserver.SurfaceChangedDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.SurfaceObserver.SurfaceDataReadyDelegate
  name: SurfaceObserver.SurfaceDataReadyDelegate
  fullName: UnityEngine.XR.WSA.SurfaceObserver.SurfaceDataReadyDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.SurfaceDataReadyDelegate.html
  commentId: T:UnityEngine.XR.WSA.SurfaceObserver.SurfaceDataReadyDelegate
  nameWithType: SurfaceObserver.SurfaceDataReadyDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.SurfaceObserver.Update(UnityEngine.XR.WSA.SurfaceObserver.SurfaceChangedDelegate)
  name: Update(SurfaceChangedDelegate)
  fullName: UnityEngine.XR.WSA.SurfaceObserver.Update(UnityEngine.XR.WSA.SurfaceObserver.SurfaceChangedDelegate)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.SurfaceObserver.Update.html
  commentId: M:UnityEngine.XR.WSA.SurfaceObserver.Update(UnityEngine.XR.WSA.SurfaceObserver.SurfaceChangedDelegate)
  nameWithType: SurfaceObserver.Update(SurfaceObserver.SurfaceChangedDelegate)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam
  name: UnityEngine.XR.WSA.WebCam
  fullName: UnityEngine.XR.WSA.WebCam
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/index.html
  commentId: N:UnityEngine.XR.WSA.WebCam
  nameWithType: UnityEngine.XR.WSA.WebCam
  type: Namespace
- uid: UnityEngine.XR.WSA.WebCam.CameraParameters
  name: CameraParameters
  fullName: UnityEngine.XR.WSA.WebCam.CameraParameters
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CameraParameters.html
  commentId: T:UnityEngine.XR.WSA.WebCam.CameraParameters
  nameWithType: CameraParameters
  type: Struct
- uid: UnityEngine.XR.WSA.WebCam.CameraParameters.#ctor(UnityEngine.XR.WSA.WebCam.WebCamMode)
  name: CameraParameters(WebCamMode)
  fullName: UnityEngine.XR.WSA.WebCam.CameraParameters.CameraParameters(UnityEngine.XR.WSA.WebCam.WebCamMode)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CameraParameters-ctor.html
  commentId: M:UnityEngine.XR.WSA.WebCam.CameraParameters.#ctor(UnityEngine.XR.WSA.WebCam.WebCamMode)
  nameWithType: CameraParameters.CameraParameters(WebCamMode)
  type: Constructor
- uid: UnityEngine.XR.WSA.WebCam.CameraParameters.cameraResolutionHeight
  name: cameraResolutionHeight
  fullName: UnityEngine.XR.WSA.WebCam.CameraParameters.cameraResolutionHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CameraParameters-cameraResolutionHeight.html
  commentId: P:UnityEngine.XR.WSA.WebCam.CameraParameters.cameraResolutionHeight
  nameWithType: CameraParameters.cameraResolutionHeight
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.CameraParameters.cameraResolutionWidth
  name: cameraResolutionWidth
  fullName: UnityEngine.XR.WSA.WebCam.CameraParameters.cameraResolutionWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CameraParameters-cameraResolutionWidth.html
  commentId: P:UnityEngine.XR.WSA.WebCam.CameraParameters.cameraResolutionWidth
  nameWithType: CameraParameters.cameraResolutionWidth
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.CameraParameters.frameRate
  name: frameRate
  fullName: UnityEngine.XR.WSA.WebCam.CameraParameters.frameRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CameraParameters-frameRate.html
  commentId: P:UnityEngine.XR.WSA.WebCam.CameraParameters.frameRate
  nameWithType: CameraParameters.frameRate
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.CameraParameters.hologramOpacity
  name: hologramOpacity
  fullName: UnityEngine.XR.WSA.WebCam.CameraParameters.hologramOpacity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CameraParameters-hologramOpacity.html
  commentId: P:UnityEngine.XR.WSA.WebCam.CameraParameters.hologramOpacity
  nameWithType: CameraParameters.hologramOpacity
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.CameraParameters.pixelFormat
  name: pixelFormat
  fullName: UnityEngine.XR.WSA.WebCam.CameraParameters.pixelFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CameraParameters-pixelFormat.html
  commentId: P:UnityEngine.XR.WSA.WebCam.CameraParameters.pixelFormat
  nameWithType: CameraParameters.pixelFormat
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.CapturePixelFormat
  name: CapturePixelFormat
  fullName: UnityEngine.XR.WSA.WebCam.CapturePixelFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CapturePixelFormat.html
  commentId: T:UnityEngine.XR.WSA.WebCam.CapturePixelFormat
  nameWithType: CapturePixelFormat
  type: Enum
- uid: UnityEngine.XR.WSA.WebCam.CapturePixelFormat.BGRA32
  name: BGRA32
  fullName: UnityEngine.XR.WSA.WebCam.CapturePixelFormat.BGRA32
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CapturePixelFormat.BGRA32.html
  commentId: F:UnityEngine.XR.WSA.WebCam.CapturePixelFormat.BGRA32
  nameWithType: CapturePixelFormat.BGRA32
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.CapturePixelFormat.JPEG
  name: JPEG
  fullName: UnityEngine.XR.WSA.WebCam.CapturePixelFormat.JPEG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CapturePixelFormat.JPEG.html
  commentId: F:UnityEngine.XR.WSA.WebCam.CapturePixelFormat.JPEG
  nameWithType: CapturePixelFormat.JPEG
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.CapturePixelFormat.NV12
  name: NV12
  fullName: UnityEngine.XR.WSA.WebCam.CapturePixelFormat.NV12
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CapturePixelFormat.NV12.html
  commentId: F:UnityEngine.XR.WSA.WebCam.CapturePixelFormat.NV12
  nameWithType: CapturePixelFormat.NV12
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.CapturePixelFormat.PNG
  name: PNG
  fullName: UnityEngine.XR.WSA.WebCam.CapturePixelFormat.PNG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.CapturePixelFormat.PNG.html
  commentId: F:UnityEngine.XR.WSA.WebCam.CapturePixelFormat.PNG
  nameWithType: CapturePixelFormat.PNG
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture
  name: PhotoCapture
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCapture
  nameWithType: PhotoCapture
  type: Class
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType
  name: PhotoCapture.CaptureResultType
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.CaptureResultType.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType
  nameWithType: PhotoCapture.CaptureResultType
  type: Enum
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType.Success
  name: Success
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType.Success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.CaptureResultType.Success.html
  commentId: F:UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType.Success
  nameWithType: PhotoCapture.CaptureResultType.Success
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType.UnknownError
  name: UnknownError
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType.UnknownError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.CaptureResultType.UnknownError.html
  commentId: F:UnityEngine.XR.WSA.WebCam.PhotoCapture.CaptureResultType.UnknownError
  nameWithType: PhotoCapture.CaptureResultType.UnknownError
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.CreateAsync(System.Boolean,UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback)
  name: CreateAsync(bool, OnCaptureResourceCreatedCallback)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.CreateAsync(bool, UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.CreateAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCapture.CreateAsync(System.Boolean,UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback)
  nameWithType: PhotoCapture.CreateAsync(bool, PhotoCapture.OnCaptureResourceCreatedCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.Dispose
  name: Dispose()
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.Dispose.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCapture.Dispose
  nameWithType: PhotoCapture.Dispose()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.Finalize
  name: ~PhotoCapture()
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.~PhotoCapture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.Finalize.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCapture.Finalize
  nameWithType: PhotoCapture.~PhotoCapture()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.GetUnsafePointerToVideoDeviceController
  name: GetUnsafePointerToVideoDeviceController()
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.GetUnsafePointerToVideoDeviceController()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.GetUnsafePointerToVideoDeviceController.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCapture.GetUnsafePointerToVideoDeviceController
  nameWithType: PhotoCapture.GetUnsafePointerToVideoDeviceController()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback
  name: PhotoCapture.OnCapturedToDiskCallback
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback
  nameWithType: PhotoCapture.OnCapturedToDiskCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback
  name: PhotoCapture.OnCapturedToMemoryCallback
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback
  nameWithType: PhotoCapture.OnCapturedToMemoryCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback
  name: PhotoCapture.OnCaptureResourceCreatedCallback
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCaptureResourceCreatedCallback
  nameWithType: PhotoCapture.OnCaptureResourceCreatedCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback
  name: PhotoCapture.OnPhotoModeStartedCallback
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback
  nameWithType: PhotoCapture.OnPhotoModeStartedCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback
  name: PhotoCapture.OnPhotoModeStoppedCallback
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback
  nameWithType: PhotoCapture.OnPhotoModeStoppedCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult
  name: PhotoCapture.PhotoCaptureResult
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult
  nameWithType: PhotoCapture.PhotoCaptureResult
  type: Struct
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.hResult
  name: hResult
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.hResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult-hResult.html
  commentId: F:UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.hResult
  nameWithType: PhotoCapture.PhotoCaptureResult.hResult
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.resultType
  name: resultType
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.resultType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult-resultType.html
  commentId: F:UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.resultType
  nameWithType: PhotoCapture.PhotoCaptureResult.resultType
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.success
  name: success
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult-success.html
  commentId: P:UnityEngine.XR.WSA.WebCam.PhotoCapture.PhotoCaptureResult.success
  nameWithType: PhotoCapture.PhotoCaptureResult.success
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.StartPhotoModeAsync(UnityEngine.XR.WSA.WebCam.CameraParameters,UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback)
  name: StartPhotoModeAsync(CameraParameters, OnPhotoModeStartedCallback)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.StartPhotoModeAsync(UnityEngine.XR.WSA.WebCam.CameraParameters, UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.StartPhotoModeAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCapture.StartPhotoModeAsync(UnityEngine.XR.WSA.WebCam.CameraParameters,UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStartedCallback)
  nameWithType: PhotoCapture.StartPhotoModeAsync(CameraParameters, PhotoCapture.OnPhotoModeStartedCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.StopPhotoModeAsync(UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback)
  name: StopPhotoModeAsync(OnPhotoModeStoppedCallback)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.StopPhotoModeAsync(UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.StopPhotoModeAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCapture.StopPhotoModeAsync(UnityEngine.XR.WSA.WebCam.PhotoCapture.OnPhotoModeStoppedCallback)
  nameWithType: PhotoCapture.StopPhotoModeAsync(PhotoCapture.OnPhotoModeStoppedCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.SupportedResolutions
  name: SupportedResolutions
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.SupportedResolutions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.SupportedResolutions.html
  commentId: P:UnityEngine.XR.WSA.WebCam.PhotoCapture.SupportedResolutions
  nameWithType: PhotoCapture.SupportedResolutions
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.TakePhotoAsync(System.String,UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat,UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback)
  name: TakePhotoAsync(string, PhotoCaptureFileOutputFormat, OnCapturedToDiskCallback)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.TakePhotoAsync(string, UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat, UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.TakePhotoAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCapture.TakePhotoAsync(System.String,UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat,UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToDiskCallback)
  nameWithType: PhotoCapture.TakePhotoAsync(string, PhotoCaptureFileOutputFormat, PhotoCapture.OnCapturedToDiskCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCapture.TakePhotoAsync(UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback)
  name: TakePhotoAsync(OnCapturedToMemoryCallback)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCapture.TakePhotoAsync(UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCapture.TakePhotoAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCapture.TakePhotoAsync(UnityEngine.XR.WSA.WebCam.PhotoCapture.OnCapturedToMemoryCallback)
  nameWithType: PhotoCapture.TakePhotoAsync(PhotoCapture.OnCapturedToMemoryCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat
  name: PhotoCaptureFileOutputFormat
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFileOutputFormat.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat
  nameWithType: PhotoCaptureFileOutputFormat
  type: Enum
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat.JPG
  name: JPG
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat.JPG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFileOutputFormat.JPG.html
  commentId: F:UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat.JPG
  nameWithType: PhotoCaptureFileOutputFormat.JPG
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat.PNG
  name: PNG
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat.PNG
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFileOutputFormat.PNG.html
  commentId: F:UnityEngine.XR.WSA.WebCam.PhotoCaptureFileOutputFormat.PNG
  nameWithType: PhotoCaptureFileOutputFormat.PNG
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame
  name: PhotoCaptureFrame
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.html
  commentId: T:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame
  nameWithType: PhotoCaptureFrame
  type: Class
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.CopyRawImageDataIntoBuffer(System.Collections.Generic.List{System.Byte})
  name: CopyRawImageDataIntoBuffer(List<byte>)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.CopyRawImageDataIntoBuffer(System.Collections.Generic.List<byte>)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.CopyRawImageDataIntoBuffer.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.CopyRawImageDataIntoBuffer(System.Collections.Generic.List{System.Byte})
  nameWithType: PhotoCaptureFrame.CopyRawImageDataIntoBuffer(List<byte>)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.dataLength
  name: dataLength
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.dataLength
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame-dataLength.html
  commentId: P:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.dataLength
  nameWithType: PhotoCaptureFrame.dataLength
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.Dispose
  name: Dispose()
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.Dispose.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.Dispose
  nameWithType: PhotoCaptureFrame.Dispose()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.Finalize
  name: ~PhotoCaptureFrame()
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.~PhotoCaptureFrame()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.Finalize.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.Finalize
  nameWithType: PhotoCaptureFrame.~PhotoCaptureFrame()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.GetUnsafePointerToBuffer
  name: GetUnsafePointerToBuffer()
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.GetUnsafePointerToBuffer()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.GetUnsafePointerToBuffer.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.GetUnsafePointerToBuffer
  nameWithType: PhotoCaptureFrame.GetUnsafePointerToBuffer()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.hasLocationData
  name: hasLocationData
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.hasLocationData
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame-hasLocationData.html
  commentId: P:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.hasLocationData
  nameWithType: PhotoCaptureFrame.hasLocationData
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.pixelFormat
  name: pixelFormat
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.pixelFormat
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame-pixelFormat.html
  commentId: P:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.pixelFormat
  nameWithType: PhotoCaptureFrame.pixelFormat
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetCameraToWorldMatrix(UnityEngine.Matrix4x4@)
  name: TryGetCameraToWorldMatrix(out Matrix4x4)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetCameraToWorldMatrix(out UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.TryGetCameraToWorldMatrix.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetCameraToWorldMatrix(UnityEngine.Matrix4x4@)
  nameWithType: PhotoCaptureFrame.TryGetCameraToWorldMatrix(out Matrix4x4)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(System.Single,System.Single,UnityEngine.Matrix4x4@)
  name: TryGetProjectionMatrix(float, float, out Matrix4x4)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(float, float, out UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(System.Single,System.Single,UnityEngine.Matrix4x4@)
  nameWithType: PhotoCaptureFrame.TryGetProjectionMatrix(float, float, out Matrix4x4)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(UnityEngine.Matrix4x4@)
  name: TryGetProjectionMatrix(out Matrix4x4)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(out UnityEngine.Matrix4x4)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.TryGetProjectionMatrix(UnityEngine.Matrix4x4@)
  nameWithType: PhotoCaptureFrame.TryGetProjectionMatrix(out Matrix4x4)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.UploadImageDataToTexture(UnityEngine.Texture2D)
  name: UploadImageDataToTexture(Texture2D)
  fullName: UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.UploadImageDataToTexture(UnityEngine.Texture2D)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.PhotoCaptureFrame.UploadImageDataToTexture.html
  commentId: M:UnityEngine.XR.WSA.WebCam.PhotoCaptureFrame.UploadImageDataToTexture(UnityEngine.Texture2D)
  nameWithType: PhotoCaptureFrame.UploadImageDataToTexture(Texture2D)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture
  name: VideoCapture
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture
  nameWithType: VideoCapture
  type: Class
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState
  name: VideoCapture.AudioState
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.AudioState.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState
  nameWithType: VideoCapture.AudioState
  type: Enum
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.ApplicationAndMicAudio
  name: ApplicationAndMicAudio
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.ApplicationAndMicAudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.AudioState.ApplicationAndMicAudio.html
  commentId: F:UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.ApplicationAndMicAudio
  nameWithType: VideoCapture.AudioState.ApplicationAndMicAudio
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.ApplicationAudio
  name: ApplicationAudio
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.ApplicationAudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.AudioState.ApplicationAudio.html
  commentId: F:UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.ApplicationAudio
  nameWithType: VideoCapture.AudioState.ApplicationAudio
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.MicAudio
  name: MicAudio
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.MicAudio
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.AudioState.MicAudio.html
  commentId: F:UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.MicAudio
  nameWithType: VideoCapture.AudioState.MicAudio
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.None
  name: None
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.AudioState.None.html
  commentId: F:UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState.None
  nameWithType: VideoCapture.AudioState.None
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType
  name: VideoCapture.CaptureResultType
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.CaptureResultType.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType
  nameWithType: VideoCapture.CaptureResultType
  type: Enum
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType.Success
  name: Success
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType.Success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.CaptureResultType.Success.html
  commentId: F:UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType.Success
  nameWithType: VideoCapture.CaptureResultType.Success
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType.UnknownError
  name: UnknownError
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType.UnknownError
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.CaptureResultType.UnknownError.html
  commentId: F:UnityEngine.XR.WSA.WebCam.VideoCapture.CaptureResultType.UnknownError
  nameWithType: VideoCapture.CaptureResultType.UnknownError
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.CreateAsync(System.Boolean,UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback)
  name: CreateAsync(bool, OnVideoCaptureResourceCreatedCallback)
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.CreateAsync(bool, UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.CreateAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.CreateAsync(System.Boolean,UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback)
  nameWithType: VideoCapture.CreateAsync(bool, VideoCapture.OnVideoCaptureResourceCreatedCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.Dispose
  name: Dispose()
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.Dispose()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.Dispose.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.Dispose
  nameWithType: VideoCapture.Dispose()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.Finalize
  name: ~VideoCapture()
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.~VideoCapture()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.Finalize.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.Finalize
  nameWithType: VideoCapture.~VideoCapture()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.GetSupportedFrameRatesForResolution(UnityEngine.Resolution)
  name: GetSupportedFrameRatesForResolution(Resolution)
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.GetSupportedFrameRatesForResolution(UnityEngine.Resolution)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.GetSupportedFrameRatesForResolution.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.GetSupportedFrameRatesForResolution(UnityEngine.Resolution)
  nameWithType: VideoCapture.GetSupportedFrameRatesForResolution(Resolution)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.GetUnsafePointerToVideoDeviceController
  name: GetUnsafePointerToVideoDeviceController()
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.GetUnsafePointerToVideoDeviceController()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.GetUnsafePointerToVideoDeviceController.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.GetUnsafePointerToVideoDeviceController
  nameWithType: VideoCapture.GetUnsafePointerToVideoDeviceController()
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.IsRecording
  name: IsRecording
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.IsRecording
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.IsRecording.html
  commentId: P:UnityEngine.XR.WSA.WebCam.VideoCapture.IsRecording
  nameWithType: VideoCapture.IsRecording
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback
  name: VideoCapture.OnStartedRecordingVideoCallback
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback
  nameWithType: VideoCapture.OnStartedRecordingVideoCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback
  name: VideoCapture.OnStoppedRecordingVideoCallback
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback
  nameWithType: VideoCapture.OnStoppedRecordingVideoCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback
  name: VideoCapture.OnVideoCaptureResourceCreatedCallback
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoCaptureResourceCreatedCallback
  nameWithType: VideoCapture.OnVideoCaptureResourceCreatedCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback
  name: VideoCapture.OnVideoModeStartedCallback
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback
  nameWithType: VideoCapture.OnVideoModeStartedCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback
  name: VideoCapture.OnVideoModeStoppedCallback
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback
  nameWithType: VideoCapture.OnVideoModeStoppedCallback
  type: Delegate
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.StartRecordingAsync(System.String,UnityEngine.XR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback)
  name: StartRecordingAsync(string, OnStartedRecordingVideoCallback)
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.StartRecordingAsync(string, UnityEngine.XR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.StartRecordingAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.StartRecordingAsync(System.String,UnityEngine.XR.WSA.WebCam.VideoCapture.OnStartedRecordingVideoCallback)
  nameWithType: VideoCapture.StartRecordingAsync(string, VideoCapture.OnStartedRecordingVideoCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.StartVideoModeAsync(UnityEngine.XR.WSA.WebCam.CameraParameters,UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState,UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback)
  name: StartVideoModeAsync(CameraParameters, AudioState, OnVideoModeStartedCallback)
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.StartVideoModeAsync(UnityEngine.XR.WSA.WebCam.CameraParameters, UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState, UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.StartVideoModeAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.StartVideoModeAsync(UnityEngine.XR.WSA.WebCam.CameraParameters,UnityEngine.XR.WSA.WebCam.VideoCapture.AudioState,UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStartedCallback)
  nameWithType: VideoCapture.StartVideoModeAsync(CameraParameters, VideoCapture.AudioState, VideoCapture.OnVideoModeStartedCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.StopRecordingAsync(UnityEngine.XR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback)
  name: StopRecordingAsync(OnStoppedRecordingVideoCallback)
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.StopRecordingAsync(UnityEngine.XR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.StopRecordingAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.StopRecordingAsync(UnityEngine.XR.WSA.WebCam.VideoCapture.OnStoppedRecordingVideoCallback)
  nameWithType: VideoCapture.StopRecordingAsync(VideoCapture.OnStoppedRecordingVideoCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.StopVideoModeAsync(UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback)
  name: StopVideoModeAsync(OnVideoModeStoppedCallback)
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.StopVideoModeAsync(UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.StopVideoModeAsync.html
  commentId: M:UnityEngine.XR.WSA.WebCam.VideoCapture.StopVideoModeAsync(UnityEngine.XR.WSA.WebCam.VideoCapture.OnVideoModeStoppedCallback)
  nameWithType: VideoCapture.StopVideoModeAsync(VideoCapture.OnVideoModeStoppedCallback)
  type: Method
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.SupportedResolutions
  name: SupportedResolutions
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.SupportedResolutions
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.SupportedResolutions.html
  commentId: P:UnityEngine.XR.WSA.WebCam.VideoCapture.SupportedResolutions
  nameWithType: VideoCapture.SupportedResolutions
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult
  name: VideoCapture.VideoCaptureResult
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.VideoCaptureResult.html
  commentId: T:UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult
  nameWithType: VideoCapture.VideoCaptureResult
  type: Struct
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.hResult
  name: hResult
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.hResult
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.VideoCaptureResult-hResult.html
  commentId: F:UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.hResult
  nameWithType: VideoCapture.VideoCaptureResult.hResult
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.resultType
  name: resultType
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.resultType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.VideoCaptureResult-resultType.html
  commentId: F:UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.resultType
  nameWithType: VideoCapture.VideoCaptureResult.resultType
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.success
  name: success
  fullName: UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.success
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.VideoCapture.VideoCaptureResult-success.html
  commentId: P:UnityEngine.XR.WSA.WebCam.VideoCapture.VideoCaptureResult.success
  nameWithType: VideoCapture.VideoCaptureResult.success
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.WebCam
  name: WebCam
  fullName: UnityEngine.XR.WSA.WebCam.WebCam
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.WebCam.html
  commentId: T:UnityEngine.XR.WSA.WebCam.WebCam
  nameWithType: WebCam
  type: Class
- uid: UnityEngine.XR.WSA.WebCam.WebCam.Mode
  name: Mode
  fullName: UnityEngine.XR.WSA.WebCam.WebCam.Mode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.WebCam.Mode.html
  commentId: P:UnityEngine.XR.WSA.WebCam.WebCam.Mode
  nameWithType: WebCam.Mode
  type: Property
- uid: UnityEngine.XR.WSA.WebCam.WebCamMode
  name: WebCamMode
  fullName: UnityEngine.XR.WSA.WebCam.WebCamMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.WebCamMode.html
  commentId: T:UnityEngine.XR.WSA.WebCam.WebCamMode
  nameWithType: WebCamMode
  type: Enum
- uid: UnityEngine.XR.WSA.WebCam.WebCamMode.None
  name: None
  fullName: UnityEngine.XR.WSA.WebCam.WebCamMode.None
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.WebCamMode.None.html
  commentId: F:UnityEngine.XR.WSA.WebCam.WebCamMode.None
  nameWithType: WebCamMode.None
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.WebCamMode.PhotoMode
  name: PhotoMode
  fullName: UnityEngine.XR.WSA.WebCam.WebCamMode.PhotoMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.WebCamMode.PhotoMode.html
  commentId: F:UnityEngine.XR.WSA.WebCam.WebCamMode.PhotoMode
  nameWithType: WebCamMode.PhotoMode
  type: Field
- uid: UnityEngine.XR.WSA.WebCam.WebCamMode.VideoMode
  name: VideoMode
  fullName: UnityEngine.XR.WSA.WebCam.WebCamMode.VideoMode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WebCam.WebCamMode.VideoMode.html
  commentId: F:UnityEngine.XR.WSA.WebCam.WebCamMode.VideoMode
  nameWithType: WebCamMode.VideoMode
  type: Field
- uid: UnityEngine.XR.WSA.WorldAnchor
  name: WorldAnchor
  fullName: UnityEngine.XR.WSA.WorldAnchor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldAnchor.html
  commentId: T:UnityEngine.XR.WSA.WorldAnchor
  nameWithType: WorldAnchor
  type: Class
- uid: UnityEngine.XR.WSA.WorldAnchor.GetNativeSpatialAnchorPtr
  name: GetNativeSpatialAnchorPtr()
  fullName: UnityEngine.XR.WSA.WorldAnchor.GetNativeSpatialAnchorPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldAnchor.GetNativeSpatialAnchorPtr.html
  commentId: M:UnityEngine.XR.WSA.WorldAnchor.GetNativeSpatialAnchorPtr
  nameWithType: WorldAnchor.GetNativeSpatialAnchorPtr()
  type: Method
- uid: UnityEngine.XR.WSA.WorldAnchor.isLocated
  name: isLocated
  fullName: UnityEngine.XR.WSA.WorldAnchor.isLocated
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldAnchor-isLocated.html
  commentId: P:UnityEngine.XR.WSA.WorldAnchor.isLocated
  nameWithType: WorldAnchor.isLocated
  type: Property
- uid: UnityEngine.XR.WSA.WorldAnchor.OnTrackingChanged
  name: OnTrackingChanged
  fullName: UnityEngine.XR.WSA.WorldAnchor.OnTrackingChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldAnchor.OnTrackingChanged.html
  commentId: E:UnityEngine.XR.WSA.WorldAnchor.OnTrackingChanged
  nameWithType: WorldAnchor.OnTrackingChanged
  type: Event
- uid: UnityEngine.XR.WSA.WorldAnchor.OnTrackingChangedDelegate
  name: WorldAnchor.OnTrackingChangedDelegate
  fullName: UnityEngine.XR.WSA.WorldAnchor.OnTrackingChangedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldAnchor.OnTrackingChangedDelegate.html
  commentId: T:UnityEngine.XR.WSA.WorldAnchor.OnTrackingChangedDelegate
  nameWithType: WorldAnchor.OnTrackingChangedDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.WorldAnchor.SetNativeSpatialAnchorPtr(System.IntPtr)
  name: SetNativeSpatialAnchorPtr(IntPtr)
  fullName: UnityEngine.XR.WSA.WorldAnchor.SetNativeSpatialAnchorPtr(System.IntPtr)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldAnchor.SetNativeSpatialAnchorPtr.html
  commentId: M:UnityEngine.XR.WSA.WorldAnchor.SetNativeSpatialAnchorPtr(System.IntPtr)
  nameWithType: WorldAnchor.SetNativeSpatialAnchorPtr(IntPtr)
  type: Method
- uid: UnityEngine.XR.WSA.WorldManager
  name: WorldManager
  fullName: UnityEngine.XR.WSA.WorldManager
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldManager.html
  commentId: T:UnityEngine.XR.WSA.WorldManager
  nameWithType: WorldManager
  type: Class
- uid: UnityEngine.XR.WSA.WorldManager.ActivateLatentFramePresentation(System.Boolean)
  name: ActivateLatentFramePresentation(bool)
  fullName: UnityEngine.XR.WSA.WorldManager.ActivateLatentFramePresentation(bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldManager.ActivateLatentFramePresentation.html
  commentId: M:UnityEngine.XR.WSA.WorldManager.ActivateLatentFramePresentation(System.Boolean)
  nameWithType: WorldManager.ActivateLatentFramePresentation(bool)
  type: Method
- uid: UnityEngine.XR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr
  name: GetNativeISpatialCoordinateSystemPtr()
  fullName: UnityEngine.XR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr.html
  commentId: M:UnityEngine.XR.WSA.WorldManager.GetNativeISpatialCoordinateSystemPtr
  nameWithType: WorldManager.GetNativeISpatialCoordinateSystemPtr()
  type: Method
- uid: UnityEngine.XR.WSA.WorldManager.IsLatentFramePresentation
  name: IsLatentFramePresentation
  fullName: UnityEngine.XR.WSA.WorldManager.IsLatentFramePresentation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldManager.IsLatentFramePresentation.html
  commentId: P:UnityEngine.XR.WSA.WorldManager.IsLatentFramePresentation
  nameWithType: WorldManager.IsLatentFramePresentation
  type: Property
- uid: UnityEngine.XR.WSA.WorldManager.OnPositionalLocatorStateChanged
  name: OnPositionalLocatorStateChanged
  fullName: UnityEngine.XR.WSA.WorldManager.OnPositionalLocatorStateChanged
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldManager.OnPositionalLocatorStateChanged.html
  commentId: E:UnityEngine.XR.WSA.WorldManager.OnPositionalLocatorStateChanged
  nameWithType: WorldManager.OnPositionalLocatorStateChanged
  type: Event
- uid: UnityEngine.XR.WSA.WorldManager.OnPositionalLocatorStateChangedDelegate
  name: WorldManager.OnPositionalLocatorStateChangedDelegate
  fullName: UnityEngine.XR.WSA.WorldManager.OnPositionalLocatorStateChangedDelegate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldManager.OnPositionalLocatorStateChangedDelegate.html
  commentId: T:UnityEngine.XR.WSA.WorldManager.OnPositionalLocatorStateChangedDelegate
  nameWithType: WorldManager.OnPositionalLocatorStateChangedDelegate
  type: Delegate
- uid: UnityEngine.XR.WSA.WorldManager.state
  name: state
  fullName: UnityEngine.XR.WSA.WorldManager.state
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.WSA.WorldManager-state.html
  commentId: P:UnityEngine.XR.WSA.WorldManager.state
  nameWithType: WorldManager.state
  type: Property
- uid: UnityEngine.XR.XRDevice
  name: XRDevice
  fullName: UnityEngine.XR.XRDevice
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice.html
  commentId: T:UnityEngine.XR.XRDevice
  nameWithType: XRDevice
  type: Class
- uid: UnityEngine.XR.XRDevice.DisableAutoXRCameraTracking(UnityEngine.Camera,System.Boolean)
  name: DisableAutoXRCameraTracking(Camera, bool)
  fullName: UnityEngine.XR.XRDevice.DisableAutoXRCameraTracking(UnityEngine.Camera, bool)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice.DisableAutoXRCameraTracking.html
  commentId: M:UnityEngine.XR.XRDevice.DisableAutoXRCameraTracking(UnityEngine.Camera,System.Boolean)
  nameWithType: XRDevice.DisableAutoXRCameraTracking(Camera, bool)
  type: Method
- uid: UnityEngine.XR.XRDevice.family
  name: family
  fullName: UnityEngine.XR.XRDevice.family
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice-family.html
  commentId: P:UnityEngine.XR.XRDevice.family
  nameWithType: XRDevice.family
  type: Property
- uid: UnityEngine.XR.XRDevice.fovZoomFactor
  name: fovZoomFactor
  fullName: UnityEngine.XR.XRDevice.fovZoomFactor
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice-fovZoomFactor.html
  commentId: P:UnityEngine.XR.XRDevice.fovZoomFactor
  nameWithType: XRDevice.fovZoomFactor
  type: Property
- uid: UnityEngine.XR.XRDevice.GetNativePtr
  name: GetNativePtr()
  fullName: UnityEngine.XR.XRDevice.GetNativePtr()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice.GetNativePtr.html
  commentId: M:UnityEngine.XR.XRDevice.GetNativePtr
  nameWithType: XRDevice.GetNativePtr()
  type: Method
- uid: UnityEngine.XR.XRDevice.GetTrackingSpaceType
  name: GetTrackingSpaceType()
  fullName: UnityEngine.XR.XRDevice.GetTrackingSpaceType()
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice.GetTrackingSpaceType.html
  commentId: M:UnityEngine.XR.XRDevice.GetTrackingSpaceType
  nameWithType: XRDevice.GetTrackingSpaceType()
  type: Method
- uid: UnityEngine.XR.XRDevice.isPresent
  name: isPresent
  fullName: UnityEngine.XR.XRDevice.isPresent
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice-isPresent.html
  commentId: P:UnityEngine.XR.XRDevice.isPresent
  nameWithType: XRDevice.isPresent
  type: Property
- uid: UnityEngine.XR.XRDevice.model
  name: model
  fullName: UnityEngine.XR.XRDevice.model
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice-model.html
  commentId: P:UnityEngine.XR.XRDevice.model
  nameWithType: XRDevice.model
  type: Property
- uid: UnityEngine.XR.XRDevice.refreshRate
  name: refreshRate
  fullName: UnityEngine.XR.XRDevice.refreshRate
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice-refreshRate.html
  commentId: P:UnityEngine.XR.XRDevice.refreshRate
  nameWithType: XRDevice.refreshRate
  type: Property
- uid: UnityEngine.XR.XRDevice.SetTrackingSpaceType(UnityEngine.XR.TrackingSpaceType)
  name: SetTrackingSpaceType(TrackingSpaceType)
  fullName: UnityEngine.XR.XRDevice.SetTrackingSpaceType(UnityEngine.XR.TrackingSpaceType)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice.SetTrackingSpaceType.html
  commentId: M:UnityEngine.XR.XRDevice.SetTrackingSpaceType(UnityEngine.XR.TrackingSpaceType)
  nameWithType: XRDevice.SetTrackingSpaceType(TrackingSpaceType)
  type: Method
- uid: UnityEngine.XR.XRDevice.userPresence
  name: userPresence
  fullName: UnityEngine.XR.XRDevice.userPresence
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRDevice-userPresence.html
  commentId: P:UnityEngine.XR.XRDevice.userPresence
  nameWithType: XRDevice.userPresence
  type: Property
- uid: UnityEngine.XR.XRNode
  name: XRNode
  fullName: UnityEngine.XR.XRNode
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.html
  commentId: T:UnityEngine.XR.XRNode
  nameWithType: XRNode
  type: Enum
- uid: UnityEngine.XR.XRNode.CenterEye
  name: CenterEye
  fullName: UnityEngine.XR.XRNode.CenterEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.CenterEye.html
  commentId: F:UnityEngine.XR.XRNode.CenterEye
  nameWithType: XRNode.CenterEye
  type: Field
- uid: UnityEngine.XR.XRNode.GameController
  name: GameController
  fullName: UnityEngine.XR.XRNode.GameController
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.GameController.html
  commentId: F:UnityEngine.XR.XRNode.GameController
  nameWithType: XRNode.GameController
  type: Field
- uid: UnityEngine.XR.XRNode.HardwareTracker
  name: HardwareTracker
  fullName: UnityEngine.XR.XRNode.HardwareTracker
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.HardwareTracker.html
  commentId: F:UnityEngine.XR.XRNode.HardwareTracker
  nameWithType: XRNode.HardwareTracker
  type: Field
- uid: UnityEngine.XR.XRNode.Head
  name: Head
  fullName: UnityEngine.XR.XRNode.Head
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.Head.html
  commentId: F:UnityEngine.XR.XRNode.Head
  nameWithType: XRNode.Head
  type: Field
- uid: UnityEngine.XR.XRNode.LeftEye
  name: LeftEye
  fullName: UnityEngine.XR.XRNode.LeftEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.LeftEye.html
  commentId: F:UnityEngine.XR.XRNode.LeftEye
  nameWithType: XRNode.LeftEye
  type: Field
- uid: UnityEngine.XR.XRNode.LeftHand
  name: LeftHand
  fullName: UnityEngine.XR.XRNode.LeftHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.LeftHand.html
  commentId: F:UnityEngine.XR.XRNode.LeftHand
  nameWithType: XRNode.LeftHand
  type: Field
- uid: UnityEngine.XR.XRNode.RightEye
  name: RightEye
  fullName: UnityEngine.XR.XRNode.RightEye
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.RightEye.html
  commentId: F:UnityEngine.XR.XRNode.RightEye
  nameWithType: XRNode.RightEye
  type: Field
- uid: UnityEngine.XR.XRNode.RightHand
  name: RightHand
  fullName: UnityEngine.XR.XRNode.RightHand
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.RightHand.html
  commentId: F:UnityEngine.XR.XRNode.RightHand
  nameWithType: XRNode.RightHand
  type: Field
- uid: UnityEngine.XR.XRNode.TrackingReference
  name: TrackingReference
  fullName: UnityEngine.XR.XRNode.TrackingReference
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNode.TrackingReference.html
  commentId: F:UnityEngine.XR.XRNode.TrackingReference
  nameWithType: XRNode.TrackingReference
  type: Field
- uid: UnityEngine.XR.XRNodeState
  name: XRNodeState
  fullName: UnityEngine.XR.XRNodeState
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState.html
  commentId: T:UnityEngine.XR.XRNodeState
  nameWithType: XRNodeState
  type: Struct
- uid: UnityEngine.XR.XRNodeState.acceleration
  name: acceleration
  fullName: UnityEngine.XR.XRNodeState.acceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-acceleration.html
  commentId: P:UnityEngine.XR.XRNodeState.acceleration
  nameWithType: XRNodeState.acceleration
  type: Property
- uid: UnityEngine.XR.XRNodeState.angularAcceleration
  name: angularAcceleration
  fullName: UnityEngine.XR.XRNodeState.angularAcceleration
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-angularAcceleration.html
  commentId: P:UnityEngine.XR.XRNodeState.angularAcceleration
  nameWithType: XRNodeState.angularAcceleration
  type: Property
- uid: UnityEngine.XR.XRNodeState.angularVelocity
  name: angularVelocity
  fullName: UnityEngine.XR.XRNodeState.angularVelocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-angularVelocity.html
  commentId: P:UnityEngine.XR.XRNodeState.angularVelocity
  nameWithType: XRNodeState.angularVelocity
  type: Property
- uid: UnityEngine.XR.XRNodeState.nodeType
  name: nodeType
  fullName: UnityEngine.XR.XRNodeState.nodeType
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-nodeType.html
  commentId: P:UnityEngine.XR.XRNodeState.nodeType
  nameWithType: XRNodeState.nodeType
  type: Property
- uid: UnityEngine.XR.XRNodeState.position
  name: position
  fullName: UnityEngine.XR.XRNodeState.position
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-position.html
  commentId: P:UnityEngine.XR.XRNodeState.position
  nameWithType: XRNodeState.position
  type: Property
- uid: UnityEngine.XR.XRNodeState.rotation
  name: rotation
  fullName: UnityEngine.XR.XRNodeState.rotation
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-rotation.html
  commentId: P:UnityEngine.XR.XRNodeState.rotation
  nameWithType: XRNodeState.rotation
  type: Property
- uid: UnityEngine.XR.XRNodeState.tracked
  name: tracked
  fullName: UnityEngine.XR.XRNodeState.tracked
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-tracked.html
  commentId: P:UnityEngine.XR.XRNodeState.tracked
  nameWithType: XRNodeState.tracked
  type: Property
- uid: UnityEngine.XR.XRNodeState.TryGetAcceleration(UnityEngine.Vector3@)
  name: TryGetAcceleration(out Vector3)
  fullName: UnityEngine.XR.XRNodeState.TryGetAcceleration(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState.TryGetAcceleration.html
  commentId: M:UnityEngine.XR.XRNodeState.TryGetAcceleration(UnityEngine.Vector3@)
  nameWithType: XRNodeState.TryGetAcceleration(out Vector3)
  type: Method
- uid: UnityEngine.XR.XRNodeState.TryGetAngularAcceleration(UnityEngine.Vector3@)
  name: TryGetAngularAcceleration(out Vector3)
  fullName: UnityEngine.XR.XRNodeState.TryGetAngularAcceleration(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState.TryGetAngularAcceleration.html
  commentId: M:UnityEngine.XR.XRNodeState.TryGetAngularAcceleration(UnityEngine.Vector3@)
  nameWithType: XRNodeState.TryGetAngularAcceleration(out Vector3)
  type: Method
- uid: UnityEngine.XR.XRNodeState.TryGetAngularVelocity(UnityEngine.Vector3@)
  name: TryGetAngularVelocity(out Vector3)
  fullName: UnityEngine.XR.XRNodeState.TryGetAngularVelocity(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState.TryGetAngularVelocity.html
  commentId: M:UnityEngine.XR.XRNodeState.TryGetAngularVelocity(UnityEngine.Vector3@)
  nameWithType: XRNodeState.TryGetAngularVelocity(out Vector3)
  type: Method
- uid: UnityEngine.XR.XRNodeState.TryGetPosition(UnityEngine.Vector3@)
  name: TryGetPosition(out Vector3)
  fullName: UnityEngine.XR.XRNodeState.TryGetPosition(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState.TryGetPosition.html
  commentId: M:UnityEngine.XR.XRNodeState.TryGetPosition(UnityEngine.Vector3@)
  nameWithType: XRNodeState.TryGetPosition(out Vector3)
  type: Method
- uid: UnityEngine.XR.XRNodeState.TryGetRotation(UnityEngine.Quaternion@)
  name: TryGetRotation(out Quaternion)
  fullName: UnityEngine.XR.XRNodeState.TryGetRotation(out UnityEngine.Quaternion)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState.TryGetRotation.html
  commentId: M:UnityEngine.XR.XRNodeState.TryGetRotation(UnityEngine.Quaternion@)
  nameWithType: XRNodeState.TryGetRotation(out Quaternion)
  type: Method
- uid: UnityEngine.XR.XRNodeState.TryGetVelocity(UnityEngine.Vector3@)
  name: TryGetVelocity(out Vector3)
  fullName: UnityEngine.XR.XRNodeState.TryGetVelocity(out UnityEngine.Vector3)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState.TryGetVelocity.html
  commentId: M:UnityEngine.XR.XRNodeState.TryGetVelocity(UnityEngine.Vector3@)
  nameWithType: XRNodeState.TryGetVelocity(out Vector3)
  type: Method
- uid: UnityEngine.XR.XRNodeState.uniqueID
  name: uniqueID
  fullName: UnityEngine.XR.XRNodeState.uniqueID
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-uniqueID.html
  commentId: P:UnityEngine.XR.XRNodeState.uniqueID
  nameWithType: XRNodeState.uniqueID
  type: Property
- uid: UnityEngine.XR.XRNodeState.velocity
  name: velocity
  fullName: UnityEngine.XR.XRNodeState.velocity
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRNodeState-velocity.html
  commentId: P:UnityEngine.XR.XRNodeState.velocity
  nameWithType: XRNodeState.velocity
  type: Property
- uid: UnityEngine.XR.XRSettings
  name: XRSettings
  fullName: UnityEngine.XR.XRSettings
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings.html
  commentId: T:UnityEngine.XR.XRSettings
  nameWithType: XRSettings
  type: Class
- uid: UnityEngine.XR.XRSettings.enabled
  name: enabled
  fullName: UnityEngine.XR.XRSettings.enabled
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-enabled.html
  commentId: P:UnityEngine.XR.XRSettings.enabled
  nameWithType: XRSettings.enabled
  type: Property
- uid: UnityEngine.XR.XRSettings.eyeTextureDesc
  name: eyeTextureDesc
  fullName: UnityEngine.XR.XRSettings.eyeTextureDesc
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-eyeTextureDesc.html
  commentId: P:UnityEngine.XR.XRSettings.eyeTextureDesc
  nameWithType: XRSettings.eyeTextureDesc
  type: Property
- uid: UnityEngine.XR.XRSettings.eyeTextureHeight
  name: eyeTextureHeight
  fullName: UnityEngine.XR.XRSettings.eyeTextureHeight
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-eyeTextureHeight.html
  commentId: P:UnityEngine.XR.XRSettings.eyeTextureHeight
  nameWithType: XRSettings.eyeTextureHeight
  type: Property
- uid: UnityEngine.XR.XRSettings.eyeTextureResolutionScale
  name: eyeTextureResolutionScale
  fullName: UnityEngine.XR.XRSettings.eyeTextureResolutionScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-eyeTextureResolutionScale.html
  commentId: P:UnityEngine.XR.XRSettings.eyeTextureResolutionScale
  nameWithType: XRSettings.eyeTextureResolutionScale
  type: Property
- uid: UnityEngine.XR.XRSettings.eyeTextureWidth
  name: eyeTextureWidth
  fullName: UnityEngine.XR.XRSettings.eyeTextureWidth
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-eyeTextureWidth.html
  commentId: P:UnityEngine.XR.XRSettings.eyeTextureWidth
  nameWithType: XRSettings.eyeTextureWidth
  type: Property
- uid: UnityEngine.XR.XRSettings.isDeviceActive
  name: isDeviceActive
  fullName: UnityEngine.XR.XRSettings.isDeviceActive
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-isDeviceActive.html
  commentId: P:UnityEngine.XR.XRSettings.isDeviceActive
  nameWithType: XRSettings.isDeviceActive
  type: Property
- uid: UnityEngine.XR.XRSettings.LoadDeviceByName(System.String)
  name: LoadDeviceByName(string)
  fullName: UnityEngine.XR.XRSettings.LoadDeviceByName(string)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings.LoadDeviceByName.html
  commentId: M:UnityEngine.XR.XRSettings.LoadDeviceByName(System.String)
  nameWithType: XRSettings.LoadDeviceByName(string)
  type: Method
- uid: UnityEngine.XR.XRSettings.LoadDeviceByName(System.String[])
  name: LoadDeviceByName(string[])
  fullName: UnityEngine.XR.XRSettings.LoadDeviceByName(string[])
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings.LoadDeviceByName.html
  commentId: M:UnityEngine.XR.XRSettings.LoadDeviceByName(System.String[])
  nameWithType: XRSettings.LoadDeviceByName(string[])
  type: Method
- uid: UnityEngine.XR.XRSettings.loadedDeviceName
  name: loadedDeviceName
  fullName: UnityEngine.XR.XRSettings.loadedDeviceName
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-loadedDeviceName.html
  commentId: P:UnityEngine.XR.XRSettings.loadedDeviceName
  nameWithType: XRSettings.loadedDeviceName
  type: Property
- uid: UnityEngine.XR.XRSettings.occlusionMaskScale
  name: occlusionMaskScale
  fullName: UnityEngine.XR.XRSettings.occlusionMaskScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-occlusionMaskScale.html
  commentId: P:UnityEngine.XR.XRSettings.occlusionMaskScale
  nameWithType: XRSettings.occlusionMaskScale
  type: Property
- uid: UnityEngine.XR.XRSettings.renderScale
  name: renderScale
  fullName: UnityEngine.XR.XRSettings.renderScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-renderScale.html
  commentId: P:UnityEngine.XR.XRSettings.renderScale
  nameWithType: XRSettings.renderScale
  type: Property
- uid: UnityEngine.XR.XRSettings.renderViewportScale
  name: renderViewportScale
  fullName: UnityEngine.XR.XRSettings.renderViewportScale
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-renderViewportScale.html
  commentId: P:UnityEngine.XR.XRSettings.renderViewportScale
  nameWithType: XRSettings.renderViewportScale
  type: Property
- uid: UnityEngine.XR.XRSettings.showDeviceView
  name: showDeviceView
  fullName: UnityEngine.XR.XRSettings.showDeviceView
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-showDeviceView.html
  commentId: P:UnityEngine.XR.XRSettings.showDeviceView
  nameWithType: XRSettings.showDeviceView
  type: Property
- uid: UnityEngine.XR.XRSettings.supportedDevices
  name: supportedDevices
  fullName: UnityEngine.XR.XRSettings.supportedDevices
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-supportedDevices.html
  commentId: P:UnityEngine.XR.XRSettings.supportedDevices
  nameWithType: XRSettings.supportedDevices
  type: Property
- uid: UnityEngine.XR.XRSettings.useOcclusionMesh
  name: useOcclusionMesh
  fullName: UnityEngine.XR.XRSettings.useOcclusionMesh
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRSettings-useOcclusionMesh.html
  commentId: P:UnityEngine.XR.XRSettings.useOcclusionMesh
  nameWithType: XRSettings.useOcclusionMesh
  type: Property
- uid: UnityEngine.XR.XRStats
  name: XRStats
  fullName: UnityEngine.XR.XRStats
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRStats.html
  commentId: T:UnityEngine.XR.XRStats
  nameWithType: XRStats
  type: Class
- uid: UnityEngine.XR.XRStats.gpuTimeLastFrame
  name: gpuTimeLastFrame
  fullName: UnityEngine.XR.XRStats.gpuTimeLastFrame
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRStats-gpuTimeLastFrame.html
  commentId: P:UnityEngine.XR.XRStats.gpuTimeLastFrame
  nameWithType: XRStats.gpuTimeLastFrame
  type: Property
- uid: UnityEngine.XR.XRStats.TryGetDroppedFrameCount(System.Int32@)
  name: TryGetDroppedFrameCount(out int)
  fullName: UnityEngine.XR.XRStats.TryGetDroppedFrameCount(out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRStats.TryGetDroppedFrameCount.html
  commentId: M:UnityEngine.XR.XRStats.TryGetDroppedFrameCount(System.Int32@)
  nameWithType: XRStats.TryGetDroppedFrameCount(out int)
  type: Method
- uid: UnityEngine.XR.XRStats.TryGetFramePresentCount(System.Int32@)
  name: TryGetFramePresentCount(out int)
  fullName: UnityEngine.XR.XRStats.TryGetFramePresentCount(out int)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRStats.TryGetFramePresentCount.html
  commentId: M:UnityEngine.XR.XRStats.TryGetFramePresentCount(System.Int32@)
  nameWithType: XRStats.TryGetFramePresentCount(out int)
  type: Method
- uid: UnityEngine.XR.XRStats.TryGetGPUTimeLastFrame(System.Single@)
  name: TryGetGPUTimeLastFrame(out float)
  fullName: UnityEngine.XR.XRStats.TryGetGPUTimeLastFrame(out float)
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/XR.XRStats.TryGetGPUTimeLastFrame.html
  commentId: M:UnityEngine.XR.XRStats.TryGetGPUTimeLastFrame(System.Single@)
  nameWithType: XRStats.TryGetGPUTimeLastFrame(out float)
  type: Method
- uid: UnityEngine.YieldInstruction
  name: YieldInstruction
  fullName: UnityEngine.YieldInstruction
  href: https://docs.unity3d.com/2017.2/Documentation/ScriptReference/YieldInstruction.html
  commentId: T:UnityEngine.YieldInstruction
  nameWithType: YieldInstruction
  type: Class
